/*=== Global refactoring ===*/
@font-face {
  font-family: 'Metropolis';
  src: url('../font/metropolis/Metropolis-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../font/metropolis/Metropolis-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../font/metropolis/Metropolis-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../font/metropolis/Metropolis-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../font/metropolis/Metropolis-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../font/metropolis/Metropolis-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../font/metropolis/Metropolis-BlackItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../font/metropolis/Metropolis-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../font/metropolis/Metropolis-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../font/metropolis/Metropolis-Thin.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
}
@font-face {
  font-family: 'Metropolis';
  src: url('../font/metropolis/Metropolis-Thinitalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
}

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

html, body {
  height: 100%;
  scroll-behavior: smooth;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  font-family: 'Metropolis', Roboto, Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1;
  color: #010403;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #010403;
}

p, span, li {
  font-family: 'Metropolis', sans-serif;
}

a {
  font-family: "Bricolage Grotesque", sans-serif;
  color: inherit;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

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

input,
button,
textarea,
select {
  border: none;
  background: none;
  outline: none;
}

button {
  font-family: "Bricolage Grotesque", sans-serif;
  cursor: pointer;
}

textarea {
  resize: vertical;
}

/* ——————————————————————————————
   ---------- Header------------
—————————————————————————————— */

.header-wrapper {
  position: relative;
  top: 0;
  z-index: 999;
  width: 100%;
}

.promo-bar {
  background: rgba(255, 225, 163, 1);
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 2009;
}

.promo-bar-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  text-transform: uppercase;
  margin: 0;
}

/* logo section */
.mid-header{
  position: relative;
  background: #16423C;
  padding: 12px 0 12px;
  height: auto;
  display: inline-block;
  width: 100%;
  z-index: 2009;
}

/* --- centred logo --- */
.mid-header .logo{
  text-align: center;
}
.mid-header .logo img {
  max-height: 42px;
}

/* --- left contact block --- */
.contact-info {
  color:#fff;
  font-family: 'Metropolis', sans-serif;
  font-size:12px;
  letter-spacing:-0.03em;
  padding: 7px 0;
}
.contact-info span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin-right: 14px;
}
.contact-info i {
  font-size: 24px;
  margin-right: 3px;
}

/* --- right icon block --- */
.header-icons{
  color: #fff;
  display: flex;
  align-items: center;
  gap: 24px;
  justify-content: right;
}
.header-icons a {
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-family: 'Metropolis', sans-serif;
  font-size: 12px;
  letter-spacing:-0.03em;
}
.header-icons a .ph {
  font-size:24px;
}

/* cart badge */
.cart-badge{
  position:absolute;top:-6px;right:-10px;
  background:#C73A3A;border-radius:999px;
  padding:2px 6px;font-size:10px;font-weight:500;line-height:1;color:#fff;
}

/* navigation */
.main-nav {
  background: white;
  display: flex;
  justify-content: center;
  border-bottom: 1px solid #e0e0e0;
  position: sticky;
  top: 0;
  z-index: 1000;
}

.nav-menu {
  list-style: none;
  display: flex;
  gap: 40px;
  padding: 0;
  margin: 0;
}

.nav-menu li {
  position: relative;
}

.nav-menu a {
  text-decoration: none;
  font-family: 'Metropolis', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: black;
  padding: 20px 0;
  display: block;
}

.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}

.mega-menu {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: white;
  z-index: 1000;
}

.menu-column {
  display: flex;
  flex-direction: column;
  gap: 14px;
  min-width: 240px;
}

.menu-column-l {
  min-width: 260px;
}

.menu-column-xl {
  min-width: 310px;
}

.menu-column a:hover {
  text-decoration: underline;
}

.menu-icon {
  width: 20px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
}

.menu-icon-lg {
  width: 40px;
  height: 20px;
  vertical-align: middle;
  margin-right: 6px;
}

.image-column img {
  width: 200px;
  border-radius: 12px;
  margin-bottom: 8px;
}

.image-column .cta {
  font-weight: 600;
  text-decoration: underline;
  display: block;
  margin-top: 10px;
}

.mega-menu::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}

.mega-menu > div {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  padding: 40px;
}

.nav-menu .has-mega-menu {
  position: static; /* forces dropdown to be scoped to the nav bar instead */
}

