/*--------------------------------------------------------------
# General  
--------------------------------------------------------------*/
:root {
  scroll-behavior: smooth;
  /* --primary: #526b85; */
  --primary: #5fbb57;
  --secondary: #603a16;
  --menuText: #494949;

  --lightDarkLrimary: #67b8ff;
  --textColor: #1f2025;
  --backgroundColor: #ffff;
  --lightText: #515151;
  --darkText: #414141;

  --bodyFamily: "Lato", sans-serif;
  --hadingFamily: "Cormorant Garamond", serif;
  --bannerFamily: "Yeseva One", serif;
}

html {
  scrollbar-width: thin;
  scrollbar-color: var(--lightPrimary) transparent;
}

body {
  margin: 0;
  font-family: var(--bodyFamily);
  color: var(--lightText);
  /* background-color: var(--backgroundColor); */
}

/* section {
  overflow: hidden;
} */
.probox {
  padding: 5px !important;
  width: 245px !important;
}

.promagnifier {
  box-shadow: none !important;
}

/*Start all button */
.all_btn {
  display: inline-block;
  padding: 7px 20px;
  background-color: var(--primary) !important;
  color: white !important;
  font-size: 16px;
  text-decoration: none;
  border-radius: 10px;
  border: none;
  transition: background-color 0.3s ease;
  height: fit-content;
  text-align: center;
}

.all_btn:hover {
  background-color: var(--primary);
  /* Darker green on hover */
  color: white !important;
}

.contact_form .wpforms-submit {
  background-color: var(--primary) !important;
}

.buy-now-wrap {
  display: flex;
  justify-content: left;
  align-items: center;
}

.wellness_section .buy-now-wrap {
  justify-content: center !important;
}

.buy-now-wrap a {
  /* display: inline-block; */
  margin-right: 10px;
}

.buy-now-wrap .buy-now-options {
  display: flex;
  justify-content: left;
  align-items: center;
}

.buy-now-wrap img {
  max-height: 50px;
  vertical-align: middle;
}

.back-to-top {
  margin: 0 !important;
  padding: 0 !important;
  background: var(--primary);
  height: 0px;
  width: 0px;
  overflow: hidden;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  color: transparent;
  clear: both;
  visibility: hidden;
  position: fixed;
  cursor: pointer;
  display: block;
  border: none;
  right: 50px;
  bottom: 75px;
  font-size: 0px;
  outline: 0 !important;
  z-index: 99;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.back-to-top:hover,
.back-to-top:active,
.back-to-top:focus {
  outline: 0 !important;
}

.back-to-top::before,
.back-to-top::after {
  content: "";
  display: block;
  vertical-align: middle;
  border-bottom: solid 16px white;
  border-left: solid 10px transparent;
  line-height: 0;
  border-right: solid 10px transparent;
  height: 0;
  margin: 14px auto 0;
  width: 0;
  border-radius: 20px;
  visibility: hidden;
}

.back-to-top.show::after,
.back-to-top.show::before {
  visibility: visible;
}

.back-to-top::after {
  border-bottom-color: #fff;
  position: relative;
  top: -24px;
}

.back-to-top.show {
  display: block;
  background: var(--primary);
  color: white;
  font-size: 25px;
  right: 25px;
  bottom: 50px;
  height: 50px;
  width: 50px;
  visibility: visible;
  box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 4px 1px rgba(0, 0, 0, 0.25);
}

.back-to-top.show:active {
  box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -webkit-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 8px 2px rgba(0, 0, 0, 0.25);
}

/*End all button */

.cky-revisit-bottom-left {
  display: none !important;
}

.error,
.required {
  color: red;
}

a {
  color: var(--primary);
  text-decoration: none !important;
}

a:hover {
  color: var(--secondary);
  text-decoration: none !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--hadingFamily);
}

h2 {
  font-size: 36px;
  font-weight: 700;
}

p {
  font-size: 1rem;
}

svg {
  width: 100%;
}

.error-404 {
  height: 95vh;
  display: flex;
  align-items: center;
  padding: 40px 0;
}

.error-404 h1 {
  font-size: 12rem;
  font-weight: 900;
  color: var(--primary);
}

img {
  width: 100%;
  border-radius: 12px;
}

.navbar-custom {
  background-color: #fff;
  /* border-bottom: 3px solid #2d6028;  Green bar */
}

/* Logo: target .olilife-navbar-brand so bar + mobile offcanvas both match (offcanvas omits .navbar-brand). */
.header_body .olilife-navbar-brand img,
.header_body .navbar-brand img {
  width: 140px;
  max-width: 100%;
  height: auto !important;
}

.header_body .olilife-navbar-brand .custom-logo-link {
  display: inline-block;
  line-height: 0;
  max-width: 100%;
}

.nav-link {
  color: #000 !important;
  font-weight: 500;
  font-size: 20px;
}

.nav-link:hover {
  color: #2d6028 !important;
}

ul.navbar-nav {
  gap: 17px;
}

.navbar-brand {
  padding: 0px;
}

.header_body {
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  background: #fff;
  z-index: 250;
  overflow: visible;
  /* padding: 10px 0 10px 0; */
}

.header_body {
  /* margin-bottom: 50px; */
  box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.15);
  /* border-radius: 6px; */
}

header .navbar {
  border-radius: 6px;
}

/* Main CSS */
.header_body .navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 18px 0px;
  position: relative;
  transition: 0.3s linear;
}

.header_body .navbar ul {
  list-style: none;
}

.header_body .navbar ul a {
  text-decoration: none;
}

.header_body .navbar .navbar-toggler,
.header_body .navbar .nav-link,
.header_body .navbar .utils-search {
  color: #636363;
}

.header_body .navbar .navbar-utils > * {
  cursor: pointer;
}

/* Header cart & profile – same style as dropdown avatar (primary circle, white) */
body .header_body .navbar .navbar-utils a.all_btn.olilife-header-cart,
body .header_body .navbar .navbar-utils a.all_btn.olilife-header-account-btn,
body .header_body .navbar .navbar-utils button.all_btn.olilife-header-account-btn,
body .header_body .navbar .navbar-utils a#dropdownMenuButton1,
body .header_body .navbar .navbar-utils button.all_btn#dropdownMenuButton1 {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 36px !important;
  height: 36px !important;
  min-width: 36px !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 50% !important;
  background-color: var(--primary, #5fbb57) !important;
  background: var(--primary, #5fbb57) !important;
  color: #fff !important;
  transition: color 0.2s ease, background 0.2s ease, opacity 0.2s ease;
  text-decoration: none !important;
}
body .header_body .navbar .navbar-utils a.all_btn.olilife-header-cart:hover,
body .header_body .navbar .navbar-utils a.all_btn.olilife-header-account-btn:hover,
body .header_body .navbar .navbar-utils button.all_btn.olilife-header-account-btn:hover,
body .header_body .navbar .navbar-utils a#dropdownMenuButton1:hover,
body .header_body .navbar .navbar-utils button.all_btn#dropdownMenuButton1:hover {
  background-color: var(--primary, #5fbb57) !important;
  background: var(--primary, #5fbb57) !important;
  color: #fff !important;
  opacity: 0.9;
}
body .header_body .navbar .navbar-utils a.olilife-header-cart i,
body .header_body .navbar .navbar-utils .olilife-header-account-btn > i,
body .header_body .navbar .navbar-utils #dropdownMenuButton1 > i {
  font-size: 1.35rem;
  color: inherit;
}
body .header_body .navbar .navbar-utils .olilife-header-account-btn::after,
body .header_body .navbar .navbar-utils #dropdownMenuButton1::after {
  display: none !important;
}
/* No black border/outline on hover or focus for account button */
body .header_body .navbar .navbar-utils a.all_btn.olilife-header-account-btn:hover,
body .header_body .navbar .navbar-utils button.all_btn.olilife-header-account-btn:hover,
body .header_body .navbar .navbar-utils a#dropdownMenuButton1:hover,
body .header_body .navbar .navbar-utils button.all_btn#dropdownMenuButton1:hover,
body .header_body .navbar .navbar-utils a.olilife-header-account-btn:focus,
body .header_body .navbar .navbar-utils button.all_btn.olilife-header-account-btn:focus,
body .header_body .navbar .navbar-utils a#dropdownMenuButton1:focus,
body .header_body .navbar .navbar-utils button.all_btn#dropdownMenuButton1:focus,
body .header_body .navbar .navbar-utils a.olilife-header-account-btn:focus-visible,
body .header_body .navbar .navbar-utils button.all_btn.olilife-header-account-btn:focus-visible,
body .header_body .navbar .navbar-utils a#dropdownMenuButton1:focus-visible,
body .header_body .navbar .navbar-utils button.all_btn#dropdownMenuButton1:focus-visible {
  outline: none !important;
  box-shadow: none !important;
  border: none !important;
}
/* Cart count badge – same circle style as dropdown avatar (primary bg, white text) */
body .header_body .navbar-utils .olilife-header-cart .olilife-cart-count {
  background: var(--primary, #5fbb57) !important;
  background-color: var(--primary, #5fbb57) !important;
  color: #fff !important;
  box-shadow: none !important;
  border-radius: 50%;
}
/* My Account avatar – initials inside round button (matches dropdown avatar style) */
.olilife-header-account-btn .olilife-header-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  border-radius: 0;
  background: transparent;
  color: inherit;
  font-size: 1.1rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1;
}

/* Google-style My Account dropdown */
.olilife-account-dropdown {
  min-width: 320px !important;
  padding: 0 !important;
  margin-top: 8px !important;
  border-radius: 12px !important;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08) !important;
  border: 1px solid rgba(0, 0, 0, 0.08) !important;
  overflow: hidden;
}
.olilife-account-dropdown .olilife-account-dropdown__header {
  padding: 20px 20px 16px;
  background: #f8f9fa;
  list-style: none;
  margin: 0;
}
.olilife-account-dropdown .olilife-account-dropdown__user {
  display: flex;
  align-items: center;
  gap: 14px;
}
.olilife-account-dropdown .olilife-account-dropdown__avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--primary, #5fbb57);
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  font-weight: 600;
  flex-shrink: 0;
}
.olilife-account-dropdown .olilife-account-dropdown__info {
  display: flex;
  flex-direction: column;
  gap: 2px;
  min-width: 0;
}
.olilife-account-dropdown .olilife-account-dropdown__name {
  font-weight: 600;
  font-size: 1rem;
  color: #202124;
  line-height: 1.3;
}
.olilife-account-dropdown .olilife-account-dropdown__email {
  font-size: 0.8125rem;
  color: #5f6368;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.olilife-account-dropdown .olilife-account-dropdown__manage-wrap {
  padding: 12px 20px 16px;
  list-style: none;
  margin: 0;
}
.olilife-account-dropdown .olilife-account-dropdown__manage-btn {
  display: inline-block;
  padding: 10px 16px;
  background: transparent;
  border: 1px solid #dadce0;
  border-radius: 24px;
  font-size: 0.875rem;
  font-weight: 500;
  color: #1a73e8;
  text-decoration: none;
  transition: background 0.2s ease, border-color 0.2s ease;
}
.olilife-account-dropdown .olilife-account-dropdown__manage-btn:hover {
  background: rgba(26, 115, 232, 0.04);
  border-color: #1a73e8;
  color: #1a73e8;
}
.olilife-account-dropdown .dropdown-divider {
  margin: 0;
  border-color: rgba(0, 0, 0, 0.08);
}
.olilife-account-dropdown .dropdown-item.olilife-account-dropdown__item {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: 12px 20px;
  font-size: 0.9375rem;
  color: #202124;
  border: none;
  border-radius: 0;
}
.olilife-account-dropdown .dropdown-item.olilife-account-dropdown__item i {
  font-size: 1.25rem;
  color: #5f6368;
  flex-shrink: 0;
}
.olilife-account-dropdown .dropdown-item.olilife-account-dropdown__item:hover {
  background: #f1f3f4;
  color: #202124;
}
.olilife-account-dropdown .olilife-account-dropdown__footer {
  padding: 12px 20px 16px;
  list-style: none;
  margin: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.08);
}
.olilife-account-dropdown .olilife-account-dropdown__signout {
  display: block;
  padding: 10px 0;
  font-size: 0.9375rem;
  font-weight: 500;
  color: #5f6368;
  text-decoration: none;
  transition: color 0.2s ease;
}
.olilife-account-dropdown .olilife-account-dropdown__signout:hover {
  color: #1a73e8;
}

