/* Google Fonts */

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --primary-color: #061e17;
  --text-color: #333333;
  --white-color: #ffffff;
  --border-color: #e5e5e5;
  --menu-bg: #1a2c22;
}

body {
  font-family: "Pangram", sans-serif;
  color: var(--white-color);
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Recoleta Alt", sans-serif;
}

h1 {
  font-size: 64px;
  line-height: 1.3em;
  font-weight: 600;
}

h2 {
  font-size: 52px;
  line-height: 1.3em;
  font-weight: 500;
}

h3 {
  font-size: 40px;
  line-height: 1.3em;
  font-weight: 500;
}

h4 {
  font-size: 32px;
  line-height: 1.3em;
  font-weight: 500;
}

h5 {
  font-size: 24px;
  line-height: 1.3em;
  font-weight: 500;
}

p {
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 400;
}

.container-custom,
.site-main {
  max-width: 1600px !important;
  margin: 0 auto;
  width: 100%;
  padding: 0 15px !important;
}

.main-content,
.woocommerce-page {
  background: linear-gradient(180deg, #061e17 0%, #114835 100%);
}

.gbl-btn,
#giftbox-open-modal {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1) !important;
  padding: 14px 50px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 0 !important;
  transition: all 0.5s ease;
}

.gbl-btn:after,
#giftbox-open-modal:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.gbl-btn:hover,
#giftbox-open-modal:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.desktop-header {
  display: block;
  transition: all 0.5s ease;
}

.desktop-header.sticky-active {
  width: 100%;
  position: fixed !important;
  top: 0;
  padding-bottom: 40px;
  background: rgb(9 34 26 / 30%) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.mobile-main-header {
  transition: all 0.5s ease;
}

.mobile-main-header.sticky-active {
  width: 100%;
  position: fixed !important;
  top: 0;
}

.mobile-header {
  display: none;
}

#giftbox-open-modal {
  color: #000 !important;
}

.gbl-btn.btn-code {
  padding: 12px 16px !important;
}

.wishlist-btn-icon {
  display: inline-block;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1);
  padding: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 0 !important;
  transition: all 0.5s ease;
}

.wishlist-btn-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.wishlist-btn-icon:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.wishlist-badge {
  position: absolute;
  top: -6px;
  right: -7px;
  background: #212121;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 3px;
}

/* Header Styles */

header {
  position: relative !important;
  top: 0;
  z-index: 99;
  width: 100%;
}

.header-top {
  position: relative;
  background-color: var(--white-color);
  z-index: 1;
}

.header-logo {
  position: relative;
}

.header-logo::after {
  content: "";
  position: absolute;
  bottom: -31px;
  /* adjust depth */
  left: 50%;
  transform: translateX(-50%);
  width: 322px;
  height: 32px;
  background: #fff;
  z-index: 1;

  clip-path: path(
    "M251.331 32H70.5207C54.2555 32 38.7821 24.9786 28.0714 12.7379C20.9885 4.64315 10.7561 0 0.000110626 0H321.851C311.095 0 300.863 4.64315 293.78 12.7379C283.069 24.9786 267.596 32 251.331 32Z"
  );
}

.search-box {
  position: relative;
  max-width: 300px;
}

.search-box input {
  font-size: 16px !important;
  font-weight: 400;
  border-radius: 56px;
  padding: 8px 85px 8px 20px;
  /* Increased right padding for clear + icon */
  border: 1px solid #bababa;
  width: 100%;
  outline: none;
  background: rgba(255, 255, 255, 0.2);
}

.hec-search-clear {
  font-size: 14px;
  font-weight: 500;
  color: #212121;
  cursor: pointer;
  user-select: none;
  transition: opacity 0.2s ease;
}

.search-box .hec-search-clear {
  position: absolute;
  right: 42px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  z-index: 2;
}

.search-box .hec-search-clear:hover {
  color: #212121;
}

.search-box .search-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  color: #888;
  border: 0;
  border-radius: 0;
  font-size: unset !important;
  padding: 0;
  background: transparent !important;
}

.search-suggest-panel {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #fff;
  border: 1px solid #e7e4df;
  border-radius: 10px;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  z-index: 999;
  max-height: 360px;
  overflow-y: auto;
}

.search-suggest-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 10px 12px;
  text-decoration: none;
  border-bottom: 1px solid #f0ece7;
}

.search-suggest-item:last-child {
  border-bottom: none;
}

.search-suggest-thumb {
  width: 46px;
  min-width: 46px;
  height: 46px;
  border-radius: 8px;
  overflow: hidden;
  background: #f8f6f3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.search-suggest-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.search-suggest-meta {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.search-suggest-title {
  color: #212121;
  font-size: 14px;
  line-height: 1.2;
}

.search-suggest-price {
  color: #6c6c6c;
  font-size: 13px;
  line-height: 1.2;
}

.search-suggest-empty {
  padding: 12px;
  color: #7f7f7f;
  font-size: 14px;
}

.logo-container {
  text-align: center;
}

.top-right-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 30px;
}

.header-top-links-menu {
  padding: 0;
  margin: 0;
  display: flex;
  list-style: none;
  gap: 24px;
  align-items: center;
}

.top-right-links a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 15px;
  font-weight: 500;
  text-transform: uppercase;
}

.top-right-links .icons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.top-right-links .icons img {
  width: 24px;
}

/* Header Bottom / Menu */
.header-bottom {
  position: relative;
  min-height: 50px;
}

.nav-links {
  display: flex;
  justify-content: center;
  align-items: center;
  list-style: none;
  padding: 45px 0 0 0;
  margin: 0;
  gap: 80px;
}

.nav-links li a {
  text-decoration: none;
  color: var(--white-color);
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  position: relative;
  transition: color 0.3s ease;
}
.nav-links li a:after {
  content: "";
  width: calc(100% + 20px);
  height: 1px;
  background: transparent;
  display: block;
  position: absolute;
  left: -10px;
  transition: all 0.5s ease;
  opacity: 0;
}
.nav-links li a:hover:after {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #d9d9d9 50%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 1;
}
.nav-links li.current-menu-item a:after {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    #d9d9d9 50%,
    rgba(255, 255, 255, 0) 100%
  );
  opacity: 1;
}
/* Header bottom overlap fix */
.header-bottom::before {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--border-color);
}

.header-logo img {
  max-width: 270px;
  width: 100%;
  position: relative;
  bottom: -12px;
  z-index: 5;
}

span.divider {
  margin: 0 auto;
  width: 96px;
  height: 1px;
  background: #ffc83d;
  display: block;
}

span.divider.left {
  margin: 0;
}

/**/

/*Mobile Header*/
.mobile-header {
  font-family: inherit;
}

.mobile-top-bar {
  background-color: #f5f5f5;
  padding: 10px 0;
  border-bottom: 1px solid #e8e8e8;
}

.mobile-top-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #212121;
  text-decoration: none;
  line-height: 1;
}

.mobile-top-icon img {
  display: block;
}

.cart-badge {
  position: absolute;
  top: -6px;
  right: -7px;
  background: #212121;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  min-width: 16px;
  height: 16px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  padding: 0 3px;
}

.mobile-main-header {
  background: #fff;
  z-index: 1030;
}

.mobile-logo img {
  width: 250px;
  display: block;
  bottom: -10px;
  position: relative;
}

.mobile-logo::after {
  content: "";
  position: absolute;
  bottom: -31px;
  left: 50%;
  transform: translateX(-50%);
  width: 250px;
  height: 32px;
  background: #fff;
  z-index: -1;
  clip-path: path(
    "M187.97 32H59.406C45.0059 32 31.5699 24.7625 23.647 12.7379C18.4077 4.78609 9.52266 0 0 0H247.376C237.853 0 228.968 4.78609 223.729 12.7379C215.806 24.7625 202.37 32 187.97 32Z"
  );
}

/* Icon buttons (search + hamburger) */
.mobile-icon-btn {
  background: none;
  border: none;
  padding: 4px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 4px;
  transition: background 0.15s ease;
}

.mobile-icon-btn:hover,
.mobile-icon-btn:focus-visible {
  background: #f0f0f0;
  outline: none;
}

/* Hamburger lines */
.hamburger-btn {
  flex-direction: column;
  gap: 5px;
}

.hamburger-line {
  display: block;
  width: 22px;
  height: 2px;
  background: #212121;
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.hamburger-btn.is-open .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.hamburger-btn.is-open .hamburger-line:nth-child(2) {
  opacity: 0;
}

.hamburger-btn.is-open .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/* ───────────────────────────────
   Mobile Search Bar (collapsible)
─────────────────────────────── */
.mobile-search-bar {
  overflow: hidden;
  max-height: 0;
  transition:
    max-height 0.3s ease,
    padding 0.3s ease;
  padding: 0;
  position: absolute;
  width: 100%;
  left: 0;
}

.mobile-search-bar.is-open {
  max-height: 64px;
  padding: 20px;
  overflow: unset !important;
  max-height: 100px !important;
  background: #fff;
}

.mobile-search-inner {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #ddd;
  border-radius: 6px;
  padding: 7px 12px;
  background: #f9f9f9;
}

.mobile-search-inner .hec-search-clear {
  color: #888;
  font-size: 13px;
  white-space: nowrap;
}

.mobile-search-input {
  border: none !important;
  background: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  color: #212121;
}

.mobile-search-input::placeholder {
  color: #aaa;
}

.mobile-search-close {
  background: transparent !important;
  border: none;
  cursor: pointer;
  font-size: 20px;
  color: #212121;
  /* Darker close icon */
  line-height: 1;
  padding: 0;
  margin-left: 5px;
}

/* Hide browser default search clear button */
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  display: none;
}

input[type="search"] {
  -webkit-appearance: none;
}

.mobile-menu-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  z-index: 1040;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mobile-menu-overlay.is-visible {
  display: block;
}

.mobile-menu-overlay.is-open {
  opacity: 1;
}

.mobile-menu-drawer {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 80%;
  max-width: 320px;
  background: linear-gradient(180deg, #061e17 0%, #114835 100%);
  z-index: 1050;
  transform: translateX(100%);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
}

.mobile-menu-drawer.is-open {
  transform: translateX(0);
}

.drawer-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.drawer-logo {
  height: 32px;
  width: auto;
}

.drawer-close-btn {
  background: none;
  border: none;
  font-size: 26px;
  color: #555;
  cursor: pointer;
  line-height: 1;
  padding: 0;
}

.drawer-close-btn:hover {
  color: #212121;
}

.drawer-nav {
  padding-top: 80px;
  flex: 1;
}

.drawer-nav-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.drawer-nav-list li a {
  display: block;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgb(255 255 255 / 25%);
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.drawer-nav-list li a:hover {
  background: #f7f7f7;
  color: #000;
}

.drawer-nav-list li.current-menu-item a {
  background: #f7f7f7;
  color: #000;
}

.drawer-divider {
  height: 1px;
  background: #ddd;
  margin: 8px 0;
}

.drawer-nav-list li:last-child a {
  margin-top: 20px;
  display: inline-block;
  text-transform: uppercase;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1) !important;
  padding: 10px 20px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  margin-left: 10px;
}

.drawer-close-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  width: 36px;
  height: 36px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  border-radius: 30px;
  background: #fff;
  position: absolute;
  top: 10px;
  left: 0px;
}

