<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.component.cxa-productimages-component {
  margin-bottom: 30px;
}

@media (max-width: 991px) {
  .component.cxa-productimages-component {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .component.cxa-productimages-component .component-content {
    display: block;
  }
}

.component.cxa-productimages-component .component-content &gt; .product-image {
  box-shadow: none;
  background-color: #F7F8F9;
  padding: 40px;
  height: 623px;
  width: auto;
  max-height: none;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media (max-width: 991px) {
  .component.cxa-productimages-component .component-content &gt; .product-image {
    padding: 20px;
    height: 450px;
  }
}

@media (max-width: 575px) {
  .component.cxa-productimages-component .component-content &gt; .product-image {
    height: 345px;
  }
}

.component.cxa-productimages-component .component-content &gt; .product-image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.component.cxa-productimages-component .component-content &gt; .product-images {
  margin: 0;
  margin-top: 20px;
}

.component.cxa-productimages-component .component-content &gt; .product-images ul {
  margin: 0 -4.5px;
}

@media (min-width: 992px) {
  .component.cxa-productimages-component .component-content &gt; .product-images ul {
    margin: 0 -12.5px;
  }
}

.component.cxa-productimages-component .component-content &gt; .product-images li {
  background-color: #F7F8F9;
  border: 0;
  margin: 0;
  padding: 0;
  width: 84.5px;
  height: 84.5px;
  margin: 0 12.5px 25px 12.5px;
  position: relative;
  overflow: visible;
}

@media (max-width: 991px) {
  .component.cxa-productimages-component .component-content &gt; .product-images li {
    width: 50px;
    height: 50px;
    margin: 0 4.5px 15px 4.5px;
  }
}

.component.cxa-productimages-component .component-content &gt; .product-images li a {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.component.cxa-productimages-component .component-content &gt; .product-images li a img {
  padding: 6px;
  width: 100%;
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: contain;
}

.component.cxa-productimages-component .component-content &gt; .product-images li.active {
  border: 0;
  position: relative;
}

.component.cxa-productimages-component .component-content &gt; .product-images li.active:before {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  width: 100%;
  height: 2px;
  background-color: #00ADEF;
  margin: 0;
  border: 0;
}

.component.cxa-productlist-component .product-list &gt; ul &gt; li .product-summary {
  padding: 20px;
  display: block;
}

.component.cxa-productlist-component .product-list &gt; ul &gt; li .product-summary .photo {
  margin-bottom: 12px;
  height: auto !important;
}

.component.cxa-productlist-component .product-list &gt; ul &gt; li .product-summary .photo a {
  background-color: #F7F8F9;
  display: flex;
  width: 100%;
  height: 190px;
  overflow: hidden;
}

.component.cxa-productlist-component .product-list &gt; ul &gt; li .product-summary .photo a img {
  padding: 15px !important;
  max-height: none !important;
  max-width: none !important;
  width: 100%;
  height: auto;
  object-fit: contain;
}
</pre></body></html>