.announcement{background-color:var(--announcement-bg, #1a1a1a);color:var(--announcement-fg, #fff);position:relative;overflow:hidden}.shopify-section.shopify-section-group-header-group:has(>.announcement){top:0!important;z-index:101!important}.shopify-section.shopify-section-group-header-group:has(>.header),.shopify-section.shopify-section-group-header-group:has(>.header-bar){top:var(--announcement-height, 36px)!important}.announcement__track{position:relative;display:grid;grid-template-columns:1fr;min-height:36px;text-align:center}.announcement__slide{grid-area:1 / 1;display:flex;align-items:center;justify-content:center;gap:8px;opacity:0;visibility:hidden;transition:opacity .4s ease;color:inherit;text-decoration:none;font-size:.85rem;font-weight:500;line-height:1.3;padding:8px 16px}.announcement__slide.is-active{opacity:1;visibility:visible}a.announcement__slide:hover .announcement__text{text-decoration:underline}.announcement__icon{flex-shrink:0;font-size:.9rem}.announcement__text{display:inline-block}@media(prefers-reduced-motion:reduce){.announcement__slide{transition:none}}.cart-page{padding:20px 0 40px}@media(min-width:750px){.cart-page{padding:32px 0 60px}}.cart-page__title{font-size:1.5rem;font-weight:700;margin-bottom:24px}.cart-page__alerts[hidden]{display:none}.cart-page__alert{display:flex;align-items:center;gap:8px;padding:10px 14px;background-color:#fef2f2;color:#991b1b;border:1px solid #fecaca;border-radius:8px;font-size:.8rem;font-weight:500;margin-bottom:8px;animation:cart-alert-fade 4s ease forwards}@keyframes cart-alert-fade{0%,75%{opacity:1}to{opacity:0}}@media(min-width:750px){.cart-page__title{font-size:1.8rem}}.cart-page__item{display:grid;grid-template-columns:80px 1fr auto auto auto;gap:12px;align-items:center;padding:16px;background-color:var(--color-card-background, #fff);border-radius:12px;margin-bottom:10px}@media(max-width:749px){.cart-page__item{grid-template-columns:70px 1fr auto;grid-template-rows:auto auto;gap:8px 12px}.cart-page__item-total{grid-column:2 / 3;grid-row:2 / 3}.cart-page__item-qty{grid-column:2 / 3;grid-row:2 / 3;justify-self:end}.cart-page__item-remove{grid-column:3 / 4;grid-row:1 / 2}}.cart-page__item-image{width:100%;aspect-ratio:1 / 1;background-color:#f7f7f8;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-page__item-image img{width:100%;height:100%;object-fit:contain}.cart-page__item-title{font-size:.85rem;font-weight:600;text-decoration:none;color:inherit;display:block;margin-bottom:2px}.cart-page__item-title:hover{text-decoration:underline}.cart-page__item-variant{font-size:.75rem;color:#9b9ba0;margin-bottom:4px}.cart-page__item-price-row{display:flex;align-items:baseline;gap:6px}.cart-page__item-compare-price{font-size:.75rem;color:#9b9ba0;text-decoration:line-through}.cart-page__item-discount{display:inline-flex;align-items:center;padding:2px 6px;background-color:#e53e3e;color:#fff;font-size:.65rem;font-weight:700;border-radius:4px;line-height:1}.cart-page__item-price{font-size:.8rem;color:#718096}.cart-page__qty-control{display:flex;align-items:center;border:1px solid #e2e2e4;border-radius:6px;overflow:hidden;height:44px}.cart-page__qty-btn{width:44px;height:100%;border:none;background:transparent;font-size:1.1rem;font-weight:600;cursor:pointer;color:var(--color-foreground, #333);font-family:inherit;padding:0}.cart-page__qty-btn:hover:not(:disabled),.cart-page__qty-btn:focus-visible:not(:disabled){background-color:#f7f7f8;outline:none}.cart-page__qty-btn:active:not(:disabled){background-color:#ebebee}.cart-page__qty-btn:disabled{opacity:.4;cursor:not-allowed}.cart-page__qty-input{width:44px;height:100%;border:none;border-left:1px solid #e2e2e4;border-right:1px solid #e2e2e4;text-align:center;font-size:16px;font-weight:600;font-family:inherit;-moz-appearance:textfield;outline:none}@media(min-width:750px){.cart-page__qty-input{font-size:.9rem}}.cart-page__qty-input::-webkit-inner-spin-button,.cart-page__qty-input::-webkit-outer-spin-button{-webkit-appearance:none}.cart-page__item-total{font-size:.9rem;font-weight:700;white-space:nowrap}.cart-page__item-remove{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;color:#9b9ba0;cursor:pointer;border-radius:6px;transition:color .15s ease,background-color .15s ease}.cart-page__item-remove:hover{color:#e53e3e;background-color:#fef2f2}.cart-page__item-warning{font-size:.75rem;color:#e53e3e;font-weight:500;margin-top:4px;animation:cart-warn-fade 3s ease forwards}@keyframes cart-warn-fade{0%,80%{opacity:1}to{opacity:0}}.cart-page__footer{padding-top:24px;display:flex;flex-direction:column;align-items:flex-end;gap:16px}.cart-page__subtotal{display:flex;justify-content:space-between;gap:40px;font-size:1.1rem;font-weight:700}.cart-page__taxes{font-size:.75rem;color:#9b9ba0;text-align:right;margin-top:4px}.cart-page__notices{margin-bottom:8px}.cart-page__notices-content{border:1px solid #fde68a;border-radius:8px;overflow:hidden}.cart-page__notices-content[hidden]{display:none}.cart-page__notice{display:flex;align-items:flex-start;gap:8px;padding:12px 14px;background-color:#fef3c7;color:#92400e;font-size:.8rem;line-height:1.4}.cart-page__notice+.cart-page__notice{border-top:1px solid #fde68a}.cart-page__notice svg{flex-shrink:0;margin-top:1px;color:#d97706}.cart-page__checkout-btn{display:inline-block;padding:14px 48px;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);font-size:.95rem;font-weight:600;border-radius:8px;text-decoration:none;transition:opacity .15s ease}.cart-page__checkout-btn:hover{opacity:.9}.cart-page__empty{text-align:center;padding:60px 0}.cart-page__empty p{font-size:1rem;color:#718096;margin-bottom:16px}.cart-page__continue{display:inline-block;padding:12px 32px;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);font-size:.9rem;font-weight:600;border-radius:8px;text-decoration:none}.cart-page__continue:hover{opacity:.9}.collection-row-wrapper{grid-column:1 / -1;padding:0 var(--page-margin)}.collection-row{padding:16px 0}@media(min-width:750px){.collection-row{padding:20px 0}}.collection-row__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px;gap:12px}@media(min-width:750px){.collection-row__header{margin-bottom:20px}}.collection-row__title{font-size:1.2rem;font-weight:700;margin:0}@media(min-width:750px){.collection-row__title{font-size:1.5rem}}.collection-row__title-link{text-decoration:none;color:inherit}.collection-row__title-link:hover{text-decoration:underline}.collection-row__arrows{display:flex;align-items:center;gap:6px;flex-shrink:0}.collection-row__arrow{display:flex;align-items:center;justify-content:center;width:34px;height:34px;border:1px solid #e2e2e4;border-radius:8px;background:transparent;color:var(--color-foreground, #333);cursor:pointer;transition:background-color .15s ease,border-color .15s ease}.collection-row__arrow:hover:not(:disabled){background-color:#f7f7f8;border-color:var(--color-foreground, #333)}.collection-row__arrow:disabled{opacity:.3;cursor:default}.collection-row__view-all{font-size:.8rem;font-weight:600;color:var(--color-foreground, #333);text-decoration:none;padding:8px 16px;border:1px solid #e2e2e4;border-radius:8px;transition:border-color .15s ease;white-space:nowrap;display:none}.collection-row__view-all:hover{border-color:var(--color-foreground, #333)}@media(min-width:750px){.collection-row__view-all{display:inline-flex}}.collection-row__slider{overflow:hidden}.collection-row__track{display:flex;gap:10px;transition:transform .4s ease}@media(min-width:750px){.collection-row__track{gap:16px}}.collection-row__item{flex:0 0 calc((100% - 10px)/2);min-width:0;overflow:hidden}@media(min-width:550px){.collection-row__item{flex:0 0 calc((100% - 20px) / 3)}}@media(min-width:750px){.collection-row__item{flex:0 0 calc((100% - 32px) / 3)}}@media(min-width:850px){.collection-row__item{flex:0 0 calc((100% - 48px)/4)}}@media(min-width:990px){.collection-row__item{flex:0 0 calc((100% - 64px)/5)}}@media(min-width:1200px){.collection-row__item{flex:0 0 calc((100% - 64px)/5)}}@media(min-width:1400px){.collection-row__item{flex:0 0 calc((100% - 80px) / 6)}}.collection{padding:10px 0}@media(min-width:750px){.collection{padding:20px 0}}.breadcrumbs{display:flex;align-items:center;list-style:none;padding:0;margin:0 0 12px;gap:0;flex-wrap:wrap}.breadcrumbs__item{display:flex;align-items:center;font-size:.75rem;color:#9b9ba0}.breadcrumbs__item+.breadcrumbs__item:before{content:"/";margin:0 8px;color:#d1d5db}.breadcrumbs__link{text-decoration:none;color:#9b9ba0;transition:color .15s ease}.breadcrumbs__link:hover{color:var(--color-foreground, #333)}.breadcrumbs__item--current{color:var(--color-foreground, #333);font-weight:500}@media(min-width:750px){.breadcrumbs{margin:0 0 16px}.breadcrumbs__item{font-size:.8rem}}.collection__title{font-size:1.5rem;font-weight:700;margin-bottom:6px}@media(min-width:750px){.collection__title{font-size:2rem;margin-bottom:8px}}.collection__description{color:#718096;margin-bottom:16px;max-width:60ch;font-size:.85rem}@media(min-width:750px){.collection__description{margin-bottom:24px;font-size:1rem}}.collection__stats{display:flex;gap:8px;margin-bottom:16px;flex-wrap:wrap}@media(min-width:750px){.collection__stats{gap:12px;margin-bottom:24px}}.collection__stat-card{display:flex;flex-direction:column;gap:2px;background-color:var(--color-card-background, #fff);border-radius:8px;padding:10px 14px;min-width:0;flex:1}@media(min-width:750px){.collection__stat-card{gap:4px;border-radius:10px;padding:14px 20px;min-width:120px;flex:none}}.collection__stat-label{font-size:.65rem;font-weight:500;color:#9b9ba0;text-transform:uppercase;letter-spacing:.04em}@media(min-width:750px){.collection__stat-label{font-size:.75rem}}.collection__stat-value{font-size:.85rem;font-weight:700}@media(min-width:750px){.collection__stat-value{font-size:1rem}}.collection__toolbar{display:flex;align-items:center;gap:8px;margin-bottom:16px}.collection__toolbar-left{display:flex;align-items:center;gap:8px}.collection__toolbar-right{display:flex;align-items:center;gap:6px;margin-left:auto}@media(min-width:750px){.collection__toolbar-right{gap:12px}}.collection__toolbar-control{height:34px;background-color:#f7f7f8;border:none;border-radius:8px}@media(min-width:750px){.collection__toolbar-control{height:36px}}.collection__filter-toggle{display:inline-flex;align-items:center;justify-content:center;width:34px;padding:0;cursor:pointer;color:inherit;transition:background-color .15s ease}.collection__filter-toggle:hover{background-color:#ededef}.collection__filter-text{display:none}@media(min-width:990px){.collection__filter-toggle{display:none}}@media(min-width:750px){.collection__filter-toggle{width:auto;padding:0 16px;gap:8px}.collection__filter-text{display:inline;font-size:.8rem;font-weight:600}}.collection__toolbar-label{font-size:.8rem;font-weight:500;color:#9b9ba0;white-space:nowrap;display:none}@media(min-width:750px){.collection__toolbar-label{display:block}}.collection__sort{display:flex;align-items:center;gap:8px}.collection__select-wrapper{position:relative;display:inline-flex;align-items:center}.collection__select{appearance:none;-webkit-appearance:none;background-color:#f7f7f8;border:none;border-radius:8px;height:34px;padding:0 24px 0 10px;font-size:.75rem;font-weight:600;color:inherit;cursor:pointer;font-family:inherit;transition:background-color .15s ease;max-width:120px}@media(min-width:750px){.collection__select{height:36px;padding:0 28px 0 12px;font-size:.8rem;max-width:none}}.collection__select:hover{background-color:#ededef}.collection__select:focus{outline:none}.collection__select-chevron{position:absolute;right:10px;pointer-events:none;color:#9b9ba0}.collection__per-page{display:flex;align-items:center;gap:8px}.collection__per-page-options{display:flex;align-items:center;height:34px;background-color:#f7f7f8;border-radius:8px;padding:3px;gap:2px}@media(min-width:750px){.collection__per-page-options{height:36px;padding:4px}}.collection__per-page-button{padding:0 10px;height:100%;border:none;border-radius:6px;background:transparent;font-size:.75rem;font-weight:600;color:#9b9ba0;cursor:pointer;transition:background-color .15s ease,color .15s ease}@media(min-width:750px){.collection__per-page-button{padding:0 12px;font-size:.8rem}}.collection__per-page-button:hover{color:var(--color-foreground, #333)}.collection__per-page-button--active{background-color:#fff;color:var(--color-foreground, #333);box-shadow:0 1px 3px #00000014}.collection__view-toggle{display:flex;align-items:center;height:34px;background-color:#f7f7f8;border-radius:8px;padding:3px;gap:2px}@media(min-width:750px){.collection__view-toggle{height:36px;padding:4px}}.collection__view-button{display:flex;align-items:center;justify-content:center;width:28px;height:100%;border:none;border-radius:6px;background:transparent;color:#9b9ba0;cursor:pointer;transition:background-color .15s ease,color .15s ease}.collection__view-button:hover{color:var(--color-foreground, #333)}.collection__view-button--active{background-color:#fff;color:var(--color-foreground, #333);box-shadow:0 1px 3px #00000014}.collection__layout{display:flex;flex-direction:column;gap:24px}@media(min-width:990px){.collection__layout{flex-direction:row;gap:32px}}.collection__layout--full{display:block}.collection__sidebar{display:none;flex-shrink:0}.collection__sidebar--open{display:block}@media(min-width:990px){.collection__sidebar{display:block;width:280px}}.collection__content{flex:1;min-width:0}.collection__grid{display:grid;grid-template-columns:repeat(var(--columns-mobile),1fr);gap:10px}@media(min-width:750px){.collection__grid{grid-template-columns:repeat(3,1fr);gap:16px}}@media(min-width:990px){.collection__grid{grid-template-columns:repeat(var(--columns),1fr);gap:20px}}.collection__grid[hidden]{display:none}.collection__list{display:flex;flex-direction:column;gap:10px}@media(min-width:750px){.collection__list{gap:12px}}.collection__list[hidden]{display:none}.collection__empty{text-align:center;padding:60px 0;color:#718096}.collection__load-more-wrapper{display:flex;flex-direction:column;align-items:center;gap:10px;margin-top:24px}@media(min-width:750px){.collection__load-more-wrapper{gap:12px;margin-top:40px}}.collection__load-more{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:0;width:100%;padding:12px 24px;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .2s ease}@media(min-width:750px){.collection__load-more{min-width:200px;width:auto;padding:14px 32px}}.collection__load-more:hover{opacity:.9}.collection__load-more:disabled{opacity:.6;cursor:not-allowed}.collection__load-more-count{font-size:.85rem;color:#9b9ba0}.collection__spinner{display:inline-flex;animation:collection-spin .8s linear infinite}.collection__spinner[hidden]{display:none}@keyframes collection-spin{to{transform:rotate(360deg)}}.collections{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(var(--collection-card-size),100%),1fr));gap:var(--grid-gap)}.collections--compact{--collection-card-size: 160px}.collections--full{--collection-card-size: 280px}.collection-card{display:flex;flex-direction:column;width:100%}.contact-form{padding:4px 0 48px}@media(min-width:750px){.contact-form{padding:8px 0 64px}}.contact-form__title{font-size:1.4rem;font-weight:700;margin-bottom:8px}@media(min-width:750px){.contact-form__title{font-size:1.6rem}}.contact-form__intro{font-size:.9rem;color:#718096;margin:-8px 0 16px;line-height:1.5}.contact-form__form{display:flex;flex-direction:column;gap:16px}.contact-form__field{display:flex;flex-direction:column;gap:4px}.contact-form__label{font-size:.8rem;font-weight:600;color:#555}.contact-form__label span{color:#e53e3e}.contact-form__input,.contact-form__textarea{padding:10px 12px;border:1px solid #e2e2e4;border-radius:8px;font-size:.85rem;font-family:inherit;color:var(--color-foreground, #333);background-color:#fff;transition:border-color .15s ease}.contact-form__input:focus,.contact-form__textarea:focus{outline:none;border-color:var(--color-foreground, #333)}.contact-form__textarea{resize:vertical;min-height:120px}.contact-form__submit{padding:12px 24px;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);border:none;border-radius:8px;font-size:.9rem;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s ease}.contact-form__submit:hover{opacity:.9}.contact-form__success{display:flex;align-items:center;gap:8px;padding:12px;background-color:#f0fff4;border:1px solid #c6f6d5;border-radius:8px;font-size:.85rem;color:#38a169;font-weight:500}.contact-form__errors{padding:12px;background-color:#fff5f5;border:1px solid #fed7d7;border-radius:8px;font-size:.85rem;color:#e53e3e}.cta-banner{display:flex;flex-direction:column;gap:20px;background-color:#fff;color:#1a1a1a;padding:16px 20px;border-radius:12px;margin-top:12px;box-shadow:0 1px 2px #0000000a,0 4px 12px #0000000d}@media(min-width:750px){.cta-banner{flex-direction:row;align-items:center;justify-content:space-between;gap:24px;padding:20px 28px;margin-top:20px}}.cta-banner__text{flex:1;min-width:0}.cta-banner__title{font-size:1.3rem;font-weight:700;margin-bottom:4px;color:#1a1a1a}@media(min-width:750px){.cta-banner__title{font-size:1.5rem}}.cta-banner__desc{font-size:.95rem;color:#555;line-height:1.5}.cta-banner__button{display:inline-flex;align-items:center;gap:6px;align-self:flex-start;padding:12px 24px;background-color:#f4b400;color:#1a1a1a;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;text-decoration:none;border-radius:999px;transition:opacity .15s ease}.cta-banner__button:hover{opacity:.9}@media(min-width:750px){.cta-banner__button{align-self:auto;flex-shrink:0}}.custom-section{position:relative;overflow:hidden;width:100%}.custom-section__background{position:absolute;width:100%;height:100%;z-index:-1;overflow:hidden}.custom-section__background img{position:absolute;width:100%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%)}.custom-section__content{display:grid;grid-template-columns:var(--content-grid)}.custom-section__content>*{grid-column:2}.faq-accordion{padding:12px 0}@media(min-width:750px){.faq-accordion{padding:16px 0}}.faq-accordion__title{font-size:1.4rem;font-weight:700;margin-bottom:16px}@media(min-width:750px){.faq-accordion__title{font-size:1.8rem;margin-bottom:24px}}.faq-accordion__list{display:flex;flex-direction:column;gap:10px}.faq-accordion__item{background-color:#fff;border-radius:12px;border:1px solid #e2e2e4;overflow:hidden}.faq-accordion__item[open]{background-color:#fdfdfd}.faq-accordion__question{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;font-size:.95rem;font-weight:700;cursor:pointer;list-style:none;transition:background-color .15s ease}.faq-accordion__question::-webkit-details-marker{display:none}.faq-accordion__question:hover{background-color:#f7f7f8}.faq-accordion__icon{flex-shrink:0;color:#9b9ba0;transition:transform .2s ease}details[open] .faq-accordion__icon{transform:rotate(180deg)}.faq-accordion__answer{font-size:.9rem;color:#555;line-height:1.6;padding:4px 20px 20px}.feature-cards{padding:8px 0}@media(min-width:750px){.feature-cards{padding:12px 0}}.feature-cards__title{font-size:1.2rem;font-weight:700;margin-bottom:16px}@media(min-width:750px){.feature-cards__title{font-size:1.4rem;margin-bottom:24px}}.feature-cards__grid{display:grid;grid-template-columns:1fr;gap:12px}@media(min-width:550px){.feature-cards__grid{grid-template-columns:repeat(var(--tablet-cols, 2),1fr)}}@media(min-width:990px){.feature-cards__grid{grid-template-columns:repeat(var(--desktop-cols, 4),1fr);gap:16px}}.feature-cards__card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:24px 20px;background-color:#fff;border-radius:12px;box-shadow:0 1px 2px #0000000a,0 4px 12px #0000000d;gap:10px;transition:transform .2s ease,box-shadow .2s ease}.feature-cards__card:hover{transform:translateY(-2px);box-shadow:0 2px 4px #0000000d,0 8px 20px #00000014}@media(min-width:750px){.feature-cards__card{padding:32px 24px;gap:12px}}.feature-cards__icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:12px;background-color:var(--icon-bg, #e8f5e9);color:var(--icon-color, #333);font-size:1.25rem}.feature-cards__card-title{font-size:.95rem;font-weight:700;padding-bottom:8px;position:relative}.feature-cards__card-title:after{content:"";position:absolute;left:50%;bottom:0;transform:translate(-50%);width:32px;height:2px;background-color:#f4b400;border-radius:2px}@media(min-width:750px){.feature-cards__card-title{font-size:1.05rem}}.feature-cards__card-desc{font-size:.8rem;color:#718096;line-height:1.5;max-width:30ch}.footer{grid-column:1 / -1;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);margin-top:auto}.footer__inner{margin:0 auto;padding:40px var(--page-margin) 24px}@media(min-width:750px){.footer__inner{padding:48px var(--page-margin) 24px}}.footer__top{display:flex;flex-direction:column;gap:32px;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.15)}@media(min-width:750px){.footer__top{flex-direction:row;justify-content:space-between;gap:40px}}.footer__menus{display:grid;grid-template-columns:1fr 1fr;gap:24px 32px;flex:1}@media(min-width:750px){.footer__menus{grid-template-columns:repeat(4,1fr);gap:40px}}.footer__menu-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;margin-bottom:14px;opacity:.6}.footer__menu-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.footer__link{font-size:.85rem;color:inherit;text-decoration:none;opacity:.8;transition:opacity .15s ease}.footer__link:hover{opacity:1}.footer__emblems{flex-shrink:0}.footer__emblems-grid{display:flex;flex-wrap:wrap;gap:12px}.footer__emblem{display:flex}.footer__emblem-link{display:flex;flex-direction:column;align-items:center;gap:6px;text-decoration:none;color:inherit;opacity:.7;transition:opacity .15s ease}.footer__emblem-link:hover{opacity:1}.footer__emblem-image{width:auto;height:40px;object-fit:contain}@media(min-width:750px){.footer__emblem-image{height:48px}}.footer__emblem-label{font-size:.65rem;opacity:.6;text-align:center}.footer__social{flex-shrink:0}.footer__social-links{display:flex;gap:8px;flex-wrap:wrap}.footer__social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:inherit;opacity:.7;transition:opacity .15s ease,background-color .15s ease}.footer__social-link:hover{opacity:1;background-color:#ffffff1a}.footer__bottom{display:flex;flex-direction:column;gap:16px;padding-top:20px;align-items:center}@media(min-width:750px){.footer__bottom{flex-direction:row;justify-content:space-between}}.footer__copyright{font-size:.75rem;opacity:.5}.footer__payment{display:flex;gap:6px;flex-wrap:wrap;align-items:center}.footer__payment svg{height:24px;width:auto;opacity:.6}.shopify-section-group-header-group{position:sticky;top:0;z-index:100}.menu-badge{display:inline-block;margin-left:6px;padding:2px 6px;font-size:.6rem;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:.04em;border-radius:4px;vertical-align:middle;background-color:#e53e3e;color:#fff;white-space:nowrap}.menu-badge--red{background-color:#e53e3e;color:#fff}.menu-badge--green{background-color:#38a169;color:#fff}.menu-badge--blue{background-color:#3182ce;color:#fff}.menu-badge--yellow{background-color:#f6c453;color:#1a202c}.menu-badge--purple{background-color:#805ad5;color:#fff}.menu-badge--gray{background-color:#718096;color:#fff}.menu-badge--black{background-color:#1a202c;color:#fff}.shopify-section.shopify-section-group-header-group:has(.cart-drawer--open),.shopify-section.shopify-section-group-header-group:has(.mobile-drawer--open){z-index:202!important}.header-bar,.header{grid-column:1 / -1}.header-bar{background-color:#444}.header-bar--top{border-bottom:1px solid rgba(255,255,255,.08)}.header-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 auto;padding:0 var(--page-margin)}.header-bar__left{display:flex;align-items:center;gap:0}.header-bar__right{display:flex;align-items:center;gap:4px;margin-left:auto}.header-bar__link{display:inline-flex;align-items:center;padding:6px 10px;font-size:.75rem;font-weight:400;color:#ffffffd9;text-decoration:none;white-space:nowrap;border-radius:4px;transition:color .15s ease}.header-bar__link:hover{color:#fff}.header-bar__contact{display:inline-flex;align-items:center;gap:5px;padding:6px 10px;font-size:.72rem;font-weight:400;color:#ffffffd9;text-decoration:none;white-space:nowrap;transition:color .15s ease}.header-bar__contact:hover{color:#fff}.header-bar__contact svg{flex-shrink:0;opacity:.7}.header-bar__social{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;color:#ffffffb3;text-decoration:none;border-radius:4px;transition:color .15s ease}.header-bar__social:hover{color:#fff}.header-bar--bottom{background-color:#fff;border-top:none;border-bottom:1px solid #e2e2e4;position:relative;z-index:99}.mega-nav{display:flex;align-items:center;justify-content:space-between;margin:0 auto;padding:0 var(--page-margin)}.mega-nav__list{display:flex;align-items:center;list-style:none;padding:0;margin:0}.mega-nav__list--right{margin-left:auto}.mega-nav__item{position:static}.mega-nav__link{display:inline-flex;align-items:center;gap:4px;padding:10px 14px;font-size:.85rem;font-weight:700;color:var(--color-foreground, #333);text-decoration:none;white-space:nowrap;border-radius:6px;transition:color .15s ease,background-color .15s ease}.mega-nav__link:hover{color:var(--color-foreground, #333);background-color:#f0f0f2}.mega-nav__link--active{font-weight:700;background-color:#f0f0f2}.mega-nav__chevron{color:#9b9ba0;transition:transform .2s ease}.mega-nav__item:hover>.mega-nav__link>.mega-nav__chevron{transform:rotate(180deg)}.mega-nav__panel{position:absolute;top:100%;left:0;right:0;z-index:99;background-color:var(--color-background, #fff);border-top:1px solid #e2e2e4;border-bottom:1px solid #e2e2e4;box-shadow:0 12px 32px #00000014;opacity:0;visibility:hidden;transition:opacity .15s ease,visibility .15s ease}.mega-nav__item:hover>.mega-nav__panel{opacity:1;visibility:visible}.mega-nav__panel-inner{display:flex;margin:0 auto;padding:0 var(--page-margin);min-height:320px}.mega-nav__categories{list-style:none;padding:16px 0;margin:0;width:260px;flex-shrink:0;border-right:1px solid #e2e2e4;overflow-y:auto}.mega-nav__category-link{display:flex;align-items:center;justify-content:space-between;padding:10px 24px;font-size:.9rem;font-weight:500;color:#718096;text-decoration:none;transition:color .15s ease,background-color .15s ease}.mega-nav__category-link:hover,.mega-nav__category--active>.mega-nav__category-link{color:var(--color-foreground, #333);font-weight:700;background-color:#f7f7f8}.mega-nav__category-link svg{flex-shrink:0;color:#9b9ba0}.mega-nav__content{flex:1;min-width:0;position:relative}.mega-nav__subcontent{display:none;padding:24px 32px}.mega-nav__subcontent--active{display:block}.mega-nav__columns{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:28px 36px}.mega-nav__empty{padding:4px 0}.mega-nav__column-title{font-size:.85rem;font-weight:700;color:var(--color-foreground, #333);margin-bottom:12px}.mega-nav__column-title-link{color:inherit;text-decoration:none;transition:color .15s ease}.mega-nav__column-title-link:hover{text-decoration:underline}.mega-nav__column-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.mega-nav__column-link{font-size:.85rem;color:#718096;text-decoration:none;transition:color .15s ease}.mega-nav__column-link:hover{color:var(--color-foreground, #333)}.header{background-color:var(--color-header, #333);border-bottom:none;position:relative}.header__inner{display:flex;align-items:center;justify-content:space-between;gap:16px;height:calc(var(--logo-height, 32px) + 24px);margin:0 auto;padding:0 var(--page-margin);position:relative}.header__left{display:none;align-items:center;gap:4px;flex-shrink:0;position:relative;z-index:101}.header__logo{display:flex;align-items:center;text-decoration:none;color:inherit;flex-shrink:0;position:relative;z-index:101}.header__logo-image{height:var(--logo-height, 32px);width:auto}.header__logo-text{font-size:1.1rem;font-weight:700;white-space:nowrap;color:#fff}.header__search{position:absolute;top:0;left:50%;transform:translate(-50%);height:calc(var(--logo-height, 32px) + 24px);display:flex;align-items:center;width:calc(100% - 500px);max-width:480px;min-width:200px;z-index:100}.header__search-form{display:flex;align-items:center;gap:8px;width:100%;background-color:#222;border-radius:6px;padding:0 12px;transition:border-color .15s ease;border:1px solid rgba(255,255,255,.1)}.header__search-form:focus-within{border-color:#ffffff4d}.header__search-icon{flex-shrink:0;color:#fff6}.header__search-input{width:100%;border:none;outline:none;background:transparent;padding:10px 0;font-size:1rem;font-family:inherit;color:#fff}@media(min-width:750px){.header__search-input{font-size:.85rem}}.header__search-input::placeholder{color:#ffffff59}.header__search-input::-webkit-search-cancel-button{-webkit-appearance:none}.header__shipment-status{display:flex;align-items:center;gap:6px;padding:5px 12px;border-radius:20px;font-size:.7rem;font-weight:600;white-space:nowrap}.header__shipment-status--on_time{background:#38a16926;color:#68d391}.header__shipment-status--delayed{background:#d69e2e26;color:#ecc94b}.header__shipment-dot{width:7px;height:7px;border-radius:50%}.header__shipment-status--on_time .header__shipment-dot{background:#38a169}.header__shipment-status--delayed .header__shipment-dot{background:#d69e2e}.header__actions{display:flex;align-items:center;gap:4px;flex-shrink:0;position:relative;z-index:101}.header__action{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:8px;background:transparent;color:#fff;text-decoration:none;cursor:pointer;font-family:inherit;padding:0;transition:background-color .15s ease}.header__action:hover,.header__action:focus-visible{background-color:#ffffff1a;outline:none}.header__action:focus-visible{box-shadow:0 0 0 2px #ffffff80}.header__cart{position:relative}@keyframes header-cart-bump{0%{transform:translateY(0) scale(1)}25%{transform:translateY(-3px) scale(1.12)}60%{transform:translateY(0) scale(.95)}to{transform:translateY(0) scale(1)}}.header__cart--bumped svg{animation:header-cart-bump .55s cubic-bezier(.34,1.56,.64,1)}@keyframes header-cart-count-flash{0%{transform:scale(1);background-color:#e53e3e}40%{transform:scale(1.35);background-color:#f4b400}to{transform:scale(1);background-color:#e53e3e}}.header__cart--bumped .header__cart-count{animation:header-cart-count-flash .6s ease}.header__cart-plus{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);color:#f4b400;font-size:.85rem;font-weight:700;pointer-events:none;opacity:0;animation:header-cart-plus .9s ease}@keyframes header-cart-plus{0%{opacity:0;transform:translate(-50%)}20%{opacity:1;transform:translate(-50%,-120%)}to{opacity:0;transform:translate(-50%,-260%)}}@media(prefers-reduced-motion:reduce){.header__cart--bumped svg,.header__cart--bumped .header__cart-count,.header__cart-plus{animation:none}}.header__cart-count{position:absolute;top:2px;right:2px;min-width:16px;height:16px;padding:0 4px;background-color:#e53e3e;color:#fff;font-size:.6rem;font-weight:700;border-radius:8px;display:flex;align-items:center;justify-content:center;line-height:1}.instant-search{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:101;background-color:var(--color-background, #fff);border:1px solid #e2e2e4;border-radius:12px;box-shadow:0 12px 32px #0000001a;max-height:420px;overflow:hidden;display:flex;flex-direction:column}.instant-search[hidden]{display:none}.instant-search__body{overflow-y:auto;padding:8px;flex:1}.instant-search__item{display:flex;align-items:center;gap:12px;padding:8px;border-radius:8px;text-decoration:none;color:inherit;transition:background-color .1s ease}.instant-search__item:hover,.instant-search__item--active{background-color:#f7f7f8}.instant-search__item-image{width:44px;height:44px;flex-shrink:0;border-radius:6px;overflow:hidden;background-color:#f7f7f8;display:flex;align-items:center;justify-content:center}.instant-search__item-image img{width:100%;height:100%;object-fit:contain}.instant-search__item-info{flex:1;min-width:0}.instant-search__item-title{font-size:.8rem;font-weight:600;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.instant-search__item-meta{font-size:.7rem;color:#9b9ba0;margin-top:2px}.instant-search__item-price{font-size:.85rem;font-weight:700;flex-shrink:0}.instant-search__group-title{padding:8px 12px 4px;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:#9b9ba0}.instant-search__empty{padding:24px;text-align:center;font-size:.85rem;color:#9b9ba0}.instant-search__loading{padding:24px;text-align:center;font-size:.8rem;color:#9b9ba0}.instant-search__view-all{display:block;padding:12px;text-align:center;font-size:.8rem;font-weight:600;color:var(--color-foreground, #333);text-decoration:none;border-top:1px solid #e2e2e4;transition:background-color .1s ease}.instant-search__view-all:hover{background-color:#f7f7f8}.instant-search__view-all[hidden]{display:none}.cart-drawer{visibility:hidden;pointer-events:none;transition:visibility 0s linear .25s}.cart-drawer--open{visibility:visible;pointer-events:auto;transition-delay:0s}.cart-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background-color:#0006;opacity:0;transition:opacity .25s ease}.cart-drawer--open .cart-drawer__overlay{opacity:1}.cart-drawer__body{position:fixed;top:0;right:0;bottom:0;z-index:201;width:380px;max-width:90vw;background-color:var(--color-background, #fff);display:flex;flex-direction:column;transform:translate(100%);transition:transform .25s ease;box-shadow:-4px 0 24px #0000001a}.cart-drawer--open .cart-drawer__body{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e2e4;flex-shrink:0}.cart-drawer__title{font-size:1rem;font-weight:700}.cart-drawer__clear{margin-left:auto;margin-right:8px;padding:4px 8px;background:transparent;border:none;font-family:inherit;font-size:.72rem;font-weight:600;color:#9b9ba0;cursor:pointer;text-decoration:underline;text-underline-offset:2px;text-decoration-color:#9b9ba066;transition:color .15s ease}.cart-drawer__clear[hidden]{display:none}.cart-drawer__clear:hover{color:#e53e3e;text-decoration-color:#e53e3e}.cart-drawer__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;color:var(--color-foreground, #333);cursor:pointer;border-radius:6px;padding:0}.cart-drawer__close:hover,.cart-drawer__close:focus-visible{background-color:#f7f7f8;outline:none}.cart-drawer__close:focus-visible{box-shadow:0 0 0 2px #0003}.cart-drawer__items{flex:1;overflow-y:auto;padding:0}.cart-drawer__item{display:flex;gap:12px;padding:14px 20px;border-bottom:1px solid #f0f0f2}.cart-drawer__item-image{width:60px;height:60px;flex-shrink:0;background-color:#f7f7f8;border-radius:8px;overflow:hidden;display:flex;align-items:center;justify-content:center}.cart-drawer__item-image img{width:100%;height:100%;object-fit:contain}.cart-drawer__item-info{flex:1;min-width:0}.cart-drawer__item-name{font-size:.8rem;font-weight:600;text-decoration:none;color:inherit;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cart-drawer__item-name:hover{text-decoration:underline}.cart-drawer__item-variant{font-size:.7rem;color:#9b9ba0;margin-top:2px}.cart-drawer__item-price-row{display:flex;align-items:baseline;gap:6px;margin-top:4px}.cart-drawer__item-price{font-size:.8rem;font-weight:700}.cart-drawer__item-unit-price{font-size:.65rem;color:#9b9ba0}.cart-drawer__item-compare-price{font-size:.7rem;color:#9b9ba0;text-decoration:line-through}.cart-drawer__item-discount{display:inline-flex;align-items:center;padding:2px 6px;background:#e53e3e;color:#fff;font-size:.6rem;font-weight:700;border-radius:4px;line-height:1}.cart-drawer__item-qty{display:flex;align-items:center;gap:6px;margin-top:8px}.cart-drawer__qty-btn{width:36px;height:36px;min-width:36px;border:1px solid #e2e2e4;border-radius:6px;background:transparent;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--color-foreground, #333);font-family:inherit;transition:border-color .15s ease,background-color .15s ease;padding:0}.cart-drawer__qty-btn:hover:not(:disabled),.cart-drawer__qty-btn:focus-visible:not(:disabled){border-color:var(--color-foreground, #333);outline:none}.cart-drawer__qty-btn:active:not(:disabled){background-color:#f0f0f2}.cart-drawer__qty-btn:disabled{opacity:.4;cursor:not-allowed}.cart-drawer__qty-value{font-size:.9rem;font-weight:600;min-width:24px;text-align:center}.cart-drawer__item-remove{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;background:transparent;color:#9b9ba0;cursor:pointer;border-radius:5px;margin-left:auto;transition:color .15s ease}.cart-drawer__item-remove:hover{color:#e53e3e}.cart-drawer__item-warning{font-size:.7rem;color:#e53e3e;font-weight:500;margin-top:4px;animation:drawer-warn-fade 3s ease forwards}@keyframes drawer-warn-fade{0%,80%{opacity:1}to{opacity:0}}.cart-drawer__empty{flex:1;display:flex;align-items:center;justify-content:center;color:#9b9ba0;font-size:.9rem}.cart-drawer__empty[hidden]{display:none}.cart-drawer__footer{border-top:1px solid #e2e2e4;flex-shrink:0;display:flex;flex-direction:column;min-height:0;max-height:60vh}.cart-drawer__footer[hidden]{display:none}.cart-drawer__summary{padding:16px 20px 8px;overflow-y:auto;flex:1 1 auto;min-height:0}.cart-drawer__actions{padding:8px 20px 16px;flex-shrink:0;background-color:var(--color-background, #fff);border-top:1px solid #f0f0f2}.cart-drawer__notice{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;background-color:#fef3c7;color:#92400e;border-radius:8px;font-size:.75rem;line-height:1.4;margin-bottom:8px}.cart-drawer__notice:last-of-type{margin-bottom:12px}.cart-drawer__notice svg{flex-shrink:0;margin-top:1px;color:#d97706}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:1rem;font-weight:700;margin-bottom:4px}.cart-drawer__taxes{font-size:.7rem;color:#9b9ba0;margin-bottom:14px}.cart-drawer__checkout{display:block;width:100%;padding:12px;text-align:center;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);font-size:.9rem;font-weight:600;border-radius:8px;text-decoration:none;transition:opacity .15s ease;margin-bottom:8px}.cart-drawer__checkout:hover{opacity:.9}.cart-drawer__checkout--disabled,.cart-drawer__view-cart--disabled{opacity:.4;pointer-events:none;cursor:not-allowed}.cart-drawer__view-cart{display:block;width:100%;padding:10px;text-align:center;font-size:.8rem;font-weight:600;color:var(--color-foreground, #333);text-decoration:none;border:1px solid #e2e2e4;border-radius:8px;transition:border-color .15s ease}.cart-drawer__view-cart:hover{border-color:var(--color-foreground, #333)}.header__menu-toggle{display:none;align-items:center;justify-content:center;width:44px;height:44px;border:none;border-radius:8px;background:transparent;color:#fff;cursor:pointer;flex-shrink:0;padding:0}.header__menu-toggle:focus-visible{outline:none;box-shadow:0 0 0 2px #ffffff80}.mobile-drawer,.mobile-drawer[hidden]{display:none}.mobile-drawer--open{display:block}.mobile-drawer__overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:200;background-color:#0006}.mobile-drawer__body{position:fixed;top:0;left:0;bottom:0;z-index:201;width:300px;max-width:85vw;background-color:var(--color-background, #fff);display:flex;flex-direction:column;transform:translate(-100%);transition:transform .25s ease}.mobile-drawer--open .mobile-drawer__body{transform:translate(0)}.mobile-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid #e2e2e4}.mobile-drawer__title{font-size:.95rem;font-weight:700}.mobile-drawer__close{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border:none;background:transparent;color:var(--color-foreground, #333);cursor:pointer;border-radius:6px;padding:0}.mobile-drawer__close:hover,.mobile-drawer__close:focus-visible{background-color:#f7f7f8;outline:none}.mobile-drawer__close:focus-visible{box-shadow:0 0 0 2px #0003}.mobile-drawer__nav{flex:1;overflow-y:auto;padding:8px 0}.mobile-drawer__shipment{display:flex;align-items:center;gap:8px;margin:4px 20px 12px;padding:8px 14px;border-radius:8px;font-size:.8rem;font-weight:600}.mobile-drawer__shipment--on_time{background:#38a1691a;color:#38a169}.mobile-drawer__shipment--on_time .header__shipment-dot{background:#38a169}.mobile-drawer__shipment--delayed{background:#d69e2e1a;color:#d69e2e}.mobile-drawer__shipment--delayed .header__shipment-dot{background:#d69e2e}.mobile-nav{list-style:none;padding:0;margin:0}.mobile-nav--extra{border-top:1px solid #e2e2e4;margin-top:8px;padding-top:8px}.mobile-nav--extra .mobile-nav__link{display:block;padding:14px 20px}.mobile-nav__link{display:block;width:100%;padding:14px 20px;font-size:.9rem;font-weight:600;color:var(--color-foreground, #333);text-decoration:none;background:transparent;border:none;font-family:inherit;text-align:left;cursor:pointer;box-sizing:border-box}.mobile-nav__link:focus-visible{outline:2px solid var(--color-foreground, #333);outline-offset:-2px}.mobile-nav__link--toggle{display:flex;align-items:center;justify-content:space-between;gap:12px}.mobile-nav__label{flex:1;min-width:0}.mobile-nav__chevron-icon{flex-shrink:0;color:#9b9ba0;transition:transform .2s ease}.mobile-nav__link--toggle[aria-expanded=true] .mobile-nav__chevron-icon{transform:rotate(180deg)}.mobile-nav__link--sub{font-weight:500;padding-left:32px}.mobile-nav__link--deep{font-weight:400;font-size:.85rem;color:#718096;padding-left:44px}.mobile-nav__sub{list-style:none;padding:0;margin:0}.mobile-nav__sub[hidden]{display:none}@media(max-width:749px){.header__left,.header__menu-toggle{display:flex}.header__search{position:static;transform:none;width:100%;max-width:none;min-width:0;height:auto;padding:10px var(--page-margin);border-top:1px solid rgba(255,255,255,.08)}.header__search-input{font-size:16px}.header__shipment-status{display:none}.header__inner{justify-content:space-between}.header__logo{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);max-width:calc(100% - 180px)}.header__logo-image{max-width:100%;width:auto}.header-bar--top,.header-bar--bottom{display:none}}.welcome{display:grid;grid-template-columns:var(--content-grid);background-color:#f6f6f7;padding:72px 0}.welcome-content{grid-column:2;display:flex;justify-content:space-between;align-items:center;gap:1rem;width:100%;padding:0 24px}.welcome-description{max-width:80ch;line-height:1.4;margin-top:1.5rem}.icon{width:300px}.highlights{display:grid;gap:2rem;grid-template-columns:repeat(3,1fr);margin-top:50px}@media(max-width:1100px){.highlights{grid-template-columns:1fr}}.highlight{display:flex;flex-direction:column;height:100%;padding:24px;border-radius:8px;background-color:#eef3ff;color:#5c5f62;line-height:1.4}.highlight>*+*{margin-top:1rem}.highlight h3{font-size:1rem;color:#202223}.highlight-description{flex:1 1}.highlight a{display:flex;width:fit-content;background-color:#fafbfb;box-shadow:#0003 0 -3px inset,#ffffffe6 0 2px inset;border:1px solid rgb(140,145,150);border-radius:4px;color:#5c5f62;padding:3px 10px 5px;text-decoration:none}.iwt{display:grid;grid-template-columns:1fr;gap:16px;padding:0}@media(min-width:750px){.iwt{padding:4px 0}}@media(min-width:990px){.iwt{grid-template-columns:1fr 1fr;gap:40px;align-items:center}}.iwt--media-left .iwt__media{order:1}.iwt--media-left .iwt__text{order:2}.iwt--text-left .iwt__text{order:1}.iwt--text-left .iwt__media{order:2}.iwt__media{border-radius:12px;overflow:hidden;background-color:#f7f7f8;aspect-ratio:4 / 3}.iwt__media img,.iwt__placeholder-svg{width:100%;height:100%;object-fit:cover;display:block}.iwt__placeholder{width:100%;height:100%;color:#c7c7cc}.iwt__text{display:flex;flex-direction:column;gap:12px}.iwt__eyebrow{font-size:.75rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#9b9ba0;margin:0}.iwt__heading{font-size:1.4rem;font-weight:700;margin:0;line-height:1.2}@media(min-width:750px){.iwt__heading{font-size:1.8rem}}.iwt__body{font-size:.95rem;color:#555;line-height:1.6}.iwt__body p{margin:0 0 10px}.iwt__body p:last-child{margin-bottom:0}.iwt__button{align-self:flex-start;margin-top:4px;padding:12px 24px;background-color:var(--color-foreground, #1a1a1a);color:var(--color-background, #fff);border-radius:8px;font-size:.9rem;font-weight:600;text-decoration:none;transition:opacity .15s ease}.iwt__button:hover{opacity:.9}.page-hero{text-align:center;padding:16px 0 8px}@media(min-width:750px){.page-hero{padding:20px 0 12px}}.page-hero__title{font-size:1.8rem;font-weight:700;margin-bottom:8px}@media(min-width:750px){.page-hero__title{font-size:2.4rem}}.page-hero__accent{display:block;width:48px;height:3px;margin:12px auto 16px;background-color:#f4b400;border-radius:2px}.page-hero__subtitle{font-size:.95rem;color:#718096;margin:0;line-height:1.5}.page-hero__intro{font-size:.9rem;color:#555;line-height:1.7;margin:16px 0 0}.product-page{padding:20px;background-color:var(--color-card-background, #fff);border-radius:12px;margin-top:10px;margin-bottom:40px}@media(max-width:749px){.product-page{grid-column:1 / -1;padding:0;background-color:transparent;border-radius:0;margin-top:0;margin-bottom:24px}.product-page__breadcrumbs{padding:12px 16px 4px;margin-bottom:0}.product-page__breadcrumbs .breadcrumbs{flex-wrap:nowrap;overflow:hidden;min-width:0;margin:0}.product-page__breadcrumbs .breadcrumbs__item{flex-shrink:0;min-width:0}.product-page__breadcrumbs .breadcrumbs__item--current{flex-shrink:1;display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.product-page__info{padding:0 16px}}@media(min-width:750px){.product-page{padding:24px 32px 40px;margin-top:16px;margin-bottom:60px}}.product-page__breadcrumbs{margin-bottom:20px}.product-page__grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:750px){.product-page__grid{grid-template-columns:1fr 1.5fr;gap:40px;align-items:start}}@media(min-width:990px){.product-page__grid{grid-template-columns:40% 1fr;gap:48px}}.product-page__info{min-width:0;overflow:hidden}.product-page__media{display:flex;flex-direction:column-reverse;gap:10px}@media(min-width:750px){.product-page__media{flex-direction:row;gap:12px;position:sticky;top:130px}}.product-page__hero{position:relative;background-color:#fff;border-radius:12px;overflow:hidden;aspect-ratio:3 / 4;max-height:500px;display:flex;align-items:center;justify-content:center;flex:1;min-width:0}@media(max-width:749px){.product-page__media{padding:0 12px}.product-page__hero{aspect-ratio:auto;height:auto;min-height:0;max-height:55vh;border-radius:8px}.product-page__hero-image{display:block;width:100%;height:auto;max-height:55vh;object-fit:contain;object-position:center;margin:0 auto}}.product-page__limit-badge{position:absolute;top:10px;left:10px;z-index:2;padding:4px 10px;background:#fef3c7;color:#b45309;font-size:.65rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:4px;line-height:1.2;pointer-events:none}.product-page__hero-arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:#ffffffe6;border:none;border-radius:50%;cursor:pointer;color:#333;box-shadow:0 2px 6px #0000001a;transition:background-color .15s ease;opacity:0}.product-page__hero:hover .product-page__hero-arrow{opacity:1}.product-page__hero-arrow:hover{background-color:#fff}.product-page__hero-arrow--prev{left:10px}.product-page__hero-arrow--next{right:10px}@media(max-width:749px){.product-page__hero-arrow{opacity:1;width:32px;height:32px}}.product-page__hero-image{width:100%;height:100%;object-fit:contain;cursor:zoom-in}.product-page__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:20%;opacity:.3}.product-page__thumbs{display:flex;gap:8px;overflow-x:auto;scrollbar-width:none;flex-shrink:0}.product-page__thumbs::-webkit-scrollbar{display:none}@media(min-width:750px){.product-page__thumbs{flex-direction:column;overflow-x:visible;overflow-y:auto;max-height:100%}}.product-page__thumb{flex-shrink:0;width:56px;height:56px;border:2px solid transparent;border-radius:8px;overflow:hidden;background-color:#f7f7f8;cursor:pointer;padding:4px;transition:border-color .15s ease}@media(min-width:750px){.product-page__thumb{width:64px;height:64px}}.product-page__thumb img{width:100%;height:100%;object-fit:contain}.product-page__thumb:hover{border-color:#c4c4c8}.product-page__thumb--active{border-color:var(--color-foreground, #333)}.product-page__vendor-row{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:6px}.product-page__vendor{font-size:.8rem;color:#9b9ba0;text-transform:uppercase;letter-spacing:.04em;font-weight:500;margin-bottom:0}.product-page__next-issue{display:inline-flex;align-items:center;gap:4px;font-size:.7rem;font-weight:600;color:var(--color-foreground, #333);text-decoration:none;padding:4px 10px;border:1px solid #e2e2e4;border-radius:5px;white-space:nowrap;transition:border-color .15s ease,background .15s ease}.product-page__next-issue:hover{border-color:var(--color-foreground, #333);background:#f7f7f8}.product-page__title{font-size:1.5rem;font-weight:700;line-height:1.3;margin-bottom:12px}@media(min-width:750px){.product-page__title{font-size:1.8rem}}.product-page__sku-line{font-size:.75rem;color:#9b9ba0;margin-bottom:12px;display:flex;align-items:center;gap:0;flex-wrap:wrap}.product-page__sku-line strong{color:var(--color-foreground, #333);font-weight:600}.product-page__sku-divider{margin:0 8px;color:#d1d5db}.product-page__meta-tags{display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.product-page__meta-tag{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:500;color:#718096;background-color:#f7f7f8;padding:5px 12px;border-radius:6px}.product-page__meta-tag svg{flex-shrink:0;color:#9b9ba0}.product-page__price-row{display:flex;align-items:center;gap:10px;margin-bottom:12px}.product-page__price{font-size:1.6rem;font-weight:700}@media(min-width:750px){.product-page__price{font-size:1.8rem}}.product-page__compare{font-size:1rem;text-decoration:line-through;color:#a0aec0}.product-page__discount{display:inline-flex;padding:3px 8px;background-color:#e53e3e;color:#fff;font-size:.75rem;font-weight:700;border-radius:5px}.product-page__status{display:flex;align-items:center;gap:6px;font-size:.85rem;font-weight:500;margin-bottom:16px}.product-page__status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.product-page__status--in{color:#38a169}.product-page__status--in .product-page__status-dot{background-color:#38a169}.product-page__status--out{color:#e53e3e}.product-page__status--out .product-page__status-dot{background-color:#e53e3e}.product-page__status--backorder{color:#d97706}.product-page__status--backorder .product-page__status-dot{background-color:#d97706}.product-page__status--preorder{color:#5b21b6}.product-page__status--preorder .product-page__status-dot{background-color:#5b21b6}.product-page__status-text{display:flex;flex-direction:column;line-height:1.3}.product-page__condition-btn{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;background-color:#f7f7f8;border:1px solid #e2e2e4;border-radius:8px;font-size:.8rem;font-weight:500;color:var(--color-foreground, #333);cursor:pointer;font-family:inherit;transition:border-color .15s ease,background-color .15s ease;margin-bottom:12px}.product-page__condition-btn:hover{border-color:var(--color-foreground, #333);background-color:#ededef}.product-page__condition-btn svg{color:#9b9ba0}.product-page__condition-badge{display:inline-flex;align-items:center;padding:2px 8px;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);font-size:.7rem;font-weight:700;border-radius:4px;letter-spacing:.03em}.condition-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center}.condition-modal[hidden]{display:none}.condition-modal__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#00000080;cursor:pointer}.condition-modal__content{position:relative;background:#fff;border-radius:12px;padding:28px;max-width:480px;width:calc(100% - 32px);max-height:85vh;overflow-y:auto;box-shadow:0 8px 30px #00000026}.condition-modal__close{position:absolute;top:12px;right:12px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#9b9ba0;transition:color .15s ease}.condition-modal__close:hover{color:var(--color-foreground, #333)}.condition-modal__title{font-size:1.2rem;font-weight:700;margin-bottom:6px}.condition-modal__intro{font-size:.8rem;color:#718096;margin-bottom:20px;line-height:1.5}.condition-modal__grades{display:flex;flex-direction:column;gap:12px}.condition-modal__grade{padding:12px;background-color:#f7f7f8;border-radius:8px}.condition-modal__grade-header{display:flex;align-items:center;gap:8px;margin-bottom:4px}.condition-modal__grade-badge{display:inline-flex;align-items:center;padding:2px 8px;font-size:.7rem;font-weight:700;border-radius:4px;letter-spacing:.03em;color:#fff}.condition-modal__grade-badge--nm{background-color:#38a169}.condition-modal__grade-badge--vf{background-color:#3182ce}.condition-modal__grade-badge--fn{background-color:#805ad5}.condition-modal__grade-badge--vg{background-color:#d69e2e}.condition-modal__grade-badge--gd{background-color:#dd6b20}.condition-modal__grade-badge--fr{background-color:#e53e3e}.condition-modal__grade-name{font-size:.85rem;font-weight:600}.condition-modal__grade-desc{font-size:.78rem;color:#555;line-height:1.5}.product-lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:300;display:flex;align-items:center;justify-content:center}.product-lightbox[hidden]{display:none}.product-lightbox__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background-color:#000000d9;cursor:pointer}.product-lightbox__content{position:relative;max-width:90vw;max-height:90vh;display:flex;align-items:center;justify-content:center}.product-lightbox__image{max-width:100%;max-height:85vh;object-fit:contain;border-radius:8px}.product-lightbox__close{position:absolute;top:-40px;right:0;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;transition:opacity .15s ease}.product-lightbox__close:hover{opacity:1}.product-lightbox__arrow{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;transition:background-color .15s ease}.product-lightbox__arrow:hover{background-color:#ffffff4d}.product-lightbox__arrow--prev{left:-60px}.product-lightbox__arrow--next{right:-60px}@media(max-width:749px){.product-lightbox__arrow--prev{left:8px}.product-lightbox__arrow--next{right:8px}.product-lightbox__close{top:8px;right:8px}}.product-lightbox__counter{position:absolute;bottom:-32px;left:50%;transform:translate(-50%);font-size:.8rem;color:#fff9}.product-info-split{display:grid;grid-template-columns:1fr;gap:24px;border-top:1px solid #e2e2e4;padding-top:20px}.product-info-split--no-border{border-top:none}@media(min-width:750px){.product-info-split{gap:32px}}.product-info-split__heading{font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:#9b9ba0;margin-bottom:12px}.product-info-split__text{font-size:.9rem;line-height:1.6;color:#555;padding-bottom:24px}.product-info-split__empty{font-size:.85rem;color:#9b9ba0}.product-info-split__details{width:100%}.product-info-split__table{width:100%;border-collapse:collapse}.product-info-split__table th,.product-info-split__table td{padding:6px 0;font-size:.8rem;text-align:left;border-bottom:1px solid #f0f0f2}.product-info-split__table th{font-weight:600;color:#9b9ba0;width:100px;vertical-align:top}.product-info-split__table td{color:var(--color-foreground, #333)}.product-page__form-wrapper{display:flex;flex-direction:column;gap:20px}.product-page__label{display:block;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#9b9ba0;margin-bottom:8px}.product-page__variant-options{display:flex;flex-wrap:wrap;gap:8px}.product-page__variant-btn{padding:8px 16px;font-size:.85rem;font-weight:600;font-family:inherit;border:1px solid #e2e2e4;border-radius:8px;background:transparent;color:var(--color-foreground, #333);cursor:pointer;transition:border-color .15s ease,background-color .15s ease,color .15s ease}.product-page__variant-btn:hover:not(:disabled){border-color:var(--color-foreground, #333)}.product-page__variant-btn--active{background-color:var(--color-foreground, #333);color:var(--color-background, #fff);border-color:var(--color-foreground, #333)}.product-page__variant-btn--unavailable{opacity:.3;cursor:not-allowed;text-decoration:line-through}.product-page__actions{display:flex;gap:12px;align-items:flex-end}.product-page__qty-control{display:flex;align-items:center;border:1px solid #e2e2e4;border-radius:8px;overflow:hidden;height:48px}.product-page__qty-btn{width:40px;height:100%;border:none;background:transparent;font-size:1.1rem;font-weight:600;cursor:pointer;color:var(--color-foreground, #333);transition:background-color .15s ease;font-family:inherit}.product-page__qty-btn:hover{background-color:#f7f7f8}.product-page__qty-input{width:48px;height:100%;border:none;border-left:1px solid #e2e2e4;border-right:1px solid #e2e2e4;text-align:center;font-size:.9rem;font-weight:600;font-family:inherit;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;outline:none}.product-page__qty-input::-webkit-inner-spin-button,.product-page__qty-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.product-page__add-btn{flex:1;height:48px;border:none;border-radius:8px;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);font-size:.95rem;font-weight:600;cursor:pointer;transition:opacity .15s ease;font-family:inherit}.product-page__add-btn:hover:not(:disabled){opacity:.9}.product-page__add-btn:disabled{background-color:#e2e2e2;color:#a0a0a0;cursor:not-allowed}.product-page__add-btn--preorder{background-color:#5b21b6}.product-page__add-btn--backorder{background-color:#d97706}.product-page__form-wrapper .shopify-payment-button{margin-top:0}.product-page__form-wrapper .shopify-payment-button__button{border-radius:8px;height:48px}.sticky-atc{position:fixed;bottom:0;left:0;right:0;z-index:200;background-color:#fff;border-top:1px solid #e2e2e4;box-shadow:0 -2px 10px #00000014;transform:translateY(100%);transition:transform .3s ease;padding-bottom:env(safe-area-inset-bottom)}.sticky-atc--visible{transform:translateY(0)}.sticky-atc__inner{max-width:1200px;margin:0 auto;padding:16px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.sticky-atc__product{display:flex;align-items:center;gap:12px;min-width:0}.sticky-atc__image{width:56px;height:56px;object-fit:contain;border-radius:6px;background-color:#f7f7f8;flex-shrink:0}.sticky-atc__details{min-width:0}.sticky-atc__title{font-size:.85rem;font-weight:600;line-height:1.3;margin-bottom:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-atc__price{font-size:1.1rem;font-weight:700}.sticky-atc__button{flex-shrink:0;padding:14px 36px;border:none;border-radius:8px;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);font-size:.95rem;font-weight:600;cursor:pointer;font-family:inherit;transition:opacity .15s ease;white-space:nowrap}.sticky-atc__button:hover:not(:disabled){opacity:.9}.sticky-atc__button:disabled{background-color:#e2e2e2;color:#a0a0a0;cursor:not-allowed}.sticky-atc__button--preorder{background-color:#5b21b6}@media(max-width:749px){.sticky-atc__image{display:none}.sticky-atc__title{font-size:.7rem}.sticky-atc__button{padding:10px 20px;font-size:.8rem}}.search-page{padding:20px 0}@media(min-width:750px){.search-page{padding:40px 0}}.search-page__form{margin-bottom:24px}.search-page__input-wrapper{display:flex;align-items:center;gap:10px;background-color:#f7f7f8;border:1px solid #e2e2e4;border-radius:10px;padding:0 6px 0 16px;max-width:600px;transition:border-color .15s ease}.search-page__input-wrapper:focus-within{border-color:var(--color-foreground, #333);background-color:#fff}.search-page__icon{flex-shrink:0;color:#9b9ba0}.search-page__input{flex:1;border:none;outline:none;background:transparent;padding:12px 0;font-size:.95rem;font-family:inherit;color:inherit}.search-page__input::placeholder{color:#9b9ba0}.search-page__input::-webkit-search-cancel-button{-webkit-appearance:none}.search-page__submit{padding:8px 20px;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:opacity .15s ease;font-family:inherit}.search-page__submit:hover{opacity:.9}.search-page__count{font-size:.85rem;color:#718096;margin-bottom:20px}.search-page__no-results{font-size:.95rem;color:#718096;padding:40px 0;text-align:center}.search-page__other{margin-top:40px;padding-top:24px;border-top:1px solid #e2e2e4}.search-page__other-title{font-size:1.1rem;font-weight:700;margin-bottom:16px}.search-page__other-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:6px}.search-page__other-item{border-radius:8px;transition:background-color .15s ease}.search-page__other-link{display:flex;align-items:center;gap:12px;padding:10px 14px;text-decoration:none;color:inherit;border-radius:8px}.search-page__other-link:hover{background-color:#f7f7f8}.search-page__other-type{font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#9b9ba0;background-color:#f7f7f8;padding:3px 8px;border-radius:4px;flex-shrink:0}.search-page__other-name{font-size:.9rem;font-weight:500}.series-gallery{padding:12px 0 8px;display:flex;align-items:center;gap:6px;max-width:100%;overflow:hidden}.series-gallery__arrow{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border:1px solid #e2e2e4;border-radius:50%;background:var(--color-background, #fff);color:var(--color-foreground, #333);cursor:pointer;flex-shrink:0;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.series-gallery__arrow:hover{background:#f7f7f8;border-color:var(--color-foreground, #333)}.series-gallery__arrow:disabled{opacity:.25;cursor:default}.series-gallery__arrow:disabled:hover{background:var(--color-background, #fff);border-color:#e2e2e4}.series-gallery__slider{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;min-width:0}.series-gallery__slider::-webkit-scrollbar{display:none}.series-gallery__track{display:flex;gap:8px;padding:4px 0;width:max-content;margin:0 auto}@media(min-width:750px){.series-gallery__track{gap:10px}}.slideshow-wrapper{grid-column:1 / -1;padding:16px var(--page-margin) 0}@media(min-width:750px){.slideshow-wrapper{padding:20px var(--page-margin) 0}}.slideshow{position:relative;overflow:hidden;background-color:#f7f7f8;border-radius:12px;width:100%}@media(min-width:750px){.slideshow{border-radius:16px}}.slideshow__track{display:flex;transition:transform .5s ease}.slideshow__slide{position:relative;flex:0 0 100%;width:100%;aspect-ratio:1 / 1;overflow:hidden}@media(min-width:750px){.slideshow__slide{aspect-ratio:1800 / 610}}.slideshow__link{display:block;width:100%;height:100%;text-decoration:none;color:inherit}.slideshow__picture{display:block;width:100%;height:100%}.slideshow__image{width:100%;height:100%;object-fit:cover}.slideshow__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background-color:#e2e2e4}.slideshow__placeholder svg{width:50%;max-width:300px;height:auto;opacity:.3}.slideshow__content{position:absolute;bottom:0;left:0;right:0;padding:24px 20px;background:linear-gradient(transparent,#0009);color:#fff;display:flex;flex-direction:column;gap:6px}@media(min-width:750px){.slideshow__content{padding:40px 48px;gap:8px}}.slideshow__heading{font-size:1.4rem;font-weight:700;line-height:1.2}@media(min-width:750px){.slideshow__heading{font-size:2.4rem}}.slideshow__subheading{font-size:.85rem;opacity:.85}@media(min-width:750px){.slideshow__subheading{font-size:1rem}}.slideshow__button{display:inline-block;margin-top:8px;padding:10px 24px;background-color:#fff;color:#333;font-size:.85rem;font-weight:600;border-radius:8px;align-self:flex-start;transition:opacity .15s ease}.slideshow__link:hover .slideshow__button{opacity:.9}.slideshow__arrow{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;display:flex;align-items:center;justify-content:center;background-color:#ffffffe6;border:none;border-radius:50%;cursor:pointer;color:#333;box-shadow:0 2px 8px #0000001a;transition:background-color .15s ease;display:none}.slideshow__arrow:hover{background-color:#fff}.slideshow__arrow--prev{left:12px}.slideshow__arrow--next{right:12px}@media(min-width:750px){.slideshow__arrow{display:flex;width:44px;height:44px}.slideshow__arrow--prev{left:20px}.slideshow__arrow--next{right:20px}}.slideshow__dots{position:absolute;bottom:12px;left:50%;transform:translate(-50%);z-index:2;display:flex;gap:8px}@media(min-width:750px){.slideshow__dots{bottom:20px}}.slideshow__dot{width:8px;height:8px;border-radius:50%;border:none;background-color:#ffffff80;cursor:pointer;padding:0;transition:background-color .2s ease,transform .2s ease}.slideshow__dot:hover{background-color:#fffc}.slideshow__dot--active{background-color:#fff;transform:scale(1.25)}.steps-list{background-color:#fff;color:#1a1a1a;padding:32px 24px;border-radius:12px;box-shadow:0 1px 2px #0000000a,0 4px 12px #0000000d}@media(min-width:750px){.steps-list{padding:40px 32px}}.steps-list__title{font-size:1.2rem;font-weight:700;margin-bottom:20px;text-align:center;color:#1a1a1a}@media(min-width:750px){.steps-list__title{font-size:1.4rem;margin-bottom:28px}}.steps-list__grid{display:grid;grid-template-columns:1fr;gap:24px}@media(min-width:550px){.steps-list__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:990px){.steps-list__grid{grid-template-columns:repeat(4,1fr);gap:32px}}.steps-list__item{text-align:center;position:relative;display:flex;flex-direction:column;align-items:center;gap:6px}@media(min-width:990px){.steps-list__item:not(:last-child):after{content:"";position:absolute;top:22px;left:calc(50% + 28px);right:calc(-50% + 28px);height:2px;background:repeating-linear-gradient(to right,rgba(244,180,0,.5) 0 6px,transparent 6px 12px);z-index:0}}.steps-list__badge{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:#f4b400;color:#1a1a1a;font-size:1.1rem;font-weight:700;margin-bottom:8px;box-shadow:0 0 0 4px #f4b4002e;position:relative;z-index:1}.steps-list__step{font-size:.85rem;font-weight:700;color:#f4b400;text-transform:uppercase;letter-spacing:.05em;margin:0}.steps-list__desc{font-size:.9rem;color:#555;line-height:1.5;max-width:28ch;margin:0 auto}.store-hours{display:flex;flex-direction:column;gap:16px;padding:0 0 48px}@media(min-width:750px){.store-hours{gap:20px;padding:4px 0 64px}}.store-hours__locations{display:grid;grid-template-columns:1fr;gap:16px}@media(min-width:990px){.store-hours__locations{grid-template-columns:repeat(2,1fr);gap:20px}}.store-hours__location{background-color:#fff;border:1px solid #e2e2e4;border-radius:12px;padding:20px 24px;display:flex;flex-direction:column;gap:12px}@media(min-width:750px){.store-hours__location{padding:24px 28px}}.store-hours__location-name{font-size:1.1rem;font-weight:700;margin:0}@media(min-width:750px){.store-hours__location-name{font-size:1.2rem}}.store-hours__address{font-size:.9rem;color:#555;line-height:1.5}.store-hours__address p{margin:0}.store-hours__list{margin:0;display:flex;flex-direction:column}.store-hours__row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:10px 0;border-bottom:1px solid #f0f0f2;font-size:.9rem}.store-hours__row:last-child{border-bottom:none}.store-hours__day{font-weight:600;color:var(--color-foreground, #1a1a1a);margin:0}.store-hours__time{color:#555;margin:0;text-align:right}.store-hours__time--closed{color:#9b9ba0;font-style:italic}.store-hours__exceptions{background-color:#fff;border:1px solid #e2e2e4;border-radius:12px;padding:20px 24px}@media(min-width:750px){.store-hours__exceptions{padding:24px 28px}}.store-hours__exceptions-title{font-size:1.1rem;font-weight:700;margin:0 0 12px}@media(min-width:750px){.store-hours__exceptions-title{font-size:1.2rem;margin-bottom:16px}}.store-hours__notice{background-color:#fff;border:1px solid #e2e2e4;border-radius:12px;padding:16px 20px;font-size:.9rem;color:#555;line-height:1.5}.store-hours__notice p{margin:0}.sub-info{padding:32px 0 48px}@media(min-width:750px){.sub-info{padding:48px 0 64px}}.sub-info__grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:990px){.sub-info__grid{grid-template-columns:1fr 1fr;gap:48px}}.sub-info__title{font-size:1.4rem;font-weight:700;margin-bottom:16px;padding-bottom:10px;position:relative}.sub-info__title:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background-color:#f4b400;border-radius:2px}@media(min-width:750px){.sub-info__title{font-size:1.6rem;margin-bottom:20px}}.sub-info__faq{display:flex;flex-direction:column;gap:10px}.sub-info__faq-item{background-color:#fff;border:1px solid #e2e2e4;border-radius:12px;overflow:hidden}.sub-info__faq-item[open]{background-color:#fdfdfd}.sub-info__faq-question{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;font-size:.95rem;font-weight:700;cursor:pointer;list-style:none;transition:background-color .15s ease}.sub-info__faq-question::-webkit-details-marker{display:none}.sub-info__faq-question:hover{background-color:#f7f7f8}.sub-info__faq-icon{flex-shrink:0;color:#9b9ba0;transition:transform .2s ease}details[open] .sub-info__faq-icon{transform:rotate(180deg)}.sub-info__faq-answer{font-size:.9rem;color:#555;line-height:1.6;padding:4px 20px 20px}.sub-info__form-wrapper{background:transparent;padding:0}.sub-info__form-intro{font-size:.9rem;color:#718096;margin:-8px 0 16px;line-height:1.5}.sub-info__form{display:flex;flex-direction:column;gap:16px}.sub-info__field{display:flex;flex-direction:column;gap:4px}.sub-info__label{font-size:.8rem;font-weight:600;color:#555}.sub-info__label span{color:#e53e3e}.sub-info__input,.sub-info__textarea{padding:10px 12px;border:1px solid #e2e2e4;border-radius:8px;font-size:.85rem;font-family:inherit;color:var(--color-foreground, #333);background-color:#fff;transition:border-color .15s ease}.sub-info__input:focus,.sub-info__textarea:focus{outline:none;border-color:var(--color-foreground, #333)}.sub-info__textarea{resize:vertical;min-height:100px}.sub-info__submit{padding:12px 28px;background-color:#f4b400;color:#1a1a1a;border:none;border-radius:999px;font-size:.85rem;font-weight:700;font-family:inherit;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease;box-shadow:0 2px 6px #f4b40059}.sub-info__submit:hover{background-color:#e0a200;transform:translateY(-1px);box-shadow:0 4px 10px #f4b40073}.sub-info__success{display:flex;align-items:center;gap:8px;padding:12px;background-color:#f0fff4;border:1px solid #c6f6d5;border-radius:8px;font-size:.85rem;color:#38a169;font-weight:500}.sub-info__errors{padding:12px;background-color:#fff5f5;border:1px solid #fed7d7;border-radius:8px;font-size:.85rem;color:#e53e3e}.timeline{padding:4px 0 48px}@media(min-width:750px){.timeline{padding:8px 0 64px}}.timeline__heading{font-size:1.4rem;font-weight:700;margin:0 0 20px}@media(min-width:750px){.timeline__heading{font-size:1.6rem;margin-bottom:28px}}.timeline__list{list-style:none;margin:0;padding:0}.timeline__item{display:grid;grid-template-columns:48px 1fr;gap:16px;padding-bottom:16px;position:relative}@media(min-width:750px){.timeline__item{gap:20px;padding-bottom:20px}}.timeline__item:last-child{padding-bottom:0}.timeline__item:not(:last-child):before{content:"";position:absolute;left:23px;top:56px;bottom:0;width:2px;background:#e2e2e4}.timeline__icon{width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;background-color:var(--icon-bg, #fff);color:var(--icon-color, #1a1a1a);border:2px solid #e2e2e4;font-size:1.1rem;flex-shrink:0;z-index:1}.timeline__content{background:#fff;border:1px solid #e2e2e4;border-radius:12px;overflow:hidden;min-width:0}.timeline__image{width:100%;aspect-ratio:16 / 9;background-color:#f7f7f8;overflow:hidden}.timeline__image img{width:100%;height:100%;object-fit:cover;display:block}.timeline__text{padding:14px 18px}@media(min-width:750px){.timeline__text{padding:16px 20px}}.timeline__year{font-size:.8rem;font-weight:700;color:#9b9ba0;letter-spacing:.05em;margin:0 0 4px}.timeline__title{font-size:1rem;font-weight:700;margin:0 0 6px;line-height:1.3}@media(min-width:750px){.timeline__title{font-size:1.05rem}}.timeline__desc{font-size:.9rem;color:#555;line-height:1.5}.timeline__desc p{margin:0 0 8px}.timeline__desc p:last-child{margin-bottom:0}.wbc-buying{padding:8px 0}@media(min-width:750px){.wbc-buying{padding:12px 0}}.wbc-buying__title{font-size:1.2rem;font-weight:700;margin-bottom:16px;padding-bottom:10px;position:relative}.wbc-buying__title:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background-color:#f4b400;border-radius:2px}@media(min-width:750px){.wbc-buying__title{font-size:1.4rem;margin-bottom:20px}}.wbc-buying__list{display:flex;flex-wrap:wrap;gap:8px}.wbc-buying__tag{display:inline-flex;align-items:center;padding:8px 16px;background-color:#fff;border-radius:20px;box-shadow:0 1px 2px #0000000a,0 2px 6px #0000000d;font-size:.85rem;font-weight:600;color:var(--color-foreground, #333);transition:transform .15s ease,box-shadow .15s ease}.wbc-buying__tag:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000000f,0 6px 14px #00000014}.wbc-page{padding:32px 0 60px}@media(min-width:750px){.wbc-page{padding:48px 0 80px}}.wbc-grid{display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:990px){.wbc-grid{grid-template-columns:1fr 1fr;gap:48px}}.wbc-section-title{font-size:1.2rem;font-weight:700;margin-bottom:16px;padding-bottom:10px;position:relative}.wbc-section-title:after{content:"";position:absolute;left:0;bottom:0;width:40px;height:2px;background-color:#f4b400;border-radius:2px}@media(min-width:750px){.wbc-section-title{font-size:1.4rem;margin-bottom:20px}}.wbc-faq{display:flex;flex-direction:column;gap:10px}.wbc-faq__item{background-color:#fff;border:1px solid #e2e2e4;border-radius:12px;overflow:hidden}.wbc-faq__item[open]{background-color:#fdfdfd}.wbc-faq__question{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 20px;font-size:.95rem;font-weight:700;cursor:pointer;list-style:none;transition:background-color .15s ease}.wbc-faq__question::-webkit-details-marker{display:none}.wbc-faq__question:hover{background-color:#f7f7f8}.wbc-faq__icon{flex-shrink:0;color:#9b9ba0;transition:transform .2s ease}details[open] .wbc-faq__icon{transform:rotate(180deg)}.wbc-faq__answer{font-size:.9rem;color:#555;line-height:1.6;padding:4px 20px 20px}.wbc-form-wrapper{background:transparent;padding:0}.wbc-form-intro{font-size:.9rem;color:#718096;margin:-8px 0 16px;line-height:1.5}.wbc-form{display:flex;flex-direction:column;gap:16px}.wbc-form__field{display:flex;flex-direction:column;gap:4px}.wbc-form__label{font-size:.8rem;font-weight:600;color:#555}.wbc-form__label span{color:#e53e3e}.wbc-form__input,.wbc-form__select,.wbc-form__textarea{padding:10px 12px;border:1px solid #e2e2e4;border-radius:8px;font-size:.85rem;font-family:inherit;color:var(--color-foreground, #333);background-color:#fff;transition:border-color .15s ease}.wbc-form__input:focus,.wbc-form__select:focus,.wbc-form__textarea:focus{outline:none;border-color:var(--color-foreground, #333)}.wbc-form__select{appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%239b9ba0' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px}.wbc-form__textarea{resize:vertical;min-height:100px}.wbc-form__submit{padding:12px 28px;background-color:#f4b400;color:#1a1a1a;border:none;border-radius:999px;font-size:.85rem;font-weight:700;font-family:inherit;letter-spacing:.04em;text-transform:uppercase;cursor:pointer;transition:background-color .15s ease,transform .15s ease,box-shadow .15s ease;box-shadow:0 2px 6px #f4b40059}.wbc-form__submit:hover{background-color:#e0a200;transform:translateY(-1px);box-shadow:0 4px 10px #f4b40073}.wbc-form__success{display:flex;align-items:center;gap:8px;padding:12px;background-color:#f0fff4;border:1px solid #c6f6d5;border-radius:8px;font-size:.85rem;color:#38a169;font-weight:500}.wbc-form__errors{padding:12px;background-color:#fff5f5;border:1px solid #fed7d7;border-radius:8px;font-size:.85rem;color:#e53e3e}.group{display:flex;flex-wrap:nowrap;overflow:hidden;width:100%}.group--horizontal{flex-direction:row;justify-content:space-between;align-items:center;padding:0 var(--padding)}.group--vertical{flex-direction:column;align-items:var(--alignment);padding:var(--padding) 0}.text{text-align:var(--text-align)}.text--title{font-size:2rem;font-weight:700}.text--subtitle{font-size:1.5rem}.back-to-top{position:fixed;bottom:max(16px,env(safe-area-inset-bottom));right:max(16px,env(safe-area-inset-right));z-index:90;width:44px;height:44px;display:flex;align-items:center;justify-content:center;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);border:none;border-radius:10px;cursor:pointer;opacity:0;transform:translateY(8px);transition:opacity .25s ease,transform .25s ease;box-shadow:0 2px 8px #00000026;padding:0}@media(min-width:750px){.back-to-top{bottom:max(24px,env(safe-area-inset-bottom));right:max(24px,env(safe-area-inset-right));width:44px;height:44px}}.back-to-top[hidden]{display:none}.back-to-top--visible{display:flex;opacity:1;transform:translateY(0)}.back-to-top:hover,.back-to-top:focus-visible{opacity:.85;outline:none}.back-to-top:focus-visible{box-shadow:0 2px 8px #00000026,0 0 0 3px #00000040}.cart-toast{position:fixed;bottom:max(20px,env(safe-area-inset-bottom));right:max(20px,env(safe-area-inset-right));z-index:400;max-width:340px;width:calc(100% - 32px);pointer-events:none;transform:translateY(20px);opacity:0;transition:transform .3s ease,opacity .3s ease}.cart-toast--visible{pointer-events:auto;transform:translateY(0);opacity:1}@media(max-width:749px){.cart-toast{bottom:max(16px,env(safe-area-inset-bottom));right:max(16px,env(safe-area-inset-right));max-width:calc(100% - 32px)}}.cart-toast__inner{display:flex;align-items:flex-start;gap:10px;padding:14px 16px;background-color:var(--color-card-background, #fff);border-radius:12px;box-shadow:0 4px 24px #0000001f,0 0 0 1px #0000000a}.cart-toast__icon{flex-shrink:0;width:20px;height:20px;color:#38a169;margin-top:1px}.cart-toast__content{flex:1;min-width:0}.cart-toast__heading{font-size:.8rem;font-weight:700;color:#38a169;margin-bottom:8px}.cart-toast__product{display:flex;align-items:center;gap:10px}.cart-toast__image{width:48px;height:48px;object-fit:contain;border-radius:6px;background-color:#f7f7f8;flex-shrink:0}.cart-toast__details{min-width:0}.cart-toast__title{font-size:.75rem;font-weight:600;line-height:1.3;color:var(--color-foreground, #333);overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.cart-toast__price{font-size:.75rem;font-weight:700;color:var(--color-foreground, #333);margin-top:2px}.cart-toast__close{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:none;color:#9b9ba0;cursor:pointer;border-radius:6px;transition:color .15s ease,background-color .15s ease;padding:0}.cart-toast__close:hover,.cart-toast__close:focus-visible{color:var(--color-foreground, #333);background-color:#f0f0f2;outline:none}.collection-filters{background-color:#f7f7f8;border-radius:12px;padding:24px;position:sticky;top:24px}.collection-filters__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.collection-filters__title{font-size:1.1rem;font-weight:700}.collection-filters__clear-all{font-size:.8rem;color:#e53e3e;text-decoration:none;font-weight:500}.collection-filters__clear-all:hover{text-decoration:underline}.collection-filters__active{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid #e2e2e4}.collection-filters__tag{display:inline-flex;align-items:center;gap:6px;padding:5px 10px;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);border-radius:6px;font-size:.75rem;font-weight:500;text-decoration:none;transition:opacity .2s ease}.collection-filters__tag:hover{opacity:.8}.collection-filters__key-issue-toggle{padding-bottom:16px;margin-bottom:0;border-bottom:1px solid #e2e2e4}.collection-filters__toggle-label{display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none}.collection-filters__toggle-text{display:flex;align-items:center;gap:8px;font-size:.9rem;font-weight:600;color:#b45309}.collection-filters__toggle-input{position:absolute;opacity:0;width:0;height:0}.collection-filters__toggle-switch{position:relative;width:40px;height:22px;background-color:#d1d5db;border-radius:11px;transition:background-color .2s ease;flex-shrink:0}.collection-filters__toggle-switch:after{content:"";position:absolute;top:3px;left:3px;width:16px;height:16px;background-color:#fff;border-radius:50%;transition:transform .2s ease}.collection-filters__toggle-input:checked+.collection-filters__toggle-switch{background-color:#b45309}.collection-filters__toggle-input:checked+.collection-filters__toggle-switch:after{transform:translate(18px)}.collection-filters__group{border-top:1px solid #e2e2e4}.collection-filters__group:first-of-type{border-top:none}.collection-filters__group-header{display:flex;align-items:center;justify-content:space-between;padding:16px 0;cursor:pointer;list-style:none;-webkit-user-select:none;user-select:none}.collection-filters__group-header::-webkit-details-marker{display:none}.collection-filters__group-title{font-size:.9rem;font-weight:600}.collection-filters__chevron{transition:transform .2s ease}.collection-filters__group[open] .collection-filters__chevron{transform:rotate(180deg)}.collection-filters__group-body{padding-bottom:16px}.collection-filters__search{width:100%;padding:8px 10px;margin-bottom:8px;border:1px solid #e2e2e4;border-radius:6px;font-size:.8rem;font-family:inherit;background-color:#fff;outline:none;transition:border-color .15s ease}.collection-filters__search:focus{border-color:var(--color-foreground, #333)}.collection-filters__search::placeholder{color:#9b9ba0}.collection-filters__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.collection-filters__list--scrollable{max-height:340px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.collection-filters__list--scrollable::-webkit-scrollbar{width:4px}.collection-filters__list--scrollable::-webkit-scrollbar-track{background:transparent}.collection-filters__list--scrollable::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:2px}.collection-filters__checkbox-label{display:flex;align-items:center;gap:10px;padding:12px 8px;min-height:44px;border-radius:6px;cursor:pointer;font-size:.9rem;transition:background-color .15s ease}.collection-filters__checkbox-label:hover{background-color:#ededef}.collection-filters__checkbox:focus-visible+.collection-filters__checkbox-custom{outline:2px solid var(--color-foreground, #333);outline-offset:2px}.collection-filters__checkbox{position:absolute;opacity:0;width:0;height:0}.collection-filters__checkbox-custom{flex-shrink:0;width:18px;height:18px;border:2px solid #c4c4c8;border-radius:4px;position:relative;transition:border-color .15s ease,background-color .15s ease}.collection-filters__checkbox:checked+.collection-filters__checkbox-custom{background-color:var(--color-foreground, #333);border-color:var(--color-foreground, #333)}.collection-filters__checkbox:checked+.collection-filters__checkbox-custom:after{content:"";position:absolute;top:2px;left:5px;width:4px;height:8px;border:solid var(--color-background, #fff);border-width:0 2px 2px 0;transform:rotate(45deg)}.collection-filters__checkbox:disabled+.collection-filters__checkbox-custom{opacity:.4}.collection-filters__checkbox:disabled~.collection-filters__checkbox-text{opacity:.4}.collection-filters__checkbox-text{flex:1}.collection-filters__count{font-size:.75rem;color:#9b9ba0;font-weight:500}.collection-filters__price-range{display:flex;flex-direction:column;gap:12px}.collection-filters__price-inputs{display:flex;align-items:flex-end;gap:8px}.collection-filters__price-field{flex:1;display:flex;flex-direction:column;gap:4px}.collection-filters__price-field label{font-size:.75rem;color:#9b9ba0;font-weight:500}.collection-filters__price-input-wrap{display:flex;align-items:center;background-color:#fff;border:1px solid #e2e2e4;border-radius:8px;padding:0 10px;transition:border-color .15s ease}.collection-filters__price-input-wrap:focus-within{border-color:var(--color-foreground, #333)}.collection-filters__currency{font-size:.85rem;color:#9b9ba0;margin-right:4px}.collection-filters__price-input{width:100%;border:none;outline:none;padding:8px 0;font-size:.85rem;background:transparent;-moz-appearance:textfield}.collection-filters__price-input::-webkit-inner-spin-button,.collection-filters__price-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.collection-filters__price-separator{color:#9b9ba0;padding-bottom:8px}.collection-filters__price-apply{width:100%;padding:10px;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);border:none;border-radius:8px;font-size:.85rem;font-weight:600;cursor:pointer;transition:opacity .2s ease}.collection-filters__price-apply:hover{opacity:.9}.image{display:block;position:relative;overflow:hidden;width:100%;height:auto}.image>img{width:100%;height:auto}.pcl{display:grid;grid-template-columns:110px 1fr;grid-template-rows:auto;background-color:var(--color-card-background, #fff);border-radius:10px;overflow:hidden}@media(min-width:750px){.pcl{grid-template-columns:100px 1fr 140px;border-radius:12px}}@media(min-width:1200px){.pcl{grid-template-columns:160px 1fr 180px}}@media(min-width:1400px){.pcl{grid-template-columns:200px 1fr 200px}}.pcl__image{display:flex;align-items:center;justify-content:center;padding:8px;aspect-ratio:1 / 1;overflow:hidden;position:relative}.pcl__limit-badge{position:absolute;top:6px;left:6px;z-index:2;padding:2px 6px;background:#fef3c7;color:#b45309;font-size:.5rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:3px;line-height:1.2}@media(min-width:750px){.pcl__image{grid-row:1 / 2;padding:12px}}@media(min-width:990px){.pcl__image{padding:16px}}.pcl__image img,.pcl__image svg{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .3s ease}.pcl__image:hover img{transform:scale(1.05)}.pcl__body{padding:10px 12px;display:flex;flex-direction:column;justify-content:center;min-width:0}@media(min-width:750px){.pcl__body{padding:20px 24px;grid-row:1 / 2}}.pcl__title{font-size:.9rem;font-weight:700;line-height:1.3;margin-bottom:4px;text-decoration:none;color:inherit;overflow-wrap:break-word;word-break:break-word}@media(min-width:750px){.pcl__title{font-size:1rem}}.pcl__title:hover{text-decoration:underline}.pcl__key-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;background-color:#fef3c7;color:#b45309;font-size:.6rem;font-weight:700;border-radius:4px;line-height:1;text-transform:uppercase;letter-spacing:.03em;vertical-align:middle}.pcl__vendor{font-size:.75rem;color:#9b9ba0;margin-bottom:4px}.pcl__description{font-size:.8rem;color:#718096;line-height:1.4;margin-bottom:6px;display:none}@media(min-width:1200px){.pcl__description{display:block}}.pcl__status{display:flex;align-items:center;gap:6px;font-size:.8rem;font-weight:500}.pcl__status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.pcl__status--in{color:#38a169}.pcl__status--in .pcl__status-dot{background-color:#38a169}.pcl__status--out{color:#e53e3e}.pcl__status--out .pcl__status-dot{background-color:#e53e3e}.pcl__status--preorder{color:#5b21b6}.pcl__status--preorder .pcl__status-dot{background-color:#5b21b6}.pcl__status--backorder{color:#d97706}.pcl__status--backorder .pcl__status-dot{background-color:#d97706}.pcl__variants{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px}.pcl__variant{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:60px;padding:6px 12px;background-color:#fff;border:1px solid #e2e2e4;border-radius:6px;text-decoration:none;color:inherit;gap:2px;transition:border-color .15s ease}.pcl__variant:hover{border-color:var(--color-foreground, #333)}.pcl__variant--selected{border-color:var(--color-foreground, #333);background-color:var(--color-foreground, #333);color:var(--color-background, #fff)}.pcl__variant--selected .pcl__variant-price{color:var(--color-background, #fff);opacity:.7}.pcl__variant--unavailable{opacity:.35;cursor:not-allowed}.pcl__variant-name{font-size:.75rem;font-weight:600;line-height:1}.pcl__variant-price{font-size:.7rem;color:#718096}.pcl__mobile-action{margin-top:8px}@media(min-width:750px){.pcl__mobile-action{display:none}}.pcl__body>.pcl__pricing{margin-top:6px}@media(min-width:750px){.pcl__body>.pcl__pricing{display:none}}.pcl__aside{display:none}@media(min-width:750px){.pcl__aside{display:flex;grid-column:3 / 4;grid-row:1 / 2;flex-direction:column;justify-content:center;align-items:stretch;padding:16px;border-left:1px solid #e2e2e4;gap:10px;overflow:hidden}}@media(min-width:1200px){.pcl__aside{padding:20px 24px}}.pcl__pricing{display:flex;flex-direction:column;gap:2px}@media(min-width:750px){.pcl__pricing{align-items:center}}.pcl__price-row{display:flex;align-items:center;gap:6px}.pcl__price{font-size:1.1rem;font-weight:700}@media(min-width:750px){.pcl__price{font-size:1.1rem}}@media(min-width:1200px){.pcl__price{font-size:1.4rem}}.pcl__discount{display:inline-flex;padding:2px 6px;background-color:#e53e3e;color:#fff;font-size:.65rem;font-weight:700;border-radius:4px;line-height:1}@media(min-width:750px){.pcl__discount{padding:3px 8px;font-size:.75rem}}.pcl__compare{font-size:.8rem;text-decoration:line-through;color:#a0aec0}.pcl__btn{display:flex;align-items:center;justify-content:center;width:100%;padding:8px 14px;text-align:center;font-size:.78rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:opacity .2s ease;background-color:var(--color-foreground, #333);color:var(--color-background, #fff);white-space:nowrap}@media(min-width:750px){.pcl__btn{padding:10px 16px;font-size:.85rem}}.pcl__btn:hover{opacity:.9}.pcl__btn--preorder{background-color:#5b21b6;color:#fff}.pcl__btn--backorder{background-color:#d97706;color:#fff}.pcl__btn--disabled{background-color:#e2e2e2;color:#a0a0a0;cursor:not-allowed}.pcl__btn--disabled:hover{opacity:1}.product-card{display:flex;flex-direction:column;background-color:var(--color-card-background, #fff);border-radius:10px;overflow:hidden;height:100%}@media(min-width:750px){.product-card{border-radius:12px}}.product-card__link{display:flex;flex-direction:column;flex:1;text-decoration:none;color:inherit}.product-card__image-wrapper{position:relative;aspect-ratio:4 / 5;display:flex;align-items:center;justify-content:center;padding:6px;overflow:hidden}@media(min-width:750px){.product-card__image-wrapper{aspect-ratio:1 / 1;padding:16px}}.product-card__limit-badge{position:absolute;top:8px;left:8px;z-index:2;padding:3px 7px;background:#fef3c7;color:#b45309;font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;border-radius:4px;line-height:1.2}.product-card__image-wrapper img,.product-card__image-wrapper svg{max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;transition:transform .3s ease}.product-card__link:hover .product-card__image-wrapper img,.product-card__link:focus-visible .product-card__image-wrapper img{transform:scale(1.05)}.product-card__link:focus-visible{outline:2px solid var(--color-foreground, #333);outline-offset:2px}.product-card__info{padding:12px 14px 0;overflow:hidden;min-width:0}@media(min-width:750px){.product-card__info{padding:16px 20px 0}}.product-card__variants{position:relative;margin-bottom:8px}.product-card__variant-select{appearance:none;-webkit-appearance:none;width:100%;padding:10px 30px 10px 12px;font-size:16px;font-weight:500;font-family:inherit;color:inherit;background-color:#fff;border:1px solid #e2e2e4;border-radius:6px;cursor:pointer;transition:border-color .15s ease}.product-card__variant-select:hover{border-color:var(--color-foreground, #333)}.product-card__variant-select:focus,.product-card__variant-select:focus-visible{outline:none;border-color:var(--color-foreground, #333);box-shadow:0 0 0 2px #0000001a}@media(min-width:750px){.product-card__variant-select{padding:7px 30px 7px 12px;font-size:.75rem}}.product-card__variant-chevron{position:absolute;right:10px;top:50%;transform:translateY(-50%);pointer-events:none;color:#9b9ba0}.product-card__title{font-size:.85rem;font-weight:500;line-height:1.35;margin-bottom:6px;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}@media(min-width:360px){.product-card__title{-webkit-line-clamp:3}}@media(min-width:750px){.product-card__title{font-size:.8rem}}@media(min-width:1200px){.product-card__title{font-size:.9rem;line-height:1.4}}.product-card__price-row{display:flex;align-items:baseline;gap:4px;margin-bottom:4px;flex-wrap:nowrap;overflow:hidden}.product-card__price{font-size:1rem;font-weight:700;white-space:nowrap}@media(min-width:750px){.product-card__price{font-size:1.05rem}}@media(min-width:1200px){.product-card__price{font-size:1.15rem}}.product-card__discount-badge{display:inline-flex;align-items:center;padding:2px 5px;background-color:#e53e3e;color:#fff;font-size:.6rem;font-weight:700;border-radius:4px;line-height:1;flex-shrink:0}@media(min-width:750px){.product-card__discount-badge{padding:3px 7px;font-size:.7rem;border-radius:5px}}.product-card__key-badge{display:inline-flex;align-items:center;gap:3px;padding:2px 6px;background-color:#fef3c7;color:#b45309;font-size:.6rem;font-weight:700;border-radius:4px;line-height:1;text-transform:uppercase;letter-spacing:.03em}@media(min-width:750px){.product-card__key-badge{gap:4px;padding:3px 8px;font-size:.7rem;border-radius:5px}}.product-card__compare-price{font-size:.65rem;text-decoration:line-through;color:#a0aec0;white-space:nowrap;margin-bottom:4px}@media(min-width:750px){.product-card__compare-price{font-size:.75rem}}.product-card__availability{display:flex;align-items:center;gap:4px;font-size:.7rem;font-weight:500;margin-bottom:0}.product-card__availability-text{display:flex;flex-direction:column;line-height:1.3}@media(min-width:750px){.product-card__availability{gap:6px;font-size:.8rem}}.product-card__availability-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0}@media(min-width:750px){.product-card__availability-dot{width:8px;height:8px}}.product-card__availability--out{color:#e53e3e}.product-card__availability--out .product-card__availability-dot{background-color:#e53e3e}.product-card__availability--in{color:#38a169}.product-card__availability--in .product-card__availability-dot{background-color:#38a169}.product-card__availability--preorder{color:#5b21b6}.product-card__availability--preorder .product-card__availability-dot{background-color:#5b21b6}.product-card__availability--backorder{color:#d97706}.product-card__availability--backorder .product-card__availability-dot{background-color:#d97706}.product-card__button{display:block;width:calc(100% - 24px);margin:10px 12px 12px;padding:8px;text-align:center;font-size:.7rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;border-radius:8px;border:none;cursor:pointer;text-decoration:none;transition:background-color .2s ease;background-color:var(--color-foreground, #333);color:var(--color-background, #fff)}@media(min-width:750px){.product-card__button{width:calc(100% - 40px);margin:16px 20px 20px;padding:10px;font-size:.85rem}}.product-card__button:hover{opacity:.9}.product-card__button--preorder{background-color:#5b21b6;color:#fff}.product-card__button--backorder{background-color:#d97706;color:#fff}.product-card__button--disabled{background-color:#e2e2e2;color:#a0a0a0;cursor:not-allowed}.product-card__button--disabled:hover{opacity:1}.series-gallery-inline{padding:16px 0 8px;max-width:100%;min-width:0;overflow:hidden}.series-gallery-inline__heading{font-size:.7rem;font-weight:600;color:#9b9ba0;text-transform:uppercase;letter-spacing:.04em;margin-bottom:6px}.series-gallery-inline__row{display:flex;align-items:center;gap:6px}.series-gallery-inline__arrow{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border:1px solid #e2e2e4;border-radius:50%;background:var(--color-background, #fff);color:var(--color-foreground, #333);cursor:pointer;flex-shrink:0;transition:background .15s ease,border-color .15s ease,opacity .15s ease}.series-gallery-inline__arrow:hover{background:#f7f7f8;border-color:var(--color-foreground, #333)}.series-gallery-inline__arrow:disabled{opacity:.25;cursor:default}.series-gallery-inline__arrow:disabled:hover{background:var(--color-background, #fff);border-color:#e2e2e4}.series-gallery-inline__slider{overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;flex:1;min-width:0}.series-gallery-inline__slider::-webkit-scrollbar{display:none}.series-gallery-inline__track{display:flex;gap:6px;padding:4px 0;width:max-content;margin:0 auto}.series-thumb{flex:0 0 80px;width:80px;display:block;position:relative;border-radius:6px;overflow:hidden;border:2px solid transparent;transition:border-color .15s ease,transform .15s ease;text-decoration:none}.series-thumb__image{aspect-ratio:2 / 3;background:#f7f7f8;opacity:.85;transition:filter .2s ease,opacity .2s ease;overflow:hidden}.series-thumb:hover{border-color:#e2e2e4;transform:translateY(-2px)}.series-thumb:hover .series-thumb__image{opacity:1}.series-thumb--active{border-color:#e53e3e;box-shadow:0 0 0 1px #e53e3e}.series-thumb--active .series-thumb__image{opacity:1}.series-thumb--active:hover{border-color:#e53e3e}.series-thumb--sold-out .series-thumb__image{filter:grayscale(100%);opacity:.5}.series-thumb--sold-out:hover .series-thumb__image{filter:grayscale(100%);opacity:.65}.series-thumb__image img{width:100%;height:100%;object-fit:cover}.series-thumb__issue{position:absolute;bottom:0;left:0;right:0;padding:2px 0;text-align:center;font-size:.6rem;font-weight:700;color:#fff;background:#0009;line-height:1.2}.series-thumb__key{position:absolute;top:3px;right:3px;width:16px;height:16px;display:flex;align-items:center;justify-content:center;background:#fef3c7;color:#b45309;border-radius:50%}
/*# sourceMappingURL=/cdn/shop/t/47/compiled_assets/styles.css.map */
