.btn-primary,
.btn-secondary {
  display: flex;
  width: fit-content;
}

.btn-primary {
  background-color: #8A432C;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  padding: 17px 40px;
  border-radius: 0 !important;
  transition-duration: 0.3s;
}
.btn-primary:hover {
  background-color: #8A432C;
  color: white;
  border: 1px solid white;
  scale: 1.1;
}

.btn-secondary {
  background-color: #596145;
  font-family: "Inter", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  color: white;
  border: 1px solid white;
  padding: 17px 40px;
  border-radius: 0 !important;
  transition-duration: 0.3s;
}
.btn-secondary:hover {
  background-color: #596145;
  color: white;
  border: 1px solid white;
  scale: 1.1;
}

@font-face {
  font-family: "Deglion";
  src: url("../fonts/Deglion.otf") format("opentype"), url("../fonts/Deglion.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.font-secondary,
.font-secondary * {
  font-weight: normal !important;
  font-family: "Deglion", serif !important;
}

.cookie-modal.modal-container,
.cookie-modal-settings.modal-container {
  text-align: left;
}
.cookie-modal.modal-container h2, .cookie-modal.modal-container h3,
.cookie-modal-settings.modal-container h2,
.cookie-modal-settings.modal-container h3 {
  margin: 0;
  font-size: 1.5rem;
}
.cookie-modal.modal-container .cookie-buttons,
.cookie-modal-settings.modal-container .cookie-buttons {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  flex-shrink: 0;
}
@media only screen and (max-width: 768px) {
  .cookie-modal.modal-container .cookie-buttons,
  .cookie-modal-settings.modal-container .cookie-buttons {
    flex-direction: column;
    width: 100%;
  }
}
.cookie-modal.modal-container .modal-footer,
.cookie-modal-settings.modal-container .modal-footer {
  justify-content: space-between;
}
@media only screen and (max-width: 768px) {
  .cookie-modal.modal-container .modal-footer,
  .cookie-modal-settings.modal-container .modal-footer {
    width: 100%;
    flex-direction: column-reverse;
  }
}

.cookie-modal.modal-container {
  position: fixed;
  top: inherit;
  left: inherit;
  transform: none;
  bottom: 0;
  right: 0;
  padding: 1rem;
  border-top: 1px solid white;
  background-color: #8A432C;
  color: white;
  z-index: 1000;
  width: 100%;
  display: flex;
  gap: 2rem;
  font-size: 14px;
  line-height: 110%;
}
@media only screen and (max-width: 992px) {
  .cookie-modal.modal-container {
    flex-direction: column;
  }
  .cookie-modal.modal-container button {
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  .cookie-modal.modal-container {
    margin: 0;
  }
}
.cookie-modal.modal-container p {
  margin-bottom: 0;
}
.cookie-modal.modal-container h3 {
  margin: 0;
}

.cookie-modal-settings.modal-container .cookie-category {
  padding: 1rem 0;
}
.cookie-modal-settings.modal-container .cookie-category-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.5rem;
}
.cookie-modal-settings.modal-container .cookie-category:not(:last-child) {
  border-bottom: 1px solid gray;
}

.cookie-modal-settings .modal-footer {
  flex-direction: column;
}
.cookie-modal-settings .modal-footer button {
  margin-top: 0;
}

.faq-list {
  margin: 24px 0;
  list-style-type: none;
  padding: 0;
}
.faq-list dd, .faq-list dt {
  width: 100%;
  border: 1px solid black;
  border-radius: 2px;
}
.faq-list dt {
  position: relative;
  padding: 16px 8px;
  margin-bottom: 1px;
}
.faq-list dd {
  padding: 16px 16px 24px;
  margin: 0;
}

.lelei-form, .lelei-form label, .lelei-form input, .lelei-form textarea, .lelei-form select {
  font-family: "Inter", sans-serif !important;
  text-align: left !important;
  color: white !important;
  font-weight: 300 !important;
}
.lelei-form .form-row {
  display: flex;
  gap: 16px;
  padding: 0;
  margin: 16px 0;
}
.lelei-form input,
.lelei-form textarea,
.lelei-form select {
  background: transparent !important;
  background-color: inherit !important;
  height: 48px;
  border: 1px solid white;
  padding: 12px;
  width: 100%;
  display: block;
}
.lelei-form input:focus-visible,
.lelei-form textarea:focus-visible,
.lelei-form select:focus-visible {
  outline: none;
  background-color: rgba(255, 255, 255, 0.2);
}
.lelei-form input.input-small,
.lelei-form textarea.input-small,
.lelei-form select.input-small {
  height: 40px;
  padding: 8px;
}
.lelei-form input:disabled,
.lelei-form textarea:disabled,
.lelei-form select:disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.lelei-form input[type=checkbox],
.lelei-form input[type=radio] {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  background: transparent !important;
  background-color: inherit !important;
  accent-color: #8A432C;
}
.lelei-form input[type=checkbox] {
  border-radius: 0 !important;
}
.lelei-form textarea {
  height: auto;
  resize: none;
}
.lelei-form label {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1.5 !important;
}
.lelei-form label:has(input[type=checkbox]) {
  flex-direction: row;
  gap: 8px;
}
.lelei-form button[type=submit] {
  margin-top: 16px;
  width: 100%;
}

.switch {
  position: relative;
  display: inline-block;
  width: 42px;
  height: 24px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch.disabled {
  opacity: 0.5;
  pointer-events: none;
}

.lelei-checkbox {
  display: block;
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid white;
  flex-shrink: 0;
  cursor: pointer;
}
.lelei-checkbox::after, .lelei-checkbox::before {
  content: "";
  position: absolute;
  background-color: white;
  height: 2px;
  opacity: 0;
  cursor: pointer;
}
.lelei-checkbox::after {
  width: 8px;
  transform: rotate(45deg);
  top: 10px;
  left: 1px;
}
.lelei-checkbox::before {
  width: 14px;
  transform: rotate(-45deg);
  top: 8px;
  left: 5px;
}
.lelei-checkbox input[type=checkbox] {
  opacity: 0;
  flex-shrink: 0;
  cursor: pointer;
}
.lelei-checkbox:has(input[type=checkbox]:checked) {
  background-color: #8A432C;
}
.lelei-checkbox:has(input[type=checkbox]:checked)::after, .lelei-checkbox:has(input[type=checkbox]:checked)::before {
  opacity: 1;
}

.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: gray;
  border-radius: 99px;
}
.slider, .slider::before {
  transition-duration: 300ms;
}
.slider::before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  top: 50%;
  transform: translateY(-50%);
  left: 2px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
}

input:checked + .slider {
  background-color: black;
}

input:focus + .slider {
  box-shadow: 0 0 1px black;
}

input:checked + .slider:before {
  transform: translate(18px, -50%);
}

.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000;
  width: clamp(300px, 500px, 90%);
  color: white;
  background-color: #8A432C;
  padding: 20px;
  text-align: center;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.modal h2 {
  color: white;
}
.modal button {
  width: 100%;
  margin-top: 1.25rem;
}

body {
  padding-top: 55px;
}

.ast-main-header-wrap {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 55px;
}
.ast-main-header-wrap .ast-primary-header-bar {
  transition: all 0.3s ease-in-out;
  background-color: #8A432C;
}
.ast-main-header-wrap.scrolled .ast-primary-header-bar {
  background-color: rgba(138, 67, 44, 0.4392156863);
}

.site-content:has(.lelei-product-page) {
  background-color: white;
}

.lelei-product-page {
  position: relative;
  width: 100%;
  margin-top: 32px;
  padding-top: 80px;
  padding-bottom: 112px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 140px;
  background-color: white;
}
.lelei-product-page, .lelei-product-page * {
  font-family: "Inter", sans-serif;
}
.lelei-product-page::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 101vw;
  height: 100%;
  background-color: #8A432C;
  left: 50%;
  transform: translate(-50%, -100%);
}
.lelei-product-page h1 {
  font-weight: 200;
}
.lelei-product-page .product-description {
  margin: 20px 0;
  color: black;
}
.lelei-product-page .product-price {
  font-size: 20px;
  font-weight: 600;
  color: #8A432C;
}
.lelei-product-page .product-info-row {
  margin: 24px 0;
}
.lelei-product-page .product-image {
  min-width: 0;
}
.lelei-product-page .product-gallery-swiper .main-gallery {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.lelei-product-page .product-gallery-swiper .main-gallery .swiper-slide img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
}
.lelei-product-page .product-gallery-swiper .thumbs-gallery {
  overflow: hidden;
}
.lelei-product-page .product-gallery-swiper .thumbs-gallery .swiper-wrapper {
  display: flex;
  gap: 10px;
}
.lelei-product-page .product-gallery-swiper .thumbs-gallery .swiper-slide {
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 0.3s;
  flex-shrink: 0;
  width: auto !important;
}
.lelei-product-page .product-gallery-swiper .thumbs-gallery .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.lelei-product-page .product-gallery-swiper .thumbs-gallery .swiper-slide:hover {
  opacity: 1;
}
.lelei-product-page .product-gallery-swiper .thumbs-gallery .swiper-slide img {
  width: 190px;
  height: 190px;
  object-fit: cover;
  display: block;
}
.lelei-product-page .single-product-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: cover;
}

