.mainImgContainer {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #d3d3d3;
  margin: auto;
  margin-bottom: 30px;
  display: flex;
  background-color: #d3d3d3;
  aspect-ratio: 640/646;
}

.coffeShop .mainImgContainer {
  aspect-ratio: unset;
}

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

.mainImgProduct {
  position: relative;
  width: 60%;
  height: 100%;
  padding: 40px 0;
  margin: 0 auto;
}

.coffeShop .mainImgProduct {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0 auto;
  object-fit: cover;
}

.slider-for {
  width: 100%;
  overflow: hidden;
  display: grid;
}

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

.slider-nav {
  width: 0;
  opacity: 0;
  display: none;
}

.breadcrumbContainer {
  width: 90%;
  opacity: 0;
  margin: 42px 0 0 3%;
  text-transform: uppercase;
  opacity: 1;
  display: flex;
  align-items: center;
  font-size: var(--breadcrumb-font-size);
  display: none;
}

.breadcrumbContainer a {
  color: var(--lighter-base);
}

.breadcrumbContainer p {
  margin: 0px 7px;
}

.breadcrumbContainer span:last-of-type {
  font-weight: var(--semibold-font-weight);
  color: var(--base);
}

.breadcrumbContainer img {
  position: relative;
  margin: 0 10px;
  width: 6px;
  height: auto;
}

.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 {
  position: relative;
}

#productImages .badgesContainer {
  position: absolute;
  top: 15px;
  left: 15px;
  width: 10%;
  max-width: 100px;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.customizableField {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 2rem;
}

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

.customizableFieldRow {
  margin-bottom: 7px;
  width: 82%;
  text-indent: 0px;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 5px;
  font-size: 16px;
  color: #7a182f;
  height: 24px;
  border-bottom: solid 1px black;
  background-image: url(/files/arrowDown.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

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;
}

#content {
  margin-top: 0;
  padding-top: 0;
  float: left;
  overflow: unset;
}

#MMRightArrow,
#MMLeftArrow {
  display: none !important;
  position: absolute;
  left: 65px;
  display: block;
  height: 35px;
  width: 35px;
  background-color: wheat;
  cursor: pointer;
  z-index: 9;
}

#MMRightArrow {
  bottom: calc(58% - 20px);
}

#MMLeftArrow {
  top: calc(56% - 65px);
}

.MMArrowImg {
  position: absolute;
  width: 35px;
  height: 13px;
  margin: 0 auto;
  display: block;
  transform: rotateZ(360deg);
  margin-top: 0;
  top: 10px;
}

#MMLeftArrow .MMArrowImg {
  transform: rotateZ(180deg);
}

.bankPriceView {
  position: relative;
  width: 100%;
  float: left;
  overflow: visible;
  display: flex;
  font-size: 18px;
  gap: 20px;
  margin: 15px 0;
}

.productBasicInfo .bankPriceImg {
  margin-right: 10px;
  width: 21px;
}

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

.widthContainer {
  width: 90%;
}

.bankPriceRow.mainBankPriceRow {
  overflow: visible;
  display: flex;
  flex-direction: row;
  align-items: center;
}

.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;
  width: 100%;
  margin: auto;
  margin-top: 0;
  display: grid;
  grid-template-columns: 47% 47%;
  grid-template-rows: auto 1fr;
  grid-row-gap: 0px;
  display: grid;
  grid-column-gap: 4%;
  height: auto;
  justify-content: start;
  font-family: "Galliard" !important;
  /* max-height: 100vh; */
  margin-top: 40px;
}

#productImages {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  float: left;
  aspect-ratio: 640/646;
  /* background-color: #d3d3d3; */
}

#productRightColumn {
  width: 100%;
  height: 100%;
  overflow: visible;
  font-family: var(--font-family-2);
  grid-area: 2 / 2 / 3 / 3;
}

#productWrapper {
  position: sticky;
  top: 25px;
}

#productInfo {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin-top: 10px;
}

.productBasicInfo {
  position: relative;
  width: 100%;
  height: 45px;
  display: table;
}

#productPrice {
  color: #7a182f;
  line-height: 40px;
  font-size: 38px;
  font-weight: 400;
}