.mobile-menu-drawer.is-open .drawer-close-btn {
  left: -18px;
}

.drawer-close-btn:hover {
  background: #f0f0f0;
}

.drawer-close-btn .hamburger-line {
  width: 14px;
  height: 2px;
  background: #121212;
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.drawer-close-btn .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.drawer-close-btn .hamburger-line:nth-child(2) {
  opacity: 0;
}

.drawer-close-btn .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/**/

.mobile-search-close {
  background: none;
  border: none;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
}

.mobile-search-close .hamburger-line {
  width: 14px;
  height: 2px;
  background: #121212;
  border-radius: 2px;
  transition:
    transform 0.25s ease,
    opacity 0.25s ease;
}

.mobile-search-close .hamburger-line:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.mobile-search-close .hamburger-line:nth-child(2) {
  opacity: 0;
}

.mobile-search-close .hamburger-line:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

/**/

/*Hero Banner*/
.hero-banner {
  background-image: url("../img/hero-banner.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: -70px;
  padding: 150px 0 50px;
}

.hero-banner-title {
  max-width: 600px;
}

.hero-banner-para {
  max-width: 477px;
}

.hero-content .gbl-btn {
  padding: 14px 80px !important;
}

/**/

/*Inner Hero Banner*/
.inner-hero-banner {
  background-image: url("../img/inner-banner.jpg");
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 700px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin-top: -70px;
  padding: 150px 0 50px;
}

.inner-hero-banner-title {
  max-width: 700px;
}

.inner-hero-banner-para {
  max-width: 600px;
}

.inner-hero-content .gbl-btn {
  padding: 14px 80px !important;
}

/**/

/*Features Section*/
.features-sec {
  padding: 40px 0;
  background:
    linear-gradient(
      0deg,
      rgba(9, 47, 34, 0.2) 4.4%,
      rgba(44, 76, 65, 0.19) 33.82%,
      rgba(59, 89, 79, 0.18) 54.5%,
      rgba(124, 144, 137, 0.15) 71.04%,
      rgba(172, 185, 180, 0.13) 83.45%,
      rgba(255, 255, 255, 0.09) 100%
    ),
    linear-gradient(90deg, #07281d 0%, #114835 100%);
}

.features-sec .feature-icon {
  margin-bottom: 16px;
}

.features-sec .feature-title {
  font-family: "Pangram";
  font-size: 24px;
  margin-bottom: 24px;
}

.features-sec .feature-para {
  max-width: 380px;
  margin: 0 auto;
}

.features-column:nth-child(2) {
  position: relative;
}

.features-column:nth-child(2):before,
.features-column:nth-child(2):after {
  content: "";
  width: 2px;
  height: 100%;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(255, 255, 255, 0.22) 49.04%,
    rgba(255, 255, 255, 0.02) 100%
  );

  display: block;
}

.features-column:nth-child(2):before {
  position: absolute;
  top: 0;
  left: 0;
}

.features-column:nth-child(2):after {
  position: absolute;
  top: 0;
  right: 0;
}

/**/

/* Category Slider*/
.category-slider {
  padding: 124px 0 65px;
}

.section-header {
  padding-bottom: 50px;
}

.category-slider-item-inner {
  border-radius: 16px;
  background: #09221a;
  box-shadow:
    0 4px 27.3px 0 rgba(0, 0, 0, 0.25),
    4px 0 20px 0 rgba(255, 255, 255, 0.15) inset,
    0 8px 20px 0 rgba(255, 255, 255, 0.15) inset;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  padding: 15px;
  color: #fff !important;
  text-decoration: none;
}

.category-slider-item-inner .category-item-name {
  margin-top: 10px;
}

.category-slider-item-inner img {
  margin-top: -30px;
  height: 85px;
  object-fit: contain;
}

.category__slider__pagination .swiper-pagination-bullet {
  border-radius: 32px;
  background: #d9d9d9;
  height: 4px;
  width: 16px;
  opacity: 1;
}

.category__slider__pagination
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 32px;
  background: #318324;
}

.category__slider__pagination {
  bottom: 0 !important;
}

/**/

/*Ads Sec*/
.home-ads-sec {
  margin-bottom: 88px;
}

/**/

/*Best Selling*/
.best-selling-sec {
  padding-bottom: 95px;
}

.best-selling-slider-item-price {
  margin: 0;
  font-size: 20px;
}

.best-selling-slider-item-title,
.best-selling-slider-item-title a {
  color: #fff !important;
  text-decoration: none;
  font-family: "Pangram", sans-serif;
  font-size: 16px;
  margin-bottom: 12px;
  max-width: 300px;
}

.feature-product-slider-item-title,
.feature-product-slider-item-title a {
  color: #fff !important;
  text-decoration: none;
  font-family: "Pangram", sans-serif;
  font-size: 16px;
  margin-bottom: 12px;
  max-width: 300px;
}

.rating-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.rating-wrapper .stars {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rating-wrapper .stars svg {
  transform: scale(1.3);
  position: relative;
  top: -2px;
}

.rating-0 svg path {
  fill: #fff !important;
  opacity: 1 !important;
  fill-opacity: 0.8;
}

.best-selling-slider-item-image {
  background-image: url("../img/product-img-bg.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 24px;
  text-align: center;
  border-radius: 24px !important;
  padding-bottom: 50px !important;
}

.best-selling-slider-item-image a img {
  width: 100%;
  min-height: 300px !important;
  object-fit: contain !important;
  height: 300px !important;
}
.best-selling-slider-item-content {
  margin-top: 16px;
  padding: 5px;
}
.feature-product-slider-item-image a img {
  width: 100%;
  min-height: 300px !important;
  object-fit: contain !important;
  height: 300px !important;
}

.best-selling-slider-item-meta {
  margin-bottom: 64px;
}

.feature-product-slider-item-meta {
  margin-bottom: 64px;
}

.feature-products {
  padding-top: 115px;
  padding-bottom: 95px;
}

.feature-product-slider-item-price {
  margin: 0;
  font-size: 20px;
}

.feature-product-slider-item-title {
  font-family: "Pangram", sans-serif;
  font-size: 16px;
  margin-bottom: 12px;
  max-width: 300px;
}

.rating-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
}

.rating-wrapper .stars {
  display: flex;
  align-items: center;
  gap: 8px;
}

.rating-wrapper .stars svg {
  transform: scale(1.3);
  position: relative;
  top: -2px;
}

.feature-product-slider-item-image {
  background-image: url("../img/product-img-bg.png");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 24px;
  text-align: center;
  border-radius: 24px !important;
}

/*Testimonial Slider*/
.testimonial-sec {
  padding-top: 88px;
}

.feature-product-slider-item-price {
  margin: 0;
  font-size: 20px;
}

.feature-product-slider-item-title {
  font-family: "Pangram", sans-serif;
  font-size: 16px;
  margin-bottom: 12px;
  max-width: 300px;
}

.testimonial-slider-item-image-box .review-product-card .rating-wrapper {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 0;
}

.testimonial-slider-item-image-box .review-product-card .rating-wrapper .stars {
  display: flex;
  align-items: center;
  gap: 4px;
}

.testimonial-slider-item-image-box
  .review-product-card
  .rating-wrapper
  .stars
  svg {
  transform: scale(1);
  position: relative;
  top: -2px;
}

.testimonial-slider-item-image-box .testimonial-slider-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  box-shadow:
    0 8px 16px 0 rgba(0, 0, 0, 0.25),
    0 4px 8px 0 rgba(0, 0, 0, 0.16);
}

.testimonial-slider-item-image-box .testimonial-slider-item-image-box-inner {
  display: flex;
  align-items: center;
  gap: 24px;
  border-radius: 16px;
  background: rgba(113, 113, 110, 0.2);
  padding: 24px;
  border: 1px solid rgb(255 255 255 / 30%);
}

.testimonial-slider-item-image-box .testimonial-slider-item-image {
  width: 223px;
  height: 332px;
}

.testimonial-slider-item-image-box .review-product-card {
  color: #fff;
  text-decoration: none;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  padding: 8px;
  border: 1px solid rgb(255 255 255 / 30%);
  display: flex;
  align-items: center;
  gap: 10px;
}

.testimonial-slider-item-image-box .review-content {
  margin-bottom: 32px;
}

.testimonial-slider-item-image-box .review-content .review-title {
  font-family: "Pangram", sans-serif;
  font-weight: 500;
  margin-bottom: 12px;
}

.testimonial-slider-item-image-box
  .review-product-card
  .review-product-card-badge {
  border-radius: 4px;
  background: rgba(46, 125, 50, 0.8);
  padding: 4px 8px;
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 14px !important;
  display: inline-block;
}

.testimonial-slider-item-image-box .review-product-card .review-product-title {
  font-size: 14px;
  font-family: "Pangram", sans-serif;
  font-weight: 500;
  margin-bottom: 0;
}

.testimonial-slider-item-image-box .review-product-card .review-count {
  font-size: 12px;
}

.testimonial-slider-item-image-box .review-product-card-img {
  width: 80px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 10px;
  border: 1px solid rgb(255 255 255 / 30%);
}

.testimonial-slider-item-image-box .review-product-card-img img {
  width: 100%;
  height: 70px;
  object-fit: contain;
  object-position: center;
}

.testimonial-slider-item-image-box .link-nav-arrow {
  flex: 1;
  text-align: right;
}

/*Slider Section*/
.slider-navigator-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  margin-top: 40px;
}

.slider-navigator-holder .swiper-pagination {
  position: relative;
  top: 0;
  bottom: 0;
  display: flex;
}

.swiper-button-prev.selling-product-slider-prev,
.swiper-button-next.selling-product-slider-next,
.swiper-button-prev.feature-product-slider-prev,
.swiper-button-next.feature-product-slider-next,
.swiper-button-prev.testimonial-slider-prev,
.swiper-button-next.testimonial-slider-next {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  bottom: 0;
  margin: 0;
  color: transparent;
  width: 52px;
  height: 52px;
  padding: 18px;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1);
}

