/** Shopify CDN: Minification failed

Line 1263:8 Unexpected "}"

**/
.product .product__info-container {
  width: 100%;
  height: 100%;
  transition: var(--duration-default);
  display: flex;
  gap: 3.6rem 7.6rem;
  margin-bottom: 2.2rem;
}
@media screen and (max-width: 1125px) {
  .product .product__info-container {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1100px) and (max-width: 1200px) {
  .product .product__info-container {
    flex-wrap: nowrap;
  }
}
@media screen and (min-width: 990px) and (max-width: 992px) {
  .product .product__info-container {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 989px) {
  .product .product__info-container {
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 635px) {
  .product .product__info-container {
    flex-wrap: wrap;
  }
}
@media (min-width: 990px) {
  .main-product .product .product__info-container {
    width: 100%;
    margin-bottom: 0;
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
    justify-content: flex-start;
    align-items: stretch;
  }

  .main-product .product .product__info-container--col,
  .main-product .product .product__info-container--col:first-child {
    max-width: none;
    width: 100%;
    min-width: 0;
    flex: 0 0 auto;
  }
}
@media (max-width: 1360px) {
  .product .product__info-container {
    gap: 3rem;
  }
}
@media (max-width: 990px) {
  .product .product__info-container {
    justify-content: center;
  }
}
@media (max-width: 576px) {
  .product .product__info-container {
    margin-bottom: 0;
  }
}
.product .product__info-container--col {
  width: 100%;
}
.product .product__info-container--col .animated-link__underline--reverse {
  color: rgba(var(--color-foreground));
}
.product .product__info-container--col .animated-link__underline--reverse::after {
  content: "";
  bottom: 0;
}
/* @media screen and (max-width: 1360px) {
  .product .product__info-container--col {
    max-width: 330px;
  }
  .product .product__info-container--col:first-child {
    max-width: 330px;
  }
}
@media screen and (min-width: 1360px) {
  .product .product__info-container--col {
    max-width: 340px;
  }
  .product .product__info-container--col:first-child {
    max-width: 455px;
  }
}
@media screen and (max-width: 1200px) {
  .product .product__info-container--col {
    max-width: 440px;
  }
  .product .product__info-container--col:first-child {
    max-width: 440px;
  }
} */
@media screen and (max-width: 635px) {
  .product .product__info-container--col {
    max-width: 480px !important;
  }
}
.product .product__info-container--col .buy-box__wrapper {
  margin-bottom: 2.6rem;
}
.product .product__info-container--col .buy-box__wrapper .price--product {
  font-size: 2.8rem;
}
.product .product__info-container--col .buy-box__wrapper .price-item {
  font-size: 20px;
}
.product .product__title__wrapper {
  margin-bottom: 0.2rem;
}
.product .product__title__wrapper.badges-type--inline .badge {
  color: rgb(var(--color-foreground-secondary));
  background: transparent;
  width: max-content;
  padding: 0;
  vertical-align: top;
}
.product .product__title__wrapper.badges-type--block .badge {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}
.product .custom__badge--wrapper {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 1rem;
  margin-top: 0.6rem;
}
.product .product__title {
  word-break: break-word;
  margin: 0;
  margin-bottom: 0.2rem;
  position: relative;
  font-weight: 700;
  font-size: 2.8rem;
  line-height: 1.5;
  font-family: var(--font-body-family);
  text-transform: var(--font-heading-card-transform);
}
.product__title__wrapper.badges-type--inline .product .product__title {
  display: inline;
}
.product .product__text {
  display: block;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0.2rem;
}
.product .product__description {
  font-size: 1.5rem !important;
  line-height: 120% !important;
  font-weight: 400;
  color: rgb(var(--color-foreground));
  margin: 0.8rem 0 2rem;
  position: relative;
}
@media (min-width: 750px) {
  .product .product__description {
    font-size: 1.8rem !important;
    margin: 3.2rem 0 4rem;
  }
}
.product .product__description h1,
.product .product__description h2,
.product .product__description h3,
.product .product__description h4,
.product .product__description h5,
.product .product__description h6 {
  margin: 0 0 1.6rem 0;
}
.product .product__description p {
  margin: 0.8rem 0;
  line-height: 120% !important;
}
.product .product__description li {
  font-size: 1.5rem !important;
}
@media (min-width: 750px) {
  .product .product__description li {
    font-size: 1.8rem !important;
  }
}
.product .product__description ol {
  padding-left: 2.4rem !important;
}
.product .product__description img {
  max-width: 100% !important;
  margin: 0 !important;
}
.product .product__description a {
  color: rgb(var(--color-foreground));
}
.product .product__description a:hover {
  cursor: pointer;
}
.product .main-product__short-desc {
  margin: 0;
  font-size: 1.8rem;
  margin-bottom: 3.2rem;
  font-weight: 400;
  max-width: 39.1rem;
}
@media screen and (max-width: 1200px) {
  .product .main-product__short-desc {
    max-width: 44rem;
  }
}
.product .main-product__short-desc p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: clip;
}
.product .main-product__short-desc .short-desc__read-more-link {
  color: rgb(var(--color-foreground-secondary));
}
@media screen and (max-width: 750px) {
  .product .main-product__short-desc {
    margin-bottom: 1rem;
  }
}
.product .main-product__long-desc {
  margin-bottom: 8rem;
  font-size: 2.2rem;
}
@media screen and (max-width: 990px) {
  .product .main-product__long-desc {
    margin-bottom: 4rem;
  }
}
.product .main-product__long-desc iframe {
  width: 100%;
  height: 300px;
  border: none;
  border-radius: var(--border-radius-main);
}
@media screen and (min-width: 1100px) {
  .product .main-product__long-desc iframe {
    height: 600px;
  }
}
.product .main-product__long-desc img {
  display: block;
}
.product .main-product__long-desc p {
  max-width: 763px;
  display: inline-block;
  font-size: 2.2rem;
  margin-top: 0;
}
@media screen and (max-width: 576px) {
  .product .main-product__long-desc p {
    font-size: 1.6rem;
  }
}
.product .main-product__long-desc p:has(img) {
  max-width: unset;
  margin-bottom: 8rem;
}
@media screen and (max-width: 990px) {
  .product .main-product__long-desc p:has(img) {
    max-width: 4rem;
    margin-bottom: 4rem;
  }
}
.product .main-product__long-desc p:has(img) img {
  border-radius: var(--border-radius-main);
  max-width: -webkit-fill-available;
  max-width: 100%;
}
.product .main-product__long-desc div img {
  max-width: -webkit-fill-available;
}
.product .main-product__long-desc p:has(img) {
  max-width: 1440px;
}
.product .main-product__long-desc p:has(img) img {
  border-radius: var(--border-radius-main);
  max-width: -webkit-fill-available;
  max-width: 100%;
}
.product .main-product__long-desc a {
  position: relative;
  text-decoration: none;
  color: inherit;
  display: inline-block;
  color: rgb(var(--color-accent));
}
.product .main-product__long-desc a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.1rem;
  width: 100%;
  height: 1px;
  background-color: currentColor;
  transform: scaleX(1);
  transform-origin: left;
  transition: transform 0.3s ease-in-out;
}
.product .main-product__long-desc a:hover::after {
  transform: scaleX(0);
}
.product .product-parameters {
  margin: 0.8rem 0;
  margin-bottom: 2.4rem;
  pointer-events: all;
  user-select: none;
}
.product .product-parameters variant-radios,
.product .product-parameters variant-selects {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.product .product-parameters .product-form__group-wrapper {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: column;
  gap: 0.8rem;
}
.product .product-parameters .select {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  color: rgb(var(--color-foreground-secondary));
  position: relative;
}
.product .product-parameters .select__select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: rgb(var(--color-foreground-secondary));
  border-radius: var(--border-radius-button);
  border: none;
  height: 3.2rem;
  min-height: 0;
  padding-right: 3.2rem;
  transition: color var(--duration-default);
  cursor: pointer;
  text-align: left;
  background: transparent;
  font-size: 1.5rem;
}
.product .product-parameters .select__select option {
  background-color: rgb(var(--color-background));
  padding: 2px 6px;
}
.product .product-parameters .select__select:hover {
  color: rgb(var(--color-foreground));
}
.product .product-parameters .select__select:hover + .icon-caret {
  color: rgb(var(--color-foreground));
}
.product .product-parameters .select__select:focus-visible, .product .product-parameters .select__select:focus {
  outline: none;
  outline-offset: 0.1rem;
  box-shadow: none;
}
.product .product-parameters .select .icon-caret {
  position: absolute;
  top: 0.7rem;
  right: 0;
  bottom: 0;
  pointer-events: none;
  transition: color var(--duration-default);
  color: rgb(var(--color-accent));
}
.product .view-full-details__link {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgb(var(--color-foreground-secondary)) !important;
}

.product-specs__short p {
  margin: 0;
  font-size: 1.2rem;
  margin-bottom: 0.8rem;
}
.product-specs__short .specs-list__item {
  margin-bottom: 0.8rem;
}
.product-specs__short .specs-list__item h6 {
  font-size: 1.4rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.4rem;
  font-family: var(--font-body-family) !important;
}
.product-specs__short .specs-list__item p {
  font-size: 1.2rem;
  margin: 0;
  font-weight: 400;
  border-bottom: 0.1rem solid rgba(var(--color-border));
  padding-bottom: 0.8rem;
  color: rgb(var(--color-foreground));
}
.product-specs__short .specs-list__item:last-of-type p {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.product-specs__short .specs-short__link {
  color: rgb(var(--color-accent)) !important;
  font-size: 1.4rem;
  font-weight: 400;
}

.product-specs__long {
  padding: 8rem 0;
}
@media screen and (max-width: 576px) {
  .product-specs__long {
    padding: 5.6rem 0;
  }
}
.product-specs__long h4 {
  margin: 0;
  font-size: 1.4rem;
  margin-bottom: 0.8rem;
  color: rgb(var(--color-accent));
}
.product-specs__long h2 {
  margin: 0;
}
.product-specs__long .specs-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0 1.6rem;
}
@media screen and (max-width: 576px) {
  .product-specs__long .specs-list {
    grid-template-columns: 1fr;
  }
}
.product-specs__long .specs-list__item {
  margin-bottom: 1.7rem;
  max-width: 57.3rem;
}
.product-specs__long .specs-list__item h5 {
  font-size: 1.6rem;
  font-weight: 700;
  margin: 0;
  margin-bottom: 0.4rem;
  font-family: var(--font-body-family) !important;
}
.product-specs__long .specs-list__item p {
  font-size: 1.6rem;
  margin: 0;
  font-weight: 400;
  border-bottom: 0.1rem solid rgba(var(--color-border));
  color: rgb(var(--color-foreground));
  padding-bottom: 0.8rem;
}
.product-specs__long .specs-list__item:nth-last-child(-n+1) {
  margin-bottom: 0;
}
.product-specs__long .specs-list__item:nth-last-child(-n+1) p {
  border-bottom: none;
  padding-bottom: 0;
}
@media screen and (min-width: 576px) {
  .product-specs__long .specs-list__item:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .product-specs__long .specs-list__item:nth-last-child(-n+2) p {
    border-bottom: none;
    padding-bottom: 0;
  }
}

.main-product__instructions h4 {
  color: rgb(var(--color-accent));
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  margin-bottom: 0.8rem;
}
.main-product__instructions h2 {
  margin: 0;
  margin-bottom: 2.4rem;
  font-size: 4rem;
  font-weight: 600;
}
.main-product__instructions ul {
  padding: 0;
  margin-bottom: 0;
}
.main-product__instructions ul li {
  display: flex;
  justify-content: space-between;
  max-width: 40rem;
  width: 100%;
  list-style: none;
  margin-bottom: 1.8rem;
}
@media screen and (max-width: 750px) {
  .main-product__instructions ul li {
    max-width: 100%;
  }
}
.main-product__instructions ul li .download-link-wrapper {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.main-product__instructions ul li .download-link-wrapper a {
  white-space: nowrap;
}
.main-product__instructions ul li span {
  font-family: var(--font-heading-family);
  font-style: var(--font-heading-style);
  font-weight: var(--font-heading-weight);
  line-height: var(--font-heading-line-height);
  color: rgb(var(--color-foreground-secondary));
}
.main-product__instructions ul li svg {
  color: rgb(var(--color-accent));
  width: 1.7rem;
  height: 1.7rem;
}
.main-product__instructions ul li a {
  color: rgb(var(--color-accent));
  display: flex;
  gap: 1.5rem;
  align-items: center;
  font-size: 1.6rem;
  font-weight: 700;
}
.main-product__instructions ul li a:after {
  content: "";
  bottom: 0;
}
.main-product__instructions ul li:last-child {
  margin-bottom: 0;
}

 .buy-box {
  border-radius: var(--border-radius-main);
  background-color: rgb(var(--color-background-tertiary));
  padding: 2.4rem 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
  margin-bottom: 1rem;
} 
 /* .buy-box {
    border-radius: var(--border-radius-main);
    background-color: rgb(32 10 37);
    padding: 0;
    display: flex;
    flex-direction: column;
    gap: 1.2rem;
    margin-bottom: 1rem;
} */
@media screen and (min-width: 990px) {
  .buy-box {
    gap: 2.4rem;
  }
}
.buy-box .product__buy-buttons {
  margin: 0;
}
.buy-box .price-wrapper {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.buy-box .price-wrapper.visibility-hidden {
  width: 0;
  height: 0;
  margin: 0;
}
.buy-box .price-wrapper .price__sale {
  font-size: 2rem;
  font-weight: 400;
  flex-wrap: wrap;
}
@media screen and (max-width: 576px) {
  .buy-box .price-wrapper .price__sale {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 1100px) {
  .buy-box .price-wrapper .price__sale {
    font-size: 2.8rem;
  }
}
.buy-box .price-wrapper .price--product {
  padding-right: 0.8rem;
  width: auto;
}
.buy-box .quantity {
  background-color: rgb(var(--color-background));
}
.buy-box .installment-wrapper {
  margin: 0;
  font-size: 1.2rem !important;
}
.buy-box .product__tax {
  width: 100%;
  font-size: 1.2rem;
  margin: 0;
  color: rgb(var(--color-foreground-secondary));
}
.buy-box .product__tax a {
  text-decoration: none;
  color: rgb(var(--color-foreground));
  transition: opacity var(--duration-default);
}
.buy-box .product__tax a:hover {
  cursor: pointer;
}

.product__inventory {
  padding-left: 3.8rem;
  margin-bottom: 2.6rem;
}
.product__inventory.visibility-hidden {
  width: 0;
  height: 0;
  margin-bottom: 0;
}
.product__inventory-inner {
  font-size: 1.4rem;
  font-weight: 400;
  color: rgb(var(--color-foreground));
}

.stock-bar-wrapper {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 1.6rem 0;
  margin-bottom: 0.8rem;
}
.stock-bar-wrapper .message__out-of-stock {
  color: #ff2d08;
  font-size: 1.4rem;
  font-weight: 400;
}
.stock-bar-wrapper .stock-bar {
  height: 4px;
  background: rgb(var(--color-background-tertiary));
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
}
.stock-bar-wrapper .stock-bar-fill {
  height: 100%;
  transition: width 0.4s ease;
}
.stock-bar-wrapper.green .stock-bar-fill {
  background-color: #8aff00;
}
.stock-bar-wrapper.green svg {
  color: #8aff00;
}
.stock-bar-wrapper.yellow .stock-bar-fill {
  background-color: #ffc107;
}
.stock-bar-wrapper.yellow svg {
  color: #ffc107;
}
.stock-bar-wrapper.red .stock-bar-fill {
  background-color: #ff2d2d;
}
.stock-bar-wrapper.red svg {
  color: #ff2d2d;
}

.product__inventory-inner {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: rgb(var(--color-foreground));
}

.main-product__countdown {
  margin-bottom: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.main-product__countdown .main-product__countdown--heading {
  color: rgb(var(--color-foreground-secondary));
  margin: 0;
  text-transform: var(--font-heading-text-transform);
}
.main-product__countdown .countdown__main {
  justify-content: center;
  background-color: rgb(var(--color-background-tertiary));
  align-items: center;
  max-height: 4.4rem;
}
.main-product__countdown .countdown__main .countdown__block {
  font-size: calc(var(--font-countdown-scale) * 2rem);
}

.pickup-availability .pickup-availability-preview {
  display: flex;
  gap: 2rem;
  margin: 1rem 0;
  padding: 1.7rem 3.4rem;
  border: 0.1rem solid rgb(var(--color-border));
  border-radius: var(--border-radius-main);
  display: flex;
  align-items: start;
  gap: 2rem;
}
.pickup-availability .icon-wrapper {
  margin-top: 1.5rem;
}
.pickup-availability .icon-wrapper.box-icon svg {
  width: 2rem;
  height: 2rem;
}
.pickup-availability svg {
  color: rgb(var(--color-accent));
}
.pickup-availability .pickup-availability-info {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.2rem;
}
.pickup-availability .caption-large {
  font-size: 1.6rem;
  font-weight: 400;
  max-width: 22.7rem;
}
.pickup-availability .pickup-availability-button {
  font-size: 1.4rem;
  font-weight: 400;
}

.express-shipping {
  margin: 1rem 0;
  padding: 1.7rem 3.4rem;
  border: 0.1rem solid rgb(var(--color-border));
  border-radius: var(--border-radius-main);
  display: flex;
  align-items: start;
  gap: 2rem;
}
.express-shipping .icon-wrapper {
  margin-top: 1.5rem;
}
.express-shipping svg {
  color: rgb(var(--color-accent));
  width: 1.8rem;
  height: 1.8rem;
}
.express-shipping .icon-express-shipping {
  width: 2.4rem !important;
}
.express-shipping .pickup-availabilit__heading {
  margin: 0;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--color-foreground-secondary));
  margin-bottom: 0.2rem;
  line-height: 1.5;
}
.express-shipping .pickup-availabilit__btn-name {
  font-size: 1.4rem;
  font-weight: 400;
  margin: 0;
  margin-top: 0.2rem;
  color: rgb(var(--color-foreground));
  line-height: 1.3;
}
.express-shipping:first-child + * {
  border-top: 0;
  margin-top: 0;
  padding-top: 0;
}

.express-shipping-modal__dialog {
  background-color: rgb(var(--color-background-secondary)) !important;
}
.express-shipping-modal__dialog .pickup__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.6rem;
  background: rgb(var(--color-background));
  border-radius: 5px;
  margin-bottom: 0.8rem;
  gap: 2rem;
  align-items: center;
}
.express-shipping-modal__dialog .pickup__wrapper p {
  margin: 0;
}
.express-shipping-modal__dialog .pickup__wrapper .pickup-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: rgb(var(--color-foreground-secondary));
}
.express-shipping-modal__dialog .pickup__wrapper .pickup-price {
  color: rgb(var(--color-accent));
  font-size: 1.6rem;
  font-weight: 700;
}
.express-shipping-modal__dialog .pickup-description {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--color-foreground));
  padding: 0 1.6rem;
  margin: 0;
  margin-bottom: 2.4rem;
}
.express-shipping-modal__dialog .standard__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.6rem;
  background: rgb(var(--color-background));
  border-radius: 5px;
  margin-bottom: 0.8rem;
  gap: 2rem;
  align-items: center;
}
.express-shipping-modal__dialog .standard__wrapper p {
  margin: 0;
}
.express-shipping-modal__dialog .standard__wrapper .standard-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: rgb(var(--color-foreground-secondary));
}
.express-shipping-modal__dialog .standard__wrapper .standard-price {
  color: rgb(var(--color-foreground-secondary));
  font-size: 1.6rem;
  font-weight: 700;
}
.express-shipping-modal__dialog .standard__wrapper .standard-days {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--color-foreground));
}
.express-shipping-modal__dialog .standard-description {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--color-foreground));
  padding: 0 1.6rem;
  margin: 0;
  margin-bottom: 2.4rem;
}
.express-shipping-modal__dialog .express__wrapper {
  display: flex;
  justify-content: space-between;
  padding: 1rem 1.6rem;
  background: rgb(var(--color-background));
  border-radius: 5px;
  margin-bottom: 0.8rem;
  gap: 2rem;
  align-items: center;
}
.express-shipping-modal__dialog .express__wrapper p {
  margin: 0;
}
.express-shipping-modal__dialog .express__wrapper .express-title {
  font-size: 1.8rem;
  font-weight: 600;
  color: rgb(var(--color-foreground-secondary));
}
.express-shipping-modal__dialog .express__wrapper .express-price {
  color: rgb(var(--color-foreground-secondary));
  font-size: 1.6rem;
  font-weight: 700;
}
.express-shipping-modal__dialog .express__wrapper .express-days {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--color-foreground));
}
.express-shipping-modal__dialog .express-description {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgb(var(--color-foreground));
  padding: 0 1.6rem;
  margin: 0;
}

