*{
  box-sizing: border-box;
}
body{
    font-family: 'Poppins', sans-serif;
    margin: 0;
}
html, body {
  overflow-x: hidden;
}
h1, h2, h3 {
  font-family: 'Aleo', serif;
  font-style: italic;
}

.wc-block-components-checkout-return-to-cart-button{
  display: none;
}

.container{
  max-width: 1260px;
  margin: 0 auto;
  padding: 0 16px;
}

/* Default pages (WooCommerce checkout, cart, legal, etc.) */
.royal-page-content {
  padding-top: 90px;
  padding-bottom: 48px;
  min-height: 40vh;
}


.skip-link:focus {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
  height: auto;
  width: auto;
  margin: 0;
  padding: 12px 16px;
  position: fixed;
  left: 16px;
  top: 16px;
  background: #111;
  color: #fff;
  z-index: 100000;
  border-radius: 8px;
}

.site-header {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999;
  background: black;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.site-header__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 14px 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.site-nav__close{
  display: none;
}

.site-header__logo {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  color: #f5f0e6;
}

.site-header__logo img {
  height: 44px;
  width: auto;
  display: block;
}

.site-header__title {
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
}

.site-nav {
  display: block;
}

.site-nav__list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 24px;
}

.site-nav__list a {
  text-decoration: none;
  color: rgba(245, 240, 230, 0.9);
  font-weight: 500;
  font-size: 14px;
  padding: 10px 6px;
  border-radius: 8px;
}

.site-nav__list a:hover,
.site-nav__list a:focus {
  color: #e0b24b;
  outline: none;
}

.site-nav__list .current-menu-item > a,
.site-nav__list .current_page_item > a {
  color: #e0b24b;
}

.site-header__toggle {
  display: none;
  background: black;
  width: 44px;
  height: 44px;
  padding: 0;
  color: #e0b24b;
  border: none;
}

.site-header__toggle-lines {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  margin: 0 auto;
  position: relative;
}

.site-header__toggle-lines::before,
.site-header__toggle-lines::after {
  content: "";
  position: absolute;
  left: 0;
  width: 18px;
  height: 2px;
  background: currentColor;
  border-radius: 999px;
  transition: transform 160ms ease;
}

.site-header__toggle-lines::before {
  top: -6px;
}

.site-header__toggle-lines::after {
  top: 6px;
}

/* Shared header for new pages (ordering hub/profile/etc.) */
/* Stacking: header + dropdown must sit above .ordering-hub-shell (banners, etc.) or the menu paints underneath. */
.ordering-hub-topbar {
  position: relative;
  z-index: 2000;
  background: #100c18;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.ordering-hub-topbar__inner {
  max-width: 1260px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.ordering-hub-brand {
  display: inline-flex;
  align-items: center;
}

.ordering-hub-brand img {
  max-height: 42px;
  width: auto;
}

.ordering-hub-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.ordering-hub-chip {
  border: 1px solid rgba(255, 255, 255, 0.25);
  background: transparent;
  color: #f3f0ea;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 14px;
}

.ordering-hub-chip--icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}

.ordering-hub-cart-count {
  position: absolute;
  top: -5px;
  right: -5px;
  min-width: 18px;
  height: 18px;
  border-radius: 999px;
  background: #ffca1b;
  color: #100c18;
  font-size: 11px;
  font-weight: 700;
  line-height: 18px;
  text-align: center;
  padding: 0 4px;
}

.ordering-hub-chip--user {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 12px;
  white-space: nowrap;
}

.ordering-hub-user-name {
  display: inline-block;
  line-height: 1;
}

.ordering-hub-account-dropdown {
  position: relative;
  z-index: 1;
}

.ordering-hub-account-dropdown:hover,
.ordering-hub-account-dropdown:focus-within {
  z-index: 5000;
}

.ordering-hub-account-trigger {
  cursor: pointer;
}

.ordering-hub-account-menu {
  position: absolute;
  right: 0;
  top: 100%;
  margin-top: 2px;
  min-width: 190px;
  background: #151020;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 12px;
  padding: 10px;
  display: none;
  z-index: 3000;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.35);
}

.ordering-hub-account-menu::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: -8px;
  height: 8px;
}

.ordering-hub-account-dropdown:hover .ordering-hub-account-menu,
.ordering-hub-account-dropdown:focus-within .ordering-hub-account-menu {
  display: block;
}

.ordering-hub-account-dropdown.ordering-hub-account-dropdown--force-close .ordering-hub-account-menu {
  display: none !important;
}

body.royal-modal-lock {
  overscroll-behavior: none;
  touch-action: none;
}

.ordering-hub-account-menu__name {
  margin: 0 0 8px;
  font-size: 13px;
  color: #f3f0ea;
  opacity: 0.9;
}

.ordering-hub-account-menu__link {
  display: block;
  text-decoration: none;
  color: #100c18;
  background: #ffca1b;
  border-radius: 8px;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
}

.ordering-hub-account-menu__link--secondary {
  margin-bottom: 8px;
  background: #fff;
}

