/**
* Theme Name: Teapoz Child
* Description: This is a child theme of Teapoz, generated by Merlin WP.
* Author: Zerosugar
* Template: teapoz
* Version: 1.2.6
*/
body {
  --primary: #cb5d03;
  --secondary: #63acb0;
  --text: #000000;
  --accent: #000000;
}
/* =========================
        Main Header
   ========================= */
header#masthead {
  --zs-orange: #d06408;
  --zs-orange-dark: #a84900;
  --zs-teal: #4ba5aa;
  --zs-ink: #173638;
  --zs-cream: #fff8ef;
  --zs-border: rgba(23, 54, 56, 0.11);
  position: relative;
  width: 100%;
  z-index: 99999;
  background: rgba(255, 255, 255, 0.98);
  border-bottom: 1px solid var(--zs-border);
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
}
header#masthead *,
header#masthead *::before,
header#masthead *::after {
  box-sizing: border-box;
}
header#masthead a {
  text-decoration: none;
}
header#masthead .main-header {
  width: 100%;
  background:
    radial-gradient(circle at 4% -130%, rgba(208, 100, 8, 0.10), transparent 36%),
    radial-gradient(circle at 96% -130%, rgba(75, 165, 170, 0.12), transparent 38%),
    rgba(255, 255, 255, 0.98);
}
/* Search removed */
header#masthead .top-header > .elementor-element:nth-child(2),
header#masthead .elementor-widget-teapoz-search {
  display: none !important;
}
/* =========================
         STICKY STATE
   ========================= */
header#masthead.sticky-header {
  position: fixed !important;
  top: 0 !important;
  right: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 999999 !important;
  background: rgba(255, 255, 255, 0.97) !important;
  box-shadow: 0 10px 30px rgba(23, 54, 56, 0.12);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}
body.admin-bar header#masthead.sticky-header {
  top: 32px !important;
}
/* =========================
       DESKTOP: 1025px+
   ========================= */
@media (min-width: 1025px) {
  header#masthead .main-header > .e-con-inner {
    display: grid !important;
    grid-template-columns: minmax(230px, 1fr) auto minmax(230px, 1fr) !important;
    align-items: center !important;
    column-gap: 28px;
    width: 100% !important;
    max-width: 1600px !important;
    height: 100px;
    min-height: 100px;
    margin: 0 auto !important;
    padding: 0 32px !important;
  }
  header#masthead .top-header {
    display: contents !important;
  }
  /* Left logo */
  header#masthead .top-header > .elementor-element:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    width: 100% !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
  }
  header#masthead .elementor-widget-site-logo,
  header#masthead .hfe-site-logo,
  header#masthead .hfe-site-logo-set,
  header#masthead .hfe-site-logo-container {
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
  }
  header#masthead .hfe-site-logo-img {
    display: block;
    width: 185px !important;
    max-width: 185px !important;
    height: auto !important;
    max-height: 72px;
    object-fit: contain;
  }
  /* Center menu */
  header#masthead .main-header-menu {
    grid-column: 2;
    grid-row: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    justify-self: center;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
  }
  header#masthead .elementor-nav-menu-wrapper,
  header#masthead .main-navigation,
  header#masthead .primary-navigation {
    width: auto !important;
    margin: 0 !important;
  }
  header#masthead .primary-navigation > ul.menu {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 4px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }
  header#masthead .primary-navigation > ul.menu > li {
    margin: 0;
    padding: 0;
  }
  header#masthead .primary-navigation > ul.menu > li > a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 14px;
    border-radius: 12px;
    color: var(--zs-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.02em;
    white-space: nowrap;
    transition: color 0.18s ease, background-color 0.18s ease;
  }
  header#masthead .primary-navigation > ul.menu > li > a::after {
    content: "";
    position: absolute;
    right: 14px;
    bottom: 6px;
    left: 14px;
    height: 2px;
    border-radius: 20px;
    background: linear-gradient(90deg, var(--zs-orange), var(--zs-teal));
    transform: scaleX(0);
    transition: transform 0.18s ease;
  }
  header#masthead .primary-navigation > ul.menu > li > a:hover,
  header#masthead .primary-navigation > ul.menu > li.current-menu-item > a,
  header#masthead .primary-navigation > ul.menu > li.current_page_item > a {
    color: var(--zs-orange-dark);
    background: var(--zs-cream);
  }
  header#masthead .primary-navigation > ul.menu > li > a:hover::after,
  header#masthead .primary-navigation > ul.menu > li.current-menu-item > a::after,
  header#masthead .primary-navigation > ul.menu > li.current_page_item > a::after {
    transform: scaleX(1);
  }
  /* Right icons — pushed to the last edge of the container */
  header#masthead .top-header > .elementor-element:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    justify-self: stretch;
    width: 100% !important;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
  }
  header#masthead .elementor-header-group-wrapper {
    width: auto !important;
    margin-left: auto !important;
  }
  header#masthead .header-group-action {
    display: flex !important;
    align-items: center;
    justify-content: flex-end;
    gap: 9px;
    width: auto !important;
    margin-left: auto !important;
  }
  header#masthead .site-header-account,
  header#masthead .site-header-wishlist,
  header#masthead .site-header-cart {
    position: relative;
    flex: 0 0 auto;
    margin: 0 !important;
  }
  header#masthead .site-header-account > a,
  header#masthead .site-header-wishlist > a,
  header#masthead .site-header-cart > a {
    position: relative;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 44px !important;
    min-width: 44px !important;
    height: 44px !important;
    padding: 0 !important;
    border: 1px solid var(--zs-border);
    border-radius: 13px;
    background: rgba(255, 255, 255, 0.98);
    color: var(--zs-ink);
    box-shadow: 0 5px 15px rgba(23, 54, 56, 0.08);
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  }
  header#masthead .site-header-account > a:hover,
  header#masthead .site-header-wishlist > a:hover,
  header#masthead .site-header-cart > a:hover {
    border-color: rgba(75, 165, 170, 0.42);
    transform: translateY(-2px);
    box-shadow: 0 9px 20px rgba(23, 54, 56, 0.12);
  }
}
/* Shared icon content */
header#masthead .site-header-account .account-content,
header#masthead .site-header-cart .woocs_special_price_code {
  display: none !important;
}
header#masthead .site-header-account i,
header#masthead .site-header-wishlist i {
  font-size: 19px;
  line-height: 1;
}
header#masthead .site-header-cart > a::before {
  content: "🛒";
  display: inline-block;
  font-size: 16px;
  line-height: 1;
}
header#masthead .site-header-wishlist .count,
header#masthead .site-header-cart .count {
  position: absolute;
  top: -6px;
  right: -6px;
  display: grid;
  place-items: center;
  min-width: 19px;
  height: 19px;
  padding: 0 4px;
  border: 2px solid #fff;
  border-radius: 999px;
  background: var(--zs-orange);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 1;
  z-index: 2;
}
/* Laptop */
@media (min-width: 1025px) and (max-width: 1280px) {
  header#masthead .main-header > .e-con-inner {
    grid-template-columns: minmax(180px, 1fr) auto minmax(180px, 1fr) !important;
    column-gap: 14px;
    padding-inline: 22px !important;
  }
  header#masthead .hfe-site-logo-img {
    width: 165px !important;
    max-width: 165px !important;
  }
  header#masthead .primary-navigation > ul.menu > li > a {
    padding-inline: 9px;
    font-size: 12px;
  }
  header#masthead .header-group-action {
    gap: 7px;
  }
  header#masthead .site-header-account > a,
  header#masthead .site-header-wishlist > a,
  header#masthead .site-header-cart > a {
    width: 41px !important;
    min-width: 41px !important;
    height: 41px !important;
  }
}
/* ==========================================================
    TABLET / MOBILE | Logo left | hamburger + cart right
   ========================================================== */
