@charset "UTF-8";
/**
* @description Iterates over the $space-gap values and creates a class for each one.
* @param {list} $space-gap - A list of space gap values.
*/
.gap-8 {
  gap: 8px;
}

.gap-16 {
  gap: 16px;
}

.gap-24 {
  gap: 24px;
}

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

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

@media (min-width: 544px) and (max-width: 768.98px) {
  .pull-left-sm {
    float: left;
  }
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 769px) and (max-width: 1023.98px) {
  .pull-left-md {
    float: left;
  }
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1024px) and (max-width: 1439.98px) {
  .pull-left-lg {
    float: left;
  }
  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1440px) and (max-width: 1599.98px) {
  .pull-left-xl {
    float: left;
  }
  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1600px) {
  .pull-left-xxl {
    float: left;
  }
  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 543.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

@media (max-width: 768.98px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (max-width: 1023.98px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (max-width: 1439.98px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (max-width: 1599.98px) {
  .hidden-xl-down {
    display: none !important;
  }
}

.hidden-xxl-down {
  display: none !important;
}

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

.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-beige.disabled {
  opacity: 0.2;
}

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

.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #1a1a1a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-black.disabled {
  opacity: 0.2;
}

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

.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #00aec7;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-blue.disabled {
  opacity: 0.2;
}

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

.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-brown.disabled {
  opacity: 0.2;
}

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

.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #47d7ac;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-green.disabled {
  opacity: 0.2;
}

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

.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-grey.disabled {
  opacity: 0.2;
}

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

.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-navy.disabled {
  opacity: 0.2;
}

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

.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-orange.disabled {
  opacity: 0.2;
}

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

.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-pink.disabled {
  opacity: 0.2;
}

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

.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-purple.disabled {
  opacity: 0.2;
}

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

.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-red.disabled {
  opacity: 0.2;
}

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

.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-white.disabled {
  opacity: 0.2;
}

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

.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0;
  border-radius: 1.25em;
  display: block;
  position: relative;
}
.swatch-circle-yellow.disabled {
  opacity: 0.2;
}

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

.swatch-circle-miscellaneous {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(130, 30, 145)), color-stop(25%, rgb(130, 30, 145)), color-stop(25%, rgb(237, 209, 52)), color-stop(50%, rgb(255, 255, 0)), color-stop(50%, rgb(237, 209, 52)), color-stop(50%, #59ba00), color-stop(76%, #59ba00), color-stop(76%, #111), to(#111)), -webkit-gradient(linear, left bottom, left top, color-stop(0, rgb(14, 92, 209)), color-stop(50%, rgb(14, 92, 209)), color-stop(50%, rgb(226, 11, 11)), to(rgb(226, 11, 11)));
  background: linear-gradient(0deg, rgb(130, 30, 145) 0, rgb(130, 30, 145) 25%, rgb(237, 209, 52) 25%, rgb(255, 255, 0) 50%, rgb(237, 209, 52) 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, rgb(14, 92, 209) 0, rgb(14, 92, 209) 50%, rgb(226, 11, 11) 50%, rgb(226, 11, 11) 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.product-detail .attributes .swatch-circle {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff;
  border-radius: 1.25em;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
  color: #1a1a1a;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #1a1a1a;
  content: "\f058";
  display: table-caption;
  font-family: "FontAwesome";
  font-size: 1.625em;
  height: 0.75em;
  left: 0.31em;
  line-height: 0.8em;
  position: absolute;
  top: 0.35em;
  width: 0.8em;
}
.product-detail .attributes .swatch-circle i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

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

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

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

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  text-decoration: none;
  font-size: 1.875em;
  list-style-type: none;
  padding: 0;
  color: #444;
}
@media (max-width: 1023.98px) {
  .social-container .social-icons {
    font-size: 1.5625em;
  }
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
  padding-right: 0.2em;
}

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

@media (min-width: 544px) {
  .product-number-rating {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 769px) {
  .product-number-rating {
    border-top: 1px solid #ccc;
  }
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .product-name {
    border-bottom: 1px solid #ccc;
  }
}
@media (min-width: 544px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 543.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-top: -1.875em; /* 30/16 */
    margin-right: -0.9375em; /* 15/16 */
    padding: 0.1875em; /* 3/16 */
  }
}

.product-number {
  color: #ccc;
  font-size: 0.875em;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
}

.promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
}
.promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00;
}
@media (min-width: 544px) {
  .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.promotions div.collapsible-xl button.callout::after {
  color: #1a1a1a;
}

.product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}
@media (max-width: 1023.98px) {
  .product-breadcrumb .breadcrumb {
    border-top: 1px solid #ccc;
  }
}

