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

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

@media (min-width: 360px) and (max-width: 479.98px) {
  .pull-left-sm {
    float: left;
  }

  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .pull-left-md {
    float: left;
  }

  .pull-right-md {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .pull-left-mdx {
    float: left;
  }

  .pull-right-mdx {
    float: right;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .pull-left-lg {
    float: left;
  }

  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .pull-left-xl {
    float: left;
  }

  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1440px) {
  .pull-left-xxl {
    float: left;
  }

  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 359.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.pc-product-color-wrapper {
  background: #fff;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  border: 0;
}
@media (min-width: 360px) {
  .pc-product-color-wrapper:hover {
    border: 1px solid var(--pc-aux-color-aluminium);
  }
}
.pc-product-color-wrapper.selected {
  border: 1px solid var(--pc-aux-color-amaranth);
}
.pc-product-color-wrapper.unselectable {
  pointer-events: none;
}

.pc-product-size-wrapper .pc-product-size {
  background-color: var(--pc-aux-color-alabaster);
  color: var(--pc-aux-color-gray-80);
  font-weight: 400;
  min-width: 70px;
  text-transform: lowercase;
  width: auto;
}
.pc-product-size-wrapper .pc-product-size.selected {
  border: 1px solid var(--pc-aux-color-amaranth);
}
.pc-product-size-wrapper .pc-product-size.disabled {
  background-image: linear-gradient(to top left, var(--pc-aux-color-alabaster) 0%, var(--pc-aux-color-alabaster) calc(50% - 0.8px), var(--pc-aux-color-alto) 50%, var(--pc-aux-color-alabaster) calc(50% + 0.8px), var(--pc-aux-color-alabaster) 100%);
  color: var(--pc-aux-color-alto);
  pointer-events: none;
}

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

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

/* PC colors */
@media (max-width: 479.98px) {
  .pc-notify-me-heading {
    font-size: 1.5rem;
  }
}

.pc-notify-me-checkbox-label {
  cursor: pointer;
  font-size: 0.6875rem;
  padding-left: 34px;
}

.pc-notify-me-button {
  border-top: 1px solid #e3e3e3;
  bottom: 0;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100%;
}
@media (min-width: 360px) {
  .pc-notify-me-button {
    max-width: 500px;
  }
}
@media (min-width: 480px) {
  .pc-notify-me-button {
    right: 0;
  }
}

.pc-notify-me-checkmark {
  height: 20px;
  width: 20px;
}

.notify-me-success-icon {
  left: -14px;
}

.pc-notify-me-btn-close .css-multiply {
  width: 15px;
}
.pc-notify-me-btn-close .css-multiply::after {
  height: 15px;
  left: 7px;
  top: -7px;
}

.pc-notify-me-modal {
  min-height: 100%;
}
@media (max-width: 479.98px) {
  .pc-notify-me-modal {
    margin-left: 0;
  }
}

/* PC colors */
.pull-left-xs {
  float: left;
}

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

@media (min-width: 360px) and (max-width: 479.98px) {
  .pull-left-sm {
    float: left;
  }

  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .pull-left-md {
    float: left;
  }

  .pull-right-md {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .pull-left-mdx {
    float: left;
  }

  .pull-right-mdx {
    float: right;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .pull-left-lg {
    float: left;
  }

  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .pull-left-xl {
    float: left;
  }

  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1440px) {
  .pull-left-xxl {
    float: left;
  }

  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 359.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

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

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

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

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

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

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

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

#js-same-day-delivery-modal .modal-content .pc-same-day-delivery-product-wrapper {
  height: 550px;
  overflow-y: scroll;
}
@media (min-width: 480px) {
  #js-same-day-delivery-modal .modal-content .pc-same-day-delivery-product-wrapper {
    height: 420px;
  }
}

.pc-same-day-delivery-result-message {
  color: var(--pc-aux-color-parsley);
}
@media (min-width: 480px) {
  .pc-same-day-delivery-result-message {
    font-size: 1rem;
  }
}
.pc-same-day-delivery-result-message.pc-same-day-delivery-result-error {
  color: var(--pc-aux-color-amaranth);
}

.pc-same-day-delivery-postal-code {
  color: var(--pc-aux-color-parsley);
}
@media (min-width: 480px) {
  .pc-same-day-delivery-postal-code {
    font-size: 1.1875rem;
  }
}
.pc-same-day-delivery-postal-code.pc-same-day-delivery-result-error {
  color: var(--pc-aux-color-amaranth);
}

.pc-same-day-delivery-header {
  border-bottom: 1px solid var(--pc-aux-color-mercury);
}

.pc-same-day-delivery-product-image {
  width: 100px;
}
@media (min-width: 480px) {
  .pc-same-day-delivery-product-image {
    width: 90px;
  }
}

/* PC colors */
.pull-left-xs {
  float: left;
}

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

@media (min-width: 360px) and (max-width: 479.98px) {
  .pull-left-sm {
    float: left;
  }

  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .pull-left-md {
    float: left;
  }

  .pull-right-md {
    float: right;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .pull-left-mdx {
    float: left;
  }

  .pull-right-mdx {
    float: right;
  }
}
@media (min-width: 1024px) and (max-width: 1279.98px) {
  .pull-left-lg {
    float: left;
  }

  .pull-right-lg {
    float: right;
  }
}
@media (min-width: 1280px) and (max-width: 1439.98px) {
  .pull-left-xl {
    float: left;
  }

  .pull-right-xl {
    float: right;
  }
}
@media (min-width: 1440px) {
  .pull-left-xxl {
    float: left;
  }

  .pull-right-xxl {
    float: right;
  }
}
@media (max-width: 359.98px) {
  .hidden-xs-down {
    display: none !important;
  }
}

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

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

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

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

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

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

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

/* stylelint-disable */
.pc-caption-item-container .pc-caption-item .pc-caption-item-tooltip-right {
  bottom: -120px;
  min-width: 355px;
}
@media (max-width: 479.98px) {
  .pc-caption-item-container .pc-caption-item .pc-caption-item-tooltip-right {
    left: -70px;
  }
  .pc-caption-item-container .pc-caption-item .pc-caption-item-tooltip-right::after {
    left: 290px;
  }
}
.pc-caption-item-container .pc-caption-item .pc-caption-item-tooltip-center {
  bottom: -90px;
  min-width: 355px;
}
@media (max-width: 479.98px) {
  .pc-caption-item-container .pc-caption-item .pc-caption-item-tooltip-center {
    left: 45px;
  }
}
.pc-caption-item-container .pc-caption-item .pc-caption-item-tooltip-left {
  bottom: -90px;
  min-width: 355px;
}
@media (max-width: 479.98px) {
  .pc-caption-item-container .pc-caption-item .pc-caption-item-tooltip-left {
    left: 140px;
  }
  .pc-caption-item-container .pc-caption-item .pc-caption-item-tooltip-left::after {
    left: 65px;
  }
}
@media (max-width: 479.98px) {
  .pc-caption-item-container .pc-caption-item .pc-caption-item-text {
    font-size: 0.75rem;
  }
}
@media (max-width: 479.98px) {
  .pc-caption-item-container .pc-caption-item .svg-wrapper.pc-caprion-icon {
    max-width: 20px;
  }
}

/* stylelint-enable */
@media (max-width: 479.98px) {
  .pc-caption-item-text-store {
    top: -2px;
  }
}

.pc-stores-available-stock-product-image {
  height: 92px;
  width: 92px;
}

.pc-stores-available-stock-container .pc-stores-available-stock-link {
  -webkit-text-decoration-color: var(--pc-aux-color-mercury);
          text-decoration-color: var(--pc-aux-color-mercury);
  text-underline-offset: 5px;
}
@media (max-width: 479.98px) {
  .pc-stores-available-stock-container .pc-stores-available-stock-link {
    font-size: 0.75rem;
  }
}

@media (max-width: 479.98px) {
  .pc-geolocation-button .pc-geolocation-button-font {
    text-align: left;
  }
}

.pc-copy-link-message-wrapper {
  z-index: 50;
}
@media (max-width: 479.98px) {
  .pc-copy-link-message-wrapper {
    bottom: 0;
    width: 100%;
  }
}
@media (min-width: 480px) {
  .pc-copy-link-message-wrapper {
    left: 50%;
    transform: translateX(-50%);
  }
}

.pc-copy-link-message {
  padding: 10px 14px;
}

.pc-copy-link-icon {
  background-color: #fff;
  border-color: #fff;
}
.pc-copy-link-icon::after {
  border-color: var(--pc-aux-color-amaranth);
  border-width: 0 1px 1px 0;
  left: 3px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.swatch-circle-miscellaneous {
  background: linear-gradient(0deg, #821e91 0, #821e91 25%, #edd134 25%, yellow 50%, #edd134 50%, #59ba00 50%, #59ba00 76%, #111 76%, #111 100%), linear-gradient(0deg, #0e5cd1 0, #0e5cd1 50%, #e20b0b 50%, #e20b0b 100%);
  background-repeat: repeat-y, repeat;
  background-size: 50% 100%, 100% 100%;
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  transform: rotate(-35deg);
}

.pc-add-to-cart-messages {
  left: 50%;
  position: fixed;
  top: 15%;
  transform: translate(-50%, -50%);
  width: 300px;
}
@media (max-width: 479.98px) {
  .pc-add-to-cart-messages {
    margin-top: -18px;
    top: 100%;
    width: 100%;
  }
}

.pc-add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px #808080;
  padding: 1em;
  border-radius: 0;
  top: 50%;
}
@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.pc-add-to-basket-alert.show {
  display: block;
}

@media (min-width: 480px) {
  .pc-add-to-cart-modal-wrapper {
    padding: 24px 0;
  }
}

.attribute label {
  display: block;
}

.swatch a {
  text-decoration: none;
}

@media (max-width: 359.98px) {
  .primary-images {
    margin: 0;
    padding: 0;
  }
}

.prices-add-to-cart-actions {
  bottom: 0;
  left: 0;
  padding-left: 0;
  padding-right: 0;
  position: fixed;
  width: 100%;
  z-index: 50;
}
@media (max-width: 359.98px) {
  .prices-add-to-cart-actions {
    background-color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
}
@media (min-width: 360px) {
  .prices-add-to-cart-actions {
    padding: 0 0.9375em;
    position: static;
  }
}
.prices-add-to-cart-actions .price {
  text-align: center;
}

.cart-and-ipay {
  text-align: center;
}
@media (max-width: 359.98px) {
  .cart-and-ipay {
    padding-bottom: 0;
  }
  .cart-and-ipay .btn {
    display: block;
    margin: 1%;
    width: 98%;
  }
}

.add-to-basket-alert {
  -webkit-animation: fade 5s linear forwards;
          animation: fade 5s linear forwards;
  box-shadow: 1px 1px 5px #808080;
  padding: 1em;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.add-to-basket-alert.show {
  display: block;
}

.main-attributes {
  margin-top: 1em;
}

.size-chart {
  margin-top: 1.071em;
}

div.availability {
  margin-top: 1.071em;
}

.bundle-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding-bottom: 1em;
}

.product-option:not(:first-child) {
  margin-top: 1.071em;
}

/* PC colors */
/* PC colors */
.youtube-video {
  position: relative;
}
.youtube-video.margins-enabled {
  margin-top: 15px;
}
@media (min-width: 480px) {
  .youtube-video.margins-enabled {
    margin-top: 21px;
  }
}
.youtube-video img,
.youtube-video picture {
  display: block;
  height: 100%;
  width: 100%;
}
.youtube-video__player {
  height: 100%;
  left: 0;
  width: 100%;
}
.youtube-video__picture-wrapper {
  align-items: center;
  cursor: pointer;
  height: auto;
  justify-content: center;
  min-width: 360px;
  position: relative;
}
.youtube-video__picture-wrapper::before {
  background-color: #000;
  content: "";
  display: block;
  height: 100%;
  opacity: 0.5;
  position: absolute;
  width: 100%;
  z-index: 1;
}
.youtube-video__picture-wrapper:hover__play-btn {
  transform: scale(1.1);
}
.youtube-video__content-wrapper {
  align-items: flex-start;
  display: flex;
  height: 100%;
  justify-content: center;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.youtube-video__content {
  margin-top: 8%;
  max-width: 300px;
  z-index: 100;
}
@media (min-width: 480px) {
  .youtube-video__content {
    max-width: 800px;
  }
}
.youtube-video__play-btn {
  display: block;
  height: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.5s;
  width: 40px;
  z-index: 10;
}
@media (min-width: 360px) {
  .youtube-video__play-btn {
    height: 61px;
    width: 62px;
  }
}
.youtube-video__play-btn::before {
  left: 16px;
  top: 12px;
}
@media (min-width: 360px) {
  .youtube-video__play-btn::before {
    left: 26px;
    top: 19px;
  }
}
@media (max-width: 359.98px) {
  .youtube-video__play-btn.css-play-button-o::before {
    border-bottom: 8px solid transparent;
    border-left: 12px solid #fff;
    border-top: 8px solid transparent;
    height: 16px;
  }
}

.quick-view-dialog .pc-bonus-product-item .selected-assistive-text,
.choose-bonus-product-dialog .pc-bonus-product-item .selected-assistive-text {
  left: 0;
  position: absolute;
  top: 8px;
}

.pc-availability-dot {
  border-radius: 50%;
  height: 8px;
  min-width: 8px;
}

.pc-promotion-details-button[aria-expanded=true] .css-chevron-down {
  transform: rotate(180deg);
}

.pc-promotion-callout-wrapper .pc-promotion-details-button {
  background-color: transparent;
  border: 0;
  line-height: 1.7;
  min-height: 48px;
}
.pc-promotion-callout-wrapper .pc-promotion-details-button::after {
  display: none;
}

.pc-quantity-error-text {
  color: var(--pc-aux-color-amaranth);
}

.pc-product-quantity-select-icon {
  pointer-events: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pc-product-quantity-select {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: none;
  border: 1px solid var(--pc-aux-color-alto);
}

.pc-product-prices {
  font-size: 1rem;
}

.pc-product-size-wrapper .pc-product-size {
  background-color: var(--pc-aux-color-alabaster);
  color: var(--pc-aux-color-gray-80);
  font-weight: 400;
  min-width: 70px;
  text-transform: lowercase;
  width: auto;
}
.pc-product-size-wrapper .pc-product-size.selected {
  border: 1px solid var(--pc-aux-color-amaranth);
}
.pc-product-size-wrapper .pc-product-size.disabled {
  background-image: linear-gradient(to top left, var(--pc-aux-color-alabaster) 0%, var(--pc-aux-color-alabaster) calc(50% - 0.8px), var(--pc-aux-color-alto) 50%, var(--pc-aux-color-alabaster) calc(50% + 0.8px), var(--pc-aux-color-alabaster) 100%);
  color: var(--pc-aux-color-alto);
  pointer-events: none;
}

.pc-product-color-wrapper {
  background: #fff;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 20px;
  border-radius: 20px;
  height: 40px;
  width: 40px;
  border: 0;
}
@media (min-width: 360px) {
  .pc-product-color-wrapper:hover {
    border: 1px solid var(--pc-aux-color-aluminium);
  }
}
.pc-product-color-wrapper .modal-body {
  overflow-y: auto;
}
.pc-product-color-wrapper.selected {
  border: 1px solid var(--pc-aux-color-amaranth);
}
.pc-product-color-wrapper.unselectable {
  pointer-events: none;
}

.pc-product-tag {
  font-size: 0.625rem;
}

.pc-product-image-carousel .pc-product-image-glide-arrow {
  border: 1px solid var(--pc-aux-color-mercury);
}
.pc-product-image-carousel .pc-product-video-play-button {
  height: 48px;
  width: 48px;
}
@media (min-width: 360px) {
  .pc-product-image-carousel .pc-product-video-play-button {
    height: 61px;
    width: 61px;
  }
}
.pc-product-image-carousel .pc-product-video-play-button::before {
  left: 20px;
  top: 16px;
}
@media (min-width: 360px) {
  .pc-product-image-carousel .pc-product-video-play-button::before {
    left: 26px;
    top: 20px;
  }
}

.pc-product-image-badge-wrapper {
  height: 40px;
  top: 0;
  width: 40px;
}
@media (min-width: 360px) {
  .pc-product-image-badge-wrapper {
    height: 56px;
    width: 56px;
  }
}

.pc-quick-view-dialog {
  right: 0;
}

.pc-product-color-swatch {
  background: #fff;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  border-radius: 16px;
  height: 32px;
  width: 32px;
  border: 0;
  display: inline-block;
  position: relative;
}
.pc-product-color-swatch i.fa-times-circle {
  background: #fff;
  border-radius: 50%;
  height: 0.75em;
  line-height: 0.8em;
  width: 0.8em;
}

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

.pc-color-attribute-label {
  color: var(--pc-aux-color-gray-80);
  display: block;
  margin-bottom: 8px;
}

.pc-color-attribute {
  text-align: center;
}

.pc-quickview-modal-body {
  overflow-y: auto;
}

.pc-qv-edit-product {
  align-items: center;
  justify-content: center;
}

.pc-qv-edit-product-modal {
  display: flex;
}

.pc-simple-quantity {
  padding: 24px 16px 0;
}

.pc-qv-edit-product-btn {
  width: 100%;
}

.pc-quickview-product-image-wrapper {
  height: 300px;
}
@media (min-width: 360px) {
  .pc-quickview-product-image-wrapper {
    height: 340px;
    width: 420px;
  }
}

.product-infos-images {
  display: flex;
  flex-direction: column;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
}
@media (min-width: 1024px) {
  .product-infos-images {
    gap: 32px;
    flex-direction: row;
    align-items: normal;
  }
}
.product-infos-images .pc-product-thumbnail-carousel .pc-picture {
  width: 64px;
  height: 64px;
}
.product-infos-images .pc-product-thumbnail-carousel .pc-picture img {
  height: 100%;
  -o-object-fit: none;
     object-fit: none;
}
.product-infos-images .pc-product-thumbnail-glide-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 64px;
  width: 64px !important;
  height: 64px;
}
@media (min-width: 1024px) {
  .product-infos-images .pc-product-thumbnail-glide-slide {
    min-width: 72px;
    width: 72px !important;
    height: 72px;
  }
}

.js-primary-images {
  width: 100%;
  padding: 0px;
}
@media (min-width: 360px) {
  .js-primary-images {
    max-width: 592px;
  }
}
.js-primary-images .js-pc-carousel-container .glide__slide {
  border: var(--pc-ref-border-width-s) solid var(--pc-ref-palette-dark-90);
  border-radius: var(--pc-border-radius-l);
  overflow: hidden;
}
.js-primary-images .js-pc-carousel-container img {
  width: 100%;
  aspect-ratio: 1/1;
}
@media (min-width: 360px) {
  .js-primary-images .js-pc-carousel-container img {
    max-height: 592px;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.js-primary-images .js-pc-carousel-container .tileBadgeImageUrl {
  position: absolute;
  left: 16px;
  bottom: 16px;
  width: 40px;
  height: 40px;
}
.js-primary-images .youtube-video {
  max-height: 288px;
  height: 100vh;
}
@media (min-width: 1024px) {
  .js-primary-images .youtube-video {
    max-height: 592px;
    height: 100vh;
  }
  .js-primary-images .youtube-video .youtube-video__picture-wrapper::before {
    background-color: transparent;
  }
  .js-primary-images .youtube-video .youtube-video__picture-wrapper .pc-picture {
    max-height: 592px !important;
    height: 100vh !important;
  }
}
.js-primary-images .youtube-video .youtube-video__picture-wrapper::before {
  background-color: transparent;
}
.js-primary-images .youtube-video .youtube-video__picture-wrapper .pc-picture {
  max-height: 288px !important;
  height: 100vh !important;
}
.js-primary-images .controls .pc-glide-arrow-right,
.js-primary-images .controls .pc-glide-arrow-left {
  height: 48px;
  width: 48px;
  border-radius: var(--pc-border-radius-l);
  border: 1px solid var(--pc-ref-palette-dark-90);
  background-color: var(--pc-ref-palette-dark-100);
}
.js-primary-images .controls .pc-glide-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
}
.js-primary-images .controls .pc-glide-arrow-left {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 8px;
}

.brandLogoBanner img {
  width: 156px;
  height: 88px;
  -o-object-fit: contain;
     object-fit: contain;
  padding-top: 8px;
  padding-bottom: 8px;
}

.cart-and-ipay {
  position: fixed;
  bottom: 16px;
  z-index: 100;
  right: 0px;
  left: 0px;
  margin-left: 8px;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .cart-and-ipay {
    position: static;
    margin: 0px;
    margin-bottom: 16px;
  }
}
.cart-and-ipay .container {
  display: flex;
  background-color: var(--pc-ref-palette-tan-100);
  border-radius: var(--pc-border-radius-l);
  height: 80px;
  padding: 16px;
  justify-content: space-between;
}
.cart-and-ipay .container .pc-product-quantity-select {
  background-color: var(--pc-ref-palette-neutral-100);
  border: var(--pc-ref-border-width-s) solid var(--pc-ref-palette-dark-80);
  color: var(--pc-ref-palette-dark-40);
}
.cart-and-ipay .container .add-to-cart {
  font-size: 0px;
  display: flex;
  gap: 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-family: var(--pc-font-body);
  width: 48px;
}
@media (min-width: 1024px) {
  .cart-and-ipay .container .add-to-cart {
    font-size: var(--size-200);
    gap: 8px;
    width: 100%;
  }
}
.cart-and-ipay .container .add-to-cart svg {
  width: auto;
}
.cart-and-ipay .container .notifyMe {
  font-size: 0px;
  display: flex;
  gap: 0px;
  width: 100%;
  align-items: center;
  justify-content: center;
  font-family: var(--pc-font-body);
  width: 48px;
}
@media (min-width: 1024px) {
  .cart-and-ipay .container .notifyMe {
    font-size: var(--size-200);
    gap: 8px;
    width: 100%;
  }
}
.cart-and-ipay .priceAndbtn {
  margin-left: 39px;
}
@media (min-width: 1024px) {
  .cart-and-ipay .priceAndbtn {
    width: 100%;
  }
}
.cart-and-ipay .priceAndbtn > div {
  flex-wrap: wrap;
  justify-content: end;
  margin-right: 8px;
}
@media (min-width: 1024px) {
  .cart-and-ipay .priceAndbtn > div {
    margin-right: 16px;
    flex-wrap: nowrap;
  }
}
.cart-and-ipay .product-image, .cart-and-ipay .titles, .cart-and-ipay .variants {
  display: none;
}

.pc-discount-badge-wrapper {
  background-color: var(--pc-brand-surface-mid);
  width: 38px;
  height: 20px;
  border-radius: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1024px) {
  .pc-discount-badge-wrapper {
    width: 48px;
  }
}
.pc-discount-badge-wrapper .pc-discount-badge-text {
  font-size: 14px;
  line-height: 20px;
}

.pc-product-prices .sales .value {
  color: var(--pc-ref-palette-neutral-600);
  font-size: 18px;
}
@media (min-width: 1024px) {
  .pc-product-prices .sales .value {
    font-size: 22px;
  }
}
.pc-product-prices del .value {
  color: var(--pc-ref-palette-dark-40);
  font-size: 14px;
}

.product-details-info {
  display: flex;
  gap: 16px;
  flex-direction: column;
}
.product-details-info-details {
  display: flex;
  gap: 16px;
  width: 100%;
  flex-direction: column;
}
.product-details-info-details-info {
  display: flex;
  gap: 16px;
  flex-direction: column;
  width: 100%;
}
.product-details-info-details-info-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.product-details-info-details .brandWishlist {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.product-details-info-details .brandWishlist a {
  display: flex;
  align-items: center;
}
.product-details-info-details .brandWishlist .product-brand {
  font-family: var(--pc-font-heading);
  font-size: var(--size-400);
}
@media (min-width: 1024px) {
  .product-details-info-details .brandWishlist .product-brand {
    font-size: var(--size-500);
  }
}
.product-details-info-details .product-line {
  font-size: var(--size-300);
  color: var(--pc-ref-palette-neutral-600);
}
.product-details-info-details .product-name {
  font-size: var(--size-200);
  color: var(--pc-ref-palette-dark-40);
}
.product-details-info-details .pc-product-ean {
  font-size: var(--size-200);
  color: var(--pc-ref-palette-dark-40);
}
.product-details-info-details .pc-product-ean span {
  color: inherit;
  font-size: inherit;
}

.product-details {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.product-details .attributes {
  margin-top: 16px;
}

.wishlist-tile {
  position: static;
  border: 2px solid var(--pc-ref-palette-dark-90);
  background-color: var(--pc-ref-palette-dark-100);
  width: 40px;
  height: 40px;
  padding: 8px;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: var(--pc-border-radius-m);
}
.wishlist-tile .pc-image-wishlist-circle {
  line-height: 0px;
  height: auto;
  width: 40px;
}
.wishlist-tile .pc-image-wishlist-circle .heartfill {
  fill: #d50032 !important;
}

.divider {
  margin: 0px;
  border: var(--pc-ref-border-width-s) solid var(--pc-ref-palette-dark-80);
}

@media (min-width: 1024px) {
  .fixed_addToCard {
    position: fixed;
    bottom: 16px;
    margin-bottom: 0px;
  }
  .fixed_addToCard .container {
    height: auto;
    margin-left: 16px;
    margin-right: 16px;
  }
  .fixed_addToCard .product-image {
    min-width: 72px;
    max-width: 72px;
    height: 72px;
    display: flex;
    align-items: center;
    border-radius: 8px;
    overflow: hidden;
  }
  .fixed_addToCard .product-image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .fixed_addToCard .titles {
    width: 100%;
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .fixed_addToCard .titles .brandtext {
    font-family: var(--pc-font-body);
    color: var(--pc-ref-palette-neutral-600);
    font-size: 22px;
    margin: 0;
  }
  .fixed_addToCard .titles .product-name {
    font-family: var(--pc-font-body);
    color: var(--pc-ref-palette-dark-40);
    font-size: 14px;
    margin: 0;
  }
  .fixed_addToCard .variants {
    display: block;
    display: flex;
    align-items: center;
  }
  .fixed_addToCard .priceAndbtn {
    align-items: center;
    margin-left: 16px;
    width: auto;
  }
  .fixed_addToCard .priceAndbtn .add-to-cart {
    width: auto;
    white-space: nowrap;
  }
  .fixed_addToCard .priceAndbtn .notifyMe {
    width: auto;
    white-space: nowrap;
    display: flex;
  }
  .fixed_addToCard .pc-product-quantity-select-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

.pc-product-tags {
  display: flex;
  flex-direction: row;
  gap: 8px;
  position: absolute;
  top: 16px;
  left: 16px;
  right: 16px;
}

#launcher.product-bar-fixed {
  bottom: 120px !important;
}

.actionGroup-Promotions {
  display: flex;
  flex-direction: column;
  padding: 8px 12px;
  background: #f9f5f1;
  gap: 8px;
  border-radius: 8px;
  margin-top: 16px;
  -webkit-appearance: none;
}
.actionGroup-Promotions .promotions-info {
  color: #0A0A0A;
  -webkit-text-fill-color: #0A0A0A;
  -webkit-appearance: none;
}
.actionGroup-Promotions .promotions-info .promotions-label {
  font-weight: 700;
}
.actionGroup-Promotions .pc-promotions .promotions {
  min-height: 48px;
  width: 100%;
  border: 0px;
  display: flex;
  align-items: center;
  background: inherit !important;
  gap: 8px;
  padding: 0px;
  -webkit-text-fill-color: #0A0A0A;
  -webkit-appearance: none;
}
.actionGroup-Promotions .pc-promotions .promotions:hover {
  background: inherit;
}
.actionGroup-Promotions .pc-promotions .promotions .icon-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 12px;
}
.actionGroup-Promotions .pc-promotions .promotions .bagde-icon svg {
  fill: #FFF !important;
}
.actionGroup-Promotions .pc-promotions .promotions .bagde-icon svg path {
  stroke: none !important;
}
.actionGroup-Promotions .pc-promotions .promotions .promotions-info {
  font-family: var(--pc-font-body);
}

.pc-points-earned .info-icon {
  text-align: left;
  font-family: var(--pc-font-body);
}
.pc-points-earned .likeMe {
  min-height: 48px;
  width: 100%;
  border: 0px;
  display: flex;
  align-items: center;
  background: inherit !important;
  gap: 8px;
  padding: 0px;
  -webkit-text-fill-color: #0A0A0A;
  -webkit-appearance: none;
}
.pc-points-earned .likeMe:hover {
  background: inherit;
}
.pc-points-earned .likeMe .icon-right {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: end;
  padding: 12px;
}

.bagde-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--pc-ref-palette-brand-400);
  height: 40px;
  min-width: 40px;
  border-radius: 100%;
}
.bagde-icon svg {
  fill: none !important;
}
.bagde-icon svg path {
  stroke: var(--pc-ref-palette-neutral-100) !important;
}

.titleAtrributes {
  font-size: 14px;
  color: var(--pc-ref-palette-dark-40);
  margin-top: 16px;
  font-family: var(--pc-font-body);
}
@media (min-width: 1024px) {
  .titleAtrributes {
    margin-top: 32px;
  }
}
.titleAtrributes.delivery {
  margin-bottom: 8px;
}

.modal-header {
  display: flex;
  align-items: center;
}
.modal-header .title {
  font-size: 22px;
  margin: 0px;
  font-family: var(--pc-font-heading);
}

.modal-header .close {
  margin: 0px;
}

.modal-content {
  overflow: auto;
}
@media (min-width: 1024px) {
  .modal-content {
    margin-top: 0px;
  }
}

.modal-body {
  padding: 0px 24px 0px;
  padding-top: 0px;
}
.modal-body .product-quickview.likeMe {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal-body .product-quickview.likeMe .descriptionLikeme {
  font-size: 18px;
  font-weight: 700;
  color: var(--pc-ref-palette-neutral-600);
  margin: 0px;
}
.modal-body .product-quickview.likeMe .infome {
  font-size: 18px;
  color: var(--pc-ref-palette-dark-40);
}
.modal-body .product-quickview.likeMe .card {
  height: 492px;
  border: none;
  margin: 0px;
  width: 100%;
  border-radius: 16px;
  display: flex;
  justify-content: end;
  overflow: hidden;
}
.modal-body .product-quickview.likeMe .card .bg {
  width: 100%;
  z-index: 1;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.modal-body .product-quickview.likeMe .card .call-to-actions {
  position: absolute;
  z-index: 2;
  left: 16px;
  right: 16px;
  bottom: 16px;
}
.modal-body .product-quickview.likeMe .card .ctas {
  background-color: #FFFFFF;
  display: flex;
  flex-direction: column;
  padding: 16px;
  gap: 4px;
  max-height: 216px;
  border-radius: 16px;
}
.modal-body .product-quickview.likeMe .card .ctas .title {
  font-family: var(--pc-font-heading);
  margin-bottom: 0px;
  font-size: var(--size-300);
  color: var(--pc-ref-palette-neutral-600);
}
@media (min-width: 1024px) {
  .modal-body .product-quickview.likeMe .card .ctas .title {
    font-size: var(--size-400);
  }
}
.modal-body .product-quickview.likeMe .card .ctas .description {
  font-size: 14px;
  color: var(--pc-ref-palette-dark-40);
}
.modal-body .product-quickview.likeMe .card .ctas .btn_register {
  height: 48px;
  font-size: var(--size-200);
}
.modal-body .product-quickview.likeMe .card .ctas .conditions {
  margin: 0 auto;
  font-size: var(--size-200);
}
.modal-body .product-quickview.promotions .card {
  background-color: var(--pc-ref-palette-dark-100);
  border: 1px solid var(--pc-ref-palette-dark-90);
  border-radius: 8px;
  margin-bottom: 8px;
}
.modal-body .product-quickview.promotions .card-header {
  background-color: inherit;
  padding: 8px 12px;
  margin: 0px;
  border: none;
}
.modal-body .product-quickview.promotions .card-header .promotion-title {
  flex: 1;
  text-align: left;
}
.modal-body .product-quickview.promotions .card-body {
  padding: 0px 12px 8px 12px;
}
.modal-body .product-quickview.promotions .card-body .promotion-image {
  aspect-ratio: 1/1;
  width: 100%;
  border-radius: 8px;
  margin-bottom: 8px;
}
.modal-body .product-quickview.promotions .card-body .description {
  font-size: 16px;
  color: var(--pc-ref-palette-dark-40);
  margin-bottom: 8px;
  text-align: left;
}
.modal-body .product-quickview.promotions .bagde-icon {
  margin-right: 12px;
  height: 32px;
  min-width: 32px;
}
.modal-body .product-quickview.promotions .bagde-icon svg {
  fill: #FFF !important;
}
.modal-body .product-quickview.promotions .bagde-icon svg path {
  stroke: none !important;
}
.modal-body .product-quickview.promotions .accordion-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  background-color: var(--pc-ref-palette-dark-100);
  font-size: 16px;
  font-weight: 700;
  height: 40px;
  padding: 0px;
  border: none;
  color: var(--pc-ref-palette-neutral-600);
}
.modal-body .product-quickview.promotions .accordion-button:hover {
  background: var(--pc-ref-palette-dark-100);
}
.modal-body .product-quickview.promotions .accordion-button:focus {
  background: var(--pc-ref-palette-dark-100);
}
.modal-body .product-quickview.promotions .accordion-button.collapsed .icon-minus {
  display: none;
}
.modal-body .product-quickview.promotions .accordion-button:not(.collapsed) .icon-plus {
  display: none;
}
.modal-body .product-quickview.delivery-address-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.modal-body .product-quickview.delivery-address-info p {
  font-size: 18px;
  color: var(--pc-ref-palette-dark-40);
  margin: 0px;
}
.modal-body .product-quickview.delivery-address-info p.title {
  font-weight: 700;
  color: var(--pc-ref-palette-neutral-600);
}
.modal-body .product-quickview.delivery-address-info a {
  color: var(--pc-ref-palette-dark-40);
  font-size: 18px;
  text-decoration: underline;
}
.modal-body .product-quickview.delivery-address-info a.title {
  font-weight: 700;
  color: var(--pc-ref-palette-neutral-600);
}

.pdp {
  margin-bottom: 40px;
}

.pdp .attributes .pc-variation-attributes-wrapper {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.pdp .attributes .pc-variation-attributes-wrapper .attribute-container {
  gap: 4px;
  align-items: center;
}
.pdp .attributes .pc-variation-attributes-wrapper .pc-color-attribute-label {
  width: 100%;
  font-size: 14px;
  color: var(--pc-ref-palette-neutral-600);
  margin-bottom: 0px;
}
.pdp .attributes .pc-variation-attributes-wrapper .pc-color-attribute-label span {
  color: var(--pc-ref-palette-dark-40);
}
.pdp .attributes .pc-variation-attributes-wrapper .pc-product-color-swatch {
  border-radius: 4px;
}

.pdp .availability-msg {
  height: 28px;
}
.pdp .availability-msg .pc-stock-bg-color-last-units {
  background-color: var(--pc-ref-palette-feedback-warning-400);
  box-shadow: 0px 0px 0px 3px --pc-ref-palette-feedback-warning-300;
}
.pdp .availability-msg .pc-stock-bg-color-temporarily-unavailable {
  background-color: var(--pc-ref-palette-neutral-600);
}
.pdp .availability-msg .pc-stock-bg-color-available {
  background-color: var(--pc-ref-palette-feedback-success-400);
  box-shadow: 0px 0px 0px 3px var(--pc-ref-palette-feedback-success-30);
}
.pdp .availability-msg span {
  font-family: var(--pc-font-body);
  font-size: 14px;
  color: var(--pc-ref-palette-dark-40) !important;
}

.pdp .delivery.tabset .tabSelector-container {
  justify-content: flex-start;
  padding: 0px;
}
.pdp .delivery.tabset .tabSelector-container .tabSelector {
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
  gap: 4px;
}
.pdp .delivery.tabset .tabSelector-container .tabSelector svg {
  margin: 4px;
  fill: var(--pc-ref-palette-dark-40);
}
.pdp .delivery.tabset .tabSelector-container .tabSelector svg path {
  fill: var(--pc-ref-palette-dark-40) !important;
}
.pdp .delivery.tabset .tabSelector-container .tabSelector .tab-delivery-tile {
  font-size: var(--size-200);
  color: var(--pc-ref-palette-dark-40);
}
.pdp .delivery.tabset .tabSelector-container .tabSelector.tabSelector-visible svg {
  fill: var(--pc-ref-palette-neutral-600);
}
.pdp .delivery.tabset .tabSelector-container .tabSelector.tabSelector-visible svg path {
  fill: var(--pc-ref-palette-neutral-600) !important;
}
.pdp .delivery.tabset .tabSelector-container .tabSelector.tabSelector-visible .tab-delivery-tile {
  color: var(--pc-ref-palette-neutral-600);
}
.pdp .delivery.tabset .tabContent {
  margin-top: 8px;
  background-color: var(--pc-ref-palette-dark-95);
  border-radius: 12px;
  padding: 12px;
  gap: 8px;
}
.pdp .delivery.tabset .tabContent.tabContent-visible {
  display: flex;
  flex-direction: column;
}
.pdp .delivery.tabset .tabContent p {
  margin: 0px;
  color: var(--pc-ref-palette-neutral-600);
  font-size: 14px;
}
.pdp .delivery.tabset .tabContent a {
  text-decoration: underline;
  color: var(--pc-ref-palette-neutral-600);
  font-size: 14px;
}
.pdp .delivery.tabset .tabContent .description {
  color: var(--pc-ref-palette-dark-40);
}

#js-stores-available-stock-modal .modal-dialog .modal-content {
  border-radius: 16px;
}
#js-stores-available-stock-modal .modal-dialog .modal-header {
  padding: 16px;
}
@media (min-width: 1024px) {
  #js-stores-available-stock-modal .modal-dialog .modal-header {
    padding: 24px !important;
  }
}
#js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-title {
  font-size: var(--size-300);
  display: flex;
  align-items: center;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  #js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-title {
    font-size: var(--size-400);
    height: 64px;
  }
}
#js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-product {
  background-color: var(--pc-ref-palette-tan-100);
  padding: 8px;
  border-radius: 16px;
  min-height: 102px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (min-width: 1024px) {
  #js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-product {
    padding: 12px;
    border-radius: 16px;
    gap: 16px;
  }
}
#js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-product .stores-available-stock-product-content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (min-width: 1024px) {
  #js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-product .stores-available-stock-product-content {
    flex-direction: row-reverse;
    justify-content: space-between;
    width: 100%;
  }
}
#js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-product .image-product {
  height: 72px;
  width: 72px;
  border-radius: 16px;
}
#js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-product .product-names {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
#js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-product .product-names .brand-title {
  font-size: var(--size-300);
  color: var(--pc-ref-palette-neutral-600);
  margin: 0px;
}
@media (min-width: 1024px) {
  #js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-product .product-names .brand-title {
    font-size: var(--size-400);
  }
}
#js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-product .product-names .product-line {
  color: var(--pc-ref-palette-neutral-600);
  font-size: 14px;
  margin: 0px;
}
#js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-product .product-names .product-name {
  color: var(--pc-ref-palette-dark-40);
  font-size: 14px;
  margin: 0px;
}
#js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-product .product-atrr {
  display: flex;
  flex-direction: column;
}
#js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-product .product-atrr .atrr-delivery {
  display: flex;
  gap: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  color: var(--pc-ref-palette-dark-40);
  border-radius: 0px;
  border: none;
  background-color: transparent;
  align-items: center;
}
#js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-product .product-atrr .atrr-delivery svg {
  fill: var(--pc-ref-palette-dark-40) !important;
}
@media (min-width: 1024px) {
  #js-stores-available-stock-modal .modal-dialog .modal-header .stores-available-stock-product .product-atrr {
    flex-direction: row;
    gap: 16px;
    align-items: flex-start;
  }
}
#js-stores-available-stock-modal .modal-dialog .modal-header .close {
  position: absolute;
  right: 8px;
  top: 16px;
  padding: 8px;
  margin: 0px 8px 8px 8px;
  height: 32px;
  width: 32px;
  background-color: rgba(10, 10, 10, 0.1);
  border-radius: 8px;
}
@media (min-width: 1024px) {
  #js-stores-available-stock-modal .modal-dialog .modal-header .close {
    right: 16px;
    margin: 8px;
  }
}
#js-stores-available-stock-modal .modal-dialog .modal-header .close .css-multiply {
  width: 16.56px;
}
#js-stores-available-stock-modal .modal-dialog .modal-header .close .css-multiply::after {
  height: 16.56px;
}