.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
}

.mega-menu .mega-inner {
  max-width: 1040px;
  margin: 0 auto;
  display: flex;
  gap: 50px;
  padding-top: 20px;
  padding-bottom: 40px;
  padding-left: 10px;
  padding-right: 10px;
}

.mega-menu.visible {
  display: block;
}

.shape-columns {
  display: flex;
  gap: 24px;
}

.shape-col {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 140px;
}

.shape-col-l {
  width: 160px;
}

.menu-column h4 {
  font-family: 'Metropolis', sans-serif;
  font-weight: 650;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -3%;
  vertical-align: middle;
  margin-top: 10px;
}

.menu-column a {
  font-family: 'Metropolis', sans-serif;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  vertical-align: middle;
}

.search {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  transform: translateY(-100%);
  transition: transform .3s ease-in-out;
  background: #fff;
  z-index: 3001;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  padding: 1.5rem 1rem 2rem;
  overflow-y: auto;
}

.search--open {
  transform: translateY(0);
}

/* center all content & constrain width */
.search .container {
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}

.search__bar {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
  padding: 0.75rem 1rem;
}

.search__icon {
  flex: none;
  margin-right: 0.75rem;
  font-size: 1.25rem;
  color: #010403;
}

.search__input {
  border: none;
  font-family: Gotham, sans-serif;
  font-weight: 325;
  font-size: 16px;
  color: #626262;
  background: none;
  padding: 0;
  height: 19px;
  line-height: 100%;
  flex: 1;
}

.search__input::placeholder {
  color: #C0C0C0;
}

.search__input:focus {
  outline: none;
}

.search__close {
  flex: none;
  background: transparent;
  border: none;
  font-size: 1.5rem;
  margin-left: 0.75rem;
  color: #010403;
  cursor: pointer;
}

.search-bar {
  display: flex;
  justify-content: center;
}

.search-bar-wrapper {
  width: 100%;
  max-width: 640px;
  margin: 0 auto;
  justify-content: center;
  flex: 1;
}

/*====== Popular / Top Searches ======*/
.popular-searches {
  display: flex;
  justify-content: center;
  background: #FFFFFF;
  padding: 24px 0 60px;
}

.popular-searches__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
  width: 640px;
}

/* Heading */
.popular-searches__heading {
  font-family: 'Gotham', sans-serif;
  font-weight: 350;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #010403;
  margin: 0; /* reset any default */
}

/* Tag container */
.popular-searches__tags {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

/* Individual pill */
.popular-searches__tag {
  display: inline-flex;
  align-items: center;
  padding: 12px 16px;
  background: linear-gradient(180deg, #FBFBFB 0%, #FAFAFA 100%);
  border-radius: 8px;
  box-sizing: border-box;
  font-family: 'Gotham', sans-serif;
  font-weight: 325;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.03em;
  color: #010403;
  text-decoration: none;
  white-space: nowrap;
}


/*=== Mobile nav ===*/
.mobile-nav {
  position: fixed;
  top: 0;
  left: -100%;
  width: 80%;
  height: 100%;
  background: white;
  z-index: 9999;
  transition: left 0.3s ease;
}

.mobile-nav.open {
  left: 0;
}

.mobile-nav-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  z-index: 9998;
}

.mobile-nav.open ~ .mobile-nav-overlay {
  display: block;
}

.mobile-menu-toggle {
  background: none;
  border: none;
  font-size: 24px;
}

button.mobile-menu-toggle {
  margin: 5px 0 0 10px;
  font-size: 32px;
}

button.mobile-menu-toggle i:before {
  color: #fff;
}

/* ====== HIDE DESKTOP NAV ON MOBILE ====== */
@media (max-width: 991.98px) {
  .desktop-nav {
    display: none !important;
  }
  .mid-header.mob-header-shadow {
    box-shadow: 0 2px 6px #999696;
  }
}

/* ====== MOBILE MENU OVERLAY ====== */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 2000;
  /*padding-top: 90px;*/ /*dynamically by JS*/
}
.mobile-menu-overlay.open {
  display: block;
}

/* ====== MENU PANEL ====== */
.mobile-menu-panel {
  background: #fff;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  position: relative;
  z-index: 2;
  padding-top: 12px;
  box-shadow: 0 0 32px rgba(0,0,0,0.18);
}

