:root,.store-vitrin{--store-primary:#c8102e;--store-primary-dark:#9b0d24;--store-primary-muted:#4a0d18;--store-text-heading:#0d1b2a;--store-text-heading-light:#1b2838;--store-promo:#f5e000;--store-promo-text:#111;--store-announcement:#8b1538;--store-border:#e8e8e8;--store-card-bg:#fff;--store-muted:#64748b;--store-radius:10px;--store-max:1280px;--store-red:var(--store-primary);--store-red-dark:var(--store-primary-dark);--store-navy:var(--store-text-heading);--store-navy-light:var(--store-text-heading-light);--store-burgundy:var(--store-primary-muted);--store-layout-max:var(--store-max);--store-layout-px:clamp(1rem, 4vw, 2rem);--store-sidebar-w:240px;--store-grid-gap:1.25rem;--store-bp-mobile:640px;--store-bp-tablet:960px;--store-bp-desktop:1280px}.store-vitrin{max-width:100vw;overflow-x:clip}.store-vitrin a{color:inherit}.store-product-card{color:inherit;background:var(--store-card-bg);border:1px solid var(--store-border);border-radius:var(--store-radius);flex-direction:column;min-width:0;text-decoration:none;transition:box-shadow .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1),border-color .25s;display:flex;overflow:hidden}.store-product-card:hover{border-color:#c8c8c8;transform:translateY(-4px);box-shadow:0 20px 40px #0d1b2a24}.store-product-card__media{aspect-ratio:2/3;background:#f5f5f5;justify-content:center;align-items:center;min-height:180px;display:flex;position:relative;overflow:hidden}.store-product-card__media img{object-fit:cover;object-position:center;width:100%;height:100%;transition:transform .35s}.store-product-card:hover .store-product-card__media img{transform:scale(1.04)}.store-product-card__body{flex-direction:column;flex:1;gap:.5rem;padding:1rem 1.125rem 1.25rem;display:flex}.store-product-card__title{color:var(--store-text-heading);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0;font-size:.9375rem;font-weight:600;line-height:1.45;display:-webkit-box;overflow:hidden}@media (min-width:768px){.store-product-card__title{font-size:1rem}}.store-product-card__prices{flex-wrap:wrap;align-items:baseline;gap:.5rem;margin-top:auto;display:flex}.store-product-card__old{color:var(--store-muted);font-size:.875rem;text-decoration:line-through}.store-product-card__price{color:var(--store-primary);font-size:1.1875rem;font-weight:800}.store-product-card__badge{background:var(--store-primary);color:#fff;z-index:1;border-radius:4px;padding:.2rem .5rem;font-size:.7rem;font-weight:800;line-height:1;position:absolute;top:10px;left:10px}.store-product-card__hover-overlay{opacity:0;z-index:2;background:#0d1b2a8c;justify-content:center;align-items:center;transition:opacity .22s;display:flex;position:absolute;inset:0}.store-product-card:hover .store-product-card__hover-overlay{opacity:1}.store-product-card__quick-view{color:#fff;letter-spacing:.04em;border:2px solid #ffffffb3;border-radius:6px;padding:.5rem 1rem;font-size:.8125rem;font-weight:700;transition:transform .22s,border-color .22s;transform:translateY(6px)}.store-product-card:hover .store-product-card__quick-view{border-color:#fff;transform:translateY(0)}@keyframes storeSkeleton{0%{background-position:-400px 0}to{background-position:400px 0}}.store-skeleton-media{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/800px 100%;animation:1.4s ease-in-out infinite storeSkeleton}.store-skeleton-line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/800px 100%;border-radius:4px;animation:1.4s ease-in-out infinite storeSkeleton}.store-product-card--skeleton{pointer-events:none;animation:none}.store-product-card--skeleton:hover{box-shadow:none;border-color:var(--store-border);transform:none}.store-product-grid{grid-template-columns:repeat(2,1fr);gap:1.25rem;display:grid}@media (min-width:540px){.store-product-grid{grid-template-columns:repeat(2,minmax(200px,1fr))}}@media (min-width:768px){.store-product-grid{grid-template-columns:repeat(3,minmax(200px,1fr))}}@media (min-width:900px){.store-product-grid[data-cols="2"]{grid-template-columns:repeat(2,minmax(220px,1fr))}.store-product-grid[data-cols="3"],.store-product-grid[data-cols="4"]{grid-template-columns:repeat(3,minmax(200px,1fr))}}@media (min-width:1200px){.store-product-grid[data-cols="3"]{grid-template-columns:repeat(3,minmax(240px,1fr))}.store-product-grid[data-cols="4"]{grid-template-columns:repeat(4,minmax(220px,1fr))}}@media (min-width:1600px){.store-product-grid[data-cols="4"]{grid-template-columns:repeat(4,minmax(260px,1fr))}}.store-section-title{color:var(--store-text-heading);letter-spacing:-.02em;margin:0 0 1.25rem;font-size:clamp(1.35rem,3vw,1.75rem);font-weight:800}.store-pdp{max-width:var(--store-max);margin:0 auto;padding:1rem 1rem 3rem}.store-pdp__breadcrumb{color:var(--store-muted);flex-wrap:wrap;align-items:center;gap:.35rem .5rem;margin-bottom:1.25rem;font-size:.8125rem;display:flex}.store-pdp__breadcrumb a{color:var(--store-muted);text-decoration:none}.store-pdp__breadcrumb a:hover{color:var(--store-primary)}.store-pdp__grid{grid-template-columns:1fr;gap:1.5rem 2rem;display:grid}@media (min-width:900px){.store-pdp__grid{grid-template-columns:minmax(0,1.05fr) minmax(0,1fr);gap:2rem 3rem}}.store-pdp__gallery-main{border-radius:var(--store-radius);border:1px solid var(--store-border);aspect-ratio:2/3;background:#f8f8f9;justify-content:center;align-items:center;max-height:820px;display:flex;position:relative;overflow:hidden}.store-pdp__gallery-main img{object-fit:contain;object-position:center;width:100%;height:100%}.store-pdp__thumbs{flex-wrap:wrap;gap:.5rem;margin-top:.75rem;display:flex}.store-pdp__thumb{cursor:pointer;background:#f1f1f2;border:2px solid #0000;border-radius:8px;width:72px;height:72px;padding:0;overflow:hidden}.store-pdp__thumb[data-active=true]{border-color:var(--store-primary)}.store-pdp__thumb img{object-fit:contain;object-position:center;width:100%;height:100%}.store-pdp__title{color:var(--store-text-heading);margin:0 0 .75rem;font-size:clamp(1.35rem,3vw,2rem);font-weight:800;line-height:1.25}.store-pdp__badge{color:var(--store-primary);background:#c8102e1a;border-radius:999px;margin-bottom:.75rem;padding:.2rem .65rem;font-size:.75rem;font-weight:700;text-decoration:none;display:inline-block}.store-pdp__price-row{flex-wrap:wrap;align-items:baseline;gap:.65rem;margin-bottom:1rem;display:flex}.store-pdp__price-old{color:var(--store-muted);font-size:1rem;text-decoration:line-through}.store-pdp__price-now{color:var(--store-primary);font-size:1.75rem;font-weight:800}.store-pdp__stock{color:#059669;margin-bottom:1rem;font-size:.875rem;font-weight:600}.store-pdp__desc{border-top:1px solid var(--store-border);color:#334155;white-space:pre-wrap;margin-top:2rem;padding-top:1.5rem;font-size:.9375rem;line-height:1.75}.store-pdp__media,.store-pdp__info{flex-direction:column;display:flex}.store-pdp__short-desc{color:#475569;margin-bottom:1.25rem;font-size:.9375rem;line-height:1.7}.store-pdp__buy{margin-top:.25rem}.store-pdp__sale-badge{color:var(--store-primary);background:#c8102e1a;border-radius:999px;align-items:center;padding:.2rem .6rem;font-size:.75rem;font-weight:700;display:inline-flex}.store-pdp__stock--out{color:#dc2626}.store-pdp__wishlist-btn{border:1px solid var(--store-border);cursor:pointer;color:var(--store-muted);background:0 0;border-radius:999px;align-items:center;gap:.375rem;margin-top:.875rem;padding:.5rem 1rem;font-size:.875rem;transition:color .15s,border-color .15s;display:inline-flex}.store-pdp__wishlist-btn:hover{color:var(--store-primary);border-color:var(--store-primary)}.store-pdp__info-accordion{border-top:1px solid var(--store-border);margin-top:1.25rem}.store-pdp__info-accordion__item{border-bottom:1px solid var(--store-border)}.store-pdp__info-accordion__summary{cursor:pointer;letter-spacing:.08em;text-transform:uppercase;width:100%;color:var(--store-text-heading,#0f172a);text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;gap:.75rem;padding:1rem .25rem;font-size:.8125rem;font-weight:600;transition:color .15s;display:flex}.store-pdp__info-accordion__summary:hover{color:var(--store-primary)}.store-pdp__info-accordion__chevron{color:var(--store-muted);justify-content:center;align-items:center;transition:transform .2s;display:inline-flex}.store-pdp__info-accordion__item.is-open .store-pdp__info-accordion__chevron{transform:rotate(180deg)}.store-pdp__info-accordion__panel{color:#475569;padding:0 .25rem 1rem;font-size:.875rem;line-height:1.65}.store-pdp__info-accordion__panel p{margin:0 0 .6em}.store-pdp__info-accordion__panel p:last-child{margin-bottom:0}.store-pdp__info-accordion__panel ul,.store-pdp__info-accordion__panel ol{margin:0 0 .6em;padding-left:1.25rem}.store-pdp__info-accordion__panel a{color:var(--store-primary,#6366f1);text-underline-offset:2px;text-decoration:underline}.store-pdp__info-accordion__panel img{max-width:100%;height:auto}.store-pdp__tags{flex-wrap:wrap;gap:.375rem;margin-top:1rem;display:flex}.store-pdp__tag{background:var(--store-bg,#f8f8f9);border:1px solid var(--store-border);color:var(--store-muted);border-radius:999px;padding:.2rem .65rem;font-size:.75rem;display:inline-block}.store-pdp__detail-section{border-top:2px solid var(--store-border);margin-top:2.5rem}.store-pdp__tabs{border-bottom:1px solid var(--store-border);gap:0;display:flex;overflow-x:auto}.store-pdp__tab{color:var(--store-muted);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-bottom:3px solid #0000;flex-shrink:0;padding:.875rem 1.5rem;font-size:.9375rem;font-weight:600;transition:color .15s,border-color .15s}.store-pdp__tab:hover{color:var(--store-text-heading)}.store-pdp__tab--active{color:var(--store-primary);border-bottom-color:var(--store-primary)}.store-pdp__tab-panel{padding:1.75rem 0}.store-pdp__desc-content{color:#334155;word-wrap:break-word;max-width:860px;font-size:.9375rem;line-height:1.8}.store-pdp__desc-content>:first-child{margin-top:0}.store-pdp__desc-content>:last-child{margin-bottom:0}.store-pdp__desc-content h1,.store-pdp__desc-content h2,.store-pdp__desc-content h3,.store-pdp__desc-content h4,.store-pdp__desc-content h5,.store-pdp__desc-content h6{color:#0f172a;margin:1.5em 0 .6em;font-weight:700;line-height:1.3}.store-pdp__desc-content h1{font-size:1.875rem;font-weight:800}.store-pdp__desc-content h2{font-size:1.5rem}.store-pdp__desc-content h3{font-size:1.25rem}.store-pdp__desc-content h4{font-size:1.125rem}.store-pdp__desc-content h5{font-size:1rem}.store-pdp__desc-content h6{text-transform:uppercase;letter-spacing:.04em;color:#475569;font-size:.9375rem}.store-pdp__desc-content p{margin:0 0 1em}.store-pdp__desc-content ul,.store-pdp__desc-content ol{margin:0 0 1em;padding-left:1.5rem}.store-pdp__desc-content ul{list-style:outside}.store-pdp__desc-content ol{list-style:decimal}.store-pdp__desc-content li{margin:.25em 0}.store-pdp__desc-content a{color:var(--store-primary,#6366f1);text-underline-offset:2px;text-decoration:underline}.store-pdp__desc-content a:hover{opacity:.85}.store-pdp__desc-content strong,.store-pdp__desc-content b{color:#0f172a;font-weight:700}.store-pdp__desc-content em,.store-pdp__desc-content i{font-style:italic}.store-pdp__desc-content blockquote{border-left:3px solid var(--store-primary,#6366f1);color:#475569;background:#6366f10f;border-radius:0 8px 8px 0;margin:1em 0;padding:.75em 1em}.store-pdp__desc-content code{color:#0f172a;background:#f1f5f9;border-radius:4px;padding:.1em .4em;font-family:Menlo,Consolas,monospace;font-size:.875em}.store-pdp__desc-content pre{color:#f1f5f9;background:#0f172a;border-radius:10px;margin:1em 0;padding:1em 1.125em;font-family:Menlo,Consolas,monospace;font-size:.875rem;line-height:1.6;overflow-x:auto}.store-pdp__desc-content pre code{color:inherit;background:0 0;padding:0}.store-pdp__desc-content img{border-radius:10px;max-width:100%;height:auto;margin:1em 0}.store-pdp__desc-content figure{margin:1em 0}.store-pdp__desc-content figure img{margin:0}.store-pdp__desc-content figcaption{text-align:center;color:#64748b;margin-top:.5em;font-size:.8125rem}.store-pdp__desc-content hr{border:none;border-top:1px solid #e2e8f0;margin:2em 0}.store-pdp__desc-content table{border-collapse:collapse;width:100%;margin:1em 0;font-size:.9375rem}.store-pdp__desc-content th,.store-pdp__desc-content td{text-align:left;vertical-align:top;border:1px solid #e2e8f0;padding:.625em .875em}.store-pdp__desc-content th{color:#0f172a;background:#f8fafc;font-weight:600}.store-pdp__short-desc p{margin:0 0 .5em}.store-pdp__short-desc p:last-child{margin-bottom:0}.store-pdp__short-desc a{color:var(--store-primary,#6366f1);text-underline-offset:2px;text-decoration:underline}.store-pdp__short-desc strong{font-weight:700}.store-pdp__specs-table{border-collapse:collapse;width:100%;max-width:680px}.store-pdp__specs-table th,.store-pdp__specs-table td{text-align:left;border-bottom:1px solid var(--store-border);padding:.65rem 1rem;font-size:.9rem}.store-pdp__specs-table th{width:38%;color:var(--store-text-heading);background:var(--store-bg,#f8f8f9);font-weight:600}.store-pdp__specs-table td{color:#334155}.store-pdp__specs-table tr:last-child th,.store-pdp__specs-table tr:last-child td{border-bottom:none}.store-pdp__reviews-placeholder{color:var(--store-muted);flex-direction:column;align-items:center;gap:.75rem;padding:2.5rem 1rem;font-size:.9375rem;display:flex}.store-related{border-top:1px solid var(--store-border);margin-top:3rem;padding-top:2rem}.store-related__head{justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.store-related__nav{gap:.35rem;display:flex}.store-related__nav button{border:1px solid var(--store-border);cursor:pointer;width:36px;height:36px;color:var(--store-text-heading);background:#fff;border-radius:8px;justify-content:center;align-items:center;font-size:1.1rem;display:flex}.store-related__nav button:hover{border-color:var(--store-primary);color:var(--store-primary)}.store-related__track{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:thin;gap:1rem;padding-bottom:.5rem;display:flex;overflow-x:auto}.store-related__track .store-product-card{scroll-snap-align:start;flex:0 0 min(200px,70vw)}.store-shop{max-width:var(--store-max);margin:0 auto;padding:1.5rem 1.25rem 4rem}.store-shop__layout{grid-template-columns:1fr;gap:1.75rem;display:grid}.store-shop__layout[data-has-sidebar=true]{grid-template-columns:1fr}@media (min-width:960px){.store-shop__layout[data-has-sidebar=true]{grid-template-columns:220px minmax(0,1fr);align-items:start;gap:2rem}}@media (min-width:1200px){.store-shop__layout[data-has-sidebar=true]{grid-template-columns:240px minmax(0,1fr)}}.store-shop__sidebar{border:1px solid var(--store-border);border-radius:var(--store-radius);background:#fff;padding:1.25rem;position:sticky;top:1rem}@media (max-width:959px){.store-shop__sidebar{z-index:200;border:none;border-radius:0;max-height:100vh;transition:transform .25s;position:fixed;inset:0;overflow-y:auto;transform:translate(-100%)}.store-shop__sidebar[data-open=true]{transform:translate(0)}.store-shop__sidebar-backdrop{z-index:199;background:#00000073;display:none;position:fixed;inset:0}.store-shop__sidebar-backdrop[data-open=true]{display:block}}.store-shop__cat-title{text-transform:uppercase;letter-spacing:.08em;color:var(--store-muted);margin:0 0 .75rem;font-size:.7rem;font-weight:800}.store-shop__cat-list{margin:0;padding:0;list-style:none}.store-shop__cat-list a{color:var(--store-text-heading);border-bottom:1px solid #eee;padding:.45rem 0;font-size:.9rem;text-decoration:none;display:block}.store-shop__cat-list a:hover,.store-shop__cat-list a[data-active=true]{color:var(--store-primary);font-weight:600}.store-shop__toolbar{border:1px solid var(--store-border);border-radius:var(--store-radius);background:#fafafa;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:1.25rem;padding:.75rem 1rem;display:flex}.store-shop__toolbar select{border:1px solid var(--store-border);background:#fff;border-radius:8px;padding:.45rem 2rem .45rem .75rem;font-size:.875rem;font-weight:500}.store-shop__ribbon{flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem;display:flex}.store-shop__ribbon a{border:1px solid var(--store-border);background:#fff;border-radius:50%;justify-content:center;align-items:center;width:48px;height:48px;display:flex;overflow:hidden}.store-shop__ribbon img{object-fit:cover;width:100%;height:100%}.store-shop__tags{flex-wrap:wrap;gap:.35rem;margin-top:1rem;display:flex}.store-shop__tag{border:1px solid var(--store-border);color:var(--store-text-heading);background:#fff;border-radius:6px;padding:.25rem .5rem;font-size:.75rem;text-decoration:none}.store-shop__tag:hover{border-color:var(--store-primary);color:var(--store-primary)}.store-shop__pagination{flex-wrap:wrap;justify-content:center;gap:.35rem;margin-top:2rem;display:flex}.store-shop__pagination button{border:1px solid var(--store-border);cursor:pointer;background:#fff;border-radius:8px;min-width:40px;height:40px;font-size:.875rem;font-weight:600}.store-shop__pagination button[data-active=true]{background:var(--store-primary);border-color:var(--store-primary);color:#fff}.store-shop__pagination button:disabled{opacity:.45;cursor:not-allowed}.store-mobile-filter-btn{border:1px solid var(--store-border);background:var(--store-text-heading);color:#fff;cursor:pointer;border-radius:8px;align-items:center;gap:.5rem;padding:.55rem 1rem;font-size:.8125rem;font-weight:600;display:inline-flex}@media (min-width:960px){.store-mobile-filter-btn{display:none}}.store-sidebar-close{justify-content:flex-end;margin-bottom:.75rem;display:flex}@media (min-width:960px){.store-sidebar-close{display:none}}.store-sidebar-close button{border:1px solid var(--store-border);cursor:pointer;background:#fff;border-radius:8px;padding:.35rem .75rem;font-size:.8125rem}.modal-overlay.store-quick-view-overlay{z-index:10000;padding:var(--space-4)}.store-quick-view__panel{padding:0;position:relative}.store-quick-view__close{top:var(--space-3);right:var(--space-3);z-index:2;border-radius:var(--radius-full);background:var(--slate-100);cursor:pointer;width:36px;height:36px;color:var(--slate-700);transition:background var(--transition);border:none;justify-content:center;align-items:center;font-size:1.125rem;display:flex;position:absolute}.store-quick-view__close:hover{background:var(--slate-200)}.store-quick-view__loading,.store-quick-view__error{padding:var(--space-12) var(--space-6);text-align:center;color:var(--text-secondary)}.store-quick-view__error{padding:var(--space-8)}.store-quick-view__grid{gap:0;display:grid}.store-quick-view__media{aspect-ratio:2/3;background:var(--slate-50);width:100%;position:relative}.store-quick-view__body{padding:var(--space-5)}.store-quick-view__title{margin:0 0 var(--space-2);font-size:var(--font-size-xl);color:var(--text)}.store-quick-view__desc{margin:0 0 var(--space-4);font-size:var(--font-size-sm);color:var(--text-secondary)}.store-quick-view__price-row{margin-bottom:var(--space-4);font-size:1.35rem;font-weight:var(--font-weight-extrabold);color:var(--text)}.store-quick-view__price-old{color:var(--text-muted);margin-right:var(--space-2);text-decoration:line-through}.store-quick-view__link{margin-top:var(--space-4);font-weight:var(--font-weight-semibold);color:var(--primary);display:inline-block}.store-quick-view__link:hover{text-decoration:underline}.store-category-page{max-width:var(--store-layout-max);padding:2rem var(--store-layout-px) 4rem;margin:0 auto}.store-category-layout{align-items:flex-start;gap:2rem;display:flex}.store-category-sidebar{width:var(--store-sidebar-w);flex-shrink:0}.store-category-main{flex:1;min-width:0}.store-category-grid{gap:var(--store-grid-gap);grid-template-columns:repeat(auto-fill,minmax(min(100%,220px),1fr));display:grid}@media (max-width:959px){.store-category-layout{flex-direction:column}.store-category-sidebar{width:100%}}@media (max-width:639px){.store-category-grid{grid-template-columns:repeat(2,1fr)}}.pb-section{max-width:var(--store-max,1280px);margin:0 auto;padding:3rem 1rem}.pb-section-title{text-align:center;color:var(--store-text-heading,#0d1b2a);letter-spacing:-.02em;margin:0 0 1.5rem;font-size:clamp(1.25rem,3vw,1.75rem);font-weight:800}.pb-card{background:var(--store-card-bg,#fff);border:1px solid var(--store-border,#e8e8e8);border-radius:var(--store-radius,10px);transition:box-shadow .2s,transform .2s;display:block;overflow:hidden}.pb-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000001a}.pb-card__media{aspect-ratio:2/3;background:#f4f4f5;overflow:hidden}.pb-card__media img{object-fit:cover;width:100%;height:100%;transition:transform .35s}.pb-card:hover .pb-card__media img{transform:scale(1.04)}.pb-card__body{padding:.875rem 1rem 1rem}.pb-card__name{color:var(--store-text-heading,#0d1b2a);-webkit-line-clamp:2;-webkit-box-orient:vertical;margin:0 0 .5rem;font-size:.9375rem;font-weight:600;line-height:1.35;display:-webkit-box;overflow:hidden}.pb-sale-badge{background:var(--store-primary,#c8102e);color:#fff;letter-spacing:.01em;border-radius:4px;padding:2px 6px;font-size:.7rem;font-weight:700}.pb-skeleton{background:var(--store-card-bg,#fff);border-radius:10px;overflow:hidden}.pb-skeleton__img{aspect-ratio:2/3;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;animation:1.4s infinite pb-shimmer}.pb-skeleton__line{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:6px;height:12px;animation:1.4s infinite pb-shimmer}@keyframes pb-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.pb-cat-card{background:var(--store-card-bg,#fff);border:1px solid var(--store-border,#e8e8e8);border-radius:var(--store-radius,10px);cursor:pointer;text-align:center;flex-direction:column;align-items:center;gap:.6rem;padding:1rem .75rem;transition:box-shadow .2s,transform .2s;display:flex}.pb-cat-card:hover{transform:translateY(-2px);box-shadow:0 6px 20px #00000017}.pb-cat-card__img{background:#f4f4f5;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:72px;height:72px;display:flex;overflow:hidden}.pb-cat-card--tile .pb-cat-card__img{border-radius:8px;width:100%;height:120px}.pb-cat-card__img img{object-fit:cover;width:100%;height:100%}.pb-cat-card__placeholder{font-size:1.75rem}.pb-cat-card__name{color:var(--store-text-heading,#0d1b2a);margin:0;font-size:.875rem;font-weight:700}.pb-cat-card__count{color:var(--store-muted,#64748b);margin:0;font-size:.75rem}.pb-featured{padding:3rem 1rem}.pb-featured__inner{max-width:var(--store-max,1280px);align-items:center;gap:3rem;margin:0 auto;display:flex}.pb-featured__media{aspect-ratio:2/3;background:#f4f4f5;border-radius:12px;flex:1;max-width:480px;overflow:hidden}.pb-featured__media img{object-fit:cover;width:100%;height:100%}.pb-featured__content{flex-direction:column;flex:1;gap:1rem;display:flex}.pb-featured__badge{color:#fff;text-transform:uppercase;letter-spacing:.05em;border-radius:20px;width:fit-content;padding:4px 12px;font-size:.75rem;font-weight:700;display:inline-block}.pb-featured__title{color:var(--store-text-heading,#0d1b2a);margin:0;font-size:clamp(1.4rem,3vw,2rem);font-weight:800;line-height:1.2}.pb-featured__cta{color:#fff;border-radius:8px;justify-content:center;align-items:center;width:fit-content;padding:.75rem 1.75rem;font-size:.9375rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-flex}.pb-featured__cta:hover{opacity:.88}.pb-featured__empty{text-align:center;color:var(--store-muted);padding:2rem}.pb-featured-skeleton{background:#f0f0f0;border-radius:12px;height:360px;animation:1.4s infinite pb-shimmer}@media (max-width:767px){.pb-featured__inner{flex-direction:column!important}.pb-featured__media{width:100%;max-width:100%}}.pb-tabs__nav{flex-wrap:wrap;justify-content:center;gap:.5rem;margin-bottom:1.5rem;display:flex}.pb-tabs__btn{border:1px solid var(--store-border,#e8e8e8);color:var(--store-text,#374151);cursor:pointer;background:0 0;border-radius:30px;padding:.5rem 1.25rem;font-size:.875rem;font-weight:600;transition:background .2s,color .2s,border-color .2s}.pb-tabs__btn.active,.pb-tabs__btn:hover{background:var(--store-primary,#c8102e);border-color:var(--store-primary,#c8102e);color:#fff}.pb-tabs__content{animation:.25s pb-fade}@keyframes pb-fade{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.pb-flash__header{border-bottom:2px solid;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;padding-bottom:1rem;display:flex}.pb-flash__title{margin:0;font-size:1.5rem;font-weight:900}.pb-flash__timer{align-items:center;gap:4px;display:flex}.pb-flash__digit{color:#fff;font-variant-numeric:tabular-nums;border-radius:8px;justify-content:center;align-items:center;width:44px;height:44px;font-size:1.15rem;font-weight:800;display:inline-flex}.pb-flash__sep{color:var(--store-muted);font-size:1.25rem;font-weight:900}.pb-flash__over{color:var(--store-muted);font-size:.875rem}.pb-flash__card{position:relative}.pb-flash__pct{z-index:2;color:#fff;border-radius:6px;padding:3px 7px;font-size:.7rem;font-weight:800;position:absolute;top:8px;left:8px}.pb-hscroll{scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;gap:1rem;padding-bottom:.75rem;display:flex;overflow-x:auto}.pb-hscroll::-webkit-scrollbar{height:5px}.pb-hscroll::-webkit-scrollbar-track{background:0 0}.pb-hscroll::-webkit-scrollbar-thumb{background:var(--store-border,#e8e8e8);border-radius:4px}.pb-hscroll__item{scroll-snap-align:start;flex-shrink:0}.pb-rank-badge{z-index:2;color:#fff;border-radius:6px;padding:3px 8px;font-size:.7rem;font-weight:800;position:absolute;top:8px;left:8px}.pb-filter-pills{flex-wrap:wrap;justify-content:center;gap:.5rem;display:flex}.pb-filter-pill{border:1.5px solid var(--store-border,#e8e8e8);color:var(--store-text,#374151);cursor:pointer;background:0 0;border-radius:30px;padding:.4rem 1rem;font-size:.8125rem;font-weight:600;transition:background .18s,color .18s,border-color .18s}.pb-filter-pill:hover{border-color:currentColor}.pb-brand-row{flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:1rem;display:flex}.pb-brand-logo{border:1.5px solid var(--store-border,#e8e8e8);background:var(--store-card-bg,#fff);cursor:pointer;width:120px;height:60px;color:var(--store-text-heading);border-radius:10px;justify-content:center;align-items:center;padding:.5rem;font-size:.875rem;font-weight:600;transition:border-color .2s,box-shadow .2s;display:flex}.pb-brand-logo img{object-fit:contain;max-width:100%;max-height:100%}.pb-brand-logo.active,.pb-brand-logo:hover{box-shadow:0 0 0 2px}.pb-compare{overflow-x:auto}.pb-compare__table{min-width:480px}.pb-compare__header{border-bottom:1px solid var(--store-border,#e8e8e8);gap:1rem;padding-bottom:1rem;display:flex}.pb-compare__label-col{color:var(--store-muted);flex:0 0 120px;font-size:.8rem;font-weight:700}.pb-compare__col{text-align:center;flex:1}.pb-compare__img{aspect-ratio:2/3;border-radius:8px;width:80%;max-width:140px;margin:0 auto .5rem;overflow:hidden}.pb-compare__img img{object-fit:cover;width:100%;height:100%}.pb-compare__name{color:var(--store-text-heading);margin:0 0 .4rem;font-size:.8rem;font-weight:700}.pb-compare__rows{margin-top:.5rem}.pb-compare__row{border-bottom:1px solid var(--store-border,#e8e8e8);align-items:center;gap:1rem;padding:.6rem 0;display:flex}.pb-compare__cell{text-align:center;color:var(--store-muted);font-size:.8rem}.pb-compare__btn{color:#fff;border-radius:6px;padding:.45rem .85rem;font-size:.75rem;font-weight:700;text-decoration:none;transition:opacity .2s;display:inline-block}.pb-compare__btn:hover{opacity:.85}.pb-masonry{grid-template-columns:repeat(3,1fr);grid-auto-rows:180px;gap:.75rem;display:grid}.pb-masonry__item{border-radius:10px;overflow:hidden}.pb-masonry__item--tall{grid-row:span 2}.pb-masonry__item--normal{grid-row:span 1}.pb-masonry__media{width:100%;height:100%;position:relative}.pb-masonry__media img{object-fit:cover;width:100%;height:100%;display:block}.pb-masonry__overlay{opacity:0;flex-direction:column;justify-content:flex-end;padding:.75rem;transition:opacity .25s;display:flex;position:absolute;inset:0}.pb-masonry__item:hover .pb-masonry__overlay{opacity:1}.pb-masonry__name{color:#fff;margin:0 0 .3rem;font-size:.8rem;font-weight:700;line-height:1.2}@media (max-width:639px){.pb-masonry{grid-template-columns:repeat(2,1fr)}}.store-blog-card{background:var(--surface,#fff);border:1px solid var(--border,#e5e7eb);border-radius:var(--radius-md,12px);color:inherit;text-decoration:none;transition:transform .3s,box-shadow .3s;display:block;overflow:hidden}.store-blog-card:hover{box-shadow:var(--shadow-lg,0 10px 30px #0000001f);transform:translateY(-4px)}.sport-gradient-hero{background:linear-gradient(135deg, var(--store-primary,#c8102e) 0%, var(--store-accent,#f59e0b) 100%)}.sport-gradient-dark{background:linear-gradient(180deg, var(--store-sport-dark,#0d1524) 0%, #1a2235 100%);color:#fff}.sport-product-card{background:#fff;border-radius:.75rem;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),transform .3s cubic-bezier(.4,0,.2,1);overflow:hidden;box-shadow:0 4px 20px -4px #0d15241a}.sport-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 32px -8px #0d152433}.sport-badge-sale{background:var(--store-primary,#c8102e);color:#fff;border-radius:9999px;justify-content:center;align-items:center;padding:.125rem .5rem;font-size:.75rem;font-weight:700;line-height:1.4;display:inline-flex}.sport-whatsapp-btn{z-index:50;background:var(--store-whatsapp,#1da851);color:#fff;border-radius:9999px;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;text-decoration:none;transition:transform .2s;display:flex;position:fixed;bottom:1.5rem;right:1.5rem;box-shadow:0 4px 12px #1da85166}.sport-whatsapp-btn:hover{transform:scale(1.1)}@keyframes sport-hero-progress{0%{width:0%}to{width:100%}}@keyframes sport-count-up{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes sport-pulse-ring{0%{opacity:.7;transform:scale(.9)}50%{opacity:.3;transform:scale(1.1)}to{opacity:.7;transform:scale(.9)}}.sport-pulse-ring{animation:3s ease-in-out infinite sport-pulse-ring}.sport-pulse-ring-2{animation:3s ease-in-out 1.5s infinite sport-pulse-ring}.sport-clubs-strip::-webkit-scrollbar{display:none}.sport-clubs-strip{scrollbar-width:none;-ms-overflow-style:none}@keyframes sport-fade-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.sport-fade-in{animation:.5s ease-out both sport-fade-in}.sport-fade-in-1{animation-delay:.1s}.sport-fade-in-2{animation-delay:.2s}.sport-fade-in-3{animation-delay:.3s}
.store-header--sticky{z-index:200;transition:transform .3s cubic-bezier(.4,0,.2,1),box-shadow .3s;position:sticky;top:0}.store-header--sticky.store-header--scrolled{box-shadow:0 2px 20px #0000001a}.store-header--hidden{transform:translateY(-100%)}@media (max-width:899px){.store-header--sticky-mobile{z-index:200;transition:transform .3s cubic-bezier(.4,0,.2,1);position:sticky;top:0}.store-header--sticky-mobile.store-header--hidden{transform:translateY(-100%)}}.store-header__announce{background:var(--store-announcement,#8b1538);color:#fff;text-align:center;padding:.4rem 1rem;font-size:.75rem}.store-header__announce-inner{max-width:var(--store-max);margin:0 auto}.store-header__main{border-bottom:3px solid var(--store-primary);background:#fff;box-shadow:0 2px 12px #0d1b2a0f}.store-header__row{max-width:var(--store-max);align-items:center;gap:1rem;margin:0 auto;padding:.75rem 1rem;display:flex}.store-header__burger{cursor:pointer;background:0 0;border:none;flex-direction:column;flex-shrink:0;justify-content:center;gap:5px;width:40px;height:40px;padding:0;display:flex}.store-header__burger span{background:var(--store-text-heading);border-radius:1px;width:22px;height:2px;display:block}@media (min-width:900px){.store-header__burger{display:none}}.store-header__logo{color:var(--store-text-heading);flex-shrink:0;align-items:center;gap:.5rem;font-size:1.15rem;font-weight:800;text-decoration:none;display:flex}.store-header__logo-mark{background:linear-gradient(135deg, var(--store-primary), var(--store-primary-muted));border-radius:10px;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.25rem;display:flex}.store-header__logo-text{letter-spacing:-.02em}.store-header__search{border:2px solid var(--store-border);background:#f8fafc;border-radius:999px;flex:1;gap:0;max-width:480px;margin:0 auto;display:none;overflow:hidden}@media (min-width:640px){.store-header__search{display:flex}}.store-header__search input{background:0 0;border:none;outline:none;flex:1;padding:.6rem 1rem;font-size:.9rem}.store-header__search button{background:var(--store-text-heading);color:#fff;cursor:pointer;border:none;padding:.6rem 1.25rem;font-size:.8125rem;font-weight:700}.store-header__search button:hover{background:var(--store-primary)}.store-header__actions{align-items:center;gap:.25rem;margin-left:auto;display:flex}.store-header__icon-link{width:44px;height:44px;color:var(--store-text-heading);border-radius:10px;justify-content:center;align-items:center;text-decoration:none;display:flex}.store-header__icon-link:hover{color:var(--store-primary);background:#f1f5f9}.store-header__nav{max-width:var(--store-max);border-top:1px solid #f1f5f9;flex-wrap:wrap;gap:.25rem 1.25rem;margin:0 auto;padding:0 1rem .65rem;display:none}@media (min-width:900px){.store-header__nav{display:flex}}.store-header__nav a{color:var(--store-text-heading);padding:.35rem 0;font-size:.875rem;font-weight:600;text-decoration:none}.store-header__nav a:hover,.store-header__nav a.is-active{color:var(--store-primary)}@media (max-width:899px){.store-header__nav--open{z-index:300;background:#fff;border-top:none;flex-direction:column;gap:0;width:min(300px,88vw);padding:4rem 1.25rem 1.5rem;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:8px 0 32px #0000001f}.store-header__nav--open a{border-bottom:1px solid #eee;padding:.85rem 0;font-size:1rem}}.store-header__backdrop{z-index:250;cursor:pointer;background:#0006;border:none;position:fixed;inset:0}.store-footer-trust{background:var(--store-primary);color:#fff;padding:1.25rem 1rem}.store-footer-trust__inner{max-width:var(--store-max);text-align:center;grid-template-columns:repeat(2,1fr);gap:1rem;margin:0 auto;font-size:.8125rem;font-weight:600;display:grid}@media (min-width:768px){.store-footer-trust__inner{grid-template-columns:repeat(4,1fr)}}.store-footer-trust__item span{margin-bottom:.25rem;font-size:1.35rem;display:block}.store-footer-main{background:var(--store-text-heading);color:#e2e8f0;padding:2.5rem 1rem 1.5rem}.store-footer-main__inner{max-width:var(--store-max);grid-template-columns:1fr;gap:2rem;margin:0 auto;display:grid}@media (min-width:768px){.store-footer-main__inner{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.store-footer-main__inner{grid-template-columns:1.2fr repeat(3,1fr)}}.store-footer-main h3{color:#fff;text-transform:uppercase;letter-spacing:.06em;margin:0 0 1rem;font-size:.9375rem;font-weight:800}.store-footer-main a{color:#94a3b8;padding:.25rem 0;font-size:.875rem;text-decoration:none;display:block}.store-footer-main a:hover{color:#fff}.store-footer-main p{color:#94a3b8;font-size:.875rem;line-height:1.6}.store-footer-bottom{color:#64748b;text-align:center;border-top:1px solid #ffffff14;margin-top:2rem;padding-top:1.25rem;font-size:.75rem}.mobile-bottom-nav{display:none}@media (max-width:899px){.mobile-bottom-nav{z-index:300;padding-bottom:env(safe-area-inset-bottom,0);height:calc(60px + env(safe-area-inset-bottom,0px));background:#fff;border-top:1px solid #e2e8f0;align-items:stretch;display:flex;position:fixed;bottom:0;left:0;right:0;box-shadow:0 -4px 24px #00000014}.store-vitrin--has-bottom-nav main{padding-bottom:calc(60px + env(safe-area-inset-bottom,0px))}}.mobile-bottom-nav__item{color:#64748b;letter-spacing:.02em;flex-direction:column;flex:1;justify-content:center;align-items:center;gap:3px;min-width:0;padding:.375rem .25rem 0;font-size:.625rem;font-weight:600;text-decoration:none;transition:color .15s;display:flex;position:relative}.mobile-bottom-nav__item:before{content:"";background:var(--store-red,#8b1538);border-radius:0 0 2px 2px;width:32px;height:2px;transition:transform .2s;position:absolute;top:0;left:50%;transform:translate(-50%)scaleX(0)}.mobile-bottom-nav__item.is-active,.mobile-bottom-nav__item:hover{color:var(--store-red,#8b1538)}.mobile-bottom-nav__item.is-active:before{transform:translate(-50%)scaleX(1)}.mobile-bottom-nav__icon{font-size:1.375rem;line-height:1;display:block}.mobile-bottom-nav__label{text-overflow:ellipsis;white-space:nowrap;max-width:100%;display:block;overflow:hidden}
