@charset "UTF-8";
a {
  transition-property: color;
  transition-duration: 0.3s;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}

img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.btn-close {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: none !important;
  border: 1px solid #f2f2f2;
  font-size: 1.5rem !important;
  font-weight: 400;
  line-height: 1;
  opacity: 1;
  padding: 0 !important;
  width: 40px;
  height: 40px;
  margin: 0 !important;
}
.btn-close:after {
  content: "×";
}
.btn-close.btn-close-white {
  color: #000;
  border-color: #000;
}

.zoomContainer {
  border-radius: 1.5rem;
  overflow: hidden;
}

@media (max-width: 991.98px) {
  .zoomContainer {
    display: none;
  }
  img[data-zoom-image], .zoomWindow, .zoomContainer {
    pointer-events: none;
  }
}
.daterangepicker {
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.ui-datepicker {
  border: 1px solid #E8E8E8;
  border-radius: 1.5rem;
  box-shadow: 0 1px 1.5rem rgba(0, 0, 0, 0.08);
  padding: 1rem 1rem;
}
.ui-datepicker .ui-datepicker-header {
  background-color: #FAF8F3;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  padding: 0 1rem;
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;
  margin-bottom: 1rem;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default {
  border: 1px solid #E8E8E8;
  border-radius: 0.75rem;
}
.ui-datepicker .ui-datepicker-calendar .ui-state-default.ui-state-active {
  background-color: #000;
  border-color: #000;
}

.slbOverlay {
  background-color: rgba(0, 0, 0, 0.25);
}

body {
  background-image: url("../images/bg.png");
  background-position: center 10rem;
  background-repeat: repeat-x;
  background-size: auto 300px;
}
@media (min-width: 768px) {
  body {
    background-position: center top;
  }
}
@media (min-width: 768px) {
  body {
    background-size: auto 380px;
  }
}
@media (min-width: 992px) {
  body {
    background-size: auto 460px;
  }
}
@media (min-width: 1200px) {
  body {
    background-size: auto 540px;
  }
}
@media (min-width: 1470px) {
  body {
    background-size: auto 600px;
  }
}

.list-banner {
  top: 10rem;
  z-index: -1;
  height: 300px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .list-banner {
    top: 0;
  }
}
@media (min-width: 768px) {
  .list-banner {
    height: 380px;
  }
}
@media (min-width: 992px) {
  .list-banner {
    height: 460px;
  }
}
@media (min-width: 1200px) {
  .list-banner {
    height: 540px;
  }
}
@media (min-width: 1470px) {
  .list-banner {
    height: 600px;
  }
}

.product-list-wrapper:has(.list-banner) header, .product-list-wrapper:has(.list-banner) h2.h1, .product-detail-wrapper:has(.list-banner) header, .product-detail-wrapper:has(.list-banner) h2.h1 {
  color: #fff;
}
.product-list-wrapper:has(.list-banner) .breadcrumb ul li:after, .product-detail-wrapper:has(.list-banner) .breadcrumb ul li:after {
  filter: brightness(0) invert(1);
}

@media (min-width: 576px) {
  .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm {
    --bs-gutter-x: 14vw;
  }
}

h1, .h1 {
  font-size: 2rem;
}

h3, .h3 {
  font-size: 1.5rem;
}

h1.hide-h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.fw-semibold {
  font-weight: 500 !important;
}

.form-control, .form-select {
  background-color: #fff;
  border-color: var(--bs-border-color);
  box-shadow: none;
  font-weight: 300;
}
.form-control:focus, .form-select:focus {
  background-color: #fff;
  border-color: var(--bs-primary);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
}
.form-control::placeholder, .form-select::placeholder {
  color: #000;
}

.form-select-sm {
  font-size: 0.875rem;
  background-position: right 0.5rem center;
  background-size: 9px;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.75rem;
}

input[type=number][name=GuvenlikKodu] {
  -moz-appearance: textfield;
}
input[type=number][name=GuvenlikKodu]::-webkit-outer-spin-button, input[type=number][name=GuvenlikKodu]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.btn {
  --bs-btn-padding-x: 2rem;
  --bs-btn-padding-y: .875rem;
  --bs-btn-font-size: .875rem;
  --bs-btn-font-weight: 600;
  --bs-btn-line-height: 1.25;
  text-transform: uppercase;
}

.btn-sm, .btn-group-sm > .btn {
  --bs-btn-padding-y: .5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-weight: 500;
  text-transform: none;
}

.btn-outline-secondary {
  --bs-btn-hover-color: #fff;
  --bs-btn-active-color: #fff;
}

.form-buttons .btn {
  width: 100%;
}

.toast {
  --bs-toast-bg: var(--bs-primary);
  --bs-toast-color: #fff;
}

#toastMessage .toast-body {
  flex: 1 1 auto;
}

.text-bg-danger, .text-bg-success {
  color: #fff !important;
}

#cookieAlert {
  max-width: 100%;
  width: 100%;
  border: none;
}
#cookieAlert .toast-body {
  padding: 1.5rem 0.75rem;
  line-height: 1.375 !important;
  text-align: center;
}
#cookieAlert a {
  color: inherit;
  opacity: 0.75;
}
#cookieAlert .btn-outline-primary {
  --bs-btn-color: #fff;
  --bs-btn-border-color: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #E8E8E8;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #E8E8E8;
}
#cookieAlert .btn-primary {
  --bs-btn-color: #000;
  --bs-btn-bg: #fff;
  --bs-btn-hover-color: #000;
  --bs-btn-hover-bg: #E8E8E8;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #E8E8E8;
}

#cookieForm .buttons .btn {
  width: calc(50% - 0.25rem) !important;
}

.slbOverlay {
  background-color: #000;
}