/* ====== MENU BACKDROP ====== */
.mobile-menu-backdrop {
  background: rgba(0,0,0,0.30);
  position: fixed;
  left: 0; top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 1;
}

/* ====== CLOSE BUTTON ====== */
.mobile-menu-close {
  position: absolute;
  top: 15px; right: 18px;
  background: none;
  border: none;
  font-size: 2.2rem;
  z-index: 3;
}

/* ====== MOBILE SEARCH BOX ====== */
.searchbox-mobile-menu {
  padding: 20px;
  display: inline-block;
  width: 100%;
  height: auto;
}

.searchbox-mobile-menu .mobile-search-form {
  width: 100%;
  position: relative;
}

.searchbox-mobile-menu .mobile-search-form .mobile-search-btn {
  background: url("../img/icons/svg/mobile-search-icon.svg") no-repeat;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 12px;
  top: 10px;
  color: transparent;
}

.searchbox-mobile-menu .mobile-search-input {
  width: 100%;
  border: 1px solid #E8E8E8;
  border-radius: 8px;
  color: #626262;
  font-family: 'Metropolis', sans-serif;
  font-size: 16px;
  line-height: 1;
  padding: 12px 40px 12px 12px;
}

.mobile-initial-contact-info {
  border-top: 1px solid #EFEFEF;
  margin: 0 20px;
  display: block;
  padding: 12px 0 30px;
}
.mobile-initial-contact-info a {
  padding: 15px 0 14px 33px;
  width: 100%;
  height: auto;
  display: inline-block;
}
.mobile-initial-contact-info a.mobile-user-profile {
  background: url("../img/icons/svg/mobile-profile-icon.svg") no-repeat scroll left center transparent;
}
.mobile-initial-contact-info a.mobile-phone {
  background: url("../img/icons/svg/mobile-phone-icon.svg") no-repeat scroll left center transparent;
}
.mobile-initial-contact-info a.mobile-email {
  background: url("../img/icons/svg/mobile-mail-icon.svg") no-repeat scroll left center transparent;
}
.mobile-initial-contact-info a.mobile-visual-appointment {
  background: url("../img/icons/svg/mobile-visual-appointment-icon.svg") no-repeat scroll left center transparent;
}


/* ====== PREVENT BODY SCROLL WHEN MENU OPEN ====== */
body.mobile-menu-open { overflow: hidden; }

/* ====== MOBILE NAV MENU STRUCTURE ====== */
.mobile-menu-nav .nav-menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: block;
}
.mobile-menu-nav .nav-menu > li {
  position: relative;
}
.mobile-menu-nav .nav-menu > li > a {
  font-family: 'Metropolis', sans-serif;
  display: block;
  padding: 16px 20px;
  color: #010403;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  font-style: italic;
}

/* ====== ACCORDION STYLES ====== */
.mobile-menu-nav .nav-menu > .has-mega-menu > a {
  position: relative;
  padding-right: 40px;
}
.mobile-menu-nav .nav-menu > .has-mega-menu > a > i {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1rem;
}

.mobile-menu-nav .nav-menu > .has-mega-menu .mega-menu {
  display: none;
  background: #f8f9fa;
  padding-bottom: 10px;
}
.mobile-menu-nav .nav-menu > .has-mega-menu.open .mega-menu {
  display: block;
}

.mobile-menu-nav .nav-menu > .has-mega-menu.open > a > i {
  rotate: 180deg;
  transform: translateY(50%);
}

/* ====== MEGA MENU INNER/CONTENT ====== */
.mobile-menu-nav .mega-inner {
  padding: 12px 20px;
}
.mobile-menu-nav .menu-column {
  padding-bottom: 16px;
}
.mobile-menu-nav .menu-column h4 {
  font-size: 1.02em;
  margin: 12px 0 7px 0;
  font-weight: 600;
  color: #222;
}
.mobile-menu-nav .menu-column a {
  display: flex;
  align-items: center;
  padding: 7px 0;
  color: #222;
  font-size: 1.01em;
  font-weight: 400;
  text-decoration: none;
}
.mobile-menu-nav .menu-column a img.menu-icon {
  margin-right: 10px;
  height: 24px;
  width: auto;
  flex-shrink: 0;
}
.mobile-menu-nav .image-column img {
  width: 100%;
  max-width: 220px;
  margin: 14px 0;
}