@media (max-width: 1024px) {
  header#masthead .main-header > .e-con-inner {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) auto auto;
    align-items: center;
    column-gap: 8px;
    width: 100% !important;
    min-height: 72px;
    margin: 0 auto !important;
    padding: 8px 16px !important;
  }
  header#masthead .top-header {
    display: contents !important;
  }
  header#masthead .main-header-menu {
    display: none !important;
  }
  header#masthead .top-header > .elementor-element:nth-child(1) {
    display: contents !important;
  }
  header#masthead .top-header > .elementor-element:nth-child(1) > .elementor-widget-site-logo {
    grid-column: 1;
    grid-row: 1;
    display: block !important;
    justify-self: start;
    align-self: center;
    min-width: 0;
    margin: 0 !important;
  }
  header#masthead .top-header > .elementor-element:nth-child(1) > .elementor-widget-teapoz-menu-canvas {
    grid-column: 2;
    grid-row: 1;
    display: block !important;
    justify-self: end;
    align-self: center;
    width: auto !important;
    margin: 0 !important;
  }
  header#masthead .top-header > .elementor-element:nth-child(3) {
    grid-column: 3;
    grid-row: 1;
    display: flex !important;
    justify-self: end;
    align-items: center;
    width: auto !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  header#masthead .hfe-site-logo-img {
    display: block;
    width: 150px !important;
    max-width: 150px !important;
    height: auto !important;
    max-height: 54px;
    object-fit: contain;
  }
  header#masthead .site-header-account,
  header#masthead .site-header-wishlist {
    display: none !important;
  }
  header#masthead .header-group-action {
    display: flex;
    align-items: center;
    gap: 0;
  }
  header#masthead .menu-mobile-nav-button,
  header#masthead .site-header-cart > a {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 42px !important;
    min-width: 42px !important;
    height: 42px !important;
    padding: 0 !important;
    border: 1px solid var(--zs-border);
    border-radius: 12px;
    background: #fff;
    box-shadow: 0 5px 15px rgba(23, 54, 56, 0.08);
  }
  header#masthead .menu-mobile-nav-button .teapoz-icon {
    width: 15px;
  }
  header#masthead .menu-mobile-nav-button .teapoz-icon span {
    display: block;
    width: 100%;
    height: 2px;
    margin: 3px 0;
    border-radius: 99px;
    background: #a59dae;
  }
}
@media (max-width: 767px) {
  body.admin-bar header#masthead.sticky-header {
    top: 46px !important;
  }
  header#masthead .main-header > .e-con-inner {
    min-height: 66px;
    padding: 7px 12px !important;
  }
  header#masthead .hfe-site-logo-img {
    width: 150px !important;
    max-width: 150px !important;
    max-height: 70px;
  }
  header#masthead .menu-mobile-nav-button,
  header#masthead .site-header-cart > a {
    width: 40px !important;
    min-width: 40px !important;
    height: 40px !important;
  }
}
@media (max-width: 420px) {
  header#masthead .main-header > .e-con-inner {
    min-height: 62px;
    padding-inline: 10px !important;
    column-gap: 7px;
  }
  header#masthead .hfe-site-logo-img {
    width: 124px !important;
    max-width: 124px !important;
  }
  header#masthead .menu-mobile-nav-button,
  header#masthead .site-header-cart > a {
    width: 38px !important;
    min-width: 38px !important;
    height: 38px !important;
  }
}
/* =========================
    MOBILE OFF-CANVAS MENU
   ========================= */
