#main-product {
  position: relative;
}
#main-product .breadcrumbs {
  margin-bottom: 20px;
}
@media only screen and (min-width: 992px) {
  #main-product .breadcrumbs {
    margin-bottom: 40px;
  }
}
#main-product .product-full-width {
  position: relative;
}
@media only screen and (min-width: 992px) {
  #main-product .product-full-width {
    padding: 0 0 60px;
  }
}
@media only screen and (min-width: 1200px) {
  #main-product .product-full-width > .page-width {
    height: 100%;
  }
}
#main-product .product-flex {
  display: grid;
  grid-template-columns: 60% auto;
  gap: 50px;
}
@media only screen and (max-width: 767.98px) {
  #main-product .product-flex {
    grid-template-columns: 100%;
    gap: 0;
  }
}
@media (max-width: 767px) {
  #main-product .hide-mobile {
    display: none;
  }
}
#main-product .product-gallery {
  /* Mobile keeps swiper functionality */
}
@media (max-width: 767px) {
  #main-product .product-gallery .gallery-container {
    opacity: 0;
  }
}
#main-product .product-gallery .gallery-container {
  display: flex;
  opacity: 0;
  transition: all 0.3s;
  position: sticky;
  top: 105px;
}
#main-product .product-gallery .gallery-container[data-swiper-disabled=true] {
  opacity: 1;
}
#main-product .product-gallery .gallery-container[data-swiper-disabled=true] .main-gallery {
  width: 100%;
}
@media only screen and (max-width: 991.98px) {
  #main-product .product-gallery .gallery-container {
    flex-direction: column-reverse;
  }
}
@media only screen and (max-width: 767.98px) {
  #main-product .product-gallery .gallery-container {
    margin: 0 -1.5rem;
  }
}
@media (min-width: 768px) {
  #main-product .product-gallery .gallery-container {
    /* Pattern: 1st full width, 2nd & 3rd half, 4th full, 5th & 6th half, etc. */
  }
  #main-product .product-gallery .gallery-container[data-desktop-grid=true] .gridded-gallery .main-gallery-swiper {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  #main-product .product-gallery .gallery-container[data-desktop-grid=true] .non-gridded-gallery .main-gallery-swiper {
    display: grid !important;
    row-gap: 1rem;
  }
  #main-product .product-gallery .gallery-container[data-desktop-grid=true] .swiper-wrapper {
    display: contents !important;
  }
  #main-product .product-gallery .gallery-container[data-desktop-grid=true] .main-swiper-slide {
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
  }
  #main-product .product-gallery .gallery-container[data-desktop-grid=true] .gridded-gallery .main-swiper-slide:nth-child(3n+1) {
    grid-column: span 2;
  }
  #main-product .product-gallery .gallery-container[data-desktop-grid=true] .non-gridded-gallery .main-swiper-slide:nth-child(3n+1) {
    grid-column: span;
  }
  #main-product .product-gallery .gallery-container[data-desktop-grid=true] .swiper-pagination {
    display: none !important;
  }
}
#main-product .product-gallery .gallery-container .swiper-counter {
  position: absolute;
  bottom: 42px;
  right: 20px;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 400;
  z-index: 10;
  pointer-events: none;
  height: 36px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  #main-product .product-gallery .gallery-container .swiper-counter {
    display: none;
  }
}
#main-product .product-gallery .gallery-container .main-gallery {
  width: 100%;
  position: relative;
}
@media only screen and (max-width: 991.98px) {
  #main-product .product-gallery .gallery-container .main-gallery {
    width: 100%;
  }
}
#main-product .product-gallery .gallery-container .main-gallery .product-badges {
  width: unset;
  z-index: 99;
}
#main-product .product-gallery .gallery-container .main-gallery .product-badges .product-badge {
  width: -moz-max-content;
  width: max-content;
  font-size: 12px;
  padding: 7px 14px;
}
#main-product .product-gallery .gallery-container .main-gallery .gallery-image-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
  padding-bottom: 100%;
  z-index: 9;
}
#main-product .product-gallery .gallery-container .main-gallery .gallery-image-holder img, #main-product .product-gallery .gallery-container .main-gallery .gallery-image-holder video, #main-product .product-gallery .gallery-container .main-gallery .gallery-image-holder iframe, #main-product .product-gallery .gallery-container .main-gallery .gallery-image-holder model-viewer, #main-product .product-gallery .gallery-container .main-gallery .gallery-image-holder svg:not([lightbox-trigger] svg) {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-product .product-gallery .gallery-container .main-gallery .gallery-image-holder [lightbox-trigger] {
  opacity: 0;
  transition: ease all 1s;
}
#main-product .product-gallery .gallery-container .main-gallery .gallery-image-holder:hover [lightbox-trigger] {
  opacity: 1;
}
#main-product .product-gallery .gallery-container .main-gallery .first-slider-image .gallery-image-holder > img {
  max-width: 70%;
  height: auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 5px 5px 6px rgba(0, 0, 0, 0.5);
}
#main-product .product-gallery .gallery-container .main-gallery.no-box-shadow .first-slider-image .gallery-image-holder > img {
  box-shadow: unset;
}
#main-product .product-gallery .gallery-container .swiper-button-next, #main-product .product-gallery .gallery-container .swiper-button-prev {
  display: flex !important;
  color: transparent !important;
  border-radius: 50%;
  background-color: #fff;
  padding: 4px;
  width: 34px;
  height: 34px;
}
#main-product .product-gallery .gallery-container .swiper-button-next:after, #main-product .product-gallery .gallery-container .swiper-button-prev:after {
  display: none;
}
#main-product .product-gallery .gallery-container .swiper-button-next svg, #main-product .product-gallery .gallery-container .swiper-button-prev svg {
  width: 30px;
  height: 30px;
}
#main-product .product-gallery .gallery-container .swiper-button-next {
  right: 20px !important;
}
#main-product .product-gallery .gallery-container .swiper-button-prev {
  left: 20px !important;
}
#main-product .product-gallery .gallery-container .swiper-pagination {
  position: relative !important;
  margin-top: 20px;
  display: flex !important;
  justify-content: center !important;
  gap: 10px !important;
}
#main-product .product-gallery .gallery-container .swiper-pagination-bullet {
  flex: 1 !important;
  width: auto !important;
  max-width: 48px;
  height: 2px !important;
  border-radius: 2px !important;
  background: #d1d5db !important;
  opacity: 1 !important;
  transition: all 0.3s ease;
  margin: 0 !important;
}
#main-product .product-gallery .gallery-container .swiper-pagination-bullet-active {
  background: #000 !important;
}
#main-product .product-information {
  z-index: 99 !important;
}
#main-product .product-information .product-details {
  position: sticky;
}
@media only screen and (min-width: 992px) {
  #main-product .product-information .product-details {
    top: 120px;
    padding-top: 24px;
  }
}
@media only screen and (max-width: 991.98px) {
  #main-product .product-information {
    padding: 40px 0px;
    z-index: 999;
  }
}
#main-product .product-information .additional-description-info {
  padding-left: 1.8rem;
}
#main-product .product-information .product-additional-information {
  /* Tooltip underneath */
  /* Optional: ensure parent containers are positioned correctly */
}
#main-product .product-information .product-additional-information .info-item {
  font-family: Arial, sans-serif;
  font-size: 16px;
  color: #333;
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}
#main-product .product-information .product-additional-information .info-icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  border: 1px solid #aaa;
  border-radius: 50%;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
  cursor: pointer;
  padding: 0px;
  margin-left: 10px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  #main-product .product-information .product-additional-information .info-icon {
    position: relative;
  }
}
#main-product .product-information .product-additional-information .tooltip {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 130%; /* appears below the icon */
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
  color: #000;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  padding: 10px 15px;
  width: 220px;
  font-size: 12px;
  line-height: 1.2;
  transition: opacity 0.2s;
  z-index: 10;
  display: flex;
  flex-direction: column;
  align-items: start;
  text-align: left;
  /* Mobile fix: center within container and prevent overflow */
}
#main-product .product-information .product-additional-information .tooltip strong {
  text-decoration: underline;
  font-size: 12px;
  margin-bottom: 6px;
}
@media (max-width: 768px) {
  #main-product .product-information .product-additional-information .tooltip {
    left: 50%;
    right: auto;
    transform: translateX(-50%);
    max-width: calc(100vw - 40px); /* 20px padding on each side */
    width: auto;
    min-width: 220px;
  }
}
#main-product .product-information .product-additional-information .info-icon:hover .tooltip {
  visibility: visible;
  opacity: 1;
}
#main-product .product-information .product-additional-information .product-signed,
#main-product .product-information .product-additional-information .product-certification {
  position: relative;
  overflow: visible;
}
#main-product .product-information .product-additional-information .product-deets-extras {
  position: relative;
  overflow: visible;
}
#main-product .product-information .product-additional-information .info-icon {
  display: inline-block;
}
#main-product .product-information .small-description {
  font-size: 14px;
}
#main-product .product-information .small-description a {
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: underline;
}
@media only screen and (min-width: 992px) {
  #main-product .product-information {
    box-sizing: border-box;
    padding-left: 8px;
  }
}
#main-product .product-information .product-title-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 8px;
  text-transform: capitalize;
}
#main-product .product-information .product-title-wrapper h1 {
  font-size: 22px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  margin: 0;
}
@media only screen and (min-width: 992px) {
  #main-product .product-information .product-title-wrapper h1 {
    font-size: 22px;
  }
}
#main-product .product-information .product-title-wrapper .button-wishlist {
  display: block;
  width: 17px;
  height: 17px;
}
#main-product .product-information .product-title-wrapper .button-wishlist svg {
  display: block;
  width: 17px;
  height: 17px;
}
#main-product .product-information .product-title-wrapper .button-wishlist span {
  display: none;
}
#main-product .product-information .product-title-size {
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin: -20px 0 20px;
  line-height: 1;
  transform: translateY(2px);
}
@media only screen and (min-width: 992px) {
  #main-product .product-information .product-title-size {
    font-size: 15px;
  }
}
#main-product .product-information .product-title-size.hidden {
  display: none !important;
}
#main-product .product-information .product-title-artist {
  margin: 0 0 14px;
  font-size: 16px;
}
@media only screen and (min-width: 992px) {
  #main-product .product-information .product-title-artist {
    font-size: 18px;
  }
}
#main-product .product-information .product-title-artist a {
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media only screen and (min-width: 992px) {
  #main-product .product-information .product-title-artist a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 991.98px) {
  #main-product .product-information .product-title-artist a {
    display: block;
    font-weight: 500;
    margin-bottom: 4px;
  }
}
#main-product .product-information .product-title-artist a[href] {
  text-decoration: underline;
}
#main-product .product-information .product-title-artist a[href]:hover {
  text-decoration: none;
}
#main-product .product-information .product-deets {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 24px;
}
#main-product .product-information .product-deets.product-deets-staff-discount {
  align-items: flex-start;
}
#main-product .product-information .product-deets-size {
  display: flex;
  align-items: center;
  position: relative;
}
#main-product .product-information .product-deets-size div {
  letter-spacing: 0.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding-top: 8px;
  display: flex;
  align-items: center;
}
@media only screen and (min-width: 992px) {
  #main-product .product-information .product-deets-size div {
    font-size: 14px;
  }
}
#main-product .product-information .product-deets-size .pin {
  display: inline-block;
  width: 16px;
  margin-right: 10px;
}
#main-product .product-information .product-deets-size .pin svg {
  width: 16px;
  height: 22px;
}
#main-product .product-information .product-deets-extras {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 500;
  margin: 10px 0 0px;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  #main-product .product-information .product-deets-extras {
    font-size: 13px;
  }
}
#main-product .product-information .product-deets-extras .product-signed,
#main-product .product-information .product-deets-extras .product-certification {
  letter-spacing: 0.02em;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  font-size: 12px;
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  #main-product .product-information .product-deets-extras .product-signed,
  #main-product .product-information .product-deets-extras .product-certification {
    font-size: 13px;
  }
}
#main-product .product-information .product-deets-extras .product-signed div,
#main-product .product-information .product-deets-extras .product-certification div {
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  #main-product .product-information .product-deets-extras .product-signed div,
  #main-product .product-information .product-deets-extras .product-certification div {
    font-size: 13px;
  }
}
#main-product .product-information .product-deets-extras .product-signed .pin,
#main-product .product-information .product-deets-extras .product-certification .pin {
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 10px;
}
#main-product .product-information .product-deets-inner {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media only screen and (min-width: 992px) {
  #main-product .product-information .product-edition {
    font-size: 15px;
  }
}
#main-product .product-information .product-edition ul {
  display: block;
  font-size: 15px;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin: 0;
  transform: translateY(2px);
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}
#main-product .product-information .product-edition ul li {
  line-height: 1;
  margin: 6px 0px;
}
#main-product .product-information .product-availability {
  display: flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 400;
  margin: 0;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  #main-product .product-information .product-availability {
    font-size: 15px;
  }
}
#main-product .product-information .product-availability:before {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #6AF03B;
  margin-right: 7px;
}
#main-product .product-information .product-price {
  letter-spacing: 0.02em;
  font-weight: 700;
  margin-bottom: 36px;
  font-size: 18px;
}
#main-product .pre-order-message {
  background: #000;
  padding: 6px;
  margin-bottom: 12px;
  color: #fff;
}
#main-product .pre-order-message span {
  font-size: 14px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
