.mainImgProduct {
  width: 100%;
  height: 100%;
  aspect-ratio: var(--main-img-product-ratio);
  -o-object-fit: cover;
  object-fit: cover;
  cursor: pointer;
}

.slider-for span {
  width: 100%;
  height: auto;
}

.slider-for:not(.slick-initialized) {
  width: 100%;
  display: grid;
  overflow: hidden;
  grid-template-columns: repeat(4, 1fr);
}

.slider-for.slick-initialized {
  width: 100%;
  display: block;
  overflow: hidden;
}
#cartMessageFixedContainer #cartMessageDiv {
  overflow: hidden;
  height: fit-content;
  margin-top: 0;
  border: none;
  top: 50%;
  transform: translateY(-50%);
}
#cartMessageButtonsWrapper {
  float: none;
  width: 189px;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

#productImages::-webkit-scrollbar,
#productInfo::-webkit-scrollbar {
  display: none;
}

.slider-nav {
  width: 0;
  opacity: 0;
  display: none;
}
.ooPopupContainer {
  position: fixed;
  z-index: 1000;
  width: 100%;
  top: 0px;
  height: 100dvh;
  background: rgba(33, 31, 29, 0.2);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  /* display: none; */
  visibility: hidden;
  pointer-events: none;
}

.ooPopupSlider {
  height: 79vh;
  overflow: hidden;
  max-width: 90%;
  margin-left: 5%;
  margin-top: 10vh;
  margin-bottom: 30px;
}

.breadcrumbContainer {
  opacity: 0;
  color: var(--lighter-base);
  font-size: calc(var(--base-font-size) - 2px);
  line-height: calc(var(--base-line-height) - 2px);
  font-weight: var(--secondary-font-weight);
  text-transform: uppercase;
  grid-column: 1/3;
}
.breadcrumbContainer.fade-in-left.observer.onViewport {
  -webkit-animation: fade-in-left 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  animation: fade-in-left 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  text-align: left;
}
.badgeFile, .preorderBadge {
  max-height: 40px;
}


div#productRightColumn.onViewport {
  -webkit-animation: fade-in-right 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  animation: fade-in-right 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
}

.mainImgContainer {
  width: 100%;
  overflow: hidden;
}

.breadcrumbContainer span:last-child {
  color: var(--base);
  margin-left: unset;
}

.navImgProduct {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  aspect-ratio: var(--slider-for-aspect-ratio);
}

.slick-vertical .navImgContainer.slick-slide {
  -o-object-fit: cover;
  object-fit: cover;
  border-bottom: 10px solid transparent;
  aspect-ratio: var(--slider-for-aspect-ratio);
}

.navImgContainer {
  -o-object-fit: cover;
  object-fit: cover;
  border-bottom: 10px solid transparent;
  aspect-ratio: var(--slider-for-aspect-ratio);
}

#productImages .badgeContainer {
  position: absolute;
  top: 0px;
  right: 0;
  max-width: 100px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.topSection > a {
  visibility: hidden;
  display: none;
}
.customizableField {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 13px;
}

.customizableFieldTitle {
  position: relative;
  font-size: 15px;
  font-weight: 600;
  text-transform: lowercase;
  margin-bottom: 3px;
}

.customizableFieldRow {
  background-color: rgba(196, 196, 196, 0.2);
  border-radius: 5px;
  margin-bottom: 7px;
  width: 65%;
  text-indent: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 5px;
  font-size: 13px;
  color: #757575;
  height: 24px;
}

select.customizableFieldRow {
  height: 30px;
  border: none;
  float: left;
  cursor: pointer;
  margin-left: 0;
  width: 66%;
}

.arrowSelect {
  position: relative;
  background-color: #ff96a2;
  width: fit-content;
  padding: 6px;
  float: left;
  margin-top: 6px;
  margin-left: -30px;
  pointer-events: none;
  border-radius: 0 5px 5px 0;
}

#MMRightArrow,
#MMLeftArrow {
  display: none;
  position: absolute;
  bottom: 30px;
  right: 4vw;
  height: 35px;
  width: 65px;
  background-color: var(--base-aux);
  cursor: pointer;
  justify-content: center;
}

#MMRightArrow:hover,
#MMLeftArrow:hover {
  filter: invert(1);
}

#MMLeftArrow {
  right: calc(4vw + 75px);
}

div#MMRightArrow img {
  transform: rotate(180deg);
}

.MMArrowImg {
  position: relative;
  width: 25px;
  margin: 0 auto;
  display: block;
  transform: rotateZ(360deg);
  margin-top: 0;
  top: 10px;
}

.bankPriceView {
  position: relative;
  width: fit-content;
  overflow: visible;
  height: 16px;
  display: flex;
  color: var(--base);
  flex-wrap: wrap;
}

.productBasicInfo .bankPriceImg {
  margin-right: 8px;
  height: 16px;
  top: unset;
  margin-left: 0;
  bottom: 0px;
}
.bankPriceImg.bank13, .bankPriceImg.bank14{
    height: 14px;
}

.productBasicInfo .bankPriceText {
  margin-top: 0;
}

.widthContainer {
  width: 100% !important;
  margin-top: 0px;
  margin-bottom: 0;
}
#productData .clientName {
  margin: 0 0 15px;
  font-weight: var(--secondary-font-weight);
}

