:root{--tw-navy: #00205B;--tw-black: #18181B;--tw-blue: #3B82F6;--tw-blue-hover: #2563EB;--tw-grey: #71717A;--tw-grey-light: #F5F5F5;--tw-grey-border: #EDEDED;--tw-white: #FFFFFF;--tw-green: #21C45E}.shop-page{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;-webkit-font-smoothing:antialiased}.shop-hero{background:var(--tw-grey-light);padding:56px 24px 48px;text-align:center}.shop-breadcrumb{font-size:12px;color:var(--tw-grey);margin-bottom:20px}.shop-breadcrumb a{color:var(--tw-grey);text-decoration:none}.shop-breadcrumb a:hover{color:var(--tw-blue)}.shop-hero__title{font-size:clamp(28px,4vw,40px);font-weight:700;color:var(--tw-navy);margin-bottom:12px;letter-spacing:-.3px;line-height:1.15}.shop-hero__subtitle{font-size:16px;font-weight:400;color:var(--tw-grey);max-width:540px;margin:0 auto;line-height:1.6}.shop-filter{background:var(--tw-white);padding:32px 24px 0}.shop-filter__inner{max-width:960px;margin:0 auto;text-align:center}.shop-filter__label{font-size:15px;font-weight:600;color:var(--tw-navy);margin-bottom:16px}.shop-filter__tabs{display:flex;gap:8px;justify-content:center;flex-wrap:wrap;padding-bottom:32px;border-bottom:1px solid var(--tw-grey-border)}.shop-tab{padding:10px 20px;border-radius:100px;border:1.5px solid var(--tw-grey-border);background:var(--tw-white);font-size:13px;font-weight:500;color:var(--tw-grey);cursor:pointer;transition:all .2s ease;font-family:inherit}.shop-tab:hover{border-color:var(--tw-blue);color:var(--tw-blue)}.shop-tab.active{background:var(--tw-navy);border-color:var(--tw-navy);color:var(--tw-white)}.shop-products{padding:40px 24px 64px;background:var(--tw-white)}.shop-grid{max-width:960px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.shop-card{background:var(--tw-white);border:1px solid var(--tw-grey-border);border-radius:20px;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column}.shop-card:hover{transform:translateY(-3px);box-shadow:0 8px 30px #00205b0f}.shop-card__image{aspect-ratio:1 / 1;background:var(--tw-grey-light);display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden}.shop-card__image a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}.shop-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.shop-card:hover .shop-card__image img{transform:scale(1.03)}.shop-badge{position:absolute;top:12px;right:12px;padding:4px 12px;border-radius:100px;font-size:11px;font-weight:600;letter-spacing:.3px;z-index:2}.shop-badge--popular{background:var(--tw-navy);color:var(--tw-white)}.shop-badge--sale{background:var(--tw-green);color:var(--tw-white)}.shop-compat{position:absolute;bottom:12px;left:12px;padding:5px 12px;border-radius:100px;background:#00205bd9;font-size:11px;font-weight:500;color:var(--tw-white);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:2}.shop-card__body{padding:20px 20px 24px;display:flex;flex-direction:column;flex:1}.shop-card__title{font-size:16px;font-weight:600;color:var(--tw-navy);margin-bottom:6px;line-height:1.3}.shop-card__title a{color:inherit;text-decoration:none}.shop-card__title a:hover{color:var(--tw-blue)}.shop-card__desc{font-size:13px;font-weight:400;color:var(--tw-grey);line-height:1.55;margin-bottom:16px;flex:1}.shop-interval{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;background:#21c45e14;border-radius:100px;font-size:12px;font-weight:500;color:var(--tw-green);margin-bottom:16px;width:fit-content}.shop-interval svg{flex-shrink:0}.shop-price{display:flex;align-items:baseline;gap:8px;margin-bottom:16px}.shop-price__current{font-size:18px;font-weight:700;color:var(--tw-navy)}.shop-price__compare{font-size:14px;font-weight:400;color:var(--tw-grey);text-decoration:line-through}.shop-atc{display:block;width:100%;padding:12px;background:var(--tw-blue);color:var(--tw-white);font-size:14px;font-weight:600;border:none;border-radius:100px;cursor:pointer;text-align:center;transition:background .2s ease;font-family:inherit;margin-top:auto}.shop-atc:hover{background:var(--tw-blue-hover)}.shop-atc:disabled{background:var(--tw-grey-border);color:var(--tw-grey);cursor:not-allowed}.shop-atc--added{background:var(--tw-green)!important}.shop-help{background:var(--tw-grey-light);padding:40px 24px}.shop-help__inner{max-width:640px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:20px}.shop-help__text{display:flex;flex-direction:column;gap:4px}.shop-help__title{font-size:16px;font-weight:600;color:var(--tw-navy)}.shop-help__sub{font-size:13px;color:var(--tw-grey)}.shop-help__cta{padding:12px 28px;background:var(--tw-white);border:1.5px solid var(--tw-grey-border);border-radius:100px;font-size:13px;font-weight:600;color:var(--tw-navy);text-decoration:none;white-space:nowrap;transition:all .2s ease}.shop-help__cta:hover{background:var(--tw-navy);color:var(--tw-white);border-color:var(--tw-navy)}@media(max-width:768px){.shop-hero{padding:40px 20px 36px}.shop-grid{grid-template-columns:repeat(2,1fr);gap:12px}.shop-filter__tabs{gap:6px;overflow-x:auto;flex-wrap:nowrap;justify-content:flex-start;-webkit-overflow-scrolling:touch;scrollbar-width:none;padding-left:4px}.shop-filter__tabs::-webkit-scrollbar{display:none}.shop-tab{padding:8px 14px;font-size:12px;flex-shrink:0}.shop-card__body{padding:16px 16px 20px}.shop-card__title{font-size:14px}.shop-card__desc{font-size:12px}.shop-price__current{font-size:16px}.shop-help__inner{flex-direction:column;text-align:center}}@media(max-width:480px){.shop-grid{grid-template-columns:1fr;max-width:380px;margin:0 auto}}.shop-stars{display:flex;align-items:center;gap:1px;margin-bottom:8px}.shop-star{font-size:14px;line-height:1}.shop-star--full{color:#f59e0b}.shop-star--half{color:#f59e0b;opacity:.5}.shop-star--empty{color:#d4d4d8}.shop-stars__count{font-size:12px;color:#71717a;margin-left:6px}
/*# sourceMappingURL=/cdn/shop/t/59/assets/collection-all-products.css.map */