.trustpilot-container.container {
  padding: 32px 8px;
}
@media (min-width: 1024px) {
  .trustpilot-container.container {
    padding: 32px;
  }
}
.trustpilot-container.container .title {
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 20px;
}
@media (min-width: 1024px) {
  .trustpilot-container.container .title {
    font-size: 32px;
  }
}
.trustpilot-container.container #collapsible-details-opinions {
  height: 580px;
}

.trustpilot-widget {
  height: 100%;
}

.pc-store-details .pc-store-card-hours .pc-store-card-hours-arrow {
  right: 8%;
  top: -20%;
}
@media (max-width: 479.98px) {
  .pc-store-details .pc-store-card-hours .pc-store-card-hours-arrow {
    right: 0;
    top: -6px;
  }
}
.pc-store-details .pc-store-card-hours .pc-store-card-hours-day {
  flex: 0 0 42%;
  max-width: 42%;
}
.pc-store-details .pc-store-card-hours .pc-store-card-hours-day-schedule {
  flex: 0 0 58%;
  max-width: 58%;
}

.pc-store-card-details .pc-store-services {
  display: none;
}

.pc-store-text-wrapper .pc-store-text-actions {
  display: flex;
}
@media (max-width: 479.98px) {
  .pc-store-text-wrapper .pc-store-text-actions {
    flex-direction: column;
  }
  .pc-store-text-wrapper .pc-store-text-actions .pc-store-text-action {
    margin-left: 0;
  }
}
@media (min-width: 480px) {
  .pc-store-text-wrapper .pc-store-text-actions .pc-store-text-action {
    margin-left: 16px;
  }
}
.pc-store-text-wrapper .pc-store-text-actions .pc-store-text-checkout-no-action {
  display: flex;
}

