body, h1, h2, h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  text-align: justify;
}

p{ text-align: center;
    font-family: "Lato", sans-serif, cursive;
	font: size 20px;
}

.w3-bar-item{
color: rgb(0, 0, 0);
}

.w3-bar.navbar-bar {
  height: 65px;
  display: flex;
  align-items: flex-end;    /* ← pulls everything to bottom */
  padding-bottom: 12px;     /* ← breathing room from bottom edge */
}

/* ── Zhuri Wordmark ── */
.navbar-bar .navbar-logo-link {
  padding: 8px 16px 0 16px;  /* top right bottom left — 0 bottom keeps it flush */
  text-decoration: none;
  display: inline-flex;
  align-items: flex-end;
  overflow: visible;
}

.navbar-bar .w3-right {
  margin-left: auto;
}

.zhuri-wordmark {
  display: flex;
  flex-direction: column;     /* ← row puts Naturals beside Zhuri */
   line-height: 1;
  align-items: flex-end;       /* ← right-aligns the stacked words */
}

.zhuri-word {
   font-family: 'Cormorant Garamond', serif;
  font-size: 1.8rem;
  font-weight:950;
  color: #ffffff;
  letter-spacing: 0.05em;
 
  white-space: nowrap;   /* ← prevents word breaking */
}

.zhuri-naturals {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1rem;
  font-weight: 900;
  font-style: italic;
  color: #f2c78a;
  letter-spacing: 0.05em;
  margin-top: 1px;
  white-space: nowrap;   /* ← prevents "Naturals" from wrapping */
  overflow: visible;     /* ← ensures full text shows */
}

.tagline div {
font-family: "Lato", sans-serif, cursive;
font: size 20px;;
padding-left: 5px;
color: #656262;
}

 /* Hero Wrapper */
.zhuri-hero-wrapper {
  width: 100%;
  overflow: hidden;
}

/* Hero Container — positions image and text together */
.zhuri-hero-container {
  position: relative;
  width: 100%;
}

/* Hero Image — full width on all screens */
.zhuri-hero-img {
  width: 100%;
  height: auto;
  display: block;
}

/* DESKTOP text — overlaid on right empty space */
.zhuri-hero-text-desktop {
  position: absolute;
  top:48%;
  right: 4%;
  transform: translateY(-50%);
  width:35%;
  text-align: right;
}

/* TABLET text — overlaid bottom centre with dark fade */
.zhuri-hero-text-tablet {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding:20px 60px;
  background: linear-gradient(transparent, rgba(0,0,0,0.35));
  text-align: left;
  color: #ffffff;
}

/* MOBILE text — below image, not overlaid */
.zhuri-hero-text-mobile {
  padding: 24px 20px;
  text-align: center;
  background-color: #faf8f5;
}

/* Shared text styles */
.zhuri-hero-sub {
  font-size: 0.8rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #a0845c;
  margin-bottom: 8px;
}

.zhuri-hero-title {
  font-size: clamp(1.6rem, 2.5vw, 2.4rem);
  font-weight: 400;
  line-height: 1.5;
  color: #232222;
  margin-bottom: 20px;
}

.zhuri-hero-text-desktop .zhuri-hero-title {
  font-size: 2.8rem;        /* 2rem × 1.5 = 3rem */
  font-weight: 700;       /* lighter weight looks more luxury/editorial */
  line-height: 1.2;       /* tightens line spacing for large text */
  letter-spacing: 0.05em; /* slight spacing adds premium feel */
}

/* Tablet hero text — already white from gradient overlay */
.zhuri-hero-text-tablet .zhuri-hero-title {
  color: #ffffff;
}

/* Mobile hero text — keep DARK since it sits below the image */
.zhuri-hero-text-mobile .zhuri-hero-title {
  color: #2c2c2c;
   font-size: 1.8rem;        /* 2rem × 1.5 = 3rem */
  font-weight: 600;       /* lighter weight looks more luxury/editorial */
}



/* Tablet title overrides to white */
.zhuri-hero-text-tablet .zhuri-hero-title,
.zhuri-hero-text-tablet .zhuri-hero-sub {
  color: #000000;
  font-size: 1.8rem;        /* 2rem × 1.5 = 3rem */
  font-weight: 600;       /* lighter weight looks more luxury/editorial */
  line-height: 1.2;       /* tightens line spacing for large text */
}

