@charset "UTF-8";
.pull-left-xs {
  float: left;
}

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

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

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

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

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

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

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

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-beige {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  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; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f5f5dc;
  display: block;
  position: relative;
}
.swatch-filter-beige.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-black {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  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: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000;
  display: block;
  position: relative;
}
.swatch-filter-black.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-blue {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  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: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #0070d2;
  display: block;
  position: relative;
}
.swatch-filter-blue.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-brown {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  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; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #a52a2a;
  display: block;
  position: relative;
}
.swatch-filter-brown.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-green {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  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: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #008827;
  display: block;
  position: relative;
}
.swatch-filter-green.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-grey {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  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; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #8f979d;
  display: block;
  position: relative;
}
.swatch-filter-grey.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-navy {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  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; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #000080;
  display: block;
  position: relative;
}
.swatch-filter-navy.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-orange {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  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; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #ffa500;
  display: block;
  position: relative;
}
.swatch-filter-orange.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-pink {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  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; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fe249a;
  display: block;
  position: relative;
}
.swatch-filter-pink.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-purple {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  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; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #800080;
  display: block;
  position: relative;
}
.swatch-filter-purple.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-red {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  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; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #f00;
  display: block;
  position: relative;
}
.swatch-filter-red.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-white {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  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; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.69em;
  background-color: #fff;
  display: block;
  position: relative;
}
.swatch-filter-white.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line scss/no-global-function-names */
.swatch-circle-yellow {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  width: 2.5em;
  height: 2.5em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  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; /* stylelint-disable-line property-no-vendor-prefix */
  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; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 1.25em;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after {
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  font-size: 1.625em;
  left: 0.295em;
  position: absolute;
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  background: #fff;
  border-radius: 50%;
  color: #000;
  content: "\f058";
  display: table-caption;
  font-family: FontAwesome, sans-serif;
  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 {
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
}
.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;
}

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

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

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

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

.price {
  font-size: 1.5rem;
}

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

.size-chart .size-chart-collapsible {
  max-height: 0;
  overflow: hidden;
  -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;
  }
}

.primary-images {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0 !important;
  margin: 0 !important;
  top: 0;
  overflow: visible !important;
  -webkit-box-flex: 1 !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important;
  min-width: 358px;
  max-width: 831px !important;
}