.bankPriceRow.mainBankPriceRow {
  min-width: fit-content;
  display: flex;
  line-height: 15px;
}

.bankPriceImgView {
  position: relative;
  float: left;
  height: 25px;
  margin-right: 5px;
}

.bankPriceTextView {
  position: relative;
  float: left;
}

.noStock {
  cursor: no-drop !important;
  color: grey !important;
  opacity: 0.2;
}

#productData {
  position: relative;
  height: auto;
  width: 100%;
  display: flex;
  gap: 0 40px;
  flex-direction: column;
}

#productImages {
  position: relative;
  float: left;
  width: 100%;
  height: auto;
  margin: 0 auto;
  overflow: hidden;
  aspect-ratio: var(--slider-for-aspect-ratio);
}

#productRightColumn {
  height: 100%;
  width: var(--web-container);
  overflow: visible;
  opacity: 0;
  margin: auto;
}
#productWrapper {
  position: sticky;
  top: calc(var(--menu-height) + 20px);
}
#productInfo {
  position: relative;
  width: 95%;
  height: auto;
  overflow: hidden;
}

.productBasicInfo {
  position: relative;
  width: 100%;
  display: grid;
  gap: 5px;
  font-size: calc(var(--base-font-size) + 2px);
  line-height: calc(var(--base-line-height) + 2px);
}

.productInfoTitle {
  position: relative;
  float: left;
  width: auto;
  max-width: calc(100% - 90px);
  font-size: calc(var(--base-font-size) + 4px);
  line-height: calc(var(--base-line-height) + 4px);
  color: var(--base);
}
div#buyButton .c-button_label.-hidden {
  background: transparent;
  color: var(--base);
}

.productInfoLabel {
  height: auto;
  width: 100%;
  font-size: 13px;
  text-transform: uppercase;
  line-height: normal;
  float: left;
  color: var(--base);
}

.viewAllGo {
  display: none;
}

.priceContainer {
  min-width: fit-content;
  overflow: visible;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc(100% - 36px);
  font-weight: var(--secondary-font-weight);
  align-items: flex-start;
}

#productPrice {
  position: relative;
  color: var(--base);
  width: auto;
  height: 15px;
  display: -webkit-box;
  line-height: 15px;
  display: -ms-flexbox;
  margin-right: 10px;
  display: flex;
  -ms-flex-align: center;
  flex-direction: row-reverse;
}

#productOldPrice {
  position: relative;
  width: auto;
  color: var(--lighter-base);
  float: left;
  height: 15px;
  margin-right: 10px;
  font-weight: var(--base-font-weight);
}

#productOldPrice:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 2px solid;
  border-color: inherit;
}

.purchaseButton {
  width: 100%;
  float: left;
  display: flex;
  background-color: var(--secondary);
  text-align: center;
  color: var(--add-to-cart-btn-font);
  padding: 0px 20px;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all var(--transitionTime);
  -o-transition: all var(--transitionTime);
  transition: all var(--transitionTime);
  cursor: pointer;
  border: 1px solid var(--secondary);
  text-transform: uppercase;
  justify-content: space-between;
  box-shadow: 0px -18px 34px 0px rgba(255, 255, 255, 0.65);
  position: sticky;
  bottom: 20px;
}

.purchaseButton::after {
  content: "";
  right: 10px;
  width: 30px;
  background-repeat: no-repeat;
  background-size: contain;
  height: 16px;
  position: absolute;
  top: calc(50% - 8px);
  background-image: url(../../files/arrowRight.svg);
  filter: invert(1);
}

.selectedHeading {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-color: #58595b;
}

#cartInfo {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  color: #8e8e8e;
  font-size: 14px;
  display: inline-block;
  margin: 0 auto;
  margin-top: 20px;
}

#productPurchaseAmountText {
  position: relative;
  float: left;
  margin-top: 7px;
  font-size: 12px;
  font-weight: 600;
}
.productInfoDescriptionText, .navigationContainer.mobileElement{
  opacity: 0;
}
.selectAmount {
  position: relative;
  float: left;
  margin-right: 10px;
  padding-left: 20px;
  width: 55px;
  height: 25px;
  font-weight: lighter;
  color: #8e8e8e;
  text-align: center;
  padding-right: 14px;
  border: none;
  font-size: 15px;
  background-color: transparent;
  border: 0.5px solid #7f736c;
  border-radius: 0;
}

.selectArrow {
  height: 7px;
  width: 7px;
  background-image: url(../../files/selectTriangle.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  right: 9px;
  pointer-events: none;
}

#productInfoDescription {
  position: relative;
  float: left;
  width: 100%;
  margin-top: 20px;
  text-align: left;
  margin-bottom: 20px;
  height: auto;
}

#wish-list-container {
  height: 36px;
  cursor: pointer;
  position: relative;
  width: 36px;
  left: 0;
  float: left;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 36px;
  background: #fff;
}

#addToWishlist {
  background-image: url(../../files/favHeader.svg);
  height: 27px;
  width: 27px;
  background-size: 12px;
  background-position: center;
  background-repeat: no-repeat;
  float: left;
  margin: 0 0 0;
}

#removeWishlistProduct {
  background-size: 100%;
  height: 22px;
  width: 22px;
  background-image: url(../../files/heartProdFilled.png);
}

.verticalSeparator {
  float: left;
  border-left: 1.4px solid #58595b;
  width: 1px;
  height: 25px;
}

