.scrolling-wrapper {
  overflow-x: scroll;
  overflow-y: hidden;
  white-space: nowrap;
}

.div_gorisontal_scroll {
  display: inline-flex;
}

.fit-cover {
  object-fit: cover;
}

.page_height {
  min-height: 660px;
}
.menu-item{
  transition: all 0.3s linear;
}

.menuHeader{
  scroll-margin-top: 120px;
}

.menu-item.active {
  background-color: #333;
  color: #fff;
}

.pointer{cursor: pointer;}

/* ====================== LOADING ====================== */

.loading {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	z-index: 9999999999999;
}
.loading .middle {
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.loading .middle .lds-ellipsis {
	display: inline-block;
	position: relative;
	width: 120px;
}
.loading .middle .lds-ellipsis div {
	position: absolute;
	top: 27px;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #00aab7;
	-webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
	animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.loading .middle .lds-ellipsis div:nth-child(1) {
	left: 6px;
	-webkit-animation: lds-ellipsis1 0.6s infinite;
	animation: lds-ellipsis1 0.6s infinite;
}
.loading .middle .lds-ellipsis div:nth-child(2) {
	left: 6px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
}
.loading .middle .lds-ellipsis div:nth-child(3) {
	left: 26px;
	-webkit-animation: lds-ellipsis2 0.6s infinite;
	animation: lds-ellipsis2 0.6s infinite;
}
.loading .middle .lds-ellipsis div:nth-child(4) {
	left: 45px;
	-webkit-animation: lds-ellipsis3 0.6s infinite;
	animation: lds-ellipsis3 0.6s infinite;
}
.loading img{
  max-width:100%;
  animation: pulse 1.2s linear infinite;
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* ====================== SCROLLBAR ====================== */
::-webkit-scrollbar{width: 6px; height: 6px;}
::-webkit-scrollbar-button{background-color: #afafafb3; width:0; height:0;}
::-webkit-scrollbar-track{background-color:transparent;}
::-webkit-scrollbar-track-piece{background: transparent;}
::-webkit-scrollbar-thumb{height: 50px; background-color: #afafafb3; border-radius: 3px;}
::-webkit-scrollbar-corner{background-color: #afafafb3;}
::-webkit-resizer{background-color: #afafafb3;}

.scrolling-wrapper::-webkit-scrollbar{height: 0;}

.horizontal_scroll_wrap::-webkit-scrollbar{height: 0;}


.fit-cover {
  object-fit: cover;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bg-white-300 {
  background: rgba(255, 255, 255, 0.3) !important;
}

.rounded-bottom-left {
  border-radius: 0;
  border-bottom-left-radius: .25rem!important;
}

.rounded-bottom-right {
  border-radius: 0;
  border-bottom-right-radius: .25rem!important;
}

.bs-icon {
  --bs-icon-size: .75rem;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: var(--bs-icon-size);
  width: calc(var(--bs-icon-size) * 2);
  height: calc(var(--bs-icon-size) * 2);
  color: var(--bs-primary);
}

.bs-icon-xs {
  --bs-icon-size: 1rem;
  width: calc(var(--bs-icon-size) * 1.5);
  height: calc(var(--bs-icon-size) * 1.5);
}

.bs-icon-sm {
  --bs-icon-size: 1rem;
}

.bs-icon-md {
  --bs-icon-size: 1.5rem;
}

.bs-icon-lg {
  --bs-icon-size: 2rem;
}

.bs-icon-xl {
  --bs-icon-size: 2.5rem;
}

.bs-icon.bs-icon-primary {
  color: var(--bs-white);
  background: var(--bs-primary);
}

.bs-icon.bs-icon-primary-light {
  color: var(--bs-primary);
  background: rgba(var(--bs-primary-rgb), .2);
}

.bs-icon.bs-icon-semi-white {
  color: var(--bs-primary);
  background: rgba(255, 255, 255, .5);
}

.bs-icon.bs-icon-rounded {
  border-radius: .5rem;
}

.bs-icon.bs-icon-circle {
  border-radius: 50%;
}

.cat_gorisontal_scroll_width {
  width:140px;
  padding-right: 10px;
}


.product-size { display: block; list-style: outside none none; margin: 0 20px 15px 0; overflow: hidden; padding-left: 0; }

.product-size li { float: left; margin: 0 -1px 0 0; }

.product-size li label span { cursor: pointer; display: block; font-size: 1.2em; font-weight: 400; height: 40px; line-height: 37px; margin: 0; text-align: center; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; width: 40px; }

.product-size li label input { left: -9000px; position: absolute; }

.product-size li label span { border: 1px solid #eee; color: #909090; }

.product-size li label span:hover { background-color: #eee; }

.product-size li label input:checked + span { background-color: #eee; border-color: #eee; }


/* ====================== CART ====================== */
.cart_informer_count {
  font-size: 0.7em;
  top: -10px;
  right: -10px;
}
.cart_informer_count:empty {
  display: none;
}
footer .cart_informer_count {
  right: -16px;
  top: -12px;
}

.visible_lines_1{
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.visible_lines_2{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}
.visible_lines_3{
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* GO TO UP BUTTON */
.back-to-top {
  cursor: pointer;
  position: fixed;
  bottom: 70px;
  right: 10px;
  display:none;
  z-index: 1;
}
.horizontal_scroll_wrap {
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
}


/* ---------------- MEDIA ---------------- */

@media (min-width: 360px) {
  .categories {
    height: 180px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .categories {
    height: 380px;
    font-size: 16px;
  }
}

@media (min-width: 360px) {
  .img-cover {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .img-cover {
    height: 300px;
  }
}


@media (min-width: 360px) {
  .category {
    height: 120px;
    font-size: 12px;
  }
  .category_mobile {
    height: 280px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .category {
    height: 320px;
    font-size: 14px;
  }
}

@media (min-width: 360px) {
  .collections {
    height: 120px;
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .collections {
    height: 220px;
    font-size: 14px;
  }
}

@media (min-width: 360px) {
  .products {
    height: 260px;
  }
}
@media (min-width: 768px) {
  .products {
    height: 420px;
  }
}

@media (min-width: 360px) {
  .articles {
    height: 180px;
  }
}
@media (min-width: 768px) {
  .articles {
    height: 320px;
  }
}

@media (min-width: 360px) {
  .carousel_height {
    height: 300px;
  }
}
@media (min-width: 768px) {
  .carousel_height {
    height: 560px;
  }
}

@media (min-width: 360px) {
  .descr_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 768px) {
  .descr_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* number of lines to show */
    line-clamp: 3;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 360px) {
  .title_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 768px) {
  .title_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 300px) {
  .card_title {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .card_title {
    font-size: 16px;
  }
}
@media (min-width: 360px) {
  .card_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 768px) {
  .card_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 360px) {
  .descr_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1; /* number of lines to show */
    line-clamp: 1;
    -webkit-box-orient: vertical;
  }
}
@media (min-width: 768px) {
  .descr_line {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
}

@media (min-width: 360px) {
  .card-height {
    height: 230px;
  }
}
@media (min-width: 768px) {
  .card-height {
    height: 330px;
  }
}

@media (min-width: 360px) {
  .bnr_height {
    height: 230px;
  }
}
@media (min-width: 768px) {
  .bnr_height {
    height: 330px;
  }
}

@media (min-width: 360px) {
  .category_scroll {
    height: 120px;
  }
}
@media (min-width: 768px) {
  .category_scroll {
    height: 230px;
  }
}

@media (min-width: 360px) {
  .services {
    height: 160px;
  }
}
@media (min-width: 768px) {
  .services {
    height: 320px;
  }
}

@media (min-width: 360px) {
  .card_descr {
    font-size: 12px;
  }
}
@media (min-width: 768px) {
  .card_descr {
    font-size: 16px;
  }
}

@media (min-width: 360px) {
  .padding_mobile {
    padding-bottom: 55px;
  }
}
@media (min-width: 768px) {
  .padding_mobile {
    padding-bottom: 0;
  }
}

@media (max-width: 767px) {
  .simple-slider .swiper-slide {
    height: 330px;
}
}


/* ------------- Button WhatsApp ----------- */
#zcwMiniButton {
  position: fixed;
  right: 15px;
  bottom: 70px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  opacity: 0.8;
  z-index: 101;
  display: none;
}
@media (max-width: 750px) {
  #zcwMiniButton {
      display: block;
  }
}
#zcwMiniButton #zcwMiniButtonMain {
  -moz-border-radius: 50% !important;
  -webkit-border-radius: 50% !important;
  border-radius: 50% !important;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: rgb(107 128 94);
  width: 40px;
  height: 40px;
  -webkit-animation: zcwmini 1.5s 0s ease-out infinite;
  -moz-animation: zcwmini 1.5s 0s ease-out infinite;
  animation: zcwmini 1.5s 0s ease-out infinite;
}
#zcwMiniButton #zcwMiniButtonMain:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(../images/mini.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50%;
  -webkit-animation: zcwphone 1.5s linear infinite;
  -moz-animation: zcwphone 1.5s linear infinite;
  animation: zcwphone 1.5s linear infinite;
}
#zcwMiniButton:hover {
  opacity: 1;
}
#zcwMiniButton:hover #zcwMiniButtonMain {
  -webkit-animation: zcwmini2 1s 0.4s ease-out infinite;
  -moz-animation: zcwmini2 1s 0.4s ease-out infinite;
  animation: zcwmini2 1s 0.4s ease-out infinite;
}
#zcwMiniButton:hover #zcwMiniButtonMain:before {
  -webkit-animation: zcwphone2 1s linear infinite;
  -moz-animation: zcwphone2 1s linear infinite;
  animation: zcwphone2 1s linear infinite;
}

@-webkit-keyframes zcwphone {
  0% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
  }

  50% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg);
  }

  100% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
}
@-moz-keyframes zcwphone {
  0% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
  }

  50% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg);
  }

  100% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
}
@keyframes zcwphone {
  0% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
  }

  50% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg);
  }

  100% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
}
@-webkit-keyframes zcwphone2 {
  0% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
  }

  50% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg);
  }

  100% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
}
@-moz-keyframes zcwphone2 {
  0% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
  }

  50% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg);
  }

  100% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
}
@keyframes zcwphone2 {
  0% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  25% {
      -ms-transform: rotate(30deg);
      -webkit-transform: rotate(30deg);
      transform: rotate(30deg);
  }

  50% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }

  75% {
      -ms-transform: rotate(-30deg);
      -webkit-transform: rotate(-30deg);
      transform: rotate(-30deg);
  }

  100% {
      -ms-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg);
  }
}
@-webkit-keyframes zcwmini {
  0% {
      box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
      box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
  }

  100% {
      box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 30px rgba(207, 8, 8, 0);
  }
}
@-moz-keyframes zcwmini {
  0% {
      box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
      box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
  }

  100% {
      box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 30px rgba(207, 8, 8, 0);
  }
}
@keyframes zcwmini {
  0% {
      box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
      box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
  }

  100% {
      box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 30px rgba(207, 8, 8, 0);
  }
}
@-webkit-keyframes zcwmini2 {
  0% {
      box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
      box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
  }

  100% {
      box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 30px rgba(207, 8, 8, 0);
  }
}
@-moz-keyframes zcwmini2 {
  0% {
      box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
      box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
  }

  100% {
      box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 30px rgba(207, 8, 8, 0);
  }
}
@keyframes zcwmini2 {
  0% {
      box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 0 rgba(0, 0, 0, 0), 0 0 0 0 rgba(207, 8, 8, 0);
  }

  10% {
      box-shadow: 0 0 8px 6px rgba(0, 0, 0, 1), 0 0 12px 10px rgba(0, 0, 0, 0), 0 0 0 0 rgba(0, 0, 0, 1);
  }

  100% {
      box-shadow: 0 0 8px 6px rgba(207, 8, 8, 0), 0 0 0 30px rgba(0, 0, 0, 0), 0 0 0 30px rgba(207, 8, 8, 0);
  }
}