/* CTA Button */
.zhuri-hero-btn {
  display: inline-block;
  padding: 8px 32px;
  background-color: transparent;    /* ← changed from #a0845c */
  color: #ffffff;                   /* ← keep white for hero overlay */
  text-decoration: none;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  border: 1.5px solid #ffffff;        /* ← thin white border on hero */
  cursor: pointer;
  transition: background-color 0.3s ease, 
              border-color 0.3s ease;  /* ← added border to transition */
}

.zhuri-hero-btn:hover {
  background-color: rgba(255,255,255,0.15);  /* ← subtle white fill on hover */
  border-color: #ffffff;

}
.zhuri-hero-text-mobile .zhuri-hero-btn {
  color: #2c2c2c;              /* ← dark text on light background */
  border: 1px solid #2c2c2c;  /* ← thin black border */
}

.zhuri-hero-text-mobile .zhuri-hero-btn:hover {
  background-color: #757372;
  color: #ffffff;
}
.mySlides {display: none;
	
  }

  .SlidesCol div{
	padding: 30px;
}



.Production {display: none;
  }


.skintype div {
  font-family: "Merienda", sans-serif, cursive;
	color:#000000;
	font-size:20px;
	padding: 10px;
}

.skintype p {
	position: absolute; 
	bottom: 2px; 
	left: 143px; 
	text-decoration: none; 
	font-size: 16px;
	color: #ffffff;
}


h1{color:rgb(255, 255, 255);
   letter-spacing: 3px;
  font-weight: 900;
}


h3{ color:rgb(58, 59, 57);
	font-weight: 700;
}

h2{color:rgb(255, 255, 255);  letter-spacing: 2px;
}
h3{ color:rgb(58, 59, 57);
	font-weight: 700;
}

h4 {color:rgb(255, 255,255);
}

.MyFont{color:#FFFFFF;
}

a:link{color:#C4B69C;
}

a:visited {
    color: #ffffff;
}
a:hover {
    color: #ffffff;
}
a:active {
    color:#C4B69C;
}


.w3-col {
border: none;
}
 .learn-more-btn {
    position: absolute;
    bottom: 8px; /* Adjust as needed */
    right: 8px; /* Adjust as needed */
    padding: 6px 12px; /* Controls button size */
    font-size: 12px; /* Makes text small but readable */
    color: white;
    background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent black */
    border: none;
    border-radius: 4px;
    cursor: pointer;
    z-index: 1; /* Ensures it's on top of the image */
  }

  .learn-more-btn:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

     /* Custom styles to ensure consistent video display */
    .video-slider {
      /* Set a fixed height for the entire video slider area */
      height: 400px; /* Adjust this value as needed to fit well within your layout */
      width: 66.666%; /* Make the slider fill two-thirds of the viewport/parent */
      max-width: 1200px; /* Optional cap to prevent excessive width on very large screens */
      position: relative; /* Necessary for absolute positioning of slides */
      overflow: hidden; /* Hides any content that goes beyond this height */
      border-radius: 8px; /* Added rounded corners for aesthetics */
      margin: 0 auto; /* Center the slider within its parent */
    }

    /* The 'Production' class is used by your JavaScript for display toggling */
    .Production {
        /* Each video slide should take the full dimensions of its parent slider */
        width: 100%;
        height: 100%;
        position: absolute; /* Allows slides to overlap for transitioning */
        top: 0;
        left: 0;
        display: none; /* Hidden by default, JavaScript will show the active one */
        justify-content: center; /* Center video horizontally */
        align-items: center; /* Center video vertically */
        background-color: #ffffff; /* Black background for letterboxing if object-fit: contain */
        transition: opacity 0.5s ease-in-out; /* Smooth transition for slide changes */
    }

  

    /* Style for the video element itself */
    .Production video {
        /* Make the video fill its container while maintaining aspect ratio */
        width: 100%;
        height: 100%;
        object-fit: contain; /* Ensures the entire video is visible, adds letterboxing if aspect ratios differ */
        display: block; /* Removes any extra space below the video */
        border-radius: 6px; /* Rounded corners for the video player */
    }

    /* Adjust positioning of titles to ensure they are visible over the video */
    .Production .w3-display-topleft,
    .Production .w3-display-topleft {
        z-index: 10; /* Ensure titles are on top of the video */
        border-radius: 4px; /* Rounded corners for title boxes */
    }

    /* Style the navigation buttons */
    .video-slider .w3-button {
        background-color: rgba(0, 0, 0, 0.2); /* Semi-transparent background */
        color: white;
        border: none;
        padding: 12px 16px;
        cursor: pointer;
        border-radius: 50%; /* Make buttons circular */
        font-size: 24px;
        z-index: 15; /* Ensure buttons are above titles and videos */
        transition: background-color 0.3s ease;
    }

    .video-slider .w3-button:hover {
        background-color: rgba(0, 0, 0, 0.8);
    }

	.infographic {
  display: grid;
  grid-template-columns: 500px 500px;
  grid-template-rows: 300px 300px;
  row-gap: 30px;
  column-gap: 30px;
  justify-content: center;
  
}