.secondBlock {
  display: grid;
  gap: 20px;
  position: sticky;
  top: calc(var(--menu-height) + 20px);
  height: fit-content;
  grid-row: 2/4;
  grid-column: 2 / 3;
  grid-auto-rows: min-content;
}
.specImage {
  height: 100%;
  width: 100%;
  object-fit: cover;
  box-sizing: border-box;
  display: block;
}

.specImage[title="Blanco"],
.specImage[title="Blanca"] {
  border: 1px solid var(--lighter-base);
}

.spec.noImageSpec {
  background: #fff;
  border-color: var(--base);
  border-radius: 0;
  padding: 0px 7px;
  min-width: 19px;
  width: fit-content;
  max-width: unset;
}

.specGroup {
  position: relative;
  width: 100%;
  height: auto;
  overflow: visible;
  margin-top: 0px;
  display: flex;
  justify-content: space-between;
}

.specGroupTitle {
  position: relative;
  width: 35%;
  text-align: left;
  color: var(--base);
  font-size: 13px;
  line-height: normal;
  text-transform: uppercase;
  font-weight: 400;
}

.specGroupTitle2 {
  position: relative;
  width: 40%;
  text-align: left;
  color: #58595b;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
  float: left;
  margin-top: 4px;
  cursor: pointer;
}

.specs {
  position: relative;
  width: 65%;
  height: fit-content;
  overflow: visible;
  display: flex;
  gap: 10px;
  justify-content: flex-end;
  flex-wrap: wrap;
}

.spec {
  position: relative;
  float: left;
  width: auto;
  height: 33px;
  min-width: 12px;
  overflow: visible;
  cursor: pointer;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  flex-direction: column;
}

.spec:not(.noImageSpec) {
  width: 33px;
  box-sizing: border-box;
}

figure.spec figcaption {
  width: calc(100% - 10px);
  color: var(--base);
  text-align: center;
  margin: 5px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  word-break: break-all;
}

.spec:not(.noImageSpec).selectedSpec {
  border: 1px solid var(--black);
  background: transparent;
}
.bottomInfo {
  width: calc(var(--web-container) - 8%);
  margin: auto;
  display: grid;
  margin-top: 40px;
  grid-template-columns: 1fr 1fr;
  gap: 20px 10%;
}

.leftOnlineOffer {
  width: 45%;
  margin-right: 5%;
}

.rightOnlineOffer {
  width: 45%;
  margin-left: 5%;
  margin-top: 50px;
  margin-right: 0%;
}

.breadcrumbContainer.desktopElement a:first-child {
  margin-left: 0px;
}

.openDiv .productGroupInfo {
  height: auto;
}
.spec.selectedSpec {
  color: var(--base-aux);
  background: var(--base);
}

.noImageSpec {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.breadcrumbContainer span {
  margin-left: 5px;
}

.sizeChartContainer {
  position: relative;
  width: 100%;
  margin: 0px 0 10px;
  font-size: 12px;
}

.sizeChartContainer.hideChart {
  display: none;
}

.sizeChartTitle {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  cursor: pointer;
  float: right;
}

.chart {
  padding: 15px;
  background: var(--web-background);
}
.sizeChartData figure {
  max-width: 845px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 90svh;
  height: auto;
  box-sizing: border-box;
}
.sizeChartItemsContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.chartRow,
.chartKeys {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.chartKeys {
  column-gap: 5px;
  font-weight: var(--secondary-font-weight);
}

.chartKey,
.chartData {
  text-align: center;
  width: 100px;
}

.chartData {
  margin-bottom: 7px;
}

.chartKey {
  margin-bottom: 20px;
  text-transform: uppercase;
  font-weight: var(--secondary-font-weight);
}

.sizeChartImg {
  display: block;
  position: relative;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  object-fit: contain;
  width: auto;
  overflow: hidden;
}

#deliveryDiv {
  position: relative;
  float: left;
  width: calc(100% - 40px);
  background-color: #f9f9f9;
  padding: 20px;
  display: none;
}

#deliveryTitle {
  display: flex;
  align-content: center;
  justify-content: center;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-weight: 300;
}

#deliveryInput {
  height: 40px;
  width: 65%;
  float: left;
  border-radius: 3px;
  margin-bottom: 10px;
}

#deliveryButton {
  height: 40px;
  line-height: 40px;
  width: 32%;
  float: right;
  background-color: #585858;
  color: #fff;
  border-radius: 4px;
  text-transform: uppercase;
  font-size: 20px;
  display: flex;
  justify-content: center;
}

#noStockFixedContainer {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  opacity: 0;
}

#noStockDiv {
  position: fixed;
  width: 700px;
  height: 280px;
  background-color: #fff;
  border: 2px solid #58595b;
  left: calc(50% - 350px);
  top: calc(50% - 175px);
  border-radius: 4px;
}

#noStockClose {
  position: absolute;
  top: 0;
  right: 0;
  width: 20px;
  height: 20px;
  background-color: #58595b;
  color: #fff;
  text-align: center;
  font-size: 13px;
  line-height: 19px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

#noStockClose:hover {
  opacity: 0.8;
}

#noStockMessage {
  position: relative;
  width: 80%;
  margin: 0 auto;
  margin-top: 90px;
  text-align: center;
  color: #58595b;
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
}