/* ====================== HOME REDESIGN ====================== */
:root {
  --menu-bg: #070606;
  --menu-panel: rgba(22, 19, 18, 0.78);
  --menu-panel-strong: rgba(31, 26, 23, 0.94);
  --menu-line: rgba(255, 255, 255, 0.11);
  --menu-text: #fff8ef;
  --menu-muted: rgba(255, 248, 239, 0.68);
  --menu-accent: #ff5a1f;
  --menu-accent-2: #f5bc58;
  --menu-green: #5fc7a2;
  --menu-font-display: Georgia, Cambria, "Times New Roman", serif;
  --menu-font-ui: "Arial Narrow", "Segoe UI", Arial, sans-serif;
}

body.home-page {
  color: var(--menu-text);
  font-family: var(--menu-font-ui);
  background:
    radial-gradient(circle at 18% 8%, rgba(86, 26, 18, 0.26), transparent 34%),
    radial-gradient(circle at 82% 22%, rgba(82, 47, 19, 0.18), transparent 38%),
    linear-gradient(180deg, #020202 0%, #060404 46%, #020202 100%);
  background-attachment: fixed;
}

.home-page::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: -1;
  background:
    radial-gradient(ellipse at 18% 26%, rgba(255, 105, 42, 0.16), transparent 32%),
    radial-gradient(ellipse at 78% 18%, rgba(245, 188, 88, 0.11), transparent 34%),
    radial-gradient(ellipse at 52% 88%, rgba(118, 29, 22, 0.17), transparent 40%);
  background-size: 190% 190%, 170% 170%, 210% 210%;
  background-position: 0% 18%, 100% 40%, 48% 100%;
  filter: blur(24px);
  opacity: 0.82;
  animation: homeAmbientLight 9s ease-in-out infinite alternate;
  mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.95), transparent 88%);
}

