.modal-backdrop.show {
  opacity: 0 !important;
}

.color .attribute {
  position: relative;
}

.sticky-footer {
  margin-bottom: 230px;
}
@media (max-width: 991.98px) {
  .sticky-footer {
    margin-bottom: 279px;
  }
}

#interestFreeModal .without-interest__content, #interestFreeModal .without-interest__banks {
  flex-wrap: wrap;
}
#interestFreeModal .modal-dialog {
  display: flex;
  max-width: 916px;
  width: 100%;
  height: 805px;
  padding: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 32px;
  flex-shrink: 0;
}
@media (max-width: 991.98px) {
  #interestFreeModal .modal-dialog {
    padding: 16px;
  }
}
#interestFreeModal .modal-dialog .modal-content {
  border-radius: 0;
  border: 0;
}
#interestFreeModal .modal-dialog .modal-content .modal-header {
  padding: 16px;
  position: absolute;
  right: -15px;
  top: -15px;
  border: none;
}
#interestFreeModal .modal-dialog .modal-content .modal-header .close {
  width: 40px;
  height: 40px;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 2;
  opacity: 1;
}
@media (max-width: 991.98px) {
  #interestFreeModal .modal-dialog .modal-content .modal-header .close {
    width: 30px;
    height: 30px;
  }
}
#interestFreeModal .modal-dialog .modal-content .modal-header .close span {
  background-image: url("../../images/close-modal.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
#interestFreeModal .modal-dialog .modal-content .modal-body {
  padding: 16px;
}
@media (max-width: 991.98px) {
  #interestFreeModal .modal-dialog .modal-content .modal-body {
    padding: 32px 16px 16px 16px;
  }
}
#interestFreeModal .without-interest__content {
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
  gap: 32px 48px;
  align-self: stretch;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  #interestFreeModal .without-interest__content {
    gap: 8px 24px;
    padding: 0;
  }
  #interestFreeModal .without-interest__content .justify-content-end, #interestFreeModal .without-interest__content .justify-content-start {
    width: 45%;
  }
}
#interestFreeModal .without-interest__content .without-interest_container {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
#interestFreeModal .without-interest__content .without-interest_container .without-interest__number_title_container {
  display: flex;
  justify-content: center;
  align-items: center;
}
#interestFreeModal .without-interest__content .without-interest_container .without-interest__number_title_container .without-interest__number p {
  color: #0A3356;
  font-family: "Roboto Mono";
  font-size: 96px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin: 0;
}
@media (max-width: 991.98px) {
  #interestFreeModal .without-interest__content .without-interest_container .without-interest__number_title_container .without-interest__number p {
    font-size: 48px;
  }
}
#interestFreeModal .without-interest__content .without-interest_container .without-interest__number_title_container .without-interest__title p {
  color: #606060;
  font-family: "Readex Pro";
  font-size: 38px;
  font-style: normal;
  font-weight: 500;
  line-height: 48px;
  text-transform: uppercase;
  margin: 0;
  width: min-content;
}
@media (max-width: 991.98px) {
  #interestFreeModal .without-interest__content .without-interest_container .without-interest__number_title_container .without-interest__title p {
    text-align: center;
    font-size: 21px;
    line-height: 29px;
  }
}
#interestFreeModal .without-interest__content .without-interest_container .without-interest__description p {
  color: #606060;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
@media (max-width: 991.98px) {
  #interestFreeModal .without-interest__content .without-interest_container .without-interest__description p {
    font-size: 12px;
    line-height: 18px;
  }
}
#interestFreeModal .without-interest__banks {
  margin-top: 32px;
  display: grid;
  row-gap: 24px;
  column-gap: 32px;
  flex: 1 0 0;
  align-self: stretch;
  grid-template-rows: repeat(3, minmax(0, 1fr));
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (max-width: 991.98px) {
  #interestFreeModal .without-interest__banks {
    row-gap: 24px;
    column-gap: 16px;
    grid-template-rows: repeat(4, minmax(0, 1fr));
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }
}
#interestFreeModal .without-interest__banks .without-interest__bank-description p {
  color: #606060;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin: 0;
}
@media (max-width: 991.98px) {
  #interestFreeModal .without-interest__banks .without-interest__bank-description p {
    font-size: 12px;
    line-height: 18px;
  }
}
#interestFreeModal .without-interest__banks .without-interest__bank__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
#interestFreeModal .without-interest__banks .without-interest__bank__content .without-interest__bank-img {
  text-align: center;
}
#interestFreeModal .without-interest__banks .without-interest__bank__content .without-interest__bank-img img {
  width: 100%;
}
@media (max-width: 991.98px) {
  #interestFreeModal .without-interest__banks .without-interest__bank__content .without-interest__bank-img img {
    width: 85%;
  }
}

.not-size-attribute-message,
.not-color-attribute-message {
  background-color: #3B5C7B;
  width: fit-content;
  padding: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #fff;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
}
.not-size-attribute-message p,
.not-color-attribute-message p {
  margin: 0;
}
@media (max-width: 768.98px) {
  .not-size-attribute-message,
.not-color-attribute-message {
    font-size: 12px;
    width: 100%;
  }
}

.not-color-attribute-message {
  bottom: 36px;
}
@media (max-width: 768.98px) {
  .not-color-attribute-message {
    bottom: 20px;
  }
}
.not-color-attribute-message::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 7px;
  width: 16px;
  height: 8px;
  background-image: url("../../images/icon-arrow-info-select-bottom.svg") !important;
}

.size-info-container {
  position: relative;
}

.not-size-attribute-message {
  top: -30px;
  justify-self: anchor-center;
}
@media (max-width: 768.98px) {
  .not-size-attribute-message {
    top: -35px;
    justify-self: baseline;
  }
}
.not-size-attribute-message::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 16px;
  height: 8px;
  background-image: url("../../images/icon-arrow-info-select-bottom.svg") !important;
}

.pdp-percentage .range {
  margin: 0;
}

.pull-left-xs {
  float: left;
}