.swiper-button-prev.selling-product-slider-prev:after,
.swiper-button-next.selling-product-slider-next:after,
.swiper-button-prev.feature-product-slider-prev:after,
.swiper-button-next.feature-product-slider-next:after,
.swiper-button-prev.testimonial-slider-prev:after,
.swiper-button-next.testimonial-slider-next:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.swiper-button-prev.selling-product-slider-prev:hover,
.swiper-button-next.selling-product-slider-next:hover,
.swiper-button-prev.feature-product-slider-prev:hover,
.swiper-button-next.feature-product-slider-next:hover,
.swiper-button-prev.testimonial-slider-prev:hover,
.swiper-button-next.testimonial-slider-next:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.selling-slider-pagination-holder,
.feature-product-slider-pagination-holder,
.testimonial-slider-pagination-holder {
  width: 100%;
}

.selling-slider-nav-holder,
.feature-product-slider-nav-holder,
.testimonial-slider-nav-holder {
  width: auto;
  display: flex;
  gap: 8px;
}

.slider-navigator-holder .swiper-pagination-bullet {
  width: 100%;
  height: 3px;
  border-radius: 0;
  margin: 0 !important;
  background: rgba(255, 255, 255, 0.16) !important;
  transition: all 0.5s ease;
}

.slider-navigator-holder .swiper-pagination-bullet-active {
  background: #318324 !important;
}

/**/

/*Custom Product Slider*/

.custom-bamboo-products {
}

.custom-image-slider-item .image-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 100%;
}

.custom-image-slider-item .image-holder {
  width: 100%;
  height: 160px;
}

.custom-slider-parent {
  width: 200px;
  height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/img-slider-bg.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 20px;
  border-radius: 100% !important;
  margin-bottom: 23px;
}

.custom-bamboo-sliders .swiper {
  border-radius: 100% !important;
}

.custom-bamboo-products .custom-bamboo-title {
  margin-bottom: 72px;
}

.custom-image-slider-content .custom-image-slider-para {
  max-width: 198px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 600;
}

.custom-image-slider-content .custom-image-slider-short-description {
  font-size: 14px;
}

.custom-image-slider-content {
  margin-bottom: 32px;
}

.gift-box-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../img/gift-box.webp");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 174px 0px 120px;
  width: 90%;
  margin-left: auto;
  overflow: hidden;
}

.gift-box-title {
  max-width: 640px;
  font-weight: 400;
  margin: 0 auto;
  margin-bottom: 20px;
  color: #000;
  z-index: 1;
  position: relative;
}

p.gift-box-para {
  color: #000;
  position: relative;
  z-index: 1;
}

.gift-card-btn {
  padding: 14px 60px;
  color: #000;
  position: relative;
  z-index: 1;
}

.gift-box-content-wrapper {
  position: relative;
}

.gift-box-content-wrapper:before {
  content: "";
  background: #ffc771;
  filter: blur(100px);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 0;
}

/*Why Choose Us*/
.why-choose-us {
  padding: 80px 0px;
  counter-reset: cardCounter;
  background-image: url("../img/leaf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  counter-reset: cardCounter;
}

.why-choose-us-card-box {
  counter-increment: cardCounter;
}

.why-choose-us-card-box .card-counter-title {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.why-choose-us-card-box .card-counter-title::before {
  content: none;
}

.why-choose-us-card-box .card-counter-title img {
  width: 75px;
  height: 75px;
  object-fit: contain;
  display: block;
}

/* .card-counter-title::before {
  content: counter(cardCounter, decimal-leading-zero);
  font-size: 96px;
  line-height: 1em;
  font-weight: 600;
  font-family: "Recoleta Alt", sans-serif;
  background: linear-gradient(180deg,
      rgba(8, 162, 113, 1) 0%,
      rgba(9, 34, 26, 1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
} */

.why-choose-us-card-title {
  font-family: "Pangram", sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.why-choose-us-card-box-wrapper {
  border-radius: 28px;
  background: #e5e5e5;
  background: linear-gradient(
    180deg,
    rgba(229, 229, 229, 1) 0%,
    rgba(119, 119, 119, 1) 100%
  );
  padding: 1px;
  height: 100%;
  overflow: hidden;
}

.why-choose-us-card-box-wrapper .why-choose-us-card-box {
  background: #09221a;
  box-shadow:
    0 4px 27.3px 0 rgba(0, 0, 0, 0.25),
    4px 0 20px 0 rgba(255, 255, 255, 0.15) inset,
    0 8px 20px 0 rgba(255, 255, 255, 0.15) inset;
  padding-top: 38px !important;
  padding: 30px;
  border-radius: 28px;
  height: 100%;
}

/*CTA*/

.cta-tab-sec {
  background-image: url("../img/cta-img.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding: 180px 0px;
  position: relative;
}

.cta-tab-sec:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  background-color: #000;
  opacity: 0.3;
}

.cta-tab-sec:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: rgba(0, 0, 0, 8.6);
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 0.6) 0%,
    rgba(0, 0, 0, 0) 100%
  );
}

.cta-tab-card-wrapper {
  background-image: url("../img/transparent-leaf.png") !important;
  background-size: contain !important;
  background-position: right !important;
  background-repeat: no-repeat !important;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  padding: 48px 40px 40px;
  border: 1px solid rgb(255 255 255 / 30%);
  border-radius: 32px;
  z-index: 10;
  position: relative;
  max-width: 830px;
}

h2.cta-tab-card-title {
  font-weight: 500;
}

.cta-tab:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #91919199;
  top: -19px;
  position: relative;
  z-index: 0;
}

.cta-tab {
  position: relative;
  column-gap: 48px;
}

.cta-tab .nav-link.active {
  color: #fff;
  border-bottom: 3px solid #318324 !important;
  font-weight: 500 !important;
}

.cta-tab .nav-link {
  font-size: 24px;
  padding-bottom: 20px;
  color: #ffffff99;
  z-index: 1;
  position: relative;
  border-bottom: 3px solid transparent !important;
  transition: all 0.5s ease;
  background: transparent !important;
}

.cta-tab-icon-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 40px;
  margin-top: 30px;
}

.cta-tab-icon-list ul li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 20px;
}

.cta-tab-icon-list ul li img {
  width: 20px;
  height: 20px;
  object-fit: contain;
}

.tab-content p {
  color: #ededed;
}

#ctaTabContent {
  max-width: 600px;
}

/*Testimonial Slider*/

/**/
/*Footer*/
footer {
  background: linear-gradient(90deg, #1a322d 0%, #061e17 47.6%, #1a322d 100%);
  padding-top: 60px;
}

.footer-logo img {
  width: fit-content;
}

.footer-links-wrapper .footer-links-column {
  flex: none !important;
  width: fit-content;
}

.footer-links-wrapper .footer-links-column.newsletter-column {
  width: 304px;
}

.footer-links h4 {
  font-family: "Pangram", sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.newsletter-heading {
  font-size: 22px !important;
}

.footer-links ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-links ul li {
  margin-bottom: 20px;
}

.footer-links ul li:last-child {
  margin-bottom: 0;
}

.footer-links ul li a {
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.5em;
  text-decoration: none;
}

.accepted-payment-methods ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-flex;
  gap: 16px;
}

.accepted-payment-methods {
  display: inline-flex;
  align-items: center;
  gap: 32px;
}

.row.footer-bottom-row {
  padding: 24px 0px;
  margin-top: 62px;
  border: 1px solid #363636;
  border-left: 0;
  border-right: 0;
}

.social-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.social-links ul li a {
  color: #fff;
  text-decoration: none;
}

.social-links ul {
  display: flex;
  gap: 40px;
  justify-content: flex-end;
}

.social-links ul li a {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter-form input[type="email"] {
  color: #c7c7c7;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  padding: 18px;
  font-size: 16px !important;
  font-weight: 400;
  outline: 0 !important;
  border: 0;
  width: 100%;
}

.newsletter-form {
  position: relative;
}

.newsletter-form button {
  background: transparent !important;
  border: 0 !important;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translate(-50%, -50%);
  padding: 0;
}

.newsletter-form input::placeholder {
  color: #fff;
  opacity: 1;
  /* Firefox */
}

.newsletter-form input::-ms-input-placeholder {
  /* Edge 12-18 */
  color: #fff;
}

.policies-list-wrapper {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 60px;
  width: fit-content;
  position: relative;
}

.policies-list-wrapper li a {
  text-decoration: none;
  color: #fff;
}

.policies-list-wrapper li:first-child:after {
  content: "";
  width: 5px;
  height: 5px;
  background: #2e8f48;
  display: block;
  position: absolute;
  right: -35px;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 100%;
}

.policies-list-wrapper li {
  position: relative;
}

/**/

/*Contact Us*/
.contact-us-sec {
  padding: 120px 0px;
}

.contact-us-custom-row {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgb(255 255 255 / 15%);
  background-image: url("../img/leaf.svg");
  background-repeat: no-repeat;
  background-size: 70%;
  background-position: 65px -165px;
  max-width: 1330px;
  margin: 0 auto;
  box-shadow: inset 0px 4px 40px rgb(0 0 0 / 15%);
}

.form-column {
  background: #09221a;
  padding: 64px 56px;
  border-radius: 16px;
  border-right: 1px solid rgb(255 255 255 / 15%);
  box-shadow:
    0px 4px 27.3px rgba(0, 0, 0, 0.25),
    inset 4px 0px 20px rgba(255, 255, 255, 0.15),
    inset 0px 8px 20px rgba(255, 255, 255, 0.15);
}

.contact-form-title-wrapper {
  max-width: 396px;
}

.contact-form .custom-input,
.contact-form .custom-textarea {
  background: transparent !important;
  border: 0;
  color: #fff !important;
  outline: 0 !important;
  box-shadow: none !important;
}
.contact-form .custom-textarea {
  padding: 0;
  width: 100% !important;
  height: 180px !important;
}
.contact-form .custom-textarea-group .wpcf7-form-control-wrap {
  width: 100%;
}
.contact-form .custom-input:focus,
.contact-form .custom-textarea:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.contact-form .custom-input::-webkit-input-placeholder,
.custom-textarea::-webkit-input-placeholder {
  color: #fff;
}

.contact-form
  .custom-input::-moz-placeholder
  .custom-textarea::-moz-placeholder {
  color: #fff;
}

.contact-form .custom-input:-ms-input-placeholder,
.custom-textarea:-ms-input-placeholder {
  color: #fff;
}

.contact-form .custom-input:-moz-placeholder,
.custom-input:-moz-placeholder {
  color: #fff;
}

.contact-form .form-group {
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
  position: relative;
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
}

.contact-form .input-icon {
  display: flex;
  margin-right: 8px;
}

.contact-form .form-group .custom-input {
  padding: 0 !important;
  border: 0 !important;
}

.contact-form .form-group {
  display: flec;
}

.contact-form .form-group:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  border: 1px solid rgb(255 255 255 / 10%);
}

.contact-details-box {
  max-width: 396px;
}

.contact-us-details-box-wrapper {
  padding: 64px 58px 64px 90px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.contact-details-timeline-lists .timeline-content {
  display: flex;
  gap: 20px;
}

.contact-details-timeline-lists .timeline-icon {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1);
  position: relative;
}

.contact-details-timeline-lists {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
}

.contact-details-timeline-lists .timeline-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    30deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.contact-details-timeline-lists .timeline-title {
  font-size: 20px;
  font-family: "Pangram", sans-serif;
  font-weight: 500;
}

.contact-details-timeline-lists:before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #ffffff66;
  position: absolute;
  left: -26px;
  top: 0;
}