.productHeader {
  grid-area: 1 / 1 / 2 / 3;
  font-family: "Galliard";
  position: relative;
  width: 100%;
  margin: auto;
  height: auto;
  text-align: center;
  margin-bottom: 35px;
}

.productInfoTitle {
  position: relative;
  width: 100%;
  text-align: center;
  line-height: 50px;
  font-size: 40px;
  text-transform: uppercase;
}

#productAuthor {
  position: relative;
  width: 100%;
  height: auto;
  line-height: 20px;
  margin: 10px auto;
}

.productInfoLabel {
  height: auto;
  width: 100%;
  margin-bottom: 15px;
  float: left;
  text-transform: uppercase;
  display: none;
}

.viewAllGo {
  display: none !important;
}

.priceContainer {
  width: 100%;
  overflow: visible;
  font-weight: 400;
  font-family: var(--font-family);
}

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

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

.purchaseButton.stockRequest {
  cursor: not-allowed;
}

.actionsContainer {
  position: relative;
  width: auto;
  height: auto;
  margin: auto;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 18px;
}

.purchaseButton {
  position: relative;
  width: 100%;
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border: 1px solid var(--black);
  transition: all 0.2s ease-out;
  box-sizing: border-box;
  font-family: var(--font-family);
  font-weight: 400;
}

.purchaseButton:hover {
  background-color: var(--first);
  color: white;
}

.pagesNavigation {
  display: none;
}

#sizeChart {
  color: #231f20;
  width: 100%;
  margin-top: 33px;
  position: relative;
  display: none;
  overflow: hidden;
}

.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;
}

.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 {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 7px;
  margin-bottom: 25px;
  background: #fff;
  border-radius: 50px;
  height: 45px;
  line-height: 45px;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  border: none;
}

#addToWishlist {
  background-image: none;
  height: 100%;
  width: 100%;
  color: var(--first);
}

#removeWishlistProduct {
  background-image: none;
}

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

.specImage {
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  object-fit: cover;
  margin: 2px;
  border-radius: 50%;
}

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

.spec.noImageSpec {
  background: #fff;
  border: 1px solid var(--base);
  /* Se ajusta el radio para formar un cÃƒÂ­rculo por defecto */
  padding: 5px 20px;
  /* Padding para el contenido */
}

.specGroupsContainer {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: 15px auto;
  /* margin-bottom: 100px; */
  font-size: 16px;
}

.selectSpecs {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
  display: grid;
  align-items: center;
  grid-template-columns: 45% 45%;
  grid-column-gap: 10%;
  margin-bottom: 20px;
}

.customizableFieldsContainer {
  width: 47%;
  float: left;
  margin-right: 2.5%;
}

.specGroup {
  position: relative;
  width: 47%;
  margin-left: 2.5%;
  float: left;
  height: auto;
  overflow: hidden;
  margin-top: 2rem;
  padding-top: 1px;
  font-size: var(--h3-font-size);
  color: var(--base);
  font-weight: var(--semibold-font-weight);
}

.specGroup.select {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
  margin-bottom: 35px;
}

.specGroupTitleContainer {
  position: relative;
  width: 100%;
  height: 30px;
  line-height: 30px;
  /* border-bottom: 1px solid #4f4f4f; */
  margin: 10px auto;
  display: flex;
  justify-content: space-around;
}

.specGroupTitle {
  position: relative;
  margin: auto;
  margin-left: 0;
  width: 100%;
}

.selectTriangle {
  position: absolute;
  height: 10px;
  width: 10px;
  margin: auto;
  right: 0;
  /* background-image: url(/files/triangle.png); */
  bottom: -27px;
  pointer-events: none;
}

.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: 100%;
  height: fit-content;
  overflow: hidden;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-size: 16px;
  left: 3px;
  color: #7a182f;
  border: 0;
  border-bottom: 1px solid #000000;
  background-image: url(/files/arrowDown.png);
  background-repeat: no-repeat;
  background-position: 98% 50%;
}

.specs.select,
.specs.date {
  position: relative;
  height: 30px;
  width: 60%;
  margin: auto;
  margin-left: 0;
  font-size: 15px;
  font-weight: 500;
  color: #7a182f;
  border: none;
  background-color: transparent;
  cursor: pointer;
  border-bottom: solid 1px black;
  left: 0;
  background-image: url(../../files/orderByDropdown.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 2px) center;
  background-size: 15px;
}