.home-menu-page {
  position: relative;
  overflow: hidden;
}

.home-menu-page::before,
.home-menu-page::after {
  content: "";
  position: fixed;
  left: 0;
  right: 0;
  height: 220px;
  pointer-events: none;
  z-index: -1;
  opacity: 0.5;
  filter: blur(34px);
}

.home-menu-page::before {
  top: 8%;
  background:
    radial-gradient(ellipse at 22% 50%, rgba(245, 188, 88, 0.15), transparent 58%);
  transform: translateX(-8%) scale(1);
  animation: homeLightSweep 8s ease-in-out infinite alternate;
}

.home-menu-page::after {
  bottom: 5%;
  background:
    radial-gradient(ellipse at 72% 52%, rgba(128, 26, 18, 0.2), transparent 60%);
  transform: translateX(7%) scale(1.04);
  animation: homeLightSweep 11s ease-in-out infinite alternate-reverse;
}

.home-page header.sticky-top {
  z-index: 1030;
}

.home-page .navbar {
  background: rgba(8, 7, 6, 0.82) !important;
  border-bottom: 1px solid var(--menu-line);
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.34);
}

.home-page .navbar-brand img {
  max-width: 170px;
  object-fit: contain;
  filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.35));
}

.home-page .navbar .nav-link {
  font-family: var(--menu-font-ui);
  font-weight: 600;
  color: var(--menu-muted) !important;
  border-radius: 999px;
  padding: 8px 14px;
  transition: color 0.25s ease, background 0.25s ease, transform 0.25s ease;
}