.pull-right-xs {
  float: right;
}

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 769px) and (max-width: 991.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}
@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}
@media (max-width: 991.98px) {
  .hidden-md-down {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}
.hidden-xl-down {
  display: none !important;
}

.row.equal-height > [class^=col] {
  display: -ms-flexbox;
  display: flex;
}

.swatch-filter-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #efe3c4;
  border-radius: 0.69em;
  background-color: #efe3c4;
  display: block;
  position: relative;
}

.swatch-filter-beige.disabled {
  opacity: 0.2;
}

.swatch-filter-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #000;
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}

.swatch-filter-black.disabled {
  opacity: 0.2;
}

.swatch-filter-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #0070d2;
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}

.swatch-filter-blue.disabled {
  opacity: 0.2;
}

.swatch-filter-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: brown;
  border-radius: 0.69em;
  background-color: brown;
  display: block;
  position: relative;
}

.swatch-filter-brown.disabled {
  opacity: 0.2;
}

.swatch-filter-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #008827;
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}

.swatch-filter-green.disabled {
  opacity: 0.2;
}

.swatch-filter-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #8f979d;
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}

.swatch-filter-grey.disabled {
  opacity: 0.2;
}

.swatch-filter-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: navy;
  border-radius: 0.69em;
  background-color: navy;
  display: block;
  position: relative;
}

.swatch-filter-navy.disabled {
  opacity: 0.2;
}

.swatch-filter-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: orange;
  border-radius: 0.69em;
  background-color: orange;
  display: block;
  position: relative;
}

.swatch-filter-orange.disabled {
  opacity: 0.2;
}

.swatch-filter-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fe249a;
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}

.swatch-filter-pink.disabled {
  opacity: 0.2;
}

.swatch-filter-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: purple;
  border-radius: 0.69em;
  background-color: purple;
  display: block;
  position: relative;
}

.swatch-filter-purple.disabled {
  opacity: 0.2;
}

.swatch-filter-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: red;
  border-radius: 0.69em;
  background-color: red;
  display: block;
  position: relative;
}

.swatch-filter-red.disabled {
  opacity: 0.2;
}

.swatch-filter-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #fff;
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}

.swatch-filter-white.disabled {
  opacity: 0.2;
}

.swatch-filter-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 1.38em;
  height: 1.38em;
  background: #ff0;
  border-radius: 0.69em;
  background-color: #ff0;
  display: block;
  position: relative;
}

.swatch-filter-yellow.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91, #821e91 25%, #edd134 0, #ff0 50%, #edd134 0, #59ba00 0, #59ba00 76%, #111 0, #111), linear-gradient(0deg, #0e5cd1, #0e5cd1 50%, #e20b0b 0, #e20b0b);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}

.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}

.swatch-circle-miscellaneous.selected:after {
  transform: rotate(-35deg);
}

.product-detail .attributes .swatch-circle.color-value.selected:after {
  border-radius: 50%;
  content: "";
  padding: 10px;
  background-clip: content-box;
  background-color: transparent;
  border: 1px solid #000;
  position: absolute;
  left: -3px;
  top: -3px;
}

.product-detail .attributes .swatch-circle.color-value.selected:after,
.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: transparent;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

.product-detail .swatch-circle.unselectable,
.product-detail [disabled] .swatch-circle {
  cursor: not-allowed;
}

.product-detail .swatch-circle.unselectable.color-value.selected:after,
.product-detail [disabled] .swatch-circle.color-value.selected:after {
  background-color: #495057;
}

label.color ~ a:hover {
  text-decoration: none;
}

.description-and-detail {
  margin-top: 0;
}

@media (max-width: 543.98px) {
  .description-and-detail {
    margin-top: 0;
  }
  .description-and-detail .title {
    font-size: 1.5rem;
    margin-bottom: 0;
    font-family: Dosis, sans-serif;
  }
  .description-and-detail > div:last-child {
    margin-bottom: 1em;
  }
}
@media (min-width: 544px) {
  .description-and-detail .description {
    margin-bottom: 2em;
  }
}
@media (max-width: 543.98px) {
  .description-and-detail .content {
    margin-top: 1em;
  }
}
.social-container {
  padding-top: 0.9375em;
  text-align: center;
}

.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
}

@media (max-width: 991.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons a,
.social-container .social-icons i {
  color: #444;
  padding-right: 0.2em;
}

label.availability {
  padding-right: 0.3125em;
}

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em;
    margin-right: -0.9375em;
    padding: 0.1875em;
  }
}
.product-number {
  color: #0A3356;
  font-size: 0.875em;
  padding-bottom: 0.3em;
  font-size: 12px;
  weight: 350;
  /* padding-top: 0.938em; */
}

.promotions {
  font-weight: 400;
  text-align: center;
  height: 85%;
}

.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00;
}

@media (min-width: 544px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout:after {
  color: #000;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}

@media (max-width: 991.98px) {
  .product-breadcrumb .breadcrumb {
    border-top: 1px solid #ccc;
  }
}
.price {
  font-size: 1.5rem;
}

.product-options {
  margin-top: 1.25em;
}

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
  transition-timing-function: cubic-bezier(0, 1, 0, 1);
}

.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  transition-timing-function: ease-in-out;
}

.color-attribute {
  border: none;
  padding: 0;
  background: none;
}

.non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}
#guiaDeTallas .modal-content {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0%);
  background: #f5f5f5;
}

#guiaDeTallas .modal-content .carousel.slide {
  height: 70vh;
}

#guiaDeTallas .modal-content .carousel-inner {
  padding: 3rem;
  max-height: 100%;
}

#guiaDeTallas .modal-content .carousel-item {
  max-height: 100%;
}

#close_product_slider {
  padding-right: 1.5rem;
  padding-top: 1rem;
  position: absolute;
  top: 0;
  right: 0;
}

