@import"https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap";:root{--vs-font: "Inter Tight", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;--heading-font-family: var(--vs-font);--text-font-family: var(--vs-font);--vs-d1: .2s;--vs-d2: .3s;--vs-d3: .5s;--vs-ease: ease-in-out}.product-card__info{text-align:start;justify-items:start;gap:.25rem}.product-card__info .v-stack{justify-items:start}.product-card__info :is(.price-list,.rating-badge){justify-content:flex-start}.product-card__info .h-stack{justify-content:flex-start}.product-card .product-title{font-weight:600}.product-card__media{position:relative;overflow:hidden;display:block}.product-card__figure{position:relative}.product-card__track{display:flex;width:100%;height:100%;transition:transform var(--vs-d2) var(--vs-ease)}.product-card__track>*{flex:0 0 100%;width:100%}.product-card__figure:has(.product-card__image--secondary):hover>.product-card__media .product-card__image--primary{opacity:1}.product-card__arrow{position:absolute;inset-block-start:50%;transform:translateY(-50%);z-index:2;width:27px;height:44px;display:flex;align-items:center;justify-content:center;padding:0;border:0;background:none;color:rgb(var(--text-color, 28 28 28));cursor:pointer;opacity:0;transition:opacity var(--vs-d1) var(--vs-ease)}.product-card__arrow svg{filter:drop-shadow(0 0 3px rgba(255,255,255,.9))}.product-card__arrow--prev{inset-inline-start:8px}.product-card__arrow--next{inset-inline-end:8px}.product-card:hover .product-card__arrow{opacity:1}.product-card__arrow[disabled]{opacity:0!important;pointer-events:none}.product-card__counter{position:absolute;inset-block-end:8px;inset-inline-end:8px;z-index:2;font-size:10px;letter-spacing:-.02em;padding:3px 7px;background:#ffffffe6;color:#1c1c1c;opacity:0;transition:opacity var(--vs-d1) var(--vs-ease);pointer-events:none}.product-card:hover .product-card__counter{opacity:1}@media(hover:none){.product-card__track{overflow-x:auto;scroll-snap-type:x mandatory;transform:none!important;scrollbar-width:none}.product-card__track::-webkit-scrollbar{display:none}.product-card__track>*{scroll-snap-align:start}.product-card__arrow{display:none}.product-card__counter{opacity:1}}.button:not(.button--subdued):not([disabled]){position:relative;overflow:hidden;isolation:isolate;transition:color var(--vs-d2) var(--vs-ease)}.button:not(.button--subdued):not([disabled]):after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;background:rgb(var(--background, 255 255 255));transform:scaleX(0);transform-origin:left;transition:transform var(--vs-d2) var(--vs-ease)}.button:not(.button--subdued):not([disabled]):hover:after{transform:scaleX(1)}.button:not(.button--subdued):not([disabled]):hover{color:rgb(var(--text-color, 28 28 28))}.header__link-list>li>a,.header__primary-nav>li>a{position:relative}.header__link-list>li>a:after,.header__primary-nav>li>a:after{content:"";position:absolute;inset-inline:0;inset-block-end:-5px;height:1px;background:currentColor;transform:scaleX(0);transform-origin:left;transition:transform var(--vs-d1) var(--vs-ease)}.header__link-list>li>a:hover:after,.header__primary-nav>li>a:hover:after{transform:scaleX(1)}.product-title,.product-info .h1,.product-info .h2,.product-info .h3,.product-info .h4{font-weight:600}@media(prefers-reduced-motion:reduce){.product-card__track,.product-card__arrow,.product-card__counter,.button:after{transition-duration:.01ms!important}}.header-sidebar__headlines{display:grid;gap:.5rem;padding-block-end:2rem}.header-sidebar__headline{display:inline-block;font-family:var(--heading-font-family);font-size:clamp(30px,9vw,40px);font-weight:400;letter-spacing:-.1125em;line-height:1.12;text-decoration:none;color:inherit;transition:opacity var(--vs-d1) var(--vs-ease)}.header-sidebar__headline:hover{opacity:.55}.header-sidebar__main-panel .header-sidebar__linklist-button{font-size:15px;font-weight:400;letter-spacing:-.05em;text-transform:none}.header-sidebar__sub-panel .header-sidebar__linklist-button,.header-sidebar__sub-panel a{font-size:13px;font-weight:400;letter-spacing:-.075em;text-transform:none}header-sidebar::part(content){--drawer-max-width: min(100%, 340px)}@media screen and (max-width:640px){header-sidebar::part(content){--drawer-max-width: 100%}}.header__link-list>li>a,.header__primary-nav>li>a{text-transform:none;letter-spacing:-.045em;font-weight:500}.mega-menu__content .h6,.mega-menu__content .heading{text-transform:none;letter-spacing:-.05em}.mega-menu__headlines{flex:0 0 auto;min-width:min(30%,320px);display:grid;align-content:start;gap:.35rem;margin-inline-end:var(--mega-menu-gap, 2.5rem)}.mega-menu__headline{display:inline-block;font-family:var(--heading-font-family);font-size:clamp(26px,2.4vw,40px);font-weight:400;letter-spacing:-.1125em;line-height:1.12;text-decoration:none;color:inherit;transition:opacity var(--vs-d1) var(--vs-ease)}.mega-menu__headline:hover{opacity:.55}@media screen and (max-width:1150px){.mega-menu__headlines{display:none}}.header{transition:background-color var(--vs-d1) var(--vs-ease),box-shadow var(--vs-d1) var(--vs-ease)}body:has(.header__primary-nav details[open]) .sticky-subnav,body:has(.header__link-list details[open]) .sticky-subnav,body:has(mega-menu-disclosure details[open]) .sticky-subnav,body:has(dropdown-menu-disclosure details[open]) .sticky-subnav{opacity:0!important;pointer-events:none!important;transform:translateY(-100%)!important}.header,.header__primary-nav details[open],mega-menu-disclosure,.mega-menu{z-index:50}.product-card__info,.product-card__info>.v-stack{width:100%}.product-card__info .v-stack:has(>.product-title){display:flex;flex-direction:row;align-items:baseline;justify-content:space-between;gap:1rem;width:100%}.product-card__info .product-title{flex:1 1 auto;min-width:0}.product-card__info .price-list{flex:0 0 auto;white-space:nowrap;justify-content:flex-end}.product-card__info fieldset{--swatch-size: .75rem;justify-content:flex-start;gap:.3rem;margin-block-start:.35rem}.product-card__info .color-swatch{--swatch-size: .75rem}@media screen and (max-width:560px){.product-card__info .v-stack:has(>.product-title){gap:.5rem}}[data-vs-hl]{font-weight:var(--vs-hl-weight, 600);color:var(--vs-hl-text, #C0392B);padding:.28em .6em;border-radius:var(--vs-hl-radius, 0px);line-height:1.15;transition:background-color var(--vs-d1) var(--vs-ease),color var(--vs-d1) var(--vs-ease),border-color var(--vs-d1) var(--vs-ease)}[data-vs-hl=outline]{border:var(--vs-hl-border, 1px) solid var(--vs-hl-color, #C0392B);background:transparent}[data-vs-hl=outline]:hover{background:var(--vs-hl-color, #C0392B);color:#fff}[data-vs-hl=filled]{background:var(--vs-hl-bg, #C0392B);border:var(--vs-hl-border, 1px) solid var(--vs-hl-bg, #C0392B);color:var(--vs-hl-text, #fff)}[data-vs-hl=underline]{padding:0 0 .2em;border-block-end:var(--vs-hl-border, 1px) solid var(--vs-hl-color, #C0392B);border-radius:0}[data-vs-hl]:after{display:none!important}.sticky-subnav__link[data-vs-hl]{padding:.22em .5em!important}.header-sidebar__linklist-button[data-vs-hl]{align-self:start;width:auto}@media screen and (min-width:700px){.shopify-section--main-collection,.shopify-section--collection{--container-max-width: 100vw}}@media screen and (min-width:700px){.shopify-section--main-collection,.shopify-section--collection{overflow-x:clip}}.shopify-section--main-collection product-list,.shopify-section--collection product-list{gap:42px 8px}@media screen and (max-width:560px){.shopify-section--main-collection product-list,.shopify-section--collection product-list{gap:28px 6px}}[data-vs-hl=filled],[data-vs-hl=filled]:hover,[data-vs-hl=filled]:focus,[data-vs-hl=filled]:focus-visible,[data-vs-hl=filled]:active{background:var(--vs-hl-bg, #C0392B)!important;border-color:var(--vs-hl-bg, #C0392B)!important;color:var(--vs-hl-text, #FFFFFF)!important;opacity:1!important;transition:none}.product-card__info{--vs-card-inset: 12px;padding-inline:var(--vs-card-inset)}@media screen and (max-width:560px){.product-card__info{--vs-card-inset: 8px}}@media screen and (max-width:699px){.product-card__info .v-stack:has(>.product-title){display:grid;grid-template-columns:minmax(0,1fr);justify-items:start;align-items:start;gap:.15rem}.product-card__info .product-title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.25}.product-card__info .price-list{justify-content:flex-start}}@media screen and (max-width:768px){.sticky-subnav{position:static!important;top:auto!important;transform:none!important;opacity:1!important;pointer-events:auto!important;z-index:auto!important}.shopify-section--header{z-index:5}}@media screen and (max-width:699px){.shopify-section--main-collection product-list:not(.product-list--carousel),.shopify-section--collection product-list:not(.product-list--carousel){--product-list-items-per-row: 2;--product-list-max-items-per-row-allowed: 2;--product-list-calculated-items-per-row: 2;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));margin-inline:0;column-gap:6px;row-gap:28px}.shopify-section--main-collection product-list:not(.product-list--carousel)>*,.shopify-section--collection product-list:not(.product-list--carousel)>*{grid-column:span 1;min-width:0;width:auto}}
/*# sourceMappingURL=/cdn/shop/t/37/assets/visio-rebuild.css.map */
