/* Desi Cam Chaat — brand theme */
:root,
[data-color=color_1],
[data-color=color_2],
[data-color=color_3],
[data-color=color_4],
[data-color=color_5],
[data-color=color_6],
[data-color=color_7] {
  --primary: #E07814;
  --primary-hover: #C45F0C;
  --primary-dark: #8C4308;
  --secondary: #E07814;
  --bs-primary: #E07814;
  --bs-primary-rgb: 224, 120, 20;
  --bs-secondary: #E07814;
  --title: #1A1A1A;
  --bg-light: #FEF7EF;
  --rgba-primary-1: rgba(224, 120, 20, 0.1);
  --rgba-primary-2: rgba(224, 120, 20, 0.2);
  --rgba-primary-3: rgba(224, 120, 20, 0.3);
  --rgba-primary-4: rgba(224, 120, 20, 0.4);
  --rgba-primary-5: rgba(224, 120, 20, 0.5);
  --rgba-primary-05: rgba(224, 120, 20, 0.05);
  --rgba-primary-6: rgba(224, 120, 20, 0.6);
  --rgba-primary-7: rgba(224, 120, 20, 0.7);
  --rgba-primary-8: rgba(224, 120, 20, 0.8);
  --rgba-primary-9: rgba(224, 120, 20, 0.9);
  --rgba-primary-10: rgb(255, 232, 207);
  --rgba-primary-11: rgb(255, 245, 232);
  --theme-text-color: #fff;
  --font-family-title: "Outfit", sans-serif;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6,
.section-head .title,
.section-head h2.title,
.section-head h3.title,
.section-head h4.title,
.section-head h5.title,
.main-bnr-one .banner-inner .banner-content h1,
.main-bnr-one .banner-inner .banner-content .h1,
.main-bnr-two .banner-inner .banner-content h1,
.main-bnr-two .banner-inner .banner-content .h1,
.main-bnr-three .banner-inner .banner-content h1,
.main-bnr-three .banner-inner .banner-content .h1,
.main-bnr-four .banner-inner .banner-content .title,
.main-bnr-five .banner-content h1,
.main-bnr-five .banner-content .h1,
.dz-bnr-inr h1,
.dz-bnr-inr .h1,
.menu-head .title,
.error-page .error-head,
.footer-title,
.loading-page-2 .text {
  font-family: "Outfit", sans-serif !important;
}

.loading-page-2 .text {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.loading-page-2 .text.show {
  animation-timing-function: cubic-bezier(0.22, 1, 0.36, 1) !important;
  animation-duration: 2.4s !important;
}
@keyframes zoomLoader {
  0% {
    transform: scale(1);
    opacity: 1;
    letter-spacing: 0.22em;
  }
  55% {
    transform: scale(1.28);
    opacity: 1;
    letter-spacing: 0.3em;
  }
  100% {
    transform: scale(1.48);
    opacity: 0;
    letter-spacing: 0.38em;
  }
}
@media only screen and (max-width: 991px) {
  .loading-page-2 .text {
    font-size: 18px;
    letter-spacing: 0.16em;
  }
}
@media (prefers-reduced-motion: reduce) {
  .loading-page-2 .text.show {
    animation: none !important;
    opacity: 0;
  }
}

.section-head h2.title,
.main-bnr-four .banner-inner .banner-content .title,
.main-bnr-one .banner-inner .banner-content h1 {
  font-weight: 700;
  font-style: normal;
}
.main-bnr-four .banner-inner .banner-content .title {
  font-size: 52px;
  line-height: 1.18;
  max-width: 11.5em;
}
@media only screen and (max-width: 1280px) {
  .main-bnr-four .banner-inner .banner-content .title {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .main-bnr-four .banner-inner .banner-content .title {
    font-size: 32px;
  }
}

.DZ-theme-btn,
.demo-sidebar,
.styleswitcher,
#dzSwitcher-right {
  display: none !important;
}

.text-secondary {
  color: var(--primary) !important;
}

#pointer-dot,
#pointer-ring {
  display: none !important;
}

.main-bnr-four .move1,
.main-bnr-four .move2,
.main-bnr-four .move3,
.main-bnr-four .move4 {
  display: none !important;
}

.site-header.style-2 {
  --headerheight: 118px;
  --headerspacing: 0;
}
html,
body,
#bg,
[data-body-bg],
[data-body-bg=color_1],
[data-body-bg=color_2],
[data-body-bg=color_3],
[data-body-bg=color_4],
[data-body-bg=color_5],
[data-body-bg=color_6],
[data-body-bg=color_7],
[data-body-bg=color_8] {
  background-color: #fff !important;
}
.site-header.style-2 .main-bar {
  position: relative;
}
.site-header.style-2 .main-bar::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--primary);
  z-index: 6;
  pointer-events: none;
}
.site-header.style-2 .main-bar-wraper:not(.is-fixed) .main-bar,
.header-transparent .main-bar-wraper:not(.is-fixed) .main-bar {
  padding: 0;
  background: transparent !important;
  border: none !important;
  box-shadow: none;
}
.site-header.style-2 .inner-bar.container {
  display: flex;
  align-items: center !important;
  justify-content: space-between;
  min-height: 118px;
  gap: 24px;
}
@media only screen and (min-width: 1680px) {
  .site-header.style-2 .inner-bar.container {
    max-width: 1600px;
  }
}

/* Only the main header logo — hide the duplicate inside the nav drawer on desktop */
.site-header.style-2 .inner-bar > .logo-header {
  display: flex !important;
  align-items: center;
  justify-content: center;
  align-self: center;
  float: none !important;
  width: auto !important;
  height: auto !important;
  color: var(--primary);
  flex: 0 0 auto;
}
@media only screen and (min-width: 1281px) {
  .site-header.style-2 .inner-bar > .logo-header {
    margin-left: -30px;
  }
}
.site-header.style-2 .inner-bar > .logo-header a {
  display: flex;
  align-items: center;
}
.site-header.style-2 .inner-bar > .logo-header img {
  width: auto;
  max-width: 124px !important;
  max-height: 112px !important;
  object-fit: contain;
  display: block;
  margin: 0;
}