.product-images-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  max-width: 831px;
  width: 100%;
  overflow: visible !important;
}
.product-images-container .thumbnails-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-images-container .thumbnail-nav {
  width: 32px;
  height: 32px;
  border-radius: 40px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 8px;
  outline: none;
}
.product-images-container .thumbnail-nav:hover {
  background-color: #f6f6f6;
}
.product-images-container .thumbnail-nav:active {
  background-color: #e7e7e7;
}
.product-images-container .thumbnail-nav:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.product-images-container .thumbnail-nav:disabled:hover {
  background-color: #ffffff;
}
.product-images-container .thumbnail-nav svg {
  display: block;
  pointer-events: none;
}
.product-images-container .thumbnails-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  overflow: hidden;
  max-height: 580px;
}
.product-images-container .thumbnails-container .thumbnail-item {
  width: 92px;
  height: 92px;
  padding: 12px 5px;
  cursor: pointer;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-images-container .thumbnails-container .thumbnail-item:hover {
  border-color: #b0b0b0;
}
.product-images-container .thumbnails-container .thumbnail-item.active {
  border: 1px solid #000000;
}
.product-images-container .thumbnails-container .thumbnail-item .thumbnail-image {
  width: 68px;
  height: 64px;
  max-width: 68px;
  max-height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  display: block;
}
.product-images-container .main-image-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 12px;
  position: relative;
  width: 100%;
  max-width: 724px;
  height: 713px;
  background: #f6f6f6;
  border-radius: 8px;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product-images-container .main-image-container .main-image-nav {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: background-color 0.3s ease, opacity 0.3s ease;
  transition: background-color 0.3s ease, opacity 0.3s ease;
  padding: 0;
}
.product-images-container .main-image-container .main-image-nav:hover {
  background-color: #f6f6f6;
}
.product-images-container .main-image-container .main-image-nav:active {
  background-color: #e7e7e7;
}
.product-images-container .main-image-container .main-image-nav svg {
  display: block;
  pointer-events: none;
}
.product-images-container .main-image-container .main-image-nav-prev {
  left: 16px;
}
.product-images-container .main-image-container .main-image-nav-next {
  right: 16px;
}
.product-images-container .main-image-container .main-image-item {
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
.product-images-container .main-image-container .main-image-item.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-images-container .main-image-container .main-image-item.is-zooming {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.product-images-container .main-image-container .main-image-item.is-zooming .main-image {
  -webkit-transform: scale(2.2);
          transform: scale(2.2);
}
.product-images-container .main-image-container .main-image {
  width: 100%;
  height: 100%;
  max-width: 609px;
  max-height: 681px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  will-change: transform;
}
@media (width <= 767px) {
  .product-images-container .main-image-container {
    cursor: default;
  }
  .product-images-container .main-image-container .main-image-item.is-zooming .main-image {
    -webkit-transform: none;
            transform: none;
  }
}
@media (width <= 1400px) {
  .product-images-container .main-image-container {
    height: 670px;
  }
}
@media (width <= 1300px) {
  .product-images-container .main-image-container {
    height: 630px;
  }
}
@media (width <= 1199px) {
  .product-images-container .main-image-container {
    height: 571px;
  }
}
@media (width <= 1100px) {
  .product-images-container .main-image-container {
    height: 532px;
  }
}
@media (width <= 991px) {
  .product-images-container .main-image-container {
    height: 492px;
  }
}
@media (width <= 900px) {
  .product-images-container .main-image-container {
    height: 463px;
  }
}
@media (width <= 820px) {
  .product-images-container .main-image-container {
    height: 433px;
  }
}
@media (width <= 768px) {
  .product-images-container .main-image-container {
    height: 413px;
  }
}
@media (width <= 767px) {
  .product-images-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 12px;
  }
  .product-images-container .thumbnails-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    max-width: 358px;
    margin: 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .product-images-container .thumbnails-wrapper .thumbnail-nav-up {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .product-images-container .thumbnails-wrapper .thumbnail-nav-up svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .product-images-container .thumbnails-wrapper .thumbnails-container {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow: hidden;
    max-height: none;
    gap: 4px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  .product-images-container .thumbnails-wrapper .thumbnails-container .thumbnail-item {
    width: 60px;
    height: 60px;
  }
  .product-images-container .thumbnails-wrapper .thumbnails-container .thumbnail-item.active {
    border: 1px 1px 4px solid #000000;
  }
  .product-images-container .thumbnails-wrapper .thumbnails-container .thumbnail-item .thumbnail-image {
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
  }
  .product-images-container .thumbnails-wrapper .thumbnail-nav-down {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .product-images-container .thumbnails-wrapper .thumbnail-nav-down svg {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .product-images-container .main-image-container {
    max-width: 358px;
    width: 100%;
    height: 353px;
    aspect-ratio: auto;
    margin: 0 auto;
  }
  .product-images-container .main-image-container .main-image-item {
    width: 100%;
    height: 100%;
  }
  .product-images-container .main-image-container .main-image {
    width: 293px;
    height: 327px;
    max-width: 293px;
    max-height: 327px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@media (width <= 767px) {
  .product-images-container .pdp-breadcrumbs {
    font-size: 12px;
    line-height: 1rem;
    height: auto;
  }
  .product-images-container .pdp-breadcrumbs a {
    font-size: 12px;
    line-height: 1rem;
    color: #000000 !important;
  }
  .product-images-container .pdp-breadcrumbs a:link, .product-images-container .pdp-breadcrumbs a:visited, .product-images-container .pdp-breadcrumbs a:hover, .product-images-container .pdp-breadcrumbs a:active, .product-images-container .pdp-breadcrumbs a:focus {
    color: #000000 !important;
  }
  .product-images-container .pdp-breadcrumbs span {
    font-size: 12px;
    line-height: 1rem;
    color: #000000 !important;
  }
  .product-images-container .pdp-breadcrumbs a::after {
    width: 5px;
    height: 8px;
  }
}

@media (width <= 1199px) {
  .product-detail.product-wrapper > .row .primary-images {
    max-width: calc(100% - 395px);
    min-width: 280px;
  }
}
@media (width <= 991px) {
  .product-detail.product-wrapper > .row .primary-images {
    max-width: calc(100% - 355px);
    min-width: 260px;
  }
}
@media (width <= 767px) {
  .product-detail.product-wrapper > .row .primary-images {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
  }
}
.product-info-wrapper {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 416px !important;
          flex: 0 0 416px !important;
  min-width: 358px;
  max-width: 724px !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  overflow: visible;
  padding-left: 30px;
}
.product-info-wrapper .attributes,
.product-info-wrapper .product-breadcrumb,
.product-info-wrapper .product-name,
.product-info-wrapper .product-number-rating {
  display: none !important;
}
.product-info-wrapper .attributes {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.product-info-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  position: relative;
}
.product-info-section .product-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2rem;
  color: #000000;
}
.product-info-section .product-category {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #888888;
}
.product-info-section .product-rating-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
.product-info-section .product-rating-section .rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.product-info-section .product-rating-section .rating-text {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1rem;
  color: #888888;
  text-decoration: underline;
  white-space: nowrap;
}

.product-price-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
  width: 416px;
}
.product-price-section .price-off-green {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #356B00;
}
.product-price-section .price-row--pix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 12px;
  height: 24px;
}
.product-price-section .price-row--pix .price-pix {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5rem;
  color: #000000;
  white-space: nowrap;
}
.product-price-section .price-row--installment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  height: 24px;
}
.product-price-section .price-row--installment .price-installment-total {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.5rem;
  color: #000000;
  white-space: nowrap;
}
.product-price-section .price-row--installment .price-original {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  text-decoration: line-through;
  color: #b0b0b0;
  white-space: nowrap;
}
.product-price-section .price-installments {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #6d6d6d;
}
.product-price-section .price-coupon-message {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 416px;
  border-top: 1px solid #e7e7e7;
  padding-top: 12px;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #356B00;
}

.color-selection-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 28px;
  gap: 8px;
  width: 416px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
}
.color-selection-section .color-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 20px;
}
.color-selection-section .color-label .label-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
}
.color-selection-section .color-carousel-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 416px;
  height: 80px;
}
.color-selection-section .color-carousel-wrapper .color-nav {
  width: 24px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.color-selection-section .color-carousel-wrapper .color-carousel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  width: 368px;
  height: 80px;
  overflow: hidden;
}
.color-selection-section .color-carousel-wrapper .color-carousel .color-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 80px;
  height: 80px;
  min-width: 80px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F6F6F6;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.color-selection-section .color-carousel-wrapper .color-carousel .color-option.selected {
  border-color: #000000;
}
.color-selection-section .color-carousel-wrapper .color-carousel .color-option.disabled, .color-selection-section .color-carousel-wrapper .color-carousel .color-option:disabled {
  cursor: not-allowed;
}
.color-selection-section .color-carousel-wrapper .color-carousel .color-option.disabled .color-swatch-image, .color-selection-section .color-carousel-wrapper .color-carousel .color-option:disabled .color-swatch-image {
  opacity: 0.4;
}
.color-selection-section .color-carousel-wrapper .color-carousel .color-option.disabled::after, .color-selection-section .color-carousel-wrapper .color-carousel .color-option:disabled::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 145%;
  height: 2px;
  background-color: #d1d1d1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
  z-index: 2;
}
.color-selection-section .color-carousel-wrapper .color-carousel .color-option:hover:not(.disabled, .selected):not(:disabled) {
  border-color: #b0b0b0;
}
.color-selection-section .color-carousel-wrapper .color-carousel .color-option .color-swatch-image {
  width: 68px;
  height: 62px;
  -o-object-fit: contain;
     object-fit: contain;
  mix-blend-mode: multiply;
  position: relative;
  z-index: 1;
}

.product-unavailable-message {
  font-weight: 700;
}