.svg-hidden {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.main-header, article header, .contact-wrapper header, .reservation header, .product-list-wrapper header {
  margin-bottom: 2.5rem;
}
@media (min-width: 768px) {
  .main-header, article header, .contact-wrapper header, .reservation header, .product-list-wrapper header {
    margin-top: 1rem;
  }
}
@media (min-width: 992px) {
  .main-header, article header, .contact-wrapper header, .reservation header, .product-list-wrapper header {
    margin-top: 1.5rem;
    margin-bottom: 4rem;
  }
}
@media (min-width: 1200px) {
  .main-header, article header, .contact-wrapper header, .reservation header, .product-list-wrapper header {
    margin-bottom: 6rem;
  }
}

.product-detail-wrapper header {
  margin-bottom: 4rem;
}
@media (min-width: 768px) {
  .product-detail-wrapper header {
    margin-top: 2rem;
  }
}
@media (min-width: 992px) {
  .product-detail-wrapper header {
    margin-top: 2.5rem;
    margin-bottom: 6.5rem;
  }
}
@media (min-width: 1200px) {
  .product-detail-wrapper header {
    margin-bottom: 10rem;
  }
}

.main-header {
  position: relative;
  z-index: 1;
}

.header-inner {
  padding: 0.75rem;
  background-color: #fff;
  border-radius: 0 0 1.5rem 1.5rem;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
}
@media (min-width: 768px) {
  .header-inner {
    padding: 1rem 2.5rem;
    border-radius: 50em;
    margin-left: -3rem;
    margin-right: -3rem;
  }
}
@media (min-width: 992px) {
  .header-inner {
    padding: 1.25rem 3.5rem;
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
.header-inner .logo {
  width: 166px;
}
@media (min-width: 1200px) {
  .header-inner .logo {
    width: 186px;
  }
}
@media (min-width: 768px) {
  .header-inner .main-nav, .header-inner .header-nav {
    width: calc(50% - 83px - 0.5rem);
  }
}
@media (min-width: 1200px) {
  .header-inner .main-nav, .header-inner .header-nav {
    width: calc(50% - 93px - 0.5rem);
  }
}
@media (max-width: 575.98px) {
  .header-inner .header-nav {
    width: 100%;
  }
}
@media (min-width: 768px) {
  .header-inner .header-nav {
    margin-right: -1rem;
  }
}
@media (min-width: 992px) {
  .header-inner .header-nav {
    margin-right: -1.25rem;
  }
}
.header-inner .btn {
  --bs-btn-padding-x: 1rem;
  --bs-btn-padding-y: .375rem;
  min-height: 48px;
}
@media (max-width: 767.98px) {
  .header-inner .btn {
    min-width: 180px;
  }
}
@media (max-width: 575.98px) {
  .header-inner .btn {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .header-inner .btn {
    --bs-btn-padding-x: 1.5rem;
    min-height: 56px;
  }
}

@media (max-width: 767.98px) {
  .main-nav {
    width: calc(100% - -1.5rem);
    margin: -0.75rem -0.75rem 0;
    background-color: var(--bs-body-bg);
  }
}
.main-nav a {
  display: block;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.5rem;
  outline: none;
}

.slider {
  --embla-arrow-box-shadow: none;
  --embla-arrow-bg: #fff;
  --embla-arrow-opacity: 1;
  --embla-dot-border-width: 0;
  --embla-dot-hover-border-width: 0;
  --embla-dot-active-border-width: 0;
  --embla-dot-width: .75rem;
  --embla-dot-height: .75rem;
  --embla-dot-opacity: .24;
  --embla-dot-hover-opacity: .5;
  --embla-dot-active-opacity: 1;
  --embla-dot-bg: #fff;
  --embla-dot-hover-bg: #fff;
  --embla-dot-active-bg: #fff;
  --embla-dot-gap: .5rem;
  margin-top: -5rem;
}
@media (max-width: 767.98px) {
  .slider.mobile + .slider {
    display: none;
  }
}
@media (min-width: 768px) {
  .slider {
    margin-top: -10rem;
  }
  .slider.mobile {
    display: none;
  }
  .slider .embla__button--prev {
    left: calc(7vw - 3rem);
  }
  .slider .embla__button--next {
    right: calc(7vw - 3rem);
  }
}
@media (min-width: 992px) {
  .slider {
    margin-top: -12.5rem;
  }
  .slider .embla__button--prev {
    left: calc(7vw - 4rem);
  }
  .slider .embla__button--next {
    right: calc(7vw - 4rem);
  }
}
@media (min-width: 1200px) {
  .slider {
    margin-top: -15rem;
  }
}
.slider a {
  display: block;
  color: inherit;
}
.slider img {
  display: block;
  width: 100%;
}
.slider .embla__slide {
  position: relative;
}
.slider .embla__dots {
  bottom: 2.5rem;
}
@media (min-width: 768px) {
  .slider .embla__dots {
    bottom: calc(120px - -1rem);
  }
}
@media (min-width: 992px) {
  .slider .embla__dots {
    bottom: calc(144px - -1rem);
  }
}
@media (min-width: 1200px) {
  .slider .embla__dots {
    bottom: calc(144px - -2rem);
  }
}
@media (min-width: 1470px) {
  .slider .embla__dots {
    bottom: calc(144px - -6vw);
  }
}
.slider .embla__button {
  width: 44px;
  height: 44px;
}
@media (max-width: 767.98px) {
  .slider .embla__button {
    display: none;
  }
}
.slider .embla__button svg {
  width: 1.5rem;
  height: 1.5rem;
}

.home-products {
  position: relative;
  z-index: 1;
  padding: 1.5rem 0.75rem;
  margin-top: -1.5rem;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-bottom: 4rem;
}
@media (min-width: 576px) {
  .home-products {
    padding: 2.5rem calc(var(--bs-gutter-x) * 0.5);
  }
}
@media (min-width: 768px) {
  .home-products {
    padding: 3rem;
    margin-top: -120px;
    margin-left: -3rem;
    margin-right: -3rem;
    margin-bottom: 8vw;
  }
  .home-products header {
    width: 200px;
  }
}
@media (min-width: 992px) {
  .home-products {
    padding: 4rem;
    margin-top: -144px;
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
.home-products .garlic {
  position: absolute;
  bottom: -20vw;
  right: 0;
  width: 16vw;
  max-width: 280px;
  min-width: 120px;
}
@media (min-width: 768px) {
  .home-products .garlic {
    right: calc(3rem - 7vw);
  }
}
@media (min-width: 992px) {
  .home-products .garlic {
    right: calc(4rem - 7vw);
  }
}

.home-about {
  background: #F6F3EC url("../images/man-01.webp") top left no-repeat;
  padding: 2.5rem 0.75rem 8rem;
  margin-left: calc(var(--bs-gutter-x) * -0.5);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-bottom: 4rem;
}
@media (min-width: 576px) {
  .home-about {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
    padding-right: calc(var(--bs-gutter-x) * 0.5);
    padding-bottom: 2.5rem;
  }
}
@media (min-width: 768px) {
  .home-about {
    margin-left: -3rem;
    margin-right: -3rem;
    margin-bottom: 8vw;
    padding: 8vw;
  }
}
@media (min-width: 992px) {
  .home-about {
    margin-left: -4rem;
    margin-right: -4rem;
  }
}
.home-about .content {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
  font-style: italic;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 2rem;
}
@media (min-width: 768px) {
  .home-about .content {
    margin-bottom: 3vw;
  }
}
.home-about .image img {
  position: relative;
  z-index: 1;
  max-width: 25%;
  min-width: 140px;
}
.home-about .story {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  width: 20vw;
  max-width: 280px;
  max-width: 365px;
  min-width: 180px;
}
@media (min-width: 576px) {
  .home-about .story {
    bottom: 8vw;
  }
}
@media (min-width: 768px) {
  .home-about .story {
    left: calc(3rem - 7vw);
  }
}
@media (min-width: 992px) {
  .home-about .story {
    left: calc(4rem - 7vw);
  }
}

.product-carousel {
  --bs-spacer: .5rem;
  --embla-gap: 1.5rem;
  --embla-count: 1;
  --embla-arrow-border-width: 1px;
  --embla-arrow-box-shadow: none;
  --embla-arrow-bg: transparent;
  --embla-arrow-hover-bg: var(--bs-body-color);
  --embla-arrow-hover-color: #fff;
  --embla-arrow-active-bg: var(--bs-body-color);
  --embla-arrow-active-color: #fff;
  --embla-arrow-opacity: 1;
  --embla-arrow-disabled-opacity: 0;
  --embla-dot-border-width: 0;
  --embla-dot-hover-border-width: 0;
  --embla-dot-active-border-width: 0;
  --embla-dot-width: .75rem;
  --embla-dot-height: .75rem;
  --embla-dot-opacity: .24;
  --embla-dot-hover-opacity: .5;
  --embla-dot-active-opacity: 1;
  --embla-dot-bg: #000;
  --embla-dot-hover-bg: #000;
  --embla-dot-active-bg: #000;
  --embla-dot-gap: .5rem;
}
@media (min-width: 576px) {
  .product-carousel {
    --embla-count: 2;
  }
}
@media (min-width: 768px) {
  .product-carousel {
    --embla-count: 3;
  }
}
@media (min-width: 1200px) {
  .product-carousel {
    --embla-count: 4;
  }
}
.product-carousel .embla__button {
  top: 0;
  transform: translateY(-100%);
  width: 48px;
  height: 48px;
  margin-top: -1rem;
}
@media (min-width: 768px) {
  .product-carousel .embla__button {
    margin-top: -1.5rem;
  }
}
.product-carousel .embla__button:hover:before, .product-carousel .embla__button:focus:before {
  filter: brightness(0) invert(1);
}
.product-carousel .embla__button:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  background-position: center;
  background-repeat: no-repeat;
}
.product-carousel .embla__button svg {
  display: none;
}
.product-carousel .embla__button--prev {
  left: auto;
  right: calc(48px - -.75rem);
}
@media (min-width: 768px) {
  .product-carousel .embla__button--prev {
    right: auto;
    left: 200px;
  }
}
.product-carousel .embla__button--prev:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 12H5M5 12L12 19M5 12L12 5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.product-carousel .embla__button--next {
  right: 0;
}
@media (min-width: 768px) {
  .product-carousel .embla__button--next {
    right: auto;
    left: calc(200px - -48px - -1rem);
  }
}
.product-carousel .embla__button--next:before {
  background-image: url('data:image/svg+xml;utf8,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 12L19 12M19 12L12 5M19 12L12 19" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.product-carousel .embla__dots {
  position: relative;
  left: auto;
  bottom: auto;
}

.list-section article, .product-carousel article {
  display: block;
  height: 100%;
  font-size: 1.5rem;
}
.list-section article a, .product-carousel article a {
  text-decoration: none;
}
.list-section article figure, .product-carousel article figure {
  margin-bottom: 0;
}
.list-section article header, .product-carousel article header {
  padding: 1rem 0;
  margin: 0;
  color: inherit !important;
}
@media (min-width: 768px) {
  .list-section article header, .product-carousel article header {
    padding: 1.5rem 0;
  }
}
@media (min-width: 1470px) {
  .list-section article header, .product-carousel article header {
    padding: 2rem 0;
  }
}
.list-section article .small, .product-carousel article .small {
  font-size: 0.875rem;
}
.list-section article h2, .product-carousel article h2 {
  font-size: inherit;
  margin: 0;
}

.home-comments {
  background: url("../images/man-02.webp") top right no-repeat;
}
.home-comments h2:after {
  content: "";
  display: block;
  margin: 0.5rem auto 0;
  width: 188px;
  height: 12px;
  background: url("../images/zigzag.png") center no-repeat;
}
.home-comments .container-fluid {
  position: relative;
}
.home-comments .item {
  background-color: rgba(251, 248, 242, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.5);
  box-shadow: inset 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.025);
  border-radius: 1.5rem;
  padding: 2rem 1.5rem;
  backdrop-filter: blur(2rem);
  font-weight: 300;
  text-align: center;
}
@media (min-width: 1200px) {
  .home-comments .item {
    padding: 13%;
  }
}
.home-comments .item p {
  margin-bottom: 0.5rem;
}
.home-comments .item p img {
  margin: 0 1px;
}
.home-comments .item hr {
  color: #E8E3D7;
  opacity: 1;
  margin: 2rem 0;
}
.home-comments .item hr + p {
  font-size: 0.875em;
}
.home-comments .street {
  margin-top: -4rem;
}
@media (min-width: 576px) {
  .home-comments .street {
    margin-top: -12%;
  }
}

.comment-carousel {
  --bs-spacer: .5rem;
  --embla-gap: 1.5rem;
  --embla-count: 1;
  --embla-dot-border-width: 0;
  --embla-dot-hover-border-width: 0;
  --embla-dot-active-border-width: 0;
  --embla-dot-width: .75rem;
  --embla-dot-height: .75rem;
  --embla-dot-opacity: .24;
  --embla-dot-hover-opacity: .5;
  --embla-dot-active-opacity: 1;
  --embla-dot-bg: #000;
  --embla-dot-hover-bg: #000;
  --embla-dot-active-bg: #000;
  --embla-dot-gap: .5rem;
}
@media (min-width: 768px) {
  .comment-carousel {
    --embla-count: 2;
  }
}
@media (min-width: 992px) {
  .comment-carousel {
    --embla-count: 3;
  }
}
@media (min-width: 1470px) {
  .comment-carousel {
    --embla-count: 4;
  }
}
.comment-carousel .embla__dots {
  position: relative;
  left: auto;
  bottom: auto;
}

.shopping-info {
  margin-top: 4rem;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  text-align: center;
}
.shopping-info img {
  display: block;
  width: 8vw;
  max-width: 90px;
  min-width: 72px;
  margin: 0 auto 1rem;
}
@media (min-width: 768px) {
  .shopping-info {
    margin-top: 8vw;
    flex-direction: row;
  }
  .shopping-info div {
    width: calc(33.33333% - 1rem);
  }
}
@media (min-width: 992px) {
  .shopping-info {
    justify-content: space-evenly;
    gap: 0;
  }
  .shopping-info div {
    width: 320px;
    max-width: 25%;
  }
}

.footer-logo {
  display: block;
  width: 180px;
  margin: 4rem auto -90px;
}
@media (min-width: 768px) {
  .footer-logo {
    margin-top: 8vw;
  }
}
@media (min-width: 1200px) {
  .footer-logo {
    width: 210px;
    margin-bottom: -105px;
  }
}

.main-footer {
  background: #161616 url("../images/footer-bg.webp") bottom right no-repeat;
  padding: 6.5rem 1.5rem 1.5rem;
  font-weight: 200;
  color: #fff;
  margin: 0 calc(var(--bs-gutter-x) * -0.5);
  border-radius: 1.5rem 1.5rem 0 0;
}
@media (min-width: 576px) {
  .main-footer {
    margin: 0 0 1rem;
    border-radius: 1.5rem;
  }
}
.main-footer .copyright {
  margin: 1.5rem 0 0;
}
@media (min-width: 768px) {
  .main-footer .copyright {
    margin-top: 8vw;
  }
}
@media (min-width: 576px) {
  .main-footer {
    padding: 5rem 4vw 1.5rem;
  }
}
.main-footer ul {
  list-style: none;
  padding-left: 0;
  padding-right: 0;
}
.main-footer a {
  color: inherit;
  text-decoration: none;
}
.main-footer a:hover {
  color: var(--bs-link-hover-color);
}
.main-footer .title {
  font-size: 1.25em;
  font-weight: 400;
}
.main-footer .motto {
  max-width: 270px;
}
.main-footer .motto strong {
  display: block;
  color: #A1A1A1;
  font-weight: 300;
  text-align: right;
}
.main-footer .social-media {
  margin-bottom: -1rem;
}
.main-footer .social-media a {
  font-size: 1.25em;
  padding: 1rem;
}

.list-section:empty, .list-section:not(:empty) ~ .list-section {
  display: none;
}

.breadcrumb {
  --bs-breadcrumb-font-size: .75em;
  --bs-breadcrumb-margin-bottom: 0;
}
.breadcrumb ul {
  width: 100%;
  justify-content: flex-start;
  font-weight: 300;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  gap: 1rem;
}
.breadcrumb ul li {
  gap: 1rem;
}
.breadcrumb ul li:after {
  content: "";
  width: 12px;
  height: 9px;
  background-image: url('data:image/svg+xml;utf8,<svg width="12" height="9" viewBox="0 0 12 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.5 4.5H11.1667M11.1667 4.5L7.16667 0.5M11.1667 4.5L7.16667 8.5" stroke="black" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  padding: 0;
}
.breadcrumb a {
  padding: 0;
}

.pagination {
  --bs-pagination-bg: transparent;
  --bs-pagination-color: var(--bs-link-hover-color);
  --bs-pagination-active-bg: transparent;
  --bs-pagination-active-color: var(--bs-body-color);
  --bs-pagination-hover-bg: transparent;
  --bs-pagination-border-width: 0;
  --bs-pagination-border-radius: 0;
  --bs-pagination-font-size: 1.25em;
}
.pagination .page-item span {
  display: none;
}
.pagination .first-page, .pagination .last-page {
  display: none;
}
.pagination .prev-page .page-link, .pagination .next-page .page-link {
  color: var(--bs-pagination-active-color);
}

.map-wrapper {
  position: relative;
  padding-top: 36.67%;
  min-height: 260px;
}
.map-wrapper .map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: auto !important;
}

.mw-about {
  max-width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.bg-about {
  background: #EFECE4 url("../images/about-bg.webp") right bottom no-repeat;
  background-size: auto 10rem;
  padding: 1.5rem 1.5rem 10rem;
}
@media (min-width: 576px) {
  .bg-about {
    padding: 3rem 3rem 10rem;
  }
}
@media (min-width: 992px) {
  .bg-about {
    padding-right: 40%;
    padding-bottom: 3rem;
    background-size: calc(40% - 1.675rem);
    background-position: right center;
  }
}
@media (min-width: 1470px) {
  .bg-about {
    padding-top: 7vw;
    padding-bottom: 7vw;
    padding-left: 6vw;
  }
}

.contact-wrapper div[data-text][data-text=""] {
  display: none;
}
.contact-wrapper ~ .container-fluid .shopping-info {
  display: none;
}
@media (max-width: 1199.98px) {
  .contact-wrapper .fs-4 {
    font-size: 1.25em !important;
  }
}

.modul-wrapper ~ .container-fluid .shopping-info {
  display: none;
}

.reservation {
  --bs-height: 60px;
}
@media (min-width: 1470px) {
  .reservation {
    --bs-height: 4.25vw;
  }
}
.reservation .row .row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 1.5rem;
}
@media (min-width: 1200px) {
  .reservation .row .row {
    --bs-gutter-x: 2vw;
    --bs-gutter-y: 2vw;
  }
}
.reservation .content-body {
  background-color: #F6F2E8;
  padding: 1.5rem;
}
@media (min-width: 576px) {
  .reservation .content-body {
    padding: 5vw;
  }
}
.reservation .btn {
  font-size: 1rem;
  font-weight: 500;
  height: calc(var(--bs-height) * 1.1);
  border-radius: 2rem;
  text-transform: none;
  margin-top: 3rem;
}
@media (min-width: 576px) {
  .reservation .btn {
    margin-top: 5vw;
  }
}
.reservation hr {
  flex-shrink: inherit;
  margin-left: calc((var(--bs-height) * .5) - -(var(--bs-gutter-x) * .5));
  margin-right: calc((var(--bs-height) * .5) - -(var(--bs-gutter-x) * .5));
  margin-bottom: 0;
  opacity: 0.16;
}
.reservation .form-control, .reservation .form-select {
  height: var(--bs-height);
  border-color: #fff;
  border-radius: 50em;
  background-position: right calc(var(--bs-height) * 0.5) center;
  background-size: 16px;
  padding: .5rem calc(var(--bs-height) * .5) .5rem calc((var(--bs-height) * .5) - -2.25rem);
  line-height: calc(var(--bs-height) - 1rem - 6px);
}
.reservation .form-control:focus, .reservation .form-select:focus {
  border-color: #000;
}
.reservation input[type=datetime-local]::-webkit-calendar-picker-indicator {
  background-image: url('data:image/svg+xml;utf8,<svg width="40" height="40" viewBox="0 0 40 40" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M35 19.1666V14.6666C35 11.8664 35 10.4663 34.455 9.39669C33.9757 8.45588 33.2108 7.69098 32.27 7.21161C31.2004 6.66665 29.8003 6.66665 27 6.66665H13C10.1997 6.66665 8.79961 6.66665 7.73005 7.21161C6.78924 7.69098 6.02433 8.45588 5.54497 9.39669C5 10.4663 5 11.8664 5 14.6666V28.6666C5 31.4669 5 32.867 5.54497 33.9366C6.02433 34.8774 6.78924 35.6423 7.73005 36.1217C8.79961 36.6666 10.1997 36.6666 13 36.6666H20.8333M35 16.6666H5M26.6667 3.33331V9.99998M13.3333 3.33331V9.99998M30 35V25M25 30H35" stroke="%23B1B1B1" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  width: calc(var(--bs-height) * 0.5);
  height: calc(var(--bs-height) * 0.5);
}
.reservation .form-icon {
  background-position: calc(var(--bs-height) * 0.5) center;
  background-repeat: no-repeat;
  background-size: 24px;
  pointer-events: none;
}

img[data-src] {
  background-color: var(--bs-body-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 48px 48px;
}
img[data-src]:not([src]) {
  visibility: hidden;
}

.product-images {
  --bs-spacer: 0;
  --embla-gap: 0rem;
  --embla-count: 1;
  --embla-dot-border-width: 0;
  --embla-dot-hover-border-width: 0;
  --embla-dot-active-border-width: 0;
  --embla-dot-width: 100%;
  --embla-dot-height: .25rem;
  --embla-dot-opacity: 1;
  --embla-dot-hover-opacity: 1;
  --embla-dot-active-opacity: 1;
  --embla-dot-bg: #EFEFEF;
  --embla-dot-hover-bg: #000;
  --embla-dot-active-bg: #000;
  --embla-dot-gap: .25rem;
  --embla-dot-border-radius: 0;
}
.product-images .embla__button {
  display: none;
}
.product-images .embla__dots {
  left: 0.5rem;
  bottom: 0.5rem;
  width: calc(100% - 1rem);
}
.product-images .embla__container {
  display: flex;
}
.product-images .embla__slide {
  flex: 0 0 100%;
  min-width: 0;
}
.product-images .embla__slide a {
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.product-images .embla__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 16px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}
@media (min-width: 1200px) {
  .product-images {
    --embla-gap: .5rem;
    transform: none !important;
  }
  .product-images .embla__slide {
    flex: 0 0 100%;
    width: 100%;
  }
}

.product {
  margin-bottom: 4rem;
}
.product .product-detail {
  display: flex;
  flex-direction: column;
}
.product .addToFavoritesButton {
  transition-property: color;
  transition-duration: 0.2s;
}
@media (max-width: 575.98px) {
  .product .addToFavoritesButton {
    position: absolute;
    top: 2rem;
    right: 1rem;
    background-color: #fff;
    padding: 0.5rem;
  }
}
@media (min-width: 576px) {
  .product .addToFavoritesButton {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    border: 1px solid #000;
  }
}
.product .addToFavoritesButton:hover, .product .addToFavoritesButton[data-type="0"] {
  color: var(--bs-danger);
  border-color: var(--bs-danger);
}
.product h1 {
  font-weight: 600;
  font-size: 2.5rem;
}
.product small {
  font-size: 0.75em;
}
.product .prices {
  line-height: 1.35;
}
.product .prices .badge {
  display: flex;
  align-items: center;
  background-color: #D82629;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}
.product .prices #nonDiscountedPrice, .product .prices #marketPrice {
  font-size: 1.5rem;
  color: #535353;
  text-decoration: line-through;
}
.product .prices #salePrice, .product .prices #discountedPrice {
  font-size: 2.5rem;
  font-weight: 600;
}
.product .prices .promotionItem {
  margin-top: 0.75rem;
  width: 100%;
  display: flex;
  align-items: center;
  background-color: var(--bs-light);
  background-position: 1rem center;
  background-repeat: no-repeat;
  padding: 0.5rem 1rem 0.5rem 3rem;
  font-size: 0.875em;
  min-height: 48px;
}
html[dir=rtl] .product .prices .promotionItem {
  padding: 0.5rem 3rem 0.5rem 1rem;
  background-position: right 1rem center;
}
.product .prices .promotionItem:has(.sag) {
  align-self: center;
  width: auto;
  margin-top: 0;
  background-color: #fff;
  background-image: none;
  padding-left: 1rem;
  min-height: 36px;
  font-weight: 500;
}
@media (max-width: 575.98px) {
  .product .prices .promotionItem:has(.sag) {
    margin-left: auto;
    border: 1px solid #f5f5f5;
  }
}
.product .prices .promotionItem:has(.sag) strong {
  font-size: 0.875em;
  color: #709d35;
  font-weight: 600;
  margin-right: 4px;
}
.product .prices .promotionItem .text {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.product .prices .promotionItem a {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 0.75rem;
  text-decoration: none;
}
.product .prices .promotionItem a:before {
  content: "";
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 0;
  height: 1px;
  background-color: currentcolor;
  opacity: 0.9;
}
.product .prices .promotionItem a:after {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}
@media (min-width: 576px) {
  html[dir=rtl] .product .prices .me-sm-4 {
    margin-left: 1.5rem;
    margin-right: 0 !important;
  }
}
.product #variants .title, .product #accessories .title {
  font-size: 1rem;
}
.product #variants .title strong, .product #accessories .title strong {
  font-weight: 600;
}
.product .variantItem {
  margin-bottom: 2.5rem;
}
@media (max-width: 767.98px) {
  .product .variantItem[data-id="3"] .title a {
    display: block !important;
    margin-left: auto;
  }
}
.product .variantSelectBox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  height: 90px;
  background-color: #FFFEFA;
  border: 1px solid #E5E5E5;
  padding: 1.75rem 4rem 1.75rem 2.25rem;
  font-size: 24px;
  font-weight: 700;
  background-size: 20px 20px;
  background-position: right 2rem center;
}
.product .variantSelectBox li {
  min-width: calc(25% - 0.375rem);
}
@media (min-width: 576px) {
  .product .variantSelectBox li {
    min-width: calc(20% - 0.4rem);
  }
}
@media (min-width: 992px) {
  .product .variantSelectBox li {
    min-width: 90px;
  }
}
.product .variantSelectBox .btn {
  --bs-btn-bg: #fff;
  --bs-btn-color: var(--bs-primary);
  --bs-btn-border-color: var(--bs-border-color);
  --bs-btn-hover-color: var(--bs-primary);
  --bs-btn-hover-bg: #fff;
  --bs-btn-hover-border-color: var(--bs-primary);
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: var(--bs-primary);
  --bs-btn-active-border-color: var(--bs-primary);
  --bs-btn-active-shadow: none;
  --bs-btn-disabled-color: #9B9BA7;
  --bs-btn-disabled-bg: #F7F7F7;
  --bs-btn-disabled-border-color: var(--bs-border-color);
  --bs-btn-padding-x: .5rem;
  width: 100%;
}
.product .variantSelectBox li[data-stock="0"] .btn {
  color: var(--bs-btn-disabled-color) !important;
  --bs-btn-bg: var(--bs-btn-disabled-bg);
  --bs-btn-border-color: var(--bs-btn-disabled-border-color);
  position: relative;
}
.product .variantSelectBox li[data-stock="0"] .btn::after {
  content: "";
  height: 1px;
  position: absolute;
  background-color: #bfbfbf;
  top: 50%;
  left: -4px;
  right: -4px;
  transform: rotate(-25deg);
}
.product .variantSelectBox[data-id="4"] li {
  width: 52px;
  min-width: auto;
}
.product .variantSelectBox[data-id="4"] .variant-image {
  display: block !important;
  width: calc(100% - -(var(--bs-btn-padding-x) * 2)) !important;
  height: auto !important;
  margin: calc(var(--bs-btn-padding-y) * -1) calc(var(--bs-btn-padding-x) * -1) !important;
}
.product .variantSelectBox[data-id="4"] .variant-image ~ .variant-title {
  display: none !important;
}
.product .variantSelectBox[data-id="4"] .variant-title {
  font-size: 0;
  color: transparent;
  width: 52px;
  height: calc(70px - 1rem);
}
.product .btn-check:checked + .btn, .product :not(.btn-check) + .btn:active, .product .btn:first-child:active, .product .btn.active, .product .btn.show {
  color: var(--bs-btn-active-color) !important;
}
.product .addToCartDetailButton {
  height: 48px;
}
.product .stock-line {
  font-size: 0.75em;
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .product .stock-line {
    order: 2;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    margin-bottom: 2rem;
  }
}
.product .stock-line div {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.product .stock-line div:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background-position: center left;
  background-repeat: no-repeat;
}
.product .stock-line div:empty {
  display: none;
}
.product .stock-info:not([data-product-stock="1"]):not([data-product-stock="2"]):not([data-product-stock="3"]):not([data-product-stock="4"]):not([data-product-stock="5"]):not([data-product-stock="6"]):not([data-product-stock="7"]):not([data-product-stock="8"]):not([data-product-stock="9"]):not([data-product-stock="10"]) {
  display: none;
}
@media (min-width: 576px) {
  .product .product-detail {
    position: relative;
  }
}
@media (min-width: 992px) {
  .product .product-detail {
    padding-top: 13rem;
    padding-left: 3rem;
  }
}
@media (min-width: 768px) {
  .product .stock-info {
    margin-left: auto;
  }
}

#accordionProduct {
  order: 3;
}

@media (max-width: 575.98px) {
  #accordionProduct {
    --bs-accordion-btn-padding-x: calc(var(--bs-gutter-x) * .5);
    margin-left: calc(var(--bs-gutter-x) * -0.5);
    margin-right: calc(var(--bs-gutter-x) * -0.5);
  }
}

.accordion {
  --bs-accordion-bg: #fff;
  --bs-accordion-border-width: 0;
  --bs-accordion-active-bg: #fff;
  --bs-accordion-btn-padding-y: .875rem;
  --bs-accordion-btn-focus-box-shadow: 0 1px 2px rgba(0,0,0,.05);
  --bs-accordion-btn-icon-transform: rotate(90deg);
  font-size: 0.875em;
}

.accordion-item {
  box-shadow: var(--bs-accordion-btn-focus-box-shadow);
  margin-bottom: 0.5rem;
}

.accordion-header {
  font-size: inherit;
}

.accordion-button {
  font-size: inherit;
}
.accordion-button small:before {
  content: "(";
}
.accordion-button small:after {
  content: ")";
}
.accordion-button:after {
  content: "\f0da";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-image: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85em;
}
.accordion-button:not(.collapsed) {
  font-weight: 600;
}

.accordion-collapse {
  border-top: 1px solid #F2F2F2;
}

.main-accordion .accordion-header {
  display: flex;
  justify-content: space-between;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
}
.main-accordion .accordion-header a {
  font-size: 0.875em;
  font-weight: 500;
  color: #4A4A4A;
}

#product-description {
  padding: 1.75rem 0;
  font-weight: 300;
  margin-bottom: clamp(4rem, 6vw, 999px);
}
#product-description .main-img {
  width: 33.333333%;
  border: 1px solid var(--bs-border-color);
}

