<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.Product-Detail .btn {
  border: none;
  background: transparent;
}

.Product-Detail hr {
  margin: 0.2rem;
}

.Product-Detail li {
  list-style: none;
  cursor: pointer;
}

.icon_sochial {
  flex: 1 1 0;
}

.Product-Detail .product li.active {
  border-bottom: 0.1rem solid var(--accent-color3);
}

.Product-Detail
  .MagicScroll-horizontal
  :where(.mcs-button-arrow-prev, .mcs-button-arrow-next) {
  top: calc(50% - 8px) !important;
}

@media only screen and (max-width: 600px) {
  .technicals .technical-list-value {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
  }

  .technicals .technical-list-key {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100% !important;
  }
}

.technical-list-value {
  border-top: 2px solid gainsboro;
  border-radius: 0px;
  width: 80%;
  padding: 0.5rem 1rem;
}

.ViewProperties &gt; span {
  position: relative;
  flex: 0 0 auto;
  border-radius: var(--b-radius);
  border: 0.1rem solid var(--silver2);
  padding: 0.4rem 1rem;
  gap: 0.3rem;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.ViewProperties &gt; span:after {
  content: "";
  transform: rotate(135deg);
  width: 0.5rem;
  height: 0.5rem;
  transition: rotate 0.6s ease-in-out;
  border: solid var(--Black);
  border-width: 0 0.15rem 0.15rem 0;
  display: inline-block;
  padding: 0.2em;
}

.ViewProperties:before,
.ViewProperties:after {
  content: "";
  flex: 1 0 auto;
  display: block;
  width: auto;
  height: 0.1rem;
  background: var(--silver2);
}

.Product-Detail .bootstrap-touchspin .input-group-text {
  flex: 0 0 20%;
  display: block;
  cursor: pointer;
  background: transparent;
}

.Product-Detail .bootstrap-touchspin .input-group-text .btn {
  padding: 0.5rem 1.2em !important;
  cursor: pointer;
}

.Product-Detail .bootstrap-touchspin .input-group-text .btn-default {
  width: 100%;
}

.Product-Detail .bootstrap-touchspin {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  border-radius: calc(var(--b-radius) * 2);
  border: 0.1em solid var(--accent-color);
}

.Product-Detail .bootstrap-touchspin [required] {
  border: 0 !important;
}

.Product-Detail .bootstrap-touchspin .input-group-btn button {
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 0;
}

.Product-Detail .form-control::placeholder {
  padding: 1em;
  text-align: right;
}

.Product-Detail .price-wrapper .form-control {
  height: auto;
  background: none;
  text-align: center !important;
  max-width: 4rem;
  border: none;
  width: 4rem;
}

.Product-Detail .form-control {
  height: 3rem;
  background: none;
  border: none;
  width: 100%;
}

.Product-Detail textarea.form-control {
  height: 10rem;
}

.Product-Detail .addtowish svg .border {
  fill: var(--accent-color3);
}

.Product-Detail .addtowish svg .background {
  fill: none;
}

.Product-Detail .addtowish.active svg .background {
  fill: var(--accent-color3);
}

.Product-Detail .technical-list ul {
  list-style: none;
  margin: 0;
}

.tab-contents .technical-list-key,
.tab-contents .technical-text {
  background: var(--silverLight);
  border-radius: calc(var(--b-radius) * 2);
  /* padding: 0.5rem 1rem; */
}

.tab-contents .technical-list-key {
  color: var(--Black);
  width: 20%;
  border-top: 2px solid gainsboro;
  border-left: 2px solid gainsboro;;
  border-radius: 0px;
  background-color: var(--silver3 );
}

.tab-contents .technical-checkboxlist {
  gap: 1em;
}

.tab-contents .technical-item {
  /* align-items: center; */
}

.c-product__params-more.is-active {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

.c-product_attributes,
.c-product_params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-product__params {
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.c-product__params ul {
  list-style: none;
  padding: 0;
  color: #55565a;
  margin: 20px 0;
  font-size: 12px;
  font-size: 13.712px;
  line-height: 1.833;
}

.c-product__params ul:before {
  content: attr(data-title);
  font-size: 14px;
  line-height: 1.571;
  display: list-item;
  font-weight: 700;
  margin-bottom: 10px;
}

.c-product__params ul li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  width: 100%;
  color: #686868;
  margin: 2px 0;
}

.c-product__params ul li span {
  margin-left: 5px;
  white-space: normal;
}

.c-product__params ul li span:last-of-type {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  cursor: pointer;
}

.c-product__params-more {
  display: none !important;
}

.c-product__params ul li:before {
  content: "";
  width: 5px;
  height: 5px;
  background: #ccc;
  vertical-align: middle;
  margin-left: 5px;
  border-radius: 50%;
}

.Product-Detail .model-options {
  border-top: 0.1em solid var(--light-silver);
}

.Product-Detail .addToBasket {
  border: 0;
}

.Product-Detail .addToBasket[disabled] {
  filter: blur(4px);
  cursor: not-allowed;
}

.Product-Detail .ProductGallery {
  height: 80%;
  width: 80%;
  position: relative;
  display: block;
}

.ProductGallery-Thumbs {
}

.ProductGallery-Thumbs img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  .ProductGallery-Thumbs {
    height: 6rem;
  }
}

.attributes-group-items span {
  text-wrap: nowrap;
  text-align: center;
}

.attributes-group-items.swiper .attribute-select.active {
  background: linear-gradient(
    to right,
    var(--accent-color),
    var(--accent-color4),
    var(--accent-color)
  );
  transition: all ease-in-out 0.4s;
  -webkit-transition: all ease-in-out 0.4s;
  -moz-transition: all ease-in-out 0.4s;
  -ms-transition: all ease-in-out 0.4s;
  -o-transition: all ease-in-out 0.4s;
}

.attributes-group-items.swiper.color .attribute-select.active {
  background: unset;
}

@media (max-width: 680px) {
  .swiper-vertical &gt; .swiper-wrapper {
    flex-direction: row !important;
  }
}

svg.barcode {
  max-width: unset;
  height: auto;
  max-height: unset;
}

.color.swiper .attribute-colors {
  height: 3rem;
  outline: 0;
  border: 0;
}

.color.swiper .attribute-colors.active:before {
  content: "";
  position: absolute;
  right: 50%;
  top: 50%;
  width: 0.4rem;
  height: 0.8rem;
  border: solid var(--White);
  border-width: 0 0.15em 0.15em 0;
  margin: -0.15em -0.15em 0 -0.15em;
  transform: rotate(45deg) translate(-50%, -50%);
  z-index: 2;
}

.Product-Detail .model-items .ModelItem {
  display: none;
}

.Product-Detail .model-items .model-item label {
  padding: 0.5rem;
  background: none;
  transition: all 0.3s ease-in-out;
}

.Product-Detail .Maxmize {
  top: 0.5rem;
  left: 0.5rem;
  display: block;
  width: 2rem;
  height: 2rem;
  z-index: 22;
}

.FullSwiper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  transition: all ease-in-out 480ms;
  width: 100vw;
  height: 100vh;
}

