/** Shopify CDN: Minification failed

Line 1456:15 Expected identifier but found whitespace
Line 1456:17 Unexpected "{"
Line 1456:26 Expected ":"

**/

/*header center menu */
@media screen and (min-width: 990px) {

  .header--middle-left {
    grid-template-columns: 1fr auto 1fr;
  }

  .header__inline-menu {
    justify-self: center;
  }
}

.header .header__inline-menu .list-menu .header__menu-item span {
    font-weight: bold;
    font-size: 17px;
}
/*header center menu */


/* Product name & Price Center default */
.card-information {
  text-align: center;
}

.card-information .price {
  justify-content: center;
}

.card__heading,
.card-information__text {
  text-align: center;
}
/* Product name & Price Center default */


/* footer css */
@media(min-width:768px){
    .grid--4-col-tablet .grid__item {
        width: 15% ! IMPORTANT;
    }
}

@media(min-width:768px) and (max-width:1024px){
    .grid--4-col-tablet .grid__item {
        width: 26% ! IMPORTANT;
    }
}
/* footer css */



/*Announcement Bar Section */
.custom-trust-badges-wrapper {
  padding: 12px 0;
  width: 100%;
  overflow: hidden;
}

.trust-badges-container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.trust-badges-slider-track {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 70px;
}

.trust-badge-item {
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
  flex-shrink: 0;
}

.mobile-only-duplicate {
  display: none;
}

.trust-badge-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: -40px; 
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 22px;
  background-color: rgba(0, 0, 0, 0.12); 
}

.trust-badge-icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.trust-badge-icon img {
  max-width: 22px;
  max-height: 22px;
  object-fit: contain;
}

.trust-badge-icon .placeholder-svg {
  width: 22px;
  height: 22px;
  fill: #333333;
}

.trust-badge-text {
  font-size: 15px;
  color: #333333;
  font-weight: 600;
  letter-spacing: 0.01em;
  white-space: nowrap;
}

@media screen and (max-width: 749px) {
  .trust-badges-container {
    justify-content: flex-start;
  }

  .mobile-only-duplicate {
    display: flex; 
  }

  .trust-badges-slider-track {
    justify-content: flex-start;
    gap: 30px;
    animation: marqueeMobile 15s linear infinite; 
    width: max-content;
  }

  .trust-badges-slider-track:hover,
  .trust-badges-slider-track:active {
    animation-play-state: paused;
  }

  .trust-badge-item:not(:last-child)::after {
    right: -15px;
  }

  @keyframes marqueeMobile {
    0% {
      transform: translateX(0);
    }
    100% {
      transform: translateX(calc(-50% - 15px));
    }
  }
}
/*Announcement Bar Section */