#product-description-title, #benzerurunler, #onerilenurunler, #songezilenurunler {
  width: 100%;
  max-width: 1504px;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 1px solid var(--bs-border-color);
  font-size: 1em;
  font-weight: 500;
}
@media (min-width: 768px) {
  #product-description-title, #benzerurunler, #onerilenurunler, #songezilenurunler {
    font-size: 1.25em;
    margin-bottom: 2rem;
  }
}
#product-description-title span, #benzerurunler span, #onerilenurunler span, #songezilenurunler span {
  display: inline-block;
  vertical-align: top;
  border-bottom: 1px solid #000;
  padding-bottom: 0.5rem;
  margin-bottom: -1px;
}
@media (min-width: 768px) {
  #product-description-title span, #benzerurunler span, #onerilenurunler span, #songezilenurunler span {
    padding-bottom: 1rem;
  }
}

#product-desc {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
}

.socialJS {
  gap: 0.5rem;
}
.socialJS a {
  display: flex;
  padding: 0.5rem;
  background-color: var(--bs-primary);
  text-decoration: none;
  border-radius: 0.5rem;
  font-size: 1.1em;
  min-width: 32px;
  min-height: 32px;
}
.socialJS a i {
  color: #fff !important;
}

.tableTax {
  font-family: inherit;
  font-size: 0.875em;
}