.stockRequestButton {
  position: relative;
  float: left;
  width: 200px;
  height: 35px;
  line-height: 35px;
  background-color: #58595b;
  border: 1px solid #58595b;
  margin-left: 130px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  border-radius: 6px;
  margin-top: 40px;
  cursor: pointer;
  transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
}

.stockRequestButton:hover {
  background-color: #fff;
  color: #58595b;
}

#productInfoTotal {
  height: 390px;
  width: 100%;
  top: 68px;
  position: relative;
  margin: 30px auto 0 auto;
  background: #fff;
  box-shadow: 0 0 44px rgb(0 0 0 / 13%);
  border-radius: 0 0 20px 20px;
}

#infoTitles {
  height: 70px;
  background: #c4a362;
  width: 100%;
  display: flex;
  align-items: center;
}

#infoContents {
  width: 70%;
  margin-left: 50px;
  margin-top: 20px;
}

.infoText {
  line-height: 23px;
}

.infoTitle {
  height: 100%;
  width: 100%;
  font-weight: 700;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wc-item.selected {
  background-color: #585858 !important;
  color: white !important;
}

.visible {
  display: block !important;
}

#customPageTitle {
  display: none;
}

#white-container {
  height: 300px;
  width: 100%;
  top: 0;
  position: relative;
  margin: 30px auto 0 auto;
  background: #f9f9f9;
  float: left;
}

#brown-container {
  background: #c4a362;
  height: 300px;
}

.customPageCenteredContent {
  width: 100% !important;
}

#wc-header {
  height: 70px;
  background: #c4a362;
  width: 100%;
  display: flex;
  align-items: center;
}

.wc-item {
  height: 70px;
  font-size: 15px;
  background: #f9f9f9;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #585858;
  cursor: pointer;
  font-weight: 700;
  text-transform: uppercase;
}

.wc-item:hover {
  background: #585858;
  color: #fff;
}

.item-title {
  text-align: center;
  margin-top: 37px;
  color: #515151;
  font-weight: 800;
  font-size: 18px;
}

.info-container {
  width: 75%;
  margin-left: 50px;
  height: calc(100% - 120px);
  line-height: 20px;
}

.info-text {
  margin-top: 30px;
  overflow-y: auto;
  color: #515151;
  height: 95%;
  padding-right: 20px;
}

.visible {
  display: block !important;
}

#responsability {
  display: none;
}

#principios {
  display: none;
}

#capital {
  display: none;
}

.white-text {
  color: #fff;
  font-size: 36px;
  width: 100%;
  text-align: center;
  font-weight: 800;
}

#help-container {
  position: absolute;
  margin-top: 130px;
  width: 100%;
  text-align: center;
}

.rounded-button {
  width: 180px;
  font-size: 17px;
  color: #515151;
  font-weight: 800;
  height: 40px;
  margin: 30px auto 0 auto;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  transition: 0.2s;
}

.rounded-button:hover {
  background: #06b1de;
  color: #fff;
  transition: 0.2s;
}

.mobile {
  display: none !important;
}

.downArrow {
  position: absolute;
  right: 35px;
}

.visible-mobile {
  display: none;
}

.info-text::-webkit-scrollbar {
  width: 13px;
}

.info-text::-webkit-scrollbar-track {
  background: rgba(196, 196, 196, 1);
  border-radius: 10px;
}

.info-text::-webkit-scrollbar-thumb {
  background: rgba(6, 177, 222, 1);
  border-radius: 10px;
}

#specialOffersContainer {
  width: 100%;
  margin: 0px auto 0;
  overflow: hidden;
  position: relative;
  display: block;
}

.pagingInfo {
  text-align: center;
  color: var(--base);
  width: fit-content;
  margin: auto;
  padding: 8px 17px;
  border-radius: 100px;
  background: var(--white);
}

img.popupMainImg {
  border-radius: 21px;
  overflow: hidden;
  height: 100%;
  position: relative;
  max-width: 1200px;
  object-fit: contain;
}

.popupImgContainer.slick-slide {
  display: flex !important;
  justify-content: center;
  align-items: center;
  height: 100%;
  position: relative;
}

.slick-list.draggable {
  height: 100% !important;
}

.slick-track {
  height: 100% !important;
}

.ooPopupContainer .sliderLeftArrow,
.ooPopupContainer .sliderRightArrow {
  background-image: url(../../files/ooArrow.svg);
  background-size: 25px;
  background-repeat: no-repeat;
  height: 35px;
  background-position: center;
  width: 65px;
  background-color: var(--white);
  border-radius: 30px;
  top: 48%;
  display: none !important;
  transform: unset;
}
.sliderRightArrow.slick-arrow.shown,
.sliderLeftArrow.slick-arrow.shown {
  display: block !important;
}

.buyButtonText {
  margin: 0px;
}

#buyButton img {
  width: 41px;
}

#buyButton:hover img {
  filter: brightness(10);
}
.sliderContainer
.topSection {
  margin-top: 40px;
}

.ooPopupContainer .sliderLeftArrow {
  left: 23vw;
}

.ooPopupContainer .sliderRightArrow {
  right: 23vw;
  transform: rotate(180deg);
}

hr {
  display: inline-block;
  height: 1px;
  border: 0;
  border-top: 1px solid var(--base);
  padding: 0;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}

#zoomedProductDiv {
  position: fixed;
  top: 148px;
  left: 0;
  width: 420px;
  height: 420px;
  z-index: 9;
  overflow: hidden;
  pointer-events: none;
}