#selectedImageModal .modal-dialog {
  max-width: 1007px;
}
@media (max-width: 991.98px) {
  #selectedImageModal .modal-dialog {
    margin: 50% auto;
  }
}
#selectedImageModal .modal-dialog .modal-content {
  border-radius: 0;
}
#selectedImageModal .modal-dialog .modal-content .modal-header {
  padding: 16px;
  position: absolute;
  right: 2px;
  top: 2px;
  border: none;
  z-index: 1;
}
#selectedImageModal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  padding: 0;
}
#selectedImageModal .modal-dialog .modal-content .modal-header .close span {
  background-image: url("../../images/close-modal.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  display: block;
}
#selectedImageModal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
@media (max-width: 991.98px) {
  #selectedImageModal .modal-dialog .modal-content .modal-body .product-modal-image-container {
    overflow: hidden;
  }
}
#selectedImageModal .modal-dialog .modal-content .modal-body .product-modal-image-container .zoomImg {
  cursor: zoom-in;
}
#selectedImageModal .modal-dialog .modal-content .modal-body .product-modal-image-container span {
  width: 100%;
  height: 100%;
  max-height: 700px;
}
#selectedImageModal .modal-dialog .modal-content .modal-body .product-modal-image-container .product-modal-photo {
  width: 100%;
  height: 100%;
  max-height: 700px;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  #selectedImageModal .modal-dialog .modal-content .modal-body .product-modal-image-container .product-modal-photo {
    max-height: 313px;
  }
}

.product-detail-desktop .product-detail {
  margin: 0 4% 48px;
}

.product-detail-mobile .product-detail {
  margin-bottom: 24px;
}

.product-detail .pdp-sidebar {
  display: flex;
  gap: 5px;
  max-height: 800px;
}
.product-detail .pdp-sidebar .slick-prev, .product-detail .pdp-sidebar .slick-next {
  width: 32px;
  height: 32px;
  background-size: cover;
  background-repeat: no-repeat;
  display: block;
  aspect-ratio: 1/1;
  position: absolute;
  z-index: 1;
  cursor: pointer;
}
.product-detail .pdp-sidebar .slick-prev {
  background-image: url("../../images/carousel-prev-vertical-icon.svg");
  top: 0;
}
.product-detail .pdp-sidebar .slick-next {
  background-image: url("../../images/carousel-next-vertical-icon.svg");
  bottom: 0;
}
.product-detail .pdp-sidebar .pdp-carousel-images {
  position: relative;
  max-height: inherit;
  overflow: hidden;
  max-width: 120px;
  margin: 0;
  width: 20%;
  display: flex;
  align-items: center;
  flex-direction: column;
}
.product-detail .pdp-sidebar .pdp-carousel-images .pdp-carousel-images__item {
  width: 100%;
  cursor: pointer;
}
.product-detail .pdp-sidebar .pdp-carousel-images .miniature-image {
  height: auto !important;
  margin-bottom: 8px;
}
.product-detail .pdp-sidebar .single-detail-images {
  max-height: inherit;
  width: 80%;
  cursor: default;
}
.product-detail .pdp-sidebar .pro-images-detail {
  position: relative;
  overflow: hidden;
  width: fit-content;
  cursor: zoom-in;
}
.product-detail .pdp-sidebar .pro-images-detail img {
  height: auto;
  width: 100%;
}
@media (min-width: 1200px) {
  .product-detail .pdp-sidebar .pro-images-detail img {
    max-height: 800px;
    width: auto;
  }
}

.add-to-cart-messages {
  z-index: 20;
}

#productdetailpage .tecnology-section {
  display: flex;
  gap: 24px;
}
@media (min-width: 769px) {
  #productdetailpage .tecnology-section {
    margin: 0 4%;
  }
}
@media (max-width: 991.98px) {
  #productdetailpage .tecnology-section {
    flex-direction: column;
    padding: 0 16px 8px;
  }
}
#productdetailpage .tecnology-section .img-tecnology {
  max-width: 237px;
}
#productdetailpage .tecnology-section .img-tecnology img {
  width: 100%;
}
@media (max-width: 991.98px) {
  #productdetailpage .tecnology-section .img-tecnology {
    max-width: 358px;
    margin: 0 auto;
  }
}
#productdetailpage .tecnology-section .tecnology-content {
  display: flex;
  padding: 24px 8px;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  flex: 1 0 0;
}
@media (max-width: 991.98px) {
  #productdetailpage .tecnology-section .tecnology-content {
    padding: 0;
    gap: 8px;
  }
}
#productdetailpage .tecnology-section .tecnology-content .tecnology-title {
  color: #0A3356;
  font-family: "Readex Pro";
  font-size: 28px;
  font-style: normal;
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #productdetailpage .tecnology-section .tecnology-content .tecnology-title {
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
  }
}
#productdetailpage .tecnology-section .tecnology-content .tecnology-text {
  color: #0A3356;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #productdetailpage .tecnology-section .tecnology-content .tecnology-text {
    color: #212529;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 8px;
  }
}
#productdetailpage .tecnology-section .tecnology-content .tecnology-icon-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(min-content, max-content));
  grid-auto-flow: row dense;
  grid-auto-rows: 1fr;
  gap: 16px 24px;
}
@media (max-width: 991.98px) {
  #productdetailpage .tecnology-section .tecnology-content .tecnology-icon-list {
    grid-template-columns: repeat(2, minmax(min-content, max-content));
    gap: 17px 23px;
  }
}
#productdetailpage .tecnology-section .tecnology-content .tecnology-icon-list .tecnology-icon {
  width: 165px;
}
@media (max-width: 991.98px) {
  #productdetailpage .tecnology-section .tecnology-content .tecnology-icon-list .tecnology-icon {
    width: 100%;
  }
}
#productdetailpage .tecnology-section .tecnology-content .tecnology-icon-list .tecnology-icon img {
  width: 100%;
}
#productdetailpage .product-description-and-details {
  width: 100%;
}
#productdetailpage .product-description-and-details.accordion-loading .uk-accordion-content {
  display: none !important;
}
#productdetailpage .product-description-and-details .uk-accordion-container {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
#productdetailpage .product-description-and-details .uk-accordion-container .uk-accordion-content {
  display: none;
}
#productdetailpage .product-description-and-details .uk-accordion-container[uk-accordion] .uk-accordion-content {
  display: block;
}
#productdetailpage .product-description-and-details .uk-accordion-container .uk-accordion-item {
  margin-top: 0;
  display: flex;
  flex-direction: column;
  gap: 9px;
}
#productdetailpage .product-description-and-details .uk-accordion-container .uk-accordion-item.uk-open .uk-accordion-title::before {
  background-image: url("../../images/accordion-minus-icon.svg");
}
#productdetailpage .product-description-and-details .uk-accordion-container .uk-accordion-item .uk-accordion-title .title {
  color: #212529;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