/* ====== MEDIA QUERY TO HIDE OVERLAY ON DESKTOP ====== */
@media (min-width: 992px) {
  .mobile-menu-overlay { display: none !important; }
}

/*============= Breadcrumbs ==========*/

.breadcrumbs {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  display: inline-block;
}

.breadcrumbs__inner {
  padding: 20px 0;
  max-width: 100%;
}

.breadcrumbs__list {

}

.breadcrumbs__link,
.breadcrumbs__sep,
.breadcrumbs__current {
  font-family: 'Metropolis', sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 14px;
  letter-spacing: -0.03em;
}

.breadcrumbs__link {
  color: #010403;
  text-decoration: none;
}

.breadcrumbs__sep {
  color: #010403;
}

.breadcrumbs__current {
  color: #626262;
}


/*==================================*/

.yotpo.testimonials {
  display: none;
}

.hero {
  position: relative;
  background:
    linear-gradient(rgba(0,0,0,.4), rgba(0,0,0,.4)),
    url("../img/home/hero.jpg") no-repeat center 10% transparent;
  background-size: cover;
  min-height: 90vh;
  display: flex;
  align-items: center;
  color: #fff;
}
.hero .container {
  position: relative;
  z-index: 1;
}
.hero h1 {
  color: #fff;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 64.34px;
  line-height: 100%;
  text-align: center;
  vertical-align: middle;

}
.hero p.lead {
  max-width: 840px;
  margin: .5rem auto 2rem;
  font-weight: 400;
  font-size: 18px;
  line-height: 22.86px;
  letter-spacing: -3%;
  text-align: center;
  vertical-align: middle;

}
.hero .btn-green {
  background: rgba(22, 66, 60, 1);
  width: 280px;
  height: auto;
  padding: 20px 25px;
  border-radius: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.86px;
  letter-spacing: -3%;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
  margin-right: 20px;
}
.hero .btn-green:hover {
  background-color: #123e2d;
  border-color: #123e2d;
}
.hero .btn-yellow {
  width: 205px;
  height: 64px;
  padding: 20px 25px;
  border-radius: 10px;
  background: rgba(255, 225, 163, 1);
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 22.86px;
  letter-spacing: -3%;
  text-align: center;
  vertical-align: middle;
  color: #010403;
}
.hero .btn-yellow:hover {
  background-color: #e1c06c;
  border-color: #e1c06c;
  color: #010403;
}

/* Reviews Section Styles */
.reviews-section {
  background: #fff;
}

.reviews-section h2 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #010403;
  margin: 0;
}

.reviews-section p.text-muted {
  font-family: 'Metropolis', sans-serif;
  font-weight: 325;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #010403;
  margin: 0;
}

.reviews-section .home-review-container {
  width: 100%;
  max-width: 337px;
  padding: 15px 0;
  height: 180px;
  background: linear-gradient(180deg, #FBFBFB 0%, #FAFAFA 100%);
  border-radius: 30px;
  margin-bottom: 20px;
  box-shadow: 1px 1px 1px #eee;
}
.reviews-section .home-review-container .trustpilot-widget {
  padding-top: 10px;
}
.reviews-section .home-review-container .grw-net-widget-three-type-1 {
  border: 0 none;
}
.reviews-section .home-review-container .grw-net-widget {
  border: 0 none;
}



.craft-section {
  display: inline-block;
  width: 100%;
  height: auto;
  margin: 30px 0;
}
.craft-header {
  margin-bottom: 34px;
  display: inline-block;
  width: 100%;
  height: auto;
}


/* Header typography */
.craft-subtitle {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #010403;
  margin: 0;
}
.craft-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #010403;
  margin: 0;
}