/* Sticky header: smaller centered logo + frosted glass */
.site-header.style-2 .sticky-header.is-fixed .main-bar,
.site-header.style-2 .is-fixed .main-bar,
.header-transparent .is-fixed .main-bar {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  isolation: isolate;
  padding: 0;
  animation: none;
  background-color: rgba(255, 252, 248, 0.72) !important;
  background-image: none !important;
  border: none !important;
  border-bottom: 1px solid rgba(224, 120, 20, 0.14) !important;
  box-shadow: 0 8px 28px rgba(28, 22, 18, 0.1);
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
}
.site-header.style-2 .is-fixed .main-bar::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.5) 0%,
    rgba(255, 248, 240, 0.28) 100%
  );
  -webkit-backdrop-filter: blur(18px) saturate(160%);
  backdrop-filter: blur(18px) saturate(160%);
}
.site-header.style-2 .is-fixed .main-bar .inner-bar {
  position: relative;
  z-index: 1;
  min-height: 84px;
  align-items: center !important;
}
.site-header.style-2 .is-fixed .inner-bar > .logo-header,
.site-header.style-2 .is-fixed .inner-bar > .logo-header a,
.site-header.style-2 .is-fixed .extra-nav,
.site-header.style-2 .is-fixed .header-nav.xmenu {
  display: flex !important;
  align-items: center !important;
  align-self: center !important;
  height: auto !important;
}
header.site-header.style-2 .sticky-header.is-fixed .inner-bar > .logo-header img,
.site-header.style-2 .is-fixed .inner-bar > .logo-header img {
  max-width: 62px !important;
  max-height: 58px !important;
}
.header-nav > .logo-header {
  display: none !important;
}
.footer-logo img {
  max-width: 200px;
  height: auto;
}
.anim-logo:after,
.anim-logo-white:after {
  display: none;
}

@media only screen and (min-width: 992px) {
  .site-header.style-2 .xmenu-toggler,
  .site-header.style-2 .xmenu-toggler.navicon,
  .site-header.style-2 .dcc-menu-close {
    display: none !important;
  }
  .site-header.style-2 .header-nav.xmenu {
    flex: 1 1 auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: auto;
  }
  .site-header.style-2 .header-nav .nav {
    float: none;
    display: flex;
    align-items: center;
    margin: 0;
  }
  .site-header.style-2 .header-nav .nav > li > a {
    padding: 10px 16px;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: 0.02em;
  }
  .site-header.style-2 .extra-nav {
    float: none !important;
    height: auto !important;
    padding-left: 12px;
    margin-left: 4px;
    flex: 0 0 auto;
    align-self: center;
    display: flex;
    align-items: center;
  }
}

.header-nav .nav > li > a {
  font-weight: 600;
  letter-spacing: 0.02em;
}
.header-nav .nav > li.active > a,
.header-nav .nav > li > a.active {
  color: var(--primary);
}

/* Section highlight should not open the Menu dropdown — hover / tap only */
@media only screen and (min-width: 992px) {
  .header-nav.xmenu > .nav > li.active > .sub-menu,
  .header-nav.xmenu > .nav > li.active > .mega-menu {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    margin-top: 20px;
    z-index: 10;
  }
  .header-nav.xmenu > .nav > li.active:hover > .sub-menu,
  .header-nav.xmenu > .nav > li.active:hover > .mega-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: unset;
    margin-top: 0;
    z-index: 11;
  }
}
@media only screen and (max-width: 991px) {
  .header-nav.xmenu > .nav > li.active:not(.open) > .sub-menu,
  .header-nav.xmenu > .nav > li.active:not(.open) > .mega-menu {
    display: none !important;
  }
}