.home-page .navbar .nav-link:hover,
.home-page .navbar .nav-link.active {
  color: #fff !important;
  background: rgba(255, 255, 255, 0.09);
  transform: translateY(-1px);
}

.home-page .navbar form .form-control,
.home-page .offcanvas form .form-control {
  color: var(--menu-text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--menu-line);
  border-radius: 999px;
  min-height: 42px;
}

.home-page .navbar form .form-control::placeholder,
.home-page .offcanvas form .form-control::placeholder {
  color: rgba(255, 248, 239, 0.46);
}

.home-page .navbar form .btn,
.home-page .offcanvas form .btn {
  color: #140b07;
  background: linear-gradient(135deg, var(--menu-accent), var(--menu-accent-2)) !important;
  border: 0;
  border-radius: 999px;
  height: 42px;
  min-width: 46px;
}

.home-page .site-search-form {
  width: min(100%, 360px);
}

.home-page .navbar .site-search-form {
  min-width: 320px;
}

.home-page .header-category-bar,
.home-page header > .container.bg-light {
  max-width: none;
  background: rgba(8, 7, 6, 0.76) !important;
  border-bottom: 1px solid var(--menu-line);
  border-radius: 0 !important;
  backdrop-filter: blur(16px);
}

.home-page .header-category-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.22);
}

.home-page .horizontal_scroll_wrap {
  padding: 2px 0;
}

.home-page .menu-item {
  color: var(--menu-muted);
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid var(--menu-line) !important;
  border-radius: 999px !important;
  padding: 8px 14px !important;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.home-page .menu-item:hover,
.home-page .menu-item.active {
  color: #130c08;
  background: linear-gradient(135deg, var(--menu-accent), var(--menu-accent-2));
  border-color: transparent !important;
  transform: translateY(-1px);
  box-shadow: 0 12px 30px rgba(255, 90, 31, 0.22);
}

.home-page .menu-link {
  color: inherit !important;
}

.home-page .carousel {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--menu-line);
  background: #0a0807;
}

.home-page .carousel::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(7, 6, 6, 0.76), rgba(7, 6, 6, 0.26) 52%, rgba(7, 6, 6, 0.48)),
    linear-gradient(0deg, rgba(7, 6, 6, 0.78), transparent 46%);
}

.home-page .carousel-item {
  position: relative;
}

.home-page .carousel-item img {
  filter: saturate(1.08) contrast(1.06);
  transform: scale(1.02);
  z-index: 0 !important;
}

.home-page .carousel .container {
  position: relative;
  z-index: 2;
}

.home-page .carousel h2 {
  font-family: var(--menu-font-display);
  color: var(--menu-text) !important;
  max-width: 560px !important;
  font-size: clamp(32px, 5vw, 68px) !important;
  line-height: 0.95 !important;
  letter-spacing: 0;
  font-weight: 700;
  text-transform: none !important;
  text-shadow: 0 16px 44px rgba(0, 0, 0, 0.52);
}

.home-page .carousel p {
  color: var(--menu-muted);
  max-width: 460px;
  font-size: clamp(15px, 2vw, 18px) !important;
  line-height: 1.55 !important;
}

.home-page .carousel .btn {
  color: #140b07;
  background: linear-gradient(135deg, var(--menu-accent), var(--menu-accent-2)) !important;
  border: 0;
  border-radius: 999px;
  padding: 12px 22px;
  font-weight: 700;
  box-shadow: 0 14px 40px rgba(255, 90, 31, 0.3);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.home-page .carousel .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 54px rgba(255, 90, 31, 0.42);
}

.home-page .carousel-indicators {
  z-index: 3;
}

.home-page .carousel-indicators [data-bs-target] {
  width: 28px;
  height: 4px;
  border: 0;
  border-radius: 999px;
  background-color: rgba(255, 255, 255, 0.42);
}

.home-page .carousel-indicators .active {
  background: linear-gradient(135deg, var(--menu-accent), var(--menu-accent-2));
}

.home-category-strip {
  position: sticky;
  top: 105px;
  z-index: 10;
  background: linear-gradient(180deg, rgba(7, 6, 6, 0.9), rgba(7, 6, 6, 0.66));
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--menu-line);
  padding-bottom: 8px;
}