#productdetailpage .product-description-and-details .uk-accordion-container .uk-accordion-item .uk-accordion-title::before {
  background-image: url("../../images/accordion-plus-icon.svg");
}
#productdetailpage .product-description-and-details .uk-accordion-container .uk-accordion-item .uk-accordion-content {
  margin-top: 0;
}
#productdetailpage .product-description-and-details .uk-accordion-container .uk-accordion-item .uk-accordion-content p {
  color: #212529;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 0;
  margin-top: 8px;
}
@media (max-width: 991.98px) {
  #productdetailpage .product-description-and-details .uk-accordion-container .uk-accordion-item .uk-accordion-content p {
    font-size: 13px;
  }
}
#productdetailpage .product-description-and-details .uk-accordion-container .uk-accordion-item .uk-accordion-content .attribute-values p {
  margin-top: 0;
}
#productdetailpage .product-description-and-details .uk-accordion-container .uk-accordion-item .uk-accordion-content .product-sku-model {
  display: flex;
  gap: 5px;
  align-items: center;
}
#productdetailpage .product-description-and-details .uk-accordion-container .uk-accordion-item .uk-accordion-content .product-sku-model .product-model, #productdetailpage .product-description-and-details .uk-accordion-container .uk-accordion-item .uk-accordion-content .product-sku-model .product-sku {
  color: #212529;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  #productdetailpage .product-description-and-details .uk-accordion-container .uk-accordion-item .uk-accordion-content .product-sku-model .product-model, #productdetailpage .product-description-and-details .uk-accordion-container .uk-accordion-item .uk-accordion-content .product-sku-model .product-sku {
    font-size: 13px;
  }
}
@media (min-width: 769px) {
  #productdetailpage .shipping-information {
    margin: 56px 4%;
  }
}
@media (max-width: 991.98px) {
  #productdetailpage .shipping-information {
    margin-bottom: 52px;
  }
}
#productdetailpage .shipping-information .shipping-information__container {
  display: flex;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-top: 0.5px solid #C3C3C3;
  border-bottom: 0.5px solid #C3C3C3;
}
@media (max-width: 991.98px) {
  #productdetailpage .shipping-information .shipping-information__container {
    gap: 16px;
  }
  #productdetailpage .shipping-information .shipping-information__container #shipping-info-carousel .carousel-indicators {
    bottom: -20px;
  }
  #productdetailpage .shipping-information .shipping-information__container #shipping-info-carousel .carousel-indicators li {
    width: 24px;
    height: 2px;
    background: #0A3356;
  }
  #productdetailpage .shipping-information .shipping-information__container #shipping-info-carousel .carousel-indicators li.active {
    width: 40px;
  }
  #productdetailpage .shipping-information .shipping-information__container #shipping-info-carousel .carousel-item {
    margin-right: -100%;
  }
}
#productdetailpage .shipping-information .shipping-information__container .shipping-information__content {
  display: flex;
  padding: 8px 0;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 8px;
  flex: 1 0 0;
}
@media (max-width: 991.98px) {
  #productdetailpage .shipping-information .shipping-information__container .shipping-information__content {
    max-width: 276px;
    text-align: center;
  }
}
#productdetailpage .shipping-information .shipping-information__container .shipping-information__content .shipping-information__content__body {
  color: #3B5C7B;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