.teapoz-mobile-nav {
  position: fixed !important;
  top: 0;
  bottom: 0;
  left: 0;
  width: min(86vw, 370px) !important;
  height: 100dvh;
  z-index: 1000001 !important;
  overflow: hidden;
  background: #fff;
  box-shadow: 18px 0 45px rgba(23, 54, 56, 0.18);
}
.teapoz-mobile-nav .menu-scroll-mobile {
  width: 100%;
  height: 100%;
  padding: 76px 26px 30px;
  overflow-x: hidden;
  overflow-y: auto;
  background:
    radial-gradient(circle at 0 0, rgba(208, 100, 8, 0.08), transparent 32%),
    radial-gradient(circle at 100% 0, rgba(75, 165, 170, 0.09), transparent 34%),
    #fff;
}
.teapoz-mobile-nav .mobile-nav-close {
  position: absolute;
  top: 16px;
  right: 16px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(23, 54, 56, 0.11);
  border-radius: 12px;
  background: #fff;
  color: #173638;
  box-shadow: 0 5px 16px rgba(23, 54, 56, 0.08);
  z-index: 2;
}
.teapoz-mobile-nav nav.mobile-menu ul,
.teapoz-mobile-nav .handheld-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.teapoz-mobile-nav nav.mobile-menu ul.menu > li,
.teapoz-mobile-nav .handheld-navigation ul.menu > li {
  margin: 0;
  border-bottom: 1px solid rgba(23, 54, 56, 0.08);
}
.teapoz-mobile-nav nav.mobile-menu ul.menu > li > a,
.teapoz-mobile-nav .handheld-navigation ul.menu > li > a {
  position: relative;
  display: flex !important;
  align-items: center;
  min-height: 54px;
  padding: 0 8px !important;
  color: #173638 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.teapoz-mobile-nav nav.mobile-menu ul.menu > li.current-menu-item > a,
.teapoz-mobile-nav nav.mobile-menu ul.menu > li.current_page_item > a,
.teapoz-mobile-nav .handheld-navigation ul.menu > li.current-menu-item > a,
.teapoz-mobile-nav .handheld-navigation ul.menu > li.current_page_item > a {
  color: #a84900 !important;
}
.teapoz-overlay {
  position: fixed !important;
  inset: 0;
  z-index: 1000000 !important;
  background: rgba(13, 33, 35, 0.48) !important;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
}
/* =========================================
        ACCOUNT DROPDOWN — DESKTOP ONLY
   ========================================= */
@media (min-width: 1025px) {
  header#masthead .site-header-account {
    position: relative;
  }
  header#masthead .account-dashboard {
    position: absolute;
    top: calc(100% + 14px);
    right: 0;
    width: 230px;
    min-width: 230px;
    padding: 10px;
    margin: 0;
    border: 1px solid rgba(23, 54, 56, 0.10);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 18px 45px rgba(23, 54, 56, 0.16);
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    pointer-events: none;
    transition:
      opacity 0.22s ease,
      visibility 0.22s ease,
      transform 0.22s ease;
    z-index: 999999;
  }
  header#masthead .account-dashboard::before {
    content: "";
    position: absolute;
    top: -7px;
    right: 17px;
    width: 14px;
    height: 14px;
    background: #fff;
    border-top: 1px solid rgba(23, 54, 56, 0.10);
    border-left: 1px solid rgba(23, 54, 56, 0.10);
    transform: rotate(45deg);
  }
  /*
   * Theme active class support
   */
  header#masthead .account-dropdown.active .account-dashboard,
  header#masthead .site-header-account:hover .account-dashboard,
  header#masthead .site-header-account:focus-within .account-dashboard {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  header#masthead .account-dashboard ul {
    display: flex;
    flex-direction: column;
    gap: 4px;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
  }
  header#masthead .account-dashboard ul li {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  header#masthead .account-dashboard ul li a {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    min-height: 46px;
    padding: 10px 12px;
    border-radius: 11px;
    color: #173638;
    background: transparent;
    font-size: 13px;
    font-weight: 650;
    line-height: 1.3;
    transition:
      color 0.18s ease,
      background-color 0.18s ease,
      transform 0.18s ease;
  }
  header#masthead .account-dashboard ul li a::before {
    display: grid;
    place-items: center;
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 9px;
    background: #fff8ef;
    color: #d06408;
    font-size: 15px;
    line-height: 1;
  }
  /* Dashboard */
  header#masthead .account-dashboard ul li:nth-child(1) a::before {
    content: "⌂";
  }
  /* Orders */
  header#masthead .account-dashboard ul li:nth-child(2) a::before {
    content: "▣";
  }
  /* Downloads */
  header#masthead .account-dashboard ul li:nth-child(3) a::before {
    content: "↓";
  }
  /* Edit Address */
  header#masthead .account-dashboard ul li:nth-child(4) a::before {
    content: "⌖";
  }
  /* Account Details */
  header#masthead .account-dashboard ul li:nth-child(5) a::before {
    content: "♙";
  }
  /* Logout */
  header#masthead .account-dashboard ul li:nth-child(6) a::before {
    content: "↪";
  }
  header#masthead .account-dashboard ul li a:hover,
  header#masthead .account-dashboard ul li a:focus {
    color: #a84900;
    background: #fff8ef;
    transform: translateX(3px);
  }
  header#masthead .account-dashboard ul li a:hover::before,
  header#masthead .account-dashboard ul li a:focus::before {
    background: #d06408;
    color: #fff;
  }
  header#masthead .account-dashboard ul li:last-child {
    margin-top: 5px !important;
    padding-top: 6px !important;
    border-top: 1px solid rgba(23, 54, 56, 0.08);
  }
  header#masthead .account-dashboard ul li:last-child a {
    color: #b84032;
  }
  header#masthead .account-dashboard ul li:last-child a::before {
    background: rgba(184, 64, 50, 0.08);
    color: #b84032;
  }
  header#masthead .account-dashboard ul li:last-child a:hover {
    background: rgba(184, 64, 50, 0.08);
    color: #9c2f24;
  }
  header#masthead .account-dashboard ul li:last-child a:hover::before {
    background: #b84032;
    color: #fff;
  }
}
header#masthead .site-header-account .account-dropdown,
header#masthead .site-header-account .account-wrap,
header#masthead .site-header-account .account-inner {
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}
/* ==================================
        CART SIDEBAR / MINI CART
   ================================== */