.home-category-showcase {
  position: relative;
  top: auto;
  z-index: 2;
  margin-top: 0;
  padding: 18px 0 14px;
  background:
    linear-gradient(180deg, rgba(7, 6, 6, 0.92), rgba(7, 6, 6, 0.7)),
    radial-gradient(ellipse at 16% 0%, rgba(255, 90, 31, 0.12), transparent 48%);
  border-top: 1px solid var(--menu-line);
  border-bottom: 1px solid var(--menu-line);
  box-shadow: 0 18px 54px rgba(0, 0, 0, 0.28);
}

.home-category-showcase .scrolling-wrapper {
  display: flex;
  gap: 14px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  scroll-snap-type: x proximity;
  scroll-behavior: smooth;
  cursor: grab;
  padding: 2px 0 8px;
  -webkit-overflow-scrolling: touch;
  user-select: none;
}

.home-category-showcase .scrolling-wrapper.is-dragging {
  cursor: grabbing;
  scroll-snap-type: none;
}

.home-category-showcase .scrolling-wrapper::-webkit-scrollbar {
  height: 6px;
}

.home-category-showcase .scrolling-wrapper::-webkit-scrollbar-thumb {
  background: rgba(245, 188, 88, 0.42);
  border-radius: 999px;
}

.home-category-showcase .scrolling-wrapper::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.06);
  border-radius: 999px;
}

.home-category-showcase .home-category-pill {
  flex: 0 0 clamp(132px, 12vw, 172px);
  width: auto;
  scroll-snap-align: start;
}

.home-category-showcase .home-category-pill img {
  width: 100%;
}

.home-category-pill {
  width: 136px;
  padding: 10px 0;
}

.home-category-pill a {
  color: var(--menu-text);
  display: block;
}

.home-category-pill img {
  width: 128px;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14);
  padding: 2px;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.home-category-pill:hover img {
  border-color: rgba(255, 90, 31, 0.78);
  transform: translateY(-2px) scale(1.04);
}

.home-category-pill p {
  color: var(--menu-muted);
  font-family: var(--menu-font-ui);
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
}

.home-dishes-section {
  padding-top: 36px !important;
}

.home-category-block {
  margin-bottom: 44px;
}

.home-category-heading {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--menu-line);
}

.home-category-heading span {
  color: var(--menu-accent-2);
  font-family: var(--menu-font-ui);
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.home-category-heading h2 {
  font-family: var(--menu-font-display);
  color: var(--menu-text);
  font-size: clamp(26px, 4vw, 44px);
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}

.home-product-card {
  position: relative;
  display: block;
  height: 100%;
  color: var(--menu-text);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.115), rgba(255, 255, 255, 0.045)),
    radial-gradient(ellipse at 18% 0%, rgba(255, 90, 31, 0.1), transparent 45%);
  border: 1px solid var(--menu-line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.home-product-card::after {
  content: "";
  position: absolute;
  top: -18%;
  bottom: -18%;
  left: -85%;
  width: 58%;
  pointer-events: none;
  background: linear-gradient(105deg, transparent 0%, rgba(255, 255, 255, 0.18) 48%, transparent 100%);
  opacity: 0;
  transform: translateX(-140%) skewX(-18deg);
  transition: opacity 0.18s ease, transform 0.78s ease;
}

.home-product-card:hover {
  color: var(--menu-text);
  border-color: rgba(255, 90, 31, 0.58);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(255, 90, 31, 0.14);
  transform: translateY(-6px);
}

.home-product-card::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
  background:
    linear-gradient(180deg, transparent 48%, rgba(0, 0, 0, 0.12)),
    radial-gradient(ellipse at 50% 0%, rgba(255, 188, 88, 0.12), transparent 42%);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.home-product-card:hover::before {
  opacity: 1;
}

.home-product-card:hover::after {
  opacity: 1;
  transform: translateX(380%) skewX(-18deg);
}

.home-product-media {
  overflow: hidden;
  background: #120d0b;
}

.home-product-media img {
  border-radius: 0 !important;
  transition: transform 0.45s ease, filter 0.45s ease;
}

.home-product-card:hover .home-product-media img {
  filter: saturate(1.1) contrast(1.05);
  transform: scale(1.06);
}

.home-product-badges {
  left: 8px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  padding-left: 8px;
  z-index: 3;
}

.dish-badge {
  color: #180d08;
  background: linear-gradient(135deg, var(--menu-accent), var(--menu-accent-2));
  border-radius: 999px;
  font-size: 10px;
  line-height: 1;
  padding: 7px 9px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.26);
}