#main-product .pre-order-message span svg {
  margin-right: 8px;
}
#main-product .ar-container {
  position: absolute;
  bottom: 20px;
  left: 20px;
  z-index: 9;
}
#main-product .ar-container button {
  background: #FFFFFF 0% 0% no-repeat padding-box !important;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137) !important;
  border: 0;
  padding: 8px 38px;
}
#main-product .product-wall-tabs {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translate(-50%, 0);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  z-index: 10;
  border-radius: 22px;
  padding: 4px;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  border: 0.5px solid #707070;
}
@media only screen and (max-width: 991.98px) {
  #main-product .product-wall-tabs {
    display: none;
  }
}
#main-product .product-wall-tabs .product-wall-tab {
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 100%;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
}
#main-product .product-wall-tabs .product-wall-tab.active {
  border-color: var(--primary-color);
}
#main-product .product-wall-tabs .product-wall-tab:hover {
  border-color: var(--primary-color);
}
#main-product .product-wall-bgs {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
#main-product .product-wall-bgs .product-wall-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
#main-product .product-wall-bgs .product-wall-bg.active {
  display: block;
}
#main-product .product-wall-bgs .product-wall-bg img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#main-product .product-form {
  display: flex;
  flex-direction: column;
}
#main-product .product-form .variant-selector-wrapper #product-id,
#main-product .product-form .variant-selector-wrapper .selector-wrapper {
  display: none !important;
}
#main-product .product-form .product-pullout-variants .radio-option {
  margin: 0 0 30px;
}
#main-product .product-form .product-pullout-variants .option-name {
  font-size: 14px;
  letter-spacing: 0.02em;
}
#main-product .product-form .product-pullout-variants .variant-radios {
  margin: 16px 0 0;
}
#main-product .product-form .product-pullout-variants .variant-select {
  position: relative;
  margin: 13px 0 0;
}
#main-product .product-form .product-pullout-variants .variant-select select {
  display: block;
  width: 100%;
  padding: 13px 16px;
  font-size: 14px;
  letter-spacing: 0.02em;
  border: 1px solid #9B9B9B;
  background-color: transparent;
  border-radius: 0;
  -webkit-appearance: none;
}
#main-product .product-form .product-pullout-variants .variant-select select:focus {
  outline: none;
  border-color: var(--primary-color);
}
#main-product .product-form .product-pullout-variants .variant-select:after {
  position: absolute;
  top: 18px;
  right: 16px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  pointer-events: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m2.793 4.412.707.707.707-.707L7 1.619 6.293.912 3.5 3.705.707.912 0 1.619l2.793 2.793Z' fill='%231B1B1B'/%3E%3C/svg%3E");
}
#main-product .product-form .product-pullout-variants .variant-radios-swatches {
  display: flex;
  gap: 16px;
}
#main-product .product-form .product-pullout-variants .variant-radios-swatches .variant-wrapper {
  position: relative;
  cursor: pointer;
}
#main-product .product-form .product-pullout-variants .variant-radios-swatches .variant-wrapper.disabled {
  opacity: 0.35;
  pointer-events: none;
}
#main-product .product-form .product-pullout-variants .variant-radios-swatches .variant-wrapper img {
  display: block;
  width: auto;
  height: 58px;
  margin: 0;
  cursor: pointer;
}
#main-product .product-form .product-pullout-variants .variant-radios-swatches .variant-wrapper input {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  -moz-appearance: none;
       appearance: none;
  -webkit-appearance: none;
  opacity: 0;
  cursor: pointer;
}
#main-product .product-form .product-pullout-variants .variant-radios-swatches .variant-wrapper input:disabled {
  opacity: 0.35;
  pointer-events: none;
}
#main-product .product-form .product-pullout-variants .variant-radios-swatches .variant-wrapper label {
  display: block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
  margin: 8px 0 0;
}
#main-product .product-form .product-pullout-variants .variant-radios-swatches .variant-wrapper input:checked + label {
  font-weight: 600;
  text-decoration: underline;
}
#main-product .product-form .product-pullout-variants .variant-radios-swatches .variant-wrapper:hover label {
  text-decoration: underline;
}
#main-product .product-form .product-pullout-variants .select-box {
  position: relative;
  display: block;
  width: 100%;
  font-size: 14px;
  color: #1B1B1B;
}
#main-product .product-form .product-pullout-variants .select-box__current {
  position: relative;
  cursor: pointer;
  outline: none;
  border: 1px solid #9B9B9B;
}
#main-product .product-form .product-pullout-variants .select-box__current.active + .select-box__list {
  opacity: 1;
  animation-name: none;
}
#main-product .product-form .product-pullout-variants .select-box__current.active + .select-box__list .select-box__option {
  cursor: pointer;
}
#main-product .product-form .product-pullout-variants .select-box__current.active .select-box__icon {
  transform: translateY(-50%) rotate(180deg);
}
#main-product .product-form .product-pullout-variants .select-box__icon {
  position: absolute;
  top: 50%;
  right: 16px;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  transform: translateY(-50%);
  pointer-events: none;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 7 6'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='m2.793 4.412.707.707.707-.707L7 1.619 6.293.912 3.5 3.705.707.912 0 1.619l2.793 2.793Z' fill='%231B1B1B'/%3E%3C/svg%3E");
}
#main-product .product-form .product-pullout-variants .select-box__value {
  display: flex;
}
#main-product .product-form .product-pullout-variants .select-box__input {
  display: none;
}
#main-product .product-form .product-pullout-variants .select-box__input:checked + .select-box__input-text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
}
#main-product .product-form .product-pullout-variants .select-box__input-text {
  display: none;
  width: 100%;
  margin: 0;
  padding: 15px;
  background-color: transparent;
}
#main-product .product-form .product-pullout-variants .select-box__input-text-img {
  padding: 7px 15px 5px 15px;
}
#main-product .product-form .product-pullout-variants .select-box__input-img {
  display: block;
  width: auto;
  height: auto;
  max-width: 40px;
  max-height: 58px;
  margin: 0;
}
#main-product .product-form .product-pullout-variants .select-box__list {
  position: absolute;
  width: 100%;
  padding: 0;
  list-style: none;
  opacity: 0;
  margin: 0;
  z-index: 9;
  animation-name: HideList;
  animation-duration: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
  animation-timing-function: step-start;
  box-shadow: 0 15px 30px -10px rgba(0, 0, 0, 0.1);
}
#main-product .product-form .product-pullout-variants .select-box__option {
  display: block;
  padding: 15px;
  background-color: #fff;
}
#main-product .product-form .product-pullout-variants .select-box__option.disabled {
  color: #adadad;
}
#main-product .product-form .product-pullout-variants .select-box__option:hover, #main-product .product-form .product-pullout-variants .select-box__option:focus {
  color: #1b1b1b;
  background-color: #eeeeee;
}
#main-product .product-form .product-pullout-variants .select-box__option-img {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 14px;
  padding: 7px 15px 5px 15px;
  background-color: #fff;
}
#main-product .product-form .product-pullout-variants .select-box__option-img.disabled img {
  opacity: 0.35;
}
#main-product .product-form .product-pullout-variants .select-box__option-img img {
  display: block;
  width: 30px;
  height: auto;
  margin: 0;
}
#main-product .product-form .product-pullout-variants .select-box__option-img:hover, #main-product .product-form .product-pullout-variants .select-box__option-img:focus {
  color: #1b1b1b;
  background-color: #eeeeee;
}
@keyframes HideList {
  from {
    transform: scaleY(1);
  }
  to {
    transform: scaleY(0);
  }
}
#main-product .product-form .product-submit-wrapper {
  padding: 10px 0;
}
@media only screen and (min-width: 992px) {
  #main-product .product-form .product-submit-wrapper {
    padding: 16px 0;
    padding-bottom: 0;
  }
}
#main-product .product-form .product-submit-wrapper .button-request {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  box-sizing: border-box;
  font-weight: 400;
}
@media only screen and (min-width: 992px) {
  #main-product .product-form .product-submit-wrapper .button-request {
    font-size: 16px;
  }
}
#main-product .product-form .product-submit-wrapper .button-request svg {
  margin-left: 10px;
  width: 18px;
}
#main-product .product-form .product-submit-wrapper .button-request svg path {
  fill: transparent;
  stroke: white;
}
#main-product .product-form .product-submit-wrapper .button-request:hover svg path {
  fill: transparent;
  stroke: var(--primary-color);
}
#main-product .product-form .product-submit-wrapper button[type=submit] {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: var(--primary-color);
  color: white;
}
@media only screen and (min-width: 992px) {
  #main-product .product-form .product-submit-wrapper button[type=submit] {
    font-size: 16px;
  }
}
#main-product .product-form .product-submit-wrapper button[type=submit]:hover {
  background: white;
  border-color: white;
  color: var(--primary-color);
}
#main-product .product-form .product-submit-wrapper button[type=submit]:hover svg path {
  fill: var(--primary-color);
}
#main-product .product-form .product-submit-wrapper button[type=submit] svg {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}
#main-product .product-form .product-submit-wrapper button[type=submit] svg path {
  fill: white;
}
#main-product .product-form .product-form-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 12px;
  letter-spacing: 0.02em;
  padding: 13px 0;
  cursor: pointer;
}
@media only screen and (min-width: 992px) {
  #main-product .product-form .product-form-link {
    font-size: 12px;
  }
}
#main-product .product-form .product-form-link:first-child {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#main-product .product-form .product-form-link.product-form-link-variations {
  display: block;
}
#main-product .product-form .product-form-link.product-form-link-variations > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#main-product .product-form .product-form-link.product-form-link-variations > div.product-variant-images {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  gap: 16px;
  margin-top: 16px;
}
#main-product .product-form .product-form-link.product-form-link-variations > div.product-variant-images img {
  display: block;
  margin: 0;
  max-height: 50px;
  width: auto;
}
#main-product .product-form .product-form-link:hover span {
  transform: translateX(7px);
}
#main-product .product-form .product-form-link span {
  display: flex;
  align-items: center;
  font-size: 12px;
  letter-spacing: 0.02em;
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
@media only screen and (min-width: 992px) {
  #main-product .product-form .product-form-link span {
    font-size: 15px;
  }
}
#main-product .product-form .product-form-link span svg {
  width: 12px;
  height: 12px;
  margin-right: 8px;
}
#main-product .product-form .product-form-link span svg path {
  stroke: var(--primary-color);
}
#main-product .product-form .product-form-link.no-border {
  border-bottom: none;
}
#main-product .product-form .product-form-link svg {
  width: 10px;
  height: 10px;
}
#main-product .product-form .product-form-link.question-button {
  text-align: center;
  justify-content: center;
  border: 0;
  padding: 15px 0px;
  font-size: 14px;
  font-weight: 200;
}
#main-product .product-form .product-form-link.consultant-button {
  text-align: center;
  justify-content: center;
  width: 100%;
  margin-top: 15px;
}
#main-product .product-form .oos-notification {
  box-sizing: border-box;
  width: 100%;
  position: relative;
  text-align: center;
  pointer-events: none;
  opacity: 0.7;
  /*
  @include from-md {
    padding: 16px 20px 20px; 
  }
  */
}
#main-product .product-form .oos-notification p {
  font-size: 12px;
  line-height: 1.75;
  margin: 0 0 12px;
  letter-spacing: 0.02em;
}
#main-product .product-form .oos-notification p strong {
  font-size: 12px;
  line-height: 1.75;
  letter-spacing: 0.02em;
  font-weight: 500;
}
#main-product .product-form .oos-notification label {
  display: none;
}
#main-product .product-form .oos-notification input[type=email] {
  padding: 16px;
  width: 100%;
  box-sizing: border-box;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: var(--primary-color);
  border: none;
  border-bottom: 1px solid var(--primary-color);
}
#main-product .product-form .oos-notification input[type=email]::-moz-placeholder {
  color: var(--primary-color);
}
#main-product .product-form .oos-notification input[type=email]::placeholder {
  color: var(--primary-color);
}
#main-product .product-form .oos-notification input[type=email]:focus {
  outline: none;
}
#main-product .product-form .oos-notification input[type=submit] {
  display: block;
  position: absolute;
  right: 6px;
  bottom: 16px;
  text-indent: -9999px;
  height: 40px;
  width: 40px;
  padding: 0;
  margin: 0;
  cursor: pointer;
  background-color: transparent;
  border: none;
  background-size: 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 17 12'%3E%3Cpath d='M10.435 1.076 16 6.166l-5.565 5.092M0 6.167h15.768' stroke='%231B1B1B' stroke-width='.807'/%3E%3C/svg%3E");
  transition: transform cubic-bezier(0.19, 1, 0.22, 1) 1s;
}
@media only screen and (min-width: 992px) {
  #main-product .product-form .oos-notification input[type=submit] {
    right: 24px;
    bottom: 26px;
  }
}
#main-product .product-form .oos-notification input[type=submit]:hover {
  transform: translateX(8px);
}
#main-product .item-avail {
  display: flex;
  margin-bottom: 2px;
  font-size: 12px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
