@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: 1.8em;
  height: 1.8em;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.9em;
  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: 26px;
  height: 26px;
  background: #f5f5dc; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 13px;
  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: 1.8em;
  height: 1.8em;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.9em;
  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: 26px;
  height: 26px;
  background: #000; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 13px;
  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: 1.8em;
  height: 1.8em;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.9em;
  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: 26px;
  height: 26px;
  background: #0070d2; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 13px;
  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: 1.8em;
  height: 1.8em;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.9em;
  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: 26px;
  height: 26px;
  background: #a52a2a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 13px;
  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: 1.8em;
  height: 1.8em;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.9em;
  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: 26px;
  height: 26px;
  background: #008827; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 13px;
  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: 1.8em;
  height: 1.8em;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.9em;
  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: 26px;
  height: 26px;
  background: #8f979d; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 13px;
  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: 1.8em;
  height: 1.8em;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.9em;
  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: 26px;
  height: 26px;
  background: #000080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 13px;
  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: 1.8em;
  height: 1.8em;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.9em;
  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: 26px;
  height: 26px;
  background: #ffa500; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 13px;
  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: 1.8em;
  height: 1.8em;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.9em;
  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: 26px;
  height: 26px;
  background: #fe249a; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 13px;
  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: 1.8em;
  height: 1.8em;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.9em;
  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: 26px;
  height: 26px;
  background: #800080; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 13px;
  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: 1.8em;
  height: 1.8em;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.9em;
  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: 26px;
  height: 26px;
  background: #f00; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 13px;
  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: 1.8em;
  height: 1.8em;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.9em;
  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: 26px;
  height: 26px;
  background: #fff; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 13px;
  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: 1.8em;
  height: 1.8em;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 0.9em;
  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: 26px;
  height: 26px;
  background: #ff0; /* stylelint-disable-line property-no-vendor-prefix */
  border-radius: 13px;
  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: 1.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 1.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.swatch-filter-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: 26px;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 26px;
}
.swatch-filter-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-filter-miscellaneous button::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.attr-display-name {
  font-family: "HelveticaLTW05-Light", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 16.5px;
  letter-spacing: 0.6px;
  color: #222222;
  margin-bottom: 0.75rem;
}
.attr-display-name .attr-selected-value {
  font-weight: 400;
}

.size-chart-link {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: none;
}
.size-chart-link:hover {
  text-decoration: underline;
}

.swatch-attribute-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 1rem;
}
.swatch-attribute-wrapper .color-attribute {
  padding: 0;
  border: 2px solid transparent;
  background: none;
  border-radius: 0;
}
.swatch-attribute-wrapper .color-attribute:hover {
  border-color: #313E47;
}
.swatch-attribute-wrapper .color-attribute .swatch-circle {
  width: 60px !important;
  height: 60px !important;
  background-size: cover;
  border-radius: 0;
}
.swatch-attribute-wrapper .color-attribute .swatch-circle.selected {
  border-bottom: none;
  outline: 2px solid #313E47;
  outline-offset: 2px;
}

.size-attr-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.size-attr-list li .size-attribute {
  width: 90px;
  height: 55px;
  border: 1px solid #ccc;
  background: #fff;
  font-size: 0.95rem;
  font-weight: 500;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.size-attr-list li .size-attribute:hover {
  border-color: #313E47;
}
.size-attr-list li.selected .size-attribute {
  background-color: #313E47;
  border-color: #313E47;
  color: #fff;
}
.size-attr-list li.disabled .size-attribute {
  color: #ccc;
  cursor: not-allowed;
  pointer-events: none;
}

.size-guide-link {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #000;
  text-decoration: underline;
}

.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;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  display: inline-block;
  margin-right: 0.313em;
  position: relative;
  border-radius: 0;
}
.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 {
  border-bottom: 3px solid var(--color-primary);
}
.product-detail .attributes .swatch-circle.color-value.selected::after {
  border-radius: 50%;
  color: #000;
  content: "";
  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:hover {
  border: 0.063em solid var(--color-primary);
}
.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;
}

.color-attribute:last-child span {
  margin-right: 0 !important;
}

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