/* Card container */
.design-card {
  width: 100%;
  background: #ffffff;
  box-shadow: 0 7px 29px rgba(100, 100, 111, 0.2);
  border-radius: 16.9968px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.design-card .design-cart-arrow-icon {
  width: 25px;
  height: 25px;
}

/* Image */
.design-card .card-img-top {
  width: 100%;
  height: auto;
  object-fit: cover;
}

/* Card body spacing */
.design-card .card-body {
  padding: 25.4952px;
  display: flex;
  flex-direction: column;
  gap: 17px;
  flex-grow: 1;
}

/* Card title */
.design-card .card-title {
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  letter-spacing: -0.03em;
  color: #010403;
  margin: 0;
}

/* Card text */
.design-card .card-text {
  font-family: 'Metropolis', sans-serif;
  font-weight: 325;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.03em;
  color: #010403;
  margin: 0;
}

/* CTA button */
.btn-craft {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16.9968px 20px;
  gap: 17px;
  background: #FFE1A3;
  border-radius: 8.49839px;
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.03em;
  color: #010403;
  text-decoration: none;
  margin-top: auto;
}
.btn-craft:hover {
  text-decoration: none;
  filter: brightness(0.95);
}


.predesign-section {
  background: #fff;
  margin-top: 60px;
  margin-bottom: 60px;
}
.predesign-section-header {
  margin-bottom: 34px;
}
.predesign-section-header .predesign-explore-more {
  width: 290px;
}
.predesign-section .predesign-section-card-holder {
  position: relative;
  border-radius: 10px;
  border: 1px solid #F4F4F4;
  padding: 15px;
  margin-bottom: 25px;
}

/* Header */
.predesign-section .sub {
  font-family: 'Metropolis', sans-serif;
  font-weight: 325;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #010403;
  margin: 0;
}
.predesign-section .title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #010403;
}
.predesign-section .explore-link {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: -0.03em;
  color: #010403;
  text-decoration: none;
  border-bottom: 1px solid #010403;
}
.predesign-section .explore-link:hover {
  text-decoration: none;
}
.predesign-section .hide-on-desktop {
  display: none;
}



/* Favorite button */
.fav-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  background: #fff;
  border: none;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

/* Product link & image */
.product-link {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none;
}
.product-link img {
  width: 100%;
  height: auto;
  display: block;
}

/* Color swatches */
.color-swatches {
  display: flex;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.color-swatches li {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #E8E8E8;
}

/* Product info */
.prod-title {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: #010403;
  margin: 0;
  letter-spacing: -3%;
  vertical-align: middle;
  min-height: 100px;
  margin-top: 10px;
}

/* Price row */
.price-row {
  display: flex;
  align-items: center;
  gap: 8px;
}
.price-row .current {
  font-family: 'Metropolis', sans-serif;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  color: #16423C;
  font-style: italic;
}
.price-row .original {
  font-family: 'Metropolis', sans-serif;
  font-weight: 350;
  font-size: 14px;
  line-height: 20px;
  color: #010403;
  text-decoration: line-through;
  font-style: italic;
}
.price-row .d-included {
  font-family: 'Metropolis', sans-serif;
  font-weight: 325;
  font-size: 14px;
  line-height: 20px;
  color: #010403;
  padding-top: 4px;
}


.shape-section {
  margin: 40px 0 60px;
}
.shape-section-header {
  margin-bottom: 40px;
}


/* Header */
.shape-sub {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0;
}
.shape-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0;
}

/* Card */
.shape-card {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}

/* Image wrapper with blur & border */
.shape-section .image-wrapper {
  position: relative;
  width: 100%;
  border: 1px solid #EFEFEF;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.1);
  border-radius: 15px;
  overflow: hidden;
  background: #16423c;
  height: 300px;
}

.shape-section .image-wrapper img {
  position: absolute;
  width: 380px;
  height: auto;
  left: -43px;
  bottom: -121px;
}

/* Shape name */
.shape-name {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  letter-spacing: -0.03em;
  color: #000;
  margin: 0;
}

.customize-section {
  background: #16423C;
  padding: 70px 0;
}

/* White card */
.customize-section .hide-on-desktop {
  display: none;
}

.customize-section-content {
  padding: 50px;
  background: #fff;
  border-radius: 10px;
}

/* Text column */
.text-col {
  gap: 32px;
}
.subtitle {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #010403;
}
.title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #010403;
}
.description {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.03em;
  color: #010403;
}

/* Feature list */
.features li {
  gap: 15px;
}
.features phosp hor-icon {
  color: #010403;
}

/* Buttons */

