<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.rich[contenteditable=true]{-webkit-user-modify:read-only;-moz-user-modify:read-only;user-modify:read-only}.category-products.has-slider .product-item__wrapper{height:auto;border-width:1px 1px 1px 0;border-color:#d6d6d6;border-style:solid;flex-shrink:0}.category-products.has-slider .swiper-container:not(.js-slider-loaded),.category-products.has-slider .swiper:not(.js-slider-loaded){overflow:hidden}.category-products.has-slider .swiper-container:not(.js-slider-loaded) .swiper-wrapper,.category-products.has-slider .swiper:not(.js-slider-loaded) .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;transform:translate3d(0,0,0)!important}.category-products.has-slider .swiper-container:not(.js-slider-loaded) .product-item__wrapper,.category-products.has-slider .swiper:not(.js-slider-loaded) .product-item__wrapper{min-width:285px;-webkit-filter:blur(2px);filter:blur(2px);height:auto}.product-item__title{text-decoration:none;color:#000;font-size:15px;line-height:22px}.product-item__image-section_mobile{display:none}.product-item__bottom-inner,.product-item__price,.product-item__promo-lables,.product-item__rating,.product-item__wrapper-mobile{opacity:0;visibility:hidden;transition:.2s}.product-item__promo-lables{position:absolute}.product-item__bottom-inner,.product-item__wrapper-mobile{max-height:0}.product-item__wrapper{padding:18px 18px 23px}.product-item__wrapper-inner{z-index:1;position:relative;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-item__image,.product-item__image.lazy&gt;img{width:100%;max-width:185px;display:block;margin:0 auto}.product-item__image:not(.loaded){opacity:0}.main.column_right .category-products.product-item_flex:not(.has-slider) .product-item__wrapper{max-width:calc(33.33333333%)}.product-item_flex{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.product-item_flex:not(.has-slider) .product-item__wrapper{margin:0 0 -1px;width:96%;position:relative}.product-item_flex:not(.has-slider) .product-item__wrapper:before{content:'';position:absolute;z-index:1;top:0;bottom:0;left:-1px;right:0;border-width:1px;border-color:#d6d6d6;border-style:solid}@media (min-width:1024px){.category-products.has-slider .product-item__wrapper{max-width:25%}}@media (max-width:767px){.main.column_right .category-products.product-item_flex:not(.has-slider) .product-item__wrapper{max-width:50%}}@media (max-width:425px){.main.column_right .category-products.product-item_flex:not(.has-slider) .product-item__wrapper{width:100%;-webkit-flex-basis:100%;-ms-flex-basis:100%;flex-basis:100%;max-width:100%}}

/*---------------------------------------------------
    LESS Elements 0.9
  ---------------------------------------------------
    A set of useful LESS mixins
    More info at: http://lesselements.com
  ---------------------------------------------------*/
#product-info-ext {
  margin-bottom: 5px;
  border: none;
  padding: 0;
}
#product-availability span.idle {
  color: darkslategray;
}
#product-availability span.not-in-stock {
  color: red;
}
#product-availability span.in-stock {
  font-weight: bold;
  color: black;
}
#product-availability span.backorder {
  color: #e49900;
}
#product-availability .stock {
  display: inline-block;
  position: relative;
  width: 36px;
  height: 12px;
  margin-bottom: -2px;
  background: -moz-linear-gradient(left, #d4d4d4 0%, #d4d4d4 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #d4d4d4 0%, #d4d4d4 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #d4d4d4 0%, #d4d4d4 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=1);
  /* IE6-9 */
  background-repeat: repeat-x;
  background-size: 12px 10px !important;
  background-position: left center;
}
#product-availability .stock:before,
#product-availability .stock:after {
  content: ' ';
  height: 100%;
  display: inline-block;
  position: absolute;
  background: none;
}
#product-availability .stock:before {
  left: 0;
}
#product-availability .stock:after {
  right: 0;
}
#product-availability .stock.stock-1:before {
  width: 33%;
  background: -moz-linear-gradient(left, red 0%, red 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, red 0%, red 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, red 0%, red 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=1);
  /* IE6-9 */
  background-repeat: repeat-x;
  background-size: 12px 10px !important;
  background-position: left center;
}
#product-availability .stock.stock-2:before {
  width: 66%;
  background: -moz-linear-gradient(left, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=1);
  /* IE6-9 */
  background-repeat: repeat-x;
  background-size: 12px 10px !important;
  background-position: left center;
}
#product-availability .stock.stock-3:before {
  width: 100%;
  background: -moz-linear-gradient(left, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #1fc018 0%, #1fc018 86%, rgba(0, 0, 0, 0) 87%, rgba(0, 0, 0, 0) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='@color', endColorstr='@color', GradientType=1);
  /* IE6-9 */
  background-repeat: repeat-x;
  background-size: 12px 10px !important;
  background-position: left center;
}
#product-shipping span b {
  white-space: nowrap;
}
#product-shipping span b.free {
  color: black;
}

</pre></body></html>