.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
body {
  color: #22384D;
  height: auto;
}

/* ==========================================================================
   #PRODUCT IMAGES
   ========================================================================== */
/**
 * 1. Specifies how much space on the PDP the image gallery should use, the
 *    remaining space will be used by product-info-main
 * 2. Sets a max width for the image gallery, this is needed to stop the JS from
 *    setting the height at a ridiculous value
 * 3. Centralises the image gallery within the available space
 */
.product.media {
  padding: 12px;
}
@media (min-width: 75em) {
  .product.media {
    max-width: 720px;
    /* [1] */
  }
  .product.media .gallery-placeholder {
    max-width: 720px;
    /* [2] */
    margin: 0 auto;
    /* [3] */
  }
}

.product.media {
  background-color: #FFFBEE;
  padding: 0;
  width: 100%;
  max-width: 100%;
  flex: unset !important;
}
@media (min-width: 75em) {
  .product.media {
    width: 49%;
  }
}
.product.media .gallery-placeholder__image {
  width: 100%;
}
.product.media .fotorama__stage__frame .fotorama__img {
  width: 100%;
  display: block;
  top: 50%;
}
@media (min-width: 75em) {
  .product.media .fotorama__stage__frame .fotorama__img {
    border-radius: 0 18px 18px 0;
  }
}
.product.media .gallery-placeholder {
  max-width: 100%;
}
@media (min-width: 75em) {
  .product.media .gallery-placeholder {
    border-radius: 0 18px 18px 0;
    overflow: hidden;
  }
}
.product.media .fotorama-item {
  width: 100%;
}
@media (min-width: 75em) {
  .product.media .fotorama-item {
    border-radius: 0 18px 18px 0;
  }
}
.product.media .fotorama-item .fotorama__nav-wrap {
  padding-left: 20px;
  padding-top: 16px;
}
@media (min-width: 75em) {
  .product.media .fotorama-item .fotorama__nav-wrap {
    padding: 0;
    position: absolute;
    bottom: 18px;
    transform: scale(0.8);
  }
}
.product.media .fotorama-item .fotorama__nav-wrap .fotorama__thumb {
  border: solid 1px #FFFBEE;
}
@media (min-width: 75em) {
  .product.media .fotorama-item .fotorama__nav-wrap .fotorama__thumb {
    border-color: #FFFFFF;
  }
}
.product.media .fotorama-item .fotorama__nav-wrap .fotorama__thumb__arr {
  background-color: transparent;
  transition: none;
}
.product.media .fotorama-item .fotorama__nav-wrap .fotorama__thumb__arr:hover {
  background-color: transparent;
}
.product.media .fotorama-item .fotorama__nav-wrap .fotorama__thumb__arr--right .fotorama__thumb--icon, .product.media .fotorama-item .fotorama__nav-wrap .fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-position: center;
}
.product.media .fotorama-item .fotorama__nav-wrap .fotorama__thumb__arr--right .fotorama__thumb--icon {
  background-image: url("../images/icons/arrow--right.svg");
}
@media (min-width: 75em) {
  .product.media .fotorama-item .fotorama__nav-wrap .fotorama__thumb__arr--right {
    right: 0;
  }
}
.product.media .fotorama-item .fotorama__nav-wrap .fotorama__thumb__arr--left .fotorama__thumb--icon {
  background-image: url("../images/icons/arrow--left.svg");
}
@media (min-width: 75em) {
  .product.media .fotorama-item .fotorama__nav-wrap .fotorama__thumb__arr--left {
    left: 0;
  }
}
.product.media .fotorama-item .fotorama__nav-wrap .fotorama__thumb--icon {
  background-color: #FF5A04;
  border-radius: 100%;
}
.product.media .fotorama-item .fotorama__nav-wrap .fotorama__thumb,
.product.media .fotorama-item .fotorama__nav-wrap .fotorama__thumb-border {
  border-radius: 4px;
}
.product.media .fotorama-item .fotorama__nav-wrap .video-thumb-icon .fotorama__thumb {
  position: relative;
}
.product.media .fotorama-item .fotorama__nav-wrap .video-thumb-icon .fotorama__thumb::before, .product.media .fotorama-item .fotorama__nav-wrap .video-thumb-icon .fotorama__thumb::after {
  position: absolute;
  top: 0;
  bottom: 0;
  content: "";
  display: inline-flex;
  width: 100%;
  height: 100%;
}
.product.media .fotorama-item .fotorama__nav-wrap .video-thumb-icon .fotorama__thumb::before {
  background-color: #121314;
  opacity: 0.5;
  z-index: 1;
}
.product.media .fotorama-item .fotorama__nav-wrap .video-thumb-icon .fotorama__thumb::after {
  background-image: url("../images/icons/play-solid.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px;
  z-index: 2;
}
.product.media .fotorama-item .fotorama__arr--next, .product.media .fotorama-item .fotorama__arr--prev {
  background-color: unset;
}
@media (max-width: 74.99em) {
  .product.media .fotorama-item .fotorama__arr--next, .product.media .fotorama-item .fotorama__arr--prev {
    opacity: 1;
    display: block !important;
  }
}
.product.media .fotorama-item .fotorama__arr--next .fotorama__arr__arr, .product.media .fotorama-item .fotorama__arr--prev .fotorama__arr__arr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background: white none;
}
.product.media .fotorama-item .fotorama__arr--next .fotorama__arr__arr::after, .product.media .fotorama-item .fotorama__arr--prev .fotorama__arr__arr::after {
  content: "";
  display: inline-flex;
  width: 13px;
  height: 15px;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
  background-color: #121314;
}
.product.media .fotorama-item .fotorama__arr--next .fotorama__arr__arr:hover, .product.media .fotorama-item .fotorama__arr--prev .fotorama__arr__arr:hover {
  background: #FF5A04;
}
.product.media .fotorama-item .fotorama__arr--next .fotorama__arr__arr:hover:after, .product.media .fotorama-item .fotorama__arr--prev .fotorama__arr__arr:hover:after {
  background-color: #FFFFFF;
}
.product.media .fotorama-item .fotorama__arr--next .fotorama__arr__arr::after {
  -webkit-mask-image: url("../images/icons/arrow--right.svg");
          mask-image: url("../images/icons/arrow--right.svg");
}
.product.media .fotorama-item .fotorama__arr--prev .fotorama__arr__arr::after {
  -webkit-mask-image: url("../images/icons/arrow--left.svg");
          mask-image: url("../images/icons/arrow--left.svg");
}