.contact-details-timeline-lists .timeline-item:before {
  content: "";
  width: 12px;
  width: 13px;
  height: 13px;
  background: #318324;
  border-radius: 100%;
  position: absolute;
  top: 25px;
  left: -32px;
}

.contact-details-timeline-lists .timeline-item {
  position: relative;
}

.contact-details-column {
  background-image: url("../img/leaf-icon2.svg");
  background-repeat: no-repeat;
  background-position: bottom right;
}

/*About Us*/
.brand-story-section {
  padding: 115px 0px;
}

.brand-story-img-wrapper {
  display: flex;
  gap: 24px;
  height: 100%;
}

.brand-story-img-wrapper .img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}

.img-holder {
  position: relative;
  height: 100%;
  width: 100%;
}

.brand-story-content-wrapper {
  padding-left: 60px;
}

.progress-timeline {
  padding: 120px 0px;
  background: #08241b;
}

.progress-timeline-lists .timeline-content {
  display: flex;
  gap: 24px;
  align-items: center;
  position: relative;
  padding-bottom: 32px;
}

.progress-timeline-title {
  max-width: 550px;
}

.progress-timeline-lists .timeline-content:after {
  content: "";
  width: calc(100% - 100px);
  height: 2px;
  background: #ffffff;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgb(255 255 255) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  opacity: 0.3;
  position: absolute;
  bottom: 0;
  right: 0;
}

.progress-timeline-lists .timeline-icon {
  width: 80px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1);
  position: relative;
}

.progress-timeline-lists {
  display: flex;
  flex-direction: column;
  gap: 32px;
  position: relative;
  padding-left: 30px;
}

.progress-timeline-lists .timeline-icon:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    30deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.progress-timeline-lists .timeline-title {
  font-family: "Pangram", sans-serif;
  font-weight: 500;
}

.progress-timeline-lists:before {
  content: "";
  width: 1px;
  height: 100%;
  border-left: 1px dashed #ffffff66;
  position: absolute;
  left: 5px;
  top: 0;
}

.progress-timeline-lists .timeline-item:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #318324;
  border-radius: 100%;
  position: absolute;
  top: 35px;
  left: -31px;
}

.progress-timeline-lists .timeline-item {
  position: relative;
}

.progress-timeline-lists .timeline-year-wrapper {
  margin-left: auto;
  white-space: nowrap;
}

.progress-timeline-lists .timeline-year {
  font-family: "Pangram", sans-serif;
  font-weight: 500;
}

.progress-timeline-lists .timeline-text-wrapper {
  flex: 1;
}

.timeline-desc {
  max-width: 380px;
}

.progress-timeline-img-wrapper {
  background-image: url(../img/img3.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom right;
  width: calc(100% - 160px);
  height: 100%;
  border-radius: 16px;
  margin-left: auto;
}

/**/

/*Instagram*/
.instagram-feed {
  padding: 88px 0px;
}

.instagram-feed-list .custom-col {
  flex: 0 0 20%;
  max-width: 20%;
}

.instagram-feed-list .insta-img-holder {
  display: block;
  overflow: hidden;
  position: relative;
  border-radius: 12px;
  box-shadow:
    0 12px 40px 0 rgba(0, 0, 0, 0.25) inset,
    -12px 12px 20px 0 rgba(0, 0, 0, 0.25),
    0 12px 24px 0 rgba(0, 0, 0, 0.25) inset;
}

.instagram-feed-list .insta-img-holder img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  object-position: center;
}

.instagram-feed-list .insta-img-holder .insta-meta {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  background: rgb(0 0 0 / 60%);
  opacity: 0;
  visibility: hidden;
  flex-direction: column;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  transition: all 0.5s ease;
}

.instagram-feed-list .insta-img-holder:hover .insta-meta {
  opacity: 1;
  visibility: visible;
}

/**/

/*Product List*/

.product-list .best-selling-item-image-box {
  flex: 1;
}

.product-listing-sec {
  padding-top: 100px;
  padding-bottom: 50px;
  position: relative;
}

.filter-btn span,
.sort-by-btn span {
  display: inline-flex;
  align-items: center;
}

.filter-btn,
.sort-by-btn {
  display: inline-flex;
  gap: 10px;
  padding: 14px 30px !important;
}

.sort-by-btn {
  width: 210px;
  justify-content: center;
}

.sort-by-txt {
  text-transform: uppercase;
  margin-right: 24px;
}

.best-selling-btn-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

/* Custom Select Dropdown Styles */
.custom-select-wrapper {
  position: relative;
  display: inline-block;
}

.sort-by-btn {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  position: relative;
  z-index: 1;
}

.sort-by-btn .btn-icon {
  display: inline-flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.sort-by-btn.active .btn-icon {
  transform: rotate(180deg);
}

.custom-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  background: linear-gradient(135deg, #061e17 0%, #114835 100%);
  border-radius: 8px;
  min-width: 250px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  overflow: hidden;
}

.custom-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-list {
  list-style: none;
  padding: 0px 0;
  margin: 0;
}

.dropdown-item {
  padding: 12px 20px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
  font-weight: 400;
  position: relative;
  text-align: left;
}

.dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.dropdown-item.active {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
}

.dropdown-item.active::after {
  content: "✓";
  position: absolute;
  color: #ffffff;
  font-weight: bold;
  right: 20px;
}

/* .custom-select-wrapper.active::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
} */

/* Filter Sidebar */

.filter-sidebar {
  position: fixed;
  top: 160px;
  left: -900px !important;
  width: 815px;
  background-image: url(../img/form-bg.png);
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 9999;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  padding: 50px 75px 65px 160px;
  border-radius: 0 16px 16px 0;
  border: 2px solid rgba(255, 255, 255, 0.41);
  border-left: 0;
  height: fit-content;
}

.filter-sidebar-holder {
  transition: left 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: calc(100% - 140px);
}

.filter-sidebar.active {
  left: 0 !important;
}

/* Filter Header */
.filter-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.filter-divider {
  width: 100%;
  height: 2px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgb(255 255 255) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  opacity: 0.3;
}

.filter-close-btn {
  width: 52px;
  height: 52px;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1);
  border: none;
  padding: 14px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s ease;
  position: relative;
}

.filter-close-btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.filter-close-btn:hover {
  background: rgba(255, 255, 255, 0.1);
}

.filter-close-btn svg {
  display: block;
}

/* Filter Content */
.filter-content {
  flex: 1;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) transparent;
  margin-top: 56px;
  width: calc(100% - 18px);
}

.filter-content::-webkit-scrollbar {
  width: 6px;
}

.filter-content::-webkit-scrollbar-track {
  background: transparent;
}

.filter-content::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 3px;
}

.filter-content::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.4);
}

/* Filter Section */
.filter-section {
  margin-bottom: 32px;
}

.filter-label {
  display: block;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 12px;
  opacity: 0.9;
}

/* Custom Select in Filter */
.custom-select-filter {
  position: relative;
}

.filter-select-btn {
  width: 100%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  padding: 14px 16px;
  color: #ffffff;
  font-size: 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
}

.filter-select-btn:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.25);
}

.filter-select-btn.active .select-arrow {
  transform: rotate(180deg);
}

.select-arrow {
  transition: transform 0.3s ease;
}

.filter-dropdown {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  right: 0;
  background: #061e17;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
  z-index: 10;
}

.filter-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.filter-dropdown-list {
  list-style: none;
  padding: 8px 0;
  margin: 0;
}

.filter-dropdown-item {
  padding: 12px 16px;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.2s ease;
  font-size: 14px;
}

.filter-dropdown-item:hover {
  background: rgba(255, 255, 255, 0.1);
}

.filter-dropdown-item.active {
  background: rgba(255, 255, 255, 0.15);
  font-weight: 600;
}

/* Accordion Button */
.filter-accordion-btn {
  font-family: "Recoleta Alt", sans-serif;
  font-size: 32px;
  width: 100%;
  background: transparent;
  border: none;
  color: #ffffff;
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  transition: all 0.2s ease;
  text-align: left;
  border-radius: 0 !important;
  padding: 0 !important;
}

.filter-accordion-btn .accordion-arrow {
  transition: transform 0.3s ease;
}

.filter-accordion-btn.active .accordion-arrow {
  transform: rotate(180deg);
}

.filter-accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.filter-accordion-content.active {
  max-height: 100%;
}

/* Checkbox List */

.filter-checkbox-item {
  display: flex;
  align-items: center;
  padding: 10px 0;
  cursor: pointer;
  position: relative;
  user-select: none;
}

.filter-checkbox-item input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-custom {
  width: 24px;
  height: 24px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 3px;
  margin-right: 20px;
  position: relative;
  transition: all 0.2s ease;
  flex-shrink: 0;
}

.filter-checkbox-item:hover .checkbox-custom {
  border-color: rgba(255, 255, 255, 0.6);
}

.filter-checkbox-item input[type="checkbox"]:checked ~ .checkbox-custom {
  background: #ffffff;
  border-color: #ffffff;
}

.filter-checkbox-item input[type="checkbox"]:checked ~ .checkbox-custom::after {
  content: "";
  position: absolute;
  left: 6px;
  width: 5px;
  height: 9px;
  border: solid #114835;
  border-width: 0 2px 2px 0;
  rotate: 45deg;
  top: 50%;
  transform: translate(-50%, -50%);
}

.checkbox-label {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  flex: 1;
}

.item-count {
  color: #fff;
  font-size: 20px;
  margin-left: 6px;
}

.apply-filter-btn {
  padding: 14px 24px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 52px;
}

.apply-filter-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

/* ===== PRICE SECTION ===== */
#productFilterToggle {
  margin-top: 56px;
}

.price-range-wrapper {
  width: 100%;
}

/* Top values (₹0 — ₹5000) */
.price-values {
  display: flex;
  justify-content: space-between;
  margin-bottom: 14px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
}

/* ===== RANGE SLIDER ===== */
.range-slider {
  position: relative;
  width: 100%;
  height: 20px;
}

/* Background track */
.range-slider::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border-radius: 10px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgb(255 255 255) 50%,
    rgba(255, 255, 255, 0.1) 100%
  );
  opacity: 0.3;
}

