.basket-coupon-block-coupon-btn {
  cursor: pointer;
}

.custom-cart-modal {
  position: fixed;
  inset: 0;
  z-index: 999999999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  font-family: "Montserrat", Arial, sans-serif;
  background-color: rgba(35, 25, 19, 0.8);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition:
    opacity 0.22s ease,
    visibility 0.22s ease;
}

.custom-cart-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.custom-cart-modal__body {
  position: relative;
  width: min(100%, 590px);
  padding: 42px 40px 40px;
  border-radius: 16px;
  background-color: #fff;
  box-shadow: 0 24px 70px rgba(35, 25, 19, 0.28);
  text-align: center;
  transform: translateY(10px) scale(0.98);
  transition: transform 0.22s ease;
}

.custom-cart-modal.is-open .custom-cart-modal__body {
  transform: translateY(0) scale(1);
}

.custom-cart-modal__close {
  position: fixed;
  top: 22px;
  right: 22px;
  z-index: 1;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: #faa61a;
  cursor: pointer;
}

.custom-cart-modal__close svg {
  display: block;
}

.custom-cart-modal__title {
  margin: 0 0 26px;
  color: #433228;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 40px;
  line-height: 1.15;
  font-weight: 800;
}

.custom-cart-modal__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

.custom-cart-modal__link {
  min-height: 35px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 24px;
  border-radius: 999px;
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.custom-cart-modal__link:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.custom-cart-modal__link--continue {
  background-color: #433228;
  color: #faa61a;
}

.custom-cart-modal__link--cart {
  background-color: #faa61a;
  color: #433228;
  box-shadow: 0 10px 20px rgba(250, 166, 26, 0.25);
}

@media (max-width: 767px) {
  .test {
    right: 16px;
    bottom: 80px;
    max-width: calc(100vw - 32px);
    padding: 20px;
    border-radius: 16px;
  }

  .custom-cart-modal {
    padding: 20px;
  }

  .custom-cart-modal__body {
    padding: 34px 20px 26px;
    border-radius: 20px;
  }

  .custom-cart-modal__close {
    top: 12px;
    right: 12px;
  }

  .custom-cart-modal__title {
    margin-bottom: 22px;
    font-size: 30px;
  }

  .custom-cart-modal__actions {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .custom-cart-modal__link {
    /* min-height: 54px; */
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .product-card .tn-atom {
    height: initial !important;
    max-height: initial !important;
  }

  .product-page-info-left-title h1 {
    height: initial;
  }
}

#allrecords a.is-disabled {
  padding: 9px 10px !important;
  font-size: 12px !important;
}

.max-widget {
  position: fixed;
  left: 38px;
  bottom: 22px;
  z-index: 2147483647;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 356px;
  min-height: 52px;
  padding: 10px 12px;
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(67, 50, 40, 0.18);
  font-family: inherit;
  color: #433228;
  overflow: hidden;
}

.max-widget.is-hidden {
  display: none;
}

.max-widget.is-collapsed {
  width: 52px;
  min-height: 52px;
  padding: 11px;
  border-radius: 50%;
  cursor: pointer;
}

.max-widget__icon {
  flex: 0 0 auto;
  display: block;
  width: 30px;
  height: 30px;
  margin-right: 12px;
}

.max-widget.is-collapsed .max-widget__icon {
  margin-right: 0;
}

.max-widget.is-collapsed .max-widget__text,
.max-widget.is-collapsed .max-widget__link,
.max-widget.is-collapsed .max-widget__close {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.max-widget__text {
  flex: 1 1 auto;
  margin-right: 12px;
  font-weight: 600;
  font-size: 12px;
  line-height: 1.28;
  color: #433228;
  white-space: nowrap;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease;
}

.max-widget__link {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  min-width: 90px;
  height: 26px;
  padding: 0 20px;
  border-radius: 999px;
  background: #faa61a;
  color: #fff !important;
  font-weight: 600;
  font-size: 10px;
  line-height: 1;
  text-decoration: none !important;
  opacity: 1;
  visibility: visible;
  transition:
    background-color 0.2s ease,
    opacity 0.18s ease,
    visibility 0.18s ease;
}

.max-widget__link:hover,
.max-widget__link:focus {
  background: #ba1b1e;
  color: #fff !important;
}

.max-widget__close {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  margin-left: 8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: #433228;
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition:
    opacity 0.18s ease,
    visibility 0.18s ease;
}

.max-widget__close .close-icon {
  display: block;
  width: 12px;
  height: 12px;
  transition: transform 0.2s ease;
}

.max-widget__close:hover .close-icon,
.max-widget__close:focus .close-icon {
  transform: rotate(90deg);
}

@media (max-width: 600px) {
  .max-widget {
    left: 14px;
    bottom: 10px;
    width: calc(100vw - 86px);
    max-width: max-content;
    min-height: 40px;
    padding: 6px 8px;
    border-radius: 24px;
  }

  .max-widget.is-collapsed {
    width: 43px;
    min-height: 43px;
    padding: 8px;
  }

  .max-widget__icon {
    width: 26px;
    height: 26px;
    margin-right: 7px;
  }

  .max-widget__text {
    margin-right: 6px;
    font-size: 9px;
    line-height: 1.2;
  }

  .max-widget__link {
    min-width: 70px;
    height: 24px;
    padding: 0 10px;
    font-size: 9px;
  }

  .max-widget__close {
    width: 18px;
    height: 18px;
    margin-left: 5px;
  }

  .max-widget__close .close-icon {
    width: 11px;
    height: 11px;
  }
}

/* Footer social block */
#rec1145416641 .tn-elem:has(.footer-social-link),
#rec1145416641 .footer-social-link,
#rec1145416641 .tn-elem[data-elem-id="1721047219645"] {
  display: none !important;
}

#rec1145416641 .footer-socials {
  position: absolute;
  z-index: 20;
  top: 270px;
  left: calc(50% - 600px + 149px);
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: min(100% - 20px, 420px);
  min-height: 36px;
  font-family: Montserrat, Arial, sans-serif;
  line-height: 1;
}

#rec1145416641 .footer-socials__label {
  flex: 0 0 auto;
  color: #f2a51a;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.25;
  white-space: nowrap;
}