.spec {
  position: relative;
  float: left;
  width: auto;
  height: 30px;
  min-width: 12px;
  overflow: hidden;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 3px 8px;
  border: 1px solid transparent;
  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;
  flex-direction: column;
  border-radius: 50px;
}

.spec:not(.noImageSpec) {
  border: 1px solid transparent;
  width: 30px;
}

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(--base);
  background: transparent;
}

.spec.selectedSpec {
  color: #ffffff;
  background: #7a182f;
}

.hideChart {
  display: none;
}

.noImageSpec {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sizeChartContainer {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  z-index: 2;
  font-size: var(--base-font-size);
  display: none;
}

.sizeChartContainer.hideChart {
  display: none;
}

.sizeChartTitle {
  padding-bottom: 3px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: underline;
  cursor: pointer;
  text-transform: capitalize;
}

.sizeChartData {
  max-width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  left: 0;
  top: 32px;
  position: absolute;
  width: auto;
  opacity: 0;
  box-shadow: 0 8px 32px 0 rgb(200 200 200 / 37%);
  border: 1px solid var(--base);
  width: fit-content;
  overflow-x: auto;
  display: none;
  background: #fff;
  pointer-events: none;
}

.sizeChartItemsContainer {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.sizeChartData.show {
  opacity: 1;
  display: block;
}

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

.chartKeys {
  column-gap: 5px;
  padding: 0 5px;
}

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

.chartData {
  margin-bottom: 7px;
}

.chartKey {
  font-weight: 600;
  margin-bottom: 10px;
}

.sizeChartImg {
  display: block;
  position: relative;
  width: 100%;
  margin: 0;
  height: auto;
  max-height: 90vh;
  cursor: pointer;
}

#sizeChartClose {
  position: absolute;
  top: 10px;
  right: 13px;
  color: #000;
  cursor: pointer;
}

.sizeChartImgContainer span {
  font-style: italic;
  color: #000;
  z-index: 1;
  position: absolute;
  font-family: var(--secondary-font-family);
  text-transform: lowercase;
  font-size: 15px;
  right: 0;
  top: 0;
}

#sizeChartDiv {
  position: relative;
  max-width: 44%;
  margin: 0 auto;
  margin-top: 20px;
  background-color: #fff;
  height: auto;
  float: right;
  margin-right: 40px;
  overflow: hidden;
  margin-top: 180px !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.09);
}

#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;
}

.sizeChartImgContainer {
  position: fixed;
  inset: 0;
  display: flex;
  align-items: center;
  z-index: -1;
  opacity: 0;
  justify-content: center;
  background: transparent;
}

.sizeChartImgContainer.show {
  opacity: 1;
  display: flex !important;
  z-index: 10;
  background: rgb(6 6 6 / 30%);
}

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

#specialOffersContainer .sliderContainer {
  width: 100%;
}

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

#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;
}

.productFeature {
  position: relative;
  width: 100%;
  height: auto;
  margin-bottom: 15px;
  float: left;
}

#giftCardMessage {
  border-bottom: 1px solid black !important;
  height: 100px;
  font-size: 18px;
  width: 61%;
  resize: none;
  border: none;
  font-family: "Gailard Pro" !important;
}

#giftCardMailReceiver {
  border-bottom: 1px solid black !important;
  width: 60%;
  height: 30px;
  font-size: 18px;
  font-family: "Gailard Pro" !important;
}

#giftCardName {
  border-bottom: 1px solid black !important;
  width: 60%;
  height: 30px;
  font-size: 18px;
  font-family: "Gailard Pro" !important;
}

.giftCardInfo {
  width: 64%;
  display: block;
  position: relative;
  margin-top: 0px;
  font-size: 18px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 20px;
  color: #7a182f;
  float: left;
  font-family: "Galliard Pro" !important;
}

.purchaseContainer {
  position: relative;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: 45% 55%;
  /* grid-column-gap: 7%; */
  margin: 20px auto;
  margin-top: 75px;
  float: left;
}