.price {
  font-size: 1.5rem;
}

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

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s;
  transition: max-height 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
          transition-timing-function: cubic-bezier(0, 1, 0, 1);
}
.size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

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

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

@media (min-width: 769px) {
  .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (max-width: 543.98px) {
  .product-grid {
    padding-top: 0.938em;
  }
  .product-grid .col-6 {
    padding-left: 5px;
    padding-right: 5px;
  }
}

.payment-info-modal .modal-dialog {
  max-width: 640px;
}
.payment-info-modal .modal-header {
  padding: 13px 16px 15px 24px;
}
.payment-info-modal .modal-header .close {
  height: 16px;
  opacity: 1;
  padding: 0 16px;
  width: 16px;
}
.payment-info-modal .modal-header .payment-info-modal-header {
  color: #4d4c53;
  font: normal 500 1rem/1.375rem "FinalSix-bold", sans-serif;
  letter-spacing: 0;
  text-align: left;
}
.payment-info-modal .modal-payment-type-section {
  font: normal 500 1rem/1.375rem "FinalSix-bold", sans-serif;
  text-align: left;
}
.payment-info-modal .modal-payment-type-section:not(:last-of-type) {
  margin-bottom: 32px;
}
.payment-info-modal .modal-payment-type-section .payment-info-section-header {
  margin-bottom: 8px;
}
.payment-info-modal .modal-payment-type-section .payment-info-section-content {
  color: #4d4c53;
  font: normal 500 0.875rem/1.375rem "FinalSix-medium", sans-serif;
  letter-spacing: 0;
  text-align: left;
}
.payment-info-modal .modal-payment-type-section .payment-info-section-content .payment-info-methods-icons {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 16px;
}

.product-breadcrumb {
  font-family: "FinalSix-book", sans-serif;
  margin-bottom: 1em;
}
.product-breadcrumb .breadcrumb {
  border-bottom: 0;
  font: normal 400 0.875rem/1.1875rem "FinalSix-book", sans-serif;
  margin-bottom: 0;
}
.product-breadcrumb .breadcrumb-item a {
  color: #e4002b !important;
  font: normal 400 0.875rem/1.1875rem "FinalSix-book", sans-serif;
}
.product-breadcrumb .breadcrumb-item + .breadcrumb-item {
  color: #4d4c53;
  font-family: "FinalSix-medium", sans-serif;
  font-size: 0.875rem;
}
.product-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  content: url("data:image/svg+xml,%3Csvg id='ico_chevron_R' xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 24 24'%3E%3Crect id='clear_space' width='24' height='24' fill='%23808080' opacity='0'/%3E%3Cpath id='Icon_ionic-ios-arrow-down' data-name='Icon ionic-ios-arrow-down' d='M10.915,8.716,19.166.458a1.553,1.553,0,0,1,2.2,0,1.573,1.573,0,0,1,0,2.209L12.02,12.023a1.557,1.557,0,0,1-2.151.045L.455,2.674A1.56,1.56,0,0,1,2.657.465Z' transform='translate(6 22.489) rotate(-90)' fill='%23808080'/%3E%3C/svg%3E%0A");
}

.disclaimer {
  color: #4d4c53;
  margin-top: 20px;
}
.disclaimer strong {
  text-decoration: underline;
}