.header_body .navbar .btn-search {
  font-size: 1.5rem;
  background: transparent;
  outline: none;
  border: none;
  color: inherit;
  cursor: pointer;
}

.header_body .navbar-collapse .navbar-nav-header {
  display: none;
}

/* My Account in mobile nav – hidden on desktop */
.header_body .navbar-nav > .olilife-mobile-account-nav,
.header_body .navbar-nav > .olilife-mobile-nav-signout-wrap {
  display: none;
}

/* Welcome text in hamburger menu – hidden on desktop */
.olilife-mobile-nav-welcome {
  display: none;
}

.header_body .navbar-nav {
  display: flex;
  list-style: none;
  flex-direction: row;
}

.header_body .navbar-nav .nav-link {
  padding: 5px;
  text-decoration: none;
  font-size: 1em;
  font-weight: 600;
  display: block;
  transition: 150ms ease;
  color: var(--menuText) !important;
}

.header_body .navbar-nav .nav-item {
  margin: 0 10px;
  position: relative;
}

.header_body .navbar-nav > .nav-item:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background: var(--primary);
  bottom: -16px;
  transition: 400ms ease;
  transform: scaleX(1.5);
  opacity: 0;
}

.header_body .navbar-nav > .current_page_item.nav-item:after {
  transform: scaleX(1);
  opacity: 1;
}

.header_body .navbar-nav > .nav-item:hover:after {
  transform: scaleX(1);
  opacity: 1;
}

.header_body .navbar-toggler {
  padding: 0.35rem 0.55rem;
  cursor: pointer;
  outline: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.375rem;
  transition: box-shadow 0.15s linear;
}

.header_body .navbar-toggler:hover,
.header_body .navbar-toggler:focus {
  box-shadow: 0 0 0 0.2rem rgba(95, 187, 87, 0.25);
}

.header_body .navbar-toggler:focus-visible {
  outline: 2px solid var(--primary, #5fbb57);
  outline-offset: 2px;
}

/* Dropdown CSS */
.header_body .nav-item .dropdown {
  width: 200px;
  display: block;
  position: absolute;
  top: 35px;
  transition: 300ms;
  padding: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(5px);
  border-top: 1px solid rgba(0, 0, 0, 0.15);
  background: #fff;
  border-radius: 4px;
  z-index: 999;
  box-shadow: 0 5px 5px 0px rgba(0, 0, 0, 0.15);
}

.header_body .nav-item .dropdown .nav-link {
  font-size: 0.9rem;
  font-weight: 500;
}

.header_body .nav-item .dropdown .dropdown {
  top: 0;
  left: calc(100% + 20px);
  border-top: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}

.header_body .nav-item .dropdown .dropdown:before {
  top: 10px;
  left: -10px;
  border: 5px solid transparent;
  border-right-color: #000;
}

.header_body .nav-item .dropdown:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 10px;
  border: 5px solid transparent;
  border-bottom-color: #000;
  display: none;
}

.header_body .nav-item .dropdown .nav-item:not(:last-child) {
  margin-bottom: 5px;
}

.header_body .nav-item .dropdown > .nav-item:hover > .nav-link {
  color: #0081ff;
}

.header_body .nav-item:hover > .dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}

.header_body .nav-item:hover > a::before {
  transform: rotate(90deg);
}

.header_body .nav-close {
  /* margin-left: auto; */
  margin-top: 10px;
  display: none;
}

/* .header_body .nav-close .btn-nav-close {
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 2.5rem;
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #363636;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
} 

.header_body .nav-close .btn-nav-close .close-btn {
  transform: rotate(45deg);
}

.header_body .nav-close .btn-nav-close:hover,
.header_body .nav-close .btn-nav-close:focus {
  background: #363636;
  color: #fff;
}
  */

.header_body .nav-item.icon > a:before {
  content: "";
  position: absolute;
  right: -10px;
  top: calc(50% + 0px);
  transform: translateY(-50%);
  border: 4px solid transparent;
  border-left-color: inherit;
  transition: 0.15s linear;
}

.header_body .nav-item.icon:hover > a::before {
  transform: rotate(90deg);
}

/* Search Popup */
.search-popup {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  box-shadow: inset 0 0 0 1000px rgba(0, 0, 0, 0.5);
  transition: 200ms;
}

.search-popup.active {
  opacity: 1;
  visibility: visible;
}

.search-popup.active form {
  transform: translateY(0px);
}

.search-popup form {
  position: absolute;
  background: #fff;
  width: 500px;
  height: 200px;
  display: grid;
  place-items: center;
  padding: 30px;
  border-radius: 6px;
  box-shadow: 0px 5px 10px 5px rgba(0, 0, 0, 0.2);
  transition: 300ms;
  transform: translateY(20px);
}

.search-popup .btn-search-close {
  position: absolute;
  top: 5px;
  right: 5px;
  background: transparent;
  border: 0;
  outline: 0;
  font-size: 3rem;
  cursor: pointer;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-popup .btn-search-close .close-btn {
  transform: rotate(45deg);
}

.search-popup input[type="search"] {
  width: 100%;
  height: 70px;
  border: none;
  outline: none;
  border: 1px solid #cccccc;
  border-radius: 4px;
  font-size: 2rem;
  font-weight: 300;
  padding: 0px 10px;
  transition: 100ms;
}

.search-popup input[type="search"]:focus {
  box-shadow: 0 0 0 3px rgba(0, 129, 255, 0.43);
  border-color: transparent;
}

.search-popup input[type="search"]::-webkit-input-placeholder {
  color: #b3b3b3;
}

/*   end header */

.hero-banner {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.hero-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner-text-overlay {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: white;
  z-index: 2;
  max-width: 600px;
}

.banner-text-overlay h1 {
  font-size: 2.8rem;
  font-weight: bold;
  font-family: var(--bannerFamily);
}

.banner-text-overlay p {
  font-size: 1.2rem;
  margin-top: 15px;
}

.category-icon {
  width: 95px;
  height: 95px;
  background-color: #e6f1e8;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  border: 2px solid #bfdbc4;
}

.category-icon img {
  width: 70px;
  height: 60px;
  object-fit: contain;
}

.category-title {
  text-align: center;
  font-weight: 600;
  color: #515151;
  font-size: 14px;
}

.section-title {
  text-align: center;
  margin-bottom: 40px;
}

.section-title h2 {
  text-transform: uppercase;
  color: #603a15;
}

.product-card {
  border: 1px solid #eee;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.product-card a.product_img_link {
  width: 100%;
  display: block !important;
  text-align: center;
  height: 400px !important;
  min-height: 400px !important;
  max-height: 400px !important;
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
}

/* Image fills fixed-height link so all product cards have same image height */
.product-card a.product_img_link img,
.product-card a.product_img_link .product-img,
.product-card .product-img {
  position: absolute !important;
  left: 0 !important;
  top: 0 !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: cover !important;
  object-position: center !important;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  display: block !important;
}

.product-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.product-img {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.product-card img {
  height: 100%;
  max-width: 100%;
  object-fit: cover;
}

/* Mobile: normal image height (aspect ratio), no fixed box */
@media (max-width: 767px) {
  .product-card a.product_img_link {
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;
  }
  .product-card a.product_img_link img,
  .product-card a.product_img_link .product-img,
  .product-card .product-img {
    position: relative !important;
    left: auto !important;
    top: auto !important;
    height: auto !important;
  }
}

.product-title {
  font-size: 1.3rem;
  font-weight: 600;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
}

.price {
  /* color: #28a745; */
  font-size: 1.1rem;
  font-weight: 600;
  display: flex;
  flex-direction: column;
}

.old-price bdi {
  font-size: 14px;
  color: #999999;
  text-decoration: line-through;
}

.product-card .product-title a {
  color: #444444 !important;
}

.triedonce-card {
  border: 1px solid #eee;
  border-radius: 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease-in-out;
}

.triedonce-card:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.triedonce-card img {
  /* max-height: 200px; */
  object-fit: cover;
  width: 100%;
}

.triedoncesection {
  position: relative;
}

.triedoncesection .decor-img {
  top: 35px;
  left: 30px;
}

.triedoncesection p {
  text-align: center;
}

.wellness_section {
  position: relative;
}

.wellness_section .buy-now-wrap img {
  max-height: 70px;
}

.wellness_section .buy-now-wrap a {
  margin-right: 40px;
}

.wellness_section .decor-img {
  top: 60px;
  left: 20px;
}

.wellness_section .right_decor_img {
  position: absolute;
  top: 60px;
  right: 20px;
  width: auto;
}

.video_body video {
  width: 100%;
}

.video_reel {
  position: relative;
}

.video_reel_play {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: white;
}

.video_reel_play i {
  font-size: 3.1rem;
  color: #fff;
  background: var(--primary);
  border-radius: 50%;
  animation: shadow-pulse 1s infinite;
}

.video_reel video {
  border-radius: 10px;
}

@keyframes shadow-pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(95, 187, 87, 0.42);
  }

  100% {
    box-shadow: 0 0 0 35px rgba(95, 187, 87, 0);
  }
}

@keyframes shadow-pulse-big {
  0% {
    box-shadow: 0 0 0 0px rgba(95, 187, 87, 0.21);
  }

  100% {
    box-shadow: 0 0 0 70px rgba(95, 187, 87, 0);
  }
}

.popup_video_reel {
  background: rgb(255, 255, 255);
  color: rgb(0, 0, 0);
  border: 0px solid rgb(0, 0, 0);
  box-shadow: rgb(0, 0, 0) 0px 0px 0px;
  /* flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start; */
  border-radius: 0px;
  /* width: 690px; */
  gap: 0px;
  height: 554px;
  /* display: flex; */
  padding: 0px;
  margin: 0px;
  flex-shrink: 0;
  z-index: 0;
  position: relative;
  font-size: inherit;
  overflow: hidden;
}

.popup_video_reel_body {
  width: 45%;
}

.crafted_by_experts {
  background: transparent;
}

.popup_video_reel_body video {
  margin-bottom: -5px;
}

/* .popup_video_reel_body .card {
  max-width: 30em;
  flex-direction: row;
  background-color: #696969;
  border: 0;
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.18);
  margin: 3em auto;
} */
.popup_video_reel_product {
  margin-left: -24px;
  box-shadow: none !important;
  border: none;
}

.popup_video_reel_product:hover {
  box-shadow: none !important;
}

.popup_video_reel_product img {
  /* max-width: 25%; */
  margin: auto;
  /* padding: 0.5em; */
  border-radius: 0.7em;
}

/* .popup_video_reel_product .popup_video_reel_product_body {
  display: flex;
  justify-content: space-between;
} */
/* .popup_video_reel_product .text-section {
  max-width: 60%;
} */
.popup_video_reel_product .cta-section {
  /* max-width: 40%; */
  display: flex;
  /* flex-direction: column;
  align-items: flex-end; */
  justify-content: space-between;
  align-items: end;
}

.popup_video_reel_product_body {
  margin-top: 10px;
}

.popup_video_reel_product_body .product-title {
  font-size: 1.7rem;
}

.popup_video_reel_product_body p {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
  font-size: 1rem;
}

.product_image {
  height: 300px;
  object-fit: cover;
}

.product_image img {
  height: 100%;
  object-fit: contain;
}

.price_nifo_body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}

