.elementor-109 .elementor-element.elementor-element-84a2877{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-109 .elementor-element.elementor-element-e23fdbd{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-109 .elementor-element.elementor-element-7ca9ff1{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-109 .elementor-element.elementor-element-ad0c1cb{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-109 .elementor-element.elementor-element-a17d85c{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-109 .elementor-element.elementor-element-4e07e9b{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-109 .elementor-element.elementor-element-33dbb95{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-b318d4e *//* =====================================
   HERBX HOMEPAGE
   GLOBAL SETTINGS
===================================== */

:root {
  --home-black: #121715;
  --home-deep: #1d2a23;
  --home-green: #365844;
  --home-sage: #91ad96;
  --home-mint: #b8c9bb;
  --home-gold: #c5a66f;
  --home-cream: #f2eee4;
  --home-light: #faf9f5;
  --home-white: #ffffff;
  --home-text: #465149;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--home-text);
  background: var(--home-light);
  font-family: "DM Sans", sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

body,
button,
a {
  font-family: "DM Sans", sans-serif;
}

img {
  display: block;
  max-width: 100%;
}

button {
  border: 0;
}

/* Consistent Left & Right Spacing */

.home-container {
  width: min(100% - 48px, 1280px);
  margin-inline: auto;
}

/* =====================================
   HEADER
===================================== */

.home-header {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

/* Announcement Bar */

.home-announcement {
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  background: var(--home-black);
}

.home-announcement__content {
  display: flex;
  min-height: 39px;
  align-items: center;
  justify-content: space-between;
}

.home-announcement__content p {
  display: flex;
  gap: 7px;
  align-items: center;
  margin: 0;
  color: rgba(255, 255, 255, 0.5);
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.home-announcement__content p iconify-icon {
  color: var(--home-gold);
  font-size: 15px;
}

.home-announcement__content > a {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--home-sage);
  font-size: 8px;
  font-weight: 700;
  text-decoration: none;
  transition: color 0.3s ease;
}

.home-announcement__content > a:hover {
  color: #ffffff;
}

.home-announcement__content > a iconify-icon {
  font-size: 15px;
}

/* Main Navigation */

.home-navigation {
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  background: rgba(18, 23, 21, 0.64);
  backdrop-filter: blur(18px);
}

.home-navbar {
  display: flex;
  min-height: 82px;
  align-items: center;
  justify-content: space-between;
}

/* Logo */

.home-logo {
  position: relative;
  z-index: 102;
  display: inline-flex;
  align-items: center;
}

.home-logo img {
  width: auto;
  max-width: 148px;
  height: 44px;
  object-fit: contain;
}

/* Navigation Links */

.home-nav {
  display: flex;
  gap: 30px;
  align-items: center;
}

.home-nav > a {
  position: relative;
  padding: 8px 0;
  color: rgba(255, 255, 255, 0.61);
  font-size: 11px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.home-nav > a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 0;
  height: 2px;
  margin: auto;
  border-radius: 20px;
  content: "";
  background: var(--home-sage);
  transition: width 0.3s ease;
}

.home-nav > a:hover {
  color: #ffffff;
}

.home-nav > a:hover::after {
  width: 100%;
}

/* Navigation Actions */

.home-nav__actions {
  display: flex;
  gap: 11px;
  align-items: center;
}

.home-nav__shop {
  display: inline-flex;
  gap: 9px;
  min-height: 45px;
  padding: 0 18px;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: var(--home-deep);
  background: var(--home-sage);
  box-shadow: 0 12px 25px rgba(145, 173, 150, 0.17);
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.home-nav__shop:hover {
  background: var(--home-cream);
  transform: translateY(-2px);
}

.home-nav__shop iconify-icon {
  font-size: 20px;
}

.home-menu-button {
  display: none;
  width: 45px;
  height: 45px;
  cursor: pointer;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  color: #ffffff;
  background: rgba(255, 255, 255, 0.05);
}

.home-menu-button iconify-icon {
  font-size: 25px;
}

/* =====================================
   HOMEPAGE HERO
===================================== */

.home-hero {
  position: relative;
  min-height: 1050px;
  padding: 180px 0 85px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 76% 34%,
      rgba(145, 173, 150, 0.17),
      transparent 24%
    ),
    radial-gradient(
      circle at 7% 80%,
      rgba(197, 166, 111, 0.09),
      transparent 22%
    ),
    linear-gradient(
      135deg,
      var(--home-black) 0%,
      var(--home-deep) 50%,
      var(--home-green) 100%
    );
}

/* Background Grid */

.home-hero__texture {
  position: absolute;
  inset: 0;
  opacity: 0.19;
  pointer-events: none;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.055) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.055) 1px,
      transparent 1px
    );
  background-size: 60px 60px;
  mask-image:
    linear-gradient(
      to right,
      transparent,
      black 35%,
      black 80%,
      transparent
    );
}

/* Decorative Glows */

.home-hero__glow {
  position: absolute;
  border: 1px solid rgba(145, 173, 150, 0.08);
  border-radius: 50%;
  pointer-events: none;
}

.home-hero__glow--one {
  top: 130px;
  right: -160px;
  width: 530px;
  height: 530px;
}

.home-hero__glow--one::before {
  position: absolute;
  inset: 70px;
  border: 1px dashed rgba(145, 173, 150, 0.07);
  border-radius: inherit;
  content: "";
}

.home-hero__glow--two {
  bottom: -280px;
  left: -190px;
  width: 610px;
  height: 610px;
}

/* Hero Layout */

.home-hero__layout {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(0, 0.97fr);
  gap: 65px;
  align-items: center;
}

/* Hero Content */

.home-hero__content {
  padding: 35px 0;
}

.home-hero__eyebrow {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 24px;
  padding: 8px 15px 8px 8px;
  border: 1px solid rgba(145, 173, 150, 0.18);
  border-radius: 100px;
  color: var(--home-mint);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.home-hero__eyebrow > span {
  display: grid;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 50%;
  color: var(--home-deep);
  background: var(--home-sage);
}

.home-hero__eyebrow iconify-icon {
  font-size: 17px;
}

/* Hero Typography */

.home-hero__content h1 {
  max-width: 760px;
  margin: 0 0 25px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(53px, 6.3vw, 86px);
  font-weight: 600;
  line-height: 0.99;
  letter-spacing: -3px;
}

.home-hero__content h1 em {
  display: block;
  color: var(--home-sage);
  font-weight: 600;
}

.home-hero__description {
  max-width: 650px;
  margin: 0 0 31px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 16px;
  line-height: 1.85;
}

/* Hero Buttons */

.home-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  align-items: center;
}

.home-button {
  display: inline-flex;
  gap: 11px;
  min-height: 58px;
  padding: 0 23px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 11px;
  font-weight: 800;
  text-decoration: none;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.home-button iconify-icon {
  font-size: 21px;
}

.home-button--primary {
  color: var(--home-deep);
  background: var(--home-sage);
  box-shadow: 0 15px 32px rgba(145, 173, 150, 0.2);
}

.home-button--primary:hover {
  background: var(--home-cream);
  box-shadow: 0 18px 36px rgba(145, 173, 150, 0.27);
  transform: translateY(-4px);
}

.home-button--secondary {
  border: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.71);
  background: rgba(255, 255, 255, 0.04);
}

.home-button--secondary:hover {
  border-color: var(--home-sage);
  color: #ffffff;
  background: rgba(145, 173, 150, 0.08);
  transform: translateY(-4px);
}

/* Category Cards */

.home-hero__categories {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 11px;
  max-width: 700px;
  margin-top: 34px;
}

.home-hero__category {
  display: flex;
  gap: 11px;
  align-items: center;
  min-height: 78px;
  padding: 13px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.035);
  text-decoration: none;
  backdrop-filter: blur(10px);
  transition:
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.home-hero__category:hover {
  border-color: rgba(145, 173, 150, 0.27);
  background: rgba(255, 255, 255, 0.06);
  transform: translateY(-4px);
}

.home-hero__category > div {
  display: grid;
  flex: 0 0 40px;
  width: 40px;
  height: 40px;
  place-items: center;
  border-radius: 12px;
  color: var(--home-sage);
  background: rgba(145, 173, 150, 0.1);
}

.home-hero__category iconify-icon {
  font-size: 21px;
}

.home-hero__category span {
  color: rgba(255, 255, 255, 0.33);
  font-size: 8px;
  line-height: 1.4;
}

.home-hero__category strong {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 10px;
}

/* Trust Row */

.home-hero__trust {
  display: flex;
  gap: 14px;
  align-items: center;
  margin-top: 27px;
}

.home-hero__trust-icons {
  display: flex;
  padding-left: 8px;
}

.home-hero__trust-icons span {
  display: grid;
  width: 34px;
  height: 34px;
  margin-left: -8px;
  place-items: center;
  border: 3px solid var(--home-deep);
  border-radius: 50%;
  color: var(--home-sage);
  background: var(--home-green);
}

.home-hero__trust-icons iconify-icon {
  font-size: 16px;
}

.home-hero__trust p {
  max-width: 320px;
  margin: 0;
  color: rgba(255, 255, 255, 0.35);
  font-size: 9px;
  line-height: 1.55;
}

/* =====================================
   HERO VISUAL
===================================== */

.home-hero__visual {
  position: relative;
  min-height: 670px;
}

/* Main Lifestyle Image */

.home-hero__main-image {
  position: absolute;
  top: 20px;
  right: 0;
  width: 76%;
  height: 525px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 190px 25px 25px 25px;
  box-shadow: 0 35px 75px rgba(0, 0, 0, 0.28);
}

.home-hero__main-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.home-hero__main-image:hover > img {
  transform: scale(1.04);
}

.home-hero__main-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(18, 23, 21, 0.04) 35%,
      rgba(18, 23, 21, 0.8) 100%
    );
}

.home-hero__image-caption {
  position: absolute;
  right: 25px;
  bottom: 25px;
  left: 30px;
}

.home-hero__image-caption span {
  display: block;
  margin-bottom: 4px;
  color: var(--home-sage);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.home-hero__image-caption strong {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 18px;
  font-weight: 600;
}

/* Product Collection */

.home-hero__products {
  position: absolute;
  bottom: 10px;
  left: 0;
  z-index: 4;
  display: grid;
  width: 67%;
  min-height: 360px;
  place-items: center;
}

.home-hero__product-glow {
  position: absolute;
  width: 330px;
  height: 330px;
  border-radius: 50%;
  background: rgba(145, 173, 150, 0.15);
  filter: blur(13px);
}

.home-hero__products img {
  position: relative;
  z-index: 2;
  width: 100%;
  max-height: 360px;
  object-fit: contain;
  filter: drop-shadow(0 30px 26px rgba(0, 0, 0, 0.37));
  animation: homeProductFloat 5s ease-in-out infinite;
}

@keyframes homeProductFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-11px);
  }
}

/* Floating Cards */

.home-floating-card {
  position: absolute;
  z-index: 6;
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;
  background: rgba(18, 23, 21, 0.73);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.home-floating-card--top {
  top: 75px;
  left: -12px;
}

.home-floating-card--bottom {
  right: 0;
  bottom: 60px;
}

.home-floating-card__icon {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: var(--home-deep);
  background: var(--home-sage);
}

.home-floating-card__icon iconify-icon {
  font-size: 21px;
}

.home-floating-card span {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.31);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.home-floating-card strong {
  display: block;
  color: rgba(255, 255, 255, 0.82);
  font-size: 10px;
}

/* Premium Badge */

.home-hero__badge {
  position: absolute;
  top: 10px;
  right: 15px;
  z-index: 6;
  display: grid;
  width: 96px;
  height: 96px;
  place-items: center;
  border: 1px solid rgba(197, 166, 111, 0.32);
  border-radius: 50%;
  color: #ffffff;
  background: var(--home-black);
  box-shadow: 0 17px 38px rgba(0, 0, 0, 0.26);
  text-align: center;
}

.home-hero__badge iconify-icon {
  margin-bottom: -13px;
  color: var(--home-gold);
  font-size: 23px;
}

.home-hero__badge span {
  display: block;
  color: rgba(255, 255, 255, 0.48);
  font-size: 7px;
  letter-spacing: 1px;
  line-height: 1.25;
  text-transform: uppercase;
}

.home-hero__badge strong {
  display: block;
  color: var(--home-gold);
  font-family: "Playfair Display", serif;
  font-size: 12px;
  letter-spacing: 1px;
}

/* =====================================
   PRODUCT NAVIGATION STRIP
===================================== */

.home-hero__product-nav {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: repeat(3, 1fr) 1.25fr;
  margin-top: 30px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.035);
  backdrop-filter: blur(14px);
}

.home-hero__product-nav > a {
  display: flex;
  gap: 14px;
  min-height: 96px;
  padding: 20px 23px;
  align-items: center;
  color: inherit;
  text-decoration: none;
  transition: background 0.3s ease;
}

.home-hero__product-nav > a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.075);
}