.extra-nav .btn-order {
  min-height: 44px;
  padding: 10px 22px;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.dcc-drawer-order {
  display: none !important;
}
.dcc-menu-close {
  display: none;
}

@media only screen and (max-width: 991px) {
  .site-header.style-2 {
    --headerheight: 80px;
  }
  .site-header.style-2 .inner-bar.container {
    min-height: 80px;
    gap: 14px;
    align-items: center;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }
  .site-header.style-2 .inner-bar > .logo-header {
    order: 1;
    margin: 0 !important;
    width: auto !important;
  }
  .site-header.style-2 .inner-bar > .logo-header img {
    max-width: 72px !important;
    max-height: 66px !important;
  }
  .site-header.style-2 .is-fixed .inner-bar.container {
    min-height: 68px;
  }
  .site-header.style-2 .is-fixed .inner-bar > .logo-header img {
    max-width: 54px !important;
    max-height: 50px !important;
  }
  .site-header.style-2 .header-nav.xmenu {
    position: fixed !important;
    top: 0;
    left: -280px !important;
    width: 280px !important;
    height: 100vh !important;
    z-index: 100000;
    display: block !important;
    overflow-y: auto;
    background: #fff;
    margin: 0 !important;
    padding: 0;
    float: none !important;
  }
  .site-header.style-2 .header-nav.xmenu.show {
    left: 0 !important;
  }
  .site-header.style-2 .is-fixed .header-nav.xmenu {
    display: block !important;
    height: 100vh !important;
    align-items: stretch !important;
  }
  .header-nav > .logo-header {
    display: flex !important;
    padding: 24px 56px 24px 20px;
    width: auto;
    height: auto;
  }
  .header-nav > .logo-header img {
    max-width: 96px;
    max-height: 88px;
  }

  /* Logo left · cart then menu, with a real gap so they do not merge. */
  .site-header.style-2 .extra-nav {
    display: flex !important;
    order: 2;
    position: relative;
    height: auto !important;
    width: 42px !important;
    max-width: 42px;
    padding: 0 !important;
    margin: 0 12px 0 auto !important;
    z-index: 10;
    overflow: visible;
  }
  .site-header.style-2 .extra-cell,
  .site-header.style-2 .extra-cell-actions {
    width: auto !important;
    padding: 0 !important;
    margin: 0 !important;
    gap: 0 !important;
  }
  .site-header.style-2 .extra-nav .btn-order {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    overflow: hidden;
    border: 0 !important;
  }
  .site-header.style-2 .xmenu-toggler {
    order: 3;
    float: none !important;
    margin: 0 !important;
    flex: 0 0 42px;
    align-self: center;
    position: relative;
    z-index: 12;
  }

  .site-header.style-2 .header-cart-link,
  .site-header.style-2 .xmenu-toggler.navicon {
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: none;
    flex-shrink: 0;
    background: var(--primary) !important;
    border: 0 !important;
  }
  .site-header.style-2 .header-cart-link {
    color: #fff !important;
  }
  .site-header.style-2 .header-cart-link i,
  .site-header.style-2 .header-cart-link i:before {
    color: #fff;
  }
  .site-header.style-2 .header-cart-count {
    top: -5px;
    right: auto;
    left: -4px;
  }
  .site-header.style-2 .xmenu-toggler.navicon span {
    background: #fff !important;
    left: 11px;
  }
  .site-header.style-2 .xmenu-toggler.navicon span:nth-child(1) {
    width: 18px;
    top: 13px;
  }
  .site-header.style-2 .xmenu-toggler.navicon span:nth-child(2) {
    width: 14px;
    top: 20px;
  }
  .site-header.style-2 .xmenu-toggler.navicon span:nth-child(3) {
    width: 20px;
    top: 27px;
  }
  .site-header.style-2 .xmenu-toggler.navicon.open span:nth-child(1) {
    top: 20px;
    left: 11px;
    width: 20px;
    transform: rotate(135deg);
  }
  .site-header.style-2 .xmenu-toggler.navicon.open span:nth-child(2) {
    opacity: 0;
    left: -60px;
  }
  .site-header.style-2 .xmenu-toggler.navicon.open span:nth-child(3) {
    top: 20px;
    left: 11px;
    width: 20px;
    transform: rotate(-135deg);
  }

  .dcc-menu-close {
    display: flex !important;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 18px;
    right: 16px;
    z-index: 30;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #1c1612;
    color: #fff;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
    pointer-events: auto;
  }
  .dcc-menu-close i {
    color: #fff;
  }
  body.fixed .menu-close.fade-overlay,
  .xmenu-toggler.open ~ .menu-close.fade-overlay {
    opacity: 0.5 !important;
    visibility: visible !important;
    pointer-events: auto;
  }

  .dcc-drawer-order {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin: 8px 20px 4px;
    width: calc(100% - 40px);
    min-height: 48px;
    border-radius: 999px;
    font-weight: 600;
    letter-spacing: 0.03em;
  }
}

.menu-block {
  scroll-margin-top: 130px;
}
.order-steps {
  padding-left: 1.25rem;
  margin: 0;
  line-height: 1.8;
}
.order-steps li {
  margin-bottom: 10px;
}
.dz-form .form-control {
  min-height: 52px;
  border-radius: 8px;
}
.dz-form textarea.form-control {
  min-height: 140px;
}
.site-header.style-2:not(.header-transparent) .main-bar {
  background: rgba(255, 251, 246, 0.72) !important;
  -webkit-backdrop-filter: saturate(180%) blur(18px);
  backdrop-filter: saturate(180%) blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.dz-img-box.style-3 .dz-media {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto !important;
  position: relative;
}
.dz-img-box.style-3 .dz-media img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}
.dz-img-box.style-3:hover .dz-media,
.dz-img-box.style-3.active .dz-media {
  width: 100%;
  min-width: 100%;
  height: auto !important;
  aspect-ratio: 1 / 1;
}

.dz-img-box.style-4 .menu-detail .dz-content p,
.dz-img-box.style-4 .menu-footer span {
  transition: color 0.35s ease;
}
.dz-img-box.style-4:hover .menu-detail .dz-content .title a,
.dz-img-box.style-4.active .menu-detail .dz-content .title a,
.dz-img-box.style-4:hover .menu-detail .dz-content p,
.dz-img-box.style-4.active .menu-detail .dz-content p,
.dz-img-box.style-4:hover .menu-footer span,
.dz-img-box.style-4.active .menu-footer span,
.dz-img-box.style-4:hover .menu-footer .price,
.dz-img-box.style-4.active .menu-footer .price {
  color: #fff !important;
}

.icon-bx-wraper.style-1 {
  background-image: none !important;
}
.icon-bx-wraper.style-1:hover,
.icon-bx-wraper.style-1.active {
  transform: none;
}
.icon-bx-wraper.style-1:hover::after,
.icon-bx-wraper.style-1.active::after {
  background: var(--primary);
}
.icon-bx-wraper.style-1 .inner-content .icon-cell i {
  color: var(--primary);
}
.icon-bx-wraper.style-1:hover .inner-content .icon-cell i,
.icon-bx-wraper.style-1.active .inner-content .icon-cell i,
.icon-bx-wraper.style-1:hover .icon-content .dz-title,
.icon-bx-wraper.style-1.active .icon-content .dz-title,
.icon-bx-wraper.style-1:hover .icon-content p,
.icon-bx-wraper.style-1.active .icon-content p {
  color: #fff !important;
}

.site-filters.style-2 ul li:hover a,
.site-filters.style-2 ul li.active a {
  color: var(--primary);
}
.site-filters.style-2 ul li:hover a i,
.site-filters.style-2 ul li.active a i {
  color: var(--primary);
}

.main-bnr-four .banner-inner .banner-media .banner-fade {
  position: relative;
  z-index: 1;
}
.main-bnr-four .banner-inner .banner-media .banner-fade img {
  width: 100%;
  height: auto;
  display: block;
  opacity: 0;
  transition: opacity 1.2s ease-in-out;
  pointer-events: none;
}
.main-bnr-four .banner-inner .banner-media .banner-fade img:first-child {
  position: relative;
}
.main-bnr-four .banner-inner .banner-media .banner-fade img:not(:first-child) {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.main-bnr-four .banner-inner .banner-media .banner-fade img.is-active {
  opacity: 1;
}
@media (prefers-reduced-motion: reduce) {
  .main-bnr-four .banner-inner .banner-media .banner-fade img {
    transition: none;
  }
}

.main-bnr-four .banner-inner .banner-media .dz-img-box {
  width: 260px;
  min-width: 260px;
  padding: 22px 24px 20px;
  animation: none;
  overflow: visible;
  z-index: 3;
}
.main-bnr-four .banner-inner .banner-media .dz-img-box .dz-media {
  width: 140px;
  height: 140px;
  margin-bottom: 16px;
  border-radius: 50%;
  overflow: hidden;
  background: transparent;
}
.main-bnr-four .banner-inner .banner-media .dz-img-box .dz-media img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}
.main-bnr-four .banner-inner .banner-media .dz-img-box .dz-content .dz-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 6px;
  white-space: nowrap;
}
.main-bnr-four .banner-inner .banner-media .dz-img-box .dz-content span {
  font-size: 14px;
  line-height: 1.4;
  display: block;
  white-space: nowrap;
}
@media only screen and (max-width: 1280px) {
  .main-bnr-four .banner-inner .banner-media .dz-img-box {
    width: 220px;
    min-width: 220px;
    padding: 18px 20px;
  }
  .main-bnr-four .banner-inner .banner-media .dz-img-box .dz-media {
    width: 110px;
    height: 110px;
  }
  .main-bnr-four .banner-inner .banner-media .dz-img-box .dz-content .dz-title {
    font-size: 15px;
  }
  .main-bnr-four .banner-inner .banner-media .dz-img-box .dz-content span {
    font-size: 13px;
  }
}
#story {
  background-color: #FEF7EF;
}
.story-about {
  padding-right: 24px;
  padding-bottom: 20px;
}
.story-about-label {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 10px;
}
.story-about .title {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 42px;
  line-height: 1.2;
  margin-bottom: 18px;
}
.story-about p {
  font-size: 16px;
  line-height: 1.75;
  color: #5a5a5a;
  margin-bottom: 16px;
  max-width: 36em;
}
.story-about-lead {
  font-size: 18px !important;
  line-height: 1.6 !important;
  color: #1a1a1a !important;
  font-weight: 500;
}
@media only screen and (max-width: 767px) {
  .story-about {
    padding-right: 0;
  }
  .story-about .title {
    font-size: 32px;
  }
}
.story-video-card .dz-title a {
  color: #fff;
}
.story-video-card.dz-card.style-3 .dz-info .dz-meta ul li,
.story-video-card.dz-card.style-3 .dz-info .dz-meta ul li a,
.story-video-card.dz-card.style-3 .dz-info .dz-meta ul li span,
.story-video-card.dz-card.style-3 .dz-info .dz-meta ul li i,
.story-video-card.dz-card.style-3 .dz-info .dz-meta ul li i:before {
  color: #fff !important;
}
.story-video-card.dz-card.style-3 .dz-info .dz-meta ul li:not(:last-child)::after {
  background-color: #fff;
}