.blog-card {
  border-radius: 16px;
  /* box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05); */
  overflow: hidden;
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}

/* .blog-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
} */
.blog-card img {
  height: 280px;
  object-fit: cover;
  width: 100%;
}

.blog-content {
  padding: 1rem 0;
  flex-grow: 1;
}

.blog-title {
  /* font-size: 1.25rem; */
  font-weight: 600;
}

.blog-title {
  /* -webkit-line-clamp: 1; */
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  word-break: break-word;
}

.blog-text {
  color: #555;
  font-size: 0.95rem;
}

.read-more {
  text-decoration: none;
  color: var(--primary);
  font-weight: 500;
}

.read-more:hover {
  text-decoration: underline;
}

/* product details */

.ingredient-img {
  width: 150px;
  height: 150px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}

.ingredient-name {
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 5px;
}

.how-it-works-step {
  margin-bottom: 15px;
}

.how-it-works-step strong {
  display: block;
  margin-bottom: 5px;
  font-size: 1.4rem;
}

.faq-button {
  font-weight: 500;
  font-size: 1.2rem;
  font-family: var(--bodyFamily);
}

.product_image_slider .flex-control-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-start;
  margin-right: 20px !important;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  min-height: 0;
  padding-bottom: 6px;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  scrollbar-width: thin;
}

.product_image_slider .flex-control-nav img {
  padding: 3px;
  border: 2px solid #ccc;
  margin-top: 7px !important;
  border-radius: 10px;
  width: 124px !important;
  height: 124px !important;
  object-fit: cover;
  flex-shrink: 0;
}

.product_image_slider .flex-control-nav .flex-active {
  background-color: #dbffd8;
  border: 2px solid var(--primary);
  border-radius: 10px;
}

.product_image_slider .flex-control-nav .flex-active-slide {
  height: 330px;
  object-fit: contain;
}

.product_image_slider .flex-control-nav li {
  flex: 0 0 auto;
  width: auto !important;
  min-width: 0;
  scroll-snap-align: start;
  scroll-snap-stop: normal;
}

.woocommerce-page div.product div.summary {
  width: 52% !important;
}

/*.product_image_slider span.onsale {
  left: 9.5em !important;
}*/

.product_image_slider .woocommerce-product-gallery {
  width: 45% !important;
}

.product_image_slider .woocommerce-product-gallery.gallery_image {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
  position: relative;
}
/* Let Flexslider viewport take space so main image can slide */
.product_image_slider .woocommerce-product-gallery.gallery_image .flex-viewport {
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}

.product_image_slider .woocommerce-product-gallery__wrapper,
.product_image_slider .flex-viewport {
  min-height: 330px;
}

.product_image_slider .woocommerce-product-gallery__image img {
  min-height: 280px;
  object-fit: contain;
}

.product_image_slider .woocommerce-product-gallery.single_image {
  display: block !important;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme))
  div.product
  p.price {
  color: #363636 !important;
}

.product .summary .price {
  font-size: 1.7rem !important;
  flex-direction: row;
  align-items: center;
  gap: 20px;
}

.product .summary .price del {
  font-size: 1.4rem;
}

ins {
  text-decoration: none;
}

.summary .product_title {
  font-weight: 600;
}

.woocommerce .star-rating {
  margin: 0px !important;
}

.woocommerce .star-rating span {
  color: #ffbc00;
}

.summary .woocommerce-product-rating {
  display: flex !important;
  font-size: 1.4rem;
  margin-bottom: 10px !important;
  align-items: center !important;
}

.summary .woocommerce-review-link {
  font-size: 0.9rem;
}

.summary .product-discount-info {
  color: #f93434;
  font-weight: bold;
  margin-top: -12px;
  font-size: 1rem;
}

.price_off {
  padding-left: 10px;
  font-size: 1.3rem;
  color: green;
}

.review_section .review-wrap {
  padding: 21px;
  border: 1px solid var(--primary);
  border-radius: 10px;
}

.review_section .woocommerce-Reviews-title {
  font-size: 1.3rem;
  font-family: var(--bodyFamily);
}

.review_section .cr-overall-rating-wrap {
  width: 25% !important;
  flex: 0 0 25% !important;
}

.review_section .ivole-summaryBox {
  width: 75% !important;
  flex: 0 0 75% !important;
}

.review_section .cr-average-rating {
  font-size: 55px !important;
}

.review_section .cr-histogramTable {
  max-width: 100% !important;
}

.review_section .ivole-histogramRow td:first-child {
  width: 75px;
  font-size: 1.1rem;
  font-weight: 600;
}

.review_section .ivole-meter {
  height: 14px;
  border-radius: 9px;
  border: 0;
  box-shadow: none !important;
  background: transparent !important;
  background-color: #d3d3d3 !important;
}

.review_section .ivole-meter .ivole-meter-bar {
  background: linear-gradient(to bottom, green, green) !important;
  background-color: green !important;
  box-shadow: none;
}

.review_section .comment-text {
  margin: 0 0 0 85px !important;
}

.review_section .commentlist li img.avatar {
  position: relative !important;
  width: 55px !important;
}

.review_section .comment-text .star-rating {
  font-size: 1.4em !important;
}

.review_section .comment-text .meta {
  font-size: 1.1rem !important;
  margin-top: 10px !important;
}

.review_section .description p {
  font-size: 1rem;
}

.review_section .comment-respond .comment-reply-title,
.review_section .comment-respond .comment-notes {
  font-size: 1.2rem;
  font-weight: 700;
}

.comment-form .comment-form-rating label {
  font-size: 1.3rem;
  font-weight: 400;
  margin-top: 15px;
  margin-bottom: 7px;
  text-transform: capitalize;
}

.comment-form .stars {
  font-size: 1.7rem;
}

.comment-form .stars span a {
  color: #ffbc00;
}

.comment-form input {
  width: 100%;
  padding: 10px;
}

.comment-form .comment-form-cookies-consent input,
.comment-form .form-submit input {
  width: auto;
}

.comment-form .form-submit input {
  display: inline-block !important;
  padding: 15px 31px !important;
  background-color: var(--primary) !important;
  color: white !important;
  font-size: 16px !important;
  text-decoration: none !important;
  border-radius: 10px !important;
  border: none !important;
  transition: background-color 0.3s ease !important;
  height: fit-content !important;
}

.cr-summaryBox-wrap {
  border-radius: 10px;
  margin-bottom: 30px !important;
}

/*end  product details */

/*Start contact us page */

.contact_us {
  position: relative;
  z-index: 3;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #f1f1f1;
}

.contact-info-item {
  display: flex;
  /* margin-bottom: 30px; */
  align-items: center;
}

.contact-info-icon {
  height: 70px;
  width: 70px;
  background-color: #fff;
  text-align: center;
  border-radius: 50%;
}

.contact-info-icon i {
  font-size: 30px;
  line-height: 70px;
}

.contact-info-content {
  margin-left: 20px;
}

.contact-info-content h4 {
  color: var(--primary);
  font-size: 1.4em;
  margin-bottom: 5px;
  font-weight: 800;
}

.contact-info-content p {
  /* color: #fff; */
  font-size: 1em;
  margin: 0;
}

.map {
  background: white;
  padding: 15px;
  border-radius: 10px;
}

.map iframe {
  width: 100%;
  /* height: 100%; */
  margin-bottom: -5px;
}

/* end contact us page */

/* start about us page */

.inner_banner {
  position: relative;
  width: 100%;
  height: 400px;
  overflow: hidden;
}

.inner_banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.inner_banner .inner_banner_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  /* semi-transparent black overlay */
  z-index: 1;
}

.inner_banner .inner_banner_text {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  color: #fff;
}

.inner_banner .inner_banner_content {
  margin-top: 0.5rem;
}

.inner_banner .inner_banner_content > *:last-child {
  margin-bottom: 0;
}

/* .inner_banner h1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ffffff;
  font-size: 3rem;
  font-weight: bold;
  text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.6);
  margin: 0;
} */
.why-we-exist {
  position: relative;
}

.why-we-exist h4 {
  text-align: center;
  font-size: 24px;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.why-we-exist h5 {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 10px;
}

.why-we-exist .text-muted {
  font-style: italic;
  font-size: 16px;
}

.why_we_exist_decor_img {
  width: 175px;
  position: absolute;
}

.decor-img {
  position: absolute;
  top: -50px;
  width: auto;
}

.trusted_body {
  background: #f9fbf9;
  padding: 20px;
  border-radius: 10px;
}

.bottom-img {
  max-width: 100%;
  height: auto;
}

.trusted_body .image-box {
  width: 100%;
  /* height: 350px; 
    background-color: #e9ecef;*/
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
}

.trusted_body .image-box img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.feature-card {
  border: 1px solid #cfd8dc;
  border-radius: 10px;
  padding: 30px 20px;
  height: 100%;
  text-align: center;
  transition: all 0.3s ease;
}

.feature-card:hover {
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
  border-color: #90caf9;
}

.feature-card img {
  width: 80px;
  height: auto;
  margin-bottom: 15px;
}

.feature-card h5 {
  font-weight: 600;
  margin-bottom: 10px;
}

.feature-card p {
  font-size: 0.95rem;
  color: #555;
}

.page-template-about-templete .image-box img {
  border-radius: 2%;
}

button#btn-razorpay {
  background: #5fbb57;
  color: #ffffff;
  border: 1px solid #5fbb57;
  padding: 7px 20px;
  border-radius: 10px;
}

button#btn-razorpay-cancel {
  background: #dc3545;
  color: #ffffff;
  border: 1px solid #dc3545;
  padding: 7px 20px;
  border-radius: 10px;
}

ul.order_details {
  padding-left: 0 !important;
}

.woocommerce ul.order_details {
  margin: 0 0 2em !important;
}

.woocommerce-checkout input.input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  border-radius: 6px !important;
  padding: 8px 12px !important;
  height: auto !important;
  border: 1px solid #ccc !important;
}

.woocommerce form .form-row {
  margin-bottom: 1rem;
}

.woocommerce form .form-row label {
  margin-bottom: 6px;
  display: block;
  font-weight: 500;
}

@media (max-width: 768px) {
  .product_image_slider .flex-control-nav img {
    width: 70px !important;
    height: 70px !important;
  }
  .product_image_slider .flex-control-nav {
    gap: 8px;
  }
  .product_image_slider .woocommerce-product-gallery__wrapper,
  .product_image_slider .flex-viewport {
    min-height: 260px;
  }
  .product_image_slider .woocommerce-product-gallery__image img {
    min-height: 220px;
  }
  .product_image_slider .flex-control-nav .flex-active-slide {
    height: 260px;
  }

  .inner_banner h1 {
    font-size: 2rem;
  }

  .decor-img {
    width: 100px;
  }

  .triedoncesection .decor-img {
    top: -45px;
    left: 10px;
  }

  .wellness_section .right_decor_img {
    top: -13px;
    width: 80px;
  }

  .wellness_section .decor-img {
    top: 195px;
  }

  .wellness_section .buy-now-wrap img {
    max-height: 50px;
    margin: 2px;
    margin-top: 20px;
  }

  .wellness_section .buy-now-wrap a {
    margin-right: 0px;
  }
}