.description-and-detail {
  margin-top: 2em;
}
.description-and-detail .description-title {
  font-size: 16px;
  font-weight: 700;
}
@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;
  }
}
.description-and-detail .description .title, .description-and-detail .description h2, .description-and-detail .description h1, .description-and-detail .description h3 {
  font-size: 14px;
  font-weight: 700;
}
@media (min-width: 544px) {
  .description-and-detail .description {
    margin-bottom: 2em;
  }
}
.description-and-detail .content {
  font-size: 12px;
}
@media (max-width: 543.98px) {
  .description-and-detail .content {
    margin-top: 1em;
  }
}

.product-pdp label.color ~ a:hover {
  text-decoration: none;
}
.product-pdp label.availability {
  padding-right: 0.3125em;
}
@media (min-width: 544px) and (max-width: 768.98px) {
  .product-pdp .product-name {
    border-bottom: 1px solid #ccc;
  }
}
.product-pdp .product-number-rating {
  border-bottom: 1px solid #ccc;
}
.product-pdp .product-number-rating .product-number {
  color: var(--skin-product-title-text);
}
@media (min-width: 544px) {
  .product-pdp .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 543.98px) {
  .product-pdp .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-pdp .product-number {
  color: #ccc;
  font-size: 12px;
  padding-bottom: 0.938em;
  padding-top: 0.938em;
}
.product-pdp .prices-add-to-cart-actions {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.product-pdp .prices-add-to-cart-actions.fixed-section {
  display: none;
}
@media (max-width: 543.98px) {
  .product-pdp .prices-add-to-cart-actions.fixed-section {
    -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    display: block;
  }
}
.product-pdp .prices-add-to-cart-actions.fixed-section .prices {
  padding-top: 6px;
  padding-bottom: 4px;
}
.product-pdp .prices-add-to-cart-actions.fixed-section .prices .price {
  font-size: 1.4rem;
}
.product-pdp .prices-add-to-cart-actions.fixed-section .cart-and-ipay {
  padding-top: 4px;
  padding-bottom: 8px;
}
.product-pdp .prices-add-to-cart-actions.fixed-section .cart-and-ipay .add-to-cart,
.product-pdp .prices-add-to-cart-actions.fixed-section .cart-and-ipay .buy-now-btn {
  height: 40px;
  font-size: 13px;
  padding: 6px 12px;
}
.product-pdp .prices-add-to-cart-actions.fixed-section .pdp-delivery-blocks {
  display: none;
}
.product-pdp .prices-add-to-cart-actions .add-to-cart-disabled {
  background-color: #313E47;
  border-color: #313E47;
  color: #fff;
}
.product-pdp .prices-add-to-cart-actions .paypal-pdp-button, .product-pdp .prices-add-to-cart-actions .paypal-pvp-button {
  display: none;
}
.product-pdp .promotions {
  font-weight: normal;
  text-align: center;
  height: 85%;
}
.product-pdp .promotions div.collapsible-xl button.callout {
  font-size: 1.25em;
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
  color: #c00;
}
@media (min-width: 544px) {
  .product-pdp .promotions div.collapsible-xl button.callout {
    font-size: 1.375em;
  }
}
.product-pdp .promotions div.collapsible-xl button.callout::after {
  color: #000;
}
.product-pdp .product-breadcrumb .breadcrumb {
  border-bottom: none;
  margin-left: -1rem;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .product-pdp .product-breadcrumb .breadcrumb {
    border-top: 1px solid #ccc;
  }
}
.product-pdp .price {
  font-family: "HelveticaLTW05-Bold", Helvetica, Arial, sans-serif;
  font-size: 35px;
  letter-spacing: -0.5px;
  line-height: 52.8px;
  color: #000000;
}
.product-pdp .price del {
  font-weight: 300;
}
.product-pdp .product-options {
  margin-top: 1.25em;
}
.product-pdp .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);
}
.product-pdp .size-chart .size-chart-collapsible.active {
  max-height: 100%;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}