.extra-cell-actions {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header-cart-link {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: var(--primary);
  color: #fff !important;
  font-size: 18px;
}
.header-cart-link i,
.header-cart-link i:before {
  color: #fff;
}
button.btn-cart {
  border: 0;
  cursor: pointer;
}
.header-cart-count {
  position: absolute;
  top: -4px;
  right: -4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 99px;
  background: #1a1a1a;
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
}
.header-cart-link.has-items .header-cart-count {
  background: #fff;
  color: var(--primary);
}

html {
  scroll-behavior: smooth;
}
#home,
#menu,
#story,
#gallery,
#contact {
  scroll-margin-top: 96px;
}

.dz-img-box.style-6 .js-add-cart {
  flex: 0 0 auto;
  min-width: 64px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: 600;
  margin-left: 12px;
}
.dz-img-box.style-6 .header-text {
  max-width: none;
  white-space: normal;
}

.dcc-menu {
  background: #fff;
}
.dcc-menu .section-head {
  margin-bottom: 28px;
}
.dcc-menu-intro {
  margin: 10px auto 0;
  max-width: 42em;
  color: #5c534c;
  font-size: 16px;
  line-height: 1.65;
}
.dcc-section-lead {
  margin: 12px auto 0;
  max-width: 42em;
  color: #5c534c;
  font-size: 16px;
  line-height: 1.65;
}
.dcc-menu .site-filters.style-2 {
  margin-bottom: 36px;
}
.dcc-menu .site-filters.style-2 ul.filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  gap: 6px 4px;
  margin: 0;
  padding: 0;
}
.dcc-menu .site-filters.style-2 ul li {
  float: none;
  padding: 0;
  margin: 0;
  background: none;
  border: 0;
  box-shadow: none;
}
.dcc-menu .site-filters.style-2 ul li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  min-width: 92px;
  padding: 10px 12px 8px;
  color: #3d342e;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1.2;
}
.dcc-menu .site-filters.style-2 ul li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  margin: 0;
  border-radius: 50%;
  background: #FEF7EF;
  border: 1px solid rgba(28, 22, 18, 0.08);
  box-shadow: 0 8px 20px rgba(28, 22, 18, 0.04);
  color: var(--primary);
  transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}