.cross-sell-product {
  overflow: hidden;
  color: white;
  text-align: center;
  background-color: #8A432C;
  padding: 32px 0;
}
.cross-sell-product a {
  display: block;
}
.cross-sell-product .cross-sell-image {
  position: relative;
  height: 190px;
  margin: 24px 0 20px;
}
.cross-sell-product .cross-sell-image svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}
.cross-sell-product .cross-sell-image svg path {
  fill: white;
}
.cross-sell-product .cross-sell-image img {
  max-width: 190px;
  max-height: 190px;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.cross-sell-product button {
  text-decoration: underline;
  font-weight: 400;
}

.banner-sale-product {
  margin-top: 40px;
  padding: 24px;
  background-color: #f8f8f8;
  border-radius: 8px;
}
.banner-sale-product .banner-sale-header {
  margin-bottom: 20px;
}
.banner-sale-product .banner-sale-header h3 {
  font-size: 20px;
  font-weight: 600;
  color: #8A432C;
  margin: 0;
}
.banner-sale-product .banner-sale-link {
  display: flex;
  align-items: center;
  gap: 20px;
  text-decoration: none;
  color: inherit;
  transition: transform 0.2s;
}
.banner-sale-product .banner-sale-link:hover {
  transform: translateY(-2px);
}
.banner-sale-product .banner-sale-link .banner-sale-image {
  flex-shrink: 0;
}
.banner-sale-product .banner-sale-link .banner-sale-image img {
  width: 120px;
  height: 120px;
  object-fit: cover;
  border-radius: 4px;
}
.banner-sale-product .banner-sale-link .banner-sale-info {
  flex: 1;
}
.banner-sale-product .banner-sale-link .banner-sale-info h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0 0 8px 0;
  color: #333;
}
.banner-sale-product .banner-sale-link .banner-sale-info .banner-sale-price {
  font-size: 16px;
  font-weight: 600;
  color: #8A432C;
  margin: 0;
}

/*# sourceMappingURL=main.css.map */