.site-header-cart-side {
  --zs-orange: #d06408;
  --zs-orange-dark: #a84900;
  --zs-teal: #4ba5aa;
  --zs-ink: #173638;
  --zs-cream: #fff8ef;
  --zs-border: rgba(23, 54, 56, 0.11);
  --zs-danger: #b84032;

  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 1000002 !important;

  display: flex !important;
  flex-direction: column;

  width: min(92vw, 430px) !important;
  height: 100dvh !important;

  background: #fff;
  box-shadow: -20px 0 50px rgba(23, 54, 56, 0.2);

  transform: translateX(105%);
  visibility: hidden;
  pointer-events: none;
  overflow: hidden;

  transition: transform 0.3s ease, visibility 0.3s ease;
}

.site-header-cart-side.active {
  transform: translateX(0);
  visibility: visible;
  pointer-events: auto;
}

.site-header-cart-side *,
.site-header-cart-side *::before,
.site-header-cart-side *::after {
  box-sizing: border-box;
}

/* Header */
.site-header-cart-side .cart-side-heading {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 16px;

  flex: 0 0 auto;
  min-height: 82px;
  padding: 16px 20px;

  border-bottom: 1px solid var(--zs-border);
  background: #fff;
}

.site-header-cart-side .cart-side-title {
  display: flex;
  align-items: center;
  gap: 12px;

  color: var(--zs-ink);
  font-size: 22px;
  font-weight: 800;
  line-height: 1.2;
}

.site-header-cart-side .cart-side-title::before {
  content: "🛒";

  display: grid;
  place-items: center;

  width: 42px;
  height: 42px;
  flex: 0 0 42px;

  border-radius: 12px;
  background: var(--zs-cream);

  font-size: 18px;
}

/* Main close button */
.site-header-cart-side .close-cart-side {
  position: relative;
  display: grid !important;
  place-items: center;

  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 1px solid var(--zs-border) !important;
  border-radius: 13px !important;

  background: #fff !important;
  color: transparent !important;

  font-size: 0 !important;
  line-height: 0 !important;
  text-indent: 0 !important;

  box-shadow: 0 5px 16px rgba(23, 54, 56, 0.09);
  overflow: hidden;

  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    background-color 0.22s ease,
    box-shadow 0.22s ease;
}

.site-header-cart-side .close-cart-side::before {
  content: "×" !important;

  position: static !important;
  display: block !important;

  width: auto !important;
  height: auto !important;

  background: transparent !important;
  color: var(--zs-ink) !important;

  font-family: Arial, sans-serif !important;
  font-size: 25px !important;
  font-weight: 300 !important;
  line-height: 1 !important;

  transform: none !important;
}

.site-header-cart-side .close-cart-side::after {
  display: none !important;
  content: none !important;
}

.site-header-cart-side .close-cart-side:hover {
  border-color: rgba(208, 100, 8, 0.35) !important;
  background: var(--zs-cream) !important;
  transform: rotate(6deg) scale(1.04);
  box-shadow: 0 9px 22px rgba(23, 54, 56, 0.13);
}

.site-header-cart-side .close-cart-side:hover::before {
  color: var(--zs-orange-dark) !important;
}

.woocommerce-mini-cart-item a.remove.remove_from_cart_button {
    top: 20px !important;
    height: 25px !important;
}

/* Content */
.site-header-cart-side .widget_shopping_cart,
.site-header-cart-side .widget_shopping_cart_content {
  display: flex !important;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 0;
  width: 100%;
  margin: 0 !important;
}

.site-header-cart-side .woocommerce-mini-cart-scroll {
  flex: 1 1 auto;
  min-height: 0;
  padding: 14px;
  overflow-x: hidden;
  overflow-y: auto;
}

