:root{--ct-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;--ct-display: Georgia, "Times New Roman", serif;--ct-navy: #1B3A5C;--ct-navy-dark: #0F2438;--ct-green: #2e5a3a;--ct-green-dark: #1e3d27;--ct-orange: #C8602A;--ct-orange-hover: #b3531f;--ct-teal: #0A7E6E;--ct-teal-light: #EDF7F5;--ct-blue-bg: #F4F9FC;--ct-white: #fff;--ct-text: #1B3A5C;--ct-text-light: #5a6a7a;--ct-text-muted: #8a96a3;--ct-border: #e2e8f0;--ct-star: #f59e0b;--ct-red: #dc2626;--ct-radius: 16px;--ct-radius-sm: 10px;--ct-max: 1200px;--ct-shadow: 0 1px 3px rgba(27,58,92,.08);--ct-shadow-md: 0 4px 20px rgba(27,58,92,.12);--ct-shadow-lg: 0 8px 32px rgba(27,58,92,.15)}.ct-hero{position:relative;min-height:440px;display:flex;align-items:center;justify-content:flex-start;overflow:hidden;background:linear-gradient(135deg,var(--ct-green-dark),var(--ct-green))}.ct-hero__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:0}.ct-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,#00000059,#0000008c);z-index:1}.ct-hero__content{position:relative;z-index:2;text-align:left;padding:56px 24px 56px 48px;max-width:680px}.ct-hero__title{font-family:var(--ct-display);font-size:clamp(32px,6vw,56px);font-weight:800;color:var(--ct-white);line-height:1.1;margin-bottom:12px;text-transform:uppercase;letter-spacing:-.01em}.ct-hero__sub{font-size:clamp(14px,2vw,18px);color:#fffc;font-weight:500;line-height:1.5;margin-bottom:32px}.ct-hero__features{display:grid;grid-template-columns:repeat(3,auto);gap:16px 32px;justify-content:start;text-align:left}.ct-hero__feat{display:flex;align-items:center;gap:10px;color:#ffffffe6;font-size:15px;line-height:1.3}.ct-hero__feat svg{width:28px;height:28px;fill:#ffffffb3;flex-shrink:0}.ct-hero__feat strong{color:var(--ct-white);font-weight:700}.ct-hero__feat span{display:flex;flex-direction:column;gap:1px}.ct-collection{padding:0 0 80px}.ct-container{max-width:var(--ct-max);margin:0 auto;padding:0 24px}.ct-filters{display:flex;align-items:center;gap:16px;padding:28px 0;border-bottom:1px solid var(--ct-border);overflow-x:auto;-webkit-overflow-scrolling:touch}.ct-filters__label{font-size:15px;font-weight:800;color:var(--ct-navy);text-transform:uppercase;letter-spacing:.5px;flex-shrink:0}.ct-filters__pills{display:flex;gap:10px;flex-wrap:nowrap}.ct-filter-pill{display:inline-block;padding:10px 20px;font-size:15px;font-weight:600;color:var(--ct-text);background:var(--ct-white);border:2px solid var(--ct-border);border-radius:8px;cursor:pointer;transition:all .15s;white-space:nowrap;text-decoration:none;font-family:var(--ct-font);line-height:1.3}.ct-filter-pill:hover{border-color:var(--ct-navy);color:var(--ct-navy)}.ct-filter-pill.is-active{background:var(--ct-navy);color:var(--ct-white);border-color:var(--ct-navy)}.ct-no-results{text-align:center;padding:48px 20px;font-size:17px;color:var(--ct-text-light, #666)}.ct-desc{text-align:center;padding:28px 0;max-width:800px;margin:0 auto}.ct-desc p{font-size:16px;color:var(--ct-text-light);line-height:1.7}.ct-section-heading{padding-bottom:20px;margin-bottom:28px;border-bottom:2px solid var(--ct-navy)}.ct-section-heading h2{font-family:var(--ct-display);font-size:clamp(24px,3.5vw,36px);font-weight:800;color:var(--ct-navy);letter-spacing:.02em}.ct-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.ct-card{background:var(--ct-white);border:1px solid var(--ct-border);border-radius:var(--ct-radius);overflow:hidden;transition:box-shadow .25s,transform .25s;display:flex;flex-direction:column;text-decoration:none;color:inherit}.ct-card:hover{box-shadow:var(--ct-shadow-lg);transform:translateY(-4px)}.ct-card__image{position:relative;aspect-ratio:1/1;background:var(--ct-blue-bg);overflow:hidden}.ct-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.ct-card:hover .ct-card__image img{transform:scale(1.06)}.ct-card__quick{position:absolute;bottom:0;left:0;right:0;background:#1b3a5ce6;color:var(--ct-white);text-align:center;padding:12px;font-size:14px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;transform:translateY(100%);transition:transform .3s ease}.ct-card:hover .ct-card__quick{transform:translateY(0)}.ct-card__badge{position:absolute;top:12px;left:12px;font-size:11px;font-weight:700;letter-spacing:.3px;padding:5px 12px;border-radius:6px;text-transform:uppercase;z-index:1}.ct-card__badge--sale{background:var(--ct-red);color:var(--ct-white)}.ct-card__badge--new{background:var(--ct-teal);color:var(--ct-white)}.ct-card__badge--best{background:var(--ct-orange);color:var(--ct-white)}.ct-card__body{padding:18px 16px 20px;flex:1;display:flex;flex-direction:column}.ct-card__title{font-size:16px;font-weight:700;color:var(--ct-navy);margin-bottom:6px;line-height:1.35}.ct-card__rating{display:flex;align-items:center;gap:6px;margin-bottom:10px;min-height:0}.ct-card__rating:empty,.ct-card__rating[data-ctp-review-badge]:not(:has(*:not(:empty))){display:none;margin:0}.ct-card__stars{display:flex;gap:1px}.ct-card__stars svg{width:13px;height:13px;fill:var(--ct-star)}.ct-card__rating-text{font-size:12px;color:var(--ct-text-muted);font-weight:600}.ct-card__price-row{display:flex;align-items:baseline;gap:8px;margin-top:auto}.ct-card__price{font-size:20px;font-weight:800;color:var(--ct-navy)}.ct-card__compare-price{font-size:15px;color:var(--ct-text-muted);text-decoration:line-through}.ct-trust-strip{display:flex;flex-wrap:wrap;justify-content:center;gap:32px;margin-top:48px;padding:28px 0;border-top:1px solid var(--ct-border);border-bottom:1px solid var(--ct-border)}.ct-trust-strip__item{display:flex;align-items:center;gap:8px;font-size:15px;font-weight:600;color:var(--ct-text-light)}.ct-trust-strip__item svg{width:20px;height:20px;fill:var(--ct-navy);flex-shrink:0}.ct-empty{text-align:center;padding:80px 20px;color:var(--ct-text-muted);font-size:17px}.ct-product{padding:32px 0 80px}.ct-product__inner{display:grid;grid-template-columns:1fr;gap:32px;align-items:start}.ct-product__gallery{position:relative}.ct-product__main-image{aspect-ratio:1/1;border-radius:var(--ct-radius);overflow:hidden;background:var(--ct-blue-bg);box-shadow:var(--ct-shadow-lg)}.ct-product__main-image img{width:100%;height:100%;object-fit:cover}.ct-product__thumbs{display:flex;gap:10px;margin-top:14px;overflow-x:auto}.ct-product__thumb{width:72px;height:72px;border-radius:10px;border:2px solid var(--ct-border);overflow:hidden;cursor:pointer;flex-shrink:0;background:var(--ct-blue-bg);transition:border-color .15s}.ct-product__thumb.is-active{border-color:var(--ct-navy)}.ct-product__thumb img{width:100%;height:100%;object-fit:cover}.ct-product__info{display:flex;flex-direction:column;gap:0}.ct-product__kicker{font-size:14px;text-transform:uppercase;letter-spacing:2px;font-weight:700;color:var(--ct-orange);margin-bottom:8px}.ct-product__title{font-family:var(--ct-display);font-size:clamp(24px,4vw,36px);font-weight:700;color:var(--ct-navy);margin-bottom:12px;line-height:1.2}.ct-product__segment-disclaimers{margin-bottom:16px}.ct-product__segment-disclaimer{display:flex;gap:10px;align-items:flex-start;background:#fff3cd;border:1px solid #ffc107;border-radius:var(--ct-radius-sm);padding:14px 18px;font-size:15px;font-weight:600;color:#856404;line-height:1.5}.ct-product__segment-disclaimer svg{width:20px;height:20px;fill:#856404;flex-shrink:0;margin-top:1px}.ct-product__rating{display:flex;align-items:center;gap:8px;margin-bottom:16px}.ct-product__stars{display:flex;gap:2px}.ct-product__stars svg{width:18px;height:18px;fill:var(--ct-star)}.ct-product__rating-text{font-size:15px;color:var(--ct-text-muted);font-weight:500}.ct-product__price-block{display:flex;align-items:baseline;gap:12px;margin-bottom:20px;padding-bottom:20px;border-bottom:1px solid var(--ct-border)}.ct-product__price{font-size:32px;font-weight:800;color:var(--ct-navy)}.ct-product__compare-price{font-size:19px;color:var(--ct-text-muted);text-decoration:line-through}.ct-product__save-badge{font-size:14px;font-weight:700;color:var(--ct-white);background:var(--ct-teal);padding:4px 12px;border-radius:6px}.ct-product__desc{font-size:16px;color:var(--ct-text-light);line-height:1.7;margin-bottom:24px}.ct-product__variants{margin-bottom:24px}.ct-product__variant-label{font-weight:700;font-size:16px;margin-bottom:10px;display:flex;align-items:center;justify-content:space-between}.ct-product__variant-pills{display:flex;flex-wrap:wrap;gap:8px}.ct-product__variant-pill{padding:12px 20px;border:2px solid var(--ct-border);border-radius:var(--ct-radius-sm);font-size:16px;font-weight:600;background:var(--ct-white);transition:all .15s;cursor:pointer;color:var(--ct-text-light);text-align:center}.ct-product__variant-pill:hover{border-color:#94a3b8}.ct-product__variant-pill.is-active{border-color:var(--ct-navy);background:var(--ct-navy);color:var(--ct-white)}.ct-product__variant-pill[disabled]{opacity:.35;cursor:not-allowed}.ct-product__atc{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:18px 24px;background:var(--ct-orange);color:var(--ct-white);border:none;border-radius:var(--ct-radius-sm);font-size:18px;font-weight:700;cursor:pointer;transition:all .15s;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 4px 14px #c8602a4d;margin-bottom:16px}.ct-product__atc:hover{background:var(--ct-orange-hover);transform:translateY(-1px);box-shadow:0 6px 20px #c8602a59}.ct-product__atc[disabled]{opacity:.55;cursor:not-allowed;transform:none}.ct-product__trust{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;padding:18px 0;border-top:1px solid var(--ct-border)}.ct-product__trust-item{text-align:center}.ct-product__trust-item svg{width:28px;height:28px;fill:var(--ct-navy);margin:0 auto 6px;display:block}.ct-product__trust-label{font-size:14px;font-weight:700;color:var(--ct-text)}.ct-product__features{margin-top:8px}.ct-product__features-title{font-size:17px;font-weight:700;color:var(--ct-navy);margin-bottom:12px}.ct-product__features-list{display:flex;flex-direction:column;gap:10px}.ct-product__features-list li{display:flex;align-items:flex-start;gap:10px;font-size:15px;font-weight:500;color:var(--ct-text);line-height:1.5}.ct-product__features-list svg{width:20px;height:20px;fill:var(--ct-teal);flex-shrink:0;margin-top:1px}.ct-related{padding:64px 0;background:var(--ct-blue-bg)}.ct-related__title{font-family:var(--ct-display);font-size:clamp(22px,3vw,32px);font-weight:700;text-align:center;color:var(--ct-navy);margin-bottom:32px}.ct-breadcrumb{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px;color:var(--ct-text-muted);margin-bottom:24px}.ct-breadcrumb a{color:var(--ct-text-light);text-decoration:none}.ct-breadcrumb a:hover{color:var(--ct-navy);text-decoration:underline}.ct-breadcrumb__sep{color:var(--ct-border)}@media(min-width:768px){.ct-product__inner{grid-template-columns:1fr 1fr;gap:48px}.ct-product__gallery{position:sticky;top:6.5rem}}@media(min-width:768px)and (max-width:1023px){.ct-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:767px){.ct-hero{min-height:auto}.ct-hero__content{padding:32px 20px}.ct-hero__title{font-size:26px}.ct-hero__sub{font-size:15px;margin-bottom:20px}.ct-hero__features{grid-template-columns:1fr 1fr;gap:12px 20px}.ct-hero__feat{font-size:12px;gap:8px}.ct-hero__feat svg{width:22px;height:22px}.ct-filters{gap:12px;padding:20px 0}.ct-filters__label{font-size:12px}.ct-filter-pill{padding:8px 14px;font-size:14px}.ct-desc{padding:20px 0}.ct-desc p{font-size:15px}.ct-section-heading{margin-bottom:20px}.ct-section-heading h2{font-size:22px}.ct-grid{grid-template-columns:repeat(2,1fr);gap:12px}.ct-card__body{padding:12px}.ct-card__title{font-size:14px}.ct-card__stars svg{width:11px;height:11px}.ct-card__rating-text{font-size:11px}.ct-card__price{font-size:18px}.ct-card__compare-price{font-size:12px}.ct-card__quick{display:none}.ct-trust-strip{gap:16px;flex-direction:column;align-items:center}.ct-trust-strip__item{font-size:14px}.ct-product__trust{grid-template-columns:1fr;gap:8px}.ct-product__trust-item{display:flex;align-items:center;gap:10px;text-align:left}.ct-product__trust-item svg{margin:0}}@media(max-width:380px){.ct-hero__title{font-size:22px}.ct-hero__features{grid-template-columns:1fr;gap:10px}.ct-hero__feat{font-size:12px}.ct-filter-pill{padding:6px 10px;font-size:12px}.ct-card__title{font-size:12px}.ct-card__price{font-size:16px}.ct-card__body{padding:10px}}.ct-product__subtitle{font-size:16px;color:var(--ct-text-light, #555);line-height:1.65;margin:0 0 16px}.ct-product__use-cases{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:20px}.ct-product__use-pill{display:inline-block;padding:6px 14px;font-size:12px;font-weight:700;color:var(--ct-navy, #1e2a3a);background:#eef2f7;border-radius:20px;letter-spacing:.02em}.ct-who-section{padding:64px 0;background:linear-gradient(135deg,#f8fafc,#eef2f7)}.ct-who-section__kicker{text-align:center;text-transform:uppercase;letter-spacing:.15em;font-size:14px;font-weight:700;color:var(--ct-accent, #e8742a);margin-bottom:8px}.ct-who-section__title{text-align:center;font-size:28px;font-weight:800;color:var(--ct-navy, #1e2a3a);margin:0 0 36px}.ct-who-section__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ct-who-section__card{background:#fff;border-radius:14px;padding:28px 24px;border:1px solid #e2e8f0;transition:transform .2s,box-shadow .2s}.ct-who-section__card:hover{transform:translateY(-3px);box-shadow:0 8px 24px #0000000f}.ct-who-section__card h3{font-size:17px;font-weight:800;color:var(--ct-navy, #1e2a3a);margin:0 0 8px}.ct-who-section__card p{font-size:15px;color:#586069;line-height:1.6;margin:0}@media(max-width:767px){.ct-who-section{padding:48px 0}.ct-who-section__title{font-size:24px}.ct-who-section__grid{grid-template-columns:1fr;gap:14px}.ct-who-section__card{padding:22px 18px}.ct-product__use-cases{gap:6px}.ct-product__use-pill{font-size:11px;padding:5px 10px}}.ctp{padding:26px 0 56px}.ctp-top{display:grid;grid-template-columns:minmax(0,58%) minmax(360px,42%);gap:28px;align-items:start}.ctp-gallery{display:grid;grid-template-columns:76px minmax(0,1fr);gap:16px;align-items:start}.ctp-thumbs{display:flex;flex-direction:column;gap:10px;position:sticky;top:94px}.ctp-thumb{border:1px solid var(--ct-border);border-radius:10px;background:#fff;padding:0;cursor:pointer;overflow:hidden}.ctp-thumb.is-active{border-color:var(--ct-navy)}.ctp-thumb img{width:64px;height:64px;object-fit:cover;display:block}.ctp-main{background:#f6f7f9;border-radius:16px;overflow:hidden;border:1px solid #edf0f3}.ctp-main img{width:100%;aspect-ratio:1 / 1;object-fit:contain;display:block}.ctp-buy{position:sticky;top:92px;padding:8px 6px 8px 4px}.ctp-kicker{font-size:11px;font-weight:800;letter-spacing:.18em;color:#9a6d2b;text-transform:uppercase;margin-bottom:8px}.ctp-title{font-size:clamp(28px,3vw,42px);line-height:1.08;letter-spacing:-.01em;margin:0 0 10px;color:var(--ct-navy);font-weight:800}.ctp-rating{display:flex;align-items:center;gap:8px;margin-bottom:10px;color:#6b7280;font-size:14px}.ctp-stars{display:inline-flex;gap:2px}.ctp-stars svg{width:14px;height:14px;fill:#f4b53f}.ctp-price-row{display:flex;align-items:baseline;gap:10px;margin-bottom:16px}.ctp-price{font-size:36px;font-weight:900;color:var(--ct-navy);line-height:1}.ctp-compare{font-size:28px;text-decoration:line-through;color:#6b7280}.ctp-option{margin-bottom:16px}.ctp-option__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:8px}.ctp-option__name{font-size:15px;font-weight:700;color:var(--ct-text)}.ctp-option__value{font-size:14px;color:#6b7280}.ctp-swatches{display:flex;flex-wrap:wrap;gap:10px}.ctp-swatch{width:28px;height:28px;border-radius:50%;border:2px solid #d1d5db;background:var(--swatch-color, #e5e7eb);cursor:pointer;position:relative}.ctp-swatch span{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}.ctp-swatch.is-active{border-color:var(--ct-navy);box-shadow:0 0 0 2px #fff,0 0 0 4px var(--ct-navy)}.ctp-swatch[hidden]{display:none!important}.ctp-pills{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.ctp-pill{height:44px;border-radius:8px;border:1px solid #d8dde3;background:#fff;font-size:15px;font-weight:700;color:var(--ct-text);cursor:pointer}.ctp-pill.is-active{background:#1f4b7d;color:#fff;border-color:#1f4b7d}.ctp-pill:disabled{opacity:.35;cursor:not-allowed}.ctp-atc{width:100%;height:50px;border:none;border-radius:10px;background:#2e9b57;color:#fff;font-size:17px;font-weight:800;letter-spacing:.01em;margin-top:4px;cursor:pointer;transition:background .15s}.ctp-atc:hover{background:#26884b}.ctp-atc:disabled{background:#c8ccd3;cursor:not-allowed}.ctp-atc--buy-now{background:#1f2937;margin-top:8px}.ctp-atc--buy-now:hover{background:#111827}.ctp-atc--buy-now:disabled{background:#c8ccd3}.ctp-trust{display:flex;flex-wrap:wrap;gap:12px;margin-top:14px;color:#6b7280;font-size:12px}.ctp-trust span{display:inline-flex;align-items:center;gap:4px}.ctp-trust svg{width:14px;height:14px;flex-shrink:0}.ctp-bottom{margin-top:42px;display:grid;grid-template-columns:minmax(0,62%) minmax(0,38%);gap:28px;align-items:start}.ctp-story{display:grid;gap:14px}.ctp-story__image{border-radius:14px;overflow:hidden;background:#f5f7fa}.ctp-story__image img{width:100%;height:auto;display:block}.ctp-details{position:sticky;top:90px;border:1px solid var(--ct-border);border-radius:14px;background:#fff;overflow:hidden}.ctp-details details{border-bottom:1px solid var(--ct-border)}.ctp-details details:last-child{border-bottom:0}.ctp-details summary{list-style:none;cursor:pointer;padding:16px 18px;font-size:15px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--ct-navy);position:relative}.ctp-details summary::-webkit-details-marker{display:none}.ctp-details summary:after{content:"+";position:absolute;right:18px;top:16px;font-size:19px;font-weight:400}.ctp-details details[open] summary:after{content:"\2212"}.ctp-details__content{padding:0 18px 16px;color:#4b5563;font-size:16px;line-height:1.7}.ctp-feature-cards{margin-top:34px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.ctp-feature-card{border-radius:14px;border:1px solid #e5e7eb;background:#fff;padding:22px 20px;text-align:center}.ctp-feature-card h3{font-size:28px;line-height:1.1;margin:0 0 10px;color:#20395d;font-weight:800}.ctp-feature-card p{margin:0;font-size:15px;color:#6b7280;line-height:1.6}@media(max-width:1023px){.ctp-top{grid-template-columns:1fr;gap:16px}.ctp-gallery{grid-template-columns:1fr}.ctp-thumbs{position:static;flex-direction:row;order:2;overflow-x:auto;padding-bottom:2px}.ctp-main{order:1}.ctp-buy{position:static;padding:0}.ctp-bottom{grid-template-columns:1fr;gap:18px}.ctp-details{position:static}}@media(max-width:767px){.ctp{padding:14px 0 36px}.ctp-title,.ctp-price{font-size:32px}.ctp-compare{font-size:20px}.ctp-pills{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.ctp-pill{height:42px;font-size:14px}.ctp-trust{gap:8px 12px}.ctp-feature-cards{grid-template-columns:1fr;margin-top:24px}.ctp-feature-card h3{font-size:24px}}.ct-shop-by-need{margin:28px 0 36px}.ct-shop-by-need__title{font-size:20px;font-weight:800;color:var(--ct-navy, #1B3A5C);margin-bottom:14px;text-transform:uppercase;letter-spacing:.02em}.ct-shop-by-need__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px}.ct-need-card{display:flex;flex-direction:column;gap:4px;padding:14px 16px;background:#fff;border:1px solid var(--ct-border, #e5e5e5);border-radius:10px;text-decoration:none;color:inherit;transition:border-color .15s,transform .15s}.ct-need-card:hover{border-color:var(--ct-accent, #e8742a);transform:translateY(-2px)}.ct-need-card strong{font-size:16px;color:var(--ct-navy, #1B3A5C);font-weight:700}.ct-need-card span{font-size:14px;color:var(--ct-text-muted, #666);line-height:1.4}@media(max-width:767px){.ct-shop-by-need__title{font-size:18px}.ct-shop-by-need__grid{grid-template-columns:1fr 1fr;gap:8px}.ct-need-card{padding:12px}.ct-need-card strong{font-size:15px}.ct-need-card span{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/catalog.css.map */