#productdetailpage .shipping-information .shipping-information__container .shipping-information__content .shipping-information__content__body a {
  font-weight: 600;
  color: inherit;
  text-decoration-line: underline;
}
#productdetailpage .shipping-information .shipping-information__container .shipping-information__content .shipping-information__content__header {
  width: 48px;
}
@media (max-width: 991.98px) {
  #productdetailpage .shipping-information .shipping-information__container .shipping-information__content .shipping-information__content__header {
    width: 52px;
    margin: 0 auto;
  }
}
#productdetailpage .shipping-information .shipping-information__container .shipping-information__content .shipping-information__content__header img {
  width: 100%;
}
@media (min-width: 769px) {
  #productdetailpage .experience-commerce_layouts-customCarousel {
    margin: 0 4%;
  }
}
@media (min-width: 769px) {
  #productdetailpage .messages-container {
    height: 55px;
  }
}
#productdetailpage .pdp-right-content.desktop-content {
  display: flex;
  padding: 8px 16px 16px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 146px 41px 0 rgba(0, 0, 0, 0), 0 93px 37px 0 rgba(0, 0, 0, 0.01), 0 52px 31px 0 rgba(0, 0, 0, 0.03), 0 23px 23px 0 rgba(0, 0, 0, 0.05), 0 6px 13px 0 rgba(0, 0, 0, 0.06);
}
@media (min-width: 769px) {
  #productdetailpage .pdp-right-content.desktop-content {
    max-width: 494px;
    width: 100%;
  }
}
#productdetailpage .pdp-right-content.desktop-content .container-attr {
  width: 100%;
}
#productdetailpage .product-detail-price .range {
  margin-left: 0;
}
#productdetailpage .product-detail-price .custom_promotional_price .font10t10 {
  display: none;
}
#productdetailpage .product-detail-price .custom_promotional_price .strike-through .value, #productdetailpage .product-detail-price .custom_promotional_price .sales {
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
#productdetailpage .product-detail-price .custom_promotional_price .strike-through .value {
  color: #606060;
}
#productdetailpage .product-detail-price .custom_promotional_price .sales {
  color: #212529;
}
#productdetailpage .sticky-product-info {
  display: flex;
  padding: 24px 80px;
  align-items: center;
  gap: 48px;
  border: 1px solid #3B5C7B;
  background: #FFF;
  justify-content: space-between;
  box-shadow: 0px -199px 56px 0px rgba(11, 51, 86, 0), 0px -128px 51px 0px rgba(11, 51, 86, 0.01), 0px -72px 43px 0px rgba(11, 51, 86, 0.04), 0px -32px 32px 0px rgba(11, 51, 86, 0.07), 0px -8px 18px 0px rgba(11, 51, 86, 0.08);
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 16;
}
#productdetailpage .sticky-product-info .wishlist-container {
  width: auto !important;
}
@media (max-width: 991.98px) {
  #productdetailpage .sticky-product-info {
    padding: 16px 8px;
    align-items: start;
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    gap: 12px 16px;
  }
  #productdetailpage .sticky-product-info .add-to-cart-and-wishlist-container {
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 991.98px) and (max-width: 768.98px) {
  #productdetailpage .sticky-product-info .add-to-cart-and-wishlist-container {
    border-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  #productdetailpage .sticky-product-info .sticky-img {
    grid-row: 1;
    grid-column: 1;
    align-self: start;
  }
}
@media (max-width: 991.98px) {
  #productdetailpage .sticky-product-info .principal-product-attributes {
    grid-row: 1;
    grid-column: 2;
    min-width: 0;
  }
  #productdetailpage .sticky-product-info .principal-product-attributes .product-name h1 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 8px;
  }
  #productdetailpage .sticky-product-info .principal-product-attributes .product-discount {
    font-size: 12px !important;
    margin-bottom: 2px;
  }
  #productdetailpage .sticky-product-info .principal-product-attributes .strike-through .value, #productdetailpage .sticky-product-info .principal-product-attributes .sales {
    font-size: 14px !important;
  }
  #productdetailpage .sticky-product-info .principal-product-attributes .sales {
    font-weight: 400 !important;
    line-height: 24px;
  }
}
@media (max-width: 991.98px) {
  #productdetailpage .sticky-product-info .sticky-add-to-cart {
    grid-row: 2;
    grid-column: 1/-1;
    width: 100%;
  }
}
#productdetailpage .sticky-product-info .sticky-img {
  max-width: 120px;
}
#productdetailpage .sticky-product-info .sticky-img img {
  width: 100%;
  height: 100%;
}
#productdetailpage .sticky-product-info .principal-product-attributes {
  width: 100%;
}
#productdetailpage .sticky-product-info .principal-product-attributes .product-discount {
  font-size: 14px;
}
#productdetailpage .sticky-product-info .principal-product-attributes .strike-through .value, #productdetailpage .sticky-product-info .principal-product-attributes .sales {
  font-size: 16px;
}
#productdetailpage .sticky-product-info .principal-product-attributes .sales {
  font-weight: 600;
  line-height: 24px;
}
@media (min-width: 992px) {
  #productdetailpage .sticky-product-info .sticky-add-to-cart {
    max-width: 291px;
  }
}
#productdetailpage .sticky-product-info .sticky-add-to-cart .add-to-cart-and-wishlist-container {
  gap: 24px;
}
@media (max-width: 1199.98px) {
  #productdetailpage .sticky-product-info .sticky-add-to-cart .add-to-cart-and-wishlist-container {
    gap: 16px;
  }
}
@media (min-width: 992px) {
  #productdetailpage .sticky-product-info .sticky-add-to-cart .add-to-cart-and-wishlist-container .add-to-cart {
    width: 235px;
  }
}
#productdetailpage .add-to-cart, #productdetailpage .add-to-cart-global {
  display: flex;
  height: 44px;
  padding: 10px 16px 10px 24px;
  background: #0A3356;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  color: #FFF;
  font-family: "Readex Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
  border: none;
}
#productdetailpage .add-to-cart:disabled, #productdetailpage .add-to-cart-global:disabled {
  background: #6C859A;
}
#productdetailpage .add-to-cart:disabled::after, #productdetailpage .add-to-cart-global:disabled::after {
  display: none;
}
#productdetailpage .add-to-cart::after, #productdetailpage .add-to-cart-global::after {
  content: "";
  background-image: url("../../images/pdp/cart-white-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 18px;
  height: 18px;
  display: block;
}
@media (max-width: 991.98px) {
  #productdetailpage .add-to-cart, #productdetailpage .add-to-cart-global {
    display: flex;
    padding: 10px 24px;
    align-self: stretch;
  }
}
#productdetailpage .container-attr-mobile {
  margin-bottom: 40px;
}
#productdetailpage .size-info-container .size-guide button {
  color: #3B5C7B;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  text-decoration-line: underline;
  border: none;
  background: transparent;
  padding: 0;
}
#productdetailpage .size-info-container .size-guide button:focus {
  outline: none;
}
#productdetailpage .size-info-container .talla {
  color: #082945;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 8px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#productdetailpage .size-info-container .talla .latest-quantities-message {
  font-size: 14px;
  margin-bottom: 0;
  margin-left: 4px;
}
@media (max-width: 991.98px) {
  #productdetailpage .size-info-container .talla .latest-quantities-message {
    font-size: 12px;
    line-height: 18px;
  }
}
#productdetailpage .size-info-container .talla .size-guide {
  margin-left: auto;
}
#productdetailpage .color-label {
  margin-bottom: 8px;
}
#productdetailpage .color-label h6 {
  color: #082945;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #productdetailpage .color-label h6 {
    color: #0A3356;
  }
}
#productdetailpage .color-attribute-list .select-color {
  padding: 0;
  padding-bottom: 12px;
}
@media (max-width: 991.98px) {
  #productdetailpage .color-attribute-list .select-color {
    border-bottom: 1px solid #C3C3C3;
  }
}
#productdetailpage .color-attribute-list .select-color .color-circle {
  border-radius: 50%;
}
#productdetailpage .color-attribute-list .select-color .color-circle.nonSelectable {
  background: none !important;
}
#productdetailpage .list-talla .select-talla {
  padding: 0;
  display: flex;
  gap: 8px;
}
@media (max-width: 991.98px) {
  #productdetailpage .list-talla .select-talla {
    gap: 16px;
  }
}
#productdetailpage .list-talla .select-talla li {
  box-sizing: border-box;
  border: 0.5px solid #0A3356;
  border-radius: 0;
  background: #FFF;
  display: flex;
  width: 104px;
  height: 44px;
  padding: 10px 10px;
  justify-content: center;
  align-items: center;
  color: #0A3356;
  font-family: "Readex Pro";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