/* Image Banner Section */
.baby-bath-hero {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.baby-bath-hero .hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.baby-bath-hero .hero-left { 
  width: 48%; 
}

.baby-bath-hero .top-text {
  font-size: 14px;
  letter-spacing: 2px;
  color: #b49b84;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 20px;
}

.baby-bath-hero .heart-icon img {
  width: 15px;
  height: 15px;
  position:relative;
  top:2px;
}

.baby-bath-hero .heart-svg svg {
  width: 40px;
  height: 40px;
  fill: #b49b84;
}

.baby-bath-hero .hero-left h1 {
  font-size: 64px;
  line-height: 1.05;
  margin-top: 10px;
  margin-bottom: 20px;
  text-transform: inherit;
}

.baby-bath-hero .description {
  font-size: 17px;
  line-height: 1.8;
  margin-bottom: 30px;
  max-width:400px;
}

.baby-bath-hero .hero-btn {
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
}

.baby-bath-hero .features {
  display: flex;
  gap: 50px;
  margin-top: 60px;
}

.baby-bath-hero .feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

  .baby-bath-hero .feature-item span {
    font-weight:600;
    font-size:15px;
    }

.baby-bath-hero .feature-item img {
  margin-bottom: 10px;
  width: 30px;
}

.baby-bath-hero .hero-right { 
  width: 52%; 
}

.baby-bath-hero .hero-right img {
  width: 100%;
  border-radius: 30px;
  display: block;
}

.baby-bath-hero .desktop-hero-image { display: block; }
.baby-bath-hero .mobile-hero-image { display: none; }

@media (max-width: 768px) {
  .baby-bath-hero .hero-container {
    flex-direction: column;
    text-align: center;
  }

  .baby-bath-hero .hero-left, .hero-right {
    width: 100%;
  }

  .baby-bath-hero .hero-left h1 {
    font-size: 50px;
  }

  .baby-bath-hero .features {
    justify-content: center;
    gap:20px;
  }

  .baby-bath-hero .top-text{
    justify-content:center;
  }

  .baby-bath-hero .description{
    font-size:17px;
    line-height:normal;
    max-width:100%;
  }

  .baby-bath-hero .feature-item span {
    line-height: normal;
    }

  .baby-bath-hero .desktop-hero-image { display: none; }
  .baby-bath-hero .mobile-hero-image { display: block; width: 100%; }
}
/* ===================================
   MOBILE CONTAINER LAYOUT
=================================== */
@media screen and (max-width: 768px) {

  /* ENABLED ONLY */
  .baby-bath-hero.mobile-container-enabled {
    display: flex;
    flex-direction: column;

    /* KEEP BACKGROUND IMAGE */
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;

    /* IMAGE HEIGHT */
    padding-top: 95% !important;

    /* REMOVE OLD HEIGHT */
    min-height: auto !important;

    /* REMOVE EXTRA SPACE */
    padding-bottom: 0 !important;
  }

  /* CONTENT AREA */
  .baby-bath-hero.mobile-container-enabled .hero-container {

    display: block !important;
    width: 100%;
    background: #f5f5f5;
    margin-top: 0;
  }

  /* HIDE ORIGINAL IMAGE */
  .baby-bath-hero.mobile-container-enabled .hero-right {
    display: none !important;
  }

  /* CONTENT */
  .baby-bath-hero.mobile-container-enabled .hero-left {
    width: 100% !important;
    margin-bottom: 30px;
    text-align: center;
    box-sizing: border-box;
  }

  .baby-bath-hero.mobile-container-enabled .top-text {
    justify-content: center;
  }

  .baby-bath-hero.mobile-container-enabled .description {
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .baby-bath-hero.mobile-container-enabled .features {
    justify-content: center;
    gap: 20px;
    margin-top:20px;
  }

}
/* Image Banner Section */





/* --- Start Feature Icons Section --- */

.feature-icons-section-container {
  width: 100%;
  background-color: var(--outer-bg-color); /* Dynamically loaded */
}

.feature-icons-section {
  position: relative;
  z-index: 2;
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  margin-top: var(--section-overlap);
}

.feature-icons-section .feature-icons-wrapper {
  background: var(--card-bg-color); /* Dynamically loaded */
  border-radius: 20px;
  box-shadow: 1px 1px 8px 5px rgba(231, 227, 222, 0.5);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  overflow: hidden;
}

.feature-icons-section .feature-item {
  text-align: center;
  padding: 35px 20px;
  position: relative;
}

.feature-icons-section .feature-item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 50%;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.08);
}

.feature-icons-section .feature-icon-img-wrap {
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.feature-icons-section .feature-item img {
  object-fit: contain;
  width: 50px;
  height: auto;
}

.feature-icons-section .feature-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #333333;
  letter-spacing: 0.02em;
}

.feature-icons-section .feature-text {
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  max-width: 240px;
  margin: 0 auto;
}

/* Responsive Mobile Viewports */
@media screen and (max-width: 768px) {
  .feature-icons-section {
    overflow-x: hidden !important; 
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .feature-icons-section .feature-icons-wrapper {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    scroll-snap-type: x mandatory !important;
    -webkit-overflow-scrolling: touch !important;
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    max-width: 100% !important;
    padding: 10px 20px 25px 20px !important;
    gap: 16px !important;
  }

  .feature-icons-section .feature-icons-wrapper::-webkit-scrollbar {
    display: none !important;
  }
  
  .feature-icons-section .feature-icons-wrapper {
    -ms-overflow-style: none !important;
    scrollbar-width: none !important;
  }

  .feature-icons-section .feature-item {
    flex: 0 0 78% !important; 
    width: 78% !important;
    scroll-snap-align: center !important;
    background: var(--card-bg-color) !important; /* Mobile fallback card color updates */
    border-radius: 20px !important;
    box-shadow: 1px 4px 12px rgba(231, 227, 222, 0.7) !important;
    padding: 35px 24px !important;
    border: none !important;
  }

  .feature-icons-section .feature-item::after {
    display: none !important;
  }
}

@media screen and (max-width: 480px) {
  .feature-icons-section .feature-item {
    flex: 0 0 85% !important;
    width: 85% !important;
  }
}

/* --- End Feature Icons Section --- */







/* newsletter section */
.curova-brand-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  font-size: 15px;
  font-family:inherit;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  line-height:17px;
  height: 36px;
  padding: 0 20px;
  border-radius: 50px;
  border: 1px solid transparent;
  background-color: #5A4635;
  color: #FFFDF8;
  cursor: pointer;
  transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.15s ease;
}

.curova-brand-btn:hover {
  background-color: #8f7d6f;
  color: #ffffff;
}

.curova-brand-btn:active {
  transform: scale(0.98);
}


.curova-newsletter-bar.custom-newsletter-section {
  width: 100%;
  display: flex;
  align-items: center;
}

.curova-newsletter-bar .newsletter-container {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  align-items: center;
  gap: 40px;
  width: 100%;
}

