<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media screen and (prefers-reduced-motion: no-preference) {
  @view-transition {
    navigation: auto;
  }
  header.header-slim {
    view-transition-name: header;
  }
}
@font-face {
  font-family: "zona-pro-hairline";
  src: url("../fonts/zona-pro/ZonaPro-Hairline.woff2") format("woff2");
}
@font-face {
  font-family: "zona-pro-thin";
  src: url("../fonts/zona-pro/ZonaPro-Thin.woff2") format("woff2");
}
@font-face {
  font-family: "zona-pro-light";
  src: url("../fonts/zona-pro/ZonaPro-Light.woff2") format("woff2");
}
@font-face {
  font-family: "zona-pro";
  src: url("../fonts/zona-pro/ZonaPro-Regular.woff2") format("woff2");
  font-weight: normal;
}
@font-face {
  font-family: "zona-pro-semibold";
  src: url("../fonts/zona-pro/ZonaPro-SemiBold.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "zona-pro-bold";
  src: url("../fonts/zona-pro/ZonaPro-Bold.woff2") format("woff2");
  font-weight: bold;
}
.product-info.out-of-stock .button-group-page .cart-group #button-cart {
  pointer-events: none !important;
  cursor: not-allowed !important;
}

.product-info .product-right .product-price-group {
  gap: 1rem;
}
.product-info .product-right .product-tax {
  display: none;
}
.product-info .product-right .price-group {
  align-items: center;
}
.product-info .product-right .price-group .product-price-new,
.product-info .product-right .price-group .product-price {
  font-family: "zona-pro-bold", sans-serif;
  font-size: 1.5rem;
}
.product-info .product-right .price-group .product-price-old {
  font-size: 1.25rem;
  margin-left: 10px;
  text-decoration: line-through;
  color: rgba(19, 19, 19, 0.7);
}
.product-info .product-right .price-group .c--label-special {
  font-size: 12px;
  padding: 4px 8px;
  background-color: #FE0316;
  color: #fff;
  font-family: "zona-pro-bold", sans-serif;
  margin-left: 10px;
}
.product-info .product-right .product-stats {
  justify-content: flex-start;
  align-items: center;
  gap: 2rem;
}
.product-info .product-right .product-stats .brand-image img {
  max-width: 55px;
}
.product-info .product-right .product-stats .brand-image span {
  display: none;
}
.product-info .product-right .c--stock-status {
  margin-bottom: 1.5rem;
}
.product-info .product-right .product-options {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #eee;
}
.product-info .product-right .product-options .options-title {
  display: none;
}
.product-info .product-right .product-options .form-group {
  margin-top: 0px !important;
}
.product-info .product-right .product-options .form-group &gt; label {
  font-family: "zona-pro-bold", sans-serif;
}
.product-info .product-right .product-options .option-wrapper {
  padding: 4px;
  border-radius: 999px;
  border: 1px solid transparent;
}
.product-info .product-right .product-options .option-wrapper:has(img) {
  max-height: 42px;
  box-shadow: 0px 10px 15px -3px rgba(0, 0, 0, 0.1);
}
.product-info .product-right .product-options .option-wrapper img {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  clip-path: circle(42% at 50% 50%);
}
.product-info .product-right .product-options .option-wrapper .option-value {
  padding: 1rem;
  border-radius: 1rem;
  background-color: #fff;
  border: 1px solid #333;
  font-size: 16px;
  font-family: "zona-pro-bold", sans-serif;
  color: #131313;
}
.product-info .product-right .product-options .option-wrapper .option-value:hover {
  background-color: #eee;
}
.product-info .product-right .product-options .color-option .option-wrapper img + .option-value {
  display: none;
}
.product-info .product-right .product-options input:checked + .option-wrapper:has(img) {
  border: 1px solid #131313;
}
.product-info .product-right .product-options input:checked + .option-wrapper .option-value {
  background-color: #131313;
  color: #fff;
}
.product-info .product-right .button-group-page #button-cart .short-name {
  display: none;
}
.product-info .product-right .button-group-page ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  opacity: 0;
  visibility: hidden;
  transition: 0.25s ease all;
}
.product-info .product-right .button-group-page ul a {
  font-size: 16px;
  font-family: "zona-pro-bold", sans-serif;
  color: #131313;
  white-space: nowrap;
}
.product-info .product-right .button-group-page ul a:hover {
  color: #FE0316;
}
.product-info .product-right .button-group-page .buttons-wrapper {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.product-info .product-right .button-group-page .buttons-wrapper .stepper-group {
  display: flex;
  align-items: center;
}
.product-info .product-right .button-group-page .buttons-wrapper .stepper-group label {
  display: none;
}
.product-info .product-right .button-group-page .c--product-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 0;
}
.product-info .product-right .button-group-page .c--product-info .c--product-name {
  max-width: 500px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: none;
}
.product-info .product-right .button-group-page .c--product-info .price-group {
  justify-content: flex-end;
}
.product-info .product-right .c--categories {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #000;
  margin-top: 1rem;
}
.product-info .product-right .c--categories label {
  font-family: "zona-pro-bold", sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  color: #131313;
}

.product-extra-description .module-title {
  text-transform: uppercase;
}
.product-extra-description .block-content &gt; h3 {
  display: none;
}
.product-extra-description ul {
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}

