<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root{--timing-micro: .1s;--timing-short: .2s;--timing-base: .4s;--timing-long: .7s;--timing-second: 1s;--animate-time: .8s;--animate-delay: .3s;--animate-img-scale: .6s;--easing-linear: cubic-bezier(0, 0, 1, 1);--easing-ease: cubic-bezier(.25, .1, .25, 1);--easing-ease-in-out: cubic-bezier(.42, 0, .58, 1);--easing-ease-in: cubic-bezier(.42, 0, 1, 1);--easing-ease-out: cubic-bezier(0, 0, .09, 1);--layer-negative: -1;--layer-base: 0;--layer-flat: 1;--layer-raised: 2;--layer-sticky-btn: 7;--layer-sticky: 11;--layer-overlay: 14;--layer-temporary: 16;--layer-pop-out: 24;--layer-pop-out-overlay: 25;--layer-pop-out-overlay-loader: 26}.product-card{overflow:hidden;display:flex;width:100%;min-height:100%;flex-direction:column}.product-card.product-card--horizontal{flex-direction:row}.product-card.product-card--horizontal .product-card__main{width:calc(39.685% - 16px);margin-right:16px}.product-card.product-card--horizontal .product-card__footer{width:60.315%;margin-top:0}.product-card.product-card--horizontal .product-card__quick-view-button,.product-card.product-card--horizontal .product-card__quick-view-text-button,.product-card.product-card--horizontal .product-card__compare-products-button{opacity:1}.product-card .product-card__footer{position:relative;display:flex;flex-direction:column;height:100%;margin-top:16px;padding:0 4px;text-align:var(--content-alignment)}.product-card .product-card__footer .product-card__swatches-wrapper{justify-content:var(--content-alignment)}.product-card .product-card__image-wrapper{position:relative;overflow:hidden;display:none}.product-card .product-card__image-wrapper.product-card__image-wrapper--square{padding-top:100%}.product-card .product-card__image-wrapper.product-card__image-wrapper--portrait{padding-top:125%}.product-card .product-card__image-wrapper.is-active{display:block}.product-card .product-card__image-picture{transition-property:opacity;transition-duration:var(--timing-base)}.product-card .product-card__image-picture.product-card__image-picture--hover{opacity:0}.product-card .product-card__image{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:var(--product-card-object-fit);object-position:var(--img-desktop-pos);transition-delay:.3s}.product-card .product-card__image.product-card__image--hover{transition-delay:0s}.product-card .product-card__image.product-card__image--placeholder{background-color:var(--color-img-placeholder-bg)}.product-card video.product-card__image{object-fit:cover}.product-card .product-card__image-wrapper-link{position:relative;overflow:hidden;align-self:flex-start;border-radius:var(--global-border-radius);width:100%}.product-card .product-card__image-wrapper-link:focus-visible:before{content:"";position:absolute;top:0;left:0;z-index:1;width:100%;height:100%;border-radius:var(--global-border-radius);box-shadow:inset 0 0 0 2px var(--color-text-primary)}.product-card .product-card__labels{position:absolute;top:8px;left:8px;z-index:var(--layer-raised);display:none;flex-direction:column;gap:4px}.product-card .product-card__main{position:relative;display:flex}.product-card .product-card__label{padding:4px 12px;border-radius:calc(var(--global-border-radius) / 2);border:1px solid var(--color-border-label-base);background-color:var(--color-background-label-base);font-size:calc(var(--body-font-size) * .75);font-weight:500;line-height:1.17;text-align:center;font-style:normal;text-transform:capitalize;color:var(--color-label-base)}.product-card .product-card__label.product-card__label--sold-out{border:1px solid var(--color-border-label-sold-out);background-color:var(--color-background-label-sold-out);color:var(--color-label-sold-out)}.product-card .product-card__label.product-card__label--primary{border:1px solid var(--color-border-label-primary);background-color:var(--color-background-label-primary);color:var(--color-label-primary)}.product-card .product-card__label.product-card__label--secondary{border:1px solid var(--color-border-label-secondary);background-color:var(--color-background-label-secondary);color:var(--color-label-secondary)}.product-card .product-card__title{margin-bottom:auto;text-decoration:none;font-size:var(--body-font-size);transition-property:opacity;transition-duration:.4s;transition-timing-function:ease-in-out;color:var(--color-text-primary)}@media (-moz-touch-enabled: 0),(hover: hover),(pointer: fine){.product-card .product-card__title:hover{opacity:.7}}.product-card .product-card__vendor{margin-top:8px;font-size:calc(var(--body-font-size) * .875);color:var(--color-text-secondary)}.product-card .product-card__title,.product-card .product-card__vendor{line-height:1.5;font-weight:400;word-break:break-word}.product-card .product-card__text{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;margin-top:16px;line-height:1.5;color:var(--color-text-secondary)}.product-card .product-card__price{padding-top:16px;font-size:calc(var(--body-font-size) * .875);line-height:1.28;font-weight:500;color:currentColor}.product-card .product-card__price .price__sale .price-item--regular{font-weight:400}.product-card .product-card__swatches-wrapper{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:12px}.product-card .product-card__swatch{position:relative;z-index:var(--layer-flat);display:block;width:16px;height:16px;background-color:var(--swatch-color);background-image:var(--swatch-image);border-radius:2px;background-repeat:no-repeat;background-size:cover;background-position:50% 50%;box-shadow:0 0 3px -1px var(--color-text-primary)}.product-card .product-card__swatch-button{position:relative;display:inline-flex;justify-content:center;align-items:center;width:24px;height:24px;padding:0;border:1px solid transparent;cursor:pointer;border-radius:4px;transition-property:border-color;transition-duration:var(--timing-short);transition-timing-function:var(--easing-ease-out)}.product-card .product-card__swatch-button:not(:last-child){margin-right:4px}.product-card .product-card__swatch-button.is-active{border:1px solid var(--color-text-primary);cursor:default;pointer-events:none}.product-card .product-card__swatch-button:focus-visible{outline:2px solid var(--color-black)}.product-card .product-card__swatch-button:nth-child(n+4){display:none}.product-card .product-card__swatch-button.product-card__swatch-button--big{width:36px;height:36px}.product-card .product-card__swatch-button.product-card__swatch-button--big .product-card__swatch{width:24px;height:24px}.product-card .product-card__swatch-button.product-card__swatch-button--big+.product-card__overlimit{font-size:var(--body-font-size)}@media (-moz-touch-enabled: 0),(hover: hover),(pointer: fine){.product-card .product-card__swatch-button:hover{border-color:var(--color-black)}}.product-card .product-card__swatch-wrapper{position:relative;z-index:var(--layer-flat);display:block;width:24px;height:24px}.product-card .product-card__swatch-wrapper input{position:absolute;top:0;left:0;opacity:0;width:100%;height:100%}.product-card .product-card__swatch-wrapper input:focus-visible+.product-card__swatch-button{outline:1px solid var(--color-text-primary)}.product-card .product-card__swatch-wrapper input:checked+.product-card__swatch-button{border:1px solid var(--color-text-primary);cursor:default;pointer-events:none}.product-card .product-card__overlimit{margin-left:5px;font-size:calc(var(--body-font-size) * .875);line-height:1;color:var(--color-text-thirdly)}.product-card .product-card__overlimit.product-card__overlimit--desktop{display:none}.product-card .product-card__error-message:not(:empty){display:block;margin-top:20px;margin-bottom:20px;color:var(--color-text-attention, #d33636)}.product-card .product-card__select{height:auto;min-height:auto;margin-bottom:16px;padding:11px 16px;background-position:calc(100% - 15px) 50%;border:1px solid var(--color-border-thirdly);font-weight:500;line-height:1.5;cursor:pointer}.product-card .product-card__select:invalid{color:var(--color-text-thirdly)}.product-card .product-card__select:focus-visible{border-color:var(--color-border-primary)}.product-card .product-card__select option{color:var(--color-text-primary)}@media (-moz-touch-enabled: 0),(hover: hover),(pointer: fine){.product-card .product-card__select:hover{box-shadow:none}}.product-card .product-card__header{display:flex;justify-content:space-between;gap:20px}.product-card .product-card__header .product-card__title{margin:0}.product-card .product-card__checkmark-wrapper{width:100%;display:inline-flex;justify-content:center;align-items:center;gap:8px;flex-shrink:0;padding:12px 32px;border-radius:calc(var(--global-border-radius) * 2);border:1px solid var(--color-border-primary);color:var(--color-text-primary)}.product-card .product-card__checkmark-wrapper svg{width:16px;height:16px}.product-card .product-card__checkmark-wrapper.is-active{background-color:var(--color-accent);border-color:var(--color-accent);color:var(--color-text-primary)}.product-card .product-card__checkmark-wrapper.is-active .product-card__checkmark-text{display:none}.product-card .product-card__checkmark-wrapper.is-active .product-card__checkmark-text.checkmark-text--selected{display:block}.product-card .product-card__checkmark-text.checkmark-text--selected{display:none}.product-card .product-card__form{width:100%;margin-top:20px}.product-card .product-card__button{width:100%}.product-card .product-card__additional-buttons{position:absolute;top:8px;right:8px;z-index:var(--layer-raised);display:flex;flex-direction:column;gap:4px}.product-card .product-card__quick-view-text-button{position:absolute;bottom:16px;left:50%;opacity:0;display:block;padding:16px;width:calc(100% - 32px);border:1px solid var(--product-card-button-border-color);background-color:var(--product-card-button-background-color);color:var(--product-card-button-text-color);transform:translate(-50%)}.product-card .product-card__quick-view-text-button:focus-visible{opacity:.8;outline:2px solid var(--color-black)}@media (-moz-touch-enabled: 0),(hover: hover),(pointer: fine){.product-card .product-card__quick-view-text-button:hover{border:1px solid var(--product-card-button-border-color-hover);background-color:var(--product-card-button-background-color-hover);color:var(--product-card-button-text-color-hover)}}.product-card .product-card__quick-view-button{display:inline-flex;justify-content:center;align-items:center;opacity:0;padding:0;border:1px solid var(--color-border-quick-buttons, var(--color-light-gray));border-radius:8px;background-color:var(--color-background-quick-buttons, var(--color-white));color:var(--color-text-quick-buttons, --color-black);transition-property:opacity;transition-duration:var(--timing-base);transition-timing-function:var(--easing-ease-out)}.product-card .product-card__quick-view-button:focus-visible{opacity:1;outline:2px solid var(--color-black)}.product-card .product-card__swatches-label{margin-bottom:8px;font-size:calc(var(--body-font-size) * .875);font-weight:500;line-height:1.286}.product-card .product-card__quick-view-button,.product-card .product-card__compare-products-button{position:relative;opacity:0;border:1px solid var(--color-border-quick-buttons, var(--color-light-gray));background-color:var(--color-background-quick-buttons);color:var(--color-text-quick-buttons)}.product-card .product-card__quick-view-button svg,.product-card .product-card__compare-products-button svg{width:16px;height:16px}.product-card .product-card__quick-view-button svg:nth-child(2),.product-card .product-card__compare-products-button svg:nth-child(2){position:absolute;top:-4px;right:-5px;display:none;width:14px;height:14px;border-radius:100%;background-color:var(--color-text-quick-buttons);color:var(--color-background-quick-buttons)}.product-card .product-card__quick-view-button.is-active,.product-card .product-card__compare-products-button.is-active{border:1px solid var(--color-text-quick-buttons, var(--color-black));background-color:var(--color-background-quick-buttons)}.product-card .product-card__quick-view-button.is-active svg:first-child,.product-card .product-card__compare-products-button.is-active svg:first-child{color:var(--color-text-quick-buttons)}.product-card .product-card__quick-view-button.is-active svg:nth-child(2),.product-card .product-card__compare-products-button.is-active svg:nth-child(2){display:block}.product-card .product-card__quick-view-button:focus-visible,.product-card .product-card__compare-products-button:focus-visible{opacity:1;outline:2px solid var(--color-black)}@media (-moz-touch-enabled: 0),(hover: hover),(pointer: fine){.product-card .product-card__quick-view-button:hover,.product-card .product-card__compare-products-button:hover{opacity:.7}}.product-card .product-card__quick-view-button,.product-card .product-card__compare-products-button{width:32px;height:32px}.product-card .product-card__row{padding-top:5px;padding-bottom:5px;display:flex;justify-content:space-between;gap:20px}.product-card .product-card__option{width:120px}.product-card .product-card__value{width:auto;text-align:right}.product-card .product-card__view-product{margin-top:20px;width:100%}.product-card .product-card__volume-pricing-note{margin-top:7px;font-size:calc(var(--body-font-size) * .875)}.product-card.product-card--big .product-card__image-wrapper-link{align-self:stretch}.product-card.product-card--with-form .product-card__form{margin-top:0}.product-card.product-card--with-form .product-card__price{padding-top:8px;margin-bottom:16px;font-size:var(--body-font-size);font-weight:500;line-height:1.5}.product-card.product-card--with-form .product-card__swatches-wrapper{margin-bottom:12px}.product-card.product-card--with-form-inline{flex-direction:row;align-items:center;gap:16px}.product-card.product-card--with-form-inline .product-card__header{gap:8px}.product-card.product-card--with-form-inline .product-card__main{align-self:flex-start;flex-shrink:0;width:100px}.product-card.product-card--with-form-inline .product-card__image-wrapper-link{border-radius:calc(var(--global-border-radius) / 2)}.product-card.product-card--with-form-inline .product-card__form{display:flex;flex-direction:column;margin-top:unset;gap:8px}.product-card.product-card--with-form-inline .product-card__select-wrapper{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap;gap:8px}.product-card.product-card--with-form-inline .product-card__error-message{margin-top:5px;margin-bottom:5px}.product-card.product-card--with-form-inline .product-card__error-message:empty{display:none}.product-card.product-card--with-form-inline .product-card__select-label{flex-shrink:0;font-size:calc(var(--body-font-size) * .875);line-height:1.286;color:var(--color-text-thirdly)}.product-card.product-card--with-form-inline .product-card__select{width:auto;margin-bottom:unset;padding:0 24px 0 0;border:none;background-position:100% 50%;font-size:calc(var(--body-font-size) * .875);line-height:1.286}.product-card.product-card--with-form-inline .product-card__select.product-card__select:invalid{color:var(--color-black)}.product-card.product-card--with-form-inline .product-card__footer{align-items:flex-start;margin-top:unset;gap:8px}.product-card.product-card--with-form-inline .product-card__meta-info{display:flex;flex-direction:column;flex:1 1 auto;gap:8px}.product-card.product-card--with-form-inline .product-card__price{flex-shrink:0;padding-top:unset}.product-card .product-card__bottom-buttons{display:flex;align-items:center;flex-wrap:wrap;gap:12px;margin-top:16px}.product-card .product-card__bottom-buttons .button{line-height:1.5}@media (-moz-touch-enabled: 0),(hover: hover),(pointer: fine){.product-card:hover .product-card__quick-view-button,.product-card:hover .product-card__quick-view-text-button,.product-card:hover .product-card__compare-products-button{visibility:visible;opacity:1}}@media (-moz-touch-enabled: 0) and (-moz-touch-enabled: 0),(-moz-touch-enabled: 0) and (hover: hover),(-moz-touch-enabled: 0) and (pointer: fine),(hover: hover) and (-moz-touch-enabled: 0),(hover: hover) and (hover: hover),(hover: hover) and (pointer: fine),(pointer: fine) and (-moz-touch-enabled: 0),(pointer: fine) and (hover: hover),(pointer: fine) and (pointer: fine){.product-card:hover .product-card__quick-view-button:hover,.product-card:hover .product-card__compare-products-button:hover{opacity:.8}}@media (-moz-touch-enabled: 1),(hover: none),(pointer: coarse){.product-card .product-card__quick-view-button,.product-card .product-card__quick-view-text-button,.product-card .product-card__compare-products-button{visibility:visible;opacity:1}}@media (-moz-touch-enabled: 1) and (-moz-touch-enabled: 0),(-moz-touch-enabled: 1) and (hover: hover),(-moz-touch-enabled: 1) and (pointer: fine),(hover: none) and (-moz-touch-enabled: 0),(hover: none) and (hover: hover),(hover: none) and (pointer: fine),(pointer: coarse) and (-moz-touch-enabled: 0),(pointer: coarse) and (hover: hover),(pointer: coarse) and (pointer: fine){.product-card .product-card__quick-view-button:hover,.product-card .product-card__compare-products-button:hover{opacity:.8}}@media (min-width: 768px){.product-card.product-card--big .product-card__main{height:100%;flex-grow:1}.product-card.product-card--big .product-card__image-wrapper{height:100%}.product-card.product-card--big .product-card__footer{height:auto}.product-card.product-card--with-form-inline .product-card__footer{flex-direction:row;flex:1 1 auto}.product-card.product-card--with-form-inline .product-card__price{align-self:center}.product-card.product-card--with-form-inline .price.price--on-sale .price__sale{display:flex;flex-direction:column;align-items:flex-end;flex-wrap:nowrap}.product-card.product-card--with-form-inline .price .price-item{margin-right:0}.product-card.product-card--with-form-inline .price .unit-price{text-align:right}.product-card .product-card__swatch{width:12px;height:12px}.product-card .product-card__swatch-button{width:20px;height:20px}}@media (max-width: 991.98px){.product-card .product-card__image-picture.product-card__image-picture--hover,.product-card .product-card__image.product-card__image--hover{display:none}}@media (min-width: 992px){.product-card.product-card--horizontal{align-items:center}.product-card.product-card--horizontal .product-card__main{width:50%}.product-card.product-card--horizontal .product-card__footer{width:50%;padding:0 16px}.product-card.product-card--horizontal.product-card--horizontal-mini .product-card__main{width:30.2%;margin-right:24px}.product-card.product-card--horizontal.product-card--horizontal-mini .product-card__footer{width:69.8%;padding:0}.product-card.product-card--horizontal.product-card--horizontal-mini .product-card__labels{top:8px;left:8px}.product-card.product-card--horizontal.product-card--horizontal-mini .product-card__bottom-buttons{margin-top:28px}.product-card .product-card__labels{display:flex;top:16px;left:16px}}@media (min-width: 992px) and (-moz-touch-enabled: 0),(min-width: 992px) and (hover: hover),(min-width: 992px) and (pointer: fine){.product-card .product-card__main:hover .product-card__image-wrapper.product-card__image-wrapper--with-hover .product-card__image-picture:not(.product-card__image-picture--hover){opacity:0}.product-card .product-card__main:hover .product-card__image-wrapper.product-card__image-wrapper--with-hover .product-card__image-picture.product-card__image-picture--hover{opacity:1}}@media (min-width: 992px){.product-card .product-card__price{font-size:var(--body-font-size)}.product-card .product-card__quick-view-text-button{padding:16px 32px}.product-card .product-card__overlimit.product-card__overlimit--desktop{display:inline-flex}.product-card .product-card__overlimit.product-card__overlimit--mobile{display:none}.product-card .product-card__swatch-button:nth-child(n+4){display:inline-flex}.product-card.product-card--with-form-inline{gap:24px}.product-card.product-card--with-form-inline .product-card__footer{gap:24px;margin-top:0}.product-card.product-card--with-form-inline .product-card__price{padding-top:unset}.product-card .product-card__bottom-buttons{margin-top:32px}.product-card .product-card__bottom-buttons .product-card__quick-view-text-button{position:static}}@media (min-width: 1200px){.product-card .product-card__swatches-wrapper{margin-bottom:16px}.product-card .product-card__additional-buttons{top:16px;right:16px;gap:8px}.product-card .product-card__quick-view-button,.product-card .product-card__compare-products-button{width:48px;height:48px}.product-card .product-card__quick-view-button svg,.product-card .product-card__compare-products-button svg{width:24px;height:24px}.product-card .product-card__quick-view-button svg:nth-child(2),.product-card .product-card__compare-products-button svg:nth-child(2){right:-1px;width:16px;height:16px}}.no-js .product-card .product-card__swatches-wrapper,.no-js .product-card .product-card__quick-view-button:not(.product-card__quick-view-button--no-js),.no-js .product-card .product-card__quick-view-text-button:not(.product-card__quick-view-button--no-js),.no-js .product-card picture.lazy{display:none}
/*# sourceMappingURL=/cdn/shop/t/2/assets/product-card.build.css.map */
</pre></body></html>