:root{--sts-navy: #224564;--sts-navy-deep: #1a3148;--sts-orange: #feb06a;--sts-orange-shadow: #ec9b56;--sts-text-dark: #412402;--sts-slate: #5d6c89;--sts-cream: #fbf6f3;--sts-stroke: rgba(34, 69, 100, .12);--sts-stroke-strong: rgba(34, 69, 100, .24);--sts-radius-sm: 6px;--sts-radius-md: 10px;--sts-radius-lg: 16px;--sts-radius-xl: 22px;--sts-shadow-sm: 0 1px 2px rgba(34, 69, 100, .06);--sts-shadow-md: 0 4px 16px rgba(34, 69, 100, .08);--sts-shadow-lg: 0 12px 40px rgba(34, 69, 100, .12);--sts-ease: cubic-bezier(.2, .8, .2, 1)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}h1,h2,h3,h4,h5,h6,.h0,.h1,.h2,.h3,.h4,.h5,.h6{letter-spacing:-.005em;line-height:1.08}.h0{letter-spacing:-.015em}p,li,td{line-height:1.55}@media(max-width:749px){.h0{font-size:clamp(3.2rem,9vw,5.6rem)}}.button,.shopify-payment-button__button--unbranded{font-weight:500;letter-spacing:.005em;transition:transform .15s var(--sts-ease),box-shadow .2s var(--sts-ease),background .2s var(--sts-ease)}.button:not([disabled]):hover{transform:translateY(-1px)}.button:not([disabled]):active{transform:translateY(0)}.button--primary{box-shadow:0 1px #0000000a,0 0 0 0 transparent}.button--primary:not([disabled]):hover{box-shadow:0 6px 18px #feb06a66}.sts-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;background:var(--sts-orange);color:var(--sts-text-dark);padding:14px 26px;border-radius:var(--sts-radius-md);font-weight:600;font-size:1.5rem;text-decoration:none;border:0;cursor:pointer;transition:transform .15s var(--sts-ease),box-shadow .2s var(--sts-ease);-webkit-appearance:none}.sts-btn:hover{transform:translateY(-1px);box-shadow:0 8px 24px #feb06a66;color:var(--sts-text-dark)}.sts-btn--ghost{background:transparent;border:1.5px solid currentColor;color:inherit}.sts-btn--ghost:hover{background:#ffffff14;box-shadow:none;color:inherit}.sts-btn--navy{background:var(--sts-navy);color:#fff}.sts-btn--navy:hover{background:var(--sts-navy-deep);box-shadow:0 8px 24px #22456440;color:#fff}.sts-container{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}@media(min-width:750px){.sts-container{padding:0 32px}}.sts-section{padding:clamp(40px,6vw,80px) 0}.sts-section--tight{padding:clamp(24px,3vw,40px) 0}.sts-eyebrow{display:inline-block;font-size:1.2rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;margin-bottom:12px;color:var(--sts-orange)}.sts-trust-strip{background:var(--sts-cream);color:var(--sts-navy);padding:18px 0;border-top:1px solid var(--sts-stroke);border-bottom:1px solid var(--sts-stroke)}.sts-trust-strip__row{display:grid;grid-template-columns:repeat(2,1fr);gap:14px 24px;align-items:center}@media(min-width:750px){.sts-trust-strip__row{grid-template-columns:repeat(4,1fr);gap:20px 32px}}.sts-trust-strip__item{display:flex;align-items:center;gap:10px;font-size:1.35rem;font-weight:500;line-height:1.3}.sts-trust-strip__icon{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;color:var(--sts-orange)}.sts-trust-strip__icon svg{width:100%;height:100%}.sts-press-bar{padding:40px 0;text-align:center}.sts-press-bar__label{font-size:1.2rem;letter-spacing:.14em;text-transform:uppercase;font-weight:600;opacity:.5;margin-bottom:20px}.sts-press-bar__logos{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:32px 48px}.sts-press-bar__logo{height:36px;width:auto;max-width:160px;opacity:.55;filter:grayscale(1);transition:opacity .25s var(--sts-ease),filter .25s var(--sts-ease)}.sts-press-bar__logo:hover{opacity:.9;filter:grayscale(0)}.sts-sticky-atc{position:fixed;left:0;right:0;bottom:0;z-index:50;background:#fffffff5;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-top:1px solid var(--sts-stroke);padding:12px 16px calc(12px + env(safe-area-inset-bottom));display:none;transform:translateY(100%);transition:transform .3s var(--sts-ease)}.sts-sticky-atc.is-visible{transform:translateY(0)}@media(max-width:989px){.sts-sticky-atc{display:block}}.sts-sticky-atc__row{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px}.sts-sticky-atc__thumb{width:44px;height:44px;border-radius:var(--sts-radius-sm);object-fit:cover;background:var(--sts-cream)}.sts-sticky-atc__info{min-width:0}.sts-sticky-atc__title{font-size:1.3rem;font-weight:500;color:var(--sts-navy);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.sts-sticky-atc__price{font-size:1.2rem;color:var(--sts-slate);margin:0}.sts-sticky-atc__btn{flex-shrink:0;padding:12px 20px;font-size:1.4rem;white-space:nowrap}.sts-email-capture{position:fixed;bottom:16px;left:16px;right:16px;max-width:420px;z-index:60;background:#fff;border:1px solid var(--sts-stroke);border-radius:var(--sts-radius-lg);box-shadow:var(--sts-shadow-lg);padding:20px 22px;opacity:0;transform:translateY(20px);pointer-events:none;transition:opacity .35s var(--sts-ease),transform .35s var(--sts-ease)}.sts-email-capture.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}@media(min-width:750px){.sts-email-capture{left:auto;right:24px;bottom:24px}}.sts-email-capture__close{position:absolute;top:10px;right:10px;background:transparent;border:0;width:28px;height:28px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--sts-slate);border-radius:var(--sts-radius-sm)}.sts-email-capture__close:hover{background:var(--sts-cream);color:var(--sts-navy)}.sts-email-capture__title{font-family:var(--font-heading-family);font-size:1.8rem;margin:0 0 6px;color:var(--sts-navy)}.sts-email-capture__text{font-size:1.3rem;color:var(--sts-slate);margin:0 0 14px;line-height:1.5}.sts-email-capture__form{display:flex;gap:8px}.sts-email-capture__input{flex:1;padding:10px 14px;border:1px solid var(--sts-stroke-strong);border-radius:var(--sts-radius-sm);font-size:1.4rem;font-family:inherit}.sts-email-capture__input:focus{outline:2px solid var(--sts-orange);outline-offset:-1px;border-color:var(--sts-orange)}.sts-email-capture__submit{padding:10px 16px;background:var(--sts-orange);color:var(--sts-text-dark);border:0;border-radius:var(--sts-radius-sm);font-weight:600;font-size:1.4rem;cursor:pointer}.sts-reviews-inline{background:var(--sts-cream)}.sts-reviews-inline__heading{text-align:center;margin-bottom:24px}.sts-reviews-inline__yotpo{max-width:1000px;margin:12px auto 0;text-align:center}.sts-reviews-inline__yotpo .yotpo.bottomLine,.sts-reviews-inline__yotpo .yotpo-bottomline{display:inline-flex!important;align-items:center;gap:10px;justify-content:center}.sts-reviews-inline__yotpo .yotpo a,.sts-reviews-inline__yotpo .yotpo .text-m,.sts-reviews-inline__yotpo .yotpo .yotpo-bottomline-text{color:#224564!important;font-family:var(--font-body-family)!important;font-weight:500;font-size:1.4rem;text-decoration:none}.sts-reviews-inline__yotpo .yotpo a:hover{color:#5d6c89!important;text-decoration:underline;text-underline-offset:2px}.sts-reviews-inline__yotpo .yotpo .yotpo-icon-star,.sts-reviews-inline__yotpo .yotpo .yotpo-icon-half-star,.sts-reviews-inline__yotpo .yotpo .yotpo-icon-empty-star{font-size:18px}fieldset.product-form__input--swatch input[type=radio]+label,.swatch-input__label{border-width:2px!important;transition:transform .15s var(--sts-ease),border-color .15s var(--sts-ease)}fieldset.product-form__input--swatch input[type=radio]:checked+label{transform:scale(1.08);border-color:var(--sts-navy)!important}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.skip-to-content-link{background:var(--sts-navy);color:#fff;font-weight:500}.skip-to-content-link:focus{outline:3px solid var(--sts-orange);outline-offset:2px}.footer__copyright,.footer__copyright a{font-size:1.2rem;opacity:.7}.announcement-bar-section .announcement-bar{font-weight:500;letter-spacing:.005em}.badge--bottom-left,.badge{font-weight:600;letter-spacing:.02em;text-transform:uppercase;font-size:1.1rem}.product-grid-container,.section-template--collection{background:#fff}facet-filters-form.facets{background:#fbf6f3;padding:10px 14px;border-radius:var(--sts-radius-md);margin-bottom:18px}.facets__summary,.facets-vertical .facets__summary,.disclosure__button,button.facets__button{background:#fff!important;border:1px solid rgba(34,69,100,.25)!important;border-radius:999px!important;padding:8px 16px;font-size:1.3rem!important;font-weight:500!important;color:#224564!important;transition:background-color .15s ease,border-color .15s ease!important;text-decoration:none!important}.facets__summary:hover,.facets-vertical .facets__summary:hover,button.facets__button:hover{background:#fff!important;border-color:#feb06a!important;color:#224564!important}.facets__summary[aria-expanded=true]{border-color:#feb06a!important;background:#feb06a!important;color:#412402!important}.active-facets__button,.active-facets__button-inner{background:#feb06a!important;color:#412402!important;border-radius:999px!important;border:none!important;font-size:1.2rem!important;font-weight:500!important;padding:6px 14px!important;text-decoration:none!important}.active-facets__button:hover .active-facets__button-inner,.active-facets__button-inner:hover{background:#f5a050!important;color:#412402!important}.active-facets__button-remove,.active-facets__button-remove .icon{color:#412402!important}.active-facets__button-remove{color:#224564!important;text-decoration:underline;text-underline-offset:3px;font-weight:500}.facets__form .select__select,.facet-filters__field select,#FacetSortForm .select__select{background:#fff!important;border:1px solid rgba(34,69,100,.25)!important;border-radius:var(--sts-radius-md)!important;font-size:1.3rem!important;color:#224564!important;padding:8px 36px 8px 14px!important;font-weight:500}#ProductCount,.facet-filters__field,.product-count{color:#5d6c89;font-size:1.3rem;font-weight:500}.card-wrapper{transition:transform .18s ease}.card-wrapper:hover{transform:translateY(-3px)}.card--standard .card__inner,.card--card{border-radius:var(--sts-radius-lg);overflow:hidden}.card__heading{font-family:var(--font-heading-family);font-weight:400;color:#224564}.card__heading a,.card__heading a:visited{color:#224564!important}.card__heading a:hover{color:#5d6c89!important}.card-information .price,.card-information .price__regular .price-item--regular{color:#224564;font-weight:500}.shopify-section+.shopify-section .collection-hero,.section-collection-hero+.shopify-section .collection-hero{display:none}@media(max-width:749px){facet-filters-form.facets{padding:8px 12px}}.customer{max-width:980px;margin:0 auto;padding:32px 18px 48px;color:#224564}.customer h1,.customer h2,.customer__title{font-family:var(--font-heading-family);font-weight:400;color:#224564;letter-spacing:-.01em}.customer.login,.customer.register,.customer.reset-password,.customer.activate-account{max-width:460px;background:#fff;border:.5px solid rgba(34,69,100,.15);border-radius:var(--sts-radius-lg);padding:32px 28px;margin:48px auto}.customer.login h1,.customer.register h1,.customer.reset-password h1,.customer.activate-account h1{font-size:2.6rem;margin:0 0 8px;text-align:center}.customer .field{margin-bottom:14px}.customer button[type=submit],.customer input[type=submit]{width:100%;background:#feb06a;color:#412402;border:none;border-radius:var(--sts-radius-md);padding:12px 20px;font-size:1.4rem;font-weight:500;cursor:pointer;transition:background-color .15s ease;margin-top:6px}.customer button[type=submit]:hover,.customer input[type=submit]:hover{background:#f5a050}.customer a{color:#224564;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#2245644d}.customer a:hover{color:#feb06a;text-decoration-color:#feb06a}.customer.account>div:first-child{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:18px;border-bottom:.5px solid rgba(34,69,100,.12)}.customer.account .customer__title{font-size:2.4rem;margin:0}.order-history{width:100%;border-collapse:separate;border-spacing:0 8px}.order-history thead{display:none}.order-history tbody tr{background:#fff;border:.5px solid rgba(34,69,100,.15)}.order-history tbody td{padding:12px 14px;border:none;border-top:.5px solid rgba(34,69,100,.15);border-bottom:.5px solid rgba(34,69,100,.15);font-size:1.3rem;background:#fff}.order-history tbody td:first-child{border-left:.5px solid rgba(34,69,100,.15);border-top-left-radius:var(--sts-radius-md);border-bottom-left-radius:var(--sts-radius-md);font-weight:500;color:#224564}.order-history tbody td:last-child{border-right:.5px solid rgba(34,69,100,.15);border-top-right-radius:var(--sts-radius-md);border-bottom-right-radius:var(--sts-radius-md)}.order-history tbody tr:hover td{background:#fbf6f3}.account-page,.customer.addresses{max-width:980px}.customer.addresses h1{font-size:2.4rem;margin:0 0 18px}.customer.addresses [role=region]{background:#fff;border:.5px solid rgba(34,69,100,.15);border-radius:var(--sts-radius-md);padding:18px 20px;margin-bottom:12px}.customer.addresses h2{font-size:1.6rem;margin:0 0 8px;color:#224564}@media(max-width:749px){.order-history,.order-history tbody,.order-history tr,.order-history td{display:block;width:100%;box-sizing:border-box}.order-history tbody tr{margin-bottom:10px;border:.5px solid rgba(34,69,100,.15);border-radius:var(--sts-radius-md);padding:10px 14px}.order-history tbody td{border:none!important;border-radius:0!important;padding:4px 0;display:flex;justify-content:space-between;background:transparent}.order-history tbody td:before{content:attr(data-label);color:#5d6c89;font-weight:500;margin-right:12px}}.article-template__content,.article-template .rte{max-width:680px;margin:0 auto;padding:32px 18px 24px;font-size:1.6rem;line-height:1.75;color:#2c3a4d}.article-template__content>*+*,.article-template .rte>*+*{margin-top:1.1em}.article-template__content h2,.article-template .rte h2{font-family:var(--font-heading-family);font-weight:400;color:#224564;font-size:2.2rem;line-height:1.25;letter-spacing:-.01em;margin-top:2em;margin-bottom:.4em}.article-template__content h3,.article-template .rte h3{font-family:var(--font-heading-family);font-weight:400;color:#224564;font-size:1.8rem;line-height:1.3;margin-top:1.8em;margin-bottom:.3em}.article-template__content blockquote,.article-template .rte blockquote{border-left:3px solid #feb06a;padding:6px 0 6px 20px;margin:1.4em 0;font-style:italic;color:#5d6c89;font-size:1.75rem;line-height:1.5}.article-template__content a,.article-template .rte a{color:#224564;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#feb06a;text-decoration-thickness:2px}.article-template__content a:hover,.article-template .rte a:hover{color:#feb06a}.article-template__content ul,.article-template__content ol,.article-template .rte ul,.article-template .rte ol{padding-left:1.5em;margin:.8em 0}.article-template__content ul li,.article-template__content ol li,.article-template .rte ul li,.article-template .rte ol li{margin-bottom:.4em}.article-template__content img,.article-template .rte img{border-radius:var(--sts-radius-md);margin:1em 0}.article-template__content code,.article-template .rte code{background:#fbf6f3;color:#224564;padding:1px 6px;border-radius:4px;font-size:.9em}.article-template__social-sharing{max-width:680px;margin:0 auto;padding:8px 18px 32px;border-bottom:.5px solid rgba(34,69,100,.12)}.header__icons{gap:8px!important;align-items:center}.header__icon,.header__icon.header__icon--summary,.header__icon.header__icon--search,details-modal>details>summary.header__icon,header-drawer .header__icon{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:50%!important;background:#fbf6f3!important;color:#224564!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:0!important;margin:0 2px!important;transition:background-color .18s ease,color .18s ease,transform .12s ease!important;position:relative;flex-shrink:0}.header__icon:hover,.header__icon:focus-visible,details-modal>details>summary.header__icon:hover{background:#224564!important;color:#fbf6f3!important}.header__icon>span,.header__icon .svg-wrapper{width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center}.header__icon>span>span,.header__icon .svg-wrapper svg,.header__icon>svg{width:20px;height:20px}.header__icon-close,details:not([open]) .header__icon-close{display:none!important}details[open]>summary .header__icon-close{display:inline-flex!important}details[open]>summary .svg-wrapper:not(.header__icon-close){display:none!important}.header__icon--cart,#cart-icon-bubble{background:#feb06a!important;color:#412402!important}.header__icon--cart:hover,.header__icon--cart:focus-visible,#cart-icon-bubble:hover{background:#f5a050!important;color:#412402!important;transform:scale(1.04)}#cart-icon-bubble .cart-count-bubble{position:absolute!important;top:-2px!important;right:-2px!important;background:#224564!important;color:#fff!important;min-width:20px;height:20px;border-radius:50%;border:2px solid #ffffff;font-size:1.05rem;font-weight:500;line-height:1;display:flex;align-items:center;justify-content:center;padding:0 4px;box-sizing:border-box}#cart-icon-bubble .cart-count-bubble span,#cart-icon-bubble .cart-count-bubble *{color:#fff!important}details-modal summary.header__icon{list-style:none}details-modal summary.header__icon::-webkit-details-marker{display:none}details-modal summary.header__icon::marker{content:""}.header__icons .desktop-localization-wrapper .header__icon,.header-localization .header__icon--summary{background:transparent!important;border-radius:var(--sts-radius-md)!important;width:auto!important;height:auto!important;min-width:0!important;padding:4px 8px!important}.header__icon--account account-icon img,.header__icon--account .avatar{width:30px;height:30px;border-radius:50%;object-fit:cover}@media(max-width:749px){.header__icon,.header__icon.header__icon--summary,.header__icon.header__icon--search,details-modal>details>summary.header__icon{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important}.header__icon>span,.header__icon .svg-wrapper{width:18px;height:18px}.header__icon>span>span,.header__icon .svg-wrapper svg{width:18px;height:18px}}.cart__checkout-button,button[name=checkout]{background:#feb06a!important;color:#412402!important;border:none!important;border-radius:var(--sts-radius-md)!important;font-weight:500!important;font-size:1.5rem!important;padding:14px 24px!important;min-height:50px;width:100%;max-width:36rem;cursor:pointer;transition:background-color .15s ease,transform .12s ease}.cart__checkout-button:hover:not([disabled]),button[name=checkout]:hover:not([disabled]){background:#f5a050!important;transform:translateY(-1px)}.cart__checkout-button[disabled],button[name=checkout][disabled]{opacity:.5;cursor:not-allowed}.cart__ctas{display:flex;flex-direction:column;align-items:center;gap:10px}.cart-drawer .cart__checkout-button,cart-drawer-items .cart__checkout-button{background:#feb06a!important;color:#412402!important}.cart__items thead th,.cart__items .cart-items th{color:#5d6c89;font-weight:500;font-size:1.2rem;letter-spacing:.04em;text-transform:uppercase}.cart-item__name,.cart-item__name a{color:#224564!important;font-weight:500}.totals__subtotal,.totals__subtotal-value{color:#224564;font-weight:500}.template-blog,.template-article{background:#fff}.section-blog__title,.blog__title,.template-blog h1{font-family:var(--font-heading-family);font-weight:400;color:#224564;letter-spacing:-.01em;font-size:clamp(2.8rem,4vw,4rem)}.article-card-wrapper,.article-card,.blog__posts .article-card{border-radius:var(--sts-radius-lg);overflow:hidden;transition:transform .18s ease,box-shadow .18s ease}.article-card-wrapper:hover{transform:translateY(-3px);box-shadow:0 6px 24px #2245641a}.article-card__image-wrapper{background:#fbf6f3}.article-card__info{color:#5d6c89;font-size:1.2rem}.article-card__title,.article-card h3,.article-card h2 a,.article-card__title a{font-family:var(--font-heading-family)!important;font-weight:400!important;color:#224564!important;line-height:1.25}.article-card__title a:hover{color:#5d6c89!important}.article-card__excerpt{font-size:1.4rem;line-height:1.6;color:#3a4a5e}.article-card a.link.animate-arrow,.article-card .link.animate-arrow{color:#224564;font-weight:500;text-decoration:underline;text-underline-offset:3px;text-decoration-color:#feb06a;text-decoration-thickness:2px}.menu-drawer,#menu-drawer{background:#224564!important;color:#fff!important;padding:24px 22px 32px}.menu-drawer__inner-container{background:transparent}.menu-drawer__menu .menu-drawer__menu-item,.menu-drawer__menu-item.list-menu__item{font-family:var(--font-heading-family);font-weight:400;font-size:2rem!important;letter-spacing:-.005em;color:#fff!important;padding:14px 0!important;border-bottom:.5px solid rgba(255,255,255,.08);transition:color .15s ease,padding-left .15s ease}.menu-drawer__menu .menu-drawer__menu-item:hover,.menu-drawer__menu .menu-drawer__menu-item:focus-visible{color:#feb06a!important;padding-left:4px!important}.menu-drawer__menu-item--active{color:#feb06a!important;position:relative}.menu-drawer__menu-item--active:before{content:"";position:absolute;left:-16px;top:50%;transform:translateY(-50%);width:4px;height:24px;background:#feb06a;border-radius:2px}.menu-drawer__submenu{background:#1a3148!important;padding:18px 22px!important}.menu-drawer__submenu .menu-drawer__menu-item{font-size:1.7rem!important;color:#ffffffd9!important;padding:10px 0!important;border-color:#ffffff0f!important}.menu-drawer__close-button{color:#ffffffb3!important;font-size:1.3rem;padding:8px 0 14px!important;display:inline-flex;align-items:center;gap:6px}.menu-drawer__close-button:hover{color:#feb06a!important}.menu-drawer__menu-item .svg-wrapper,.menu-drawer__submenu .svg-wrapper{color:#fff9!important}.menu-drawer__menu-item:hover .svg-wrapper{color:#feb06a!important}.menu-drawer__utility-links,.menu-drawer__footer{margin-top:28px;padding-top:20px;border-top:.5px solid rgba(255,255,255,.12)}.menu-drawer__account,.menu-drawer__utility-links a{color:#ffffffe6!important;font-size:1.4rem;display:inline-flex;align-items:center;gap:8px;padding:10px 0}.menu-drawer__account:hover,.menu-drawer__utility-links a:hover{color:#feb06a!important}.menu-drawer .localization-form__select,.menu-drawer .disclosure__button{background:#ffffff14!important;color:#fff!important;border:1px solid rgba(255,255,255,.18)!important;border-radius:var(--sts-radius-md)!important}.menu-drawer-container[open] .menu-drawer{animation:sts-drawer-in .25s ease}@keyframes sts-drawer-in{0%{transform:translate(-12px);opacity:.5}to{transform:translate(0);opacity:1}}@media(max-width:599px){.menu-drawer{padding:18px 18px 24px}.menu-drawer__menu-item{font-size:1.8rem!important;padding:12px 0!important}}.article-card-wrapper{position:relative;display:block}.article-card-wrapper>.article-card,.article-card-wrapper>.card,.article-card-wrapper .card__inner{position:relative}.article-card-wrapper .card__heading a.full-unstyled-link{position:static}.article-card-wrapper .card__heading a.full-unstyled-link:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;z-index:2;cursor:pointer}.article-card-wrapper>*{z-index:0}.sts-card-swatches{display:flex;align-items:center;gap:6px;margin-top:8px;flex-wrap:wrap}.sts-card-swatch{display:inline-block;width:16px;height:16px;border-radius:50%;border:1.5px solid #ffffff;box-shadow:0 0 0 1px #2245642e;flex-shrink:0;cursor:pointer;transition:transform .12s ease,box-shadow .15s ease;position:relative;z-index:3}.sts-card-swatch:hover{transform:scale(1.12);box-shadow:0 0 0 2px #224564}.sts-card-swatches__count{font-size:1.1rem;color:#5d6c89;margin-left:4px;font-weight:500}.sts-card-swatch--unknown{background:repeating-linear-gradient(45deg,#e6e6e6 0 3px,#f5f5f5 3px 6px)}.article-card-wrapper,.blog-articles__article{position:relative!important}.article-card-wrapper .card,.article-card-wrapper .card--card,.article-card-wrapper .card--standard,.article-card-wrapper .card__inner,.article-card-wrapper .card__content,.article-card-wrapper .card__information{position:static!important}.article-card-wrapper .card__heading>a.full-unstyled-link:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:5;cursor:pointer;background:transparent}.article-card-wrapper .card__media,.article-card-wrapper .article-card__image-wrapper{position:relative;z-index:1}.article-card-wrapper .card__content{position:relative;z-index:2}.article-card-wrapper .card--card:after,.article-card-wrapper .card--standard .card__inner:after{pointer-events:none}
/*# sourceMappingURL=/cdn/shop/t/12/assets/brand.css.map */