.pc-store-locator-modal-container {
  height: 64vh;
}

.pc-store-card-image,
.pc-search-saved,
.pc-store-actions-wrapper {
  display: none;
}

.pc-search-buttons .pc-search-refinements-cta {
  display: none;
}

.pc-image-wishlist-circle {
  height: 40px;
  line-height: 40px;
  width: 40px;
}
@media (min-width: 360px) {
  .pc-image-wishlist-circle {
    height: 56px;
    line-height: 56px;
    width: 56px;
  }
}
.pc-image-wishlist-circle .pc-image-wishlist-heart {
  font-size: 1.25rem;
}

.pc-product-thumbnail-glide-slide .pc-product-video-play-button-thumbnail {
  height: 15px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 15px;
}
.pc-product-thumbnail-glide-slide .pc-product-video-play-button-thumbnail::before {
  border-bottom: 4px solid transparent !important;
  border-left: 6px solid #fff !important;
  border-top: 4px solid transparent !important;
  height: 0 !important;
  left: 5px;
  top: 3px;
}

.pc-availability-dot {
  border-radius: 50%;
  height: 8px;
  width: 8px;
}

.pc-quantity-error-text {
  color: var(--pc-aux-color-amaranth);
}

.pc-product-error-text {
  color: #e12d45;
}