.infographic div {
padding: 15px;
font-size: 16px;
padding: 35px;


}

.infographic p {
  font-size: 1em;
  text-align: justify;
  color: #656262;	
}

.infographic img{
	height: 50px;
	width: 50px;
	
}

.logo {
	 background-image: url('index_files/Zlogo2.jpg');;
	height: 50px;
	width: 50px; 
	z-index: 1;
}

.Blog {
	background-image: url(index_files/ZHURi_Blog.png);
	background-size: cover; /* Ensures the image covers the entire element */
	
	

}
.Blog div {
	font-size: 3em;
	color: #ffffff;
	position: absolute;
	left: 100px;
}

.Clean {
  display: grid;
  grid-template-columns: 1fr; /* single column containing the videos */
  grid-auto-rows: auto;
  align-items: center;
  justify-items: center;
  row-gap: 40px;
  width: 100%;
  max-width: 1200px; /* constrain overall width */
  margin: 0 auto; /* center the grid on the page */
}

  .bestsellers  {
  width: 100;
  margin: 25px;
  }


/* Push slideshow buttons to the bottom on mobile screens */
@media (max-width: 768px) {
  .slider-nav-btn {
    top: auto !important;          /* Overrides the w3-display top 50% rule */
    bottom: 40px !important;       /* Pins them 40px from the bottom (above your tagline) */
    transform: none !important;    /* Overrides the w3-display centering shift */
    padding: 8px 16px !important;  /* Makes the buttons slightly smaller for mobile */
  }
  
  .w3-display-left.slider-nav-btn {
    left: 10px !important;         /* Neatly spaces it from the left edge */
  }
  
  .w3-display-right.slider-nav-btn {
    right: 10px !important;        /* Neatly spaces it from the right edge */
  }
}


/* ============================================================
   SKIN TYPE MODALS — Hydrating / Sensitive / Actives
   ============================================================ */

/* Widen the modal content box */
.skintype-modal .modal-inner {
  width: min(860px, 96vw);
  border-radius: 24px;
  overflow: hidden;
  font-family: 'Lato', sans-serif;
  background: #fff;
}

/* ── Header banner ── */
.skintype-modal .modal-banner {
  padding: 28px 32px 20px;
  display: flex;
  align-items: center;
  gap: 14px;
  position: relative;
}
.skintype-modal .modal-banner img.banner-icon {
  width: 78px;
  height: 78px;
  border-radius: 50%;
  object-fit: cover;
  border: 5px solid rgba(255, 255, 255, 0.6);
  flex-shrink: 0;
}
.skintype-modal .modal-banner .banner-text h2 {
  margin: 0 0 4px;
  font-size: 1.45em;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #595858;
}
.skintype-modal .modal-banner .banner-text p {
  margin: 0;
  font-size: 0.9em;
  opacity: 0.88;
  max-width: 480px;
  line-height: 1.5;
  color: lab(0% 0 0);
  text-align: left;
}
.skintype-modal .close-btn {
  position: absolute;
  top: 14px;
  right: 16px;
  background: rgba(255, 255, 255, 0.25);
  border: 3px solid #000;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-size: 1.3em;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
  color: #565252;
  line-height: 1;
}
.skintype-modal .close-btn:hover {
  background: rgba(220, 0, 0, 0.6);
}

/* ── Ingredient pill strip ── */
.skintype-modal .ingredient-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 14px 28px;
  background: #f9f9f6;
  border-bottom: 1px solid #eee;
}
.skintype-modal .ingredient-strip span {
  font-size: 0.72em;
  font-weight: 700;
  letter-spacing: 0.06em;
  padding: 5px 14px;
  border-radius: 20px;
  background: #fff;
  border: 1.5px solid #ddd;
  color: #ffffff;
  text-transform: uppercase;
}