#productdetailpage .list-talla .select-talla li.nonSelectable {
  opacity: 0.5;
  color: #3B5C7B;
  border-radius: 0 !important;
}
#productdetailpage .list-talla .select-talla li.selectable.actives {
  border: 2.5px solid #3B5C7B;
  font-weight: 600;
}
#productdetailpage .list-talla .select-talla li:hover {
  border: 1.5px solid #000;
}
@media (max-width: 991.98px) {
  #productdetailpage .list-talla .select-talla li {
    padding: 8px 16px;
    gap: 10px;
    width: auto;
    height: auto;
  }
}
#productdetailpage .product-promotions {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-bottom: 4px;
  margin-top: 8px;
}
@media (max-width: 991.98px) {
  #productdetailpage .product-promotions {
    margin-bottom: 2px;
    margin-top: 0;
  }
}
#productdetailpage .product-promotions .product-discount {
  color: #F00;
  text-align: center;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  height: fit-content;
}
#productdetailpage .product-promotions .highlight-container .promotion-item {
  background: #0A3356;
  display: flex;
  padding: 0px 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  color: #FFF;
  text-align: right;
  font-family: "Readex Pro";
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}
#productdetailpage .product-name h1,
#productdetailpage .product-name h2 {
  color: #082945;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  #productdetailpage .product-name h1,
#productdetailpage .product-name h2 {
    margin-bottom: 5px;
  }
}
#productdetailpage .info-message-container {
  z-index: 1;
  position: absolute;
  right: 80px;
}
@media (max-width: 768.98px) {
  #productdetailpage .info-message-container {
    right: 0;
    bottom: 0;
  }
}
#productdetailpage .info-message-container .info-message {
  display: flex;
  width: 353px;
  padding: 8px;
  align-items: center;
  gap: 8px;
  background: #FFF;
  margin-bottom: 5px;
  box-shadow: 0px 38px 11px 0px rgba(0, 0, 0, 0), 0px 24px 10px 0px rgba(0, 0, 0, 0.02), 0px 14px 8px 0px rgba(0, 0, 0, 0.06), 0px 6px 6px 0px rgba(0, 0, 0, 0.1), 0px 2px 3px 0px rgba(0, 0, 0, 0.12);
}
#productdetailpage .info-message-container .info-message span {
  color: #000;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
#productdetailpage .info-message-container .info-message::before {
  content: "";
  width: 24px;
  height: 24px;
  background-image: url("../../images/info-success-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
}
#productdetailpage .mobile-detail .carrousel-slide-images .carousel-item {
  margin-right: -100%;
  padding-bottom: 0;
}
#productdetailpage .mobile-detail .carousel-indicators-container {
  position: relative;
  width: 100%;
  bottom: 0;
  z-index: 15;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none;
  overflow-x: auto;
}
#productdetailpage .mobile-detail .carousel-indicators-container .carousel-indicators {
  position: relative;
  padding: 0;
  margin: 0;
}
#productdetailpage .mobile-detail .carousel-indicators-container .carousel-indicators .carousel-indicators-item {
  opacity: 1;
}
@media (max-width: 991.98px) {
  #productdetailpage #carrousel-slide-images-container .carousel-control-prev,
#productdetailpage #carrousel-slide-images-container .carousel-control-next {
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    aspect-ratio: 1/1;
    top: auto;
    bottom: 48px;
    z-index: 15;
    opacity: 1;
  }
  #productdetailpage #carrousel-slide-images-container .carousel-control-prev {
    margin-left: 15px;
    background-image: url("../../images/carousel-prev-icon.svg");
  }
  #productdetailpage #carrousel-slide-images-container .carousel-control-next {
    margin-right: 4px;
    background-image: url("../../images/carousel-next-icon.svg");
  }
  #productdetailpage #carrousel-slide-images-container .carousel-indicators li {
    display: flex;
    width: 94.5px;
    flex-shrink: 0;
    height: auto;
  }
  #productdetailpage #carrousel-slide-images-container .carousel-indicators li .img-indicator {
    width: 100%;
    height: 100%;
    align-self: stretch;
  }
  #productdetailpage .product-detail .prices {
    margin: 18px 0 0 0;
    padding-bottom: 0;
  }
  #productdetailpage .product-details-wrapper .attributes {
    margin-top: 0 !important;
  }
  #productdetailpage .mobile-favorite-button {
    position: absolute;
    z-index: 5;
    top: 0;
    right: 4px;
  }
  #productdetailpage .mobile-favorite-button button {
    border: none !important;
  }
}
#productdetailpage .add-to-cart-and-wishlist-container {
  display: flex;
  cursor: pointer;
  width: 100%;
}
@media (max-width: 768.98px) {
  #productdetailpage .add-to-cart-and-wishlist-container {
    padding-bottom: 16px;
    border-bottom: 1px solid #C3C3C3;
    margin-bottom: 90px;
  }
}
#productdetailpage .add-to-cart-and-wishlist-container .add-to-cart {
  width: 88%;
}
#productdetailpage .add-to-cart-and-wishlist-container .wishlist-container {
  width: 10%;
  display: flex;
  justify-content: end;
  align-items: center;
  height: 53px;
}
#productdetailpage .product-tile-pd .product-tile-figure {
  margin: 0;
}
#productdetailpage .mobile-slick-carousel-inner img {
  width: 100%;
  height: 100%;
  display: block;
}
@media (max-width: 991.98px) {
  #productdetailpage .shipping-information__container .shipping-information__content {
    opacity: 0;
    visibility: hidden;
    height: 0;
    overflow: hidden;
  }
  #productdetailpage .shipping-information__container.carousel-initialized .shipping-information__content {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
  #productdetailpage .shipping-information__container.carousel-initialized .carousel-inner,
