/* Cart CSS */

.product__section .outer__product .desc .pick-option > .pick-elem {
  cursor: pointer;
}
.product__section .outer__product .desc .pick-option > .pick-elem > input[type="radio"] {
  position: absolute !important;
  opacity: 0 !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  pointer-events: none !important;
}

.product__section .outer__product .desc .pick-option > .pick-elem .circle {
  position: relative;
  flex: 0 0 16px;
}

.product__section .outer__product .desc .pick-option > .pick-elem input[type="radio"]:checked ~ .top__part .circle::after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: #0ABAB5;
  display: block;
}

.product__section .outer__product .desc .pick-option > .pick-elem input[type="radio"]:focus-visible ~ .top__part .circle {
  outline: 2px solid #0ABAB5;
  outline-offset: 3px;
}	
.product__section .pick-option .field select {
    min-height: 56px;
    height: 56px;
    padding: 0 44px 0 16px;
    font-size: 16px;}	
.mainpopup {
  z-index: 2147483646;
  background-color: #dddddd;
  border-radius: 10px;
  overflow: hidden;
  border: 7px #fffafa solid;
  box-shadow: 0px 0px 0px 1px #e8e8e8;
  word-wrap: break-word;
}

.product__section .pick-option .field {
  position: relative;
}

.product__section .pick-option .field select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  padding-right: 44px !important;
  background-image: none !important;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.product__section .pick-option .field select::-ms-expand {
  display: none;
}

.product__section .pick-option .field:hover select,
.product__section .pick-option .field select:hover,
.product__section .pick-option .field select:focus {
  border-color: #0ABAB5 !important;
  box-shadow: 0 0 0 1px #0ABAB5;
  outline: none;
}

.product__section .pick-option .field::after {
  content: "";
  position: absolute;
  right: 18px;
  top: 50%;
  width: 12px;
  height: 8px;
  transform: translateY(-50%);
  pointer-events: none;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23666666' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}

.product__section .pick-option .field:hover::after,
.product__section .pick-option .field:focus-within::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%230ABAB5' stroke-width='1.8' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.btn-regular {
    color: #fff !important;
    width: 100%;
}

/* Nueva cart Business Volume total */
.sc__bottom .sc__bvtotalrow {
  margin-top: -4px !important;
  margin-bottom: 14px !important;
}

.sc__bottom .sc__bvtotalrow p:last-child {
  color: #0A8F8B !important;
  font-weight: 500 !important;
}

.sc__bottom #cartbvtotal {
  color: #0A8F8B !important;
  font-size: 19px !important;
  line-height: 1.2 !important;
  font-weight: 500 !important;
}

.sc{
  position: fixed !important;
  inset: 0 !important;
  display: none;
  align-items: stretch;
  justify-content: flex-end;
  background: rgba(0,0,0,.45);
  z-index: 2147483647 !important;}
.sc.is-open{display: flex !important;}
.sc__inner{
  width: min(420px, 100vw);
  height: 100%;
  background: #fff;
  transform: translateX(110%);
  transition: transform 220ms ease;}
.sc.is-open .sc__inner,
.sc__inner.is-open{transform: translateX(0);}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;}
input[type="number"] {-moz-appearance: textfield;}
.quantity .field button.quantity-minus,
.quantity .field button.quantity-plus {
  appearance: none;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  line-height: 1;
  cursor: pointer;
}