.sl-video-content {
  width: 100%;
  max-width: 960px;
  padding: 0.75rem;
}
.sl-video-content .sl-video-inner {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.sl-video-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.recommendedList {
  flex-direction: column;
  padding-top: 1rem;
  border-top: 1px solid #d9d9d9;
}
@media (min-width: 576px) {
  .recommendedList::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }
  .recommendedList::-webkit-scrollbar-track {
    background-color: #EDEDED;
    border-radius: 0;
  }
  .recommendedList::-webkit-scrollbar-thumb {
    background-color: #D9D9D9;
    border-radius: 0;
  }
  .recommendedList::-webkit-scrollbar-thumb:hover {
    background-color: #c7c7c7;
  }
  .recommendedList {
    overflow: auto;
    height: 320px;
    padding-bottom: 1rem;
  }
}
@media (min-width: 992px) {
  .recommendedList {
    height: 460px;
  }
}
.recommendedList .embla__slide {
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
}
.recommendedList .embla__slide:not(:first-child) {
  border-top: 1px solid #F3F3F3;
}
.recommendedList .product-item {
  position: relative;
  background-color: transparent;
  padding-left: 8rem;
  border: none;
  min-height: 124px;
  font-size: 1rem;
  line-height: 1.25;
  /*
  @include media-breakpoint-up(xl) {
      padding-left: 9rem;
      min-height: 135px;
  }
  */
}
@media (min-width: 1470px) {
  .recommendedList .product-item {
    padding-left: 10rem;
    min-height: 158px;
  }
}
.recommendedList .product-item .form-check {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0;
}
.recommendedList .product-item .form-check-input {
  margin: 0;
}
.recommendedList .product-item .form-check-input:focus {
  box-shadow: none;
}
.recommendedList .product-item .sold-out, .recommendedList .product-item .new {
  display: none;
}
.recommendedList .product-item figure {
  width: 5.5rem;
  position: absolute;
  top: 0;
  left: 1.5rem;
  /*
  @include media-breakpoint-up(xl) {
      width: 6rem;
  }
  */
}
@media (min-width: 1470px) {
  .recommendedList .product-item figure {
    width: 7rem;
    left: 2rem;
  }
}
.recommendedList .product-item .addToFavoritesButton {
  display: none;
}
.recommendedList .product-item header {
  padding: 0.25rem 0 0;
  margin-bottom: 0.75rem;
}
.recommendedList .product-item h2 {
  font-weight: 600;
  min-height: auto;
  margin-bottom: 1rem;
}
.recommendedList .product-item .prices {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  font-size: 1em;
  line-height: 1.35;
  margin-bottom: 1rem;
}
.recommendedList .product-item .prices .old-price {
  font-size: 0.875em;
  order: -1;
}
.recommendedList .product-item .prices .price {
  font-size: 1.125em;
  color: inherit;
}
.recommendedList .product-item .prices:has(.old-price) {
  position: relative;
  padding-left: 3.75rem;
}
.recommendedList .product-item .prices:has(.old-price) .old-price span {
  position: absolute;
  top: 2px;
  left: 0;
  bottom: 4px;
  width: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #D82629;
  font-weight: 400;
  color: #fff;
}
.recommendedList .product-item .promotion {
  width: auto;
  text-align: left;
  margin-bottom: 0.5rem;
}
.recommendedList .product-item .promotion:has(.sag) {
  position: relative;
  top: auto;
  right: auto;
  max-width: none;
  font-size: 0.875em;
  text-align: center;
  background-color: #fff;
}
.recommendedList .product-item .promotion:has(.sag) strong {
  display: inline-block;
  font-size: inherit;
}
.recommendedList .product-item .vars-options {
  display: flex;
  flex-wrap: wrap;
  column-gap: 2rem;
  row-gap: 0.25rem;
  margin-bottom: 0.5rem;
}
.recommendedList .product-item select {
  background-color: transparent;
  background-position: right center;
  border: none;
  box-shadow: none;
  width: auto;
  font-size: 0.75em;
  padding: 0 1rem 0 0;
}
.recommendedList .product-item .add-to-cart {
  padding: 0;
}
.recommendedList .product-item .add-to-cart .cart-detail {
  height: 36px;
}
.recommendedList .product-item .add-to-cart .cart-detail + div {
  display: none;
}

