.product-main .s-categories {
  padding-bottom: 10px;
}
.product-main .s-categories h2 {
  display: none;
}
.product-main .s-categories > div:first-child {
  display: none;
}

.hidden {
  display: none;
}

.swiper-slide-thumb-active {
  filter: brightness(0.8);
}

a {
  cursor: pointer !important;
}

.fancybox__content {
  color: #000 !important;
}

.snackbox-product .added {
  box-shadow: inset 0 0 0 3px #000;
}
.snackbox-product .added .buttonadd {
  box-shadow: 0 0 0 2px #b90000;
  background-color: #b90000;
  transform: rotate(45deg);
}
.snackbox-product .added .buttonadd * {
  stroke: #fff;
}

#error {
  color: #b90000;
}

select {
  -webkit-appearance: none; /* Remove default styles */
  -moz-appearance: none;
       appearance: none; /* Modern browsers */
  background: none; /* Remove background */
}

#quantity-input,
#bag-bag-input {
  border-radius: 0;
}

html {
  scroll-behavior: smooth;
}

#menu li {
  opacity: 0.3;
}

#menu .active {
  opacity: 1;
  border-bottom: solid 2px #000;
}

.snackbox-product h2 {
  scroll-margin-top: 80px;
}

#product-tag-filter li a.active {
  background-color: #000;
  color: #fff;
}

#error {
  display: none;
}

#error.visible {
  display: block;
}

#placeorder.disable {
  opacity: 0.5;
  pointer-events: none;
}

#messagecard {
  display: none;
}

#messagecard.show {
  display: block;
}

.custom-marker.active {
  background-color: black;
}

.wpc-filters-widget-containers-wrapper .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-header {
  display: block !important;
}
.wpc-filters-widget-containers-wrapper .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-header .widget-title {
  margin-bottom: 0px;
  cursor: pointer;
}
.wpc-filters-widget-containers-wrapper .wpc-filters-widget-wrapper .wpc-filters-section .wpc-filter-content {
  padding: 8px 12px;
  background-color: white;
  border-radius: 12px;
  position: absolute;
  width: 100%;
  z-index: 1;
  min-width: -moz-fit-content;
  min-width: fit-content;
  display: none !important;
}
.wpc-filters-widget-containers-wrapper .wpc-filters-widget-wrapper .wpc-filters-section.active .wpc-filter-content {
  display: block !important;
}
.wpc-filters-widget-containers-wrapper .wpc-term-item-content-wrapper {
  white-space: nowrap;
}

.s-welcome .btn {
  font-size: 16px;
  padding: 12px 32px;
  background-color: white;
  border-radius: 999px;
  font-weight: 600;
  position: absolute;
  bottom: 30%;
  transform: scale(1);
  transition: all 0.5s ease-in-out;
}
.s-welcome .items:hover .btn {
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}

@media (max-width: 1024px) {
  .s-welcome .btn {
    font-size: 14px;
    padding: 8px 24px;
    position: relative;
    bottom: unset;
  }
  .s-welcome .kitchen-logo {
    margin-bottom: -48px;
  }
}
@media (max-width: 595px) {
  .s-visit-our h2 {
    font-size: 90px;
  }
}
@media (max-width: 476px) {
  .s-visit-our h2 {
    font-size: 80px;
  }
}
.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.menu-fade::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 50%;
  pointer-events: none;
  background: linear-gradient(275deg, rgb(245, 242, 235) 0%, rgba(255, 255, 255, 0) 100%);
}/*# sourceMappingURL=pure.css.map */