#main-product-container {
  position: relative;
  isolation: isolate;
  max-width: 100%;
  z-index: 20;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container {
    overflow: hidden;
  }
}
#main-product-container .mobile-breadcrumbs {
  display: none;
}
#main-product-container .mobile-breadcrumbs .breadcrumbs {
  padding: 0;
}
#main-product-container .breadcrumbs ul li,
#main-product-container .breadcrumbs ul li a {
  color: var(--accent-1-color);
}
#main-product-container .breadcrumbs ul li[aria-current],
#main-product-container .breadcrumbs ul li a[aria-current] {
  color: var(--text-primary-color);
}
@media (max-width: 768px) {
  #main-product-container .desktop-breadcrumbs {
    display: none;
  }
}
#main-product-container #main-product {
  display: grid;
  grid-template-columns: repeat(2, calc(50% - min(2.5%, 59px)));
  gap: min(5%, 118px);
  padding-top: 40px;
  scroll-margin-top: 140px;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product {
    grid-template-columns: 100%;
    gap: 0;
    padding: 0;
  }
}
#main-product-container #main-product .gallery {
  z-index: 10;
}
#main-product-container #main-product .gallery .gallery-container {
  display: flex;
  opacity: 0;
  transition: all 0.3s;
  position: sticky;
  top: 105px;
  gap: 10px 16px;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .gallery .gallery-container {
    flex-direction: column-reverse;
  }
}
#main-product-container #main-product .gallery .gallery-container .thumb-gallery {
  width: calc(14% - 8px);
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .gallery .gallery-container .thumb-gallery {
    width: 100%;
  }
}
#main-product-container #main-product .gallery .gallery-container .thumb-gallery .swiper-slide.thumb {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0.6;
}
#main-product-container #main-product .gallery .gallery-container .thumb-gallery .swiper-slide.thumb .gallery-image-holder {
  width: 100%;
  height: 100%;
}
#main-product-container #main-product .gallery .gallery-container .thumb-gallery .swiper-slide.thumb.swiper-slide-thumb-active {
  opacity: 1;
}
#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 :hover {
  cursor: pointer;
}
#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;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-product-container #main-product .gallery .gallery-container .main-gallery {
  width: calc(86% - 8px);
  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;
  top: 0;
  left: 0;
  bottom: unset;
}
#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: 5.5px 10px;
}
#main-product-container #main-product .gallery .gallery-container .main-gallery .lightbox-trigger {
  position: absolute;
  top: 10px;
  right: 190px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  transition: all 0.1s;
}
#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;
  fill: #000;
  position: static;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .gallery .gallery-container .main-gallery .lightbox-trigger {
    top: 10px;
    right: 10px;
    width: 21px;
  }
}
#main-product-container #main-product .gallery .gallery-container .main-gallery .swiper-slide.main-swiper-slide.swiper-slide-active .gallery-image-holder {
  opacity: 1;
}
#main-product-container #main-product .gallery .gallery-container .main-gallery .swiper-slide.main-swiper-slide .gallery-image-holder {
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 131.8181818182%;
}
#main-product-container #main-product .gallery .gallery-container .main-gallery .swiper-slide.main-swiper-slide .gallery-image-holder img,
#main-product-container #main-product .gallery .gallery-container .main-gallery .swiper-slide.main-swiper-slide .gallery-image-holder video,
#main-product-container #main-product .gallery .gallery-container .main-gallery .swiper-slide.main-swiper-slide .gallery-image-holder iframe,
#main-product-container #main-product .gallery .gallery-container .main-gallery .swiper-slide.main-swiper-slide .gallery-image-holder model-viewer,
#main-product-container #main-product .gallery .gallery-container .main-gallery .swiper-slide.main-swiper-slide .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: transparent;
  padding: 6px;
  width: 34px;
  height: 34px;
  margin-top: unset;
  position: static;
}
#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 .gallery-nav-btns {
  position: absolute;
  background: #ededeb;
  opacity: 0.8;
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.0823529412));
  inset: 0 0 auto auto;
  z-index: 2;
  display: flex;
  height: 50px;
  min-width: 168px;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .gallery .gallery-container .gallery-nav-btns {
    display: none;
  }
}
#main-product-container #main-product .gallery .gallery-container .gallery-nav-btns .swiper-pagination {
  position: static;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