.curova-newsletter-bar .newsletter-content-wrapper {
  display: flex;
  align-items: center;
  gap: 25px;
}

.curova-newsletter-bar .newsletter-icon img {
  width: 65px;
  height: auto;
  display: block;
  object-fit: contain;
}

.curova-newsletter-bar .newsletter-text-block {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.curova-newsletter-bar .newsletter-heading {
  font-size: 32px;
  font-weight: 500;
  margin: 0;
  color: #2c2623;
  line-height: 1.2;
}

.curova-newsletter-bar .newsletter-subheading {
  font-size: 15px;
  line-height: 1.5;
  color: #655e5a;
  margin: 0;
}

.curova-newsletter-bar .newsletter-form-wrapper {
  width: 100%;
}

.curova-newsletter-bar .newsletter-inline-form .input-group {
  display: flex;
  align-items: center;
  position: relative;
  width: 100%;
}

.curova-newsletter-bar .newsletter-input {
  width: 100%;
  padding: 14px 165px 14px 25px; 
  border: 1px solid transparent;
  border-radius: 50px;
  font-size: 14px;
  color: #333333;
  outline: none;
  height: 52px;
  transition: border-color 0.2s ease;
}

.curova-newsletter-bar .newsletter-input::placeholder {
  color: #a39c97;
}

.curova-newsletter-bar .newsletter-input:focus {
  border-color: rgba(0, 0, 0, 0.15);
}

.curova-newsletter-bar .newsletter-inline-form .curova-brand-btn {
  position: absolute;
  right: 5px;
  top: 5px;
  bottom: 5px;
  height: 42px; 
  padding: 0 30px;
}

.curova-newsletter-bar .newsletter-message {
  display: block;
  margin-top: 10px;
  font-size: 13px;
  padding-left: 20px;
}
.curova-newsletter-bar .newsletter-message.success { color: #2e7d32; }
.curova-newsletter-bar .newsletter-message.error { color: #d32f2f; }

@media screen and (max-width: 990px) {
  .curova-newsletter-bar .newsletter-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

@media screen and (max-width: 480px) {
  .curova-newsletter-bar .newsletter-content-wrapper {
    flex-direction: column;
    text-align: center;
    gap: 15px;
  }
  
  .curova-newsletter-bar .newsletter-heading {
    font-size: 22px;
  }
  
  .curova-newsletter-bar .newsletter-inline-form .input-group {
    flex-direction: column;
    gap: 12px;
  }
  
  .curova-newsletter-bar .newsletter-input {
    padding: 14px 20px;
    border-radius: 50px;
    text-align: center;
  }
  
  .curova-newsletter-bar .newsletter-inline-form .curova-brand-btn {
    position: static;
    width: 100%;
  }

  .curova-brand-btn {
    height: auto;
    padding: 5px 20px;
    line-height: 17px;
  }

}

    .jdgm-cards-wrapper {
        max-width: 100% ! IMPORTANT;
    }

/* newsletter section */






/* image content split section  */
.image-content-split {
  position: relative;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

/* Original structural layout grid math preserved */
.image-content-split .main-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr 1.3fr;
  align-items: center;
  gap: 40px;
  width: 100%;
}

/* LEFT CONTENT */
.image-content-split .left-content {
  max-width: 420px;
  padding: 40px 0;
}

.image-content-split .subheading {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #b49c87;
  margin-bottom: 18px;
  font-weight: 600;
}

.image-content-split .heading {
  font-size: 54px;
  line-height: 1.05;
  color: #3c332c;
  margin-bottom: 24px;
  margin-top:0;
  text-transform:inherit;
}

.image-content-split .description {
  font-size: 17px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 30px;
}

/* CENTER FEATURES */
.image-content-split .features-column {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 40px 0;
}

.image-content-split .feature-item {
  display: flex;
  align-items: flex-start;
  gap: 18px;
}

.image-content-split .feature-icon img {
  width: 42px;
  height: 42px;
  object-fit: contain;
}

.image-content-split .feature-title {
  font-size: 18px;
  font-weight: 600;
  color: #b49c87;
  margin-bottom: 6px;
  line-height:normal;
}

.image-content-split .feature-text {
  font-size: 15px;
  line-height: 1.7;
  color: #000000;
}

/* RIGHT IMAGE */
.image-content-split .right-image img {
  width: 100%;
  display: block;
  object-fit: contain;
}

/* TABLET RESIZING */
@media screen and (max-width: 991px) {
  .image-content-split .main-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .image-content-split .left-content {
    max-width: 100%;
    padding-bottom: 0;
  }
  
  .image-content-split .features-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .image-content-split .heading {
    font-size: 42px;
  }
}

/* MOBILE RESIZING */
@media screen and (max-width: 767px) {
  .image-content-split .main-grid {
    gap: 40px;
  }

  .image-content-split .heading {
    font-size: 36px;
  }

  .image-content-split .description {
    font-size: 16px;
  }

  .image-content-split .feature-title {
    font-size: 18px;
    color:#000000;
    font-weight:normal;
  }

  .image-content-split .feature-text {
    font-size: 14px;
  }
}

/* =========================================
   MOBILE CONTAINER LAYOUT
========================================= */
@media screen and (max-width: 767px) {

  .image-content-split.mobile-container-enabled {

    /* KEEP BACKGROUND IMAGE */
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;

    /* IMAGE HEIGHT AREA */
    padding-top: 95% !important;

    /* REMOVE EXTRA SPACE */
    padding-bottom: 0 !important;
  }

  /* HIDE DUPLICATE IMAGE */
  .image-content-split.mobile-container-enabled .mobile-top-image,
  .image-content-split.mobile-container-enabled .right-image {
    display: none !important;
  }

  /* CONTENT BELOW IMAGE */
  .image-content-split.mobile-container-enabled .page-width {
    padding: 0;
  }

  .image-content-split.mobile-container-enabled .main-grid {
    display: flex;
    flex-direction: column;
    gap: 0;
    background: #f7f3ef;
    margin-top: 0;
  }

  /* LEFT CONTENT */
  .image-content-split.mobile-container-enabled .left-content {
    max-width: 100%;
    width: 100%;
    padding: 0 25px 20px;
    text-align: center;
    box-sizing: border-box;
  }

  /* FEATURES */
  .image-content-split.mobile-container-enabled .features-column {
    width: 100%;
    padding: 0 25px 40px;
    box-sizing: border-box;
  }

  .image-content-split.mobile-container-enabled .feature-item {
    justify-content: flex-start;
  }

  .image-content-split.mobile-container-enabled .subheading,
  .image-content-split.mobile-container-enabled .button-wrap {
    text-align: center;
  }

}
/* image content split section  */




/* collection section  */

.shop-by-cat-section {
  width: 100%;
  box-sizing: border-box;
}

.shop-by-cat-header {
  text-align: center;
  margin-bottom: 35px;
}

.shop-by-cat-header h2 {
  font-size: 36px;
  font-weight:500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #3B2C22;
}

.header-heart-icon {
  display: inline-flex;
  align-items: center;
  color: #a49182;
}



.shop-by-cat-grid {
  display: grid;
  gap: 20px;
  margin-bottom: 40px;
}
.shop-by-cat-grid.columns-desktop-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.shop-by-cat-grid.columns-desktop-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.shop-by-cat-grid.columns-desktop-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.shop-by-cat-grid.columns-desktop-6 { grid-template-columns: repeat(6, minmax(0, 1fr)); }

.category-card-item {
  position: relative;
  text-align: center;
}

.category-card-link {
  text-decoration: none;
  display: block;
  color: inherit;
}

.category-card-image-wrap {
  width: 100%;
  position: relative;
  border-radius: 24px; 
  overflow: hidden;
  margin-bottom: 16px;
  background-color: #f9f9f9;
  aspect-ratio: 2 / 2;
}

.category-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  display: block;
}

.category-card-item:hover .category-card-img {
  transform: scale(1.04);
}

.category-card-title {
  font-family: inherit;
  font-size: 20px;
  font-weight: 600;
  color: #2c2a29;
  margin: 0;
  letter-spacing: 0.5px;
}

.shop-by-cat-footer {
  text-align: center;
  margin-top: 12px;
}


@media (max-width: 1024px) {
  .shop-by-cat-grid.columns-desktop-5,
  .shop-by-cat-grid.columns-desktop-6 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .shop-by-cat-header h2 {
    font-size: 36px;
  }
  
  .shop-by-cat-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: touch;
    gap: 14px;
    padding-bottom: 15px;
    margin-bottom: 25px;
  }

  .header-heart-icon svg {
    display: none;
}
  
  .shop-by-cat-grid::-webkit-scrollbar {
    display: none;
  }
  .shop-by-cat-grid {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  
  .category-card-item {
    flex: 0 0 62%;
    scroll-snap-align: start;
  }
  
  .category-card-image-wrap {
    border-radius: 18px;
  }
  
  .category-card-title {
    font-size: 14px;
  }
  
  .category-view-all-btn {
    width: 100%;
    box-sizing: border-box;
    padding: 15px 20px;
  }
}
/* collection section  */


/* footer features icons block */


/* Container for the entire feature icon block */
.footer-feature-icons {
  padding: 20px;
  border-radius: 14px;
  background: #E6DFD9;
  display: flex;
  flex-direction: column;
  gap: 18px;
}

/* Individual item row */
.footer-feature-icons .feature-item {
  display: flex;
  align-items: center; /* Ensures icon and text align vertically */
  gap: 14px;
}

/* Circular icon container */
.footer-feature-icons .feature-icon {
  width: 42px;
  height: 42px;
  min-width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden; 
}

/* Ensure the selected image fills the circle */
.footer-feature-icons .feature-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* Text styles */
.footer-feature-icons .feature-content h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
}

.footer-feature-icons .feature-content p {
  margin: 4px 0 0;
  font-size: 13px;
  color: #666;
  line-height: 1.3;
}

/* footer features icons block */




/* ---Start Services --- */
.services-wrapper {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  background-color: var(--bg-color);
  width: 100%;
}

.services-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between; 
  align-items: center;
  box-shadow: 1px 2px 8px 1px rgba(148,148,148,0.48);
  border-radius:24px;
}

.service-item {
  display: flex;
  justify-content: center;
  padding: 24px 20px;
  flex: 1;
  position: relative;
}

.service-item:first-child {
  justify-content: flex-start;
}

.service-item:not(:last-child):after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  width: 1px;
  background-color: #d1d1d1;
}