/* Product list */
.site-header-cart-side ul.woocommerce-mini-cart {
  display: flex !important;
  flex-direction: column;
  gap: 12px;

  width: 100%;
  margin: 0 !important;
  padding: 0 !important;

  list-style: none !important;
}

.site-header-cart-side .woocommerce-mini-cart-item {
  position: relative;

  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr);
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 16px;
  row-gap: 10px;

  width: 100% !important;
  min-height: 126px;

  margin: 0 !important;
  padding: 14px 42px 14px 14px !important;

  border: 1px solid var(--zs-border);
  border-radius: 16px;

  background: #fff;
  box-shadow: 0 7px 20px rgba(23, 54, 56, 0.07);

  list-style: none !important;
  overflow: hidden;

  transition:
    transform 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.site-header-cart-side .woocommerce-mini-cart-item:hover {
  border-color: rgba(75, 165, 170, 0.35);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(23, 54, 56, 0.11);
}

/* Product link */
.site-header-cart-side .woocommerce-mini-cart-item > a:not(.remove) {
  grid-column: 1 / -1;
  grid-row: 1;

  display: grid !important;
  grid-template-columns: 96px minmax(0, 1fr);
  align-items: center;
  column-gap: 16px;

  width: 100%;
  margin: 0 !important;
  padding: 0 !important;

  color: var(--zs-ink) !important;
  text-decoration: none !important;

  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;

  transition: color 0.22s ease;
}

/* Product image */
.site-header-cart-side .woocommerce-mini-cart-item img {
  float: none !important;

  display: block !important;

  width: 96px !important;
  min-width: 96px !important;
  height: 96px !important;

  margin: 0 !important;

  border-radius: 14px;
  background: var(--zs-cream);

  object-fit: cover !important;
  transform: scale(1);
  transition: transform 0.28s ease;
}

.site-header-cart-side .woocommerce-mini-cart-item:hover img {
  transform: scale(1.07);
}

.site-header-cart-side
  .woocommerce-mini-cart-item:hover
  > a:not(.remove) {
  color: var(--zs-orange-dark) !important;
}

/* Quantity + price */
.site-header-cart-side .woocommerce-mini-cart-item .quantity {
  grid-column: 2;
  grid-row: 2;

  display: inline-flex;
  align-items: center;

  width: fit-content;
  margin: -2px 0 0 !important;
  padding: 7px 12px;

  border-radius: 999px;
  background: rgba(75, 165, 170, 0.12);
  color: var(--zs-ink);

  font-size: 14px !important;
  font-weight: 750 !important;
  line-height: 1.2;
}

.site-header-cart-side .quantity .amount,
.site-header-cart-side .quantity bdi {
  color: var(--zs-ink);
  font-size: inherit;
  font-weight: 850;
}

/* Remove item button */
.site-header-cart-side .woocommerce-mini-cart-item .remove,
.site-header-cart-side .woocommerce-mini-cart-item .remove_from_cart_button {
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  left: auto !important;

  display: grid !important;
  place-items: center;

  width: 30px !important;
  min-width: 30px !important;
  height: 30px !important;

  margin: 0 !important;
  padding: 0 !important;

  border: 1px solid rgba(184, 64, 50, 0.16) !important;
  border-radius: 9px !important;

  background: rgba(184, 64, 50, 0.07) !important;
  color: transparent !important;

  font-size: 0 !important;
  line-height: 0 !important;
  text-decoration: none !important;

  z-index: 3;

  transition:
    transform 0.2s ease,
    background-color 0.2s ease,
    border-color 0.2s ease;
}

.site-header-cart-side .woocommerce-mini-cart-item .remove::before,
.site-header-cart-side .woocommerce-mini-cart-item .remove_from_cart_button::before {
  content: "×" !important;

  display: block !important;

  color: var(--zs-danger) !important;

  font-family: Arial, sans-serif !important;
  font-size: 23px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
}

.site-header-cart-side .woocommerce-mini-cart-item .remove::after,
.site-header-cart-side .woocommerce-mini-cart-item .remove_from_cart_button::after {
  display: none !important;
  content: none !important;
}

.site-header-cart-side .woocommerce-mini-cart-item .remove:hover,
.site-header-cart-side .woocommerce-mini-cart-item .remove_from_cart_button:hover {
  border-color: var(--zs-danger) !important;
  background: var(--zs-danger) !important;
  transform: rotate(8deg) scale(1.05);
}

.site-header-cart-side .woocommerce-mini-cart-item .remove:hover::before,
.site-header-cart-side .woocommerce-mini-cart-item .remove_from_cart_button:hover::before {
  color: #fff !important;
}

/* Bottom area */
.site-header-cart-side .woocommerce-mini-cart__total {
  display: flex !important;
  align-items: center;
  justify-content: space-between;

  flex: 0 0 auto;
  margin: 0 !important;
  padding: 18px 22px !important;

  border-top: 1px solid var(--zs-border);
  border-bottom: 1px solid var(--zs-border);

  background: var(--zs-cream);
  color: var(--zs-ink);
  font-size: 16px;
}

.site-header-cart-side .woocommerce-mini-cart__total .amount {
  color: var(--zs-ink);
  font-size: 20px;
  font-weight: 850;
}

.site-header-cart-side .woocommerce-mini-cart__buttons {
  display: grid !important;
  grid-template-columns: 1fr 1fr;
  gap: 12px;

  flex: 0 0 auto;
  margin: 0 !important;
  padding: 16px 18px !important;

  background: #fff;
}