.dish-badge-dark {
  color: #fff;
  background: rgba(15, 14, 13, 0.78);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.dish-badge-gold {
  color: #1a1208;
  background: linear-gradient(135deg, #f8d77e, #d99c2f);
}

.home-product-body {
  padding: 14px 14px 15px;
  position: relative;
  z-index: 2;
  background:
    linear-gradient(180deg, rgba(26, 22, 20, 0.92), rgba(14, 12, 11, 0.92)),
    var(--menu-panel);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.home-product-body h6 {
  font-family: var(--menu-font-display);
  color: var(--menu-text);
  min-height: 38px;
  line-height: 1.2;
  font-weight: 700;
}

.home-product-meta {
  font-family: var(--menu-font-ui);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  color: var(--menu-muted);
  font-size: 12px;
}

.home-product-meta strong {
  color: var(--menu-accent-2);
  font-family: var(--menu-font-ui);
  font-size: 16px;
  white-space: nowrap;
}

.public-page .home-product-card {
  min-height: 100%;
}

.public-page .home-product-media {
  position: relative;
}

.public-page .home-product-media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 42%;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, rgba(7, 6, 6, 0.42));
}

/* ====================== PUBLIC PAGES REDESIGN ====================== */
.public-page-main {
  color: var(--menu-text);
  padding-top: 22px;
}

.public-page-main section {
  position: relative;
}

.public-page h1,
.public-page h2,
.public-page h3,
.public-page h4,
.public-page h5,
.public-page h6 {
  color: var(--menu-text);
}

.public-page h1,
.public-page h2,
.public-page h3 {
  font-family: var(--menu-font-display);
  font-weight: 700;
}

.public-page p,
.public-page li,
.public-page .breadcrumb,
.public-page .card,
.public-page .form-control {
  font-family: var(--menu-font-ui);
}

.public-page a {
  color: var(--menu-accent-2);
}

.public-page [data-bss-parallax-bg="true"] {
  position: relative;
  overflow: hidden;
  border-bottom: 0;
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.38);
}

.public-page [data-bss-parallax-bg="true"]::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 2, 2, 0.82), rgba(2, 2, 2, 0.38) 48%, rgba(2, 2, 2, 0.62)),
    linear-gradient(0deg, rgba(2, 2, 2, 0.82), transparent 58%);
}

.public-page [data-bss-parallax-bg="true"]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 70px;
  pointer-events: none;
  background: linear-gradient(180deg, transparent, #020202 78%);
}

.public-page [data-bss-parallax-bg="true"] .container {
  position: relative;
  z-index: 2;
}

.public-page [data-bss-parallax-bg="true"] h1 {
  text-transform: none !important;
  font-size: clamp(34px, 5vw, 66px);
  line-height: 0.95;
  text-shadow: 0 18px 50px rgba(0, 0, 0, 0.62);
}

.public-page .breadcrumb {
  --bs-breadcrumb-divider-color: rgba(255, 248, 239, 0.34);
  color: var(--menu-muted);
  margin-bottom: 18px;
}

.public-breadcrumb {
  display: inline-flex;
  align-items: center;
  gap: 0;
  width: auto;
  max-width: 100%;
  padding: 8px 12px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--menu-line);
  border-radius: 999px;
  backdrop-filter: blur(14px);
}

.public-breadcrumb .breadcrumb-item {
  display: inline-flex;
  align-items: center;
  color: var(--menu-muted);
  font-size: 13px;
  line-height: 1.2;
}

.public-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255, 248, 239, 0.36);
  padding: 0 8px;
}

.public-breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--menu-muted) !important;
  text-decoration: none;
}

.public-breadcrumb .active span {
  color: var(--menu-text) !important;
}

.public-page .breadcrumb a,
.public-page .breadcrumb span {
  color: var(--menu-muted) !important;
}

.public-page .breadcrumb a:hover {
  color: var(--menu-accent-2) !important;
}

.public-page-title h1 {
  margin-bottom: 20px;
  font-family: var(--menu-font-display);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1;
}

.public-page .categories,
.public-page .category,
.public-page .articles,
.public-page .collections,
.public-page .products {
  overflow: hidden;
  border: 1px solid var(--menu-line);
  border-radius: 8px !important;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.24);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease, filter 0.28s ease;
}

.public-page a:hover .categories,
.public-page a:hover .category,
.public-page a:hover .articles,
.public-page a:hover .collections,
.public-page a:hover .products {
  border-color: rgba(255, 90, 31, 0.58);
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.36), 0 0 0 1px rgba(255, 90, 31, 0.14);
  filter: saturate(1.06) contrast(1.05);
  transform: translateY(-5px);
}

.public-page a > .bg-light,
.public-page .card {
  color: var(--menu-text);
  background: var(--menu-panel) !important;
  border: 1px solid var(--menu-line);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.public-page a > .bg-light {
  border-top: 0;
}

.public-page a > .bg-light h6,
.public-page a > .bg-light .text-danger,
.public-page .card h4,
.public-page .card .fw-bold {
  color: var(--menu-text) !important;
}

.public-page a > .bg-light span,
.public-page .text-secondary {
  color: var(--menu-muted) !important;
}

.public-page a > .bg-light h6:last-child,
.public-page a > .bg-light .card_title.text-danger,
.public-page .product-price strong,
.public-page .product-price {
  color: var(--menu-accent-2) !important;
}

.public-page .badge,
.public-page .rounded.px-2 {
  border-radius: 999px !important;
  border: 1px solid rgba(255, 255, 255, 0.18);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22);
}