/* ==========================================================================
   #PRODUCT INFO
   ========================================================================== */
.product-info-main {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 12px;
  background-color: #FFFBEE;
}
@media (min-width: 75em) {
  .product-info-main {
    max-width: calc(100% - 720px);
    padding: 48px 84px;
  }
}

.product-info-stock-sku .configurable-variation-qty {
  display: none;
}
.product-info-stock-sku .product.attribute.sku .type,
.product-info-stock-sku .product.attribute.sku .value {
  display: inline;
}

#product_addtocart_form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
#product_addtocart_form .swatch-opt {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
#product_addtocart_form .box-tocart .fieldset {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

@media (max-width: 74.99em) {
  .product.info.detailed .product.data.items {
    border-bottom: 1px solid #121314;
  }
  .product.info.detailed .product.data.items .data.item.title {
    padding: 12px;
    border-top: 1px solid #121314;
  }
  .product.info.detailed .product.data.items .data.item.title .data.switch {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
  }
  .product.info.detailed .product.data.items .data.item.title .data.switch::after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-flex;
    background-color: #121314;
    -webkit-mask-image: url("../images/icons/fa-solid/angle-down.svg");
            mask-image: url("../images/icons/fa-solid/angle-down.svg");
    -webkit-mask-size: contain;
            mask-size: contain;
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: center;
            mask-position: center;
  }
  .product.info.detailed .product.data.items .data.item.title.active .data.switch::after {
    -webkit-mask-image: url("../images/icons/fa-solid/angle-up.svg");
            mask-image: url("../images/icons/fa-solid/angle-up.svg");
  }
  .product.info.detailed .product.data.items .data.item.content {
    padding: 12px;
  }
}
@media (min-width: 75em) {
  .product.info.detailed .product.data.items {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 48px;
  }
  .product.info.detailed .product.data.items .data.item.title .data.switch {
    display: block;
    text-decoration: none;
  }
  .product.info.detailed .product.data.items .data.item.title .data.switch .counter {
    display: none;
  }
  .product.info.detailed .product.data.items .data.item.content {
    flex: 1 0 100%;
    order: 1;
    padding: 18px;
  }
}

.block.related,
.block.upsell,
.block-viewed-products-grid {
  padding: 12px;
}
.block.related .product-image-photo,
.block.upsell .product-image-photo,
.block-viewed-products-grid .product-image-photo {
  max-width: 100%;
  object-fit: none;
}

