<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">product-card{flex:1 0 100%;display:flex}.product-card{display:flex;flex-direction:column;justify-content:space-between;flex:1}.product-card__list-wrapper{list-style:none}.product-card__img-wrapper.image-ratio--none{aspect-ratio:3/4;position:relative;overflow:hidden}.product-card__img-wrapper.image-ratio--none img:not(.secondary-image){position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.product-card__img-wrapper img:not(.secondary-image){display:none}.product-card__img-wrapper img:not(.secondary-image).active{display:block}.product-card__img-wrapper .product-card__img-wrapper--hidden{display:block;visibility:visible;overflow:hidden;position:absolute;z-index:-1;top:0;width:100%;height:100%;opacity:0}.product-card__img-wrapper .product-card__img-wrapper--hidden img{display:none}.product-card__img-wrapper .product-card__img-wrapper--hidden img.active{display:block}@media(min-width: 1025px){.product-card__img-wrapper:hover .product-card__img-wrapper--hidden{z-index:1;opacity:1}.product-card__img-wrapper:hover img.show-secondary{z-index:1;opacity:0}}.product-card__imageContainer{position:relative;background-color:var(--product-card-background-color)}@media(min-width: 1025px){.product-card__imageContainer:hover .product-card__quickView{text-decoration:underline;opacity:1;cursor:pointer}}.product-card__itemTitle{font-family:var(--archer-family);font-style:normal;font-size:14px;font-weight:400;line-height:18px;text-transform:uppercase;margin-bottom:0}.product-card__itemPrice .price-item{font-family:var(--archer-family);font-size:15px;letter-spacing:0;font-style:normal;font-weight:400;line-height:17px;text-transform:uppercase}.product-card__quickView{position:absolute;left:50%;bottom:40px;width:calc(100% - 20px) !important;transform:translateX(-50%) !important;z-index:2;transition:opacity .5s,transform .5s ease;display:none !important}@media(min-width: 1025px){.product-card__quickView{display:block !important;opacity:0}}.product-card__badge-icon{position:absolute;top:0;width:100%;text-align:center;font-family:var(--archer-family);font-size:12px;font-style:normal;font-weight:400;line-height:14px;letter-spacing:0;text-transform:uppercase;pointer-events:none;color:#78dcc8;background-color:#1e4137;border-radius:unset;padding:0;z-index:2}@media(min-width: 1025px){.product-card__badge-icon{padding:4px}}.product-card__badge-icon.icon-position--left{left:0}.product-card__badge-icon.icon-position--right{right:0}.product-card .sale_badge{background:#78dcc8;color:#fff;padding:5px 10px;display:inline-block;font-size:14px;position:absolute;top:10px;z-index:10}.product-card .product-ribbon{position:absolute;bottom:0;width:100%;z-index:2}.product-card .product-ribbon span{background:#00544d;color:#fff;padding:5px 0;text-transform:uppercase;font-size:.8rem;display:block;width:100%;text-align:center}.product-card .product-ribbon span sup{font-size:.5rem;margin-left:2px}.product-card .product-card__itemColorSwatches{text-align:right;width:100%;max-width:203px;padding-right:1px;position:relative}@media(min-width: 1025px){.product-card .product-card__itemColorSwatches:hover .product-card__colorSwatchCount{opacity:0;pointer-events:none}.product-card .product-card__itemColorSwatches:hover .swatches{visibility:visible;transform:translateY(0px);opacity:1}}.product-card .product-card__colorSwatchCount a{font-family:var(--miniature-family);font-size:11px;font-style:normal;font-weight:400;line-height:16px;text-transform:uppercase;text-decoration:underline;transition:opacity .2s ease}.product-card.a-center .swatches{display:flex;justify-content:center}.product-card.a-right .swatches{display:flex;justify-content:flex-end}.product-card .swatches__option-name-wrapper{display:none}.product-card__price-swatch-wrapper{display:flex;justify-content:space-between;padding-left:1px}.product-card .swatches{width:100%;position:absolute;transition:opacity .2s,transform .2s ease;top:0;padding-top:0;transform:translateY(20px);opacity:0;margin-bottom:0;visibility:hidden;max-width:203px}.product-card .swatches__swatch--color input:checked+label:after{width:100%;height:100%}.product-card .swatches__options-wrapper{-moz-column-gap:20px;column-gap:20px;row-gap:20px;justify-content:flex-end}.product-card .swatches__swatch--color input+label{border:none;margin-bottom:0}.product-card .swatches__swatch--color input+label:after{width:100%;height:100%}.product-card .swatches__swatch--color input:checked+label:after{content:"";border:1px solid #000;box-shadow:unset}.product-card__remaining-options{width:24px;height:24px;display:flex;justify-content:center;align-items:center;border-bottom:1px solid #000}.product-card__remaining-options:hover{text-decoration:none !important}</pre></body></html>