/* Active track (white selected area) */
.slider-track {
  position: absolute;
  top: 50%;
  height: 4px;
  transform: translateY(-50%);
  border-radius: 10px;
  z-index: 1;
}

.filter-checkbox-list {
  overflow-y: scroll;
  max-height: 200px;
}

/* ===== RANGE INPUT ===== */
.range-slider input[type="range"] {
  position: absolute;
  width: 100%;
  height: 20px;
  background: none;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  z-index: 2;
}

/* ===== THUMB STYLE ===== */
.range-slider input[type="range"]::-webkit-slider-thumb {
  pointer-events: all;
  -webkit-appearance: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: rgb(255 255 255 / 66%);
  border: 0;
  cursor: pointer;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  transition: transform 0.2s ease;
}

.range-slider input[type="range"]::-webkit-slider-thumb:hover {
  transform: scale(1.2);
}

/* Firefox thumb */
.range-slider input[type="range"]::-moz-range-thumb {
  pointer-events: all;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: #ffffff;
  border: none;
  cursor: pointer;
}

/* Hide default track */
.range-slider input[type="range"]::-webkit-slider-runnable-track {
  background: transparent;
}

.range-slider input[type="range"]::-moz-range-track {
  background: transparent;
}

/*Product Details Page*/

.product-details-section {
  padding: 0px 0 100px;
  margin-top: 0px;
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
  font-family: "Pangram", sans-serif;
  color: rgba(255, 255, 255, 0.7) !important;
}

.woocommerce-breadcrumb {
  padding-left: 20px !important;
}

/* ==========================================
   IMAGE GALLERY & ZOOM
   ========================================== */

.product-gallery {
  position: sticky;
  top: 200px;
}

.main-image-container {
  position: relative;
  margin-bottom: 24px;
}

.zoom-container {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: none;
  /* hide default cursor — only lens circle shows */
}

.main-product-image {
  width: 100%;
  height: 600px !important;
  display: block;
  border-radius: 16px;
  object-fit: contain;
  object-position: center;
  padding: 40px;
}

/* Zoom Lens — magnifying glass circle */
.zoom-lens {
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  border: 0;
  box-shadow:
    0 0 0 1px rgba(0, 0, 0, 0.2),
    0 4px 20px rgba(0, 0, 0, 0.35);
  background-color: #061e17;
  /* Opaque background to prevent 'double image' */
  background-repeat: no-repeat;
  pointer-events: none;
  display: none;
  cursor: none;
  /* background-image + background-size set by JS */
}

/* Zoom Result */
.zoom-result {
  position: fixed;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 16px;
  background: #061e17;
  overflow: hidden;
  display: none;
  z-index: 9999;
  backdrop-filter: blur(10px);
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.6);
  pointer-events: none;
}

.zoom-result img {
  position: absolute;
}

/* Thumbnail Slider */
.thumbnail-slider-wrapper {
  position: relative;
}

.thumbnail-swiper {
  padding: 0 40px;
}

.thumbnail-item {
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.05);
  position: relative;
  padding: 10px;
}

.thumbnail-item::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  transition: all 0.3s ease;
}

.thumbnail-item:hover::after {
  background: rgba(0, 0, 0, 0.3);
}

.thumbnail-item.active {
  border-color: rgba(255, 255, 255, 0.3);
}

.thumbnail-item img {
  width: 100%;
  height: 100px;
  display: block;
  object-fit: contain;
  object-position: center;
}

.thumbnail-swiper .swiper-button-next,
.thumbnail-swiper .swiper-button-prev {
  width: 40px;
  height: 40px;
  padding: 10px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: rgb(255 255 255 / 50%);
}

.thumbnail-swiper .swiper-button-next svg,
.thumbnail-swiper .swiper-button-prev svg {
}

.thumbnail-swiper .swiper-button-next::after,
.thumbnail-swiper .swiper-button-prev::after {
  font-size: 14px;
  color: white;
}

.thumbnail-swiper .swiper-button-next {
  right: 0;
}

.thumbnail-swiper .swiper-button-prev {
  left: 0;
}

/* ==========================================
   PRODUCT INFO
   ========================================== */

.product-info {
  padding-left: 40px;
}

.product-code {
  display: inline-block;
  padding: 8px 16px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 52px;
  font-size: 14px;
  font-weight: 500;
  color: white;
  margin-bottom: 20px;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.product-title {
  font-size: 48px;
  line-height: 1.2;
  color: white;
  margin-bottom: 20px;
  font-weight: 500;
}

.product-rating {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  top: 5px;
  position: relative;
}

.product-rating .stars {
  display: flex;
  gap: 4px;
}

.rating-count {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

.product-price {
  font-size: 40px;
  font-weight: 600;
  color: white;
  margin-bottom: 24px;
  font-family: "Recoleta Alt", sans-serif;
}

.product-description {
  margin-bottom: 40px;
}

/* ==========================================
   CUSTOMIZATION FORM
   ========================================== */

.product-customization {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 32px;
  margin-bottom: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.customization-title {
  font-size: 24px;
  color: white;
  margin-bottom: 24px;
  font-weight: 500;
}

.form-group {
  margin-bottom: 24px;
}

.form-group label {
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 12px;
}

.custom-input {
  width: 100% !important;
  padding: 14px 20px !important;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15) !important;
  border-radius: 8px !important;
  color: white;
  font-size: 15px;
  outline: none;
  transition: all 0.3s ease !important;
}

.custom-input:focus {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
}

.custom-input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

/* File Upload */
.file-upload-wrapper {
  position: relative;
}

.file-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}

.file-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  color: white;
  font-size: 15px;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
}

.file-upload-wrapper .file-label {
  border: 0 !important;
}

.file-label::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  padding: 1px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.file-label:hover {
  background: rgba(255, 255, 255, 0.15);
}

.file-name {
  display: block;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}

/* ==========================================
   QUANTITY SELECTOR
   ========================================== */

.quantity-wrapper {
  margin-bottom: 32px;
}

.quantity-wrapper label {
  font-family: "Recoleta Alt", sans-serif;
  display: block;
  color: rgba(255, 255, 255, 0.9);
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 12px;
}

.quantity-selector {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 52px;
  padding: 8px 16px;
}

.qty-btn {
  width: 36px;
  height: 36px;
  padding: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer !important;
  transition: all 0.3s ease;
  position: relative;
}

.qty-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  padding: 1px;
  background: linear-gradient(
    145deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 50%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.qty-btn:hover {
  background: rgba(255, 255, 255, 0.2);
}

.qty-input {
  width: 60px !important;
  text-align: center;
  background: transparent;
  border: none !important;
  color: white;
  font-size: 18px;
  font-weight: 600;
  outline: none;
}

.qty-input::-webkit-inner-spin-button,
.qty-input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/**/
[type="button"]:focus,
[type="submit"]:focus,
button:focus {
  background-color: unset;
}

/**/

/* ==========================================
   ACTION BUTTONS
   ========================================== */

.product-actions {
  display: flex;
  gap: 16px;
  margin-bottom: 40px;
}

.add-to-cart-btn {
  flex: 1;
  position: relative;
}

.wishlist-btn-icon {
  position: relative;
}

/* ==========================================
   PRODUCT FEATURES
   ========================================== */

.product-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 16px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.feature-item svg {
  flex-shrink: 0;
}

/* ==========================================
   REVIEWS SECTION
   ========================================== */

.reviews-section {
  padding: 80px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.reviews-wrapper {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 40px;
}

/* Review Summary */
.review-summary {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 40px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  height: fit-content;
  position: sticky;
  top: 200px;
}

.average-rating {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: 12px;
}

.rating-number {
  font-size: 80px;
  font-weight: 600;
  color: white;
  line-height: 1;
  font-family: "Recoleta Alt", sans-serif;
}

.rating-text {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.6);
}

.total-reviews {
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  margin-bottom: 0;
}

/* Rating Breakdown */
.rating-breakdown {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.rating-bar-item {
  display: flex;
  align-items: center;
  gap: 12px;
}

.star-label {
  display: flex;
  align-items: center;
  gap: 4px;
  color: white;
  font-size: 16px;
  font-weight: 500;
  min-width: 40px;
}

.bar-container {
  flex: 1;
  height: 8px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
  overflow: hidden;
}

.bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #ffc83d 0%, #ffb800 100%);
  border-radius: 4px;
  transition: width 0.3s ease;
}

/* Customer Reviews */
.customer-reviews {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.review-card {
  background: rgba(255, 255, 255, 0.05);
  border-radius: 16px;
  padding: 32px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.review-card:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.2);
}

.review-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 20px;
}

.reviewer-info {
  display: flex;
  gap: 16px;
}

.reviewer-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid rgba(255, 255, 255, 0.2);
}

.reviewer-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.reviewer-details {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.reviewer-name {
  font-size: 20px;
  color: white;
  font-weight: 500;
  margin: 0;
}

.review-stars {
  display: flex;
  gap: 4px;
}

.review-date {
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}

.review-content p {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
}

/* Product Card */
.product-card {
  background: rgba(255, 255, 255, 0.03);
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.3s ease;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.product-card:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
  transform: translateY(-4px);
}

.product-image-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  background: rgba(255, 255, 255, 0.05);
}

.product-tag {
  position: absolute;
  top: 16px;
  left: 16px;
  background: rgba(255, 255, 255, 0.9);
  color: #061e17;
  padding: 6px 12px;
  border-radius: 52px;
  font-size: 12px;
  font-weight: 600;
  z-index: 2;
}

.product-card .wishlist-icon {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(10px);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 2;
}

.product-card .wishlist-icon:hover {
  background: rgba(255, 255, 255, 0.2);
}

.product-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.product-card:hover .product-image-wrapper img {
  transform: scale(1.05);
}

.product-card-info {
  padding: 24px;
}

.product-stars {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
}

.review-count {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
  margin-left: 4px;
}