.quantityContainer {
  position: relative;
  height: auto;
  display: flex;
  justify-content: center;
  font-size: var(--h3-font-size);
  color: var(--base);
  font-weight: var(--semibold-font-weight);
}

.productQuantity {
  height: 45px;
  width: 45px;
  position: relative;
  border-radius: 50%;
  border: 1px solid;
  line-height: 45px;
  font-weight: 400;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  margin: auto 10px;
  font-family: var(--font-family);
}

.quantityContainer .selectContainer {
  position: relative;
  width: 100%;
  height: fit-content;
  overflow: hidden;
  display: flex;
  justify-content: center;
  margin-top: 0;
  margin-left: 0;
  cursor: pointer;
  text-align: center;
  /* flex-direction: row; */
  max-width: fit-content;
  font-size: 20px;
  line-height: 24px;
  float: left;
  font-weight: 600;
  gap: 20px;
}

.minusSign,
.plusSign {
  height: 45px;
  width: 45px;
  position: relative;
  border-radius: 50%;
  border: 1px solid;
  line-height: 44px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
  vertical-align: baseline;
  padding: 0;
}

.productDetails {
  position: relative;
  width: 80%;
  height: auto;
  margin: 20px auto;
  overflow: hidden;
  display: grid;
  align-items: start;
  grid-template-columns: 45% 45%;
  grid-column-gap: 10%;
  margin-left: 0;
  margin-top: 0;
}

.productDetails p {
  position: relative;
  line-height: 22px;
  width: 100%;
  height: auto;
  margin: 0 0 15px;
}

.productMoreInfo {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
  max-height: fit-content;
}

.productMoreInfo div p {
  margin: 0;
}

.editorialText {
  margin: 10px 0;
}

.editorialContainer select {
  position: relative;
  height: 30px;
  margin: auto;
  color: #7a182f;
  border: none;
  background-color: transparent;
  cursor: pointer;
  border-bottom: solid 1px black;
  width: auto;
  background-image: url(../../files/orderByDropdown.png);
  background-repeat: no-repeat;
  background-position: calc(100% - 2px) center;
  background-size: 15px;
  padding-right: 30px;
  box-sizing: border-box;
}

.moreInfoDiv {
  position: relative;
  display: block;
  height: auto;
  width: 100%;
  max-width: 350px;
}

.productGrouptitle {
  margin: 0;
  margin-top: 20px;
  cursor: pointer;
  font-size: var(--base-font-size);
  font-weight: var(--semibold-font-weight);
  text-transform: uppercase;
}

.openClose {
  position: relative;
  float: right;
  right: 10px;
  font-size: 13px;
}

.productGroupInfo {
  width: 100%;
  position: relative;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 20px;
  font-family: var(--font-family-2);
  margin: 10px 0;
  height: auto;
}

.productGroupInfo p span {
  font-family: var(--font-family-2) !important;
}

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

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

.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;
}

.sizeChartImgContainer figure {
  max-width: 845px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 90svh;
}

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

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

.open {
  display: block;
}

.navigationContainer {
  position: relative;
  width: 100%;
  margin: 42px auto 0;
  opacity: 0;
  display: flex;
  overflow: hidden;
}

.navigationContainer a {
  font-size: var(--breadcrumb-font-size);
  line-height: var(--breadcrumb-line-height);
  text-transform: lowercase;
  overflow: hidden;
  display: flex;
  align-items: center;
  gap: 10px;
}

.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 {
  height: 12px;
  width: auto;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  bottom: 4px;
  filter: hue-rotate(0deg) saturate(100%) brightness(0%) contrast(100%) invert(0%);
}

#topLineText {
  text-transform: capitalize;
  font-family: "futura";
  font-weight: 400;
  margin-left: 16px;
  font-size: 16px;
  margin: 10px 0;
}

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

#sizeChartTitle {
  color: #000;
  font-size: 14px;
  width: 100%;
  float: left;
  position: absolute;
  bottom: 0;
  margin-left: 7px;
}

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

.description {
  position: relative;
  font-family: "Brandon-Grotesque";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
  width: fit-content;
  height: fit-content;
  margin-top: 16px;
  font-weight: 700;
  color: #95a5a6;
}

.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;
}

.preorderText.shown {
  display: block;
}