#productdetailpage .shipping-information__container.carousel-initialized .carousel-indicators {
    opacity: 1;
    visibility: visible;
  }
  #productdetailpage .shipping-information__container .carousel-inner,
#productdetailpage .shipping-information__container .carousel-indicators {
    opacity: 1;
    visibility: visible;
  }
}
@media (min-width: 992px) {
  #productdetailpage .shipping-information__container .shipping-information__content {
    opacity: 1;
    visibility: visible;
    height: auto;
  }
}
#productdetailpage #sizeGuide {
  padding: 0 !important;
}
#productdetailpage #sizeGuide .modal-dialog {
  max-width: 580px;
  margin: 0;
  height: 100%;
}
@media (min-width: 769px) {
  #productdetailpage #sizeGuide .modal-dialog {
    float: right;
  }
}
@media (max-width: 991.98px) {
  #productdetailpage #sizeGuide .modal-dialog {
    position: relative;
    display: inline-flex;
    align-items: end;
  }
}
#productdetailpage #sizeGuide .modal-dialog .modal-content {
  max-height: 863px;
  height: 100%;
  border-radius: 0;
  background: #FFF;
  box-shadow: -218px 0 61px 0 rgba(0, 0, 0, 0), -139px 0 56px 0 rgba(0, 0, 0, 0.01), -78px 0 47px 0 rgba(0, 0, 0, 0.04), -35px 0 35px 0 rgba(0, 0, 0, 0.07), -9px 0 19px 0 rgba(0, 0, 0, 0.08);
}
@media (max-width: 991.98px) {
  #productdetailpage #sizeGuide .modal-dialog .modal-content {
    max-height: fit-content;
    height: auto;
    bottom: 0;
  }
}
#productdetailpage #sizeGuide .modal-header {
  border-bottom: 1px solid #C3C3C3;
  padding: 0;
  margin: 24px;
  padding-bottom: 16px;
}
@media (max-width: 991.98px) {
  #productdetailpage #sizeGuide .modal-header {
    margin: 16px;
  }
}
#productdetailpage #sizeGuide .modal-header .close {
  width: 40px;
  height: 40px;
  position: relative;
  padding: 0;
  margin: 0;
  z-index: 2;
  opacity: 1;
}
@media (max-width: 991.98px) {
  #productdetailpage #sizeGuide .modal-header .close {
    width: 30px;
    height: 30px;
  }
}
#productdetailpage #sizeGuide .modal-header .close span {
  background-image: url("../../images/close-modal.svg") !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  display: block;
}
#productdetailpage #sizeGuide .modal-header .modal-title {
  color: #0A3356;
  font-family: "Readex Pro";
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 29px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  #productdetailpage #sizeGuide .modal-header .modal-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }
}
#productdetailpage #sizeGuide .modal-body {
  padding: 1.5rem;
}
#productdetailpage #sizeGuide .size-guide-category-tabs {
  margin-bottom: 1.5rem;
}
#productdetailpage #sizeGuide .size-guide-category-tabs .category-tabs a {
  padding: 0;
  border: none;
}
#productdetailpage #sizeGuide .size-guide-category-tabs .category-tabs .uk-active {
  text-decoration: underline;
}
#productdetailpage #sizeGuide .size-guide-category-tabs .uk-tab {
  border: none;
  overflow-x: auto;
  flex-wrap: nowrap;
}
@media (min-width: 769px) {
  #productdetailpage #sizeGuide .size-guide-category-tabs .uk-tab {
    scrollbar-width: thin;
  }
  #productdetailpage #sizeGuide .size-guide-category-tabs .uk-tab::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0.1);
  }
}
#productdetailpage #sizeGuide .size-guide-category-tabs .uk-tab::before {
  display: none;
}
#productdetailpage #sizeGuide .size-guide-category-tabs .uk-tab > li > a {
  color: #3B5C7B;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
@media (max-width: 991.98px) {
  #productdetailpage #sizeGuide .size-guide-category-tabs .uk-tab > li > a {
    color: #3B5C7B;
    font-size: 14px;
    line-height: 18px;
  }
}
#productdetailpage #sizeGuide .size-guide-category-tabs .uk-tab > li > a:hover {
  text-decoration-line: underline;
}
#productdetailpage #sizeGuide .size-guide-category-tabs .uk-tab > li.type-tabs:not(.uk-active) {
  display: inline-flex;
  align-items: center;
}
#productdetailpage #sizeGuide .size-guide-category-tabs .uk-tab > li.type-tabs:not(.uk-active) > a {
  padding: 4px 24px;
  gap: 10px;
  border: 1px solid #606060;
  background: #FFF;
  box-shadow: 0 7px 2px 0 rgba(0, 0, 0, 0), 0 5px 2px 0 rgba(0, 0, 0, 0.02), 0 3px 2px 0 rgba(0, 0, 0, 0.06), 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 0 1px 0 rgba(0, 0, 0, 0.12);
}
#productdetailpage #sizeGuide .size-guide-category-tabs .uk-tab > li.uk-active > a {
  color: #082945;
  font-weight: 600;
  line-height: 24px;
}
@media (max-width: 991.98px) {
  #productdetailpage #sizeGuide .size-guide-category-tabs .uk-tab > li.uk-active > a {
    font-size: 14px;
    line-height: 21px;
  }
}
#productdetailpage #sizeGuide .size-guide-category-tabs .uk-tab > li.uk-active > a:hover {
  text-decoration-line: underline;
}
#productdetailpage #sizeGuide .size-guide-type-content-container {
  border: 2px solid #C3C3C3;
  padding: 0 8px;
  margin-bottom: 24px;
}
#productdetailpage #sizeGuide .size-guide-title {
  color: #082945;
  font-family: "Readex Pro";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 16px;
}
#productdetailpage #sizeGuide .size-guide-type-tabs {
  margin-bottom: 1.5rem;
}
#productdetailpage #sizeGuide .size-guide-type-tabs .uk-tab {
  display: flex;
  overflow-x: initial !important;
}
#productdetailpage #sizeGuide .size-guide-type-tabs .uk-tab > li {
  top: 2px;
}
#productdetailpage #sizeGuide .size-guide-type-tabs .uk-tab > li > a {
  color: #212529;
  text-align: center;
  font-family: "DM Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
  padding: 0.75rem 1rem;
  border: none;
  border-radius: 0;
  background: transparent;
  text-align: center;
  text-decoration: none;
  display: block;
}
#productdetailpage #sizeGuide .size-guide-type-tabs .uk-tab > li.uk-active > a {
  color: #000;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
}
#productdetailpage #sizeGuide .size-guide-type-tabs .uk-tab > li:first-child > a {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
#productdetailpage #sizeGuide .size-guide-type-tabs .uk-tab > li:last-child > a {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
#productdetailpage #sizeGuide .size-guide-type-tabs .uk-tab > li.uk-active > a {
  color: #082945;
  font-weight: 600;
  background: #fff;
  border: 2px solid #C3C3C3;
  border-bottom: none;
  border-radius: 0;
}
@media (max-width: 991.98px) {
  #productdetailpage #sizeGuide .size-guide-type-tabs .uk-tab > li.uk-active > a {
    color: #000;
    font-size: 14px;
    line-height: 24px;
  }
}
#productdetailpage #sizeGuide .size-guide-description {
  color: #082945;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin: 16px 0;
}
#productdetailpage #sizeGuide .size-guide-toggle {
  display: flex;
  align-items: center;
  gap: 16PX;
  margin-bottom: 16PX;
}
#productdetailpage #sizeGuide .size-guide-toggle .toggle-label {
  color: #606060;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
}
#productdetailpage #sizeGuide .size-guide-toggle .toggle-label.active {
  color: #000;
  font-weight: 600;
  line-height: 21px;
}
#productdetailpage #sizeGuide .size-guide-toggle .switch {
  position: relative;
  display: inline-block;
  width: 39px;
  margin-bottom: 0;
  height: 24px;
}
#productdetailpage #sizeGuide .size-guide-toggle .switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
#productdetailpage #sizeGuide .size-guide-toggle .switch .slider {
  position: absolute;
  display: flex;
  align-items: center;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #0A3356;
  transition: 0.4s;
  border-radius: 24px;
}
#productdetailpage #sizeGuide .size-guide-toggle .switch .slider:before {
  position: relative;
  content: "";
  height: 22px;
  width: 22px;
  left: 1px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}