#rec1145416641 .footer-socials__links {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  min-width: 0;
}

#rec1145416641 .footer-socials__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 0;
  text-decoration: none;
  transition:
    transform 0.2s ease,
    opacity 0.2s ease;
}

#rec1145416641 .footer-socials__link:hover {
  opacity: 0.86;
  transform: translateY(-1px);
}

#rec1145416641 .footer-socials__link:focus-visible {
  outline: 2px solid #f2a51a;
  outline-offset: 3px;
  border-radius: 8px;
}

#rec1145416641 .footer-socials__icon {
  display: block;
  width: 30px;
  height: 30px;
  object-fit: contain;
}

#rec1145416641 .footer-socials__link--youtube {
  flex-basis: 36px;
  width: 36px;
}

#rec1145416641 .footer-socials__link--youtube .footer-socials__icon {
  width: 36px;
}

@media screen and (max-width: 1199px) {
  #rec1145416641 .footer-socials {
    top: 259px;
    left: calc(50% - 480px + 132px);
  }
}

@media screen and (max-width: 959px) {
  #rec1145416641 .footer-socials {
    top: 236px;
    left: calc(50% - 320px + 10px);
  }
}

@media screen and (max-width: 639px) {
  #rec1145416641 .footer-socials {
    top: auto;
    left: 10px;
    right: 10px;
    bottom: 85px;
    max-width: none;
  }

  .cart-offer-progress__next {
    word-wrap: break-word;
    overflow-wrap: break-word;
    hyphens: auto;
  }
}

@media screen and (max-width: 479px) {
  #rec1145416641 .footer-socials {
    top: auto;
    bottom: 130px;
    gap: 10px;
    display: grid;
    width: calc(100% / 2 - 28px) !important;
  }

  #rec1145416641 .footer-socials__label {
    font-size: 12px;
  }

  #rec1145416641 .footer-socials__links {
    gap: 12px 16px;
    display: grid;
    grid-template-columns: repeat(3, auto);
    max-width: max-content;
  }

  .product-gallery__controls {
    display: none !important;
  }

  .product-gallery__thumbs {
    max-width: 100%;
    overflow-x: hidden;
  }

  #rec720324542 a.t-menu__link-item {
    font-size: 28px;
  }
}

@media screen and (max-width: 374px) {
  #rec1145416641 .footer-socials {
    bottom: 90px;
    gap: 5px;
  }

  #rec1145416641 .footer-socials__links {
    gap: 2px 4px;
  }

  .footer-socials__icon {
    width: 22px !important;
    height: 22px !important;
  }
}

.cart-offer-progress__next strong {
  white-space: break-spaces;
}

.product-page-info-left-title h1 {
  height: initial !important;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.max-widget {
  animation: slideInUp 0.4s ease-out;
}

.product-sect__title {
  display: none;
  font-size: 32px;
}

@media (max-width: 800px) {
  .product-sect__title {
    display: block;
    max-width: max-content;
    margin-top: 16px;
    margin-bottom: 24px;
    color: #433228;
    font-family: inherit;
    font-size: 22px;
    line-height: 1.2;
    text-align: left;
    text-transform: uppercase;
    font-weight: 700;
  }

  .product-page-info-left-title {
    display: none !important;
  }
}

.t-btnflex.t-btnflex_type_button {
  color: #433228;
  background-color: #fff1e6;
  --border-width: 0px;
  border-style: none !important;
  border-radius: 100px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1) !important;
  transition-duration: 0.2s;
  transition-property: background-color, color, border-color, box-shadow, opacity, transform, gap;
  transition-timing-function: ease-in-out;
}