@media only screen and (min-width: 768px) {
  #main-product .item-avail {
    font-size: 14px;
  }
}
#main-product .item-avail .pin {
  width: 18px;
  height: 12px;
  display: flex;
  margin-right: 8px;
  justify-content: center;
  align-items: center;
}
#main-product .text-color-white {
  color: white;
}
#main-product .text-color-white *, #main-product .text-color-white h1 {
  color: white;
}
#main-product .text-color-white .button-wishlist path {
  stroke: white;
}
#main-product .text-color-white .button-wishlist:hover path {
  fill: white;
}
#main-product .text-color-white .product-form .product-form-link {
  border-color: rgba(255, 255, 255, 0.1);
}
#main-product .text-color-white .product-form .product-form-link > svg path {
  fill: white;
}
#main-product .text-color-white .product-form .product-form-link span > svg path {
  stroke: white;
}
#main-product .text-color-white .product-form .product-form-link.product-form-link-variations > div > svg path {
  fill: white;
}
#main-product .text-color-white .product-form .product-form-link.product-form-link-variations > div span > svg path {
  stroke: white;
}
#main-product .text-color-white .product-wall-tabs .product-wall-tab:hover,
#main-product .text-color-white .product-wall-tabs .product-wall-tab.active {
  border-color: white;
}
#main-product .text-color-white .product-gallery .product-gallery-button-next:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 19'%3E%3Cpath stroke='%23ffffff' d='M0 9.5h28M18.646 18.646l9-9M18.646.354l9 9'/%3E%3C/svg%3E");
}
#main-product .text-color-white .product-gallery .product-gallery-button-prev:after {
  background-image: url("data:image/svg+xml,%3Csvg fill='none' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 19'%3E%3Cpath stroke='%23ffffff' d='M28 9.5H0M9.354 18.646l-9-9M9.354.354l-9 9'/%3E%3C/svg%3E");
}
#main-product .text-color-white .product-deets-size svg,
#main-product .text-color-white .product-deets-extras svg {
  overflow: visible;
  width: 100%;
}
#main-product .text-color-white .product-deets-size svg path,
#main-product .text-color-white .product-deets-size svg line,
#main-product .text-color-white .product-deets-extras svg path,
#main-product .text-color-white .product-deets-extras svg line {
  stroke: #ffffff;
}
#main-product .text-color-white .product-deets-size svg path #Path_45,
#main-product .text-color-white .product-deets-size svg path #Path_46,
#main-product .text-color-white .product-deets-size svg path #Path_47,
#main-product .text-color-white .product-deets-size svg line #Path_45,
#main-product .text-color-white .product-deets-size svg line #Path_46,
#main-product .text-color-white .product-deets-size svg line #Path_47,
#main-product .text-color-white .product-deets-extras svg path #Path_45,
#main-product .text-color-white .product-deets-extras svg path #Path_46,
#main-product .text-color-white .product-deets-extras svg path #Path_47,
#main-product .text-color-white .product-deets-extras svg line #Path_45,
#main-product .text-color-white .product-deets-extras svg line #Path_46,
#main-product .text-color-white .product-deets-extras svg line #Path_47 {
  stroke: #000000;
}
#main-product .text-color-white .item-avail svg g path {
  fill: #fff;
}
#main-product .product-fixed-submit .mobile-product-wrapper {
  display: none;
}
@keyframes fade-slide-in {
  0% {
    opacity: 0;
    transform: translate(0, 100%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translate(0%, 0%);
  }
}
@keyframes fade-slide-out {
  0% {
    opacity: 1;
    transform: translate(0%, 0%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    transform: translate(0, 100%);
  }
}
#main-product .product-fixed-submit.product-fixed-submit--sticky-out {
  animation: fade-slide-out 0.15s ease-in-out forwards;
}
#main-product .product-fixed-submit.product-fixed-submit--sticky-in {
  animation: fade-slide-in 0.15s ease-in-out forwards;
}
#main-product .product-fixed-submit.product-fixed-submit--sticky {
  position: fixed;
  inset: auto 0 0 0;
  width: 100%;
  background: white;
  padding: 0 16px;
  box-sizing: border-box;
  border-top: 1px solid #e5e5e5;
  z-index: 9999;
  transition: all 0.15s ease-in-out;
}
@media only screen and (min-width: 992px) {
  #main-product .product-fixed-submit.product-fixed-submit--sticky {
    padding-bottom: 16px;
  }
}
#main-product .product-fixed-submit.product-fixed-submit--sticky .product-submit-wrapper {
  display: flex;
}
#main-product .product-fixed-submit.product-fixed-submit--sticky .product-submit-wrapper .mobile-product-wrapper {
  display: block;
  flex: 1;
}
#main-product .product-fixed-submit.product-fixed-submit--sticky .product-submit-wrapper button {
  width: auto !important;
}
#main-product .product-fixed-submit.product-fixed-submit--sticky .product-submit-wrapper button svg {
  display: none !important;
}
#main-product .product-fixed-submit.product-fixed-submit--sticky .product-submit-wrapper .product-title {
  font-size: 14px !important;
}
#main-product .product-fixed-submit.product-fixed-submit--sticky .product-submit-wrapper .product-price {
  font-size: 14px !important;
  font-weight: 500 !important;
}
@media only screen and (min-width: 992px) {
  #main-product.height-auto .product-full-width {
    height: auto;
    min-height: calc(100vh - 92px);
  }
}
@media only screen and (min-width: 992px) {
  #main-product.height-auto .product-flex {
    padding-top: 140px;
    height: auto;
    min-height: calc(100vh - 92px);
  }
}