.home-hero__product-nav > a:hover {
  background: rgba(145, 173, 150, 0.075);
}

.home-hero__product-nav > a > span {
  color: rgba(145, 173, 150, 0.27);
  font-family: "Playfair Display", serif;
  font-size: 28px;
  font-weight: 700;
}

.home-hero__product-nav strong {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 10px;
}

.home-hero__product-nav p {
  margin: 0;
  color: rgba(255, 255, 255, 0.3);
  font-size: 8px;
}

.home-hero__product-nav-more {
  justify-content: space-between;
  background: rgba(145, 173, 150, 0.07);
}

.home-hero__product-nav-more iconify-icon {
  color: var(--home-sage);
  font-size: 25px;
}

/* Scroll Indicator */

.home-hero__scroll {
  position: absolute;
  right: 25px;
  bottom: 37px;
  z-index: 6;
  display: flex;
  gap: 11px;
  align-items: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.home-hero__scroll > div {
  display: grid;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 50%;
  color: var(--home-sage);
}

.home-hero__scroll iconify-icon {
  font-size: 17px;
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 1100px) {
  .home-nav {
    gap: 20px;
  }

  .home-hero__layout {
    grid-template-columns: 1fr;
  }

  .home-hero__content {
    max-width: 820px;
    padding-bottom: 0;
  }

  .home-hero__visual {
    width: min(100%, 760px);
    min-height: 700px;
    margin: 0 auto;
  }

  .home-hero__product-nav {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-hero__product-nav > a:nth-child(3) {
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    border-left: 0;
  }

  .home-hero__product-nav > a:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.075);
  }
}

@media (max-width: 900px) {
  .home-navbar {
    min-height: 76px;
  }

  .home-nav {
    position: absolute;
    top: 76px;
    right: 16px;
    left: 16px;
    display: none;
    gap: 0;
    align-items: stretch;
    flex-direction: column;
    padding: 13px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    border-radius: 17px;
    background: rgba(18, 23, 21, 0.98);
    box-shadow: 0 22px 55px rgba(0, 0, 0, 0.32);
    backdrop-filter: blur(18px);
  }

  .home-nav--open {
    display: flex;
  }

  .home-nav > a {
    padding: 13px 14px;
    border-radius: 10px;
  }

  .home-nav > a:hover {
    background: rgba(145, 173, 150, 0.08);
  }

  .home-nav > a::after {
    display: none;
  }

  .home-menu-button {
    display: grid;
  }
}

@media (max-width: 700px) {
  .home-container {
    width: calc(100% - 28px);
  }

  .home-announcement__content {
    justify-content: center;
  }

  .home-announcement__content > a {
    display: none;
  }

  .home-logo img {
    max-width: 120px;
    height: 38px;
  }

  .home-nav__shop {
    width: 45px;
    padding: 0;
  }

  .home-nav__shop span {
    display: none;
  }

  .home-hero {
    min-height: auto;
    padding: 170px 0 70px;
  }

  .home-hero__content h1 {
    font-size: clamp(45px, 14vw, 64px);
    letter-spacing: -1.9px;
  }

  .home-hero__description {
    font-size: 14px;
  }

  .home-hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-button {
    width: 100%;
  }

  .home-hero__categories {
    grid-template-columns: 1fr;
  }

  .home-hero__visual {
    min-height: 570px;
  }

  .home-hero__main-image {
    top: 30px;
    width: 87%;
    height: 420px;
    border-radius: 120px 22px 22px 22px;
  }

  .home-hero__products {
    bottom: 0;
    width: 78%;
    min-height: 300px;
  }

  .home-floating-card {
    padding: 10px 12px;
  }

  .home-floating-card--top {
    top: 85px;
    left: 0;
  }

  .home-floating-card--bottom {
    right: 0;
    bottom: 40px;
  }

  .home-floating-card__icon {
    width: 36px;
    height: 36px;
  }

  .home-floating-card strong {
    font-size: 8px;
  }

  .home-hero__badge {
    top: 14px;
    right: 0;
    width: 79px;
    height: 79px;
  }

  .home-hero__product-nav {
    grid-template-columns: 1fr;
  }

  .home-hero__product-nav > a + a,
  .home-hero__product-nav > a:nth-child(3),
  .home-hero__product-nav > a:nth-child(4) {
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    border-left: 0;
  }

  .home-hero__scroll {
    display: none;
  }
}
/* =====================================
   HEADER FINAL FIX
   Letak paling bawah dalam style.css
===================================== */

/* Pastikan elemen Contact Us mobile lama tidak keluar */
.home-nav__mobile-contact,
.home-nav .home-nav__contact,
.home-nav .home-nav__shop {
  display: none !important;
}

/* Pastikan hanya button dalam actions dipaparkan */
.home-nav__actions > .home-nav__contact {
  min-height: 44px;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 9px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 100px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.14);
  color: #083c2e;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
  text-decoration: none;
  transition:
    transform 0.25s ease,
    background-color 0.25s ease,
    box-shadow 0.25s ease;
}

.home-nav__actions > .home-nav__contact iconify-icon {
  flex: 0 0 auto;
  font-size: 20px;
}

.home-nav__actions > .home-nav__contact:hover {
  transform: translateY(-2px);
  background: #f2fff8;
  box-shadow: 0 14px 30px rgba(0, 0, 0, 0.2);
}

/* Susunan header */
.home-navbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

.home-logo {
  flex: 0 0 auto;
}

.home-nav {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(12px, 1.35vw, 24px);
}

.home-nav__actions {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 12px;
}

/* Tablet dan mobile */
@media (max-width: 1080px) {
  .home-nav {
    position: absolute;
    top: calc(100% + 1px);
    right: 20px;
    left: 20px;
    display: block;
    max-height: 0;
    padding: 0 20px;
    overflow: hidden;
    visibility: hidden;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 0 0 22px 22px;
    background: rgba(6, 43, 33, 0.99);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transform: translateY(-10px);
    transition:
      max-height 0.4s ease,
      padding 0.4s ease,
      opacity 0.3s ease,
      transform 0.3s ease,
      visibility 0.3s ease;
  }

  .home-nav.home-nav--open {
    max-height: 520px;
    padding-top: 12px;
    padding-bottom: 20px;
    visibility: visible;
    opacity: 1;
    transform: translateY(0);
  }

  .home-nav__link {
    display: flex;
    align-items: center;
    min-height: 48px;
    padding: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-size: 14px;
  }

  .home-menu-button {
    display: inline-flex;
  }
}