.dcc-menu .site-filters.style-2 ul li a span i {
  font-size: 24px;
  line-height: 1;
  color: inherit;
}
.dcc-menu .site-filters.style-2 ul li a span i:before {
  color: inherit;
}
.dcc-filter-svg {
  display: flex;
}
.dcc-filter-svg svg {
  width: 26px;
  height: 26px;
  display: block;
}
.dcc-filter-shawarma {
  display: block;
  width: 26px;
  height: 26px;
  font-size: 0;
  line-height: 0;
  background-color: currentColor;
  -webkit-mask: url("../images/icon-shawarma.png") center / contain no-repeat;
  mask: url("../images/icon-shawarma.png") center / contain no-repeat;
}
.dcc-filter-shawarma:before {
  content: none !important;
}
.dcc-filter-chicken {
  display: block;
  width: 28px;
  height: 28px;
  font-size: 0;
  line-height: 0;
  background-color: currentColor;
  -webkit-mask: url("../images/icon-chicken.png") center / contain no-repeat;
  mask: url("../images/icon-chicken.png") center / contain no-repeat;
}
.dcc-filter-chicken:before {
  content: none !important;
}
.dcc-filter-icecream {
  display: block;
  width: 22px;
  height: 26px;
  font-size: 0;
  line-height: 0;
  background-color: currentColor;
  -webkit-mask: url("../images/icon-icecream.png") center / contain no-repeat;
  mask: url("../images/icon-icecream.png") center / contain no-repeat;
}
.dcc-filter-icecream:before {
  content: none !important;
}
.dcc-menu .site-filters.style-2 ul li:hover a,
.dcc-menu .site-filters.style-2 ul li.active a {
  color: var(--primary);
}
.dcc-menu .site-filters.style-2 ul li:hover a span,
.dcc-menu .site-filters.style-2 ul li.active a span {
  background: var(--primary);
  border-color: var(--primary);
  color: #fff;
  box-shadow: 0 10px 22px rgba(224, 120, 20, 0.28);
}
.dcc-menu .site-filters.style-2 ul li:hover a i,
.dcc-menu .site-filters.style-2 ul li.active a i {
  color: #fff;
  animation: none;
}
.dcc-menu-grid {
  margin-left: -12px;
  margin-right: -12px;
}
.dcc-menu-grid > .card-container {
  padding-left: 12px;
  padding-right: 12px;
  margin-bottom: 16px !important;
}
.dcc-menu-item.dz-img-box.style-6 {
  align-items: center;
  gap: 18px;
  min-height: 112px;
  padding: 16px 18px 16px 16px;
  background: #FEF7EF;
  border: 1px solid rgba(28, 22, 18, 0.07);
  border-radius: 16px;
  box-shadow: 0 10px 28px rgba(28, 22, 18, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}
.dcc-menu-item.dz-img-box.style-6:hover {
  transform: translateY(-3px);
  border-color: rgba(224, 120, 20, 0.28);
  box-shadow: 0 16px 36px rgba(28, 22, 18, 0.08);
}
.dcc-menu-item .dz-media {
  flex: 0 0 88px;
  width: 88px !important;
  min-width: 88px !important;
  height: 88px;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 12px;
}
.dcc-menu-item .dz-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dcc-menu-item .dz-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.dcc-menu-item .dz-head {
  align-items: center;
  gap: 12px;
  margin-bottom: 4px;
}
.dcc-menu-item .header-text {
  font-family: "Outfit", sans-serif;
  font-size: 18px;
  font-weight: 650;
  line-height: 1.25;
  color: #1c1612;
}
.dcc-menu-item .dz-body {
  color: #6a615a;
  font-size: 14px;
  line-height: 1.5;
}
.dcc-menu-item .js-add-cart {
  min-width: 72px;
  height: 36px;
  padding: 0 16px;
  border-radius: 999px;
  font-family: "Outfit", sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media only screen and (max-width: 991px) {
  .dcc-menu-item.dz-img-box.style-6 {
    display: flex !important;
    text-align: left;
  }
  .dcc-menu-item .dz-content {
    text-align: left;
  }
}
@media only screen and (max-width: 575px) {
  .dcc-menu .site-filters.style-2 ul li a {
    min-width: 72px;
    padding: 8px 6px;
    font-size: 12px;
  }
  .dcc-menu .site-filters.style-2 ul li a span {
    width: 52px;
    height: 52px;
  }
  .dcc-menu .site-filters.style-2 ul li a span i {
    font-size: 20px;
  }
  .dcc-filter-svg svg,
  .dcc-filter-shawarma,
  .dcc-filter-chicken,
  .dcc-filter-icecream {
    width: 20px;
    height: 22px;
  }
  .dcc-menu-item .dz-media {
    flex: 0 0 72px;
    width: 72px !important;
    min-width: 72px !important;
    height: 72px;
  }
  .dcc-menu-item .header-text {
    font-size: 16px;
  }
}

.dcc-view-cart {
  position: fixed;
  right: 22px;
  bottom: 88px;
  z-index: 1200;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 13px 20px 13px 16px;
  border: 0;
  border-radius: 999px;
  background: var(--primary);
  color: #fff;
  font-family: "Outfit", sans-serif;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.02em;
  box-shadow: 0 14px 36px rgba(224, 120, 20, 0.38);
  cursor: pointer;
  opacity: 1;
  visibility: visible;
  transition: transform 0.2s ease, box-shadow 0.2s ease, opacity 0.25s ease, visibility 0.25s ease;
}
.dcc-view-cart:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(224, 120, 20, 0.46);
  color: #fff;
}
.dcc-view-cart i {
  font-size: 16px;
}
.dcc-view-cart-count {
  display: none;
  min-width: 22px;
  height: 22px;
  padding: 0 6px;
  border-radius: 99px;
  background: #fff;
  color: var(--primary);
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  font-style: normal;
  text-align: center;
}
.dcc-view-cart.has-items .dcc-view-cart-count {
  display: inline-block;
}
.dcc-view-cart.is-pulse {
  animation: dccCartPulse 0.55s ease;
}
@keyframes dccCartPulse {
  0% { transform: scale(1); }
  40% { transform: scale(1.06); }
  100% { transform: scale(1); }
}
body.dcc-cart-open .dcc-view-cart,
body.dcc-cart-open .scroltop-progress {
  opacity: 0 !important;
  visibility: hidden !important;
  pointer-events: none;
}

.dcc-drawer-backdrop {
  position: fixed;
  inset: 0;
  z-index: 10040;
  background: rgba(28, 22, 18, 0.42);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.35s ease, visibility 0.35s ease;
}
body.dcc-cart-open .dcc-drawer-backdrop {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.dcc-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: auto;
  z-index: 10050;
  width: min(440px, 100vw);
  height: 100%;
  visibility: hidden;
  pointer-events: none;
  transform: translateX(100%);
  transition: transform 0.42s cubic-bezier(0.22, 1, 0.36, 1);
}
#dcc-cart-drawer {
  transform: translateX(100%) !important;
}
#dcc-cart-drawer.is-open,
body.dcc-cart-open #dcc-cart-drawer {
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0) !important;
}
body.dcc-cart-open {
  overflow: hidden;
}
.dcc-drawer-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-radius: 0;
  box-shadow: -28px 0 64px rgba(28, 22, 18, 0.18);
  overflow: hidden;
}
.dcc-drawer-card::before {
  content: "";
  display: block;
  height: 4px;
  flex: 0 0 4px;
  background: linear-gradient(90deg, var(--primary), #f0b36a);
}
.dcc-drawer-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px 18px;
  border-bottom: 1px solid rgba(28, 22, 18, 0.06);
}
.dcc-drawer-head .dcc-kicker {
  margin-bottom: 6px;
}
.dcc-drawer-head h2 {
  margin: 0;
  font-family: "Outfit", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.15;
  color: #1c1612;
}
.dcc-drawer-close {
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #FEF7EF;
  color: #1c1612;
  font-size: 24px;
  line-height: 1;
  cursor: pointer;
  flex: 0 0 auto;
  transition: background 0.15s ease, color 0.15s ease;
}
.dcc-drawer-close:hover {
  background: var(--primary);
  color: #fff;
}
.dcc-drawer-body {
  flex: 1 1 auto;
  overflow-y: auto;
  padding: 20px 22px 28px;
  -webkit-overflow-scrolling: touch;
}
.dcc-cart-empty {
  text-align: center;
  padding: 56px 12px 40px;
}
.dcc-cart-empty h3 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 24px;
  margin: 0 0 10px;
  color: #1a1a1a;
}
.dcc-cart-empty p {
  margin: 0 auto 24px;
  max-width: 22em;
  color: #5c534c;
  font-size: 15px;
  line-height: 1.65;
}
.dcc-drawer-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin: 0 0 14px;
}
.dcc-cart-col-title {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--primary);
  margin: 0;
}
.dcc-drawer-count {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: #7a7169;
  background: #FEF7EF;
  border-radius: 99px;
  padding: 5px 10px;
}
.dcc-drawer-count em {
  font-style: normal;
  font-weight: 700;
  color: #1c1612;
}
.dcc-cart-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 22px;
}
.dcc-cart-row {
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FEF7EF;
  border: 1px solid rgba(28, 22, 18, 0.06);
  border-radius: 16px;
  padding: 10px 10px 10px 10px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.dcc-cart-row:hover {
  border-color: rgba(224, 120, 20, 0.28);
  box-shadow: 0 10px 24px rgba(28, 22, 18, 0.05);
}
.dcc-cart-media {
  width: 56px;
  height: 56px;
  border-radius: 12px;
  overflow: hidden;
  flex: 0 0 56px;
}
.dcc-cart-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.dcc-cart-info {
  flex: 1 1 auto;
  min-width: 0;
}
.dcc-cart-info h6 {
  margin: 0 0 8px;
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1c1612;
}
.dcc-qty {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  background: #fff;
  border: 1px solid rgba(28, 22, 18, 0.08);
  border-radius: 99px;
  padding: 2px 3px;
}
.dcc-qty-btn {
  width: 28px;
  height: 28px;
  border: 0;
  border-radius: 50%;
  background: transparent;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  color: var(--primary);
  transition: background 0.15s ease, color 0.15s ease;
}
.dcc-qty-btn:hover {
  background: var(--primary);
  color: #fff;
}
.dcc-qty-num {
  min-width: 20px;
  text-align: center;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 13px;
  color: #1c1612;
}
.dcc-cart-remove {
  border: 0;
  background: transparent;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  font-size: 22px;
  line-height: 1;
  color: #9a8f86;
  cursor: pointer;
  flex: 0 0 auto;
  transition: background 0.15s ease, color 0.15s ease;
}
.dcc-cart-remove:hover {
  background: #fff;
  color: #1c1612;
}
.dcc-order-box {
  background: #FEF7EF;
  border: 1px solid rgba(28, 22, 18, 0.06);
  border-radius: 20px;
  padding: 22px 20px 20px;
}
.dcc-order-box h5 {
  font-family: "Outfit", sans-serif;
  font-weight: 700;
  font-size: 20px;
  margin: 0 0 6px;
  color: #1c1612;
}
.dcc-order-lead {
  margin: 0 0 18px;
  font-size: 13px;
  line-height: 1.6;
  color: #5c534c;
}
.dcc-field {
  margin-bottom: 16px;
}
.dcc-field label {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1c1612;
  margin: 0 0 8px;
}
.dcc-order-box .form-control,
.dcc-contact-form .form-control {
  min-height: 52px;
  border: 1px solid rgba(28, 22, 18, 0.1);
  border-radius: 12px;
  background: #fff;
  box-shadow: none;
  font-size: 15px;
  color: #1a1a1a;
  padding: 12px 16px;
}
.dcc-order-box select.form-control,
.dcc-contact-form select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23E07814' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.dcc-order-box textarea.form-control {
  min-height: 96px;
  resize: vertical;
}
.dcc-order-box .form-control:focus,
.dcc-contact-form .form-control:focus {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(224, 120, 20, 0.12);
  outline: none;
}
.dcc-order-submit {
  width: 100%;
  justify-content: center;
  min-height: 52px;
  font-family: "Outfit", sans-serif;
  font-weight: 600;
  letter-spacing: 0.03em;
}
.dcc-order-submit i {
  margin-right: 8px;
  font-size: 18px;
}
.dcc-order-note {
  margin: 14px 0 0;
  font-size: 13px;
  line-height: 1.55;
  color: #7a7169;
}
.dcc-cart-toast {
  position: fixed;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%) translateY(20px);
  background: #1c1612;
  color: #fff;
  padding: 10px 18px;
  border-radius: 99px;
  font-size: 14px;
  font-weight: 600;
  opacity: 0;
  pointer-events: none;
  z-index: 11000;
  transition: all 0.25s ease;
}
.dcc-cart-toast.is-on {
  opacity: 1;
  transform: translateX(-50%) translateY(0);
}