/* Product page AR CSS */
.hidesizetextforar,
#ar-button {
  display: none;
}

#ar-modal #ar-qr-modal-content p a {
  font-weight: 600;
  text-decoration: underline;
}

.product-usps {
  display: flex;
  flex-direction: column;
  margin: 36px 0;
}

.product-usp {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.usp-icon img {
  width: 24px;
  height: 24px;
  -o-object-fit: contain;
     object-fit: contain;
}

.usp-text {
  font-size: 14px;
  color: #000;
}

#product-information {
  scroll-margin-top: 100px;
}

.delivery-info {
  margin-bottom: 0 !important;
}

.delivery-info .delivery-block .icon {
  margin-right: 0 !important;
}

.delivery-info .delivery-block .delivery-info .title {
  font-weight: 500 !important;
}

#product-fixed-bar {
  position: fixed;
  bottom: 0;
  opacity: 0;
  pointer-events: none;
  transition: opacity cubic-bezier(0.19, 1, 0.22, 1) 1.5s;
  background: white;
  box-shadow: 0 37px 50px rgba(0, 0, 0, 0.1);
  padding: 16px 0;
  border-top: 1px solid #e3e3e3;
  width: 100%;
}
#product-fixed-bar.show {
  bottom: 0;
  z-index: 99;
  opacity: 1;
  pointer-events: all;
}
#product-fixed-bar .product-fixed-bar-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media only screen and (max-width: 575.98px) {
  #product-fixed-bar .product-fixed-bar-inner {
    flex-flow: row wrap;
  }
}
#product-fixed-bar .product-fixed-bar-left {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media only screen and (max-width: 575.98px) {
  #product-fixed-bar .product-fixed-bar-left {
    width: 100%;
    flex: 1;
  }
}
#product-fixed-bar .product-fixed-bar-left .pre-order-message {
  background: #000;
  padding: 3px 6px;
  margin-bottom: 12px;
  color: #fff;
  width: 160px;
}
#product-fixed-bar .product-fixed-bar-left .pre-order-message span {
  font-size: 12px;
  display: flex;
  align-items: center;
  font-weight: 500;
}
#product-fixed-bar .product-fixed-bar-left .pre-order-message span svg {
  margin-right: 8px;
}
#product-fixed-bar .product-fix-bar-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: auto;
}
#product-fixed-bar .product-fix-bar-title .button-wishlist {
  width: 22px;
  height: 22px;
}
#product-fixed-bar .product-fix-bar-title .button-wishlist svg {
  width: 22px;
  height: 22px;
}
#product-fixed-bar .product-fix-bar-title .button-wishlist span {
  display: none;
}
#product-fixed-bar .product-fix-bar-title h3 {
  margin: 0;
  margin-right: 40px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.02em;
  color: var(--primary-color);
  flex: none;
}
#product-fixed-bar .product-fix-bar-author {
  display: flex;
  align-items: center;
  gap: 24px;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
}
#product-fixed-bar .product-fix-bar-author a {
  display: block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
}
#product-fixed-bar .product-fix-bar-author a:hover {
  text-decoration: underline;
}
#product-fixed-bar .product-fix-bar-author .product-price,
#product-fixed-bar .product-fix-bar-author .product-edition {
  display: block;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.02em;
}
#product-fixed-bar .product-fixed-bar-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
  width: 50%;
}
@media only screen and (max-width: 575.98px) {
  #product-fixed-bar .product-fixed-bar-right {
    flex: 100%;
    width: 100%;
    margin-top: 20px;
  }
}
#product-fixed-bar .product-fixed-bar-right .button {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-weight: 400;
}
@media only screen and (max-width: 575.98px) {
  #product-fixed-bar .product-fixed-bar-right .button {
    width: 100%;
    justify-content: center;
  }
}
#product-fixed-bar .product-fixed-bar-right .button svg {
  margin: 0;
  width: 6px;
  margin-left: 8px;
}
#product-fixed-bar .product-fixed-bar-right .button.disabled {
  pointer-events: none;
}
#product-fixed-bar .product-fixed-bar-right .button.js-product-fixed-open-contact svg path {
  fill: transparent;
}
#product-fixed-bar .product-fixed-bar-right .button.js-product-fixed-open-contact:hover svg path {
  stroke: var(--primary-color);
}
#product-fixed-bar .product-fixed-bar-right .button-3 svg {
  display: block;
  width: 14px;
  height: 14px;
  margin-left: 10px;
}

inbox-online-store-chat {
  transition: all 0.15s ease-in-out;
}

body:has(.product-fixed-submit--sticky) inbox-online-store-chat {
  bottom: 80px !important;
}

inbox-online-store-chat {
  transition: all 0.15s ease-in-out;
}

body:has(#product-fixed-bar.show) inbox-online-store-chat {
  bottom: 80px !important;
}
@media only screen and (max-width: 575.98px) {
  body:has(#product-fixed-bar.show) inbox-online-store-chat {
    bottom: 140px !important;
  }
}