body.catalog-product-view .column.main .product-info-main {
  background: #FFFBEE;
  width: 100%;
  flex: unset;
  max-width: initial;
  padding: 17px;
}
@media (min-width: 75em) {
  body.catalog-product-view .column.main .product-info-main {
    width: 51%;
    padding: 0 20px 20px 20px;
  }
}
@media (min-width: 87.5em) {
  body.catalog-product-view .column.main .product-info-main {
    padding: 40px 82px 40px 56px;
  }
}
body.catalog-product-view .column.main .product-info-main.swatch-active .normal-price .price-label {
  display: none !important;
}
body.catalog-product-view .column.main .product-info-main .swatch-attribute-options {
  flex-wrap: wrap;
}
@media (max-width: 74.99em) {
  body.catalog-product-view .column.main .product-info-main .swatch-attribute-options {
    gap: 16px;
  }
}

.product-info-main-wrapper {
  background-color: #FFFFFF;
  padding: 23px 20px;
  border-radius: 18px;
  border: 1px solid #D7D7D7;
  position: relative;
}
@media (min-width: 75em) {
  .product-info-main-wrapper {
    padding: 32px;
    max-width: 822px;
  }
}
.product-info-main-wrapper .page-title-wrapper {
  background-color: #FFFFFF;
}
.product-info-main-wrapper .page-title {
  text-align: left;
}
.product-info-main-wrapper .product-fabric {
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin: 8px 0 24px;
  color: #888989;
}
@media (min-width: 75em) {
  .product-info-main-wrapper .product-fabric {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
  }
}
.product-info-main-wrapper .product-info-price {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.product-info-main-wrapper .product-info-price .price-box {
  margin-bottom: 24px;
}
.product-info-main-wrapper .product-info-price .normal-price,
.product-info-main-wrapper .product-info-price .special-price {
  order: 5;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
}
.product-info-main-wrapper .product-info-price .price-container .price-label {
  display: none !important;
}
.product-info-main-wrapper .product-info-price .product-info-stock-sku {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media (min-width: 75em) {
  .product-info-main-wrapper .product-info-price .product-info-stock-sku {
    position: absolute;
    top: 32px;
    right: 32px;
    max-width: 130px;
  }
}
.product-info-main-wrapper .product-info-price .product-info-stock-sku .stock.available {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 6px;
  color: #616162;
  letter-spacing: 0.5px;
}
.product-info-main-wrapper .product-info-price .product-info-stock-sku .stock.available::before {
  content: "";
  width: 20px;
  height: 20px;
  display: inline-flex;
  background-image: url("../images/icons/check--circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin: -1px 3px 0 0;
}
.product-info-main-wrapper .product-info-price .product-info-stock-sku .product.attribute.sku {
  font-size: 13px;
  font-size: 0.8125rem;
  line-height: 1.8461538462;
  color: #929eaa;
}
.product-info-main-wrapper .reviews-and-size-guide {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-bottom: 16px;
  column-gap: 4px;
}
@media (min-width: 48em) {
  .product-info-main-wrapper .reviews-and-size-guide {
    margin-bottom: 24px;
  }
}
.product-info-main-wrapper .size-guide {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  position: relative;
  font-family: "Athletics Bold", Helvetica, Arial, sans-serif;
  flex: 1;
}
.product-info-main-wrapper .size-guide a {
  color: #22384D;
  text-decoration: underline;
}
.product-info-main-wrapper .size-guide-link {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
}
.product-info-main-wrapper .size-guide-link::before {
  content: "";
  width: 18px;
  height: 28px;
  display: inline-flex;
  background-image: url(../images/icons/ruler.svg);
  background-size: 28px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 8px 0 0;
}
@media (min-width: 75em) {
  .product-info-main-wrapper .size-guide-link::before {
    background-size: 22px;
  }
}
.product-info-main-wrapper .product-reviews-summary {
  margin-bottom: 12px;
}
.product-info-main-wrapper .product-reviews-summary .rating-result {
  transform: scale(1.5) translateX(12px);
}
.product-info-main-wrapper .swatch-attribute {
  margin: 0;
}
@media (min-width: 75em) {
  .product-info-main-wrapper .swatch-attribute.uda_webcolour .swatch-attribute-options {
    gap: 11px;
    padding-right: 150px;
  }
}
.product-info-main-wrapper .swatch-attribute-label {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  display: inline-block;
  margin: 0 12px 16px 0;
  font-family: "Doughy", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
@media (min-width: 75em) {
  .product-info-main-wrapper .swatch-attribute-label {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}
.product-info-main-wrapper .swatch-attribute-selected-option::before {
  display: none;
}
.product-info-main-wrapper .swatch-attribute.bundle .swatch-select.bundle {
  flex: 1;
  border-radius: 18px;
}
.product-info-main-wrapper .usp-sub-title-text,
.product-info-main-wrapper [data-element=usp_link_url_element] {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.5;
}
.product-info-main-wrapper [data-content-type=pinpoint_pagebuilderuspitemtext] {
  width: 100%;
}
.product-info-main-wrapper [data-content-type=pinpoint_pagebuilderuspitem] {
  gap: 16px;
}
.product-info-main-wrapper .afterpay-paragraph {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
}
.product-info-main-wrapper .afterpay-logo.type-badge {
  height: 28px;
  width: 56px;
  margin: 0 7px 0 0;
}
.product-info-main-wrapper #product_addtocart_form {
  gap: unset;
}
.product-info-main-wrapper #product_addtocart_form .box-tocart {
  margin: 24px 0;
}
.product-info-main-wrapper #product_addtocart_form .box-tocart .fieldset {
  flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 74.99em) {
  .product-info-main-wrapper #product_addtocart_form .box-tocart .fieldset {
    gap: 16px;
  }
}
.product-info-main-wrapper #product_addtocart_form .box-tocart .fieldset .field.qty {
  margin-bottom: 0;
}
@media (max-width: 47.99em) {
  .product-info-main-wrapper #product_addtocart_form .box-tocart .fieldset .field.qty {
    width: 100%;
  }
}
.product-info-main-wrapper #product_addtocart_form .box-tocart .fieldset .control {
  height: 52px;
}
@media (max-width: 47.99em) {
  .product-info-main-wrapper #product_addtocart_form .box-tocart .fieldset .control {
    max-width: unset;
    justify-content: space-between;
  }
}
.product-info-main-wrapper #product_addtocart_form .box-tocart .label {
  display: none;
}
.product-info-main-wrapper #product_addtocart_form .box-tocart .control {
  border-radius: 80px;
  flex-basis: 100%;
}
.product-info-main-wrapper #product_addtocart_form .box-tocart .actions {
  flex: 1;
}
.product-info-main-wrapper #product_addtocart_form .box-tocart .action.primary.tocart {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.5px;
  width: 100%;
  height: 52px;
}
@media (min-width: 48em) {
  .product-info-main-wrapper #product_addtocart_form .box-tocart .action.primary.tocart {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
  }
}
.product-info-main-wrapper #product_addtocart_form .box-tocart .action.primary.tocart::before {
  margin: 0 4px 0 0;
  width: 20px;
  height: 20px;
}
@media (min-width: 48em) {
  .product-info-main-wrapper #product_addtocart_form .box-tocart .action.primary.tocart::before {
    width: 24px;
    height: 24px;
  }
}
.product-info-main-wrapper #product_addtocart_form .box-tocart .control.qty::before,
.product-info-main-wrapper #product_addtocart_form .box-tocart .field.qty .control::before,
.product-info-main-wrapper #product_addtocart_form .box-tocart .control.qty::after,
.product-info-main-wrapper #product_addtocart_form .box-tocart .field.qty .control::after {
  font-size: 24px;
}
.product-info-main-wrapper #product_addtocart_form .swatch-option.image {
  height: 30px !important;
}
.product-info-main-wrapper #product_addtocart_form .swatch-option.color.selected {
  box-shadow: 0 0 0 2px #FF5A04;
  border: 3px solid white;
}
.product-info-main-wrapper #product_addtocart_form .swatch-option.color.selected:not(.disabled):hover {
  box-shadow: 0 0 0 2px #FF5A04;
}
@media (min-width: 75em) {
  .product-info-main-wrapper #product_addtocart_form .swatch-opt {
    gap: 32px;
  }
}
.product-info-main-wrapper .clearpay-container {
  margin-bottom: 18px;
}
.product-info-main-wrapper .est-delivery-container {
  margin-bottom: 12px;
}
.product-info-main-wrapper .field.qty .control input[type=number] {
  padding: 0;
  min-width: 20px;
}