@media (max-width: 700px) {
  .wellness_section .right_decor_img {
    width: 80px !important;
  }

  .wellness_section .decor-img {
    top: 183px !important;
  }

  .wellness_section .decor-img {
    width: 80px !important;
  }
}

/* end about us page */

.footer {
  background: url("../images/frame_175 1.webp") no-repeat center top;
  background-size: cover;
  color: white;
  padding: 60px 0 0;
}

/* Footer: centered content on mobile only; desktop stays original (left-aligned) */
@media (max-width: 767px) {
  .footer__main-row.footer__main-row {
    justify-content: center;
    text-align: center;
  }
  .footer__main-row .footer_contant,
  .footer__main-row .footer_menu {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer__main-row .footer_menu ul {
    display: inline-block;
    text-align: center;
  }
  .footer_copy_right {
    justify-content: center;
    text-align: center;
  }
  .footer_copy_right .powered {
    justify-content: center;
  }
}

.footer a {
  color: white;
  text-decoration: none;
}

.footer a:hover {
  text-decoration: underline;
}

.footer h6 {
  font-size: 20px;
  font-weight: 700;
}

/*.footer .contact-details a {
  padding-right: 10px;
}*/
.footer .contact-details span {
  height: 30px;
  border: 1px solid;
  border-radius: 50%;
  width: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.footer-logo img {
  width: 170px;
  margin-bottom: 20px;
}

.footer_contant p {
  font-size: 1.1rem;
}

.footer_contant h4,
.footer_menu h4 {
  font-weight: 700;
}

.footer_menu ul {
  padding: 0;
  list-style-type: none;
}

.footer_menu ul li {
  margin: 11px 0;
}

.footer_menu ul li a {
  color: #e9e9e9;
}

.footer_menu ul li a:hover {
  color: white;
  text-decoration: none !important;
}

.footer_copy_right p {
  font-size: 1rem;
}

.powered {
  display: flex;
  gap: 5px;
  justify-content: end;
}

.powered img {
  max-width: 90px;
  position: relative;
  top: 2px;
}

.contact-details {
  padding-bottom: 20px;
}

.social-icons a {
  color: white;
  margin-right: 15px;
  font-size: 1.8rem;
  padding: 5px;
  border: 1px solid white;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.email-box .news_footer {
  border: none;
  padding: 8px;
  width: 100%;
  border-radius: 4px 0 0 4px;
  height: 50px;
}

.email-box .send_button {
  border: none;
  padding: 0px 16px;
  background-color: white;
  color: #fff;
  border-radius: 0 4px 4px 0;
  /* font-size: 1.8rem; */
  text-transform: uppercase;
  font-weight: 600;
  background: var(--primary);
}

.footer_copy_right {
  border-top: 1px solid #ccc;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-top: 60px;
}

/* Footer menu: collapse on mobile */
@media (max-width: 767px) {
  .footer_menu--collapsible .footer_menu__toggle {
    cursor: pointer;
    position: relative;
    padding-right: 2em;
    margin-bottom: 0;
    user-select: none;
  }
  .footer_menu--collapsible .footer_menu__toggle::after {
    content: "\25BC";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.75em;
    opacity: 0.9;
    transition: transform 0.25s ease;
  }
  .footer_menu--collapsible.is-open .footer_menu__toggle::after {
    transform: translateY(-50%) rotate(180deg);
  }
  .footer_menu--collapsible .footer_menu__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
  }
  .footer_menu--collapsible.is-open .footer_menu__content {
    max-height: 800px;
  }
  .footer_menu--collapsible {
    width: 100%;
    max-width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .footer_menu--collapsible .footer_menu__content {
    width: 100%;
  }
  .footer_menu--collapsible:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .footer_menu--collapsible .footer_menu__content {
    max-height: none;
    overflow: visible;
  }
}

.feature-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 10px;
}

.section-content {
  padding: 60px 0;
}

.feature-text h4 {
  font-weight: bold;
}

.feature-text p {
  font-size: 1rem;
}

.product-image {
  max-width: 100%;
  height: auto;
}

.hero_banner .owl-carousel .item {
  position: relative;
}

.hero_banner .owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}

.hero_banner .owl-carousel .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

.hero_banner .owl-carousel .owl-dot span {
  background: rgba(255, 255, 255, 0.7);
}

.hero_banner .owl-carousel .owl-dot.active span {
  background: #fff;
}

h2.section-title {
  text-transform: uppercase;
}

#videoModal video {
  margin-bottom: -10px;
}

.contact-info-content a {
  color: var(--lightText);
}

.custom-password-form {
  max-width: 400px;
  margin: 40px auto;
  padding: 20px;
  background: #f8f9fa;
  border: 1px solid #ddd;
  border-radius: 8px;
}

.custom-password-form p {
  margin-bottom: 15px;
  font-size: 16px;
}

.custom-password-form .form-group {
  margin-bottom: 10px;
}

.custom-password-form input[type="password"] {
  width: 100%;
  padding: 10px;
  font-size: 16px;
}

.custom-password-form button {
  padding: 10px 20px;
  font-size: 16px;
}

.gap-onpage {
  padding-top: 50px;
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .banner-text-overlay {
    top: 20%;
    left: 5%;
    right: 5%;
    text-align: center;
  }

  .banner-text-overlay h1 {
    font-size: 1.8rem;
  }

  .banner-text-overlay p {
    font-size: 1rem;
  }
  .price {
    flex-direction: row;
    align-items: flex-start;
    gap: 10px;
  }
  .review_section .cr-summaryBox-wrap .cr-overall-rating-wrap,
  .review_section .cr-summaryBox-wrap .ivole-summaryBox {
    width: 100% !important;
    flex: 0 0 100% !important;
  }
}

/*********************Single product quantity***************************/
/* Default quantity layout; stepper uses .olilife-quantity-stepper in shop.css */
.quantity:not(.olilife-quantity-stepper) {
  display: inline-flex;
  align-items: center;
}
.quantity:not(.olilife-quantity-stepper) .qty {
  text-align: center;
  width: 60px;
  margin: 0 5px;
}
/* Hide old plus/minus when theme stepper is used (avoid double icons) */
.quantity.olilife-quantity-stepper button.plus,
.quantity.olilife-quantity-stepper button.minus {
  display: none !important;
}

.woocommerce div.product form.cart .button {
  background-color: #5fbb57;
}

.woocommerce div.product form.cart {
  margin-bottom: 1em;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  background-color: #5fbb57;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
  background-color: #5fbb57;
}
#add_payment_method .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
  background-color: #456e55 !important;
}

.related.products ul.products,
.related-carousel.owl-carousel {
  display: flex;
}

.related.products ul.products li.product,
.related-carousel .item {
  display: flex;
  flex: 1 0 auto;
}

.related.products ul.products li.product > .product-card,
.related-carousel .item > .product-card {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.olilife-login {
  max-width: 600px;
  margin: 50px auto;
  background: #ededed;
  padding: 25px;
  box-shadow: 0px 0px 15px -3px rgb(0 0 0 / 12%);
  border-radius: 10px;
}

.olilife-login input {
  width: 100%;
  border-radius: 5px;
  padding: 10px;
  border: 1px solid #cccccc;
}

.olilife-login button {
  background: #5fbb57;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  margin-top: 20px;
  border-radius: 5px;
  border: 1px solid #5fbb57;
  transition: all 0.3s ease;
}

.olilife-login button:hover {
  background: #ffffff;
  color: #5fbb57;
  border: 1px solid #5fbb57;
}

/*.olilife-login .woocommerce-form__label {
  display: flex;
  align-items: center;
  gap: 10px;
}*/
/*********************Single product quintiy end***************************/
/* Responsive (navbar alignments options) */

@media (max-width: 1050px) {
  .popup_video_reel_body {
    width: 52%;
  }
}

/* Mobile / tablet: keep it full width stacked (default) */
@media (max-width: 991.98px) {
  .woocommerce-checkout form.checkout {
    display: block;
  }
}

@media (min-width: 992px) {
  /* .header_body .navbar-brand,
  .header_body .navbar-utils {
    flex: auto;
  } */

  .header_body .navbar-nav {
    flex: 2;
    /* justify-content: center; */
    /*padding-left: 5rem;*/
  }

  .header_body .navbar-utils {
    text-align: right;
  }

  .header_body .navbar-right .navbar-brand,
  .header_body .navbar-right .navbar-utils {
    flex: initial;
  }

  .header_body .navbar-right .navbar-nav {
    justify-content: flex-end;
    margin-right: 20px;
  }

  .header_body .navbar-left .navbar-nav {
    order: 1;
    justify-content: flex-start;
  }

  .header_body .navbar-left .navbar-brand {
    order: 2;
  }

  .header_body .navbar-left .navbar-utils {
    order: 3;
  }

  .header_body .navbar-right .dropdown .dropdown {
    left: unset;
    right: calc(100% + 20px);
    border-top: 0;
    border-right: 1px solid rgba(0, 0, 0, 0.15);
  }
}

/* Nav Option (Logo Center) */
@media (min-width: 992px) {
  .header_body .navbar-left .navbar-brand {
    text-align: right;
  }

  .header_body .navbar-left .navbar-toggler {
    display: block;
    margin-right: 0;
  }

  .header_body .navbar-left .navbar-nav {
    background: #ffffff;
    flex-direction: column;
    z-index: 99999;
    padding: 0 20px;
    opacity: 0;
    transition: 400ms ease;
    /* Sidebar */
    position: fixed;
    left: 0;
    top: 0;
    width: 300px;
    height: 100%;
    overflow-y: auto;
    box-shadow: 0px 0px 0 2000px rgba(0, 0, 0, 0.5);
    transform: translateX(-300px);
  }

  .header_body .navbar-left .navbar-nav .nav-link {
    margin: 10px 0;
    color: #636363;
    display: flex;
    align-items: center;
  }

  .header_body .navbar-left .navbar-nav > .nav-item:first-child {
    margin-top: 20px;
  }

  .header_body .navbar-left .navbar-nav > .nav-item:last-child {
    margin-bottom: 20px;
  }

  .header_body .navbar-left .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header_body .navbar-left .navbar-nav .nav-item:hover > .nav-link {
    color: #0081ff;
  }

  .header_body .navbar-left .navbar-nav > .nav-item:after {
    display: none;
  }

  .header_body .navbar-left .navbar-nav .nav-close {
    display: block;
  }

  .header_body .navbar-left .navbar-nav.active {
    max-height: initial;
    opacity: 1;
    transform: translateX(0);
    left: 0;
    box-shadow: 0 0 0 10000px rgba(0, 0, 0, 0.5);
  }

  .header_body .navbar-left .nav-item .dropdown {
    padding: 0;
    position: initial;
    max-height: 0;
    width: initial;
    border: none;
    box-shadow: none;
  }

  .header_body .navbar-left .nav-item .dropdown .dropdown {
    border: none;
  }

  .header_body .navbar-left .nav-item .dropdown:before {
    display: none;
  }

  .header_body .navbar-left .nav-item:hover > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    max-height: initial;
  }

  .header_body .navbar-left .nav-item.icon a:before {
    top: unset;
    right: 0;
  }
}