#productdetailpage #sizeGuide .size-guide-toggle .switch input:checked + .slider {
  background-color: #0A3356;
}
#productdetailpage #sizeGuide .size-guide-toggle .switch input:checked + .slider:before {
  transform: translateX(15px);
}
#productdetailpage #sizeGuide .size-guide-table-container {
  margin-bottom: 1.5rem;
  overflow-x: auto;
}
#productdetailpage #sizeGuide .size-guide-table-container.simple-table thead {
  display: none;
}
#productdetailpage #sizeGuide .size-guide-table-container.simple-table tbody {
  display: flex;
}
#productdetailpage #sizeGuide .size-guide-table-container.simple-table tbody tr {
  display: flex;
  flex-direction: column;
}
#productdetailpage #sizeGuide .size-guide-table-container.simple-table tbody .size-cell {
  color: #000;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  padding-bottom: 0;
}
#productdetailpage #sizeGuide .size-guide-table {
  width: 100%;
  margin-bottom: 0;
  border: none;
}
#productdetailpage #sizeGuide .size-guide-table th {
  color: #000;
  text-align: center;
  align-self: stretch;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 21px;
  padding: 0;
  border: none;
}
#productdetailpage #sizeGuide .size-guide-table td {
  color: #212529;
  text-align: center;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  border: none;
  padding: 4px 0.75rem;
  align-self: stretch;
}
#productdetailpage #sizeGuide .size-guide-messages-container {
  display: flex;
  gap: 8px;
}
#productdetailpage #sizeGuide .size-guide-messages-container .size-guide-image {
  width: 30%;
}
@media (max-width: 991.98px) {
  #productdetailpage #sizeGuide .size-guide-messages-container .size-guide-image {
    width: 45%;
  }
}
#productdetailpage #sizeGuide .size-guide-messages-container .size-guide-message1 {
  color: #082945;
  font-family: "DM Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 8px;
}
@media (max-width: 991.98px) {
  #productdetailpage #sizeGuide .size-guide-messages-container .size-guide-message1 {
    font-size: 12px;
  }
}
#productdetailpage #sizeGuide .size-guide-messages-container .size-guide-message {
  color: #082945;
  font-family: "DM Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-bottom: 0;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  #productdetailpage #sizeGuide .modal-dialog {
    max-width: 100%;
  }
  #productdetailpage #sizeGuide .modal-dialog .modal-content {
    padding-bottom: 88px;
  }
  #productdetailpage #sizeGuide .modal-body {
    padding: 1rem;
  }
  #productdetailpage #sizeGuide .size-guide-table {
    font-size: 12px;
  }
  #productdetailpage #sizeGuide .size-guide-table th,
#productdetailpage #sizeGuide .size-guide-table td {
    padding: 0.5rem 0.25rem;
    font-size: 12px;
  }
}
@media (max-width: 991.98px) and (max-width: 991.98px) {
  #productdetailpage #sizeGuide .size-guide-table th,
#productdetailpage #sizeGuide .size-guide-table td {
    padding: 8px 0;
  }
}
@media (max-width: 991.98px) {
  #productdetailpage #sizeGuide .simple-table .size-guide-table {
    font-size: 12px;
  }
  #productdetailpage #sizeGuide .simple-table .size-guide-table th,
#productdetailpage #sizeGuide .simple-table .size-guide-table td {
    padding: 0.5rem 0.25rem;
    font-size: 12px;
  }
}
@media (max-width: 991.98px) {
  #productdetailpage #sizeGuide .size-guide-description {
    font-size: 12px;
    padding: 0.75rem;
  }
}
@media (max-width: 991.98px) {
  #productdetailpage #sizeGuide .size-guide-messages .size-guide-message {
    font-size: 11px;
    line-height: 16px;
  }
}

/*# sourceMappingURL=detail.css.map*/