#zoomedProductImg {
  position: relative;
  height: auto;
  width: auto;
}

.quantityContainer {
  position: relative;
  height: auto;
  display: flex;
  align-items: center;
}
.priceAndFavContainer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.selectContainer {
  position: relative;
  cursor: pointer;
  height: 50px;
  text-align: center;
  width: 50%;
  display: flex;
  flex-direction: row;
  line-height: 24px;
  float: left;
  border: 1px solid;
  font-weight: 600;
  background: transparent;
}

.productQuantity {
  border: 0;
  position: relative;
  background-color: transparent;
  text-align: center;
  color: var(--base);
  height: 100%;
  font-size: var(--base-font-size);
  padding: 0;
  width: 100%;
  font-weight: 200;
}

.quantityContainer .selectContainer {
  width: 130px;
  height: 45px;
}

.minusSign,
.plusSign {
  position: absolute;
  z-index: 1;
  width: 19%;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 300;
  right: 0%;
  color: var(--base);
}

.minusSign {
  left: 0%;
  right: unset;
  justify-content: right;
  padding-right: 15px;
}

.plusSign {
  justify-content: left;
  padding-left: 15px;
}

.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  margin-top: 15px;
  max-height: fit-content;
  float: left;
}

.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  padding: 1px 0;
}

.productViewDescription {
  font-size: 13px;
  border: none;
  padding-bottom: 10px;
}
.productGrouptitle {
  margin: 0;
  margin-top: 12px;
  font-size: 13px;
  margin-bottom: 10px;
  cursor: pointer;
  display: flex;
  color: var(--base);
  justify-content: space-between;
  text-transform: capitalize;
}

.openClose {
  position: relative;
  float: right;
  right: 0px;
}

.openDiv .openClose::after {
  width: 20px;
  content: "-";
  background: white;
  right: -7px;
  position: absolute;
  text-align: center;
}

.productGroupInfo {
  width: 95%;
  position: relative;
  margin-bottom: 5px;
  text-align: left;
  font-size: 13px;
  overflow: hidden;
  color: var(--base);
  height: 0;
  line-height: 15px;
  box-sizing: border-box;
  margin-top: 0;
}

.downloadContainer {
  float: left;
  width: 100%;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: rgba(171, 171, 171, 0.11);
  justify-content: center;
}

.imageDownload {
  margin-right: 15px;
}

.downloadText {
  font-size: 15px;
  font-weight: 600;
  color: #124194;
}

.priceInfo {
  float: right;
  max-width: 156px;
  font-weight: 500;
  font-size: 12px;
  height: 25px;
  margin-top: 20px;
  line-height: 25px;
  color: #737373;
}

.informationImg {
  float: right;
  position: relative;
  margin-left: 13px;
  top: 4px;
}

.priceInfoBoxContainer {
  position: relative;
}

.priceInfoBox {
  position: absolute;
  width: calc(95% - 40px);
  top: 59px;
  max-width: 265px;
  overflow: hidden;
  height: 101px;
  background: #fff;
  font-size: 14px;
  line-height: 18px;
  padding: 20px 15px;
  right: 23px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 9%);
  border-radius: 7px;
  z-index: 1;
  color: #000;
  font-weight: 600;
  display: none;
}

.fee {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}

.feePrice {
  float: right;
  width: 50%;
  margin-bottom: 10px;
  text-align: right;
}

.open {
  display: block;
}

.navigationContainer {
  font-size: calc(var(--base-font-size) - 2px);
  line-height: calc(var(--base-line-height) + 2px);
  font-weight: var(--secondary-font-weight);
  text-transform: uppercase;
  grid-column: 1 / 3;
}

.previousButton {
  display: flex;
  align-items: center;
  flex-direction: row;
}

.tableContainer {
  margin: auto;
  width: 90%;
  background-color: #f9f9f9;
  margin-bottom: 50px;
  display: none;
}

.tableContainer.shown {
  display: block;
}

.tableTitle {
  width: 100%;
  position: relative;
  float: left;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-transform: uppercase;
  color: #585858;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 25px;
}

.table {
  margin-top: 5%;
  width: 90%;
  margin-left: 5%;
  margin-right: 5%;
  margin-bottom: 40px;
  border-color: #dee2e6;
}

tbody {
  border-color: inherit;
}

th {
  color: #5f5f5f;
  font-weight: 600;
  border-color: inherit;
  border-style: solid;
  padding: 5px 25px;
  border-right-width: 1px;
  text-align: -webkit-match-parent;
}

tr {
  border-color: inherit;
  border-style: solid;
  padding: 5px 5px;
  border-bottom-width: 1px;
  line-height: 20px;
}

td {
  color: #8c8c8c;
  padding: 35px 25px;
  font-weight: 400;
  font-size: 14px;
}

tr:last-of-type {
  border-bottom-width: 0;
}

.specTitle {
  color: #5f5f5f;
  font-weight: 600;
  font-size: 17px;
  width: 80%;
  margin: 30px auto;
}

.specDescription {
  color: #8c8c8c;
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  width: 80%;
  margin: 30px auto;
}

.widthContainer .categoriesContainer {
  position: relative;
  width: 90%;
  height: 40px;
  margin: 0 auto;
  margin-top: 0;
  line-height: 40px;
  font-size: 14px;
  font-weight: 500;
  color: #999;
}