#main-product-container #main-product .gallery .gallery-container .gallery-nav-btns .swiper-pagination .swiper-pagination-current,
#main-product-container #main-product .gallery .gallery-container .gallery-nav-btns .swiper-pagination .swiper-pagination-total {
  font-size: 12px;
  font-weight: 300;
}
#main-product-container #main-product .gallery .gallery-container .gallery-nav-btns .swiper-pagination.swiper-pagination-fraction {
  width: -moz-fit-content;
  width: fit-content;
}
#main-product-container #main-product .gallery .gallery-container.no-pagination .swiper-slide .lightbox-trigger {
  inset: 10px 10px auto auto;
}
#main-product-container #main-product .product-information .content a {
  text-decoration: underline;
}
#main-product-container #main-product .product-information .content a:hover {
  color: #000000;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information {
    width: 100%;
  }
}
@media only screen and (min-width: 992px) {
  #main-product-container #main-product .product-information {
    padding: 0;
    margin: 0;
  }
}
#main-product-container #main-product .product-information #full-description {
  scroll-margin-top: 100px;
}
#main-product-container #main-product .product-information .product-details {
  display: grid;
  grid-template-columns: 100%;
}
#main-product-container #main-product .product-information .product-details .klayivo-notify-me {
  display: none;
}
#main-product-container #main-product .product-information .product-details .klayivo-notify-me .pg-oos-banner-form {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 10px 16px;
  width: 70%;
  position: relative;
  margin-top: 20px;
}
#main-product-container #main-product .product-information .product-details .klayivo-notify-me .pg-oos-banner-form .form-message {
  display: none;
  padding: 20px;
}
@media only screen and (min-width: 992px) {
  #main-product-container #main-product .product-information .product-details .klayivo-notify-me .pg-oos-banner-form .form-message {
    width: 100%;
    margin-top: 10px !important;
  }
}
#main-product-container #main-product .product-information .product-details .klayivo-notify-me .pg-oos-banner-form .form-message.success {
  display: flex;
  border: 1px solid #000000;
}
#main-product-container #main-product .product-information .product-details .klayivo-notify-me .pg-oos-banner-form .form-message.error {
  display: flex;
  border: 1px solid #ff0000;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .product-details .klayivo-notify-me .pg-oos-banner-form {
    flex-direction: column;
    gap: 20px;
    justify-content: start;
    align-items: center;
    width: 100%;
  }
}
#main-product-container #main-product .product-information .product-details .klayivo-notify-me .pg-oos-banner-form input[type=email] {
  width: 70%;
  padding: 20px 16px;
  font-size: 12px;
  letter-spacing: 0.84px;
  min-width: 200px;
  flex: 2;
  border: 1px solid #d4d1cb;
  height: 40px;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .product-details .klayivo-notify-me .pg-oos-banner-form input[type=email] {
    width: 100%;
    flex: 1;
  }
}
#main-product-container #main-product .product-information .product-details .klayivo-notify-me .pg-oos-banner-form .pg-oos-banner-anchor-mobile {
  display: none;
  margin-top: 10px;
  font-size: 12px;
  color: #000;
  text-decoration: underline;
  margin-left: 10px;
  letter-spacing: 0.96px;
  flex: 1;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .product-details .klayivo-notify-me .pg-oos-banner-form .pg-oos-banner-anchor-mobile {
    display: block;
    font-size: 12px;
    letter-spacing: 0.84px;
  }
}
#main-product-container #main-product .product-information .product-details .product-title-wrapper {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-right: 40px;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .product-details .product-title-wrapper {
    margin: 36px auto 0;
  }
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .product-details .product-title-wrapper {
    padding: 0 30px;
  }
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .product-details .product-title-wrapper .title-reviews {
    width: 100%;
    text-align: center;
  }
}
#main-product-container #main-product .product-information .product-details .product-title-wrapper .title-reviews .variant-prices-container + .messaging-wrapper {
  margin-top: 20px;
}
#main-product-container #main-product .product-information .product-details .product-title-wrapper .title-reviews .variant-prices-container + .messaging-wrapper * {
  font-size: 14px;
  font-weight: 300;
  color: var(--accent-1-color);
  margin-bottom: 5px;
}
#main-product-container #main-product .product-information .product-details .product-title-wrapper .title-reviews .messaging-entry {
  margin-top: 25px;
}
#main-product-container #main-product .product-information .product-details .product-title-wrapper .product-title {
  margin-bottom: 30px;
  font-family: "nimbus-roman", serif;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  #main-product-container #main-product .product-information .product-details .product-title-wrapper .product-title {
    font-size: 1.75rem;
    line-height: 1;
    letter-spacing: 0.105rem;
  }
}
@media only screen and (max-width: 767.98px) {
  #main-product-container #main-product .product-information .product-details .product-title-wrapper .product-title {
    text-align: center;
  }
}
#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-title-wrapper .button-wishlist {
  width: 18px;
  height: 18px;
  position: absolute;
  inset: 0 0 auto auto;
}
#main-product-container #main-product .product-information .product-details .product-title-wrapper .button-wishlist svg {
  width: 18px;
}
#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 .excerpt {
  font-weight: 300;
}
#main-product-container #main-product .product-information .product-details .product-description-container .product-desc {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: var(--accent-1-color);
  font-weight: 300;
  line-height: 1.88;
}
#main-product-container #main-product .product-information .product-details .product-description-container .product-desc p:first-of-type {
  margin-top: 0;
}
#main-product-container #main-product .product-information .product-details .product-description-container .product-desc,
#main-product-container #main-product .product-information .product-details .product-description-container .product-desc * {
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  #main-product-container #main-product .product-information .product-details .product-description-container .product-desc,
  #main-product-container #main-product .product-information .product-details .product-description-container .product-desc * {
    font-size: 12px;
  }
}
#main-product-container #main-product .product-information .product-details .product-description-container .full *,
#main-product-container #main-product .product-information .product-details .product-description-container .excerpt * {
  font-weight: 300;
}
#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: 15px;
  cursor: pointer;
  width: -moz-max-content;
  width: max-content;
  color: #000;
  display: block;
  font-weight: 300;
  margin: 15px auto 0;
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  #main-product-container #main-product .product-information .product-details .product-description-container .read-more {
    font-size: 12px;
    line-height: 1.8;
    margin: 10px 0 0 0;
  }
}
#main-product-container #main-product .product-information .pdp-blocks {
  margin-top: 15px;
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block .tabbed-collection-section .collection-sliders-wrapper {
    padding-inline: 20px;
  }
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .tabbed-collection-section .collection-sliders-wrapper .collection-sliders-container {
  padding-inline: 0;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .tabbed-collection-section .collection-sliders-wrapper .collection-sliders-container .top-tab-collection-part {
  padding-inline: 0;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block .tabbed-collection-section .collection-sliders-wrapper .collection-sliders-container .top-tab-collection-part {
    padding-inline: 20px;
  }
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .tabbed-collection-section .collection-sliders-wrapper .collection-sliders-container .top-tab-collection-part .collection-top-tabs {
  justify-content: space-between;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .tabbed-collection-section .collection-sliders-wrapper .collection-sliders-container .top-tab-collection-part .collection-top-tabs .top-tab-btn {
  font-family: "nimbus-roman", serif;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .pdp-block-heading {
  margin-bottom: 15px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper {
  display: grid;
  grid-template-columns: 100%;
  gap: 20px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card {
  display: flex;
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card {
    gap: 8px;
  }
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-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 .ctl-wrapper .ctl-product-card .ctl-product-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-image .button-wishlist {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 18px;
  cursor: pointer;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-image .button-wishlist svg {
  width: 18px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-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 .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 .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 .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-details .product-title-price {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-details .product-title-price .product-sale-price,
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-details .product-title-price .product-sale-price {
  font-size: 14px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-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;
  font-size: 12px;
  margin-top: 4px;
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-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 .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form .variant-selector-wrapper .selector-wrapper {
  width: calc(50% - 5px);
  margin: 0;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-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 .ctl-wrapper .ctl-product-card .ctl-product-form-container .ctl-product-form .variant-selector-wrapper .selector-wrapper select {
  width: 100%;
  border-radius: 15px;
  border: none;
  padding: 4px 8px;
  background-color: #eee;
  color: var(--text-primary-color);
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .cta-banner {
  padding: 30px 40px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block .cta-banner {
    flex-direction: column;
  }
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .cta-banner > div {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block .cta-banner > div {
    text-align: center;
    justify-content: center;
  }
}
#main-product-container #main-product .product-information .pdp-blocks .pdp-block .cta-banner .cta-banner-link a {
  display: block;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .pdp-blocks .pdp-block .cta-banner .cta-banner-link a {
    width: 60%;
    margin: 0 auto;
  }
}
#main-product-container #main-product .product-information .product-information-container {
  padding-top: 10px;
}
#main-product-container #main-product .product-information .product-information-container .content {
  padding: 0;
}
#main-product-container #main-product .product-information .product-information-container .content .product-sku {
  margin-top: 20px;
}
#main-product-container #main-product .product-information .product-information-container .content table {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: auto;
  border-collapse: collapse;
  margin: 15px 0;
}
#main-product-container #main-product .product-information .product-information-container .content table tr td:first-child {
  min-width: 100px;
  white-space: nowrap;
}
#main-product-container #main-product .product-information .product-information-container .content table td {
  padding: 10px 15px;
}
#main-product-container #main-product .product-information .product-information-container .content *:not(.collection-tags, .collection-tag, table) {
  margin: 0;
  font-size: 1rem;
  color: #737373;
}
#main-product-container #main-product .product-information .accordion {
  padding: 20px 0;
  text-transform: uppercase;
}
#main-product-container #main-product .product-information .accordion.active + .panel {
  padding-bottom: 32px;
}
#main-product-container #main-product .product-information .panel {
  color: var(--accent-1-color);
  border-bottom: 1px solid #d1d1d1;
  line-height: 1.625;
}
#main-product-container #main-product .product-information .panel .content h2 {
  font-size: 44px;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  font-weight: 500;
}
#main-product-container #main-product .product-information .panel .content h3 {
  font-family: "acumin-pro", sans-serif;
  font-size: 32px;
  text-transform: uppercase;
  font-weight: 500;
}
#main-product-container #main-product .product-information .panel .content h4 {
  font-family: "acumin-pro", sans-serif;
  font-size: 24px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  font-weight: 500;
}
#main-product-container #main-product .product-information .panel .content p {
  margin-bottom: 15px;
}
#main-product-container #main-product .product-information .panel .content hr {
  margin-top: 20px;
  margin-bottom: 20px;
}
#main-product-container #main-product .product-information .add-to-cart-mobile {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background-color: #1c1c1c;
  text-align: center;
  font-size: 16px;
  border: none;
  outline: none;
  cursor: pointer;
  letter-spacing: 0px;
  color: #fcfcfc;
  text-transform: uppercase;
}
@media only screen and (min-width: 992px) {
  #main-product-container #main-product .product-information .add-to-cart-mobile {
    display: none;
  }
}
#main-product-container #main-product .product-information .product-submit-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  gap: 16px;
  padding: 0;
}
#main-product-container #main-product .product-information .product-submit-wrapper .quantity-select {
  padding: 0;
}
#main-product-container #main-product .product-information .product-submit-wrapper .quantity-select > * {
  display: flex;
  align-items: center;
  width: 36px;
  height: 34px;
  font-weight: 400;
  font-size: 14px;
}
@media only screen and (max-width: 575.98px) {
  #main-product-container #main-product .product-information .product-submit-wrapper .quantity-select > * {
    width: 29px;
  }
}
#main-product-container #main-product .product-information .product-submit-wrapper .add-to-cart {
  background: #000;
}
@media only screen and (max-width: 991.98px) {
  #main-product-container #main-product .product-information .product-submit-wrapper .add-to-cart {
    padding: 13px 30px;
  }
}
#main-product-container #main-product .product-information .product-submit-wrapper .add-to-cart input {
  letter-spacing: 2.52px;
  color: #ffffff;
  font-weight: 400;
  font-size: 13px;
  text-transform: uppercase;
}
#main-product-container #main-product .product-information .product-submit-wrapper label[add-to-cart-label] input {
  font-size: 13px;
}
#main-product-container #main-product .product-information .collection-tags {
  margin: 15px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