.container.product-detail {
  color: #4d4c53;
  margin-top: 0;
}
.container.product-detail .manufacturer-name,
.container.product-detail .brand {
  display: block;
  font-family: "FinalSix-book", sans-serif;
  font-size: 0.75rem;
  margin-left: 0;
  position: static;
  text-align: left;
}
.container.product-detail .product-name {
  color: #4d4c53;
  font-family: "FinalSix-medium", sans-serif;
  font-size: 1rem;
}
.container.product-detail .product-name a {
  color: #4d4c53 !important;
}
.container.product-detail .preccio-fracionado {
  background-color: #ffee75;
  border-radius: 8px;
  color: #4d4c53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  font-family: "FinalSix-bold", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 16px;
  width: 100%;
}
.container.product-detail .details-tabs {
  margin-top: 3.75rem;
}
.container.product-detail .details-tabs__header {
  border: 0;
}
.container.product-detail .details-tabs__header-button {
  background: transparent;
  border-bottom: 2px solid #d9d9d9;
  color: #e4002b;
  font-family: "FinalSix-medium", sans-serif;
  font-size: 0.875rem;
  padding: 0.5rem 1.875rem;
}
.container.product-detail .details-tabs__header-button.active {
  border-bottom: 4px solid #e4002b;
  color: #4d4c53;
}
.container.product-detail .details-tabs__content-item {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container.product-detail .details-tabs__content-item.show.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.container.product-detail .details-tabs__content-item ul li::before {
  content: "-";
  margin-right: 0.3125rem;
}
.container.product-detail .details-tabs__content-item table {
  width: 100%;
}
.container.product-detail .details-tabs__content-item table td {
  padding: 1rem;
}
.container.product-detail .details-tabs__content-item table td:first-of-type {
  background: #d9d9d9;
  width: 33.3%;
}
.container.product-detail .details-tabs__content-item table td:nth-of-type(2) {
  background: #f3f2f2;
}
.container.product-detail .details-accordion {
  margin-top: 2.5rem;
  width: 100%;
}
.container.product-detail .details-accordion__item {
  width: 100%;
}
.container.product-detail .details-accordion__item-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: 0;
  color: #4d4c53;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1rem;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  width: 100%;
}
.container.product-detail .details-accordion__item-header i {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.container.product-detail .details-accordion__item-header[aria-expanded=false] {
  border-bottom: 1px solid #d9d9d9;
}
.container.product-detail .details-accordion__item-header[aria-expanded=false] i {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.container.product-detail .details-accordion__item-header[aria-expanded=true] {
  border: 0;
}
.container.product-detail .details-accordion__item-header[aria-expanded=true] i {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.container.product-detail .details-accordion__item-header.collapse {
  border-bottom: 0;
}
.container.product-detail .details-accordion__item-content ul li::before {
  content: "-";
  margin-right: 0.3125rem;
}
.container.product-detail .details-accordion__item-content table {
  width: 100%;
}
.container.product-detail .details-accordion__item-content table td {
  padding: 1rem;
}
.container.product-detail .details-accordion__item-content table td:first-of-type {
  background: #d9d9d9;
  width: 33.3%;
}
.container.product-detail .details-accordion__item-content table td:nth-of-type(2) {
  background: #f3f2f2;
}
.container.product-detail .details-accordion__item + .details-accordion__item {
  margin-top: 1.25rem;
}
.container.product-detail .attributes {
  padding: 0;
}
.container.product-detail .attributes .size-button-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px;
}
.container.product-detail .attributes .size-button-group .size-select-btn {
  border: 0;
  color: #4d4c53;
  height: 2rem;
  opacity: 1;
  padding: 0;
  width: 2rem;
  /* stylelint-disable */
}
.container.product-detail .attributes .size-button-group .size-select-btn .size-value {
  background: #fff;
  border: 1px solid #d9d9d9;
  border-radius: 0.5rem;
}
.container.product-detail .attributes .size-button-group .size-select-btn .size-value.selected, .container.product-detail .attributes .size-button-group .size-select-btn .size-value:hover, .container.product-detail .attributes .size-button-group .size-select-btn .size-value:focus {
  border: 2px solid #e4002b;
}
.container.product-detail .attributes .size-button-group .size-select-btn .size-value.unselectable {
  cursor: not-allowed;
  opacity: 0.5;
}
.container.product-detail .attributes .size-button-group .size-select-btn .size-value.unselectable:hover {
  border: 1px solid #d9d9d9;
}
.container.product-detail .attributes .color-attribute,
.container.product-detail .attributes .swatch-circle.color-value,
.container.product-detail .attributes .swatch-circle.cloth-color-value {
  height: 1.25rem;
  width: 1.25rem;
}
.container.product-detail .attributes .color-attribute.unselectable,
.container.product-detail .attributes .swatch-circle.color-value.unselectable,
.container.product-detail .attributes .swatch-circle.cloth-color-value.unselectable {
  cursor: not-allowed;
  opacity: 0.5;
}
.container.product-detail .swiper-slide {
  background-repeat: no-repeat;
  background-clip: content-box;
  background-size: contain;
}

.product-details-section {
  background-color: #f3f2f2;
  border-radius: 1rem;
  padding: 0.9375rem;
}
.product-details-section .add-to-cart {
  font-family: "FinalSix-medium", sans-serif;
  font-size: 0.875rem;
  width: 100%;
}
.product-details-section .add-to-wish-list {
  border-color: #4d4c53 !important;
}
.product-details-section .add-to-wish-list span {
  gap: 10px;
}
.product-details-section .add-to-wish-list .icon-wishlist {
  stroke: #808080;
  width: 16px;
}
.product-details-section .payment-info-listings {
  list-style: none;
  margin: 1.5rem 0 0.75rem 0;
  padding: 0;
}
.product-details-section .payment-info-listings li {
  font-family: "FinalSix-book", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  margin-bottom: 0.625rem;
}
.product-details-section .payment-info-listings li a {
  color: #4d4c53 !important;
}
.product-details-section .payment-info-listings li span {
  margin-left: 0.5rem;
}

.product-detail .attributes .swatch-circle {
  height: 1rem;
  width: 1rem;
}
.product-detail .attributes .swatch-circle.selected {
  border: 2px solid #e4002b;
}
.product-detail .attributes .attribute-label {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5rem;
}

.details {
  font-family: "FinalSix-medium", sans-serif;
  font-size: 0.875rem;
  margin-top: 20px;
}
.details h3 {
  font-family: "FinalSix-medium", sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0.9375rem;
}
.details ul {
  margin-bottom: 0;
  padding: inherit;
}

.cart-and-ipay {
  padding: 0;
}
.cart-and-ipay .btn {
  margin: 0;
}

.row .col .prices {
  padding-bottom: 0;
  padding-top: 0;
  text-align: left;
}

.quantity-field {
  width: 100%;
}
.quantity-field .quantity-select-container .custom-select {
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' %3E%3Cpath data-name='Icon ionic-ios-arrow-down' d='m8.002 9.287 6.05-5.957a1.152 1.152 0 0 1 1.615 0 1.121 1.121 0 0 1 0 1.593l-6.855 6.75a1.155 1.155 0 0 1-1.577.033l-6.9-6.777a1.118 1.118 0 0 1 0-1.593 1.152 1.152 0 0 1 1.615 0Z' fill='%23e4002b' /%3E%3C/svg%3E") right 15px top 12px/16px 16px no-repeat;
  border: 1px solid #808080;
  border-radius: 8px;
  color: #808080;
  height: 2.625rem;
  width: 100%;
}
.quantity-field .quantity-select-container .custom-select option {
  text-align: left;
}

.color-value .dot {
  background-color: #e4002b;
  border-radius: 50%;
  display: inline-block;
  height: 1.5625rem;
  width: 1.5625rem;
}

.product-detail .attributes .swatch-circle.color-value.selected {
  border: 1px solid #e4002b;
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  content: none;
}

.attribute-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  gap: 0.3125rem;
}

.quantity label {
  font-family: "FinalSix-medium", sans-serif;
  font-size: 0.875rem;
}

.attribute-label {
  font-family: "FinalSix-medium", sans-serif;
  font-size: 0.75rem;
  margin: 0;
}
.attribute-label.color {
  line-height: 1.25rem;
}
.attribute-label.size {
  line-height: 2rem;
}

.ahumada-recommendation-header .recommendations-title,
.ahumada-recommendation-header .related-title,
.ahumada-related-header .recommendations-title,
.ahumada-related-header .related-title {
  color: #d40915;
  display: inline-block;
  font: normal 500 1.5rem/4.25rem "FinalSix-medium", sans-serif;
  margin-bottom: 0 !important;
}
.ahumada-recommendation-header .recommendations-link,
.ahumada-related-header .recommendations-link {
  color: #d40915 !important;
  font: normal 400 normal 1rem/4.25rem "FinalSix-book", sans-serif;
  padding-top: 2px;
  position: relative;
}
.ahumada-recommendation-header .recommendations-link::after,
.ahumada-related-header .recommendations-link::after {
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath data-name='Caminho 218' d='M16 8a8 8 0 1 1-8-8 8 8 0 0 1 8 8' fill='none'/%3E%3Cpath data-name='Caminho 219' d='m15.699 7.072-4.442-4.31a.912.912 0 0 0-1.329.052 1.013 1.013 0 0 0 .05 1.389l2.9 2.812H.94a.984.984 0 0 0 0 1.967h11.743l-2.591 2.857a1.015 1.015 0 0 0 .037 1.39.912.912 0 0 0 1.329-.038l4.284-4.723A1.012 1.012 0 0 0 16 7.759a1 1 0 0 0-.3-.688' fill='%23e4002b'/%3E%3C/svg%3E") no-repeat center center/contain;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: -30px;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 16px;
}

.ahumada-recommendation-carousel-wrapper .swiper-button-next,
.ahumada-related-carousel-wrapper .swiper-button-next {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (min-width: 769px) {
  .ahumada-recommendation-carousel-wrapper .swiper-button-next,
  .ahumada-related-carousel-wrapper .swiper-button-next {
    right: -9px;
    -webkit-transform: translateX(50%);
            transform: translateX(50%);
  }
}
@media (min-width: 769px) {
  .ahumada-recommendation-carousel-wrapper .swiper-button-next.padded-container,
  .ahumada-related-carousel-wrapper .swiper-button-next.padded-container {
    -webkit-transform: none;
            transform: none;
  }
}
.ahumada-recommendation-carousel-wrapper .swiper-button-prev,
.ahumada-related-carousel-wrapper .swiper-button-prev {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  left: 0;
}
@media (min-width: 769px) {
  .ahumada-recommendation-carousel-wrapper .swiper-button-prev,
  .ahumada-related-carousel-wrapper .swiper-button-prev {
    left: -9px;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@media (min-width: 769px) {
  .ahumada-recommendation-carousel-wrapper .swiper-button-prev.padded-container,
  .ahumada-related-carousel-wrapper .swiper-button-prev.padded-container {
    -webkit-transform: none;
            transform: none;
  }
}
.ahumada-recommendation-carousel-wrapper .swiper-button-next,
.ahumada-recommendation-carousel-wrapper .swiper-button-prev,
.ahumada-related-carousel-wrapper .swiper-button-next,
.ahumada-related-carousel-wrapper .swiper-button-prev {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: auto;
  width: auto;
}
@media (max-width: 1023.98px) {
  .ahumada-recommendation-carousel-wrapper .swiper-button-next,
  .ahumada-recommendation-carousel-wrapper .swiper-button-prev,
  .ahumada-related-carousel-wrapper .swiper-button-next,
  .ahumada-related-carousel-wrapper .swiper-button-prev {
    bottom: -15px;
    top: unset;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 100;
  }
}
@media (max-width: 1023.98px) {
  .ahumada-recommendation-carousel-wrapper .swiper-button-next,
  .ahumada-related-carousel-wrapper .swiper-button-next {
    right: 0;
  }
}
.ahumada-recommendation-carousel-wrapper .swiper-button-next::after,
.ahumada-recommendation-carousel-wrapper .swiper-button-prev::after,
.ahumada-related-carousel-wrapper .swiper-button-next::after,
.ahumada-related-carousel-wrapper .swiper-button-prev::after {
  color: #e4002b;
  font-size: 1rem;
}
@media (min-width: 769px) {
  .ahumada-recommendation-carousel-wrapper .swiper-button-next::after,
  .ahumada-recommendation-carousel-wrapper .swiper-button-prev::after,
  .ahumada-related-carousel-wrapper .swiper-button-next::after,
  .ahumada-related-carousel-wrapper .swiper-button-prev::after {
    font-size: 1.5rem;
  }
}
.ahumada-recommendation-carousel-wrapper .swiper-pagination,
.ahumada-related-carousel-wrapper .swiper-pagination {
  bottom: -10px !important;
}

.ahumada-recommendation-carousel,
.ahumada-related-carousel {
  margin: 0 auto;
  padding: 0 15px;
}
@media (min-width: 769px) {
  .ahumada-recommendation-carousel,
  .ahumada-related-carousel {
    padding: 0;
  }
}
.ahumada-recommendation-carousel.margins-enabled,
.ahumada-related-carousel.margins-enabled {
  margin-top: 4rem;
}
.ahumada-recommendation-carousel .ahumada-carousel-title,
.ahumada-related-carousel .ahumada-carousel-title {
  font-size: 1.5rem;
}
.ahumada-recommendation-carousel .ahumada-carousel-title .ahumada-carousel-title-link,
.ahumada-related-carousel .ahumada-carousel-title .ahumada-carousel-title-link {
  display: block;
  font-size: 0.875rem;
  /* stylelint-disable-next-line */
}
@media (min-width: 769px) {
  .ahumada-recommendation-carousel .ahumada-carousel-title .ahumada-carousel-title-link,
  .ahumada-related-carousel .ahumada-carousel-title .ahumada-carousel-title-link {
    display: inline-block;
    margin-left: 1.5625rem;
  }
}
.ahumada-recommendation-carousel .ahumada-carousel-title .ahumada-carousel-title-link:after,
.ahumada-related-carousel .ahumada-carousel-title .ahumada-carousel-title-link:after {
  content: "🠖";
  display: inline-block;
  font-size: 1.5rem;
  margin-left: 0.5rem;
  vertical-align: middle;
}

.available-payment-methods-header .close-modal-btn {
  padding-top: inherit !important;
}

.available-payment-methods-header .close-modal-btn {
  padding-top: inherit !important;
}

.no-stock-message {
  background: #e4002b;
  bottom: 0;
  color: #fff;
  font-size: 0.625rem;
  line-height: 0.875rem;
  left: 0;
  padding: 6px 0;
  z-index: 1;
}

.full-text {
  display: block;
  -webkit-line-clamp: unset;
  overflow: visible;
}

.show-more {
  display: none;
}

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