/* ── Section label ── */
.skintype-modal .section-label {
  padding: 10px 18px 6px;
  font-size: 0.7em;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #ffffff;
}

/* ── Product card grid ── */
.skintype-modal .product-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 8px;
  padding: 8px 10px 10px;
}
@media (max-width: 600px) {
  .skintype-modal .product-grid {
    grid-template-columns: 1fr;
    gap: 8px;
  }
}


/* ── skintype-modal mobile responsiveness ── */
@media (max-width: 480px) {
  .skintype-modal .modal-banner {
    flex-direction: column;
    align-items: flex-start;
    padding: 16px;
    gap: 10px;
  }
  .skintype-modal .modal-banner img.banner-icon {
    width: 52px;
    height: 52px;
  }
  .skintype-modal .modal-banner .banner-text h2 {
    font-size: 1.1em;
  }
  .skintype-modal .modal-banner .banner-text p {
    font-size: 0.82em;
    max-width: 100%;
  }
  .skintype-modal .ingredient-strip {
    padding: 10px 14px;
  }
  .skintype-modal .section-label {
    padding: 10px 14px 4px;
  }
  .skintype-modal .modal-footer-bar {
    flex-direction: column;
    align-items: stretch;
    padding: 12px 16px;
  }
  .skintype-modal .footer-cta {
    text-align: center;
  }
}

/* ── Individual product card ── */
.skintype-modal .product-card {
  border-radius: 14px;
  border: 1.5px solid #ececec;
  overflow: hidden;
  background: #fff;
  display: flex;
  flex-direction: column;
  transition: box-shadow 0.2s, transform 0.2s;
  cursor: pointer;
}
.skintype-modal .product-card:hover {
  box-shadow: 0 6px 22px rgba(0, 0, 0, 0.11);
  transform: translateY(-3px);
}
.skintype-modal .product-card .card-img {
  width: 100%;
  height: 175px;
  object-fit: contain;
  background: #ffffff;
  padding: 8px;
}
.skintype-modal .product-card .card-body {
  padding: 10px 5px 10px;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.skintype-modal .product-card .card-brand {
  font-size: 0.65em;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  margin-bottom: 3px;
}
.skintype-modal .product-card .card-name {
  font-size: 1em;
  font-weight: 600;
  line-height: 1;
  padding: 10px 10px;
  color: #222;
  margin-bottom:8px;
}
.skintype-modal .product-card .card-Description {
  font-size: 0.9em;
  font-weight:300;
  padding: 8px 8px;
  color: #616161;
  margin-bottom: 25px;
}
.skintype-modal .product-card .card-btn {
  display: block;
  width: 50%;
  margin: 0 auto;
  text-align: center;
  padding: 10px 10px;
  border-radius: 8px;
  font-size: 0.75em;
  font-weight: 700;
  letter-spacing: 0.05em;
  cursor: pointer;
  border: 1px solid #1a1a1a;
  transition: opacity 0.15s;
  text-decoration: none;
  color: #ffffff;
}
.skintype-modal .product-card .card-btn:hover {
  opacity: 0.82;
  color: #ffcc00;
}

/* ── Footer CTA bar ── */
.skintype-modal .modal-footer-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 28px;
  background: #f4f4f0;
  border-top: 1px solid #e8e8e8;
  gap: 12px;
  flex-wrap: wrap;
}
.skintype-modal .modal-footer-bar .footer-note {
  font-size: 0.78em;
  color: #888;
}
.skintype-modal .footer-cta {
  padding: 10px 22px;
  border-radius: 10px;
  font-size: 0.82em;
  font-weight: 700;
  letter-spacing: 0.04em;
  cursor: pointer;
  border: none;
  transition: opacity 0.15s;
  text-decoration: none;
  display: inline-block;
  color: #fff;
}
.skintype-modal .footer-cta:hover {
  opacity: 0.85;
  color: #fff;
}

/* ── Per-modal colour themes ── */

/* Hydrating — gray */


#hydratingModal .card-btn           { background: #0a0a0a; border-radius: 10px; border: #1a1a1a; }


/* Sensitive — blush / rose */

#sensitiveModal .card-btn            { background: #0a0a0a; border-radius: 10px; border: #1a1a1a; }



