.nx-cart{position:fixed;inset:0;z-index:1200;pointer-events:none;visibility:hidden}.nx-cart.is-open{pointer-events:auto;visibility:visible}.nx-cart.is-open .nx-cart__backdrop{opacity:1}.nx-cart.is-open .nx-cart__panel{transform:translateX(0)}.nx-cart__backdrop{position:absolute;inset:0;background:rgba(28,25,23,.5);backdrop-filter:blur(4px);opacity:0;transition:opacity .3s ease;cursor:pointer}.nx-cart__panel{position:absolute;top:0;bottom:0;inset-inline-end:0;width:min(420px,100%);max-height:100dvh;background:var(--store-surface);display:flex;flex-direction:column;min-height:0;box-shadow:-12px 0 48px rgba(28,25,23,.15);transform:translateX(105%);transition:transform .38s cubic-bezier(0.32, 0.72, 0, 1);outline:none}[dir=rtl] .nx-cart__panel{transform:translateX(-105%);box-shadow:12px 0 48px rgba(28,25,23,.15)}.nx-cart__head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;padding:1.25rem 1.5rem;border-bottom:1px solid var(--store-border);background:linear-gradient(180deg, var(--store-accent-soft) 0%, var(--store-surface) 100%);flex-shrink:0}.nx-cart__head h2{font-family:var(--store-display);font-size:1.5rem;font-weight:700;margin:0;line-height:1.2;letter-spacing:-0.02em}.nx-cart__count{display:block;font-size:.8125rem;color:var(--store-muted);font-weight:600;margin-top:.25rem}.nx-cart__close{width:40px;height:40px;border:1px solid var(--store-border);border-radius:12px;background:var(--store-surface);color:var(--store-text);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:background .15s,border-color .15s}.nx-cart__close svg{width:20px;height:20px}.nx-cart__close:hover{background:var(--store-bg);border-color:rgba(159,18,57,.2)}.nx-cart__body{flex:1 1 auto;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:0 0 1rem}.nx-cart__foot{padding:1.25rem 1.5rem 1.5rem;border-top:1px solid var(--store-border);background:var(--store-surface);display:flex;flex-direction:column;gap:.625rem;box-shadow:0 -8px 24px rgba(28,25,23,.06);flex-shrink:0}.nx-cart__checkout{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.9375rem 1.25rem;background:linear-gradient(135deg, var(--store-accent), var(--store-accent-hover));color:#fff !important;text-decoration:none;border-radius:14px;font-weight:700;font-size:.9375rem;letter-spacing:.02em;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 16px rgba(159,18,57,.35)}.nx-cart__checkout:hover{transform:translateY(-1px);box-shadow:0 6px 20px rgba(159,18,57,.4);color:#fff}.nx-cart__view{display:block;text-align:center;padding:.625rem;color:var(--store-muted);text-decoration:none;font-size:.875rem;font-weight:600}.nx-cart__view:hover{color:var(--store-accent)}.nx-cart-empty{padding:3rem 1.5rem;text-align:center}.nx-cart-empty__icon{width:80px;height:80px;margin:0 auto 1.25rem;border-radius:50%;background:var(--store-accent-soft);color:var(--store-accent);display:flex;align-items:center;justify-content:center}.nx-cart-empty__icon svg{width:36px;height:36px;opacity:.85}.nx-cart-empty h3{font-family:var(--store-display);font-size:1.375rem;margin:0 0 .5rem}.nx-cart-empty p{color:var(--store-muted);font-size:.9375rem;margin:0 0 1.5rem;line-height:1.6}.nx-cart-empty__btn{display:inline-flex;padding:.75rem 1.5rem;background:var(--store-accent);color:#fff !important;text-decoration:none;border-radius:12px;font-weight:700;font-size:.9375rem}.nx-cart-shipping{margin:1rem 1.5rem .5rem;padding:.875rem 1rem;background:var(--store-bg);border-radius:12px;border:1px solid var(--store-border)}.nx-cart-shipping__bar{height:4px;background:rgba(159,18,57,.12);border-radius:999px;overflow:hidden;margin-bottom:.5rem}.nx-cart-shipping__bar span{display:block;height:100%;background:linear-gradient(90deg, var(--store-accent), var(--store-gold));border-radius:999px;transition:width .4s ease}.nx-cart-shipping p{margin:0;font-size:.8125rem;font-weight:600;color:var(--store-muted);line-height:1.4}.nx-cart-shipping--done{display:flex;align-items:center;gap:.5rem;background:#ecfdf5;border-color:#a7f3d0}.nx-cart-shipping--done svg{width:18px;height:18px;color:#059669;flex-shrink:0}.nx-cart-shipping--done p{color:#047857}.nx-cart-list{list-style:none;margin:0;padding:.5rem 0}.nx-cart-item{display:grid;grid-template-columns:72px 1fr auto;gap:.875rem;align-items:start;padding:1rem 1.5rem;border-bottom:1px solid var(--store-border);transition:opacity .25s,transform .25s}.nx-cart-item.is-removing{opacity:.4;transform:translateX(8px);pointer-events:none}.nx-cart-item__img{width:72px;height:72px;border-radius:12px;overflow:hidden;background:var(--store-bg);border:1px solid var(--store-border);display:flex;align-items:center;justify-content:center;text-decoration:none;font-weight:700;color:var(--store-accent);flex-shrink:0}.nx-cart-item__img img{width:100%;height:100%;object-fit:cover}.nx-cart-item__img--custom{background:linear-gradient(180deg, #fff 0%, var(--store-accent-soft) 100%)}.nx-cart-item__img--custom img{object-fit:contain;padding:.4rem}.nx-cart-item__body{min-width:0}.nx-cart-item__name{display:block;font-weight:600;font-size:.9375rem;color:var(--store-text);text-decoration:none;line-height:1.35;margin-bottom:.25rem}.nx-cart-item__name:hover{color:var(--store-accent)}.nx-cart-item__price{display:block;font-size:.8125rem;color:var(--store-muted);margin-bottom:.625rem}.nx-cart-item__actions{display:flex;align-items:center;gap:.75rem}.nx-cart-item__remove{border:0;background:rgba(0,0,0,0);color:var(--store-muted);padding:.25rem;cursor:pointer;border-radius:8px;transition:color .15s,background .15s}.nx-cart-item__remove svg{width:18px;height:18px;display:block}.nx-cart-item__remove:hover{color:#dc2626;background:#fef2f2}.nx-cart-item__total{font-weight:700;font-size:.9375rem;white-space:nowrap;padding-top:.125rem}.nx-cart-qty{display:inline-flex;align-items:center;border:1px solid var(--store-border);border-radius:10px;overflow:hidden;background:var(--store-surface)}.nx-cart-qty.is-loading{opacity:.55;pointer-events:none}.nx-cart-qty__btn{width:32px;height:32px;border:0;background:var(--store-bg);color:var(--store-text);font-size:1.125rem;line-height:1;cursor:pointer;font-family:inherit;transition:background .15s}.nx-cart-qty__btn:hover{background:var(--store-accent-soft);color:var(--store-accent)}.nx-cart-qty__val{min-width:28px;text-align:center;font-size:.875rem;font-weight:700}.nx-cart-summary{margin:.5rem 1.5rem 0;padding:1rem 0 0;border-top:1px dashed var(--store-border)}.nx-cart-summary__row{display:flex;justify-content:space-between;align-items:center;padding:.375rem 0;font-size:.875rem;color:var(--store-muted)}.nx-cart-summary__row span:last-child{font-weight:600;color:var(--store-text)}.nx-cart-summary__row--discount span:last-child{color:#059669}.nx-cart-summary__row--total{margin-top:.5rem;padding-top:.75rem;border-top:1px solid var(--store-border);font-size:1rem}.nx-cart-summary__row--total span:first-child{font-weight:700;color:var(--store-text)}.nx-cart-summary__row--total span:last-child{font-family:var(--store-display);font-size:1.375rem;font-weight:700;color:var(--store-accent)}body.nx-cart-open{overflow:hidden}[data-store-add-cart].is-loading{opacity:.7;pointer-events:none}@media(max-width: 480px){.nx-cart__panel{width:100%;max-width:100%}.nx-cart-item{padding-inline:1.125rem}}.amo-search-panel{position:fixed;inset:0;z-index:1095;pointer-events:none}.amo-search-panel.is-open{pointer-events:auto}.amo-search-panel.is-open .amo-search-panel__veil{opacity:1;visibility:visible}.amo-search-panel.is-open .amo-search-panel__sheet{opacity:1;visibility:visible;transform:translateY(0)}.amo-search-panel.is-open .amo-search-panel__term,.amo-search-panel.is-open .amo-search-product{animation:amoSearchReveal .55s cubic-bezier(0.22, 1, 0.36, 1) both;animation-delay:calc(.08s + var(--amo-i, 0)*.045s)}.amo-search-panel__veil{position:absolute;inset:0;top:var(--store-header-h, 140px);background:rgba(26,26,26,.18);backdrop-filter:blur(3px);opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s;cursor:pointer}.amo-search-panel__sheet{position:absolute;top:var(--store-header-h, 140px);inset-inline:0;max-height:calc(100vh - var(--store-header-h, 140px));overflow-y:auto;background:linear-gradient(180deg, #faf7f2 0%, var(--store-bg, #f5f1eb) 100%);border-bottom:1px solid var(--store-border);box-shadow:0 24px 64px rgba(26,26,26,.12);opacity:0;visibility:hidden;transform:translateY(-16px);transition:opacity .42s cubic-bezier(0.22, 1, 0.36, 1),transform .42s cubic-bezier(0.22, 1, 0.36, 1),visibility .42s}.amo-search-panel__sheet::before{content:"";position:absolute;inset:0;pointer-events:none;background:radial-gradient(ellipse 50% 40% at 100% 0%, rgba(138, 115, 72, 0.06) 0%, transparent 55%),radial-gradient(ellipse 40% 35% at 0% 100%, rgba(138, 115, 72, 0.04) 0%, transparent 50%)}.amo-search-panel__inner{position:relative;z-index:1;max-width:var(--store-container, 1280px);margin:0 auto;padding:1.75rem 2.5rem 3rem}.amo-search-panel__bar{display:grid;grid-template-columns:44px 1fr auto;align-items:center;gap:1rem 1.5rem;padding-bottom:1.25rem;margin-bottom:1rem;border-bottom:1px solid rgba(26,26,26,.08)}.amo-search-panel__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0);color:var(--store-text);cursor:pointer;transition:border-color .25s,opacity .25s}.amo-search-panel__close svg{width:20px;height:20px}.amo-search-panel__close:hover{opacity:.6;border-color:var(--store-border)}.amo-search-panel__field{position:relative;display:flex;align-items:center;justify-content:center;gap:.75rem;padding:.25rem 0 .75rem;min-width:0}.amo-search-panel__field-icon{display:none;color:var(--store-muted);flex-shrink:0}.amo-search-panel__field-icon svg{width:20px;height:20px}@media(min-width: 768px){.amo-search-panel__field-icon{display:flex}}.amo-search-panel__field-line{position:absolute;bottom:0;inset-inline:10%;height:1px;background:var(--store-border);transition:inset-inline .35s ease,background .25s}.amo-search-panel__field-line::after{content:"";position:absolute;inset:0;background:var(--store-text);transform:scaleX(0);transform-origin:center;transition:transform .35s cubic-bezier(0.22, 1, 0.36, 1)}.amo-search-panel__field:focus-within .amo-search-panel__field-line{inset-inline:0}.amo-search-panel__field:focus-within .amo-search-panel__field-line::after{transform:scaleX(1)}.amo-search-panel__input{width:100%;max-width:520px;border:0 !important;background:rgba(0,0,0,0) !important;box-shadow:none !important;text-align:center;font-family:var(--store-display);font-size:clamp(1.375rem,3vw,1.75rem);font-weight:400;letter-spacing:.06em;color:var(--store-text);padding:.25rem .5rem}.amo-search-panel__input::placeholder{color:var(--store-muted);opacity:.55;font-style:italic}.amo-search-panel__input:focus{outline:none}.amo-search-panel__submit{display:inline-flex;align-items:center;gap:.5rem;height:44px;padding:0 1.125rem;border:1px solid var(--store-text);background:var(--store-text);color:#fff;cursor:pointer;font-size:.625rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;transition:background .25s,color .25s,border-color .25s}.amo-search-panel__submit svg{width:14px;height:14px}[dir=rtl] .amo-search-panel__submit svg{transform:scaleX(-1)}@media(max-width: 575.98px){.amo-search-panel__submit span{display:none}}.amo-search-panel__submit:hover{background:rgba(0,0,0,0);color:var(--store-text)}.amo-search-panel__quick{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:2.25rem}.amo-search-panel__chip{display:inline-flex;align-items:center;padding:.4rem .875rem;border:1px solid var(--store-border);background:rgba(255,255,255,.45);color:var(--store-muted);font-size:.6875rem;letter-spacing:.1em;text-transform:uppercase;text-decoration:none;transition:border-color .2s,color .2s,background .2s}.amo-search-panel__chip:hover{border-color:var(--store-text);color:var(--store-text);background:#fff}.amo-search-panel__body{display:grid;grid-template-columns:minmax(220px, 280px) minmax(0, 1fr);gap:0;align-items:start}@media(max-width: 991.98px){.amo-search-panel__body{grid-template-columns:1fr;gap:2.5rem}}.amo-search-panel__col--trending{padding-inline-end:2.5rem;border-inline-end:1px solid rgba(26,26,26,.08)}@media(max-width: 991.98px){.amo-search-panel__col--trending{padding-inline-end:0;border-inline-end:0;padding-bottom:2rem;border-bottom:1px solid rgba(26,26,26,.08)}}.amo-search-panel__col--products{padding-inline-start:2.5rem}@media(max-width: 991.98px){.amo-search-panel__col--products{padding-inline-start:0}}.amo-search-panel__head{margin-bottom:1.5rem}.amo-search-panel__head--row{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.amo-search-panel__eyebrow{display:block;font-size:.625rem;letter-spacing:.22em;text-transform:uppercase;color:var(--store-gold, #8a7348);margin-bottom:.35rem}.amo-search-panel__title{font-family:var(--store-display);font-size:1.25rem;font-weight:400;letter-spacing:.04em;color:var(--store-text);margin:0}.amo-search-panel__view-all{display:inline-flex;align-items:center;gap:.35rem;font-size:.625rem;letter-spacing:.14em;text-transform:uppercase;color:var(--store-muted);text-decoration:none;border-bottom:1px solid rgba(0,0,0,0);transition:color .2s,border-color .2s;white-space:nowrap;padding-bottom:.125rem}.amo-search-panel__view-all svg{width:12px;height:12px}[dir=rtl] .amo-search-panel__view-all svg{transform:scaleX(-1)}.amo-search-panel__view-all:hover{color:var(--store-text);border-bottom-color:var(--store-text)}.amo-search-panel__terms{list-style:none;margin:0;padding:0}.amo-search-panel__term{display:flex;align-items:center;gap:.875rem;padding:.875rem 0;border-bottom:1px solid rgba(26,26,26,.06);color:var(--store-text);text-decoration:none;transition:padding-inline-start .25s ease,opacity .25s}.amo-search-panel__term:hover{color:var(--store-text);padding-inline-start:.35rem}.amo-search-panel__term:hover .amo-search-panel__term-arrow{opacity:1;transform:translateX(0)}.amo-search-panel__term-index{font-size:.6875rem;font-weight:500;letter-spacing:.08em;color:var(--store-muted);opacity:.65;font-variant-numeric:tabular-nums;min-width:1.25rem}.amo-search-panel__term-text{flex:1;font-size:.9375rem;letter-spacing:.02em}.amo-search-panel__term-arrow{width:14px;height:14px;opacity:0;transform:translateX(-4px);transition:opacity .25s,transform .25s;color:var(--store-muted);flex-shrink:0}[dir=rtl] .amo-search-panel__term-arrow{transform:translateX(4px) scaleX(-1)}.amo-search-panel__products{display:grid;grid-template-columns:repeat(3, minmax(0, 1fr));gap:1.5rem}@media(max-width: 767.98px){.amo-search-panel__products{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1rem}}@media(max-width: 479.98px){.amo-search-panel__products{grid-template-columns:1fr}}.amo-search-product{display:flex;flex-direction:column;text-decoration:none;color:var(--store-text)}.amo-search-product:hover{color:var(--store-text)}.amo-search-product:hover .amo-search-product__visual img{transform:scale(1.06) translateY(-4px)}.amo-search-product:hover .amo-search-product__glow{opacity:1}.amo-search-product__visual{position:relative;width:100%;aspect-ratio:1;background:#fff;border:1px solid rgba(26,26,26,.07);display:flex;align-items:center;justify-content:center;margin-bottom:1rem;overflow:hidden}.amo-search-product__visual img{position:relative;z-index:1;width:68%;height:68%;object-fit:contain;transition:transform .5s cubic-bezier(0.22, 1, 0.36, 1)}.amo-search-product__glow{position:absolute;inset:20%;border-radius:50%;background:radial-gradient(circle, rgba(138, 115, 72, 0.12) 0%, transparent 70%);opacity:0;transition:opacity .4s ease;pointer-events:none}.amo-search-product__placeholder{font-size:2.75rem;color:var(--store-gold, #8a7348);opacity:.35}.amo-search-product__meta{text-align:center;display:flex;flex-direction:column;gap:.25rem;padding-inline:.25rem}.amo-search-product__brand{font-size:.625rem;letter-spacing:.14em;text-transform:uppercase;color:var(--store-muted)}.amo-search-product__name{font-size:.8125rem;line-height:1.45;letter-spacing:.02em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.amo-search-product__price{font-size:.75rem;letter-spacing:.06em;color:var(--store-text);margin-top:.25rem;font-variant-numeric:tabular-nums}@keyframes amoSearchReveal{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.amo-search-trigger{display:inline-flex;align-items:center;gap:.45rem;border:0;background:rgba(0,0,0,0);color:var(--store-text);cursor:pointer;padding:.35rem .5rem;margin-inline-start:.35rem;font-family:inherit;border-radius:0;transition:opacity .2s,background .2s}.amo-search-trigger svg{width:18px;height:18px}.amo-search-trigger__label{font-size:.8125rem;letter-spacing:.04em;color:var(--store-muted)}.amo-search-trigger:hover{opacity:.65}.nx-header.is-search-open .amo-search-trigger{opacity:1}.nx-header.is-search-open .amo-search-trigger__label{color:var(--store-text)}@media(max-width: 991.98px){.amo-search-trigger--desktop{display:none}}.store-body--amouage.amo-search-open,.store-body--amouage.store-search-open{overflow:hidden}.store-body--amouage.amo-search-open .store-main,.store-body--amouage.store-search-open .store-main{pointer-events:none}.nx-header--amouage.is-search-open{box-shadow:none;background:var(--store-bg)}@media(max-width: 991.98px){.amo-search-panel__inner{padding:1.25rem 1rem 2.5rem}.amo-search-panel__bar{grid-template-columns:40px 1fr;gap:.75rem}.amo-search-panel__bar .amo-search-panel__submit{grid-column:1/-1;justify-content:center;width:100%}.amo-search-panel__input{font-size:1.25rem;max-width:none;text-align:start}.amo-search-panel__field-line{inset-inline:0}}@keyframes store-card-rise{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:translateY(0)}}@keyframes store-card-pulse{0%,100%{transform:scale(1)}50%{transform:scale(1.06)}}.store-body .store-product-grid{gap:1rem;align-items:stretch;min-width:0;max-width:100%}@media(min-width: 1200px){.store-body .store-product-grid{gap:1.125rem}}@media(max-width: 991.98px){.store-body .store-product-grid{grid-template-columns:repeat(2, minmax(0, 1fr));gap:.625rem;width:100%}.store-body .store-product-grid>*{min-width:0;max-width:100%}}.store-body .store-product-card{--card-radius: 20px;--card-pad: 1rem;--card-ease: cubic-bezier(0.33, 1, 0.68, 1);--card-ease-out: cubic-bezier(0.25, 0.46, 0.45, 0.94);--card-dur: 0.52s;--card-img-ease: cubic-bezier(0.15, 0.75, 0.5, 1);--card-img-dur: 1.75s;--card-img-opacity-dur: 1.15s;--card-img-hover-scale: 1.08;--card-img-peak-scale: 1.1;position:relative;display:flex;flex-direction:column;height:100%;border-radius:var(--card-radius);background:#fff;border:1px solid rgba(28,25,23,.07);box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 8px 28px rgba(28,25,23,.06);overflow:hidden;isolation:isolate;transition:box-shadow var(--card-dur) var(--card-ease),border-color var(--card-dur) var(--card-ease)}.store-reveal.is-visible .store-body .store-product-card{animation:store-card-rise .55s cubic-bezier(0.22, 1, 0.36, 1) both}.store-reveal.is-visible .store-body .store-product-card:nth-child(1){animation-delay:0s}.store-reveal.is-visible .store-body .store-product-card:nth-child(2){animation-delay:0.045s}.store-reveal.is-visible .store-body .store-product-card:nth-child(3){animation-delay:0.09s}.store-reveal.is-visible .store-body .store-product-card:nth-child(4){animation-delay:0.135s}.store-reveal.is-visible .store-body .store-product-card:nth-child(5){animation-delay:0.18s}.store-reveal.is-visible .store-body .store-product-card:nth-child(6){animation-delay:0.225s}.store-reveal.is-visible .store-body .store-product-card:nth-child(7){animation-delay:0.27s}.store-reveal.is-visible .store-body .store-product-card:nth-child(8){animation-delay:0.315s}.store-reveal.is-visible .store-body .store-product-card:nth-child(9){animation-delay:0.36s}.store-reveal.is-visible .store-body .store-product-card:nth-child(10){animation-delay:0.405s}.store-reveal.is-visible .store-body .store-product-card:nth-child(11){animation-delay:0.45s}.store-reveal.is-visible .store-body .store-product-card:nth-child(12){animation-delay:0.495s}.store-reveal.is-visible .store-body .store-product-card:nth-child(13){animation-delay:0.54s}.store-reveal.is-visible .store-body .store-product-card:nth-child(14){animation-delay:0.585s}.store-reveal.is-visible .store-body .store-product-card:nth-child(15){animation-delay:0.63s}.store-reveal.is-visible .store-body .store-product-card:nth-child(16){animation-delay:0.675s}.store-body .store-product-card::before{content:"";position:absolute;inset:0;border-radius:inherit;background:linear-gradient(135deg, rgba(196, 165, 116, 0.14) 0%, transparent 38%, rgba(159, 18, 57, 0.06) 100%);opacity:0;transition:opacity var(--card-dur) var(--card-ease);pointer-events:none;z-index:0}.store-body .store-product-card::after{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;background:linear-gradient(145deg, rgba(196, 165, 116, 0.55), transparent 40%, rgba(159, 18, 57, 0.22));mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;opacity:0;transition:opacity var(--card-dur) var(--card-ease);pointer-events:none;z-index:4}.store-body .store-product-card.is-featured .store-product-card__shell::before{content:"";position:absolute;top:0;inset-inline:0;height:3px;background:linear-gradient(90deg, var(--store-gold), var(--store-accent));z-index:5}.store-body .store-product-card.has-gallery .store-product-card__discount-bar{bottom:3.15rem}.store-body .store-product-card:not(.has-gallery) .store-product-card__discount-bar{bottom:.625rem}.store-body .store-product-card.is-showing-alt .store-product-card__img--primary{opacity:0;transform:scale3d(1.02, 1.02, 1) translateZ(0)}.store-body .store-product-card.is-showing-alt .store-product-card__img--hover{opacity:1;transform:scale3d(var(--card-img-hover-scale), var(--card-img-hover-scale), 1) translateZ(0)}.store-body .store-product-card.has-gallery.is-preparing-next .store-product-card__img--primary,.store-body .store-product-card.has-gallery.is-preparing-next:hover .store-product-card__img--primary{opacity:1;transform:scale3d(var(--card-img-peak-scale), var(--card-img-peak-scale), 1) translateZ(0);transition:transform .85s var(--card-img-ease),opacity var(--card-img-opacity-dur) ease}.store-body .store-product-card.has-gallery.is-preparing-next .store-product-card__img--hover,.store-body .store-product-card.has-gallery.is-preparing-next:hover .store-product-card__img--hover{opacity:0;transform:scale3d(1, 1, 1) translateZ(0)}.store-body .store-product-card.has-gallery.is-showing-alt .store-product-card__img,.store-body .store-product-card.has-gallery.is-showing-alt:hover .store-product-card__img{transition:opacity 1.2s ease,transform 1.2s var(--card-img-ease)}.store-body .store-product-card.has-gallery.is-showing-alt .store-product-card__img--primary,.store-body .store-product-card.has-gallery.is-showing-alt:hover .store-product-card__img--primary{opacity:0;transform:scale3d(1.02, 1.02, 1) translateZ(0)}.store-body .store-product-card.has-gallery.is-showing-alt .store-product-card__img--hover,.store-body .store-product-card.has-gallery.is-showing-alt:hover .store-product-card__img--hover{opacity:1;transform:scale3d(var(--card-img-hover-scale), var(--card-img-hover-scale), 1) translateZ(0)}.store-body .store-product-card.has-gallery.is-settled .store-product-card__img--primary,.store-body .store-product-card.has-gallery.is-settled:hover .store-product-card__img--primary{opacity:1;transform:scale3d(var(--card-img-hover-scale), var(--card-img-hover-scale), 1) translateZ(0)}.store-body .store-product-card.has-gallery.is-settled .store-product-card__img--hover,.store-body .store-product-card.has-gallery.is-settled:hover .store-product-card__img--hover{opacity:0;transform:scale3d(1, 1, 1) translateZ(0)}@media(hover: hover)and (pointer: fine){.store-body .store-product-card:hover{border-color:rgba(159,18,57,.09);box-shadow:0 1px 0 rgba(255,255,255,.95) inset,0 12px 28px rgba(28,25,23,.07)}.store-body .store-product-card:hover::before{opacity:.42}.store-body .store-product-card:hover::after{opacity:.38}.store-body .store-product-card:hover .store-product-card__shine::after{inset-inline-start:140%;opacity:.28}.store-body .store-product-card:hover .store-product-card__toolbar{opacity:1;transform:translate3d(0, 0, 0)}.store-body .store-product-card:hover .store-product-card__details-link{opacity:1;border-color:rgba(159,18,57,.2)}.store-body .store-product-card:hover.has-hover-image:not(.has-gallery) .store-product-card__img--primary{opacity:0;transform:scale3d(1, 1, 1) translateZ(0)}.store-body .store-product-card:hover.has-hover-image:not(.has-gallery) .store-product-card__img--hover{opacity:1;transform:scale3d(var(--card-img-hover-scale), var(--card-img-hover-scale), 1) translateZ(0)}.store-body .store-product-card:hover.has-gallery.has-hover-image:not(.is-showing-alt):not(.is-preparing-next) .store-product-card__img--primary{opacity:1;transform:scale3d(var(--card-img-hover-scale), var(--card-img-hover-scale), 1) translateZ(0)}.store-body .store-product-card:hover.has-gallery.has-hover-image:not(.is-showing-alt):not(.is-preparing-next) .store-product-card__img--hover{opacity:0;transform:scale3d(1, 1, 1) translateZ(0)}.store-body .store-product-card:hover:not(.has-hover-image) .store-product-card__img--primary{transform:scale3d(var(--card-img-hover-scale), var(--card-img-hover-scale), 1) translateZ(0)}.store-body .store-product-card:hover.is-showing-alt:not(.has-gallery) .store-product-card__img--primary{opacity:0;transform:scale3d(1, 1, 1) translateZ(0)}.store-body .store-product-card:hover.is-showing-alt:not(.has-gallery) .store-product-card__img--hover{opacity:1;transform:scale3d(var(--card-img-hover-scale), var(--card-img-hover-scale), 1) translateZ(0)}.store-body .store-product-card:hover.has-gallery .store-product-card__media-veil{opacity:.55;visibility:visible}.store-body .store-product-card:hover.has-gallery .store-product-card__gallery{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}}.store-body .store-product-card.is-out-of-stock .store-product-card__visual{filter:grayscale(0.25);opacity:.72}.store-body .store-product-card.is-out-of-stock:hover{transform:none;box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 8px 28px rgba(28,25,23,.06)}.store-body .store-product-card.is-out-of-stock:hover::before,.store-body .store-product-card.is-out-of-stock:hover::after{opacity:0}.store-body .store-product-card.is-out-of-stock:hover .store-product-card__img--primary{opacity:1;transform:none}.store-body .store-product-card.is-out-of-stock:hover .store-product-card__img--hover{opacity:0}.store-body .store-product-card.is-last-few-stock .store-product-card__shell{box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 8px 28px rgba(234,88,12,.08)}.store-body .store-product-card.is-low-stock .store-product-card__shell{box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 8px 28px rgba(217,119,6,.06)}.store-body .store-product-card.is-added .store-product-card__tool--cart{background:#059669;border-color:#059669;color:#fff}.store-body .store-product-card.is-added .store-product-card__tool--cart .store-product-card__tool-icon{opacity:0;transform:scale(0.6)}.store-body .store-product-card.is-added .store-product-card__tool--cart .store-product-card__tool-icon--done{opacity:1;transform:scale(1)}.store-body .store-product-card.is-added .store-product-card__mobile-cta{background:#059669;border-color:#059669}.store-body .store-product-card.is-wished .store-product-card__tool--wish{background:var(--store-accent);border-color:var(--store-accent);color:#fff}.store-body .store-product-card.is-wished .store-product-card__tool--wish .store-product-card__wish-outline{opacity:0;transform:scale(0.6)}.store-body .store-product-card.is-wished .store-product-card__tool--wish .store-product-card__wish-filled{opacity:1;transform:scale(1)}.store-body .store-product-card.is-loading{pointer-events:none}.store-body .store-product-card.is-loading .store-product-card__tool--cart,.store-body .store-product-card.is-loading .store-product-card__mobile-cta{opacity:.72}.store-body .store-product-card__shell{position:relative;display:flex;flex-direction:column;height:100%;min-height:100%;z-index:1;transform:perspective(900px) rotateX(var(--card-tilt-x, 0deg)) rotateY(var(--card-tilt-y, 0deg));transition:transform .42s var(--card-ease-out);transform-style:preserve-3d}.store-body .store-product-card__shine{position:absolute;inset:0;z-index:6;pointer-events:none;overflow:hidden;border-radius:inherit}.store-body .store-product-card__shine::after{content:"";position:absolute;top:-40%;inset-inline-start:-120%;width:60%;height:180%;background:linear-gradient(105deg, transparent 42%, rgba(255, 255, 255, 0.38) 50%, transparent 58%);transform:skewX(-18deg);opacity:0;transition:inset-inline-start .95s var(--card-ease),opacity .55s var(--card-ease)}.store-body .store-product-card__media-wrap{position:relative;overflow:hidden}.store-body .store-product-card__media{position:relative;display:block;aspect-ratio:1;overflow:hidden;text-decoration:none;background:radial-gradient(circle at 24% 20%, rgba(196, 165, 116, 0.2) 0%, transparent 46%),radial-gradient(circle at 78% 82%, rgba(159, 18, 57, 0.06) 0%, transparent 42%),linear-gradient(168deg, #fcfaf8 0%, #f3ece6 100%)}.store-body .store-product-card__media-veil{position:absolute;inset-inline:0;bottom:0;height:28%;background:linear-gradient(to top, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.35) 55%, transparent 100%);opacity:0;visibility:hidden;transition:opacity var(--card-dur) var(--card-ease),visibility var(--card-dur) var(--card-ease);pointer-events:none;z-index:3}.store-body .store-product-card__visual{position:absolute;inset:1.25rem 1rem 1rem;z-index:1;display:flex;align-items:center;justify-content:center}.store-body .store-product-card__stage{position:absolute;inset:0;overflow:hidden}.store-body .store-product-card__img{position:absolute;inset:0;width:100%;height:100%;object-fit:contain;object-position:center;backface-visibility:hidden;transform:scale3d(1, 1, 1) translateZ(0);transition:opacity var(--card-img-opacity-dur) ease,transform var(--card-img-dur) var(--card-img-ease)}.store-body .store-product-card__img--primary{opacity:1;z-index:1}.store-body .store-product-card__img--hover{opacity:0;z-index:2;will-change:opacity,transform}.store-body .store-product-card.is-image-handoff .store-product-card__img{transition:none !important}.store-body .store-product-card.is-image-handoff .store-product-card__img--primary{opacity:1;transform:scale3d(1, 1, 1) translateZ(0)}.store-body .store-product-card.is-image-handoff .store-product-card__img--hover{opacity:0;transform:scale3d(1, 1, 1) translateZ(0)}.store-body .store-product-card.has-gallery.is-image-handoff .store-product-card__img--primary{opacity:1;transform:scale3d(var(--card-img-hover-scale), var(--card-img-hover-scale), 1) translateZ(0)}.store-body .store-product-card.has-gallery.is-image-handoff .store-product-card__img--hover{opacity:0;transform:scale3d(1, 1, 1) translateZ(0)}.store-body .store-product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:3.25rem;color:var(--store-gold);opacity:.5}.store-body .store-product-card__badges{position:absolute;top:.875rem;inset-inline-start:.875rem;display:flex;flex-direction:column;align-items:flex-start;gap:.4rem;z-index:3}.store-body .store-product-card__badge{display:inline-flex;align-items:center;font-family:var(--store-ui, var(--store-font));font-size:.625rem;font-weight:800;letter-spacing:.07em;text-transform:uppercase;padding:.32rem .58rem;border-radius:999px;color:#fff;line-height:1;box-shadow:0 6px 16px rgba(0,0,0,.14)}.store-body .store-product-card__badge--off{background:linear-gradient(135deg, #ef4444, #dc2626)}.store-body .store-product-card__badge--featured{background:linear-gradient(135deg, #44403c, #1c1917)}.store-body .store-product-card__badge--low{background:linear-gradient(135deg, #d97706, #b45309)}.store-body .store-product-card__badge--last-few{background:linear-gradient(135deg, #ea580c, #c2410c);animation:store-stock-pulse 2.4s ease-in-out infinite}.store-body .store-product-card__badge--sold-out{background:linear-gradient(135deg, #64748b, #475569)}.store-body .store-product-card__badge--new{background:linear-gradient(135deg, var(--store-accent), var(--store-accent-hover))}.store-body .store-product-card__badge--match{gap:.3rem;background:linear-gradient(135deg, var(--store-accent), var(--store-accent-hover));letter-spacing:.04em}.store-body .store-product-card__badge--match iconify-icon{font-size:.875rem;flex-shrink:0}.store-body .store-product-card__soldout{position:absolute;inset:auto 1rem 1rem;inset-inline:1rem;padding:.55rem .75rem;border-radius:999px;background:rgba(255,255,255,.92);backdrop-filter:blur(8px);border:1px solid rgba(185,28,28,.18);font-family:var(--store-ui, var(--store-font));font-size:.6875rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;text-align:center;color:#991b1b;z-index:3;box-shadow:0 8px 20px rgba(28,25,23,.1)}.store-body .store-product-card__toolbar{position:absolute;top:.75rem;inset-inline-end:.75rem;display:flex;flex-direction:column;gap:0;z-index:6;padding:.3rem;border-radius:999px;background:rgba(255,255,255,.9);backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.95);box-shadow:0 10px 28px rgba(28,25,23,.12),0 0 0 1px rgba(28,25,23,.04);opacity:0;transform:translateY(-4px) scale(0.98);transition:opacity var(--card-dur) var(--card-ease),transform var(--card-dur) var(--card-ease)}.store-body .store-product-card__tool{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;border:0;background:rgba(0,0,0,0);color:var(--store-text);text-decoration:none;cursor:pointer;transition:background .35s var(--card-ease),color .35s var(--card-ease),transform .35s var(--card-ease)}.store-body .store-product-card__tool iconify-icon,.store-body .store-product-card__tool .store-icon-cart-add,.store-body .store-product-card__tool .store-icon-cart-options{font-size:1.0625rem;display:block}.store-body .store-product-card__tool .store-icon-cart-add,.store-body .store-product-card__tool .store-icon-cart-options{width:1.0625rem;height:auto}.store-body .store-product-card__tool:not(:last-child){margin-bottom:.15rem;padding-bottom:.15rem;border-bottom:1px solid rgba(28,25,23,.07)}.store-body .store-product-card__tool:hover{background:var(--store-accent-soft);color:var(--store-accent);transform:scale(1.02)}.store-body .store-product-card__tool:focus-visible{outline:2px solid var(--store-accent);outline-offset:2px}.store-body .store-product-card__tool--cart{position:relative;overflow:visible;background:var(--store-round-btn-bg);color:var(--store-round-btn-icon)}.store-body .store-product-card__tool--options{position:relative;overflow:visible;background:var(--store-round-btn-bg);color:var(--store-round-btn-icon)}.store-body .store-product-card__tool--wish{position:relative;overflow:hidden}.store-body .store-product-card__tool--wish.is-pulse{animation:store-card-pulse .42s ease}.store-body .store-product-card__wish-outline,.store-body .store-product-card__wish-filled{transition:opacity .2s,transform .2s}.store-body .store-product-card__wish-filled{position:absolute;opacity:0;transform:scale(0.6)}.store-body .store-product-card__tool-icon{transition:opacity .2s,transform .2s}.store-body .store-product-card__tool-icon--done{position:absolute;opacity:0;transform:scale(0.6)}.store-body .store-product-card__form{display:none}.store-body .store-product-card__body{position:relative;display:flex;flex-direction:column;flex:1;gap:.28rem;padding:.65rem var(--card-pad) .75rem;background:linear-gradient(180deg, #fff 0%, #fcfaf8 100%)}.store-body .store-product-card__body-accent{position:absolute;top:0;inset-inline:var(--card-pad);height:2px;border-radius:999px;background:linear-gradient(90deg, var(--store-gold), var(--store-accent));opacity:.55}.store-body .store-product-card__identity{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem}.store-body .store-product-card__identity:empty{display:none}.store-body .store-product-card__chip{display:inline-flex;align-items:center;gap:.28rem;max-width:100%;padding:.18rem .5rem;border-radius:999px;font-family:var(--store-ui, var(--store-font));font-size:.625rem;font-weight:700;text-decoration:none;line-height:1.2;transition:background .2s,color .2s,border-color .2s}.store-body .store-product-card__chip iconify-icon{font-size:.8125rem;flex-shrink:0}.store-body .store-product-card__chip--brand{color:var(--store-accent);background:var(--store-accent-soft);border:1px solid rgba(159,18,57,.12)}.store-body .store-product-card__chip--brand:hover{background:var(--store-accent);color:#fff}.store-body .store-product-card__chip--cat{color:var(--store-muted);background:var(--store-bg);border:1px solid var(--store-border);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.store-body .store-product-card__chip--cat:hover{border-color:rgba(159,18,57,.22);color:var(--store-accent)}.store-body .store-product-card__excerpt{margin:0;font-size:.6875rem;line-height:1.45;color:var(--store-muted);display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-body .store-product-card__traits{display:flex;flex-wrap:wrap;gap:.25rem}.store-body .store-product-card__trait{display:inline-flex;align-items:center;gap:.22rem;max-width:100%;padding:.2rem .45rem;border-radius:999px;font-family:var(--store-ui, var(--store-font));font-size:.5625rem;font-weight:700;line-height:1.2;color:var(--store-muted);background:rgba(255,255,255,.9);border:1px solid var(--store-border)}.store-body .store-product-card__trait iconify-icon{font-size:.75rem;flex-shrink:0;color:var(--store-accent)}.store-body .store-product-card__trait--note{background:linear-gradient(135deg, rgba(196, 165, 116, 0.14), rgba(255, 255, 255, 0.95));border-color:rgba(196,165,116,.35)}.store-body .store-product-card__trait--ok{color:#047857;background:#ecfdf5;border-color:#bbf7d0}.store-body .store-product-card__trait--ok iconify-icon{color:#059669}.store-body .store-product-card__trait--low{color:#b45309;background:#fffbeb;border-color:#fde68a}.store-body .store-product-card__trait--low iconify-icon{color:#d97706}.store-body .store-product-card__trait--last-few{color:#c2410c;background:#fff7ed;border-color:#fed7aa}.store-body .store-product-card__trait--last-few iconify-icon{color:#ea580c}.store-body .store-product-card__trait--out{color:#b91c1c;background:#fef2f2;border-color:#fecaca}.store-body .store-product-card__trait--out iconify-icon{color:#dc2626}.store-body .store-product-card__signals{display:flex;flex-wrap:wrap;align-items:center;gap:.3rem .45rem;margin-top:.15rem;padding-top:.3rem;border-top:1px dashed rgba(28,25,23,.08)}.store-body .store-product-card__signal{display:inline-flex;align-items:center;gap:.22rem;font-family:var(--store-ui, var(--store-font));font-size:.5625rem;font-weight:600;color:var(--store-muted)}.store-body .store-product-card__signal iconify-icon{font-size:.8125rem;color:var(--store-accent)}.store-body .store-product-card__title{margin:0;font-family:var(--store-ui, var(--store-font));font-size:.875rem;font-weight:600;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.store-body .store-product-card__title a{color:var(--store-text);text-decoration:none;transition:color .2s}.store-body .store-product-card__title a:hover{color:var(--store-accent)}.store-body .store-product-card__rating{display:inline-flex;align-items:center;flex-wrap:wrap;gap:.35rem;font-family:var(--store-ui, var(--store-font))}.store-body .store-product-card__stars{display:inline-flex;align-items:center;gap:.06rem;color:#d6d3d1}.store-body .store-product-card__stars iconify-icon{font-size:.75rem;display:block}.store-body .store-product-card__stars iconify-icon.is-filled{color:var(--store-gold)}.store-body .store-product-card__rating-value{font-size:.75rem;font-weight:800;color:var(--store-text)}.store-body .store-product-card__rating-count{font-size:.6875rem;color:var(--store-muted)}.store-body .store-product-card__footer{display:flex;align-items:flex-end;justify-content:space-between;gap:.4rem;margin-top:auto;padding-top:.35rem}.store-body .store-product-card__price-block{display:flex;flex-direction:column;gap:.2rem;min-width:0;flex:1}.store-body .store-product-card__price-label{font-family:var(--store-ui, var(--store-font));font-size:.5625rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--store-muted)}.store-body .store-product-card__price{display:flex;flex-direction:column;gap:.1rem;min-width:0}.store-body .store-product-card__details-link{flex-shrink:0;display:inline-flex;align-items:center;gap:.2rem;padding:.25rem .5rem;border-radius:999px;border:1px solid rgba(159,18,57,.18);background:rgba(255,255,255,.9);font-family:var(--store-ui, var(--store-font));font-size:.5625rem;font-weight:700;color:var(--store-accent);text-decoration:none;opacity:.88;transform:none;transition:opacity .4s var(--card-ease),background .4s var(--card-ease),color .4s var(--card-ease),border-color .4s var(--card-ease)}.store-body .store-product-card__details-link iconify-icon{font-size:.75rem;display:block}.store-body .store-product-card__details-link:hover{opacity:1;background:rgba(159,18,57,.08);color:var(--store-accent);border-color:rgba(159,18,57,.22)}.store-body .store-product-card__price-current{font-family:var(--store-ui, var(--store-font));font-size:1.0625rem;font-weight:800;letter-spacing:-0.03em;color:var(--store-accent);line-height:1}.store-body .store-product-card__price-current small{font-size:.6875rem;font-weight:600;color:var(--store-muted)}.store-body .store-product-card__price-old{font-size:.75rem;font-weight:500;color:var(--store-muted);text-decoration:line-through}.store-body .store-product-card__save{align-self:flex-start;font-family:var(--store-ui, var(--store-font));font-size:.5625rem;font-weight:800;letter-spacing:.05em;text-transform:uppercase;padding:.2rem .45rem;border-radius:999px;background:rgba(220,38,38,.1);color:#dc2626;border:1px solid rgba(220,38,38,.12)}.store-body .store-product-card__mobile-cta{display:none}.store-body .store-product-card__pedestal{position:absolute;bottom:8%;left:50%;width:62%;height:12%;transform:translateX(-50%);border-radius:50%;background:radial-gradient(ellipse at center, rgba(28, 25, 23, 0.14) 0%, transparent 72%);z-index:0}.store-body .store-product-card__discount-bar{position:absolute;inset-inline:.875rem;bottom:.625rem;height:3px;border-radius:999px;background:rgba(28,25,23,.08);overflow:hidden;z-index:3}.store-body .store-product-card__discount-bar span{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg, #ef4444, var(--store-accent))}.store-body .store-product-card__gallery{position:absolute;inset-inline:.5rem;bottom:.625rem;z-index:5;display:flex;justify-content:center;opacity:0;visibility:hidden;transform:translateY(6px);pointer-events:none;transition:opacity var(--card-dur) var(--card-ease),transform var(--card-dur) var(--card-ease),visibility var(--card-dur) var(--card-ease)}.store-body .store-product-card__gallery-track{display:inline-flex;align-items:center;gap:.375rem;max-width:calc(100% - .5rem);padding:.375rem .5rem;border-radius:999px;background:rgba(255,255,255,.96);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.98);box-shadow:0 8px 24px rgba(28,25,23,.12),0 0 0 1px rgba(159,18,57,.05);overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain;scrollbar-width:none;-webkit-overflow-scrolling:touch}.store-body .store-product-card__gallery-track::-webkit-scrollbar{display:none}.store-body .store-product-card__thumb{flex-shrink:0;padding:0;margin:0;border:0;background:rgba(0,0,0,0);cursor:pointer;line-height:0;border-radius:10px;transition:opacity .15s ease}.store-body .store-product-card__thumb-frame{display:flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border-radius:10px;border:2px solid rgba(0,0,0,0);background:linear-gradient(168deg, #fff 0%, #f8f4f0 100%);box-shadow:inset 0 0 0 1px rgba(28,25,23,.06);overflow:hidden;box-sizing:border-box;transition:border-color .12s ease,box-shadow .12s ease}.store-body .store-product-card__thumb img{display:block;width:100%;height:100%;max-width:100%;max-height:100%;object-fit:cover;object-position:center;border-radius:0}.store-body .store-product-card__thumb:hover .store-product-card__thumb-frame{border-color:rgba(159,18,57,.28)}.store-body .store-product-card__thumb.is-active .store-product-card__thumb-frame{border-color:var(--store-accent);box-shadow:0 0 0 2px var(--store-accent-soft),inset 0 0 0 1px rgba(159,18,57,.08)}@media(hover: none){.store-body .store-product-card .store-product-card__toolbar{opacity:1;transform:none}.store-body .store-product-card.has-gallery .store-product-card__gallery{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto}.store-body .store-product-card.has-gallery .store-product-card__media-veil{opacity:.85;visibility:visible}}@media(max-width: 991.98px){.store-body .store-product-card{--card-radius: 18px}.store-body .store-product-card:hover{transform:none;box-shadow:0 1px 0 rgba(255,255,255,.9) inset,0 8px 28px rgba(28,25,23,.06)}.store-body .store-product-card:hover::before,.store-body .store-product-card:hover::after{opacity:0}.store-body .store-product-card:hover .store-product-card__img--primary{opacity:1;transform:none}.store-body .store-product-card:hover .store-product-card__img--hover{opacity:0}.store-body .store-product-card .store-product-card__visual{inset:.55rem !important;padding-inline-end:.55rem !important}.store-body .store-product-card .store-product-card__badges{top:.45rem;inset-inline-start:.45rem;max-width:calc(100% - .9rem)}.store-body .store-product-card .store-product-card__toolbar,.store-body .store-product-card .store-product-card__gallery,.store-body .store-product-card .store-product-card__media-veil{display:none !important}.store-body .store-product-card .store-product-card__body{padding:.7rem .75rem .85rem;gap:.35rem}.store-body .store-product-card .store-product-card__title{font-size:.8125rem;min-height:2.35625rem}.store-body .store-product-card .store-product-card__category{display:none}.store-body .store-product-card .store-product-card__rating-count{display:none}.store-body .store-product-card .store-product-card__price-current{font-size:.9375rem}.store-body .store-product-card .store-product-card__mobile-cta{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;width:100%;min-height:38px;margin-top:.35rem;padding:0 .875rem;border:1px solid var(--store-accent);border-radius:12px;background:linear-gradient(135deg, var(--store-accent), var(--store-accent-hover));color:#fff;font-family:var(--store-ui, var(--store-font));font-size:.75rem;font-weight:700;cursor:pointer;transition:filter .2s,transform .15s}.store-body .store-product-card .store-product-card__mobile-cta iconify-icon,.store-body .store-product-card .store-product-card__mobile-cta .store-icon-cart-add,.store-body .store-product-card .store-product-card__mobile-cta .store-icon-cart-options{font-size:1rem}.store-body .store-product-card .store-product-card__mobile-cta .store-icon-cart-add,.store-body .store-product-card .store-product-card__mobile-cta .store-icon-cart-options{width:1rem;height:auto}.store-body .store-product-card .store-product-card__mobile-cta--options{background:#fff;color:var(--store-accent);border-color:rgba(28,25,23,.12);box-shadow:inset 0 0 0 1px rgba(28,25,23,.06)}.store-body .store-product-card .store-product-card__mobile-cta--options:hover{background:var(--store-accent-soft);filter:none}.store-body .store-product-card .store-product-card__mobile-cta:active{transform:scale(0.98)}.store-body .store-product-card .store-product-card__peek,.store-body .store-product-card .store-product-card__discount-bar{display:none}}.store-product-grid--home{grid-template-columns:repeat(2, minmax(0, 1fr));gap:.625rem}@media(min-width: 576px){.store-product-grid--home{grid-template-columns:repeat(3, minmax(0, 1fr));gap:.75rem}}@media(min-width: 992px){.store-product-grid--home{grid-template-columns:repeat(4, minmax(0, 1fr));gap:.875rem}}@media(min-width: 1280px){.store-product-grid--home{grid-template-columns:repeat(5, minmax(0, 1fr))}}.store-product-grid--home .store-product-card{--card-radius: 14px;--card-pad: 0.65rem}.store-product-grid--home .store-product-card .store-product-card__visual{inset:.5rem .45rem .45rem}.store-product-grid--home .store-product-card .store-product-card__body{padding:.55rem var(--card-pad) .65rem;gap:.25rem}.store-product-grid--home .store-product-card .store-product-card__chip{font-size:.5625rem;padding:.12rem .38rem}.store-product-grid--home .store-product-card .store-product-card__title{font-size:.75rem;-webkit-line-clamp:2}.store-product-grid--home .store-product-card .store-product-card__excerpt{-webkit-line-clamp:1;font-size:.625rem}.store-product-grid--home .store-product-card .store-product-card__traits{max-height:1.35rem;overflow:hidden}.store-product-grid--home .store-product-card .store-product-card__trait{font-size:.5rem;padding:.15rem .35rem}.store-product-grid--home .store-product-card .store-product-card__signals{padding:.25rem 0;gap:.25rem .35rem}.store-product-grid--home .store-product-card .store-product-card__signal:last-child{display:none}.store-product-grid--home .store-product-card .store-product-card__rating-count{display:none}.store-product-grid--home .store-product-card .store-product-card__footer{padding-top:.35rem}.store-product-grid--home .store-product-card .store-product-card__price-current{font-size:.875rem}.store-product-grid--home .store-product-card .store-product-card__price-current small{font-size:.5625rem}.store-product-grid--home .store-product-card .store-product-card__details-link{opacity:1;transform:none;padding:.28rem .5rem;font-size:.5625rem}.store-product-grid--home .store-product-card .store-product-card__toolbar{top:.45rem;inset-inline-end:.4rem;padding:.2rem}.store-product-grid--home .store-product-card .store-product-card__tool{width:30px;height:30px}.store-product-grid--home .store-product-card .store-product-card__tool iconify-icon{font-size:.9375rem}.store-product-grid--home .store-product-card .store-product-card__gallery{inset-inline:.35rem;bottom:.35rem}.store-product-grid--home .store-product-card .store-product-card__thumb-frame{width:30px;height:30px}.store-product-grid--home .store-product-card .store-product-card__badges{top:.4rem;inset-inline-start:.4rem;gap:.25rem}.store-product-grid--home .store-product-card .store-product-card__badge{font-size:.5625rem;padding:.22rem .45rem}@media(hover: hover)and (pointer: fine){.store-product-grid--home .store-product-card:hover{box-shadow:0 1px 0 rgba(255,255,255,.92) inset,0 10px 22px rgba(28,25,23,.06)}.store-product-grid--home .store-product-card:hover::before{opacity:.28}.store-product-grid--home .store-product-card:hover::after{opacity:.22}.store-product-grid--home .store-product-card:hover .store-product-card__excerpt{-webkit-line-clamp:1}}@media(prefers-reduced-motion: reduce){.store-body .store-product-card,.store-body .store-product-card *{animation:none !important;transition-duration:.01ms !important}}.store-qv{position:fixed;inset:0;z-index:1210;display:flex;align-items:center;justify-content:center;padding:1.25rem;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .32s ease,visibility .32s ease}.store-qv.is-open{opacity:1;visibility:visible;pointer-events:auto}.store-qv.is-open .store-qv__backdrop{opacity:1}.store-qv.is-open .store-qv__panel{transform:translateY(0) scale(1);opacity:1}.store-qv__backdrop{position:absolute;inset:0;background:rgba(28,25,23,.52);backdrop-filter:blur(16px) saturate(1.1);-webkit-backdrop-filter:blur(16px) saturate(1.1);opacity:0;transition:opacity .32s ease}.store-qv__panel{position:relative;z-index:1;width:min(920px,100%);max-height:min(88dvh,680px);overflow:hidden;border-radius:22px;background:#fff;box-shadow:0 28px 80px rgba(28,25,23,.24),0 0 0 1px rgba(255,255,255,.65);transform:translateY(12px) scale(0.985);opacity:.96;transition:transform .36s cubic-bezier(0.22, 1, 0.36, 1),opacity .32s ease}@media(max-width: 767.98px){.store-qv__panel{max-height:min(92dvh,720px);overflow:auto;border-radius:18px}}.store-qv__close{width:36px;height:36px;border:0;border-radius:50%;background:var(--store-bg);color:var(--store-text);cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 4px 14px rgba(28,25,23,.08);transition:background .2s,color .2s,transform .2s}.store-qv__close iconify-icon{font-size:1.125rem}.store-qv__close:hover{background:var(--store-accent-soft);color:var(--store-accent);transform:scale(1.04)}.store-qv__layout{display:grid;grid-template-columns:minmax(0, 1.05fr) minmax(0, 0.95fr);min-height:0}@media(max-width: 767.98px){.store-qv__layout{grid-template-columns:1fr}}.store-qv__media{position:relative;display:flex;flex-direction:column;padding:1.75rem 1.5rem 1.25rem;background:radial-gradient(circle at 24% 18%, rgba(196, 165, 116, 0.2) 0%, transparent 44%),radial-gradient(circle at 82% 88%, rgba(159, 18, 57, 0.06) 0%, transparent 42%),linear-gradient(168deg, #fcfaf8 0%, #f0e8df 100%)}@media(max-width: 767.98px){.store-qv__media{padding:1.25rem 1rem 1rem}}.store-qv__wish{position:absolute;top:.875rem;inset-inline-end:.875rem;z-index:4;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;padding:0;border:0;border-radius:14px;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(255,255,255,.98);box-shadow:0 10px 28px rgba(28,25,23,.12),0 0 0 1px rgba(28,25,23,.04);color:var(--store-text);cursor:pointer;overflow:hidden;transition:background .28s ease,color .28s ease,transform .28s ease}.store-qv__wish iconify-icon{font-size:1.0625rem;display:block;transition:opacity .2s,transform .2s}.store-qv__wish:hover{background:var(--store-accent-soft);color:var(--store-accent);transform:scale(1.02)}.store-qv__wish.is-wished{background:var(--store-accent);color:#fff}.store-qv__wish.is-wished .store-qv__wish-outline{opacity:0;transform:scale(0.6)}.store-qv__wish.is-wished .store-qv__wish-filled{opacity:1;transform:scale(1)}.store-qv__wish-filled{position:absolute;opacity:0;transform:scale(0.6)}.store-qv__media-stage{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex:1;min-height:min(46vh,360px);padding:.5rem .25rem}.store-qv__img{width:min(100%,340px);max-height:min(46vh,360px);aspect-ratio:1;object-fit:contain;filter:drop-shadow(0 16px 24px rgba(28, 25, 23, 0.1));transition:transform .5s cubic-bezier(0.22, 1, 0.36, 1)}.store-qv__media-stage:hover .store-qv__img{transform:scale(1.03)}.store-qv__thumbs{display:flex;gap:.5rem;margin-top:.875rem;overflow-x:auto}.store-qv__thumb{flex-shrink:0;width:52px;height:52px;padding:.25rem;border-radius:12px;border:2px solid rgba(0,0,0,0);background:#fff;cursor:pointer}.store-qv__thumb.is-active{border-color:var(--store-accent)}.store-qv__thumb img{width:100%;height:100%;object-fit:contain}.store-qv__content{display:flex;flex-direction:column;gap:.625rem;padding:1.5rem 1.625rem 1.5rem;background:linear-gradient(180deg, #fff 0%, #fcfaf8 100%);overflow-y:auto;min-height:0}@media(max-width: 767.98px){.store-qv__content{padding:1.25rem 1.125rem 1.375rem}}.store-qv__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.25rem}.store-qv__kicker{display:inline-flex;align-items:center;gap:.45rem;font-family:var(--store-ui, var(--store-font));font-size:.625rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase;color:var(--store-gold)}.store-qv__kicker::before{content:"";width:24px;height:1px;background:linear-gradient(90deg, var(--store-gold), transparent)}.store-qv__brand{font-family:var(--store-display);font-size:.9375rem;font-style:italic;color:var(--store-accent)}.store-qv__title{font-family:var(--store-display);font-size:clamp(1.25rem,2.5vw,1.625rem);line-height:1.3;margin:0}.store-qv__rating{display:inline-flex;align-items:center;gap:.4rem}.store-qv__stars{display:inline-flex;gap:.06rem;color:#d6d3d1}.store-qv__stars iconify-icon{font-size:.875rem}.store-qv__stars iconify-icon.is-filled{color:var(--store-gold)}.store-qv__rating-val{font-weight:800;font-size:.8125rem}.store-qv__rating-count{font-size:.75rem;color:var(--store-muted)}.store-qv__short{margin:0;font-size:.8125rem;line-height:1.65;color:var(--store-muted)}.store-qv__price{display:flex;align-items:baseline;gap:.625rem;flex-wrap:wrap}.store-qv__price-current{font-size:1.375rem;font-weight:800;color:var(--store-accent)}.store-qv__price-old{font-size:.875rem;color:var(--store-muted);text-decoration:line-through}.store-qv__trust{list-style:none;margin:.25rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.4rem}.store-qv__trust li{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .625rem;border-radius:999px;font-size:.6875rem;font-weight:600;color:var(--store-muted);background:rgba(28,25,23,.03);border:1px solid rgba(28,25,23,.06)}.store-qv__trust li iconify-icon{font-size:.9375rem;color:var(--store-accent)}.store-qv__actions{display:flex;flex-wrap:wrap;gap:.625rem;margin-top:.35rem}.store-qv__btn{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;min-height:44px;padding:0 1.125rem;border-radius:999px;font-family:var(--store-ui, var(--store-font));font-size:.8125rem;font-weight:700;text-decoration:none;cursor:pointer;transition:filter .2s,transform .15s}.store-qv__btn--primary{border:1px solid var(--store-accent);background:linear-gradient(135deg, var(--store-accent), var(--store-accent-hover));color:#fff}.store-qv__btn--options .store-qv__options-icon,.store-qv__btn--options .store-icon-cart-options{display:inline-flex;width:1.0625rem;height:auto}.store-qv__btn--ghost{border:1px solid var(--store-border);background:#fff;color:var(--store-text)}.store-qv__btn:hover{filter:brightness(1.04);transform:translateY(-1px)}.store-qv__stock--out{margin:0;font-size:.8125rem;font-weight:700;color:#b91c1c}.store-qv__stock--last-few{margin:0;font-size:.8125rem;font-weight:700;color:#9a3412}.store-qv__stock--low{margin:0;font-size:.8125rem;font-weight:700;color:#92400e}@keyframes store-stock-pulse{0%,100%{opacity:1}50%{opacity:.72}}body.store-qv-open{overflow:hidden}body.store-qv-open .nx-header,body.store-qv-open .store-main,body.store-qv-open .store-footer,body.store-qv-open .store-ambient,body.store-qv-open .store-tabbar{pointer-events:none}.store-body--stitch{--store-radius: 14px;--store-radius-sm: 10px;--store-container: 1440px;--store-surface: #ffffff;--store-border: rgba(17, 32, 27, 0.1);--store-header-h: 88px;--store-tabbar-h: calc(80px + env(safe-area-inset-bottom, 0px));--stitch-gutter: max(1.25rem, env(safe-area-inset-left, 0px));--stitch-gutter-md: 5rem;--stitch-space-section-y: clamp(1.625rem, 4.5vw, 2.375rem);--stitch-space-head-gap: clamp(0.875rem, 2.5vw, 1.625rem);--stitch-space-head-inner: 0.375rem;--stitch-space-grid: clamp(0.8125rem, 2vw, 1.125rem);font-family:var(--store-font, "Cairo", sans-serif);-webkit-font-smoothing:antialiased}@media(max-width: 767.98px){.store-body--stitch{--stitch-gutter: max(1.125rem, env(safe-area-inset-left, 0px));--stitch-space-section-y: 1.375rem;--stitch-space-head-gap: 0.8125rem;--stitch-space-head-inner: 0.3125rem;--stitch-space-grid: 0.8125rem}}@media(min-width: 768px)and (max-width: 991.98px){.store-body--stitch{--stitch-gutter-md: 2.5rem;--stitch-space-section-y: 1.75rem;--stitch-space-head-gap: 1rem;--stitch-space-grid: 0.875rem}}.store-body--stitch .store-main{padding-top:0;min-height:auto}.store-body--stitch .store-ambient{display:none !important}@media(max-width: 991.98px){.store-body--stitch{--store-header-h: 52px;padding-bottom:var(--store-tabbar-h);-webkit-tap-highlight-color:rgba(0,0,0,0)}.store-body--stitch .stitch-footer{display:none !important}}@media(max-width: 991.98px){.store-body--stitch.store-body--no-tabbar{padding-bottom:env(safe-area-inset-bottom, 0px)}.store-body--stitch.store-body--no-tabbar .stitch-tabbar{display:none !important}}.store-body--stitch.store-body--amouage{background:#fbf9f4;color:#1b1c19}.store-body--stitch.store-body--amouage::before{display:none}.store-body--stitch.store-body--messages{overflow:hidden;height:100dvh;max-height:100dvh;display:flex;flex-direction:column;--store-messages-offset: calc(var(--store-header-h, 88px) + var(--store-tabbar-h, 80px) + 8rem)}.store-body--stitch.store-body--messages .stitch-header,.store-body--stitch.store-body--messages .stitch-header__nav{flex-shrink:0}.store-body--stitch.store-body--messages .stitch-footer{display:none !important}.store-body--stitch.store-body--messages .store-main{flex:1;min-height:0 !important;overflow:hidden;display:flex;flex-direction:column}@media(max-width: 991.98px){.store-body--stitch.store-body--messages{--store-messages-offset: calc(var(--store-header-h, 52px) + var(--store-tabbar-h, 76px) + 6.75rem)}.store-body--stitch.store-body--messages:not(.store-body--no-tabbar){height:100dvh;max-height:100dvh;padding-bottom:var(--store-tabbar-h)}.store-body--stitch.store-body--messages .store-account--messages .store-account__sidebar{height:auto;max-height:none}.store-body--stitch.store-body--messages .store-account--messages .store-account__main{flex:1;min-height:0;display:flex;flex-direction:column}}.stitch-container{width:100%;max-width:min(var(--store-container, 1440px),100%);margin-inline:auto;padding-inline:var(--stitch-gutter)}@media(min-width: 768px){.stitch-container{padding-inline:var(--stitch-gutter-md)}}.stitch-btn{--stitch-btn-ease: cubic-bezier(0.22, 1, 0.36, 1);position:relative;isolation:isolate;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;min-height:2.375rem;padding:.5625rem 1.375rem;font-family:var(--store-font, "Cairo", sans-serif);font-size:.6875rem;font-weight:600;letter-spacing:.07em;line-height:1.25;text-decoration:none;text-align:center;white-space:nowrap;border-radius:2px;border:1px solid rgba(0,0,0,0);cursor:pointer;transition:background .38s var(--stitch-btn-ease),border-color .38s var(--stitch-btn-ease),color .38s var(--stitch-btn-ease),box-shadow .38s var(--stitch-btn-ease),transform .28s var(--stitch-btn-ease),gap .28s var(--stitch-btn-ease)}.stitch-btn::before{content:"";position:absolute;inset:3px;border-radius:1px;border:1px solid rgba(0,0,0,0);pointer-events:none;transition:border-color .38s var(--stitch-btn-ease),opacity .38s var(--stitch-btn-ease)}@media(min-width: 768px){.stitch-btn{min-height:2.5rem;padding:.625rem 1.5rem;font-size:.75rem}}.stitch-btn:focus-visible{outline:2px solid rgba(197,160,89,.65);outline-offset:2px}.stitch-btn__arrow{font-size:.8125rem;line-height:1;opacity:.9;transition:transform .28s var(--stitch-btn-ease)}.stitch-btn:hover .stitch-btn__arrow{transform:translateX(-3px)}@media(hover: none){.stitch-btn--primary:active,.stitch-btn--ghost:active,.stitch-btn--light:active,.stitch-btn--emerald:active,.stitch-btn--emerald-outline:active{transform:scale(0.98);transition-duration:.12s}.stitch-btn--link:active,.stitch-btn--link-gold:active,.stitch-btn--link-light:active{opacity:.72}}@media(max-width: 767.98px){.stitch-btn{min-height:2.75rem;padding:.625rem 1.125rem;font-size:.6875rem;-webkit-tap-highlight-color:rgba(0,0,0,0)}.stitch-btn--link,.stitch-btn--link-gold,.stitch-btn--link-light{min-height:2.375rem;padding-block:.375rem}}.stitch-btn--primary{color:#1a2e28;background:linear-gradient(165deg, #dcc07a 0%, #c5a059 52%, #a8844a 100%);border-color:rgba(255,255,255,.42);box-shadow:0 0 0 1px rgba(197,160,89,.55),0 6px 18px rgba(17,32,27,.14),inset 0 1px 0 rgba(255,255,255,.35)}.stitch-btn--primary::before{border-color:rgba(26,46,40,.12)}.stitch-btn--primary:hover{color:#883f1e;background:linear-gradient(165deg, #fff 0%, #f3e8cc 100%);border-color:rgba(255,255,255,.85);transform:translateY(-1px);box-shadow:0 0 0 1px rgba(197,160,89,.75),0 10px 26px rgba(17,32,27,.16),inset 0 1px 0 rgba(255,255,255,.92)}.stitch-btn--primary:hover::before{border-color:rgba(197,160,89,.35)}.stitch-btn--ghost{color:#fff;background:rgba(13,26,22,.34);border-color:rgba(255,255,255,.42);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);box-shadow:0 0 0 1px rgba(197,160,89,.22),inset 0 1px 0 rgba(255,255,255,.12)}.stitch-btn--ghost::before{border-color:rgba(197,160,89,.28)}.stitch-btn--ghost:hover{color:#1a2e28;background:rgba(255,255,255,.94);border-color:rgba(197,160,89,.5);transform:translateY(-1px);box-shadow:0 0 0 1px rgba(197,160,89,.45),0 8px 22px rgba(17,32,27,.14)}.stitch-btn--ghost:hover::before{border-color:rgba(197,160,89,.4)}.stitch-btn--light{color:#1a2e28;background:#fff;border-color:rgba(255,255,255,.55);box-shadow:0 0 0 1px rgba(197,160,89,.2),0 4px 14px rgba(17,32,27,.1)}.stitch-btn--light::before{border-color:rgba(197,160,89,.26)}.stitch-btn--light:hover{color:#fff;background:linear-gradient(165deg, #2f423c 0%, #1a2e28 100%);border-color:rgba(197,160,89,.45);transform:translateY(-1px);box-shadow:0 0 0 1px rgba(197,160,89,.4),0 8px 22px rgba(17,32,27,.18)}.stitch-btn--light:hover::before{border-color:rgba(197,160,89,.35)}.stitch-btn--link{min-height:auto;padding:0 0 .125rem;background:rgba(0,0,0,0);border:0;border-radius:0;border-bottom:1px solid currentColor;letter-spacing:.03em;color:#1a2e28;box-shadow:none}.stitch-btn--link::before{display:none}.stitch-btn--link:hover{color:#c5a059;transform:none;gap:.5rem;box-shadow:none}.stitch-btn--link-gold{color:#c5a059;border-bottom-color:rgba(197,160,89,.55)}.stitch-btn--link-gold:hover{color:#1a2e28;border-bottom-color:#1a2e28}.stitch-btn--link-light{color:rgba(255,255,255,.92);border-bottom-color:rgba(255,255,255,.45)}.stitch-btn--link-light:hover{color:#c5a059;border-bottom-color:#c5a059}.stitch-btn--emerald{color:#c5a059;background:linear-gradient(165deg, #2f423c 0%, #1a2e28 100%);border-color:rgba(197,160,89,.32);border-radius:999px;box-shadow:0 0 0 1px rgba(197,160,89,.15)}.stitch-btn--emerald::before{border-color:rgba(197,160,89,.2);border-radius:999px}.stitch-btn--emerald:hover{color:#1a2e28;background:linear-gradient(165deg, #fff 0%, #f3e8cc 100%);border-color:rgba(197,160,89,.55);transform:translateY(-1px)}.stitch-btn--emerald-outline{color:#1a2e28;background:rgba(0,0,0,0);border-color:rgba(26,46,40,.16);border-radius:999px}.stitch-btn--emerald-outline::before{display:none}.stitch-btn--emerald-outline:hover{color:#fff;background:#1a2e28;border-color:#1a2e28;transform:translateY(-1px)}@media(max-width: 767.98px){.stitch-announcement{padding-block:.375rem}.stitch-announcement .announcement-slider{font-size:.625rem;letter-spacing:.08em}}.stitch-header{overflow:visible}.stitch-header__bar{padding-block:.5rem;overflow:visible}@media(min-width: 768px){.stitch-header__bar{padding-block:.625rem}}.stitch-header__bar--mobile{display:none;grid-template-columns:2.5rem minmax(0, 1fr) auto;align-items:center;gap:.375rem;padding-inline:max(12px,env(safe-area-inset-left)) max(12px,env(safe-area-inset-right))}.stitch-header__bar--mobile .stitch-header__logo{justify-self:center;text-align:center}.stitch-header__bar--desktop{display:none}.stitch-header__nav{display:none;padding-block:.625rem;position:relative}@media(max-width: 991.98px){.stitch-header__bar--mobile{display:grid}.stitch-header__bar--desktop,.stitch-header__nav{display:none !important}}@media(min-width: 992px){.stitch-header__bar--desktop{display:flex}.stitch-header__nav{display:flex}}.stitch-header__menu-btn{cursor:pointer}.stitch-header__tools{display:flex;align-items:center;justify-content:flex-end;gap:.0625rem;min-width:0}.stitch-header__icon-btn--wishlist:hover,.stitch-header__icon-btn--wishlist:focus-visible{color:#c5a059}.stitch-header__icon-btn--notif:hover,.stitch-header__icon-btn--notif:focus-visible{color:#c5a059}@media(max-width: 991.98px){.stitch-header__tools .stitch-header__icon-btn{width:2.125rem;height:2.125rem}.stitch-header__tools .stitch-header__icon-btn iconify-icon{font-size:1.1875rem}.stitch-header__tools .stitch-drop--notif{display:flex}}.stitch-header__logo-img{display:block;height:2rem;width:auto;object-fit:contain}@media(min-width: 768px){.stitch-header__logo-img{height:2.375rem}}.stitch-header__icon-btn{display:inline-flex;align-items:center;justify-content:center;gap:.25rem;width:2.25rem;height:2.25rem;padding:0;border:0;border-radius:50%;background:rgba(0,0,0,0);color:#1a2e28;text-decoration:none;cursor:pointer;transition:color .25s ease,background .25s ease}.stitch-header__icon-btn iconify-icon{font-size:1.25rem}.stitch-header__icon-btn:hover,.stitch-header__icon-btn:focus-visible{color:#c5a059;background:rgba(197,160,89,.08)}.stitch-header__locale-code{font-family:var(--store-font, "Cairo", sans-serif);font-size:.625rem;font-weight:600;letter-spacing:.06em}.stitch-header__locale{width:auto;padding-inline:.5rem;border-radius:999px}.stitch-header__badge{position:absolute;top:-2px;inset-inline-end:-2px;min-width:1rem;height:1rem;padding-inline:.125rem;border-radius:999px;background:#c5a059;color:#fff;font-size:.5625rem;font-weight:700;line-height:1rem;text-align:center;box-shadow:0 0 0 1.5px #fff}.stitch-header__badge--notif{background:#1a2e28;color:#fbf9f4;box-shadow:0 0 0 1.5px #fff,0 2px 8px rgba(26,46,40,.22)}.stitch-header__nav-list{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:2.25rem 3rem;margin:0;padding:0;list-style:none}.stitch-header__nav-link{display:inline-flex;align-items:center;font-family:var(--store-font, "Cairo", sans-serif);font-size:.875rem;font-weight:600;letter-spacing:.05em;text-decoration:none;color:#1a2e28;padding-bottom:.25rem;border-bottom:1px solid rgba(0,0,0,0);transition:color .25s ease,border-color .25s ease}.stitch-header__nav-link:hover{color:#c5a059}.stitch-header__nav-link--active{color:#c5a059;border-bottom-color:#c5a059}.stitch-mega{position:static}.stitch-mega__trigger{display:inline-flex;align-items:center;gap:.25rem;padding:0 0 .25rem;border:0;border-bottom:1px solid rgba(0,0,0,0);background:rgba(0,0,0,0);font-family:var(--store-font, "Cairo", sans-serif);font-size:.875rem;font-weight:600;letter-spacing:.05em;color:#1a2e28;cursor:pointer;transition:color .25s ease,border-color .25s ease}.stitch-mega__trigger:hover,.stitch-mega.is-open .stitch-mega__trigger{color:#c5a059}.stitch-mega.is-open .stitch-mega__trigger{border-bottom-color:#c5a059}.stitch-mega__trigger-icon{font-size:1rem;transition:transform .25s ease}.stitch-mega.is-open .stitch-mega__trigger-icon{transform:rotate(180deg)}.stitch-mega__panel{position:absolute;inset-inline:0;top:100%;z-index:60;display:flex;justify-content:center;padding:.5rem max(1.25rem,env(safe-area-inset-left)) 0;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(0.5rem);transition:opacity .28s ease,transform .28s ease,visibility .28s ease}.stitch-mega.is-open .stitch-mega__panel,.stitch-mega:hover .stitch-mega__panel,.stitch-mega:focus-within .stitch-mega__panel{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}.stitch-mega__layout{display:flex;width:min(960px,100vw - 2.5rem);height:min(480px,100vh - 9rem);overflow:hidden;border:1px solid rgba(197,160,89,.14);border-radius:.625rem;background:rgba(17,32,27,.97);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 16px 40px -18px rgba(17,32,27,.4)}.stitch-mega__cats{display:flex;flex-direction:column;width:33.333%;flex-shrink:0;min-height:0;height:100%;padding:0;border-inline-start:1px solid rgba(197,160,89,.1);background:#11201b}.stitch-mega__cats-scroll-wrap{position:relative;flex:1;min-height:0;isolation:isolate}.stitch-mega__cats-scroll-wrap::before,.stitch-mega__cats-scroll-wrap::after{content:"";position:absolute;inset-inline:0;height:2rem;z-index:2;pointer-events:none;opacity:0;transition:opacity .25s ease}.stitch-mega__cats-scroll-wrap::before{top:0;background:linear-gradient(to bottom, #11201b 0%, rgba(17, 32, 27, 0.85) 45%, transparent 100%)}.stitch-mega__cats-scroll-wrap::after{bottom:0;background:linear-gradient(to top, #11201b 0%, rgba(17, 32, 27, 0.85) 45%, transparent 100%)}.stitch-mega__cats-scroll-wrap.can-scroll-up::before{opacity:1}.stitch-mega__cats-scroll-wrap.can-scroll-down::after{opacity:1}.stitch-mega__cats-scroll{height:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding:.75rem 0 .5rem;scrollbar-width:thin;scrollbar-color:rgba(197,160,89,.35) rgba(0,0,0,0)}.stitch-mega__cats-scroll::-webkit-scrollbar{width:5px}.stitch-mega__cats-scroll::-webkit-scrollbar-track{margin-block:.5rem;background:rgba(0,0,0,0)}.stitch-mega__cats-scroll::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(197,160,89,.28);border:1px solid rgba(0,0,0,0);background-clip:padding-box;transition:background .2s ease}.stitch-mega__cats-scroll:hover::-webkit-scrollbar-thumb{background:rgba(197,160,89,.52)}.stitch-mega__cats-scroll:focus-within::-webkit-scrollbar-thumb{background:rgba(197,160,89,.52)}.stitch-mega__cat{position:relative;display:flex;align-items:center;justify-content:space-between;gap:.5rem;width:100%;padding:.625rem 1.5rem .625rem 1.75rem;border:0;background:rgba(0,0,0,0);text-align:start;font-family:var(--store-font, "Cairo", sans-serif);font-size:.8125rem;font-weight:500;letter-spacing:.01em;color:rgba(251,249,244,.92);cursor:pointer;transition:color .2s ease,background .2s ease}.stitch-mega__cat iconify-icon{font-size:.75rem;opacity:.45}.stitch-mega__cat:hover,.stitch-mega__cat.is-active{color:#c5a059;background:rgba(197,160,89,.04)}.stitch-mega__cat:hover .stitch-mega__thumb,.stitch-mega__cat.is-active .stitch-mega__thumb{border-color:rgba(197,160,89,.38)}.stitch-mega__cat.is-active::before{content:"";position:absolute;inset-inline-start:0;top:20%;height:60%;width:2px;background:#c5a059;border-radius:0 1px 1px 0}.stitch-mega__cat-main{display:flex;align-items:center;gap:.625rem;min-width:0;flex:1}.stitch-mega__cat-label{min-width:0;line-height:1.4}.stitch-mega__thumb{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;overflow:hidden;border-radius:.375rem;border:1px solid rgba(197,160,89,.16);background:rgba(251,249,244,.03);box-shadow:none}.stitch-mega__thumb img{width:100%;height:100%;object-fit:cover;display:block}.stitch-mega__thumb--cat{width:2.25rem;height:2.25rem;border-radius:.4375rem}.stitch-mega__thumb--sm{width:1.875rem;height:1.875rem}.stitch-mega__thumb--drawer-cat{width:2rem;height:2rem;border-radius:.375rem;border-color:rgba(197,160,89,.2);box-shadow:none}.stitch-mega__thumb--drawer-sm{width:1.625rem;height:1.625rem;border-radius:.3125rem;border-color:rgba(197,160,89,.16)}.stitch-mega__thumb-letter{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:var(--store-font, "Cairo", sans-serif);font-size:.6875rem;font-weight:600;color:#c5a059;background:rgba(197,160,89,.1)}.stitch-mega__cats-all{display:inline-flex;align-items:center;gap:.375rem;flex-shrink:0;margin-top:0;padding:.875rem 1.75rem;border-top:1px solid rgba(197,160,89,.08);background:#11201b;font-family:var(--store-font, "Cairo", sans-serif);font-size:.75rem;font-weight:500;letter-spacing:.04em;color:rgba(197,160,89,.92);text-decoration:none}.stitch-mega__cats-all iconify-icon{font-size:.875rem}.stitch-mega__cats-all:hover{color:#c5a059;text-decoration:none}.stitch-mega__panels{flex:1;min-width:0;background:rgba(17,32,27,.4);overflow:hidden}.stitch-mega__content{height:100%;padding:1.75rem 2rem;animation:stitch-mega-fade .3s ease}.stitch-mega__content[hidden]{display:none !important}.stitch-mega__content-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;height:100%}.stitch-mega__links{display:flex;flex-direction:column;min-height:0;height:100%}.stitch-mega__links-title{margin:0 0 .875rem;padding-bottom:.625rem;border-bottom:1px solid rgba(197,160,89,.12);font-family:var(--store-font, "Cairo", sans-serif);font-size:.625rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:rgba(197,160,89,.82)}.stitch-mega__links-list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.125rem;flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;scrollbar-width:thin;scrollbar-color:rgba(197,160,89,.28) rgba(0,0,0,0)}.stitch-mega__links-list::-webkit-scrollbar{width:4px}.stitch-mega__links-list::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(197,160,89,.24)}.stitch-mega__link{display:flex;align-items:center;gap:.625rem;padding:.4375rem .25rem;border-radius:.375rem;text-decoration:none;font-family:var(--store-font, "Cairo", sans-serif);font-size:.8125rem;font-weight:400;color:rgba(251,249,244,.88);transition:color .18s ease,background .18s ease}.stitch-mega__link:hover{color:#c5a059;background:rgba(197,160,89,.04)}.stitch-mega__link:hover .stitch-mega__link-arrow{opacity:.6;transform:translateX(0)}.stitch-mega__link:hover .stitch-mega__thumb{border-color:rgba(197,160,89,.35)}.stitch-mega__link--featured{color:#c5a059;font-weight:500}.stitch-mega__link-text{flex:1;min-width:0;line-height:1.45}.stitch-mega__link-arrow{margin-inline-start:auto;font-size:.6875rem;opacity:0;transform:translateX(0.5rem);transition:opacity .18s ease,transform .18s ease}.stitch-mega__feature{position:relative;display:block;height:100%;min-height:12rem;border-radius:.5rem;overflow:hidden;text-decoration:none;box-shadow:none;border:1px solid rgba(197,160,89,.12)}.stitch-mega__feature-img{width:100%;height:100%;object-fit:cover;opacity:.78;transition:transform .8s ease,opacity .3s ease}.stitch-mega__feature:hover .stitch-mega__feature-img{transform:scale(1.04);opacity:.85}.stitch-mega__feature-overlay{position:absolute;inset:0;display:flex;flex-direction:column;justify-content:flex-end;padding:1.25rem;background:linear-gradient(to top, rgba(17, 32, 27, 0.88) 0%, transparent 62%)}.stitch-mega__feature-kicker{margin-bottom:.25rem;font-family:var(--store-font, "Cairo", sans-serif);font-size:.625rem;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:rgba(197,160,89,.9)}.stitch-mega__feature-title{margin:0;font-family:var(--store-font, "Cairo", sans-serif);font-size:1rem;font-weight:500;color:#fff;line-height:1.35}@keyframes stitch-mega-fade{from{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}.stitch-drop{position:relative}.stitch-drop:hover,.stitch-drop:focus-within{z-index:20}.stitch-drop__menu{position:absolute;top:calc(100% + 6px);min-width:168px;max-width:min(220px,100vw - 2.5rem);background:#fff;border:1px solid rgba(17,32,27,.1);border-radius:12px;box-shadow:0 12px 32px rgba(17,32,27,.12);padding:.375rem;opacity:0;visibility:hidden;transform:translateY(6px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;z-index:100;white-space:nowrap}.stitch-drop__menu a,.stitch-drop__menu button{display:block;width:100%;padding:.5rem .75rem;border:0;background:rgba(0,0,0,0);text-align:start;text-decoration:none;color:#1a2e28;font-size:.8125rem;font-family:inherit;border-radius:8px;cursor:pointer;transition:background .2s ease,color .2s ease}.stitch-drop__menu a:hover,.stitch-drop__menu button:hover{background:rgba(197,160,89,.1);color:#c5a059}.stitch-drop__menu a.is-active,.stitch-drop__menu button.is-active{font-weight:600;color:#c5a059}.stitch-drop__menu form button{color:#991b1b}.stitch-drop__menu form button:hover{background:rgba(153,27,27,.08);color:#991b1b}.stitch-drop--align-start .stitch-drop__menu{inset-inline-start:0;inset-inline-end:auto}.stitch-drop--align-end .stitch-drop__menu{inset-inline-end:0;inset-inline-start:auto}.stitch-drop:hover .stitch-drop__menu,.stitch-drop:focus-within .stitch-drop__menu{opacity:1;visibility:visible;transform:translateY(0)}.stitch-drop--notif .stitch-notif-menu{min-width:15.75rem;max-width:min(19rem,100vw - 1.5rem);max-height:15rem;overflow-y:auto;padding:0;white-space:normal;border-color:rgba(197,160,89,.16);box-shadow:0 16px 40px rgba(17,32,27,.14),0 0 0 1px rgba(197,160,89,.08)}.stitch-notif-menu .nx-notif-item{display:flex;align-items:flex-start;gap:.625rem;padding:.75rem .875rem;text-decoration:none;color:#1a2e28;border-bottom:1px solid rgba(197,160,89,.1);transition:background .2s ease}.stitch-notif-menu .nx-notif-item:last-child{border-bottom:0}.stitch-notif-menu .nx-notif-item:hover{background:rgba(197,160,89,.08)}.stitch-notif-menu .nx-notif-item iconify-icon{flex-shrink:0;font-size:1.2rem;color:#c5a059}.stitch-notif-menu .nx-notif-item strong{display:block;font-size:.8125rem;font-weight:600;line-height:1.35}.stitch-notif-menu .nx-notif-item small{display:block;margin-top:.125rem;font-size:.6875rem;color:rgba(26,46,40,.55)}.stitch-notif-menu .nx-notif-empty{margin:0;padding:1.125rem .875rem;text-align:center;font-size:.8125rem;color:rgba(26,46,40,.55)}.stitch-hero{position:relative;isolation:isolate;width:100%;min-height:clamp(520px,82vh,920px);height:clamp(520px,82vh,920px);background:#0d1a16;overflow:hidden;transition:min-height .65s cubic-bezier(0.22, 1, 0.36, 1),height .65s cubic-bezier(0.22, 1, 0.36, 1)}.stitch-hero.is-collapsed{min-height:clamp(280px,42vh,420px);height:clamp(280px,42vh,420px)}.stitch-hero__stage{position:relative;width:100%;height:100%}@media(min-width: 768px){.stitch-hero{min-height:clamp(560px,88vh,960px);height:clamp(560px,88vh,960px)}}.stitch-hero__shader-bg{position:absolute;inset:0;z-index:0;pointer-events:none;overflow:hidden;background:radial-gradient(ellipse 80% 60% at 50% 40%, rgba(197, 160, 89, 0.16) 0%, transparent 65%),linear-gradient(165deg, #0d1a16 0%, #11201b 45%, #1a2e28 100%)}.stitch-hero__shader-bg canvas{display:block;width:100%;height:100%;opacity:.88}.stitch-hero__shader-bg.is-fallback canvas{display:none}.stitch-hero__swiper{position:absolute;inset:0;z-index:1;width:100%;height:100%}.stitch-hero__swiper .swiper-wrapper,.stitch-hero__swiper .swiper-slide{width:100%;height:100%;min-height:100%}.stitch-hero__swiper .swiper-slide{overflow:hidden}.stitch-hero__swiper.swiper-fade .swiper-slide{pointer-events:none}.stitch-hero__swiper.swiper-fade .swiper-slide-active{pointer-events:auto}.stitch-hero__slide{position:relative;height:100%;width:100%;min-height:inherit}.stitch-hero__media{position:absolute;inset:0;width:100%;height:100%;overflow:hidden;isolation:isolate}.stitch-hero__media .stitch-hero-image{display:block;width:100%;height:100%;min-width:100%;min-height:100%;object-fit:cover;object-position:center 40%;transform:scale(1.14);transform-origin:center center;opacity:.68;mix-blend-mode:soft-light;filter:saturate(1.08) contrast(1.05) brightness(1.04);will-change:transform}.stitch-hero__media::before{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:linear-gradient(to inline-start, rgba(13, 26, 22, 0.78) 0%, rgba(13, 26, 22, 0.34) 26%, rgba(13, 26, 22, 0.08) 48%, transparent 62%)}.stitch-hero__media::after{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to top, rgba(13, 26, 22, 0.58) 0%, rgba(13, 26, 22, 0.16) 24%, transparent 46%)}.stitch-hero__media::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:var(--stitch-gold-veil) center/cover no-repeat;opacity:.16;mix-blend-mode:soft-light;transition:opacity .45s cubic-bezier(0.4, 0, 0.2, 1)}.stitch-hero__media--video .stitch-hero__video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;z-index:0}.stitch-hero__media--video .stitch-hero-image--poster{z-index:1;opacity:0;pointer-events:none}.stitch-hero__copy{position:absolute;inset-inline:0;bottom:0;z-index:5;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start;text-align:start;text-shadow:0 2px 28px rgba(0,0,0,.38);padding-bottom:7.25rem;opacity:0;transform:translateY(18px);transition:opacity .65s ease .12s,transform .65s cubic-bezier(0.2, 1, 0.3, 1) .12s}@media(min-width: 768px){.stitch-hero__copy{padding-bottom:7.75rem}}.stitch-hero__kicker{margin-bottom:.375rem;font-family:var(--store-font, "Cairo", sans-serif);font-size:.5625rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.stitch-hero__title{margin:0 0 .625rem;font-family:var(--store-display, var(--store-font, "Cairo", sans-serif));font-size:clamp(1.125rem,2.6vw,1.625rem);font-weight:600;line-height:1.22;color:#fff}.stitch-hero .swiper-slide-active .stitch-hero__copy{opacity:1;transform:translateY(0)}.stitch-hero__actions{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;width:100%;margin-top:0;margin-bottom:.75rem;position:relative;z-index:2}@media(min-width: 768px){.stitch-hero__actions{gap:.625rem;width:auto;margin-bottom:1rem}}.stitch-hero__actions .stitch-btn{flex:1;min-width:0}@media(min-width: 768px){.stitch-hero__actions .stitch-btn{flex:none;min-width:8.75rem}}.stitch-hero__chrome{position:absolute;inset-inline:0;bottom:1rem;z-index:12;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-inline:max(20px,env(safe-area-inset-left)) max(20px,env(safe-area-inset-right));pointer-events:none}@media(min-width: 768px){.stitch-hero__chrome{padding-inline:max(80px,env(safe-area-inset-left)) max(80px,env(safe-area-inset-right));bottom:2rem}}.stitch-hero__fraction{display:inline-flex;align-items:baseline;gap:.25rem;font-family:var(--store-font, "Cairo", sans-serif);font-size:.75rem;font-weight:600;letter-spacing:.12em;color:rgba(255,255,255,.85);pointer-events:none}.stitch-hero__fraction-sep{opacity:.45}.stitch-hero__nav-group{display:inline-flex;align-items:center;gap:.5rem;pointer-events:auto}.stitch-hero__nav{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border:1px solid rgba(255,255,255,.35);border-radius:50%;background:rgba(26,46,40,.35);backdrop-filter:blur(8px);color:#fff;cursor:pointer;transition:background .25s ease,border-color .25s ease,color .25s ease,transform .2s ease}.stitch-hero__nav .material-symbols-outlined{font-size:22px}.stitch-hero__nav:hover:not(.swiper-button-disabled){background:#c5a059;border-color:#c5a059;color:#1a2e28}.stitch-hero__nav.swiper-button-disabled{opacity:.35;cursor:default}.stitch-hero__pagination{position:absolute !important;inset-inline:0 !important;bottom:3.75rem !important;z-index:3;display:flex;justify-content:center;gap:.35rem;pointer-events:none}.stitch-hero__pagination .swiper-pagination-bullet{pointer-events:auto}@media(min-width: 768px){.stitch-hero__pagination{bottom:4rem !important}}.stitch-hero__pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0 !important;border-radius:999px;background:rgba(255,255,255,.35);opacity:1;transition:width .3s ease,background .3s ease}.stitch-hero__pagination .swiper-pagination-bullet-active{width:28px;background:#c5a059}@media(max-width: 767.98px){.stitch-hero{min-height:clamp(420px,68vh,580px);height:clamp(420px,68vh,580px)}.stitch-hero__media .stitch-hero-image{object-position:center 36%;transform:scale(1.18)}.stitch-hero__copy{align-items:center;text-align:center;padding-inline:1rem;padding-bottom:6.5rem}.stitch-hero__title{font-size:clamp(1.0625rem,4.8vw,1.375rem);margin-bottom:.5rem}.stitch-hero__kicker{font-size:.5rem;margin-bottom:.3rem}.stitch-hero__actions{flex-direction:row;align-items:stretch;width:100%;max-width:100%;gap:.5rem;margin-bottom:.625rem}.stitch-hero__actions .stitch-btn{flex:1;min-width:0;min-height:2.625rem;padding:.5rem .625rem;font-size:.625rem;letter-spacing:.06em}.stitch-hero__actions .stitch-btn::before{inset:3px}.stitch-hero__chrome{bottom:.625rem;padding-inline:max(12px,env(safe-area-inset-left)) max(12px,env(safe-area-inset-right));justify-content:flex-end}.stitch-hero__fraction{display:none}.stitch-hero__nav-group{gap:.375rem}.stitch-hero__nav{width:30px;height:30px;border-width:1px;background:rgba(13,26,22,.5);backdrop-filter:blur(6px)}.stitch-hero__nav .material-symbols-outlined{font-size:17px}.stitch-hero__pagination{bottom:2.75rem !important;gap:.25rem}.stitch-hero__pagination .swiper-pagination-bullet{width:5px;height:5px}.stitch-hero__pagination .swiper-pagination-bullet-active{width:18px}}.stitch-hero-mini{position:fixed;inset-inline-end:1.25rem;bottom:calc(1.25rem + env(safe-area-inset-bottom, 0px));z-index:120;display:flex;align-items:center;gap:.75rem;padding:.6rem;padding-inline-end:.9rem;background:rgba(13,26,22,.94);backdrop-filter:blur(16px);border:1px solid rgba(197,160,89,.22);border-radius:999px;box-shadow:0 18px 44px rgba(0,0,0,.32);color:#fff;max-width:min(400px,100vw - 2rem);transform:translateY(120%);opacity:0;transition:transform .55s cubic-bezier(0.22, 1, 0.36, 1),opacity .45s ease}.stitch-hero-mini.is-visible{transform:translateY(0);opacity:1}.stitch-hero-mini__thumb{position:relative;flex-shrink:0;width:52px;height:52px;padding:0;border:2px solid rgba(197,160,89,.35);border-radius:50%;overflow:hidden;background:#1a2e28;cursor:pointer}.stitch-hero-mini__thumb img{display:block;width:100%;height:100%;object-fit:cover}.stitch-hero-mini__play{position:absolute;inset:0;display:grid;place-items:center;background:rgba(0,0,0,.35)}.stitch-hero-mini__play svg{width:16px;height:16px}.stitch-hero-mini__info{flex:1;min-width:0}.stitch-hero-mini__info strong{display:block;font-size:.8125rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.stitch-hero-mini__info span{display:block;font-size:.6875rem;color:rgba(255,255,255,.62)}.stitch-hero-mini__cta{display:inline-block;margin-top:.15rem;font-size:.6875rem;font-weight:600;color:#c5a059;text-decoration:none}.stitch-hero-mini__mute{flex-shrink:0;display:grid;place-items:center;width:34px;height:34px;padding:0;border:1px solid rgba(255,255,255,.12);border-radius:50%;background:rgba(255,255,255,.06);color:#fff;cursor:pointer}.stitch-hero-mini__mute .material-symbols-outlined{font-size:18px}.stitch-image-wrap{position:absolute;inset:0;overflow:hidden;isolation:isolate;opacity:.52}.stitch-image-wrap img{filter:saturate(1.06) contrast(1.04)}.stitch-image-wrap::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;background:var(--stitch-gold-veil) center/cover no-repeat;opacity:.22;mix-blend-mode:soft-light;transition:opacity .45s cubic-bezier(0.4, 0, 0.2, 1)}.stitch-section--emphasis::before{content:"";position:absolute;inset:0;z-index:1;pointer-events:none;background:linear-gradient(to inline-start, rgba(13, 26, 22, 0.72) 0%, rgba(13, 26, 22, 0.2) 40%, transparent 68%)}.stitch-editorial{min-height:clamp(320px,52vh,480px);display:flex;align-items:center;justify-content:center}.stitch-editorial__inner{width:100%;padding-block:.5rem;display:flex;justify-content:center}.stitch-editorial__copy{max-width:36rem;margin-inline:auto;text-align:center}.stitch-editorial__title{font-family:var(--store-display, var(--store-font, "Cairo", sans-serif));font-size:clamp(1.375rem,5.5vw,1.875rem);font-weight:600;line-height:1.25;color:#fff;margin-bottom:.875rem}.stitch-editorial__lead{font-size:clamp(.8125rem,3.2vw,.9375rem);line-height:1.65;color:rgba(255,255,255,.78);margin:0 auto 1.25rem;max-width:32rem}@media(min-width: 768px){.stitch-editorial{min-height:clamp(380px,45vh,520px)}.stitch-editorial__copy{max-width:40rem}.stitch-editorial__title{font-size:clamp(1.75rem,3vw,2.5rem);margin-bottom:1.25rem}.stitch-editorial__lead{font-size:1.0625rem;margin-bottom:2rem}}.stitch-notes__head{margin-bottom:var(--stitch-space-head-gap)}@media(min-width: 768px){.stitch-notes__head{margin-bottom:clamp(1.375rem,3vw,2rem)}}.stitch-notes__grid{gap:var(--stitch-space-grid)}.stitch-notes__card{padding:1.25rem 1rem}@media(min-width: 768px){.stitch-notes__card{padding:2rem 1.75rem}}.stitch-notes__icon-wrap{width:3.5rem;height:3.5rem;margin-bottom:1rem}@media(min-width: 768px){.stitch-notes__icon-wrap{width:5rem;height:5rem;margin-bottom:1.5rem}}.stitch-notes__icon-wrap .material-symbols-outlined{font-size:1.75rem}@media(min-width: 768px){.stitch-notes__icon-wrap .material-symbols-outlined{font-size:2.25rem}}.stitch-notes__card-title{font-family:var(--store-display, var(--store-font, "Cairo", sans-serif));font-size:.9375rem;margin-bottom:.5rem}@media(min-width: 768px){.stitch-notes__card-title{font-size:1.125rem;margin-bottom:.75rem}}.stitch-notes__card-text{font-size:.75rem;line-height:1.55}@media(min-width: 768px){.stitch-notes__card-text{font-size:.875rem}}.stitch-section-head{text-align:start}.stitch-section-head--center{text-align:center}.stitch-section-head--center .stitch-section-head__lead{margin-inline:auto}.stitch-section-head--center .stitch-section-head__rule{margin-inline:auto}.stitch-section-head:not(.stitch-section-head--center) .stitch-section-head__rule{margin-inline-end:auto}.stitch-section-head__kicker{display:block;font-size:.75rem;font-weight:400;letter-spacing:.15em;color:#c5a059;margin-bottom:.5rem}.stitch-section-head__title{font-family:var(--store-display, var(--store-font, "Cairo", sans-serif));font-size:clamp(1.375rem,4.5vw,1.875rem);font-weight:700;line-height:1.25;color:#1a2421;background:rgba(0,0,0,0);margin:0}.stitch-section-head__lead{font-size:.875rem;line-height:1.65;color:rgba(26,36,33,.72);margin:.5rem 0 0;max-width:36rem}.stitch-section-head__rule{width:3rem;height:1px;background:rgba(197,160,89,.75);margin-top:.625rem}@media(min-width: 768px){.stitch-section-head__kicker{font-size:.8125rem;margin-bottom:.625rem}.stitch-section-head__title{font-size:clamp(1.625rem,3vw,2.125rem)}.stitch-section-head__lead{font-size:.9375rem;margin-top:.625rem}.stitch-section-head__rule{margin-top:.875rem}}.stitch-section-head-bar{display:flex;flex-direction:column;gap:var(--stitch-space-head-inner);margin-bottom:var(--stitch-space-head-gap)}.stitch-section-head-bar__title-row{display:flex;align-items:flex-end;justify-content:space-between;gap:.625rem 1rem;min-width:0}.stitch-section-head-bar__cta{flex-shrink:0;align-self:flex-end;margin-bottom:.0625rem;white-space:nowrap}.stitch-section-head-bar--center{text-align:center;align-items:center}.stitch-section-head-bar--center .stitch-section-head-bar__title-row{flex-direction:column;align-items:center;gap:.5rem}.stitch-section-head-bar--center .stitch-section-head__lead{margin-inline:auto}.stitch-section-head-bar--center .stitch-section-head__rule{margin-inline:auto}@media(max-width: 767.98px){.stitch-section-head__kicker{font-size:.6875rem;margin-bottom:.375rem;letter-spacing:.14em}.stitch-section-head__title{font-size:clamp(1.125rem,4.5vw,1.375rem);line-height:1.28}.stitch-section-head__lead{font-size:.8125rem;line-height:1.6;margin-top:.4375rem}.stitch-section-head__rule{margin-top:.5rem}.stitch-section-head-bar__title-row{align-items:flex-start;gap:.375rem .625rem}.stitch-section-head-bar__cta{margin-top:.125rem;margin-bottom:0;font-size:.6875rem}}@media(max-width: 767.98px){.stitch-products-carousel{padding-bottom:2rem}.store-body--stitch .store-product-card--editorial .store-product-card__name{font-size:.8125rem;line-height:1.35}.store-body--stitch .store-product-card--editorial .store-product-card__price,.store-body--stitch .store-product-card--editorial .store-product-card__price-current{font-size:.875rem}.store-body--stitch .store-product-card--editorial .store-product-card__brand{font-size:.625rem}.store-body--stitch .stitch-products__grid{gap:var(--stitch-space-grid)}}.store-body--stitch .store-product-card--editorial .store-product-card__media{isolation:isolate}.store-body--stitch .store-product-card--editorial .store-product-card__media::after{content:"";position:absolute;inset:0;z-index:2;pointer-events:none;border-radius:inherit;background:var(--stitch-gold-veil) center/cover no-repeat;opacity:.46;mix-blend-mode:normal;transition:opacity .45s cubic-bezier(0.4, 0, 0.2, 1)}@media(hover: hover){.store-body--stitch .store-product-card--editorial:hover .store-product-card__media::after{opacity:.68}}.store-body--stitch .stitch-products__grid{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:var(--stitch-space-grid);min-width:0}@media(min-width: 768px){.store-body--stitch .stitch-products__grid{grid-template-columns:repeat(3, minmax(0, 1fr));gap:1rem}}@media(min-width: 1200px){.store-body--stitch .stitch-products__grid{gap:1.125rem}}.store-body--stitch .stitch-products__grid>*{min-width:0}.store-body--stitch .stitch-products__grid .store-product-card{height:100%}@media(min-width: 992px){.store-body--stitch .stitch-products__grid--wide{grid-template-columns:repeat(4, minmax(0, 1fr))}}.store-body--stitch .store-product-card--editorial{--store-accent: var(--store-primary, #11201b);--store-accent-hover: var(--store-primary-hover, #1a3329);--store-accent-soft: rgba(17, 32, 27, 0.06);--store-gold: var(--store-gold, #c5a059)}.store-body--stitch .store-product-card--editorial .store-product-card__badge--featured,.store-body--stitch .store-product-card--editorial .store-product-card__badge--new{background:var(--store-gold);color:#fff}@media(hover: hover){.store-body--stitch .store-product-card--editorial:hover .store-product-card__toolbar{opacity:1;transform:translate3d(0, 0, 0)}}.store-body--stitch .store-product-card--editorial .store-product-card__toolbar{border-color:rgba(197,160,89,.15);box-shadow:0 10px 28px rgba(26,46,40,.1)}.store-body--stitch .store-product-card--editorial .store-product-card__toolbar .store-product-card__tool{color:#1a2e28}.store-body--stitch .store-product-card--editorial .store-product-card__toolbar .store-product-card__tool:hover{background:rgba(197,160,89,.12);color:#c5a059}.store-body--stitch .store-product-card--editorial .store-product-card__toolbar .store-product-card__tool--cart{background:var(--store-round-btn-bg);color:var(--store-round-btn-icon)}.store-body--stitch .store-product-card--editorial .store-product-card__details-link{background:rgba(0,0,0,0);border:1px solid rgba(197,160,89,.35);color:#1a2e28;opacity:1;padding:.35rem .75rem;font-size:.625rem;letter-spacing:.04em;transition:color .3s ease,border-color .3s ease,background .3s ease,box-shadow .3s ease}.store-body--stitch .store-product-card--editorial .store-product-card__details-link:hover{color:#c5a059;background:rgba(197,160,89,.08);border-color:rgba(197,160,89,.55);box-shadow:0 4px 14px rgba(197,160,89,.15)}.store-body--stitch .store-product-card--editorial .store-product-card__mobile-cta{background:#1a2e28;color:#fff}.store-body--stitch .store-product-card--editorial .store-product-card__mobile-cta:hover{background:#c5a059;color:#fff}.store-body--stitch .store-product-card--featured,.store-body--stitch .store-product-card--top-seller,.store-body--stitch .store-product-card--new-arrival{--store-accent: var(--store-primary, #11201b);--store-gold: var(--store-gold, #c5a059)}.store-body--stitch .store-product-card--featured{border-color:rgba(197,160,89,.22);box-shadow:0 14px 36px rgba(17,32,27,.07)}.store-body--stitch .store-product-card--featured .store-product-card__badge--featured{background:#263530;color:#c5a059}.store-body--stitch .store-product-card--top-seller{border-color:rgba(38,53,48,.12)}.store-body--stitch .store-product-card--top-seller .store-product-card__badge--top-seller{background:linear-gradient(135deg, #263530 0%, #1a2e28 100%);color:#f3e8cc}.store-body--stitch .store-product-card--new-arrival{border-color:rgba(197,160,89,.22);background:linear-gradient(180deg, #fff 0%, #fbf9f4 100%);border-radius:1rem;overflow:visible}.store-body--stitch .store-product-card--new-arrival .store-product-card__shell{overflow:hidden;border-radius:inherit;height:100%}.store-body--stitch .store-product-card--new-arrival .store-product-card__media{aspect-ratio:1/1}.store-body--stitch .store-product-card--new-arrival .store-product-card__badges{top:.65rem;inset-inline-start:.65rem;z-index:5;max-width:calc(100% - 1.3rem)}.store-body--stitch .store-product-card--new-arrival .store-product-card__badge--new,.store-body--stitch .store-product-card--new-arrival .store-product-card__badge--limited{background:linear-gradient(135deg, #c5a059 0%, #a8844a 100%);color:#fff}@media(hover: hover){.store-body--stitch .store-product-card--new-arrival:hover{transform:translateY(-4px);box-shadow:0 18px 40px rgba(17,32,27,.1)}.store-body--stitch .store-product-card--new-arrival:hover .store-product-card__toolbar{opacity:1;transform:translate3d(0, 0, 0)}}.store-body--stitch .store-product-card--new-arrival .store-product-card__toolbar{border-color:rgba(197,160,89,.15);box-shadow:0 10px 28px rgba(26,46,40,.1)}.store-body--stitch .store-product-card--new-arrival .store-product-card__toolbar .store-product-card__tool{color:#1a2e28}.store-body--stitch .store-product-card--new-arrival .store-product-card__toolbar .store-product-card__tool:hover{background:rgba(197,160,89,.12);color:#c5a059}.store-body--stitch .store-product-card--new-arrival .store-product-card__toolbar .store-product-card__tool--cart{background:var(--store-round-btn-bg);color:var(--store-round-btn-icon)}.store-body--stitch .store-product-card--spotlight{border-radius:1rem;border:1px solid rgba(197,160,89,.28);box-shadow:0 0 0 1px rgba(255,255,255,.65) inset,0 22px 48px rgba(17,32,27,.1)}.store-body--stitch .store-product-card--spotlight .store-product-card__media{aspect-ratio:4/5}@media(min-width: 992px){.store-body--stitch .store-product-card--spotlight .store-product-card__media{aspect-ratio:3/4}}.store-body--stitch .store-product-card--spotlight .store-product-card__title{font-size:clamp(.9375rem,1.6vw,1.125rem)}@media(hover: hover){.store-body--stitch .store-product-card--spotlight:hover{transform:translateY(-6px);box-shadow:0 0 0 1px rgba(255,255,255,.75) inset,0 28px 56px rgba(17,32,27,.14)}}.stitch-section{position:relative;padding-block:var(--stitch-space-section-y)}.stitch-section--emphasis{padding-block:clamp(1.625rem,5vw,2.375rem)}@media(min-width: 768px){.stitch-section--emphasis{padding-block:clamp(2.375rem,4.5vw,3.5rem)}}.stitch-new-arrivals__grid{min-width:0}.stitch-new-arrivals__grid .store-product-card{height:100%}.stitch-products-carousel{position:relative;margin-inline:-0.25rem;padding:.35rem .25rem 2.75rem;overflow:hidden}.stitch-products-carousel .swiper-wrapper{align-items:stretch}.stitch-products-carousel .swiper-slide{height:auto;padding:.35rem .25rem;box-sizing:border-box}.stitch-products-carousel .store-product-card{height:100%;border-radius:14px;border-color:rgba(17,32,27,.08);box-shadow:0 12px 32px rgba(17,32,27,.06);transition:box-shadow .35s ease,transform .35s ease}@media(hover: hover){.stitch-products-carousel .store-product-card:hover{transform:translateY(-4px);box-shadow:0 20px 44px rgba(17,32,27,.1)}}.stitch-products-carousel__fade{position:absolute;top:0;bottom:2.5rem;width:min(48px,8vw);z-index:2;pointer-events:none}@media(max-width: 767.98px){.stitch-products-carousel__fade{display:none}}.stitch-products-carousel__fade--start{inset-inline-start:0;background:linear-gradient(90deg, #fbf9f4 15%, transparent 100%)}[dir=rtl] .stitch-products-carousel__fade--start{background:linear-gradient(270deg, #fbf9f4 15%, transparent 100%)}.stitch-products-carousel__fade--end{inset-inline-end:0;background:linear-gradient(270deg, #fbf9f4 15%, transparent 100%)}[dir=rtl] .stitch-products-carousel__fade--end{background:linear-gradient(90deg, #fbf9f4 15%, transparent 100%)}.stitch-products-carousel__pagination{position:absolute;inset-inline:0;bottom:.35rem;display:flex;justify-content:center;gap:.35rem}.stitch-products-carousel__pagination .swiper-pagination-bullet{width:8px;height:8px;margin:0 !important;border-radius:999px;background:rgba(26,46,40,.18);opacity:1;transition:width .25s ease,background .25s ease}.stitch-products-carousel__pagination .swiper-pagination-bullet-active{width:24px;background:#c5a059}.stitch-curated{--curated-title: clamp(1rem, 1.5vw, 1.1875rem);--curated-kicker: 0.625rem;--curated-lead: 0.8125rem;--curated-cta: 0.75rem}.stitch-curated__head{margin-bottom:var(--stitch-space-head-gap)}@media(min-width: 768px){.stitch-curated__head{margin-bottom:clamp(1.375rem,3vw,2.125rem)}}.stitch-curated__head .stitch-section-head__kicker{font-size:.6875rem;margin-bottom:.375rem}.stitch-curated__head .stitch-section-head__title{font-size:clamp(1.25rem,2.2vw,1.5rem);font-weight:600}.stitch-curated__head .stitch-section-head__rule{width:2.5rem;margin-top:.75rem;background:rgba(197,160,89,.55)}.stitch-curated__mosaic{display:grid;gap:1rem;min-width:0}@media(min-width: 768px){.stitch-curated__mosaic{grid-template-columns:repeat(2, minmax(0, 1fr));gap:1.25rem;align-items:stretch}}.stitch-curated__kicker{display:block;margin-bottom:.375rem;font-family:var(--store-font, "Cairo", sans-serif);font-size:var(--curated-kicker);font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#c5a059}.stitch-curated__title{margin:0 0 .5rem;font-family:var(--store-display, var(--store-font, "Cairo", sans-serif));font-size:var(--curated-title);font-weight:600;line-height:1.35;color:inherit}.stitch-curated__title a{color:inherit;text-decoration:none;transition:color .25s ease}.stitch-curated__title a:hover{color:#c5a059}.stitch-curated__lead{margin:0 0 .875rem;font-family:var(--store-font, "Cairo", sans-serif);font-size:var(--curated-lead);line-height:1.6;color:rgba(26,36,33,.65)}.stitch-curated__hero{position:relative;overflow:hidden;min-height:20rem;background:#1a2e28;border:1px solid rgba(197,160,89,.12)}@media(min-width: 768px){.stitch-curated__hero{min-height:34rem;height:100%}}.stitch-curated__hero .stitch-curated__title{color:#fff}.stitch-curated__hero .stitch-curated__lead{max-width:24rem;margin-bottom:1rem;color:rgba(255,255,255,.72)}.stitch-curated__hero-image{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.55;transition:transform .9s ease,opacity .9s ease}.stitch-curated__hero:hover .stitch-curated__hero-image{transform:scale(1.04);opacity:.62}.stitch-curated__hero-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(13, 26, 22, 0.92) 0%, rgba(13, 26, 22, 0.35) 50%, rgba(13, 26, 22, 0.08) 100%);pointer-events:none}.stitch-curated__hero-content{position:relative;z-index:1;display:flex;flex-direction:column;justify-content:flex-end;min-height:inherit;height:100%;padding:1.5rem;text-align:start}@media(min-width: 768px){.stitch-curated__hero-content{padding:2rem 2.25rem}}.stitch-curated__stack{display:flex;flex-direction:column;gap:1rem;min-width:0}@media(min-width: 768px){.stitch-curated__stack{gap:1.25rem}}.stitch-curated__tile{display:flex;flex-direction:column;overflow:hidden;min-height:0;border:1px solid rgba(197,160,89,.1)}@media(min-width: 768px){.stitch-curated__tile{flex:1;flex-direction:row;min-height:16.375rem}}.stitch-curated__tile--light{background:#fbf9f4}.stitch-curated__tile--dark{background:#1a2e28;border-color:rgba(197,160,89,.14);color:#fff}@media(min-width: 768px){.stitch-curated__tile--dark .stitch-curated__tile-media{order:2}}@media(min-width: 768px){.stitch-curated__tile--dark .stitch-curated__tile-body{order:1}}.stitch-curated__tile--dark .stitch-curated__lead{color:rgba(255,255,255,.65)}.stitch-curated__tile--dark .stitch-curated__title a{color:#fff}.stitch-curated__tile--dark .stitch-curated__title a:hover{color:#c5a059}.stitch-curated__tile-media{display:block;flex-shrink:0;width:100%;aspect-ratio:16/9;overflow:hidden}@media(min-width: 768px){.stitch-curated__tile-media{width:48%;aspect-ratio:auto}}.stitch-curated__tile-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .65s ease}.stitch-curated__tile:hover .stitch-curated__tile-media img{transform:scale(1.05)}.stitch-curated__tile-body{display:flex;flex:1;flex-direction:column;justify-content:center;padding:1.25rem 1.375rem;text-align:start}@media(min-width: 768px){.stitch-curated__tile-body{width:52%;padding:1.5rem 1.75rem}}.stitch-social{padding-block:clamp(1.5rem,4vw,2.75rem)}.stitch-social__head{margin-bottom:var(--stitch-space-head-gap)}@media(min-width: 768px){.stitch-social__head{margin-bottom:clamp(1.375rem,3vw,2rem)}}.stitch-social__head .stitch-section-head{width:100%}.stitch-social__head .stitch-section-head__title{display:block;background:rgba(0,0,0,0)}.stitch-social__mosaic{display:grid;gap:1rem;min-width:0}@media(min-width: 768px){.stitch-social__mosaic{grid-template-columns:minmax(0, 1.05fr) minmax(0, 0.95fr);gap:1.25rem;align-items:stretch}}@media(min-width: 768px){.stitch-social__mosaic--images-only{grid-template-columns:repeat(2, minmax(0, 1fr))}}@media(min-width: 768px){.stitch-social__mosaic--images-only .stitch-social__tile-link{flex-direction:column;min-height:100%}}@media(min-width: 768px){.stitch-social__mosaic--images-only .stitch-social__tile-media{width:100%;aspect-ratio:4/3}}.stitch-social__mosaic--images-only .stitch-social__tile-body{flex:1}.stitch-social__kicker{display:block;margin-bottom:.35rem;font-family:var(--store-font, "Cairo", sans-serif);font-size:.625rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:#c5a059}.stitch-social__title{display:block;margin:0 0 .5rem;font-family:var(--store-display, var(--store-font, "Cairo", sans-serif));font-size:clamp(1rem,1.5vw,1.1875rem);font-weight:600;line-height:1.35}.stitch-social__cta{display:inline-flex;align-items:center;gap:.35rem;margin-top:.25rem;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:#c5a059}.stitch-social__hero{position:relative;overflow:hidden;min-height:22rem;background:#0d1a16;border:1px solid rgba(197,160,89,.14);box-shadow:0 18px 44px rgba(17,32,27,.1)}@media(min-width: 768px){.stitch-social__hero{min-height:34rem;height:100%}}.stitch-social__hero::before{content:"";position:absolute;inset:.625rem;border:1px solid rgba(197,160,89,.22);pointer-events:none;z-index:3}.stitch-social__hero .stitch-social__title{color:#fff;max-width:20rem}.stitch-social__embed-scene{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:radial-gradient(ellipse 70% 60% at 50% 40%, rgba(197, 160, 89, 0.12) 0%, transparent 70%),linear-gradient(165deg, #12241f 0%, #0a1411 100%)}.stitch-social__embed-frame{position:relative;z-index:1;width:min(100%,18.5rem);height:min(100%,32rem);max-height:calc(100% - 5rem);border:0;border-radius:.75rem;background:#000;box-shadow:0 0 0 1px rgba(255,255,255,.08),0 24px 56px rgba(0,0,0,.45)}.stitch-social__hero-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(13, 26, 22, 0.96) 0%, rgba(13, 26, 22, 0.42) 42%, rgba(13, 26, 22, 0.08) 100%);pointer-events:none;z-index:2}.stitch-social__hero-content{position:absolute;inset-inline:0;bottom:0;z-index:4;display:flex;flex-direction:column;align-items:flex-start;padding:1.5rem}@media(min-width: 768px){.stitch-social__hero-content{padding:2rem 2.25rem}}.stitch-social__stack{display:flex;flex-direction:column;gap:1rem;min-width:0}@media(min-width: 768px){.stitch-social__stack{gap:1.25rem}}.stitch-social__tile{overflow:hidden;border:1px solid rgba(197,160,89,.12);box-shadow:0 10px 28px rgba(17,32,27,.06);transition:box-shadow .3s ease,transform .3s ease}.stitch-social__tile:hover{transform:translateY(-2px);box-shadow:0 16px 36px rgba(17,32,27,.1)}.stitch-social__tile--light{background:#fbf9f4}.stitch-social__tile--dark{background:#1a2e28;border-color:rgba(197,160,89,.16)}.stitch-social__tile--dark .stitch-social__title,.stitch-social__tile--dark .stitch-social__cta{color:#fff}.stitch-social__tile--dark .stitch-social__cta{color:#c5a059}.stitch-social__tile-link{display:flex;flex-direction:column;height:100%;color:inherit;text-decoration:none}@media(min-width: 768px){.stitch-social__tile-link{flex-direction:row;min-height:16.375rem}}.stitch-social__tile-media{position:relative;display:block;flex-shrink:0;width:100%;aspect-ratio:16/10;overflow:hidden;background:#1a2e28}@media(min-width: 768px){.stitch-social__tile-media{width:52%;aspect-ratio:auto}}.stitch-social__tile-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(0.22, 1, 0.36, 1)}.stitch-social__tile-placeholder{display:block;width:100%;height:100%;min-height:12rem;background:linear-gradient(135deg, #1a2e28 0%, #0d1a16 100%)}.stitch-social__tile-overlay{position:absolute;inset:0;background:linear-gradient(to top, rgba(13, 26, 22, 0.35) 0%, transparent 55%);pointer-events:none;transition:opacity .35s ease}.stitch-social__tile:hover .stitch-social__tile-media img{transform:scale(1.05)}.stitch-social__tile-body{display:flex;flex:1;flex-direction:column;justify-content:center;gap:.15rem;padding:1.15rem 1.25rem;text-align:start}@media(min-width: 768px){.stitch-social__tile-body{padding:1.35rem 1.6rem}}.stitch-social__tile--dark .stitch-social__tile-body{color:#fff}.stitch-sultan{padding-block:clamp(1.5rem,4vw,2.5rem)}.stitch-sultan__stage{width:100%;display:flex;flex-direction:column;gap:1.5rem}@media(max-width: 991.98px){.stitch-sultan__stage{position:relative;overflow:hidden;isolation:isolate;gap:0;min-height:clamp(28rem,88vh,36rem);padding:1.375rem 1.25rem 1.5rem;border-radius:1rem;background:linear-gradient(180deg, rgba(13, 26, 22, 0.92) 0%, rgba(13, 26, 22, 0.62) 38%, rgba(13, 26, 22, 0.28) 62%, rgba(13, 26, 22, 0.82) 100%),var(--stitch-sultan-hero) center 40%/cover no-repeat;background-color:#0d1a16;box-shadow:0 0 0 1px rgba(197,160,89,.12),0 18px 44px rgba(17,32,27,.16)}.stitch-sultan__stage::before{content:"";position:absolute;inset:.625rem;border:1px solid rgba(197,160,89,.3);border-radius:.625rem;pointer-events:none;z-index:1}.stitch-sultan__stage::after{content:"";position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 100%, rgba(197, 160, 89, 0.14) 0%, transparent 70%);pointer-events:none;z-index:1}}.stitch-sultan__visual{order:-1}@media(max-width: 991.98px){.stitch-sultan__visual{display:none}}.stitch-sultan__copy{width:100%;text-align:start}@media(max-width: 991.98px){.stitch-sultan__copy{position:relative;z-index:2;display:flex;flex-direction:column;min-height:100%}}.stitch-sultan__kicker{display:block;margin-bottom:.5rem;font-family:var(--store-font, "Cairo", sans-serif);font-size:.6875rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:#c5a059}@media(max-width: 991.98px){.stitch-sultan__kicker{margin-bottom:.375rem}}.stitch-sultan__title{margin:0 0 .75rem;font-family:var(--store-display, var(--store-font, "Cairo", sans-serif));font-size:clamp(1.375rem,4.5vw,1.875rem);font-weight:700;line-height:1.28;color:#1a2421}@media(max-width: 991.98px){.stitch-sultan__title{font-size:clamp(1.25rem,5vw,1.5rem);margin-bottom:.625rem;color:#fff}}.stitch-sultan__title-accent{display:block;margin-top:.125rem;color:#1a2421}@media(max-width: 991.98px){.stitch-sultan__title-accent{color:rgba(255,255,255,.95)}}.stitch-sultan__lead{margin:0 0 1.25rem;font-size:.875rem;line-height:1.65;color:rgba(26,36,33,.72);max-width:36rem}@media(max-width: 991.98px){.stitch-sultan__lead{font-size:.8125rem;margin-bottom:auto;padding-bottom:1rem;color:rgba(255,255,255,.76);max-width:none}}.stitch-sultan__products{display:flex;flex-direction:column}@media(max-width: 991.98px){.stitch-sultan__products{gap:.625rem;margin-top:auto}}.stitch-sultan__product{display:flex;flex-direction:row;align-items:center;gap:1rem;padding:1rem 0;border-bottom:1px solid rgba(197,160,89,.22)}.stitch-sultan__product:last-child{border-bottom:0;padding-bottom:0}.stitch-sultan__product:first-child{padding-top:0}@media(max-width: 991.98px){.stitch-sultan__product{padding:.875rem;border-radius:.75rem;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border:1px solid rgba(197,160,89,.18);border-bottom:1px solid rgba(197,160,89,.18) !important;box-shadow:0 6px 22px rgba(17,32,27,.12)}}.stitch-sultan__product-media{flex-shrink:0;width:5.5rem;height:5.5rem;overflow:hidden;border-radius:.625rem;background:#fff;box-shadow:0 8px 24px rgba(17,32,27,.08)}.stitch-sultan__product-media img{display:block;width:100%;height:100%;object-fit:cover}@media(max-width: 991.98px){.stitch-sultan__product-media{width:4.75rem;height:4.75rem;border-radius:.5rem}}.stitch-sultan__product-body{flex:1;min-width:0;text-align:start}.stitch-sultan__product-name{margin:0 0 .375rem;font-family:var(--store-display, var(--store-font, "Cairo", sans-serif));font-size:1rem;font-weight:600;line-height:1.3}.stitch-sultan__product-name a{color:#1a2421;text-decoration:none;transition:color .25s ease}.stitch-sultan__product-name a:hover{color:#c5a059}.stitch-sultan__product-desc{margin:0 0 .5rem;font-size:.8125rem;line-height:1.6;color:rgba(26,36,33,.68)}.stitch-sultan__figure{position:relative;width:100%;max-width:28rem;margin-inline:auto}.stitch-sultan__frame{position:relative;aspect-ratio:4/5;overflow:hidden;padding:.625rem;background:#0d1a16;border:1px solid rgba(197,160,89,.18);border-radius:1rem;box-shadow:0 20px 48px rgba(17,32,27,.14);isolation:isolate}.stitch-sultan__frame::after{content:"";position:absolute;inset:.625rem;z-index:2;pointer-events:none;border-radius:.625rem;background:var(--stitch-gold-veil) center/cover no-repeat;opacity:.42;mix-blend-mode:soft-light;transition:opacity .45s cubic-bezier(0.4, 0, 0.2, 1)}.stitch-sultan__frame::after{border-radius:.75rem}.stitch-sultan__photo{display:block;width:100%;height:100%;object-fit:cover;border-radius:.75rem}.stitch-sultan__photo-shade{position:absolute;inset:.625rem;border-radius:.75rem;background:linear-gradient(to top, rgba(13, 26, 22, 0.45) 0%, transparent 55%);pointer-events:none}.stitch-sultan__glow{position:absolute;width:12rem;height:12rem;border-radius:50%;filter:blur(64px);pointer-events:none;z-index:-1}.stitch-sultan__glow--gold{top:-2rem;inset-inline-start:-2rem;background:rgba(197,160,89,.12)}.stitch-sultan__glow--emerald{bottom:-2rem;inset-inline-end:-2rem;background:rgba(38,53,48,.1)}@media(min-width: 768px){.stitch-sultan{padding-block:clamp(2rem,4vw,3rem)}.stitch-sultan__product-media{width:6.25rem;height:6.25rem}.stitch-sultan__product-name{font-size:1.0625rem}.stitch-sultan__product-desc{font-size:.875rem}.stitch-sultan__title{font-size:clamp(1.5rem,2.8vw,2rem)}.stitch-sultan__lead{font-size:.9375rem}}@media(min-width: 992px){.stitch-sultan{padding-block:clamp(2.5rem,4vw,4rem)}.stitch-sultan__stage{display:grid;grid-template-columns:repeat(12, minmax(0, 1fr));gap:clamp(2rem,3.5vw,4rem);align-items:center}.stitch-sultan__visual{order:2;grid-column:6/-1;display:flex;justify-content:center;align-items:center}.stitch-sultan__copy{grid-column:1/span 5;order:1;padding-block:0}.stitch-sultan__figure{width:min(100%,26rem)}.stitch-sultan__frame{aspect-ratio:3/4;padding:.75rem;border-width:3px;border-color:rgba(197,160,89,.12);border-radius:1.25rem;box-shadow:0 24px 56px rgba(17,32,27,.12)}.stitch-sultan__frame::after{content:"";position:absolute;inset:.75rem;z-index:2;pointer-events:none;border-radius:.75rem;background:var(--stitch-gold-veil) center/cover no-repeat;opacity:.5;mix-blend-mode:soft-light;transition:opacity .45s cubic-bezier(0.4, 0, 0.2, 1)}.stitch-sultan__frame::after{border-radius:1rem}.stitch-sultan__photo-shade{inset:.75rem;border-radius:1rem}.stitch-sultan__product{gap:1.25rem;padding:1.125rem 0}.stitch-sultan__product-media{width:7rem;height:7rem;border-radius:.75rem}.stitch-sultan__products{margin-top:.25rem}}.stitch-drawer-toggle{position:fixed;opacity:0;pointer-events:none;width:0;height:0}.stitch-drawer__backdrop{position:fixed;inset:0;z-index:1080;background:rgba(13,26,22,.62);backdrop-filter:blur(10px) saturate(1.05);-webkit-backdrop-filter:blur(10px) saturate(1.05);opacity:0;visibility:hidden;transition:opacity .34s ease,visibility .34s ease;cursor:pointer}.stitch-drawer-toggle:checked~.stitch-drawer__backdrop{opacity:1;visibility:visible}.stitch-drawer{position:fixed;inset-block:0;inset-inline-start:0;inset-inline-end:auto;z-index:1090;width:min(340px,92vw);max-width:100%;pointer-events:none;visibility:hidden;transition:visibility .34s ease}.stitch-drawer__panel{display:flex;flex-direction:column;width:100%;height:100dvh;max-height:100dvh;padding-top:env(safe-area-inset-top, 0px);background:linear-gradient(180deg, #fff 0%, #fbf9f4 38%, #f7f3ea 100%);overflow:hidden;transition:transform .42s cubic-bezier(0.32, 0.72, 0, 1);will-change:transform}.stitch-drawer__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-shrink:0;padding:1rem 1.125rem .875rem;border-bottom:1px solid rgba(197,160,89,.16)}.stitch-drawer__head-text{display:flex;flex-direction:column;gap:.125rem;min-width:0}.stitch-drawer__eyebrow{font-size:.625rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgba(197,160,89,.95)}.stitch-drawer__title{font-family:var(--store-display, var(--store-font, "Cairo", sans-serif));font-size:1.125rem;font-weight:600;color:#1a2e28;line-height:1.25}.stitch-drawer__close{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex-shrink:0;border:1px solid rgba(197,160,89,.22);border-radius:.75rem;background:rgba(255,255,255,.9);color:#1a2e28;cursor:pointer;transition:background .2s ease,border-color .2s ease,color .2s ease}.stitch-drawer__close iconify-icon{font-size:1.375rem}.stitch-drawer__close:hover{background:#1a2e28;border-color:#1a2e28;color:#c5a059}.stitch-drawer__search{display:flex;align-items:center;gap:.625rem;flex-shrink:0;margin:.875rem 1.125rem .625rem;padding:.8125rem 1rem;border:1px solid rgba(197,160,89,.2);border-radius:999px;background:#fff;box-shadow:0 8px 24px rgba(17,32,27,.04)}.stitch-drawer__search iconify-icon{font-size:1.125rem;color:#c5a059;flex-shrink:0;order:-1}.stitch-drawer__search input{flex:1;min-width:0;border:0;background:rgba(0,0,0,0);font-family:inherit;font-size:.875rem;color:#1a2e28;text-align:start}.stitch-drawer__search input:focus{outline:none}.stitch-drawer__search input::placeholder{color:rgba(26,46,40,.42)}.stitch-drawer__body{flex:1;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:.375rem .75rem .75rem}.stitch-drawer__mega{margin-bottom:.5rem;border:1px solid rgba(197,160,89,.16);border-radius:.875rem;background:rgba(17,32,27,.03);overflow:hidden}.stitch-drawer__mega-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.75rem 1rem;border:0;background:rgba(0,0,0,0);font-family:inherit;font-size:.8125rem;font-weight:500;color:#1a2e28;cursor:pointer}.stitch-drawer__mega-toggle iconify-icon{transition:transform .2s ease}.stitch-drawer__mega-toggle[aria-expanded=true] iconify-icon{transform:rotate(180deg)}.stitch-drawer__mega-panel{padding:0 .75rem .875rem;display:flex;flex-direction:column;gap:.75rem}.stitch-drawer__mega-panel[hidden]{display:none !important}.stitch-drawer__mega-group{padding-top:.5rem;border-top:1px solid rgba(197,160,89,.12)}.stitch-drawer__mega-parent{display:flex;align-items:center;gap:.625rem;padding:.375rem .25rem;font-size:.8125rem;font-weight:600;color:#11201b;text-decoration:none}.stitch-drawer__mega-parent:hover .stitch-mega__thumb{border-color:rgba(197,160,89,.38)}.stitch-drawer__mega-children{display:flex;flex-direction:column;gap:.125rem;padding:.125rem 0 .375rem}.stitch-drawer__mega-child{display:flex;align-items:center;gap:.5rem;padding:.3125rem .25rem;font-size:.75rem;font-weight:400;color:rgba(26,46,40,.72);text-decoration:none}.stitch-drawer__mega-child:hover{color:#c5a059}.stitch-drawer__mega-child:hover .stitch-mega__thumb{border-color:rgba(197,160,89,.35)}.stitch-drawer__mega-all{display:inline-flex;align-items:center;gap:.35rem;padding:.375rem .25rem .125rem;font-size:.75rem;font-weight:500;color:rgba(197,160,89,.9);text-decoration:none}.stitch-drawer__nav{display:flex;flex-direction:column;gap:.25rem}.stitch-drawer__link{display:flex;align-items:center;gap:.75rem;padding:.8125rem .875rem;border-radius:.875rem;color:#1a2e28;text-decoration:none;font-size:.9375rem;font-weight:500;line-height:1.3;transition:background .2s ease,color .2s ease,transform .2s ease}.stitch-drawer__link:active{transform:scale(0.985)}.stitch-drawer__link.is-active{background:linear-gradient(135deg, rgba(197, 160, 89, 0.18) 0%, rgba(197, 160, 89, 0.08) 100%);color:#883f1e;font-weight:600;box-shadow:inset 0 0 0 1px rgba(197,160,89,.18)}.stitch-drawer__link.is-active .stitch-drawer__link-icon{background:rgba(197,160,89,.16);color:#c5a059}.stitch-drawer__link-icon{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;flex-shrink:0;border-radius:.625rem;background:rgba(26,46,40,.05);color:#1a2e28;transition:background .2s ease,color .2s ease}.stitch-drawer__link-icon iconify-icon{font-size:1.125rem}.stitch-drawer__link-text{flex:1;min-width:0}.stitch-drawer__locales{margin-top:.875rem;padding:.875rem .875rem .25rem;border-top:1px solid rgba(197,160,89,.12)}.stitch-drawer__locales-label{display:block;margin-bottom:.625rem;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:rgba(26,46,40,.48)}.stitch-drawer__locales-row{display:flex;flex-wrap:wrap;gap:.5rem}.stitch-drawer__locale{display:inline-flex;align-items:center;gap:.35rem;padding:.4375rem .8125rem;border-radius:999px;border:1px solid rgba(197,160,89,.24);background:#fff;color:#1a2e28;text-decoration:none;font-size:.75rem;font-weight:600;transition:background .2s ease,border-color .2s ease,color .2s ease}.stitch-drawer__locale.is-active{background:#1a2e28;border-color:#1a2e28;color:#c5a059}.stitch-drawer__foot{display:grid;grid-template-columns:1fr 1fr;gap:.625rem;flex-shrink:0;padding:.875rem 1.125rem calc(.875rem + env(safe-area-inset-bottom, 0px));border-top:1px solid rgba(197,160,89,.14);background:rgba(255,255,255,.82);backdrop-filter:blur(12px)}.stitch-drawer__cta{flex:1;min-width:0}.stitch-drawer__cta iconify-icon{font-size:1rem;flex-shrink:0}.stitch-drawer__cta span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[dir=rtl] .stitch-drawer__panel{box-shadow:-16px 0 48px rgba(17,32,27,.18);transform:translate3d(100%, 0, 0)}[dir=ltr] .stitch-drawer__panel{box-shadow:16px 0 48px rgba(17,32,27,.18);transform:translate3d(-100%, 0, 0)}.stitch-drawer-toggle:checked~.stitch-drawer{pointer-events:auto;visibility:visible}.stitch-drawer-toggle:checked~.stitch-drawer .stitch-drawer__panel{transform:translate3d(0, 0, 0)}@media(min-width: 992px){.stitch-drawer,.stitch-drawer__backdrop,.stitch-drawer-toggle{display:none !important}}@media(max-width: 991.98px){body:has(#stitch-drawer:checked),body.stitch-drawer-open{overflow:hidden;touch-action:none}body:has(#stitch-drawer:checked) .stitch-tabbar,body:has(#stitch-drawer:checked) .stitch-hero__chrome,body:has(#stitch-drawer:checked) .stitch-hero__pagination,body.stitch-drawer-open .stitch-tabbar,body.stitch-drawer-open .stitch-hero__chrome,body.stitch-drawer-open .stitch-hero__pagination{transform:translateY(110%);opacity:0;pointer-events:none}body:has(#stitch-drawer:checked) .stitch-header,body.stitch-drawer-open .stitch-header{opacity:0;pointer-events:none}body:has(#stitch-drawer:checked) .store-main,body.stitch-drawer-open .store-main{pointer-events:none}}@media(max-width: 991.98px){body.stitch-drawer-open,body.store-search-open,body.nx-cart-open{overflow:hidden}body.stitch-drawer-open .stitch-tabbar,body.store-search-open .stitch-tabbar,body.nx-cart-open .stitch-tabbar{transform:translateY(110%);opacity:0;pointer-events:none}}.stitch-tabbar{display:none}@media(max-width: 991.98px){.stitch-tabbar{display:block;position:fixed;inset-inline:0;bottom:0;z-index:1040;padding:0 .875rem calc(.5rem + env(safe-area-inset-bottom, 0px));background:linear-gradient(180deg, transparent 0%, rgba(251, 249, 244, 0.55) 38%, rgba(251, 249, 244, 0.92) 100%);pointer-events:none;transition:transform .28s ease,opacity .28s ease}}.stitch-tabbar__inner{position:relative;display:grid;grid-template-columns:repeat(5, minmax(0, 1fr));align-items:end;gap:.0625rem;max-width:26rem;margin:0 auto;padding:.3125rem .375rem .25rem;border-radius:1.125rem;background:linear-gradient(180deg, rgba(255, 255, 255, 0.97) 0%, rgba(251, 249, 244, 0.94) 100%);border:1px solid rgba(197,160,89,.22);box-shadow:0 0 0 1px rgba(255,255,255,.75) inset,0 10px 36px rgba(17,32,27,.1),0 2px 8px rgba(197,160,89,.06);backdrop-filter:blur(18px) saturate(1.12);-webkit-backdrop-filter:blur(18px) saturate(1.12);pointer-events:auto;isolation:isolate}.stitch-tabbar__inner::before{content:"";position:absolute;top:0;inset-inline:1.25rem;height:1px;border-radius:999px;background:linear-gradient(90deg, transparent 0%, rgba(197, 160, 89, 0.55) 50%, transparent 100%);pointer-events:none}.stitch-tabbar__item{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:.1875rem;min-height:3.25rem;padding:.25rem .125rem .1875rem;border:0;background:rgba(0,0,0,0);color:rgba(26,46,40,.48);text-decoration:none;font-family:inherit;cursor:pointer;transition:color .22s ease,transform .22s ease}.stitch-tabbar__item:active{transform:scale(0.96)}.stitch-tabbar__item.is-active{color:#1a2e28}.stitch-tabbar__item.is-active::after{content:"";position:absolute;top:.1875rem;inset-inline:12%;height:1.875rem;border-radius:999px;background:rgba(197,160,89,.14);z-index:0}.stitch-tabbar__item.is-active .stitch-tabbar__icon:not(.stitch-tabbar__icon--accent),.stitch-tabbar__item.is-active .stitch-tabbar__label{position:relative;z-index:1}.stitch-tabbar__item.is-active .stitch-tabbar__icon:not(.stitch-tabbar__icon--accent){color:#a8844a}.stitch-tabbar__item.is-active .stitch-tabbar__label{font-weight:700;color:#1a2e28}.stitch-tabbar__icon{position:relative;display:flex;align-items:center;justify-content:center;width:2rem;height:1.75rem;color:inherit;transition:color .22s ease,transform .22s ease}.stitch-tabbar__icon iconify-icon{font-size:1.3125rem}.stitch-tabbar__icon--accent{width:2.625rem;height:2.625rem;margin-top:-0.5rem;border-radius:50%;background:linear-gradient(145deg, #1a2e28 0%, #243d35 100%);color:#c5a059;border:1.5px solid rgba(197,160,89,.38);box-shadow:0 8px 22px rgba(17,32,27,.22),0 0 0 3px rgba(197,160,89,.1)}.stitch-tabbar__icon--accent iconify-icon{font-size:1.1875rem}.stitch-tabbar__label{font-size:.625rem;font-weight:600;letter-spacing:.02em;line-height:1.15;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:center}.stitch-tabbar__item--search .stitch-tabbar__label{margin-top:-0.0625rem;color:rgba(26,46,40,.58)}.stitch-tabbar__badge{position:absolute;top:-3px;inset-inline-end:-5px;min-width:1rem;height:1rem;padding-inline:.25rem;border-radius:999px;background:linear-gradient(145deg, #c5a059 0%, #a8844a 100%);color:#fff;font-size:.5625rem;font-weight:700;line-height:1rem;text-align:center;box-shadow:0 0 0 1.5px #fbf9f4;z-index:2}@media(max-width: 767.98px){.store-body--stitch{--stitch-mobile-gutter: var(--stitch-gutter)}.stitch-section{scroll-margin-top:calc(var(--store-header-h, 72px) + .5rem)}.stitch-section+.stitch-section::before{content:"";position:absolute;top:0;inset-inline:var(--stitch-gutter);height:1px;background:linear-gradient(90deg, transparent 0%, rgba(197, 160, 89, 0.22) 18%, rgba(197, 160, 89, 0.22) 82%, transparent 100%);pointer-events:none}.stitch-section.stitch-editorial::before,.stitch-section.stitch-hero::before{display:none}.stitch-section-head--center .stitch-section-head__rule{margin-inline:auto}.stitch-curated__head{margin-bottom:var(--stitch-space-head-gap)}.stitch-curated__mosaic{gap:var(--stitch-space-grid)}.stitch-curated__hero{min-height:17.5rem;border-radius:.875rem;box-shadow:0 12px 36px rgba(17,32,27,.1)}.stitch-curated__hero-content{padding:1.25rem 1.375rem}.stitch-curated__title{font-size:1.0625rem}.stitch-curated__lead{font-size:.8125rem;margin-bottom:.75rem}.stitch-curated__tile{border-radius:.875rem;overflow:hidden;box-shadow:0 6px 24px rgba(17,32,27,.06)}.stitch-curated__tile--light{background:#fff}.stitch-curated__tile-body{padding:1.125rem 1.25rem 1.25rem}.stitch-curated__tile-media{aspect-ratio:16/9}.stitch-curated .stitch-btn--light{width:100%;max-width:12.5rem}.stitch-sultan__stage{min-height:clamp(26rem,84vh,34rem)}.stitch-editorial{min-height:clamp(260px,52vh,380px)}.stitch-editorial__copy{padding-inline:.25rem}.stitch-editorial__title{font-size:clamp(1.25rem,5.2vw,1.625rem);margin-bottom:.75rem}.stitch-editorial__lead{font-size:.8125rem;margin-bottom:1.125rem}.stitch-editorial .stitch-btn--light{width:100%;max-width:13rem;margin-inline:auto}.stitch-notes__card{border-radius:.875rem}.store-body--stitch .stitch-products__grid .store-product-card{border-radius:.875rem;box-shadow:0 4px 18px rgba(17,32,27,.05)}.store-body--stitch .store-product-card--new-arrival .store-product-card__body,.store-body--stitch .store-product-card--featured .store-product-card__body,.store-body--stitch .store-product-card--top-seller .store-product-card__body{padding:.625rem .6875rem .6875rem}.store-body--stitch .store-product-card--new-arrival .store-product-card__footer,.store-body--stitch .store-product-card--featured .store-product-card__footer,.store-body--stitch .store-product-card--top-seller .store-product-card__footer{padding-top:.4375rem}.store-body--stitch .store-product-card--new-arrival .store-product-card__chips,.store-body--stitch .store-product-card--featured .store-product-card__chips,.store-body--stitch .store-product-card--top-seller .store-product-card__chips{gap:.3125rem}.stitch-new-arrivals__grid .store-product-card{border-radius:.875rem}}@media(min-width: 768px)and (max-width: 991.98px){.stitch-curated__mosaic{grid-template-columns:1fr;gap:1rem}.stitch-curated__hero{min-height:22rem}.stitch-curated__stack{display:grid;grid-template-columns:repeat(2, minmax(0, 1fr));gap:1rem}.stitch-sultan__stage{min-height:clamp(30rem,86vh,38rem)}}.store-chatbot{--cb-z: 1090;--cb-emerald: var(--stitch-forest, #11201b);--cb-gold: var(--stitch-gold, #c5a059);--cb-cream: #fbf9f4;--cb-text: #424845;--cb-muted: #737875;--cb-radius: 14px;--cb-font: inherit;position:fixed;inset-inline-start:max(14px,env(safe-area-inset-left));bottom:calc(76px + env(safe-area-inset-bottom));z-index:var(--cb-z);font-family:var(--cb-font);font-size:12px;line-height:1.45}@media(min-width: 768px){.store-chatbot{inset-inline-start:auto;inset-inline-end:max(20px,env(safe-area-inset-right));bottom:calc(20px + env(safe-area-inset-bottom))}}.store-body--no-tabbar .store-chatbot{bottom:calc(18px + env(safe-area-inset-bottom))}.store-chatbot__fab{position:relative;z-index:3;display:inline-flex;align-items:center;gap:8px;border:0;border-radius:999px;padding:10px 14px;background:linear-gradient(135deg, var(--cb-gold) 0%, #a88445 100%);color:#fff;box-shadow:0 10px 28px -8px rgba(17,32,27,.42);cursor:pointer;transition:transform .22s ease,box-shadow .22s ease}.store-chatbot__fab:hover{transform:translateY(-1px);box-shadow:0 14px 32px -8px rgba(17,32,27,.48)}.store-chatbot__fab iconify-icon{font-size:1.125rem}.store-chatbot__fab-label{font-size:12px;font-weight:600;letter-spacing:.04em}.store-chatbot__fab-icon--close{display:none}.store-chatbot.is-open .store-chatbot__fab-icon--open{display:none}.store-chatbot.is-open .store-chatbot__fab-icon--close{display:inline-flex}.store-chatbot__backdrop{position:fixed;inset:0;z-index:0;background:rgba(17,32,27,.32);opacity:0;pointer-events:none;transition:opacity .24s ease}.store-chatbot.is-open .store-chatbot__backdrop{opacity:1;pointer-events:auto}.store-chatbot__panel{position:absolute;inset-inline-start:0;inset-inline-end:auto;bottom:calc(100% + 10px);z-index:2;width:min(100vw - 28px,340px);height:min(58vh,480px);max-height:min(58vh,480px);display:flex;flex-direction:column;border-radius:var(--cb-radius);overflow:hidden;background:#fff;border:1px solid rgba(197,160,89,.18);box-shadow:0 20px 48px -20px rgba(17,32,27,.38);transform:translateY(10px) scale(0.98);opacity:0;pointer-events:none;transition:transform .28s cubic-bezier(0.22, 1, 0.36, 1),opacity .22s ease}@media(min-width: 768px){.store-chatbot__panel{inset-inline-start:auto;inset-inline-end:0}}.store-chatbot.is-open .store-chatbot__panel{transform:translateY(0) scale(1);opacity:1;pointer-events:auto}.store-chatbot__head{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px 12px;background:var(--cb-emerald);color:#fff;flex-shrink:0}.store-chatbot__head-info{display:flex;align-items:center;gap:10px;min-width:0}.store-chatbot__avatar{width:2rem;height:2rem;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:rgba(255,255,255,.1);flex-shrink:0}.store-chatbot__avatar iconify-icon{font-size:1.05rem;color:var(--cb-gold)}.store-chatbot__title{margin:0;font-size:13px;font-weight:600;line-height:1.25}.store-chatbot__status{display:block;font-size:10px;font-weight:500;opacity:.72;margin-top:1px;letter-spacing:.02em}.store-chatbot__head-actions{display:flex;gap:2px;flex-shrink:0}.store-chatbot__icon-btn{border:0;background:rgba(0,0,0,0);color:rgba(255,255,255,.82);width:1.75rem;height:1.75rem;border-radius:6px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.store-chatbot__icon-btn iconify-icon{font-size:1rem}.store-chatbot__icon-btn:hover{background:rgba(255,255,255,.1)}.store-chatbot__messages{flex:1;min-height:120px;overflow-y:auto;padding:10px;display:flex;flex-direction:column;gap:8px;background:var(--cb-cream);scrollbar-width:thin;scrollbar-color:rgba(17,32,27,.15) rgba(0,0,0,0)}.store-chatbot__msg{display:flex;flex-direction:column;gap:6px;max-width:88%}.store-chatbot__msg--user{align-self:flex-end;align-items:flex-end}.store-chatbot__msg--bot{align-self:flex-start}.store-chatbot__bubble{padding:8px 11px;border-radius:12px;font-size:12px;line-height:1.5;word-break:break-word}.store-chatbot__msg--user .store-chatbot__bubble{background:var(--cb-emerald);color:#fff;border-end-end-radius:3px}.store-chatbot__msg--bot .store-chatbot__bubble{background:#fff;color:var(--cb-text);border:1px solid rgba(17,32,27,.07);border-end-start-radius:3px;box-shadow:0 2px 8px -4px rgba(17,32,27,.12)}.store-chatbot__typing{display:inline-block;animation:store-chatbot-pulse 1.2s ease infinite}@keyframes store-chatbot-pulse{0%,100%{opacity:.45}50%{opacity:1}}.store-chatbot__cards{display:flex;flex-direction:column;gap:6px;width:100%}.store-chatbot__card{display:flex;align-items:center;gap:8px;padding:6px;border-radius:10px;background:#fff;border:1px solid rgba(17,32,27,.07);text-decoration:none;color:inherit;transition:border-color .18s ease}.store-chatbot__card:hover{border-color:var(--cb-gold)}.store-chatbot__card-img{width:40px;height:40px;border-radius:8px;overflow:hidden;flex-shrink:0;background:#f0eee9}.store-chatbot__card-img img{width:100%;height:100%;object-fit:cover}.store-chatbot__card-body{display:flex;flex-direction:column;gap:1px;min-width:0}.store-chatbot__card-body strong{font-size:11px;font-weight:600;color:var(--cb-emerald)}.store-chatbot__card-body small{font-size:10px;color:var(--cb-muted)}.store-chatbot__action{display:inline-flex;align-self:flex-start;padding:6px 11px;border-radius:999px;background:rgba(197,160,89,.12);color:#8a6b2e;font-size:11px;font-weight:600;text-decoration:none}.store-chatbot__action:hover{background:rgba(197,160,89,.2)}.store-chatbot__chips{display:flex;flex-wrap:wrap;gap:6px;padding:0 10px 8px;background:#fff;border-top:1px solid rgba(17,32,27,.05);flex-shrink:0}.store-chatbot__chip{border:1px solid rgba(17,32,27,.08);background:var(--cb-cream);color:var(--cb-emerald);border-radius:999px;padding:5px 10px;font-size:11px;font-weight:500;cursor:pointer;transition:background .18s ease,border-color .18s ease}.store-chatbot__chip:hover{background:#fff;border-color:var(--cb-gold)}.store-chatbot__composer{padding:8px 10px calc(8px + env(safe-area-inset-bottom));background:#fff;border-top:1px solid rgba(17,32,27,.06);flex-shrink:0}.store-chatbot__form{display:flex;align-items:center;gap:8px}.store-chatbot__input{flex:1;border:1px solid rgba(17,32,27,.12);border-radius:8px;padding:8px 10px;font-size:12px;line-height:1.4;background:#fff;color:var(--cb-text);min-width:0}.store-chatbot__input::placeholder{color:var(--cb-muted);font-size:11px}.store-chatbot__input:focus{outline:none;border-color:rgba(197,160,89,.55);box-shadow:0 0 0 2px rgba(197,160,89,.12)}.store-chatbot__send{width:2.125rem;height:2.125rem;border:0;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--cb-emerald);color:#fff;cursor:pointer;flex-shrink:0;padding:0;transition:background .18s ease}.store-chatbot__send:hover:not(:disabled){background:#1a3329}.store-chatbot__send:disabled{opacity:.55;cursor:wait}.store-chatbot__send iconify-icon{font-size:.95rem}[dir=rtl] .store-chatbot__msg--user .store-chatbot__bubble{border-end-end-radius:12px;border-end-start-radius:3px}[dir=rtl] .store-chatbot__msg--bot .store-chatbot__bubble{border-end-start-radius:12px;border-end-end-radius:3px}@media(max-width: 575.98px){.store-chatbot.is-open .store-chatbot__fab-label{display:none}.store-chatbot.is-open .store-chatbot__fab{padding:10px}.store-chatbot__panel{width:min(100vw - 20px,340px);height:min(52vh,440px);max-height:min(52vh,440px)}}/*# sourceMappingURL=store-stitch-shell.css.map */