.product-pdp .color-attribute {
  border: none;
  padding: 0;
  background: none;
}
.product-pdp .non-input-label {
  display: block;
  margin-bottom: 0.5rem;
}
.product-pdp .attributes .size-attr-list {
  gap: 8px;
  max-width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.product-pdp .attributes .size-attr-list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(20% - 7px);
          flex: 0 0 calc(20% - 7px);
}
.product-pdp .attributes .size-attr-list li .size-attribute {
  width: 100%;
  height: 35px;
  font-size: 0.95rem;
  font-weight: 500;
}
@media (min-width: 769px) {
  .product-pdp .attributes {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
@media (max-width: 543.98px) {
  .product-pdp.product-detail .price {
    text-align: center !important;
  }
  .product-pdp.product-detail .cart-and-ipay .paypal-pdp-button, .product-pdp.product-detail .cart-and-ipay .paypal-pvp-button {
    display: none;
  }
}

.product-pdp.product-detail .attributes .add-to-wish-list,
.prices-add-to-cart-actions button.add-to-cart {
  border-radius: 0rem;
  height: 50px;
}

.highlight-warning .variation-attribute-wrapper .swatch-attribute-wrapper,
.highlight-warning .variation-attribute-wrapper .size-attr-list {
  border: 1px solid red;
  padding: 5px;
}
.highlight-warning .variation-attribute-wrapper .swatch-attribute-wrapper {
  padding-bottom: 0 !important;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.highlight-warning .variation-attribute-wrapper .warning-message {
  color: red;
  text-transform: none;
}

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

@media screen and (max-width: 543px) {
  #footercontent {
    padding-bottom: 10rem;
  }
}
.modal-header .close {
  opacity: 1;
  color: #fff;
}

.modal-body .price {
  font-size: 1rem;
}
.modal-body .state {
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 0 15px 17px;
  cursor: pointer;
}
.modal-body .state:hover {
  background-color: var(--color-grey2);
}
.modal-body .state:first-of-type {
  border-top: 1px solid #d8d8d8;
}
.modal-body .state:last-of-type {
  border-bottom: none;
}
.modal-body .state-title {
  font-weight: 700;
  font-size: 16px;
}
.modal-body #store-list {
  max-height: 200px;
  overflow-y: auto;
}
.modal-body #store-list .store {
  border-bottom: 1px solid #d8d8d8;
  padding: 15px 0 15px 17px;
  cursor: pointer;
}
.modal-body #store-list .store:hover {
  background-color: var(--color-grey2);
}
.modal-body #store-list .store:first-of-type {
  border-top: 1px solid #d8d8d8;
}
.modal-body #message-store-list {
  font-size: 0.8rem;
}