.public-page .bg-danger,
.public-page .btn-danger {
  background: linear-gradient(135deg, var(--menu-accent), var(--menu-accent-2)) !important;
  color: #180d08 !important;
  border: 0;
}

.public-page .bg-dark {
  background: rgba(12, 10, 9, 0.82) !important;
}

.public-page .bg-warning {
  background: linear-gradient(135deg, #f8d77e, #d99c2f) !important;
}

.public-page .form-control {
  color: var(--menu-text);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid var(--menu-line);
  border-radius: 999px;
}

.public-page .form-control::placeholder {
  color: rgba(255, 248, 239, 0.46);
}

.public-page .bs-icon {
  color: #180d08 !important;
  background: linear-gradient(135deg, var(--menu-accent), var(--menu-accent-2)) !important;
  border-radius: 8px;
  box-shadow: 0 14px 38px rgba(255, 90, 31, 0.18);
}

.public-page .simple-slider,
.public-page .swiper-container,
.public-page .swiper-slide {
  border-radius: 8px;
  overflow: hidden;
}

.public-page .simple-slider {
  border: 1px solid var(--menu-line);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.34);
}

.product-detail-page .pb-3 .container > .row {
  align-items: center;
}

.product-detail-page h1 {
  font-family: var(--menu-font-display);
  font-size: clamp(34px, 5vw, 58px);
  line-height: 0.98;
}

.product-detail-page .product-info-panel {
  width: 100%;
  padding: 26px;
  background:
    linear-gradient(180deg, rgba(32, 27, 24, 0.96), rgba(11, 10, 9, 0.94)),
    radial-gradient(ellipse at 20% 0%, rgba(255, 90, 31, 0.13), transparent 48%);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 8px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.34), inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.product-detail-page .product-info-panel h1 {
  margin-bottom: 14px;
  font-size: clamp(30px, 4vw, 48px);
}

.product-detail-page .product-info-badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.product-detail-page .product-info-badges span {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  margin: 0 !important;
  padding: 7px 10px !important;
  font-size: 11px;
  font-weight: 700;
}

.product-detail-page .product-info-descr {
  color: var(--menu-muted);
  font-size: 15px;
  line-height: 1.65;
}

.product-detail-page .product-info-panel .d-flex.justify-content-between.my-2,
.product-detail-page .product-info-meta {
  margin: 18px 0 !important;
  padding: 12px 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
}

.product-detail-page .product-info-panel .text-secondary {
  color: rgba(255, 248, 239, 0.72) !important;
  font-size: 14px !important;
}

.product-detail-page .product-price {
  display: flex;
  align-items: baseline;
  gap: 12px;
  margin-bottom: 0 !important;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 20px;
}

.product-detail-page .product-price strong {
  font-size: clamp(26px, 4vw, 34px);
  line-height: 1;
}

.product-detail-page .owl-products .categories {
  height: 260px;
}

.company-page .container .row .col-md-12,
.company-page .container .row .col-md-6 > div,
.contacts-page .my-3 {
  color: var(--menu-muted);
}

.company-page .container .row .col-md-12 strong,
.company-page .container .row .col-md-12 b {
  color: var(--menu-text);
}

.company-novelties-section {
  position: relative;
  padding-top: 34px !important;
  padding-bottom: 38px !important;
}

.company-novelties-section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse at 12% 8%, rgba(255, 90, 31, 0.09), transparent 34%),
    radial-gradient(ellipse at 86% 88%, rgba(245, 188, 88, 0.07), transparent 38%);
}

.company-novelties-section .container {
  position: relative;
  z-index: 1;
}

.company-novelties-heading {
  margin-bottom: 22px;
}

.company-novelty-slide {
  padding: 0 6px 18px;
}

.company-novelty-card {
  min-height: 100%;
}

.company-novelty-card .home-product-media img {
  height: 240px;
}

.company-novelty-descr {
  min-height: 40px;
  color: var(--menu-muted);
  font-size: 13px;
  line-height: 1.45;
}

.company-novelties-section .owl-stage {
  display: flex;
}

.company-novelties-section .owl-item {
  display: flex;
}

.company-novelties-section .owl-item > .company-novelty-slide {
  width: 100%;
}

.contacts-page .d-flex.align-items-center.p-3,
.contacts-page .card {
  margin-bottom: 10px;
  border-radius: 8px;
  background: var(--menu-panel);
  border: 1px solid var(--menu-line);
}

.contacts-page .card iframe {
  width: 100%;
  min-height: 360px;
  filter: grayscale(0.3) contrast(0.95);
}

.public-page .scrolling-wrapper .div_gorisontal_scroll {
  width: 136px;
  padding: 10px 0;
}

.public-page .scrolling-wrapper .div_gorisontal_scroll a {
  color: var(--menu-text);
}

.public-page .scrolling-wrapper .div_gorisontal_scroll img {
  width: 128px;
  aspect-ratio: 4 / 3;
  height: auto;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.14) !important;
  padding: 2px !important;
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.24);
}

