.breadcrumb-shop,
.header-menu,
.logo-store,
.header-bottom,
.floating-buttons,
.contact-form-bottom,
#ladi-popupx-backdrop,
.header-bottom-new,
.menu-bar-bottom,
#site-header-top,
.ladi-popupx,
.row-left-list div:first-child ul,
.group-icon-cart-account {
  display: none !important;
}

body {
  background: linear-gradient(180deg, rgba(1, 23, 21, 0.5) 0%, rgba(1, 23, 21, 0.8) 25.41%, rgba(0, 36, 34, 0) 100%);
  place-self: center;
  width: 100% !important;
}

html {
  padding-bottom: 0 !important;
  background: #002422;
}

.social-footer img {
  background: white;
  border-radius: 100%;
}

@font-face {
  font-family: 'MTD Chalmers';
  src: url('https://file.hstatic.net/200000355853/file/mtd_chalmers_font.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
}

.playfair {
  font-family: "Playfair Display"
  , serif !important;
}

footer {
  background: #002422 !important;
}

#footer-wd span,
#footer-wd li,
#footer-wd a,
#footer-wd div,
#footer-wd p {
  color: white !important;
}

#footer-wd {
  border-top: 0 !important;
  margin-bottom: 30px !important;
}

#footer-wd svg {
  --fillcolor: white !important;
}

.header-heritage {
  padding: 30px;
  text-align: center;
  width: 100%;
  background: #002422;
  justify-self: center;
}

.chalmers {
  font-family: 'MTD Chalmers'
  , sans-serif !important;
}

.heritage-title {
  background: linear-gradient(to right, #E4AA40, #F6CB67);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  font-family: 'MTD Chalmers'
  , sans-serif !important;
}

.jemmia-loader-container {
  background: rgba(255, 255, 255, 0.4) !important;
}

.heritage-product {
  width: 100%;
  justify-items: center;
}

.heritage-product-container {
  padding: 28px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 1040px;
}
.heritage-product-showcase {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
}

.product-item-big {
  border: solid 1px white;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}

.product-item-big img.slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease;
  height: 100%;
}

.product-item-big img.slide.active {
  opacity: 1;
  z-index: 1;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  border: 2px solid rgba(255, 255, 255);
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: white;
  transition: all 0.3s ease;
  z-index: 10;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.prev-btn:hover,
.next-btn:hover {
  background: rgba(255, 255, 255, 0.3);
  border-color: white;
  color: white;
  transform: translateY(-50%) scale(1.1);
  box-shadow: 0 12px 35px rgba(255, 255, 255, 0.3);
}

.prev-btn:active,
.next-btn:active {
  transform: translateY(-50%) scale(0.95);
}
.prev-btn {
  left: 10px;
}
.next-btn {
  right: 10px;
}

.product-list-item {
  display: flex;
  justify-content: space-between;
  gap: 20px;
}

.product-list-item .thumb {
  border: solid 1px white;
  border-radius: 5px;
  opacity: 0.5;
  cursor: pointer;
  transition: opacity 0.3s;
  flex: 1;
}

.thumb-image {
  border-radius: 5px;
}

.product-list-item .thumb.active {
  opacity: 1;
}

.product-name {
  font-size: 36px;
  text-align: center;
  line-height: 40px;
}
.product-name-en {
  font-size: 32px;
  text-align: center;
  line-height: 34px;
}
.contact-wrapper {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}

.contact-wrapper__item {
  display: flex;
  gap: 4px;
  justify-content: center;
}

.contact-wrapper__item div,
.contact-wrapper__item a,
.contact-wrapper__item b {
  color: white;
  font-size: 14px;
}

.contact-wrapper__item a {
  text-decoration: underline;
}

.deposit-button {
  margin-top: 16px;
  display: flex;
  gap: 4px;
  padding: 12px;
  width: 100%;
  background: #355351;
  backdrop-filter: blur(6px);
  border: transparent;
  flex-direction: column;
}

.deposit-button__title {
  display: flex;
  gap: 8px;
  justify-content: center;
  align-items: center;
  color: white;
  font-weight: 700;
}

.deposit-button__subtitle {
  font-size: 12px;
  font-weight: 400;
  color: white;
  text-align: center;
}

.benefit-buying {
  display: flex;
  flex-direction: row;
  gap: 20px;
  margin-top: 20px;
  justify-content: space-around;
}

.benefit-buying__group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  justify-content: space-between;
}

.benefit-buying__group .benefit-buying__item {
  display: flex;
  flex-direction: row;
  gap: 4px;
}