#main-product-container #main-product .product-information .collection-tags a.collection-tag {
  font-size: 12px;
  color: #737373;
  background: #fff;
  border: solid 1px #e2e1df;
  padding: 3px 4px;
  text-decoration: none;
  line-height: 1.3;
}
#main-product-container #main-product .product-information .collection-tags a.collection-tag:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

#main-product .complete-the-look {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
  isolation: isolate;
  margin-top: 40px;
}
@media only screen and (min-width: 768px) {
  #main-product .complete-the-look .quick-add-trigger {
    opacity: 1;
  }
}
@media only screen and (max-width: 767.98px) {
  #main-product .complete-the-look .quick-add-trigger.mobile {
    opacity: 1;
  }
}
@media only screen and (min-width: 992px) {
  #main-product .complete-the-look::before {
    content: "";
    pointer-events: none;
    width: calc(100vw - 100%);
    height: 100%;
    position: absolute;
    inset: 0 auto 0 0;
    translate: -100% 0;
    background: white;
    z-index: 2;
  }
}
#main-product .complete-the-look .collection-sliders-wrapper {
  position: relative;
  z-index: -1;
}
#main-product .complete-the-look .top-tab-collection-part {
  display: flex;
  justify-content: space-between;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  #main-product .complete-the-look .top-tab-collection-part.mobile-only {
    justify-content: flex-end;
  }
  #main-product .complete-the-look .top-tab-collection-part.mobile-only .collection-top-tabs {
    display: none;
  }
}
#main-product .complete-the-look .top-tab-collection-part .collection-top-tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none; /* Internet Explorer 10+ */
  gap: 30px;
  width: 100%;
}
#main-product .complete-the-look .top-tab-collection-part .collection-top-tabs::-webkit-scrollbar {
  display: none; /* WebKit browsers */
}
#main-product .complete-the-look .top-tab-collection-part .collection-top-tabs .heading-title {
  font-size: 20px;
  color: var(--text-primary-color);
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 992px) {
  #main-product .complete-the-look .top-tab-collection-part .collection-top-tabs {
    gap: 47px;
  }
  #main-product .complete-the-look .top-tab-collection-part .collection-top-tabs .top-tab-btn {
    font-size: 24px;
    letter-spacing: 3px;
  }
}
#main-product .complete-the-look .top-tab-collection-part .slider-nav-wrapper {
  display: none;
}
@media only screen and (min-width: 992px) {
  #main-product .complete-the-look .top-tab-collection-part .slider-nav-wrapper {
    display: block;
  }
}
#main-product .complete-the-look .top-tab-collection-part .collection-slider-nav {
  display: flex;
  flex-shrink: 0;
  width: 125px;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