@media (hover: hover) {
  t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover {
    color: #433228 !important;
    background-color: #faa61a !important;
  }

  .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):focus-visible {
    color: #433228 !important;
    background-color: #faa61a !important;
  }
}

/* Header/footer "request price" buttons. Visual style only; Tilda keeps size and responsive layout. */
#rec761361131 .t-btnflex.t-btnflex_type_button,
#rec1145416641 .tn-elem[data-elem-id="1706018969238"] .tn-atom,
#rec720324542 .t-btnflex.t-btnflex_type_button {
  background-color: #faa61a !important;
  color: #ffffff !important;
  border: 0 solid #ba1b1e !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-family: "Montserrat", Arial, sans-serif !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: none !important;
  transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease !important;
}

#rec761361131 .t-btnflex.t-btnflex_type_button .t-btnflex__text,
#rec720324542 .t-btnflex.t-btnflex_type_button .t-btnflex__text {
  font-weight: 600 !important;
  text-transform: none !important;
}

#rec1145416641 .tn-elem[data-elem-id="1706018969238"] .tn-atom {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  box-sizing: border-box !important;
  padding: 0 14px !important;
  line-height: 1.1 !important;
  white-space: nowrap !important;
}

@media (hover: hover) {
  #rec761361131 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover,
  #rec1145416641 .tn-elem[data-elem-id="1706018969238"] .tn-atom:hover,
  #rec720324542 .t-btnflex.t-btnflex_type_button:not(.t-animate_no-hover):hover {
    background-color: #ba1b1e !important;
    color: #ffffff !important;
  }
}

#rec761361131 .t-btnflex.t-btnflex_type_button:active,
#rec1145416641 .tn-elem[data-elem-id="1706018969238"] .tn-atom:active,
#rec720324542 .t-btnflex.t-btnflex_type_button:active {
  background-color: #a31114 !important;
  border-width: 0 !important;
  border-color: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  transform: none !important;
}

#rec761361131 .t-btnflex.t-btnflex_type_button:focus-visible,
#rec1145416641 .tn-elem[data-elem-id="1706018969238"] .tn-atom:focus-visible,
#rec720324542 .t-btnflex.t-btnflex_type_button:focus-visible {
  outline: 3px solid rgba(250, 166, 26, 0.35) !important;
  outline-offset: 3px !important;
}

/* Footer contacts: keep calltracking replacements from overlapping fixed Tilda columns. */
#rec1097080706 .tn-elem[data-elem-id="1749648251429"] .tn-atom,
#rec1097080706 .tn-elem[data-elem-id="1749648251434"] .tn-atom {
  display: block !important;
  max-width: 100% !important;
  overflow-wrap: normal !important;
  word-break: normal !important;
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
  font-size: 32px !important;
  text-align: left !important;
}

#rec1097080706 .tn-elem[data-elem-id="1749648251429"],
#rec1097080706 .tn-elem[data-elem-id="1749648251434"] {
  text-align: left !important;
}

#rec1097080706 .tn-elem[data-elem-id="1749648251429"] .tn-atom *,
#rec1097080706 .tn-elem[data-elem-id="1749648251434"] .tn-atom * {
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  line-height: inherit !important;
  font-size: inherit !important;
}

@media screen and (max-width: 1199px) {
  #rec1097080706 .tn-elem[data-elem-id="1749648251429"] .tn-atom,
  #rec1097080706 .tn-elem[data-elem-id="1749648251434"] .tn-atom {
    font-size: 26px !important;
  }
}

@media screen and (max-width: 959px) {
  #rec1097080706 .tn-elem[data-elem-id="1749648251429"] .tn-atom,
  #rec1097080706 .tn-elem[data-elem-id="1749648251434"] .tn-atom {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 639px) {
  #rec1097080706 .tn-elem[data-elem-id="1749648251429"] .tn-atom,
  #rec1097080706 .tn-elem[data-elem-id="1749648251434"] .tn-atom {
    font-size: 20px !important;
  }
}

@media screen and (max-width: 479px) {
  #rec1097080706 .tn-elem[data-elem-id="1749648251429"] .tn-atom,
  #rec1097080706 .tn-elem[data-elem-id="1749648251434"] .tn-atom {
    font-size: 22px !important;
  }
}

#rec720324542 .t450__right_descr a {
  white-space: nowrap !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  font-size: 26px !important;
}

/* Mobile burger menu: fit long items on narrow iPhone screens. */
@media screen and (max-width: 390px) {
  #rec720324542 .t450__container {
    padding-left: 25px !important;
    padding-right: 20px !important;
  }

  #rec720324542 .t450__list_item a.t-menu__link-item {
    display: inline-block !important;
    max-width: 100% !important;
    margin-bottom: 10px !important;
    font-size: 22px !important;
    line-height: 1.12 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  #rec720324542 .t-menusub__link-item {
    max-width: 100% !important;
    font-size: 14px !important;
    line-height: 1.2 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }
}

.t-form__errorbox-item {
  display: list-item !important;
}
