.header{position:fixed;top:0;left:0;right:0;z-index:1000;height:var(--header-height);background-color:#faf7f2f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:all var(--animation-duration-fast) ease}.header--scrolled{box-shadow:0 2px 20px #7a5c4f1a}.header__container{display:flex;align-items:center;justify-content:space-between;height:100%;padding:0 var(--container-padding)}.header__logo{display:block;position:absolute;left:50%;transform:translate(-50%)}.header__logo img{height:auto;max-height:40px;width:auto}.header__logo-text{font-family:var(--font-heading);font-size:1.5rem;color:var(--color-soft-cocoa);text-decoration:none}.header__nav{display:flex;align-items:center;gap:40px}.header__menu{display:flex;list-style:none;gap:32px;margin:0;padding:0}.header__menu a{font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;color:var(--color-soft-cocoa);position:relative;padding:8px 0}.header__menu a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:1px;background-color:var(--color-muted-gold);transition:width var(--animation-duration-fast) ease}.header__menu a:hover:after{width:100%}.header__icons{display:flex;align-items:center;gap:20px}.header__icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;color:var(--color-soft-cocoa);transition:color var(--animation-duration-fast) ease}.header__icon:hover{color:var(--color-muted-gold)}.header__icon svg{width:20px;height:20px}.header__menu-toggle{display:flex;flex-direction:column;justify-content:center;gap:6px;width:40px;height:40px;background:none;border:none;cursor:pointer;padding:0;z-index:10}.header__menu-toggle span{display:block;width:24px;height:1px;background-color:var(--color-soft-cocoa);transition:all var(--animation-duration-fast) ease}.header__nav{display:none}.footer{background-color:var(--color-soft-cocoa);color:var(--color-off-white);padding:80px 0 40px}.footer__grid{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:60px}@media screen and (max-width: 990px){.footer__grid{grid-template-columns:1fr 1fr;gap:40px}}@media screen and (max-width: 768px){.footer__grid{grid-template-columns:1fr;gap:40px}}.footer__brand{max-width:300px}.footer__logo{font-family:var(--font-heading);font-size:1.75rem;color:var(--color-off-white);margin-bottom:20px;display:block}.footer__tagline{font-size:.9375rem;line-height:1.7;color:#faf7f2cc;margin-bottom:24px}.footer__heading{font-family:var(--font-body);font-size:.75rem;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--color-muted-gold);margin-bottom:20px}.footer__menu{list-style:none;padding:0;margin:0}.footer__menu li{margin-bottom:12px}.footer__menu a{color:#faf7f2cc;font-size:.9375rem;transition:color var(--animation-duration-fast) ease}.footer__menu a:hover{color:var(--color-muted-gold)}.footer__social{display:flex;gap:16px;margin-top:24px}.footer__social a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border:1px solid rgba(250,247,242,.3);border-radius:50%;color:var(--color-off-white);transition:all var(--animation-duration-fast) ease}.footer__social a:hover{background-color:var(--color-muted-gold);border-color:var(--color-muted-gold);color:var(--color-off-white)}.footer__bottom{border-top:1px solid rgba(250,247,242,.2);padding-top:40px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.footer__copyright{font-size:.875rem;color:#faf7f299}.footer__payment{display:flex;gap:12px}.product-card{position:relative;display:flex;flex-direction:column}.product-card__image-wrapper{position:relative;overflow:hidden;background-color:#7a5c4f0d;aspect-ratio:3/4;margin-bottom:16px;border-radius:8px}.product-card__image{width:100%;height:100%;object-fit:contain;padding:20px;transition:transform var(--animation-duration-normal) ease}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{position:absolute;top:12px;left:12px;background-color:var(--color-muted-gold);color:var(--color-off-white);font-size:.625rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;padding:6px 12px}.product-card__info{display:flex;flex-direction:column;gap:8px}.product-card__title{font-family:var(--font-heading);font-size:1.125rem;color:var(--color-soft-cocoa);margin:0}.product-card__title a{color:inherit}.product-card__title a:hover{color:var(--color-muted-gold)}.product-card__origin{font-size:.75rem;letter-spacing:.1em;text-transform:uppercase;color:var(--color-stone-gray)}.product-card__price{font-size:1rem;font-weight:500;color:var(--color-soft-cocoa)}.product-card__price-compare{text-decoration:line-through;color:var(--color-stone-gray);margin-left:8px}.newsletter-form{display:flex;gap:12px}.newsletter-form__input{flex:1;min-width:0}.newsletter-form__button{padding:14px 24px;white-space:nowrap}@media screen and (max-width: 768px){.newsletter-form{flex-direction:column}}.section-header{text-align:center;margin-bottom:60px}.section-header__eyebrow{font-size:.75rem;font-weight:500;letter-spacing:.2em;text-transform:uppercase;color:var(--color-muted-gold);margin-bottom:16px;display:block}.section-header__title{margin-bottom:20px}.section-header__description{max-width:600px;margin:0 auto;color:var(--color-stone-gray)}.skeleton{background:linear-gradient(90deg,#7a5c4f0d 25%,#7a5c4f1a,#7a5c4f0d 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2000;display:flex;align-items:center;justify-content:center;background-color:#7a5c4fcc;opacity:0;visibility:hidden;transition:all var(--animation-duration-fast) ease}.modal--active{opacity:1;visibility:visible}.modal__content{background-color:var(--color-off-white);padding:40px;max-width:500px;width:90%;max-height:90vh;overflow-y:auto;position:relative}.modal__close{position:absolute;top:20px;right:20px;background:none;border:none;cursor:pointer;color:var(--color-soft-cocoa);padding:8px}.scroll-indicator{position:absolute;bottom:40px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:8px;color:var(--color-soft-cocoa);font-size:.625rem;letter-spacing:.2em;text-transform:uppercase}.scroll-indicator__line{width:1px;height:60px;background-color:var(--color-soft-cocoa);position:relative;overflow:hidden}.scroll-indicator__line:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--color-muted-gold);animation:scroll-line 2s ease-in-out infinite}@keyframes scroll-line{0%{transform:translateY(-100%)}50%{transform:translateY(0)}to{transform:translateY(100%)}}
/*# sourceMappingURL=/cdn/shop/t/22/assets/components.css.map */
