<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width: 768px) {
  article table, .p-detail-tabs-wrapper .description-inner .basic-description table {
    border-collapse: collapse;
    overflow-x: auto;
    display: block;
    width: fit-content;
    max-width: 100%;
  }

  article table tr, .p-detail-tabs-wrapper .description-inner .basic-description table tr {
    height: auto !important;
  }

  article tbody *, .p-detail-tabs-wrapper .description-inner .basic-description tbody * {
    display: revert !important;
  }
}

.form-group.phone-form-group {
  z-index: 2;
}

.gls-parcel-shop-wrapper {
  min-height: 450px;
}
.gls-parcel-shop-wrapper #gls-parcel-shop-canvas {
  height: 380px;
}
.gls-parcel-shop-wrapper .gls-parcel-shop-confirm {
  width: 300px;
  padding: 8px 20px;
  top: 13px;
  position: relative;
}

.p-thumbnails&gt;div&gt;div {
  display: block !important;
}
.image360 {
  text-align: center;
  background: #fff;
  cursor: pointer;
  position: relative;
  max-width: 100%;
}
.image360::after {
  content: '\e93e';
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  text-align: center;
  font-size: 60px;
  line-height: 80px;
  background-color: rgba(255, 255, 255, 0.45);
  color: #777;
  border-radius: 100%;
}
.image360:hover::after {
  z-index: -1;
  content: '';
  background-color: rgba(255, 255, 255, 0);
}
.show360image {
  position: relative;
  cursor: pointer;
}
.show360image::after {
  content: '\e93e';
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  margin-top: -40px;
  margin-left: -40px;
  text-align: center;
  font-size: 60px;
  line-height: 80px;
  background-color: rgba(255, 255, 255, 0.45);
  color: #777;
  border-radius: 100%;
  font-family: 'shoptet' !important;
}
.image360.image360-loaded::after {
  z-index: -1;
  content: '';
  background-color: rgba(255, 255, 255, 0);
}
.image360-fullscreen-on .image360.image360-fullscreen-target {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  background: #fff;
  z-index: 100000;
}
.image360-fullscreen-on .image360-navigation {
  bottom: 10px;
}
.image360-holder {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  margin: 0 auto;
  cursor: grab;
}
.image360-holder img {
  margin: 0 auto;
  max-height: 100%;
  min-width: 1px;
  max-width: 100%;
  object-fit: contain;
}
.image360-navigation {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 24px;
  font-size: 0;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.image360-navigation span {
  font-size: 24px;
  cursor: pointer;
  display: inline-block;
  padding: 0 3px;
}
.image360-navigation:hover {
  opacity: 1;
}
body.image360-fullscreen-on {
  overflow: hidden;
}


@media (max-width: 620px) {
  #productsTop div.product {
    width: 100% !important;
  }
}

@media (max-width: 768px) {
  .availability-amount {
    display: inline-block !important;
  }

  .cart-table .availability-amount span {
    display: inline-block !important;
  }

  .cart-table .p-price, .cart-table .p-availability strong {
    display: inline-block !important;
  }

  .cart-table .p-price .price-final, .cart-table .p-price .unit-value {
    display: inline-block !important;
  }
}

.top-navigation-menu {
  max-width: 60% !important;
  width: auto !important;
}

#colorbox.productDetail img.cboxPhoto  {
  height: auto !important;
}

.p-detail-tabs-wrapper .description-inner .basic-description video {
  max-width: 100% !important;
}

@media (max-width: 767px) {
  .p-detail-tabs-wrapper .description-inner .extended-description .detail-parameters span {
    display: inline !important;
  }
  .detail-parameters tr {
    width: 100%;
    clear: both;
    display: flex;
    align-items: center;
  }
}</pre></body></html>