.product-card-title {
  font-size: 16px;
  color: white;
  font-weight: 500;
  margin-bottom: 12px;
  line-height: 1.4;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.product-card-price {
  font-size: 24px;
  color: white;
  font-weight: 600;
  font-family: "Recoleta Alt", sans-serif;
}

/**/

/*Woocommerce Cart*/

.woocommerce-page .wp-block-woocommerce-cart.alignwide,
.woocommerce-page .wp-block-woocommerce-checkout.alignwide {
  margin-inline: 0 !important;
}

.woocommerce-cart .page-content {
  border: 1px solid rgb(255 255 255 / 40%);
  padding: 50px;
  border-radius: 16px;
  background-image: url("/renovearth/wp-content/uploads/2026/04/form-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.woocommerce-cart .wc-block-components-sidebar-layout {
  justify-content: space-between;
}

.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wc-block-components-main {
  width: 60%;
}

.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-components-main,
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wc-block-components-sidebar {
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: 16px !important;
  padding: 30px;
}

.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wc-block-cart-items
  thead {
  border-bottom: 3px solid rgb(255 255 255 / 30%);
}

.woocommerce-cart
  .wc-block-components-sidebar-layout
  table.wc-block-cart-items
  .wc-block-cart-items__header
  th {
  border: 0;
}

.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wc-block-cart__main
  .wc-block-cart-items__row:first-child {
  border-top: 0 !important;
}

.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wc-block-cart__main
  .wc-block-cart-items__row {
  border-top: 1px solid rgb(255 255 255 / 10%) !important;
}

.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wc-block-cart__main
  .wc-block-cart-items
  td {
  border-top: 0 !important;
}

.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wc-block-cart-items__row
  .wc-block-cart-item__image {
  padding-left: 0 !important;
}
.woocommerce-cart
  .wc-block-components-sidebar-layout
  .wc-block-cart-items__row
  .wc-block-cart-item__image
  img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  background: rgba(244, 244, 244, 0.1) !important;
  padding: 10px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: 8px;
}
.woocommerce-cart .wc-block-components-sidebar-layout.wc-block-cart {
  margin: 0 !important;
}

.woocommerce-cart .wc-block-components-sidebar-layout .wc-block-cart-items {
  border-bottom: 0 !important;
}

.woocommerce-cart
  .wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-product-name {
  color: #fff;
  font-size: 16px;
}

.woocommerce-cart
  .wc-block-cart-items
  .wc-block-cart-items__row
  .wc-block-components-formatted-money-amount {
  color: #fff;
  font-size: 16px;
}

.woocommerce-cart .wc-block-components-quantity-selector {
  border-radius: 30px;
}

.woocommerce-cart
  .wc-block-components-button.wp-element-button.wc-block-cart__submit-button {
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1) !important;
  padding: 14px 50px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 0 !important;
  outline: 0;
  transition: all 0.5s ease;
}

.woocommerce-cart
  .wc-block-components-button.wp-element-button.wc-block-cart__submit-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.woocommerce-cart
  .wc-block-components-button.wp-element-button.wc-block-cart__submit-button:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.wc-block-components-button.wp-element-button.wc-block-cart__submit-button:focus {
  box-shadow: none !important;
  outline: 0 !important;
}

.woocommerce-cart .wc-block-cart .wc-block-cart__totals-title {
  font-size: 20px;
}

.woocommerce-cart
  .wc-block-cart
  .wp-block-woocommerce-cart-order-summary-block {
  font-size: 20px;
}

.woocommerce-cart
  .wc-block-components-quantity-selector
  .wc-block-components-quantity-selector__button:focus {
  outline: 0 !important;
  box-shadow: none !important;
}

.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"],
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="number"],
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="password"],
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"],
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"],
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="url"],
.woocommerce-page .wc-block-components-text-input input[type="email"],
.woocommerce-page .wc-block-components-text-input input[type="number"],
.woocommerce-page .wc-block-components-text-input input[type="password"],
.woocommerce-page .wc-block-components-text-input input[type="tel"],
.woocommerce-page .wc-block-components-text-input input[type="text"],
.woocommerce-page .wc-block-components-text-input input[type="url"],
.woocommerce-page .wc-block-components-textarea {
  font-size: 16px;
  line-height: 24px;
  color: #fff !important;
  display: flex;
  align-items: center;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  padding: 10px !important;
  position: relative;
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%) !important;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  height: 60px;
}

.woocommerce-page .wc-block-components-textarea {
  height: auto !important;
  width: 100% !important;
}

.woocommerce-page
  .wc-block-checkout__payment-method
  .wc-block-components-radio-control.disable-radio-control
  .wc-block-components-radio-control__option {
  width: 100%;
}

.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"]:before,
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="number"]:before,
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="password"]:before,
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"]:before,
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"]:before,
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="url"]:before,
.woocommerce-page .wc-block-components-text-input input[type="email"]:before,
.woocommerce-page .wc-block-components-text-input input[type="number"]:before,
.woocommerce-page .wc-block-components-text-input input[type="password"]:before,
.woocommerce-page .wc-block-components-text-input input[type="tel"]:before,
.woocommerce-page .wc-block-components-text-input input[type="text"]:before,
.woocommerce-page .wc-block-components-text-input input[type="url"]:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 16px;
  padding: 1px;
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.3) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.3) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  border: 1px solid rgb(255 255 255 / 10%);
}

.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="email"]:focus,
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="number"]:focus,
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="password"]:focus,
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="tel"]:focus,
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="text"]:focus,
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input[type="url"]:focus,
.woocommerce-page .wc-block-components-text-input input[type="email"]:focus,
.woocommerce-page .wc-block-components-text-input input[type="number"]:focus,
.woocommerce-page .wc-block-components-text-input input[type="password"]:focus,
.woocommerce-page .wc-block-components-text-input input[type="tel"]:focus,
.woocommerce-page .wc-block-components-text-input input[type="text"]:focus,
.woocommerce-page .wc-block-components-text-input input[type="url"]:focus,
.woocommerce-page
  .wc-blocks-components-select
  .wc-blocks-components-select__select:focus {
  outline: 0 !important;
  border: 0;
}

.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  label,
.woocommerce-page .wc-block-components-text-input label {
  left: 20px;
  top: 31px;
}

.woocommerce-page
  .wc-blocks-components-select
  .wc-blocks-components-select__container {
  background: transparent !important;
}

.woocommerce-page
  .wc-blocks-components-select
  .wc-blocks-components-select__expand {
  fill: #fff;
}

.woocommerce-page
  .wc-blocks-components-select
  .wc-blocks-components-select__select
  option {
  color: #000 !important;
}

.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input
  input:-webkit-autofill
  + label,
.woocommerce-page
  .wc-block-components-form
  .wc-block-components-text-input.is-active
  label,
.woocommerce-page
  .wc-block-components-text-input
  input:-webkit-autofill
  + label,
.woocommerce-page .wc-block-components-text-input.is-active label,
.woocommerce-page
  .wc-blocks-components-select
  .wc-blocks-components-select__label {
  display: none !important;
}

.woocommerce-page .wc-block-components-totals-coupon__button {
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1) !important;
  padding: 14px 20px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 0 !important;
  outline: 0;
  transition: all 0.5s ease;
}

.woocommerce-page .wc-block-components-totals-coupon__button:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.woocommerce-page .wc-block-components-totals-coupon__button:focus {
  box-shadow: none !important;
  outline: 0 !important;
}
.woocommerce-page .wc-block-components-totals-coupon__button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.woocommerce-page
  .wc-block-components-address-card
  address
  .wc-block-components-address-card__address-section--secondary {
  color: #fff;
}

/**/

/*Account Dashboard*/
.woocommerce-page .woocommerce {
  padding: 0px 20px;
}

.woocommerce-page {
  background: linear-gradient(180deg, #061e17 0%, #114835 100%);
}

.woocommerce-cart .site-main,
.woocommerce-page .site-main {
  padding: 100px 10px !important;
}

#customer_login .woocommerce-form.woocommerce-form-register,
#customer_login .woocommerce-form.woocommerce-form-login.login {
  border: 0;
  padding: 0;
}

#customer_login,
form.woocommerce-ResetPassword.lost_reset_password {
  border: 1px solid rgb(255 255 255 / 40%);
  padding: 50px;
  border-radius: 16px;
  background-image: url("/renovearth/wp-content/uploads/2026/04/form-bg.png");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  max-width: 700px;
  margin: 0 auto;
}

.woocommerce-lost-password .woocommerce {
  max-width: 700px;
  margin: 0 auto;
}

.woocommerce-password-strength {
  color: #000;
  font-weight: 400;
  padding: 5px;
  border-radius: 8px;
}

.woo-form-toggle-link {
  margin: 0;
}