#activesModal .card-btn           { background: #0a0a0a; border-radius: 10px; border: #1a1a1a; }


/* ══════════════════════════════════════════
   BEST SELLERS SECTION (moved from HTML)
   ══════════════════════════════════════════ */
.bs-section { max-width:1100px; margin:0 auto; padding:56px 24px 64px; }
.bs-header { text-align:center; margin-bottom:40px; }
.bs-header .bs-eyebrow { display:inline-block; font-size:.7em; font-weight:800; letter-spacing:.18em; text-transform:uppercase; color:#2bbbac; margin-bottom:10px; }
.bs-header h2 { font-size:2em; font-weight:800; color:#1a1a1a; letter-spacing:.04em; margin:0 0 10px; text-transform:uppercase; }
.bs-header p { font-size:.95em; color:#777; max-width:480px; margin:0 auto; line-height:1.6; text-align:center; }
.bs-grid { display:grid; grid-template-columns:1fr 1fr; gap:24px; }
@media(max-width:640px){ .bs-grid{grid-template-columns:1fr;gap:16px;} }
.bs-card { background:#fff; border-radius:18px; border:1.5px solid #ececec; overflow:hidden; display:flex; flex-direction:row; cursor:pointer; transition:box-shadow .25s,transform .25s; position:relative; }
.bs-card:hover { box-shadow:0 10px 32px rgba(0,0,0,.10); transform:translateY(-4px); }
.bs-badge { position:absolute; top:14px; left:14px; background:#1a1a1a; color:#fff; font-size:.6em; font-weight:800; letter-spacing:.12em; text-transform:uppercase; padding:4px 10px; border-radius:20px; z-index:2; }
.bs-card .bs-img-wrap { width:170px; min-width:170px; background:#f8f8f5; display:flex; align-items:center; justify-content:center; padding:16px; flex-shrink:0; }
.bs-card .bs-img-wrap img { width:100%; height:160px; object-fit:contain; }
@media(max-width:480px){ .bs-card .bs-img-wrap{width:120px;min-width:120px;} }
.bs-card .bs-body { padding:20px 18px; display:flex; flex-direction:column; justify-content:center; flex:1; }
.bs-card .bs-brand { font-size:.65em; font-weight:800; letter-spacing:.1em; text-transform:uppercase; color:#2bbbac; margin-bottom:5px; }
.bs-card .bs-name { font-size:.95em; font-weight:700; color:#1a1a1a; line-height:1.35; margin-bottom:8px; }
.bs-card .bs-desc { font-size:.78em; color:#888; line-height:1.5; margin-bottom:14px; }
.bs-card .bs-footer { display:flex; align-items:center; gap:12px; flex-wrap:wrap; }
.bs-card .bs-price { font-size:1em; font-weight:800; color:#1a1a1a; }
.bs-card .bs-buy-btn { padding:8px 18px; border-radius:10px; background:#1a1a1a; color:#fff; font-size:.75em; font-weight:700; letter-spacing:.05em; border:none; cursor:pointer; transition:background .2s; text-transform:uppercase; }
.bs-card .bs-buy-btn:hover { background:#2bbbac; }
.bs-viewall { text-align:center; margin-top:36px; }
.bs-viewall a { display:inline-block; padding:13px 36px; border-radius:12px; border:2px solid #1a1a1a; font-size:.82em; font-weight:800; letter-spacing:.08em; text-transform:uppercase; color:#1a1a1a; text-decoration:none; transition:background .2s,color .2s; }
.bs-viewall a:hover { background:#1a1a1a; color:#fff; }

/* ══════════════════════════════════════════
   NAVBAR
   ══════════════════════════════════════════ */
.navbar-bar { height: 40px; }
.nav-mobile-menu { margin-top: 46px; }

/* ══════════════════════════════════════════
   PAGE LAYOUT
   ══════════════════════════════════════════ */
.page-content { width: 100%; max-width: 100%; margin: 0; padding: 0; }
.home-section { background-color: #ffffff; height: 550px; }
/* ======= CATEGORY CAROUSEL ======= */
.zhuri-carousel-section {
  padding: 60px 20px;
  background-color: #faf8f5;
  text-align: center;
}

.zhuri-carousel-sub {
  color: #888;
  font-size: 0.95rem;
  letter-spacing: 0.08em;
  margin-bottom: 32px;
}

.zhuri-carousel-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  max-width: 1400px;
  margin: 0 auto;
}

.zhuri-carousel-track {
  display: flex;
  gap: 20px;
  transition: transform 0.4s ease;
  padding: 10px 4px;
}

/* Card */
.zhuri-carousel-card {
  min-width: 260px;
  background: #ffffff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0,0,0,0.07);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  flex-shrink: 0;
}

.zhuri-carousel-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.zhuri-carousel-card a {
  text-decoration: none;
  color: inherit;
}

.zhuri-carousel-img-wrap {
  width: 100%;
  height: 280px;
  overflow: hidden;
  background: #f5f3f0;
}

.zhuri-carousel-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.zhuri-carousel-card:hover .zhuri-carousel-img-wrap img {
  transform: scale(1.04);
}

.zhuri-carousel-body {
  padding: 16px;
  text-align: left;
}

.zhuri-carousel-label {
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.15em;
  color: #2c2c2c;
  margin-bottom: 4px;
}

.zhuri-carousel-tagline {
  font-size: 0.85rem;
  color: #888;
  font-style: italic;
}

/* Arrows */
.zhuri-carousel-btn {
  background: #ffffff;
  border: 1px solid #ddd;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  font-size: 1rem;
  cursor: pointer;
  flex-shrink: 0;
  z-index: 2;
  transition: background 0.2s ease;
  margin: 0 8px;
}

.zhuri-carousel-btn:hover {
  background: #2c2c2c;
  color: #ffffff;
}

/* Dots */
.zhuri-carousel-dots {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 8px;
}

.zhuri-carousel-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: background 0.3s ease;
}

.zhuri-carousel-dot.active {
  background: #2c2c2c;
}

/* Mobile — full width cards */
@media (max-width: 600px) {
  .zhuri-carousel-card {
    min-width: 80vw;
  }
}

/* ══════════════════════════════════════════
   TAGLINE
   ══════════════════════════════════════════ */
.tagline-main { padding: 55px 0 30px; font-weight: 700; font-size: 2.5em; letter-spacing: 1.5px; opacity: 0.9; }
.hydration-icon { height: 1.5em; width: auto; vertical-align: middle; }
.hydration-icon-lg { height: 1.8em; width: auto; vertical-align: middle; }
.tagline-sub { display: block; font-size: 0.55em; margin-top: -0.4em; }

/* ══════════════════════════════════════════
   SKIN TYPE SECTION
   ══════════════════════════════════════════ */
.skintype-container { max-width: 1200px; }
.pos-relative { position: relative; }
.skintype-img-sm { width: 70%; }
.skintype-img { width: 75%; }

/* ══════════════════════════════════════════
   MODAL PRODUCT IMAGES
   ══════════════════════════════════════════ */
.modal-img { height: 300px; }
.modal-img-sm { width: 128px; height: 300px; }
.modal-img-md { width: 150px; height: 300px; }
.modal-img-lg { width: 175px; height: 300px; }
.modal-img-xl { width: 186px; height: 300px; }
.modal-img-xxl { width: 200px; height: 300px; }

/* ══════════════════════════════════════════
   PAYPAL BUTTON
   ══════════════════════════════════════════ */
.paypal-btn { font-weight: bold; }

/* ══════════════════════════════════════════
   CONTACT & FOOTER
   ══════════════════════════════════════════ */
.contact-section { padding: 64px 16px; line-height: 30px; }
.text-brand { color: #a2d13e; }
.modal-logo { width: 20%; }
.footer-copyright { font-size: 13px; }

/* ══════════════════════════════════════════
   SHOP FOOTER
   ══════════════════════════════════════════ */
.shop-footer {
  background-color: #1a1a1a;
  color: #ffffff;
  text-align: center;
  padding: 40px 24px;
  margin-top: 40px;
}

.shop-footer h3 {
  color: #2bbbac;
  font-size: 1.4em;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

.shop-footer p {
  color: rgba(255, 255, 255, 0.8);
  margin: 4px 0;
}

.shop-footer a {
  color: #2bbbac;
}

.shop-footer a:hover {
  color: #ffffff;
}

.footer-icons {
  margin: 16px 0;
  font-size: 1.5em;
  display: flex;
  justify-content: center;
  gap: 16px;
}

.footer-icons a {
  color: rgba(255, 255, 255, 0.7);
  transition: color 0.2s;
}

.footer-icons a:hover {
  color: #2bbbac;
}