.bulk-features__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:110rem;margin:0 auto;padding:0 2rem}.bulk-features__card{background:#fff;border-radius:2rem;padding:3rem 2rem;text-align:center;box-shadow:0 4px 24px #2d201612;border:1px solid rgba(212,115,108,.1);transition:transform .3s ease,box-shadow .3s ease}.bulk-features__card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #d4736c26}.bulk-features__icon{width:8rem;height:8rem;margin:0 auto 1.6rem;background:linear-gradient(135deg,#fff0e6,#ffe8de);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #d4736c1f}.bulk-features__title{font-size:1.8rem;margin-bottom:.8rem;font-family:var(--font-heading--family, inherit);color:var(--color-foreground);font-weight:700}.bulk-features__text{font-size:1.4rem;color:#7a6e63;line-height:1.7}@media(max-width:899px){.bulk-features__grid{grid-template-columns:repeat(2,1fr);gap:1.6rem}}@media(max-width:479px){.bulk-features__grid{grid-template-columns:1fr}}.bulk-hero{position:relative;display:flex;align-items:center;justify-content:center;min-height:60vh;text-align:center;overflow:hidden}.bulk-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0}.bulk-hero__bg img{width:100%;height:100%;object-fit:cover}.bulk-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2d201659;z-index:1}.bulk-hero__content{position:relative;z-index:2;max-width:70rem;margin:0 auto;padding:6rem 2rem}.bulk-hero__subtitle{font-size:1.4rem;text-transform:uppercase;letter-spacing:.2em;color:#ffffffe6;margin-bottom:1.2rem;font-weight:600}.bulk-hero__title{font-size:4.8rem;font-weight:700;color:#fff;margin-bottom:1.6rem;line-height:1.2;font-family:var(--font-heading--family, inherit)}.bulk-hero__description{font-size:1.8rem;color:#ffffffeb;margin-bottom:3.2rem;line-height:1.7;max-width:55rem;margin-left:auto;margin-right:auto}.bulk-hero__buttons{display:flex;gap:1.6rem;justify-content:center;flex-wrap:wrap}.bulk-hero__whatsapp{display:inline-flex;align-items:center;gap:.6rem;border-color:#fff;color:#fff}.bulk-hero__whatsapp:hover{background:#fff;color:var(--color-accent)}@media(max-width:749px){.bulk-hero{min-height:45vh}.bulk-hero__title{font-size:3rem}.bulk-hero__description{font-size:1.5rem}.bulk-hero__content{padding:4rem 1.6rem}}.bulk-uses__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2.4rem;max-width:100rem;margin:0 auto;padding:0 2rem}.bulk-uses__item{background:#fff;border-radius:2rem;padding:3rem 2rem;text-align:center;box-shadow:0 4px 24px #2d201612;border:1px solid rgba(212,115,108,.1);transition:transform .3s ease,box-shadow .3s ease}.bulk-uses__item:hover{transform:translateY(-4px);box-shadow:0 12px 40px #d4736c26}.bulk-uses__icon{width:8rem;height:8rem;margin:0 auto 1.6rem;background:linear-gradient(135deg,#fff0e6,#ffe8de);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #d4736c1f}.bulk-uses__title{font-size:1.8rem;font-family:var(--font-heading--family, inherit);color:var(--color-foreground);font-weight:700;margin-bottom:.6rem}.bulk-uses__text{font-size:1.4rem;color:#7a6e63;line-height:1.7}@media(max-width:749px){.bulk-uses__grid{grid-template-columns:1fr;gap:1.6rem}}.cart-drawer-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2d201680;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:999;opacity:0;pointer-events:none;transition:opacity .35s ease}.cart-drawer-overlay.open{opacity:1;pointer-events:all}.cart-drawer{position:fixed;top:0;right:0;width:460px;max-width:92vw;height:100vh;background:var(--color-background);z-index:1000;transform:translate(100%);transition:transform .45s cubic-bezier(.22,1,.36,1);display:flex;flex-direction:column;font-size:1.6rem}.cart-drawer.open{transform:translate(0)}.cart-drawer__header{padding:1.8rem 2.4rem;background:linear-gradient(135deg,var(--color-accent),var(--color-accent-secondary));color:#fff;display:flex;align-items:center;justify-content:space-between}.cart-drawer__title{font-size:2rem;font-weight:800;margin:0}.cart-drawer__count{opacity:.85;font-size:1.4rem;font-weight:600}.cart-drawer__close{background:#fff3;border:none;cursor:pointer;color:#fff;font-size:2rem;width:3.6rem;height:3.6rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s}.cart-drawer__close:hover{background:#ffffff4d}.cart-drawer__shipping{margin:1.4rem 2rem;padding:1.6rem;background:var(--color-card-bg);border-radius:var(--radius-card);box-shadow:0 2px 8px #2d20160a}.cart-drawer__shipping-title{font-size:1.3rem;font-weight:700;text-align:center;margin-bottom:1.2rem}.cart-drawer__shipping-highlight{color:var(--color-accent);font-weight:800}.cart-drawer__shipping-bar{position:relative;height:1rem;background:#2d20160f;border-radius:1rem;margin-bottom:.8rem;display:flex}.cart-drawer__shipping-fill{height:100%;min-width:0;background:linear-gradient(270deg,var(--color-accent-secondary),var(--color-accent));border-radius:1rem;transition:width .8s cubic-bezier(.22,1,.36,1)}.cart-drawer__shipping-markers{display:flex;justify-content:space-between}.cart-drawer__shipping-marker{display:flex;flex-direction:column;align-items:center;font-size:1.1rem;color:#999;gap:.3rem}.cart-drawer__shipping-marker.reached{color:var(--color-accent-secondary);font-weight:700}.cart-drawer__shipping-marker-icon{font-size:1.8rem}.cart-drawer__shipping-marker-amount{font-size:1rem;font-weight:600}.cart-drawer__scroll{flex:1;overflow-y:auto}.cart-drawer__empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.2rem;padding:6rem 2rem;text-align:center;color:#7a6e63;font-size:1.6rem}.cart-drawer__empty-btn{display:inline-block;padding:1.2rem 2.4rem;background:var(--color-accent);color:#fff;border-radius:6rem;text-decoration:none;font-weight:700;font-size:1.5rem;transition:all .3s cubic-bezier(.34,1.56,.64,1)}.cart-drawer__empty-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px #d4736c4d}.cart-drawer__item{display:flex;gap:1.4rem;padding:1.6rem 2rem;border-bottom:1px solid rgba(45,32,22,.05);position:relative;transition:all .3s}.cart-drawer__item:hover{background:#c8956d0a}.cart-drawer__item-img{width:8.8rem;height:8.8rem;border-radius:1.4rem;overflow:hidden;flex-shrink:0;position:relative}.cart-drawer__item-img img{width:100%;height:100%;object-fit:cover}.cart-drawer__item-badge{position:absolute;bottom:.4rem;left:.4rem;background:var(--color-accent);color:#fff;font-size:1rem;font-weight:700;padding:.2rem .8rem;border-radius:1rem}.cart-drawer__item-info{flex:1}.cart-drawer__item-title{font-weight:700;font-size:1.5rem;margin-bottom:.2rem}.cart-drawer__item-variant{font-size:1.3rem;color:#7a6e63;margin-bottom:.6rem}.cart-drawer__item-props{font-size:1.2rem;color:#999;margin-bottom:.8rem}.cart-drawer__item-row{display:flex;align-items:center;justify-content:space-between}.cart-drawer__item-price{font-weight:800;font-size:1.7rem}.cart-drawer__item-price-old{text-decoration:line-through;color:#999;font-size:1.3rem;font-weight:400;margin-right:.6rem}.cart-drawer__item-qty{display:flex;align-items:center;background:var(--color-card-bg);border:1.5px solid rgba(45,32,22,.1);border-radius:3rem;overflow:hidden}.cart-drawer__qty-btn{background:none;border:none;width:3.4rem;height:3.4rem;cursor:pointer;font-size:1.8rem;font-weight:700;color:var(--color-foreground);transition:all .2s}.cart-drawer__qty-btn:hover{background:#c8956d1a;color:var(--color-accent-secondary)}.cart-drawer__qty-val{min-width:3rem;text-align:center;font-weight:700;font-size:1.5rem}.cart-drawer__item-remove{position:absolute;top:1.2rem;left:1.6rem;background:none;border:none;color:#ccc;cursor:pointer;font-size:1.4rem;transition:color .2s}.cart-drawer__item-remove:hover{color:var(--color-accent)}.cart-drawer__upsell{margin:1.6rem 2rem}.cart-drawer__upsell-title{font-size:1.4rem;font-weight:700;margin-bottom:1rem}.cart-drawer__upsell-scroll{display:flex;gap:.8rem;overflow-x:auto;padding-bottom:.8rem;-ms-overflow-style:none;scrollbar-width:none}.cart-drawer__upsell-scroll::-webkit-scrollbar{display:none}.cart-drawer__upsell-card{width:calc((100% - 1.6rem) / 3);min-width:calc((100% - 1.6rem) / 3);background:var(--color-card-bg);border-radius:1.4rem;padding:.8rem;border:1px solid rgba(45,32,22,.06);transition:all .3s;flex-shrink:0;display:flex;flex-direction:column}.cart-drawer__upsell-card:hover{box-shadow:0 4px 16px #2d201614;transform:translateY(-2px)}.cart-drawer__upsell-card img{width:100%;aspect-ratio:1;border-radius:.8rem;object-fit:cover;margin-bottom:.6rem;display:block}.cart-drawer__upsell-name{font-size:1.2rem;font-weight:600;margin-bottom:.3rem;line-height:1.3;min-height:3.2rem;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-drawer__upsell-price{font-size:1.3rem;font-weight:800;color:var(--color-accent);margin-bottom:.6rem}.cart-drawer__upsell-btn{width:100%;padding:.6rem;border:1.5px solid var(--color-foreground);border-radius:2rem;background:none;font-family:inherit;font-weight:700;font-size:1.1rem;cursor:pointer;transition:all .2s;margin-top:auto}.cart-drawer__upsell-btn:hover{background:var(--color-foreground);color:#fff}.cart-drawer__upload-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#2d201666;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:1100;opacity:0;pointer-events:none;transition:opacity .25s ease;display:flex;align-items:center;justify-content:center}.cart-drawer__upload-overlay.open{opacity:1;pointer-events:all}.cart-drawer__upload-popup{background:var(--color-card-bg);border-radius:2rem;padding:2.8rem 2.4rem;width:34rem;max-width:90vw;box-shadow:0 20px 50px #2d201633;transform:scale(.9) translateY(20px);transition:all .3s cubic-bezier(.22,1,.36,1);text-align:center;position:relative}.cart-drawer__upload-overlay.open .cart-drawer__upload-popup{transform:scale(1) translateY(0)}.cart-drawer__upload-close{position:absolute;top:1.2rem;left:1.2rem;background:none;border:none;font-size:1.8rem;color:#999;cursor:pointer;width:3.2rem;height:3.2rem;border-radius:50%;display:flex;align-items:center;justify-content:center}.cart-drawer__upload-close:hover{background:#2d20160f}.cart-drawer__upload-product{display:flex;align-items:center;gap:1.2rem;margin-bottom:1.8rem;text-align:right;padding-bottom:1.6rem;border-bottom:1px solid rgba(45,32,22,.06)}.cart-drawer__upload-product img{width:5.6rem;height:5.6rem;border-radius:1.2rem;object-fit:cover}.cart-drawer__upload-name{font-weight:700;font-size:1.5rem}.cart-drawer__upload-price{font-size:1.3rem;color:var(--color-accent);font-weight:700}.cart-drawer__upload-title{font-size:1.6rem;font-weight:800;margin-bottom:.6rem}.cart-drawer__upload-subtitle{font-size:1.3rem;color:#7a6e63;margin-bottom:1.8rem}.cart-drawer__upload-btn{display:flex;width:100%;padding:1.4rem;border:none;border-radius:6rem;font-size:1.5rem;font-weight:700;cursor:pointer;font-family:inherit;align-items:center;justify-content:center;gap:.8rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);margin-bottom:1rem;text-decoration:none}.cart-drawer__upload-btn:hover{transform:translateY(-2px)}.cart-drawer__upload-btn--file{background:linear-gradient(135deg,var(--color-accent),#c4655e);color:#fff;box-shadow:0 4px 14px #d4736c4d}.cart-drawer__upload-btn--wa{background:#25d366;color:#fff;box-shadow:0 4px 14px #25d3664d}.cart-drawer__upload-skip{background:none;border:none;color:#999;font-family:inherit;font-size:1.3rem;font-weight:600;cursor:pointer;padding:.8rem;transition:color .2s}.cart-drawer__upload-skip:hover{color:var(--color-foreground)}.cart-drawer__upload-note{font-size:1.1rem;color:#bbb;margin-top:.4rem}.cart-drawer__note{margin:0 2rem 1.2rem}.cart-drawer__note-toggle{background:none;border:none;font-family:inherit;font-size:1.3rem;font-weight:600;color:#7a6e63;cursor:pointer;display:flex;align-items:center;gap:.4rem}.cart-drawer__note-field{margin-top:.8rem}.cart-drawer__note-field textarea{width:100%;padding:1rem 1.4rem;border:1.5px solid rgba(45,32,22,.1);border-radius:1.2rem;font-family:inherit;font-size:1.4rem;resize:none;height:7rem;background:var(--color-card-bg)}.cart-drawer__discount{margin:0 2rem 1.2rem}.cart-drawer__discount-toggle{background:none;border:none;font-family:inherit;font-size:1.3rem;font-weight:600;color:var(--color-accent-secondary);cursor:pointer}.cart-drawer__discount-row{display:flex;gap:.8rem;margin-top:.8rem}.cart-drawer__discount-row input{flex:1;padding:1rem 1.4rem;border:1.5px solid rgba(45,32,22,.1);border-radius:3rem;font-family:inherit;font-size:1.4rem;background:var(--color-card-bg)}.cart-drawer__discount-row button{padding:1rem 1.8rem;background:var(--color-accent-secondary);color:#fff;border:none;border-radius:3rem;font-family:inherit;font-weight:700;font-size:1.3rem;cursor:pointer}.cart-drawer__footer{padding:1.6rem 2rem 2rem;background:var(--color-card-bg);border-top:1px solid rgba(45,32,22,.06);box-shadow:0 -4px 20px #2d20160a}.cart-drawer__footer-row{display:flex;justify-content:space-between;margin-bottom:.4rem;font-size:1.4rem}.cart-drawer__footer-total{font-size:2rem;font-weight:800;margin-bottom:.4rem;padding-top:.8rem;border-top:1px solid rgba(45,32,22,.06)}.cart-drawer__footer-saved{text-align:center;color:var(--color-accent);font-size:1.3rem;font-weight:700;margin-bottom:1.2rem}.cart-drawer__checkout{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1.6rem;border:none;border-radius:6rem;font-size:1.8rem;font-weight:800;cursor:pointer;font-family:inherit;background:linear-gradient(135deg,var(--color-accent),#c4655e);color:#fff;box-shadow:0 4px 14px #d4736c4d;transition:all .3s cubic-bezier(.34,1.56,.64,1);margin-bottom:.8rem;text-decoration:none}.cart-drawer__checkout:hover{transform:translateY(-3px);box-shadow:0 8px 25px #d4736c66}.cart-drawer__express{margin-bottom:1.2rem}.cart-drawer__trust{display:flex;justify-content:center;gap:1.6rem;font-size:1.1rem;color:#999}.cart-drawer__trust span{display:flex;align-items:center;gap:.3rem}.collection-page__header{text-align:center;margin-bottom:4rem}.collection-page__title{font-size:3.6rem;font-family:var(--font-heading--family, inherit);margin-bottom:1.2rem}.collection-page__description{font-size:1.6rem;color:#7a6e63;max-width:60rem;margin:0 auto .8rem}.collection-page__count{font-size:1.4rem;color:#999}.collection-page .card__image{position:relative;display:block}.collection-page .badge{margin-inline-start:.6rem;vertical-align:middle}.pagination{display:flex;justify-content:center;gap:.8rem;padding-top:3.2rem;grid-column:1 / -1}.pagination a,.pagination span{padding:.8rem 1.4rem;border-radius:8px;font-size:1.4rem;text-decoration:none;color:var(--color-foreground);transition:all .3s ease}.pagination a:hover,.pagination .current{background:var(--color-accent);color:#fff}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact-form__wrapper{max-width:70rem;margin:0 auto;padding:0 2rem}.contact-form__box{background:#fff;border-radius:2rem;padding:3.2rem;box-shadow:0 4px 24px #2d201612;border:1px solid rgba(212,115,108,.1)}.contact-form__success{text-align:center;padding:2rem 0 3rem}.contact-form__success h3{font-size:2rem;font-family:var(--font-heading--family, inherit);color:var(--color-foreground);margin:1.2rem 0 .4rem}.contact-form__success p{font-size:1.4rem;color:#7a6e63}.contact-form__errors{background:#fff0f0;border:1px solid #e74c3c;border-radius:var(--radius-input, 12px);padding:1.2rem 1.6rem;margin-bottom:2rem;color:#c0392b;font-size:1.4rem}.contact-form__row{display:grid;grid-template-columns:1fr 1fr;gap:1.6rem;margin-bottom:1.6rem}.contact-form__field{display:flex;flex-direction:column;gap:.4rem}.contact-form__field--full{margin-bottom:2rem}.contact-form__field label{font-size:1.4rem;font-weight:600;color:var(--color-foreground)}.contact-form__field input,.contact-form__field select,.contact-form__field textarea{width:100%;padding:1.2rem 1.4rem;border:1px solid rgba(45,32,22,.15);border-radius:var(--radius-input, 12px);font-size:1.5rem;font-family:inherit;color:var(--color-foreground);background:var(--color-background);transition:border-color .3s ease,box-shadow .3s ease;-webkit-appearance:none}.contact-form__field input:focus,.contact-form__field select:focus,.contact-form__field textarea:focus{outline:none;border-color:var(--color-accent);box-shadow:0 0 0 3px #d4736c26}.contact-form__field textarea{resize:vertical;min-height:10rem}.contact-form__submit{width:100%;margin-top:.8rem}.contact-form__alt{text-align:center;margin-top:2.4rem}.contact-form__alt-text{font-size:1.5rem;color:#7a6e63;margin-bottom:1.2rem}.contact-form__whatsapp{display:inline-flex;align-items:center;gap:.8rem;background:#25d366;color:#fff;border:none;font-weight:600}.contact-form__whatsapp:hover{background:#1fb855;color:#fff}@media(max-width:749px){.contact-form__row{grid-template-columns:1fr}.contact-form__box{padding:2rem 1.6rem}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.faq__list{max-width:72rem;margin:0 auto}.faq__item{border-bottom:1px solid rgba(45,32,22,.1)}.faq__question{display:flex;justify-content:space-between;align-items:center;padding:2rem 0;cursor:pointer;font-size:1.7rem;font-weight:600;color:var(--color-foreground);font-family:var(--font-heading--family, inherit);list-style:none;gap:1.6rem}.faq__question::-webkit-details-marker{display:none}.faq__question::marker{display:none;content:""}.faq__chevron{flex-shrink:0;transition:transform .3s ease;color:var(--color-accent)}.faq__item[open] .faq__chevron{transform:rotate(180deg)}.faq__answer{padding:0 0 2rem;font-size:1.5rem;line-height:1.8;color:#5a4e44}.faq__question:hover{color:var(--color-accent)}.featured-collection .card__image{position:relative;display:block}.featured-collection .badge{margin-inline-start:.6rem;vertical-align:middle}.footer{background:var(--color-foreground);color:#fffc;margin-top:auto}.footer a{color:#fffc;transition:color .3s ease}.footer a:hover{color:#fff}.footer__inner{display:grid;grid-template-columns:1fr 1fr 1fr;gap:4rem;max-width:var(--page-width);margin:0 auto;padding:5rem var(--page-margin)}.footer__social-bar{display:flex;justify-content:center;gap:2rem;padding:0 0 3rem}.footer__social-link{width:3.6rem;height:3.6rem;border-radius:50%;background:#ffffff1a;display:flex;align-items:center;justify-content:center;transition:background .3s ease}.footer__social-link:hover{background:var(--color-accent)}.footer__links-title{font-size:1.6rem;color:#fff;margin-bottom:1.6rem;font-weight:600}.footer__link{display:block;font-size:1.4rem;margin-bottom:.8rem}.footer__bottom{border-top:1px solid rgba(255,255,255,.1)}.footer__bottom-inner{max-width:var(--page-width);margin:0 auto;padding:2rem var(--page-margin);display:flex;align-items:center;justify-content:space-between;font-size:1.3rem}.footer__payment{display:flex;gap:.8rem;align-items:center}.footer__payment svg{height:2.4rem;width:auto}@media(max-width:749px){.footer__inner{grid-template-columns:1fr;gap:3rem;text-align:center}.footer__bottom-inner{flex-direction:column;gap:1.2rem;text-align:center}}.gallery__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(18rem,1fr));gap:1.2rem}.gallery__item{position:relative;overflow:hidden;border-radius:var(--radius-card, 16px);aspect-ratio:1}.gallery__img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.gallery__item:hover .gallery__img{transform:scale(1.05)}.gallery__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#fff0e6,#ffe0d0);display:flex;align-items:center;justify-content:center}.gallery__caption{position:absolute;bottom:0;right:0;left:0;padding:1.2rem;background:linear-gradient(transparent,#2d2016b3);color:#fff;font-size:1.3rem;text-align:center;opacity:0;transition:opacity .3s ease}.gallery__item:hover .gallery__caption{opacity:1}@media(max-width:749px){.gallery__grid{grid-template-columns:repeat(2,1fr)}}.header{position:sticky;top:0;z-index:100;background:var(--color-background);border-bottom:1px solid rgba(45,32,22,.08);transition:box-shadow .3s ease}.header__inner{display:flex;align-items:center;justify-content:center;position:relative;height:7rem;max-width:var(--page-width);margin:0 auto;padding:0 var(--page-margin)}.header__logo a{text-decoration:none;color:var(--color-foreground)}.header__title{font-size:2.4rem;font-weight:700;font-family:var(--font-heading--family, inherit)}.header__nav{display:flex;gap:2.4rem;align-items:center}.header__nav-item{position:relative}.header__nav-link{text-decoration:none;color:var(--color-foreground);font-size:1.5rem;font-weight:500;padding:.4rem 0;position:relative;transition:color .3s ease;display:flex;align-items:center;gap:.4rem}.header__nav-link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:var(--color-accent);transition:width .3s ease;border-radius:1px}.header__nav-link:hover:after,.header__nav-link.is-active:after{width:100%}.header__nav-link:hover{color:var(--color-accent)}.header__dropdown-arrow{transition:transform .3s ease}.header__dropdown-toggle{display:none}.header__dropdown{position:absolute;top:100%;right:0;min-width:20rem;background:var(--color-background);border:1px solid rgba(45,32,22,.08);border-radius:8px;box-shadow:0 8px 24px #2d20161a;padding:.8rem 0;opacity:0;visibility:hidden;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease,visibility .25s ease;z-index:101}.header__nav-item--has-dropdown:hover .header__dropdown{opacity:1;visibility:visible;transform:translateY(0)}.header__nav-item--has-dropdown:hover .header__dropdown-arrow{transform:rotate(180deg)}.header__dropdown-link{display:block;padding:.8rem 1.6rem;font-size:1.4rem;color:var(--color-foreground);text-decoration:none;transition:background .2s ease,color .2s ease}.header__dropdown-link:hover{background:#c8956d14;color:var(--color-accent)}.header__icons{display:flex;gap:1.2rem;align-items:center;position:absolute;left:var(--page-margin)}.header__icon{position:relative;color:var(--color-foreground);transition:color .3s ease}.header__icon:hover{color:var(--color-accent)}.header__cart-count{position:absolute;top:-6px;right:-8px;background:var(--color-accent);color:#fff;font-size:1rem;font-weight:700;width:1.8rem;height:1.8rem;border-radius:50%;display:flex;align-items:center;justify-content:center}html[dir=rtl] .header__cart-count{right:auto;left:-8px}html[dir=rtl] .header__dropdown{right:auto;left:0}.header__mobile-toggle{display:none;background:none;border:none;color:var(--color-foreground);cursor:pointer;padding:.4rem;position:absolute;right:var(--page-margin)}@media(max-width:749px){.header__mobile-toggle{display:block}.header__dropdown-arrow{display:none}.header__dropdown-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;color:var(--color-foreground);cursor:pointer;padding:.4rem;position:absolute;left:0;top:50%;transform:translateY(-50%)}.header__dropdown-toggle svg{transition:transform .3s ease}.header__nav-item--has-dropdown.is-expanded .header__dropdown-toggle svg{transform:rotate(45deg)}.header__nav{display:none;position:absolute;top:7rem;left:0;right:0;background:var(--color-background);flex-direction:column;padding:2rem;gap:1.6rem;box-shadow:0 8px 20px #0000001a;border-bottom-left-radius:12px;border-bottom-right-radius:12px}.header__nav.is-open{display:flex}.header__nav-item{position:relative}.header__nav-item--has-dropdown{padding-left:2.4rem}.header__nav-link{font-size:1.8rem}.header__dropdown{position:static;min-width:unset;background:transparent;border:none;border-radius:0;box-shadow:none;padding:0;opacity:1;visibility:visible;transform:none;display:none;padding-top:.8rem;padding-right:1rem}.header__nav-item--has-dropdown.is-expanded .header__dropdown{display:block}.header__dropdown-link{padding:.6rem 0;font-size:1.5rem}.header__dropdown-link:hover{background:transparent}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.hero{position:relative;display:flex;align-items:flex-end;justify-content:center;min-height:70vh;text-align:center;overflow:hidden}.hero__slide{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;opacity:0;transition:opacity 1s ease;z-index:0}.hero__slide.is-active{opacity:1}.hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#2d201640;z-index:1}.hero__content{position:absolute;bottom:0;left:0;right:0;z-index:2;max-width:70rem;margin:0 auto;padding:4rem 2rem;opacity:0;transform:translateY(20px);transition:opacity .8s ease .3s,transform .8s ease .3s;pointer-events:none}.hero__content.is-active{opacity:1;transform:translateY(0);pointer-events:auto}.hero__subtitle{font-size:1.4rem;text-transform:uppercase;letter-spacing:.2em;color:#ffffffe6;margin-bottom:1.2rem;font-weight:600}.hero__title{font-size:5.2rem;font-weight:700;color:#fff;margin-bottom:1.6rem;line-height:1.15;font-family:var(--font-heading--family, inherit)}.hero__description{font-size:1.8rem;color:#ffffffe6;margin-bottom:3.2rem;line-height:1.6}.hero__buttons{display:flex;gap:1.6rem;justify-content:center;flex-wrap:wrap}.hero__buttons .btn--secondary{border-color:#fff;color:#fff}.hero__buttons .btn--secondary:hover{background:#fff;color:var(--color-accent)}.hero__dots{position:absolute;bottom:2rem;left:50%;transform:translate(-50%);z-index:3;display:flex;gap:1rem}.hero__dot{width:1.2rem;height:1.2rem;border-radius:50%;border:2px solid white;background:transparent;cursor:pointer;padding:0;transition:background .3s ease,transform .3s ease}.hero__dot.is-active{background:#fff;transform:scale(1.2)}.hero__dot:hover{background:#fff9}@media(max-width:749px){.hero{min-height:50vh}.hero__title{font-size:3.2rem}.hero__description{font-size:1.6rem}.hero__dots{bottom:1.2rem}}.how-it-works{overflow:hidden}.how-it-works__timeline{display:flex;justify-content:center;align-items:flex-start;gap:0;max-width:110rem;margin:0 auto;padding:0 2rem}.how-it-works__step{display:flex;flex-direction:column;align-items:center;position:relative;flex:1;max-width:26rem}.how-it-works__step-number{width:4rem;height:4rem;border-radius:50%;background:linear-gradient(135deg,#d4736c,#c8956d);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;font-family:var(--font-heading--family, inherit);margin-bottom:1.6rem;box-shadow:0 4px 15px #d4736c59;position:relative;z-index:2}.how-it-works__card{background:#fff;border-radius:2rem;padding:2.8rem 2rem 2.4rem;text-align:center;box-shadow:0 4px 24px #2d201612;border:1px solid rgba(212,115,108,.1);transition:transform .3s ease,box-shadow .3s ease;width:100%}.how-it-works__card:hover{transform:translateY(-6px);box-shadow:0 12px 40px #d4736c26}.how-it-works__icon-wrap{width:9rem;height:9rem;margin:0 auto 1.6rem;background:linear-gradient(135deg,#fff0e6,#ffe8de);border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #d4736c1f}.how-it-works__icon-wrap img{width:5.5rem;height:5.5rem}.how-it-works__icon-fallback{display:flex;align-items:center;justify-content:center}.how-it-works__step-title{font-size:1.9rem;margin-bottom:.8rem;font-family:var(--font-heading--family, inherit);color:var(--color-foreground);font-weight:700}.how-it-works__step-text{font-size:1.4rem;color:#7a6e63;line-height:1.7}.how-it-works__connector{display:none}@media(min-width:900px){.how-it-works__timeline{flex-direction:row}.how-it-works__step{flex-direction:column}.how-it-works__connector{display:block;position:absolute;top:2rem;left:-3.5rem;z-index:1}}@media(max-width:899px){.how-it-works__timeline{flex-direction:column;align-items:center;gap:2rem}.how-it-works__step{max-width:36rem;width:100%}.how-it-works__step-number{margin-bottom:1.2rem}}.image-with-text__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;max-width:120rem;margin:0 auto;padding:0 2rem}.image-with-text__grid--reversed .image-with-text__media{order:2}.image-with-text__grid--reversed .image-with-text__content{order:1}.image-with-text__img{width:100%;height:auto;border-radius:var(--radius-card, 16px);object-fit:cover;box-shadow:0 8px 30px #2d20161a}.image-with-text__placeholder{width:100%;aspect-ratio:4/3;background:linear-gradient(135deg,#fff0e6,#ffe0d0);border-radius:var(--radius-card, 16px);display:flex;align-items:center;justify-content:center}.image-with-text__title{font-size:3.2rem;margin-bottom:1.6rem;font-family:var(--font-heading--family, inherit);color:var(--color-foreground);line-height:1.3}.image-with-text__text{font-size:1.6rem;line-height:1.8;color:#5a4e44;margin-bottom:2.4rem}.image-with-text__content,.image-with-text__content .section-header__subtitle{text-align:center}@media(max-width:749px){.image-with-text__grid{grid-template-columns:1fr;gap:2.4rem}.image-with-text__grid--reversed .image-with-text__media,.image-with-text__grid--reversed .image-with-text__content{order:unset}.image-with-text__title{font-size:2.4rem}}.page-content{padding:4rem 0}.page-content__inner{max-width:80rem;margin:0 auto;padding:0 var(--page-margin)}.page-content__title{font-size:3.2rem;color:var(--color-foreground);margin-bottom:2.5rem}.page-content__body h2{font-size:2rem;color:var(--color-foreground);margin-top:2.5rem;margin-bottom:1rem}.page-content__body h3{font-size:1.6rem;color:var(--color-foreground);margin-top:1.5rem;margin-bottom:.8rem}.page-content__body p{font-size:1.5rem;line-height:1.8;color:var(--color-foreground);margin-bottom:1rem}.page-content__body ul,.page-content__body ol{padding-right:2rem;margin-bottom:1.5rem}.page-content__body li{font-size:1.5rem;line-height:1.8;color:var(--color-foreground);margin-bottom:.5rem}.page-content__body a{color:var(--color-accent);text-decoration:underline}.page-content__body a:hover{opacity:.8}.page-content__body table{width:100%;border-collapse:collapse;margin:1.5rem 0;font-size:1.5rem}.page-content__body th,.page-content__body td{border:1px solid rgba(45,32,22,.15);padding:1rem 1.2rem;text-align:right}.page-content__body th{background:#2d20160d;font-weight:600;color:var(--color-foreground)}.page-content__body img{max-width:100%;height:auto;border-radius:8px}.product-description__container{max-width:80rem;margin:0 auto}.product-description__card{padding:3rem;background:var(--color-card-bg);border-radius:2rem;border:1px solid rgba(45,32,22,.06);box-shadow:0 4px 16px #00000008}.product-description__heading{display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:2rem;margin-bottom:2rem;padding-bottom:1.2rem;border-bottom:2px solid rgba(200,149,109,.2)}.product-description__content{font-size:1.5rem;line-height:1.8;color:#5a4e44}.product-description__content h2,.product-description__content h3{margin-top:2rem;margin-bottom:1rem;color:var(--color-foreground)}.product-description__content p{margin-bottom:1.2rem}.product-description__content ul,.product-description__content ol{padding-right:2rem;margin-bottom:1.2rem}.product-description__content li{margin-bottom:.6rem}@media(max-width:749px){.product-description__card{padding:2rem 1.6rem}}.product-extra__container{max-width:80rem;margin:0 auto;text-align:center}.product-extra__title{display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:2.4rem;margin-bottom:2rem;color:var(--color-foreground);padding:1.2rem 2rem;background:#2d201608;border-radius:16px}.product-extra__video{margin:2rem 0;border-radius:2rem;overflow:hidden;box-shadow:0 8px 30px #00000014}.product-extra__video video{width:100%;display:block}.product-extra__process-header{margin:3rem 0 2rem}.product-extra__process-title{font-size:2.2rem;color:var(--color-foreground);margin-bottom:.8rem}.product-extra__process-text{font-size:1.5rem;color:#5a4e44;line-height:1.7}.product-extra__step{display:flex;align-items:flex-start;gap:1.6rem;text-align:right;padding:2rem;margin-bottom:1.2rem;background:var(--color-card-bg);border-radius:16px;border:1px solid rgba(45,32,22,.06);transition:all .3s ease}.product-extra__step:hover{transform:translate(-4px);box-shadow:0 8px 24px #0000000f;border-color:#c8956d4d}html[dir=rtl] .product-extra__step:hover{transform:translate(4px)}.product-extra__step-number{flex-shrink:0;width:4rem;height:4rem;background:linear-gradient(135deg,var(--color-accent-secondary),#b8862e);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;box-shadow:0 4px 12px #c8956d4d}.product-extra__step-body{flex:1}.product-extra__step-title{font-size:1.8rem;color:var(--color-accent-secondary);margin-bottom:.6rem}.product-extra__step-text{font-size:1.4rem;color:#5a4e44;line-height:1.7}@media(max-width:749px){.product-extra__step{text-align:center;flex-direction:column;align-items:center}}.product-features__container{max-width:var(--max-page-width, 120rem);margin:0 auto}.product-features__cards{display:flex;justify-content:center;gap:1.4rem;flex-wrap:wrap}.product-features__card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.6rem 1.2rem;background:var(--color-card-bg);border-radius:16px;border:1px solid rgba(200,149,109,.15);flex:1;min-width:12rem;max-width:16rem;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.product-features__card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #c8956d26;border-color:var(--color-accent-secondary)}.product-features__icon{width:5.6rem;height:5.6rem;border-radius:50%;background:linear-gradient(135deg,#c8956d1a,#c8956d33);display:flex;align-items:center;justify-content:center;margin-bottom:.8rem;transition:transform .4s ease}.product-features__card:hover .product-features__icon{transform:scale(1.1)}.product-features__card strong{font-size:1.3rem;color:var(--color-foreground);margin-bottom:.3rem}.product-features__card small{font-size:1.1rem;color:#7a6e63;line-height:1.4}.product-features{display:none}.product-guarantee__container{max-width:80rem;margin:0 auto}.product-guarantee__inner{display:flex;align-items:center;gap:2rem;padding:2.4rem 3rem;background:linear-gradient(135deg,var(--color-accent),#b85c56,var(--color-accent-secondary));border-radius:2rem;color:#fff;position:relative;overflow:hidden}.product-guarantee__inner:before{content:"";position:absolute;top:-50%;right:-10%;width:40%;height:200%;background:#ffffff0f;border-radius:50%;pointer-events:none}.product-guarantee__inner h4{font-size:1.8rem;color:#fff;margin-bottom:.4rem}.product-guarantee__inner p{font-size:1.4rem;opacity:.9}@media(max-width:749px){.product-guarantee__inner{flex-direction:column;text-align:center;padding:2rem}}.product-info__container{max-width:80rem;margin:0 auto}.product-info__description{padding:3rem;background:var(--color-card-bg);border-radius:2rem;border:1px solid rgba(45,32,22,.06);box-shadow:0 4px 16px #00000008;margin-bottom:3rem}.product-info__desc-heading{display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:2rem;margin-bottom:2rem;padding-bottom:1.2rem;border-bottom:2px solid rgba(200,149,109,.2)}.product-info__description-content{font-size:1.5rem;line-height:1.8;color:#5a4e44}.product-info__description-content h2,.product-info__description-content h3{margin-top:2rem;margin-bottom:1rem;color:var(--color-foreground)}.product-info__description-content p{margin-bottom:1.2rem}.product-info__description-content ul,.product-info__description-content ol{padding-right:2rem;margin-bottom:1.2rem}.product-info__description-content li{margin-bottom:.6rem}.product-info__extra{text-align:center}.product-info__extra-title{display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:2.4rem;margin-bottom:2rem;color:var(--color-foreground);padding:1.2rem 2rem;background:#2d201608;border-radius:16px}.product-info__video{margin:2rem 0;border-radius:2rem;overflow:hidden;box-shadow:0 8px 30px #00000014}.product-info__video video{width:100%;display:block}.product-info__process-header{margin:3rem 0 2rem}.product-info__process-title{font-size:2.2rem;color:var(--color-foreground);margin-bottom:.8rem}.product-info__process-text{font-size:1.5rem;color:#5a4e44;line-height:1.7}.product-info__step{display:flex;align-items:flex-start;gap:1.6rem;text-align:right;padding:2rem;margin-bottom:1.2rem;background:var(--color-card-bg);border-radius:16px;border:1px solid rgba(45,32,22,.06);transition:all .3s ease}.product-info__step:hover{transform:translate(-4px);box-shadow:0 8px 24px #0000000f;border-color:#c8956d4d}html[dir=rtl] .product-info__step:hover{transform:translate(4px)}.product-info__step-number{flex-shrink:0;width:4rem;height:4rem;background:linear-gradient(135deg,var(--color-accent-secondary),#b8862e);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;box-shadow:0 4px 12px #c8956d4d}.product-info__step-body{flex:1}.product-info__step-title{font-size:1.8rem;color:var(--color-accent-secondary);margin-bottom:.6rem}.product-info__step-text{font-size:1.4rem;color:#5a4e44;line-height:1.7}@media(max-width:749px){.product-info__description{padding:2rem 1.6rem}.product-info__step{text-align:center;flex-direction:column;align-items:center}}.product-main{max-width:var(--max-page-width, 120rem);margin:0 auto;overflow:hidden;min-width:0;width:100%}.product-main__upload-card{text-align:center;padding:2rem;margin-bottom:1.2rem;background:var(--color-card-bg);border-radius:16px;border:2px dashed rgba(200,149,109,.3);transition:all .3s ease}.product-main__bonuses{padding:1.6rem;background:#4caf500f;border-radius:16px;margin-top:1.6rem;border:1px solid rgba(76,175,80,.15)}.product-main__bonuses-title{font-size:1.5rem;font-weight:700;margin-bottom:1.2rem;text-align:center;color:var(--color-foreground)}.product-main__bonus-item{display:flex;align-items:center;gap:1rem;padding:1rem 1.2rem;margin-bottom:.6rem;background:#fff;border-radius:12px;border:1px solid rgba(76,175,80,.15)}.product-main__bonus-item:last-child{margin-bottom:0}.product-main__bonus-badge{background:linear-gradient(135deg,#4caf50,#2e7d32);color:#fff;padding:.3rem 1rem;border-radius:2rem;font-size:1.2rem;font-weight:700;white-space:nowrap}.product-main__bonus-text{font-size:1.3rem;color:var(--color-foreground);line-height:1.4}.product-main{max-width:var(--max-page-width, 120rem);margin:0 auto;overflow-x:hidden}.product-main__breadcrumb{font-size:1.3rem;color:#7a6e63;margin-bottom:2rem;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.product-main__breadcrumb a{color:var(--color-accent);text-decoration:none}.product-main__breadcrumb-sep{color:#ccc}.product-main__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-main__media{order:2}.product-main__info{order:1}.product-main__media{position:relative}.product-main__featured-badge{position:absolute;top:1.2rem;right:1.2rem;z-index:5;background:linear-gradient(135deg,var(--color-accent-secondary),#b8862e);color:#fff;padding:.5rem 1.4rem;border-radius:2rem;font-size:1.2rem;font-weight:700;display:flex;align-items:center;gap:.4rem;animation:float 3s ease-in-out infinite}.product-main__gallery{position:relative;border-radius:var(--radius-card, 16px);overflow:hidden;background:var(--color-card-bg);box-shadow:0 8px 30px #2d201614}.product-main__image{display:none}.product-main__image.is-active{display:block}.product-main__image img{width:100%;height:auto;object-fit:cover}.product-main__stars{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.product-main__star{position:absolute;color:var(--color-accent-secondary);opacity:.7;animation:float 3s ease-in-out infinite}.product-main__star--1{top:5%;left:-3%;font-size:2.4rem;animation-delay:0s}.product-main__star--2{top:15%;right:-3%;font-size:1.8rem;animation-delay:.5s}.product-main__star--3{top:45%;left:-4%;font-size:2rem;animation-delay:1s}.product-main__star--4{bottom:20%;right:-2%;font-size:2.6rem;animation-delay:1.5s}.product-main__star--5{top:30%;right:-5%;font-size:1.4rem;animation-delay:.8s}.product-main__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;z-index:3;color:var(--color-foreground)}.product-main__arrow:hover{background:#fff;box-shadow:0 4px 16px #00000026;transform:translateY(-50%) scale(1.1)}.product-main__arrow--prev{left:1rem}.product-main__arrow--next{right:1rem}html[dir=rtl] .product-main__arrow--prev{left:auto;right:1rem}html[dir=rtl] .product-main__arrow--next{right:auto;left:1rem}html[dir=rtl] .product-main__arrow svg{transform:scaleX(-1)}.product-main__dots{display:flex;justify-content:center;gap:.8rem;padding:1.2rem 0;position:absolute;bottom:0;left:0;right:0}.product-main__dot{width:.8rem;height:.8rem;border-radius:50%;border:none;background:#2d201633;cursor:pointer;padding:0;transition:all .3s ease}.product-main__dot.is-active{background:var(--color-accent-secondary);transform:scale(1.3);width:2rem;border-radius:1rem}.product-main__thumbs{display:flex;gap:.8rem;margin-top:1.2rem;flex-wrap:wrap}.product-main__thumb{width:6.4rem;height:6.4rem;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;padding:0;background:none;transition:all .3s ease}.product-main__thumb.is-active,.product-main__thumb:hover{border-color:var(--color-accent-secondary);box-shadow:0 4px 12px #c8956d4d;transform:translateY(-2px)}.product-main__thumb img{width:100%;height:100%;object-fit:cover}.product-main__info{text-align:center}.product-main__title{font-size:3.2rem;margin-bottom:1rem;font-family:var(--font-heading--family, inherit)}.product-main__subtitle-badge{display:inline-block;background:linear-gradient(135deg,var(--color-accent-secondary),#d4a053);color:#fff;padding:.6rem 2rem;border-radius:3rem;font-size:1.4rem;font-weight:700;margin-bottom:2rem;animation:shimmer 3s infinite;background-size:200% auto}.product-main__social-proof{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:1.6rem;padding:.8rem 1.6rem;background:#c8956d14;border-radius:3rem}.product-main__stars-rating{display:flex;gap:.2rem}.product-main__social-proof span{font-size:1.3rem;font-weight:600;color:var(--color-foreground)}.product-main__price-box{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-bottom:2rem;padding:1.2rem;background:#2d201605;border-radius:16px;flex-wrap:wrap}.product-main__current-price{font-size:3rem;font-weight:700;color:var(--color-foreground)}.product-main__compare-price{font-size:1.8rem;text-decoration:line-through;color:#999}.product-main__savings{background:var(--color-accent);color:#fff;padding:.4rem 1.2rem;border-radius:2rem;font-size:1.3rem;font-weight:700;animation:float 2s ease-in-out infinite}.product-main__option{margin-bottom:1.6rem}.product-main__option-label{display:block;font-size:1.4rem;font-weight:600;margin-bottom:.8rem}.product-main__option-values{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center}.product-main__option-btn{padding:.8rem 2rem;border:2px solid rgba(45,32,22,.15);border-radius:3rem;background:none;cursor:pointer;font-size:1.4rem;transition:all .3s ease;font-family:inherit}.product-main__option-btn:hover,.product-main__option-btn.is-selected{border-color:var(--color-accent-secondary);background:var(--color-accent-secondary);color:#fff;box-shadow:0 4px 12px #c8956d4d}.product-main__buy-now{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1.6rem 2rem;border:none;border-radius:60px;font-size:1.8rem;font-weight:700;font-family:inherit;cursor:pointer;background:linear-gradient(135deg,var(--color-accent-secondary),#b8862e);color:#fff;margin-bottom:1rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 14px #c8956d4d}.product-main__buy-now:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #c8956d66}.product-main__buy-now:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-main__add-to-cart{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1.4rem 2rem;border:2px solid var(--color-foreground);border-radius:60px;font-size:1.8rem;font-weight:700;font-family:inherit;cursor:pointer;background:var(--color-foreground);color:#fff;margin-bottom:2rem;transition:all .3s ease}.product-main__add-to-cart:hover{background:transparent;color:var(--color-foreground);transform:translateY(-2px)}.product-main__add-to-cart:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-main__mobile-features{display:flex;justify-content:center;gap:1.4rem;margin-bottom:1.6rem;flex-wrap:wrap}.product-main__mf-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.6rem 1.2rem;background:var(--color-card-bg);border-radius:16px;border:1px solid rgba(200,149,109,.15);flex:1;min-width:12rem;max-width:16rem;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.product-main__mf-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #c8956d26;border-color:var(--color-accent-secondary)}.product-main__mf-icon{width:5.6rem;height:5.6rem;border-radius:50%;background:linear-gradient(135deg,#c8956d1a,#c8956d33);display:flex;align-items:center;justify-content:center;margin-bottom:.8rem;transition:transform .4s ease}.product-main__mf-card:hover .product-main__mf-icon{transform:scale(1.1)}.product-main__mf-card strong{font-size:1.3rem;color:var(--color-foreground);margin-bottom:.3rem}.product-main__mf-card small{font-size:1.1rem;color:#7a6e63;line-height:1.4}.product-main__uploads{padding:2rem 0;border-top:1px solid rgba(45,32,22,.08)}.product-main__upload-card{text-align:center;padding:2rem;margin-bottom:1.2rem;background:var(--color-card-bg);border-radius:16px;border:2px dashed rgba(200,149,109,.3);transition:all .3s ease;position:relative}.product-main__upload-card:hover{border-color:var(--color-accent-secondary);box-shadow:0 4px 16px #c8956d1a}.product-main__upload-number{position:absolute;top:-1.2rem;right:50%;transform:translate(50%);width:2.4rem;height:2.4rem;background:linear-gradient(135deg,var(--color-accent-secondary),#b8862e);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700}.product-main__upload-title{font-weight:700;margin-bottom:1rem;font-size:1.5rem}.product-main__upload-btn{display:inline-block;background:linear-gradient(135deg,var(--color-accent-secondary),#b8862e);color:#fff;padding:1.2rem 3rem;border-radius:50px;cursor:pointer;font-weight:700;font-size:1.5rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 6px #0000001a}.product-main__upload-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 16px #00000026}.product-main__file-name{margin-top:.8rem;font-size:1.3rem;color:#999;min-height:1.8rem}.product-main__whatsapp-note{display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:1.3rem;color:#555;background:#25d36614;padding:1.2rem;border-radius:12px;margin-top:1rem}@media(max-width:749px){.product-main__grid{grid-template-columns:1fr;gap:2.4rem}.product-main__media{order:-1}.product-main__info{order:1}.product-main__title,.product-main__current-price{font-size:2.4rem}.product-main__thumbs,.product-main__stars{display:none}.product-main__mobile-features{gap:1rem}.product-main__mf-card{padding:1.2rem .8rem;min-width:9rem;max-width:none}.product-main__mf-icon{width:4.8rem;height:4.8rem}.product-main__mf-card strong{font-size:1.2rem}.product-main__mf-card small{font-size:1rem;line-height:1.3}}.product-shipping__container{max-width:80rem;margin:0 auto;text-align:center}.product-shipping__heading{font-size:2rem;margin-bottom:2.4rem}.product-shipping__timeline{display:flex;justify-content:center;align-items:flex-start;gap:0;margin-bottom:2rem}.product-shipping__item{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.product-shipping__icon{width:5rem;height:5rem;border-radius:50%;background:linear-gradient(135deg,var(--color-accent-secondary),#b8862e);display:flex;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 4px 14px #c8956d4d}.product-shipping__icon--success{background:linear-gradient(135deg,#4caf50,#2e7d32);box-shadow:0 4px 14px #4caf504d}.product-shipping__line{position:absolute;top:2.5rem;right:-50%;width:100%;height:3px;background:linear-gradient(90deg,var(--color-accent-secondary),rgba(200,149,109,.3));z-index:1}html[dir=rtl] .product-shipping__line{right:auto;left:-50%}.product-shipping__content{margin-top:1.2rem}.product-shipping__content strong{display:block;font-size:1.4rem;margin-bottom:.3rem}.product-shipping__content span{font-size:1.2rem;color:#7a6e63}.product-shipping__notes{display:flex;flex-direction:column;gap:.6rem;padding:1.6rem;background:#2d201605;border-radius:12px}.product-shipping__notes p{font-size:1.4rem;color:#5a4e44}@media(max-width:749px){.product-shipping__icon{width:4rem;height:4rem}.product-shipping__icon svg{width:18px;height:18px}.product-shipping__line{top:2rem}.product-shipping__content strong{font-size:1.2rem}.product-shipping__content span{font-size:1.1rem}}.product-size{max-width:var(--max-page-width, 120rem);margin:0 auto}.product-size__container{text-align:center}.product-size__heading{font-size:2.8rem;font-family:var(--font-heading--family, inherit);margin-bottom:.6rem;color:var(--color-foreground)}.product-size__subtitle{font-size:1.4rem;color:#7a6e63;margin-bottom:2.4rem}.product-size__card{display:inline-block;background:linear-gradient(160deg,#fffaf5,#fff3e8);border-radius:24px;padding:3.5rem 4rem 2.5rem;box-shadow:0 8px 32px #c8956d1a;border:1px solid rgba(200,149,109,.12);position:relative}.product-size__visual{display:flex;align-items:flex-end;gap:3rem;height:300px;padding-right:1rem}.product-size__ruler{position:relative;width:3rem;height:100%;border-left:2px solid var(--color-accent-secondary);flex-shrink:0}.product-size__ruler-unit{position:absolute;top:-2.4rem;left:-.5rem;font-size:1.1rem;color:#7a6e63;font-weight:600}.product-size__tick{position:absolute;left:-2px;width:8px;height:1px;background:var(--color-accent-secondary)}.product-size__tick--major{width:14px;height:2px;background:var(--color-accent-secondary)}.product-size__tick-label{position:absolute;right:calc(100% + 6px);top:50%;transform:translateY(-50%);font-size:1.15rem;color:#7a6e63;font-weight:600;white-space:nowrap}.product-size__item{display:flex;flex-direction:column;align-items:center;gap:.6rem}.product-size__item-name{font-size:1.3rem;font-weight:700;color:var(--color-foreground)}.product-size__item-size{font-size:1.2rem;color:var(--color-accent-secondary);font-weight:600}.product-size__phone{width:72px;height:222px;border-radius:18px;border:3px solid #333;background:#1a1a1a;position:relative;overflow:hidden;box-shadow:0 4px 16px #00000026,inset 0 0 0 2px #444}.product-size__phone-screen{position:absolute;top:6px;right:4px;bottom:6px;left:4px;border-radius:10px;background:linear-gradient(180deg,#1e3a5f,#2d1b4e,#1e3a5f);display:flex;align-items:flex-start;justify-content:center;padding-top:12px}.product-size__phone-time{font-size:1.6rem;font-weight:600;color:#fff;letter-spacing:.5px}.product-size__figure{width:90px;height:280px;display:flex;align-items:flex-end;justify-content:center}.product-size__figure-svg{width:100%;height:100%}.product-size__badge{display:inline-flex;align-items:center;gap:.6rem;margin-top:2rem;padding:.8rem 2rem;background:linear-gradient(135deg,var(--color-accent-secondary),#b8862e);color:#fff;border-radius:3rem;font-size:1.5rem;font-weight:700;box-shadow:0 4px 12px #c8956d4d}.product-size__item--figure{position:relative}.product-size__item--figure:before{content:"";position:absolute;top:0;left:-1rem;right:-1rem;border-top:2px dashed var(--color-accent-secondary);opacity:.4}@media(max-width:749px){.product-size__heading{font-size:2.2rem}.product-size__card{padding:2.5rem 2rem 2rem}.product-size__visual{gap:2rem;height:240px}.product-size__phone{width:58px;height:178px;border-radius:14px}.product-size__phone-screen{top:5px;right:3px;bottom:5px;left:3px;border-radius:8px}.product-size__phone-time{font-size:1.3rem}.product-size__figure{width:72px;height:224px}.product-size__tick-label{font-size:1rem}.product-size__badge{font-size:1.3rem;padding:.6rem 1.6rem}}.product-trust__container{max-width:var(--max-page-width, 120rem);margin:0 auto}.product-trust__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.product-trust__card{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.4rem .8rem;background:var(--color-card-bg);border-radius:12px;border:1px solid rgba(45,32,22,.06);transition:all .3s ease;text-align:center}.product-trust__card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000000f;border-color:var(--color-accent)}.product-trust__card span{font-size:1.2rem;font-weight:600;color:#7a6e63}@media(max-width:749px){.product-trust__grid{grid-template-columns:repeat(2,1fr)}}.product-why__container{max-width:80rem;margin:0 auto;text-align:center}.product-why__title{font-size:2.6rem;margin-bottom:2.4rem;color:var(--color-foreground)}.product-why__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-why__card{padding:2.8rem 1.6rem 2.4rem;background:var(--color-card-bg);border-radius:2rem;border:1px solid rgba(45,32,22,.06);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.product-why__card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #2d201614}.product-why__icon-wrap{display:flex;justify-content:center;margin-bottom:1.4rem}.product-why__icon{filter:drop-shadow(0 4px 12px rgba(200,149,109,.25));transition:transform .4s cubic-bezier(.34,1.56,.64,1)}.product-why__card:hover .product-why__icon{transform:scale(1.1) rotate(-3deg)}.product-why__card h4{font-size:1.8rem;margin-bottom:.6rem;color:var(--color-foreground)}.product-why__card p{font-size:1.4rem;color:#7a6e63;line-height:1.6}@media(max-width:749px){.product-why__grid{grid-template-columns:1fr;gap:1.2rem}}.product-page__breadcrumb{font-size:1.3rem;color:#7a6e63;margin-bottom:2rem;display:flex;align-items:center;gap:.6rem;flex-wrap:wrap}.product-page__breadcrumb a{color:var(--color-accent);text-decoration:none}.product-page__breadcrumb-sep{color:#ccc}.product-page__grid{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.product-page__media{position:relative}.product-page__featured-badge{position:absolute;top:1.2rem;right:1.2rem;z-index:5;background:linear-gradient(135deg,var(--color-accent-secondary),#b8862e);color:#fff;padding:.5rem 1.4rem;border-radius:2rem;font-size:1.2rem;font-weight:700;display:flex;align-items:center;gap:.4rem;animation:float 3s ease-in-out infinite}.product-page__gallery{position:relative;border-radius:var(--radius-card, 16px);overflow:hidden;background:var(--color-card-bg);box-shadow:0 8px 30px #2d201614}.product-page__image{display:none}.product-page__image.is-active{display:block}.product-page__image img{width:100%;height:auto;object-fit:cover}.product-page__stars{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:2}.product-page__star{position:absolute;color:var(--color-accent-secondary);opacity:.7;animation:float 3s ease-in-out infinite}.product-page__star--1{top:5%;left:-3%;font-size:2.4rem;animation-delay:0s}.product-page__star--2{top:15%;right:-3%;font-size:1.8rem;animation-delay:.5s}.product-page__star--3{top:45%;left:-4%;font-size:2rem;animation-delay:1s}.product-page__star--4{bottom:20%;right:-2%;font-size:2.6rem;animation-delay:1.5s}.product-page__star--5{top:30%;right:-5%;font-size:1.4rem;animation-delay:.8s}.product-page__star--6{bottom:35%;left:-3%;font-size:1.6rem;animation-delay:2s}.product-page__arrow{position:absolute;top:50%;transform:translateY(-50%);background:#ffffffe6;border:none;width:4rem;height:4rem;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #0000001a;transition:all .3s ease;z-index:3;color:var(--color-foreground)}.product-page__arrow:hover{background:#fff;box-shadow:0 4px 16px #00000026;transform:translateY(-50%) scale(1.1)}.product-page__arrow--prev{left:1rem}.product-page__arrow--next{right:1rem}html[dir=rtl] .product-page__arrow--prev{left:auto;right:1rem}html[dir=rtl] .product-page__arrow--next{right:auto;left:1rem}.product-page__dots{display:flex;justify-content:center;gap:.8rem;padding:1.2rem 0;position:absolute;bottom:0;left:0;right:0}.product-page__dot{width:.8rem;height:.8rem;border-radius:50%;border:none;background:#2d201633;cursor:pointer;padding:0;transition:all .3s ease}.product-page__dot.is-active{background:var(--color-accent-secondary);transform:scale(1.3);width:2rem;border-radius:1rem}.product-page__thumbs{display:flex;gap:.8rem;margin-top:1.2rem;flex-wrap:wrap}.product-page__thumb{width:6.4rem;height:6.4rem;border:2px solid transparent;border-radius:8px;overflow:hidden;cursor:pointer;padding:0;background:none;transition:all .3s ease}.product-page__thumb.is-active,.product-page__thumb:hover{border-color:var(--color-accent-secondary);box-shadow:0 4px 12px #c8956d4d;transform:translateY(-2px)}.product-page__thumb img{width:100%;height:100%;object-fit:cover}.product-page__info{text-align:center}.product-page__title{font-size:3.2rem;margin-bottom:1rem;font-family:var(--font-heading--family, inherit)}.product-page__subtitle-badge{display:inline-block;background:linear-gradient(135deg,var(--color-accent-secondary),#d4a053);color:#fff;padding:.6rem 2rem;border-radius:3rem;font-size:1.4rem;font-weight:700;margin-bottom:2rem;animation:shimmer 3s infinite;background-size:200% auto}.product-page__features{display:flex;justify-content:center;gap:1.4rem;margin-bottom:2rem;flex-wrap:wrap}.product-page__feature-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:1.6rem 1.2rem;background:var(--color-card-bg);border-radius:16px;border:1px solid rgba(200,149,109,.15);flex:1;min-width:12rem;max-width:16rem;transition:all .4s cubic-bezier(.34,1.56,.64,1)}.product-page__feature-card:hover{transform:translateY(-6px);box-shadow:0 12px 24px #c8956d26;border-color:var(--color-accent-secondary)}.product-page__feature-icon{width:5.6rem;height:5.6rem;border-radius:50%;background:linear-gradient(135deg,#c8956d1a,#c8956d33);display:flex;align-items:center;justify-content:center;margin-bottom:.8rem;transition:transform .4s ease}.product-page__feature-card:hover .product-page__feature-icon{transform:scale(1.1)}.product-page__feature-card strong{font-size:1.3rem;color:var(--color-foreground);margin-bottom:.3rem}.product-page__feature-card small{font-size:1.1rem;color:#7a6e63;line-height:1.4}.product-page__social-proof{display:flex;align-items:center;justify-content:center;gap:.8rem;margin-bottom:1.6rem;padding:.8rem 1.6rem;background:#c8956d14;border-radius:3rem}.product-page__stars-rating{display:flex;gap:.2rem}.product-page__social-proof span{font-size:1.3rem;font-weight:600;color:var(--color-foreground)}.product-page__price-box{display:flex;align-items:center;justify-content:center;gap:1.2rem;margin-bottom:2rem;padding:1.2rem;background:#2d201605;border-radius:16px;flex-wrap:wrap}.product-page__current-price{font-size:3rem;font-weight:700;color:var(--color-foreground)}.product-page__compare-price{font-size:1.8rem;text-decoration:line-through;color:#999}.product-page__savings{background:var(--color-accent);color:#fff;padding:.4rem 1.2rem;border-radius:2rem;font-size:1.3rem;font-weight:700;animation:float 2s ease-in-out infinite}.product-page__option{margin-bottom:1.6rem}.product-page__option-label{display:block;font-size:1.4rem;font-weight:600;margin-bottom:.8rem}.product-page__option-values{display:flex;gap:.8rem;flex-wrap:wrap;justify-content:center}.product-page__option-btn{padding:.8rem 2rem;border:2px solid rgba(45,32,22,.15);border-radius:3rem;background:none;cursor:pointer;font-size:1.4rem;transition:all .3s ease;font-family:inherit}.product-page__option-btn:hover,.product-page__option-btn.is-selected{border-color:var(--color-accent-secondary);background:var(--color-accent-secondary);color:#fff;box-shadow:0 4px 12px #c8956d4d}.product-page__buy-now{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1.6rem 2rem;border:none;border-radius:60px;font-size:1.8rem;font-weight:700;font-family:inherit;cursor:pointer;background:linear-gradient(135deg,var(--color-accent-secondary),#b8862e);color:#fff;margin-bottom:1rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 14px #c8956d4d}.product-page__buy-now:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #c8956d66}.product-page__buy-now:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-page__add-to-cart{display:flex;align-items:center;justify-content:center;gap:.8rem;width:100%;padding:1.4rem 2rem;border:2px solid var(--color-foreground);border-radius:60px;font-size:1.8rem;font-weight:700;font-family:inherit;cursor:pointer;background:var(--color-foreground);color:#fff;margin-bottom:2rem;transition:all .3s ease}.product-page__add-to-cart:hover{background:transparent;color:var(--color-foreground);transform:translateY(-2px)}.product-page__add-to-cart:disabled{opacity:.5;cursor:not-allowed;transform:none}.product-page__uploads{padding:2rem 0;border-top:1px solid rgba(45,32,22,.08)}.product-page__upload-card{text-align:center;padding:2rem;margin-bottom:1.2rem;background:var(--color-card-bg);border-radius:16px;border:2px dashed rgba(200,149,109,.3);transition:all .3s ease;position:relative}.product-page__upload-card:hover{border-color:var(--color-accent-secondary);box-shadow:0 4px 16px #c8956d1a}.product-page__upload-number{position:absolute;top:-1.2rem;right:50%;transform:translate(50%);width:2.4rem;height:2.4rem;background:linear-gradient(135deg,var(--color-accent-secondary),#b8862e);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:700}.product-page__upload-title{font-weight:700;margin-bottom:1rem;font-size:1.5rem}.product-page__upload-btn{display:inline-block;background:linear-gradient(135deg,var(--color-accent-secondary),#b8862e);color:#fff;padding:1.2rem 3rem;border-radius:50px;cursor:pointer;font-weight:700;font-size:1.5rem;transition:all .3s cubic-bezier(.34,1.56,.64,1);box-shadow:0 4px 6px #0000001a}.product-page__upload-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 16px #00000026}.product-page__file-name{margin-top:.8rem;font-size:1.3rem;color:#999;min-height:1.8rem}.product-page__whatsapp-note{display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:1.3rem;color:#555;background:#25d36614;padding:1.2rem;border-radius:12px;margin-top:1rem}.product-page__trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem;padding-top:2rem;border-top:1px solid rgba(45,32,22,.08)}.product-page__trust-card{display:flex;flex-direction:column;align-items:center;gap:.6rem;padding:1.4rem .8rem;background:var(--color-card-bg);border-radius:12px;border:1px solid rgba(45,32,22,.06);transition:all .3s ease;text-align:center}.product-page__trust-card:hover{transform:translateY(-4px);box-shadow:0 8px 20px #0000000f;border-color:var(--color-accent)}.product-page__trust-card span{font-size:1.2rem;font-weight:600;color:#7a6e63}.product-page__divider{display:flex;align-items:center;gap:1.6rem;margin:4rem 0;max-width:80rem;margin-left:auto;margin-right:auto}.product-page__divider span{flex:1;height:1px;background:linear-gradient(90deg,transparent,rgba(200,149,109,.3),transparent)}.product-page__why-special{max-width:80rem;margin:0 auto 3rem;text-align:center}.product-page__why-title{font-size:2.6rem;margin-bottom:2.4rem;color:var(--color-foreground)}.product-page__why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.product-page__why-card{padding:2.4rem 1.6rem;background:var(--color-card-bg);border-radius:2rem;border:1px solid rgba(45,32,22,.06);transition:all .4s cubic-bezier(.34,1.56,.64,1)}.product-page__why-card:hover{transform:translateY(-8px);box-shadow:0 20px 40px #2d201614}.product-page__why-emoji{font-size:3.6rem;margin-bottom:1rem}.product-page__why-card h4{font-size:1.8rem;margin-bottom:.6rem;color:var(--color-foreground)}.product-page__why-card p{font-size:1.4rem;color:#7a6e63;line-height:1.6}.product-page__description-section{max-width:80rem;margin:3rem auto 0;padding:3rem;background:var(--color-card-bg);border-radius:2rem;border:1px solid rgba(45,32,22,.06);box-shadow:0 4px 16px #00000008}.product-page__desc-heading{display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:2rem;margin-bottom:2rem;padding-bottom:1.2rem;border-bottom:2px solid rgba(200,149,109,.2)}.product-page__description-content{font-size:1.5rem;line-height:1.8;color:#5a4e44}.product-page__description-content h2,.product-page__description-content h3{margin-top:2rem;margin-bottom:1rem;color:var(--color-foreground)}.product-page__description-content p{margin-bottom:1.2rem}.product-page__description-content ul,.product-page__description-content ol{padding-right:2rem;margin-bottom:1.2rem}.product-page__description-content li{margin-bottom:.6rem}.product-page__shipping-timeline{max-width:80rem;margin:3rem auto 0;text-align:center}.product-page__shipping-heading{font-size:2rem;margin-bottom:2.4rem}.product-page__timeline{display:flex;justify-content:center;align-items:flex-start;gap:0;margin-bottom:2rem}.product-page__timeline-item{display:flex;flex-direction:column;align-items:center;flex:1;position:relative}.product-page__timeline-icon{width:5rem;height:5rem;border-radius:50%;background:linear-gradient(135deg,var(--color-accent-secondary),#b8862e);display:flex;align-items:center;justify-content:center;position:relative;z-index:2;box-shadow:0 4px 14px #c8956d4d}.product-page__timeline-icon--success{background:linear-gradient(135deg,#4caf50,#2e7d32);box-shadow:0 4px 14px #4caf504d}.product-page__timeline-line{position:absolute;top:2.5rem;right:-50%;width:100%;height:3px;background:linear-gradient(90deg,var(--color-accent-secondary),rgba(200,149,109,.3));z-index:1}.product-page__timeline-item:last-child .product-page__timeline-line{display:none}html[dir=rtl] .product-page__timeline-line{right:auto;left:-50%}.product-page__timeline-content{margin-top:1.2rem}.product-page__timeline-content strong{display:block;font-size:1.4rem;margin-bottom:.3rem}.product-page__timeline-content span{font-size:1.2rem;color:#7a6e63}.product-page__shipping-notes{display:flex;flex-direction:column;gap:.6rem;padding:1.6rem;background:#2d201605;border-radius:12px}.product-page__shipping-notes p{font-size:1.4rem;color:#5a4e44}.product-page__extra{max-width:80rem;margin:4rem auto 0;text-align:center}.product-page__extra-title{display:flex;align-items:center;justify-content:center;gap:.8rem;font-size:2.4rem;margin-bottom:2rem;color:var(--color-foreground);padding:1.2rem 2rem;background:#2d201608;border-radius:16px}.product-page__video{margin:2rem 0;border-radius:2rem;overflow:hidden;box-shadow:0 8px 30px #00000014}.product-page__video video{width:100%;display:block}.product-page__process-header{margin:3rem 0 2rem}.product-page__process-title{font-size:2.2rem;color:var(--color-foreground);margin-bottom:.8rem}.product-page__process-text{font-size:1.5rem;color:#5a4e44;line-height:1.7}.product-page__step{display:flex;align-items:flex-start;gap:1.6rem;text-align:right;padding:2rem;margin-bottom:1.2rem;background:var(--color-card-bg);border-radius:16px;border:1px solid rgba(45,32,22,.06);transition:all .3s ease}.product-page__step:hover{transform:translate(-4px);box-shadow:0 8px 24px #0000000f;border-color:#c8956d4d}html[dir=rtl] .product-page__step:hover{transform:translate(4px)}.product-page__step-number{flex-shrink:0;width:4rem;height:4rem;background:linear-gradient(135deg,var(--color-accent-secondary),#b8862e);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:700;box-shadow:0 4px 12px #c8956d4d}.product-page__step-body{flex:1}.product-page__step-title{font-size:1.8rem;color:var(--color-accent-secondary);margin-bottom:.6rem}.product-page__step-text{font-size:1.4rem;color:#5a4e44;line-height:1.7}.product-page__guarantee{max-width:80rem;margin:4rem auto 0}.product-page__guarantee-inner{display:flex;align-items:center;gap:2rem;padding:2.4rem 3rem;background:linear-gradient(135deg,var(--color-accent),#b85c56,var(--color-accent-secondary));border-radius:2rem;color:#fff;position:relative;overflow:hidden}.product-page__guarantee-inner:before{content:"";position:absolute;top:-50%;right:-10%;width:40%;height:200%;background:#ffffff0f;border-radius:50%;pointer-events:none}.product-page__guarantee-inner h4{font-size:1.8rem;color:#fff;margin-bottom:.4rem}.product-page__guarantee-inner p{font-size:1.4rem;opacity:.9}@media(max-width:749px){.product-page__grid{grid-template-columns:1fr;gap:2.4rem}.product-page__title,.product-page__current-price{font-size:2.4rem}.product-page__features{gap:1rem}.product-page__feature-card{min-width:9rem;padding:1.2rem .8rem}.product-page__feature-card small{font-size:1rem}.product-page__thumbs{display:none}.product-page__trust{grid-template-columns:repeat(2,1fr)}.product-page__why-grid{grid-template-columns:1fr;gap:1.2rem}.product-page__description-section{padding:2rem 1.6rem}.product-page__timeline{flex-direction:column;align-items:center;gap:1.2rem}.product-page__timeline-line{display:none}.product-page__step{text-align:center;flex-direction:column;align-items:center}.product-page__guarantee-inner{flex-direction:column;text-align:center;padding:2rem}.product-page__stars{display:none}}.search-results{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr))}.search-results .prev,.search-results .page,.search-results .next{grid-column:1 / -1}.testimonials__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(28rem,1fr));gap:2.4rem}.testimonials__card{padding:2.4rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.6rem}.testimonials__stars{display:flex;justify-content:center;gap:.2rem}.testimonials__text{font-size:1.5rem;line-height:1.7;color:#5a4e44;flex:1;text-align:center}.testimonials__author{display:flex;flex-direction:column;align-items:center;gap:.4rem}.testimonials__avatar{border-radius:50%;object-fit:cover}.testimonials__name{display:block;font-size:1.5rem;color:var(--color-foreground)}.testimonials__location{font-size:1.3rem;color:#999}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}
/*# sourceMappingURL=/cdn/shop/t/2/compiled_assets/styles.css.map */