.arrowVolver {
  position: absolute;
  height: 12px;
  width: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 1px;
}

.guia {
  width: fit-content;
  border-bottom: 1px solid #000;
}

#productInfoDescriptionText span {
  font-weight: 400;
  color: #95a5a6;
  line-height: 20px;
}

.description {
  position: relative;
  font-style: normal;
  font-weight: 400;
  line-height: 17px;
  font-size: 14px;
  text-align: left;
  width: fit-content;
  height: fit-content;
  margin: 50px 0px 30px;
  color: var(--base);
}

#specialOffersContainer .sliderTitleContainer {
  margin-top: 23px;
}

.sliderContainer a.c-button.mobileElement {
  display: none !important;
}

.cuotasContainer {
  position: relative;
  width: fit-content;
  height: 43px;
  border: 1px solid #95a5a6;
  box-sizing: border-box;
  padding-right: 11px;
}

.tarjetaContainer {
  position: relative;
  width: 50px;
  height: 43px;
  float: left;
}

.tarjeta {
  position: relative;
  width: auto;
  height: auto;
  margin-top: 12px;
  margin-left: 11px;
}

.cuotasText {
  position: relative;
  width: auto;
  float: left;
  height: auto;
  font-size: 14px;
  font-family: "Brandon-Grotesque";
  font-style: normal;
  font-weight: 400;
  margin-top: 13px;
}

.sizeGuide {
  font-size: 14px;
  color: #000;
  cursor: pointer;
  padding-bottom: 5px;
  margin-bottom: 15px;
  width: fit-content;
  border-bottom: 1px solid #000;
}

.popupLeftCol {
  width: 70%;
  float: left;
}

.popupRightCol {
  width: 30%;
  float: left;
}

.popupTitleContainer {
  width: 90%;
  margin: 30px auto 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.popupLine {
  width: calc(100% - 194px);
  background: #000;
  height: 1px;
}

.popupTitleContainer h3 {
  color: #000;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 600;
}

.popupLeftCol p {
  color: #000;
  width: 85%;
  font-size: 14px;
  line-height: 18px;
  margin: 20px auto;
}

.popupRightCol img {
  display: block;
  margin: auto;
}

.sliderTitle {
  margin: 45px auto 0;
}

.disabledDiv {
  pointer-events: none;
  opacity: 0.4;
}

.breadcrumbContainer.desktopElement a {
  margin: 0px 3px;
}


.preorderDiv {
  display: none;
}

.preorderText.shown {
  display: block;
}

.preorderDiv.shown {
  display: block;
}

.preorderDiv {
  background: var(--crema);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--base);
  margin: 0 10px 0px 0;
  padding: 5px 14px;
  font-size: 11px;
  text-transform: uppercase;
}

#preorderWrapper {
  display: none;
}
#preorderWrapper.shown {
  display: flex;
}
.preorderText {
  font-size: 13px;
  line-height: 18px;
  margin-top: 5px;
  display: none;
}

.preorderDateText {
  font-weight: 500;
}




.productInfoDescriptionText[data-aos="fade-up"] {
  transform: translate3d(0, 40px, 0);
}


.productInfoDescriptionText {
  float: left;
}
.productInfoDescriptionText p:first-child, .productInfoDescriptionText p:last-child{
  margin:0;
}
.productInfoDescriptionText.onViewport {
  opacity: 0;
  -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
  animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.5s both;
}

.videoContainer {
  pointer-events: none;
}

#removeWishlistProduct {
  background-image: url(../../files/favHeaderFilled.svg);
  background-size: 65%;
}

#previsualizationPopup {
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  position: fixed;
  inset: 0;
}

#previsualizationPopup.open {
  visibility: visible;
  opacity: 1;
  z-index: 11;
  position: fixed;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.imgPopupImgContainer {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80dvh;
  width: var(--web-container);
}
.imgPopupClose {
  cursor: pointer;
  text-align: right;
  position: absolute;
  right: 20px;
  top: 20px;
  color: var(--base-aux);
  font-size: var(--h1-font-size);
  font-weight: var(--aux-font-weight);
}
.imgPopupImgContainer .previsualizationGallery {
  width: 100%;
  height: 100%;
  margin-bottom: 0;
}
.imageInPoup {
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}
.previsualizationPager {
  background: var(--base-aux);
  z-index: 1;
  padding: 0 18px;
  line-height: 38px;
  margin-top: calc(-38px / 2);
}
#previsualizationLeftArrow,
#previsualizationRightArrow {
  z-index: 9;
  position: absolute;
  background: var(--base-aux);
  height: 40px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  transition: all var(--transitionTime);
}

#previsualizationLeftArrow {
  left: 10%;
}
#previsualizationRightArrow {
  right: 10%;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

#recommendedProductsContainer
.relatedProductViewTop{
  aspect-ratio: var(--main-img-product-ratio);
}
#cartMessageFixedContainer.recommendedProductsPopup .relatedProductViewsTitle {
  font-weight: var(--secondary-font-weight);
}
.productSalePriceBadge{
  position: relative;
  float: left;
  margin-left: 12px;
  background: #a72121;
  color: white;
  padding: 0px 6px 0px 6px;
  width: auto;
  font-size: 13px;
  display: none;
  height: 20px;
  line-height: 20px;
  margin-top: 1px;
}
.productSalePriceBadge.shown{
  display: block;
}
.productBasicInfo .bankPriceImg{
  height: 12px;
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  .slider-nav {
    display: none;
  }

  .slider-for {
    width: 100%;
  }

  #productRightColumn {
    width: 45%;
  }


  h2.productInfoTitle.clientName {
    margin-bottom: 5px;
  }

  .purchaseButton {
    width: 360px;
  }

  .description {
    float: right;
    width: 70%;
    margin-right: 30%;
  }
}