.c--desc-discounts {
  display: flex;
  align-items: center;
  column-gap: 1rem;
  justify-content: space-between;
}
.c--desc-discounts .c--meta-description {
  flex: 3;
  margin: 1.5rem 0px;
}
.c--desc-discounts .c--meta-description * {
  line-height: 140%;
  letter-spacing: 0.5px;
}
.c--desc-discounts .discounts {
  width: 270px;
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.c--desc-discounts .discounts .product-discount {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 1rem;
  padding: 1rem;
  border-radius: 1.5rem;
  background-color: #fff;
}
.c--desc-discounts .discounts .product-discount &gt; div {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  font-family: "zona-pro-bold", sans-serif;
}
.c--desc-discounts .discounts .product-discount .discount-price-old {
  text-decoration: line-through;
  color: rgba(34, 34, 34, 0.7);
  line-height: 140%;
}
.c--desc-discounts .discounts .product-discount .discount-price-new {
  font-size: 1.25rem;
  line-height: 140%;
}

.c--desc-discounts .product-stats {
  display: flex;
  flex-direction: column;
  gap: 8px !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
}
.c--desc-discounts .product-stats .brand-image img {
  max-width: 90px !important;
}
.c--desc-discounts .product-stats .product-sku {
  font-size: 14px;
}

.c--desc-discounts {
  margin: 8px 0;
}

.product-right-wrapper #product &gt; .product-stats {
  display: none;
}

@media only screen and (max-width: 1600px) {
  .product-info .product-right .button-group-page {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1025px) {
  html[data-sticky=is-sticky] .product-info .product-right .button-group-page {
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.2509803922);
    position: fixed !important;
    top: 66px;
    width: 100%;
    left: 0;
    margin: 0 !important;
    display: flex;
    gap: 1rem;
    transition: 0.25s ease all;
    background-color: #fff !important;
    padding: 1rem 2.5rem;
  }
  html[data-sticky=is-sticky] .product-info .product-right .button-group-page ul {
    visibility: visible;
    opacity: 1;
  }
  html[data-sticky=is-sticky] .product-info .product-right .button-group-page .c--product-info {
    margin-left: auto;
  }
  html[data-sticky=is-sticky] .product-info .product-right .button-group-page .c--product-info .c--product-name {
    display: block;
  }
  .product-image {
    min-height: 700px;
  }
  .product-image .main-image {
    flex: 2;
  }
  .product-image .main-image .swiper-container {
    height: 100%;
  }
  .product-image .main-image .swiper-container .swiper-slide {
    display: flex;
    align-items: center;
  }
  .product-image .additional-images {
    min-height: 700px;
    max-width: 274px;
    width: auto !important;
    flex: 1;
  }
}
@media only screen and (max-width: 1365px) {
  .c--desc-discounts {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 8px;
  }
  .c--desc-discounts .product-stats {
    flex-direction: row;
  }
}
@media only screen and (max-width: 1024px) {
  .product-info .product-right .button-group-page {
    width: 100%;
    left: 0px;
  }
  .product-info .product-right .button-group-page ul a {
    font-family: "zona-pro", sans-serif;
    font-size: 15px;
  }
  .product-info .product-right .button-group-page .c--navigation {
    position: fixed;
    top: 100px;
    width: 100%;
    padding: 0.75rem 1rem;
    left: 0;
    box-shadow: 0 0 6px #dcdcdc;
    background: #fff;
    overflow-x: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    transition: 0.25s ease all;
  }
  .product-info .product-right .button-group-page .c--navigation::-webkit-scrollbar {
    display: none;
  }
  .product-info .product-right .button-group-page .c--product-info {
    margin-left: 0px;
    flex: 1;
  }
  .product-info .product-right .button-group-page .c--product-info .price-group {
    justify-content: flex-start;
  }
  .product-info .product-right .button-group-page .c--product-info .c--product-name {
    max-width: 300px;
    margin-left: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.25s ease all;
  }
  .product-info .product-right .button-group-page .buttons-wrapper {
    flex: 2;
    justify-content: flex-end;
  }
  .product-info .product-right .button-group-page .buttons-wrapper .wishlist-compare {
    margin-inline-end: 0px !important;
  }
  html.mobile-sticky .product-info .product-right .button-group-page .c--navigation {
    top: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .product-info .product-right .price-group .product-price-new,
  .product-info .product-right .price-group .product-price {
    font-size: 1.25rem;
  }
  .product-info .product-right .price-group .product-price-old {
    font-size: 1rem;
  }
  .product-info .product-right .button-group-page #button-cart .short-name {
    display: inline-block;
  }
  .product-info .product-right .button-group-page #button-cart .btn-text {
    display: none;
  }
  .product-info .product-right .button-group-page .c--product-info {
    display: flex;
    align-items: center;
  }
  .product-info .product-right .button-group-page .c--product-info .c--product-name {
    display: none;
  }
}
@media only screen and (max-width: 470px) {
  .c--desc-discounts .stats-discount-container {
    flex-direction: column;
    align-items: flex-start;
  }
  .c--desc-discounts .product-stats {
    flex-direction: column;
  }
}

/*# sourceMappingURL=product.css.map */
</pre></body></html>