@media only screen and (max-width: 991px) {
  #home,
  #menu,
  #story,
  #gallery,
  #contact {
    scroll-margin-top: 90px;
  }
}
@media only screen and (max-width: 575px) {
  .main-bnr-four .banner-inner .banner-media .dz-img-box {
    width: 168px;
    min-width: 168px;
    padding: 14px 12px;
  }
  .main-bnr-four .banner-inner .banner-media .dz-img-box .dz-media {
    width: 84px;
    height: 84px;
    margin-bottom: 10px;
  }
  .main-bnr-four .banner-inner .banner-media .dz-img-box .dz-content .dz-title,
  .main-bnr-four .banner-inner .banner-media .dz-img-box .dz-content span {
    white-space: normal;
  }
}

.dcc-kicker {
  display: inline-block;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 12px;
}
.dcc-contact {
  background: #FEF7EF;
  padding: 90px 0 56px;
}
.dcc-contact-head {
  max-width: 640px;
  margin: 0 auto 42px;
  text-align: center;
}
.dcc-contact-head .title {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.15;
  color: #1a1a1a;
}
.dcc-contact-head p {
  margin: 0;
  font-size: 16px;
  line-height: 1.65;
  color: #5c534c;
}
.dcc-contact-shell {
  display: grid;
  grid-template-columns: minmax(280px, 0.88fr) 1.22fr;
  background: #fff;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 50px rgba(28, 22, 18, 0.08);
  margin-bottom: 0;
  border: 1px solid rgba(28, 22, 18, 0.05);
}
.dcc-contact-panel {
  background: var(--primary);
  color: rgba(255, 255, 255, 0.9);
  padding: 48px 40px;
  position: relative;
}
.dcc-contact-panel::before {
  display: none;
}
.dcc-contact-panel-lead {
  font-size: 15px;
  line-height: 1.75;
  margin: 0 0 32px;
  color: rgba(255, 255, 255, 0.92);
}
.dcc-contact-facts {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dcc-contact-facts li {
  display: flex;
  gap: 16px;
  align-items: center;
  padding: 18px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}
.dcc-contact-facts li:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
}
.dcc-contact-icon {
  /* flex: 0 0 64px; */
  width: 47px;
  height: 47px;
  border-radius: 0;
  background: rgba(255, 255, 255, 0.14);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 28px;
  line-height: 1;
  box-sizing: border-box;
}
.dcc-contact-icon i {
  display: block;
  font-size: 21px;
  line-height: 1;
  width: 1em;
  height: 1em;
  text-align: center;
}
.dcc-contact-fact {
  min-width: 0;
}
.dcc-contact-fact span {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 5px;
  font-weight: 700;
}
.dcc-contact-facts strong,
.dcc-contact-facts strong a {
  font-family: "Outfit", sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 1.3;
  word-break: break-word;
}
.dcc-contact-facts strong a:hover {
  color: #FEF7EF;
}
.dcc-contact-form-wrap {
  padding: 44px 42px 48px;
  background: #fff;
}
.dcc-contact-form-head {
  margin: 0 0 28px;
}
.dcc-contact-form-head h3 {
  margin: 0 0 8px;
  font-family: "Outfit", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.25;
  color: #1a1a1a;
}
.dcc-contact-form-head p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
  color: #5c534c;
}
.dcc-contact-form label {
  display: block;
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a1a1a;
  margin: 0 0 8px;
}
.dcc-contact-form .col-md-6,
.dcc-contact-form .col-12 {
  margin-bottom: 18px;
}
.dcc-contact-form .form-control {
  min-height: 52px;
  border: 1px solid rgba(28, 22, 18, 0.1);
  border-radius: 12px;
  background: #FEF7EF;
  box-shadow: none;
  font-size: 15px;
  color: #1a1a1a;
  padding: 12px 16px;
}
.dcc-contact-form select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23E07814' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.dcc-contact-form textarea.form-control {
  min-height: 140px;
  resize: vertical;
}
.dcc-contact-form .form-control:focus {
  border-color: var(--primary);
  background: #fff;
  box-shadow: 0 0 0 4px rgba(224, 120, 20, 0.12);
}
.dcc-contact-actions {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 6px;
}
.dcc-contact-msg {
  margin: 0;
  font-size: 14px;
  color: #5c534c;
  min-height: 1.2em;
}
.dcc-contact-msg.is-ok {
  color: #2f7a3e;
}
.dcc-contact-msg.is-error {
  color: #b42318;
}
.dcc-hp {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.dcc-notes {
  background: #fff;
  padding: 72px 0 96px;
  overflow: hidden;
}
.dcc-notes-head {
  max-width: 640px;
  margin: 0 auto 48px;
  text-align: center;
}
.dcc-notes-head .title {
  margin: 0 0 12px;
  font-size: 42px;
  line-height: 1.15;
  color: #1a1a1a;
  font-family: "Outfit", sans-serif;
  font-weight: 700;
}
.dcc-notes-head p {
  margin: 0 auto;
  max-width: 480px;
  font-size: 16px;
  line-height: 1.65;
  color: #5c534c;
}
.dcc-notes-stars {
  display: inline-flex;
  gap: 4px;
  color: var(--primary);
  font-size: 11px;
  line-height: 1;
}
.dcc-marquee {
  position: relative;
  -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
  mask-image: linear-gradient(90deg, transparent 0, #000 7%, #000 93%, transparent 100%);
}
.dcc-marquee-row {
  overflow: hidden;
}
.dcc-marquee-track {
  display: flex;
  width: max-content;
  animation: dcc-marquee 48s linear infinite;
  will-change: transform;
}
.dcc-marquee-group {
  display: flex;
  gap: 22px;
  padding-right: 22px;
}
.dcc-marquee:hover .dcc-marquee-track {
  animation-play-state: paused;
}
.dcc-note {
  flex: 0 0 360px;
  width: 360px;
  background: #fff;
  border: 1px solid rgba(28, 22, 18, 0.1);
  border-radius: 0;
  padding: 28px 28px 22px;
  display: flex;
  flex-direction: column;
  min-height: 248px;
  box-shadow: 0 12px 32px rgba(28, 22, 18, 0.06);
}
.dcc-note-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 18px;
}
.dcc-note-tag {
  font-family: "Outfit", sans-serif;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9a9088;
  white-space: nowrap;
}
.dcc-note > p {
  margin: 0;
  flex: 1;
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
  color: #2a2420;
}
.dcc-note-foot {
  margin-top: 22px;
  padding-top: 16px;
  border-top: 1px solid rgba(28, 22, 18, 0.08);
}
.dcc-note-foot strong {
  font-family: "Outfit", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1a1a1a;
}
@keyframes dcc-marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .dcc-marquee-track {
    animation: none !important;
    transform: none !important;
  }
}