.btn-custom-green {
  background: #16423C;
  color: #fff;
  gap: 10px;
  padding: 20px 25px;
  border-radius: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.43px;
  letter-spacing: -3%;
  vertical-align: middle;
  width: 250px;
  height: 62px;
}

.btn-custom-green:hover {
  filter: brightness(0.9);
}

.btn-custom-yellow {
  background: #FFE1A3;
  color: #010403;
  width: 200px;
  height: 62px;
  gap: 10px;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  border-radius: 10px;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.43px;
  letter-spacing: -3%;
  vertical-align: middle;
}

.btn-custom-yellow:hover {
  filter: brightness(0.95);
}

/* Video placeholder */
.video-box {
  background: #D8D8D8;
  font-family: 'Metropolis', sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #010403;
  gap: 10px;
  border-radius: 10px;
  padding: 10px;
  height: 505px;
}

.gif-list-text {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19.43px;
  letter-spacing: -3%;
  vertical-align: bottom;

}


.sale-section {
  width: 100%;
  height: auto;
  display: inline-block;
  margin: 40px 0;
}

/* The banner container */
.homepage-sale-banner img {
  border-radius: 10px;
}

.sale-section-mobile {
  display: none;
  width: 100%;
  height: auto;
  margin-bottom: 40px;
}


.other-jewelry {
  background: #fff;
}

/* Header text */
.other-jewelry .sub {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #010403;
  margin: 0;
}
.other-jewelry .title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #010403;
  margin: 0;
}

/* Card container */
.other-jewelry .card-holder {
  width: 100%;
  background: #fff;
  border: 1px solid #EFEFEF;
  box-shadow: 0 8px 24px rgba(149, 157, 165, 0.1);
  border-radius: 15px;
  overflow: hidden;
}

/* Image wrapper (360×353) */
.other-jewelry .img-wrap {

}
.other-jewelry .img-wrap img {

}

/* Card text */
.other-jewelry .card-info h5 {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.03em;
  color: #010403;
  margin: 0 0 15px 0;
}
.other-jewelry .card-info p {
  font-family: 'Metropolis', sans-serif;
  font-weight: 325;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.03em;
  color: #010403;
  margin: 0 0 15px 0;
  min-height: 38px;
}

.other-jewelry .card-info {
  padding: 20px;
}

/* Shop button */
.other-jewelry .btn-shop {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.03em;
  color: #FFFFFF;
  background: #16423C;
  border: none;
  border-radius: 10px;
  padding: 20px 25px;
  width: 100%;
  cursor: pointer;
}
.other-jewelry .btn-shop:hover {
  filter: brightness(0.9);
}

.gemstone-section {
  margin: 50px 0;
}

.gemstone-card {

}
.gemstone-card-img-container {
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 400px;
  display: flex;
  justify-content: center;
}
.gemstone-card-img-container img {

}

/* Subtitle */
.gemstone-section .subtitle {
  font-family: 'Metropolis', sans-serif;
  font-weight: 325;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 8px;
}

/* Title */
.gemstone-section .title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #000;
  margin-bottom: 24px;
}

/* Card wrapper */
.gemstone-card {
  max-width: 295px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

/* Common image styles */
.card-img {
  width: 100%;
  height: 400px;
  background-color: #FBFBFB;
  background-size: cover;
  background-position: center;
  border-radius: 10px;
}

/* Specific backgrounds */
.gemstone-rings {
  background-image: url('/assets/img/home/gemstone-section-rings.png');
}
.gemstone-earrings {
  background-image: url('/assets/img/home/gemstone-section-earrings.png');
}
.gemstone-necklaces {
  background-image: url('/assets/img/home/gemstone-section-necklaces.png');
}
.create-your-own {
  background-image:
    url('/assets/img/home/gemstone-section-cyo.png'),
    linear-gradient(180deg, #FBFBFB 0%, #FAFAFA 100%);
  background-blend-mode: normal, normal;
}

/* Label below image */
.card-label {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #000;
  margin-top: 16px;
}

/* --------------------------------------------------------------------------
   Section wrapper
-----------------------------------------------------------------------------*/
.why-aofj {
  background: #16423C;
  padding: 60px 20px;
}
@media (min-width: 768px) {
  .why-aofj { padding: 60px 100px; }
}

/* Subtitle */
.why-subtitle {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.03em;
  opacity: 0.85;
}

/* Title */
.why-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
}

/* --------------------------------------------------------------------------
   Card
-----------------------------------------------------------------------------*/
.why-card {
  background: #3E6660;
  border: 1px solid #618C85;
  border-radius: 17px;
  box-shadow: 0 7px 29px rgba(100, 100, 111, 0.2);
}

/* Icon container (top half) */
.why-card .card-icon {
  background: #16423C;
  height: 228px;
  position: relative;
  text-align: center;
}

.why-card .card-icon img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

/* Centered Phosphor icon */
.why-card .card-icon i {
  color: #3E6660;            /* icon tint */
  font-size: 5rem;           /* approx. 80px; tweak as needed */
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
}

/* Content area */
.why-card .card-body {
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 17px;
  padding: 25.5px;

}

/* Card title */
.why-card .card-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 24px;
  line-height: 29px;
  letter-spacing: -0.03em;
}