/* Responsive navbar */
@media (max-width: 991px) {
  .header_body .navbar-utils .olilife-header-account-wrap {
    display: none !important;
  }

  .navbar-utils {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
  }

  .navbar-utils .all_btn {
    padding: 7px 13px;
    font-size: 14px;
    font-weight: 700;
    height: 35px;
  }

  .utils-search {
    justify-content: center;
    align-items: center;
    gap: 2px !important;
  }

  .navbar-utils .utils-search {
    gap: 10px !important;
  }

  .header_body .navbar {
    padding: 12px 0px;
  }

  .header_body .olilife-navbar-brand img,
  .header_body .navbar-brand img {
    width: 105px;
    max-width: min(105px, 72vw);
  }

  .mobile_search .probox {
    width: 96% !important;
  }

  .single-product .product_image_slider .woocommerce-product-gallery {
    width: 100% !important;
  }

  .single-product.woocommerce-page div.product div.summary {
    width: 100% !important;
  }

  .buy-now-wrap img {
    max-height: 45px;
    vertical-align: middle;
  }

  /* Mobile: Bootstrap offcanvas-end (slides from right; JS: Offcanvas, not Collapse) */
  .header_body #olilifeMainNav.offcanvas {
    --bs-offcanvas-width: min(100%, 420px);
    z-index: 1045;
  }

  .header_body #olilifeMainNav .offcanvas-body {
    overflow-y: auto;
  }

  .header_body #olilifeMainNav .olilife-navbar-panel {
    padding: 20px 15px;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
    min-height: 0;
    box-sizing: border-box;
  }

  .header_body .navbar-nav {
    flex-direction: column;
    width: 100%;
  }

  .header_body .navbar-nav .nav-link {
    margin: 10px 0;
    color: #636363;
    display: flex;
    align-items: center;
  }

  .header_body .navbar-nav > .nav-item:first-child {
    margin-top: 20px;
  }

  .header_body .navbar-nav > .nav-item:last-child {
    margin-bottom: 20px;
  }

  .header_body .navbar-nav .nav-item:not(:last-child) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }

  .header_body .navbar-nav .nav-item:hover > .nav-link {
    color: #0081ff;
  }

  .header_body .navbar-nav > .nav-item:after {
    display: none;
  }

  .header_body .navbar-nav .nav-close {
    display: block;
  }

  .header_body #olilifeMainNav .offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 0.75rem;
  }

  /* Prevent flex item + global img{width:100%} from stretching the drawer logo */
  .header_body #olilifeMainNav .offcanvas-header .olilife-navbar-brand {
    min-width: 0;
    flex: 1 1 auto;
  }

  .olilife-mobile-nav-welcome {
    display: flex;
    align-items: center;
    gap: 12px;
    width: 100%;
    padding: 14px 16px;
    margin-bottom: 16px;
    background: var(--primary, #5fbb57);
    border-radius: 12px;
    color: #fff;
  }
  .olilife-mobile-nav-welcome-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
  }
  .olilife-mobile-nav-welcome-icon i {
    font-size: 1.35rem;
    color: #fff;
  }
  .olilife-mobile-nav-welcome-text {
    font-size: 1rem;
    font-weight: 700;
    color: #fff;
    letter-spacing: 0.01em;
  }

  .header_body .navbar-close-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 2px solid var(--primary, #5fbb57);
    background: transparent;
    color: var(--primary, #5fbb57);
    border-radius: 50%;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
  }

  .header_body .navbar-close-btn:hover,
  .header_body .navbar-close-btn:focus {
    background: var(--primary, #5fbb57);
    color: #fff;
    transform: scale(1.05);
  }

  .header_body .navbar-close-btn:active {
    transform: scale(0.98);
  }

  .header_body .navbar-close-btn i {
    font-size: 1.4rem;
  }

  .nav-active {
    overflow: hidden;
  }

  .nav-active .header_body {
    z-index: 100000;
  }

  /* Offcanvas backdrop handles dimming; hide custom nav overlay so it never blocks the drawer */
  .nav-active .olilife-nav-overlay {
    display: none !important;
    pointer-events: none;
  }

  .header_body .nav-item .dropdown {
    padding: 0;
    position: initial;
    max-height: 0;
    overflow: hidden;
    width: initial;
    border: none;
    box-shadow: none;
    transition: max-height 0.3s ease, opacity 0.2s ease, visibility 0.2s ease;
  }

  .header_body .nav-item .dropdown .dropdown {
    border: none;
  }

  .header_body .nav-item .dropdown:before {
    display: none;
  }

  /* On mobile only .dropdown-open controls open state (hover sticks on touch and prevents collapse) */
  .header_body .nav-item.dropdown-open > .dropdown {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
    max-height: 800px;
  }

  .header_body .nav-item .dropdown .nav-item.dropdown-open > .dropdown {
    max-height: 500px;
    opacity: 1;
    visibility: visible;
  }

  .header_body .nav-item.icon a:before {
    top: unset;
    right: 0;
    transform: translateY(0px);
  }

  /* Mobile nav: My Account section (Kapiva-style) */
  .header_body .navbar-nav > .olilife-mobile-account-nav {
    display: block;
    list-style: none;
    margin: 0;
    padding: 16px 0 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 8px;
  }
  .header_body .navbar-nav .olilife-mobile-account-heading {
    font-weight: 700;
    font-size: 1rem;
    color: #202124;
    margin-bottom: 12px;
    padding: 0;
  }
  .header_body .navbar-nav .olilife-mobile-account-list {
    list-style: none;
    margin: 0 0 12px 0;
    padding: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  }
  .header_body .navbar-nav .olilife-mobile-account-list li {
    margin: 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .header_body .navbar-nav .olilife-mobile-account-list li:last-child {
    border-bottom: none;
  }
  .header_body .navbar-nav .olilife-mobile-account-list a {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    color: #202124;
    text-decoration: none;
    font-size: 0.9375rem;
  }
  .header_body .navbar-nav .olilife-mobile-account-list a:hover {
    color: var(--primary, #5fbb57);
  }
  .header_body .navbar-nav .olilife-mobile-account-icon {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 1.2rem;
  }
  .header_body .navbar-nav .olilife-mobile-account-icon--green {
    background: #e8f5e9;
    color: var(--primary, #5fbb57);
  }
  .header_body .navbar-nav .olilife-mobile-account-icon--blue {
    background: #e3f2fd;
    color: #1976d2;
  }
  .header_body .navbar-nav .olilife-mobile-account-icon--yellow {
    background: #fff8e1;
    color: #f9a825;
  }
  .header_body .navbar-nav .olilife-mobile-account-icon--orange {
    background: #fff3e0;
    color: #ef6c00;
  }
  .header_body .navbar-nav .olilife-mobile-account-signout {
    display: block;
    font-weight: 700;
    font-size: 1rem;
    color: #202124;
    text-decoration: none;
    padding: 12px 0 0;
  }
  .header_body .navbar-nav .olilife-mobile-account-signout:hover {
    color: var(--primary, #5fbb57);
  }

  /* Logout at bottom center of mobile nav */
  .header_body .navbar-nav > .olilife-mobile-nav-signout-wrap {
    display: block;
    list-style: none;
    margin: 0;
    margin-top: auto;
    padding: 20px 0 24px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .header_body .navbar-nav > .olilife-mobile-nav-signout-wrap .olilife-mobile-account-signout {
    padding: 0;
  }

  .wellness_section .decor-img {
    top: 50px !important;
    left: 10px !important;
    width: 100px !important;
  }

  .wellness_section .right_decor_img {
    top: -10px !important;
    right: 14px !important;
    width: 100px !important;
  }

  .triedoncesection .decor-img {
    top: -13px;
    left: 30px;
  }
}

@media (min-width: 992px) {
  .header_body #olilifeMainNav .olilife-navbar-panel {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    width: 100%;
    padding: 0 !important;
  }
}

@media (max-width: 991px) {
  .popup_video_reel_body {
    width: 70%;
  }
}

@media (max-width: 800px) {
  .banner-text-overlay {
    top: 48%;
    left: 5%;
    right: 5%;
    text-align: center;
  }

  .popup_video_reel_body {
    width: 75%;
  }
}

@media (max-width: 750px) {
  .popup_video_reel_body {
    width: 42%;
  }

  .popup_video_reel_body {
    width: 100% !important;
    height: 100% !important;
  }

  .mobile_popup_product {
    display: flex;
    position: fixed;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
    padding: 10px;
    width: 100%;
  }

  .mobile_popup_product .owl-carousel {
    width: 145px;
  }

  .mobile_popup_product .owl-carousel > div {
    width: 145px;
  }

  .product_image {
    height: 110px;
  }

  .popup_video_reel_product_body p {
    display: none;
  }

  .popup_video_reel_product_body {
    width: 100%;
  }

  .fancybox__footer {
    display: none;
  }
}

@media (max-width: 576px) {
  .search-popup form {
    width: calc(100% - 30px);
    height: 170px;
    padding: 15px;
  }

  .error-404 {
    height: auto !important;
    text-align: center;
  }

  .error-404 h1 {
    font-size: 6rem;
  }

  .error-404 h2 {
    font-size: 25px;
  }

  .error-404 p {
    font-size: 1rem;
  }

  .footer_copy_right {
    text-align: center;
  }

  .powered {
    justify-content: center !important;
  }
}

@media (max-width: 500px) {
  .price_nifo_body .all_btn span {
    display: block !important;
  }

  .price_nifo_body {
    flex-direction: column;
    align-items: baseline;
    gap: 12px;
  }

  .all_btn {
    width: 100%;
    padding: 10px 2px;
  }
}

@media (max-width: 475px) {
  .popup_video_reel_product {
    font-size: 0.9em;
  }

  .category-icon {
    width: 90px;
    height: 90px;
  }

  .category-icon img {
    width: 55px;
    height: 55px;
  }

  .category-title {
    font-size: 15px;
  }

  .why_we_exist_decor_img {
    width: 80px !important;
  }

  .footer_menu {
    margin-top: 10px;
  }
  .catagory-slider-shop-page .category-icon {
    width: 75px;
    height: 75px;
  }
  .catagory-slider-shop-page .category-icon img {
    height: 35px;
  }
  .catagory-slider-shop-page .category-title {
    font-size: 12px;
  }
}

input#rememberme {
  transform: scale(1.4);
  margin-right: 3px;
  cursor: pointer;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 0;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.woocommerce-form-login__rememberme
  span {
  display: inline;
  white-space: nowrap;
  line-height: 1;
}

#shiprocket_pincode_check {
  border-radius: 5px;
  padding: 4px 3px;
  border: 1px solid;
  display: none;
}

#check_pincode {
  display: inline-block;
  display: none;
  padding: 7px 20px;
  background-color: var(--primary);
  color: white;
  font-size: 16px;
  text-decoration: none;
  border-radius: 10px;
  border: none;
  transition: background-color 0.3s ease;
  height: fit-content;
}

div#pincode_response {
  color: #50ad48;
}

.accordion-button:not(.collapsed) {
  background-color: #5fbb57;
  color: #ffffff;
}

.accordion-button:focus {
  box-shadow: none !important;
}
/* Hide default checkbox */
#ship-to-different-address-checkbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Label container */
.woocommerce-shipping-fields #ship-to-different-address label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-weight: 600;
  gap: 10px;
}

/* Base checkbox box */
#ship-to-different-address label::before {
  content: "";
  width: 21px;
  height: 21px;
  border: 2px solid #4caf50;
  border-radius: 4px;
  display: inline-block;
  margin-right: 8px;
  vertical-align: middle;
  transition: all 0.2s ease;
  background: #fff;
}

/* Checked background */
#ship-to-different-address
  label:has(#ship-to-different-address-checkbox:checked)::before {
  background-color: #4caf50;
  border-color: #4caf50;
}

/* ✔ Draw the tick */
#ship-to-different-address label::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 14px;
  border: solid #fff;
  border-width: 0 4px 4px 0;
  transform: rotate(45deg);
  left: 7px;
  top: 2px;
  opacity: 0;
  transition: opacity 0.15s ease;
}