.page-id-11.woocommerce-page .page-content {
  border: 0;
  padding: 0;
  border-radius: 0;
  background-image: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

form.woocommerce-ResetPassword.lost_reset_password .woocommerce-form-row {
  width: 100%;
}

.site-main .page-header .entry-title {
  text-align: center;
  margin-bottom: 50px;
}

.site-main .page-header .entry-title:after {
  content: "";
  margin: 0 auto;
  width: 96px;
  height: 1px;
  background: #ffc83d;
  display: block;
}

.woocommerce form .form-row .input-text {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  padding: 20px;
  position: relative;
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.5s ease;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  height: 60px;
}

.woocommerce form .form-row .input-text::placeholder {
  color: #fff;
  opacity: 1;
}

.woocommerce form .form-row .input-text::-ms-input-placeholder {
  color: #fff;
}

.woocommerce form .form-row .input-text:focus,
.woocommerce form .form-row .input-text:focus-visible {
  border: 1px solid rgb(255 255 255 / 10%) !important;
  outline: 0;
}

.woocommerce form .show-password-input::before,
.woocommerce-page form .show-password-input::before {
  filter: brightness(0) invert(1);
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit::placeholder {
  color: #fff;
  opacity: 1;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit::-ms-input-placeholder {
  color: #fff;
}

.woocommerce-page .wc-block-components-textarea::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #fff !important;
  opacity: 1;
}

.woocommerce-page .wc-block-components-textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #fff !important;
  opacity: 1;
}

.woocommerce-page .wc-block-components-textarea:-ms-input-placeholder {
  /* IE 10+ */
  color: #fff !important;
  opacity: 1;
}

.woocommerce-page .wc-block-components-textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #fff !important;
  opacity: 1;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit,
.woocommerce-button.button.woocommerce-form-login__submit {
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1) !important;
  padding: 14px 50px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 0 !important;
  outline: 0;
  transition: all 0.5s ease;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:after,
.woocommerce-button.button.woocommerce-form-login__submit:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.woocommerce-Button.woocommerce-button.button.woocommerce-form-register__submit:hover,
.woocommerce-button.button.woocommerce-form-login__submit:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

#show-login,
#show-register,
.woocommerce-privacy-policy-link,
.woocommerce-LostPassword.lost_password a {
  color: #fff;
  text-decoration: underline;
  cursor: pointer;
}

/**/

/*Woocommerce Dashboard*/

.woocommerce-page .woocommerce-MyAccount-content {
  width: 70%;
}

.woocommerce-page .woocommerce-MyAccount-navigation {
  width: 25%;
}

.woocommerce-page .page-content {
  border: 1px solid rgb(255 255 255 / 40%);
  padding: 50px;
  border-radius: 16px;
  background-image: url(/renovearth/wp-content/uploads/2026/04/form-bg.png);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.woocommerce-page .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.woocommerce-page .woocommerce-MyAccount-navigation-link {
  margin-bottom: 15px;
}

.woocommerce-page
  .woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--downloads {
  display: none !important;
}

.woocommerce-page .woocommerce-MyAccount-content a {
  color: #fff;
}

.woocommerce-page
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link
  a {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 12px;
  background: rgba(244, 244, 244, 0.1) !important;
  padding: 14px 20px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 0 !important;
  text-decoration: none;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  transition: all 0.5s ease;
}

.woocommerce-page
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link
  a:hover,
.woocommerce-page
  .woocommerce-MyAccount-navigation
  .woocommerce-MyAccount-navigation-link.is-active
  a {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.5s ease;
  border: 1px solid rgb(255 255 255 / 10%) !important;
}

/*Woocommerce Downloads*/

.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-error,
.woocommerce-page .woocommerce-message {
  border-radius: 12px;
  background: rgba(244, 244, 244, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  color: #fff;
}

.woocommerce-page .woocommerce-info:focus-visible,
.woocommerce-page .woocommerce-error:focus-visible,
.woocommerce-page .woocommerce-message:focus-visible {
  outline: 0;
}

.woocommerce-page .woocommerce-info::before {
  color: #fff;
}

.woocommerce-page .woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce .woocommerce-info .button,
.woocommerce-page .woocommerce .woocommerce-message .button,
.woocommerce-page .woocommerce-page .woocommerce-error .button,
.woocommerce-page .woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-page .woocommerce-message .button {
  color: #fff !important;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1) !important;
  padding: 10px 16px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  transition: all 0.5s ease;
}

.woocommerce-page .woocommerce .woocommerce-error .button:after,
.woocommerce-page .woocommerce .woocommerce-info .button:after,
.woocommerce-page .woocommerce .woocommerce-message .button:after,
.woocommerce-page .woocommerce-page .woocommerce-error .button:after,
.woocommerce-page .woocommerce-page .woocommerce-info .button:after,
.woocommerce-page .woocommerce-page .woocommerce-message .button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.woocommerce-page .woocommerce .woocommerce-error .button:hover,
.woocommerce-page .woocommerce .woocommerce-info .button:hover,
.woocommerce-page .woocommerce .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-page .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-page .woocommerce-message .button:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

/*Woocommerce Address*/
.woocommerce-page .woocommerce-Address-title h2 {
  font-size: 24px;
}

.woocommerce-page .woocommerce-Addresses {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.woocommerce-Addresses .woocommerce-Address {
  width: 100% !important;
  float: none !important;
  border-radius: 12px;
  background: rgba(244, 244, 244, 0.1) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  color: #fff;
  padding: 20px;
}

.woocommerce-page .woocommerce-Address-title a {
  color: #fff;
  font-size: 14px;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1) !important;
  padding: 8px 16px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 0 !important;
  transition: all 0.5s ease;
  text-decoration: none;
  float: none !important;
  display: inline-block !important;
}

.woocommerce-page .woocommerce-Address-title a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.woocommerce-page .woocommerce-Address-title a:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.woocommerce-page .woocommerce-Address-title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 20px;
}

.woocommerce-page form h2 {
  font-size: 36px;
}

.woocommerce-page form .select2-container--default .select2-selection--single,
.woocommerce-page
  .wc-blocks-components-select
  .wc-blocks-components-select__select {
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  padding: 16px;
  position: relative;
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.5s ease;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  height: 60px;
}

.woocommerce-page
  form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding: 0;
}

.woocommerce-page
  form
  .select2-container--default
  .select2-selection--single
  .select2-selection__placeholder {
  color: #fff;
}

.woocommerce-page
  form
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  filter: brightness(0) invert(1);
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button {
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1) !important;
  padding: 14px 50px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 0 !important;
  transition: all 0.5s ease;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:after,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button:after,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  #respond
  input#submit:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  a.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  button.button:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles))
  input.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  #respond
  input#submit:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  a.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  button.button:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(
    :not(.edit-post-visual-editor)
  )
  .woocommerce
  input.button:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.woocommerce-page form .select2-container--open .select2-dropdown--below {
  background: linear-gradient(
    135deg,
    rgb(6 30 23 / 30%) 0%,
    rgb(17 72 53 / 30%) 100%
  );
  /* background: rgba(244, 244, 244, 0.1) !important; */
  border: 0;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: 0px 0px 16px 15px;
  padding: 15px;
}

.woocommerce-page
  form
  .select2-container--default
  .select2-results
  > .select2-results__options
  .select2-results__option {
  color: #fff;
  border-radius: 30px;
  padding: 10px;
}

.woocommerce-page
  form
  .select2-container--default
  .select2-results__option--highlighted[aria-selected],
.woocommerce-page
  form
  .select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background: linear-gradient(
    135deg,
    rgb(6 30 23 / 100%) 0%,
    rgb(17 72 53 / 100%) 100%
  );
  border-radius: 30px;
  padding: 10px;
}

.woocommerce-page
  form
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field {
  color: #fff;
  display: flex;
  align-items: center;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  padding: 10px 20px;
  position: relative;
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  transition: all 0.5s ease;
  border: 1px solid rgb(255 255 255 / 10%) !important;
  outline: 0;
}

.woocommerce-page
  form
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus,
.woocommerce-page
  form
  .select2-container--default
  .select2-search--dropdown
  .select2-search__field:focus-visible {
  border: 1px solid rgb(255 255 255 / 10%) !important;
  outline: 0;
  box-shadow: none;
}

.woocommerce-page
  form
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  color: #fff;
}

/*Checkout*/
.wc-block-checkout__terms .wc-block-components-checkbox__label a {
  color: #fff;
}
.woocommerce-checkout
  .wc-block-components-order-summary
  .wc-block-components-order-summary-item__quantity
  span {
  color: #000;
}
.wc-block-components-radio-control--highlight-checked
  div.wc-block-components-radio-control-accordion-option,
.wc-block-components-radio-control--highlight-checked
  .wc-block-components-radio-control__option {
  box-shadow: none;
}

.wc-block-components-radio-control--highlight-checked
  div.wc-block-components-radio-control-accordion-option.wc-block-components-radio-control-accordion-option--checked-option-highlighted,
.wc-block-components-radio-control--highlight-checked
  label.wc-block-components-radio-control__option--checked-option-highlighted {
  background: rgba(255, 255, 255, 0.1);
  box-shadow: none;
}
.woocommerce-checkout
  .site-main
  .woocommerce-page
  .wc-blocks-components-select
  .wc-blocks-components-select__select
  option {
  color: #000;
}

.woocommerce-page .wc-block-components-notice-banner.is-error {
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%) !important;
  border-radius: 16px;
}

.woocommerce-page
  .wc-block-components-address-card
  .wc-block-components-address-card__edit,
.woocommerce-page
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-return-to-cart-button,
.woocommerce-page
  .wc-block-checkout__actions_row
  .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button {
  color: #fff !important;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1) !important;
  padding: 14px 20px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 0 !important;
  outline: 0;
  transition: all 0.5s ease;
  text-decoration: none !important;
}
.woocommerce-page
  .wc-block-components-address-card
  .wc-block-components-address-card__edit:focus,
.woocommerce-page
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-return-to-cart-button:focus,
.woocommerce-page
  .wc-block-checkout__actions_row
  .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:focus {
  box-shadow: none !important;
  outline: 30 !important;
}
.woocommerce-page
  .wc-block-components-address-card
  .wc-block-components-address-card__edit:after,
.woocommerce-page
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-return-to-cart-button:after,
.woocommerce-page
  .wc-block-checkout__actions_row
  .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.woocommerce-page
  .wc-block-components-address-card
  .wc-block-components-address-card__edit:hover,
.woocommerce-page
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-return-to-cart-button:hover,
.woocommerce-page
  .wc-block-checkout__actions_row
  .wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.woocommerce-page
  .wc-block-checkout__actions_row
  .wc-block-components-checkout-return-to-cart-button
  svg {
  left: 0;
  position: relative;
  top: 0;
  transform: unset;
  margin-right: 10px;
}

.woocommerce-page .wp-block-woocommerce-checkout.wc-block-checkout {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgb(255 255 255 / 15%);
  margin: 0 auto;
  box-shadow: inset 0px 4px 40px rgb(0 0 0 / 15%);
  padding: 0;
}

.woocommerce-page
  .wp-block-woocommerce-checkout.wc-block-checkout
  .wc-block-components-sidebar-layout
  .wc-block-components-main {
  background: #09221a;
  padding: 64px 56px;
  border-radius: 16px;
  border-right: 1px solid rgb(255 255 255 / 15%);
  box-shadow:
    0px 4px 27.3px rgba(0, 0, 0, 0.25),
    inset 4px 0px 20px rgba(255, 255, 255, 0.15),
    inset 0px 8px 20px rgba(255, 255, 255, 0.15);
  width: 60%;
}

.woocommerce-page
  .wp-block-woocommerce-checkout.wc-block-checkout
  .wc-block-components-sidebar-layout {
  margin-bottom: 0 !important;
}

.woocommerce-page
  .wp-block-woocommerce-checkout.wc-block-checkout
  .wc-block-components-sidebar {
  top: 200px;
  width: 40%;
}

.woocommerce-page
  .wp-block-woocommerce-checkout.wc-block-checkout
  .wc-block-components-sidebar
  .wp-block-woocommerce-checkout-order-summary-block {
  border: 0;
  padding: 50px 0px;
}

.woocommerce-page
  .wp-block-woocommerce-checkout-order-summary-block
  .wc-block-components-checkout-order-summary__title
  .wc-block-components-checkout-order-summary__title-text {
  font-size: 24px;
  margin-bottom: 30px;
}

.woocommerce-page
  .wc-block-components-totals-coupon
  .wc-block-components-panel__button {
  font-size: 18px;
}

.woocommerce-page .wc-block-components-totals-item__label {
  font-size: 18px;
}

.woocommerce-page .wc-block-components-formatted-money-amount {
  font-size: 16px;
}

.woocommerce-page.woocommerce-checkout
  .wc-block-components-formatted-money-amount {
  font-size: 16px;
}

.woocommerce-page.woocommerce-checkout .wc-block-components-totals-item__label {
  font-size: 18px;
}

.woocommerce-page.woocommerce-checkout .wc-block-components-panel__button {
  font-size: 18px;
}
.woocommerce-page.woocommerce-checkout
  .wc-block-components-order-summary-item__image
  img {
  width: 48px;
  height: 48px;
  object-fit: contain;
  background: rgba(244, 244, 244, 0.1) !important;
  padding: 8px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: 8px;
}
/**/

/*Oder Received*/
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received
  .woocommerce-customer-details
  .woocommerce-column__title {
  font-size: 36px;
}

.woocommerce-order-received .woocommerce-customer-details address {
  color: #fff !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  padding: 20px !important;
  position: relative;
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%) !important;
  border: 1px solid rgb(255 255 255 / 10%) !important;
}

