<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
*  VARIABLES TABLE CONTENT
*
*  1.0 - General
*  2.0 - Font Family, Size and Text-Color
*  3.0 - Primary and Accent Color
*  4.0 - Non-Specify
*  5.0 - Transition
*  6.0 - Utilities
*       6.1 - Inputs, selects and text areas
*       6.2 - Buttons
*       6.3 - Links
*       6.4 - Icons
*       6.5 - Navbar
*       6.6 - Overlay
*  7.0 - Responsiveness
*/
/*** 1.0 - GENERAL ***/
/*** 2.0 - FONT FAMILY, SIZE AND TEXT-COLOR ***/
/*** 3.0 - PRIMARY AND ACCENT COLOR ***/
/*** 4.0 - NON-SPECIFY ***/
/*** 5.0 - TRANSITION ***/
/*** 6.0 - UTILITIES ***/
.product-sheet-bot .product-section ul &gt; li {
  list-style-type: disc;
  list-style-position: inside;
  padding: 0rem 0.75rem;
}

.product-section &gt; .title-section {
  background-color: #f4f5f7;
  border-bottom: 1px solid #c7d1d6;
  font-weight: 600;
  padding: 0.5rem 0.75rem;
}
.product-section &gt; .title-section:not(.related-products) {
  margin-bottom: 0.75rem;
}
.product-section .product-description {
  padding: 0rem 1rem;
}
.product-section .product-list.grid {
  margin-top: 0.5rem;
}
.product-section .features-list {
  display: grid;
  gap: 0.75rem;
}
.product-section .features-list .feature {
  padding: 0.5rem 0.75rem;
  border: 1px solid #c7d1d6;
}
.product-section .availability-legend-block {
  margin-bottom: 0.75rem;
}
@media screen and (min-width: 769px), print {
  .product-section .features-list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .product-section &gt; .title-section,
  .product-section &gt; .title-section a {
    font-size: 13px;
  }
  .product-section .description-col h3:not(.is-open) {
    max-height: 70px;
  }
  .product-section .brand-image {
    max-width: 50px;
    margin-left: 10px;
  }
  .product-section .features-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .product-section .product-list.list {
    margin-top: 0.75rem;
  }
}

#product .product-section .related-products + .product-list.grid {
  margin-top: 0.75rem;
}

.original-image-modal {
  text-align: center;
}

.product-availability.has-info-block {
  display: inline-flex;
  width: 100%;
}

.modal-images .box {
  margin-bottom: 0;
}
.modal-images .small-images .secondary {
  background-color: rgba(9, 9, 7, 0.57);
  border: none;
  height: 40px;
  width: 40px;
  color: rgb(255, 255, 255);
  font-size: 40px;
  display: flex;
  line-height: 43px;
  justify-content: center;
  padding: 0px;
  position: absolute;
  top: 50%;
  transition: 0.3s ease all;
  cursor: pointer;
}
.modal-images .small-images .secondary:hover {
  background-color: var(--primary-color);
}
@media screen and (max-width: 768px) {
  .modal-images .small-images .secondary {
    height: 30px;
    width: 30px;
    border-radius: 6px;
    background-color: var(--primary-color);
  }
  .modal-images .small-images .secondary:hover {
    background-color: #0161b5;
  }
}
.modal-images .small-images .secondary::before {
  border: 5px solid transparent;
  border-radius: 2px;
  float: right;
  content: " ";
  display: block;
  height: 0.425em;
  margin-top: 0.28em;
  pointer-events: none;
  transform: rotate(-45deg);
  transform-origin: center;
  width: 0.425em;
  border-color: #fff;
  transition: 0.3s ease all;
}
@media screen and (max-width: 768px) {
  .modal-images .small-images .secondary::before {
    height: 0.325em;
    width: 0.325em;
    margin-top: 0.2em;
  }
}
.modal-images .small-images .secondary.prev {
  left: 0;
  margin-left: 15px;
}
@media screen and (max-width: 768px) {
  .modal-images .small-images .secondary.prev {
    margin-left: 0;
  }
}
.modal-images .small-images .secondary.prev::before {
  border-right: 0;
  border-bottom: 0;
  margin-left: 4px;
}
.modal-images .small-images .secondary.next {
  right: 0;
  margin-right: 15px;
}
@media screen and (max-width: 768px) {
  .modal-images .small-images .secondary.next {
    margin-right: 0;
  }
}
.modal-images .small-images .secondary.next::before {
  border-top: 0;
  border-left: 0;
  margin-right: 4px;
}
.modal-images .small-images .secondary:not(.prev, .next, .active.prev, .active.next) {
  display: none;
}
.modal-images .product-image {
  position: relative;
}
.modal-images .brand-image {
  border: 1px solid #c7d1d6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 10px;
  right: 10px;
  max-width: 70px;
  background-color: #fff;
}
.modal-images .brand-image img {
  transform: scale(0.9, 0.9);
  transition: 0.3s ease all;
  display: flex;
}
.modal-images .brand-image:hover img {
  transform: scale(1, 1);
}
</pre></body></html>