.header{position:sticky;top:0;z-index:100;background:var(--yugen-bg);border-bottom:1px solid var(--yugen-border)}.header__container{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.5rem;max-width:1400px;margin:0 auto}.header__logo{font-family:var(--yugen-font-display);font-size:1.5rem;font-weight:500;color:var(--yugen-text);text-decoration:none}.header__logo img{height:40px;width:auto}.header__nav{display:flex;align-items:center;gap:2rem}.header__nav-link{font-family:var(--yugen-font-body);font-size:.9rem;color:var(--yugen-text);text-decoration:none;transition:color var(--yugen-duration) var(--yugen-ease)}.header__nav-link:hover{color:var(--yugen-primary)}.header__icons{display:flex;align-items:center;gap:1rem}.header__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--yugen-text);transition:color var(--yugen-duration) var(--yugen-ease)}.header__icon:hover{color:var(--yugen-primary)}.header__cart-count{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:var(--yugen-primary);color:#fff;font-size:.7rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center}.header__menu-toggle{display:none;background:none;border:none;cursor:pointer;padding:.5rem}@media (max-width: 768px){.header__nav{display:none}.header__menu-toggle{display:flex}.header__container{padding:.75rem 1rem}.header__logo-kanji{font-size:1.25rem}.header__logo-text{font-size:.7rem}}.footer{background:var(--yugen-secondary);color:#fff;padding:4rem 1.5rem 2rem}.footer__container{max-width:1400px;margin:0 auto}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:3rem;margin-bottom:3rem}.footer__brand{max-width:300px}.footer__logo{font-family:var(--yugen-font-display);font-size:1.5rem;color:#fff;margin-bottom:1rem}.footer__description{font-size:.9rem;color:#ffffffb3;line-height:1.7}.footer__heading{font-family:var(--yugen-font-body);font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;color:#ffffff80}.footer__links{list-style:none}.footer__links li{margin-bottom:.75rem}.footer__links a{font-size:.9rem;color:#fffc;text-decoration:none;transition:color var(--yugen-duration) var(--yugen-ease)}.footer__links a:hover{color:#fff}.footer__social{display:flex;gap:1rem;margin-top:1rem}.footer__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(255,255,255,.2);border-radius:50%;color:#fffc;transition:all var(--yugen-duration) var(--yugen-ease)}.footer__social a:hover{background:var(--yugen-primary);border-color:var(--yugen-primary);color:#fff}.footer__bottom{padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer__copyright{font-size:.85rem;color:#ffffff80}.footer__payments{display:flex;gap:.5rem}.footer__payments svg{height:24px;width:auto;opacity:.6}@media (max-width: 768px){.footer__grid{grid-template-columns:1fr 1fr}.footer__brand{grid-column:span 2}}@media (max-width: 480px){.footer__grid{grid-template-columns:1fr}.footer__brand{grid-column:span 1}}.yugen-hero{background:var(--yugen-bg);padding:var(--yugen-space-md) var(--yugen-space-md);min-height:auto;display:flex;align-items:flex-start}@media (min-width: 1024px){.yugen-hero{padding:1.5rem 2rem;max-height:calc(100vh - 80px);overflow:visible}}.yugen-hero__container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:var(--yugen-space-lg);align-items:start}@media (min-width: 1024px){.yugen-hero__container{gap:2.5rem;align-items:center}}.yugen-hero__media{position:relative;animation:fadeInUp .8s var(--yugen-ease) forwards}.yugen-hero__image-wrapper{position:relative;aspect-ratio:1;background:var(--yugen-bg-alt);border-radius:var(--yugen-radius-sm);overflow:hidden}@media (min-width: 1024px){.yugen-hero__image-wrapper{max-height:450px;aspect-ratio:auto;height:100%;width:100%}}.yugen-hero__image-wrapper:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(135deg,rgba(74,93,35,.03) 0%,transparent 50%);pointer-events:none;z-index:1}.yugen-hero__image{width:100%;height:100%;object-fit:cover;transition:transform var(--yugen-duration) var(--yugen-ease)}.yugen-hero__image-wrapper:hover .yugen-hero__image{transform:scale(1.02)}.yugen-hero__thumbnails{display:flex;gap:var(--yugen-space-sm);margin-top:var(--yugen-space-md)}.yugen-hero__thumbnail{width:72px;height:72px;border:2px solid transparent;background:var(--yugen-bg-alt);border-radius:var(--yugen-radius-sm);overflow:hidden;cursor:pointer;transition:all var(--yugen-duration) var(--yugen-ease)}.yugen-hero__thumbnail:hover,.yugen-hero__thumbnail.is-active{border-color:var(--yugen-primary)}.yugen-hero__thumbnail img{width:100%;height:100%;object-fit:cover}.yugen-hero__content{padding:var(--yugen-space-sm) 0}@media (min-width: 1024px){.yugen-hero__content{padding:0}}.yugen-hero__content>*{animation:fadeInUp .6s var(--yugen-ease) forwards;opacity:0}.yugen-hero__content>*:nth-child(1){animation-delay:.1s}.yugen-hero__content>*:nth-child(2){animation-delay:.2s}.yugen-hero__content>*:nth-child(3){animation-delay:.3s}.yugen-hero__content>*:nth-child(4){animation-delay:.4s}.yugen-hero__content>*:nth-child(5){animation-delay:.5s}.yugen-hero__content>*:nth-child(6){animation-delay:.6s}.yugen-hero__content>*:nth-child(7){animation-delay:.7s}.yugen-hero__content>*:nth-child(8){animation-delay:.8s}.yugen-hero__content>*:nth-child(9){animation-delay:.9s}@media (max-width: 768px){.yugen-hero__content>*{animation-duration:.4s}.yugen-hero__content>*:nth-child(1){animation-delay:.05s}.yugen-hero__content>*:nth-child(2){animation-delay:.1s}.yugen-hero__content>*:nth-child(3){animation-delay:.15s}.yugen-hero__content>*:nth-child(4){animation-delay:.2s}.yugen-hero__content>*:nth-child(5){animation-delay:.25s}.yugen-hero__content>*:nth-child(6){animation-delay:.3s}.yugen-hero__content>*:nth-child(7){animation-delay:.35s}.yugen-hero__content>*:nth-child(8){animation-delay:.4s}.yugen-hero__content>*:nth-child(9){animation-delay:.45s}.yugen-hero__form{animation:none;opacity:1}}.yugen-hero__title{font-family:var(--yugen-font-display);font-size:clamp(2rem,4vw,2.8rem);font-weight:400;line-height:1.1;color:var(--yugen-text);margin-bottom:var(--yugen-space-xs);letter-spacing:-.02em}@media (min-width: 1024px){.yugen-hero__title{font-size:clamp(2rem,3vw,2.5rem);margin-bottom:.5rem}}.yugen-hero__subtitle{font-family:var(--yugen-font-body);font-size:1rem;color:var(--yugen-text-muted);margin-bottom:var(--yugen-space-md);line-height:1.5}@media (min-width: 1024px){.yugen-hero__subtitle{font-size:.95rem;margin-bottom:.75rem}}.yugen-hero__price{display:flex;align-items:baseline;gap:var(--yugen-space-sm);margin-bottom:var(--yugen-space-sm)}@media (min-width: 1024px){.yugen-hero__price{margin-bottom:.5rem}}.yugen-price{font-family:var(--yugen-font-display);font-size:1.75rem;color:var(--yugen-text)}@media (min-width: 1024px){.yugen-price{font-size:1.5rem}}.yugen-price--sale{color:var(--yugen-primary)}.yugen-price--compare{font-size:1.25rem;color:var(--yugen-text-muted);text-decoration:line-through}.yugen-hero__description{font-family:var(--yugen-font-body);font-size:.95rem;line-height:1.7;color:var(--yugen-text-muted);margin-bottom:var(--yugen-space-md);max-width:50ch}@media (min-width: 1024px){.yugen-hero__description{font-size:.9rem;line-height:1.6;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}}.yugen-hero__features{list-style:none;display:grid;grid-template-columns:repeat(2,1fr);gap:var(--yugen-space-xs);margin-bottom:var(--yugen-space-md)}@media (min-width: 1024px){.yugen-hero__features{gap:.4rem;margin-bottom:.75rem}}.yugen-feature{display:flex;align-items:center;gap:var(--yugen-space-xs);font-family:var(--yugen-font-body);font-size:.85rem;color:var(--yugen-text)}@media (min-width: 1024px){.yugen-feature{font-size:.8rem}}.yugen-feature__icon{font-size:1.1rem;opacity:.8}.yugen-hero__form{display:flex;gap:var(--yugen-space-sm);margin-bottom:var(--yugen-space-md);flex-wrap:wrap}@media (min-width: 1024px){.yugen-hero__form{margin-bottom:.75rem;gap:.5rem}}.yugen-quantity{display:flex;align-items:center;border:1px solid var(--yugen-border);border-radius:var(--yugen-radius-sm);overflow:hidden}.yugen-quantity__btn{width:40px;height:46px;border:none;background:var(--yugen-bg-alt);font-size:1.1rem;color:var(--yugen-text);cursor:pointer;transition:background var(--yugen-duration) var(--yugen-ease)}@media (min-width: 1024px){.yugen-quantity__btn{width:36px;height:42px;font-size:1rem}}.yugen-quantity__btn:hover{background:var(--yugen-border)}.yugen-quantity__input{width:50px;height:46px;border:none;text-align:center;font-family:var(--yugen-font-body);font-size:.95rem;background:transparent;color:var(--yugen-text)}@media (min-width: 1024px){.yugen-quantity__input{width:44px;height:42px;font-size:.9rem}}.yugen-quantity__input:focus{outline:none}.yugen-btn--add{flex:1;min-width:180px;height:46px;font-size:.95rem;font-weight:600;transition:all .3s ease}@media (min-width: 1024px){.yugen-btn--add{height:42px;font-size:.9rem;min-width:160px}}.yugen-btn--add .loading,.yugen-btn--add .success,.yugen-btn--add .error{display:inline-flex;align-items:center;gap:.5rem}.yugen-btn--add:disabled{opacity:.7;cursor:not-allowed}.yugen-hero__trust{display:flex;gap:var(--yugen-space-md);padding-top:var(--yugen-space-md);border-top:1px solid var(--yugen-border)}@media (min-width: 1024px){.yugen-hero__trust{gap:1rem;padding-top:.75rem}}.yugen-trust-item{display:flex;align-items:center;gap:var(--yugen-space-xs);font-family:var(--yugen-font-body);font-size:.8rem;color:var(--yugen-text-muted)}@media (min-width: 1024px){.yugen-trust-item{font-size:.75rem}.yugen-trust-item svg{width:16px;height:16px}}.yugen-trust-item svg{color:var(--yugen-primary)}@media (max-width: 1024px){.yugen-hero__container{gap:var(--yugen-space-lg)}.yugen-hero__trust{flex-wrap:wrap;gap:var(--yugen-space-md)}}@media (max-width: 768px){.yugen-hero{padding:1rem 1rem calc(100px + env(safe-area-inset-bottom,0px)) 1rem;min-height:auto}.yugen-hero__container{grid-template-columns:1fr;gap:1rem}.yugen-hero__media{order:1}.yugen-hero__content{order:2;padding:0}.yugen-hero__image-wrapper{max-height:280px;aspect-ratio:4/3}.yugen-hero__thumbnails{margin-top:.75rem;gap:.5rem}.yugen-hero__thumbnail{width:56px;height:56px}.yugen-badge{font-size:.6rem;padding:.35em .75em;margin-bottom:.5rem}.yugen-hero__title{font-size:1.6rem;margin-bottom:.25rem}.yugen-hero__subtitle{font-size:.9rem;margin-bottom:.5rem;line-height:1.4}.yugen-hero__price{margin-bottom:.5rem}.yugen-price{font-size:1.5rem}.yugen-price--compare{font-size:1rem}.yugen-hero__description{font-size:.85rem;line-height:1.5;margin-bottom:.75rem;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.yugen-hero__features{grid-template-columns:1fr 1fr;gap:.35rem;margin-bottom:.75rem}.yugen-feature{font-size:.75rem}.yugen-feature__icon{font-size:.9rem}.yugen-hero__form{position:fixed;bottom:0;left:0;right:0;background:var(--yugen-bg);padding:.75rem 1rem;padding-bottom:calc(.75rem + env(safe-area-inset-bottom,0px));margin:0;z-index:99;box-shadow:0 -4px 20px #0000001a;border-top:1px solid var(--yugen-border);flex-direction:row;gap:.5rem}.yugen-quantity{flex-shrink:0}.yugen-quantity__btn{width:36px;height:44px;font-size:1rem}.yugen-quantity__input{width:40px;height:44px;font-size:.9rem}.yugen-btn--add{flex:1;height:44px;min-width:auto;font-size:.9rem}.yugen-hero__trust{flex-direction:row;flex-wrap:wrap;gap:.75rem;padding-top:.75rem}.yugen-trust-item{font-size:.7rem}.yugen-trust-item svg{width:14px;height:14px}}@media (max-width: 380px){.yugen-hero__title{font-size:1.4rem}.yugen-hero__features{grid-template-columns:1fr;gap:.25rem}.yugen-hero__image-wrapper{max-height:220px}.yugen-hero__form{padding:.5rem .75rem}.yugen-quantity__btn{width:32px;height:40px}.yugen-quantity__input{width:36px;height:40px}.yugen-btn--add{height:40px;font-size:.85rem}}.yugen-features{background:var(--yugen-bg-alt);padding:6rem 1.5rem}.yugen-features__container{max-width:1200px;margin:0 auto}.yugen-features__header{text-align:center;margin-bottom:4rem}.yugen-features__label{display:inline-block;font-family:var(--yugen-font-mono);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--yugen-primary);margin-bottom:1rem}.yugen-features__title{font-family:var(--yugen-font-display);font-size:clamp(2rem,4vw,2.75rem);font-weight:400;color:var(--yugen-text);margin-bottom:1rem;letter-spacing:-.02em}.yugen-features__subtitle{font-family:var(--yugen-font-body);font-size:1.1rem;color:var(--yugen-text-muted);max-width:50ch;margin:0 auto;line-height:1.7}.yugen-features__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.yugen-feature-card{background:var(--yugen-bg);padding:2.5rem;border-radius:var(--yugen-radius-md);text-align:center;transition:transform var(--yugen-duration) var(--yugen-ease),box-shadow var(--yugen-duration) var(--yugen-ease)}.yugen-feature-card:hover{transform:translateY(-4px);box-shadow:0 12px 40px #00000014}.yugen-feature-card__icon{width:64px;height:64px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center}.yugen-feature-card__icon img{max-width:100%;height:auto}.yugen-feature-card__emoji{font-size:2.5rem}.yugen-feature-card__title{font-family:var(--yugen-font-display);font-size:1.25rem;font-weight:500;color:var(--yugen-text);margin-bottom:.75rem}.yugen-feature-card__text{font-family:var(--yugen-font-body);font-size:.95rem;color:var(--yugen-text-muted);line-height:1.7}@media (max-width: 768px){.yugen-features{padding:4rem 1rem}.yugen-features__header{margin-bottom:2.5rem}.yugen-feature-card{padding:2rem}}.yugen-testimonials{background:var(--yugen-bg);padding:6rem 1.5rem}.yugen-testimonials__container{max-width:1200px;margin:0 auto}.yugen-testimonials__header{text-align:center;margin-bottom:3rem}.yugen-testimonials__label{display:inline-block;font-family:var(--yugen-font-mono);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--yugen-primary);margin-bottom:1rem}.yugen-testimonials__title{font-family:var(--yugen-font-display);font-size:clamp(2rem,4vw,2.5rem);font-weight:400;color:var(--yugen-text);letter-spacing:-.02em}.yugen-testimonials__track{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.yugen-testimonial{background:#fff;padding:2rem;border-radius:var(--yugen-radius-md);border:1px solid var(--yugen-border);transition:transform .3s ease,box-shadow .3s ease}.yugen-testimonial:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000000f}.yugen-testimonial__stars{display:flex;gap:2px;color:var(--yugen-accent);margin-bottom:1rem}.yugen-testimonial__quote{font-family:var(--yugen-font-body);font-size:1rem;color:var(--yugen-text);line-height:1.7;margin-bottom:1.5rem;font-style:normal}.yugen-testimonial__author{display:flex;align-items:center;gap:.75rem}.yugen-testimonial__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover}.yugen-testimonial__avatar-placeholder{width:44px;height:44px;border-radius:50%;background:var(--yugen-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-family:var(--yugen-font-display);font-size:1.1rem;text-transform:uppercase}.yugen-testimonial__info{display:flex;flex-direction:column}.yugen-testimonial__name{font-family:var(--yugen-font-body);font-size:.95rem;font-weight:500;color:var(--yugen-text);font-style:normal}.yugen-testimonial__location{font-family:var(--yugen-font-body);font-size:.85rem;color:var(--yugen-text-muted)}.yugen-testimonials__rating-summary{text-align:center;padding-top:3rem;margin-top:3rem;border-top:1px solid var(--yugen-border)}.yugen-testimonials__average{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:.5rem}.yugen-testimonials__average-number{font-family:var(--yugen-font-display);font-size:2rem;color:var(--yugen-text)}.yugen-testimonials__average-stars{display:flex;gap:2px;color:var(--yugen-accent)}.yugen-testimonials__count{font-family:var(--yugen-font-body);font-size:.9rem;color:var(--yugen-text-muted)}@media (max-width: 768px){.yugen-testimonials{padding:4rem 1rem}.yugen-testimonials__track{grid-template-columns:1fr}}.yugen-faq{background:var(--yugen-bg-alt);padding:6rem 1.5rem}.yugen-faq__container{max-width:800px;margin:0 auto}.yugen-faq__header{text-align:center;margin-bottom:3rem}.yugen-faq__label{display:inline-block;font-family:var(--yugen-font-mono);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--yugen-primary);margin-bottom:1rem}.yugen-faq__title{font-family:var(--yugen-font-display);font-size:clamp(2rem,4vw,2.5rem);font-weight:400;color:var(--yugen-text);letter-spacing:-.02em}.yugen-faq__item{border-bottom:1px solid var(--yugen-border)}.yugen-faq__item:first-child{border-top:1px solid var(--yugen-border)}.yugen-faq__question{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;cursor:pointer;font-family:var(--yugen-font-body);font-size:1.05rem;font-weight:500;color:var(--yugen-text);list-style:none;transition:color .3s ease}.yugen-faq__question::-webkit-details-marker{display:none}.yugen-faq__question:hover{color:var(--yugen-primary)}.yugen-faq__question span{padding-right:1rem}.yugen-faq__icon{flex-shrink:0;transition:transform .3s ease;color:var(--yugen-text-muted)}.yugen-faq__item[open] .yugen-faq__icon{transform:rotate(180deg)}.yugen-faq__answer{padding-bottom:1.5rem;font-family:var(--yugen-font-body);font-size:.95rem;color:var(--yugen-text-muted);line-height:1.8;max-width:90%}.yugen-faq__contact{text-align:center;margin-top:3rem;padding-top:3rem;border-top:1px solid var(--yugen-border)}.yugen-faq__contact-text{font-family:var(--yugen-font-body);font-size:1rem;color:var(--yugen-text-muted);margin-bottom:1rem}.yugen-faq__contact-link{display:inline-flex;align-items:center;font-family:var(--yugen-font-body);font-size:.95rem;font-weight:500;color:var(--yugen-primary);text-decoration:none;padding:.75rem 1.5rem;border:1px solid var(--yugen-primary);border-radius:var(--yugen-radius-sm);transition:all .3s ease}.yugen-faq__contact-link:hover{background:var(--yugen-primary);color:#fff}@media (max-width: 768px){.yugen-faq{padding:4rem 1rem}.yugen-faq__question{font-size:.95rem}}.yugen-image-text{padding:6rem 1.5rem}.yugen-image-text--alt{background:var(--yugen-bg-alt)}.yugen-image-text__container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.yugen-image-text--reverse .yugen-image-text__container{direction:rtl}.yugen-image-text--reverse .yugen-image-text__content,.yugen-image-text--reverse .yugen-image-text__media{direction:ltr}.yugen-image-text__media{position:relative}.yugen-image-text__image{width:100%;border-radius:var(--yugen-radius-md)}.yugen-image-text__label{display:inline-block;font-family:var(--yugen-font-mono);font-size:.7rem;letter-spacing:.15em;text-transform:uppercase;color:var(--yugen-primary);margin-bottom:1rem}.yugen-image-text__title{font-family:var(--yugen-font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;color:var(--yugen-text);margin-bottom:1.5rem;letter-spacing:-.02em}.yugen-image-text__text{font-family:var(--yugen-font-body);font-size:1rem;color:var(--yugen-text-muted);line-height:1.8;margin-bottom:2rem}@media (max-width: 768px){.yugen-image-text{padding:4rem 1rem}.yugen-image-text__container{grid-template-columns:1fr;gap:2rem}.yugen-image-text--reverse .yugen-image-text__container{direction:ltr}}.announcement-bar{background:var(--yugen-primary);color:#fff;padding:.75rem 1rem;text-align:center}.announcement-bar__text{font-family:var(--yugen-font-body);font-size:.85rem}.announcement-bar__link{color:#fff;text-decoration:underline}.yugen-newsletter{background:var(--yugen-secondary);color:#fff;padding:5rem 1.5rem;text-align:center}.yugen-newsletter__container{max-width:600px;margin:0 auto}.yugen-newsletter__title{font-family:var(--yugen-font-display);font-size:clamp(1.75rem,3vw,2.25rem);font-weight:400;margin-bottom:1rem}.yugen-newsletter__text{font-family:var(--yugen-font-body);font-size:1rem;color:#ffffffb3;margin-bottom:2rem}.yugen-newsletter__form{display:flex;gap:.75rem;max-width:450px;margin:0 auto}.yugen-newsletter__input{flex:1;padding:.875rem 1rem;border:none;border-radius:var(--yugen-radius-sm);font-family:var(--yugen-font-body);font-size:.95rem}.yugen-newsletter__btn{padding:.875rem 1.5rem;background:var(--yugen-primary);color:#fff;border:none;border-radius:var(--yugen-radius-sm);font-family:var(--yugen-font-body);font-size:.95rem;font-weight:500;cursor:pointer;transition:background var(--yugen-duration) var(--yugen-ease)}.yugen-newsletter__btn:hover{background:var(--yugen-primary-dark)}@media (max-width: 480px){.yugen-newsletter__form{flex-direction:column}}.cart-toast{position:fixed;bottom:24px;right:24px;z-index:9999;min-width:320px;max-width:420px;background:#fff;border-radius:var(--yugen-radius-sm);box-shadow:0 10px 40px #00000026,0 2px 10px #0000001a;transform:translateY(120%);opacity:0;visibility:hidden;transition:all .4s cubic-bezier(.16,1,.3,1);overflow:hidden}.cart-toast.is-visible{transform:translateY(0);opacity:1;visibility:visible}.cart-toast__content{display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem}.cart-toast__icon{flex-shrink:0;width:36px;height:36px;background:var(--yugen-primary);border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff}.cart-toast__icon--error{background:#dc3545}.cart-toast__text{flex:1;display:flex;flex-direction:column;gap:2px}.cart-toast__title{font-family:var(--yugen-font-body);font-size:.95rem;font-weight:600;color:var(--yugen-text)}.cart-toast__title--error{color:#dc3545}.cart-toast__message{font-family:var(--yugen-font-body);font-size:.85rem;color:var(--yugen-text-muted)}.cart-toast__view-cart{flex-shrink:0;font-family:var(--yugen-font-body);font-size:.85rem;font-weight:600;color:var(--yugen-primary);text-decoration:none;padding:.5rem .75rem;border:1px solid var(--yugen-primary);border-radius:var(--yugen-radius-sm);transition:all .2s ease}.cart-toast__view-cart:hover{background:var(--yugen-primary);color:#fff}.cart-toast__close{flex-shrink:0;width:28px;height:28px;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--yugen-text-muted);transition:color .2s ease;margin-left:.25rem}.cart-toast__close:hover{color:var(--yugen-text)}.cart-toast__progress{position:absolute;bottom:0;left:0;height:3px;background:var(--yugen-primary);width:100%;transform:scaleX(0);transform-origin:left}.cart-toast.is-visible .cart-toast__progress{animation:toast-progress 4s linear forwards}.cart-toast--error .cart-toast__progress{background:#dc3545}@keyframes toast-progress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media (max-width: 480px){.cart-toast{left:16px;right:16px;bottom:16px;min-width:auto;max-width:none}.cart-toast__content{flex-wrap:wrap;gap:.75rem}.cart-toast__view-cart{width:100%;text-align:center;margin-top:.25rem}}@media (max-width: 768px){.template-product .cart-toast{bottom:calc(80px + env(safe-area-inset-bottom,0px))}}.header__cart{position:relative}.header__cart-count{position:absolute;top:-4px;right:-4px;width:18px;height:18px;background:var(--yugen-primary);color:#fff;font-size:.7rem;font-weight:600;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.header__cart-count.cart-count-updated{animation:cart-bounce .5s cubic-bezier(.34,1.56,.64,1)}@keyframes cart-bounce{0%{transform:scale(1)}30%{transform:scale(1.4)}50%{transform:scale(.9)}70%{transform:scale(1.15)}to{transform:scale(1)}}.header__cart.cart-added{animation:cart-shake .5s ease}@keyframes cart-shake{0%,to{transform:rotate(0)}25%{transform:rotate(-8deg)}50%{transform:rotate(8deg)}75%{transform:rotate(-4deg)}}.yugen-badge{display:inline-block;font-family:var(--yugen-font-mono);font-size:.65rem;letter-spacing:.15em;text-transform:uppercase;color:var(--yugen-primary);background:#4a5d2314;padding:.4em .9em;border-radius:2px;margin-bottom:var(--yugen-space-sm)}@media (min-width: 1024px){.yugen-badge{font-size:.6rem;margin-bottom:.5rem}}
/*# sourceMappingURL=/cdn/shop/t/3/assets/yugen-theme.css.map */