/* Telefon kecil */
@media (max-width: 640px) {
  .home-nav__actions > .home-nav__contact {
    min-width: 42px;
    width: 42px;
    height: 42px;
    min-height: 42px;
    padding: 0;
  }

  .home-nav__actions > .home-nav__contact span {
    display: none;
  }

  .home-nav__actions > .home-nav__contact iconify-icon {
    font-size: 21px;
  }

  .home-nav {
    right: 14px;
    left: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-494854e *//* =====================================
   HOMEPAGE - SECTION 6
   BRAND STORY
===================================== */

.home-story,
.home-story * {
  box-sizing: border-box;
}

.home-story {
  position: relative;
  padding: 120px 0 100px;
  overflow: hidden;
  color: var(--home-text);
  background:
    radial-gradient(
      circle at 7% 22%,
      rgba(145, 173, 150, 0.18),
      transparent 24%
    ),
    radial-gradient(
      circle at 93% 78%,
      rgba(197, 166, 111, 0.09),
      transparent 23%
    ),
    var(--home-light);
}

.home-story .home-container {
  position: relative;
  z-index: 2;
}

/* Decorative Shapes */

.home-story__shape {
  position: absolute;
  border: 1px solid rgba(54, 88, 68, 0.09);
  pointer-events: none;
}

.home-story__shape--one {
  top: 170px;
  left: -155px;
  width: 310px;
  height: 520px;
  border-radius: 100% 0 100% 0;
  transform: rotate(24deg);
}

.home-story__shape--two {
  right: -210px;
  bottom: 170px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
}

/* Main Story Layout */

.home-story__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 80px;
  align-items: center;
}

/* =====================================
   STORY VISUAL
===================================== */

.home-story__visual {
  position: relative;
  min-height: 700px;
}

.home-story__image {
  position: absolute;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(18, 23, 21, 0.16);
}

.home-story__image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.home-story__image:hover > img {
  transform: scale(1.045);
}

.home-story__image--main {
  top: 0;
  right: 30px;
  width: 82%;
  height: 610px;
  border-radius: 190px 28px 28px 28px;
}

.home-story__image-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(18, 23, 21, 0.04) 30%,
      rgba(18, 23, 21, 0.82) 100%
    );
}

.home-story__image-caption {
  position: absolute;
  right: 30px;
  bottom: 30px;
  left: 35px;
}

.home-story__image-caption span {
  display: block;
  margin-bottom: 5px;
  color: var(--home-sage);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.home-story__image-caption strong {
  display: block;
  max-width: 390px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.home-story__image--small {
  bottom: 0;
  left: 0;
  z-index: 3;
  width: 47%;
  height: 280px;
  border: 8px solid var(--home-light);
  border-radius: 24px;
}

.home-story__badge {
  position: absolute;
  top: 50px;
  left: 0;
  z-index: 4;
  display: grid;
  width: 110px;
  height: 110px;
  place-items: center;
  border: 1px solid rgba(197, 166, 111, 0.34);
  border-radius: 50%;
  color: #ffffff;
  background: var(--home-black);
  box-shadow: 0 18px 38px rgba(18, 23, 21, 0.25);
  text-align: center;
}

.home-story__badge iconify-icon {
  margin-bottom: -15px;
  color: var(--home-gold);
  font-size: 26px;
}

.home-story__badge span {
  color: rgba(255, 255, 255, 0.48);
  font-size: 7px;
  letter-spacing: 0.8px;
  line-height: 1.3;
  text-transform: uppercase;
}

.home-story__badge strong {
  display: block;
  color: var(--home-gold);
  font-family: "Playfair Display", serif;
  font-size: 13px;
  letter-spacing: 1px;
}

/* =====================================
   STORY CONTENT
===================================== */

.home-story__content h2 {
  margin: 0 0 23px;
  color: var(--home-black);
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 5vw, 64px);
  font-weight: 600;
  line-height: 1.07;
  letter-spacing: -1.8px;
}

.home-story__content h2 em {
  display: block;
  color: var(--home-green);
  font-weight: 600;
}

.home-story__content > p {
  max-width: 650px;
  margin: 0 0 14px;
  color: #717c75;
  font-size: 12px;
  line-height: 1.8;
}

.home-story__content > .home-story__lead {
  color: var(--home-text);
  font-size: 15px;
  font-weight: 500;
}

/* Story Values */

.home-story__values {
  display: grid;
  gap: 11px;
  margin-top: 26px;
}

.home-story__values article {
  display: flex;
  gap: 13px;
  align-items: center;
  padding: 14px;
  border: 1px solid rgba(54, 88, 68, 0.11);
  border-radius: 15px;
  background: rgba(255, 255, 255, 0.62);
}

.home-story__values article > div {
  display: grid;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 13px;
  color: var(--home-green);
  background: rgba(145, 173, 150, 0.17);
}

.home-story__values iconify-icon {
  font-size: 21px;
}

.home-story__values span {
  color: #7a857e;
  font-size: 9px;
}

.home-story__values strong {
  display: block;
  margin-bottom: 2px;
  color: var(--home-black);
  font-size: 10px;
}

/* Story Actions */

.home-story__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 17px;
  align-items: center;
  margin-top: 30px;
}

.home-story__button {
  display: inline-flex;
  gap: 9px;
  min-height: 54px;
  padding: 0 20px;
  align-items: center;
  border-radius: 13px;
  color: #ffffff;
  background: var(--home-black);
  box-shadow: 0 14px 28px rgba(18, 23, 21, 0.16);
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.home-story__button:hover {
  background: var(--home-green);
  transform: translateY(-3px);
}

.home-story__button iconify-icon {
  font-size: 18px;
}

.home-story__text-link {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  color: var(--home-green);
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
}

.home-story__text-link iconify-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.home-story__text-link:hover iconify-icon {
  transform: translateX(4px);
}

/* =====================================
   MISSION, VISION & COMMITMENT
===================================== */

.home-story__principles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 90px;
}

.home-story-principle {
  position: relative;
  min-height: 330px;
  padding: 31px;
  overflow: hidden;
  border: 1px solid rgba(54, 88, 68, 0.12);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.69);
  box-shadow: 0 17px 42px rgba(18, 23, 21, 0.05);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.home-story-principle::after {
  position: absolute;
  right: -50px;
  bottom: -60px;
  width: 145px;
  height: 145px;
  border-radius: 50%;
  content: "";
  background: rgba(145, 173, 150, 0.1);
  transition: transform 0.4s ease;
}

.home-story-principle:hover {
  border-color: rgba(54, 88, 68, 0.3);
  box-shadow: 0 23px 50px rgba(18, 23, 21, 0.1);
  transform: translateY(-7px);
}

.home-story-principle:hover::after {
  transform: scale(1.3);
}

.home-story-principle__number {
  position: absolute;
  top: 19px;
  right: 24px;
  color: rgba(54, 88, 68, 0.12);
  font-family: "Playfair Display", serif;
  font-size: 31px;
  font-weight: 700;
}

.home-story-principle__icon {
  display: grid;
  width: 60px;
  height: 60px;
  margin-bottom: 25px;
  place-items: center;
  border: 1px solid rgba(54, 88, 68, 0.14);
  border-radius: 18px;
  color: var(--home-green);
  background: rgba(145, 173, 150, 0.18);
}

.home-story-principle__icon iconify-icon {
  font-size: 29px;
}

.home-story-principle > span {
  display: block;
  margin-bottom: 7px;
  color: var(--home-green);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

.home-story-principle h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 12px;
  color: var(--home-black);
  font-family: "Playfair Display", serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.3;
}

.home-story-principle p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #758079;
  font-size: 10px;
  line-height: 1.75;
}

/* =====================================
   BRAND QUOTE
===================================== */

.home-story__quote {
  position: relative;
  margin-top: 30px;
  padding: 48px 55px;
  overflow: hidden;
  border-radius: 27px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 90% 50%,
      rgba(145, 173, 150, 0.16),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      var(--home-black),
      var(--home-green)
    );
  box-shadow: 0 25px 60px rgba(18, 23, 21, 0.19);
}

.home-story__quote-mark {
  position: absolute;
  top: -30px;
  right: 50px;
  color: rgba(255, 255, 255, 0.055);
  font-family: "Playfair Display", serif;
  font-size: 210px;
  line-height: 1;
}

.home-story__quote blockquote {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 0 25px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 500;
  line-height: 1.35;
}

.home-story__quote-brand {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 15px;
  align-items: center;
}

.home-story__quote-brand img {
  width: auto;
  max-width: 105px;
  height: 31px;
  object-fit: contain;
}