.tabs-lava-lamp {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  padding: 0.4rem;
  border-radius: var(--border-radius-button);
  background-color: rgb(var(--color-background-tertiary));
  width: fit-content;
  margin: 0;
  margin-bottom: 4px;
}
.tabs-lava-lamp li {
  list-style-type: none;
  background-color: transparent;
  border-radius: var(--border-radius-button);
  list-style: none;
  cursor: pointer;
  padding: 0.6rem 1.6rem;
}
@media screen and (hover: hover) and (pointer: fine) {
  .tabs-lava-lamp li.active-hover a {
    color: rgb(var(--color-button-text));
  }
}
.tabs-lava-lamp li a {
  font-size: 1.6rem;
  text-decoration: none;
  color: rgba(var(--color-foreground));
  font-weight: 600;
  white-space: nowrap;
  transition: color 500ms;
}
@media screen and (hover: hover) and (pointer: fine) {
  .tabs-lava-lamp:has(.active-hover) li.active:not(.active-hover) a {
    color: rgba(var(--color-foreground));
  }
}
.tabs-lava-lamp li:not(#tabs-lava-lamp-blob) {
  z-index: 1;
}
.tabs-lava-lamp li#tabs-lava-lamp-blob {
  position: absolute;
  background-color: rgb(var(--color-accent));
  color: rgb(var(--color-button-text));
  height: 3.6rem;
  z-index: 0;
  pointer-events: none;
}
.tabs-lava-lamp li#tabs-lava-lamp-blob a {
  color: rgb(var(--color-button-text));
}
.tabs-lava-lamp li#tabs-lava-lamp-blob:not(.blob-initialized) {
  left: 0.4rem;
  opacity: 0;
}
.tabs-lava-lamp li:hover a {
  color: rgb(var(--color-button-text));
}
@media screen and (max-width: 750px) {
  .tabs-lava-lamp li:hover a {
    color: rgb(var(--color-foreground));
  }
}
.tabs-lava-lamp li.active a {
  color: rgb(var(--color-button-text));
}