.site-header-cart-side .woocommerce-mini-cart__buttons .button {
  position: relative;
  overflow: hidden;

  display: flex !important;
  align-items: center;
  justify-content: center;

  min-height: 50px;
  margin: 0 !important;
  padding: 11px 14px !important;

  border: 1px solid rgba(208, 100, 8, 0.28) !important;
  border-radius: 13px !important;

  background: var(--zs-cream) !important;
  color: var(--zs-orange-dark) !important;

  font-size: 13px !important;
  font-weight: 800 !important;
  text-transform: uppercase;
  text-decoration: none !important;

  box-shadow: none !important;

  transition:
    transform 0.22s ease,
    color 0.22s ease,
    background-color 0.22s ease,
    border-color 0.22s ease,
    box-shadow 0.22s ease;
}

.site-header-cart-side .woocommerce-mini-cart__buttons .button:hover {
  transform: translateY(-3px);
  border-color: var(--zs-orange) !important;
  background: #fff !important;
  color: var(--zs-orange) !important;
  box-shadow: 0 10px 22px rgba(208, 100, 8, 0.16) !important;
}

.site-header-cart-side .woocommerce-mini-cart__buttons .checkout {
  border-color: transparent !important;
  background: linear-gradient(
    135deg,
    var(--zs-orange),
    var(--zs-orange-dark)
  ) !important;
  color: #fff !important;
  box-shadow: 0 10px 22px rgba(208, 100, 8, 0.2) !important;
}

.site-header-cart-side .woocommerce-mini-cart__buttons .checkout:hover {
  background: linear-gradient(
    135deg,
    var(--zs-orange-dark),
    var(--zs-orange)
  ) !important;
  color: #fff !important;
  box-shadow: 0 14px 28px rgba(208, 100, 8, 0.28) !important;
}

/* Responsive */
@media (max-width: 767px) {
  .site-header-cart-side {
    width: min(94vw, 390px) !important;
  }

  .site-header-cart-side .woocommerce-mini-cart-item {
    grid-template-columns: 88px minmax(0, 1fr);
    min-height: 118px;
    column-gap: 14px;
  }

  .site-header-cart-side .woocommerce-mini-cart-item > a:not(.remove) {
    grid-template-columns: 88px minmax(0, 1fr);
    column-gap: 14px;
    font-size: 16px !important;
  }

  .site-header-cart-side .woocommerce-mini-cart-item img {
    width: 88px !important;
    min-width: 88px !important;
    height: 88px !important;
  }

  .site-header-cart-side .woocommerce-mini-cart-item .quantity {
    font-size: 13px !important;
  }
}

@media (max-width: 420px) {
  .site-header-cart-side {
    width: 100vw !important;
  }

  .site-header-cart-side .woocommerce-mini-cart__buttons {
    gap: 10px;
    padding: 14px !important;
  }
}
/* =========================
        Main Footer
   ========================= */
footer#colophon {
  --zs-orange: #d06408;
  --zs-orange-dark: #a84900;
  --zs-teal: #4ba5aa;
  --zs-teal-dark: #267b80;
  --zs-ink: #173638;
  --zs-muted: #6f7f80;
  --zs-cream: #fff8ef;
  --zs-soft: #f6f9f8;
  --zs-border: rgba(23, 54, 56, 0.10);

  position: relative;
  width: 100%;
  overflow: visible;
  background: #fff;
  color: var(--zs-ink);
}

footer#colophon *,
footer#colophon *::before,
footer#colophon *::after {
  box-sizing: border-box;
}

footer#colophon a {
  text-decoration: none;
}

/* Keep Elementor structure intact */
footer#colophon .footer-width-fixer,
footer#colophon .footer-part-1,
footer#colophon .footer-part-2,
footer#colophon .footer-part-3,
footer#colophon .footer-part-4 {
  width: 100%;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Shared content width */
footer#colophon .footer-part-1 > .e-con-inner,
footer#colophon .footer-part-2 > .e-con-inner,
footer#colophon .footer-part-3 > .e-con-inner,
footer#colophon .footer-part-4 > .e-con-inner {
  width: min(100%, 1440px) !important;
  margin-inline: auto !important;
}

/* =========================================================
   NEWSLETTER
   ========================================================= */

footer#colophon .footer-part-1 {
  padding: 30px 24px !important;
  border-top: 1px solid var(--zs-border);
  border-bottom: 1px solid var(--zs-border);
  background:
    radial-gradient(circle at 8% 0, rgba(208, 100, 8, .10), transparent 28%),
    radial-gradient(circle at 92% 0, rgba(75, 165, 170, .12), transparent 30%),
    var(--zs-soft);
}

footer#colophon .footer-part-1 > .e-con-inner {
  align-items: center !important;
  gap: 30px !important;
}

footer#colophon .footer-part-1 .elementor-heading-title {
  margin: 0 !important;
  color: var(--zs-ink);
  font-size: clamp(24px, 2vw, 34px) !important;
  font-weight: 800 !important;
  line-height: 1.15;
}

footer#colophon .footer-part-1 .elementor-heading-title::before {
  content: "Stay connected";
  display: block;
  margin-bottom: 8px;
  color: var(--zs-orange);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

/* Hide Mailchimp configuration warning on frontend */
footer#colophon .footer-newslatter .form-style > p[style*="indianred"] {
  display: none !important;
}