.preorderDiv.shown {
  display: block;
}

.preorderDiv {
  background: var(--base);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 5px 8px;
  display: none;
  font-size: 11px;
}

.preorderDiv:hover ~ .preorderText {
  display: block;
  border: 1px solid var(--base);
}

.preorderContainer div:empty {
  display: none !important;
}

.preorderText {
  font-size: 11px;
  position: absolute;
  top: 35px;
  right: 0;
  border: 1px solid transparent;
  background: #fff;
  padding: 0 8px;
  max-width: 100%;
  padding: 2px 5px;
  line-height: 15px;
  box-sizing: border-box;
  display: none;
}

#preorderWrapper {
  position: absolute;
  display: block;
  width: 100%;
  right: 0;
  top: 0;
}

.auxDescriptions {
  display: grid;
  grid-template-columns: auto auto;
  gap: 20px;
}

.preorderContainer {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  position: relative;
  flex-direction: row;
  justify-content: flex-end;
}

.preorderDateText {
  font-weight: 500;
}

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

#footer {
  position: relative !important;
}

#footerDummy {
  display: none !important;
  height: 0 !important;
}

.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;
}

.productRightColumn.fixed {
  position: fixed;
  top: 0;
  right: 0;
}

@media screen and (max-width: 768px) {
  #content {
    float: unset;
    overflow: hidden;
  }

  .widthContainer {
    width: 100% !important;
    margin-bottom: 15px !important;
    margin-top: 0;
  }

  #productImages {
    width: 100%;
    margin-left: 0%;
    min-height: 0;
    padding-bottom: 0;
    margin-right: 0;
    max-height: unset;
    touch-action: auto;
  }

  .slider-for {
    width: 100%;
    float: left;
    margin-left: 0;
    display: block;
    aspect-ratio: var(--slider-for-aspect-ratio);
  }

  .slider-for.slick-dotted.slick-slider {
    margin-bottom: 0;
  }

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

  .slider-for .slick-dots li button:before {
    color: transparent;
    opacity: 1;
  }

  .slider-for .slick-dots li {
    width: 8px;
    height: 8px;
    color: #fff;
    background-color: #fff;
    border-radius: 100px;
    margin: 0 5px;
  }

  .productDetails {
    width: 100%;
    display: block;
    margin-top: 10px;
  }

  .slider-for .slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: transparent;
    border: 1px solid #fff;
    border-radius: 100px;
    opacity: 1;
    width: 14px;
    height: 14px;
    top: -4.5px;
    left: -4.5px;
  }

  #productRightColumn {
    width: 100%;
    margin: auto;
    float: unset;
    overflow: hidden;
    -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;
  }

  #productFeatures {
    width: 100%;
    display: block;
  }

  .purchaseButton {
    position: relative;
    width: calc(100% - var(--add-to-cart-btn-line-height) - 10px);
    margin-top: 15px;
    text-align: center;
    margin-left: 0%;
    margin-bottom: 0;
  }

  #productInfoDescription {
    width: 80%;
    margin-left: 10%;
  }

  .verticalSeparator {
    height: 25px;
  }

  .productQuantity {
    background: transparent;
  }

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

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

  #productWrapper {
    position: relative;
    top: inherit;
  }

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

  .productInfoDescriptionText.onViewport {
    opacity: 1;
    -webkit-animation: unset;
    animation: unset;
  }

  .sizeChartTitle {
    margin-bottom: 30px;
  }

  #productData {
    width: 100%;
    display: block;
    margin: 0 auto 15px;
  }

  .navigationContainer {
    margin: 15px auto;
  }

  .arrowVolver {
    /* bottom: 2px; */
  }

  .specs {
    margin-left: 0%;
    margin-bottom: 0;
  }

  .specs.select,
  .specs.date {
    width: 100%;
  }

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

  #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;
  }

  .sizeChartImgContainer figure {
    max-width: 90%;
  }

  #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 .badgesContainer {
    right: 10px;
    width: 18%;
  }

  .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: 20px;
  }

  #wish-list-container {
    left: 0%;
    top: 0;
    z-index: 1;
    margin-top: 15px;
    margin-right: 0;
    margin-right: 10px;
  }

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

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

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

  .feePrice {
    width: 60%;
  }

  .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 {
    margin-top: 0;
  }

  .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;
  }

  .sizeChartContainer {
    margin-block: 0;
  }

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

  .sizeChartData {
    top: 15px;
    left: 0;
    width: 66%;
    margin: 0 17%;
  }

  .mainImgContainer.slick-slide {
    overflow: hidden;
  }

  .slider-for .slick-slide {
    margin-left: 0;
    margin-right: 0;
    aspect-ratio: 1/1;
  }

  .mainImgContainer {
    /* aspect-ratio: unset; */
  }

  .mainImgProduct {
    height: 100%;
    width: auto;
    margin: 0 auto;
    float: unset;
    box-sizing: border-box;
  }

  .productInfoTitle {
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
    margin-bottom: 6px;
  }

  .priceContainer {
    margin-top: 5px;
    font-size: var(--base-font-size);
    line-height: var(--base-line-height);
  }

  .bankPriceRow.mainBankPriceRow {
    margin-top: 0px;
  }

  hr {
    margin-block: 15px 20px;
  }

  .specGroup {
    margin-block: 0px 25px;
    margin: 30px 0 10px;
    width: 100%;
  }

  .auxDescriptions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media screen and (min-width: 1100px) {
  #addToWishlist:hover {
    color: var(--black);
  }

  #removeWishlistProduct:hover {
    background-image: none;
  }

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

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

  .purchaseButton:hover {
    background-color: var(--first);
    color: var(--white);
    border-color: var(--first);
  }
}