.pc-product-quantity-select-icon {
  pointer-events: none;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.pc-product-quantity-select {
  -webkit-appearance: none;
  /* stylelint-disable-line */
  background: none;
  border: 1px solid var(--pc-aux-color-alto);
}

.pc-promotion-details-button[aria-expanded=true] .css-chevron-down {
  transform: rotate(180deg);
}

.pc-promotion-callout-wrapper .pc-promotion-details-button {
  line-height: 1.7;
}
.pc-promotion-callout-wrapper .pc-promotion-details-button::after {
  display: none;
}
.pc-promotion-callout-wrapper .pc-promotion-callout-image {
  height: 60px;
}

.pc-img-magnifier-glass {
  border: 1px solid var(--pc-aux-color-amaranth);
  cursor: none;
  height: 250px;
  width: 250px;
}

.pc-product-ean {
  font-size: 0.75rem;
}

.pc-product-prices {
  font-size: 1.1875rem;
}

.pc-product-tag {
  font-size: 0.625rem;
}

.pc-product-image-badge-wrapper {
  height: 40px;
  top: 0;
  width: 40px;
}
@media (min-width: 360px) {
  .pc-product-image-badge-wrapper {
    height: 56px;
    width: 56px;
  }
}

.pc-product-image-carousel .pc-product-image-glide-arrow {
  border: 1px solid var(--pc-aux-color-mercury);
}
@media (max-width: 767.98px) {
  .pc-product-image-carousel .pc-glide-arrows {
    top: 45%;
  }
}
@media (max-width: 479.98px) {
  .pc-product-image-carousel .pc-product-video-play-button {
    height: 48px;
    width: 48px;
  }
  .pc-product-image-carousel .pc-product-video-play-button::before {
    content: none;
  }
}

.pc-product-thumbnail-carousel.carousel-disabled .pc-product-thumbnail-glide-slides {
  display: flex;
  justify-content: center;
}
.pc-product-thumbnail-carousel.carousel-disabled .pc-product-thumbnail-glide-slide, .pc-product-thumbnail-carousel.carousel-disabled .pc-product-thumbnail-glide-slide img {
  width: 64px;
  height: 64px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1024px) {
  .pc-product-thumbnail-carousel.carousel-disabled .pc-product-thumbnail-glide-slide, .pc-product-thumbnail-carousel.carousel-disabled .pc-product-thumbnail-glide-slide img {
    width: 72px;
    height: 72px;
  }
}
.pc-product-thumbnail-carousel .pc-product-thumbnail-glide-slide {
  margin-left: 4px;
  margin-right: 4px;
  border-radius: var(--pc-border-radius-s);
  overflow: hidden;
  border: var(--pc-ref-border-width-s) solid var(--pc-ref-palette-dark-90);
}
.pc-product-thumbnail-carousel .pc-product-thumbnail-glide-slide:hover, .pc-product-thumbnail-carousel .pc-product-thumbnail-glide-slide.active {
  border: 1px solid var(--pc-ref-palette-dark-40);
}
@media (max-width: 479.98px) {
  .pc-product-thumbnail-carousel .pc-glide-arrows {
    top: 35%;
  }
}

.pc-social-container {
  border-top: 1px solid var(--pc-aux-color-mercury);
}
@media (max-width: 479.98px) {
  .pc-social-container {
    border-bottom: 1px solid var(--pc-aux-color-mercury);
  }
}

.pc-social-icon {
  border: 1px solid var(--pc-aux-color-pampas);
  border-radius: 50%;
  padding: 7px 9px;
}

.pc-text-color-sonic-silver .svg-inline path {
  color: #767676 !important;
}

@media (min-width: 480px) {
  .pc-shipping-info-text {
    font-size: 0.625rem;
  }
}

@media (max-width: 479.98px) {
  .pc-product-details .pc-product-detail-component {
    border-bottom: 1px solid var(--pc-aux-color-mercury);
  }
}
.pc-product-details .pc-product-detail-component.active .css-chevron-down {
  display: none;
}
.pc-product-details .pc-product-details-btn {
  background: none;
  border: 0;
  font-weight: 400;
}
.pc-product-details .pc-product-details-btn.active {
  background-color: none;
}
.pc-product-details .pc-product-details-btn:focus, .pc-product-details .pc-product-details-btn:active {
  background-color: none;
}
.pc-product-details .pc-product-details-btn::after {
  display: none;
}
.pc-product-details .pc-product-details-btn[aria-expanded=false] .css-chevron-up {
  display: none;
}
.pc-product-details .pc-tab-title h2 {
  all: unset;
}

.pc-product-details-nav-tabs {
  border-bottom: 1px solid var(--pc-aux-color-mercury);
}
.pc-product-details-nav-tabs .pc-product-details-nav-link {
  font-size: 1rem;
}

.pc-pdp-add-to-cart-modal .pc-add-to-basket-alert {
  width: 100%;
}

.pc-tooltip.tooltip {
  background-color: #fff;
  border: 1px solid var(--pc-primary-color);
  border-radius: 0;
  bottom: -110px;
  color: var(--pc-aux-color-gray-80);
  font-size: 0.75rem;
  left: 43%;
  min-width: 264px;
}
@media (min-width: 480px) {
  .pc-tooltip.tooltip {
    bottom: -94px;
    min-width: 316px;
  }
}
.pc-tooltip.tooltip::before {
  bottom: 100%;
}
.pc-tooltip.tooltip::after {
  border-top-color: var(--pc-primary-color);
  bottom: 100%;
  margin-left: -8px;
  transform: rotate(-180deg);
}

.product-brand {
  color: var(--pc-aux-color-gray-100);
}

.pc-tile-pricing,
.product-name {
  color: var(--pc-aux-color-gray-70);
}

.pc-tile-pricing .price-cart-wrapper {
  display: flex;
  gap: 8px;
}

.product-line {
  color: var(--pc-aux-color-gray-80);
  font-family: var(--pc-font-body);
}

.pc-glide-arrow-left-wrapper,
.pc-glide-arrow-right-wrapper {
  box-shadow: none;
}

.bt-places-list .bt-store-card-favorite-wrapper {
  border-bottom: 1px solid #eee;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.bt-marker.favorite .bt-pointer .bt-icon-store-favorite {
  background-color: #d50032;
}

.pc-stores-list-container::after {
  bottom: -140px !important;
}
@media (min-width: 480px) {
  .pc-stores-list-container::after {
    bottom: -24px !important;
  }
}

.bt-marker-overlay {
  bottom: 33px !important;
  left: -7.1rem !important;
}
@media (min-width: 480px) {
  .bt-marker-overlay {
    bottom: 33px !important;
    left: -7.7rem !important;
  }
}

.product-detail .attributes .swatch-circle {
  background: #fff;
  border: 0.063em solid rgba(0, 0, 0, 0.3);
  border-radius: 16px;
  border-radius: 16px;
  height: 32px;
  width: 32px;
  border: 0;
  display: inline-block;
  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;
}

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

.social-container {
  padding-top: 0.9375em;
  text-align: center;
}
.social-container .social-icons {
  color: #444;
  list-style-type: none;
  padding: 0;
  text-decoration: none;
}
.social-container .social-icons i,
.social-container .social-icons a {
  color: #444;
  padding-right: 0.2em;
}

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

@media (min-width: 360px) {
  .product-number-rating {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 480px) {
  .product-number-rating {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
  }
}
@media (min-width: 360px) {
  .product-number-rating .ratings {
    margin-top: 0.625em;
  }
}
@media (max-width: 359.98px) {
  .product-number-rating .ratings {
    background-color: #fff;
    margin-right: -0.9375em;
    /* 15/16 */
    margin-top: -1.875em;
    /* 30/16 */
    padding: 0.1875em;
    /* 3/16 */
  }
}

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

.product-breadcrumb .breadcrumb {
  border-bottom: 0;
  margin-bottom: 0;
  margin-left: -1rem;
}

.price {
  font-size: 1.5rem;
}

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

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

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

/*Klarma */
.klarna-osm-container div::part(osm-container) {
  padding: 0px;
}

/*DropDown color*/
.custom-drop-select {
  position: relative;
  width: 160px;
  height: 48px;
  border-radius: 8px;
  background-color: #FFF;
  border: 1px solid var(--pc-ref-palette-dark-80);
  margin-right: 16px;
  display: flex;
  align-items: center;
}
.custom-drop-select .icon {
  margin: 4px;
  position: absolute;
  right: 4px;
}
.custom-drop-select .custom-select-trigger {
  font-size: 16px;
  display: flex;
  align-items: center;
  padding: 8px;
  width: 100%;
}
.custom-drop-select .custom-select-trigger span {
  font-family: var(--pc-font-body);
}
.custom-drop-select .custom-option .color, .custom-drop-select .custom-select-trigger .color {
  width: 24px;
  min-width: 24px;
  height: 24px;
  border-radius: 4px;
  display: block;
  margin: 4px;
}
.custom-drop-select .custom-option .color-name, .custom-drop-select .custom-select-trigger .color-name {
  white-space: nowrap;
  overflow: hidden;
  max-width: calc(100% - 80px);
  text-overflow: ellipsis;
}
.custom-drop-select .custom-option {
  padding: 9px 8px;
}
.custom-drop-select .custom-option.selected .icon-check {
  margin-left: 8px;
}
.custom-drop-select .custom-option .color-name {
  max-width: 100%;
}
.custom-drop-select .custom-option .size-name {
  width: 100%;
  text-align: left;
}

.custom-options {
  position: absolute;
  bottom: 100%;
  /* 🔹 faz abrir para cima */
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  display: none;
  z-index: 99;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.custom-option {
  display: block;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.custom-option:hover {
  background: #f1f1f1;
}

.custom-drop-select.open .custom-options {
  display: block;
}

/*DescriptionAndDetails*/
.descriptionAndDetails {
  margin-top: 8px;
  margin-bottom: 8px;
  background-color: var(--pc-ref-palette-tan-100);
  border-radius: 16px;
  padding: 32px 8px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1024px) {
  .descriptionAndDetails {
    border-radius: 32px;
    padding: 32px;
  }
}
.descriptionAndDetails .tabSelector-container {
  padding: 0px;
}
.descriptionAndDetails .tabSelector-container .tabSelector {
  padding: 8px;
  color: var(--pc-ref-palette-neutral-600);
}
.descriptionAndDetails .tabSelector-container .tabSelector-hidden {
  color: var(--pc-ref-palette-dark-40);
}

/*Templates for Description And Details*/
.heroBlock {
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.heroBlock-image {
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1024px) {
  .heroBlock-image {
    flex-direction: row;
    gap: 32px;
  }
}
.heroBlock-image img {
  border-radius: 16px;
  min-height: 230.59px;
}
@media (min-width: 1024px) {
  .heroBlock-image img {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.heroBlock-image .content {
  padding-top: 16px;
  padding-bottom: 16px;
}
@media (min-width: 1024px) {
  .heroBlock-image .content {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.heroBlock .title {
  margin-bottom: 16px;
  font-size: 18px;
  color: var(--pc-ref-palette-neutral-600);
  line-height: 26px;
}
@media (min-width: 1024px) {
  .heroBlock .title {
    font-size: 22px;
    line-height: 30px;
  }
}
.heroBlock .content {
  line-height: 20px;
}
@media (min-width: 1024px) {
  .heroBlock .content {
    max-width: 640px;
  }
}
.heroBlock p {
  margin: 0px;
  font-size: 16px;
  color: var(--pc-ref-palette-dark-40);
  line-height: 22px;
}
.heroBlock p small {
  font-size: 14px;
  line-height: 20px;
}
@media (min-width: 1024px) {
  .heroBlock {
    max-width: 795px;
    margin: 0 auto;
  }
  .heroBlock-image {
    max-width: none;
  }
}

.contentList {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 16px;
  padding-bottom: 16px;
  margin: 0 auto;
}
.contentList .item-list {
  max-width: 592px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  padding: 12px;
  border-bottom: 1px solid var(--pc-ref-palette-dark-80);
}
.contentList .item-list:last-child {
  border-bottom: 0;
}
.contentList .item-list .info {
  display: flex;
  gap: 16px;
  padding-top: 16px;
  padding-bottom: 16px;
  flex-direction: column;
}
.contentList .item-list .info .title {
  margin: 0px;
  color: var(--pc-ref-palette-neutral-600);
  font-size: var(--size-300);
  line-height: 26px;
}
@media (min-width: 1024px) {
  .contentList .item-list .info .title {
    font-size: var(--size-400);
    line-height: 30px;
  }
}
.contentList .item-list .info p {
  color: var(--pc-ref-palette-dark-40);
  font-size: var(--size-200);
  margin: 0px;
  line-height: 22px;
}
@media (min-width: 1024px) {
  .contentList .item-list .info p {
    line-height: 26px;
  }
}
.contentList .item-list img {
  width: 80px;
  height: 80px;
  border-radius: 16px;
}
@media (min-width: 1024px) {
  .contentList .item-list img {
    width: 160px;
    height: 160px;
  }
}

.pc-product-size-wrapper .pc-product-size.disabled {
  pointer-events: all;
}
.pc-product-size-wrapper .pc-product-size.disabled::after {
  content: "";
  position: absolute;
  top: 50%;
  left: -2%;
  width: 104%;
  height: 1px;
  background: var(--pc-ref-palette-neutral-600);
  transform: translateY(-50%) rotate(-25deg);
  z-index: 1;
}

.pc-product-size-wrapper .pc-product-size.selected {
  border: 1px solid var(--pc-ref-palette-neutral-600);
}

.pdp .main-attributes {
  margin: 0px;
}

.pc-product-thumbnail-glide-slide.js-product-thumbnail-glide-slide.glide__slide .pc-product-video-play-button-thumbnail {
  height: 32px;
  width: 32px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-product-thumbnail-glide-slide.js-product-thumbnail-glide-slide.glide__slide .pc-product-video-play-button-thumbnail::before {
  border: none;
  content: none;
}
.pc-product-thumbnail-glide-slide.js-product-thumbnail-glide-slide.glide__slide .pc-product-video-play-button-thumbnail button {
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pc-product-thumbnail-glide-slide.js-product-thumbnail-glide-slide.glide__slide .pc-product-video-play-button-thumbnail svg {
  display: block;
  width: 16px;
  height: 16px;
}

.pc-product-image-carousel .pc-product-video-play-button {
  border-radius: 16px;
}
.pc-product-image-carousel .pc-product-video-play-button::before {
  content: none;
}

#modal-notify-me .modal-dialog {
  padding: 16px;
}
#modal-notify-me .modal-dialog .modal-content {
  height: auto;
}

@media (max-width: 479.99px) {
  .modal.fade .modal-dialog {
    margin: 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    transform: translateY(100%);
    transition: transform 0.4s ease-out;
  }

  .modal.show .modal-dialog {
    transform: translateY(40px);
  }
}
span[x-apple-data-detectors],
div[x-apple-data-detectors],
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}

.modal .modal-dialog .modal-content {
  border-radius: 16px;
}

.modal-header .close {
  margin: 0px;
  position: relative;
  top: 8px;
  padding: 8px;
  margin: 0px 0px 8px 8px;
  height: 32px;
  width: 32px;
  background-color: rgba(10, 10, 10, 0.1);
  border-radius: 8px;
}
.modal-header .close .css-multiply {
  width: 16.56px;
}
.modal-header .close .css-multiply::after {
  height: 16.56px;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

.input-group .custom-select:focus {
  outline: none;
  box-shadow: none;
  border-color: inherit;
}

.product-details-info-details-price div {
  display: flex;
  gap: 8px;
}

.priceAndbtn div {
  display: flex;
  gap: 8px;
}

.js-descriptionAndDetails .descriptionAndDetails .tabContent {
  font-family: var(--pc-font-body);
}

/*# sourceMappingURL=default\css\product\detail.css.map*/