/* Card text */
.why-card .card-text {
  font-family: 'Metropolis', sans-serif;
  font-weight: 325;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.03em;
  margin-bottom: 0;
}


/* =============================================================================
   Educational-Content Section
   ============================================================================= */
.educational-section {
  background: #ffffff;
  padding: 60px 0;
}

/* Card wrapper */
.edu-card {
  background: linear-gradient(180deg, #fbfbfb 0%, #fafafa 100%), #ffffff;
  border-radius: 10px;
  padding: 50px;
  border: none;
}

/* Image placeholder */
.edu-image-placeholder {
  background: #d8d8d8;
  border-radius: 10px;
  width: 100%;
  /* match Figma height */
  min-height: 425px;
}

.edu-image-placeholder.hide-on-desktop {
  display: none;
}

/* Subtitle (small label) */
.edu-subtitle {
  font-family: 'Metropolis', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 23px;
  letter-spacing: -0.03em;
  color: #010403;
  margin-bottom: 10px;
}

/* Main heading */
.edu-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 50px;
  line-height: 60px;
  letter-spacing: -0.03em;
  color: #010403;
  margin-bottom: 20px;
}

/* Paragraph text */
.edu-text {
  font-family: 'Metropolis', sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.03em;
  color: #010403;
}

/* Primary button */
.edu-card .btn-one {
  background-color: #16423C;
  border-color: #16423C;
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  width: 180;
  height: 56;
  gap: 10px;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  border-radius: 10px;

}

/* Outline button */
.edu-card .btn-two {
  color: #16423C;
  border-color: #16423C;
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  width: 175;
  height: 56;
  gap: 10px;
  padding-top: 20px;
  padding-right: 25px;
  padding-bottom: 20px;
  padding-left: 25px;
  border-radius: 10px;
  border-width: 2px;

}

.edu-right {

}

/*==============================================================================
  Values Cards
==============================================================================*/
.values-section {
  margin: 30px 0 40px;
}
.values-section .values-card {
  text-align: center;
  margin-bottom: 25px;
}
.values-section .values-card .values-icon {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin-bottom: 20px;
}

.values-section .values-icon {
  font-size: 40px;
  color: #010403;
  line-height: 1;
}

.values-section .values-text {
    text-align: center;
    gap: 4px;
    display: grid;
}

.values-section .values-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: center;
  color: #010403;
}

/* 7. Card subtext */
.values-desc {
  font-family: 'Metropolis', sans-serif;
  color: #010403;
  font-weight: 325;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: -3%;
  text-align: center;
}


/* 1. Overlay background */
.newsletter {
  background:
    linear-gradient(rgba(0,0,0,0.4), rgba(0,0,0,0.4)),
    url('/assets/img/home/newsletter-img.jpg') center/cover no-repeat;
  position: relative;
  z-index: 9;
}

.newsletter {
  padding: 3rem 1rem;
  color: #fff;
}

/* 4. Title */
.newsletter-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 700;
  font-size: 1.75rem;
  line-height: 2rem;
}

/* 5. Subtitle */
.newsletter-subtitle {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.2rem;
}

/* 6. Form elements */
.newsletter-input {
  height: 3rem;
  font-size: 1rem;
}

.newsletter-btn {
  height: 3rem;
  font-size: 1rem;
}