.product.info.detailed .product.data.items {
  margin-top: 0;
}
@media (min-width: 75em) {
  .product.info.detailed .product.data.items {
    gap: 0 80px;
  }
}
.product.info.detailed .product.data.items .data.item.title {
  border-color: #D7D7D7;
}
@media (max-width: 47.99em) {
  .product.info.detailed .product.data.items .data.item.title {
    scroll-margin-top: 110px;
  }
}
.product.info.detailed .product.data.items .data.item.title .data.switch {
  color: #22384D;
  font-family: "Doughy", Helvetica, Arial, sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  text-transform: uppercase;
  padding: 12px;
  letter-spacing: 0.5px;
}
@media (min-width: 75em) {
  .product.info.detailed .product.data.items .data.item.title {
    padding: 64px 0 32px;
  }
  .product.info.detailed .product.data.items .data.item.title.active .data.switch {
    color: #FF5A04;
    border-bottom: 2px solid #FF5A04;
    letter-spacing: 0.5px;
  }
  .product.info.detailed .product.data.items .data.item.title .data.switch {
    margin-bottom: 18px;
  }
}
@media (min-width: 75em) and (min-width: 75em) {
  .product.info.detailed .product.data.items .data.item.title .data.switch {
    margin-bottom: 11px;
    padding: 0;
  }
}
@media (max-width: 74.99em) {
  .product.info.detailed .product.data.items .data.item.title {
    padding: 16px 17px;
  }
  .product.info.detailed .product.data.items .data.item.title[aria-expanded=true] .data.switch:after {
    -webkit-mask-image: url(../images/icons/fa-solid/angle-up.svg);
            mask-image: url(../images/icons/fa-solid/angle-up.svg);
  }
  .product.info.detailed .product.data.items .data.item.title[aria-expanded=false] .data.switch:after {
    -webkit-mask-image: url(../images/icons/fa-solid/angle-down.svg);
            mask-image: url(../images/icons/fa-solid/angle-down.svg);
  }
}
.product.info.detailed .product.data.items #description {
  padding: 0;
}
.product.info.detailed .product.data.items #description [data-content-type=row] .pagebuilder-column-line {
  max-width: 1460px;
  margin: 0 auto;
  padding: 18px;
}
@media (min-width: 75em) {
  .product.info.detailed .product.data.items #description [data-content-type=row] .pagebuilder-column-line {
    padding: 64px;
  }
}
.product.info.detailed .product.data.items #description h2 {
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.3333333333;
  margin: 0 0 24px;
}
@media (min-width: 75em) {
  .product.info.detailed .product.data.items #description h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.2;
    margin-bottom: 40px;
  }
}
.product.info.detailed .product.data.items #description p strong {
  font-family: "Doughy", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.product.info.detailed .product.data.items #description div[data-appearance=align-center] {
  text-align: left;
}
.product.info.detailed .product.data.items #description .mf-ytw-youtube {
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}
.product.info.detailed .product.data.items .dimensions-img-wrapper {
  display: flex;
  flex-wrap: nowrap;
  margin: 0 auto 18px;
  justify-content: center;
  gap: 4%;
}
.product.info.detailed .product.data.items .dimensions-img-wrapper img {
  width: 48%;
}
@media (min-width: 48em) {
  .product.info.detailed .product.data.items .dimensions-img-wrapper {
    max-width: 1100px;
  }
}
.product.info.detailed .product.data.items .dimensions {
  max-width: 1100px;
  margin: 0 auto;
}
.product.info.detailed .product.data.items .dimensions strong {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.3636363636;
  font-family: "Doughy", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
}
.product.info.detailed .product.data.items .dimensions td {
  padding: 8px 0 0;
}
.product.info.detailed .product.data.items .dimensions td:first-child {
  font-family: "Athletics Bold", Helvetica, Arial, sans-serif;
  width: 220px;
  padding-right: 10px;
}