.service-icon {
  height: 40px;
  margin-right: 15px;
  flex-shrink: 0;
}

.service-icon img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.service-content-heading {
  margin: 0;
  font-size: 17px;
  color: #C6A769;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.service-content p {
  margin: 10px 0 0 0;
  font-size: 15px;
  color: #000000;
  line-height: 1.2;
}

@media screen and (max-width: 768px) {
  .services-container {
    flex-wrap: wrap;
    box-shadow:none;
  }
  .service-item, 
  .service-item:first-child, 
  .service-item:last-child {
    flex: none;
    width: 100%;
    padding: 15px 0;
    justify-content: flex-start;
  }
  .service-item:not(:last-child):after {
    width: 100%;
    height: 1px;
    right: 0;
    top: auto;
    bottom: 0;
  }
}
/* ---End Services --- */




/* premium panorama Section*/
.premium-page-bounded-wrapper {
  padding-top: var(--padding-top);
  padding-bottom: var(--padding-bottom);
  width: 100%;
}

.premium-panorama-card-body {
  background-color: var(--bg-color);
  border-radius: 24px; 
  overflow: hidden;
  width: 100%;
}

.premium-panorama-internal-grid {
  display: grid;
  grid-template-columns: 38% 62%;
  align-items: stretch;
  width: 100%;
}

