:root{--sh-coll-navy: #172B63;--sh-coll-navy-soft: #2E4E9E;--sh-coll-bronze: #A47B53;--sh-coll-sage: #5C8A6E;--sh-coll-yellow: #EBB31F;--sh-coll-red: #E11D48;--sh-coll-text: #2E3A5C;--sh-coll-muted: #5C6678;--sh-coll-border: #E5EAF2;--sh-coll-bg: #ffffff;--sh-coll-bg-soft: #F4F6FA;--sh-coll-bg-trust: #FAFBFD;--sh-coll-radius: 18px;--sh-coll-radius-pill: 9999px;--sh-coll-radius-sm: 10px;--sh-coll-shadow-rest: 0 1px 2px rgba(0, 0, 0, .04);--sh-coll-shadow-hover: 0 12px 32px rgba(23, 43, 99, .1);--sh-coll-sp-1: 4px;--sh-coll-sp-2: 8px;--sh-coll-sp-3: 12px;--sh-coll-sp-4: 16px;--sh-coll-sp-5: 24px;--sh-coll-sp-6: 32px;--sh-coll-sp-7: 48px;--sh-coll-sp-8: 64px;--sh-coll-sp-9: 96px;--sh-coll-header-h: 56px}.sh-coll-page{background:var(--sh-coll-bg);color:var(--sh-coll-text);font-family:Prompt,system-ui,-apple-system,sans-serif}.sh-coll-page *{box-sizing:border-box}.sh-coll-container{max-width:1240px;margin:0 auto;padding:0 24px}.sh-coll-crumb{font-size:13px;color:var(--sh-coll-muted);padding:18px 0 4px;line-height:1.4}.sh-coll-crumb a{color:var(--sh-coll-muted);text-decoration:none}.sh-coll-crumb a:hover{color:var(--sh-coll-navy)}.sh-coll-crumb__sep{margin:0 8px;opacity:.5}.sh-coll-crumb__here{color:var(--sh-coll-navy);font-weight:500}.sh-coll-hero{padding:28px 0 36px}.sh-coll-hero__h1{color:var(--sh-coll-navy);font-size:clamp(28px,4.5vw,44px);font-weight:500;line-height:1.15;letter-spacing:-.01em;margin:0 0 10px;text-wrap:balance}.sh-coll-hero__sub{color:var(--sh-coll-muted);font-size:clamp(15px,1.8vw,18px);font-weight:400;line-height:1.55;margin:0;max-width:640px;text-wrap:pretty}.sh-coll-hero__count{display:inline-block;color:var(--sh-coll-muted);font-size:14px;font-weight:500;margin-left:12px;vertical-align:middle}.sh-coll-trust{background:var(--sh-coll-bg-trust);border-top:1px solid var(--sh-coll-border);border-bottom:1px solid var(--sh-coll-border);padding:16px 0}.sh-coll-trust__row{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:1240px;margin:0 auto;padding:0 24px}.sh-coll-trust__item{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.sh-coll-trust__icon{width:28px;height:28px;flex-shrink:0;color:var(--sh-coll-navy)}.sh-coll-trust__icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5}.sh-coll-trust__text{font-size:14px;font-weight:500;color:var(--sh-coll-text);line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sh-coll-trust__footnote{margin:8px 0 0;font-size:12px;line-height:1.45;color:var(--sh-coll-text-muted, #6B7280);text-align:center;letter-spacing:0}.sh-coll-pillnav{position:sticky;top:var(--header-height, 85px);z-index:100;background:#fff;border-bottom:1px solid var(--sh-coll-border);padding:12px 0;transition:box-shadow .2s ease}.sh-coll-pillnav.is-floated{box-shadow:0 4px 12px #00000014}.sh-coll-pillnav__row{display:flex;gap:8px;max-width:1240px;margin:0 auto;padding:0 24px;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-ms-overflow-style:none;touch-action:pan-x pan-y}.sh-coll-pillnav__row::-webkit-scrollbar{display:none}.sh-coll-pillnav__pill{flex-shrink:0;display:inline-flex;align-items:center;gap:6px;padding:8px 18px;font-size:14px;font-weight:500;color:var(--sh-coll-text);background:transparent;border:1.5px solid transparent;border-radius:var(--sh-coll-radius-pill);text-decoration:none;cursor:pointer;scroll-snap-align:start;transition:all .2s ease;white-space:nowrap}.sh-coll-pillnav__pill:hover{background:var(--sh-coll-bg-soft);color:var(--sh-coll-navy)}.sh-coll-pillnav__pill.is-active{background:var(--sh-coll-navy);color:#fff;border-color:var(--sh-coll-navy)}.sh-coll-section{padding:56px 0 32px;scroll-margin-top:calc(var(--header-height, 85px) + 64px)}.sh-coll-section+.sh-coll-section{border-top:1px solid var(--sh-coll-border)}.sh-coll-section__head{display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;gap:16px;max-width:1240px;padding:0 24px;margin:0 auto 28px}.sh-coll-section__title{color:var(--sh-coll-navy);font-size:clamp(22px,2.8vw,30px);font-weight:500;line-height:1.2;letter-spacing:-.005em;margin:0;text-wrap:balance}.sh-coll-section__count{color:var(--sh-coll-muted);font-size:15px;font-weight:400;margin-left:10px}.sh-coll-section__cta{display:inline-flex;align-items:center;gap:6px;color:var(--sh-coll-navy);font-size:14px;font-weight:600;padding:11px 22px;border:1.5px solid var(--sh-coll-navy);border-radius:var(--sh-coll-radius-pill);text-decoration:none;background:#fff;white-space:nowrap;transition:all .25s ease}.sh-coll-section__cta:hover{background:var(--sh-coll-navy);color:#fff}.sh-coll-subgroup{margin:28px auto 16px;max-width:1240px;padding:0 24px}.sh-coll-subgroup__label{display:inline-block;color:var(--sh-coll-navy);font-size:13px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;padding:6px 0;border-bottom:2px solid var(--sh-coll-navy);margin:0 0 12px}.sh-coll-grid{display:grid;gap:20px;max-width:1240px;margin:0 auto;padding:0 24px;align-items:stretch;grid-template-columns:repeat(4,1fr)}.sh-coll-grid--3,.sh-coll-grid--4,.sh-coll-grid--2{grid-template-columns:repeat(4,1fr)}.sh-coll-card__eyebrow{display:inline-block;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0;padding:0;line-height:1.2}.sh-coll-card__eyebrow--navy{color:var(--sh-coll-navy)}.sh-coll-card__eyebrow--bronze{color:var(--sh-coll-bronze)}.sh-coll-card__eyebrow--sage{color:var(--sh-coll-sage)}.sh-coll-card__eyebrow--yellow{color:#b8860f}.sh-coll-card__name,.sh-bs__name.sh-coll-card__name{font-size:18px!important;font-weight:600!important;line-height:1.35!important;letter-spacing:-.003em!important;color:var(--sh-coll-navy)!important;margin:0!important;text-wrap:balance}.sh-coll-card__tagline,.sh-bs__sub.sh-coll-card__tagline{font-size:13.5px!important;font-weight:400!important;line-height:1.5!important;color:var(--sh-coll-muted)!important;margin:0!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.sh-coll-card .sh-bs__chip-tag{font-size:11.5px!important;padding:4px 9px!important;font-weight:500!important}.sh-coll-card__sale,.sh-bs__sale.sh-coll-card__sale{font-size:20px!important;font-weight:700!important}.sh-coll-card__compare,.sh-bs__compare.sh-coll-card__compare{font-size:12.5px!important}.sh-coll-card__installment{color:var(--sh-coll-muted)!important;font-size:11.5px!important;font-weight:400!important;line-height:1.4!important;margin:0!important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sh-coll-card__review{color:var(--sh-coll-text);font-size:13px;font-weight:500;line-height:1}.sh-coll-card .sh-bs__cta{font-size:14px!important;padding:12px 18px!important;font-weight:600!important}.sh-coll-card .sh-bs__body{padding:18px 18px 20px!important;gap:8px!important}.sh-coll-card .sh-bs__discount{font-size:11.5px!important;padding:4px 10px!important}.sh-coll-card--bronze:hover{box-shadow:0 12px 32px #a47b5324}.sh-coll-card--sage:hover{box-shadow:0 12px 32px #5c8a6e24}.sh-coll-card--yellow:hover{box-shadow:0 12px 32px #ebb31f2e}.sh-coll-card--red:hover{box-shadow:0 12px 32px #e11d2a2e}.sh-coll-card--red .sh-bs__cta,.sh-coll-card--red .sh-bs__cta:link,.sh-coll-card--red .sh-bs__cta:visited,.sh-coll-card--red .sh-coll-card__cta{background:#e11d2a!important;color:#fff!important}.sh-coll-card--red .sh-bs__cta:hover,.sh-coll-card--red .sh-bs__cta:focus{background:#b91c1c!important;color:#fff!important;box-shadow:0 6px 16px #e11d2a4d!important}.sh-coll-card__urgency{display:inline-flex;align-items:center;gap:5px;padding:5px 11px;background:#fee2e2;color:#b91c1c;font-size:11.5px;font-weight:600;line-height:1.3;border-radius:9999px;margin:2px 0 0;width:fit-content;letter-spacing:.005em}.sh-coll-card__urgency-icon{font-size:12px;line-height:1}.sh-coll-card .sh-bs__imgwrap{aspect-ratio:1 / 1}.sh-coll-cta{padding:48px 0 56px;background:var(--sh-coll-bg-soft);border-top:1px solid var(--sh-coll-border);text-align:center}.sh-coll-cta__lead{color:var(--sh-coll-navy);font-size:clamp(20px,2.4vw,26px);font-weight:500;margin:0 0 8px;line-height:1.3}.sh-coll-cta__hint{color:var(--sh-coll-muted);font-size:15px;margin:0 0 22px;line-height:1.5}.sh-coll-cta__btns{display:flex;gap:12px;justify-content:center;flex-wrap:wrap}.sh-coll-cta__btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;font-size:15px;font-weight:600;border-radius:var(--sh-coll-radius-pill);text-decoration:none;transition:all .25s ease}.sh-coll-cta__btn--primary{background:var(--sh-coll-navy);color:#fff!important}.sh-coll-cta__btn--primary:hover{background:var(--sh-coll-yellow);color:var(--sh-coll-navy)!important;box-shadow:0 6px 16px #ebb31f4d}.sh-coll-cta__btn--ghost{background:#fff;color:var(--sh-coll-navy)!important;border:1.5px solid var(--sh-coll-navy)}.sh-coll-cta__btn--ghost:hover{background:var(--sh-coll-navy);color:#fff!important}.sh-coll-fab{position:fixed;right:16px;bottom:16px;z-index:40;width:56px;height:56px;border-radius:9999px;background:#06c755;color:#fff;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 24px #06c75559;text-decoration:none;transition:transform .25s ease,opacity .25s ease}.sh-coll-fab:hover{transform:translateY(-3px) scale(1.04)}.sh-coll-fab.is-hidden{transform:translateY(120%);opacity:0;pointer-events:none}.sh-coll-fab svg{width:28px;height:28px;fill:currentColor}.sh-coll-l2{padding:32px 0}.sh-coll-l2__head{max-width:1240px;margin:0 auto 24px;padding:0 24px}.sh-coll-l2-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;max-width:1240px;margin:0 auto;padding:0 24px;align-items:stretch}.sh-coll-subcard{display:flex;flex-direction:column;background:#fff;border-radius:var(--sh-coll-radius);overflow:hidden;border:1px solid var(--sh-coll-border);text-decoration:none!important;color:inherit!important;transition:transform .3s ease,box-shadow .3s ease;height:100%;margin:0!important}.sh-coll-subcard:hover{transform:translateY(-4px);box-shadow:var(--sh-coll-shadow-hover)}.sh-coll-subcard__imgwrap{position:relative;aspect-ratio:16 / 10;background:var(--sh-coll-bg-soft);overflow:hidden}.sh-coll-subcard__img{width:100%;height:100%;object-fit:contain;object-position:center;display:block}.sh-coll-subcard__body{padding:22px;display:flex;flex-direction:column;gap:8px;flex:1}.sh-coll-subcard__name{color:var(--sh-coll-navy);font-size:20px;font-weight:600;line-height:1.25;margin:0}.sh-coll-subcard__tag{color:var(--sh-coll-muted);font-size:14.5px;line-height:1.5;margin:0;text-wrap:pretty}.sh-coll-subcard__count{color:var(--sh-coll-muted);font-size:13px;font-weight:500;margin:4px 0 0}.sh-coll-subcard__cta{color:var(--sh-coll-navy);font-size:14px;font-weight:600;text-decoration:none;margin-top:auto;padding-top:8px}.sh-coll-filter-bar{position:sticky;top:var(--header-height, 85px);z-index:25;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--sh-coll-border);padding:10px 0}.sh-coll-filter-bar__row{display:flex;gap:12px;max-width:1240px;margin:0 auto;padding:0 24px;align-items:center}.sh-coll-filter-btn,.sh-coll-sort-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;background:#fff;border:1.5px solid var(--sh-coll-border);border-radius:var(--sh-coll-radius-pill);font-size:14px;font-weight:500;color:var(--sh-coll-navy);cursor:pointer;white-space:nowrap}.sh-coll-filter-btn:hover,.sh-coll-sort-btn:hover{border-color:var(--sh-coll-navy)}.sh-coll-filter-btn__count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;height:22px;padding:0 7px;background:var(--sh-coll-navy);color:#fff;border-radius:9999px;font-size:12px;font-weight:600}.sh-coll-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:60;background:#172b6359;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:none;align-items:flex-end}.sh-coll-sheet.is-open{display:flex}.sh-coll-sheet__panel{width:100%;max-height:88vh;background:#fff;border-radius:24px 24px 0 0;padding:16px 20px 24px;display:flex;flex-direction:column;overflow-y:auto;transform:translateY(100%);transition:transform .35s cubic-bezier(.2,.8,.2,1)}.sh-coll-sheet.is-open .sh-coll-sheet__panel{transform:translateY(0)}.sh-coll-sheet__handle{width:40px;height:4px;background:#d1d5db;border-radius:9999px;margin:0 auto 14px}.sh-coll-sheet__head{display:flex;align-items:center;justify-content:space-between;margin:0 0 12px}.sh-coll-sheet__title{color:var(--sh-coll-navy);font-size:18px;font-weight:600;margin:0}.sh-coll-sheet__close{width:32px;height:32px;border-radius:9999px;border:none;background:var(--sh-coll-bg-soft);cursor:pointer;font-size:16px}.sh-coll-sheet__body{padding:8px 0 16px;border-bottom:1px solid var(--sh-coll-border)}.sh-coll-sheet__actions{display:flex;gap:10px;padding-top:14px}.sh-coll-sheet__actions>*{flex:1}.sh-coll-sort-select{appearance:none;-webkit-appearance:none;padding:10px 36px 10px 18px;background:#fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23172B63' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E") no-repeat right 14px center;border:1.5px solid var(--sh-coll-border);border-radius:var(--sh-coll-radius-pill);font-size:14px;font-weight:500;color:var(--sh-coll-navy);cursor:pointer;margin-left:auto;font-family:inherit}.sh-coll-sort-select:hover{border-color:var(--sh-coll-navy)}.sh-coll-filter-bar__count{color:var(--sh-coll-muted);font-size:13px;font-weight:500}.sh-coll-filter-form{display:flex;flex-direction:column;gap:20px}.sh-coll-filter-group__title{color:var(--sh-coll-navy);font-size:15px;font-weight:600;margin:0 0 10px}.sh-coll-filter-group__items{display:flex;flex-wrap:wrap;gap:8px}.sh-coll-filter-chip{display:inline-flex;align-items:center;gap:6px;padding:8px 14px;background:var(--sh-coll-bg-soft);border:1.5px solid transparent;border-radius:var(--sh-coll-radius-pill);font-size:13.5px;font-weight:500;color:var(--sh-coll-text);cursor:pointer;transition:all .2s ease}.sh-coll-filter-chip input[type=checkbox]{position:absolute;width:1px;height:1px;opacity:0}.sh-coll-filter-chip:hover{background:#e5eaf2}.sh-coll-filter-chip.is-active{background:var(--sh-coll-navy);color:#fff;border-color:var(--sh-coll-navy)}.sh-coll-filter-chip.is-disabled{opacity:.5;cursor:not-allowed}.sh-coll-filter-range{display:flex;gap:12px}.sh-coll-filter-range label{flex:1;display:flex;flex-direction:column;gap:4px;font-size:12.5px;color:var(--sh-coll-muted)}.sh-coll-filter-range input{width:100%;padding:10px 12px;border:1.5px solid var(--sh-coll-border);border-radius:8px;font-size:14px;font-family:inherit}.sh-coll-filter-range input:focus{outline:none;border-color:var(--sh-coll-navy)}.sh-coll-empty{text-align:center;padding:80px 24px;max-width:480px;margin:0 auto}.sh-coll-empty__title{color:var(--sh-coll-navy);font-size:22px;font-weight:600;margin:0 0 8px}.sh-coll-empty__sub{color:var(--sh-coll-muted);font-size:15px;margin:0 0 24px}.sh-coll-pagination{display:flex;justify-content:center;padding:32px 24px}.sh-coll-pagination .hdt-pagination{display:flex;gap:6px}.sh-coll-pagination .hdt-pagination a,.sh-coll-pagination .hdt-pagination span{display:inline-flex;align-items:center;justify-content:center;min-width:38px;height:38px;padding:0 10px;background:#fff;color:var(--sh-coll-navy);border:1px solid var(--sh-coll-border);border-radius:8px;text-decoration:none;font-size:14px;font-weight:500}.sh-coll-pagination .hdt-pagination a:hover{border-color:var(--sh-coll-navy)}.sh-coll-pagination .hdt-pagination .current,.sh-coll-pagination .hdt-pagination [aria-current=page]{background:var(--sh-coll-navy);color:#fff;border-color:var(--sh-coll-navy)}.sh-coll-faq{padding:48px 0 32px;border-top:1px solid var(--sh-coll-border)}.sh-coll-faq__h2{color:var(--sh-coll-navy);font-size:clamp(22px,2.8vw,28px);font-weight:500;margin:0 0 24px}.sh-coll-faq__item{border-bottom:1px solid var(--sh-coll-border)}.sh-coll-faq__q{display:flex;justify-content:space-between;align-items:center;padding:18px 0;font-size:16px;font-weight:500;color:var(--sh-coll-navy);cursor:pointer;background:none;border:none;width:100%;text-align:left;list-style:none}.sh-coll-faq__q:after{content:"+";color:var(--sh-coll-muted);font-size:22px;font-weight:400;transition:transform .25s ease}.sh-coll-faq__item[open] .sh-coll-faq__q:after{content:"\2212"}.sh-coll-faq__a{padding:0 0 18px;color:var(--sh-coll-text);font-size:15px;line-height:1.65}@media(max-width:900px){.sh-coll-container,.sh-coll-section__head,.sh-coll-grid,.sh-coll-pillnav__row,.sh-coll-trust__row,.sh-coll-subgroup,.sh-coll-filter-bar__row{padding-left:16px;padding-right:16px}.sh-coll-hero{padding:18px 0 24px}.sh-coll-trust{padding:12px 0}.sh-coll-trust__row{overflow-x:auto;scrollbar-width:none;flex-wrap:nowrap;gap:14px;padding:0 16px}.sh-coll-trust__row::-webkit-scrollbar{display:none}.sh-coll-trust__item{flex:0 0 auto;min-width:max-content}.sh-coll-trust__text{font-size:13px}.sh-coll-trust__icon{width:22px;height:22px}.sh-coll-pillnav{padding:10px 0}.sh-coll-pillnav__pill{padding:7px 14px;font-size:13px}.sh-coll-section{padding:36px 0 20px;scroll-margin-top:110px}.sh-coll-section__head{flex-direction:row;align-items:center;margin-bottom:18px;gap:12px}.sh-coll-section__title{font-size:20px}.sh-coll-section__cta{font-size:13px;padding:8px 14px;flex-shrink:0}.sh-coll-grid,.sh-coll-grid--3,.sh-coll-grid--4,.sh-coll-grid--2,.sh-coll-l2-grid{grid-template-columns:1fr 1fr;gap:12px}.sh-coll-l2{padding:16px 0 24px}.sh-coll-l2__head{margin-bottom:16px}.sh-coll-subgroup__label{font-size:12px}.sh-coll-card .sh-bs__body{padding:14px 14px 16px;gap:8px}.sh-coll-card__name,.sh-coll-card .sh-bs__name{font-size:16px!important}.sh-coll-card__tagline,.sh-coll-card .sh-bs__sub{font-size:13px;min-height:0}.sh-coll-card__chips,.sh-coll-card .sh-bs__chips{display:none}.sh-coll-card__sale{font-size:19px!important}.sh-coll-card__compare{font-size:12px!important}.sh-coll-card__installment{font-size:11.5px}.sh-coll-card__review{font-size:12px}.sh-coll-card .sh-bs__cta{font-size:14px;padding:11px 14px}.sh-coll-card .sh-bs__discount{top:10px;right:10px;font-size:11px;padding:4px 9px}.sh-coll-subcard__body{padding:14px;gap:6px}.sh-coll-subcard__name{font-size:16px}.sh-coll-subcard__tag{font-size:13px}.sh-coll-cta{padding:36px 16px 44px}.sh-coll-cta__btns{flex-direction:column;gap:10px}.sh-coll-cta__btn{width:100%;justify-content:center}.sh-coll-fab{width:52px;height:52px;right:14px;bottom:14px}.sh-coll-fab svg{width:26px;height:26px}.sh-coll-filter-bar__row{gap:8px}.sh-coll-filter-btn,.sh-coll-sort-btn{flex:1;justify-content:center;padding:12px 14px;font-size:14px}}@media(prefers-reduced-motion:reduce){.sh-coll-card,.sh-coll-subcard,.sh-coll-fab,.sh-bs__card,.sh-coll-sheet__panel{transition:none!important}.sh-bs__card:hover,.sh-coll-subcard:hover{transform:none!important}}
/*# sourceMappingURL=/cdn/shop/t/30/assets/sh-collection.css.map */