.FullSwiper.active {
  z-index: 99999;
  opacity: 1;
  visibility: visible;
}

.FullSwiper .Close {
  top: 3%;
  left: 3%;
  height: 2rem;
  width: 2rem;
  display: block;
  cursor: pointer;
}

.FullSwiper .Close::after,
.FullSwiper .Close::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0rem;
  width: 2rem;
  height: 0.2rem;
  background-color: var(--White);
}

.FullSwiper .Close::after {
  transform: rotate(135deg);
}

.FullSwiper .Close::before {
  transform: rotate(-135deg);
}

.FullSwiper .ProductGallery-Slider {
  height: 80%;
}

.FullSwiper .ProductGallery-Thumbs {
  height: 20%;
}

.FullSwiper .swiper .swiper-slide {
  display: flex;
  justify-content: center;
}

.FullSwiper .swiper img {
  height: 100%;
  width: auto;
  display: block;
  object-fit: contain;
}

.FullSwiper .ProductGallery-Thumbs img {
  object-fit: cover;
}

.FullSwiper .ProductGallery-Thumbs .swiper-slide {
  border: 0.1em solid var(--silverLight);
}

.HorizontalTabs {
  position: relative;
  height: 100%;
  display: block;
}

.HorizontalTabs .tab {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  margin-bottom: 0.5rem;
  border-bottom: 0.1em solid var(--accent-color2);
}