.public-page .scrolling-wrapper .div_gorisontal_scroll p {
  color: var(--menu-muted) !important;
  font-family: var(--menu-font-ui);
  font-size: 13px !important;
  font-weight: 600;
}

@media (max-width: 767px) {
  .public-page-main {
    padding-top: 14px;
  }

  .public-page [data-bss-parallax-bg="true"] {
    height: 330px !important;
  }

  .public-page [data-bss-parallax-bg="true"] h1 {
    font-size: 34px;
  }

  .product-detail-page .product-info-panel {
    padding: 18px;
  }
}

.home-page footer {
  background:
    linear-gradient(180deg, rgba(8, 7, 6, 0.9), rgba(8, 7, 6, 1)),
    url(/images/header-bg-bottom.jpg) bottom / cover !important;
  border-top: 1px solid var(--menu-line);
}

.home-page footer .fixed-bottom {
  background: rgba(8, 7, 6, 0.92) !important;
  border-top: 1px solid var(--menu-line);
  backdrop-filter: blur(18px);
}

.home-page footer .mobile-footer {
  padding: 6px 0 5px;
  box-shadow: 0 -18px 44px rgba(0, 0, 0, 0.42);
}

.home-page footer .footer-mobile-link {
  display: flex;
  min-height: 50px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  color: rgba(255, 248, 239, 0.74) !important;
}

.home-page footer .footer-mobile-link i {
  color: var(--menu-accent-2);
  font-size: 17px;
}

.home-page footer .footer-mobile-link p {
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  white-space: nowrap;
}

.home-page footer .fixed-bottom a {
  transition: color 0.25s ease, transform 0.25s ease;
}

.home-page footer .fixed-bottom a:hover {
  color: var(--menu-accent-2) !important;
}

.reveal-on-scroll {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes homeAmbientLight {
  0% {
    background-position: 0% 18%, 100% 40%, 48% 100%;
    opacity: 0.62;
  }
  50% {
    background-position: 70% 8%, 34% 64%, 68% 72%;
    opacity: 0.9;
  }
  100% {
    background-position: 100% 34%, 0% 72%, 28% 64%;
    opacity: 0.72;
  }
}

@keyframes homeLightSweep {
  0% {
    transform: translateX(-12%) translateY(-6%) scale(0.96);
  }
  100% {
    transform: translateX(12%) translateY(7%) scale(1.12);
  }
}

@media (min-width: 768px) {
  .home-page .carousel_height {
    height: 520px;
  }

  .home-page .img-cover {
    height: 260px;
  }

  .home-category-showcase .scrolling-wrapper {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }

  .home-category-showcase .home-category-pill {
    scroll-snap-align: none;
  }
}

@media (min-width: 1200px) {
  .home-page .navbar .site-search-form {
    min-width: 380px;
  }

  .home-category-showcase .home-category-pill {
    flex-basis: 176px;
  }
}

@media (max-width: 767px) {
  .home-page .navbar-brand img {
    max-width: 145px;
  }

  .home-page .offcanvas {
    width: min(86%, 340px) !important;
  }

  .home-page .offcanvas .site-search-form {
    width: 100%;
  }

  .home-page .carousel_height {
    height: 360px;
  }

  .home-page .carousel::before {
    background:
      linear-gradient(90deg, rgba(7, 6, 6, 0.58), rgba(7, 6, 6, 0.14)),
      linear-gradient(0deg, rgba(7, 6, 6, 0.74), transparent 58%);
  }

  .home-page .carousel h2 {
    font-size: 26px !important;
    line-height: 1.05 !important;
  }

  .home-page .carousel p {
    font-size: 14px !important;
  }

  .home-dishes-section {
    padding-top: 24px !important;
  }

  .home-category-heading {
    gap: 5px;
  }

  .home-category-showcase {
    padding: 12px 0 8px;
  }

  .home-category-showcase .scrolling-wrapper {
    gap: 10px;
  }

  .home-category-showcase .home-category-pill {
    flex-basis: 128px;
  }

  .home-product-body {
    padding: 11px 10px 12px;
  }

  .home-product-body h6 {
    min-height: 34px;
  }

  .home-product-meta {
    align-items: start;
    flex-direction: column;
    gap: 2px;
  }

  .home-product-meta strong {
    font-size: 15px;
  }

  .public-page .row.g-3 > [class*="col-"] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .public-breadcrumb {
    flex-wrap: wrap;
    border-radius: 18px;
  }
}

@media (max-width: 420px) {
  .home-page .img-cover {
    height: 165px;
  }

  .home-product-body h6 {
    font-size: 13px;
  }

  .dish-badge {
    font-size: 9px;
    padding: 6px 7px;
  }

  .home-page footer .footer-mobile-link p {
    font-size: 9px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .home-page::before,
  .home-menu-page::before,
  .home-menu-page::after,
  .home-product-card,
  .home-product-card::after,
  .home-product-media img,
  .home-category-pill img,
  .reveal-on-scroll {
    animation: none;
    transition: none;
  }
}