@media (max-width: 992px) {
  .ordering-hub-topbar__inner {
    padding: 8px 12px;
  }

  .ordering-hub-brand {
    margin-left: 6px;
  }

  .ordering-hub-brand img,
  .ordering-hub-brand .custom-logo {
    max-height: 26px !important;
    width: auto !important;
  }
}

@media (max-width: 760px) {
  .ordering-hub-brand img,
  .ordering-hub-brand .custom-logo {
    max-height: 22px !important;
  }
}


.site-footer{
  background: linear-gradient(180deg, #171717 0%, #0f0f0f 100%);
  color: rgba(245, 240, 230, 0.8);
  padding: 54px 0 0;
}

.site-footer__inner{
  display: grid;
  grid-template-columns: 1.3fr 1fr 1.1fr;
  gap: 44px;
  padding-bottom: 26px;
  border-bottom: 1px solid rgba(224, 178, 75, 0.18);
}

.site-footer__logo{
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #f5f0e6;
}

.site-footer__logo img{
  height: 40px;
  width: auto;
  display: block;
}

.site-footer__title{
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 14px;
}

.site-footer__about{
  margin: 14px 0 0;
  font-size: 12px;
  line-height: 1.55;
  max-width: 360px;
  color: rgba(245, 240, 230, 0.65);
}

.site-footer__heading{
  margin: 4px 0 12px;
  font-size: 12px;
  font-weight: 800;
  color: #e0b24b;
}

.site-footer__list{
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
  font-size: 12px;
  line-height: 1.5;
  color: rgba(245, 240, 230, 0.72);
}

.site-footer__list strong{
  color: rgba(245, 240, 230, 0.9);
  font-weight: 700;
}

.site-footer__list a{
  color: rgba(245, 240, 230, 0.72);
  text-decoration: none;
}

.site-footer__list a:hover,
.site-footer__list a:focus{
  color: #e0b24b;
  outline: none;
}

.site-footer__contact{
  display: grid;
  grid-template-columns: 12px 1fr;
  gap: 10px;
  align-items: start;
}

.site-footer__icon{
  width: 14px;
  height: 14px;
  margin-top: 3px;
  display: block;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(76%) sepia(43%) saturate(666%) hue-rotate(358deg) brightness(94%) contrast(92%);
}

.site-footer__bottom{
  padding: 16px 0 22px;
}

.site-footer__bottom-inner{
  text-align: center;
  font-size: 11px;
  color: rgba(245, 240, 230, 0.55);
}

.order-online-btn a{
  background: #f4b400;
  color: #7a0015 !important;
  border-radius: 21px;
}

.social-icons{
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}

.social-icons img{
  width: 20px;
  height: 20px;
  object-fit: contain;
}


.testimonial-slider{
  width: 100%;
}

.testimonial-slider__track{
  position: relative;
}

.testimonial-slider__track .testimonial-card{
  margin-left: auto;
  opacity: 0;
  transform: translateY(6px);
  pointer-events: none;
  position: absolute;
  inset: 0;
  transition: opacity 220ms ease, transform 220ms ease;
}

.testimonial-slider__track .testimonial-card.is-active{
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
  position: relative;
}

.testimonial-card__quote{
  display: inline-block;
  color: #e0b24b;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
}

.testimonial-card__text{
  margin: 10px 0 0;
  color: rgba(0,0,0,0.55);
  font-size: 18px;
  line-height: 1.55;
  font-style: italic;
}

.testimonial-card__author{
  margin: 12px 0 0;
  color: rgba(0,0,0,0.7);
  font-size: 16px;
}

.testimonial-dots{
  display: flex;
  gap: 8px;
  justify-content: center;
  margin-top: 14px;
}

.testimonial-dots__dot{
  width: 18px;
  height: 3px;
  border-radius: 999px;
  background: rgba(224, 178, 75, 0.35);
  border: 0;
  padding: 0;
  cursor: pointer;
}

.testimonial-dots__dot.is-active{
  background: #e0b24b;
}

@media (max-width: 900px) {

  .order-online-btn a{
    background: black;
    color: white !important;
    border-radius: unset;
  }

  .site-nav__close{
    display: block;
  }

  .site-header__toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }

  .site-nav {
    position: fixed;
    top: 0;
    right: 0;
  
    width: 280px;
    height: 100vh;
  
    background: rgba(10,10,10,0.95);
  
    padding: 90px 24px;
  
    transform: translateX(100%);
    transition: transform .35s ease;
  
    border-left: 1px solid rgba(255,255,255,0.08);
  
    z-index: 999;
  }

body.nav-open .site-nav {
  transform: translateX(0);
}

body.nav-open::before{
  content:"";
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.55);
  z-index:998;
  }

  .site-nav__close{
    position:absolute;
    top:20px;
    right:20px;
    
    background:none;
    border:none;
    
    color:#fff;
    font-size:26px;
    cursor:pointer;
    }

  .site-nav__list {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }

  .site-nav__list a {
    width: 100%;
    padding: 12px 10px;
    font-size: 18px;
    background: transparent;
  }

  .site-header__logo img{
    height: 30px;
  }

  .site-footer__inner{
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .site-footer__about{
    max-width: none;
  }
}