.nav-pills {
  --bs-nav-link-color: rgba(0,0,0, .5);
  --bs-nav-pills-link-active-bg: transparent;
  --bs-nav-pills-link-active-color: #000;
  --bs-nav-link-padding-x: 1.5rem;
  position: relative;
  flex-wrap: wrap;
  font-weight: 500;
}
.nav-pills:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #f2f2f2;
}
.nav-pills .nav-link {
  position: relative;
  min-width: 150px;
  border-bottom: 1px solid transparent;
}
.nav-pills .nav-link.active {
  border-color: #000;
}

.tab-content {
  padding: 0.5rem 0;
}

#tabpaneMain *:not(h1):not(h2):not(h3) {
  font-size: inherit !important;
}
#tabpaneMain * {
  font-family: inherit !important;
}
#tabpaneMain img, #tabpaneMain iframe {
  max-width: 100%;
}

#commentForm .form-label {
  display: block !important;
}
#commentForm .btn-primary {
  width: 100%;
}

#comments .item {
  background-color: #f5f5f5;
  padding: 1rem;
}

.commentAvatar {
  font-size: 1.25em;
}

.commentName {
  font-weight: 500;
}

.commentDate {
  font-size: 0.75em;
}

.commentTitle, .commentMessage {
  font-size: 0.875em;
}