.premium-panorama-media-block {
  width: 100%;
  position: relative;
}

.premium-panorama-image-mask {
  width: 100%;
  height: 100%;
}

.premium-panorama-image-mask img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.premium-panorama-placeholder-mask {
  background: #e5e5e5;
  width: 100%;
  height: 100%;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium-panorama-text-panes {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 40px;
  padding: 50px 50px 50px 45px;
  align-items: center;
}

.premium-panorama-main-content {
  display: flex;
  flex-direction: column;
}

.premium-panorama-tagline {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: var(--accent-color);
  margin-bottom: 5px;
  font-weight: 600;
}

.premium-panorama-title {
  font-size: 36px;
  line-height: 1.2;
  color: var(--heading-color);
  margin: 0 0 16px 0;
  font-weight: 600;
  letter-spacing: -0.01em;
      font-family: inherit;
    text-transform: inherit;
}

.premium-panorama-body-text p {
  font-size: 15px;
  line-height: 1.6;
  color: var(--text-color);
  margin: 0;
  opacity: 0.85;
}

.premium-panorama-icon-stack {
  display: flex;
  flex-direction: column;
  gap:15px;
}

.premium-panorama-icon-row {
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.premium-panorama-icon-wrapper {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.premium-panorama-icon-wrapper img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.premium-panorama-icon-content {
  display: flex;
  flex-direction: column;
}

.premium-panorama-icon-title {
  font-size: 18px;
  font-weight: 500;
  color: var(--heading-color);
  margin: 0 0 4px 0;
  line-height: 1.3;
}

.premium-panorama-icon-desc {
  font-size: 13px;
  line-height: normal;
  color: var(--text-color);
  opacity: 0.8;
}

.premium-panorama-icon-desc p {
  margin:0;
}

@media screen and (max-width: 1150px) {
  .premium-panorama-text-panes {
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 40px;
  }
}

@media screen and (max-width: 900px) {
  .premium-panorama-internal-grid {
    grid-template-columns: 1fr;
  }
  
  .premium-panorama-image-mask {
    height: 340px;
  }
  
  .premium-panorama-text-panes {
    padding: 40px 30px;
    gap: 30px;
  }
}

@media screen and (max-width: 749px) {
  .premium-panorama-card-body {
    border-radius: 16px; 
  }

  .premium-panorama-internal-grid {
    display: flex;
    flex-direction: column;
    flex-direction: column-reverse;
  }

  .premium-panorama-text-panes {
    padding: 10px 5px;
    gap:10px;
  }

  .premium-panorama-main-content {
    order: 1;
  }

  .premium-panorama-media-block {
    order: 2;
    margin-top: 10px;
  }

  .premium-panorama-image-mask {
    height: 240px;
  }

  .premium-panorama-icon-stack {
    order: 3;
    margin-top: 25px;
  }

  .premium-panorama-title {
    font-size: 26px;
  }
}
/* premium panorama section*/



/* Feature timeline */
.features-timeline-section {
    width: 100%;
  }

  .features-timeline-wrapper {
    position: relative;
    max-width: 760px;
  }

  .alignment-left {
    margin-left: 0;
    margin-right: auto;
  }

  .alignment-center {
    margin-left: auto;
    margin-right: auto;
  }

  .alignment-right {
    margin-left: auto;
    margin-right: 0;
  }

  .timeline-line {
    position: absolute;
    left: 32px;
    top: 0;
    width: 1px;
    height: 100%;
    opacity: 0.4;
  }

  .timeline-item {
    display: flex;
    align-items: flex-start;
    gap: 32px;
    position: relative;
    padding-bottom: 55px;
  }

  .timeline-item:last-child {
    padding-bottom: 0;
  }

  .timeline-icon {
    position: relative;
    z-index: 2;
    width: 65px;
    min-width: 65px;
    height: 65px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: {{ section.settings.bg_color }};
  }

  .timeline-icon img {
    width: 70px;
    height: 70px;
    object-fit: contain;
  }

  .timeline-icon-placeholder {
    width: 42px;
    height: 42px;
    border: 1px solid;
    border-radius: 50%;
  }

  .timeline-content {
    padding-top: 3px;
  }

  .timeline-title {
    font-size: 20px;
    line-height: 1.3;
    margin: 0 0 12px;
    font-weight: 600;
    letter-spacing: -0.3px;
  }

  .timeline-text {
    font-size: 15px;
    line-height: 1.8;
    max-width: 500px;
  }

  .timeline-text p {
    margin: 0;
  }

  @media screen and (max-width: 767px) {

    .features-timeline-section .page-width {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

    .features-timeline-wrapper {
      max-width: 100%;
    }

    .timeline-item {
      gap: 20px;
      padding-bottom: 40px;
    }

    .timeline-line {
      left: 24px;
    }

    .timeline-icon {
      width: 50px;
      min-width: 50px;
      height: 50px;
    }

    .timeline-icon img {
      width: 30px;
      height: 30px;
    }

    .timeline-title {
      font-size: 22px;
      margin-bottom: 10px;
    }

    .timeline-text {
      font-size: 15px;
      line-height: 1.7;
    }
  }
/* Feature timeline */




/* materials with image section safety */
.materials-feature-section {
    width: 100%;
  }

  .materials-feature-wrapper {
    position: relative;
    border-radius: 28px;
    overflow: hidden;
    min-height: 560px;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
  }

  .materials-overlay {
    position: absolute;
    inset: 0;
    opacity: 0.72;
    z-index: 1;
  }

  .materials-feature-content {
    position: relative;
    z-index: 2;
    width: 45%;
    padding: 70px;
  }

  .materials-heading {
    font-size: 34px;
    line-height: 1.15;
    margin: 0 0 24px;
    font-weight: 600;
    letter-spacing: -0.5px;
  }

  .materials-text {
    font-size: 18px;
    line-height: 1.9;
    margin-bottom: 42px;
    max-width: 460px;
  }

  .materials-text p {
    margin: 0;
  }

  .materials-feature-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
  }

  .materials-feature-item {
    display: flex;
    align-items: center;
    gap: 16px;
  }

  .materials-check-icon {
    width: 30px;
    height: 30px;
    min-width: 30px;
    border: 1px solid;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 700;
    background: rgba(255,255,255,0.5);
  }

  .materials-feature-title {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
  }

  /* ALIGNMENT */
  .content-left {
    margin-left: 0;
    margin-right: auto;
  }

  .content-center {
    margin-left: auto;
    margin-right: auto;
  }

  .content-right {
    margin-left: auto;
    margin-right: 0;
  }

  @media screen and (max-width: 991px) {

    .materials-feature-wrapper {
      min-height: 500px;
    }

    .materials-feature-content {
      width: 100%;
      padding: 50px 40px;
    }

    .materials-heading {
      font-size: 40px;
    }
  }

  @media screen and (max-width: 767px) {

    .materials-feature-section .page-width {
      padding-left: 1.5rem;
      padding-right: 1.5rem;
    }

    .materials-feature-wrapper {
      border-radius: 20px;
      min-height: 420px;
      background-position: center right;
    }

    .materials-feature-content {
      width: 100%;
      padding: 36px 24px;
    }

    .materials-heading {
      font-size: 32px;
      margin-bottom: 18px;
    }

    .materials-text {
      font-size: 15px;
      line-height: 1.7;
      margin-bottom: 30px;
    }

    .materials-feature-item {
      gap: 12px;
    }

    .materials-feature-title {
      font-size: 15px;
    }

    .materials-check-icon {
      width: 26px;
      height: 26px;
      min-width: 26px;
      font-size: 12px;
    }
  }
/* materials with image section safety */




/* divider section */

.exact-wave-splash {
  position: relative;
  background: var(--bg);
  padding-top: var(--pt);
  padding-bottom: var(--pb);
  overflow: hidden;
}

/* TOP WAVE */
.exact-wave-splash .custom-wave-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 0;
  z-index: 1;
}

.exact-wave-splash .custom-wave-top svg {
  display: block;
  width: 100%;
  height: 90px;
}

/* CONTENT */
.exact-wave-splash .exact-wave-content {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  flex-wrap: wrap;
  text-align: center;
}

.exact-wave-splash .exact-wave-icon {
  color: var(--icon);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.exact-wave-splash .exact-wave-text h2 {
  margin: 0;
  color: var(--text);
  font-size: var(--desktop-font);
  line-height: 1.25;
  font-weight: var(--font-weight);
  letter-spacing: -0.03em;
  max-width: 580px;
}

/* FULL WIDTH */
.exact-wave-splash .page-width-full {
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
}

/* MOBILE */
@media screen and (max-width: 749px) {

  .exact-wave-splash .custom-wave-top svg {
    height: 60px;
  }

  .exact-wave-splash .exact-wave-text h2 {
    font-size: var(--mobile-font);
  }

  .exact-wave-splash .page-width-full {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .exact-wave-splash .exact-wave-content {
    gap: 14px;
  }
}

/* divider section */




/* Bold product titles in grids and collection pages */
.card__heading, 
.card__heading a,
.product-card-wrapper .card__heading {
  font-weight: bold !important;
}
/* Bold product titles in grids and collection pages */





/* Sale Badge for the Products */
.card__inner{
  position:relative;
}

.custom-product-badge{
  position:absolute;
  top:12px;
  left:10px;
  z-index:99;
  background:#ff682e;
  color:#fff;
  padding:5px 5px;
  border-radius:4px;
  font-size:11px;
  line-height:1.2;
}
/* Sale Badge for the Products */


/* Remove product image radius */
/* .card__media,
.card__media img,
.media,
.media img,
.card__inner,
.card--media .card__inner {
  border-radius: 0 !important;
} */
/* Remove product image radius */




/* Top-scroll-bar */

.scroll-progress-btn.scroll-loading {
  visibility: hidden;
}

.scroll-progress-btn {
  position: fixed;
  width: 42px;
  height: 42px;
  right: 30px;
  bottom: 30px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9999;
  box-shadow: 0 3px 15px rgba(0,0,0,0.15);
}

.progress-circle {
  position: absolute;
  transform: rotate(-90deg);
  width: 42px;
  height: 42px;
}

.circle-bg,
.circle-progress {
  stroke-width: 3;
}

.circle-bg {
  fill: none;
  stroke: #e5e5e5;
  stroke-width: 4;
}

.circle-progress {
  fill: none;
  stroke: #000;
  stroke-width: 3;
  stroke-linecap: round;
}

.scroll-arrow {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-arrow svg {
  width: 18px;
  height: 18px;
}

.scroll-progress-btn:hover {
  transform: translateY(-3px);
  transition: 0.3s ease;
}

/* Top-scroll-bar */




/* waitlist banner  */
.cbx-baby-banner{
  width:100%;
}

.cbx-baby-wrapper{
  position:relative;
  width:100%;
  overflow:hidden;
}

.cbx-baby-picture{
  display:block;
}

.cbx-baby-bg-image{
  width:100%;
  height:auto;
  display:block;
  object-fit:cover;
}

.cbx-baby-page-width{
  position:absolute;
  top:50%;
  left:0;
  right:0;
  transform:translateY(-50%);
}

.cbx-baby-content{
  max-width:430px;
}

.cbx-baby-heading{
  font-size:48px;
  line-height:1.08;
  color:var(--cbx-heading-color);
}

.cbx-baby-heading p {
    margin: 0;
}

.cbx-baby-heading strong{
  font-weight:700;
}

.cbx-baby-heading em{
  font-family: Georgia, serif;
  color:var(--cbx-italic-color);
}

.cbx-baby-description{
  margin-top:30px;
  max-width:390px;
  font-size:17px;
  line-height:1.6;
  color:var(--cbx-description-color);
}

.cbx-baby-description strong{
    color: #BDA184;
}

.cbx-baby-heart{
  margin-bottom:15px;
}

.cbx-baby-heart-image{
  width: var(--cbx-heart-size);
  height:auto;
}

.cbx-height-small .cbx-baby-bg-image{
  height:450px;
  object-fit:cover;
}

.cbx-height-medium .cbx-baby-bg-image{
  height:650px;
  object-fit:cover;
}

.cbx-height-large .cbx-baby-bg-image{
  height:850px;
  object-fit:cover;
}

.cbx-height-adapt .cbx-baby-bg-image{
  height:auto;
}

@media(max-width:767px){

.cbx-baby-bg-image{
  min-height:600px;
  object-fit:cover;
}

.cbx-mobile-stacked .cbx-baby-page-width{
  position:relative;
  transform:none;
  top:auto;
}

.cbx-mobile-stacked .cbx-baby-content{
  max-width:100%;
  padding:30px 0;
}

.cbx-baby-heading{
  font-size:34px;
}

.cbx-baby-description{
  font-size:16px;
}

.cbx-mobile-stacked .cbx-baby-wrapper{
  display:flex;
  flex-direction: column-reverse;
}

.cbx-mobile-stacked .cbx-baby-picture{
  order:1;
}

.cbx-mobile-stacked .cbx-baby-content{
  order:2;
  position:relative;
  top:auto;
  left:auto;
  right:auto;
  transform:none;
  max-width:100%;
  padding:30px 25px;
  text-align:center;
}

.cbx-mobile-stacked .cbx-baby-bg-image{
  min-height:auto;
  height:auto;
  object-fit:cover;
}
}

/* waitlist banner  */




/* waitlist newsletter  */

.cbx-waitlist-section{
background:var(--cbx-section-bg);
}


.cbx-waitlist-card{
background:var(--cbx-card-bg);
border-radius:25px;
max-width:795px;
margin:auto;
padding:65px 100px;
text-align:center;
position:relative;
}


.cbx-waitlist-icon{
width:95px;
height:95px;
background:#fff;
border-radius:50%;
display:flex;
align-items:center;
justify-content:center;
margin:-115px auto 30px;
}

.cbx-waitlist-icon img{
max-width:55px;
height:auto;
}

.cbx-waitlist-heading{
font-size:28px;
line-height:1.3;
color:#322b27;
font-weight:600;
}

.cbx-waitlist-description{
font-size:18px;
line-height:1.5;
margin-top:20px;
color:#555;
}

.cbx-waitlist-form{
margin-top:25px;
}

.cbx-email-box{
height:60px;
border:1px solid #ddd;
background:#fff;
border-radius:10px;
display:flex;
align-items:center;
transition:all .3s ease;
padding:0 20px;
}

.cbx-email-box:focus-within{
  border-color:#b08354;
  box-shadow:0 0 0 2px rgba(176,131,84,0.15);
}

.cbx-email-icon{
font-size:25px;
margin-right:15px;
}

.cbx-email-box input{
  flex:1;
  width:100%;
  height:100%;
  border:none;
  outline:none;
  background:transparent;
  box-shadow:none;
  padding:0;
  margin:0;
  font-size:18px;
  color:#333;
}

.cbx-email-box input:focus{
  outline:none;
  border:none;
  box-shadow:none;
}

.cbx-email-box input::placeholder{
  color:#777;
  opacity:1;
}

.cbx-waitlist-button{
width:100%;
height:56px;
margin-top:15px;
border:0;
border-radius:10px;
background:var(--cbx-button-bg);
color:var(--cbx-button-text);
font-size:20px;
letter-spacing:3px;
cursor:pointer;
}

.cbx-waitlist-privacy{
margin-top:20px;
font-size:15px;
color:#666;
}

@media(max-width:767px){
.cbx-waitlist-card{
padding:45px 20px;
border-radius:20px;
}


.cbx-waitlist-icon{
margin-top:-90px;
width:80px;
height:80px;
}

.cbx-waitlist-heading{
font-size:24px;
}

.cbx-waitlist-description{
font-size:16px;
}
}
/* waitlist newsletter  */





/* waitlist thankyou  */
.cbx-thankyou-section{
  width:100%;
}

.cbx-thankyou-main-text{
  text-align:center;
  color:var(--cbx-text-color);
  font-size:18px;
  line-height:1.5;
}

.cbx-thankyou-script-text{
  text-align:center;
  margin-top:5px;
  color:var(--cbx-script-color);
  font-size:24px;
  font-family:cursive;
  line-height:1.4;
}

@media(max-width:767px){
.cbx-thankyou-divider{
  gap:12px;
}

.cbx-thankyou-main-text{
  font-size:16px;
}

.cbx-thankyou-script-text{
  font-size:20px;
}
}

.cbx-thankyou-divider{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:20px;
  margin-bottom:25px;
}
.cbx-line{
  display:block;
  height:1px;
  background:var(--cbx-line-color);
  flex:1;
  min-width:50px;
}

.cbx-thankyou-heart{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
}

.cbx-thankyou-heart span{
  display:block;
  font-size:38px;
  line-height:1;
  color:var(--cbx-heart-color);
}

.cbx-thankyou-heart img{
  display:block;
  width:35px;
  height:auto;
}

.cbx-thankyou-divider{
  max-width:100%;
}

.cbx-thankyou-wrapper{
  padding-left:0;
  padding-right:0;
}
/* waitlist thankyou  */