.HorizontalTabs .tab label {
  padding: 0.7rem 1.5rem !important;
  border: 0.1rem solid var(--silverLight);
  cursor: pointer;
  transition: 0.3s linear;
}

.HorizontalTabs .tab h1,
.HorizontalTabs .tab h2,
.HorizontalTabs .tab h3,
.HorizontalTabs .tab h4,
.HorizontalTabs .tab h5,
.HorizontalTabs .tab h6,
.HorizontalTabs .tab strong {
  font-size: 1rem;
  line-height: 2;
  margin: 0;
}

.HorizontalTabs .tab label.active {
  border-bottom: 0.1em solid var(--accent-color3);
}

.HorizontalTabs .tabtitle {
  border-bottom: 0.1em solid var(--accent-color3);
}

.HorizontalTabs .tab label.active strong {
  color: var(--accent-color3);
}

.HorizontalTabs .tab-content {
  display: none;
  opacity: 0;
  animation: 0.4s linear tabfade;
}

.HorizontalTabs .tab-content.active {
  display: block;
  opacity: 1;
}

.HorizontalTabs .tab-contents {
  border: 0.1rem solid var(--silverLight);
  border-radius: calc(var(--b-radius) * 2);
}

@keyframes tabfade {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@media (max-width: 768px) {
  .HorizontalTabs .tab {
    overflow-x: auto;
  }

  .HorizontalTabs .tab label {
    flex: 1 0 auto;
  }
}

.Product-Detail .Specifications-box {
  background: #f8f8f8;
  border: 0.1em solid var(--accent-color2);
  border-radius: 0.8rem;
}

.add-order {
  border: 0.1em solid var(--Black);
}

.b-bottom {
  border-bottom: 0.1em solid var(--accent-color2);
}

.offer {
  background: #ed384e;
  line-height: 1.5;
  border-radius: var(--b-radius);
  padding: 0 0.6rem;
}

.Propertys svg {
  max-width: 3.53rem !important;
  max-height: 3.53rem !important;
  filter: grayscale(1);
  -webkit-filter: grayscale(1) contrast(0.5);
}

.Bestseller-button-next {
  width: 2.14rem;
  height: 2.14rem;
  border-radius: var(--b-radius);
  position: absolute;
  top: 50%;
  z-index: 22;
  left: -0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  backdrop-filter: blur(5px);
  background: var(--White);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.83334 12.6667L1.00001 6.83333L6.83334 1' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    no-repeat center;
}

.Bestseller-button-next.swiper-button-disabled,
.Bestseller-button-next.swiper-button-disabled,
.Bestseller-button-prev.swiper-button-disabled,
.Bestseller-button-prev.swiper-button-disabled {
  opacity: 0;
}

.Bestseller-button-prev {
  width: 2.14rem;
  height: 2.14rem;
  backdrop-filter: blur(5px);
  background: var(--White);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  border-radius: var(--b-radius);
  position: absolute;
  top: 50%;
  z-index: 22;
  right: -0.7rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transform: rotate(180deg);
  background: url("data:image/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.83334 12.6667L1.00001 6.83333L6.83334 1' stroke='%23333333' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A")
    no-repeat center;
}

.border-silver {
  border: 0.1em solid var(--accent-color2) !important;
}

.sub-list-title {
  border-bottom: 0.1em solid var(--accent-color3);
  padding-bottom: 0.3em;
}

.swiper-slide {
  border-left: 0.1em solid var(--accent-color2);
  height: auto;
}

.hidden {
  display: none !important;
}

.final-price svg {
  max-width: 0.86rem !important;
  max-height: 0.86rem !important;
}

.iconBox svg {
  max-width: 1.3rem !important;
  max-height: 1.3rem !important;
}

.comments-list {
  border: 0.1em solid var(--accent-color2);
  border-radius: var(--b-radius);
  -webkit-border-radius: var(--b-radius);
  -moz-border-radius: var(--b-radius);
  -ms-border-radius: var(--b-radius);
  -o-border-radius: var(--b-radius);
  padding: 1rem;
}

.tab-contents textarea,
.tab-contents input {
  border: 0.1em solid var(--accent-color2) !important;
  border-radius: var(--b-radius);
}

@media (max-width: 768px) {
  .sticky-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    padding: 1rem;
    background: white; /* or your page's background color */
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
  }
}
</pre></body></html>