#main-product-container .mobile-breadcrumbs {
  display: none;
}
@media (max-width: 768px) {
  #main-product-container .desktop-breadcrumbs {
    display: none;
  }
  #main-product-container .mobile-breadcrumbs {
    display: block;
  }
}
#main-product-container #main-product {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 40px;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product {
    grid-template-columns: 100%;
    gap: 0;
  }
}
#main-product-container #main-product .gallery {
  position: relative;
}
#main-product-container #main-product .gallery .inner-gallery-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 20px;
  position: sticky;
  top: 105px;
  width: 100%;
}
#main-product-container #main-product .gallery .gallery-container {
  width: 100%;
  display: flex;
  opacity: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .gallery .gallery-container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .gallery .gallery-container {
    margin: 0 -1.5rem;
  }
}
#main-product-container #main-product .gallery .gallery-container .thumb-gallery {
  width: 20%;
  margin-right: 10px;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .gallery .gallery-container .thumb-gallery {
    width: 100%;
    margin-right: 0;
    margin-top: 10px;
  }
}
#main-product-container #main-product .gallery .gallery-container .thumb-gallery .swiper-slide.thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#main-product-container #main-product .gallery .gallery-container .thumb-gallery .swiper-slide.thumb .gallery-image-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
#main-product-container #main-product .gallery .gallery-container .thumb-gallery .swiper-slide.thumb .gallery-image-holder img, #main-product-container #main-product .gallery .gallery-container .thumb-gallery .swiper-slide.thumb .gallery-image-holder svg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-product-container #main-product .gallery .gallery-container .main-gallery {
  width: 80%;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .gallery .gallery-container .main-gallery {
    width: 100%;
  }
}
#main-product-container #main-product .gallery .gallery-container .main-gallery .product-badges {
  width: unset;
  z-index: 99;
}
#main-product-container #main-product .gallery .gallery-container .main-gallery .product-badges .product-badge {
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  padding: 7px 14px;
}
#main-product-container #main-product .gallery .gallery-container .main-gallery .lightbox-trigger {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 1;
  transition: all 0.1s;
  padding: 0;
}
#main-product-container #main-product .gallery .gallery-container .main-gallery .lightbox-trigger:hover {
  transform: scale(1.05);
}
#main-product-container #main-product .gallery .gallery-container .main-gallery .lightbox-trigger svg {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#main-product-container #main-product .gallery .gallery-container .main-gallery .lightbox-trigger svg path {
  fill: var(--text-primary-color);
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .gallery .gallery-container .main-gallery .lightbox-trigger {
    top: unset;
    bottom: 4px;
    right: 10px;
    width: 21px;
    height: 21px;
  }
}
#main-product-container #main-product .gallery .gallery-container .main-gallery .gallery-image-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 130%;
}
#main-product-container #main-product .gallery .gallery-container .main-gallery .gallery-image-holder img, #main-product-container #main-product .gallery .gallery-container .main-gallery .gallery-image-holder video, #main-product-container #main-product .gallery .gallery-container .main-gallery .gallery-image-holder iframe, #main-product-container #main-product .gallery .gallery-container .main-gallery .gallery-image-holder model-viewer, #main-product-container #main-product .gallery .gallery-container .main-gallery .gallery-image-holder svg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-product-container #main-product .gallery .gallery-container .swiper-button-next, #main-product-container #main-product .gallery .gallery-container .swiper-button-prev {
  display: flex !important;
  color: transparent !important;
  border-radius: 50%;
  background-color: #fff;
  padding: 4px;
  width: 34px;
  height: 34px;
}
#main-product-container #main-product .gallery .gallery-container .swiper-button-next:after, #main-product-container #main-product .gallery .gallery-container .swiper-button-prev:after {
  display: none;
}
#main-product-container #main-product .gallery .gallery-container .swiper-button-next svg, #main-product-container #main-product .gallery .gallery-container .swiper-button-prev svg {
  width: 30px;
  height: 30px;
}
#main-product-container #main-product .gallery .gallery-container .swiper-button-next {
  right: 20px !important;
}
#main-product-container #main-product .gallery .gallery-container .swiper-button-prev {
  left: 20px !important;
}
#main-product-container #main-product .product-information .product-details {
  display: grid;
  grid-template-columns: 100%;
  gap: 15px;
}
#main-product-container #main-product .product-information .product-details .product-title-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main-product-container #main-product .product-information .product-details .product-title-wrapper h1 {
  font-size: 20px;
  line-height: 1.5;
  text-transform: capitalize;
}
#main-product-container #main-product .product-information .product-details .product-title-wrapper .product-reviews {
  display: flex;
  align-items: center;
}
#main-product-container #main-product .product-information .product-details .product-description-container .full {
  display: none;
}
#main-product-container #main-product .product-information .product-details .product-description-container.active .full {
  display: block;
}
#main-product-container #main-product .product-information .product-details .product-description-container.active .excerpt {
  display: none;
}
#main-product-container #main-product .product-information .product-details .product-description-container .read-more {
  text-decoration: underline;
  margin-top: 10px;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
}
#main-product-container #main-product .product-information .price {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 5px;
}
#main-product-container #main-product .product-information .price .variant-prices-container .variant-price-wrapper.hidden {
  display: none;
}
#main-product-container #main-product .product-information .price .variant-prices-container .variant-price-wrapper .full-price,
#main-product-container #main-product .product-information .price .variant-prices-container .variant-price-wrapper .sale-price {
  font-size: 20px;
}
#main-product-container #main-product .product-information .price .variant-prices-container .variant-price-wrapper .full-price.sale-price,
#main-product-container #main-product .product-information .price .variant-prices-container .variant-price-wrapper .sale-price.sale-price {
  color: #E61E3C;
}
#main-product-container #main-product .product-information .price .variant-prices-container .variant-price-wrapper .full-price.on-sale,
#main-product-container #main-product .product-information .price .variant-prices-container .variant-price-wrapper .sale-price.on-sale {
  text-decoration: line-through;
  margin-left: 6px;
}
#main-product-container #main-product .product-information .price .usp-icons-container {
  display: flex;
  align-items: center;
  gap: 5px;
}
#main-product-container #main-product .product-information .price .usp-icons-container .icon-container {
  position: relative;
}
#main-product-container #main-product .product-information .price .usp-icons-container .icon-container svg, #main-product-container #main-product .product-information .price .usp-icons-container .icon-container img {
  width: 32px;
  height: 32px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (min-width: 768px) {
  #main-product-container #main-product .product-information .price .usp-icons-container .icon-container:after {
    content: attr(data-title);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    width: -moz-max-content;
    width: max-content;
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    font-size: 12px;
    opacity: 0;
  }
  #main-product-container #main-product .product-information .price .usp-icons-container .icon-container:hover:after {
    opacity: 1;
  }
}
#main-product-container #main-product .product-information .product-form .form-heading {
  font-weight: 700;
}
#main-product-container #main-product .product-information .product-form .total .form-heading,
#main-product-container #main-product .product-information .product-form .total-price {
  font-size: 20px;
  font-weight: 700;
}
#main-product-container #main-product .product-information .product-form form {
  display: grid;
  grid-template-columns: 100%;
  gap: 25px;
}
#main-product-container #main-product .product-information .product-form form .product-submit-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-product-container #main-product .product-information .product-form form .product-submit-wrapper input[type=submit] {
  width: 100%;
  min-height: 50px;
  text-transform: uppercase;
  font-weight: 500;
  border-color: var(--button-1-color);
}
#main-product-container #main-product .product-information .product-form form .product-submit-wrapper button {
  margin-left: 10px;
}
#main-product-container #main-product .product-information .product-form form .product-submit-wrapper .oos-notification {
  background: #f6f6f6;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  padding: 15px;
  width: 100%;
}
#main-product-container #main-product .product-information .product-form form .product-submit-wrapper .oos-notification h3 {
  font-size: 20px;
}
#main-product-container #main-product .product-information .product-form form .product-submit-wrapper .oos-notification .buttons {
  display: flex;
  gap: 10px;
  align-items: center;
  transform: translateX(20px);
}
#main-product-container #main-product .product-information .product-form form .product-submit-wrapper .oos-notification p a:hover {
  text-decoration: underline;
}
#main-product-container #main-product .product-information .product-form form .product-submit-wrapper button.button-wishlist {
  -webkit-backdrop-filter: blur(0px);
          backdrop-filter: blur(0px);
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .selector-wrapper {
  display: none;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .selector-wrapper:last-of-type {
  margin-bottom: 0;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .selector-wrapper label {
  margin-right: 6px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .selector-wrapper select {
  border: none;
  min-width: 103px;
  background-color: #f0f0f0;
  padding: 0px 8px;
  height: 30px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .option-name {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .option-name.size {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .option-name > * {
  font-size: 16px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper {
  position: relative;
  overflow: hidden;
  min-width: 51px;
  text-align: center;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
  z-index: 1;
  margin: 0;
  cursor: pointer;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:checked + label {
  background-color: var(--text-primary-color);
  color: var(--text-alternate-color);
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:hover:not(:checked) + label {
  filter: brightness(0.9);
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper input:hover:not(:checked) + label.disabled {
  filter: unset;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label {
  display: block;
  padding: 10px;
  font-size: 14px;
  background-color: var(--secondary-color);
  border: 2px solid var(--primary-color);
  transition: all 0.3s;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.disabled {
  color: #cccccc;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper label.disabled:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background: #cccccc;
  transform: rotate(-45deg);
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper.swatches .swatch {
  width: -moz-min-content;
  width: min-content;
  height: -moz-min-content;
  height: min-content;
  border-radius: 50%;
  border: 2px solid #fff;
  position: relative;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper.swatches .swatch input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
  margin: 0;
  cursor: pointer;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper.swatches .swatch input:checked + label {
  outline: 2px solid #000;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper.swatches .swatch input:hover:not(:checked) + label {
  filter: brightness(0.9);
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper.swatches .swatch label {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 2px solid #fff;
  padding: 0;
  box-sizing: border-box;
  transition: 0.3s all;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .variant-radios .variant-wrapper.swatches .swatch label span {
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  overflow: hidden;
  opacity: 0;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .guide-wrapper {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
  margin-top: 15px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .guide-wrapper .size-guide {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .guide-wrapper .size-guide > * {
  pointer-events: none;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .guide-wrapper .size-guide svg {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .guide-wrapper .size-guide:hover {
  text-decoration: underline;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .guide-wrapper .measure-foot {
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .guide-wrapper .measure-foot svg {
  width: 20px;
  height: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .guide-wrapper .measure-foot {
    font-size: 14px;
  }
}
#main-product-container #main-product .product-information .product-form form .variant-selector-wrapper .option-radios-wrapper .radio-option .guide-wrapper .measure-foot:hover {
  text-decoration: underline;
}
#main-product-container #main-product .product-information .product-form form .variant-prices-container .variant-price-wrapper span {
  font-family: Fira Sans Extra Condensed;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 15px;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .total {
  display: flex;
  align-items: baseline;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper > div {
  display: flex;
  align-items: center;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select {
  display: flex;
  background-color: #f0f0f0;
  width: -moz-max-content;
  width: max-content;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select > * {
  flex: 1;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .quantity {
  flex: 2;
  font-weight: 700;
}
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .minus,
#main-product-container #main-product .product-information .product-form form .quantity-total-wrapper .quantity-wrapper .quantity-select .plus {
  cursor: pointer;
}
#main-product-container #main-product .product-information .pdp-blocks {
  margin-top: 30px;
  padding-top: 30px;
  display: grid;
  grid-template-columns: 100%;
  border-top: 2px solid var(--primary-color);
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-block-heading {
  font-size: 20px;
  margin-bottom: 15px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card {
  isolation: isolate;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card {
    gap: 8px;
  }
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-image {
  position: relative;
  width: 28%;
  min-width: 110px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: opacity 0.2s ease-in;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-image .second-image {
  z-index: -1;
  position: absolute;
  inset: 0;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-image .button-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 24px;
  height: 24px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-image .quickview-eye {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 24px;
  cursor: pointer;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-image .quickview-eye svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-details .product-title-price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 5px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-details .product-title-price .product-title a {
  text-transform: capitalize;
  font-family: AkzidenzGrotesk;
  font-size: 16px;
  font-weight: 500;
  box-sizing: border-box;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-details .product-title-price .product-price > .variant-prices-container .variant-price-wrapper .product-price,
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-details .product-title-price .product-price > .variant-prices-container .variant-price-wrapper .product-sale-price {
  font-size: 14px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-details .product-title-price .product-price > .variant-prices-container .variant-price-wrapper .product-sale-price {
  margin-left: 5px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-details .ctl-description {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 4px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-details .ctl-description * {
  font-size: 12px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form .variant-selector-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  justify-content: space-between;
  margin-bottom: 10px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form .variant-selector-wrapper .selector-wrapper {
  width: calc(50% - 5px);
  margin: 0;
  flex: 1;
  position: relative;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form .variant-selector-wrapper .selector-wrapper::after {
  content: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="15.403" height="8.806" viewBox="0 0 15.403 8.806"><path id="Icon_ionic-ios-arrow-back" data-name="Icon ionic-ios-arrow-back" d="M6.152,7.7.323,1.876A1.1,1.1,0,0,1,1.882.322l6.6,6.6a1.1,1.1,0,0,1,.032,1.518L1.887,15.082A1.1,1.1,0,0,1,.328,13.528Z" transform="translate(15.403) rotate(90)" /></svg>');
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form .variant-selector-wrapper .selector-wrapper {
    width: 100%;
  }
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form .variant-selector-wrapper .selector-wrapper select {
  width: 100%;
  border: none;
  padding: 4px 30px 4px 8px;
  background-color: #eee;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form label {
  width: 0;
  height: 0;
  position: absolute;
  opacity: 0;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form input[type=submit] {
  width: 100%;
  text-align: center;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .ctl-wrapper .ctl-product-card:hover img:not(.second-image) {
  opacity: 0;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .cta-banner {
  padding: 30px 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .cta-banner {
    flex-direction: column;
  }
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .cta-banner > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .cta-banner > div {
    text-align: center;
    justify-content: center;
  }
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .cta-banner .cta-banner-text {
  font-size: 20px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .cta-banner .cta-banner-link a {
  display: block;
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .cta-banner .cta-banner-link a {
    width: 60%;
    margin: 0 auto;
  }
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container .review-slider {
  width: 100%;
  margin: 0 0 24px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container .review-slider .review-progress-bar {
  position: relative;
  margin: 12px 0;
  height: 6px;
  width: 100%;
  background: #eeeeee;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container .review-slider .review-progress-bar span {
  position: absolute;
  height: 14px;
  top: -4px;
  width: 4px;
  background: #E61E3C;
  z-index: 3;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container .review-slider .review-progress-bar span.divider-1 {
  left: 0;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container .review-slider .review-progress-bar span.divider-2 {
  left: calc(50% - 2px);
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container .review-slider .review-progress-bar span.divider-3 {
  right: 0;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container .review-slider .review-progress-bar .review-progress-bar-ele {
  position: absolute;
  top: 0;
  left: 0;
  height: 6px;
  height: 100%;
  z-index: 2;
  width: 0;
  background: black;
  transition: all 0.25s ease;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container .review-slider .review-progress-content {
  display: flex;
  align-items: center;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container .review-slider .review-progress-content > div {
  width: 33.3333%;
  text-align: center;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container .review-slider .review-progress-content > div:first-child {
  text-align: left;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container .review-slider .review-progress-content > div:last-child {
  text-align: right;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container .review-stars {
  width: 50%;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container p {
  margin: 0;
  font-size: 14px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .pdp-ratings-container.hidden {
  display: none;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .accordion > div {
  font-size: 18px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .panel {
  border-bottom: 2px solid var(--primary-color);
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .panel, #main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .panel * {
  font-size: 14px;
  line-height: 1.4;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .panel .content {
  padding: 0 0 20px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .panel .content table {
  border-collapse: collapse;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block) .panel .content table td {
  padding: 6px 15px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block).create-the-look {
  padding: 20px 0;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block:not(.usp-block).create-the-look:last-child {
  padding-bottom: 0;
}

.modal-container.size-guide--modal-container .modal {
  width: 100%;
  /*
  // Close Button Margin 
  .shoe-image,
  .size-guide-image { 
    @include to-md {
      padding-right: 40px;
    }
  }
  */
}
.modal-container.size-guide--modal-container .modal .size-guide-title {
  margin-bottom: 40px;
  /*
  padding: 0 calc( 3rem + 40px );
  @include to-md { padding: 0 calc( 1.5rem + 40px ); }
  @include to-xxs { padding: 0 calc( 1rem + 40px ); }
  */
}
@media only screen and (max-width: 991.98px) {
  .modal-container.size-guide--modal-container .modal .size-guide-title {
    margin-top: 25px;
  }
}
.modal-container.size-guide--modal-container .modal .size-guide-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-flow: row nowrap;
  gap: 40px;
}
@media only screen and (max-width: 991.98px) {
  .modal-container.size-guide--modal-container .modal .size-guide-wrapper {
    flex-flow: column nowrap;
  }
}
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .shoe-image, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables {
  width: calc(50% - 20px);
}
@media only screen and (max-width: 991.98px) {
  .modal-container.size-guide--modal-container .modal .size-guide-wrapper .shoe-image, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables {
    width: 100%;
  }
}
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .shoe-image img, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .shoe-image svg, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .shoe-image picture, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images img, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images svg, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images picture, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables img, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables svg, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables picture {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables,
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 40px;
}
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables .size-guide-image,
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images .size-guide-image {
  width: 100%;
  height: auto;
}
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables .table-wrapper,
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images .table-wrapper {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 10px;
}
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables .table-wrapper .table-title,
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images .table-wrapper .table-title {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  flex-flow: row wrap;
  gap: 10px;
  width: 100%;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: var(--text-primary-color);
}
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables .table-wrapper .table-title .measurements,
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images .table-wrapper .table-title .measurements {
  font-size: 12px;
  text-align: left;
  font-weight: 500;
}
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables .table-wrapper .size-guide-table,
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images .table-wrapper .size-guide-table {
  width: 100%;
  max-width: 100%;
  overflow: auto hidden;
}
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables .table-wrapper .size-guide-table table,
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images .table-wrapper .size-guide-table table {
  border-collapse: collapse;
}
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables .table-wrapper .size-guide-table table tr:first-of-type,
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images .table-wrapper .size-guide-table table tr:first-of-type {
  font-weight: bold;
}
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables .table-wrapper .size-guide-table table tr:nth-of-type(even),
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images .table-wrapper .size-guide-table table tr:nth-of-type(even) {
  background: rgba(0, 0, 0, 0.025);
}
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-tables .table-wrapper .size-guide-table table td,
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .size-guide-images .table-wrapper .size-guide-table table td {
  white-space: nowrap;
  font-size: 14px;
  padding: 8px 13px;
}
@media only screen and (min-width: 992px) {
  .modal-container.size-guide--modal-container .modal .size-guide-wrapper .shoe-image {
    position: sticky;
    top: 0;
  }
}
.modal-container.size-guide--modal-container .modal .size-guide-wrapper .shoe-image img, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .shoe-image svg, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .shoe-image picture {
  -o-object-position: center top;
     object-position: center top;
  max-height: 70vh;
}
@media only screen and (max-width: 767.98px) {
  .modal-container.size-guide--modal-container .modal .size-guide-wrapper .shoe-image img, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .shoe-image svg, .modal-container.size-guide--modal-container .modal .size-guide-wrapper .shoe-image picture {
    max-height: 65vh;
  }
}

.pdp-block.usp-block {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 0px;
  /*
    &:not( :first-child ) {
      margin-top: 30px;
    }

    &:not( :last-child ) {
      margin-bottom: 30px;
    }
  */
}
.pdp-block.usp-block .accordion > div {
  font-size: 18px;
}
.pdp-block.usp-block .panel {
  border-bottom: 2px solid var(--primary-color);
}

.product-usps-block {
  width: 100%;
  max-width: 600px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column nowrap;
  gap: 20px;
}
.product-usps-block .heading {
  width: 100%;
  font-size: 18px;
  text-align: left;
  text-transform: uppercase;
}
@media only screen and (max-width: 1100px) {
  .product-usps-block .heading {
    text-align: center;
  }
}
.product-usps-block .product-usps {
  width: 100%;
  display: grid;
  gap: 30px;
  grid-template-columns: repeat(3, 1fr);
}
@media only screen and (max-width: 1100px) {
  .product-usps-block .product-usps {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media only screen and (max-width: 767.98px) {
  .product-usps-block .product-usps {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 575.98px) {
  .product-usps-block .product-usps {
    grid-template-columns: repeat(1, 1fr);
  }
}

.usp-gallery-wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}

.product-usp-gallery {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}
.product-usp-gallery .swiper-slide.usp-gif {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-flow: column nowrap;
  gap: 20px;
}
.product-usp-gallery .swiper-slide.usp-gif .image-wrapper {
  overflow: hidden;
  isolation: isolate;
  position: relative;
  width: 100%;
  aspect-ratio: 1;
}
.product-usp-gallery .swiper-slide.usp-gif .image-wrapper img, .product-usp-gallery .swiper-slide.usp-gif .image-wrapper video {
  position: absolute;
  inset: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.product-usp-gallery .swiper-slide.usp-gif .image-wrapper .title {
  width: calc(100% - 40px);
  position: absolute;
  inset: 50% 20px auto 20px;
  translate: 0 -50%;
  font-weight: 500;
  text-align: left;
  text-transform: uppercase;
  color: #fff;
  filter: drop-shadow(5px 5px 10px #000000);
  font-size: 30px;
}
@media only screen and (max-width: 1199.98px) {
  .product-usp-gallery .swiper-slide.usp-gif .image-wrapper .title {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767.98px) {
  .product-usp-gallery .swiper-slide.usp-gif .image-wrapper .title {
    font-size: 20px;
  }
}