.tabs-lava-lamp [role=tab]:focus {
  outline: 2px solid currentColor;
  outline-offset: 4px;
}

.sticky-tabs {
  position: relative;
  top: 0;
  z-index: 100;
  background: transparent;
  transition: top 0.3s ease;
}

.sticky-tabs.is-fixed {
  position: fixed;
  left: 0;
  top: 1rem;
  width: 100%;
}
@media screen and (min-width: 1100px) {
  .sticky-tabs.is-fixed {
    left: auto;
    padding: 0;
    max-width: 1400px;
  }
}

.product__info-navigations--wrapper .product__info-navigations--container.right-shadow::after {
  content: "";
  position: absolute;
  top: 0;
  right: -6px;
  width: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 999;
  background: linear-gradient(to left, rgb(var(--color_shadow)) 0%, rgb(var(--color_shadow), 0) 100%);
}

.core-benefit {
  margin: 1rem 0 1.5rem;
}

.core-benefit p {
  margin: 0;
  font-size: 1.05rem;
  line-height: 1.5;
  /* font-weight: 600; */
}

@media screen and (min-width: 990px) {
  .product__info-navigations--wrapper .product__info-navigations--container.right-shadow::after {
    display: none;
  }
}

.product__info-app-block {
  margin: 0.8rem 0 1.2rem;
  position: relative;
  z-index: 1;
}