@media screen and (max-width: 768px) {
  .productInfoTitle{
    width: 100%;
    float: none;
  }
  .productSalePriceBadge.shown {
     display: inline-block;
   }
  .productSalePriceBadge{
    float: none;
    margin-left: 0px;
    width: auto;
    margin-top: 8px;
    text-align:center;
  }
  .widthContainer {
    width: 100% !important;
    margin-bottom: 15px !important;
    margin-top: 0;
  }

  .sliderContainer {
    padding: 0px;
    padding-bottom: 40px;
    margin-bottom: 0;
  }

  .description {
    float: left;
  }

  #productImages {
    float: unset;
    touch-action: auto;
    aspect-ratio: 375/296;
  }

  .slider-for {
    width: 100%;
    float: left;
    overflow: hidden;
    aspect-ratio: unset;
    margin-left: 0;
  }
  .slider-for:not(.slick-initialized) {
    width: calc(70% - 20px);
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 auto;
    position: relative;
    float: unset;
  }

  #productRightColumn {
    width: 90%;
    margin: auto;
    float: left;
    margin-left: 5%;
    -webkit-animation: unset;
    animation: unset;
    -webkit-animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
    animation: fade-in-bottom 0.5s cubic-bezier(0.39, 0.575, 0.565, 1) 0.2s both;
  }
  #zoomedProductDiv {
    display: none;
  }

  .priceContainer {
    width: 100%;
    margin-top: 10px;
  }

  .bottomInfo {
    grid-template-columns: 1fr;
    overflow: visible;
    margin: 0px auto 0;
    width: var(--web-container);
    margin-top: 20px;
    gap: 16px;
  }

  .leftOnlineOffer {
    width: 100%;
  }

  .rightOnlineOffer {
    width: 100%;
    margin-left: 0px;
  }

  .purchaseButton {
    box-sizing: border-box;
  }
  #productInfo .productInfoTitle.brandName {
    margin-bottom: 5px;
  }
  #productInfoDescription {
    width: 80%;
    margin-left: 10%;
  }

  .specGroupTitle {
    width: 100%;
    margin-bottom: 10px;
  }

  .verticalSeparator {
    height: 25px;
  }

  .productQuantity {
    background: transparent;
  }

  .selectContainer {
    width: 125px;
    height: 40px;
    line-height: 35px;
  }

  .minusSign {
    line-height: 35px;
  }

  .plusSign {
    line-height: 35px;
  }

  .sliderContainer a.c-button.desktopElement {
    display: none;
  }

  #specialOffersContainer {
    width: 100%;
    margin: auto;
    margin-top: 0;
  }

  .specGroupTitle2 {
    width: 48%;
    font-size: 15px;
    margin-left: 25px;
  }

  .productInfoDescriptionText {
    padding-bottom: 0;
  }

  .productInfoDescriptionText.onViewport {
    opacity: 1;
    -webkit-animation: unset;
    animation: unset;
  }
  .productMoreInfo {
    margin-top: 0;
  }
  .sizeChartTitle {
    float: left;
  }

  .productInfoLabel {
    width: fit-content;
  }

  #productData {
    width: 100%;
    display: block;
    background: #fff;
    margin-top: 0;
    overflow: visible;
  }

  .firstBlock,
  .secondBlock,
  .thirdBlock,
  .breadcrumbContainer {
    grid-row: unset;
    grid-column: unset;
    position: unset;
    height: 100%;
  }
  .navigationContainer {
    grid-column: 1 / 2;
}
  .breadcrumbContainer {
    font-size: 10px;
    display: none;
  }
  .thirdBlock {
    display: grid;
    gap: 15px;
  }
  .arrowVolver {
    bottom: 2px;
  }

  .bankPriceView {
    margin-top: -2px;
  }

  .specs {
    width: 100%;
    overflow: visible;
    display: flex;
    gap: 10px;
    grid-auto-flow: column;
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  figure.spec figcaption {
    font-size: 10px;
  }

  .specGroup {
    margin-top: 0;
    flex-direction: column;
  }
  .sizeChartContainer {
    margin: 0;
  }
  .scotiaPriceView {
    margin-top: 32px;
  }

  .fa-chevron-right {
    margin-left: 1px;
    margin-right: 6px;
  }

  #preorderText {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .preorderDiv {
    font-size: 15px;
  }

  #sizeChartDiv {
    max-width: 85%;
    margin-right: 7.5%;
    margin-top: 285px !important;
  }

  #white-container {
    margin: 0 auto 0 auto;
  }

  #wc-header {
    display: block;
    height: 0;
  }

  .downArrow {
    right: 22px;
  }

  .info-container {
    width: 85%;
    margin: 0 auto;
    height: 305px;
    overflow: scroll;
    margin-bottom: 8px;
  }

  #white-container {
    width: 100%;
    height: 450px;
    margin-bottom: 50px;
  }

  .visible {
    display: none !important;
  }

  .wc-item {
    height: 45px;
  }

  .visible-mobile {
    display: block !important;
  }

  #brown-container {
    background: #fff;
    height: 300px;
  }

  #help-container {
    margin-top: 140px;
  }

  .info-text {
    height: 84%;
    font-size: 13px;
  }

  .rounded-button {
    background: #06b1de;
    color: #fff;
    height: 38px;
    width: 177px;
    font-weight: 800;
    border-radius: 22px;
    margin-top: 30px;
  }

  .white-text {
    color: #515151;
    font-size: 30px;
  }

  #imgsContainer {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 450px;
    overflow: hidden;
    position: relative;
    margin-bottom: 0;
  }

  .imgContainer {
    margin: 0px !important;
    position: relative;
  }

  .slick-slide .imgProduct {
    width: 100%;
    margin: auto;
  }

  #productImages .badgeContainer {
    width: 18%;
    right: calc(15% + 10px);
  }

  .priceInfo {
    float: left;
    height: 25px;
    margin-top: 0;
    line-height: 25px;
  }

  #imgsContainer .slick-dots {
    bottom: 15px;
  }

  #imgsContainer .slick-dots .slick-active {
    width: 41px;
  }

  #imgsContainer .slick-dots li {
    top: 0;
  }

  #imgsContainer .slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: #c09f80;
    width: 36px;
    border-radius: 10px;
  }

  #imgsContainer .slick-dots li button:before {
    border: none;
    color: transparent;
    opacity: 0.7;
    border-radius: 50%;
    font-size: 0;
    width: 13px;
    height: 13px;
    background-color: #c09f80;
  }

  .quantityContainer {
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #wish-list-container {
    position: absolute;
    right: -12px;
    left: unset;
    border: unset;
    top: -10px;
  }

  #specialOffersContainer .slick-dots {
    display: none !important;
  }

  .priceInfoBox {
    top: 73px;
    left: 6px;
  }

  .fee {
    float: left;
    width: 33%;
    margin-bottom: 10px;
  }

  .feePrice {
    width: 60%;
  }
  #specialOffersContainer .sliderTitleContainer {
    margin-top: 0;
  }

  .tableTitle {
    font-size: 15px;
  }

  tr {
    padding: 5px 5px;
  }

  th {
    padding: 0 5px;
    font-size: 13px;
  }

  td {
    padding: 5px 5px;
    font-weight: 400;
    font-size: 13px;
  }

  .tableContainer {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .categoriesContainer {
    line-height: 26px;
    font-size: 12px;
  }

  #productInfo {
    width: 100%;
    margin: auto;
    max-height: unset;
    margin-top: 20px;
  }

  .popupLeftCol,
  .popupRightCol {
    width: 100%;
    float: left;
  }

  .popupTitleContainer {
    width: 85%;
  }

  .popupTitleContainer h3 {
    font-size: 14px;
  }

  .popupLeftCol p {
    font-size: 12px;
    line-height: 16px;
    margin: 10px auto;
  }

  .popupLine {
    width: calc(100% - 116px);
  }

  .sliderLine,
  .sliderCircle {
    width: 0px !important;
    display: none;
  }

  #sizeChartDiv {
    max-width: 85%;
    margin-right: 7.5%;
    margin-top: 285px !important;
  }

  .sizeChartData {
    max-width: var(--web-container);
  }

  .slider-for .slick-dots {
    bottom: 17px;
  }

  .slider-for .slick-dots li button:before {
    font-size: 45px;
    color: var(--secondary);
    opacity: 0.8;
  }

  .slider-for .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: var(--secondary);
    opacity: 1;
  }

  .mainImgContainer.slick-slide {
    aspect-ratio: unset;
    margin: 0px 10px;
  }
  img.mainImgProduct {
    width: 100% !important;
  }

  .mainImgContainer {
    height: 100%;
    aspect-ratio: 414/517;
    object-fit: cover;
  }

  #previsualizationLeftArrow {
    left: calc((100% - var(--web-container)) / 2);
  }
  #previsualizationRightArrow {
    right: calc((100% - var(--web-container)) / 2);
  }
  .imgPopupImgContainer {
    height: 70dvh;
  }
  #cartMessageFixedContainer.recommendedProductsPopup .cartMessageAceptar {
  margin-left: 0;
  width: 190px;
}
}

@media (hover: hover) and (pointer: fine) {
  #addToWishlist:hover {
    background-image: url(../../files/favHeaderFilled.svg);
    background-size: 14px;
  }

  #removeWishlistProduct:hover {
    background-image: url(../../files/heartProd.png);
  }

  .spec:not(.noImageSpec):hover {
    border-color: var(--base);
    background: transparent;
  }

  .spec:hover {
    color: var(--base-aux);
    background: var(--base);
  }

  .purchaseButton:hover {
    background-color: var(--base-aux);
    color: var(--secondary);
  }
  .purchaseButton:hover:after {
    filter: unset;
  }
  #removeWishlistProduct:hover {
    background-image: url(../../files/favHeader.svg);
    background-size: 55%;
  }
  #previsualizationRightArrow:hover,
  #previsualizationLeftArrow:hover {
    background: var(--secondary);
  }
  #previsualizationRightArrow:hover img,
  #previsualizationLeftArrow:hover img {
    filter: invert(1);
  }
}