.size-selection-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-bottom: 28px;
  gap: 8px;
  width: 416px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-bottom: 1px solid #e7e7e7;
}
.size-selection-section .size-label {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin: 0;
}
.size-selection-section .size-options-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
}
.size-selection-section .size-options-grid .size-option {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  padding: 12px 16px;
  border: 1px solid #d1d1d1;
  border-radius: 8px;
  background-color: #ffffff;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1rem;
  color: #000000;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
  position: relative;
  overflow: hidden;
}
.size-selection-section .size-options-grid .size-option.selected {
  border: 2px solid #000000;
  background-color: #ffffff;
  color: #000000;
}
.size-selection-section .size-options-grid .size-option.disabled, .size-selection-section .size-options-grid .size-option:disabled {
  background-color: #F6F6F6;
  border-color: #E7E7E7;
  color: #888888;
  cursor: not-allowed;
}
.size-selection-section .size-options-grid .size-option.disabled::after, .size-selection-section .size-options-grid .size-option:disabled::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 170%;
  height: 2px;
  background-color: #d1d1d1;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  pointer-events: none;
}
.size-selection-section .size-options-grid .size-option.disabled:hover, .size-selection-section .size-options-grid .size-option:disabled:hover {
  background-color: #E7E7E7;
}
.size-selection-section .size-options-grid .size-option:hover:not(.disabled, .selected):not(:disabled) {
  border-color: #000000;
}
.size-selection-section .size-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
.size-selection-section .size-links .size-guide-link,
.size-selection-section .size-links .size-discover-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1rem;
  color: #000000;
  text-decoration: none;
  white-space: nowrap;
}
.size-selection-section .size-links .size-guide-link svg,
.size-selection-section .size-links .size-discover-link svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.size-selection-section .size-links .size-guide-link svg path,
.size-selection-section .size-links .size-discover-link svg path {
  fill: #ffd800;
}
.size-selection-section .size-links .size-guide-link:link, .size-selection-section .size-links .size-guide-link:visited,
.size-selection-section .size-links .size-discover-link:link,
.size-selection-section .size-links .size-discover-link:visited {
  color: #000000 !important;
}
.size-selection-section .size-links .size-guide-link:hover,
.size-selection-section .size-links .size-discover-link:hover {
  color: #000000 !important;
  text-decoration: underline;
}
.size-selection-section .size-links .size-guide-link:active,
.size-selection-section .size-links .size-discover-link:active {
  color: #000000 !important;
}
.size-selection-section .size-links .size-guide-link {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}
.size-selection-section .size-links .size-links-divider {
  width: 1px;
  height: 12px;
  background: #D9D9D9;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

body.size-guide-open {
  overflow: hidden;
}

.size-guide-modal {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 1050;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.size-guide-modal.is-open {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.size-guide-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5);
}
.size-guide-modal__container {
  position: relative;
  z-index: 1;
  background: #ffffff;
  border-radius: 8px;
  width: 90%;
  max-width: 720px;
  max-height: 90vh;
  overflow-y: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.size-guide-modal__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 16px 24px;
  border-bottom: 1px solid #e7e7e7;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.size-guide-modal__title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5rem;
  color: #000000;
}
.size-guide-modal__close {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #000000;
  border-radius: 8px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.size-guide-modal__close:hover {
  color: #6d6d6d;
}
.size-guide-modal__body {
  padding: 24px;
  position: relative;
}
.size-guide-modal__body img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.size-guide-modal.is-loading .size-guide-modal__body {
  min-height: 200px;
}
.size-guide-modal.is-loading .size-guide-modal__body img {
  opacity: 0;
}
.size-guide-modal.is-loading .size-guide-modal__body::after {
  content: "";
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: auto;
  width: 32px;
  height: 32px;
  border: 3px solid #e7e7e7;
  border-top-color: #ffd800;
  border-radius: 50%;
  -webkit-animation: size-guide-spin 0.7s linear infinite;
          animation: size-guide-spin 0.7s linear infinite;
}
@-webkit-keyframes size-guide-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes size-guide-spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.size-guide-modal__empty {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  color: #6d6d6d;
  text-align: center;
  margin: 0;
}
@media (width <= 767px) {
  .size-guide-modal {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .size-guide-modal__container {
    width: 100%;
    max-width: 100%;
    max-height: 85vh;
    border-radius: 8px 8px 0 0;
  }
}

.section-divider {
  width: 416px;
  height: 1px;
  background: #e7e7e7;
}

.action-buttons-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  width: 416px;
  height: 44px;
}
.action-buttons-section .quantity-controls {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 92px;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 8px;
  background: #ffffff;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.action-buttons-section .quantity-controls.disabled {
  opacity: 0.4;
  pointer-events: none;
}
.action-buttons-section .quantity-controls .quantity-btn {
  width: 16px;
  height: 16px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.action-buttons-section .quantity-controls .quantity-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.action-buttons-section .quantity-controls .quantity-value {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  text-align: center;
  min-width: 20px;
}
.action-buttons-section .btn-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 250px;
  height: 44px;
  background: #ffd800;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #ffffff;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.action-buttons-section .btn-add-to-cart:hover {
  background-color: rgb(229.5, 194.4, 0);
}
.action-buttons-section .btn-add-to-cart:active {
  background-color: rgb(204, 172.8, 0);
}
.action-buttons-section .btn-favorite {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  gap: 12px;
  width: 48px;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 8px;
  background: #ffffff;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.action-buttons-section .btn-favorite:hover {
  background-color: #f6f6f6;
}
.action-buttons-section .btn-favorite.is-active .heart-outline {
  display: none;
}
.action-buttons-section .btn-favorite.is-active .heart-filled {
  display: block !important;
}
.action-buttons-section .btn-favorite svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.pdp-breadcrumbs a,
.product-breadcrumb a {
  color: #000000 !important;
}

.pdp-breadcrumbs {
  font-size: 12px !important;
  line-height: 1rem !important;
  font-weight: 400 !important;
  color: #000000 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 24px auto;
  padding: 0;
  width: 100%;
}
.pdp-breadcrumbs a {
  color: #000000 !important;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 12px !important;
  font-weight: 500 !important;
}
.pdp-breadcrumbs a:hover {
  text-decoration: underline !important;
}
.pdp-breadcrumbs a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 6px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L1 9" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.pdp-breadcrumbs span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000 !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

@media (width <= 1199px) {
  .product-info-wrapper {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 380px !important;
            flex: 0 0 380px !important;
    max-width: 380px !important;
  }
}
@media (width <= 991px) {
  .product-info-wrapper {
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 340px !important;
            flex: 0 0 340px !important;
    max-width: 340px !important;
  }
}
@media (width <= 767px) {
  .product-info-wrapper {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 100% !important;
    -webkit-box-flex: 0 !important;
        -ms-flex: 0 0 auto !important;
            flex: 0 0 auto !important;
  }
  .product-tags .tag-launch {
    background: #000000;
  }
  .product-info-section {
    width: 100%;
    margin-left: -20px !important;
  }
  .product-info-section .product-tags .tag-launch {
    background: #000000;
  }
  .product-price-section,
  .color-selection-section,
  .color-selection-section .color-carousel-wrapper,
  .size-selection-section,
  .section-divider,
  .action-buttons-section {
    width: 100%;
  }
  .price-coupon-message {
    width: 100%;
  }
  .action-buttons-section {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: auto;
  }
  .action-buttons-section .quantity-controls {
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .action-buttons-section .btn-add-to-cart {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: auto;
    background: #ffd800;
  }
  .action-buttons-section .btn-add-to-cart:hover, .action-buttons-section .btn-add-to-cart:active {
    background-color: #ffd800;
  }
  .size-links .size-guide-link svg path,
  .size-links .size-discover-link svg path {
    fill: #3d3d3d;
  }
}
.size-alert-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 12px 16px;
  border: 1.5px solid #b42318;
  border-radius: 4px;
  margin-bottom: 16px;
  color: #b42318;
}
.size-alert-banner--hidden {
  display: none;
}
.size-alert-banner .size-alert-title {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-family: inherit;
}
.size-alert-banner .size-alert-message {
  margin: 0;
  font-size: 13px;
  font-family: inherit;
  line-height: 1.5;
}

.action-buttons-section {
  width: 416px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
.action-buttons-section .quantity-controls {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 92px;
  min-width: 92px;
  max-width: 92px;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, border-color 0.3s ease;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}
.action-buttons-section .quantity-controls.disabled {
  opacity: 0.4;
  border-color: #b0b0b0;
  cursor: not-allowed;
  pointer-events: none;
}
.action-buttons-section .quantity-controls.disabled .quantity-btn {
  cursor: not-allowed;
}
.action-buttons-section .quantity-controls.disabled .quantity-input {
  color: #b0b0b0;
}
.action-buttons-section .quantity-controls .quantity-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 12px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.action-buttons-section .quantity-controls .quantity-btn:hover:not(:disabled) {
  background-color: #f6f6f6;
}
.action-buttons-section .quantity-controls .quantity-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.action-buttons-section .quantity-controls .quantity-btn svg {
  width: 16px;
  height: 16px;
}
.action-buttons-section .quantity-controls .quantity-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: auto;
  height: 20px;
  text-align: center;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  background: #ffffff;
}
.action-buttons-section .quantity-controls .quantity-input::-webkit-outer-spin-button, .action-buttons-section .quantity-controls .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.action-buttons-section .quantity-controls .quantity-input:focus {
  outline: none;
}
.action-buttons-section .btn-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 250px;
  height: 44px;
  background: #000000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.action-buttons-section .btn-add-to-cart:hover:not(:disabled) {
  background-color: #3d3d3d;
}
.action-buttons-section .btn-add-to-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.action-buttons-section .btn-favorite {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  gap: 12px;
  width: 48px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.action-buttons-section .btn-favorite i {
  font-size: 20px;
  color: #000000;
}
.action-buttons-section .btn-favorite .favorite-text {
  display: none;
}
.action-buttons-section .btn-favorite:hover {
  background-color: #f6f6f6;
}
.action-buttons-section .btn-favorite.active {
  background-color: #000000;
}
.action-buttons-section .btn-favorite.active i {
  color: #ffffff;
}

@media (width <= 767px) {
  .product-price-section {
    width: 100% !important;
  }
  .product-price-section .price-coupon-message {
    width: 100% !important;
    height: auto;
    min-height: 52px;
  }
  .product-info-section {
    width: 100% !important;
  }
  .action-buttons-section {
    width: 100% !important;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .action-buttons-section .quantity-controls {
    width: 92px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .action-buttons-section .btn-add-to-cart {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .action-buttons-section .btn-favorite {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 12px;
    height: 44px;
  }
  .action-buttons-section .btn-favorite .favorite-text {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25rem;
    color: #000000;
  }
  .action-buttons-section .btn-favorite.active .favorite-text {
    color: #ffffff;
  }
}
.description-and-details {
  margin-top: 24px;
  max-width: 832px;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.detail-section {
  border-bottom: 1px solid #d1d1d1;
  margin-bottom: 0;
  width: 832px;
  max-width: 100%;
}

.detail-toggle {
  width: 832px;
  max-width: 100%;
  height: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 16px;
  background: transparent;
  border: none;
  cursor: pointer;
  text-align: left;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.detail-toggle:hover {
  background-color: rgba(0, 0, 0, 0.02);
}
.detail-toggle:focus {
  outline: none;
}

.detail-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.25rem;
  color: #000000;
  margin: 0;
  padding: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}

.arrow-icon {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin-left: auto;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.3s ease, -webkit-transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.arrow-icon.arrow-right {
  display: block;
}
.arrow-icon.arrow-down {
  display: none;
}

.detail-toggle[aria-expanded=true] .arrow-icon.arrow-right {
  display: none;
}
.detail-toggle[aria-expanded=true] .arrow-icon.arrow-down {
  display: block !important;
}

.detail-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.detail-content.expanded {
  max-height: 2000px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding-bottom: 16px;
  -webkit-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.5s cubic-bezier(0.4, 0, 0.2, 1), transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}

.description-text,
.details-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #4f4f4f;
  margin: 0;
  padding-top: 8px;
}

.product-attributes {
  margin-top: 12px;
  margin-bottom: 0;
  padding-left: 20px;
  list-style: disc;
}

.attribute-item {
  display: list-item;
  padding: 8px 0;
  border-bottom: 1px solid #f6f6f6;
}
.attribute-item:last-child {
  border-bottom: none;
}

.attribute-label {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  min-width: 100px;
  margin-right: 4px;
}

.attribute-value {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #4f4f4f;
}

.product-reviews {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 12px;
}

.review-item {
  padding: 12px 0;
  border-bottom: 1px solid #d1d1d1;
}
.review-item:last-child {
  border-bottom: none;
}

.review-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  margin-bottom: 4px;
}
.review-stars .star-icon {
  display: block;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.review-author {
  display: block;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin-bottom: 4px;
}

.review-comment {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #4f4f4f;
  margin: 0;
}

.review-empty {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #4f4f4f;
  margin: 0;
  padding-top: 8px;
}

@media (width <= 543px) {
  .description-and-details {
    padding: 0;
  }
  .detail-section {
    width: 100%;
  }
  .detail-toggle {
    width: 100%;
    height: 56px;
    padding: 0 16px;
  }
}
.rating-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
}
.rating-stars .star-icon {
  width: 16px;
  height: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}
.rating-stars .star-icon:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.rating-stars .star-icon.star-filled path {
  fill: #FFD800;
}
.rating-stars .star-icon.star-empty path {
  fill: #b0b0b0;
}
.rating-stars.rating-stars-sm .star-icon {
  width: 12px;
  height: 12px;
}
.rating-stars.rating-stars-lg .star-icon {
  width: 20px;
  height: 20px;
}
.rating-stars.rating-stars-xl .star-icon {
  width: 24px;
  height: 24px;
}

.rating-text {
  white-space: nowrap;
}

.shipping-calculator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 40px;
  margin-left: 9px;
  padding: 0;
  gap: 12px;
  width: 416px;
  min-height: 100px;
}

.shipping-calculator-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 12px;
  width: 108px;
  height: 20px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.shipping-title {
  width: 108px;
  height: 20px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin: 0;
}

.shipping-input-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  width: 416px;
  height: 44px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.shipping-input-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 327px;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 4px 0 0 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.shipping-input-container.error {
  border-color: #b42318;
}

.shipping-input {
  width: 100%;
  height: 20px;
  border: none;
  outline: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.shipping-input::-webkit-input-placeholder {
  color: #000000;
}
.shipping-input::-moz-placeholder {
  color: #000000;
}
.shipping-input:-ms-input-placeholder {
  color: #000000;
}
.shipping-input::-ms-input-placeholder {
  color: #000000;
}
.shipping-input::placeholder {
  color: #000000;
}

.shipping-calculate-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 89px;
  height: 44px;
  background: #000000;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #ffffff;
}
.shipping-calculate-btn:hover {
  background: #3d3d3d;
}
.shipping-calculate-btn:active {
  background: #000000;
}

.shipping-link-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 4px;
  width: auto;
  height: 16px;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.shipping-help-link {
  width: auto;
  height: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1rem;
  text-decoration-line: underline;
  color: #000000 !important;
  white-space: nowrap;
}
.shipping-help-link:link, .shipping-help-link:visited {
  color: #000000 !important;
}
.shipping-help-link:hover {
  color: #3d3d3d !important;
}
.shipping-help-link:active {
  color: #000000 !important;
}

.shipping-error-message {
  display: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 1rem;
  color: #b42318;
  margin-top: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.shipping-error-message.active {
  display: block;
}

.shipping-results {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 416px;
  gap: 8px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-item-align: stretch;
      align-self: stretch;
}
.shipping-results p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin: 0;
}
.shipping-results.is-visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (width <= 768px) {
  .shipping-calculator {
    width: auto;
    gap: 12px;
  }
  .shipping-results {
    width: auto;
    gap: 12px;
  }
  .shipping-input-wrapper {
    width: auto;
  }
  .shipping-input-container {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border-radius: 8px 0 0 8px;
    border-right: none;
  }
  .shipping-calculate-btn {
    width: auto;
    border-left: none;
  }
  .shipping-link-wrapper {
    height: 16px;
    border-radius: 8px;
  }
}
.share-component {
  width: 100%;
  height: 58px;
  margin: 32px 0 0;
  padding: 0;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 21px 24px;
  gap: 24px;
  width: 100%;
  height: 58px;
  background: #f6f6f6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.share-text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.share-text-desktop {
  display: inline;
}

.share-text-mobile {
  display: none;
}

.share-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 24px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.share-button-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 4px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.share-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 4px;
  height: 16px;
  background: transparent;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.share-button:hover {
  opacity: 0.7;
}
.share-button:active {
  opacity: 0.5;
}
.share-button.copied .button-text::after {
  content: " ✓";
  color: #00843b;
}
.share-button .button-text {
  font-family: Inter, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: #000000;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

.share-icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}

@media (width <= 767px) {
  .share-component {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .share-container {
    padding: 16px;
    gap: 42px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
  }
  .share-text {
    font-size: 11px;
    white-space: nowrap;
  }
  .share-text-desktop {
    display: none;
  }
  .share-text-mobile {
    display: inline;
  }
  .share-buttons {
    gap: 42px;
  }
  .share-button .button-text {
    font-size: 11px;
  }
}
.fbt-section {
  width: 100%;
  position: relative;
  left: unset;
  right: unset;
  margin-left: unset;
  margin-right: unset;
  margin-top: 20px;
  height: 451px;
  background-color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fbt-container {
  width: 100%;
  max-width: 1330px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (width >= 992px) and (width < 1200px) {
  .fbt-container {
    max-width: 940px;
  }
}
@media (width >= 769px) and (width < 992px) {
  .fbt-container {
    max-width: 720px;
  }
}
@media (width <= 768px) {
  .fbt-container {
    max-width: 100%;
  }
}

.fbt-title {
  width: 100%;
  max-width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2rem;
  color: #ffffff;
  margin: 0 0 12px;
  display: block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.fbt-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
}

.fbt-card {
  width: 246px;
  min-height: 339px;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fbt-card__image {
  width: 214px;
  height: 199px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.fbt-card__name {
  width: 214px;
  height: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin: 8px 0 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fbt-card__description {
  width: 214px;
  height: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1rem;
  color: #6d6d6d;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fbt-card__checkbox-label {
  position: absolute;
  top: 12px;
  left: 12px;
  cursor: pointer;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fbt-card__checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #000000;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.fbt-card__checkbox:checked {
  background-color: #000000;
  border-color: #000000;
}
.fbt-card__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2 7L5.5 10.5L12 3.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.fbt-card__checkbox:not(:checked):hover {
  border-color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
}

.fbt-separator {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fbt-separator--equal {
  margin-left: 20px;
  margin-right: 20px;
}

.fbt-cta {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 250px;
}
.fbt-cta__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2rem;
  color: #ffffff;
  margin: 0 0 8px;
  white-space: normal;
}
.fbt-cta__title .fbt-product-count {
  color: #ffffff;
}
.fbt-cta__price {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5rem;
  color: #ffffff;
  margin: 0 0 4px;
}
.fbt-cta__price .fbt-total-price {
  color: #ffffff;
}
.fbt-cta__installments {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #b0b0b0;
  margin: 0 0 16px;
  white-space: normal;
}
.fbt-cta__installments .fbt-installments-text {
  color: #b0b0b0;
}
.fbt-cta__btn {
  width: 100%;
  min-width: 247.6px;
  height: 52px;
  background-color: #ffe70d;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fbt-cta__btn:hover {
  background-color: rgb(242.5, 218.4504132231, 0);
}
.fbt-cta__btn:active {
  background-color: rgb(217, 195.479338843, 0);
}
.fbt-cta__btn-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25rem;
  color: #000000;
  text-align: center;
  white-space: nowrap;
}

@media (width < 1200px) {
  .fbt-section {
    height: auto;
    padding: 20px 0;
  }
  .fbt-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 12px;
  }
  .fbt-card {
    width: 100%;
    max-width: 358px;
  }
  .fbt-separator {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .fbt-cta {
    width: 100%;
    max-width: 358px;
    margin-left: 0;
    margin-top: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fbt-cta__btn {
    width: 100%;
    min-width: unset;
  }
}
.product-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 26px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 12px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  gap: 8px;
  height: 32px;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-item .tag-text {
  height: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
  white-space: nowrap;
}
.product-tags .tag-launch {
  height: 32px;
  padding: 8px;
  background: #000000;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.product-tags .tag-launch .tag-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  color: #ffffff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}
.product-tags .tag-separator {
  width: 8px;
  height: 0;
  border: 1px solid #d1d1d1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-coupon {
  height: 16px;
  padding: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.product-tags .tag-coupon .coupon-icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-coupon .tag-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  color: #888888;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}

.product-shelf {
  width: 100%;
  position: initial;
  margin-left: 0;
  margin-right: 0;
  background-color: #ffffff;
  margin-top: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 24px 0;
}
.product-shelf__container {
  width: 100%;
  max-width: 1440px;
  padding: 0 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (width >= 992px) and (width < 1200px) {
  .product-shelf__container {
    max-width: 940px;
    padding: 0 40px;
  }
}
@media (width >= 768px1) and (width < 992px) {
  .product-shelf__container {
    max-width: 720px;
    padding: 0 24px;
  }
}
@media (width <= 768px) {
  .product-shelf__container {
    max-width: 100%;
    padding: 0 16px;
  }
}
.product-shelf__title {
  width: 100%;
  margin: 0 0 24px;
}
.product-shelf__title h2 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2rem;
  color: #000000;
  margin: 0;
}
.product-shelf__grid {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  overflow-x: auto;
  scrollbar-width: none;
}
.product-shelf__grid::-webkit-scrollbar {
  display: none;
}
.product-shelf__card {
  width: 308px;
  min-height: 526px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #ffffff;
  border-radius: 4px;
  padding: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
}
.product-shelf__card:hover {
  background: #ffffff;
  border: 1px solid;
}
.product-shelf__card:hover .product-shelf__card-image-wrapper {
  background: #ffffff;
}
.product-shelf__card:hover .shelf-detail-toggle,
.product-shelf__card:hover .shelf-detail-content {
  background: #ffffff;
}
.product-shelf__card:hover .product-tags .tag-launch {
  background: #000000;
}
.product-shelf__card:hover .product-tags .tag-launch .tag-text {
  color: #ffffff;
}
.product-shelf__card:hover .btn-favorite svg path {
  fill: #000000;
}
.product-shelf__card-top {
  width: 284px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.product-shelf__card-top .card-tag-wrapper {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.product-shelf__card-top .product-tags {
  margin-top: 8px;
}
.product-shelf__card-top .product-tags .tags-container {
  gap: 8px !important;
  border-radius: 4px;
  background-color: #000000;
}
@media (min-width: 768px) {
  .product-shelf__card-top .product-tags .tags-container {
    background-color: transparent;
  }
}
.product-shelf__card-top .product-tags .tag-launch {
  background: transparent;
}
.product-shelf__card-top .product-tags .tag-launch .tag-text {
  color: #ffffff;
}
@media (min-width: 768px) {
  .product-shelf__card-top .product-tags .tag-launch .tag-text {
    color: #000000;
  }
}
.product-shelf__card-top .btn-favorite {
  width: 24px;
  height: 24px;
  min-width: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: center;
      align-self: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product-shelf__card-top .btn-favorite.active svg path {
  fill: #000000;
}
.product-shelf__card-image-wrapper {
  width: 284px;
  height: 264px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  border-radius: 8px;
  background: #ffffff;
}
.product-shelf__card-image-wrapper .product-shelf__image {
  width: 264px;
  height: 245px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
}
.product-shelf__card-image-wrapper .product-shelf__image--hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-shelf__card-image-wrapper .product-shelf__image-link {
  position: relative;
  width: 264px;
  height: 245px;
  display: block;
}
.product-shelf__card-image-wrapper .product-shelf__image-link:hover .product-shelf__image--primary {
  opacity: 1;
}
.product-shelf__card-image-wrapper .product-shelf__image-link:hover .product-shelf__image--hover {
  opacity: 1;
}
.product-shelf__card-image-wrapper .product-shelf__image-link:has(.product-shelf__image--hover):hover .product-shelf__image--primary {
  opacity: 0;
}
.product-shelf__card-info {
  width: 284px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  padding-top: 0;
}
.product-shelf__reviews {
  width: 284px;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  padding-top: 8px;
}
.product-shelf__product-name {
  width: 284px;
  min-height: 40px;
  height: auto;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin: 0;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: horizontal;
}
.product-shelf__product-name a {
  color: #000000 !important;
  text-decoration: none;
  font-weight: 700 !important;
  font-family: "Inter", sans-serif !important;
}
.product-shelf__product-name a:hover, .product-shelf__product-name a:focus, .product-shelf__product-name a:visited {
  color: #000000 !important;
}
.product-shelf__price-block {
  width: 284px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.product-shelf__price-block .price-row {
  width: 284px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 12px;
}
.product-shelf__price-block .price-row .price-values {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.product-shelf__price-block .price-row .price-pix {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25rem;
  color: #000000;
  white-space: nowrap;
}
.product-shelf__price-block .price-row .price-original {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #b0b0b0;
  text-decoration: line-through;
  white-space: nowrap;
}
.product-shelf__price-block .price-row .discount-badge {
  width: 44px;
  height: 24px;
  background: #000000;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 2px;
  padding: 4px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.product-shelf__price-block .price-row .discount-badge .discount-percent {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 12px;
  line-height: 1rem;
  color: #ffffff;
}
.product-shelf__price-block .price-installments {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #6d6d6d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-shelf__card-buttons {
  width: 284px;
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.product-shelf__card-buttons .shelf-detail-summary__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #6D6D6D;
}
.product-shelf .shelf-detail-section {
  width: 284px;
  border-bottom: none;
}
.product-shelf .shelf-detail-toggle {
  width: 284px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  background: #f6f6f6;
  border-radius: 4px;
  border: none;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.product-shelf .shelf-detail-toggle:hover {
  background-color: #e7e7e7;
}
.product-shelf .shelf-detail-toggle:focus {
  outline: none;
}
.product-shelf .shelf-detail-toggle .arrow-icon.arrow-right {
  display: block;
}
.product-shelf .shelf-detail-toggle .arrow-icon.arrow-down {
  display: none;
}
.product-shelf .shelf-detail-toggle[aria-expanded=true] {
  border-radius: 4px 4px 0 0;
}
.product-shelf .shelf-detail-toggle[aria-expanded=true] .arrow-icon.arrow-right {
  display: none;
}
.product-shelf .shelf-detail-toggle[aria-expanded=true] .arrow-icon.arrow-down {
  display: block;
}
.product-shelf .shelf-detail-title {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: left;
}
.product-shelf .shelf-detail-content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  background: #f6f6f6;
  border-radius: 0 0 4px 4px;
  -webkit-transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.product-shelf .shelf-detail-content.expanded {
  max-height: 500px;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  padding: 0 12px 12px;
}
@media (width <= 768px-1) {
  .product-shelf {
    padding: 16px 0;
  }
  .product-shelf__grid {
    gap: 12px;
    padding: 0 16px;
  }
  .product-shelf__card:active .product-tags .tag-launch {
    background: #000000;
  }
  .product-shelf__card:active .product-tags .tag-launch .tag-text {
    color: #ffffff;
  }
  .product-shelf__card:active .btn-favorite svg path {
    fill: #000000;
  }
}
@media (max-width: 768px) {
  .product-shelf__card-top, .product-shelf__card-image-wrapper, .product-shelf__card-info, .product-shelf__reviews, .product-shelf__product-name, .product-shelf__price-block, .product-shelf__card-buttons,
  .product-shelf .shelf-detail-section,
  .product-shelf .shelf-detail-toggle {
    width: 259px;
  }
  .product-shelf__price-block .price-row {
    width: 259px;
  }
}

.product-shelf-plp .product-shelf {
  position: initial;
  margin-left: 0;
  margin-right: 0;
}
.product-shelf-plp .product-shelf__container {
  padding: 0;
}
.product-shelf-plp .col-12 {
  padding: 0 !important;
}

.product-shelf__grid {
  width: 100%;
}
.product-shelf__grid--static {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  overflow: visible;
}
.product-shelf__grid--static .product-shelf__card {
  width: 100%;
  min-width: 0;
}
.product-shelf__grid--static {
  /*
   * Os elementos internos atualmente possuem largura fixa de 284px.
   * Aqui eles passam a respeitar a largura da coluna.
   */
}
.product-shelf__grid--static .product-shelf__card-top,
.product-shelf__grid--static .product-shelf__card-image-wrapper,
.product-shelf__grid--static .product-shelf__card-info,
.product-shelf__grid--static .product-shelf__reviews,
.product-shelf__grid--static .product-shelf__product-name,
.product-shelf__grid--static .product-shelf__price-block,
.product-shelf__grid--static .product-shelf__card-buttons,
.product-shelf__grid--static .shelf-detail-section,
.product-shelf__grid--static .shelf-detail-toggle {
  width: 100%;
}
.product-shelf__grid--static .product-shelf__price-block .price-row {
  width: 100%;
}
@media (width < 1024px) and (width >= 768px) {
  .product-shelf__grid--static {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width < 768px) {
  .product-shelf__grid--static {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    gap: 12px;
    overflow-x: auto;
    padding: 0 16px;
    scrollbar-width: none;
  }
  .product-shelf__grid--static::-webkit-scrollbar {
    display: none;
  }
  .product-shelf__grid--static .product-shelf__card {
    width: 259px;
    min-width: 259px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.product-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 26px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 12px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  gap: 8px;
  height: 32px;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-item .tag-text {
  height: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
  white-space: nowrap;
}
.product-tags .tag-launch {
  height: 32px;
  padding: 8px;
  background: #000000;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.product-tags .tag-launch .tag-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  color: #ffffff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}
.product-tags .tag-separator {
  width: 8px;
  height: 0;
  border: 1px solid #d1d1d1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-coupon {
  height: 16px;
  padding: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.product-tags .tag-coupon .coupon-icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-coupon .tag-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  color: #888888;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}

.pdp-breadcrumbs a,
.product-breadcrumb a {
  color: #000000 !important;
}
.pdp-breadcrumbs a:link, .pdp-breadcrumbs a:visited, .pdp-breadcrumbs a:hover, .pdp-breadcrumbs a:active, .pdp-breadcrumbs a:focus,
.product-breadcrumb a:link,
.product-breadcrumb a:visited,
.product-breadcrumb a:hover,
.product-breadcrumb a:active,
.product-breadcrumb a:focus {
  color: #000000 !important;
}

.pdp-breadcrumbs {
  font-size: 12px !important;
  line-height: 1rem !important;
  height: auto;
  font-weight: 400 !important;
  color: #000000 !important;
  padding-top: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  margin: 24px auto;
  padding-left: 0;
  padding-right: 0;
  width: 100%;
  position: relative;
  top: 0;
}
@media (width <= 991px) {
  .pdp-breadcrumbs {
    font-size: 12px !important;
    margin-bottom: 16px;
  }
}
@media (width <= 767px) {
  .pdp-breadcrumbs {
    font-size: 12px !important;
    line-height: 1rem !important;
    margin-bottom: 12px;
    gap: 6px;
  }
}
.pdp-breadcrumbs a {
  color: #000000 !important;
  text-decoration: none !important;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  font-size: 12px !important;
  line-height: 1rem !important;
  font-weight: 500 !important;
}
.pdp-breadcrumbs a:hover {
  color: #000000 !important;
  text-decoration: underline !important;
}
.pdp-breadcrumbs a:visited, .pdp-breadcrumbs a:active, .pdp-breadcrumbs a:focus, .pdp-breadcrumbs a:link {
  color: #000000 !important;
}
.pdp-breadcrumbs a::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 10px;
  margin-left: 6px;
  background-image: url('data:image/svg+xml;charset=UTF-8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 1L5 5L1 9" stroke="%23000000" stroke-width="1.5" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-position: center;
}
.pdp-breadcrumbs a:last-child::after {
  display: none;
}
.pdp-breadcrumbs span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000000 !important;
  font-size: 12px !important;
  line-height: 1rem !important;
  font-weight: 400 !important;
}

body {
  overflow-x: hidden;
  max-width: 100%;
}

@media (max-width: 768px) {
  .product-rating-section {
    justify-items: center;
  }
}

.shelf-wrapper {
  width: 100%;
  margin-top: 20px;
}

.product-detail.product-wrapper {
  overflow: visible;
  padding-left: 0;
  padding-right: 0;
}
@media (width <= 767px) {
  .product-detail.product-wrapper {
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
}
.product-detail.product-wrapper .primary-images,
.product-detail.product-wrapper .product-info-wrapper {
  vertical-align: top;
}
.product-detail.product-wrapper .primary-images > *:first-child,
.product-detail.product-wrapper .product-info-wrapper > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.product-detail.product-wrapper > .row {
  margin-top: 0 !important;
  padding-left: 15px;
  padding-right: 15px;
}
.product-detail.product-wrapper > .row:first-of-type {
  margin-top: 0 !important;
}
@media (width <= 1199px) {
  .product-detail.product-wrapper > .row {
    padding-left: 20px;
    padding-right: 20px;
    gap: 15px;
  }
}
@media (width <= 991px) {
  .product-detail.product-wrapper > .row {
    padding-left: 16px;
    padding-right: 16px;
    gap: 15px;
  }
}
@media (width <= 767px) {
  .product-detail.product-wrapper > .row {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-flow: column nowrap !important;
            flex-flow: column nowrap !important;
    gap: 15px;
  }
}
.product-detail.product-wrapper .pdp-bottom-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.product-detail.product-wrapper .pdp-bottom-row .pdp-description-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
@media (width < 1200px) {
  .product-detail.product-wrapper .pdp-bottom-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .product-detail.product-wrapper .pdp-bottom-row .pdp-shipping-col {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .product-detail.product-wrapper .pdp-bottom-row .pdp-description-col {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
  }
}
.product-detail.product-wrapper > div[class*=recommendations],
.product-detail.product-wrapper > div[data-slotid] {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.action-buttons-section {
  width: 416px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 16px;
  margin: 0;
  padding: 0;
  margin-top: 12px;
}
.action-buttons-section .quantity-controls {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 92px;
  min-width: 92px;
  max-width: 92px;
  height: 44px;
  border: 1px solid #000000;
  border-radius: 4px;
  overflow: hidden;
  -webkit-transition: opacity 0.3s ease, border-color 0.3s ease;
  transition: opacity 0.3s ease, border-color 0.3s ease;
}
.action-buttons-section .quantity-controls.disabled {
  opacity: 0.4;
  border-color: #b0b0b0;
  cursor: not-allowed;
  pointer-events: none;
}
.action-buttons-section .quantity-controls.disabled .quantity-btn {
  cursor: not-allowed;
}
.action-buttons-section .quantity-controls.disabled .quantity-input {
  color: #b0b0b0;
}
.action-buttons-section .quantity-controls .quantity-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 12px;
  width: 16px;
  height: 16px;
  background: #ffffff;
  border: none;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.action-buttons-section .quantity-controls .quantity-btn:hover:not(:disabled) {
  background-color: #f6f6f6;
}
.action-buttons-section .quantity-controls .quantity-btn:disabled {
  opacity: 0.3;
  cursor: not-allowed;
}
.action-buttons-section .quantity-controls .quantity-btn svg {
  width: 16px;
  height: 16px;
}
.action-buttons-section .quantity-controls .quantity-input {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  width: auto;
  height: 20px;
  text-align: center;
  border: none;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  background: #ffffff;
}
.action-buttons-section .quantity-controls .quantity-input::-webkit-outer-spin-button, .action-buttons-section .quantity-controls .quantity-input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.action-buttons-section .quantity-controls .quantity-input:focus {
  outline: none;
}
.action-buttons-section .btn-add-to-cart {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px;
  gap: 4px;
  width: 250px;
  height: 44px;
  background: #000000;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.25rem;
  color: #ffffff;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.action-buttons-section .btn-add-to-cart:hover:not(:disabled) {
  background-color: #3d3d3d;
}
.action-buttons-section .btn-add-to-cart:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.action-buttons-section .btn-favorite {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 12px;
  gap: 12px;
  width: 48px;
  height: 44px;
  background: #ffffff;
  border: 1px solid #000000;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.action-buttons-section .btn-favorite i {
  font-size: 20px;
  color: #000000;
}
.action-buttons-section .btn-favorite .favorite-text {
  display: none;
}
.action-buttons-section .btn-favorite:hover {
  background-color: #f6f6f6;
}
.action-buttons-section .btn-favorite.active {
  background-color: #000000;
}
.action-buttons-section .btn-favorite.active i {
  color: #ffffff;
}

@media (width <= 767px) {
  .product-price-section {
    width: 100% !important;
  }
  .product-price-section .price-coupon-message {
    width: 100% !important;
    height: auto;
    min-height: 52px;
  }
  .product-info-section {
    width: 100% !important;
  }
  .action-buttons-section {
    width: 100% !important;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 12px;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .action-buttons-section .quantity-controls {
    width: 92px;
    -ms-flex-item-align: start;
        align-self: flex-start;
  }
  .action-buttons-section .btn-add-to-cart {
    width: 100% !important;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .action-buttons-section .btn-favorite {
    width: 100% !important;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    gap: 8px;
    padding: 12px;
    height: 44px;
  }
  .action-buttons-section .btn-favorite .favorite-text {
    display: inline-block;
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.25rem;
    color: #000000;
  }
  .action-buttons-section .btn-favorite.active .favorite-text {
    color: #ffffff;
  }
}
.action-buttons-section .btn-add-to-cart {
  background: #0048b2;
}
.action-buttons-section .btn-add-to-cart:hover:not(:disabled) {
  background-color: #0048b2;
}

.action-buttons-section .btn-add-to-cart:hover {
  background-color: #0048b2;
}

@media (width <= 767px) {
  .action-buttons-section .quantity-controls {
    display: none;
  }
  .action-buttons-section .btn-add-to-cart {
    background-color: #0048b2;
  }
}
.size-selection-section .size-links .size-guide-link svg path,
.size-selection-section .size-links .size-discover-link svg path {
  fill: #0048b2;
}

.product-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 26px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tags-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  gap: 12px;
  height: 32px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  gap: 8px;
  height: 32px;
  border-radius: 4px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-item .tag-text {
  height: 16px;
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -ms-flex-positive: 0;
      flex-grow: 0;
  white-space: nowrap;
}
.product-tags .tag-launch {
  height: 32px;
  padding: 8px;
  background: #000000;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
}
.product-tags .tag-launch .tag-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  color: #ffffff;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}
.product-tags .tag-separator {
  width: 8px;
  height: 0;
  border: 1px solid #d1d1d1;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-coupon {
  height: 16px;
  padding: 0;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.product-tags .tag-coupon .coupon-icon {
  width: 16px;
  height: 16px;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
          order: 0;
  -ms-flex-positive: 0;
      flex-grow: 0;
}
.product-tags .tag-coupon .tag-text {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 1rem;
  color: #888888;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  white-space: nowrap;
}

.product-info-wrapper .product-tags .tag-launch {
  background: #0048b2 !important;
}

.fbt-section {
  width: 100%;
  position: relative;
  left: unset;
  right: unset;
  margin-left: unset;
  margin-right: unset;
  margin-top: 20px;
  height: 451px;
  background-color: #000000;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.fbt-container {
  width: 100%;
  max-width: 1330px;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media (width >= 992px) and (width < 1200px) {
  .fbt-container {
    max-width: 940px;
  }
}
@media (width >= 769px) and (width < 992px) {
  .fbt-container {
    max-width: 720px;
  }
}
@media (width <= 768px) {
  .fbt-container {
    max-width: 100%;
  }
}

.fbt-title {
  width: 100%;
  max-width: 100%;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2rem;
  color: #ffffff;
  margin: 0 0 12px;
  display: block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.fbt-inner {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  gap: 16px;
}

.fbt-card {
  width: 246px;
  min-height: 339px;
  position: relative;
  background-color: #ffffff;
  border-radius: 8px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.fbt-card__image {
  width: 214px;
  height: 199px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.fbt-card__name {
  width: 214px;
  height: 60px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.25rem;
  color: #000000;
  margin: 8px 0 4px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fbt-card__description {
  width: 214px;
  height: 32px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 12px;
  line-height: 1rem;
  color: #6d6d6d;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.fbt-card__checkbox-label {
  position: absolute;
  top: 12px;
  left: 12px;
  cursor: pointer;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fbt-card__checkbox {
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  width: 24px;
  height: 24px;
  border: 2px solid #000000;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  position: relative;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.fbt-card__checkbox:checked {
  background-color: #000000;
  border-color: #000000;
}
.fbt-card__checkbox:checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 14 14'%3E%3Cpath d='M2 7L5.5 10.5L12 3.5' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' fill='none'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.fbt-card__checkbox:not(:checked):hover {
  border-color: #000000;
  background-color: rgba(0, 0, 0, 0.1);
}

.fbt-separator {
  width: 40px;
  height: 40px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.fbt-separator--equal {
  margin-left: 20px;
  margin-right: 20px;
}

.fbt-cta {
  margin-left: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 250px;
}
.fbt-cta__title {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 2rem;
  color: #ffffff;
  margin: 0 0 8px;
  white-space: normal;
}
.fbt-cta__title .fbt-product-count {
  color: #ffffff;
}
.fbt-cta__price {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5rem;
  color: #ffffff;
  margin: 0 0 4px;
}
.fbt-cta__price .fbt-total-price {
  color: #ffffff;
}
.fbt-cta__installments {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.25rem;
  color: #b0b0b0;
  margin: 0 0 16px;
  white-space: normal;
}
.fbt-cta__installments .fbt-installments-text {
  color: #b0b0b0;
}
.fbt-cta__btn {
  width: 100%;
  min-width: 247.6px;
  height: 52px;
  background-color: #ffe70d;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.fbt-cta__btn:hover {
  background-color: rgb(242.5, 218.4504132231, 0);
}
.fbt-cta__btn:active {
  background-color: rgb(217, 195.479338843, 0);
}
.fbt-cta__btn-text {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.25rem;
  color: #000000;
  text-align: center;
  white-space: nowrap;
}

@media (width < 1200px) {
  .fbt-section {
    height: auto;
    padding: 20px 0;
  }
  .fbt-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    gap: 12px;
  }
  .fbt-card {
    width: 100%;
    max-width: 358px;
  }
  .fbt-separator {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  .fbt-cta {
    width: 100%;
    max-width: 358px;
    margin-left: 0;
    margin-top: 8px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .fbt-cta__btn {
    width: 100%;
    min-width: unset;
  }
}
.fbt-section {
  background-color: transparent !important;
}

.fbt-cta__title {
  color: #000000 !important;
}
.fbt-cta__title .fbt-product-count {
  color: #000000 !important;
}
.fbt-cta__price .fbt-total-price {
  color: #000000 !important;
}
.fbt-cta__btn {
  background-color: #0048b2 !important;
}
.fbt-cta__btn span {
  color: #FFFFFF !important;
}
.fbt-cta__btn:hover {
  background-color: rgb(0, 61.6853932584, 152.5) !important;
}
.fbt-cta__btn:active {
  background-color: rgb(0, 51.3707865169, 127) !important;
}
