* {
  margin: 0px;
  padding: 0px;
  letter-spacing: 0px;
}
:root {
  --global-font-family: "Poppins", sans-serif !important;
  --global-body-font-family: "Inter", sans-serif !important;
  --global-heading-font: "Poppins", sans-serif !important;
  --black: #000;
  --white: #fff;
  --orange: #ff5733;
  /* --orange: #fd3d01; */
  --yellow: #ffc300;
  --green: #2ecc71;
  --blue: #2c3e50;
  --bgcreame: #fef9f3;
  --border-cream: #f0e6d9;
  /* --grey: #8d9190; */
  --grey: #6b7280;
  --border-skin: #fce3cb;
}
html body {
  background-color: var(--bgcreame);
}
* a:focus,
* button:focus,
* *:focus {
  outline: none !important;
}
h1 {
  font-size: clamp(40px, 52px, 52px);
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--global-heading-font);
  color: var(--orange);
  margin: 0 0 10px;
  padding: 0px;
}
h2 {
  font-size: clamp(40px, 46px, 46px);
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--global-heading-font);
  color: var(--orange);
  margin: 0 0 10px;
  padding: 0px;
}
h3 {
  font-size: clamp(26px, 30px, 30px);
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--global-heading-font);
  color: var(--orange);
  margin: 0 0 10px;
  padding: 0px;
}
h4 {
  font-size: clamp(22px, 24px, 24px);
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--global-heading-font);
  color: var(--orange);
  margin: 0 0 10px;
  padding: 0px;
}
h5 {
  font-size: clamp(20px, 22px, 22px);
  line-height: 1.2;
  font-weight: 700;
  font-family: var(--global-heading-font);
  color: var(--orange);
  margin: 0 0 10px;
  padding: 0px;
}
h6 {
  font-size: clamp(18px, 20px, 20px);
  line-height: 1.2;
  font-weight: 600;
  font-family: var(--global-heading-font);
  color: var(--orange);
  margin: 0 0 8px;
  padding: 0px;
}

p,
span {
  font-size: 16px;
  font-family: var(--global-body-font-family);
  font-weight: 400;
  line-height: 1.3;
}
.highlight {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 8px;
  font-family: var(--global-body-font-family);
  line-height: 1.3;
}
.container {
  max-width: 1400px !important;
}
@media (max-width: 1399px) {
  .container {
    max-width: 1200px !important;
  }
}
@media (max-width: 1199px) {
  .container {
    max-width: 1110px !important;
  }
}
@media (max-width: 1024px) {
  .container {
    max-width: 100% !important;
  }
}
a#scrollbutton {
  bottom: 20px;
  right: 20px;
  font-size: 18px;
  padding: 5px 8px;
  color: var(--white);
  border-radius: 10px;
}
/* Pocket Pantry Header Styles */
.pocketpantry-topbar {
  background-color: var(--orange);
  font-size: 14px;
  font-family: var(--global-body-font-family);
}

.pocketpantry-topbar .top-bar-content {
  min-height: 40px;
}

.pocketpantry-main-header {
  background-color: var(--bgcreame);
  border-bottom: 2px solid var(--border-cream);
}

/* Navigation Menu */
.pocketpantry-menu {
  gap: 2.5rem;
}

.pocketpantry-menu li {
  list-style: none;
}

#menu-main-menu.pocketpantry-menu li a {
  color: var(--blue);
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  letter-spacing: 0.5px;
  padding: 0.5rem 0;
  position: relative;
  transition: all 0.3s ease-in-out;
  font-family: var(--global-font-family);
}

#menu-main-menu.pocketpantry-menu li.current-menu-item > a,
#menu-main-menu.pocketpantry-menu li.current_page_item > a,
#menu-main-menu.pocketpantry-menu li a:hover {
  color: var(--orange);
  transition: all 0.3s ease-in-out;
}

.pocketpantry-menu li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: transparent;
  transition: all 0.3s ease-in-out;
}
.pocketpantry-menu li.current-menu-item > a::after,
.pocketpantry-menu li.current_page_item > a::after,
.pocketpantry-menu li a:hover::after {
  background-color: var(--orange);
  transition: all 0.3s ease-in-out;
}

/* Header Icons */
.icons-col {
  gap: 12px;
}

.header-icon a,
.mobile-menu-toggle button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  background-color: var(--orange);
  color: var(--white);
  border-radius: 50%;
  text-decoration: none;
  font-size: 18px;
  transition: all 0.3s;
}

.header-icon a:hover,
.mobile-menu-toggle button:hover {
  background-color: var(--blue);
  color: var(--white);
}

/* Cart Badge */
.header-icon.cart-icon .cart-link {
  position: relative;
  display: flex;
}

.header-icon.cart-icon .cart-link .cart-count {
  position: absolute;
  top: -11px;
  right: -8px;
  background-color: var(--blue);
  color: var(--white);
  font-size: 12px;
  font-weight: 800;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid var(--white);
  padding: 0;
  line-height: 1;
}

/* common section of heading css start */
.pp-section-header {
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.pp-section-header .pp-section-title {
  color: var(--blue);
  margin-bottom: 15px;
  position: relative;
}

.pp-section-header .pp-section-title:before {
  height: 100%;
  width: 50px;
  background-color: transparent;
  background-image: url("https://darkviolet-crab-393903.hostingersite.com/wp-content/uploads/2026/04/leaves-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: -65px;
  transform: translateY(-50%) rotate(-90deg);
}
.pp-section-header .pp-section-title:after {
  height: 100%;
  width: 50px;
  background-color: transparent;
  background-image: url("https://darkviolet-crab-393903.hostingersite.com/wp-content/uploads/2026/04/leaves-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
  transform: translateY(-50%);
}
/* .pp-section-title img.leaf-icon {
  height: 35px;
  width: auto;
} */
.pp-section-subtitle {
  color: var(--grey);
  font-size: 16px;
}
.pp-section-header .pp-section-label:before {
  height: 2px;
  width: 60px;
  background-color: var(--orange);
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  left: -70px;
  border-radius: 8px;
  transform: translateY(-50%);
}
.pp-section-header .pp-section-label {
  position: relative;
  color: var(--orange, #ff5733);
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 10px;
}
.pp-section-header .pp-section-label .dot {
  width: 10px;
  height: 10px;
  background-color: var(--orange, #ff5733);
  border-radius: 50%;
}
.pp-section-header .pp-section-label:after {
  height: 2px;
  width: 60px;
  background-color: var(--orange);
  display: inline-block;
  content: "";
  position: absolute;
  top: 50%;
  right: -70px;
  border-radius: 8px;
  transform: translateY(-50%);
}
/* common section of heading css end */

/* Responsive adjustments */
@media (max-width: 991px) {
  .top-bar-separator {
    display: none;
  }
  .top-bar-content {
    flex-direction: column;
    text-align: center;
    padding: 10px 0;
  }
  .top-bar-content span {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .site-logo img {
    max-height: 70px !important;
  }
}