.product__info-app-block + .product__info-app-block {
  margin-top: 0.8rem;
}

.product-benefits-grid {
  margin: 2rem 0 2.2rem;
}

.product-benefits-grid__heading {
  margin-bottom: 1.25rem;
  font-size: 25px;
  font-weight: 700;
  line-height: 1.2;
}

.product-benefits-grid__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.product-benefits-grid__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.product-benefits-grid__item:nth-child(2),
.product-benefits-grid__item:nth-child(4) {
  border-bottom: none;
}

.product-benefits-grid__icon-img {
  width: 1.5rem;
  height: 1.5rem;
}

.product-benefits-grid__content {
  min-width: 0;
}

.product-benefits-grid__title {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
}

.product-benefits-grid__text {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgb(var(--color-foreground-secondary));
}

@media screen and (max-width: 840px) {
  .product-benefits-grid__items {
    grid-template-columns: 1fr;
  }
}

.product-feature-grid {
  margin: 2rem 0 2.2rem;
}

.product-feature-grid__heading {
  margin-bottom: 1.25rem;
  font-size: 1.55rem;
  font-weight: 700;
  line-height: 1.2;
}

.product-feature-grid__items {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

.product-feature-grid__item {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.product-feature-grid__item:nth-child(2),
.product-feature-grid__item:nth-child(4) {
  border-bottom: none;
}

.product-feature-grid__icon {
  min-width: 3.2rem;
  height: 3.2rem;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(var(--color-foreground-tertiary), 0.08);
}

.product-feature-grid__icon-img {
  width: 1.5rem;
  height: 1.5rem;
}

.product-feature-grid__content {
  min-width: 0;
}

.product-feature-grid__title {
  margin: 0;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

.product-feature-grid__text {
  margin: 0.35rem 0 0;
  font-size: 0.95rem;
  line-height: 1.5;
  color: rgb(var(--color-foreground-secondary));
}

@media screen and (max-width: 840px) {
  .product-feature-grid__items {
    grid-template-columns: 1fr;
  }
}

.product__info-navigations--wrapper .product__info-navigations--container.left-shadow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -6px;
  width: 30px;
  height: 100%;
  pointer-events: none;
  z-index: 999;
  background: linear-gradient(to right, rgb(var(--color_shadow)) 0%, rgb(var(--color_shadow), 0) 100%);
}
@media screen and (min-width: 990px) {
  .product__info-navigations--wrapper .product__info-navigations--container.left-shadow::before {
    display: none;
  }
}
.product__info-navigations--wrapper.is-fixed .product__info-navigations--container.right-shadow::after {
  content: "";
  right: 13px;
}
.product__info-navigations--wrapper.is-fixed .product__info-navigations--container.left-shadow::before {
  content: "";
  left: 13px;
}
.product__info-navigations--wrapper.is-fixed .product__info-navigations--container {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.product__info-navigations--wrapper.is-fixed .product__info-navigations--container::before {
  content: "";
  right: 16px;
}

.sticky-tabs.is-fixed ul.tabs-lava-lamp {
  margin: 0;
}

.product__info-navigations--wrapper {
  transition: opacity 0.3s ease-in-out;
  overflow: hidden;
}
.product__info-navigations--wrapper .product__info-navigations--container {
  width: fit-content;
  max-width: 100%;
  overflow-x: auto;
  margin-top: 5.6rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 990px) {
  .product__info-navigations--wrapper .product__info-navigations--container {
    margin-top: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.product__info-navigations--wrapper .product__info-navigations--container::-webkit-scrollbar {
  width: 0.4rem;
  height: 0.4rem;
}
.product__info-navigations--wrapper .product__info-navigations--container::-webkit-scrollbar-thumb {
  background-color: rgb(var(--color-border));
  border-radius: 2rem;
}
@media screen and (hover: none) and (pointer: coarse) {
  .product__info-navigations--wrapper .product__info-navigations--container {
    scrollbar-width: none;
  }
  .product__info-navigations--wrapper .product__info-navigations--container::-webkit-scrollbar {
    display: none;
  }
}

.shopify-section-header-sticky:not(.shopify-section-header-hidden) ~ main .sticky-tabs.is-fixed {
  top: calc(var(--ann-height) + var(--header-height) + 1rem);
}

/* ===== TLS MARKETPLACE CUSTOM STYLES ===== */

/* --- Orange Add to Cart Button (main product page) --- */
.buy-box .product-form__submit,
.buy-box .product-form__submit.button,
.buy-box .product-form__submit.button--secondary {
  background: linear-gradient(to right, #F5A623, #E8471A) !important;
    border-color: #E8471A !important;
      color: #ffffff !important;
        /* font-weight: 700 !important; */
        }

        .buy-box .product-form__submit:hover {
            background: linear-gradient(to right, #E89B1A, #D43A10) !important;
              border-color: #D43A10 !important;
              }

              .buy-box .product-form__submit .button__label,
              .buy-box .product-form__submit .button__label::after {
                transform: none !important;
                  transition: none !important;
                  }
        }
/* --- Cart icon on ATC button --- */
.buy-box .product-form__submit .button__label::before {
  content: "\1F6D2\00A0";
}

/* --- Quantity below price + Price left of ATC --- */
.buy-box .product-form__buttons-row {
  display: flex !important;
  flex-direction: column !important;
  align-items: stretch !important;
  gap: 12px !important;
}

.buy-box .product-form__atc-row {
  width: 100% !important;
  display: flex !important;
  flex-wrap: wrap;
  gap: 12px !important;
}

.buy-box .product-form__price-inline {
  order: 0 !important;
}

/* .buy-box .product-form__input.product-form__quantity {
  order: 1 !important;
  width: 20% !important;
  max-width: 480px !important;
  margin: 0 auto !important;
  margin-left: 0 !important;
} */
.buy-box.container {
    margin: 0;
}
.buy-box .product-form__atc-row .button_wrapper {
  order: 2 !important;
}

.buy-box .product-form__input.product-form__quantity .quantity {
    height: 70%!important;
    margin-left: 20px;
    margin-top: 6px;
    /* border: 1px solid white; */
}

/* .buy-box .product-form__atc-row {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  width: 100% !important;
} */

.buy-box .product-form__price-inline {
  flex: 0 0 auto !important;
}

.buy-box .product-form__atc-row .button_wrapper {
  width: 100% !important;
  margin-left: auto !important;
}

.buy-box .product-form__atc-row .button_wrapper .product-form__submit {
  width: 100% !important;
}

/* --- Sticky ATC bar: price left, ATC button right --- */
.sticky-add-to-cart .sticky-add-to-cart__wrapper {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 16px !important;
}

.sticky-add-to-cart .sticky-add-to-cart__info {
  flex: 1 !important;
  min-width: 0 !important;
}

.sticky-add-to-cart .product-form__input.product-form__quantity {
  display: none !important;
}

.sticky-add-to-cart .product-form__submit {
  background-color: #FF6B00 !important;
  border-color: #FF6B00 !important;
  color: #ffffff !important;
  white-space: nowrap !important;
  min-width: 150px !important;
}

/* ===== END TLS CUSTOM STYLES ===== */


/* --- Fix text-transform: capitalize on ATC button --- */
.buy-box .product-form__submit .button__label,
.buy-box .product-form__submit .button__label span {
  text-transform: none !important;
  letter-spacing: normal !important;
}

/* --- Trust signals section --- */
.product-trust-signals {
  display: flex !important;
  flex-direction: column !important;
  gap: 8px !important;
  padding: 14px 0 8px 0 !important;
  margin-top: 4px !important;
      display: none !important;
}

.product-trust-signals .trust-item {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  font-size: 13px !important;
  color: #c8b9d9 !important;
  font-weight: 500 !important;
}

.product-trust-signals .trust-checkmark {
  color: #4CAF50 !important;
  font-size: 15px !important;
  flex-shrink: 0 !important;
}


/* --- Shop Now button hover effect --- */
.button--link {
  transition: transform 0.2s ease !important;
}

.button--link::before {
  transition: background-color 0.3s ease, box-shadow 0.3s ease !important;
}

.button--link:hover {
  transform: scale(1.05) !important;
}

.button--link:hover::before {
  background-color: #a855f7 !important;
  box-shadow: 0 0 20px rgba(168, 85, 247, 0.7) !important;
}