.home-story__quote-brand span {
  padding-left: 15px;
  border-left: 1px solid rgba(255, 255, 255, 0.17);
  color: rgba(255, 255, 255, 0.39);
  font-size: 8px;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* Responsive */

@media (max-width: 1050px) {
  .home-story__layout {
    grid-template-columns: 1fr;
    gap: 60px;
  }

  .home-story__visual {
    width: min(100%, 760px);
    margin: 0 auto;
  }
}

@media (max-width: 768px) {
  .home-story {
    padding: 85px 0 75px;
  }

  .home-story__visual {
    min-height: 590px;
  }

  .home-story__image--main {
    right: 0;
    width: 87%;
    height: 520px;
    border-radius: 130px 24px 24px 24px;
  }

  .home-story__principles {
    grid-template-columns: 1fr;
    margin-top: 70px;
  }

  .home-story-principle {
    min-height: 290px;
  }

  .home-story__quote {
    padding: 39px 30px;
  }
}

@media (max-width: 520px) {
  .home-story__visual {
    min-height: 520px;
  }

  .home-story__image--main {
    height: 450px;
  }

  .home-story__image--small {
    width: 55%;
    height: 210px;
  }

  .home-story__badge {
    top: 28px;
    width: 88px;
    height: 88px;
  }

  .home-story__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-story__button,
  .home-story__text-link {
    width: 100%;
    justify-content: center;
  }

  .home-story__quote-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-story__quote-brand span {
    padding-top: 10px;
    padding-left: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.17);
    border-left: 0;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7acb067 *//* =====================================
   HOMEPAGE - SECTION 3
   COMPLETE PRODUCT COLLECTION
===================================== */

.home-collection,
.home-collection * {
  box-sizing: border-box;
}

.home-collection {
  position: relative;
  padding: 120px 0 100px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 8% 18%,
      rgba(145, 173, 150, 0.14),
      transparent 24%
    ),
    radial-gradient(
      circle at 92% 78%,
      rgba(197, 166, 111, 0.08),
      transparent 23%
    ),
    linear-gradient(
      145deg,
      var(--home-black),
      var(--home-deep) 55%,
      var(--home-green)
    );
}

.home-collection .home-container {
  position: relative;
  z-index: 2;
}

/* Background Glows */

.home-collection__glow {
  position: absolute;
  border: 1px solid rgba(145, 173, 150, 0.075);
  border-radius: 50%;
  pointer-events: none;
}

.home-collection__glow--one {
  top: -190px;
  right: -150px;
  width: 520px;
  height: 520px;
}

.home-collection__glow--one::before {
  position: absolute;
  inset: 65px;
  border: 1px dashed rgba(145, 173, 150, 0.065);
  border-radius: inherit;
  content: "";
}

.home-collection__glow--two {
  bottom: -270px;
  left: -190px;
  width: 590px;
  height: 590px;
}

/* Section Header */

.home-collection__header {
  max-width: 840px;
  margin: 0 auto 40px;
  text-align: center;
}

.home-section-label--dark {
  border-color: rgba(145, 173, 150, 0.17);
  color: var(--home-sage);
  background: rgba(255, 255, 255, 0.045);
  backdrop-filter: blur(12px);
}

.home-collection__header h2 {
  margin: 0 0 20px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 5vw, 66px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.home-collection__header h2 em {
  display: block;
  color: var(--home-sage);
  font-weight: 600;
}

.home-collection__header > p {
  max-width: 660px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.51);
  font-size: 14px;
  line-height: 1.8;
}

/* Filter Buttons */

.home-collection__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  align-items: center;
  justify-content: center;
  margin-bottom: 45px;
}

.home-collection__filter {
  min-height: 42px;
  padding: 0 17px;
  cursor: pointer;
  border: 1px solid rgba(255, 255, 255, 0.095);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.49);
  background: rgba(255, 255, 255, 0.035);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.home-collection__filter:hover,
.home-collection__filter--active {
  border-color: var(--home-sage);
  color: var(--home-deep);
  background: var(--home-sage);
}

/* Product Grid */

.home-collection__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

/* Product Card */

.home-collection-card {
  position: relative;
  min-height: 520px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 24px;
  background:
    radial-gradient(
      circle at 50% 34%,
      color-mix(
        in srgb,
        var(--card-accent) 15%,
        transparent
      ),
      transparent 28%
    ),
    rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(12px);
  transition:
    opacity 0.35s ease,
    transform 0.35s ease,
    border-color 0.35s ease,
    background 0.35s ease;
}

.home-collection-card:hover {
  border-color:
    color-mix(
      in srgb,
      var(--card-accent) 45%,
      transparent
    );
  background:
    radial-gradient(
      circle at 50% 34%,
      color-mix(
        in srgb,
        var(--card-accent) 19%,
        transparent
      ),
      transparent 32%
    ),
    rgba(255, 255, 255, 0.06);
  transform: translateY(-8px);
}

.home-collection-card--hidden {
  display: none;
}

/* Product Colours */

.home-collection-card--men {
  --card-accent: #82ad91;
  --card-dark: #446b50;
}

.home-collection-card--women {
  --card-accent: #d7a0ad;
  --card-dark: #875264;
}

.home-collection-card--h3 {
  --card-accent: #d2af74;
  --card-dark: #886d40;
}

.home-collection-card--coffee {
  --card-accent: #c39a72;
  --card-dark: #795b43;
}

.home-collection-card--fiber {
  --card-accent: #91b184;
  --card-dark: #54745c;
}

.home-collection-card--toothpaste {
  --card-accent: #82b7aa;
  --card-dark: #426f64;
}

.home-collection-card--shampoo {
  --card-accent: #91b49b;
  --card-dark: #40644c;
}

/* Card Top */