.est-delivery-container {
  display: flex;
  align-items: center;
  gap: 12px;
}
.est-delivery-container::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-flex;
  background-color: #FF5A04;
  -webkit-mask-image: url("../images/icons/truck-solid.svg");
          mask-image: url("../images/icons/truck-solid.svg");
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.est-delivery-container .timer {
  color: #FF5A04;
  text-transform: uppercase;
  font-family: "Athletics Bold", Helvetica, Arial, sans-serif;
}
.est-delivery-container .timer span {
  color: #616162;
  margin: 0 6px 0 3px;
  display: inline-block;
}
.est-delivery-container .date {
  font-family: "Athletics Bold", Helvetica, Arial, sans-serif;
}

.product-info-sku-brand {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 0 8px;
}
.product-info-sku-brand img.brand-logo {
  max-height: 17px;
}
@media (min-width: 75em) {
  .product-info-sku-brand img.brand-logo {
    max-height: 22px;
  }
}

.product-name-two {
  font-size: 20px;
  letter-spacing: 0.4px;
  line-height: 26px;
}
@media (min-width: 75em) {
  .product-name-two {
    font-size: 28px;
    letter-spacing: 0.56px;
    line-height: 32px;
    max-width: calc(100% - 120px);
  }
}

#payment-request-button {
  width: 100%;
  padding: unset;
}
#payment-request-button::before {
  display: none;
}