footer#colophon .footer-newslatter,
footer#colophon .footer-newslatter form,
footer#colophon .footer-newslatter .mc4wp-form-fields {
  width: 100%;
}

footer#colophon .footer-newslatter .mc4wp-form-fields {
  display: flex;
  align-items: stretch;
  min-height: 56px;
  overflow: hidden;
  border: 1px solid var(--zs-border);
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(23, 54, 56, .08);
}

footer#colophon .footer-newslatter input[type="email"] {
  flex: 1 1 auto;
  min-width: 0;
  height: 56px;
  padding: 0 18px;
  border: 0 !important;
  outline: 0;
  background: transparent;
  color: var(--zs-ink);
  font-size: 14px;
}

footer#colophon .footer-newslatter button[type="submit"] {
  flex: 0 0 auto;
  min-width: 145px;
  padding: 0 24px;
  border: 0;
  background: linear-gradient(135deg, var(--zs-orange), var(--zs-orange-dark));
  color: #fff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  transition: filter .2s ease, transform .2s ease;
}

footer#colophon .footer-newslatter button[type="submit"]:hover {
  filter: brightness(1.07);
  transform: translateX(-2px);
}

/* =========================================================
   MAIN FOOTER
   ========================================================= */

footer#colophon .footer-part-2 {
  padding: 58px 24px 48px !important;
  background:
    radial-gradient(circle at 0 100%, rgba(208, 100, 8, .05), transparent 24%),
    radial-gradient(circle at 100% 0, rgba(75, 165, 170, .06), transparent 26%),
    #fff;
}

footer#colophon .footer-part-2 > .e-con-inner {
  align-items: flex-start !important;
  gap: clamp(24px, 3vw, 48px) !important;
}

/* Logo */
footer#colophon .footer-part-2 .elementor-widget-site-logo,
footer#colophon .footer-part-2 .hfe-site-logo,
footer#colophon .footer-part-2 .hfe-site-logo-set,
footer#colophon .footer-part-2 .hfe-site-logo-container {
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
}

footer#colophon .footer-part-2 .hfe-site-logo-img {
  display: block;
  width: 210px !important;
  max-width: 100% !important;
  height: auto !important;
  object-fit: contain;
  filter: drop-shadow(0 10px 18px rgba(23, 54, 56, .08));
  transition: transform .2s ease;
}

footer#colophon .footer-part-2 .hfe-site-logo a:hover .hfe-site-logo-img {
  transform: translateY(-3px);
}

/* Column titles */
footer#colophon .footer-part-2 .elementor-widget-text-editor p {
  margin-top: 0;
}

footer#colophon .footer-part-2 > .e-con-inner > div > .elementor-widget-text-editor:first-child p,
footer#colophon .footer-part-2 > .e-con-inner > div > .elementor-widget-text-editor:first-child div {
  margin-bottom: 16px !important;
  color: var(--zs-ink);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase;
}

/* Link lists */
footer#colophon .footer-part-2 .elementor-icon-list-items {
  display: flex;
  flex-direction: column;
  gap: 9px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
}

footer#colophon .footer-part-2 .elementor-icon-list-item {
  margin: 0 !important;
  padding: 0 !important;
}

footer#colophon .footer-part-2 .elementor-icon-list-item a {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 2px 0;
  color: var(--zs-teal-dark) !important;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.45;
  transition: color .18s ease, transform .18s ease;
}

footer#colophon .footer-part-2 .elementor-icon-list-item a::before {
  content: "";
  width: 0;
  height: 2px;
  border-radius: 20px;
  background: linear-gradient(90deg, var(--zs-orange), var(--zs-teal));
  transition: width .18s ease;
}

footer#colophon .footer-part-2 .elementor-icon-list-item a:hover {
  color: var(--zs-orange-dark) !important;
  transform: translateX(3px);
}

footer#colophon .footer-part-2 .elementor-icon-list-item a:hover::before {
  width: 13px;
}

/* Last column = contact card */
footer#colophon .footer-part-2 > .e-con-inner > div:last-child {
  padding: 22px !important;
  border: 1px solid var(--zs-border);
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f8fbfa);
  box-shadow: 0 12px 28px rgba(23, 54, 56, .07);
}

footer#colophon .footer-part-2 > .e-con-inner > div:last-child .elementor-widget-text-editor {
  margin-bottom: 10px;
}

footer#colophon .footer-part-2 > .e-con-inner > div:last-child p,
footer#colophon .footer-part-2 > .e-con-inner > div:last-child div {
  margin: 0;
  color: var(--zs-muted);
  font-size: 14px;
  line-height: 1.55;
}

/* =========================================================
   PAYMENT STRIP
   ========================================================= */

footer#colophon .footer-part-3 {
  padding: 0 24px 20px !important;
  background: #fff;
}

footer#colophon .footer-part-3 > .e-con-inner {
  padding: 18px 24px !important;
  border: 1px solid var(--zs-border);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(208, 100, 8, .035), rgba(75, 165, 170, .05)),
    #fafcfb;
}

footer#colophon .footer-part-3 .elementor-widget-text-editor div {
  color: var(--zs-muted);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .15em;
  text-align: center;
  text-transform: uppercase;
}

footer#colophon .footer-part-3 img {
  display: block;
  width: min(100%, 520px) !important;
  height: auto !important;
  margin: 10px auto 0;
  object-fit: contain;
}

