.main-product {
  margin: 30px auto;
}
@media only screen and (max-width: 767.98px) {
  .main-product {
    margin-top: 16px;
  }
}
.main-product:has(.quickview, .pdp-sold-out-form) {
  margin-top: 0;
}
.main-product .product-wrapper .product-recommendations .recommended-heading {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-recommendations .swiper-navigation {
    display: none;
  }
}
.main-product .product-wrapper .product-recommendations .recommendations-slider {
  margin-top: 30px;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-recommendations .recommendations-slider {
    overflow: visible;
  }
}
.main-product .product-wrapper .breadcrumbs ul {
  margin: 0;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .breadcrumbs.desktop {
    display: none;
  }
}
.main-product .product-wrapper .breadcrumbs.mobile {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .breadcrumbs.mobile {
    display: block;
    margin-bottom: 8px;
  }
  .main-product .product-wrapper .breadcrumbs.mobile ul {
    margin-bottom: 0;
  }
}
.main-product .product-wrapper .fixed-add-to-cart {
  position: fixed;
  bottom: 0;
  right: calc((100% - var(--page-width)) / 2 + 2rem + 32px);
  z-index: 20;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  min-height: 50px;
  background-color: var(--accent-2-color);
  color: var(--text-alternate-color);
  border-radius: 10px 10px 0 0;
  translate: 0 100%;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.main-product .product-wrapper .fixed-add-to-cart.visible {
  translate: 0;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .fixed-add-to-cart {
    right: 0 !important;
    width: 100% !important;
    border-radius: 2px;
  }
}
.main-product .product-wrapper .fixed-add-to-cart .add-to-cart-price {
  font-weight: 700;
}
.main-product .product-wrapper .product-container {
  display: grid;
  grid-template-columns: 50% auto;
  gap: 40px;
  scroll-margin-top: 150px;
}
@media only screen and (max-width: 991.98px) {
  .main-product .product-wrapper .product-container {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container {
  transition: all 0.3s;
  position: sticky;
  top: 90px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-gallery .gallery-container {
    gap: 8px;
  }
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery {
  display: flex;
  justify-content: center;
  position: relative;
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery .thumb-swiper {
  width: calc(100% - 50px);
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery .thumb-swiper {
    width: 100%;
  }
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery .swiper-slide.thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery .swiper-slide.thumb.swiper-slide-active {
  border-radius: 2px;
  border: 1px solid var(--primary-color);
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery .swiper-slide.thumb .gallery-image-holder {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 2px;
  aspect-ratio: 1;
  background: var(--secondary-grey-color);
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery .swiper-slide.thumb .gallery-image-holder img, .main-product .product-wrapper .product-container .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 .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery .swiper-button-next, .main-product .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery .swiper-button-prev {
  display: flex !important;
  color: transparent !important;
  border-radius: 50%;
  width: 9px;
  height: 19px;
  transform: translateY(50%);
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery .swiper-button-next:after, .main-product .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery .swiper-button-prev:after {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery .swiper-button-next, .main-product .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery .swiper-button-prev {
    display: none !important;
  }
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery .swiper-button-next {
  right: 0px !important;
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .thumb-gallery .swiper-button-prev {
  left: 0px !important;
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .main-gallery {
  position: relative;
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .main-gallery .product-badges {
  width: unset;
  z-index: 99;
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .main-gallery .product-badges .product-badge {
  width: -moz-max-content;
  width: max-content;
  font-size: 14px;
  padding: 7px 14px;
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .main-gallery .lightbox-trigger {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 18px;
  z-index: 1;
  transition: all 0.1s;
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .main-gallery .lightbox-trigger:hover {
  transform: scale(1.05);
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .main-gallery .lightbox-trigger svg {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  fill: #000;
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .main-gallery .lightbox-trigger img {
  top: 0;
  left: 0;
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .main-gallery .gallery-image-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  border-radius: var(--border-radius);
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .main-gallery .gallery-image-holder img, .main-product .product-wrapper .product-container .product-gallery .gallery-container .main-gallery .gallery-image-holder video, .main-product .product-wrapper .product-container .product-gallery .gallery-container .main-gallery .gallery-image-holder iframe, .main-product .product-wrapper .product-container .product-gallery .gallery-container .main-gallery .gallery-image-holder model-viewer, .main-product .product-wrapper .product-container .product-gallery .gallery-container .main-gallery .gallery-image-holder svg {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .swiper-button-next, .main-product .product-wrapper .product-container .product-gallery .gallery-container .swiper-button-prev {
  display: flex !important;
  color: transparent !important;
  border-radius: 50%;
  width: 25px;
  height: 25px;
  padding: 3px;
  background-color: #ffffff;
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .swiper-button-next:after, .main-product .product-wrapper .product-container .product-gallery .gallery-container .swiper-button-prev:after {
  display: none;
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .swiper-button-next {
  right: 16px !important;
}
.main-product .product-wrapper .product-container .product-gallery .gallery-container .swiper-button-prev {
  left: 16px !important;
}
.main-product .product-wrapper .product-container .product-details-wrapper {
  position: relative;
  min-width: 100%;
  padding: 0px 32px 32px 32px;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper {
    padding: 16px 0px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-information-accordions #product-description-accordion {
  scroll-margin-top: 200px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details {
  display: flex;
  flex-direction: column;
  gap: 32px;
  min-width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details {
    gap: 24px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-title-brand {
  display: flex;
  justify-content: space-between;
  gap: 8px;
}
@media only screen and (max-width: 1239.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-title-brand {
    flex-direction: column-reverse;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-title-brand .product-title h1 {
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-title-brand .product-title h1 {
    font-size: 28px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-title-brand .product-brand-image {
  height: -moz-max-content;
  height: max-content;
  min-width: 117px;
  max-width: 117px;
}
@media only screen and (max-width: 991.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-title-brand .product-brand-image {
    max-width: 38%;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-title-brand .product-brand-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-price-reviews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 15px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-price-reviews .product-price span {
  font-weight: 700;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .reviews-stars-count {
  display: flex;
  align-items: center;
  gap: 9px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .reviews-stars-count > div {
  color: var(--text-primary-color);
  font-size: 12px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .reviews-stars-count .stars {
  color: #ADA367;
  display: flex;
  gap: 2px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .reviews-stars-count .stars img {
  width: 15px;
  height: 15px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .featured-reviews {
  margin-top: 14px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .featured-reviews .swiper-slide {
  opacity: 0.6;
  font-style: italic;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .featured-reviews .swiper-controls {
  display: flex;
  align-items: center;
  width: -moz-max-content;
  width: max-content;
  margin-top: 10px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .featured-reviews .swiper-controls .swiper-button-prev, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .featured-reviews .swiper-controls .swiper-button-next, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .featured-reviews .swiper-controls .swiper-pagination {
  position: static;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .featured-reviews .swiper-controls .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 3px);
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .featured-reviews .swiper-controls .swiper-button-prev, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .featured-reviews .swiper-controls .swiper-button-next {
  width: 16px;
  height: 12px;
  margin: 0;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .featured-reviews .swiper-controls .swiper-button-prev:after, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information .product-reviews .featured-reviews .swiper-controls .swiper-button-next:after {
  font-size: 10px;
  position: relative;
  top: 2px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-description {
  font-size: 14px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-description p:first-of-type {
  margin-top: 0;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-description * {
  font-size: 14px;
  line-height: 130%;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-description .product-description-read-more {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  margin-top: 12px;
  text-decoration: underline;
  text-underline-offset: 6px;
  font-size: 16px;
  cursor: pointer;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-description .product-description-read-more:hover {
  color: var(--primary-color);
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-range-container {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors {
  display: flex;
  flex-direction: column;
  gap: 26px;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors {
    gap: 8px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors.deselect {
  pointer-events: none;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 8px 16px;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option {
    flex-direction: column;
    gap: 8px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .find-my-size {
  display: flex;
  position: relative;
  top: 8px;
  text-decoration: none;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .find-my-size img {
  margin-right: 4px;
  position: relative;
  top: 4px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .find-my-size span {
  line-height: 140%;
  text-decoration: underline;
  text-underline-offset: 6px;
  margin-bottom: 10px;
  color: var(--secondary-black-color);
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .find-my-size span:hover {
  color: var(--primary-color);
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-radios {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
}
@media only screen and (max-width: 1199.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-radios {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media only screen and (max-width: 991.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-radios {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 992px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-title * {
  line-height: 1.4;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-title * {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-title {
    display: flex;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-title .sub-heading {
  font-style: italic;
  line-height: normal;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-title .sub-heading span.mobile {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-title .sub-heading {
    line-height: 1;
    font-size: 20px;
  }
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-title .sub-heading span.mobile {
    display: inline-block;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container {
  margin-top: 32px;
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 1199.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container {
    flex-direction: column;
    gap: 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container {
    flex-direction: column;
    gap: 30px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container .option-range-wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container .option-range-wrapper.desktop {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container .option-range-wrapper.tablet {
    display: none;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container .option-range-wrapper.tablet .thumb-overlay {
  width: 34px !important;
  height: 34px !important;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container .option-range-wrapper .plus-more {
  position: relative;
  left: -20px;
  top: 3px;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container .option-range-wrapper .plus-more {
    display: none;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container .option-select {
  display: flex;
  gap: 2px;
  background-color: #ffffff;
  border-radius: 5px;
  padding: 11px 12px;
  width: -moz-max-content;
  width: max-content;
  position: relative;
}
@media only screen and (min-width: 1200px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container .option-select {
    top: -10px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container .option-select select {
  border: none;
  padding-right: 20px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container .option-select select:focus {
  outline: none;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container .option-select .select-icon {
  display: flex;
  flex-direction: column;
  gap: 3px;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  pointer-events: none;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container .option-select .select-icon svg {
  width: 9px;
  height: 9px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-container .option-select .select-icon svg:first-of-type {
  transform: rotate(180deg);
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-radio {
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-radio {
    flex: 1;
    max-width: -moz-max-content;
    max-width: max-content;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-radio input[type=radio] {
  display: none;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-radio input[type=radio].disabled + label {
  background-color: var(--secondary-grey-color);
  color: var(--text-primary-color);
  border: 1px solid var(--secondary-grey-color);
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-radio input[type=radio].disabled:not(:checked) + label {
  opacity: 0.5;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-radio input[type=radio]:checked + label {
  background-color: var(--secondary-color);
  border: 1px solid var(--secondary-color);
  color: #fff;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-radio label {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 11px;
  min-width: 64px;
  cursor: pointer;
  isolation: isolate;
  border: 1px solid var(--secondary-black-color);
  line-height: 140%;
  border-radius: 2px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-radio label:hover {
  background-color: var(--secondary-white-color);
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-radio label:hover img {
  transform: scale(1.05);
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .option .option-radio label {
    font-size: 16px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .variant-info {
  display: flex;
  justify-content: space-between;
  gap: 32px;
}
@media only screen and (max-width: 991.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .variant-info {
    flex-direction: column;
    gap: 25px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .variant-info .storage-info {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .variant-info .storage-info .storage * {
  font-size: 14px;
  font-weight: 600;
  text-decoration: underline;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .variant-info .storage-info .storage *.italic, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .variant-info .storage-info .storage *.italic * {
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .variant-info .storage-info .rail-length {
  font-size: 12px;
  opacity: 0.5;
  font-style: italic;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .variant-info .storage-info .rail-length img {
  width: 14px;
  height: 14px;
  opacity: 0.8;
  margin-left: 3px;
  position: relative;
  top: 3px;
  transition: 0.3s all;
  cursor: pointer;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .variant-info .storage-info .rail-length img:hover {
  opacity: 1;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .variant-info .variant-price {
  align-content: flex-end;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-option-selector .option-selectors .variant-info .variant-price span {
  font-weight: 600;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  scroll-margin-top: 120px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper.hide {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-heading-text p {
  margin-top: 8px;
  margin-bottom: 0;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-heading-text p {
    font-size: 16px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions {
  align-self: stretch;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion {
  padding: 16px 0;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion:not(:first-of-type) {
  border-top: 1px solid var(--secondary-white-color);
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion * {
  pointer-events: none;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion .chevron {
    align-self: baseline;
  }
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion .chevron svg {
    position: relative;
    top: 7px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion .accordion-heading {
  display: block;
  flex: 0 0 calc(100% - 48px);
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion .accordion-heading .store-header {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  font-size: inherit;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion .accordion-heading .store-header * {
    font-size: 18px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion .accordion-heading .store-header > div {
  white-space: nowrap;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion .accordion-heading .store-header .store-availability {
  display: flex;
  gap: 9px;
  flex: 1;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion .accordion-heading .store-header .store-availability {
    order: 3;
    width: 100%;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion .accordion-heading .store-header .store-availability .dot {
  display: inline-flex;
  width: 15px;
  height: 15px;
  min-width: 15px;
  background-color: var(--accent-1-color);
  border-radius: 50%;
  position: relative;
  top: -1px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion .accordion-heading .store-header .store-availability .availability-text {
  font-weight: 400;
  width: 20%;
  text-align: left;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion .accordion-heading .store-header .store-collection-time {
    order: 2;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion .accordion-heading .store-header .store-name {
  width: -moz-min-content;
  width: min-content;
  text-align: left;
  font-size: inherit;
  flex: 1;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .accordion .accordion-heading .store-header .store-name {
    order: 1;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .store-content {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media only screen and (max-width: 575.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .store-content {
    flex-direction: column;
    gap: 16px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .store-content * {
  font-size: 14px;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .store-content .store-hours table {
    width: 100%;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .store-content .store-hours table td {
  padding: 0;
  border: none;
  vertical-align: unset;
  padding-bottom: 8px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .store-content .store-hours table tr td:first-of-type {
  padding-right: 16px;
  font-family: "ff-good-headline-web-pro-con";
  font-size: 18px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .store-content .store-hours table tr td:first-of-type {
    font-size: 16px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .store-content .store-hours table tr:last-of-type td {
  padding-bottom: 0;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .store-content .store-contacts {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: calc(50% - 16px);
}
@media only screen and (max-width: 575.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .store-content .store-contacts {
    max-width: 100%;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .store-content .store-contacts .get-directions {
  text-underline-offset: 4px;
  margin-bottom: 6px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .store-content .store-item {
  display: flex;
  gap: 16px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .store-content .store-item a {
  text-decoration: none;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-click-collect-wrapper .c-c-location-accordions .store-content .store-item img {
  width: 15px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .offer-cta-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--secondary-white-color);
  padding: 12px 30px;
  border-radius: 2px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .offer-cta-banner > div * {
  font-size: inherit;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .offer-cta-banner a {
  white-space: nowrap;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-klarna-banner {
  display: flex;
  padding: 8px 30px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 2px;
  border: 1px solid var(--secondary-grey-color);
  background: var(--secondary-white-color);
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-klarna-banner {
    padding: 8px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-klarna-banner img {
  width: 44px;
  height: auto;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-klarna-banner .klarna-text {
  display: flex;
  width: 258px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 4px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-klarna-banner .klarna-text * {
  font-size: 14px;
  line-height: 130%;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-klarna-banner .klarna-text .subtitle {
  line-height: 130%;
  color: #959595;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .stock-information {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .stock-information {
    flex-direction: column;
    gap: 8px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .stock-information .stock-availability {
  font-weight: 400;
  font-style: italic;
  font-size: 16px;
  font-family: ff-good-headline-web-pro-con;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .stock-information .stock-availability:has(:not(.date)) {
  display: flex;
  align-items: center;
  gap: 9px;
}
@media only screen and (max-width: 991.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .stock-information .stock-availability {
    justify-content: center;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .stock-information .stock-availability span.dot {
  display: inline-flex;
  width: 15px;
  height: 15px;
  min-width: 15px;
  background-color: var(--accent-1-color);
  border-radius: 50%;
  position: relative;
  top: -1px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .stock-information .stock-availability span.date {
  white-space: nowrap;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .stock-information .click-collect-anchor {
  text-decoration: underline;
  text-underline-offset: 6px;
  margin-bottom: 6px;
  line-height: 1.6;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container {
  display: flex;
  width: 100%;
  gap: 32px;
  scroll-margin-top: 400px;
}
@media only screen and (max-width: 991.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container {
    flex-direction: column;
    gap: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form {
  flex: 1;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form {
    width: 100%;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form .additional-checkout-buttons {
  margin-top: 30px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form {
  gap: 16px;
  align-items: unset;
  flex-direction: column;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form label.select-checkbox {
  display: flex;
  gap: 10px;
  position: relative;
  margin-bottom: 16px;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form label.select-checkbox {
    width: 100%;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form label.select-checkbox input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form label.select-checkbox .checkbox {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  min-width: 38px;
  background-color: #ffffff;
  border: 1px solid var(--primary-black-color);
  cursor: pointer;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form label.select-checkbox .checkbox svg {
  display: none;
  width: 60%;
  height: 60%;
  -o-object-fit: contain;
     object-fit: contain;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form label.select-checkbox > div {
  display: flex;
  align-items: center;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form label.select-checkbox:has(.checkbox) input:checked + .checkbox svg {
  display: block;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .product-gift-card-fields {
  width: 100%;
  padding-bottom: 16px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .product-gift-card-fields.hidden {
  display: none;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .product-gift-card-fields .gift-card-fields {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .product-gift-card-fields .gift-card-fields .gift-card-field {
  display: flex;
  flex-direction: column;
  gap: 15px;
  flex: 1;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .product-gift-card-fields .gift-card-fields .gift-card-field:has(textarea) {
  width: 100%;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .product-gift-card-fields .gift-card-fields .gift-card-field input, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .product-gift-card-fields .gift-card-fields .gift-card-field textarea {
  border: 1px solid rgba(179, 176, 176, 0.3019607843);
  border-radius: 5px;
  padding: 10px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .product-gift-card-fields .gift-card-fields .gift-card-field input:focus, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .product-gift-card-fields .gift-card-fields .gift-card-field textarea:focus {
  outline: none;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit {
  display: flex;
  align-items: center;
  gap: 16px;
}
@media only screen and (max-width: 1199.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit {
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit {
    justify-content: center;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .variant-price {
  font-weight: 700;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .variant-price.mobile {
  display: none;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .variant-price {
    font-size: 24px;
  }
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .variant-price.desktop {
    display: none;
  }
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .variant-price.mobile {
    display: block;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper {
  display: flex;
  gap: 20px;
  width: 100%;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper {
    flex-direction: column;
    gap: 16px;
    align-items: center;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper .quantity-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  border-radius: 2px;
  border: 1px solid var(--secondary-grey-color);
  padding: 12px;
  min-width: 138px;
}
@media only screen and (max-width: 991.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper .quantity-wrapper {
    max-width: 40%;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper .quantity-wrapper > div {
  display: flex;
  align-items: center;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper .quantity-wrapper .quantity-select {
  display: flex;
  flex: 1;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper .quantity-wrapper .quantity-select {
    width: 100%;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper .quantity-wrapper .quantity-select > * {
  flex: 1;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper .quantity-wrapper .quantity-select .quantity {
  flex: 2;
  font-weight: 400;
  line-height: 140%;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper .quantity-wrapper .quantity-select .minus,
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper .quantity-wrapper .quantity-select .plus {
  cursor: pointer;
  width: 20px;
  height: 20px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper .quantity-wrapper .quantity-select .minus img,
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper .quantity-wrapper .quantity-select .plus img {
  width: 12px;
  height: 12px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper .add-to-cart {
  width: 100%;
  justify-content: center;
  line-height: 140%;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper .add-to-cart:disabled {
  background-color: var(--secondary-grey-color);
  border: none;
  color: var(--text-primary-color);
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-form-container .product-form form .form-price-qty-submit .quantity-submit-wrapper .add-to-cart img {
  position: relative;
  top: -2px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-usps {
  padding: 6px 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 11px 32px;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-usps {
    align-items: center;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-usps {
    grid-template-columns: 1fr;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-usps .usp {
  display: flex;
  gap: 9px;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-usps .usp .heading-h6 {
    font-weight: 400;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-usps .usp span * {
  font-size: inherit;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-usps .usp span * {
    font-weight: 400;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-usps .usp .link {
  text-decoration: underline;
  cursor: pointer;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-usps .usp .link:hover {
  color: var(--primary-color);
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-stock-form-usps .product-usps .usp img {
  width: 16px;
  height: 16px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information-accordions .accordion {
  border-top: 1px solid rgba(179, 176, 176, 0.3019607843);
  padding: 30px 0;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information-accordions .accordion.active {
  padding-bottom: 10px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information-accordions .accordion:first-of-type {
  border-top: none;
  padding-top: 10px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information-accordions .accordion .heading-sm {
  font-size: 24px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information-accordions .panel .content {
  padding-top: 0;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information-accordions .panel .content a {
  text-decoration: underline;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-information-accordions .panel .content a:hover {
  color: var(--accent-1-color);
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products {
  position: relative;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .heading-nav {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .heading-nav h2 {
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .heading-nav .navigation-arrows {
    display: none;
  }
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper {
    max-width: 100vw;
    margin: 0 -1.5rem;
    padding: 0 1.5rem;
  }
}
@media only screen and (max-width: 319.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper {
    margin: 0 -1;
    padding: 0 1;
  }
}
@media only screen and (min-width: 992px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper {
    margin-right: calc(-14vw + 8.8rem);
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card {
  text-decoration: none;
  display: flex;
  padding: 4px;
  gap: 8px;
  border-radius: 2px;
  border: 1px solid var(--secondary-grey-color);
}
@media only screen and (max-width: 1024.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card {
    flex-direction: column;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card {
    flex-direction: row;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card {
    flex-direction: column;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card:hover img, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card:hover img {
  transform: scale(1.05);
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .product-card-image, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .dc-image, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .product-card-image, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .dc-image {
  width: 107px;
  height: 107px;
  min-width: 107px;
  min-height: 107px;
  aspect-ratio: 1;
  border: 1px solid var(--secondary-grey-color);
  display: flex;
  align-items: center;
  overflow: hidden;
}
@media only screen and (max-width: 1024.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .product-card-image, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .dc-image, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .product-card-image, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .dc-image {
    width: 100%;
  }
}
@media only screen and (max-width: 991.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .product-card-image, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .dc-image, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .product-card-image, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .dc-image {
    width: 107px;
  }
}
@media only screen and (max-width: 575.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .product-card-image, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .dc-image, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .product-card-image, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .dc-image {
    width: 100%;
  }
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .product-card-image img, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .dc-image img, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .product-card-image img, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .dc-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transition: 0.3s all;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .dc-details, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .dc-details {
  display: flex;
  align-items: center;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .product-card-details, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .product-card-details {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 8px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .product-card-details .product-card-title-container, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .product-card-details .product-card-title-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  gap: 4px;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .product-card-details .product-card-title-container .product-card-vendor, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .product-card-details .product-card-title-container .reviews, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .product-card-details .product-card-title-container .product-card-vendor, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .product-card-details .product-card-title-container .reviews {
  font-style: italic;
  font-family: ff-good-headline-web-pro-con;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .product-card-details .product-card-title-container .product-card-title, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .product-card-details .product-card-title-container .product-card-title {
  font-weight: 700;
  text-decoration: none;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .product-card-details .product-card-price, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .product-card-details .product-card-price {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .product-card-details .product-card-price .gww-quickview, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .product-card-details .product-card-price .gww-quickview {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  align-self: end;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .gww-product-card .product-card-details .product-card-price .gww-quickview .cart-text, .main-product .product-wrapper .product-container .product-details-wrapper .product-details .product-complementary-products .swiper .dc-card .product-card-details .product-card-price .gww-quickview .cart-text {
    display: none;
  }
}
.main-product .product-wrapper.quickview .product-container {
  gap: 0;
}
.main-product .product-wrapper.quickview .product-container .product-gallery {
  background-color: var(--primary-white-color);
}
.main-product .product-wrapper.quickview .product-container .product-gallery .gallery-container {
  background-color: var(--primary-white-color);
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  top: 0;
}
.main-product .product-wrapper.quickview .product-container .product-gallery .gallery-container.loading {
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.main-product .product-wrapper.quickview .product-container .product-gallery .gallery-container .swiper-button-next {
  right: 0 !important;
}
.main-product .product-wrapper.quickview .product-container .product-gallery .gallery-container .swiper-button-prev {
  left: 0 !important;
}
.main-product .product-wrapper.quickview .product-container .product-gallery .gallery-container .main-gallery {
  background-color: var(--primary-white-color);
}
.main-product .product-wrapper.quickview .product-container .product-gallery .gallery-container .main-gallery .lightbox-trigger {
  right: 13px;
}
@media only screen and (max-width: 991.98px) {
  .main-product .product-wrapper.quickview .product-container .product-gallery .gallery-container .main-gallery .lightbox-trigger {
    display: none;
  }
}
.main-product .product-wrapper.quickview .product-container .product-gallery .gallery-container .main-gallery .product-badges {
  left: 0;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper.quickview .product-container .product-gallery .gallery-container .thumb-gallery {
    display: none;
  }
}
.main-product .product-wrapper.quickview .product-container .product-gallery .gallery-container .thumb-gallery .thumb-swiper {
  width: calc(100% - 40px);
}
.main-product .product-wrapper.quickview .product-container .product-gallery .gallery-container .thumb-gallery .swiper-button-next {
  right: 0px !important;
}
.main-product .product-wrapper.quickview .product-container .product-details-wrapper {
  padding: 53px 32px 32px 32px;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper.quickview .product-container .product-details-wrapper {
    padding: 16px;
  }
}
.main-product .product-wrapper.quickview .product-container .product-details-wrapper .product-title-brand {
  flex-direction: column-reverse;
}
.main-product .product-wrapper.quickview .product-container .product-details-wrapper .product-title-brand .product-title h1 {
  font-size: 36px;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper.quickview .product-container .product-details-wrapper .product-title-brand .product-title h1 {
    font-size: 28px;
  }
}
.main-product .product-wrapper.quickview .product-container .product-details-wrapper .product-price-reviews {
  flex-direction: column-reverse;
  align-items: flex-start !important;
  gap: 8px !important;
}
.main-product .product-wrapper.quickview .product-container .product-details-wrapper .product-option-selector .option-title .sub-heading {
  font-size: 24px;
}
.main-product .product-wrapper.quickview .product-container .product-details-wrapper .product-option-selector .option-title .current-selected {
  font-size: 16px;
}
.main-product .product-wrapper.quickview .product-container .product-details-wrapper .product-stock-form-usps .product-form form {
  flex-direction: column;
  gap: 8px !important;
}
.main-product .product-wrapper.quickview .product-container .product-details-wrapper .product-stock-form-usps .product-form form .variant-price {
  width: 100%;
  text-align: left;
}
@media only screen and (max-width: 767.98px) {
  .main-product .product-wrapper.quickview .product-container .product-details-wrapper .product-stock-form-usps .product-form form .variant-price {
    font-size: 20px !important;
    font-weight: 500 !important;
  }
}
.main-product .product-wrapper.quickview .product-container .product-details-wrapper .product-stock-form-usps .product-form form .quantity-submit-wrapper {
  flex-direction: row;
}
.main-product .product-wrapper.quickview .product-container .product-details-wrapper .product-stock-form-usps > a {
  width: 100%;
}
