:root{--container-max: 1400px;--site-header-height: 00px}.container,.container-sm,.container-md,.container-lg,.container-xl,.container-xxl{max-width:var(--container-max)}.container,.container-fluid{padding-left:1rem;padding-right:1rem}#site-header{z-index:1040}#site-main{padding-top:max(1rem,var(--site-header-height) - 3rem)}@media(max-width:991.98px){body:not(.product-page) #site-main{padding-top:calc(var(--site-topbar-height, 0px) + 54px + .25rem)}}body.home #site-main{padding-top:0}section,.page-offset{scroll-margin-top:calc(var(--site-header-height) + 1rem)}.btn-accent{background-color:var(--theme-primary);border-color:var(--theme-primary);color:var(--theme-white);border-radius:999px;padding:.55rem 1.6rem;font-weight:500;transition:background-color .18s ease,border-color .18s ease,transform .12s ease}.btn-accent:hover{background-color:color-mix(in srgb,var(--theme-primary),black 7%);border-color:color-mix(in srgb,var(--theme-primary),black 7%);color:var(--theme-white);transform:translateY(-1px)}.btn-accent:active,.btn-accent:focus{background-color:color-mix(in srgb,var(--theme-primary),black 12%);border-color:color-mix(in srgb,var(--theme-primary),black 12%);color:var(--theme-white);box-shadow:0 0 0 .12rem color-mix(in srgb,var(--theme-primary),transparent 70%)}.btn-accent:disabled{background-color:color-mix(in srgb,var(--theme-primary),transparent 50%);border-color:color-mix(in srgb,var(--theme-primary),transparent 50%)}.btn-accent-outline{background-color:transparent;border-color:var(--theme-primary);color:var(--theme-primary);border-radius:999px;padding:.55rem 1.6rem;font-weight:500;transition:background-color .18s ease,border-color .18s ease,color .18s ease}.btn-accent-outline:hover{background-color:color-mix(in srgb,var(--theme-primary),transparent 88%);border-color:var(--theme-primary);color:var(--theme-dark)}.btn-accent-outline:active,.btn-accent-outline:focus{background-color:color-mix(in srgb,var(--theme-primary),transparent 80%);border-color:var(--theme-primary);color:var(--theme-dark);box-shadow:0 0 0 .12rem color-mix(in srgb,var(--theme-primary),transparent 70%)}.bg-theme-white{background-color:var(--theme-white)}.bg-theme-dark{background-color:var(--theme-dark)}.bg-theme-primary{background-color:var(--theme-primary)}.bg-theme-secondary{background-color:var(--theme-secondary)}.products .container{max-width:1400px}.products.is-scroll .products-track{--gap: 1.25rem;--per-view: 4;display:grid;grid-auto-flow:column;gap:var(--gap);grid-auto-columns:calc((100% - var(--gap) * (var(--per-view) - 1)) / var(--per-view));overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;padding-bottom:.5rem;scrollbar-width:thin}.products.is-scroll .products-track::-webkit-scrollbar{height:8px}.products.is-scroll .products-track::-webkit-scrollbar-thumb{background:#0003;border-radius:10px}.products.is-scroll .prod-nav{position:absolute;top:38%;transform:translateY(-50%);z-index:5;width:46px;height:46px;border:none;border-radius:50%;background:#ffffff4d;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);color:#000;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .25s ease}.products.is-scroll .prod-nav:hover{background:#ffffff8c;transform:translateY(-50%) scale(1.08)}.products.is-scroll .prod-nav i{font-size:1.25rem;line-height:1}.products.is-scroll .prod-prev{left:-.75rem}.products.is-scroll .prod-next{right:-.75rem}@media(max-width:1199.98px){.products.is-scroll .products-track{--per-view: 3}}@media(max-width:991.98px){.products.is-scroll .products-track{--per-view: 2}}@media(max-width:575.98px){.products.is-scroll .products-track{--per-view: 1}.products.is-scroll .prod-nav{display:none}}.products.is-grid .products-grid{--gap: 1.25rem;display:grid;gap:var(--gap);grid-template-columns:repeat(4,1fr)}@media(max-width:1199.98px){.products.is-grid .products-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:991.98px){.products.is-grid .products-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:575.98px){.products.is-grid .products-grid{grid-template-columns:1fr}}.products .product-card{scroll-snap-align:start;border-radius:1rem;overflow:hidden;background:#fff;box-shadow:0 1px 2px #0000000f;transition:transform .25s ease,box-shadow .25s ease}.products .product-card:hover{transform:translateY(-3px);box-shadow:0 14px 30px #1111111f}.products .product-card .product-media{position:relative;background:#f8f8f8;aspect-ratio:3/4;overflow:hidden}.products .product-card .product-media .img-primary,.products .product-card .product-media .img-secondary{position:absolute;inset:0;margin:auto;max-height:88%;max-width:88%;width:auto;height:auto;object-fit:contain;transition:opacity .35s ease,transform .35s ease}.products .product-card .product-media .img-primary{opacity:1;transform:scale(1) translateY(0)}.products .product-card .product-media .img-secondary{opacity:0;transform:scale(1.02) translateY(0)}.products .product-card .product-media:hover .img-primary,.product-card:hover .products .product-card .product-media .img-primary{opacity:0;transform:scale(1.02) translateY(-12px)}.products .product-card .product-media:hover .img-secondary,.product-card:hover .products .product-card .product-media .img-secondary{opacity:1;transform:scale(1) translateY(-12px)}.products .product-card .product-media .btn-icon.fav{position:absolute;top:.8rem;right:.8rem;width:38px;height:38px;border-radius:50%;background:#fffc;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;color:#000;transition:all .2s ease;z-index:99}.products .product-card .product-media .btn-icon.fav i{font-size:1.1rem}.products .product-card .product-media .btn-icon.fav:hover{transform:scale(1.1);background:#ff164f;color:#fff}.products .product-card .product-media .btn-icon.fav:hover:not(.is-active){background:#ff164f;color:#fff}.products .product-card .product-media .btn-icon.fav.is-active{background:#ff164f;color:#fff}.products .product-card .product-media .btn-icon.fav.is-active:hover{color:#fff}.products .product-card .product-media .product-sale-badge{position:absolute;left:.9rem;bottom:.9rem;z-index:6;background:#d90f2a;color:#fff;font-size:.95rem;font-weight:700;line-height:1;padding:.45rem .55rem}.products .product-card .product-media .product-hover-panel{position:absolute;left:.8rem;right:.8rem;bottom:.8rem;z-index:7;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:.75rem;border:1px solid rgba(0,0,0,.08);padding:.55rem;display:flex;flex-direction:column;gap:.5rem;transform:translateY(120%);opacity:0;pointer-events:none;transition:transform .28s ease,opacity .22s ease}.products .product-card .product-media .product-hover-panel .product-swatches,.products .product-card .product-media .product-hover-panel .product-sizes{display:flex;flex-wrap:wrap;align-items:center;gap:.4rem;margin:0}.products .product-card .product-media .product-hover-panel .swatch{width:18px;height:18px}.products .product-card .product-media .product-hover-panel .swatch-more,.products .product-card .product-media .product-hover-panel .btn-size-more{margin-left:.1rem;padding:.2rem .45rem;border-radius:.4rem;background:#efefef;font-size:.75rem;line-height:1.2}.products .product-card .product-media .product-hover-panel .btn-size{font-size:.82rem;padding:.28rem .55rem;border:1px solid rgba(17,17,17,.2);background:#fff;border-radius:.4rem}.products .product-card .product-media .product-hover-panel .swatch:disabled,.products .product-card .product-media .product-hover-panel .swatch.is-disabled{opacity:.65;cursor:not-allowed;box-shadow:none;position:relative}.products .product-card .product-media .product-hover-panel .swatch:disabled:after,.products .product-card .product-media .product-hover-panel .swatch.is-disabled:after{content:"";position:absolute;inset:-1px;border-radius:inherit;background:linear-gradient(135deg,transparent 46%,rgba(0,0,0,.65) 48%,rgba(0,0,0,.65) 52%,transparent 54%);pointer-events:none}.products .product-card .product-media .product-hover-panel .btn-size:disabled,.products .product-card .product-media .product-hover-panel .btn-size.is-disabled{color:#9aa0a6;border-color:#d9dce1;background:#f3f4f6;cursor:not-allowed;box-shadow:none}.products .product-card .product-media .product-hover-panel .product-hover-cta{width:100%;margin:0;font-size:.8rem;letter-spacing:.03em;padding:.55rem .75rem}.products .product-card .product-body{padding:.95rem 1rem 1.15rem}.products .product-card .product-body .product-meta{font-size:.75rem;letter-spacing:.08em;color:#8a8a8a;margin-bottom:.3rem}.products .product-card .product-body .product-title{font-weight:700;color:#111;text-decoration:none;display:inline-block;margin-bottom:.4rem;line-height:1.25}.products .product-card .product-body .product-title:hover{text-decoration:underline}.products .product-card .product-body .product-price{display:flex;align-items:center;flex-wrap:wrap;gap:.45rem;margin-bottom:.6rem}.products .product-card .product-body .product-price .product-price-current{color:#111;font-weight:800;font-size:1.15rem}.products .product-card .product-body .product-price .product-price-original{color:#747474;text-decoration:line-through;font-size:.95rem}.products .product-card .product-body .product-price .product-price-discount{color:#d90f2a;font-weight:700;font-size:.95rem}.products .product-card .product-body .product-stock{color:#646464;font-size:.8rem;margin-top:-.2rem}@media(hover:hover)and (pointer:fine){.products .product-card:hover .product-hover-panel{transform:translateY(0);opacity:1;pointer-events:auto}}@media(hover:none),(pointer:coarse){.products .product-card .product-media .product-hover-panel{transform:translateY(0);opacity:1;pointer-events:auto}}@media(hover:hover)and (pointer:fine){.product-media .btn-icon.fav:hover{transform:scale(1.1);background:#ff164f;color:#fff}}