.woocommerce-order-received
  .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
  color: #fff !important;
  border-radius: 12px !important;
  background: rgba(255, 255, 255, 0.08) !important;
  padding: 20px !important;
  position: relative;
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%) !important;
  border: 1px solid rgb(255 255 255 / 10%) !important;
}

.woocommerce-order-received .woocommerce table tr,
.woocommerce-order-received .woocommerce table th,
.woocommerce-order-received .woocommerce table td {
  border-top: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

.woocommerce-order-received .woocommerce table a {
  color: #fff;
}

.woocommerce-order-received
  .woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
  padding: 0;
}

/**/

/* Categories template */
.categories-grid-section {
  padding: 20px 0 90px;
}

.categories-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 24px;
}

.categories-grid-item {
  display: block;
  text-decoration: none;
  border-radius: 16px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  transition: all 0.3s ease;
}

.categories-grid-item:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.08);
}

.categories-grid-thumb {
  min-height: 140px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
}

.categories-grid-thumb img {
  width: 100px;
  height: 100px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.categories-grid-content {
  padding: 18px 16px 20px;
}

.categories-grid-name {
  margin: 0 0 8px;
  color: #fff;
  font-size: 20px;
  line-height: 1.2;
}

.categories-grid-count {
  margin: 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}

/* Terms & Conditions Page Styles */

.terms-content-section {
  padding: 100px 0;
}

.terms-wrapper {
  background: rgba(255, 255, 255, 0.05);
  padding: 60px;
  border-radius: 24px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.terms-item h3 {
  font-size: 28px;
  color: #ffc83d;
  /* Accent color for headings */
  margin-bottom: 20px;
}

.terms-item p {
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 0;
}

.terms-item a {
  color: #ffc83d;
  transition: color 0.3s ease;
}

.terms-item a:hover {
  color: #fff;
}

/* FAQ Page Styles */

.faq-content-section {
  padding: 100px 0;
}

.faq-wrapper {
  background: rgba(255, 255, 255, 0.05);
  padding: 60px;
  border-radius: 24px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-category-title {
  font-size: 32px;
  color: #ffc83d;
  font-family: "Recoleta Alt", sans-serif;
}

.custom-accordion .accordion-item {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px !important;
  margin-bottom: 15px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.custom-accordion .accordion-item:hover {
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.15);
}

.custom-accordion .accordion-button {
  background: transparent;
  color: #fff;
  font-size: 20px;
  line-height: 1.3em;
  padding: 20px 25px;
  font-weight: 500;
  box-shadow: none;
  border: none;
}

.custom-accordion .accordion-button:not(.collapsed) {
  color: #ffc83d;
  background: rgba(255, 255, 255, 0.02);
}

.custom-accordion .accordion-button::after {
  filter: brightness(0) invert(1);
  background-size: 1.25rem;
}

.custom-accordion .accordion-body {
  padding: 25px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}

/* Blog Listing Styles */

.blog-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}

.blog-card:hover {
  transform: translateY(-8px);
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.15);
}

.blog-img-holder {
  height: 240px;
  overflow: hidden;
}

.blog-img-holder img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.blog-card:hover .blog-img-holder img {
  transform: scale(1.08);
}

.blog-content {
  padding: 30px;
}

.blog-meta {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}

.blog-category {
  color: #ffc83d;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.blog-title {
  font-size: 24px;
  line-height: 1.3;
}

.blog-title a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.blog-title a:hover {
  color: #ffc83d;
}

.blog-excerpt {
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  font-size: 16px;
}

.read-more-btn {
  color: #ffc83d;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: gap 0.3s ease;
}

.read-more-btn:hover {
  color: #fff;
  gap: 12px;
}

.read-more-btn svg path {
  transition: stroke 0.3s ease;
}

.read-more-btn:hover svg path {
  stroke: #fff;
}

/* Pagination */
.custom-pagination .page-item {
  margin: 0 5px;
}

.custom-pagination .page-link {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50% !important;
  transition: all 0.3s ease;
}

.custom-pagination .page-item.active .page-link {
  background: #ffc83d;
  border-color: #ffc83d;
  color: #061e17;
}

.custom-pagination .page-link:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(255, 255, 255, 0.3);
  color: #ffc83d;
}

/* Blog Details Styles */
.inner-hero-category {
  font-size: 14px;
  letter-spacing: 2px;
  color: #ffc83d;
  font-weight: 700;
}

.inner-hero-meta {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.article-text h2 {
  color: #ffc83d;
  font-family: "Recoleta Alt", sans-serif;
  margin-top: 40px;
}

.article-text p {
  font-size: 18px;
  line-height: 1.8;
}

.bg-white-5 {
  background: rgba(255, 255, 255, 0.05);
}

/* Sidebar Styles */
.sidebar-widget {
  background: rgba(255, 255, 255, 0.03);
  padding: 30px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.widget-title {
  font-family: "Recoleta Alt", sans-serif;
  font-size: 22px;
  color: #fff;
  position: relative;
  padding-bottom: 15px;
}

.widget-title::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 50px;
  height: 2px;
  background: #ffc83d;
}

.sidebar-search {
  position: relative;
}

.sidebar-search input {
  width: 100%;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 12px 50px 12px 20px;
  color: #fff;
  border-radius: 30px;
  outline: none;
}

.sidebar-search button {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translateY(-50%);
  background: #ffc83d;
  border: none;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.widget-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.widget-list li {
  margin-bottom: 15px;
}

.widget-list li a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  display: flex;
  justify-content: space-between;
  transition: color 0.3s ease;
}

.widget-list li a:hover {
  color: #ffc83d;
}

.recent-post-thumb {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
  border-radius: 12px;
  overflow: hidden;
}

.recent-post-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.recent-post-info span {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
}

.recent-post-info h5 {
  font-size: 16px;
  line-height: 1.4;
}

.recent-post-info h5 a {
  color: #fff;
  text-decoration: none;
  transition: color 0.3s ease;
}

.recent-post-info h5 a:hover {
  color: #ffc83d;
}

.tag-cloud {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.tag-cloud a {
  background: rgba(255, 255, 255, 0.05);
  color: rgba(255, 255, 255, 0.7);
  padding: 6px 15px;
  border-radius: 20px;
  text-decoration: none;
  font-size: 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
}

.tag-cloud a:hover {
  background: #ffc83d;
  color: #061e17;
  border-color: #ffc83d;
}

/* Post Navigation */
.nav-label {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.5);
}

.nav-link h5 {
  color: #fff;
  transition: color 0.3s ease;
}

.nav-link:hover h5 {
  color: #ffc83d;
}

.border-white-10 {
  border-color: rgba(255, 255, 255, 0.1) !important;
}

/* Theme extension styles live here. */

.hec-checkout-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.hec-checkout-popup.is-open {
  display: flex;
}

.hec-checkout-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.hec-checkout-popup__dialog {
  background:
    linear-gradient(
      0deg,
      rgba(9, 47, 34, 0.2) 4.4%,
      rgba(44, 76, 65, 0.19) 33.82%,
      rgba(59, 89, 79, 0.18) 54.5%,
      rgba(124, 144, 137, 0.15) 71.04%,
      rgba(172, 185, 180, 0.13) 83.45%,
      rgba(255, 255, 255, 0.09) 100%
    ),
    linear-gradient(90deg, #07281d 0%, #114835 100%);
  position: relative;
  width: min(520px, calc(100vw - 40px));
  border-radius: 8px;
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  padding: 20px;
  color: #fff;
}

.hec-checkout-popup__title {
  margin: 0 0 10px;
  font-size: 20px;
  line-height: 1.2;
  color: #fff;
}

.hec-checkout-popup__content {
  margin-bottom: 14px;
  color: #fff;
}

.hec-checkout-popup__content,
.hec-checkout-popup__content p,
.hec-checkout-popup__content span,
.hec-checkout-popup__content div,
.hec-checkout-popup__content li {
  color: #fff !important;
}

.hec-checkout-popup__content p {
  margin: 0 0 10px;
}

.hec-checkout-popup__content p:last-child {
  margin-bottom: 0;
}

.hec-checkout-popup__btn {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1) !important;
  padding: 14px 30px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 0 !important;
  transition: all 0.5s ease;
}

.hec-checkout-popup__btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.hec-checkout-popup__btn:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

body.hec-checkout-popup-open {
  overflow: hidden;
}

.hec-checkout-notice-hidden {
  display: none !important;
}

/*Giftbox Dialog*/

.giftbox-dialog {
  background:
    linear-gradient(
      0deg,
      rgba(9, 47, 34, 0.2) 4.4%,
      rgba(44, 76, 65, 0.19) 33.82%,
      rgba(59, 89, 79, 0.18) 54.5%,
      rgba(124, 144, 137, 0.15) 71.04%,
      rgba(172, 185, 180, 0.13) 83.45%,
      rgba(255, 255, 255, 0.09) 100%
    ),
    linear-gradient(90deg, #07281d 0%, #114835 100%) !important;
}
.giftbox-dialog-title,
.giftbox-dialog-message {
  color: #fff !important;
}

.giftbox-dialog-actions .button {
  color: #fff;
  font-size: 16px;
  line-height: 1.5em;
  font-weight: 500;
  text-transform: uppercase;
  border-radius: 52px;
  background: rgba(244, 244, 244, 0.1) !important;
  padding: 14px 30px !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border: 0 !important;
  transition: all 0.5s ease;
}

.giftbox-dialog-actions .button:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 60px;
  padding: 1px;
  background: linear-gradient(
    170deg,
    rgba(255, 255, 255, 0.8) 0%,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0) 65%,
    rgba(255, 255, 255, 0.8) 100%
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}

.giftbox-dialog-actions .button:hover {
  background: rgba(255, 255, 255, 0.08);
  box-shadow: inset 0px 4px 15px rgb(0 0 0 / 40%);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
/**/

/*Global Btn*/
[type="button"]:focus,
[type="submit"]:focus,
button:focus {
  background-color: transparent !important;
}

/*Cart / checkout product images*/

.woocommerce-cart .wc-block-components-product-image img,
.woocommerce-checkout .wc-block-components-product-image img,
.wc-block-mini-cart .wc-block-components-product-image img {
  width: auto !important;
  height: auto !important;
  max-width: min(100%, 200px);
  max-height: 220px;
  object-fit: contain;
}

.woocommerce-cart .wc-block-cart-items__row .wc-block-cart-item__image,
.woocommerce-checkout .wc-block-cart-items__row .wc-block-cart-item__image {
  vertical-align: middle;
}

.woocommerce table.shop_table.cart .product-thumbnail img {
  width: auto !important;
  height: auto !important;
  max-width: min(100%, 200px);
  max-height: 220px;
  object-fit: contain;
}
