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

.pull-left {
  float: left;
}

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

.pull-right {
  float: right;
}

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

  .pull-left {
    float: left;
  }

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

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

  .pull-left {
    float: left;
  }

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

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

  .pull-left {
    float: left;
  }

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

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

  .pull-left {
    float: left;
  }

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

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

  .pull-left {
    float: left;
  }

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

  .pull-right {
    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;
  }
}

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

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

.hidden-xs-up {
  display: none !important;
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-md-up {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .hidden-xl-up {
    display: none !important;
  }
}

@media (min-width: 1440px) {
  .hidden-xxl-up {
    display: none !important;
  }
}

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

/* stylelint-disable-next-line */
.swatch-circle-beige {
  background: #f5f5dc;
  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-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;
}

/* stylelint-disable-next-line */
.swatch-circle-black {
  background: #000;
  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-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;
}

/* stylelint-disable-next-line */
.swatch-circle-blue {
  background: #0070d2;
  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-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;
}

/* stylelint-disable-next-line */
.swatch-circle-brown {
  background: #a52a2a;
  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-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;
}

/* stylelint-disable-next-line */
.swatch-circle-green {
  background: #008827;
  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-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;
}

/* stylelint-disable-next-line */
.swatch-circle-grey {
  background: #8f979d;
  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-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;
}

/* stylelint-disable-next-line */
.swatch-circle-navy {
  background: #000080;
  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-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;
}

/* stylelint-disable-next-line */
.swatch-circle-orange {
  background: #ffa500;
  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-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;
}

/* stylelint-disable-next-line */
.swatch-circle-pink {
  background: #fe249a;
  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-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;
}

/* stylelint-disable-next-line */
.swatch-circle-purple {
  background: #800080;
  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-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;
}

/* stylelint-disable-next-line */
.swatch-circle-red {
  background: #f00;
  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-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;
}

/* stylelint-disable-next-line */
.swatch-circle-turquoise {
  background: #30d5c8;
  border-radius: 1.25em;
  border-radius: 1.25em;
  height: 2.5em;
  width: 2.5em;
  display: block;
  position: relative;
}
.swatch-circle-turquoise.disabled {
  opacity: 0.2;
}

.swatch-filter-turquoise {
  background: #30d5c8;
  border-radius: 0.69em;
  border-radius: 0.69em;
  height: 1.38em;
  width: 1.38em;
  background-color: #30d5c8;
  display: block;
  position: relative;
}
.swatch-filter-turquoise.disabled {
  opacity: 0.2;
}

/* stylelint-disable-next-line */
.swatch-circle-white {
  background: #fff;
  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-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;
}

/* stylelint-disable-next-line */
.swatch-circle-yellow {
  background: #ff0;
  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-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;
}

/*stylelint-disable*/
.swatch-circle-multi {
  background: conic-gradient(#BC0070 0%, 8.33%, #ED1B24 8.33%, 16.66%, #F25822 16.66%, 25%, #F6821F 25%, 33.33%, #FDAF17 33.33%, 41.66%, #FEF200 41.66%, 50%, #A6CF4F 50%, 58.33%, #00A666 58.33%, 66.66%, #00A2B7 66.66%, 75%, #006CB7 75%, 83.33%, #283897 83.33%, 91.66%, #612D91 100%);
  border-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-multi.disabled {
  opacity: 0.2;
}
.swatch-circle-multi.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

/*stylelint-enable*/
.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-radius: 1.25em;
  display: block;
  height: 2.5em;
  position: relative;
  -webkit-transform: rotate(35deg);
          transform: rotate(35deg);
  width: 2.5em;
}
.swatch-circle-miscellaneous.disabled {
  opacity: 0.2;
}
.swatch-circle-miscellaneous.selected::after {
  -webkit-transform: rotate(-35deg);
          transform: rotate(-35deg);
}

.add-to-bag,
.add-to-wishlist,
.remove-from-wishlist {
  display: none;
}
.add-to-bag .modal-content,
.add-to-wishlist .modal-content,
.remove-from-wishlist .modal-content {
  padding: 16px;
}
.add-to-bag .close-modal-content,
.add-to-wishlist .close-modal-content,
.remove-from-wishlist .close-modal-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.add-to-bag .close-modal,
.add-to-wishlist .close-modal,
.remove-from-wishlist .close-modal {
  cursor: pointer;
}
.add-to-bag .go-to-bag-btn,
.add-to-wishlist .go-to-bag-btn,
.remove-from-wishlist .go-to-bag-btn {
  width: 100%;
}
.add-to-bag .modal-dialog,
.add-to-wishlist .modal-dialog,
.remove-from-wishlist .modal-dialog {
  max-width: 345px;
  margin: calc(50vh - 118px) auto;
}
.add-to-bag .modal-header,
.add-to-wishlist .modal-header,
.remove-from-wishlist .modal-header {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 0 24px;
}
.add-to-bag .add-to-bag-body,
.add-to-bag .add-to-wishlist-body,
.add-to-bag .remove-from-wishlist-body,
.add-to-wishlist .add-to-bag-body,
.add-to-wishlist .add-to-wishlist-body,
.add-to-wishlist .remove-from-wishlist-body,
.remove-from-wishlist .add-to-bag-body,
.remove-from-wishlist .add-to-wishlist-body,
.remove-from-wishlist .remove-from-wishlist-body {
  text-align: center;
  color: #000;
  font: normal 700 20px/24px "neue-haas-grotesk-text", serif;
  letter-spacing: 0.4px;
  padding: 0;
  padding-bottom: 32px;
}
.add-to-bag .add-to-wishlist-description,
.add-to-bag .remove-from-wishlist-description,
.add-to-wishlist .add-to-wishlist-description,
.add-to-wishlist .remove-from-wishlist-description,
.remove-from-wishlist .add-to-wishlist-description,
.remove-from-wishlist .remove-from-wishlist-description {
  font-size: 12px;
}
.add-to-bag .modal-footer,
.add-to-wishlist .modal-footer,
.remove-from-wishlist .modal-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  padding: 0;
}
.add-to-bag .modal-footer .btn,
.add-to-wishlist .modal-footer .btn,
.remove-from-wishlist .modal-footer .btn {
  width: 100%;
  font: normal 500 12px/20px "neue-haas-grotesk-text", serif;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
.add-to-bag .modal-footer,
.add-to-bag .modal-header,
.add-to-wishlist .modal-footer,
.add-to-wishlist .modal-header,
.remove-from-wishlist .modal-footer,
.remove-from-wishlist .modal-header {
  border: 0;
}

.modal-add-to-bag-backdrop {
  display: none;
}

.modal-add-to-bag-backdrop.show {
  display: block;
  background-color: #000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 50;
}

.add-to-bag.show,
.add-to-wishlist.show,
.remove-from-wishlist.show {
  display: block;
}

.pswp {
  --yZoomElementsOffset: 3%;
  --xZoomElementsOffset: 2%;
  --btnsDimensions: 48px;
  --thumbnailsWidth: 100px;
  --gap: 10px;
}

body:has(.pswp--open) {
  overflow: hidden;
}

@media (min-width: 992px) {
  .pdp-container:has(.zoom-images-wrapper:not(.mobile-zoom-images)) .pdp-image:hover {
    cursor: url("../../images/icons/icon-plus-42x42.svg"), -webkit-zoom-in;
    cursor: url("../../images/icons/icon-plus-42x42.svg"), zoom-in;
  }
}
@media (max-width: 1199.98px) {
  .pdp-container:has(.zoom-images-wrapper.mobile-zoom-images) .pdp-image:hover {
    cursor: url("../../images/icons/icon-plus-42x42.svg"), -webkit-zoom-in;
    cursor: url("../../images/icons/icon-plus-42x42.svg"), zoom-in;
  }
}

.pswp__bullets-indicator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.pswp__bullet {
  background: #b7b7b7;
  height: 2px;
  width: 38px;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.pswp__bullet--active {
  height: 5px;
  background: #fff;
}

.pswp__thumbnails-container {
  max-width: var(--thumbnailsWidth);
  inset: var(--yZoomElementsOffset) auto auto var(--xZoomElementsOffset);
}
.pswp__thumbnails-container:not(.slick-initialized) {
  display: grid;
  grid-template-rows: repeat(auto-fit, minmax(0, 1fr));
  justify-items: start;
  max-height: 95vh;
  gap: 10px;
  overflow: hidden;
  position: absolute;
}
@media (max-width: 991.98px) {
  .pswp__thumbnails-container {
    display: none;
  }
}
.pswp__thumbnails-container .slick-arrow {
  background-color: #fff;
  width: 100%;
  left: 0;
  bottom: auto;
}
.pswp__thumbnails-container .slick-prev {
  top: var(--yZoomElementsOffset);
  bottom: auto;
}
.pswp__thumbnails-container .slick-next {
  top: auto;
  bottom: calc(0px - var(--yZoomElementsOffset) - 1%);
}
.pswp__thumbnails-container .slick-prev::after,
.pswp__thumbnails-container .slick-next::after {
  left: 45%;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
.pswp__thumbnails-container .slick-prev::after {
  top: 40%;
}
.pswp__thumbnails-container .slick-next::after {
  top: 30%;
}

.pswp__thumbnail {
  width: 100% !important;
  max-width: -webkit-fit-content !important;
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
  -o-object-fit: contain;
     object-fit: contain;
  cursor: pointer;
  margin-bottom: var(--gap);
}
.pswp__thumbnail--active {
  opacity: 0.7;
  pointer-events: none;
}

.pswp__top-bar {
  position: static;
}

.pswp__preloader {
  position: absolute;
  inset: 50% auto auto 50%;
}

.pswp__img {
  cursor: initial;
}

.pswp__button {
  width: var(--btnsDimensions);
  height: var(--btnsDimensions);
  background-color: #fff;
  opacity: 1;
  position: absolute;
  margin: 0;
}
.pswp__button .pswp__icn {
  display: none;
}
.pswp__button::after {
  display: inline-block;
}
.pswp__button--arrow--next::after, .pswp__button--arrow--prev::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.pswp__button--arrow--next {
  inset: auto var(--xZoomElementsOffset) var(--yZoomElementsOffset) auto;
  bottom: 40px;
}
.pswp__button--arrow--next::after {
  content: url("../../images/icons/chevron-up.svg");
}
.pswp__button--arrow--prev {
  inset: auto calc(var(--xZoomElementsOffset) + var(--btnsDimensions) + var(--gap)) var(--yZoomElementsOffset) auto;
  bottom: 40px;
}
.pswp__button--arrow--prev::after {
  content: url("../../images/icons/chevron-down.svg");
  margin-right: 5px;
}
.pswp__button--close {
  border-radius: 50%;
  inset: var(--yZoomElementsOffset) var(--xZoomElementsOffset) auto auto;
}
.pswp__button--close::after {
  content: url("../../images/icons/icon-close.svg");
  margin-top: 5px;
}
@media (max-width: 991.98px) {
  .pswp__button--close {
    inset: 24px 24px auto auto;
  }
}
.pswp__button--zoom {
  inset: calc(50% - var(--gap)) var(--xZoomElementsOffset) auto auto;
}
.pswp__button--zoom::after {
  content: url("../../images/icons/icon-magnify-plus.svg");
  margin-top: 5px;
}
.pswp__button--zoom-out {
  inset: calc(50% + var(--btnsDimensions)) var(--xZoomElementsOffset) auto auto;
}
.pswp__button--zoom-out::after {
  content: url("../../images/icons/icon-magnify-minus.svg");
  margin-top: 5px;
}
@media (max-width: 1199.98px) {
  .pswp__button--zoom, .pswp__button--zoom-out {
    display: none !important;
  }
}
.pswp__button:hover {
  background-color: #fff;
}

.pswp:not(.pswp--ui-visible) .pswp__button--zoom-out {
  opacity: 0.005 !important;
}

.pswp--touch .pswp__button--arrow {
  visibility: visible;
}

.product-detail .attributes .swatch-circle {
  background: #fff;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid #e5e5e5;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::after, .product-detail .attributes .swatch-circle.color-value.selected::after, .product-detail .attributes .swatch-circle.sdColourCode-value[data-selected=true]::after, .product-detail .attributes .swatch-circle.sdColourCode-value.selected::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-image: url("../../images/icons/swatch-check.svg");
  position: absolute;
  top: 10px;
  left: 10px;
}
@media (min-width: 769px) {
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::after, .product-detail .attributes .swatch-circle.color-value.selected::after, .product-detail .attributes .swatch-circle.sdColourCode-value[data-selected=true]::after, .product-detail .attributes .swatch-circle.sdColourCode-value.selected::after {
    top: 14px;
    left: 14px;
  }
}
.product-detail .attributes .swatch-circle.color-value.selected.swatch-mark-black::after {
  background-image: url("../../images/icons/swatch-check-black.svg");
}
.product-detail .attributes .swatch-circle.color-value[data-selected=true]::before, .product-detail .attributes .swatch-circle.color-value.selected::before, .product-detail .attributes .swatch-circle.sdColourCode-value[data-selected=true]::before, .product-detail .attributes .swatch-circle.sdColourCode-value.selected::before {
  content: "";
  display: inline-block;
  width: 44px;
  height: 44px;
  position: absolute;
  border: 1px solid #000;
  top: -4px;
  left: -4px;
  border-radius: 50%;
}
@media (min-width: 769px) {
  .product-detail .attributes .swatch-circle.color-value[data-selected=true]::before, .product-detail .attributes .swatch-circle.color-value.selected::before, .product-detail .attributes .swatch-circle.sdColourCode-value[data-selected=true]::before, .product-detail .attributes .swatch-circle.sdColourCode-value.selected::before {
    width: 52px;
    height: 52px;
  }
}
@media (min-width: 769px) {
  .product-detail .attributes .swatch-circle {
    width: 46px;
    height: 46px;
    margin-right: unset;
  }
}

.product-detail [disabled] .swatch-circle,
.product-detail .swatch-circle.unavailable-for-selected-attr,
.product-detail .swatch-circle.unselectable {
  position: relative;
}
.product-detail [disabled] .swatch-circle::before,
.product-detail .swatch-circle.unavailable-for-selected-attr::before,
.product-detail .swatch-circle.unselectable::before {
  content: "";
  height: 2px;
  left: 0;
  width: 100%;
  top: calc(50% - 2px);
  position: absolute;
  background: #fff;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}
.product-detail [disabled] .swatch-circle.unavailable-selected::after,
.product-detail .swatch-circle.unavailable-for-selected-attr.unavailable-selected::after,
.product-detail .swatch-circle.unselectable.unavailable-selected::after {
  content: "";
  display: inline-block;
  width: 52px;
  height: 52px;
  position: absolute;
  border: 1px solid #000;
  top: -4px;
  left: -4px;
  border-radius: 50%;
}

.product-detail .black-icon-style .swatch-circle.unavailable-for-selected-attr::before {
  background: #000;
}

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

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

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

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

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

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

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

.size-chart-modal .modal-body {
  overflow: hidden;
  padding-top: 0;
}
.size-chart-modal .modal-body iframe {
  width: 100%;
  min-height: 400px;
  overflow: hidden;
}
.size-chart-modal .modal-header {
  border: none;
}

.size-chart-close {
  cursor: pointer;
  padding: 0;
  background-color: transparent;
  border: none;
}

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

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

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

.breadcrumbs-container {
  border-top: 1px solid #e5e5e5;
  position: relative;
}
@media (min-width: 992px) {
  .breadcrumbs-container {
    padding: 16px 30px;
  }
}
@media (min-width: 1440px) {
  .breadcrumbs-container {
    padding: 16px 50px;
  }
}
.breadcrumbs-container .back-link {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
}
.breadcrumbs-container .back-link svg {
  width: 16px;
  height: 16px;
}
.breadcrumbs-container .back-link-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #b7b7b7;
  font-size: 12px;
  text-decoration: underline;
  text-transform: uppercase;
  text-underline-offset: 3px;
}
.breadcrumbs-container .breadcrumb-item-text {
  font-size: 12px;
  letter-spacing: 0.12px;
}

.product-detail .product-name {
  font-family: "utopia-std", serif;
  font-size: 20px;
  color: #000;
  line-height: 24px;
  margin-bottom: 0;
  letter-spacing: 0.3px;
}
@media (min-width: 992px) {
  .product-detail .product-name {
    font-size: 30px;
    line-height: 36px;
  }
}

.read-reviews-button,
.size-fit-button,
.size-chart-button {
  border: none;
  background: none;
  padding: 0;
  font-size: 12px;
  font-weight: 500;
  color: #000;
  text-transform: capitalize;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.read-reviews-button {
  margin-bottom: 30px;
}

.product-detail .ratings {
  margin-top: 8px;
  padding-bottom: 0;
}
.product-detail .ratings i.fa-star {
  padding-right: 0;
}
.product-detail .price-container {
  padding-bottom: 0;
  margin-top: 16px;
}
.product-detail .price .sales {
  font: normal 400 19px/22px "utopia-std", serif;
  color: #000;
  letter-spacing: 0.19px;
}
@media (min-width: 769px) {
  .product-detail .price .sales {
    font-size: 24px;
    letter-spacing: 0.24px;
  }
}
.product-detail .price .sales.red-price {
  color: #d82c19;
}
.product-detail .discounted-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.product-detail .discounted-price .value {
  color: #1d1d1d;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  text-decoration: line-through;
  font-family: "utopia-std", serif;
}
.product-detail .you-save {
  font: normal 500 11px/15px "neue-haas-grotesk-text", serif;
  color: #d82c19;
  letter-spacing: 0.11px;
  margin-top: 4px;
  text-align: left;
}

.pdp-slider:not(.slick-initialized) .pdp-image {
  display: none;
}
.pdp-slider:not(.slick-initialized) .pdp-image:first-child {
  display: block;
}

.quick-view-modal .pdp-slider,
.quick-view-modal .slick-list,
.quick-view-modal .slick-track {
  height: 100%;
}
.quick-view-modal .pdp-slider .pdp-image {
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .quick-view-modal .pdp-images-wrapper .slick-track {
    -webkit-transform: none !important;
            transform: none !important;
    height: 100vh !important;
    overflow: auto;
  }
  .quick-view-modal .product-main-attributes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    max-height: 100vh;
    overflow: auto;
  }
}

.pdp-slider-container {
  padding: 0;
  min-height: 436px;
}
@media (min-width: 769px) {
  .pdp-slider-container {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 85%;
            flex: 1 0 85%;
    max-width: 85%;
    min-height: 0;
  }
}
@media (min-width: 992px) {
  .pdp-slider-container {
    padding-left: 8px;
    padding-right: 9px;
  }
}

.pdp-slider .slick-next,
.pdp-slider .slick-prev {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media (min-width: 769px) {
  .pdp-slider:hover .slick-next:not(.slick-disabled),
.pdp-slider:hover .slick-prev:not(.slick-disabled) {
    opacity: 1;
    visibility: visible;
  }
}

.primary-images {
  position: relative;
  height: 100%;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .primary-images {
    padding-left: 30px;
    padding-right: 9px;
    margin-bottom: 0;
  }
}
@media (min-width: 1440px) {
  .primary-images {
    padding-left: 50px;
  }
}

.slick-slider-dots {
  position: absolute;
  bottom: 45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.slick-slider-dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 4px;
}
.slick-slider-dots li button {
  background: #b7b7b7;
  height: 2px;
  width: 38px;
  overflow: hidden;
  border: none;
}
.slick-slider-dots li.slick-active button {
  height: 5px;
  background: #fff;
}

.promotions-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.promo-box {
  padding: 4px 12px;
  font-size: 12px;
  color: #000;
  background: #e5e5e5;
  text-transform: uppercase;
  margin-bottom: 8px;
}

.accordion-button {
  font: normal 600 14px/17px "utopia-std", serif;
  position: relative;
  color: #000;
  letter-spacing: 0.14px;
  padding: 19px 0;
  border: 0;
  background: #fff;
  width: 100%;
  text-align: left;
}
@media (min-width: 769px) {
  .accordion-button {
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.32px;
  }
}
.accordion-button .plus-button,
.accordion-button .minus-button {
  position: absolute;
  right: 0;
  top: calc(50% - 8px);
  width: 16px;
  height: 16px;
}
.accordion-button .plus-button svg,
.accordion-button .minus-button svg {
  width: 16px;
  height: 16px;
}
.accordion-button .plus-button {
  opacity: 1;
}
.accordion-button .minus-button {
  opacity: 0;
}
.accordion-button:not(.collapsed) .plus-button {
  opacity: 0;
}
.accordion-button:not(.collapsed) .minus-button {
  opacity: 1;
}

.product-detail .card {
  margin-bottom: 0;
  border-bottom: 1px solid #e5e5e5;
}
.product-detail .card .card-body {
  padding-top: 5px;
  padding-bottom: 18px;
}
.product-detail .card .card-body.composition-care {
  line-height: 22px;
}
.product-detail .product-description,
.product-detail .card-body {
  color: #000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
}
.product-detail .product-description ul,
.product-detail .card-body ul {
  padding-left: 20px;
  margin-bottom: 20px;
}
.product-detail .product-description .size-fit-item,
.product-detail .product-description .model-size,
.product-detail .card-body .size-fit-item,
.product-detail .card-body .model-size {
  line-height: 18px;
  letter-spacing: 0.36px;
}
.product-detail .product-size-fit {
  color: #000;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  margin-top: 5px;
  margin-bottom: 8px;
}
.product-detail .size-chart {
  display: inline-block;
  margin: 0;
  position: relative;
  border: none;
  font-size: 10px;
  padding: 2px 0;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.product-detail .size-chart a:hover {
  text-decoration: none;
}
.product-detail .size-chart-button {
  font-size: 12px;
  line-height: 14px;
}

.composition-care {
  font-weight: 500;
}

.sustain-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 8px 16px;
  background: #f4f4f4;
  margin-bottom: 8px;
  font-size: 14px;
  color: #000;
  font-weight: 400;
}

.returns-collapse .custom-select-wrapper {
  margin-bottom: 24px;
}
.returns-collapse .custom-select-wrapper label {
  font-size: 16px;
  font-weight: 400;
}

.custom-select.shipToCountry {
  line-height: normal;
}

.returns-policy {
  font-weight: 400;
  text-transform: none;
  margin-top: 16px;
}
.returns-policy p:last-child {
  margin-bottom: 0;
}
.returns-policy a {
  text-decoration: underline;
}

.returns-country {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
  margin-top: 24px;
  font-family: "neue-haas-grotesk-text", serif;
}

@media (min-width: 769px) {
  .primary-images {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: sticky;
    top: 85px;
  }
}

.service-error {
  color: #c00;
}

.pdp-container {
  max-width: 1447px;
  margin-bottom: 48px;
}
@media (min-width: 769px) {
  .pdp-container {
    margin-bottom: 56px;
  }
}

.size-and-fit {
  display: inline-block;
  margin: 0;
  position: absolute;
  top: 1px;
  right: 1px;
  border: none;
  font-size: 10px;
  padding: 2px 8px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.size-and-fit a:hover {
  text-decoration: none;
}

.model-size {
  font-size: 12px;
  font-weight: 400;
  color: #000;
}

.model-info {
  margin-top: 8px;
}

.size,
.sdColourCode,
.sdSizeCode,
.color {
  font-size: 14px;
  font-weight: 500;
  color: #1d1d1d;
  margin-bottom: 8px;
  letter-spacing: 0.12px;
  line-height: 17px;
}
@media (min-width: 544px) {
  .size,
.sdColourCode,
.sdSizeCode,
.color {
    letter-spacing: 0.14px;
    line-height: 19px;
  }
}

.selected-color {
  font-weight: 400;
}

.size,
.sdSizeCode {
  margin-bottom: 0;
}

.attribute .attribute-error {
  margin-top: 24px;
}

.add-to-cart,
.add-to-cart-sticky,
.btn-notify-me,
.btn-shop-similar {
  padding: 16px 32px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  width: 100%;
  height: unset;
  margin-bottom: 24px;
  margin-top: 24px;
  line-height: 20px;
}
.add-to-cart.giftcard-atb,
.add-to-cart-sticky.giftcard-atb,
.btn-notify-me.giftcard-atb,
.btn-shop-similar.giftcard-atb {
  margin-bottom: 10px;
}
@media (min-width: 769px) {
  .add-to-cart.giftcard-atb,
.add-to-cart-sticky.giftcard-atb,
.btn-notify-me.giftcard-atb,
.btn-shop-similar.giftcard-atb {
    margin-bottom: 15px;
  }
}

.product-add-to-cart-wrapper .wishlist-icon {
  padding-top: 32px;
}
@media (min-width: 769px) {
  .product-add-to-cart-wrapper .wishlist-icon {
    padding-top: 31px;
  }
}

.product-quickview .wishlist-icon {
  padding-top: 27px;
  margin-left: 5px;
}
@media (min-width: 769px) {
  .product-quickview .wishlist-icon {
    padding-top: 31px;
  }
}

.wishlist-icon .wishlistTile {
  border: 1px solid black;
  padding: 16px 3px;
  position: static;
  background-color: #fff;
}

.notify-block .wishlist-icon {
  padding-top: 7px;
}

.btn-notify-me {
  margin-top: 0;
}

.btn-notify-me,
.btn-shop-similar {
  margin-bottom: 0;
}

.notify-me-opt-in .custom-control-label {
  font-size: 12px;
}

.giftcard-disclaimer {
  font-size: 12px;
  font-weight: 400;
  color: #1d1d1d;
  line-height: 140%;
  letter-spacing: 0.12px;
}
@media (min-width: 769px) {
  .giftcard-disclaimer {
    font-size: 14px;
    color: #000;
  }
}

.swatch-slider {
  max-width: 335px;
  padding-top: 0;
}
@media (min-width: 769px) {
  .swatch-slider {
    line-height: 15px;
    overflow: visible;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 14px;
  }
}
.swatch-slider .slick-track {
  padding: 5px 0 5px 3px;
}

.pdp-container .primary-attributes .product-colors {
  display: none;
}

.swatch-slider:not(.slick-initialized) {
  max-height: 45px;
  overflow: hidden;
}
@media (min-width: 769px) {
  .swatch-slider:not(.slick-initialized) {
    max-height: unset;
    max-width: unset;
    padding: 3px 3px 0;
    overflow: visible;
  }
}

.swatch-slider .slick-arrow {
  border-radius: 50%;
  width: 38px;
  height: 38px;
  outline: 4px solid #fff;
  top: calc(50% - 4px);
  background: #fff;
  cursor: pointer;
  pointer-events: none;
}
.swatch-slider .slick-arrow:focus:not(:focus-visible) {
  outline: 4px solid #fff;
}
.swatch-slider .slick-arrow.slick-prev {
  left: 3px;
}
.swatch-slider .slick-arrow.slick-next {
  right: 6px;
}
.swatch-slider .slick-arrow.slick-disabled + .slick-custom-nav {
  pointer-events: none;
  z-index: 0;
}
.swatch-slider .slick-custom-nav {
  width: 38px;
  height: 38px;
  position: absolute;
  top: 4px;
  z-index: 1;
  cursor: pointer;
}
.swatch-slider .slick-custom-nav.slick-next-overlay {
  right: 6px;
}

.sustainable-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}

.product-thumbnails-container {
  padding-left: 0;
  display: none;
  position: relative;
}
@media (min-width: 992px) {
  .product-thumbnails-container {
    display: block;
  }
}

.product-quickview .product-thumbnails-container {
  padding-left: 15px;
  padding-right: 0;
}

.primary-images:not(.thumbnails-included) .product-thumbnail-img {
  display: none;
}

.product-thumbnails-list {
  height: 100%;
  max-height: 98%;
  overflow: hidden;
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.product-thumbnails-list:not(.slick-initialized) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 15px;
}

.product-thumbnails-list .product-thumbnail-item {
  cursor: pointer;
}

.product-thumbnails-container .active-slide {
  opacity: 0.4;
}

.product-thumbnails-container .slick-list {
  margin: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 40px;
}

.product-thumbnails-list.slick-initialized .product-thumbnail-item {
  margin-bottom: 15px;
}

.product-thumbnails-container .thumb-prev-btn::after,
.product-thumbnails-container .thumb-next-btn::after {
  content: none !important;
}

.product-thumbnails-container .thumb-prev-btn,
.product-thumbnails-container .thumb-next-btn {
  cursor: pointer;
  background-color: transparent;
  border: none;
}

.product-thumbnails-container .thumb-prev-btn:not(.slick-arrow),
.product-thumbnails-container .thumb-next-btn:not(.slick-arrow) {
  display: none;
}

.product-thumbnails-container .thumb-prev-btn {
  padding: 0.625rem 0;
  width: 48px;
  height: 48px;
  top: 0;
  bottom: auto;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.product-thumbnails-container .thumb-next-btn {
  top: auto;
  bottom: 0;
  -webkit-transform: translate(60%, 20%);
          transform: translate(60%, 20%);
  background-color: transparent;
}
@media (max-width: 1199.98px) {
  .product-thumbnails-container .thumb-next-btn {
    padding: 0.625rem 0;
    width: 48px;
    height: 48px;
    bottom: -1%;
    text-align: center;
    background: rgba(255, 255, 255, 0.8);
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

.primary-attributes {
  padding-left: 15px;
}
@media (min-width: 992px) {
  .primary-attributes {
    padding-left: 28px;
  }
}

#gift-card-outer {
  max-width: none !important;
}
#gift-card-outer .primary-images picture {
  width: 100%;
}
#gift-card-outer .primary-images picture .pdp-image {
  width: 100%;
}

@media (min-width: 992px) {
  .gift-card-wrapper {
    padding-left: 37px;
    padding-right: 50px;
  }
}
.gift-card-wrapper .product-name {
  font-weight: 400;
}
.gift-card-wrapper .custom-product-size-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
  margin-top: 8px;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.gift-card-wrapper .custom-product-size-wrapper.is-invalid {
  outline: 1px solid #df2935;
}
.gift-card-wrapper .custom-product-size-wrapper .gc-amount-btn {
  margin: 0;
}

.product-thumbnails-container {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 15%;
          flex: 1 0 15%;
  max-width: 15%;
  padding-right: 17px;
}
.product-thumbnails-container .thumb-prev-btn,
.product-thumbnails-container .thumb-next-btn {
  background-color: #fff;
  left: 0;
  width: calc(100% - 17px);
  border-radius: 0;
  -webkit-transform: none;
          transform: none;
}

.product-quickview .thumb-prev-btn,
.product-quickview .thumb-next-btn {
  left: unset;
  right: 0;
  width: calc(100% - 15px);
}
.product-quickview .btn-notify-me {
  margin-bottom: 24px;
}

.rating-name {
  font-size: 16px;
  font-weight: 700;
}

.ratings-reviews .review {
  padding: 3rem 0;
  border-bottom: 1px solid rgba(60, 60, 60, 0.5);
  color: #3c3c3c;
  line-height: 24px;
}
.ratings-reviews .review:first-child {
  padding: 0 0 3rem;
}

.rating-stars {
  margin: 0.5rem 0 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
}
.rating-stars svg {
  width: 16px;
  height: 16px;
}

.rating-content {
  font-size: 16px;
}

.trust-logo {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding-top: 1.5rem;
  margin-bottom: 3rem;
}

.pagination-btn {
  font-size: 16px;
  padding: 15px 0;
  text-decoration: underline;
  position: relative;
}
.pagination-btn.next-page {
  float: right;
  padding-right: 15px;
}
.pagination-btn.next-page::after {
  content: "";
  background-image: url("../../images/icons/icon-toggleright.svg");
  right: -7px;
}
.pagination-btn.prev-page {
  float: left;
  padding-left: 15px;
}
.pagination-btn.prev-page::before {
  content: "";
  background-image: url("../../images/icons/icon-toggleleft.svg");
  left: -7px;
}
.pagination-btn::after, .pagination-btn::before {
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 11px;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
}

@supports (-webkit-touch-callout: none) {
  .slick-active button {
    position: relative;
    top: -3px;
  }
}
.no-stock-message {
  width: 100%;
  display: block;
  text-align: left;
  line-height: 16px;
  margin-top: 0;
}

.attributes .gc-amount-field {
  margin-bottom: 0;
  margin-top: 24px;
}
.attributes .gc-amount-field .gc-wrapper {
  position: relative;
}
.attributes .gc-amount-field .gc-field-symbol {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}
.attributes .gc-amount-field .form-control-label {
  font-size: 12px;
  font-weight: 500;
  color: #1d1d1d;
  letter-spacing: 0.24px;
  text-transform: capitalize;
  margin-bottom: 8px;
}
@media (min-width: 769px) {
  .attributes .gc-amount-field .form-control-label {
    color: #000;
  }
}
.attributes .gc-amount-field .form-control-label::after {
  content: none;
}
.attributes .gc-amount-field input[type=number] {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
  padding: 15px 15px 15px 25px;
}
.attributes .gc-amount-field input[type=number]::-webkit-inner-spin-button, .attributes .gc-amount-field input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: auto;
          appearance: auto;
  opacity: 1;
}
.attributes .gc-amount-field input[type=number]::-webkit-input-placeholder {
  color: #b7b7b7;
}
.attributes .gc-amount-field input[type=number]::-moz-placeholder {
  color: #b7b7b7;
}
.attributes .gc-amount-field input[type=number]:-ms-input-placeholder {
  color: #b7b7b7;
}
.attributes .gc-amount-field input[type=number]::-ms-input-placeholder {
  color: #b7b7b7;
}
.attributes .gc-amount-field input[type=number]::placeholder {
  color: #b7b7b7;
}

.price .range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-top: 16px;
  font-weight: normal;
}
.price .range .price-container {
  margin-top: 0;
}

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