.kumo-btn-cozy{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;font-family:var(--kumo-font-family);font-weight:600;font-size:1.125rem;color:var(--kumo-primary-foreground);background-color:var(--kumo-primary);border:none;border-radius:var(--kumo-radius-full);padding:1rem 2rem;cursor:pointer;box-shadow:var(--kumo-shadow-soft);transition:transform .3s ease-out,box-shadow .3s ease-out;text-decoration:none}.kumo-btn-cozy:hover{transform:translateY(-2px) scale(1.02);box-shadow:var(--kumo-shadow-float)}.kumo-btn-cozy:active{transform:translateY(0) scale(.98)}.kumo-btn-cozy svg{width:1.25rem;height:1.25rem;transition:transform .2s ease}.kumo-btn-cozy:hover svg{transform:translate(4px)}.kumo-btn-secondary{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-family:var(--kumo-font-family);font-weight:500;font-size:1rem;color:var(--kumo-secondary-foreground);background-color:var(--kumo-secondary);border:none;border-radius:var(--kumo-radius-full);padding:.75rem 1.5rem;cursor:pointer;transition:background-color .2s ease,transform .2s ease;text-decoration:none;width:100%}.kumo-btn-secondary:hover{background-color:var(--kumo-accent)}.kumo-btn-secondary:active{transform:scale(.98)}.kumo-btn-icon{display:inline-flex;align-items:center;justify-content:center;padding:.5rem;border:none;border-radius:var(--kumo-radius-full);background-color:transparent;cursor:pointer;transition:background-color .2s ease;position:relative}.kumo-btn-icon:hover{background-color:var(--kumo-accent)}.kumo-btn-icon svg{width:1.25rem;height:1.25rem;color:var(--kumo-foreground);stroke-width:1.5}.kumo-card-float{background-color:var(--kumo-card);border-radius:var(--kumo-radius-lg);padding:1.5rem;box-shadow:var(--kumo-shadow-float);transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease}.kumo-card-float:hover{transform:translateY(-8px);box-shadow:var(--kumo-shadow-glow),var(--kumo-shadow-float)}.kumo-card{background-color:var(--kumo-card);border-radius:var(--kumo-radius);padding:1.5rem}.kumo-product-card{background-color:var(--kumo-card);border-radius:var(--kumo-radius-lg);padding:1.5rem;box-shadow:var(--kumo-shadow-float);transition:transform .4s cubic-bezier(.34,1.56,.64,1),box-shadow .4s ease;cursor:pointer}.kumo-product-card:hover{transform:translateY(-8px);box-shadow:var(--kumo-shadow-glow),var(--kumo-shadow-float)}.kumo-product-card__image-wrapper{position:relative;aspect-ratio:1 / 1;margin-bottom:1rem;overflow:hidden;border-radius:var(--kumo-radius);background:linear-gradient(to bottom,var(--kumo-cream-100),var(--kumo-cream-200))}.kumo-product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.kumo-product-card:hover .kumo-product-card__image{transform:scale(1.05)}.kumo-product-card__info{text-align:center}.kumo-product-card__title{font-family:var(--kumo-font-family);font-weight:600;font-size:1.125rem;color:var(--kumo-foreground);margin:0 0 .5rem}.kumo-product-card__price{font-family:var(--kumo-font-family);font-weight:700;font-size:1.25rem;color:var(--kumo-primary);margin:0}.kumo-product-card__price--compare{font-size:.875rem;font-weight:400;color:var(--kumo-muted-foreground);text-decoration:line-through;margin-right:.5rem}.kumo-product-card__button{width:100%;margin-top:1rem;padding:.75rem 1rem;font-family:var(--kumo-font-family);font-weight:500;font-size:.875rem;color:var(--kumo-secondary-foreground);background-color:var(--kumo-secondary);border:none;border-radius:var(--kumo-radius-full);cursor:pointer;transition:background-color .2s ease}.kumo-product-card__button:hover{background-color:var(--kumo-accent)}.kumo-badge{display:inline-block;padding:.375rem 1rem;font-family:var(--kumo-font-family);font-weight:500;font-size:.875rem;color:var(--kumo-muted-foreground);background-color:var(--kumo-secondary);border-radius:var(--kumo-radius-full)}.kumo-badge-sm{padding:.25rem .75rem;font-size:.75rem}.kumo-badge-accent{background-color:var(--kumo-accent)}.kumo-badge-primary{background-color:var(--kumo-primary);color:var(--kumo-primary-foreground)}.kumo-trust-bar{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem;padding:1.25rem 2rem;background-color:#ede7de99;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:var(--kumo-radius-full)}@media(min-width:768px){.kumo-trust-bar{flex-direction:row;gap:3rem}}.kumo-trust-bar__item{display:flex;align-items:center;gap:.75rem;color:var(--kumo-muted-foreground)}.kumo-trust-bar__icon{color:var(--kumo-primary)}.kumo-trust-bar__icon svg{width:1.25rem;height:1.25rem;stroke-width:1.5}.kumo-trust-bar__text{font-size:.875rem;font-weight:500}.kumo-header{position:fixed;top:0;left:0;right:0;z-index:50;padding:1rem}.kumo-navbar{display:flex;align-items:center;justify-content:space-between;background-color:#faf6f0cc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-radius:var(--kumo-radius-full);padding:.75rem 1.5rem;box-shadow:var(--kumo-shadow-soft)}.kumo-navbar__nav{display:none;align-items:center;gap:2rem}@media(min-width:768px){.kumo-navbar__nav{display:flex}}.kumo-navbar__link{font-size:.875rem;font-weight:500;color:var(--kumo-muted-foreground);text-decoration:none;transition:color .2s ease}.kumo-navbar__link:hover{color:var(--kumo-foreground)}.kumo-navbar__logo{display:flex;align-items:center}.kumo-navbar__logo img{height:3rem;width:auto;object-fit:contain}.kumo-navbar__cart{position:relative}.kumo-navbar__cart-count{position:absolute;top:-2px;right:-2px;width:1rem;height:1rem;display:flex;align-items:center;justify-content:center;font-size:.625rem;font-weight:700;color:var(--kumo-primary-foreground);background-color:var(--kumo-primary);border-radius:50%}.kumo-navbar__spacer{width:2.5rem}@media(min-width:768px){.kumo-navbar__spacer{display:none}}.kumo-benefit{text-align:center}.kumo-benefit__icon{display:inline-flex;align-items:center;justify-content:center;width:5rem;height:5rem;border-radius:var(--kumo-radius-lg);background-color:var(--kumo-secondary);box-shadow:var(--kumo-shadow-soft);margin-bottom:1.5rem;transition:transform .3s ease}.kumo-benefit:hover .kumo-benefit__icon{transform:scale(1.1) rotate(5deg)}.kumo-benefit__icon svg{width:2.25rem;height:2.25rem;color:var(--kumo-primary);stroke-width:1.5}.kumo-benefit__title{font-family:var(--kumo-font-family);font-weight:700;font-size:1.25rem;color:var(--kumo-foreground);margin:0 0 .25rem}.kumo-benefit__badge{display:inline-block;padding:.25rem .75rem;font-size:.75rem;font-weight:500;color:var(--kumo-muted-foreground);background-color:var(--kumo-accent);border-radius:var(--kumo-radius-full);margin-bottom:.75rem}.kumo-benefit__description{font-size:.875rem;color:var(--kumo-muted-foreground);line-height:1.6;margin:0}.kumo-newsletter{text-align:center}.kumo-newsletter__title{font-family:var(--kumo-font-family);font-weight:700;font-size:1.5rem;color:var(--kumo-foreground);margin:0 0 .75rem}.kumo-newsletter__description{font-size:1rem;color:var(--kumo-muted-foreground);margin:0 0 1.5rem;max-width:28rem;margin-left:auto;margin-right:auto}.kumo-newsletter__form{display:flex;flex-direction:column;gap:.75rem;max-width:28rem;margin:0 auto}@media(min-width:640px){.kumo-newsletter__form{flex-direction:row}}.kumo-newsletter__input{flex:1;padding:1rem 1.5rem;font-family:var(--kumo-font-family);font-size:1rem;color:var(--kumo-foreground);background-color:var(--kumo-secondary);border:none;border-radius:var(--kumo-radius-full);outline:none;transition:box-shadow .2s ease}.kumo-newsletter__input::placeholder{color:var(--kumo-muted-foreground)}.kumo-newsletter__input:focus{box-shadow:0 0 0 3px #a97e604d}.kumo-newsletter__button{padding:1rem 2rem}.kumo-footer{padding:4rem 1rem;border-top:1px solid var(--kumo-border)}.kumo-footer__content{display:flex;flex-direction:column;align-items:center;gap:2rem;padding-top:2rem;border-top:1px solid var(--kumo-border)}@media(min-width:768px){.kumo-footer__content{flex-direction:row;justify-content:space-between}}.kumo-footer__logo{height:2.5rem;width:auto;object-fit:contain;opacity:.8}.kumo-footer__nav{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1.5rem}.kumo-footer__link{font-size:.875rem;color:var(--kumo-muted-foreground);text-decoration:none;transition:color .2s ease}.kumo-footer__link:hover{color:var(--kumo-foreground)}.kumo-footer__payment{display:flex;align-items:center;gap:.75rem;color:var(--kumo-muted-foreground)}.kumo-footer__payment-label{font-size:.75rem;font-weight:500}.kumo-footer__payment-icons{display:flex;gap:.5rem}.kumo-footer__payment-icon{width:2.5rem;height:1.5rem;display:flex;align-items:center;justify-content:center;background-color:var(--kumo-secondary);border-radius:.25rem;font-size:.625rem;font-weight:700}.kumo-footer__copyright{text-align:center;font-size:.75rem;color:var(--kumo-muted-foreground);margin-top:2rem}.kumo-input{width:100%;padding:.75rem 1rem;font-family:var(--kumo-font-family);font-size:1rem;color:var(--kumo-foreground);background-color:var(--kumo-input);border:1px solid var(--kumo-border);border-radius:var(--kumo-radius);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.kumo-input:focus{border-color:var(--kumo-primary);box-shadow:0 0 0 3px #a97e6033}.kumo-input::placeholder{color:var(--kumo-muted-foreground)}.kumo-quantity{display:inline-flex;align-items:center;background-color:var(--kumo-secondary);border-radius:var(--kumo-radius-full);overflow:hidden}.kumo-quantity__btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;font-size:1.25rem;font-weight:500;color:var(--kumo-foreground);background:transparent;border:none;cursor:pointer;transition:background-color .2s ease}.kumo-quantity__btn:hover{background-color:var(--kumo-accent)}.kumo-quantity__value{min-width:2.5rem;text-align:center;font-family:var(--kumo-font-family);font-weight:600;font-size:1rem;color:var(--kumo-foreground)}.kumo-accordion{border-radius:var(--kumo-radius);overflow:hidden}.kumo-accordion__item{background-color:var(--kumo-card);border-bottom:1px solid var(--kumo-border)}.kumo-accordion__item:last-child{border-bottom:none}.kumo-accordion__header{display:flex;align-items:center;justify-content:space-between;width:100%;padding:1.25rem 1.5rem;font-family:var(--kumo-font-family);font-weight:600;font-size:1rem;color:var(--kumo-foreground);background:transparent;border:none;cursor:pointer;text-align:left;transition:background-color .2s ease}.kumo-accordion__header:hover{background-color:var(--kumo-accent)}.kumo-accordion__icon{width:1.25rem;height:1.25rem;color:var(--kumo-muted-foreground);transition:transform .3s ease}.kumo-accordion__item.is-open .kumo-accordion__icon{transform:rotate(180deg)}.kumo-accordion__content{max-height:0;overflow:hidden;transition:max-height .3s ease}.kumo-accordion__item.is-open .kumo-accordion__content{max-height:500px}.kumo-accordion__body{padding:0 1.5rem 1.25rem;font-size:.9375rem;color:var(--kumo-muted-foreground);line-height:1.7}.kumo-stars{display:inline-flex;align-items:center;gap:.125rem}.kumo-stars__star{width:1rem;height:1rem;color:var(--kumo-primary);fill:var(--kumo-primary)}.kumo-stars__star--empty{fill:none;stroke:var(--kumo-primary);stroke-width:1.5}.kumo-stars__count{margin-left:.5rem;font-size:.875rem;color:var(--kumo-muted-foreground)}.kumo-variants{display:flex;flex-wrap:wrap;gap:.75rem}.kumo-variant-color{width:2rem;height:2rem;border-radius:50%;border:2px solid transparent;cursor:pointer;transition:border-color .2s ease,transform .2s ease}.kumo-variant-color:hover{transform:scale(1.1)}.kumo-variant-color.is-selected{border-color:var(--kumo-foreground)}.kumo-variant-size{padding:.5rem 1rem;font-family:var(--kumo-font-family);font-weight:500;font-size:.875rem;color:var(--kumo-secondary-foreground);background-color:var(--kumo-secondary);border:2px solid transparent;border-radius:var(--kumo-radius-full);cursor:pointer;transition:background-color .2s ease,border-color .2s ease}.kumo-variant-size:hover{background-color:var(--kumo-accent)}.kumo-variant-size.is-selected{background-color:var(--kumo-primary);color:var(--kumo-primary-foreground)}.kumo-variant-size.is-unavailable{opacity:.4;cursor:not-allowed}
/*# sourceMappingURL=/cdn/shop/t/4/assets/kumo-components.css.map */