/* Show tick only when checked */
#ship-to-different-address
  label:has(#ship-to-different-address-checkbox:checked)::after {
  opacity: 1;
}

/* Needed for absolute positioning */
#ship-to-different-address label {
  position: relative;
  cursor: pointer;
}

.woocommerce-terms-and-conditions-wrapper {
  display: none;
}
.woocommerce span.onsale {
  background-color: #5fbb57 !important;
  padding: unset !important;
}
.woocommerce-message::before {
  color: #5fbb57;
}
.woocommerce-message {
  border-top-color: #5fbb57;
}
/* Remove black border from WooCommerce notice */
.woocommerce-message {
  border: none !important;
  box-shadow: none !important;
}
.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
  width: 110px;
}
.return-to-shop {
  text-align: center;
}
.woocommerce-info {
  border-top-color: #5fbb57 !important;
}
.woocommerce-info::before {
  color: #5fbb57 !important;
}
.return-to-shop a.button {
  background-color: #5fbb57 !important;
  color: #ffffff !important;
  border: none !important;
  padding: 10px 20px !important;
  border-radius: 5px !important;
}
*/

/* ================================
   CART PAGE – Improved design
   Layout, cards, table, totals
================================ */
.olilife-cart-wrap {
  padding: 24px 16px 48px;
}
.olilife-cart-wrap .woocommerce-cart-form {
  background: #fff;
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid #eee;
}
.olilife-cart-wrap .cart-collaterals {
  margin-top: 0;
}
.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
  width: 100% !important;
}
.olilife-cart-wrap .cart_totals {
  background: #fff;
  border-radius: 16px;
  padding: 24px 28px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  border: 1px solid #eee;
}
.olilife-cart-wrap .cart_totals h2 {
  margin: 0 0 20px !important;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(95, 187, 87, 0.2);
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.01em;
}
/* Cart table – fixed layout so headers align with columns */
/* Override WooCommerce smallscreen: keep table layout on desktop so columns don't stack */
@media (min-width: 769px) {
  .olilife-cart-wrap table.cart.shop_table_responsive thead { display: table-header-group !important; }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody tr { display: table-row !important; }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td { display: table-cell !important; text-align: right !important; }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td::before { display: none !important; }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-name { text-align: left !important; }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.actions { text-align: left !important; }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-quantity { text-align: left !important; }
}
.olilife-cart-wrap table.cart {
  border: 0 !important;
  margin: 0 !important;
  table-layout: fixed;
  width: 100%;
}
.olilife-cart-wrap table.cart thead th.product-remove { width: 44px; }
.olilife-cart-wrap table.cart thead th.product-thumbnail { width: 100px; }
.olilife-cart-wrap table.cart thead th.product-name { width: auto; }
.olilife-cart-wrap table.cart thead th.product-price { width: 90px; }
.olilife-cart-wrap table.cart thead th.product-quantity { width: 190px; }
.olilife-cart-wrap table.cart thead th.product-subtotal { width: 110px; }
.olilife-cart-wrap table.cart tbody td.product-remove { width: 44px; }
.olilife-cart-wrap table.cart tbody td.product-thumbnail { width: 100px; }
.olilife-cart-wrap table.cart tbody td.product-price { width: 90px; }
.olilife-cart-wrap table.cart tbody td.product-quantity { width: 190px; }
.olilife-cart-wrap table.cart tbody td.product-subtotal { width: 110px; min-width: 110px; }
.olilife-cart-wrap table.cart thead th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
  font-weight: 600;
  padding: 0 0 14px 0 !important;
  border: none !important;
}
.olilife-cart-wrap table.cart thead th.product-name { text-align: left; }
.olilife-cart-wrap table.cart thead th.product-price,
.olilife-cart-wrap table.cart thead th.product-quantity,
.olilife-cart-wrap table.cart thead th.product-subtotal { text-align: right; }
.olilife-cart-wrap table.cart tbody tr {
  border-top: 1px solid #eee;
}
.olilife-cart-wrap table.cart tbody td {
  padding: 18px 12px 18px 0 !important;
  vertical-align: middle;
  font-size: 0.9375rem;
  border: none !important;
  box-sizing: border-box;
}
@media (min-width: 769px) {
  .olilife-cart-wrap table.cart tbody td {
    display: table-cell !important;
  }
  .olilife-cart-wrap table.cart tbody td.product-quantity {
    overflow: visible;
  }
  .olilife-cart-wrap table.cart tbody td.product-subtotal {
    white-space: nowrap;
  }
}
.olilife-cart-wrap table.cart tbody td:first-child {
  padding-left: 0 !important;
}
.olilife-cart-wrap table.cart .product-remove a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #999 !important;
  font-size: 20px;
  line-height: 1;
  text-decoration: none !important;
  transition: background 0.2s, color 0.2s;
}
.olilife-cart-wrap table.cart .product-remove a:hover {
  background: #fee2e2;
  color: #dc2626 !important;
}
.olilife-cart-wrap table.cart .product-thumbnail a,
.olilife-cart-wrap table.cart .product-thumbnail img {
  display: block;
  border-radius: 10px;
  overflow: hidden;
}
.olilife-cart-wrap table.cart .product-thumbnail img {
  width: 80px !important;
  height: 80px !important;
  object-fit: cover;
}
.olilife-cart-wrap table.cart .product-name a {
  color: #1a1a1a;
  font-weight: 500;
  text-decoration: none !important;
}
.olilife-cart-wrap table.cart .product-name a:hover {
  color: var(--primary, #5fbb57);
}
.olilife-cart-wrap table.cart .product-price,
.olilife-cart-wrap table.cart .product-subtotal {
  text-align: right;
  font-weight: 500;
}
.olilife-cart-wrap table.cart .product-quantity {
  text-align: left;
}
.olilife-cart-wrap table.cart .quantity input {
  width: 56px;
  height: 44px;
  text-align: center;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  font-size: 0.9375rem;
}
/* Cart actions: coupon + update */
.olilife-cart-wrap table.cart td.actions {
  padding: 20px 0 0 !important;
  border-top: 1px solid #eee;
  vertical-align: middle;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.olilife-cart-wrap table.cart td.actions .coupon {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.olilife-cart-wrap table.cart td.actions .coupon .input-text {
  width: 160px;
  height: 46px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.9375rem;
}
.olilife-cart-wrap table.cart td.actions .coupon .input-text:focus {
  border-color: var(--primary, #5fbb57);
  outline: none;
  box-shadow: 0 0 0 3px rgba(95, 187, 87, 0.15);
}
.olilife-cart-wrap table.cart td.actions .button {
  height: 46px;
  padding: 0 20px;
  border-radius: 10px;
  font-weight: 600;
  border: none;
  background: #f3f4f6 !important;
  color: #374151 !important;
  transition: background 0.2s, color 0.2s;
}
.olilife-cart-wrap table.cart td.actions .button.apply_coupon,
.olilife-cart-wrap table.cart td.actions .button[name="apply_coupon"] {
  background: var(--primary, #5fbb57) !important;
  color: #fff !important;
}
.olilife-cart-wrap table.cart td.actions .button[name="update_cart"] {
  background: #1f2937 !important;
  color: #fff !important;
  margin-left: 5px;
}
.olilife-cart-wrap table.cart td.actions .button:hover {
  opacity: 0.9;
}
/* Cart totals table */
.olilife-cart-wrap .cart_totals table {
  border: 0 !important;
  margin: 0 !important;
  table-layout: fixed;
  width: 100%;
}
.olilife-cart-wrap .cart_totals table th,
.olilife-cart-wrap .cart_totals table td {
  padding: 12px 0 !important;
  padding-right: 16px !important;
  border-top: 1px solid #eee;
  font-size: 0.9375rem;
  border-left: none !important;
  display: table-cell !important;
}
.olilife-cart-wrap .cart_totals table th {
  width: 42%;
  text-align: left;
  font-weight: 600;
  color: #374151;
}
.olilife-cart-wrap .cart_totals table td {
  width: 58%;
  text-align: right;
}
.olilife-cart-wrap .cart_totals table .order-total th,
.olilife-cart-wrap .cart_totals table .order-total td {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  padding-top: 16px !important;
  border-top: 2px solid #e0e0e0;
}
/* Shipping row: readable layout for destination and method */
.olilife-cart-wrap .cart_totals tr.shipping th {
  vertical-align: top;
  padding-top: 14px !important;
}
.olilife-cart-wrap .cart_totals tr.shipping td {
  padding-top: 14px !important;
}
.olilife-cart-wrap .cart_totals .woocommerce-shipping-destination {
  margin: 8px 0 0 0;
  font-size: 0.875rem;
  line-height: 1.5;
  color: #4b5563;
}
.olilife-cart-wrap .cart_totals .woocommerce-shipping-methods {
  margin: 0;
  padding: 0;
  list-style: none;
}
.olilife-cart-wrap .cart_totals .woocommerce-shipping-methods li {
  margin: 4px 0;
}
/* Keep cart_totals as a proper table (override responsive stacking that can concatenate labels) */
@media (min-width: 769px) {
  .olilife-cart-wrap .cart_totals table.shop_table_responsive tr { display: table-row !important; }
  .olilife-cart-wrap .cart_totals table.shop_table_responsive th,
  .olilife-cart-wrap .cart_totals table.shop_table_responsive td { display: table-cell !important; }
  .olilife-cart-wrap .cart_totals table.shop_table_responsive td::before { display: none !important; }
}
.olilife-cart-wrap .wc-proceed-to-checkout {
  padding-top: 20px;
  margin-top: 4px;
}
.olilife-cart-wrap .wc-proceed-to-checkout .checkout-button {
  display: block;
  width: 100%;
  min-height: 52px;
  padding: 14px 20px;
  line-height: 1.3;
  text-align: center;
  border-radius: 12px;
  border: none !important;
  font-size: 1rem;
  font-weight: 700;
  background: var(--primary, #5fbb57) !important;
  color: #fff !important;
  transition: background 0.2s, transform 0.1s;
  white-space: normal;
  box-sizing: border-box;
}
.olilife-cart-wrap .wc-proceed-to-checkout .checkout-button:hover {
  background: #4fa84a !important;
  color: #fff !important;
  transform: translateY(-1px);
}
/* Two-column layout on desktop */
@media (min-width: 992px) {
  .olilife-cart-wrap {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 28px;
    align-items: start;
  }
  .olilife-cart-wrap .woocommerce-cart-form {
    margin-bottom: 0;
  }
  .olilife-cart-wrap .cart-collaterals {
    position: sticky;
    top: 100px;
  }
}
@media (max-width: 991px) {
  .olilife-cart-wrap {
    padding: 16px 12px 40px;
  }
  .olilife-cart-wrap .woocommerce-cart-form,
  .olilife-cart-wrap .cart_totals {
    padding: 20px 18px;
  }
}

/* Cart page – responsive (stacked table, full-width actions) */
@media (max-width: 768px) {
  .olilife-cart-wrap {
    padding: 12px 10px 32px;
  }
  .olilife-cart-wrap .woocommerce-cart-form,
  .olilife-cart-wrap .cart_totals {
    padding: 16px 14px;
  }
  /* Responsive cart table: hide thead, product image + name on same line, quantity label + input on same line */
  .olilife-cart-wrap table.cart.shop_table_responsive thead {
    display: none !important;
  }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody tr {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: flex-start;
    border-top: 1px solid #eee;
    padding: 12px 0;
  }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody tr:first-child {
    border-top: none;
  }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-remove::before,
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.actions::before {
    display: none !important;
  }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td {
    display: block !important;
    min-width: 0 !important;
    padding: 10px 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: right !important;
    border-top: 1px solid #eee;
    overflow: hidden;
  }
  /* Row 1: product image and product name on same line */
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-remove {
    flex: 0 0 40px;
    width: 40px !important;
    border-top: none;
    padding-top: 0 !important;
  }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-thumbnail {
    flex: 0 0 70px;
    width: 70px !important;
    border-top: none;
    padding-top: 0 !important;
    text-align: left !important;
  }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-thumbnail::before {
    display: none !important;
  }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-name {
    flex: 1 1 0%;
    width: auto !important;
    border-top: none;
    padding-top: 0 !important;
    padding-left: 10px !important;
    text-align: left !important;
  }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-name::before {
    display: none !important;
  }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-thumbnail img {
    max-width: 70px;
    max-height: 70px;
    width: 70px !important;
    height: 70px !important;
  }
  /* Price, quantity, subtotal: full width rows */
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-price,
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-quantity,
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-subtotal {
    flex: 0 0 100%;
    width: 100% !important;
  }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td::before {
    content: attr(data-title) ": " !important;
    display: inline-block !important;
    font-size: 0.75rem;
    font-weight: 600;
    color: #6b7280;
    float: left;
    min-width: 0;
  }
  /* Quantity label and input on same line, aligned; input float right */
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-quantity {
    display: flex !important;
    align-items: center;
    justify-content: space-between;
    flex-wrap: nowrap;
    text-align: left !important;
  }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-quantity::before {
    float: none !important;
    display: inline-block !important;
    margin-bottom: 0;
    margin-right: 12px;
    flex-shrink: 0;
  }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.product-quantity .quantity {
    float: right;
    flex-shrink: 0;
    margin-left: auto;
  }
  .olilife-cart-wrap table.cart.shop_table_responsive tbody td.actions {
    flex: 0 0 100%;
    width: 100% !important;
    text-align: left !important;
  }
  /* Actions: full-width coupon and buttons */
  .olilife-cart-wrap table.cart td.actions {
    padding: 16px 0 0 !important;
    gap: 10px;
  }
  .olilife-cart-wrap table.cart td.actions .coupon {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .olilife-cart-wrap table.cart td.actions .coupon .input-text {
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
  }
  .olilife-cart-wrap table.cart td.actions .button {
    width: 100%;
    margin-left: 0 !important;
  }
  .olilife-cart-wrap table.cart td.actions .button[name="apply_coupon"],
  .olilife-cart-wrap table.cart td.actions .button[name="update_cart"] {
    width: 100%;
  }
  /* Cart totals: hide th on mobile to avoid "Subtotal Subtotal:" / "Shipping Shipping:" */
  .olilife-cart-wrap .cart_totals table.shop_table_responsive tr {
    display: block !important;
  }
  .olilife-cart-wrap .cart_totals table.shop_table_responsive th {
    display: none !important;
  }
  .olilife-cart-wrap .cart_totals table.shop_table_responsive td {
    display: block !important;
    width: 100% !important;
    text-align: right !important;
    padding: 10px 0 !important;
    border-top: 1px solid #eee;
  }
  .olilife-cart-wrap .cart_totals table.shop_table_responsive td::before {
    content: attr(data-title) ": " !important;
    display: block !important;
    font-size: 0.8125rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 4px;
  }
  .olilife-cart-wrap .cart_totals table th,
  .olilife-cart-wrap .cart_totals table td {
    padding: 10px 0 !important;
  }
  .olilife-cart-wrap .wc-proceed-to-checkout {
    padding-top: 16px;
  }
}

@media (max-width: 480px) {
  .olilife-cart-wrap {
    padding: 10px 8px 24px;
  }
  .olilife-cart-wrap .woocommerce-cart-form,
  .olilife-cart-wrap .cart_totals {
    padding: 14px 12px;
  }
  .olilife-cart-wrap table.cart .product-thumbnail img {
    width: 60px !important;
    height: 60px !important;
    max-width: 60px;
    max-height: 60px;
  }
}

/* Cart empty state */
.woocommerce-cart .cart-empty {
  font-size: 1rem;
  color: #4b5563;
  margin-bottom: 16px;
}
.woocommerce-cart .return-to-shop {
  margin-top: 24px;
}
.woocommerce-cart .return-to-shop .button {
  padding: 12px 24px !important;
  border-radius: 10px !important;
  font-weight: 600 !important;
}

/* Checkout: Your order table - make it professional */
.woocommerce-checkout-review-order-table .product-name .olilife-co-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.woocommerce-checkout-review-order-table .product-name .olilife-co-img {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border-radius: 8px;
  overflow: hidden;
}

.woocommerce-checkout-review-order-table .product-name .olilife-co-img img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover;
  display: block !important;
}

.woocommerce-checkout-review-order-table .product-name .olilife-co-title {
  line-height: 1.3;
  font-weight: 500;
  display: block;
}
.woocommerce-checkout-review-order-table img {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Only checkout order review – avoid breaking cart table */
.woocommerce-checkout-review-order-table td.product-name {
  display: flex;
  align-items: center;
}
.woocommerce-checkout-review-order-table .product-name .olilife-co-title {
  color: #5fbb57;
}

/* Price summary: quantity×price on one line, aligned */
.woocommerce-checkout-review-order-table td.product-total {
  white-space: nowrap;
  text-align: right;
}
.olilife-co-row {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
}
.category-icon.active {
  background-color: #ffffff;
  box-shadow: inset 0 0 10px rgb(69 110 85);
  transition: box-shadow 7.35s ease;
}

/* ================================
   OLI LIFE - MOBILE SORT BAR (FULL CSS)
   Sticky, full-width, premium "Flipkart-like" look (pill dropdown)
   Paste in: Appearance > Customize > Additional CSS
================================== */

@media (max-width: 768px) {
  /* Hide "Showing all X results" on mobile */
  .woocommerce-result-count {
    display: none !important;
  }

  /* Reduce extra spacing above products */
  .woocommerce-before-shop-loop,
  .woocommerce-notices-wrapper {
    margin-bottom: 8px !important;
  }

  /* ================================
     MAKE TOOLBAR FULL-WIDTH
     If your theme uses Bootstrap .col-* padding, this fixes the "boxed" look
  ================================== */

  /* Modern browsers (Chrome/Edge/Safari new) */
  .shop-page-row .col-md-12:has(.olilife-mobile-toolbar),
  .shop-page-row .col-12:has(.olilife-mobile-toolbar),
  .shop-page-row [class*="col-"]:has(.olilife-mobile-toolbar) {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Full-width: no left/right margin, fit 100% area */
  .olilife-mobile-toolbar {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
  }

  /* ================================
     STICKY TOOLBAR BASE
  ================================== */
  .olilife-mobile-toolbar {
    position: sticky;
    top: 60px; /* adjust if header height differs */
    z-index: 9999;
    background: #fff;
    padding: 10px 12px;
    border-bottom: 1px solid #eee;

    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
  }

  /* Make ordering form fill the bar */
  .olilife-mobile-toolbar .woocommerce-ordering {
    margin: 0 !important;
    float: none !important;
    width: 100%;
    position: relative; /* needed for arrow */
  }

  /* ================================
     PREMIUM "PILL" SELECT STYLING
     (Looks like a button, not default dropdown)
  ================================== */
  .olilife-mobile-toolbar select.orderby {
    width: 100%;
    max-width: 100%;
    padding: 12px 46px 12px 14px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 700;

    border: 1px solid #e5e5e5;
    background: #fff;
    outline: none;

    /* remove default select styling */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
  }

  /* dropdown arrow */
  .olilife-mobile-toolbar .woocommerce-ordering::after {
    content: "▾";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 16px;
    pointer-events: none;
    opacity: 0.8;
  }

  /* Optional: subtle tap feedback */
  .olilife-mobile-toolbar select.orderby:active,
  .olilife-mobile-toolbar select.orderby:focus {
    border-color: #cfcfcf;
  }

  /* When mobile header menu is open: hide sorting toolbar so dropdown cannot overlap nav */
  body.nav-active .olilife-mobile-toolbar {
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: 1 !important;
  }
}

/* =========================
   MODERN CHECKOUT UI
   ========================= */

body.woocommerce-checkout {
  background: linear-gradient(160deg, #f8faf8 0%, #eef5ee 50%, #f0f4f0 100%);
  min-height: 100vh;
}

/* Checkout page header */
.olilife-checkout-page .olilife-checkout-header {
  padding: 0 0 8px;
}

.olilife-checkout-page .olilife-checkout-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 6px;
  letter-spacing: -0.02em;
}

.olilife-checkout-page .olilife-checkout-subtitle {
  font-size: 0.9375rem;
  color: #6b7280;
  margin: 0;
}

.fk-checkout-wrap {
  margin: 0 auto;
  padding: 28px 16px 48px;
}

/* Section cards – modern rounded, soft shadow */
.fk-checkout-wrap .fk-card {
  background: #fff;
  border: none;
  border-radius: 16px;
  padding: 24px 28px;
  margin-bottom: 20px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06), 0 1px 3px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.2s ease;
}

.fk-checkout-wrap .fk-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08), 0 2px 6px rgba(0, 0, 0, 0.04);
}

.fk-checkout-wrap .fk-card-order {
  border-radius: 16px;
  overflow: hidden;
}

/* Price Summary – simple list style (replacement for heavy card) */
.olilife-checkout-wrap .fk-card-order {
  border-left: none;
  background: #fafafa;
  box-shadow: none;
  border: 1px solid #eee;
}
.olilife-checkout-wrap .fk-card-order h3#order_review_heading {
  border-bottom: 1px solid #eee;
  padding-bottom: 12px;
  margin-bottom: 16px !important;
  font-size: 1rem;
  font-weight: 600;
  color: #333;
}
.woocommerce-checkout #order_review {
  background: transparent;
}
.woocommerce-checkout #order_review table.woocommerce-checkout-review-order-table {
  background: transparent !important;
}
.woocommerce-checkout #order_review thead th {
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #666;
  font-weight: 600;
  border: none !important;
  padding: 0 0 8px 0 !important;
}
.woocommerce-checkout #order_review thead th.product-name {
  text-align: left;
}
.woocommerce-checkout #order_review thead th.product-total {
  text-align: right;
}
.woocommerce-checkout #order_review tbody td {
  padding: 10px 0 !important;
  border-top: 1px solid #eee !important;
  vertical-align: middle;
}
.woocommerce-checkout #order_review tfoot tr {
  border-top: 1px solid #e0e0e0;
}
.woocommerce-checkout #order_review tfoot th,
.woocommerce-checkout #order_review tfoot td {
  padding: 10px 0 !important;
  font-size: 0.9375rem;
  border: none !important;
}
.woocommerce-checkout #order_review .order-total th,
.woocommerce-checkout #order_review .order-total td {
  font-size: 1.0625rem;
  font-weight: 700;
  color: #1a1a1a;
  padding-top: 14px !important;
  border-top: 2px solid #ddd !important;
}