@media screen and (max-width: 1100px) {
  .sliderGroupContainer .sliderGroupSliderContainer {
    width: 100%;
    gap: 10px;
  }
}

@media screen and (max-width: 768px) {
  .productBasicInfo .bankPriceText {
    font-size: 18px;
  }

  #giftCardMessage {
    height: 100px;
    width: 100%;
    resize: none;
    border: none;
    border-radius: 0;
  }

  #giftCardMailReciever {
    /* background-color: #d8d8d8; */
    width: 100%;
    height: 35px;
    border-radius: 0;
    padding: 0;
  }

  #giftCardName {
    border-radius: 0;
    padding: 0;
    width: 100%;
    height: 35px;
  }

  .editorialContainer select {
    width: 100%;
  }

  #productHeader {
    width: 100%;
  }

  .widthContainer {
    width: 85% !important;
  }

  .gridGroupContainer {
    width: 100% !important;
  }

  #priceConatiner {
    line-height: 30px;
    font-size: 30px;
  }

  #productTitle {
    line-height: 36px;
    font-size: 26px;
  }

  #productAuthor {
    line-height: 16px;
    font-size: 16px;
  }

  #product {
    margin: 40px auto;
  }

  #productBody {
    grid-template-columns: 100%;
    grid-column-gap: 0%;
  }

  #productFeatures {
    width: 100%;
    display: block;
  }
  .moreInfoDiv {
    max-width: unset;
  }
  .purchaseContainer {
    grid-template-columns: 100%;
    grid-column-gap: 0%;
    grid-row-gap: 4px;
    margin-top: 50px;
  }

  .customizableFieldsContainer,
  .customizableFieldRow {
    width: 100%;
    margin: 0;
  }

  .specGroupsContainer {
    margin-bottom: 70px;
  }

  .amountContainer {
    width: 100%;
  }

  #productData.fixed {
    position: initial;
  }

  .coffeeShop #productHeader {
    margin-bottom: 25px;
  }

  .slick-dots {
    bottom: 38px !important;
  }

  .slick-dots li.slick-active button:before {
    color: white !important;
  }

  .slick-dots li button:before {
    /* color: white !important; */
  }

  .productImage.giftImg {
    height: 230px !important;
  }

  .selectSpecs {
    display: unset;
  }

  .specGroupsContainer {
    margin-bottom: 30px;
  }

  .bankPriceView {
    margin: 10px 0;
  }

  .giftCardInfo {
    width: 100%;
    margin-bottom: 20px;
    margin-top: 0;
    font-size: 14px;
  }

  #productPrice {
    font-size: 30px;
  }

  #productOldPrice {
    width: fit-content;
  }
}