.home-collection-card__top {
  position: absolute;
  top: 20px;
  right: 21px;
  left: 21px;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.home-collection-card__top > span {
  display: inline-flex;
  padding: 8px 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  color: rgba(255, 255, 255, 0.5);
  background: rgba(18, 23, 21, 0.35);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.home-collection-card__top > strong {
  color: rgba(255, 255, 255, 0.1);
  font-family: "Playfair Display", serif;
  font-size: 27px;
  font-weight: 700;
}

/* Product Visual */

.home-collection-card__visual {
  position: relative;
  display: grid;
  height: 300px;
  padding-top: 45px;
  place-items: center;
}

.home-collection-card__circle {
  position: absolute;
  top: 65px;
  width: 230px;
  max-width: 78%;
  aspect-ratio: 1;
  border: 1px solid
    color-mix(
      in srgb,
      var(--card-accent) 22%,
      transparent
    );
  border-radius: 50%;
}

.home-collection-card__circle::before {
  position: absolute;
  inset: 24px;
  border: 1px dashed
    color-mix(
      in srgb,
      var(--card-accent) 17%,
      transparent
    );
  border-radius: inherit;
  content: "";
}

.home-collection-card__visual > img {
  position: relative;
  z-index: 2;
  width: 75%;
  max-height: 260px;
  object-fit: contain;
  filter: drop-shadow(0 25px 21px rgba(0, 0, 0, 0.28));
  transition: transform 0.45s ease;
}

.home-collection-card:hover
.home-collection-card__visual > img {
  transform: translateY(-7px) rotate(-1deg);
}

/* Card Content */

.home-collection-card__content {
  position: absolute;
  right: 22px;
  bottom: 22px;
  left: 22px;
}

.home-collection-card__type {
  display: block;
  margin-bottom: 5px;
  color: var(--card-accent);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

.home-collection-card__content h3 {
  margin: 0 0 9px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.15;
}

.home-collection-card--toothpaste
.home-collection-card__content h3 {
  font-size: 23px;
}

.home-collection-card__content > p {
  min-height: 51px;
  margin: 0 0 17px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 9px;
  line-height: 1.65;
}

/* Card Actions */

.home-collection-card__actions {
  display: flex;
  gap: 9px;
}

.home-collection-card__actions > a:first-child {
  display: inline-flex;
  flex: 1;
  gap: 7px;
  min-height: 44px;
  padding: 0 13px;
  align-items: center;
  justify-content: space-between;
  border-radius: 11px;
  color: #ffffff;
  background: var(--card-dark);
  font-size: 8px;
  font-weight: 800;
  text-decoration: none;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.home-collection-card__actions > a:first-child:hover {
  color: var(--home-black);
  background: var(--card-accent);
  transform: translateY(-3px);
}

.home-collection-card__actions > a:first-child iconify-icon {
  font-size: 17px;
}

.home-collection-card__actions > a:last-child {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 11px;
  color: rgba(255, 255, 255, 0.59);
  background: rgba(255, 255, 255, 0.04);
  text-decoration: none;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease;
}

.home-collection-card__actions > a:last-child:hover {
  border-color: var(--card-accent);
  color: var(--home-black);
  background: var(--card-accent);
}

.home-collection-card__actions > a:last-child iconify-icon {
  font-size: 20px;
}

/* Collection CTA */

.home-collection__cta {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: space-between;
  margin-top: 55px;
  padding: 30px 34px;
  border: 1px solid rgba(145, 173, 150, 0.14);
  border-radius: 22px;
  background:
    linear-gradient(
      135deg,
      rgba(145, 173, 150, 0.1),
      rgba(255, 255, 255, 0.025)
    );
}

.home-collection__cta-content {
  display: flex;
  gap: 15px;
  align-items: center;
}

.home-collection__cta-icon {
  display: grid;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 16px;
  color: var(--home-deep);
  background: var(--home-sage);
}

.home-collection__cta-icon iconify-icon {
  font-size: 27px;
}

.home-collection__cta-content span {
  display: block;
  margin-bottom: 3px;
  color: var(--home-sage);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-collection__cta-content h3 {
  margin: 0;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 19px;
  font-weight: 600;
}

.home-collection__cta > a {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 9px;
  min-height: 50px;
  padding: 0 18px;
  align-items: center;
  border-radius: 12px;
  color: var(--home-deep);
  background: var(--home-sage);
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.home-collection__cta > a:hover {
  background: var(--home-cream);
  transform: translateY(-3px);
}

.home-collection__cta > a iconify-icon {
  font-size: 18px;
}

/* Responsive */

@media (max-width: 1100px) {
  .home-collection__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 850px) {
  .home-collection {
    padding: 85px 0 75px;
  }

  .home-collection__header {
    margin-bottom: 35px;
    text-align: left;
  }

  .home-collection__header > p {
    margin: 0;
  }

  .home-collection__filters {
    justify-content: flex-start;
  }

  .home-collection__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-collection__cta {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 560px) {
  .home-collection__filters {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .home-collection__filter {
    width: 100%;
  }

  .home-collection__grid {
    grid-template-columns: 1fr;
  }

  .home-collection-card {
    min-height: 515px;
  }

  .home-collection__cta {
    padding: 26px 22px;
  }

  .home-collection__cta-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-collection__cta > a {
    width: 100%;
    justify-content: center;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a51f329 *//* =====================================
   HOMEPAGE - SECTION 4
   WHY CHOOSE HERBX
===================================== */

.home-why,
.home-why * {
  box-sizing: border-box;
}

.home-why {
  position: relative;
  padding: 120px 0;
  overflow: hidden;
  color: var(--home-text);
  background:
    radial-gradient(
      circle at 7% 22%,
      rgba(145, 173, 150, 0.18),
      transparent 24%
    ),
    radial-gradient(
      circle at 93% 78%,
      rgba(197, 166, 111, 0.09),
      transparent 23%
    ),
    var(--home-cream);
}

.home-why .home-container {
  position: relative;
  z-index: 2;
}

/* Background Shapes */

.home-why__shape {
  position: absolute;
  border: 1px solid rgba(54, 88, 68, 0.09);
  pointer-events: none;
}

.home-why__shape--one {
  top: 180px;
  left: -155px;
  width: 310px;
  height: 520px;
  border-radius: 100% 0 100% 0;
  transform: rotate(24deg);
}

.home-why__shape--two {
  right: -210px;
  bottom: 170px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
}

/* Section Header */

.home-why__header {
  margin-bottom: 60px;
}

.home-why__heading-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 70px;
  align-items: end;
}

.home-why__heading-layout h2 {
  max-width: 800px;
  margin: 0;
  color: var(--home-black);
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 5vw, 65px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.home-why__heading-layout h2 em {
  display: block;
  color: var(--home-green);
  font-weight: 600;
}

.home-why__heading-layout > p {
  margin: 0 0 7px;
  color: #6d7972;
  font-size: 14px;
  line-height: 1.85;
}

/* Main Layout */

.home-why__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
  gap: 28px;
  align-items: stretch;
}

/* Lifestyle Visual */

.home-why__visual {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  border-radius: 29px;
  box-shadow: 0 30px 70px rgba(18, 23, 21, 0.16);
}

.home-why__visual > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.8s ease;
}

.home-why__visual:hover > img {
  transform: scale(1.045);
}

.home-why__visual-overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(18, 23, 21, 0.04) 20%,
      rgba(18, 23, 21, 0.91) 100%
    );
}

.home-why__visual-badge {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 2;
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 12px 15px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 15px;
  color: #ffffff;
  background: rgba(18, 23, 21, 0.65);
  backdrop-filter: blur(13px);
}

.home-why__visual-badge > iconify-icon {
  color: var(--home-sage);
  font-size: 24px;
}

.home-why__visual-badge span {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.37);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.home-why__visual-badge strong {
  display: block;
  font-size: 10px;
}

.home-why__visual-content {
  position: absolute;
  right: 35px;
  bottom: 38px;
  left: 35px;
  z-index: 2;
}

.home-why__visual-content > span {
  display: block;
  margin-bottom: 9px;
  color: var(--home-sage);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

.home-why__visual-content h3 {
  max-width: 520px;
  margin: 0 0 15px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(29px, 3vw, 41px);
  font-weight: 600;
  line-height: 1.17;
}

.home-why__visual-content p {
  max-width: 500px;
  margin: 0;
  color: rgba(255, 255, 255, 0.53);
  font-size: 11px;
  line-height: 1.75;
}

/* Value Cards */

.home-why__cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 17px;
}

.home-value-card {
  position: relative;
  min-height: 315px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(54, 88, 68, 0.12);
  border-radius: 23px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 16px 40px rgba(18, 23, 21, 0.05);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.home-value-card::after {
  position: absolute;
  right: -47px;
  bottom: -57px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  content: "";
  background: rgba(145, 173, 150, 0.11);
  transition: transform 0.4s ease;
}

.home-value-card:hover {
  border-color: rgba(54, 88, 68, 0.3);
  box-shadow: 0 22px 48px rgba(18, 23, 21, 0.1);
  transform: translateY(-7px);
}

.home-value-card:hover::after {
  transform: scale(1.3);
}

.home-value-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 24px;
}

.home-value-card__icon {
  display: grid;
  width: 59px;
  height: 59px;
  place-items: center;
  border: 1px solid rgba(54, 88, 68, 0.14);
  border-radius: 18px;
  color: var(--home-green);
  background: rgba(145, 173, 150, 0.18);
}

.home-value-card__icon iconify-icon {
  font-size: 29px;
}

.home-value-card__top > span {
  color: rgba(54, 88, 68, 0.15);
  font-family: "Playfair Display", serif;
  font-size: 30px;
  font-weight: 700;
}

.home-value-card h3 {
  position: relative;
  z-index: 2;
  margin: 0 0 11px;
  color: var(--home-black);
  font-family: "Playfair Display", serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.3;
}

.home-value-card p {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #748078;
  font-size: 11px;
  line-height: 1.75;
}

.home-value-card__tag {
  position: absolute;
  bottom: 26px;
  left: 28px;
  z-index: 2;
  display: inline-flex;
  padding: 7px 10px;
  border-radius: 100px;
  color: var(--home-green);
  background: rgba(145, 173, 150, 0.17);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* =====================================
   BRAND FACTS
===================================== */

.home-why__facts {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 75px;
  overflow: hidden;
  border: 1px solid rgba(54, 88, 68, 0.13);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.65);
  box-shadow: 0 20px 50px rgba(18, 23, 21, 0.055);
}

.home-why__facts article {
  display: flex;
  gap: 14px;
  min-height: 120px;
  padding: 24px;
  align-items: center;
}

.home-why__facts article + article {
  border-left: 1px solid rgba(54, 88, 68, 0.11);
}

.home-why__fact-icon {
  display: grid;
  flex: 0 0 48px;
  width: 48px;
  height: 48px;
  place-items: center;
  border-radius: 15px;
  color: var(--home-green);
  background: rgba(145, 173, 150, 0.17);
}

.home-why__fact-icon iconify-icon {
  font-size: 24px;
}

.home-why__facts strong {
  display: block;
  margin-bottom: 2px;
  color: var(--home-black);
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 600;
}

.home-why__facts span {
  display: block;
  color: #7c877f;
  font-size: 8px;
  line-height: 1.45;
}

/* Philosophy CTA */

.home-why__philosophy {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 18px;
  align-items: center;
  margin-top: 30px;
  padding: 30px 34px;
  border-radius: 22px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 88% 50%,
      rgba(145, 173, 150, 0.15),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      var(--home-black),
      var(--home-green)
    );
  box-shadow: 0 22px 55px rgba(18, 23, 21, 0.17);
}

.home-why__philosophy-icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 17px;
  color: var(--home-deep);
  background: var(--home-sage);
}

.home-why__philosophy-icon iconify-icon {
  font-size: 29px;
}

.home-why__philosophy-content > span {
  display: block;
  margin-bottom: 4px;
  color: var(--home-sage);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-why__philosophy-content h3 {
  margin: 0 0 5px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
}

.home-why__philosophy-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.4);
  font-size: 8px;
  line-height: 1.6;
}

.home-why__philosophy > a {
  display: inline-flex;
  gap: 9px;
  min-height: 50px;
  padding: 0 18px;
  align-items: center;
  border-radius: 12px;
  color: var(--home-deep);
  background: var(--home-sage);
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.home-why__philosophy > a:hover {
  background: var(--home-cream);
  transform: translateY(-3px);
}

.home-why__philosophy > a iconify-icon {
  font-size: 18px;
}

/* Responsive */

@media (max-width: 1050px) {
  .home-why__heading-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-why__heading-layout > p {
    max-width: 700px;
  }

  .home-why__layout {
    grid-template-columns: 1fr;
  }

  .home-why__visual {
    min-height: 580px;
  }

  .home-why__facts {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-why__facts article:nth-child(3) {
    border-top: 1px solid rgba(54, 88, 68, 0.11);
    border-left: 0;
  }

  .home-why__facts article:nth-child(4) {
    border-top: 1px solid rgba(54, 88, 68, 0.11);
  }
}

@media (max-width: 768px) {
  .home-why {
    padding: 85px 0;
  }

  .home-why__header {
    margin-bottom: 43px;
  }

  .home-why__cards {
    grid-template-columns: 1fr;
  }

  .home-value-card {
    min-height: 285px;
  }

  .home-why__philosophy {
    grid-template-columns: auto 1fr;
  }

  .home-why__philosophy > a {
    grid-column: span 2;
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 560px) {
  .home-why__visual {
    min-height: 480px;
    border-radius: 23px;
  }

  .home-why__visual-badge {
    top: 18px;
    right: 18px;
  }

  .home-why__visual-content {
    right: 22px;
    bottom: 25px;
    left: 22px;
  }

  .home-value-card {
    min-height: 300px;
    padding: 24px;
  }

  .home-value-card__tag {
    bottom: 23px;
    left: 24px;
  }

  .home-why__facts {
    grid-template-columns: 1fr;
  }

  .home-why__facts article + article,
  .home-why__facts article:nth-child(3),
  .home-why__facts article:nth-child(4) {
    border-top: 1px solid rgba(54, 88, 68, 0.11);
    border-left: 0;
  }

  .home-why__philosophy {
    grid-template-columns: 1fr;
    padding: 26px 22px;
  }

  .home-why__philosophy > a {
    grid-column: auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d578753 *//* =====================================
   HOMEPAGE - SECTION 7
   CUSTOMER TESTIMONIALS
===================================== */

.home-testimonials,
.home-testimonials * {
  box-sizing: border-box;
}

.home-testimonials {
  position: relative;
  padding: 120px 0 90px;
  overflow: hidden;
  color: var(--home-text);
  background:
    radial-gradient(
      circle at 7% 22%,
      rgba(145, 173, 150, 0.18),
      transparent 24%
    ),
    radial-gradient(
      circle at 93% 78%,
      rgba(197, 166, 111, 0.09),
      transparent 23%
    ),
    var(--home-cream);
}

.home-testimonials .home-container {
  position: relative;
  z-index: 2;
}

/* Decorative Shapes */

.home-testimonials__shape {
  position: absolute;
  border: 1px solid rgba(54, 88, 68, 0.09);
  pointer-events: none;
}

.home-testimonials__shape--one {
  top: 180px;
  left: -155px;
  width: 310px;
  height: 520px;
  border-radius: 100% 0 100% 0;
  transform: rotate(24deg);
}

.home-testimonials__shape--two {
  right: -210px;
  bottom: 170px;
  width: 480px;
  height: 480px;
  border-radius: 50%;
}

/* Section Header */

.home-testimonials__header {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
  gap: 70px;
  align-items: end;
  margin-bottom: 55px;
}

.home-testimonials__header h2 {
  max-width: 790px;
  margin: 0;
  color: var(--home-black);
  font-family: "Playfair Display", serif;
  font-size: clamp(42px, 5vw, 65px);
  font-weight: 600;
  line-height: 1.08;
  letter-spacing: -1.8px;
}

.home-testimonials__header h2 em {
  display: block;
  color: var(--home-green);
  font-weight: 600;
}

.home-testimonials__header-content > p {
  margin: 0 0 20px;
  color: #6d7972;
  font-size: 14px;
  line-height: 1.8;
}

/* Slider Controls */

.home-testimonials__controls {
  display: flex;
  gap: 9px;
}

.home-testimonials__control {
  display: grid;
  width: 46px;
  height: 46px;
  cursor: pointer;
  place-items: center;
  border: 1px solid rgba(54, 88, 68, 0.14);
  border-radius: 13px;
  color: var(--home-green);
  background: rgba(255, 255, 255, 0.67);
  transition:
    color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.home-testimonials__control:hover {
  color: #ffffff;
  background: var(--home-green);
  transform: translateY(-3px);
}

.home-testimonials__control iconify-icon {
  font-size: 21px;
}

/* Testimonial Viewport */

.home-testimonials__viewport {
  overflow: hidden;
}

.home-testimonials__track {
  display: flex;
  gap: 18px;
  transition: transform 0.55s ease;
}

/* Testimonial Card */

.home-testimonial-card {
  position: relative;
  flex: 0 0 calc((100% - 36px) / 3);
  min-height: 390px;
  padding: 30px;
  overflow: hidden;
  border: 1px solid rgba(54, 88, 68, 0.12);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 18px 45px rgba(18, 23, 21, 0.055);
  transition:
    transform 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}

.home-testimonial-card::after {
  position: absolute;
  right: -55px;
  bottom: -65px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  content: "";
  background: rgba(145, 173, 150, 0.1);
}

.home-testimonial-card:hover {
  border-color: rgba(54, 88, 68, 0.3);
  box-shadow: 0 25px 55px rgba(18, 23, 21, 0.1);
  transform: translateY(-7px);
}

/* Testimonial Top */

.home-testimonial-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.home-testimonial-card__quote {
  display: grid;
  width: 54px;
  height: 54px;
  place-items: center;
  border-radius: 16px;
  color: var(--home-green);
  background: rgba(145, 173, 150, 0.18);
}

.home-testimonial-card__quote iconify-icon {
  font-size: 27px;
}

.home-testimonial-card__top > span {
  padding: 7px 10px;
  border-radius: 100px;
  color: var(--home-green);
  background: rgba(145, 173, 150, 0.15);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

/* Testimonial Text */

.home-testimonial-card blockquote {
  position: relative;
  z-index: 2;
  min-height: 155px;
  margin: 0 0 28px;
  color: var(--home-black);
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.55;
}

/* Testimonial Footer */

.home-testimonial-card__footer {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: space-between;
  padding-top: 21px;
  border-top: 1px solid rgba(54, 88, 68, 0.1);
}

.home-testimonial-card__customer {
  display: flex;
  gap: 10px;
  align-items: center;
}

.home-testimonial-card__avatar {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  color: #ffffff;
  background: var(--home-green);
}

.home-testimonial-card__avatar iconify-icon {
  font-size: 21px;
}

.home-testimonial-card__customer strong {
  display: block;
  margin-bottom: 2px;
  color: var(--home-black);
  font-size: 9px;
}

.home-testimonial-card__customer span {
  display: block;
  color: #8a948e;
  font-size: 7px;
}

/* Testimonial Product */

.home-testimonial-card__product {
  display: flex;
  gap: 7px;
  align-items: center;
}

.home-testimonial-card__product img {
  width: 37px;
  height: 37px;
  object-fit: contain;
}

.home-testimonial-card__product span {
  color: var(--home-green);
  font-size: 7px;
  font-weight: 700;
}

/* Progress */

.home-testimonials__progress {
  display: flex;
  gap: 22px;
  align-items: center;
  margin-top: 28px;
}

.home-testimonials__progress-info {
  display: flex;
  gap: 9px;
  align-items: center;
  color: #89938d;
  font-size: 8px;
  font-weight: 700;
}

.home-testimonials__progress-info span:first-child {
  color: var(--home-green);
}

.home-testimonials__progress-info i {
  width: 25px;
  height: 1px;
  background: rgba(54, 88, 68, 0.25);
}

.home-testimonials__progress-bar {
  flex: 1;
  height: 3px;
  overflow: hidden;
  border-radius: 10px;
  background: rgba(54, 88, 68, 0.11);
}

.home-testimonials__progress-bar span {
  display: block;
  width: 25%;
  height: 100%;
  border-radius: inherit;
  background: var(--home-green);
  transition: width 0.4s ease;
}

/* Testimonial CTA */

.home-testimonials__cta {
  display: flex;
  gap: 35px;
  align-items: center;
  justify-content: space-between;
  margin-top: 70px;
  padding: 33px 36px;
  border-radius: 24px;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 88% 50%,
      rgba(145, 173, 150, 0.16),
      transparent 25%
    ),
    linear-gradient(
      135deg,
      var(--home-black),
      var(--home-green)
    );
  box-shadow: 0 24px 58px rgba(18, 23, 21, 0.18);
}

.home-testimonials__cta-content {
  display: flex;
  gap: 16px;
  align-items: center;
}

.home-testimonials__cta-icon {
  display: grid;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 17px;
  color: var(--home-deep);
  background: var(--home-sage);
}

.home-testimonials__cta-icon iconify-icon {
  font-size: 29px;
}

.home-testimonials__cta-content span {
  display: block;
  margin-bottom: 3px;
  color: var(--home-sage);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.home-testimonials__cta-content h3 {
  margin: 0 0 4px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 600;
}

.home-testimonials__cta-content p {
  margin: 0;
  color: rgba(255, 255, 255, 0.38);
  font-size: 8px;
}

.home-testimonials__cta > a {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 9px;
  min-height: 51px;
  padding: 0 18px;
  align-items: center;
  border-radius: 12px;
  color: var(--home-deep);
  background: var(--home-sage);
  font-size: 8px;
  font-weight: 800;
  text-decoration: none;
  transition:
    background 0.3s ease,
    transform 0.3s ease;
}

.home-testimonials__cta > a:hover {
  background: var(--home-cream);
  transform: translateY(-3px);
}

.home-testimonials__cta > a iconify-icon {
  font-size: 18px;
}

/* Disclaimer */

.home-testimonials__notice {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  max-width: 980px;
  margin: 28px auto 0;
  color: #818b85;
  text-align: center;
}

.home-testimonials__notice iconify-icon {
  flex: 0 0 auto;
  margin-top: 1px;
  color: var(--home-green);
  font-size: 16px;
}

.home-testimonials__notice p {
  margin: 0;
  font-size: 8px;
  line-height: 1.7;
}

/* Responsive */

@media (max-width: 1050px) {
  .home-testimonials__header {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .home-testimonials__header-content {
    max-width: 700px;
  }

  .home-testimonial-card {
    flex-basis: calc((100% - 18px) / 2);
  }
}

@media (max-width: 768px) {
  .home-testimonials {
    padding: 85px 0 70px;
  }

  .home-testimonial-card {
    flex-basis: 100%;
  }

  .home-testimonials__cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-testimonials__cta > a {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 520px) {
  .home-testimonial-card {
    min-height: 410px;
    padding: 24px;
  }

  .home-testimonial-card__footer {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-testimonials__cta {
    padding: 28px 22px;
  }

  .home-testimonials__cta-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-testimonials__notice {
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aef5165 *//* =====================================
   HOMEPAGE - SECTION 8
   FINAL SHOP CTA
===================================== */

.home-final-cta,
.home-final-cta * {
  box-sizing: border-box;
}

.home-final-cta {
  position: relative;
  padding: 120px 0 75px;
  overflow: hidden;
  color: #ffffff;
  background:
    radial-gradient(
      circle at 18% 45%,
      rgba(145, 173, 150, 0.17),
      transparent 26%
    ),
    radial-gradient(
      circle at 88% 75%,
      rgba(197, 166, 111, 0.09),
      transparent 23%
    ),
    linear-gradient(
      135deg,
      var(--home-black),
      var(--home-deep) 55%,
      var(--home-green)
    );
}

.home-final-cta .home-container {
  position: relative;
  z-index: 2;
}

/* Grid Pattern */

.home-final-cta__pattern {
  position: absolute;
  inset: 0;
  opacity: 0.18;
  pointer-events: none;
  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.055) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.055) 1px,
      transparent 1px
    );
  background-size: 58px 58px;
  mask-image:
    linear-gradient(
      to right,
      transparent,
      black 25%,
      black 80%,
      transparent
    );
}

/* Decorative Glows */

.home-final-cta__glow {
  position: absolute;
  border: 1px solid rgba(145, 173, 150, 0.075);
  border-radius: 50%;
  pointer-events: none;
}

.home-final-cta__glow--one {
  top: -200px;
  right: -150px;
  width: 530px;
  height: 530px;
}

.home-final-cta__glow--one::before {
  position: absolute;
  inset: 65px;
  border: 1px dashed rgba(145, 173, 150, 0.065);
  border-radius: inherit;
  content: "";
}

.home-final-cta__glow--two {
  bottom: -280px;
  left: -190px;
  width: 600px;
  height: 600px;
}

/* Main Layout */

.home-final-cta__layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 75px;
  align-items: center;
}

/* =====================================
   PRODUCT VISUAL
===================================== */

.home-final-cta__visual {
  position: relative;
  display: grid;
  min-height: 650px;
  place-items: center;
}

.home-final-cta__circle {
  position: absolute;
  width: min(90%, 500px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(
      circle at 40% 30%,
      rgba(184, 201, 187, 0.16),
      rgba(145, 173, 150, 0.08) 55%,
      rgba(18, 23, 21, 0.2)
    );
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    0 45px 85px rgba(0, 0, 0, 0.25);
}

.home-final-cta__ring {
  position: absolute;
  width: min(104%, 590px);
  aspect-ratio: 1;
  border: 1px solid rgba(145, 173, 150, 0.11);
  border-radius: 50%;
}

.home-final-cta__ring::before {
  position: absolute;
  inset: 27px;
  border: 1px dashed rgba(145, 173, 150, 0.09);
  border-radius: inherit;
  content: "";
}

.home-final-cta__visual > img {
  position: relative;
  z-index: 3;
  width: 94%;
  max-width: 540px;
  max-height: 580px;
  object-fit: contain;
  filter: drop-shadow(0 38px 30px rgba(0, 0, 0, 0.36));
  animation: homeFinalProductFloat 5s ease-in-out infinite;
}

@keyframes homeFinalProductFloat {
  0%,
  100% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-12px);
  }
}

/* Floating Cards */

.home-final-cta__floating {
  position: absolute;
  z-index: 5;
  display: flex;
  gap: 11px;
  align-items: center;
  padding: 13px 16px;
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 15px;
  background: rgba(18, 23, 21, 0.72);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
  backdrop-filter: blur(14px);
}

.home-final-cta__floating--top {
  top: 90px;
  left: -10px;
}

.home-final-cta__floating--bottom {
  right: -5px;
  bottom: 90px;
}

.home-final-cta__floating > div {
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 12px;
  color: var(--home-deep);
  background: var(--home-sage);
}

.home-final-cta__floating iconify-icon {
  font-size: 21px;
}

.home-final-cta__floating small {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.3);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.home-final-cta__floating strong {
  display: block;
  color: rgba(255, 255, 255, 0.81);
  font-size: 10px;
}

/* =====================================
   CTA CONTENT
===================================== */

.home-final-cta__eyebrow {
  display: inline-flex;
  gap: 8px;
  align-items: center;
  margin-bottom: 18px;
  color: var(--home-sage);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.home-final-cta__eyebrow iconify-icon {
  color: var(--home-gold);
  font-size: 19px;
}

.home-final-cta__content h2 {
  max-width: 690px;
  margin: 0 0 21px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: clamp(43px, 5.5vw, 70px);
  font-weight: 600;
  line-height: 1.04;
  letter-spacing: -2px;
}

.home-final-cta__content h2 em {
  display: block;
  color: var(--home-sage);
  font-weight: 600;
}

.home-final-cta__content > p {
  max-width: 590px;
  margin: 0 0 27px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
  line-height: 1.8;
}

/* Categories */

.home-final-cta__categories {
  display: grid;
  gap: 11px;
  margin-bottom: 31px;
}

.home-final-cta__categories > div {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 13px 14px;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}

.home-final-cta__category-icon {
  display: grid;
  flex: 0 0 41px;
  width: 41px;
  height: 41px;
  place-items: center;
  border-radius: 12px;
  color: var(--home-sage);
  background: rgba(145, 173, 150, 0.1);
}

.home-final-cta__category-icon iconify-icon {
  font-size: 21px;
}

.home-final-cta__categories > div > span:last-child {
  color: rgba(255, 255, 255, 0.35);
  font-size: 8px;
}

.home-final-cta__categories strong {
  display: block;
  margin-bottom: 2px;
  color: rgba(255, 255, 255, 0.81);
  font-size: 10px;
}

/* Buttons */

.home-final-cta__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
}

.home-final-cta__primary,
.home-final-cta__secondary {
  display: inline-flex;
  gap: 10px;
  min-height: 57px;
  padding: 0 22px;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  font-size: 10px;
  font-weight: 800;
  text-decoration: none;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.home-final-cta__primary {
  color: var(--home-deep);
  background: var(--home-sage);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.21);
}

.home-final-cta__primary:hover {
  background: var(--home-cream);
  transform: translateY(-4px);
}

.home-final-cta__secondary {
  border: 1px solid rgba(255, 255, 255, 0.13);
  color: rgba(255, 255, 255, 0.65);
  background: rgba(255, 255, 255, 0.04);
}

.home-final-cta__secondary:hover {
  border-color: var(--home-sage);
  color: var(--home-deep);
  background: var(--home-sage);
  transform: translateY(-4px);
}

.home-final-cta__actions iconify-icon {
  font-size: 20px;
}

/* Trust Row */

.home-final-cta__trust {
  display: flex;
  flex-wrap: wrap;
  gap: 13px;
  align-items: center;
  margin-top: 25px;
}

.home-final-cta__trust span {
  display: inline-flex;
  gap: 6px;
  align-items: center;
  color: rgba(255, 255, 255, 0.3);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.home-final-cta__trust iconify-icon {
  color: var(--home-sage);
  font-size: 16px;
}

.home-final-cta__trust i {
  width: 1px;
  height: 16px;
  background: rgba(255, 255, 255, 0.13);
}

/* =====================================
   QUICK PRODUCT NAVIGATION
===================================== */

.home-final-cta__products {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin-top: 60px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.085);
  border-radius: 19px;
  background: rgba(255, 255, 255, 0.035);
}

.home-final-cta__products > a {
  display: flex;
  gap: 9px;
  min-height: 79px;
  padding: 15px;
  align-items: center;
  color: inherit;
  text-decoration: none;
  transition: background 0.3s ease;
}

.home-final-cta__products > a + a {
  border-left: 1px solid rgba(255, 255, 255, 0.075);
}

.home-final-cta__products > a:hover {
  background: rgba(145, 173, 150, 0.08);
}

.home-final-cta__products span {
  color: rgba(145, 173, 150, 0.25);
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-weight: 700;
}

.home-final-cta__products strong {
  color: rgba(255, 255, 255, 0.61);
  font-size: 8px;
  font-weight: 700;
}

/* Product Reminder */

.home-final-cta__notice {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  max-width: 1000px;
  margin: 29px auto 0;
  color: rgba(255, 255, 255, 0.28);
  text-align: center;
}

.home-final-cta__notice-icon {
  display: grid;
  flex: 0 0 31px;
  width: 31px;
  height: 31px;
  place-items: center;
  border-radius: 9px;
  color: var(--home-sage);
  background: rgba(145, 173, 150, 0.075);
}

.home-final-cta__notice-icon iconify-icon {
  font-size: 17px;
}

.home-final-cta__notice p {
  margin: 2px 0 0;
  font-size: 8px;
  line-height: 1.7;
}

/* Responsive */

@media (max-width: 1050px) {
  .home-final-cta__layout {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .home-final-cta__visual {
    width: min(100%, 720px);
    margin: 0 auto;
  }

  .home-final-cta__content {
    max-width: 800px;
  }

  .home-final-cta__products {
    grid-template-columns: repeat(4, 1fr);
  }

  .home-final-cta__products > a:nth-child(5) {
    border-top: 1px solid rgba(255, 255, 255, 0.075);
    border-left: 0;
  }

  .home-final-cta__products > a:nth-child(6),
  .home-final-cta__products > a:nth-child(7) {
    border-top: 1px solid rgba(255, 255, 255, 0.075);
  }
}

@media (max-width: 768px) {
  .home-final-cta {
    padding: 85px 0 65px;
  }

  .home-final-cta__visual {
    min-height: 540px;
  }

  .home-final-cta__products {
    grid-template-columns: repeat(2, 1fr);
  }

  .home-final-cta__products > a:nth-child(odd) {
    border-left: 0;
  }

  .home-final-cta__products > a:nth-child(n + 3) {
    border-top: 1px solid rgba(255, 255, 255, 0.075);
  }
}

@media (max-width: 520px) {
  .home-final-cta__visual {
    min-height: 460px;
  }

  .home-final-cta__visual > img {
    width: 90%;
  }

  .home-final-cta__floating {
    padding: 10px 12px;
  }

  .home-final-cta__floating--top {
    top: 65px;
    left: 0;
  }

  .home-final-cta__floating--bottom {
    right: 0;
    bottom: 60px;
  }

  .home-final-cta__floating > div {
    width: 36px;
    height: 36px;
  }

  .home-final-cta__floating strong {
    font-size: 8px;
  }

  .home-final-cta__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-final-cta__primary,
  .home-final-cta__secondary {
    width: 100%;
  }

  .home-final-cta__trust {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-final-cta__trust i {
    display: none;
  }

  .home-final-cta__notice {
    text-align: left;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cd7ea12 *//* =====================================
   HOMEPAGE - SECTION 9
   PREMIUM FOOTER
===================================== */

.home-footer,
.home-footer * {
  box-sizing: border-box;
}

.home-footer {
  position: relative;
  color: #ffffff;
  background: var(--home-black);
}

/* =====================================
   FOOTER TOP
===================================== */

.home-footer__top {
  padding: 70px 0;
  background:
    radial-gradient(
      circle at 14% 50%,
      rgba(145, 173, 150, 0.19),
      transparent 24%
    ),
    var(--home-cream);
}

.home-footer__top-layout {
  position: relative;
  display: flex;
  gap: 45px;
  align-items: center;
  justify-content: space-between;
  padding: 44px 48px;
  overflow: hidden;
  border: 1px solid rgba(54, 88, 68, 0.14);
  border-radius: 27px;
  background:
    radial-gradient(
      circle at 88% 50%,
      rgba(145, 173, 150, 0.15),
      transparent 25%
    ),
    rgba(255, 255, 255, 0.77);
  box-shadow: 0 24px 60px rgba(18, 23, 21, 0.09);
}

.home-footer__top-layout::after {
  position: absolute;
  top: -150px;
  right: 18%;
  width: 300px;
  height: 300px;
  border: 1px dashed rgba(54, 88, 68, 0.08);
  border-radius: 50%;
  content: "";
}

.home-footer__top-content {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 22px;
  align-items: center;
}

.home-footer__top-icon {
  display: grid;
  flex: 0 0 73px;
  width: 73px;
  height: 73px;
  place-items: center;
  border-radius: 21px;
  color: var(--home-deep);
  background: var(--home-sage);
  box-shadow: 0 15px 30px rgba(145, 173, 150, 0.24);
}

.home-footer__top-icon iconify-icon {
  font-size: 36px;
}

.home-footer__top-content span {
  display: block;
  margin-bottom: 6px;
  color: var(--home-green);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.home-footer__top-content h2 {
  margin: 0 0 6px;
  color: var(--home-black);
  font-family: "Playfair Display", serif;
  font-size: clamp(28px, 4vw, 42px);
  font-weight: 600;
  line-height: 1.14;
}

.home-footer__top-content h2 em {
  color: var(--home-green);
  font-weight: 600;
}

.home-footer__top-content p {
  max-width: 610px;
  margin: 0;
  color: #737f77;
  font-size: 10px;
  line-height: 1.7;
}

.home-footer__top-actions {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
  align-items: center;
}

.home-footer__shop-button,
.home-footer__contact-button {
  display: inline-flex;
  gap: 9px;
  min-height: 55px;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
  border-radius: 13px;
  font-size: 9px;
  font-weight: 800;
  text-decoration: none;
  transition:
    color 0.3s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
}

.home-footer__shop-button {
  color: #ffffff;
  background: var(--home-black);
  box-shadow: 0 14px 28px rgba(18, 23, 21, 0.18);
}

.home-footer__shop-button:hover {
  background: var(--home-green);
  transform: translateY(-3px);
}

.home-footer__contact-button {
  border: 1px solid rgba(54, 88, 68, 0.16);
  color: var(--home-green);
  background: rgba(255, 255, 255, 0.55);
}

.home-footer__contact-button:hover {
  border-color: var(--home-green);
  color: #ffffff;
  background: var(--home-green);
  transform: translateY(-3px);
}

.home-footer__top-actions iconify-icon {
  font-size: 19px;
}

/* =====================================
   MAIN FOOTER
===================================== */

.home-footer__main {
  position: relative;
  padding: 85px 0 30px;
  overflow: hidden;
  background:
    radial-gradient(
      circle at 8% 15%,
      rgba(145, 173, 150, 0.12),
      transparent 24%
    ),
    linear-gradient(
      135deg,
      #0e1310,
      var(--home-black) 45%,
      var(--home-deep)
    );
}

.home-footer__decoration {
  position: absolute;
  right: -175px;
  bottom: -280px;
  width: 480px;
  height: 690px;
  border: 1px solid rgba(145, 173, 150, 0.06);
  border-radius: 100% 0 100% 0;
  transform: rotate(-30deg);
}

.home-footer__decoration::before {
  position: absolute;
  inset: 65px;
  border: 1px solid rgba(145, 173, 150, 0.05);
  border-radius: inherit;
  content: "";
}

/* Footer Grid */

.home-footer__grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.4fr 0.7fr 0.9fr 1fr 1.05fr;
  gap: 42px;
  padding-bottom: 55px;
}

/* Brand */

.home-footer__logo {
  display: inline-block;
  margin-bottom: 23px;
}

.home-footer__logo img {
  width: auto;
  max-width: 155px;
  height: 48px;
  object-fit: contain;
}

.home-footer__brand > p {
  max-width: 340px;
  margin: 0 0 26px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 10px;
  line-height: 1.8;
}

/* Social Icons */

.home-footer__socials {
  display: flex;
  gap: 10px;
}

.home-footer__socials a {
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 13px;
  color: rgba(255, 255, 255, 0.61);
  background: rgba(255, 255, 255, 0.035);
  text-decoration: none;
  transition:
    color 0.3s ease,
    border-color 0.3s ease,
    background 0.3s ease,
    transform 0.3s ease;
}

.home-footer__socials a:hover {
  border-color: var(--home-sage);
  color: var(--home-deep);
  background: var(--home-sage);
  transform: translateY(-4px);
}

.home-footer__socials iconify-icon {
  font-size: 20px;
}

/* Footer Columns */

.home-footer__column h3 {
  position: relative;
  margin: 0 0 25px;
  padding-bottom: 12px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 17px;
  font-weight: 600;
}

.home-footer__column h3::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 29px;
  height: 2px;
  border-radius: 10px;
  content: "";
  background: var(--home-sage);
}

.home-footer__column h3.home-footer__second-heading {
  margin-top: 30px;
}

.home-footer__column ul {
  display: grid;
  gap: 13px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.home-footer__column
ul:not(.home-footer__contact) a {
  position: relative;
  color: rgba(255, 255, 255, 0.42);
  font-size: 9px;
  line-height: 1.45;
  text-decoration: none;
  transition:
    color 0.3s ease,
    padding-left 0.3s ease;
}

.home-footer__column
ul:not(.home-footer__contact) a::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background: var(--home-sage);
  transform: translateY(-50%);
  transition: width 0.3s ease;
}

.home-footer__column
ul:not(.home-footer__contact) a:hover {
  padding-left: 16px;
  color: #ffffff;
}

.home-footer__column
ul:not(.home-footer__contact) a:hover::before {
  width: 9px;
}

/* Contact Column */

.home-footer__contact {
  gap: 18px !important;
}

.home-footer__contact li {
  display: flex;
  gap: 11px;
  align-items: flex-start;
}

.home-footer__contact-icon {
  display: grid;
  flex: 0 0 35px;
  width: 35px;
  height: 35px;
  place-items: center;
  border-radius: 11px;
  color: var(--home-sage);
  background: rgba(145, 173, 150, 0.08);
}

.home-footer__contact-icon iconify-icon {
  font-size: 19px;
}

.home-footer__contact span {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.26);
  font-size: 6px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.home-footer__contact a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 9px;
  font-weight: 600;
  text-decoration: none;
  transition: color 0.3s ease;
}

.home-footer__contact a:hover {
  color: var(--home-sage);
}

/* Product Disclaimer */

.home-footer__notice {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 13px;
  align-items: flex-start;
  margin-bottom: 30px;
  padding: 18px 20px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.022);
}

.home-footer__notice-icon {
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border-radius: 10px;
  color: var(--home-sage);
  background: rgba(145, 173, 150, 0.075);
}

.home-footer__notice-icon iconify-icon {
  font-size: 18px;
}

.home-footer__notice p {
  margin: 1px 0 0;
  color: rgba(255, 255, 255, 0.26);
  font-size: 7px;
  line-height: 1.75;
}

/* Footer Bottom */

.home-footer__bottom {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 25px;
  align-items: center;
  padding-top: 28px;
  border-top: 1px solid rgba(255, 255, 255, 0.07);
}

.home-footer__bottom > p {
  margin: 0;
  color: rgba(255, 255, 255, 0.26);
  font-size: 8px;
}

.home-footer__legal {
  display: flex;
  gap: 11px;
  align-items: center;
  justify-content: center;
}

.home-footer__legal a {
  color: rgba(255, 255, 255, 0.31);
  font-size: 7px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.home-footer__legal a:hover {
  color: #ffffff;
}

.home-footer__legal span {
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.16);
}

.home-footer__back-top {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-self: end;
  color: rgba(255, 255, 255, 0.4);
  font-size: 7px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-decoration: none;
  text-transform: uppercase;
  transition: color 0.3s ease;
}

.home-footer__back-top:hover {
  color: var(--home-sage);
}

.home-footer__back-top iconify-icon {
  font-size: 17px;
}

/* Responsive */

@media (max-width: 1150px) {
  .home-footer__top-layout {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-footer__grid {
    grid-template-columns: repeat(4, 1fr);
  }

  .home-footer__brand {
    grid-column: span 4;
  }

  .home-footer__brand > p {
    max-width: 560px;
  }
}

@media (max-width: 850px) {
  .home-footer__top-content {
    align-items: flex-start;
    flex-direction: column;
  }

  .home-footer__top-actions {
    width: 100%;
  }

  .home-footer__shop-button,
  .home-footer__contact-button {
    flex: 1;
  }

  .home-footer__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 45px 30px;
  }

  .home-footer__brand {
    grid-column: span 2;
  }

  .home-footer__bottom {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
  }

  .home-footer__legal {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}

@media (max-width: 560px) {
  .home-footer__top {
    padding: 55px 0;
  }

  .home-footer__top-layout {
    padding: 31px 23px;
  }

  .home-footer__top-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .home-footer__main {
    padding-top: 65px;
  }

  .home-footer__grid {
    grid-template-columns: 1fr;
  }

  .home-footer__brand {
    grid-column: auto;
  }

  .home-footer__notice {
    display: block;
  }

  .home-footer__notice-icon {
    margin-bottom: 10px;
  }
}/* End custom CSS */