.__PrivateStripeElement {
  width: 100%;
}

.block.related .product.details.product-item-details {
  position: relative;
}
.block.related .product.details.product-item-details .product-item-info-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.swatch-option-tooltip {
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.product-options-wrapper {
  min-height: 40px;
}
@media (min-width: 75em) {
  .product-options-wrapper {
    min-height: 80px;
  }
}
.product-options-wrapper .swatch-attribute-options {
  margin: 0;
}
.product-options-wrapper .swatch-attribute .swatch-attribute-selected-option {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  display: inline-block;
  min-height: unset;
}
.product-options-wrapper .swatch-attribute .swatch-attribute-label {
  font-weight: bold;
  margin-right: 6px;
}
.product-options-wrapper .swatch-attribute.bundle {
  margin: 0;
}
.product-options-wrapper .swatch-attribute.bundle .swatch-attribute-selected-option {
  display: none;
}
.product-options-wrapper .swatch-attribute .swatch-option {
  justify-content: left;
  align-items: center;
}
.product-options-wrapper .swatch-attribute .swatch-option.text {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  width: 100%;
  background-color: #FFFFFF;
  border: solid 1px #121314;
  text-align: left;
  border-radius: 66px;
  height: unset;
  padding: 12px 16px;
  box-shadow: unset;
  color: #616162;
  font-family: "Athletics Bold", Helvetica, Arial, sans-serif;
}
.product-options-wrapper .swatch-attribute .swatch-option.text.selected {
  color: #121314;
}
.product-options-wrapper .swatch-attribute .swatch-option.text.disabled {
  border-color: #d8d6d8;
  color: #d8d6d8;
}
.product-options-wrapper .swatch-attribute .swatch-option.text.disabled::after {
  display: none;
}
.product-options-wrapper .swatch-attribute .swatch-option.text.disabled::before {
  outline: solid 1px #d8d6d8;
}
.product-options-wrapper .swatch-attribute .swatch-option.text::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 10px;
  background-color: #FFFFFF;
  display: inline-block;
  border-radius: 100%;
  border: solid 2px #FFFFFF;
  outline: solid 1px #121314;
}
.product-options-wrapper .swatch-attribute .swatch-option.text.selected::before {
  background-color: #3ea685;
}

.you-save-message {
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.7142857143;
  color: #FFFFFF;
  background: #FF5A04;
  border-radius: 20px;
  padding: 9px 12px;
  line-height: 1;
  text-align: center;
  width: 100%;
  margin-top: 12px;
}

/* PDP Quantity increase and decrease button overrides */
.product-info-main-wrapper #product_addtocart_form .box-tocart .control {
  justify-content: center;
  padding: 0;
}
.product-info-main-wrapper #product_addtocart_form .box-tocart .control input[type=number] {
  background-color: transparent;
}
.product-info-main-wrapper #product_addtocart_form .box-tocart .control:before, .product-info-main-wrapper #product_addtocart_form .box-tocart .control:after {
  display: none;
}
.product-info-main-wrapper #product_addtocart_form .box-tocart .control .quantity-decrease,
.product-info-main-wrapper #product_addtocart_form .box-tocart .control .quantity-increase {
  width: auto;
  padding: 21px;
  background-color: #616162;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 14px;
          mask-size: 14px;
  -webkit-mask-position: center;
          mask-position: center;
  position: relative;
}
.product-info-main-wrapper #product_addtocart_form .box-tocart .control .quantity-increase {
  -webkit-mask-image: url("../images/icons/plus--light.svg");
          mask-image: url("../images/icons/plus--light.svg");
}
.product-info-main-wrapper #product_addtocart_form .box-tocart .control .quantity-decrease {
  -webkit-mask-image: url("../images/icons/minus--light.svg");
          mask-image: url("../images/icons/minus--light.svg");
}
/*# sourceMappingURL=pdp-product-details.css.map */