.qty button,
.qty__inner button {
  appearance: none;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.sc[style*="display: flex"],
.sc[style*="display:flex"],
.sc[style*="display: block"],
.sc[style*="display:block"]{
  display: flex !important;
}

.sc[style*="display: flex"] .sc__inner,
.sc[style*="display:flex"] .sc__inner,
.sc[style*="display: block"] .sc__inner,
.sc[style*="display:block"] .sc__inner{
  transform: translateX(0) !important;
}

.sc__inner{
  display: flex;
  flex-direction: column;
  max-width: 100vw;
  box-shadow: -12px 0 32px rgba(0,0,0,.12);
}

.sc__head,
.sc__bottom{
  flex: 0 0 auto;
}

.sc__body{
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}
.sc {
  background: rgba(17, 17, 17, .58) !important;
  z-index: 2147483647 !important;
}

.sc__inner {
  width: min(420px, 100vw) !important;
  height: 100% !important;
  background: #fff !important;
  color: #111 !important;
  border-left: 4px solid #0ABAB5 !important;
  box-shadow: -18px 0 45px rgba(0,0,0,.18) !important;
  display: flex !important;
  flex-direction: column !important;
}

.sc__head {
  position: relative !important;
  min-height: 88px !important;
  padding: 22px 64px 18px 24px !important;
  background: linear-gradient(180deg, #e9f8f7 0%, #fff 100%) !important;
  border-bottom: 1px solid rgba(10, 186, 181, .22) !important;
  text-align: center !important;
  flex: 0 0 auto !important;
}

.sc__head::before {
  content: "" !important;
  position: absolute !important;
  left: 28px !important;
  right: 28px !important;
  bottom: 0 !important;
  height: 3px !important;
  border-radius: 999px !important;
  background: #0ABAB5 !important;
}

.sc__head h3 {
  margin: 0 !important;
  color: #111 !important;
  font-size: 34px !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  letter-spacing: 6px !important;
  text-transform: uppercase !important;
}

.sc__close {
  position: absolute !important;
  top: 18px !important;
  right: 18px !important;
  left: auto !important;
  width: 42px !important;
  height: 42px !important;
  border-radius: 999px !important;
  background: #0ABAB5 !important;
  color: #fff !important;
  font-size: 34px !important;
  line-height: 38px !important;
  font-weight: 300 !important;
  text-align: center !important;
  text-decoration: none !important;
  box-shadow: 0 10px 24px rgba(10, 186, 181, .28) !important;
  z-index: 10 !important;
}

.sc__body {
  flex: 1 1 auto !important;
  min-height: 0 !important;
  overflow-y: auto !important;
  padding: 24px 24px 0 !important;
  background: #fff !important;
}

.sc__itemcount {
  display: block !important;
  margin: 0 0 18px !important;
  color: #2f3740 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  letter-spacing: .04em !important;
  font-weight: 400 !important;
}

.sc__items {
  display: block !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sc__items .sc__item {
  display: grid !important;
  grid-template-columns: 108px minmax(0, 1fr) 78px !important;
  column-gap: 0px !important;
  align-items: center !important;
  padding: 12px 0 20px !important;
  margin: 0 !important;
  min-height: 142px !important;
  border-bottom: 1px solid rgba(17, 24, 39, .12) !important;
  background: transparent !important;
}

.sc__items .sc__item:last-child {
  border-bottom: 0 !important;
}

.sc__items .sc__item img.scsltimgtb {
  width: 104px !important;
  height: 104px !important;
  max-width: 104px !important;
  max-height: 104px !important;
  object-fit: contain !important;
  flex: none !important;
  display: block !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  border-radius: 8px !important;
  margin-bottom: -4px !important;
  padding: 7px;	
}

.sc__items .sc__mid {
  min-width: 0 !important;
  flex: none !important;
}

.sc__items .sc__mid h5 {
  margin: 0 0 12px !important;
  color: #111 !important;
font-size: 15px !important;
    line-height: 1.2 !important;
    font-weight: 500 !important;
  letter-spacing: -.01em !important;
}

.sc__badges {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 0 0 12px !important;
}

.sc__badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 28px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: .04em !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.sc__badge--primary {
  color: #fff !important;
  background: #0A9F9B !important;
  box-shadow: 0 8px 18px rgba(10, 186, 181, .16) !important;
}

.sc__badge--secondary {
  color: #0A8F8B !important;
  background: #e3f5f4 !important;
}

.sc__items .qty,
.sc__items .qty__inner {
  margin: 0 !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
}

.sc__items .qty button,
.sc__items .qty__inner button {
  width: 36px !important;
  height: 38px !important;
  border: 1px solid #e4e9ed !important;
  background: #fff !important;
  color: #0A8F8B !important;
  padding: 0 !important;
  font-size: 20px !important;
  line-height: 1 !important;
  font-weight: 400 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 0 !important;
}

.sc__items .qty input,
.sc__items .qty__inner input {
  width: 40px !important;
  height: 38px !important;
  min-height: 38px !important;
  border: 1px solid #e4e9ed !important;
  border-left: 0 !important;
  border-right: 0 !important;
  background: #fff !important;
  color: #111 !important;
  padding: 0 !important;
  text-align: center !important;
  font-size: 16px !important;
  line-height: 38px !important;
  font-weight: 400 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

.sc__items .sc__remove {
  display: inline-block !important;
  margin-top: 8px !important;
  color: #596168 !important;
  font-size: 12px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  letter-spacing: .02em !important;
  text-decoration: none !important;
}

.sc__items .sc__remove:hover,
.sc__items .sc__remove:focus {
  color: #0A8F8B !important;
  text-decoration: underline !important;
}

.sc__items .sc__last {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: flex-end !important;
  align-self: center !important;
  min-width: 0 !important;
  flex: none !important;
  text-align: right !important;
}

.sc__pricewrap {
  text-align: right !important;
}

.sc__items .sc__price {
  margin: 0 !important;
  color: #111 !important;
  font-size: 16px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
}

.sc__items .sc__bv {
  margin: 8px 0 0 !important;
  color: #0A8F8B !important;
  font-size: 15px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  white-space: nowrap !important;
}

.sc__suggest {
  margin-top: 18px !important;
  padding: 0 !important;
  border-top: 0 !important;
}

.sc__suggest .btn-regular,
.sc #addabestseller .btn-regular {
  width: 100% !important;
  min-height: 60px !important;
  margin: 0 !important;
  padding: 0 56px 0 28px !important;
  border: 1px solid rgba(10, 186, 181, .28) !important;
  border-radius: 10px !important;
  background: #fff !important;
  color: #0A8F8B !important;
  box-shadow: none !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  text-decoration: none !important;
  position: relative !important;
}

.sc__suggest .btn-regular::after,
.sc #addabestseller .btn-regular::after {
  content: "›" !important;
  position: absolute !important;
  right: 28px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  color: #0A8F8B !important;
  font-size: 34px !important;
  line-height: 1 !important;
  font-weight: 300 !important;
}

.sc__bottom {
  flex: 0 0 auto !important;
  padding: 24px 24px 22px !important;
  border-top: 1px solid rgba(17, 24, 39, .12) !important;
  background: #fff !important;
}

.sc__bottom .tot {
  display: flex !important;
  align-items: baseline !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 0 14px !important;
  color: #111 !important;
}

.sc__bottom .tot p {
  margin: 0 !important;
  font-size: 18px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
}

.sc__bottom .tot strong {
  font-weight: 400 !important;
}

.sc__bottom #cartpricemoney {
  color: #111 !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.sc__bottom #cartbvtotal {
  color: #0A8F8B !important;
  font-size: 20px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
}

.sc__bottom .btn-regular {
  width: 100% !important;
  min-height: 62px !important;
  margin-top: 10px !important;
  border-radius: 10px !important;
  background: #0A9F9B !important;
  color: #fff !important;
  box-shadow: 0 12px 28px rgba(10, 186, 181, .24) !important;
  text-transform: uppercase !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: .03em !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
  text-decoration: none !important;
}

@media (max-width: 430px) {
  .sc__head {
    min-height: 88px !important;
    padding-right: 58px !important;
  }

  .sc__head h3 {
    font-size: 30px !important;
    letter-spacing: 4px !important;
  }

  .sc__close {
    top: 16px !important;
    right: 14px !important;
    width: 40px !important;
    height: 40px !important;
    font-size: 32px !important;
    line-height: 36px !important;
  }

  .sc__body {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .sc__items .sc__item {
    grid-template-columns: 92px minmax(0, 1fr) 74px !important;
    column-gap: 14px !important;
    min-height: 132px !important;
    padding: 10px 0 18px !important;
  }

  .sc__items .sc__item img.scsltimgtb {
    width: 88px !important;
    height: 88px !important;
    max-width: 88px !important;
    max-height: 88px !important;
  }

  .sc__items .sc__mid h5 {
    font-size: 16px !important;
  }

  .sc__badge {
    height: 24px !important;
    padding: 0 10px !important;
    font-size: 10px !important;
  }

  .sc__items .qty button,
  .sc__items .qty__inner button {
    width: 28px !important;
    height: 26px !important;
    font-size: 16px !important;
  }

  .sc__items .qty input,
  .sc__items .qty__inner input {
    width: 48px !important;
    height: 26px !important;
    min-height: 26px !important;
    font-size: 14px !important;
    line-height: 26px !important;
  }

  .sc__items .sc__price {
    font-size: 17px !important;
  }

  .sc__items .sc__bv {
    font-size: 14px !important;
  }

  .sc__suggest .btn-regular,
  .sc #addabestseller .btn-regular {
    min-height: 58px !important;
    font-size: 16px !important;
  }

  .sc__bottom {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}	
.sc__autoship-row {
  display: block !important;
  width: max-content !important;
  max-width: calc(100vw - 150px) !important;
  margin: 0 0 10px !important;
}

.sc__autoship-row:empty {
  display: none !important;
  margin: 0 !important;
}

.sc__autoship-row .sc__badges,
.sc__badges {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  white-space: nowrap !important;
  margin-left: -112px !important;	
}

.sc__autoship-row .sc__badge,
.sc__badge {
  height: 28px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.sc__autoship-row .sc__badge--primary,
.sc__badge--primary {
  color: #fff !important;
  background: #0A9F9B !important;
  box-shadow: 0 8px 18px rgba(10, 186, 181, .16) !important;
}

.sc__autoship-row .sc__badge--secondary,
.sc__badge--secondary {
  color: #0A8F8B !important;
  background: #e3f5f4 !important;
}

@media (max-width: 430px) {
  .sc__autoship-row {
    width: calc(100vw - 64px) !important;
    max-width: calc(100vw - 64px) !important;
    margin: 0 0 10px !important;
  }

  .sc__autoship-row .sc__badges,
  .sc__badges {
    gap: 6px !important;
  }

  .sc__autoship-row .sc__badge,
  .sc__badge {
    height: 26px !important;
    padding: 0 12px !important;
    font-size: 11px !important;
    line-height: 26px !important;
  }
}

@media (max-width: 360px) {
  .sc__autoship-row .sc__badges,
  .sc__badges {
    flex-wrap: wrap !important;
  }
}

.sc__items .sc__item.sc__item--autoship {
  position: relative !important;
  background: linear-gradient(135deg, #E8F7F6 0%, #F4FCFB 100%) !important;
  border: 1px solid rgba(10, 186, 181, .16) !important;
  border-radius: 0px !important;
  box-shadow: 0 10px 24px rgba(10, 186, 181, .08) !important;
  padding: 18px 16px 20px !important;
  margin: 8px 0 18px !important;
}

.sc__items .sc__item.sc__item--autoship + .sc__item {
  border-top: 0 !important;
}

.sc__items .sc__item.sc__item--autoship .scsltimgtb {
  filter: drop-shadow(0 8px 12px rgba(10, 186, 181, .10)) !important;
}

.sc__item--autoship .sc__autoship-row {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 12px !important;
}

.sc__item--autoship .sc__badges {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 8px !important;
  margin: 0 !important;
  margin-left: 0 !important;
  white-space: normal !important;
}

.sc__item--autoship .sc__badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  height: 28px !important;
  padding: 0 12px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.sc__item--autoship .sc__badge--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #0ABAB5 0%, #0A8F8B 100%) !important;
  box-shadow: 0 8px 18px rgba(10, 186, 181, .18) !important;
}

.sc__item--autoship .sc__badge--secondary {
  color: #087E7A !important;
  background: #D7F1EF !important;
}

.sc__badgeicon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 14px !important;
  height: 14px !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

@media (max-width: 430px) {
  .sc__items .sc__item.sc__item--autoship {
    grid-template-columns: 92px minmax(0, 1fr) 74px !important;
    padding: 14px 12px 16px !important;
    margin: 8px 0 16px !important;
  }

  .sc__item--autoship .sc__autoship-row {
    margin-bottom: 10px !important;
  }

  .sc__item--autoship .sc__badges {
    gap: 6px !important;
  }

  .sc__item--autoship .sc__badge {
    height: 26px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
    line-height: 26px !important;
  }
}

@media (max-width: 360px) {
  .sc__item--autoship .sc__badge {
    font-size: 10px !important;
    padding: 0 8px !important;
  }
}

.sc__items .sc__item.sc__item--autoship {
  position: relative !important;
  background: linear-gradient(135deg, #E8F7F6 0%, #F4FCFB 100%) !important;
  border: 1px solid rgba(10, 186, 181, .16) !important;
  border-radius: 0 !important;
  box-shadow: 0 10px 24px rgba(10, 186, 181, .08) !important;
  padding: 14px 14px 16px 0px !important;
  margin: 8px 0 18px !important;
}

.sc__items .sc__item.sc__item--autoship .sc__autoship-row {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 14px !important;
  display: flex !important;
  justify-content: center !important;
}

.sc__items .sc__item.sc__item--autoship .sc__badges {
  display: inline-flex !important;
  flex-wrap: nowrap !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important; margin: 0 auto !important; margin-left: 0 !important; white-space: nowrap !important; margin-left: -12px !important; z-index: 55; margin-bottom: 25px !important; margin-top: -5px !important;	
}

.sc__items .sc__item.sc__item--autoship .sc__badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  height: 28px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  line-height: 28px !important;
  font-weight: 500 !important;
  letter-spacing: .01em !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.sc__items .sc__item.sc__item--autoship .sc__badge--primary {
  color: #fff !important;
  background: linear-gradient(135deg, #0ABAB5 0%, #0A8F8B 100%) !important;
  box-shadow: none !important;
}

.sc__items .sc__item.sc__item--autoship .sc__badge--secondary {
  color: #087E7A !important;
  background: #D7F1EF !important;
}

@media (max-width: 430px) {
  .sc__items .sc__item.sc__item--autoship {
    grid-template-columns: 92px minmax(0, 1fr) 74px !important;
    padding: 14px 12px 16px !important;
  }

  .sc__items .sc__item.sc__item--autoship .sc__autoship-row {
    margin-bottom: 12px !important;
  }

  .sc__items .sc__item.sc__item--autoship .sc__badges {
    gap: 8px !important;
  }

  .sc__items .sc__item.sc__item--autoship .sc__badge {
    height: 26px !important;
    padding: 0 10px !important;
    font-size: 11px !important;
    line-height: 26px !important;
  }
}

@media (max-width: 360px) {
  .sc__items .sc__item.sc__item--autoship .sc__badges {
    gap: 6px !important;
  }

  .sc__items .sc__item.sc__item--autoship .sc__badge {
    padding: 0 8px !important;
    font-size: 10px !important;
  }
}
.sc__items .sc__mid {
    display: flex !important;
    flex-direction: column !important;
    align-items: flex-start !important;
}

.product__section .horizontal-product {
  width: 360px !important;
  max-width: 100% !important;
  margin: 18px auto 0 !important;
  display: flex !important;
  flex-wrap: nowrap !important;
  gap: 14px !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: visible !important;
}

.product__section .horizontal-product .slide {
  width: 104px !important;
  height: 104px !important;
  flex: 0 0 104px !important;
  padding: 0 !important;
  cursor: pointer !important;
  display: block !important;
}

.product__section .horizontal-product .slide .inn {
  width: 104px !important;
  height: 104px !important;
  border: 2px solid transparent !important;
  border-radius: 10px !important;
  overflow: hidden !important;
  background: #fff !important;
  transition: border-color .18s ease, box-shadow .18s ease !important;
}

.product__section .horizontal-product .slide img {
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
  display: block !important;
}

.product__section .horizontal-product .slide.nueva-thumb-active .inn,
.product__section .horizontal-product .slide.active .inn,
.product__section .horizontal-product .slide.is-active .inn {
  border-color: #0ABAB5 !important;
  box-shadow: 0 0 0 1px rgba(10,186,181,.08) !important;
}

@media (max-width: 480px) {
  .product__section .horizontal-product {
    width: 100% !important;
    gap: 10px !important;
  }
  .product__section .horizontal-product .slide,
  .product__section .horizontal-product .slide .inn {
    width: 86px !important;
    height: 86px !important;
    flex-basis: 86px !important;
  }
}
.slider__product {
  position: relative;
}

.slider__product .main-slider,
.slider__product .horizontal-product {
  opacity: 0;
  transition: opacity .3s ease;
}

.slider__product.loaded .main-slider,
.slider__product.loaded .horizontal-product {
  opacity: 1;
}

.slider-loader {
  position: absolute;
  inset: 0;
  min-height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  z-index: 100;
}
.n-loader {
  position: relative;
  width: 180px;
  height: 180px;
}
.n-watermark {
  position: absolute;
  width: 120px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.8);
  opacity: .015;

  filter:
    grayscale(100%)
    brightness(1.3)
    saturate(0);

  pointer-events: none;
}

.n-logo {
  position: absolute;
  width: 42px;
  height: auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: .15;
  z-index: 3;
  animation: pulse 3.4s ease-in-out infinite;
}
.n-ring {
  position: absolute;
  inset: 28px;
  border-radius: 50%;
  border: 2px solid transparent;
  border-top-color: rgba(10,186,181,.12);
  border-right-color: rgba(10,186,181,.12);
  animation: spin 2.3s linear infinite;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes pulse {
  0%,100% {
    transform: translate(-50%, -50%) scale(1);
  }

  50% {
    transform: translate(-50%, -50%) scale(1.08);
  }
}

.product-breadcrumb {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 30px;
  font-size: 14px;
  font-weight: 500;
}

.product-breadcrumb a {
  color: #0ABAB5;
  text-decoration: none;
}

.product-breadcrumb a:hover {
  text-decoration: underline;
}

.product-breadcrumb span {
  color: #BFC7CC;
}

.product-breadcrumb strong {
  color: #111;
  font-weight: 500;
}

.product__section {padding-top: 40px !important; padding-bottom: 120px;}

.main__navigation li {
  position: relative;
}

.main__navigation li .dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999;
  background: #fff;
  opacity: 1;
  pointer-events: auto;
}

.main__navigation li:hover > .dropdown,
.main__navigation li .dropdown:hover {
  display: block;
}

.main__navigation li .dropdown::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -12px;
  height: 12px;
}
.shop-nav-item {
  position: relative;
}

.shop-nav-item > .dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  background: #fff;
  opacity: 1;
}

.shop-nav-item.is-open > .dropdown {
  display: block;
}

header {
  position: relative;
  z-index: 10000;
}

nav.main,
.outer__main,
.main__navigation,
.shop-nav-item {
  position: relative;
  z-index: 10001;
}

.shop-nav-item > .dropdown {
  z-index: 10002;
  background: #fff;
  opacity: 1;
}

.product__hero {
  position: relative;
  z-index: 1;
}

.product__hero::before,
.product__hero::after {
  pointer-events: none;
}