.dcc-footer {
  background: var(--primary) !important;
  color: rgba(255, 255, 255, 0.88);
  position: relative;
  z-index: 1;
  padding: 72px 0 0;
}
.dcc-footer-accent {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #FEF7EF;
}
.dcc-footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 0.8fr 1fr 1fr;
  gap: 40px 32px;
  padding-bottom: 48px;
}
.dcc-footer-logo {
  display: inline-block;
  margin-bottom: 18px;
}
.dcc-footer-logo img {
  height: 96px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
}
.dcc-footer-brand p {
  margin: 0 0 12px;
  font-size: 15px;
  line-height: 1.7;
  max-width: 360px;
  color: rgba(255, 255, 255, 0.88);
}
.dcc-footer-tag {
  margin: 0 0 18px !important;
  font-family: "Outfit", sans-serif;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 0.06em;
  color: #fff !important;
}
.dcc-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.dcc-footer-social a {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.45);
  border-radius: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  text-decoration: none;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}
.dcc-footer-social a i {
  display: block;
  line-height: 1;
  width: 1em;
  height: 1em;
  text-align: center;
}
.dcc-footer-social a:hover,
.dcc-footer-social a:focus {
  background: #FEF7EF;
  border-color: #FEF7EF;
  color: var(--primary);
}
.dcc-footer .footer-title {
  color: #fff !important;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  margin: 8px 0 18px !important;
}
.dcc-footer-links {
  list-style: none;
  margin: 0;
  padding: 0;
}
.dcc-footer-links li {
  margin: 0 0 10px;
}
.dcc-footer-links a {
  color: rgba(255, 255, 255, 0.88);
  font-size: 15px;
}
.dcc-footer-links a:hover {
  color: #fff;
}
.dcc-footer-visit {
  list-style: none;
  margin: 0 0 22px;
  padding: 0;
}
.dcc-footer-visit li {
  margin: 0 0 16px;
}
.dcc-footer-visit span {
  display: block;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 4px;
}
.dcc-footer-visit strong,
.dcc-footer-visit a {
  font-family: "Outfit", sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: #fff;
}
.dcc-footer-visit a:hover {
  color: #FEF7EF;
}
.dcc-footer-cta {
  width: 100%;
  justify-content: center;
  display: inline-flex;
}
.dcc-footer .dcc-footer-cta.btn-primary {
  background: #fff !important;
  border-color: #fff !important;
  color: var(--primary) !important;
  box-shadow: 0 8px 20px rgba(28, 22, 18, 0.12);
}
.dcc-footer .dcc-footer-cta.btn-primary span {
  color: var(--primary) !important;
}
.dcc-footer .dcc-footer-cta.btn-hover-1::before,
.dcc-footer .dcc-footer-cta.btn-hover-1::after {
  display: none;
}
.dcc-footer .dcc-footer-cta.btn-primary:hover,
.dcc-footer .dcc-footer-cta.btn-primary:focus {
  background: #FEF7EF !important;
  border-color: #FEF7EF !important;
  color: var(--primary) !important;
}
.dcc-footer .dcc-footer-cta.btn-primary:hover span,
.dcc-footer .dcc-footer-cta.btn-primary:focus span {
  color: var(--primary) !important;
}
.dcc-footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding: 22px 0 28px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
}
.dcc-footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
}
.dcc-footer-bottom a {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.45);
}
.dcc-footer-bottom a:hover {
  color: #FEF7EF;
  border-bottom-color: #FEF7EF;
}