.benefit-buying__item-icon {
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.benefit-buying__item-content {
  flex: 1;
  color: white;
  font-size: 14px;
}

.product-info {
  margin-top: 2rem;
}

.product-info-tabs {
  display: flex;
  border-bottom: 1px solid #989898;
}

.product-info-tab {
  flex: 1;
  text-align: center;
  padding: 0 0 12px;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  color: #ccc;
  position: relative;
}

.product-info-tab.active,
.product-info-tab:hover {
  font-weight: 500;
  background: linear-gradient(to right, #E4AA40, #F6CB67);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}

.product-info-tab.active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, #E4AA40 0%, #F6CB67 100%);
}

.product-info-tab-content {
  display: none;
  font-size: 14px;
}

.product-info-tab-content.active {
  display: block;
  margin-top: 20px;
  color: white;
}

.product-info-tab-content ul {
  list-style-type: disc;
  margin-left: 20px;
}
.content-yellow {
  background: linear-gradient(90deg, #E4AA40 0%, #F6CB67 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-top: 10px;
}

.product-info-details-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

.product-info-details-table tr {
  border-bottom: 1px solid #989898;
}

.product-info-details-table td {
  padding: 10px;
  border-top: none;
  font-size: 14px;
  color: white;
}

.product-info-details-table td:first-child {}

.product-info-details-table td:nth-child(2) {
  text-align: right;
}

.product-variants {
  margin-top: 40px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  border-radius: 10px;
  background: url("https://file.hstatic.net/200000355853/file/upgrade_background.webp") no-repeat center center;
  background-size: cover;
}

.product-variants__header {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.product-variants__header div:first-of-type {
  color: white;
  font-weight: 500;
  font-size: 18px;
}

.product-variants__header div:nth-child(2) {
  color: #D1D1D1;
  font-weight: 400;
  font-size: 14px;
}

.customizations__field {
  backdrop-filter: blur(15px);
  border: 2px solid #FFFFFF4D;
  border-radius: 8px;
  padding: 16px;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.customizations__field:hover {
  background: #FFFFFF4D;
  border-color: transparent;
}

.customizations__radio:checked + .customizations__field {
  background: #FFFFFF4D;
  border-color: transparent;
}

.customizations__field-content {
  display: flex;
  align-items: center;
  gap: 12px;
}

.customizations__radio {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.customizations__radio-visual {
  width: 16px;
  height: 16px;
  border: 2px solid #fff;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.customizations__radio-visual::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #fff;
  border-radius: 50%;
  opacity: 0;
  transition: opacity 0.2s ease;
}

.customizations__radio:checked + .customizations__field .customizations__radio-visual::after {
  opacity: 1;
}

.customizations__field-info {
  flex: 1;
}

.customizations__field-title {
  font-size: 14px;
  color: white;
}

.option-highlight .customizations__field-title {
  color: #F6CB67;
}

.text-line-through {
  color: #B0BBB7;
  font-size: 12px;
  text-decoration: line-through;
  font-weight: 400;
}
.footer-logo-wd ul li:nth-child(2) img {
  content: url("https://file.hstatic.net/200000355853/file/ptgx4kqegispbklhmob5.webp");
}

.footer-logo-wd ul li:nth-child(3) img {
  content: url("https://file.hstatic.net/200000355853/file/ib7j0guz7ww3q7mos6ap.webp");
}
.text-bg-highlight {
  color: #F6CB67 !important;
  font-weight: 700;
  font-size: 16px;
  font-family: 'Helvetica Neue'
  , sans-serif !important;
}

.customizations__field-subtitle {
  font-size: 12px;
  color: #BBBBBB;
}

.customizations__field-price {
  font-size: 16px;
  font-weight: 700;
  color: white;
}

.option-highlight {
  border: 2px solid #FFE39B;
  animation: simple-glow 1s ease-in-out infinite alternate;
}

@keyframes simple-glow {
  0% {
    border-color: rgba(255, 227, 155, 0.5);
    box-shadow: 0 0 5px rgba(255, 227, 155, 0.3);
  }

  100% {
    border-color: #FFE39B;
    box-shadow: 0 0 10px rgba(255, 227, 155, 0.6);
  }
}

.sticky-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 600;
  background: #002422;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  box-shadow: 0 -4px 10px 0 #00000040;
  border-top: 1px solid #FFFFFF4D
}

.sticky-footer__total-price {
  font-size: 18px;
  font-weight: bold;
}

.sticky-footer__saving {
  font-size: 12px;
  color: #999;
  text-decoration: line-through;
}

.sticky-footer__contact-button {
  padding: 4px 12px;
  display: flex;
  height: 100%;
  gap: 8px;
  flex-direction: row;
  background: transparent;
  color: white;
  font-weight: 500;
  font-size: 14px;
  border-radius: 5px;
  border: solid 1px white;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sticky-footer__button {
  padding: 4px 12px;
  display: flex;
  height: 100%;
  flex-direction: column;
  background: #FFFFFF;
  color: #002422;
  font-weight: 500;
  font-size: 12px;
  border-radius: 5px;
  border-color: transparent;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.sticky-footer__button:hover,
.sticky-footer__contact-button:hover {
  scale: 1.1;
}

.sticky-footer__button svg {
  width: 16px;
  height: 16px;
}

.sticky-footer__contact-button path {
  fill: white;
}

.sticky-footer__button path {
  fill: #002422;
}
.sticky-footer__button:disabled,
.sticky-footer__button.disabled {
  background: #F2F2F2;
  color: #999999;
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.sticky-footer__button:disabled path,
.sticky-footer__button.disabled path {
  fill: #999999;
  /* muted icon */
}

.go-back-btn {
  display: inline-flex;
  padding: 8px;
  align-items: center;
  border-radius: 5px;
  border-top: 1px solid rgba(255, 255, 255, 0.32);
  border-right: 1px solid rgba(255, 255, 255, 0.32);
  border-left: 1px solid rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.20);
  backdrop-filter: blur(6px);
  text-decoration: none;
  font-size: 12px;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
  font-weight: 400;
  color: #fff;
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.4s ease;
  will-change: opacity;
}

.go-back-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.go-back-btn:hover,
.go-back-btn:active {
  color: white !important;
  background: rgba(255, 255, 255, 0.20);
}

.only-mobile {
  display: inline;
}

.only-desktop {
  display: none;
}

.sticky-footer__add-to-cart {
  display: flex;
  gap: 12px;
}

.service-table {
  margin-top: 20px;
  width: 100%;
  color: white;
  background: transparent;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #989898;
}

.service-table th,
.service-table td {
  /* padding: 14px 18px !important; */
  border: 1px solid #989898;
  text-align: left;
  white-space: nowrap;
  text-overflow: ellipse;
}

.service-table th {
  background: #004F49;
  font-weight: 500;
  font-size: 14px;
  text-align: center;
}

.service-table td {
  background: transparent;
  font-size: 14px;
  text-align: center;
}
.service-table tr td,
.service-table tr th {
  padding: 4px;
}
.service-table tr:first-child th:first-child {
  border-top-left-radius: 10px;
  text-align: start;
}
.service-table tr td:first-child {
  text-align: start;
}
.service-table tr:first-child th:last-child {
  border-top-right-radius: 10px;
}
.service-table tr:last-child td:first-child {
  border-bottom-left-radius: 10px;
  white-space: break-spaces;
}
.service-table tr:last-child td:last-child {
  border-bottom-right-radius: 10px;
}
.service-table tr td:first-child,
.service-table tr th:first-child {
  padding-left: 4px;
}
/* FAQ Section Styles */
.faq-section {
  padding: 20px;
  width: 100%;
}
#warranty {
  font-size: 14px;
}

#warranty u {
  color: white;
}
.faq-container {
  max-width: 1040px;
  margin: 0 auto;
}

.faq-title {
  font-size: 24px;
  font-weight: 400;
  color: white;
  text-align: start;
  text-transform: uppercase;
}

.faq-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.faq-item {
  border-bottom: 1px solid rgba(209, 209, 209, 1);
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
  font-size: 14px;
  font-weight: 400;
}

.faq-question:hover {
  color: white;
}

.faq-icon {
  font-size: 1.5rem;
  font-weight: 300;
  transition: all 0.3s ease;
  color: white;
}

.faq-item.active .faq-icon {
  transform: none;
  color: white;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease
  , padding 0.3s ease;
  padding: 0;
  color: white;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 0 0 1.5rem;
}

.faq-answer ul {
  list-style-type: disc;
  font-size: 0.75rem;
  padding-left: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.faq-answer u {
  color: white;
  font-size: 0.75rem;
}

.faq-answer p,
.faq-answer div,
.faq-answer span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.75rem;
  line-height: 1.5;
  margin: 0;
}

@media (min-width: 768px) {
  .only-mobile {
    display: none;
  }

  .only-desktop {
    display: inline;
  }

  .heritage-product-container {
    flex-direction: row;
    padding: 40px 0;
    gap: 40px;
  }

  .heritage-product-showcase {
    width: 58.3333333333%;
  }

  .product-content {
    flex: 1;
  }

  .go-back-btn {
    border-radius: 6.25px;
    font-size: 16px;
    padding: 8px 12px;
    /* top: -60px; */
    /* left: 0; */
  }

  .go-back-btn svg {
    width: 16px;
    height: 16px;
  }

  .product-item-big img.slide,
  .product-list-item .thumb,
  .thumb-image {
    border-radius: 10px;
  }

  .product-name,
  .contact-wrapper__item {
    text-align: start;
    justify-content: start;
  }

  .product-name {
    font-size: 40px;
    line-height: 40px;
  }

  .contact-wrapper {
    margin-top: 12px;
  }
}