/* 7. Disclaimer */
.newsletter-disclaimer {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.5rem;
}

/* 8. Underlined link */
.text-underline {
  text-decoration: underline;
}


.newsletter-title {
  font-family: Bricolage Grotesque;
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  letter-spacing: -3%;
  text-align: center;
  vertical-align: middle;
  color: #fff;
}

.newsletter-subtitle {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: -3%;
  text-align: center;
  vertical-align: middle;
  margin-top: 10px;
}

.newsletter-input {
  padding: 12px 16px;
  border-radius: 8px;
  border-width: 1px;
  font-family: 'Metropolis', sans-serif;
  font-weight: 300;
  font-size: 16px;
  vertical-align: middle;
}

.newsletter-btn {
  padding: 12px 16px;
  border-radius: 8px;
  background: #16423C;
  border: unset;
  font-family: "Bricolage Grotesque", sans-serif;
  font-weight: 400;
  font-size: 16px;
  vertical-align: middle;
  color: #fff;
  width: 100%;
}

.newsletter-disclaimer {
  font-family: 'Metropolis', sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: -3%;
  text-align: center;
  vertical-align: middle;
}
.newsletter-disclaimer a {
  font-weight: 700;
}


/* ——————————————————————————————
   ---------- Footer------------
—————————————————————————————— */
.footer {
  background-color: #16423C;
  font-family: "Bricolage Grotesque", sans-serif;
  color: #FFFFFF;
}

.footer .footer-logo {
  display: inline-block;
  width: 100%;
  height: auto;
  margin-bottom: 60px;
}

.theart_logo{
  margin-top: -13px;
}

/* titles */
.footer-title {
  font-family: 'Bricolage Grotesque', sans-serif;
  font-weight: 500;
  margin-bottom: 1rem;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: -3%;
  vertical-align: middle;
  color: #FFFFFF;
}

/* list items */
.footer-list {
  padding: 0;
  margin-top: 10px;
  margin-bottom: 15px;
}
.footer-list-item {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}
.footer-list-item:last-child {
  margin-bottom: 0;
}

.footer .footer-menu-col-box {
  padding: 0 0 0 20%;
}
.footer .footer-bottom-content {
  margin: 0 4%;
}

/* links */
.footer-link {
  font-family: 'Metropolis', sans-serif;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 14px;
  text-decoration: none;
}
.footer-link:hover {
  text-decoration: underline;
}

.footer-list .footer-list-item img {
  margin-right: 5px;
}

/* icons */
.footer-icon {
  font-size: 1.25rem; /* 20px */
  margin-right: 0.75rem;
  flex-shrink: 0;
}

/* social */
.footer-social {
  display: flex;
  gap: 1rem;
  margin-top: 30px;
}
.footer-social-link {
  color: #FFFFFF;
  font-size: 1.5rem; /* 24px */
}
.footer-social-link:hover {
  opacity: 0.8;
}

/* bottom row */
.footer-bottom {
  padding-top: 1rem;
  padding-right: 100px;
  padding-left: 100px;
}
.footer-copy {
  font-weight: 300;
  font-size: 14px;
}
.footer-bottom-nav {
  font-weight: 300;
  font-size: 14px;
}
.footer-bottom-link {
  color: #FFFFFF;
  text-decoration: none;
  margin: 0 0.25rem;
  line-height: 22px;
}
.footer-bottom-link:hover {
  text-decoration: underline;
}

/* tablets and up: 2-column layout for top row */
@media (min-width: 768px) {
  .footer-top {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .footer-col {
    flex: 1 1 45%;
    width: 238px;
    height: 196px;
  }
}

/* desktop: 4 equal columns, adjust paddings */
@media (min-width: 992px) {
  .footer {
    padding-bottom: 24px;
    gap: 60px;

  }
  .footer-top {
    gap: 6rem;
  }
  .footer-col {
    flex: 1 1 0;
  }

}


/* Mobile-first, then show on md+ */
.side-button {
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1050;
  width: 60px;
  height: 60px;
  border-width: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFE1A3;
  border-radius: 0.5rem;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.footer-social-mobile {
  border-top: 1px solid #fff;
  margin: 0 auto 15px;
  width: 300px;
  text-align: center;
  padding: 15px 0 0 0;
  display: none;
}


/*================================*/