@media only screen and (max-width: 991px) {
  .dcc-contact {
    padding: 64px 0 40px;
  }
  .dcc-contact-head .title,
  .dcc-notes-head .title {
    font-size: 32px;
  }
  .dcc-notes {
    padding: 48px 0 72px;
  }
  .dcc-note {
    flex-basis: 300px;
    width: 300px;
    min-height: 236px;
    padding: 22px 20px 18px;
  }
  .dcc-marquee {
    -webkit-mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
    mask-image: linear-gradient(90deg, transparent 0, #000 4%, #000 96%, transparent 100%);
  }
  .dcc-contact-shell {
    grid-template-columns: 1fr;
    border-radius: 16px;
  }
  .dcc-drawer {
    width: 100%;
  }
  .dcc-drawer-card {
    border-radius: 0;
  }
  .dcc-drawer-head h2 {
    font-size: 24px;
  }
  .dcc-view-cart {
    right: 16px;
    bottom: 78px;
    padding: 12px 16px 12px 14px;
    font-size: 13px;
  }
  .dcc-order-box {
    padding: 20px 16px 18px;
  }
  .dcc-contact-panel,
  .dcc-contact-form-wrap {
    padding: 32px 24px;
  }
  .dcc-contact-icon {
    flex: 0 0 52px;
    width: 52px;
    height: 52px;
    padding: 0;
    font-size: 22px;
  }
  .dcc-contact-icon i {
    font-size: 22px;
  }
  .dcc-footer {
    padding-top: 52px;
  }
  .dcc-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .dcc-footer-brand {
    grid-column: 1 / -1;
  }
}
@media only screen and (max-width: 575px) {
  .dcc-footer-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }
  .dcc-contact-actions {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 767px) {
  .dcc-footer-bottom {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
}

/* Gallery slider — mobile first */
.dcc-gallery {
  overflow: hidden;
}
.dcc-gallery-swiper {
  overflow: hidden;
  padding: 2px 2px 0;
}
.dcc-gallery-swiper .swiper-slide {
  height: auto;
}
.dcc-gallery-swiper .dz-img-box.style-3 {
  margin: 0;
  height: 100%;
  overflow: hidden;
  background: #fff;
  box-shadow: none;
}
.dcc-gallery-swiper .dz-img-box.style-3 .dz-media {
  aspect-ratio: 1 / 1;
}
.dcc-gallery-swiper .dz-img-box.style-3 .dz-content {
  position: relative;
  bottom: auto;
  padding: 14px 12px;
}
.dcc-gallery-swiper .dz-img-box.style-3 .dz-title {
  font-family: Outfit, sans-serif;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}
.dcc-gallery-swiper .dz-img-box.style-3:hover .dz-content,
.dcc-gallery-swiper .dz-img-box.style-3.active .dz-content {
  bottom: auto;
  opacity: 1;
}
.dcc-gallery-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin-top: 18px;
}
.dcc-gallery-cta {
  text-align: center;
  margin-top: 36px;
}
.dcc-gallery-prev,
.dcc-gallery-next {
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  background: #E07814;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 6px 16px rgba(224, 120, 20, 0.28);
}
.dcc-gallery-prev:hover,
.dcc-gallery-next:hover,
.dcc-gallery-prev:focus-visible,
.dcc-gallery-next:focus-visible {
  background: #c4660f;
  color: #fff;
}
.dcc-gallery-prev.swiper-button-disabled,
.dcc-gallery-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: default;
  box-shadow: none;
}
.dcc-gallery-dots {
  position: static !important;
  width: auto !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
}
.dcc-gallery-dots .swiper-pagination-bullet {
  margin: 0 !important;
  width: 8px;
  height: 8px;
  background: #d7c8b8;
  opacity: 1;
  border-radius: 999px;
  transition: width 0.25s ease, background 0.25s ease;
}
.dcc-gallery-dots .swiper-pagination-bullet-active {
  width: 22px;
  background: #E07814;
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .dcc-gallery-swiper .dz-img-box.style-3 .dz-content {
    padding: 18px 16px;
  }
  .dcc-gallery-swiper .dz-img-box.style-3 .dz-title {
    font-size: 18px;
  }
  .dcc-gallery-prev,
  .dcc-gallery-next {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
  }
}
@media (min-width: 992px) {
  .dcc-gallery {
    overflow: visible;
  }
  .dcc-gallery-swiper {
    overflow: visible;
    padding: 0;
  }
  .dcc-gallery-swiper .swiper-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 30px;
    transform: none !important;
  }
  .dcc-gallery-swiper .swiper-slide {
    width: auto !important;
    margin: 0 !important;
  }
  .dcc-gallery-swiper .dz-img-box.style-3 .dz-content {
    position: absolute;
    bottom: 0;
    padding: 23px 15px;
  }
  .dcc-gallery-swiper .dz-img-box.style-3 .dz-title {
    font-size: inherit;
  }
  .dcc-gallery-swiper .dz-img-box.style-3:hover .dz-content,
  .dcc-gallery-swiper .dz-img-box.style-3.active .dz-content {
    bottom: -150px;
    opacity: 0;
  }
  .dcc-gallery-controls {
    display: none;
  }
}

/* Mobile holding screen — desktop unchanged */
.dcc-mobile-hold {
  display: none;
}

@media (max-width: 991px) {
  html,
  body#bg {
    overflow: hidden !important;
    height: 100% !important;
    background: #fef7ef !important;
  }

  .page-wraper,
  #loading-area3,
  .dcc-view-cart,
  .dcc-drawer,
  .dcc-drawer-backdrop,
  .scroltop-progress {
    display: none !important;
  }

  .dcc-mobile-hold {
    display: flex !important;
    position: fixed;
    inset: 0;
    z-index: 2147483000;
    align-items: center;
    justify-content: center;
    padding: 28px 20px;
    box-sizing: border-box;
    overflow: auto;
    background:
      radial-gradient(ellipse 80% 50% at 50% -10%, rgba(224, 120, 20, 0.16), transparent 55%),
      linear-gradient(180deg, #fff8f0 0%, #fef7ef 45%, #f8ead8 100%);
  }

  .dcc-mobile-hold-card {
    width: 100%;
    max-width: 380px;
    text-align: center;
    padding: 36px 28px;
    background: #fff;
    border: 1px solid rgba(224, 120, 20, 0.16);
    border-radius: 24px;
    box-shadow: 0 24px 60px rgba(140, 67, 8, 0.1);
  }

  .dcc-mobile-hold-card img {
    display: block;
    width: 92px;
    height: auto;
    margin: 0 auto 20px;
  }

  .dcc-mobile-hold-card h1 {
    margin: 0;
    font-family: "Outfit", sans-serif;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.35;
    color: #1a1a1a;
  }
}