.slbElement.product-image-lightbox .slbOverlay {
  background-color: #fff;
}
.slbElement.product-image-lightbox .slbContentOuter {
  padding: 0;
}
.slbElement.product-image-lightbox .slbImage {
  padding: 0;
  max-height: none !important;
}
.slbElement.product-image-lightbox .slbImageWrap:after {
  content: none;
}
.slbElement.product-image-lightbox .slbCaption {
  display: none;
}

.product-info ul {
  font-size: 0.875em;
}

.wapp-chat-btn {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 23px;
  border-radius: 100px;
  margin: 2.5rem 0;
  background: #20B038;
  background: -webkit-linear-gradient(90deg, rgb(32, 176, 56) 0%, rgb(96, 214, 106) 100%);
  background: -moz-linear-gradient(90deg, rgb(32, 176, 56) 0%, rgb(96, 214, 106) 100%);
  background: linear-gradient(90deg, rgb(32, 176, 56) 0%, rgb(96, 214, 106) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#20B038", endColorstr="#60D66A", GradientType=1);
  border: none;
  transition: background 0.4s ease;
}

.wapp-chat-btn svg {
  width: 32px;
  height: 32px;
}

.wapp-chat-btn span {
  text-transform: none;
  font-size: 20px;
  font-weight: 400;
}

.wapp-chat-btn:hover {
  opacity: 0.9;
}

.container-fluid .container-fluid {
  padding: 0 !important;
}

.product-list {
  position: relative;
}
@media (max-width: 575.98px) {
  .product-list {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .product-list .row li:nth-child(2n+1) {
    padding-left: 0;
  }
  .product-list .row li:nth-child(2n) {
    padding-right: 0;
  }
}
.product-list > ul:empty {
  display: none;
}
.product-list .no-item svg {
  fill: rgba(0, 0, 0, 0.2);
}

.product-item {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 100%;
  font-size: 0.875em;
}
.product-item[data-etiket3="1"] .group {
  display: block;
}
.product-item[data-etiket3="1"] .vars-sizes {
  display: none;
}
.product-item .new {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  z-index: 1;
  pointer-events: none;
  background-color: #fff;
  padding: 0.1rem 0.5rem;
  font-size: 0.85em;
  font-weight: 500;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .product-item .new {
    top: 1rem;
    left: 1rem;
    padding: 0.1rem 0.75rem;
  }
}
.product-item .new:not([data-value="1"]) {
  display: none;
}
.product-item figure {
  display: block;
  position: relative;
  margin-bottom: 0;
}
.product-item .embla {
  --bs-spacer: 0;
  --embla-dot-border-width: 0;
  --embla-dot-hover-border-width: 0;
  --embla-dot-active-border-width: 0;
  --embla-dot-width: 100%;
  --embla-dot-height: .25rem;
  --embla-dot-opacity: 1;
  --embla-dot-hover-opacity: 1;
  --embla-dot-active-opacity: 1;
  --embla-dot-bg: #EFEFEF;
  --embla-dot-hover-bg: #000;
  --embla-dot-active-bg: #000;
  --embla-dot-gap: .25rem;
  --embla-dot-border-radius: 0;
}
.product-item .embla + a {
  display: none;
}
.product-item .embla__dots {
  left: 0.25rem;
  bottom: 0.25rem;
  width: calc(100% - 0.5rem);
}
.product-item .desktop-gallery {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: flex;
  padding: 0.25rem 0.75rem;
}
.product-item .desktop-gallery > div {
  width: 100%;
  display: flex;
  align-items: flex-end;
  padding: 0 0.25rem;
  color: #EFEFEF;
}
.product-item .desktop-gallery > div:after {
  content: "";
  width: 100%;
  height: 0.25rem;
  background-color: currentcolor;
}
.product-item .desktop-gallery > div.is-active {
  color: #000;
}
.product-item img {
  display: block;
  width: 100%;
  max-width: 446px;
  margin: 0 auto;
}
.product-item .sold-out {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 1.5em;
  font-weight: 500;
  pointer-events: none;
}
.product-item .sold-out ~ .vars-sizes {
  display: none !important;
}
.product-item .addToFavoritesButton {
  display: none;
  position: absolute;
  top: 0.5rem;
  right: 0.5rem;
  z-index: 1;
  padding: 0.5rem;
}
.product-item .addToFavoritesButton:hover, .product-item .addToFavoritesButton[data-type="0"] {
  color: var(--bs-secondary);
}
@media (min-width: 768px) {
  .product-item .addToFavoritesButton {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition-property: opacity;
    transition-duration: 0.2s;
  }
}
.product-item .group {
  display: none;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  box-shadow: 0 0 0 3px #fff;
  transform: rotate(-90deg);
  border-radius: 50em;
}
.product-item .group text {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 1px;
  fill: #000;
}
.product-item .vars-colors {
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  z-index: 1;
  background-color: #fff;
  background-position: 0.5rem center;
  background-repeat: no-repeat;
  padding: 0.35rem 0.5rem 0.35rem 2.5rem;
  font-weight: 300;
  pointer-events: none;
}
@media (max-width: 767.98px) {
  .product-item .vars-colors {
    left: 0.25rem;
    bottom: 0.75rem;
    font-size: 0.85em;
  }
}
.product-item .vars-colors strong {
  font-weight: 600;
}
.product-item .vars-sizes {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.25rem;
  background-color: #fff;
  border-radius: 50em;
  font-weight: 300;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.product-item .vars-sizes .is-disabled {
  opacity: 0.5;
}
.product-item .vars-sizes span:first-child {
  margin-top: 1rem;
}
.product-item .vars-sizes button {
  padding: 0.375rem;
  pointer-events: auto;
}
.product-item .vars-sizes svg {
  padding: 2px;
}
@media (min-width: 768px) {
  .product-item .vars-sizes {
    transition-property: opacity;
    transition-duration: 0.2s;
  }
}
@media (min-width: 1470px) {
  .product-item .vars-sizes {
    font-size: 1rem;
    gap: 0.5rem;
  }
  .product-item .vars-sizes span:first-child {
    margin-top: 1.5rem;
  }
  .product-item .vars-sizes button {
    padding: 0.75rem;
  }
  .product-item .vars-sizes svg {
    padding: 0;
  }
}
.product-item header {
  position: relative;
  padding: 0.75rem;
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .product-item header {
    padding: 1rem;
  }
  .product-item header:has(.sag) {
    padding-right: 9.5rem;
  }
}
.product-item header a {
  color: inherit;
  text-decoration: none;
}
.product-item h2 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0 0 0.65rem;
}
.product-item .prices {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  column-gap: 1rem;
  row-gap: 0.25rem;
}
@media (max-width: 575.98px) {
  .product-item .prices {
    column-gap: 0.5rem;
  }
}
.product-item .prices > div {
  display: flex;
  flex-wrap: wrap;
  /*align-items: center;*/
  column-gap: 1rem;
  row-gap: 0.25rem;
}
.product-item .prices:has(.old-price) .price {
  font-size: 1.25rem;
  font-weight: 700;
}
.product-item .prices:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .product-item .prices:not(:last-child) {
    margin-bottom: 0.65rem;
  }
}
.product-item .price {
  font-weight: 600;
}
.product-item .old-price {
  display: flex;
  font-size: 1rem;
  gap: 0.25rem;
  color: #535353;
  align-items: center;
}
.product-item .old-price span {
  font-weight: 600;
  color: #D83D26;
}
.product-item .discount {
  display: flex;
  align-items: center;
  background-color: #D82629;
  font-size: 0.875rem;
  font-weight: 400;
  color: #fff;
  font-weight: 500;
}
.product-item .promotion {
  display: inline-flex;
  justify-content: center;
  width: 100%;
  padding: 0.25rem 0.5rem;
  border: 1px solid #FFD5D6;
  font-size: 0.875em;
  font-weight: 400;
  color: var(--bs-danger);
  text-align: center;
}
.product-item .promotion:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (min-width: 768px) {
  .product-item .promotion {
    width: auto;
    padding: 0.375rem 0.75rem;
  }
}
.product-item .promotion:has(.sag) {
  background-color: #FBFBFB;
  border-color: #FBFBFB;
  font-weight: 600;
  color: inherit;
}
@media (min-width: 768px) {
  .product-item .promotion:has(.sag) {
    position: absolute;
    top: 1rem;
    right: 1rem;
    max-width: 8rem;
    font-size: inherit;
    text-align: right;
  }
}
.product-item .promotion:has(.sag) strong {
  color: #709d35;
  font-weight: inherit;
}
@media (min-width: 768px) {
  .product-item .promotion:has(.sag) strong {
    display: block;
    font-size: 0.875em;
  }
}
@media (min-width: 768px) {
  .product-item:hover .addToFavoritesButton, .product-item:hover .vars-sizes {
    opacity: 1;
    visibility: visible;
  }
}/*# sourceMappingURL=main.css.map */