#main-product .complete-the-look .top-tab-collection-part .collection-slider-nav button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  margin: 0;
  transform: translateY(2px);
}
#main-product .complete-the-look .top-tab-collection-part .collection-slider-nav .collection-slider-pagination {
  width: 36px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  position: absolute;
  height: 20px;
  inset: 50% auto auto 50%;
  translate: -50% -50%;
  gap: 7px;
}
#main-product .complete-the-look .top-tab-collection-part .collection-slider-nav .collection-slider-pagination p,
#main-product .complete-the-look .top-tab-collection-part .collection-slider-nav .collection-slider-pagination span {
  font-family: "acumin-pro", sans-serif;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.42px;
  font-weight: 300;
}
#main-product .complete-the-look .collection-sliders-wrapper .collection-side-tabs {
  display: none;
}
#main-product .complete-the-look .collection-sliders-container {
  width: 100%;
  padding: 0;
  position: relative;
  flex: 4;
}
#main-product .complete-the-look .collection-sliders-container .visually-hidden {
  visibility: hidden;
}
#main-product .complete-the-look .collection-sliders-container .tabbed-collections-slider {
  overflow: visible;
}

.sticky-add-to-cart {
  position: fixed;
  inset: auto 0 -1px 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100vw;
  min-height: 50px;
  color: #fff;
  background-color: #000;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.158rem;
  text-transform: uppercase;
  font-family: "acumin-pro", sans-serif;
  translate: 0 100%;
  transition: all 0.2s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .sticky-add-to-cart {
    display: none;
  }
}
.sticky-add-to-cart.visible {
  translate: 0;
}
.sticky-add-to-cart.disabled {
  color: #000;
  background-color: #ededeb;
}