/* Sticky order summary */
.fk-sticky {
  position: sticky;
  top: 100px;
}

/* Section headings */
.woocommerce-checkout .fk-card h3,
.woocommerce-checkout h3#order_review_heading {
  margin: 0 0 20px !important;
  padding-bottom: 14px;
  border-bottom: 2px solid rgba(95, 187, 87, 0.2);
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a1a1a;
  letter-spacing: 0.01em;
}

/* Form row spacing */
.woocommerce-checkout .form-row {
  margin-bottom: 18px;
}

.woocommerce-checkout .form-row label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 6px;
  display: block;
}

/* Inputs – rounded, clear focus */
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select {
  height: 46px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 12px 14px;
  font-size: 0.9375rem;
  box-shadow: none !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce-checkout textarea {
  height: auto;
  min-height: 90px;
  resize: vertical;
}

.woocommerce-checkout input.input-text:focus,
.woocommerce-checkout textarea:focus,
.woocommerce-checkout select:focus {
  border-color: var(--primary, #5fbb57);
  outline: none;
  box-shadow: 0 0 0 3px rgba(95, 187, 87, 0.15) !important;
}

/* Place order button */
.woocommerce-checkout #place_order {
  width: 100%;
  height: 52px;
  border-radius: 12px;
  border: none !important;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  background: var(--primary, #5fbb57) !important;
  color: #fff !important;
  margin-top: 8px;
  transition: background 0.2s ease, transform 0.1s ease;
}

.woocommerce-checkout #place_order:hover {
  background: #4fa84a !important;
  transform: translateY(-1px);
}

.woocommerce-checkout #order_review table {
  border: 0 !important;
  margin: 0 !important;
}