@media (max-width: 768.98px) {
  .product-gallery {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.product-gallery .swiper-thumbs-container {
  padding: 2rem 0;
  padding-bottom: 3rem;
  position: relative;
}
.product-gallery .swiper-product-gallery .swiper {
  position: static;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical {
  padding-right: 0;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-button-next,
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-button-prev {
  position: absolute;
  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;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  width: 35px;
  height: 35px;
  border-radius: 100%;
  opacity: 1;
  color: #111;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  border: none;
}
@media screen and (max-width: 768px) {
  .product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-button-next,
  .product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-button-prev {
    display: none;
  }
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-button-next:hover,
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-button-prev:hover {
  background-color: #f2f2f2;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-button-next::after,
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-button-prev::after {
  content: none !important;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-button-next svg,
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-button-prev svg {
  width: 16px;
  height: 16px;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-button-prev svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-button-next svg {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-button-next {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  position: absolute;
  bottom: -10px;
  top: auto;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-button-prev {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: absolute;
  top: 15px;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-wrapper {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  max-height: 414px;
  min-height: 100px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow-y: visible;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-slide {
  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;
  height: auto !important;
  background-color: white;
  padding: 10px;
  border: 2px solid #e0e0e0;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-vertical .swiper-slide:hover {
  border-color: #313E47;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-horizontal .swiper-slide {
  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;
  background-color: white;
  padding: 7px;
  border: 2px solid #e0e0e0;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease;
  transition: border-color 0.2s ease;
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-horizontal .swiper-slide:hover {
  border-color: #313E47;
}
@media screen and (max-width: 768px) {
  .product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-horizontal .swiper-button-next,
  .product-gallery .swiper-product-gallery .swiper.swiper-thumbs.swiper-horizontal .swiper-button-prev {
    display: none;
  }
}
.product-gallery .swiper-product-gallery .swiper.swiper-thumbs .swiper-slide-thumb-active {
  border: 2px solid #313E47 !important;
}
.product-gallery .swiper-product-gallery .swiper.swiper-main {
  position: relative;
}
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-slide {
  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;
  text-align: center;
}
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-main-controls {
  position: absolute;
  right: 16px;
  bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  z-index: 10;
}
@media screen and (max-width: 768px) {
  .product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-main-controls {
    display: none;
  }
}
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-main-prev,
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-main-next {
  position: static;
  top: auto;
  left: auto;
  right: auto;
  margin: 0;
  padding: 0;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
          box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
  color: #111;
  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;
  -webkit-transition: background-color 0.15s ease;
  transition: background-color 0.15s ease;
}
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-main-prev svg,
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-main-next svg {
  width: 20px;
  height: 20px;
  display: block;
}
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-main-prev::after,
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-main-next::after {
  display: none;
}
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-main-prev:hover,
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-main-next:hover {
  background-color: #f2f2f2;
}
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-main-pagination {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 12px;
  z-index: 10;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
}
@media screen and (max-width: 768px) {
  .product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-main-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-main-pagination .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  margin: 0 !important;
  border-radius: 100px;
  background-color: #c7c7c7;
  opacity: 1;
  -webkit-transition: width 0.25s ease, background-color 0.25s ease;
  transition: width 0.25s ease, background-color 0.25s ease;
}
.product-gallery .swiper-product-gallery .swiper.swiper-main .swiper-main-pagination .swiper-pagination-bullet-active {
  width: 22px;
  background-color: #111;
}

@media (max-width: 768px) {
  .swiper-product-gallery {
    gap: 10px;
  }
}
/* PDP Quantity Stepper */
.pdp-qty-stepper {
  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;
  border: 1px solid #ccc;
  border-radius: 4px;
  overflow: hidden;
  width: 100%;
  height: 46px;
}

.pdp-qty-btn {
  background: #fff;
  border: none;
  font-size: 1.25rem;
  width: 46px;
  height: 100%;
  cursor: pointer;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
}

.pdp-qty-btn:hover {
  background: #f0f0f0;
}

.pdp-qty-value {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
}

/* Botón "Comprar ahora" */
.buy-now-btn {
  background-color: #ECE54F;
  border-color: #ECE54F;
  color: #000;
}
.buy-now-btn.buy-now-disabled {
  background-color: rgba(236, 229, 79, 0.5);
  border-color: rgba(236, 229, 79, 0.5);
}
.buy-now-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}

@media (min-width: 992px) {
  .pdp-layout-row {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .pdp-recommendations-col {
    position: sticky;
    top: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%;
  }
}
@media (max-width: 991.98px) {
  .pdp-recommendations-col {
    width: 100%;
  }
}
@media (max-width: 543.98px) {
  .pdp-sidebar-recommendations {
    padding-top: 20px;
  }
}
.pdp-sidebar-recommendations .pdp-sidebar-title {
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #000;
}
.pdp-sidebar-recommendations .pdp-sidebar-item {
  margin-bottom: 0.75rem;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.75rem;
}
.pdp-sidebar-recommendations .pdp-sidebar-item a {
  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: 0.75rem;
  text-decoration: none;
  color: inherit;
}
.pdp-sidebar-recommendations .pdp-sidebar-item a:hover {
  opacity: 0.8;
}
.pdp-sidebar-recommendations .pdp-sidebar-item img {
  width: 80px;
  height: 80px;
  min-width: 80px;
  -o-object-fit: contain;
     object-fit: contain;
  background: #f5f5f5;
  border-radius: 4px;
}
.pdp-sidebar-recommendations .pdp-sidebar-item .pdp-sidebar-item-info {
  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;
  gap: 0.15rem;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pdp-sidebar-recommendations .pdp-sidebar-item .pdp-sidebar-item-brand {
  font-size: 0.65rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: #666;
  margin: 0;
}
.pdp-sidebar-recommendations .pdp-sidebar-item .pdp-sidebar-item-name {
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0;
  line-height: 1.3;
}
.pdp-sidebar-recommendations .pdp-sidebar-item .pdp-sidebar-item-price {
  font-size: 0.8rem;
  font-weight: 700;
  margin: 0;
}

.pdp-delivery-blocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0;
}

.pdp-delivery-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1rem;
  border: 1px solid #343a40;
  margin-bottom: 0.5rem;
}
.pdp-delivery-block .pdp-delivery-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #333;
}
.pdp-delivery-block .pdp-delivery-info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pdp-delivery-block .pdp-delivery-info .pdp-delivery-title {
  font-family: "HelveticaLTW05-Bold", Helvetica, Arial, sans-serif;
  font-size: 11px;
  line-height: 16.5px;
  font-weight: 700;
  letter-spacing: 0;
  color: #222222;
  margin: 0;
}
.pdp-delivery-block .pdp-delivery-info .pdp-delivery-subtitle {
  font-size: 0.75rem;
  color: #666;
  margin: 0;
}
.pdp-delivery-block .pdp-delivery-info .pdp-delivery-subtitle--link {
  color: #000;
  text-decoration: underline;
  cursor: pointer;
  font-weight: 600;
}
.pdp-delivery-block .pdp-delivery-info .pdp-delivery-subtitle--link:hover {
  opacity: 0.7;
}
.pdp-delivery-block .pdp-delivery-badge {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0.2rem 0.5rem;
  white-space: nowrap;
}
.pdp-delivery-block .pdp-delivery-badge--available {
  background-color: #333f48;
  color: #e6f4ea;
}
.pdp-delivery-block .pdp-delivery-badge--unavailable {
  background-color: #eee;
  color: #767676;
}
.pdp-delivery-block--store {
  background-color: rgba(238, 238, 238, 0.5);
  border: none;
}

.product-pdp .prices-add-to-cart-actions button.add-to-cart.add-to-cart-disabled {
  background-color: #5a6e79;
  border-color: #5a6e79;
  color: #fff;
  cursor: not-allowed;
}
.product-pdp .prices-add-to-cart-actions button.add-to-cart:not(.add-to-cart-disabled) {
  background-color: #313E47;
  border-color: #313E47;
  color: #fff;
}
.product-pdp .prices-add-to-cart-actions button.add-to-cart:not(.add-to-cart-disabled):hover, .product-pdp .prices-add-to-cart-actions button.add-to-cart:not(.add-to-cart-disabled):focus, .product-pdp .prices-add-to-cart-actions button.add-to-cart:not(.add-to-cart-disabled):active, .product-pdp .prices-add-to-cart-actions button.add-to-cart:not(.add-to-cart-disabled):focus-visible {
  background-color: #313E47 !important;
  border-color: #313E47 !important;
  color: #fff !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}

.pdp-brand {
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  color: #555;
}

.product-number-rating {
  text-align: right;
  font-size: 0.75rem;
}

.product-number-rating .product-number {
  float: none;
}

.product-pdp .pdp-layout-row {
  background-color: #fff;
}

.product-pdp.product-detail.product-wrapper {
  overflow-x: visible;
}

.product-pdp .pdp-bottom-section {
  position: relative;
  padding: 2.5rem 0 3rem;
}
.product-pdp .pdp-bottom-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100vw;
  height: 100%;
  background-color: #f5f5f5;
  -webkit-box-shadow: inset 0 4px 8px -2px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 4px 8px -2px rgba(0, 0, 0, 0.1);
  z-index: 0;
}
.product-pdp .pdp-bottom-section > * {
  position: relative;
  z-index: 1;
}
@media (max-width: 768.98px) {
  .product-pdp .pdp-bottom-section {
    padding: 1.5rem 0 2rem;
  }
}

.product-pdp .pdp-bottom-section .description-and-detail {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  padding: 2rem 2.5rem;
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 768.98px) {
  .product-pdp .pdp-bottom-section .description-and-detail {
    padding: 1.25rem 1rem;
    border-radius: 4px;
  }
}
.product-pdp .pdp-bottom-section .description-and-detail .description-title {
  font-size: 16px;
  font-weight: 700;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #f0f0f0;
  margin-bottom: 1rem;
}

.product-pdp .pdp-bottom-section > div:first-child {
  background-color: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.08);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
.product-pdp .pdp-bottom-section > div:first-child:empty {
  display: none;
}

.product-pdp .pdp-bottom-section:not(:has(.description-and-detail *:not(:empty))):not(:has(.pdp-sidebar-item)) {
  display: none;
}

.product-pdp .pdp-bottom-section .description-and-detail:not(:has(* *)) {
  display: none;
}

.description-and-detail .description .label-description-highlight {
  font-size: 19px !important;
  font-weight: 700;
  color: #000;
  margin-left: 0;
  margin-bottom: 10px !important;
  padding-bottom: 10px !important;
  padding-left: 0px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15) !important;
}
