.announcement-bar{background:var(--gradient-brand);color:#fff;text-align:center;padding:.625rem 1rem;font-size:var(--text-xs, .6875rem);font-weight:600;letter-spacing:.05em;text-transform:uppercase}.announcement-bar__messages{display:grid;min-height:1.2em;place-items:center}.announcement-bar__message{grid-area:1 / 1;opacity:0;pointer-events:none;transform:translateY(.35rem);transition:opacity .6s ease,transform .6s ease}.announcement-bar__message.is-active{opacity:1;pointer-events:auto;transform:translateY(0)}.announcement-bar a{color:#fff;font-weight:700}@media(prefers-reduced-motion:reduce){.announcement-bar__message{transition:none}}.promotional-modal{--modal-gutter: 1rem;display:grid;top:0;right:0;bottom:0;left:0;opacity:0;place-items:center;pointer-events:none;position:fixed;transition:opacity .3s ease;visibility:hidden;z-index:500}.promotional-modal.is-open{opacity:1;pointer-events:auto;visibility:visible}.promotional-modal__backdrop{background:rgba(0,0,0,var(--modal-overlay));top:0;right:0;bottom:0;left:0;position:absolute}.promotional-modal__dialog{background:var(--modal-background);border:1px solid var(--color-border, rgba(243, 241, 245, .1));border-radius:var(--modal-radius);box-shadow:var(--shadow-md, 0 10px 30px rgba(0, 0, 0, .38)),var(--shadow-glow-blue, 0 0 40px rgba(53, 70, 240, .22));color:var(--modal-text);max-height:calc(100vh - 2rem);max-width:min(var(--modal-width),calc(100vw - 2 * var(--modal-gutter)));overflow-y:auto;padding:clamp(2rem,6vw,3.5rem);position:relative;transform:translateY(1rem) scale(.98);transition:transform .3s ease;width:100%;z-index:1}.promotional-modal__dialog:before{background:var(--gradient-brand);border-radius:var(--modal-radius) var(--modal-radius) 0 0;content:"";height:3px;inset:0 0 auto;position:absolute}.promotional-modal.is-open .promotional-modal__dialog{transform:translateY(0) scale(1)}.promotional-modal[style*="--modal-position: bottom-right"]{place-items:end}.promotional-modal[style*="--modal-position: bottom-right"] .promotional-modal__dialog{margin:0 1rem 1rem auto}.promotional-modal[style*="--modal-position: bottom-left"]{place-items:end start}.promotional-modal[style*="--modal-position: bottom-left"] .promotional-modal__dialog{margin:0 auto 1rem 1rem}.promotional-modal__close{align-items:center;background:transparent;border:0;border-radius:999px;color:var(--modal-text);cursor:pointer;display:flex;font-size:1.75rem;height:2.5rem;justify-content:center;line-height:1;position:absolute;right:.75rem;top:.75rem;width:2.5rem}.promotional-modal__close:hover,.promotional-modal__close:focus-visible{background:#f3f1f51a}.promotional-modal__eyebrow{color:var(--modal-accent);font-size:var(--text-xs, .6875rem);font-weight:700;letter-spacing:.14em;margin:0 0 .75rem;text-transform:uppercase}.promotional-modal__title{color:var(--modal-text);font-size:clamp(1.75rem,5vw,2.6rem);line-height:1.05;margin:0}.promotional-modal__description{color:var(--text-subtle, rgba(243, 241, 245, .55));line-height:1.6;margin-top:1rem}.promotional-modal__description p{margin:0}.promotional-modal__button{background:var(--gradient-brand);border-radius:var(--button-radius, 999px);color:var(--text-on-dark, #F3F1F5);display:inline-flex;font-size:var(--text-sm, .875rem);font-weight:700;justify-content:center;margin-top:1.5rem;padding:.85rem 1.25rem;text-decoration:none;transition:filter var(--dur-fast, .16s) var(--ease-out, ease-out),transform var(--dur-fast, .16s) var(--ease-out, ease-out)}.promotional-modal__button:hover{filter:brightness(1.08);transform:translateY(-1px)}.promotional-modal__coupon{align-items:stretch;background:transparent;border:1px dashed var(--modal-accent);border-radius:var(--radius-md, 14px);color:var(--modal-text);cursor:pointer;display:flex;margin-top:1.5rem;min-height:4.25rem;overflow:hidden;padding:0;position:relative;text-align:left;transition:background var(--dur-fast, .16s) var(--ease-out, ease-out),transform var(--dur-fast, .16s) var(--ease-out, ease-out);width:100%}.promotional-modal__coupon:before,.promotional-modal__coupon:after{background:var(--modal-background);border:1px dashed var(--modal-accent);border-radius:50%;content:"";height:1rem;position:absolute;top:50%;transform:translateY(-50%);width:1rem}.promotional-modal__coupon:before{left:-.55rem}.promotional-modal__coupon:after{right:-.55rem}.promotional-modal__coupon:hover,.promotional-modal__coupon:focus-visible{background:#4467fd1a;transform:translateY(-1px)}.promotional-modal__coupon-content{display:flex;flex:1;flex-direction:column;justify-content:center;min-width:0;padding:.75rem 1rem}.promotional-modal__coupon-label{color:var(--text-subtle, rgba(243, 241, 245, .55));font-size:var(--text-xs, .6875rem);letter-spacing:.1em;text-transform:uppercase}.promotional-modal__coupon-code{color:var(--modal-text);font-size:var(--text-lg, 1.125rem);letter-spacing:.08em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.promotional-modal__coupon-action{align-items:center;border-left:1px dashed var(--modal-accent);color:var(--modal-accent);display:flex;font-size:var(--text-xs, .6875rem);font-weight:700;letter-spacing:.1em;padding:0 1rem;text-transform:uppercase}body.has-promotional-modal{overflow:hidden}@media(max-width:600px){.promotional-modal__dialog{padding:2rem 1.5rem}.promotional-modal[style*="--modal-position: bottom-right"] .promotional-modal__dialog,.promotional-modal[style*="--modal-position: bottom-left"] .promotional-modal__dialog{margin:0 1rem 1rem}}@media(prefers-reduced-motion:reduce){.promotional-modal,.promotional-modal__dialog,.promotional-modal__button{transition:none}}.site-header{position:sticky;top:0;z-index:200;background:#0e0e1ae0;backdrop-filter:blur(14px);-webkit-backdrop-filter:blur(14px);border-bottom:1px solid rgba(243,241,245,.07)}.site-header__inner{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1.15rem;min-height:var(--header-height, 72px);padding-inline:1.5rem;max-width:var(--layout-max-width, 1340px);margin-inline:auto}.site-header__brand{display:flex;align-items:center;gap:.75rem;text-decoration:none;flex-shrink:0}.site-header__brand-mark{width:34px;height:auto}.site-header__brand-wordmark{width:clamp(96px,9vw,128px);height:auto}.site-header__center{display:flex;flex-direction:column;align-items:center;width:fit-content;max-width:none;margin-inline:auto}.site-header__search{position:relative;width:100%}.site-header__search--actions{width:auto}.site-header__search-toggle{display:inline-flex;align-items:center;justify-content:center;gap:0;width:2.8rem;height:2.8rem;min-height:2.8rem;padding:0;border-radius:999px;background:transparent;border:none;color:#f3f1f5d1;font-size:var(--text-sm);font-weight:600;transition:background var(--dur-fast),border-color var(--dur-fast),transform var(--dur-fast),color var(--dur-fast)}.site-header__search-toggle:hover,.site-header__search-toggle[aria-expanded=true]{background:transparent;color:#fff;transform:translateY(-1px)}.site-header__search-toggle-icon{width:1.15rem;height:1.15rem}.site-header__search-panel{padding:.8rem;border-radius:var(--radius-lg, 20px);background:#f3f1f50a;border:1px solid rgba(243,241,245,.08);box-shadow:var(--shadow-soft, 0 2px 8px rgba(0, 0, 0, .28))}.site-header__search--actions .site-header__search-panel{position:fixed;top:calc(var(--header-height, 72px) + .75rem);right:1.5rem;width:min(420px,calc(100vw - 3rem));z-index:260}.site-header__search-form{display:flex;gap:.75rem}.site-header__search-input{width:100%;min-height:2.75rem;padding:.7rem 1rem;border:1px solid rgba(243,241,245,.12);border-radius:var(--radius-pill, 999px);background:#0e0e1aa6;color:var(--text-on-dark, #F3F1F5);font-size:var(--text-sm, .8125rem);transition:border-color var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-out)}.site-header__search-input::placeholder{color:#f3f1f559}.site-header__search-input:focus{outline:none;border-color:#f3f1f547;background:#0e0e1ad1}.site-header__search-submit{flex-shrink:0;min-height:2.75rem;padding-inline:1rem}.site-header__nav{display:flex;align-items:center;gap:.55rem;margin-top:.15rem;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.site-header__nav::-webkit-scrollbar{display:none}.site-header__nav-chips{display:flex;gap:.5rem;overflow-x:auto;scrollbar-width:none}.site-header__nav-chips::-webkit-scrollbar{display:none}.site-header__nav-link{display:inline-flex;align-items:center;gap:.5rem;min-height:2.15rem;padding:.4rem .8rem;font-size:var(--text-xs, .6875rem);font-weight:700;letter-spacing:.09em;text-transform:uppercase;color:#f3f1f594;text-decoration:none;white-space:nowrap;border-radius:var(--radius-pill, 999px);border:0;background:#f3f1f508;position:relative;transition:color var(--dur-fast),background var(--dur-fast),transform var(--dur-fast),box-shadow var(--dur-fast)}.site-header__nav-link:hover{color:#f3f1f5;background:#f3f1f514;transform:translateY(-1px)}.site-header__nav-link.is-active{color:#fff;background:#f3f1f517;box-shadow:inset 0 0 0 1px #ffffff0f}.site-header__nav-link.is-active:after{content:"";position:absolute;left:.75rem;right:.75rem;bottom:.28rem;height:2px;border-radius:999px;background:var(--gradient-brand)}.site-header__nav-dropdown{position:relative;display:inline-flex;align-items:center}.site-header__nav-dropdown>summary{list-style:none}.site-header__nav-dropdown>summary::-webkit-details-marker{display:none}.site-header__nav-link--dropdown{cursor:pointer}.site-header__nav-chevron{width:.9rem;height:.9rem;color:#f3f1f585;transition:transform var(--dur-base) var(--ease-out),color var(--dur-base) var(--ease-out)}.site-header__nav-dropdown:hover .site-header__nav-chevron,.site-header__nav-dropdown:focus-within .site-header__nav-chevron,.site-header__nav-dropdown[open] .site-header__nav-chevron{transform:rotate(180deg);color:#f3f1f5d1}.site-header__submenu{position:absolute;top:100%;left:0;z-index:30;width:max-content;min-width:280px;max-width:min(420px,calc(100vw - 2rem));padding-top:.85rem;opacity:0;transform:translateY(12px) scale(.98);transform-origin:top left;visibility:hidden;pointer-events:none;transition:opacity var(--dur-base) var(--ease-out),transform var(--dur-base) var(--ease-out),visibility 0s linear var(--dur-base)}.site-header__nav-dropdown:hover>.site-header__submenu,.site-header__nav-dropdown:focus-within>.site-header__submenu,.site-header__nav-dropdown[open]>.site-header__submenu{opacity:1;transform:translateY(0) scale(1);visibility:visible;pointer-events:auto;transition-delay:0s}.site-header__submenu-panel{position:relative;padding:.9rem;border-radius:24px;background:radial-gradient(circle at top right,rgba(68,103,253,.14),transparent 34%),linear-gradient(180deg,#11101bfa,#0e0e18fa);border:1px solid rgba(243,241,245,.08);box-shadow:0 24px 60px #00000061;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.site-header__submenu-panel:before{content:"";position:absolute;top:-.4rem;left:1.4rem;width:.8rem;height:.8rem;transform:rotate(45deg);background:linear-gradient(135deg,#11101bfa,#0e0e18fa);border-left:1px solid rgba(243,241,245,.08);border-top:1px solid rgba(243,241,245,.08)}.site-header__submenu-links{display:grid;gap:.35rem}.site-header__submenu-link{display:flex;align-items:center;justify-content:flex-start;gap:.6rem;min-height:2.6rem;padding:.7rem .85rem;border-radius:16px;color:#f3f1f5b8;text-decoration:none;background:#f3f1f505;transition:transform var(--dur-fast),background var(--dur-fast),color var(--dur-fast)}.site-header__submenu-link:hover,.site-header__submenu-link.is-active{color:#fff;background:#f3f1f514;transform:translate(2px)}.site-header__submenu-link--all{justify-content:space-between;margin-bottom:.35rem;font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f580}.site-header__submenu-link--all span{font-size:var(--text-sm);letter-spacing:0;text-transform:none;color:#f3f1f5d1}.site-header__nav-link-meta{font-size:.625rem;line-height:1;font-weight:700;color:#ffffffeb;background:#0e0e1a38;border-radius:999px;padding:.18rem .45rem}.site-header__actions{display:flex;align-items:center;justify-content:flex-end;gap:.15rem;flex-shrink:0}.site-header__icon-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:var(--radius-pill, 999px);color:#f3f1f5a6;text-decoration:none;position:relative;transition:color var(--dur-fast),background var(--dur-fast)}.site-header__icon-btn:hover{color:#f3f1f5;background:#f3f1f514}.site-header__cart-badge{position:absolute;top:2px;right:2px;min-width:14px;height:14px;border-radius:999px;background:var(--gradient-brand);display:flex;align-items:center;justify-content:center;font-size:8px;font-weight:700;color:#fff;padding:0 3px}.site-header__menu-btn{display:none}@media(max-width:1023px){.site-header__center{display:none}.site-header__search-panel{padding:.7rem}.site-header__search--actions .site-header__search-panel{top:calc(var(--header-height, 72px) + .6rem);right:1rem;width:calc(100vw - 2rem)}.site-header__menu-btn{display:flex}}@media(min-width:1024px){.site-header__center{display:flex;flex-direction:column;align-items:center;grid-column:2;justify-self:center}.site-header__nav{justify-content:center;overflow:visible}.site-header__nav-chips{overflow:visible}}.mobile-menu{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;background:var(--ink-900, #0E0E1A);padding:1.25rem;overflow-y:auto;flex-direction:column;gap:1.5rem}.mobile-menu.is-open{display:flex}.mobile-menu__close{align-self:flex-end;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#f3f1f514;color:var(--text-on-dark, #F3F1F5);border:none;cursor:pointer}.mobile-menu__brand{display:inline-flex;align-items:center;gap:.75rem;width:fit-content;text-decoration:none}.mobile-menu__brand-mark{width:28px;height:auto}.mobile-menu__brand-wordmark{width:122px;height:auto}.mobile-menu__search{margin-bottom:1rem}.mobile-menu__nav{display:grid;gap:.9rem}.mobile-menu__nav-label{margin:0;font-size:var(--text-xs);font-weight:700;letter-spacing:.16em;text-transform:uppercase;color:#f3f1f561}.mobile-menu__nav-chips{display:flex;flex-wrap:wrap;gap:.65rem}.mobile-menu__nav-list{display:grid;gap:.65rem}.mobile-menu__nav-link{display:inline-flex;align-items:center;justify-content:space-between;gap:.65rem;min-height:2.4rem;padding:.45rem .9rem;font-size:var(--text-sm, .8125rem);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#f3f1f59e;text-decoration:none;border-radius:999px;background:#f3f1f50a;border:0;transition:background var(--dur-fast),transform var(--dur-fast),color var(--dur-fast),box-shadow var(--dur-fast)}.mobile-menu__nav-link:hover{color:#fff;background:#f3f1f514;transform:translateY(-1px)}.mobile-menu__nav-link.is-active{color:#fff;background:#f3f1f517;box-shadow:inset 0 0 0 1px #ffffff0f}.mobile-menu__nav-link.is-active{color:#fff;background:var(--gradient-brand);border-color:transparent}.mobile-menu__dropdown{display:grid;gap:.5rem}.mobile-menu__dropdown>summary{list-style:none}.mobile-menu__dropdown>summary::-webkit-details-marker{display:none}.mobile-menu__nav-link--toggle{width:100%;cursor:pointer}.mobile-menu__nav-chevron{width:.9rem;height:.9rem;color:#f3f1f585;transition:transform var(--dur-base) var(--ease-out),color var(--dur-base) var(--ease-out)}.mobile-menu__dropdown[open] .mobile-menu__nav-chevron{transform:rotate(180deg);color:#f3f1f5d1}.mobile-menu__submenu{display:grid;gap:.4rem;padding:.1rem 0 .2rem .75rem;border-left:1px solid rgba(243,241,245,.08);margin-left:.85rem}.mobile-menu__submenu-link{display:flex;align-items:center;min-height:2.25rem;padding:.55rem .8rem;border-radius:14px;font-size:var(--text-sm);color:#f3f1f5a3;text-decoration:none;background:#f3f1f508;transition:transform var(--dur-fast),background var(--dur-fast),color var(--dur-fast)}.mobile-menu__submenu-link:hover,.mobile-menu__submenu-link.is-active{color:#fff;background:#f3f1f514;transform:translate(2px)}.mobile-menu__submenu-link--all{font-size:var(--text-xs);font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#f3f1f575}.mobile-menu__submenu-link--all span{font-size:var(--text-sm);letter-spacing:0;text-transform:none;color:#f3f1f5d1}body.has-open-drawer{overflow:hidden}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:320;pointer-events:none;visibility:hidden}.cart-drawer.is-open{pointer-events:auto;visibility:visible}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#0909109e;opacity:0;transition:opacity var(--dur-base);z-index:0}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;width:min(92vw,420px);height:100%;background:var(--ink-900, #0E0E1A);border-left:1px solid rgba(243,241,245,.08);box-shadow:-18px 0 40px #00000059;display:flex;flex-direction:column;gap:.85rem;padding:1rem;transform:translate(100%);transition:transform var(--dur-base);overflow-y:auto;z-index:1;pointer-events:auto}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.cart-drawer__eyebrow{margin:0;font-size:var(--text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f3f1f56b}.cart-drawer__title{margin:.2rem 0 0;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.4rem,2.4vw,2rem);font-weight:400;letter-spacing:-.03em;color:var(--text-on-dark, #F3F1F5)}.cart-drawer__close{width:2.5rem;height:2.5rem;display:inline-flex;align-items:center;justify-content:center;border:0;border-radius:999px;background:#f3f1f514;color:var(--text-on-dark, #F3F1F5);cursor:pointer}.cart-drawer__items{display:grid;gap:.85rem;padding-top:.25rem}.cart-drawer-item{display:grid;grid-template-columns:72px minmax(0,1fr);gap:.85rem;padding:.85rem;border-radius:16px;background:#f3f1f508;border:1px solid rgba(243,241,245,.08)}.cart-drawer-item__media{width:72px;height:72px;border-radius:12px;overflow:hidden;background:var(--ink-700, #232030);display:block}.cart-drawer-item__image,.cart-drawer-item__image img{width:100%;height:100%;object-fit:cover}.cart-drawer-item__content{min-width:0;display:grid;gap:.35rem}.cart-drawer-item__title{margin:0;font-size:var(--text-sm);font-weight:600;line-height:1.35}.cart-drawer-item__title a{color:var(--text-on-dark, #F3F1F5);text-decoration:none}.cart-drawer-item__variant{margin:0;font-size:var(--text-xs);color:#f3f1f57a}.cart-drawer-item__quantity{display:grid;gap:.35rem}.cart-drawer-item__quantity span{font-size:.68rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f56b}.cart-drawer-item__quantity-stepper{display:inline-grid;grid-template-columns:2.15rem minmax(3.2rem,4rem) 2.15rem;align-items:stretch;gap:.18rem}.cart-drawer-item__quantity-button,.cart-drawer-item__quantity input{min-height:2.15rem;border-radius:12px;border:1px solid rgba(243,241,245,.12);background:#0e0e1ab3;color:var(--text-on-dark, #F3F1F5)}.cart-drawer-item__quantity-button{width:2.15rem;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.1rem;line-height:1;transition:border-color var(--dur-fast),background var(--dur-fast),transform var(--dur-fast)}.cart-drawer-item__quantity-button:hover{border-color:#f3f1f53d;background:#f3f1f50f;transform:translateY(-1px)}.cart-drawer-item__quantity input{width:100%;padding:.45rem .4rem;text-align:center;-webkit-appearance:textfield;appearance:textfield;min-width:0}.cart-drawer-item__quantity input::-webkit-outer-spin-button,.cart-drawer-item__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer-item__meta{display:flex;align-items:center;justify-content:space-between;gap:.75rem;font-size:var(--text-xs);color:#f3f1f59e}.cart-drawer-item__meta strong{color:var(--text-on-dark, #F3F1F5)}.cart-drawer-item__installments,.cart-page-item__installments{margin:0;font-size:var(--text-xs);font-weight:500;line-height:1.35;color:#f3f1f59e}.cart-drawer-item__remove,.cart-page-item__remove{display:inline-flex;align-items:center;gap:.45rem;width:fit-content;margin-top:.15rem;padding:0;border:0;background:transparent;-webkit-appearance:none;appearance:none;font:inherit;cursor:pointer;color:#f3f1f59e;text-decoration:none;font-size:var(--text-xs);font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:color var(--dur-fast),transform var(--dur-fast)}.cart-drawer-item__remove:hover,.cart-page-item__remove:hover{color:#fff;transform:translateY(-1px)}.cart-drawer-item__remove svg,.cart-page-item__remove svg{width:1rem;height:1rem;flex-shrink:0}.cart-drawer__summary{margin-top:auto;display:grid;gap:.8rem;padding-top:1rem;border-top:1px solid rgba(243,241,245,.08)}.cart-drawer__row{display:flex;justify-content:space-between;gap:1rem;color:#f3f1f5b3}.cart-drawer__row strong{color:var(--text-on-dark, #F3F1F5)}.cart-drawer__note{margin:0;font-size:var(--text-xs);color:#f3f1f56b}.cart-drawer__shipping{display:grid;gap:.5rem;padding:.9rem;border-radius:16px;background:#f3f1f508;border:1px solid rgba(243,241,245,.08)}.cart-drawer__shipping-label{font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f56b}.cart-drawer__shipping-row{display:flex;gap:.5rem}.cart-drawer__shipping-input{flex:1;min-width:0;min-height:2.65rem;padding:.65rem .85rem;border-radius:14px;border:1px solid rgba(243,241,245,.12);background:#0e0e1ab3;color:var(--text-on-dark, #F3F1F5)}.cart-drawer__shipping-input::placeholder{color:#f3f1f559}.cart-drawer__shipping-input:focus{outline:none;border-color:#f3f1f547}.cart-drawer__shipping-button{white-space:nowrap}.cart-drawer__shipping-hint{margin:0;font-size:var(--text-xs);color:#f3f1f56b}.cart-drawer__shipping-hint.is-error{color:#ff9da9}.cart-drawer__shipping-address{margin:0;font-size:var(--text-xs);color:#f3f1f5ad;line-height:1.5}.cart-drawer__shipping-results{display:grid;gap:.5rem}.cart-drawer__shipping-rate{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;padding:.85rem .95rem;border-radius:14px;background:#f3f1f50a;border:1px solid rgba(243,241,245,.08)}.cart-drawer__shipping-rate strong{display:block;color:var(--text-on-dark, #F3F1F5)}.cart-drawer__shipping-rate p{margin:.2rem 0 0;color:#f3f1f585;font-size:var(--text-xs)}.cart-drawer__shipping-rate span{color:var(--text-on-dark, #F3F1F5);font-weight:700;white-space:nowrap}.cart-drawer__shipping-empty{margin:0;padding:.85rem .95rem;border-radius:14px;background:#f3f1f50a;border:1px solid rgba(243,241,245,.08);color:#f3f1f59e}.cart-drawer__coupon{display:grid;gap:.5rem;padding:.9rem;border-radius:16px;background:#f3f1f508;border:1px solid rgba(243,241,245,.08)}.cart-drawer__coupon-label{font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f56b}.cart-drawer__coupon-row{display:flex;gap:.5rem}.cart-drawer__coupon-input{flex:1;min-width:0;min-height:2.65rem;padding:.65rem .85rem;border-radius:14px;border:1px solid rgba(243,241,245,.12);background:#0e0e1ab3;color:var(--text-on-dark, #F3F1F5)}.cart-drawer__coupon-input::placeholder{color:#f3f1f559}.cart-drawer__coupon-input:focus{outline:none;border-color:#f3f1f547}.cart-drawer__coupon-button{white-space:nowrap}.cart-drawer__coupon-hint{margin:0;font-size:var(--text-xs);color:#f3f1f56b}.cart-drawer__actions{display:grid;gap:.65rem}.cart-drawer__checkout,.cart-drawer__finalize{width:100%}.cart-drawer__empty{margin-top:.5rem;padding:1.25rem;border-radius:16px;background:#f3f1f508;border:1px solid rgba(243,241,245,.08);color:#f3f1f5ad}.hero-split{display:grid;grid-template-columns:1fr;min-height:380px}@media(min-width:900px){.hero-split{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}}@media(min-width:900px){.hero-split--has-image{height:clamp(460px,45vw,770px);min-height:0}.hero-split--has-image .hero-split__main,.hero-split--has-image .hero-split__editorial{min-height:100%}}.hero-split__main{display:flex;flex-direction:column;justify-content:center;padding:0;background:var(--gradient-hero-left, #181935);min-height:380px}.hero-split__editorial{display:flex;flex-direction:column;justify-content:center;padding:0;background:var(--ink-800, #17151F);border-left:1px solid rgba(243,241,245,.05);overflow:hidden}@media(min-width:1100px){.hero-split__main,.hero-split__editorial{min-height:400px}}@media(min-width:1100px){.hero-split--has-image .hero-split__inner{padding:2.15rem clamp(2rem,3vw,2.5rem) 2.35rem}.hero-split--has-image .hero-split__title{font-size:clamp(2.65rem,4.85vw,5rem);line-height:.95;letter-spacing:-.045em;margin-bottom:1rem;max-width:11ch}.hero-split--has-image .hero-split__body{margin-bottom:1.45rem;max-width:38ch;font-size:1.04rem;line-height:1.7}}.hero-split__inner{width:min(100%,1180px);margin-inline:auto;display:flex;flex-direction:column;justify-content:flex-end;padding:2.5rem clamp(1.25rem,3vw,2.5rem) 2.75rem}@media(min-width:1100px){.hero-split__inner{max-width:700px;padding:2.75rem clamp(2rem,3.5vw,3rem) 3rem}}.hero-split__inner--editorial{justify-content:center}.hero-split__eyebrow{margin-bottom:1.25rem}.hero-split__title{font-family:var(--font-display, Georgia, serif);font-size:clamp(2.35rem,4.9vw,4.9rem);font-weight:400;line-height:.96;letter-spacing:-.04em;color:var(--text-on-dark, #F3F1F5);margin:0 0 1rem;max-width:12ch}.hero-split__body{font-size:clamp(1rem,1.3vw,1.08rem);color:#f3f1f5b3;max-width:42ch;margin:0 0 1.35rem;line-height:1.72}.hero-split__buttons{display:flex;flex-wrap:wrap;gap:.9rem;align-items:center}.hero-split__buttons .button{min-height:3.2rem;padding-inline:1.45rem}.hero-split__buttons .link-arrow{font-size:.95rem}.hero-split__editorial-label{margin-bottom:2rem}.hero-split__editorial-title{font-family:var(--font-display, Georgia, serif);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:400;line-height:1.1;letter-spacing:-.025em;color:var(--text-on-dark, #F3F1F5);margin:0 0 1.5rem;max-width:22ch}.hero-split__editorial-body{font-size:var(--text-sm);color:#f3f1f580;line-height:1.65;max-width:38ch;margin:0 0 2rem}.hero-split__media{width:100%;height:100%;position:relative;overflow:hidden}.hero-split__image{width:100%;height:100%;object-fit:cover;object-position:center;display:block}@media(max-width:899px){.hero-split__main,.hero-split__editorial{min-height:auto}.hero-split__main{padding-block:0}.hero-split__inner{width:100%;padding:2rem 1.25rem 2.25rem}.hero-split__editorial{min-height:280px}}.category-grid{background:var(--ink-900, #0E0E1A)}.category-grid__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}@media(min-width:600px){.category-grid__grid{grid-template-columns:repeat(6,1fr)}}.category-card{display:flex;flex-direction:column;gap:.875rem;padding:1rem;background:var(--ink-800, #17151F);border-radius:var(--radius-md, 14px);border:1px solid rgba(243,241,245,.06);text-decoration:none;color:var(--text-on-dark);transition:transform var(--dur-fast) var(--ease-out),border-color var(--dur-fast)}.category-card:hover{transform:translateY(-3px);border-color:#f3f1f529}.category-card__name{font-size:var(--text-xs);font-weight:500;color:#f3f1f5a6;line-height:1.3}.category-card__count{font-size:.625rem;color:#f3f1f561}.product-card{position:relative;background:linear-gradient(180deg,#ffffff0a,#f3f1f505),var(--ink-800, #17151F);border-radius:20px;overflow:hidden;border:1px solid rgba(243,241,245,.08);transition:transform var(--dur-base) var(--ease-out),border-color var(--dur-base),box-shadow var(--dur-base),background var(--dur-base);text-decoration:none;color:var(--text-on-dark);display:block;box-shadow:0 10px 24px #0000002e}.product-card:hover{border-color:#f3f1f52e;box-shadow:0 24px 44px #00000057;background:linear-gradient(180deg,#ffffff0d,#f3f1f508),var(--ink-800, #17151F)}.product-card__link{display:flex;flex-direction:column;height:100%;text-decoration:none}.product-card__media{aspect-ratio:1 / 1.08;background:linear-gradient(135deg,#4467fd1a,#e41d8e0f),var(--ink-700, #232030);overflow:hidden;position:relative}.product-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#0e0e1a00 35%,#0e0e1a24);opacity:.9;pointer-events:none;transition:opacity var(--dur-base)}.product-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .36s var(--ease-out),filter .36s var(--ease-out)}.product-card:hover .product-card__media img{transform:scale(1.03);filter:saturate(1.04) contrast(1.03)}.product-card:hover .product-card__media:after{opacity:1}.product-card__wishlist{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;background:#0e0e1a8c;border-radius:999px;color:#f3f1f58c;z-index:2;border:none;cursor:pointer;transition:color var(--dur-fast),background var(--dur-fast)}.product-card__wishlist:hover{color:var(--limiar-magenta);background:#0e0e1ad1}.product-card__info,.product-card__body{padding:.95rem .95rem 1rem;display:grid;gap:.45rem}.product-grid .product-card__body,.product-showcase__grid .product-card__body,.main-404 .product-card__body{display:flex;flex-direction:column;flex:1;min-height:0}.product-grid .product-card,.product-showcase__grid .product-card,.main-404 .product-card{display:flex;flex-direction:column;height:100%}.product-grid .product-card__link,.product-showcase__grid .product-card__link,.main-404 .product-card__link{display:flex;flex-direction:column;height:100%;flex:1}.product-card__meta{margin:0;font-size:.6875rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f56b}.product-card__title{font-family:var(--font-body, "Montserrat", system-ui, sans-serif);font-size:clamp(1.05rem,1.55vw,1.22rem);font-weight:600;letter-spacing:-.015em;color:#fff;line-height:1.14;margin:0;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden;height:45px}.product-card__price{font-size:clamp(1.1rem,1.5vw,1.35rem);font-weight:700;color:#fff;display:grid;gap:.2rem;align-items:center;height:100px}.product-card__price :is(.price,.price__current,.price__sale){color:#fff}.product-card__price .price{display:grid;gap:.14rem;align-items:start}.product-card__price .price__current{font-size:1.05em;line-height:1}.product-card__price .price__compare{font-size:.84rem}.product-card__price .price__discount{font-size:.78rem;font-weight:700;letter-spacing:.02em;color:#f3f1f5e6}.product-card__price .price__installments{font-size:.8rem;font-weight:500;color:#f3f1f5b8}.product-card__price-compare{color:#f3f1f580;font-weight:400;text-decoration:line-through;margin-left:.35rem}.product-card__button{width:100%;margin-top:.25rem;background:#f3f1f50d;border:1px solid rgba(243,241,245,.1)}.product-grid .product-card__button,.product-showcase__grid .product-card__button,.main-404 .product-card__button{margin-top:auto}.product-card__button:hover{background:#f3f1f514}.product-card.is-sold-out{opacity:.9}.product-card.is-sold-out .product-card__media:after{background:linear-gradient(180deg,#0e0e1a00 35%,#0e0e1a3d)}.product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}@media(min-width:750px){.product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}}@media(min-width:1100px){.product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:1.15rem}}@media(min-width:480px)and (max-width:749px){.collection-page .product-grid,.collection-page__content[data-collection-view=grid] .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.9rem}.product-card__info,.product-card__body{padding:.95rem .95rem 1rem}.product-card__title{font-size:clamp(1.02rem,2.8vw,1.18rem);line-height:1.15}.product-card__price{font-size:clamp(1.05rem,2.9vw,1.2rem)}.product-card__button{min-height:2.75rem}}@media(max-width:479px){.collection-page .product-grid,.collection-page__content[data-collection-view=grid] .product-grid{grid-template-columns:1fr;gap:1rem}.product-card__info,.product-card__body{padding:1rem 1rem 1.05rem}.product-card__title{font-size:clamp(1.08rem,4vw,1.24rem);line-height:1.18}.product-card__price{font-size:clamp(1.12rem,4.2vw,1.32rem)}}.featured-products{background:var(--ink-900, #0E0E1A)}.featured-products .section-header{flex-direction:column;align-items:flex-start;gap:.6rem;margin-bottom:2rem}.featured-products .section-header__subtitle{text-align:left;max-width:34ch}.featured-products__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:900px){.featured-products__grid{grid-template-columns:repeat(4,1fr)}}.featured-products__carousel-shell{position:relative;display:grid;align-items:center}.featured-products__carousel{overflow:hidden;padding:.2rem 0;cursor:grab;touch-action:pan-y;user-select:none;-webkit-user-select:none}.featured-products__carousel:active{cursor:grabbing}.featured-products__carousel .keen-slider__slide{height:auto;width:clamp(220px,72vw,280px)!important;min-width:clamp(220px,72vw,280px)!important;max-width:clamp(220px,72vw,280px)!important;flex:0 0 auto!important}.featured-products__carousel .keen-slider__slide *{cursor:inherit}.featured-products__slide .product-card{height:100%;width:100%}.featured-products__arrow{position:absolute;top:50%;z-index:2;width:3rem;height:3rem;margin-top:-1.5rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(243,241,245,.1);background:#11101bb8;color:#f3f1f5d1;box-shadow:0 14px 32px #00000052;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform var(--dur-fast),background var(--dur-fast),color var(--dur-fast),border-color var(--dur-fast)}.featured-products__arrow:hover{transform:scale(1.04);background:#f3f1f514;color:#fff;border-color:#f3f1f52e}.featured-products__arrow:disabled{opacity:.35;cursor:not-allowed;transform:none}.featured-products__arrow:disabled:hover{transform:none;background:#11101bb8;color:#f3f1f5d1;border-color:#f3f1f51a}.featured-products__arrow svg{width:1rem;height:1rem}.featured-products__arrow--prev{left:.35rem}.featured-products__arrow--next{right:.35rem}.featured-products__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.featured-products__dot{width:.55rem;height:.55rem;border-radius:999px;border:0;background:#f3f1f538;transition:transform var(--dur-fast),background var(--dur-fast),width var(--dur-fast)}.featured-products__dot.is-active{width:1.65rem;background:var(--gradient-brand)}.product-page__related-carousel-shell{margin-top:1rem}@media(min-width:900px){.featured-products__carousel-shell{padding-inline:3.4rem}.featured-products__carousel .keen-slider__slide{width:clamp(240px,22vw,290px)!important;min-width:clamp(240px,22vw,290px)!important;max-width:clamp(240px,22vw,290px)!important}}.featured-products__footer{text-align:center;margin-top:2.5rem}.featured-products__empty{margin:0;grid-column:1 / -1;color:#f3f1f580;font-size:var(--text-sm)}.trust-section{background:var(--ink-800, #17151F)}.trust-section__grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}@media(min-width:750px){.trust-section__grid{grid-template-columns:repeat(4,1fr)}}.trust-item{display:flex;flex-direction:column;gap:.75rem}.trust-item__icon{width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;background:#4467fd1f;border-radius:var(--radius-sm, 8px);color:var(--limiar-accent-blue, #4467FD);flex-shrink:0}.trust-item__title{font-family:var(--font-display, Georgia, serif);font-size:var(--text-base);font-weight:500;color:var(--text-on-dark, #F3F1F5);margin:0}.trust-item__text{font-size:var(--text-sm);color:var(--text-muted, #918D8C);line-height:1.55}.faq-section{background:var(--ink-900, #0E0E1A)}.faq-section__inner{margin-inline:auto}.faq-section .section-header__title,.product-faq .section-header__title{font-family:var(--font-display, Georgia, serif);font-size:clamp(2rem,4vw,3.1rem);font-weight:400;letter-spacing:-.03em}.faq-section .section-header__subtitle,.product-faq .section-header__subtitle{font-size:var(--text-lg, 1.0625rem);line-height:1.7}.faq-section__footer{text-align:center;margin-top:3rem;display:flex;flex-direction:column;align-items:center;gap:.75rem}.faq-section__footer p{color:#f3f1f580;font-size:clamp(1.05rem,1.5vw,1.35rem);line-height:1.35;margin:0}.faq-section__footer .link-arrow{font-size:clamp(1.25rem,1.8vw,1.7rem);font-weight:500;border-bottom-width:1.5px;padding-bottom:.15rem}.faq-item{border-bottom:1px solid rgba(243,241,245,.09)}.faq-item__summary{display:flex;justify-content:space-between;align-items:center;gap:1rem;padding:1.25rem 0;cursor:pointer;list-style:none;color:var(--text-on-dark, #F3F1F5);font-weight:500;font-size:clamp(1.05rem,1.8vw,1.35rem);line-height:1.35}.faq-item__summary::-webkit-details-marker{display:none}.faq-item__summary::marker{display:none}.faq-item__sign{width:1.125rem;height:1.125rem;display:flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--limiar-accent-blue, #4467FD);transition:transform var(--dur-base) var(--ease-out)}details[open] .faq-item__sign{transform:rotate(45deg)}.faq-item__body{font-size:var(--text-base, 1rem);color:#f3f1f599;line-height:1.8;padding-bottom:1.25rem;max-width:72ch}@media(min-width:750px){.faq-item__body{font-size:var(--text-lg, 1.0625rem)}}.rich-content{background:var(--ink-900, #0E0E1A)}.rich-content__inner{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}@media(min-width:900px){.rich-content__inner{grid-template-columns:1fr 1fr;gap:5rem}.rich-content--right .rich-content__media{order:2}}.rich-content__image{width:100%;border-radius:var(--radius-lg);aspect-ratio:4/3;object-fit:cover}.rich-content__subtitle{font-size:var(--text-sm);color:var(--limiar-accent-magenta);font-weight:600;margin-bottom:1rem}.rich-content__title{font-family:var(--font-display, Georgia, serif);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:400;letter-spacing:-.02em;color:var(--text-on-dark, #F3F1F5);margin:0 0 1.25rem}.rich-content__text{font-size:var(--text-base);color:#f3f1f59e;line-height:1.7;margin-bottom:2rem}.about-page{background:var(--ink-900, #0E0E1A)}.about-page__hero{display:grid;gap:1rem;padding:1.25rem;border-radius:var(--radius-lg, 20px);background:radial-gradient(circle at top right,rgba(228,29,142,.12),transparent 32%),radial-gradient(circle at bottom left,rgba(68,103,253,.12),transparent 38%),var(--ink-800, #17151F);border:1px solid rgba(243,241,245,.08);box-shadow:var(--shadow-soft, 0 2px 8px rgba(0, 0, 0, .28))}.about-page__title{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(2.25rem,5vw,4rem);font-weight:400;line-height:1.02;letter-spacing:-.03em;color:var(--text-on-dark, #F3F1F5)}.about-page__lead,.about-page__text{color:#f3f1f59e;line-height:1.7}.about-page__actions{display:flex;flex-wrap:wrap;gap:.9rem 1rem;align-items:center}.about-page__hero-media{min-height:280px}.about-page__image{width:100%;height:100%;min-height:280px;object-fit:cover;border-radius:var(--radius-lg, 20px)}.about-page__image--placeholder{background:linear-gradient(135deg,#4467fd1f,#e41d8e1a)}.about-page__content-grid{display:grid;gap:1rem}.about-page__panel,.about-page__value-card,.about-page__editorial{padding:1.25rem;border-radius:var(--radius-lg, 20px);background:var(--ink-800, #17151F);border:1px solid rgba(243,241,245,.08);box-shadow:var(--shadow-soft, 0 2px 8px rgba(0, 0, 0, .28))}.about-page__eyebrow{margin:0 0 .35rem;font-size:var(--text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f3f1f56b}.about-page__section-title{margin:0 0 .85rem;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:400;letter-spacing:-.03em;color:var(--text-on-dark, #F3F1F5)}.about-page__values{display:grid;gap:.9rem}.about-page__value-title{margin:0 0 .5rem;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.15rem,2vw,1.45rem);font-weight:400;letter-spacing:-.02em;color:var(--text-on-dark, #F3F1F5)}.about-page__value-text{margin:0;color:#f3f1f59e;line-height:1.65}.about-page__editorial{background:radial-gradient(circle at top left,rgba(68,103,253,.08),transparent 34%),var(--ink-800, #17151F)}@media(min-width:900px){.about-page__hero{grid-template-columns:minmax(0,1.05fr) minmax(320px,.95fr);gap:1.25rem;align-items:stretch}.about-page__content-grid{grid-template-columns:minmax(0,1fr) minmax(320px,.78fr);align-items:start}}@media(max-width:749px){.about-page__hero-media,.about-page__image{min-height:220px}}.purchase-highlights{position:fixed;right:max(1rem,env(safe-area-inset-right));bottom:max(1rem,env(safe-area-inset-bottom));z-index:80;width:min(21rem,calc(100vw - 2rem));pointer-events:none}.purchase-highlights__card{display:grid;grid-template-columns:2.35rem minmax(0,1fr) auto;align-items:center;gap:.75rem;padding:.9rem .75rem .9rem .9rem;border:1px solid rgba(243,241,245,.14);border-radius:var(--radius-base, 14px);background:var(--ink-700, #232030);box-shadow:var(--card-shadow, 0 4px 24px rgba(0, 0, 0, .32));color:var(--text-on-dark, #f3f1f5);opacity:0;transform:translateY(.75rem);transition:opacity .22s var(--ease-out, ease),transform .22s var(--ease-out, ease);pointer-events:auto}.purchase-highlights__card.is-visible{opacity:1;transform:translateY(0)}.purchase-highlights__icon{display:grid;width:2.35rem;height:2.35rem;place-items:center;border-radius:50%;background:var(--gradient-brand, linear-gradient(90deg, #3546f0, #8a34c8, #e41d8e));color:#fff}.purchase-highlights__icon svg{width:1.15rem;height:1.15rem}.purchase-highlights__eyebrow{margin:0 0 .15rem;color:var(--text-muted, #918d8c);font-size:.62rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.purchase-highlights__text{margin:0;overflow:hidden;color:var(--text-on-dark, #f3f1f5);font-size:.75rem;line-height:1.35}.purchase-highlights__text strong{font-weight:700}.purchase-highlights__purchase-line{display:block}.purchase-highlights__product{font-weight:600}.purchase-highlights__time{display:block;margin-top:.2rem;color:var(--text-muted, #918d8c)}.purchase-highlights__close{align-self:start;min-width:1.5rem;min-height:1.5rem;color:var(--text-muted, #918d8c);font-size:1.25rem;line-height:1}.purchase-highlights__close:hover{color:var(--text-on-dark, #f3f1f5)}.purchase-highlights__items{display:none}@media(max-width:480px){.purchase-highlights{right:max(.75rem,env(safe-area-inset-right));bottom:max(.75rem,env(safe-area-inset-bottom));width:min(20rem,calc(100vw - 1.5rem))}}@media(prefers-reduced-motion:reduce){.purchase-highlights__card{transition:none}}.contact-page{background:radial-gradient(circle at top center,rgba(68,103,253,.12),transparent 34%),radial-gradient(circle at 20% 15%,rgba(228,29,142,.08),transparent 24%),var(--ink-900, #0E0E1A)}.contact-page__container{max-width:780px}.contact-page__breadcrumbs{justify-content:center}.contact-page__header{justify-items:center;text-align:center;max-width:58ch;margin-inline:auto}.contact-page__eyebrow{margin-bottom:0}.contact-page__title{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(2.25rem,6vw,4.25rem);font-weight:400;line-height:1.02;letter-spacing:-.03em;color:var(--text-on-dark, #F3F1F5)}.contact-page__lead,.contact-page__response,.contact-page__help{color:#f3f1f59e;line-height:1.65}.contact-page__response{margin:0;font-size:var(--text-sm);font-weight:600;letter-spacing:.02em}.contact-page__socials{width:100%;max-width:58ch;margin-inline:auto;margin-bottom:1rem;padding:1rem 1.1rem;border-radius:var(--radius-lg, 20px);background:#f3f1f50a;border:1px solid rgba(243,241,245,.08)}.contact-page__socials-title{margin:0 0 .65rem;font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f557}.contact-page__socials-grid{display:flex;flex-wrap:wrap;gap:.65rem}.contact-page__social-link{display:inline-flex;align-items:center;min-height:2.3rem;padding:.35rem .85rem;border-radius:999px;border:1px solid rgba(243,241,245,.12);background:#f3f1f50a;color:#f3f1f5d1;text-decoration:none;font-size:var(--text-sm);line-height:1;transition:transform var(--dur-fast),background var(--dur-fast),border-color var(--dur-fast),color var(--dur-fast)}.contact-page__social-link:hover{transform:translateY(-1px);background:#f3f1f514;border-color:#f3f1f529;color:var(--text-on-dark, #F3F1F5)}.contact-page__social-link--email{overflow-wrap:anywhere;word-break:break-word}.contact-page__panel{width:100%;padding:1.25rem;border-radius:var(--radius-lg, 20px);background:radial-gradient(circle at top right,rgba(68,103,253,.08),transparent 36%),#f3f1f508;border:1px solid rgba(243,241,245,.08);box-shadow:var(--shadow-soft, 0 2px 8px rgba(0, 0, 0, .28))}.contact-page__form{gap:1rem}.contact-page__fields{display:grid;gap:1rem}.contact-page__textarea{min-height:11rem}.contact-page__message{padding:.95rem 1rem;border-radius:var(--radius-md, 14px);line-height:1.55}.contact-page__message--success{border:1px solid rgba(91,207,123,.35);background:#5bcf7b14;color:#d7f6df}.contact-page__message--error{border:1px solid rgba(228,29,142,.35);background:#e41d8e14}.contact-page__actions{display:grid;gap:.75rem;justify-items:center}.contact-page__submit{width:100%}.contact-page__help{margin:0;font-size:var(--text-sm);text-align:center;max-width:48ch}.contact-page__editorial{max-width:58ch;margin-inline:auto;text-align:center;color:#f3f1f59e;line-height:1.7}@media(min-width:750px){.contact-page__socials{padding:1.1rem 1.25rem}.contact-page__panel{padding:1.5rem}.contact-page__fields{grid-template-columns:repeat(2,minmax(0,1fr))}.contact-page__submit{width:auto;min-width:220px}}.final-cta{background:var(--gradient-cta, var(--ink-900, #0E0E1A));text-align:center;padding-block:var(--space-9, 7rem)}.final-cta__inner{display:flex;flex-direction:column;align-items:center;gap:0}.final-cta__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-top:2.5rem}.final-cta__title{font-family:var(--font-display, Georgia, serif);font-size:clamp(2rem,5vw,4rem);font-weight:400;letter-spacing:-.03em;line-height:1.06;color:var(--text-on-dark, #F3F1F5);margin:0 0 1.25rem}.final-cta__body{font-size:var(--text-base);color:#f3f1f594;max-width:54ch;margin-inline:auto;margin-bottom:2.5rem;line-height:1.65}.site-footer{background:var(--ink-800, #17151F);border-top:1px solid rgba(243,241,245,.07);padding-top:var(--space-8, 4.5rem)}.site-footer__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:750px){.site-footer__grid{grid-template-columns:2fr 1fr 1fr .8fr 2.1fr;gap:1.5rem}}.site-footer__logo{display:flex;align-items:center;gap:.7rem;text-decoration:none;margin-bottom:.875rem}.site-footer__logo-mark{width:30px;height:auto}.site-footer__logo-wordmark{width:112px;height:auto}.site-footer__tagline{font-size:var(--text-sm);color:#f3f1f566;line-height:1.6;max-width:28ch;margin:0}.site-footer__social-list--brand{margin-top:1rem}.site-footer__col-title{font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f54d;margin-bottom:1.125rem}.site-footer__category-column{min-width:0}.site-footer__chip-grid{display:flex;flex-wrap:wrap;gap:.65rem}.site-footer__chip{display:inline-flex;align-items:center;min-height:2.25rem;padding:.4rem .8rem;border-radius:999px;font-size:var(--text-sm);color:#f3f1f5d1;text-decoration:none;background:#f3f1f50a;border:1px solid rgba(243,241,245,.08);transition:background var(--dur-fast),border-color var(--dur-fast),transform var(--dur-fast),color var(--dur-fast)}.site-footer__chip:hover{color:#fff;background:#f3f1f514;border-color:#f3f1f524;transform:translateY(-1px)}.site-footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.625rem}.site-footer__links a{font-size:var(--text-sm);color:#f3f1f580;text-decoration:none;transition:color var(--dur-fast)}.site-footer__links a:hover{color:var(--text-on-dark, #F3F1F5)}.site-footer__contact,.site-footer__contact-stack{min-width:0}.site-footer__contact-email{display:block;max-width:100%;white-space:nowrap;font-size:.92rem;line-height:1.5;color:#f3f1f5d1;text-decoration:none;margin-bottom:.9rem}.site-footer__contact-email:hover{color:var(--text-on-dark, #F3F1F5)}.site-footer__social-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem .9rem}.site-footer__social-list--brand{justify-content:flex-start}.site-footer__social-list a{display:inline-flex;align-items:center;min-height:2.1rem;padding:.25rem 0;font-size:var(--text-sm);color:#f3f1f580;text-decoration:none;transition:color var(--dur-fast)}.site-footer__social-list a:hover{color:var(--text-on-dark, #F3F1F5)}.site-footer__newsletter{margin-top:1.5rem}.site-footer__newsletter form{display:flex;gap:.5rem}.site-footer__newsletter input[type=email]{flex:1;min-height:2.375rem;padding:.5rem .875rem;background:#f3f1f50f;border:1px solid rgba(243,241,245,.1);border-radius:var(--radius-pill, 999px);color:var(--text-on-dark, #F3F1F5);font-size:var(--text-sm);min-width:0}.site-footer__newsletter input::placeholder{color:#f3f1f547}.site-footer__newsletter input:focus{outline:none;border-color:#f3f1f540}.site-footer__newsletter button{min-height:2.375rem;padding:.5rem 1.125rem;border-radius:var(--radius-pill, 999px);background:#f3f1f51a;color:var(--text-on-dark, #F3F1F5);font-size:var(--text-sm);font-weight:600;border:1px solid rgba(243,241,245,.14);cursor:pointer;white-space:nowrap;transition:background var(--dur-fast)}.site-footer__newsletter button:hover{background:#f3f1f52e}.site-footer__bar{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap;margin-top:1rem;padding-block:1.125rem;border-top:1px solid rgba(243,241,245,.07);font-size:var(--text-xs);color:#f3f1f547}.site-footer__bar-copy{display:flex;align-items:center;gap:.875rem;flex-wrap:wrap}.site-footer__bar a{color:#f3f1f547;text-decoration:none}.site-footer__bar a:hover{color:#f3f1f58c}.site-footer__trust{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-top:2.25rem;margin-bottom:.15rem}.site-footer__security-note{display:inline-flex;align-items:center;gap:.45rem;min-height:1.75rem;font-size:var(--text-xs);letter-spacing:.08em;text-transform:uppercase;color:#f3f1f56b}.site-footer__security-badge{display:inline-flex;align-items:center;justify-content:flex-start;max-width:6rem;min-height:1.25rem;flex:0 0 auto;text-decoration:none;opacity:.88;transition:opacity var(--dur-fast),transform var(--dur-fast)}.site-footer__security-badge:hover{opacity:1;transform:translateY(-1px)}.site-footer__security-badge img{width:100%;height:100%;display:block;object-fit:contain}.site-footer__payment-list{list-style:none;display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:.35rem;padding:0;margin:0}.site-footer__payment-item{display:inline-flex;align-items:center;justify-content:center;min-width:2.55rem;min-height:1.8rem;padding:.16rem .24rem;border-radius:999px;background:#f3f1f50a;border:1px solid rgba(243,241,245,.08)}.site-footer__payment-image{display:block;width:auto;height:1.45rem;max-width:4.25rem;object-fit:contain;filter:grayscale(1) contrast(1.87) brightness(.85);opacity:1}.site-footer__payment-image--pix{height:1.45rem;max-width:4.25rem;filter:none;opacity:1}.site-footer__payment-mark{display:inline-flex;align-items:center;justify-content:center;width:4.25rem;height:1.45rem}.site-footer__payment-mark svg{display:block;width:100%;height:100%;filter:grayscale(1) contrast(1.15) brightness(.45);opacity:.92}@media(max-width:749px){.site-footer__trust,.site-footer__payment-list{justify-content:flex-start}}.main-product{background:var(--ink-900, #0E0E1A);padding:50px 0}.product-page__layout{display:grid;gap:1.25rem}.product-page__top{display:grid;gap:1rem;align-items:start}@media(min-width:900px){.product-page__top{grid-template-columns:minmax(0,1.08fr) minmax(320px,.92fr);gap:1.25rem}.product-page__summary{position:sticky;top:92px}}.product-page__gallery,.product-page__summary,.product-page__panel,.product-comments{background:var(--ink-800, #17151F);border:1px solid rgba(243,241,245,.07);border-radius:var(--radius-lg, 20px);box-shadow:var(--shadow-soft, 0 2px 8px rgba(0, 0, 0, .28))}.product-page__gallery{padding:.9rem}.product-gallery__main{position:relative;aspect-ratio:1/1;border-radius:var(--radius-md, 14px);overflow:hidden;background:var(--ink-700)}.product-gallery__controls{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:space-between;pointer-events:none;padding:0 .6rem;z-index:2}.product-gallery__arrow{pointer-events:auto;width:2.9rem;height:2.9rem;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(243,241,245,.14);background:#0e0e1a7a;color:var(--text-on-dark);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);cursor:pointer;transition:transform var(--dur-fast),border-color var(--dur-fast),background var(--dur-fast)}.product-gallery__arrow:hover{transform:translateY(-1px);border-color:#f3f1f54d;background:#0e0e1a9e}.product-gallery__arrow svg{width:1.1rem;height:1.1rem}.product-gallery__item{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--dur-fast),visibility 0s linear var(--dur-fast)}.product-gallery__item.is-active{opacity:1;visibility:visible;pointer-events:auto;transition:opacity var(--dur-fast)}.product-gallery__item>*,.product-gallery__item img,.product-gallery__item video,.product-gallery__item iframe,.product-gallery__item model-viewer{width:100%;height:100%}.product-gallery__item img,.product-gallery__item video{object-fit:cover}.product-gallery__main img{width:100%;height:100%;object-fit:cover}.product-gallery__thumbs{display:flex;gap:.625rem;margin-top:.875rem;overflow-x:auto;scrollbar-width:none}.product-gallery__thumbs-wrap{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.5rem;margin-top:.875rem}.product-gallery__thumbs-wrap .product-gallery__thumbs{margin-top:0}.product-gallery__thumbs{cursor:grab;touch-action:pan-x}.product-gallery__thumbs.is-dragging{cursor:grabbing;-webkit-user-select:none;user-select:none}.product-gallery__thumb-arrow{width:2.4rem;height:2.4rem;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;border:1px solid rgba(243,241,245,.14);background:#f3f1f50a;color:var(--text-on-dark);cursor:pointer;transition:transform var(--dur-fast),border-color var(--dur-fast),background var(--dur-fast)}.product-gallery__thumb-arrow:hover{transform:translateY(-1px);border-color:#f3f1f547;background:#f3f1f514}.product-gallery__thumb-arrow svg{width:1rem;height:1rem}.product-gallery__thumb{position:relative;width:72px;height:72px;flex-shrink:0;border-radius:var(--radius-sm);overflow:hidden;border:2px solid transparent;cursor:pointer;background:var(--ink-700);transition:border-color var(--dur-fast),transform var(--dur-fast)}.product-gallery__thumb:hover{transform:translateY(-1px)}.product-gallery__thumb.is-active{border-color:var(--limiar-accent-blue)}.product-gallery__thumb img{width:100%;height:100%;object-fit:cover}.product-gallery__thumb-play{position:absolute;inset:50% auto auto 50%;display:inline-flex;width:2rem;height:2rem;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.72);border-radius:999px;background:#0e0e1ab8;color:#fff;box-shadow:0 2px 8px #00000047;pointer-events:none;transform:translate(-50%,-50%)}.product-gallery__thumb-play svg{width:1rem;height:1rem}.product-gallery__placeholder{aspect-ratio:1 / 1;border-radius:var(--radius-md, 14px);background:linear-gradient(135deg,#4467fd1f,#e41d8e14)}.product-page__summary{padding:.9rem}.product-summary__card{gap:.85rem}.product-summary__hero{padding:.25rem 0 1rem;border-bottom:1px solid rgba(243,241,245,.08)}.product-summary__vendor{margin:0;font-size:var(--text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f3f1f56b}.product-summary__title{font-family:var(--font-display, Georgia, serif);font-size:clamp(2rem,4vw,3.25rem);font-weight:400;letter-spacing:-.03em;line-height:1.02;color:var(--text-on-dark, #F3F1F5);margin:0}.product-summary__price{font-size:var(--text-xl);font-weight:700;color:var(--text-on-dark);display:grid;gap:.28rem}.product-summary__price .price{display:grid;gap:.16rem;align-items:start}.product-summary__price .price__current{font-size:clamp(1.55rem,4vw,2.1rem);line-height:1}.product-summary__price .price__compare{font-size:.95rem}.product-summary__price .price__discount{font-size:.92rem;font-weight:700;color:#f3f1f5e6}.product-summary__price .price__installments{font-size:.95rem;font-weight:500;color:#f3f1f5c7}.product-summary__meta{list-style:none;display:flex;flex-wrap:wrap;gap:.5rem;margin:.25rem 0 0;padding:0}.product-summary__meta-item{display:inline-flex;align-items:center;gap:.45rem;padding:.45rem .75rem;border-radius:999px;background:#f3f1f50a;border:1px solid rgba(243,241,245,.08);font-size:var(--text-xs)}.product-summary__meta-label{color:#f3f1f56b}.product-summary__meta-value{color:var(--text-on-dark);font-weight:700}.product-summary__meta-item.is-available{border-color:#3546f040}.product-summary__meta-item.is-unavailable{border-color:#e41d8e38}.product-summary__form{padding-top:.25rem;border-top:1px solid rgba(243,241,245,.08)}.product-personalization{margin-top:20px;margin-bottom:.85rem;padding:1rem;border-radius:var(--radius-lg, 20px);background:linear-gradient(180deg,#f3f1f50d,#f3f1f508);border:1px solid rgba(243,241,245,.08)}.product-personalization__title{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.1rem,2vw,1.35rem);font-weight:400;line-height:1.08;color:var(--text-on-dark, #F3F1F5)}.product-personalization__subtitle{margin:.25rem 0 0;color:#f3f1f5b3;font-size:var(--text-sm)}.product-personalization__alert{margin:0;padding:.75rem .9rem;border-radius:14px;border:1px solid rgba(243,241,245,.12);background:#f3f1f50d;color:#f3f1f5d1;font-size:var(--text-sm);line-height:1.5}.product-personalization__alert.is-error{border-color:#e41d8e59;background:#e41d8e14;color:#fff}.product-personalization__fields{gap:.85rem}.product-personalization__field{gap:.45rem}.product-personalization__control{width:100%}.product-personalization__control--textarea{min-height:6.5rem;resize:vertical}.product-personalization__checkbox-wrap{display:flex;align-items:flex-start;gap:.6rem;padding:.75rem .85rem;border-radius:var(--radius-md, 16px);border:1px solid rgba(243,241,245,.1);background:#f3f1f508}.product-personalization__checkbox{width:1rem;height:1rem;margin-top:.2rem;flex:0 0 auto}.product-personalization__checkbox-label{color:var(--text-on-dark, #F3F1F5);font-size:var(--text-sm)}.product-personalization__help,.product-personalization__note{margin:0;color:#f3f1f5b3;font-size:var(--text-xs);line-height:1.5}.product-personalization__note{padding-top:.15rem}.product-production-time--inline{display:grid;gap:.2rem;margin-top:.75rem;padding:.85rem .95rem;border-radius:14px;border:1px solid rgba(243,241,245,.08);background:#f3f1f508}.product-production-time__label{font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f56b}.product-production-time__value{color:var(--text-on-dark, #F3F1F5);font-size:var(--text-sm);line-height:1.5}.line-item-properties{display:grid;gap:.45rem;margin:.55rem 0 0}.line-item-properties__item{display:grid;gap:.15rem}.line-item-properties__label{font-size:var(--text-xs);font-weight:700;color:#f3f1f594}.line-item-properties__value{margin:0;font-size:var(--text-sm);color:var(--text-on-dark, #F3F1F5);white-space:pre-wrap}.product-form__variants{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.product-form__variant-btn{padding:.5rem 1rem;border:1px solid rgba(243,241,245,.18);border-radius:var(--radius-pill);background:transparent;color:var(--text-on-dark);font-size:var(--text-sm);cursor:pointer;transition:border-color var(--dur-fast),background var(--dur-fast)}.product-form__variant-btn.is-selected,.product-form__variant-btn:hover{border-color:var(--limiar-accent-blue);background:#4467fd1a}.product-form__purchase{display:grid;gap:.65rem;grid-template-columns:1fr}.product-page__content{display:grid;gap:1.4rem}.product-summary__blocks{display:grid;gap:1.1rem}.product-page__panel{padding:1.1rem}.product-info-block{padding:1.1rem;border-radius:var(--radius-lg, 20px);background:linear-gradient(180deg,#f3f1f50a,#f3f1f506);border:1px solid rgba(243,241,245,.08);box-shadow:var(--shadow-soft, 0 2px 8px rgba(0, 0, 0, .28))}.product-info-block__head{display:flex;align-items:center;gap:.9rem;margin-bottom:.85rem}.product-info-block__icon{width:2.7rem;height:2.7rem;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:linear-gradient(135deg,#4467fdf2,#e41d8ef2);box-shadow:0 10px 24px #4467fd2e}.product-info-block__icon svg{width:1.2rem;height:1.2rem}.product-info-block__head-copy{min-width:0}.product-info-block__eyebrow{margin:0 0 .25rem;font-size:var(--text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f3f1f56b}.product-info-block__title{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.45rem,2.9vw,2.15rem);font-weight:400;letter-spacing:-.03em;line-height:1.02;color:var(--text-on-dark, #F3F1F5)}.product-info-block__text{color:#f3f1f5b8;font-size:var(--text-base, 1rem);line-height:1.75}.product-info-block__text>:first-child{margin-top:0}.product-info-block__text>:last-child{margin-bottom:0}.product-page__eyebrow{margin:0 0 .75rem;font-size:var(--text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f3f1f56b}.product-comments{padding:1.1rem}.product-comments__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem}.product-comments__title,.product-comments__summary strong{font-family:var(--font-display, Georgia, serif);font-weight:400}.product-comments__title{font-size:clamp(1.5rem,3vw,2.2rem);margin:0}.product-comments__subtitle,.product-comments__summary span{color:#f3f1f594;font-size:var(--text-sm);margin:.35rem 0 0}.product-comments__summary{min-width:120px;text-align:right;padding:.9rem 1rem;border-radius:var(--radius-md, 14px);background:#f3f1f50a;border:1px solid rgba(243,241,245,.08)}.product-comments__summary strong{display:block;font-size:clamp(1.5rem,3vw,2rem);color:var(--text-on-dark);line-height:1}.product-comments__grid{display:grid;gap:.75rem;grid-template-columns:1fr}.product-comment{padding:1rem;border-radius:var(--radius-md, 14px);background:#f3f1f508;border:1px solid rgba(243,241,245,.08)}.product-comment__head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start;margin-bottom:.8rem}.product-comment__author{margin:0;font-weight:700;color:var(--text-on-dark)}.product-comment__subtitle{margin:.2rem 0 0;color:#f3f1f575;font-size:var(--text-xs)}.product-comment__rating{display:inline-flex;gap:.15rem;color:#f3f1f52e}.product-comment__star.is-filled{color:#ffd36c}.product-comment__text{color:#f3f1f5a8}.product-review-access{display:grid;gap:1rem}.product-review-access__header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem}.product-review-access__title{font-family:var(--font-display, Georgia, serif);font-size:clamp(1.6rem,3vw,2.2rem);font-weight:400;letter-spacing:-.03em;color:var(--text-on-dark, #F3F1F5);margin:0}.product-review-access__badge{align-self:flex-start;white-space:nowrap;font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#fff;background:linear-gradient(135deg,#4467fdf2,#e41d8ef2);border-radius:999px;padding:.55rem .8rem}.product-review-form{display:grid;gap:.9rem}.product-review-form__rating{border:0;padding:0;margin:0}.product-review-form__stars{display:inline-flex;flex-direction:row-reverse;gap:.2rem;align-items:center}.product-review-form__radio{position:absolute;opacity:0;pointer-events:none}.product-review-form__star{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:999px;color:#f3f1f542;cursor:pointer;transition:transform var(--dur-fast),color var(--dur-fast),background var(--dur-fast)}.product-review-form__star:hover,.product-review-form__star:hover~.product-review-form__star,.product-review-form__radio:checked+.product-review-form__star,.product-review-form__radio:checked+.product-review-form__star~.product-review-form__star{color:#ffd36c;background:#ffd36c14}.product-review-form__field{display:grid;gap:.45rem}.product-review-form__label{font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f56b}.product-review-form__input,.product-review-form__textarea{width:100%}.product-review-form__textarea{min-height:8rem;resize:vertical}.product-review-form__submit,.product-review-access__login{width:fit-content}.product-review-access__state{display:grid;gap:.35rem;padding:1rem;border-radius:var(--radius-md, 14px);background:#f3f1f508;border:1px solid rgba(243,241,245,.08);color:#f3f1f5a8;font-size:var(--text-sm);line-height:1.6}.product-specs{display:grid;gap:1rem}.product-specs--compact{margin-top:.25rem;padding:1rem}.product-specs__title{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.5rem,3vw,2.2rem);font-weight:400;letter-spacing:-.03em;color:var(--text-on-dark)}.product-specs__subtitle{margin:.35rem 0 0;color:#f3f1f594;font-size:var(--text-sm)}.product-specs__grid{display:grid;gap:.85rem}.product-specs__item{padding:1rem 1.05rem;border-radius:16px;background:#f3f1f508;border:1px solid rgba(243,241,245,.08)}.product-specs__label{margin:0 0 .55rem;font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f56b}.product-specs__value{color:#f3f1f5b8}.product-specs__value p:first-child{margin-top:0}.product-specs__value p:last-child{margin-bottom:0}.product-shipping-estimator{display:grid;gap:.6rem;margin-top:1rem;padding:1rem;border-radius:var(--radius-md, 14px);background:#f3f1f508;border:1px solid rgba(243,241,245,.08)}.product-shipping-estimator__label{font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f56b}.product-shipping-estimator__row{display:flex;gap:.5rem}.product-shipping-estimator__input{flex:1;min-width:0;min-height:2.75rem;padding:.7rem .9rem;border-radius:14px;border:1px solid rgba(243,241,245,.12);background:#0e0e1ab3;color:var(--text-on-dark)}.product-shipping-estimator__input::placeholder{color:#f3f1f559}.product-shipping-estimator__input:focus{outline:none;border-color:#f3f1f547}.product-shipping-estimator__button{white-space:nowrap}.product-shipping-estimator__hint{margin:0;font-size:var(--text-xs);color:#f3f1f585}.product-shipping-estimator__hint.is-error{color:#ff9da9}.product-shipping-estimator__address{margin:0;font-size:var(--text-xs);color:#f3f1f5ad;line-height:1.5}.product-shipping-estimator__results{display:grid;gap:.5rem}.product-shipping-estimator__rate{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.85rem .95rem;border-radius:14px;background:#f3f1f50a;border:1px solid rgba(243,241,245,.08)}.product-shipping-estimator__rate strong{display:block;color:var(--text-on-dark)}.product-shipping-estimator__rate p{margin:.2rem 0 0;color:#f3f1f585;font-size:var(--text-xs)}.product-shipping-estimator__rate span{color:var(--text-on-dark);font-weight:700;white-space:nowrap}.product-shipping-estimator__empty{margin:0;padding:.85rem .95rem;border-radius:14px;background:#f3f1f50a;border:1px solid rgba(243,241,245,.08);color:#f3f1f59e}@media(min-width:750px){.product-page__top{gap:1.5rem}.product-page__panel,.product-info-block,.product-comments,.product-page__summary{padding:1.5rem}.product-info-block__head{gap:1rem}.product-info-block__icon{width:3rem;height:3rem}.product-info-block__icon svg{width:1.25rem;height:1.25rem}.product-summary__card{gap:1.1rem}.product-form__purchase{grid-template-columns:minmax(140px,180px) 1fr;align-items:end}.product-form__purchase .product-form__submit,.product-form__purchase .shopify-payment-button__button{grid-column:1 / -1}.product-comments__grid,.product-specs__grid,.product-specs--compact .product-specs__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-page__content{gap:1.7rem}.product-summary__blocks{gap:1.2rem}}@media(min-width:1100px){.product-page__layout{gap:1.75rem}.product-page__content{gap:2rem}.product-summary__blocks{grid-template-columns:repeat(3,minmax(0,1fr));align-items:stretch;gap:1.25rem}.product-comments__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-specs__grid,.product-specs--compact .product-specs__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.product-info-block__title{font-size:clamp(1.55rem,2vw,2.3rem)}.product-info-block{height:100%}}@media(max-width:749px){.product-gallery__main{aspect-ratio:auto;min-height:min(92vw,520px)}.product-gallery__item img,.product-gallery__item video,.product-gallery__main img{object-fit:contain}.product-gallery__controls{padding:0 .4rem}.product-gallery__arrow{width:2.45rem;height:2.45rem}.product-gallery__thumbs-wrap{gap:.35rem}.product-gallery__thumb-arrow{width:2.1rem;height:2.1rem}.product-shipping-estimator__row{flex-direction:column}.product-shipping-estimator__button{width:100%}}.main-cart{background:var(--ink-900);padding:50px 0}.cart-page{background:var(--ink-900, #0E0E1A)}.cart-page__hero{display:flex;justify-content:space-between;gap:1rem;align-items:flex-end;padding:1.25rem;border-radius:var(--radius-lg, 20px);border:1px solid rgba(243,241,245,.08);background:radial-gradient(circle at top right,rgba(68,103,253,.12),transparent 32%),radial-gradient(circle at bottom left,rgba(228,29,142,.1),transparent 35%),var(--ink-800, #17151F);box-shadow:var(--shadow-soft, 0 2px 8px rgba(0, 0, 0, .28))}.cart-page__eyebrow,.cart-page__panel-eyebrow{margin:0;font-size:var(--text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f3f1f56b}.cart-page__title{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(2.4rem,5vw,4rem);font-weight:400;line-height:1.02;letter-spacing:-.03em;color:var(--text-on-dark, #F3F1F5)}.cart-page__subtitle{margin:0;max-width:52ch;color:#f3f1f59e;line-height:1.65}.cart-page__layout{display:grid;gap:1rem}.cart-page__items-form{min-width:0}.cart-page__items{display:grid;gap:.9rem}.cart-page-item,.cart-page__panel,.cart-page__shipping,.cart-page__coupon,.cart-page__empty{border-radius:var(--radius-lg, 20px);border:1px solid rgba(243,241,245,.08);background:var(--ink-800, #17151F);box-shadow:var(--shadow-soft, 0 2px 8px rgba(0, 0, 0, .28))}.cart-page-item{display:grid;grid-template-columns:96px minmax(0,1fr);gap:.85rem;padding:1rem}.cart-page-item__media{width:96px;height:96px;border-radius:16px;overflow:hidden;background:var(--ink-700, #232030)}.cart-page-item__image,.cart-page-item__image img{width:100%;height:100%;object-fit:cover}.cart-page-item__content{min-width:0;display:grid;gap:.85rem}.cart-page-item__head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.cart-page-item__vendor{margin:0 0 .3rem;font-size:var(--text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f3f1f56b}.cart-page-item__title{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.2rem,2vw,1.6rem);font-weight:400;line-height:1.08;letter-spacing:-.03em}.cart-page-item__title a{color:var(--text-on-dark, #F3F1F5);text-decoration:none}.cart-page-item__variant{margin:.3rem 0 0;color:#f3f1f585;font-size:var(--text-sm)}.cart-page-item__price{text-align:right;display:grid;gap:.16rem;justify-items:end}.cart-page-item__price strong{display:block;color:var(--text-on-dark, #F3F1F5);font-size:var(--text-lg, 1.125rem)}.cart-page-item__price span{color:#f3f1f585;font-size:var(--text-xs)}.cart-page-item__controls{display:flex;flex-wrap:wrap;gap:.75rem 1rem;justify-content:space-between;align-items:end}.cart-page-item__quantity{display:grid;gap:.35rem}.cart-page-item__quantity span{font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f56b}.cart-page-item__quantity-stepper{display:inline-grid;grid-template-columns:auto minmax(4.75rem,6rem) auto;align-items:stretch;gap:.4rem}.cart-page-item__quantity-button,.cart-page-item__quantity input{min-height:2.75rem;border-radius:14px;border:1px solid rgba(243,241,245,.12);background:#0e0e1ab3;color:var(--text-on-dark, #F3F1F5)}.cart-page-item__quantity-button{width:2.75rem;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.25rem;line-height:1;transition:border-color var(--dur-fast),background var(--dur-fast),transform var(--dur-fast)}.cart-page-item__quantity-button:hover{border-color:#f3f1f53d;background:#f3f1f50f;transform:translateY(-1px)}.cart-page-item__quantity input{width:100%;padding:.65rem .7rem;text-align:center;-webkit-appearance:textfield;appearance:textfield}.cart-page-item__quantity input::-webkit-outer-spin-button,.cart-page-item__quantity input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-page__summary{display:grid;gap:.9rem}.cart-page__panel,.cart-page__shipping,.cart-page__coupon{padding:1rem}.cart-page__checkout{width:100%}.cart-page__totals{display:grid;gap:.65rem;margin-top:.9rem}.cart-page__row{display:flex;justify-content:space-between;gap:1rem;color:#f3f1f5b3}.cart-page__row strong{color:var(--text-on-dark, #F3F1F5)}.cart-page__shipping,.cart-page__coupon{display:grid;gap:.55rem}.cart-page__shipping-row,.cart-page__coupon-row{display:flex;gap:.5rem}.cart-page__shipping-input,.cart-page__coupon-input{flex:1;min-width:0;min-height:2.75rem;padding:.65rem .85rem;border-radius:14px;border:1px solid rgba(243,241,245,.12);background:#0e0e1ab3;color:var(--text-on-dark, #F3F1F5)}.cart-page__shipping-input::placeholder,.cart-page__coupon-input::placeholder{color:#f3f1f559}.cart-page__shipping-input:focus,.cart-page__coupon-input:focus{outline:none;border-color:#f3f1f547}.cart-page__shipping-hint,.cart-page__coupon-hint{margin:0;font-size:var(--text-xs);color:#f3f1f56b}.cart-page__shipping-hint.is-error{color:#ff9da9}.cart-page__shipping-address{margin:0;font-size:var(--text-xs);color:#f3f1f5ad;line-height:1.5}.cart-page__shipping-results{display:grid;gap:.5rem}.cart-page__actions{display:flex;flex-wrap:wrap;gap:.75rem}.cart-page__actions .button{flex:1 1 220px}.cart-page__empty{padding:1.25rem;color:#f3f1f5ad}.cart-page--redirect{min-height:40vh}.cart__title{font-family:var(--font-display, Georgia, serif);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:400;letter-spacing:-.02em;color:var(--text-on-dark);margin-bottom:2rem}.cart-item{display:grid;grid-template-columns:80px 1fr auto;gap:1rem;align-items:start;padding-block:1.25rem;border-bottom:1px solid rgba(243,241,245,.09)}.cart-item__image{border-radius:var(--radius-sm);overflow:hidden;background:var(--ink-700)}.cart-item__image img{width:100%;aspect-ratio:1/1;object-fit:cover}.cart-item__name{font-weight:500;color:var(--text-on-dark)}.cart-item__price{font-weight:700;color:var(--text-on-dark)}.cart-item__remove{color:var(--text-muted);font-size:var(--text-sm);background:none;border:none;cursor:pointer;padding:0}.cart-item__remove:hover{color:var(--limiar-magenta)}.cart-summary{background:var(--ink-800);border-radius:var(--radius-lg);padding:1.5rem;margin-top:2rem}.cart-summary__title{font-family:var(--font-display);font-size:var(--text-xl);margin-bottom:1rem;color:var(--text-on-dark)}.cart-summary__row{display:flex;justify-content:space-between;padding-block:.625rem;border-bottom:1px solid rgba(243,241,245,.08);font-size:var(--text-sm);color:#f3f1f5a6}.cart-summary__total{font-weight:700;color:var(--text-on-dark);border-bottom:none}@media(min-width:900px){.cart-page__hero{padding:1.5rem}.cart-page__layout{grid-template-columns:minmax(0,1.2fr) minmax(320px,.8fr);align-items:start;gap:1.25rem}.cart-page__summary{position:sticky;top:92px}}@media(max-width:749px){.cart-page__hero{flex-direction:column;align-items:flex-start}.cart-page-item{grid-template-columns:88px minmax(0,1fr)}.cart-page-item__head{flex-direction:column}.cart-page-item__price{text-align:left}.cart-page__shipping-row,.cart-page__coupon-row{flex-direction:column}.cart-page-item__controls{align-items:flex-start}.cart-page__actions .button{flex:1 1 100%}}.main-404{background:var(--gradient-cta, var(--ink-900));min-height:70vh;display:flex;align-items:center;text-align:center;padding:50px 0}.main-404__inner{display:flex;flex-direction:column;align-items:center;gap:1.5rem;width:100%}.main-404__code{font-size:8rem;font-weight:700;opacity:.06;line-height:1;color:var(--text-on-dark)}.main-404__title{font-family:var(--font-display, Georgia, serif);font-size:clamp(1.75rem,3vw,2.75rem);font-weight:400;color:var(--text-on-dark);margin:0}.main-404__body{color:#f3f1f585;max-width:40ch}.main-search{background:var(--ink-900, #0E0E1A);padding:50px 0}.search-page{color:var(--text-on-dark, #F3F1F5)}.search-page__hero{display:grid;gap:1.15rem;padding:1.25rem;border-radius:var(--radius-lg, 20px);border:1px solid rgba(243,241,245,.08);background:radial-gradient(circle at top right,rgba(68,103,253,.12),transparent 32%),radial-gradient(circle at bottom left,rgba(228,29,142,.1),transparent 35%),var(--ink-800, #17151F);box-shadow:var(--shadow-soft, 0 2px 8px rgba(0, 0, 0, .28))}.search-page__header{gap:.7rem}.search-page__eyebrow{margin:0;font-size:var(--text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f3f1f56b}.search-page__title{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(2.8rem,5.5vw,5rem);font-weight:400;line-height:1.02;letter-spacing:-.03em;color:var(--text-on-dark, #F3F1F5)}.search-page__description{margin:0;max-width:46ch;font-size:var(--text-base, 1rem);color:#f3f1f59e;line-height:1.65}.search-page__form{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;max-width:720px}.search-page__input{flex:1 1 320px;min-width:0;min-height:3rem;padding:.8rem 1rem;border-radius:999px;border:1px solid rgba(243,241,245,.12);background:#0e0e1aad;color:var(--text-on-dark, #F3F1F5)}.search-page__input::placeholder{color:#f3f1f561}.search-page__input:focus{outline:none;border-color:#f3f1f547;background:#0e0e1ad6}.search-page__submit{white-space:nowrap}.search-page__count{display:flex;flex-wrap:wrap;gap:.35rem .5rem;align-items:baseline;justify-content:space-between;padding:.85rem 0 .4rem;font-size:var(--text-base, 1rem);color:#f3f1f58a;border-bottom:1px solid rgba(243,241,245,.08)}.search-page__count strong{color:var(--text-on-dark, #F3F1F5);font-weight:700}.search-page__results-grid{display:grid;gap:1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.search-result-card{border-radius:var(--radius-lg, 20px);border:1px solid rgba(243,241,245,.08);background:var(--ink-800, #17151F);overflow:hidden;box-shadow:var(--shadow-soft, 0 2px 8px rgba(0, 0, 0, .28))}.search-result-card__link{display:flex;flex-direction:column;gap:.7rem;height:100%;padding:1rem;color:inherit;text-decoration:none}.search-result-card__type{margin:0;font-size:var(--text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f3f1f56b}.search-result-card__title{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.35rem,2.3vw,1.85rem);font-weight:400;line-height:1.08;letter-spacing:-.03em;color:var(--text-on-dark, #F3F1F5)}.search-result-card__excerpt{color:#f3f1f59e;line-height:1.65;font-size:var(--text-base, 1rem)}.search-result-card__cta{margin-top:auto;font-size:var(--text-base, 1rem);font-weight:700;color:var(--text-on-dark, #F3F1F5);display:inline-flex;align-items:center;gap:.35rem}.search-result-card__cta:after{content:"\2192";color:var(--limiar-accent-magenta)}.search-page__empty{padding:1.25rem;border-radius:var(--radius-lg, 20px);border:1px solid rgba(243,241,245,.08);background:var(--ink-800, #17151F);color:#f3f1f59e}@media(min-width:750px){.search-page__hero{grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:1.5rem;align-items:end;padding:1.5rem}.search-page__results-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1100px){.search-page__results-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media(max-width:749px){.search-page__results-grid{grid-template-columns:1fr}.search-page__count{flex-direction:column;align-items:flex-start}.search-page__submit{width:100%}}.page-article{padding-block:1.5rem 4rem;background:radial-gradient(circle at top center,rgba(68,103,253,.1),transparent 28%),radial-gradient(circle at 12% 8%,rgba(228,29,142,.08),transparent 22%),var(--ink-900, #0E0E1A)}.page-article__container{max-width:1060px}.page-article__breadcrumbs{justify-content:center}.page-article__content{gap:1rem}.page-article__header{gap:1rem;align-items:center;text-align:center;max-width:78ch;margin-inline:auto}.page-article__eyebrow{margin:0;font-size:var(--text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f3f1f56b}.page-article__heading-group{gap:.65rem}.page-article__heading-group h1{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(2.35rem,6vw,4.75rem);font-weight:400;line-height:1.02;letter-spacing:-.035em;color:var(--text-on-dark, #F3F1F5)}.page-article__lead{margin:0;color:#f3f1f5ad;font-size:clamp(1rem,1.45vw,1.15rem);line-height:1.75}.page-article__note{margin:0;max-width:60ch;color:#f3f1f57a;font-size:var(--text-sm);line-height:1.6}.page-article__highlights{display:grid;gap:.9rem}.page-article__highlight-card,.page-article__panel,.page-article__details{padding:1.1rem;border-radius:var(--radius-lg, 20px);border:1px solid rgba(243,241,245,.08);background:radial-gradient(circle at top right,rgba(68,103,253,.08),transparent 34%),#f3f1f508;box-shadow:var(--shadow-soft, 0 2px 8px rgba(0, 0, 0, .28))}.page-article__highlight-card{display:grid;gap:.35rem}.page-article__highlight-eyebrow,.page-article__panel-eyebrow{margin:0;font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f56b}.page-article__highlight-title,.page-article__panel-title{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.25rem,2.4vw,1.7rem);font-weight:400;letter-spacing:-.025em;color:var(--text-on-dark, #F3F1F5)}.page-article__highlight-text,.page-article__panel-text,.page-article__body{color:#f3f1f5ad;line-height:1.75}.page-article__panel{display:grid;gap:1rem;background:radial-gradient(circle at top left,rgba(228,29,142,.06),transparent 32%),#f3f1f509}.page-article__panel-header{gap:.6rem}.page-article__panel-text p:last-child{margin-bottom:0}.page-article__panel-grid{display:grid;gap:.8rem}.page-article__panel-item{display:grid;gap:.25rem;padding:1rem;border-radius:calc(var(--radius-lg, 20px) - 6px);background:#0e0e1a6b;border:1px solid rgba(243,241,245,.06)}.page-article__panel-item strong{font-size:1rem;font-weight:700;color:var(--text-on-dark, #F3F1F5)}.page-article__panel-item p{margin:0;color:#f3f1f5a3;line-height:1.65}.page-article__panel-kicker{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f570}.page-article__details{padding:0;overflow:hidden}.page-article__details summary{list-style:none}.page-article__details summary::-webkit-details-marker{display:none}.page-article__details-summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;width:100%;padding:1rem 1.1rem;cursor:pointer;color:var(--text-on-dark, #F3F1F5);font-weight:700}.page-article__details-chevron{display:inline-flex;align-items:center;justify-content:center;width:1.85rem;height:1.85rem;border-radius:999px;background:#f3f1f50f;color:#f3f1f5b3;transition:transform var(--dur-fast) var(--ease-out)}.page-article__details[open] .page-article__details-chevron{transform:rotate(45deg)}.page-article__body{max-width:72ch}.page-article__body--legal{max-width:76ch;padding:0 1.1rem 1.1rem;color:#f3f1f5b3}.page-article__body h2,.page-article__body h3{color:var(--text-on-dark, #F3F1F5);margin-top:1.8rem}.page-article__body p:last-child{margin-bottom:0}.shopify-policy__container{max-width:1180px;margin-inline:auto;padding:60px 20px}.shopify-policy__title{text-align:left;margin-bottom:20px}.page-policy{padding-block:1.5rem 4rem;background:radial-gradient(circle at 15% 8%,rgba(68,103,253,.16),transparent 22%),radial-gradient(circle at 85% 12%,rgba(228,29,142,.1),transparent 24%),linear-gradient(180deg,#0b0b14,#0e0e1a 42% 100%)}.page-policy__container{max-width:1180px;gap:1rem}.page-policy__breadcrumbs{justify-content:center}.page-policy__hero{display:grid;gap:1rem;padding:1.1rem;border-radius:24px;background:radial-gradient(circle at top right,rgba(228,29,142,.12),transparent 30%),linear-gradient(180deg,#f3f1f50a,#f3f1f505);border:1px solid rgba(243,241,245,.08);box-shadow:0 16px 40px #0000003d}.page-policy__hero-copy{gap:1rem;max-width:64ch}.page-policy__eyebrow,.page-policy__panel-eyebrow,.page-policy__article-eyebrow,.page-policy__signal-kicker{margin:0;font-size:var(--text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f3f1f570}.page-policy__title{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(2.4rem,6vw,5rem);font-weight:400;line-height:1.02;letter-spacing:-.035em;color:var(--text-on-dark, #F3F1F5)}.page-policy__lead{color:#f3f1f5b3;line-height:1.75;max-width:58ch}.page-policy__lead p:last-child,.page-policy__panel-text p:last-child,.page-policy__article-intro p:last-child{margin-bottom:0}.page-policy__actions{display:flex;flex-wrap:wrap;gap:.75rem}.page-policy__hero-aside,.page-policy__panel,.page-policy__article{border:1px solid rgba(243,241,245,.08);box-shadow:0 16px 40px #0000003d}.page-policy__hero-aside{display:grid;gap:.8rem}.page-policy__signal-card{display:grid;gap:.35rem;padding:1rem;border-radius:20px;background:#0e0e1a8c;border:1px solid rgba(243,241,245,.07)}.page-policy__signal-card strong,.page-policy__panel-title,.page-policy__article-title{font-family:var(--font-display, Georgia, serif);font-weight:400;letter-spacing:-.02em;color:var(--text-on-dark, #F3F1F5)}.page-policy__signal-card strong{font-size:1.1rem}.page-policy__signal-card p,.page-policy__contact-item strong{margin:0;color:#f3f1f5a3;line-height:1.65}.page-policy__layout,.page-policy__sidebar{display:grid;gap:1rem}.page-policy__panel,.page-policy__article{padding:1.1rem;border-radius:24px;background:radial-gradient(circle at top right,rgba(68,103,253,.08),transparent 34%),#f3f1f509}.page-policy__panel--soft{background:radial-gradient(circle at top left,rgba(228,29,142,.06),transparent 30%),#f3f1f509}.page-policy__panel-title,.page-policy__article-title{margin:0;font-size:clamp(1.3rem,2.5vw,1.85rem)}.page-policy__panel-text,.page-policy__article-intro,.page-policy__legal{color:#f3f1f5b3;line-height:1.75}.page-policy__contact-list{display:grid;gap:.8rem}.page-policy__contact-item{display:grid;gap:.2rem;padding:.9rem 1rem;border-radius:18px;background:#0e0e1a6b;border:1px solid rgba(243,241,245,.06)}.page-policy__contact-item span{font-size:.72rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f570}.page-policy__article{display:grid;gap:1rem}.page-policy__article-header{gap:.6rem}.page-policy__legal{max-width:76ch}.page-policy__legal h2,.page-policy__legal h3{color:var(--text-on-dark, #F3F1F5);margin-top:1.8rem}.page-policy__legal p:last-child{margin-bottom:0}@media(min-width:900px){.page-article{padding-block:2rem 5rem}.page-article__highlights,.page-article__panel-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.page-article__highlight-card,.page-article__panel,.page-article__details{padding:1.35rem}.page-article__details-summary{padding:1.1rem 1.35rem}.page-article__body--legal{padding:0 1.35rem 1.35rem}.page-policy{padding-block:2rem 5rem}.page-policy__hero{grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:1.1rem;align-items:start;padding:1.35rem}.page-policy__layout{grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);align-items:start}.page-policy__panel,.page-policy__article{padding:1.35rem}}.product-page__layout>.breadcrumbs,.collection-page__layout>.breadcrumbs,.search-page__layout>.breadcrumbs,.page-article__layout>.breadcrumbs,.customer-account__layout>.breadcrumbs,.page-404__layout>.breadcrumbs{grid-column:1 / -1}.breadcrumbs{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding-block:1rem;width:100%}.breadcrumbs__list{list-style:none;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin:0;padding:0}.breadcrumbs__item{display:inline-flex;align-items:center;gap:.5rem;font-size:var(--text-xs);color:var(--text-muted)}.breadcrumbs__item a{color:var(--text-muted);text-decoration:none}.breadcrumbs__item a:hover{color:var(--text-on-dark)}.breadcrumbs__item+.breadcrumbs__item:before{content:"/";color:#f3f1f52e;font-size:.7rem}.breadcrumbs__current{color:#f3f1f585}.pagination{display:flex;justify-content:center;gap:.375rem;padding-top:3rem}.pagination__item{min-width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-pill);font-size:var(--text-sm);text-decoration:none;color:#f3f1f580;background:transparent;border:1px solid rgba(243,241,245,.1);transition:all var(--dur-fast)}.pagination__item:hover{background:#f3f1f514;color:var(--text-on-dark)}.pagination__item.is-current{background:var(--limiar-accent-blue);border-color:var(--limiar-accent-blue);color:#fff}.main-collection{background:var(--ink-900, #0E0E1A);padding:50px 0}.collection-page .container{gap:1rem}.collection-page__empty{padding:2rem 1.25rem;border-radius:var(--radius-lg, 20px);background:var(--ink-800, #17151F);border:1px solid rgba(243,241,245,.07);color:#f3f1f594}.collection-page__seo{padding:1.25rem;border-radius:var(--radius-lg, 20px)}.collection-page__shell{display:grid;gap:1.15rem;align-items:start}.collection-page__sidebar{position:relative}.collection-page__content{min-width:0;padding:0 20px}.collection-filters{display:grid;gap:.9rem;padding:1.2rem;border-radius:var(--radius-lg, 20px);background:radial-gradient(circle at top right,rgba(68,103,253,.1),transparent 36%),linear-gradient(180deg,#f3f1f508,#f3f1f505),var(--ink-800, #17151F);border:1px solid rgba(243,241,245,.08);box-shadow:0 16px 40px #0000003d}.collection-filters__header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:.35rem}.collection-filters__actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:.5rem;flex-wrap:wrap}.collection-filters__toggle{display:none;min-height:2.1rem;padding:.35rem .7rem;border-radius:999px;border:1px solid rgba(243,241,245,.1);background:#f3f1f50a;color:#f3f1f5b8;font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.collection-filters__panel{display:grid;gap:.9rem}.collection-filters__eyebrow{margin:0;font-size:var(--text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f3f1f56b}.collection-filters__title{font-family:var(--font-display, Georgia, serif);font-size:clamp(1.35rem,2vw,1.75rem);font-weight:400;letter-spacing:-.03em;color:var(--text-on-dark, #F3F1F5);margin:.2rem 0 0}.collection-filters__clear{color:#f3f1f599;text-decoration:none;font-size:var(--text-xs);white-space:nowrap;display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .55rem;border-radius:999px;background:#f3f1f50a;border:1px solid rgba(243,241,245,.08)}.collection-filters__clear:hover{color:#fff;background:#f3f1f514;border-color:#f3f1f524}.collection-filters__active{display:flex;flex-wrap:wrap;gap:.5rem;padding-top:.1rem}.collection-filters__collections{display:grid;gap:.5rem;margin-top:.65rem}.collection-filter-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.48rem .75rem;border-radius:999px;border:1px solid rgba(243,241,245,.1);background:#f3f1f50d;color:#f3f1f5bd;text-decoration:none;font-size:var(--text-xs);line-height:1.2;transition:transform var(--dur-fast),background var(--dur-fast),border-color var(--dur-fast),color var(--dur-fast)}.collection-filter-chip strong{font-weight:700;color:var(--text-on-dark, #F3F1F5)}.collection-filter-chip:hover{transform:translateY(-1px);border-color:#f3f1f52e;background:#f3f1f517}.collection-filter-group{padding-top:.95rem;border-top:1px solid rgba(243,241,245,.08)}.collection-filter-group--sort{display:grid;gap:.5rem;padding-top:0;border-top:0}.collection-filter-group__label{font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f56b}.collection-filter-group__select{width:100%;min-height:2.8rem;padding:.65rem .95rem;border-radius:var(--radius-pill, 999px);border:1px solid rgba(243,241,245,.12);background:#0e0e1aa6;color:var(--text-on-dark, #F3F1F5)}.collection-filter-group__select:focus{outline:none;border-color:#f3f1f547}.collection-filter-group summary{list-style:none}.collection-filter-group summary::-webkit-details-marker{display:none}.collection-filter-group__summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;color:var(--text-on-dark, #F3F1F5);font-weight:600;font-size:var(--text-sm);padding:.1rem 0}.collection-filter-group__count{min-width:1.4rem;height:1.4rem;padding:0 .35rem;border-radius:999px;background:#f3f1f514;color:#f3f1f5b8;font-size:.7rem;display:inline-flex;align-items:center;justify-content:center}.collection-filter-group__body{padding-top:.85rem}.collection-filter-group__body--price{display:grid;gap:.9rem}.collection-filter-list{list-style:none;margin:0;padding:0;display:grid;gap:.6rem}.collection-filter-option{display:flex;align-items:center;gap:.7rem;width:100%;min-height:2.5rem;padding:.55rem .8rem;border-radius:14px;background:#f3f1f50a;border:1px solid rgba(243,241,245,.08);color:#f3f1f5c7;cursor:pointer;transition:transform var(--dur-fast),background var(--dur-fast),border-color var(--dur-fast),color var(--dur-fast)}.collection-filter-option input{width:1rem;height:1rem;accent-color:var(--limiar-accent-blue);flex-shrink:0}.collection-filter-option__text{flex:1;min-width:0;font-size:var(--text-sm)}.collection-filter-option__count{font-size:var(--text-xs);color:#f3f1f56b}.collection-filter-option.is-active{border-color:#4467fd4d;background:#4467fd1f;color:#fff}.collection-filter-option:hover{transform:translateY(-1px);border-color:#f3f1f524;background:#f3f1f512}.collection-filter-option.is-disabled{opacity:.45;cursor:not-allowed}.collection-price-range{display:grid;gap:.75rem}.collection-price-slider{display:grid;gap:.85rem}.collection-price-slider__header{display:grid;gap:.2rem}.collection-price-slider__label{margin:0;font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f56b}.collection-price-slider__hint{margin:0;font-size:var(--text-xs);color:#f3f1f56b}.collection-price-slider__ui{padding-inline:.35rem;padding-block:.08rem 0}.collection-price-slider__ui .noUi-target{border:0!important;box-shadow:none!important;background:transparent!important}.collection-price-slider__ui .noUi-horizontal{height:.9rem!important}.collection-price-slider__ui .noUi-base,.collection-price-slider__ui .noUi-connects{border-radius:999px}.collection-price-slider__ui .noUi-connects{background:#2f2d34}.collection-price-slider__ui .noUi-connect{background:linear-gradient(90deg,var(--limiar-accent-blue),var(--limiar-magenta))}.collection-price-slider__ui .noUi-horizontal .noUi-handle,.collection-price-slider__ui .noUi-handle.noUi-handle-lower,.collection-price-slider__ui .noUi-handle.noUi-handle-upper{width:20px!important;height:20px!important;right:-.72rem!important;top:-2px!important;border-radius:999px;background:#fff!important;border:0!important;box-shadow:none!important;cursor:grab;z-index:3}.collection-price-slider__ui .noUi-horizontal .noUi-handle:before,.collection-price-slider__ui .noUi-horizontal .noUi-handle:after,.collection-price-slider__ui .noUi-handle:before,.collection-price-slider__ui .noUi-handle:after{display:none!important;content:none!important}.collection-price-slider__ui .noUi-horizontal .noUi-touch-area{border-radius:999px;background:radial-gradient(circle at 35% 35%,#fffffff0 0 18%,#f4f2fb7a 40%,#f4f2fb38);border:1px solid rgba(68,103,253,.52);box-shadow:0 0 0 3px #4467fd0f,0 3px 8px #0000001a,inset 0 1px 1px #ffffff80;cursor:grab;opacity:.9}.collection-price-slider__ui .noUi-active .noUi-touch-area{box-shadow:0 0 0 4px #4467fd1f,0 4px 10px #00000024,inset 0 1px 1px #ffffff80;opacity:.96}.collection-price-slider__ui .noUi-touch-area:focus{outline:none}.collection-price-slider__ui .noUi-active{box-shadow:none!important}.collection-price-slider__ui .noUi-touch-area{cursor:grab;border-radius:999px}.collection-price-slider__ui .noUi-draggable{cursor:ew-resize}.collection-price-slider__ui .noUi-connects,.collection-price-slider__ui .noUi-connect{border-radius:999px}.collection-price-slider__ui .noUi-horizontal .noUi-origin{margin-top:0}.collection-price-slider__ui .noUi-horizontal .noUi-origin{will-change:transform}.collection-price-slider__values{display:flex;justify-content:space-between;gap:1rem;padding:0 .1rem;font-size:var(--text-sm);color:#f3f1f5cc}.collection-price-range__actions{display:flex;justify-content:flex-end}.collection-price-range__apply{width:100%}.collection-page__results-header{display:flex;justify-content:space-between;gap:1rem;align-items:end;padding:.1rem 0 1rem;margin-bottom:.75rem;border-bottom:1px solid rgba(243,241,245,.08)}.collection-page__results-actions{display:grid;justify-items:end;gap:.75rem}.collection-page__results-eyebrow{margin:0;font-size:var(--text-xs);font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:#f3f1f56b}.collection-page__results-title{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.5rem,2.8vw,2.4rem);font-weight:400;letter-spacing:-.03em;color:var(--text-on-dark, #F3F1F5)}.collection-page__results-meta{display:inline-flex;flex-direction:column;align-items:flex-end;gap:.25rem;font-size:var(--text-xs);color:#f3f1f585;text-align:right}.collection-page__results-meta strong{color:var(--text-on-dark, #F3F1F5);font-weight:700}.collection-page__view-toggle{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem;border-radius:999px;background:#f3f1f50a;border:1px solid rgba(243,241,245,.08)}.collection-page__view-button{min-height:2.2rem;padding:.45rem .85rem;border:0;border-radius:999px;background:transparent;color:#f3f1f594;font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:background var(--dur-fast),color var(--dur-fast),transform var(--dur-fast)}.collection-page__view-button:hover{color:#fff}.collection-page__view-button.is-active{background:linear-gradient(135deg,#4467fdeb,#e41d8ee0);color:#fff;box-shadow:0 8px 20px #4467fd29}.collection-page__content[data-collection-view=list] .product-grid{grid-template-columns:1fr}.collection-page__content[data-collection-view=list] .product-card{height:auto}.collection-page__content[data-collection-view=list] .product-card__link{flex-direction:row}.collection-page__content[data-collection-view=list] .product-card__media{width:min(38%,220px);flex:0 0 min(38%,220px);aspect-ratio:1 / 1}.collection-page__content[data-collection-view=list] .product-card__body{flex:1;padding:1rem;align-content:center}.collection-page__content[data-collection-view=list] .product-card__title{min-height:auto}.collection-page__content[data-collection-view=list] .product-card__button{width:fit-content;padding-inline:1rem}@media(min-width:750px){.collection-page__header{padding:1.5rem}}@media(min-width:900px){.collection-page__hero{grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);align-items:stretch}.collection-page__header{align-content:space-between}.collection-page__shell{grid-template-columns:minmax(250px,300px) minmax(0,1fr)}.collection-page__sidebar{position:sticky;top:92px;overflow:auto;padding-right:.1rem}.collection-price-range{grid-template-columns:repeat(2,minmax(0,1fr))}.collection-price-range__actions{grid-column:1 / -1;flex-direction:row;justify-content:space-between;align-items:center}.collection-price-range__apply{width:auto}}@media(min-width:1100px){.collection-page__shell{grid-template-columns:minmax(270px,320px) minmax(0,1fr);gap:1.25rem}.collection-page__content[data-collection-view=list] .product-card__media{width:250px;flex-basis:250px}.collection-page .product-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.collection-page__content[data-collection-view=list] .product-grid{grid-template-columns:1fr}}@media(max-width:749px){.collection-page__results-header{flex-direction:column;align-items:flex-start}.collection-filters__header{align-items:flex-start}.collection-filters__actions{width:100%;justify-content:flex-start}.collection-filters__toggle{display:inline-flex}.collection-filters__panel{padding-top:.1rem}.collection-filters.is-collapsed .collection-filters__panel{display:none}.collection-page__results-actions{width:100%;justify-items:flex-start}.collection-page__results-meta{align-items:flex-start;text-align:left}.collection-page__view-toggle{width:100%}.collection-page__view-button{flex:1}.cart-drawer__shipping-row,.cart-drawer__coupon-row{flex-direction:column}.cart-drawer__shipping-button,.cart-drawer__coupon-button{width:100%}.cart-drawer__shipping-rate{flex-direction:column}}.customer-account,.customer-auth{background:var(--ink-900, #0E0E1A)}.customer-account__hero,.customer-auth__shell,.customer-account__panel,.customer-account-card{background:var(--ink-800, #17151F);border:1px solid rgba(243,241,245,.08);border-radius:var(--radius-lg, 20px);box-shadow:var(--shadow-soft, 0 2px 8px rgba(0, 0, 0, .28))}.customer-account__hero{display:grid;gap:1.5rem;padding:1.5rem;position:relative;overflow:hidden}.customer-account__hero:after,.customer-auth__shell:after{content:"";position:absolute;inset:auto -10% -45% auto;width:220px;height:220px;border-radius:50%;background:radial-gradient(circle,rgba(228,29,142,.18),transparent 70%);pointer-events:none}.customer-account__heading{max-width:52rem}.customer-account__title,.customer-auth__title{font-family:var(--font-display, Georgia, serif);font-size:clamp(2rem,4vw,3.5rem);font-weight:400;letter-spacing:-.03em;line-height:1.05;margin:0}.customer-account__subtitle,.customer-auth__subtitle{margin:0;max-width:62ch;color:#f3f1f59e;line-height:1.65}.customer-account__actions{display:flex;flex-wrap:wrap;gap:.75rem}.customer-account__stats{display:grid;grid-template-columns:1fr;gap:1rem}.customer-account-card{padding:1.25rem}.customer-account-card__label,.customer-account__panel-eyebrow,.customer-auth__eyebrow{margin:0 0 .75rem;font-size:var(--text-xs);font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:#f3f1f56b}.customer-account-card__value{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.75rem,4vw,2.6rem);line-height:1}.customer-account-card__meta{margin:.5rem 0 0;color:#f3f1f594;font-size:var(--text-sm)}.customer-account__layout{display:grid;grid-template-columns:1fr;gap:1rem}.customer-account__panel{padding:1.25rem}.customer-account__panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.25rem}.customer-account__panel-title{margin:0;font-family:var(--font-display, Georgia, serif);font-size:clamp(1.4rem,2.8vw,2rem);font-weight:400}.customer-account__panel-eyebrow{margin-bottom:.4rem}.customer-account__orders{display:grid;gap:.5rem}.customer-account__orders-head,.customer-account__order{display:grid;grid-template-columns:1.2fr .9fr .9fr .8fr;gap:.75rem;align-items:center}.customer-account__orders-head{padding:0 .75rem .5rem;color:#f3f1f56b;font-size:var(--text-xs);font-weight:700;letter-spacing:.08em;text-transform:uppercase}.customer-account__order{padding:.95rem .75rem;border-radius:var(--radius-md, 14px);border:1px solid rgba(243,241,245,.06);background:#f3f1f508;text-decoration:none;color:inherit;transition:background var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out),transform var(--dur-fast) var(--ease-out)}.customer-account__order:hover{background:#f3f1f50f;border-color:#f3f1f51f;transform:translateY(-1px)}.customer-account__order-number,.customer-account__order-total{font-weight:700;color:var(--text-on-dark)}.customer-account__order-date,.customer-account__order-status{color:#f3f1f59e;font-size:var(--text-sm)}.customer-account__sidebar{display:grid;gap:1rem}.customer-account__menu{padding:1rem}.customer-account__menu-head{margin-bottom:.9rem}.customer-account__menu-list{display:grid;gap:.55rem}.customer-account__menu-link{display:flex;align-items:center;gap:.8rem;padding:.8rem .85rem;border-radius:16px;border:1px solid rgba(243,241,245,.06);background:#f3f1f508;color:#f3f1f5c2;text-decoration:none;transition:transform var(--dur-fast) var(--ease-out),background var(--dur-fast) var(--ease-out),border-color var(--dur-fast) var(--ease-out)}.customer-account__menu-link:hover,.customer-account__menu-link.is-active{transform:translateY(-1px);background:#f3f1f512;border-color:#f3f1f51f;color:var(--text-on-dark)}.customer-account__menu-icon{width:2.4rem;height:2.4rem;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;background:linear-gradient(135deg,#4467fde6,#e41d8ee6)}.customer-account__menu-icon svg{width:1rem;height:1rem}.customer-account__menu-copy{display:grid;gap:.15rem;min-width:0}.customer-account__menu-copy strong{font-size:var(--text-sm);line-height:1.15}.customer-account__menu-copy small{color:#f3f1f57a;font-size:var(--text-xs)}.customer-account__address{display:grid;gap:.35rem;font-style:normal;color:#f3f1f5a8;line-height:1.6}.customer-account__address strong{color:var(--text-on-dark);margin-bottom:.25rem}.customer-account__links{display:grid;gap:.6rem}.customer-account__links a{display:flex;align-items:center;justify-content:space-between;padding:.8rem .9rem;border-radius:var(--radius-md, 14px);background:#f3f1f508;border:1px solid rgba(243,241,245,.06);color:#f3f1f5d1;text-decoration:none}.customer-account__links a:hover{background:#f3f1f50f;color:var(--text-on-dark)}.customer-account__empty{display:grid;gap:1rem;place-items:start;padding:1.25rem;border-radius:var(--radius-md, 14px);background:#f3f1f508;border:1px dashed rgba(243,241,245,.12)}.customer-account__empty p{margin:0;color:#f3f1f59e}.customer-account__empty--compact{padding:1rem}.customer-auth__shell{position:relative;overflow:hidden;display:grid;gap:1rem;padding:1.25rem}.customer-auth__intro{display:grid;gap:1rem}.customer-auth__notes{display:grid;grid-template-columns:1fr;gap:.75rem}.customer-auth__note{padding:1rem;border-radius:var(--radius-md, 14px);background:#f3f1f508;border:1px solid rgba(243,241,245,.06)}.customer-auth__note-title{display:block;margin-bottom:.25rem;font-weight:700;color:var(--text-on-dark)}.customer-auth__note-text{display:block;font-size:var(--text-sm);color:#f3f1f594}.customer-auth__panel{padding:1.25rem;background:#f3f1f505;border-radius:var(--radius-lg, 20px);border:1px solid rgba(243,241,245,.08)}.customer-auth__form{gap:.9rem}.customer-auth__submit{width:100%}.customer-auth__native{display:grid;gap:.9rem}.customer-auth__native-copy{margin:0;color:#f3f1f59e;font-size:var(--text-sm);line-height:1.6}.customer-auth__error{padding:.9rem 1rem;border-radius:var(--radius-md, 14px);border:1px solid rgba(228,29,142,.35);background:#e41d8e14}.customer-auth__switch,.customer-auth__links,.customer-auth__recover{color:#f3f1f59e}.customer-auth__switch{margin:0;font-size:var(--text-sm)}.customer-auth__switch a,.customer-auth__links a{color:var(--text-on-dark)}.customer-auth__links{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;font-size:var(--text-sm)}.customer-auth__recover{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(243,241,245,.08)}.customer-auth__recover-title{margin:0 0 1rem;font-family:var(--font-display, Georgia, serif);font-size:var(--text-xl);font-weight:400}@media(min-width:750px){.customer-account__hero{padding:2rem}.customer-account__stats{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-account__layout{grid-template-columns:minmax(0,1.72fr) minmax(220px,.68fr);align-items:start}.customer-account__panel,.customer-auth__panel,.customer-auth__shell{padding:1.5rem}.customer-auth__shell{grid-template-columns:minmax(0,1fr) minmax(360px,.9fr);gap:1.5rem}.customer-auth__notes{grid-template-columns:repeat(3,minmax(0,1fr))}.customer-account__sidebar{position:sticky;top:92px}.customer-account__links{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:749px){.site-header__inner{grid-template-columns:auto auto;gap:.75rem}.site-header__center,.site-header__submenu{display:none}.site-header__brand-wordmark{width:96px}.site-footer__logo-wordmark{width:100px}.mobile-menu__brand-wordmark{width:104px}.mobile-menu__nav-link{width:auto}.customer-account__orders-head{display:none}.customer-account__order{grid-template-columns:1fr 1fr;row-gap:.35rem}.customer-account__order-number{grid-column:1 / -1}.customer-account__order-total{text-align:right}.customer-account__menu-link{padding:.75rem .8rem}.customer-account__menu-icon{width:2.2rem;height:2.2rem}}
/*# sourceMappingURL=/cdn/shop/t/10/assets/theme.css.map */