/* =========================================================
   COPYRIGHT / SOCIAL / BACK TO TOP
   ========================================================= */

footer#colophon .footer-part-4 {
  padding: 0 24px 24px !important;
  background: #fff;
}

footer#colophon .footer-part-4 > .e-con-inner {
  align-items: center !important;
  gap: 20px !important;
  padding-top: 18px;
  border-top: 1px solid var(--zs-border);
}

footer#colophon .footer-part-4 p {
  margin: 0;
  color: var(--zs-muted);
  font-size: 13px;
  line-height: 1.6;
}

footer#colophon .footer-part-4 p a {
  color: var(--zs-ink);
  font-weight: 750;
}

footer#colophon .footer-part-4 .elementor-social-icons-wrapper {
  display: flex !important;
  align-items: center;
  gap: 8px;
}

footer#colophon .footer-part-4 .elementor-social-icon {
  display: grid !important;
  place-items: center;
  width: 38px;
  height: 38px;
  margin: 0 !important;
  border: 1px solid var(--zs-border);
  border-radius: 50%;
  background: #fff !important;
  color: var(--zs-teal-dark) !important;
  box-shadow: 0 5px 14px rgba(23, 54, 56, .06);
  transition: transform .2s ease, color .2s ease, border-color .2s ease;
}

footer#colophon .footer-part-4 .elementor-social-icon svg {
  width: 15px;
  height: 15px;
  fill: currentColor;
}

footer#colophon .footer-part-4 .elementor-social-icon:hover {
  color: var(--zs-orange) !important;
  border-color: rgba(208, 100, 8, .28);
  transform: translateY(-3px);
}

footer#colophon .footer-part-4 .elementor-button {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  min-height: 40px;
  padding: 0 14px !important;
  border: 1px solid var(--zs-border);
  border-radius: 999px;
  background: var(--zs-cream) !important;
  color: var(--zs-ink) !important;
  box-shadow: none !important;
  transition: transform .2s ease, color .2s ease, border-color .2s ease;
}

footer#colophon .footer-part-4 .elementor-button:hover {
  color: var(--zs-orange-dark) !important;
  border-color: rgba(208, 100, 8, .28);
  transform: translateY(-2px);
}

footer#colophon .footer-part-4 .elementor-button-text {
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* =========================================================
   RESPONSIVE
   ========================================================= */

@media (max-width: 1024px) {
  footer#colophon .footer-part-1 > .e-con-inner {
    flex-wrap: wrap !important;
    justify-content: center !important;
    text-align: center;
  }

  footer#colophon .footer-part-1 > .e-con-inner > div {
    width: 100% !important;
  }

  footer#colophon .footer-part-2 > .e-con-inner {
    flex-wrap: wrap !important;
  }

  footer#colophon .footer-part-2 > .e-con-inner > div {
    flex: 1 1 calc(33.333% - 24px) !important;
    min-width: 220px;
  }

  footer#colophon .footer-part-2 > .e-con-inner > div:first-child {
    flex-basis: 100% !important;
    text-align: center;
  }

  footer#colophon .footer-part-2 .hfe-site-logo-img {
    width: 190px !important;
    margin-inline: auto !important;
  }

  footer#colophon .footer-part-4 > .e-con-inner {
    flex-wrap: wrap !important;
    justify-content: center !important;
    text-align: center;
  }
}

@media (max-width: 767px) {
  footer#colophon .footer-part-1 {
    padding: 26px 16px !important;
  }

  footer#colophon .footer-newslatter .mc4wp-form-fields {
    flex-direction: column;
    gap: 10px;
    overflow: visible;
    border: 0;
    background: transparent;
    box-shadow: none;
  }

  footer#colophon .footer-newslatter input[type="email"],
  footer#colophon .footer-newslatter button[type="submit"] {
    width: 100%;
    min-height: 52px;
    border-radius: 13px;
  }

  footer#colophon .footer-newslatter input[type="email"] {
    border: 1px solid var(--zs-border) !important;
    background: #fff;
  }

  footer#colophon .footer-part-2 {
    padding: 42px 18px 36px !important;
  }

  footer#colophon .footer-part-2 > .e-con-inner > div {
    flex: 1 1 calc(50% - 18px) !important;
    min-width: 0;
  }

  footer#colophon .footer-part-2 > .e-con-inner > div:first-child,
  footer#colophon .footer-part-2 > .e-con-inner > div:last-child {
    flex-basis: 100% !important;
  }

  footer#colophon .footer-part-2 > .e-con-inner > div:last-child {
    text-align: center;
  }

  footer#colophon .footer-part-3 {
    padding-inline: 16px !important;
  }

  footer#colophon .footer-part-4 {
    padding-inline: 16px !important;
  }
}

@media (max-width: 480px) {
  footer#colophon .footer-part-2 > .e-con-inner > div {
    flex-basis: 100% !important;
    text-align: center;
  }

  footer#colophon .footer-part-2 .elementor-icon-list-items {
    align-items: center;
  }

  footer#colophon .footer-part-2 .elementor-icon-list-item a {
    justify-content: center;
  }

  footer#colophon .footer-part-4 .elementor-button-text {
    display: none;
  }

  footer#colophon .footer-part-4 .elementor-button {
    width: 40px;
    min-width: 40px;
    padding: 0 !important;
    justify-content: center;
  }
}