/* Shipping address toggle */
.woocommerce-checkout .shipping_address {
  display: none;
}

.woocommerce-checkout #ship-to-different-address-checkbox:checked ~ .shipping_address {
  display: block;
}

/* Two-column form layout: two inputs per row (billing + shipping) – same on all screens */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
.woocommerce-checkout .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 20px;
}

.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-first,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-last,
.woocommerce-checkout .woocommerce-shipping-fields .form-row-first,
.woocommerce-checkout .woocommerce-shipping-fields .form-row-last,
.woocommerce-checkout .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row-first,
.woocommerce-checkout .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row-last {
  width: 100%;
}

/* Full-width rows: address, city, postcode, country – like other full-width fields on all screens */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row-wide,
.woocommerce-checkout .woocommerce-shipping-fields .woocommerce-shipping-fields__field-wrapper .form-row-wide,
.woocommerce-checkout .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row-wide {
  grid-column: 1 / -1;
}

/* Country and region/state rows full width + force select/input to fill */
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:has(select[id*="country"]),
.woocommerce-checkout .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row:has(select[id*="country"]),
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:has(select[id*="state"]),
.woocommerce-checkout .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row:has(select[id*="state"]),
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row:has(input[id*="state"]),
.woocommerce-checkout .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper .form-row:has(input[id*="state"]),
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #shipping_country_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #shipping_state_field {
  grid-column: 1 / -1 !important;
  width: 100% !important;
  max-width: 100% !important;
}
.woocommerce-checkout #billing_country_field .woocommerce-input-wrapper,
.woocommerce-checkout #shipping_country_field .woocommerce-input-wrapper,
.woocommerce-checkout #billing_state_field .woocommerce-input-wrapper,
.woocommerce-checkout #shipping_state_field .woocommerce-input-wrapper,
.woocommerce-checkout .form-row:has(select[id*="country"]) .woocommerce-input-wrapper,
.woocommerce-checkout .form-row:has(select[id*="state"]) .woocommerce-input-wrapper {
  width: 100% !important;
  max-width: 100% !important;
}
.woocommerce-checkout .form-row select#billing_country,
.woocommerce-checkout .form-row select#shipping_country,
.woocommerce-checkout .form-row select#billing_state,
.woocommerce-checkout .form-row select#shipping_state {
  width: 100% !important;
  max-width: 100% !important;
  box-sizing: border-box;
}

/* Mobile: stack first/last name (one per row) */
@media (max-width: 767px) {
  .woocommerce-checkout .woocommerce-billing-fields__field-wrapper,
  .woocommerce-checkout .woocommerce-shipping-fields .shipping_address .woocommerce-shipping-fields__field-wrapper {
    grid-template-columns: 1fr;
    gap: 0 0;
  }
}

@media (max-width: 991px) {
  .fk-sticky {
    position: static;
  }
  .fk-checkout-wrap {
    padding: 20px 12px 40px;
  }
  .fk-checkout-wrap .fk-card {
    padding: 20px 18px;
  }
}

.blog .sidebar .recent-posts h4 {
  font-size: 16px !important;
  font-weight: 800 !important;
}
.blog .sidebar .recent-posts img {
  height: 90px !important;
  width: 90px !important;
}
.blog .sidebar .recent-posts time,
.blog .sidebar .recent-posts h4 {
  margin-left: 102px !important;
}
.post-thumbnail img {
  height: auto !important;
}
.payment_methods .payment_method_cod label {
  font-size: 17px !important;
}

/* =========================
   Woo Payment Methods - Modern UI
   Works with your HTML structure
========================= */

.wc_payment_methods.payment_methods {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: grid;
  gap: 12px;
}

/* Each method becomes a card */
.wc_payment_methods .wc_payment_method {
  border: 1px solid #e7e7e7;
  border-radius: 14px;
  background: #fff;
  overflow: hidden;
  transition: all 0.2s ease;
}

/* Hover */
.wc_payment_methods .wc_payment_method:hover {
  border-color: #d7d7d7;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
}

/* Label as a row (clickable area) */
.wc_payment_methods .wc_payment_method > label {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 16px;
  cursor: pointer;
  margin: 0 !important;
  font-size: 15px;
  font-weight: 600;
}

/* Hide default radio & build custom one */
.wc_payment_methods .wc_payment_method input[type="radio"] {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

/* Custom radio circle before label text */
.wc_payment_methods .wc_payment_method > label::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  border: 2px solid #cfcfcf;
  display: inline-block;
  flex: 0 0 18px;
  margin-right: 10px;
  box-sizing: border-box;
}

/* Keep label text aligned with custom radio */
.wc_payment_methods .wc_payment_method > label {
  position: relative;
}
.wc_payment_methods .wc_payment_method > label {
  padding-left: 44px;
}
.wc_payment_methods .wc_payment_method > label::before {
  position: absolute;
  left: 16px;
}

/* Selected state – theme primary */
.wc_payment_methods .wc_payment_method input[type="radio"]:checked + label {
  background: rgba(95, 187, 87, 0.08);
}
.wc_payment_methods
  .wc_payment_method
  input[type="radio"]:checked
  + label::before {
  border-color: var(--primary, #5fbb57);
  box-shadow: inset 0 0 0 5px var(--primary, #5fbb57);
}

/* Payment logo (Razorpay) */
.wc_payment_methods .wc_payment_method img {
  max-height: 22px;
  width: auto;
  display: block;
  opacity: 0.95;
}

/* Payment description box */
.wc_payment_methods .payment_box {
  margin: 0 !important;
  padding: 12px 16px 14px;
  border-top: 1px dashed #e9e9e9;
  background: #fff;
  font-size: 14px;
  line-height: 1.5;
  color: #555;
}

/* Only show description when selected (Woo usually toggles, but enforce neatly) */
.wc_payment_methods .payment_box {
  display: none;
}
.wc_payment_methods
  .wc_payment_method
  input[type="radio"]:checked
  ~ .payment_box {
  display: block;
}
.woocommerce-checkout #payment {
  background: transparent !important;
}
.wc_payment_methods .wc_payment_method img {
  max-height: 45px !important;
  margin: 0 !important;
}
.woocommerce-checkout #payment div.form-row {
  padding: 1em 0 !important;
}
.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  border-radius: 12px !important;
}

/* Mobile friendly */
@media (max-width: 600px) {
  .wc_payment_methods .wc_payment_method > label {
    padding: 13px 14px;
    padding-left: 42px;
    font-size: 14px;
  }
  .wc_payment_methods .wc_payment_method > label::before {
    left: 14px;
  }
}
@media (min-width: 768px) {
  /* .wc_payment_methods.payment_methods {
    grid-template-columns: 1fr 1fr;
  } */
  /* Let description span full width */
  .wc_payment_methods .wc_payment_method {
    grid-column: span 1;
  }
  .wc_payment_methods
    .wc_payment_method
    input[type="radio"]:checked
    ~ .payment_box {
    grid-column: 1 / -1;
  }
}
td.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
  display: flex;
  gap: 5px;
}
a.woocommerce-button.button.view {
    color: #ffffff;
    background: #5fbb57;
}

.salutation-section .accordion-button:not(.collapsed)::after {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
/* ========= OLILIFE: SMART MY ACCOUNT > VIEW ORDER UI ========= */
.woocommerce-account .woocommerce-MyAccount-content{
  max-width: 980px;
}

/* Page titles */
.woocommerce-account .woocommerce-MyAccount-content h2,
.woocommerce-account .woocommerce-MyAccount-content h3{
  font-size: 28px;
  font-weight: 700;
  letter-spacing: .2px;
  margin: 14px 0 14px;
}

/* Make tables look like modern cards */
.woocommerce-account table.shop_table{
  border: 1px solid #eee !important;
  border-radius: 14px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  margin: 12px 0 22px;
}
.woocommerce-account table.shop_table th{
  background: #f7faf7;
  font-weight: 700;
  border: 0 !important;
  padding: 14px 16px !important;
}
.woocommerce-account table.shop_table td{
  border-top: 1px solid #f0f0f0 !important;
  padding: 14px 16px !important;
  vertical-align: middle;
}
.woocommerce-account table.shop_table td a{
  font-weight: 600;
}

/* Order totals alignment */
.woocommerce-account table.shop_table tfoot th{
  background: #fff;
  font-weight: 700;
}
.woocommerce-account table.shop_table tfoot td{
  font-weight: 700;
}

/* Buttons: modern */
.woocommerce-account .button,
.woocommerce-account a.button,
.woocommerce-account button.button{
  border-radius: 12px !important;
  padding: 10px 14px !important;
  border: 1px solid #5fbb57 !important;
  background: #5fbb57 !important;
  font-weight: 700 !important;
  box-shadow: 0 8px 18px rgba(0,0,0,.05);
  color: #fff !important;
}
.woocommerce-account .button:hover{
  transform: translateY(-1px);
  transition: .15s ease;
}

/* Primary action (Track) */
.woocommerce-account a.button.track,
.woocommerce-account a.olilife-track-btn,
.woocommerce-account .woocommerce-orders-table__cell-order-actions a.button{
  background: #2e7d32 !important;
  color: #fff !important;
  border-color: #2e7d32 !important;
}

/* Address cards */
.woocommerce-account .woocommerce-customer-details,
.woocommerce-account .woocommerce-columns--addresses,
.woocommerce-account .woocommerce-column--billing-address,
.woocommerce-account .woocommerce-column--shipping-address{
  gap: 16px;
}
.woocommerce-account .woocommerce-column--billing-address,
.woocommerce-account .woocommerce-column--shipping-address{
  border: 1px solid #eee;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 10px 26px rgba(0,0,0,.06);
  padding: 16px;
}
.woocommerce-account .woocommerce-column__title{
  font-size: 22px !important;
  font-weight: 800 !important;
  margin: 0 0 10px !important;
}

/* “Order again” button spacing */
.woocommerce-account .order-again{
  margin: 14px 0 22px;
}

/* Mobile: make tables readable */
@media (max-width: 768px){
  .woocommerce-account .woocommerce-MyAccount-content h2,
  .woocommerce-account .woocommerce-MyAccount-content h3{
    font-size: 22px;
  }
  .woocommerce-account table.shop_table th,
  .woocommerce-account table.shop_table td{
    padding: 12px 12px !important;
  }
  .woocommerce-account .woocommerce-column--billing-address,
  .woocommerce-account .woocommerce-column--shipping-address{
    padding: 14px;
  }
}
.olilife-tl {
  height: 200px;
  overflow-y: scroll;
}