body {
  width: 100%;
  height: 100%;
}
h1, h2, h3, h4, h5, h6 {
  color: #000000;
}
legend {
  padding: 7px 0;
  margin-bottom: 20px;
  border-bottom: 1px solid #e5e5e5;
}
label {
  font-size: 12px;
  font-weight: normal;
}
/* Chrome border line */
button:focus {
  outline: none !important;
}
/* container */
#container {
  width: 100%;
  min-height: 100%;
  position: absolute;
  margin-bottom: 300px;
}
/* content */
#content, #column-left, #column-right {
  padding-bottom: 730px;
}
@media (min-width: 576px) {
  #content, #column-left, #column-right {
    padding-bottom: 400px;
  }
}
#alert {
  z-index: 9999;
  position: fixed;
  top: 30%;
  left: 50%;
  width: 400px;
  margin-left: -200px;
}
@media (min-width: 992px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1140px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
@media (min-width: 1320px) {
  #alert {
    width: 600px;
    margin-left: -300px;
  }
}
#alert .alert {
  margin-bottom: 15px;
}
#alert .alert-primary {
  box-shadow: 0 0 0 5px rgb(var(--bs-primary-rgb), 0.1);
}
#alert .alert-secondary {
  box-shadow: 0 0 0 5px rgb(var(--bs-secondary-rgb), 0.1);
}
#alert .alert-success {
  box-shadow: 0 0 0 5px rgb(var(--bs-success-rgb), 0.1);
}
#alert .alert-warning {
  box-shadow: 0 0 0 5px rgb(var(--bs-warning-rgb), 0.1);
}
#alert .alert-danger {
  box-shadow: 0 0 0 5px rgb(var(--bs-danger-rgb), 0.1);
}
#alert .alert-info {
  box-shadow: 0 0 0 5px rgb(var(--bs-info-rgb), 0.1);
}
#alert .alert-light {
  box-shadow: 0 0 0 5px rgb(var(--bs-light-rgb), 0.1);
}
#alert .alert-dark {
  box-shadow: 0 0 0 5px rgb(var(--bs-dark-rgb), 0.1);
}
/* top */
#top {
  background-color: var(--bs-tertiary-bg);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 5px;
}
#top ul.list-inline {
  margin-bottom: 0;
}
#top .list-inline-item > a, #top .list-inline-item .dropdown > a {
  font-size: 1.1em;
  color: var(--bs-gray-600);
  line-height: 40px;
  vertical-align: middle;
  padding: 10px 0px 5px 0px;
}
/* logo */
#logo {
  text-align: center;
  margin: 7px 0 7px 0;
}
#logo img {
  max-width: 200px;
}
@media (min-width: 768px) {
  #logo {
    text-align: left;
  }
}
/* search */
#search {
  margin-bottom: 10px;
}
#search .form-control-lg {
  height: 40px;
  font-size: 12px;
  line-height: 20px;
  padding: 0 10px;
}
#search .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 0.57rem 35px;
  text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
  margin-bottom: 10px;
}
#cart .img-thumbnail {
  min-width: 100px;
}
#cart .btn-lg {
  font-size: 15px;
  line-height: 18px;
  padding: 14px 35px;
}
#cart .dropdown-menu {
  background: #eee;
}
#cart .dropdown-menu li {
  min-width: 300px;
}
@media (max-width: 768px) {
  #cart .dropdown-menu li {
    min-width: 100%;
  }
}
/* menu */
#menu {
 
background-color: transparent !important;
  background-image: none;
  background-repeat: repeat-x;
  border: none;
  border-color: #1f90bb #1f90bb #145e7a;
  min-height: 40px;
  border-radius: 4px;
  padding: 0 1rem;
  margin-bottom: 20px;
   text-align: center;
    width: 100%;
}



#menu .navbar-nav > li > a {
font-size: 16px; 
color: #000000;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  padding: 10px 15px 10px 15px;
  background-color: transparent;
 

}
#menu .navbar-nav > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#menu .dropdown-menu {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
#menu .dropdown-inner {
  display: flex;
  flex-direction: column;
}
#menu .dropdown-inner ul {
  width: 100%;
  min-width: 200px;
}
@media (min-width: 960px) {
  #menu .dropdown:hover .dropdown-menu {
    display: block;
  }
  #menu .dropdown-inner {
    flex-direction: row;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-2 {
    left: -200px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-3 {
    left: -400px;
  }
  #menu .nav-item + .nav-item + .nav-item + .nav-item .dropdown-column-4 {
    left: -600px;
  }
}
#category {
  float: left;
  font-size: 16px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}
#menu .navbar-toggler i {
  color: #fff;
  border-color: #fff;
  font-size: 0.9em;
}
/* default boostrap changes */
div.required .col-form-label:before, div.required .form-label:before {
  content: "* ";
  color: #F00;
  font-weight: bold;
}
.form-switch-lg {
  font-size: 20px;
  min-height: 30px;
  line-height: 30px;
}
.nav-tabs {
  margin-bottom: 15px;
}
.form-check .form-check-input {
  margin-top: 0.25rem;
}
@media (min-width: 768px) {
  .col-form-label {
    text-align: right;
  }
}
/* footer */
footer {
  border: 1px solid #000000;
  position: absolute;
  bottom: -1px;
  width: 100%;
  padding-top: 30px;
  background-color: #303030;
  border-top: 1px solid #ddd;
  color: #e2e2e2;
}
footer hr {
  border-top: none;
  border-bottom: 1px solid #666;
}
footer a {
  color: #ccc;
  text-decoration: none;
}
footer a:hover {
  color: #fff;
}
footer h5 {
  font-family: "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
}
/* breadcrumb */
.breadcrumb {
  margin: 0 0 20px 0;
  padding: 8px 0;
  border: 1px solid var(--bs-border-color);
  border-radius: var(--bs-border-radius);
  background-color: var(--bs-tertiary-bg);
}
.breadcrumb i {
  font-size: 15px;
color: #000;
}
.breadcrumb > li.breadcrumb-item {
  text-shadow: 0 1px 0 #FFF;
  padding: 0 20px;
  position: relative;
  white-space: nowrap;
}
.breadcrumb > li.breadcrumb-item > a {
  text-decoration: none;
color: #000;
}
.breadcrumb > li.breadcrumb-item:after {
  content: "";
  display: block;
  position: absolute;
  top: -3px;
  right: -5px;
  width: 29px;
  height: 29px;
  border-right: 1px solid var(--bs-border-color);
  border-bottom: 1px solid var(--bs-border-color);
  transform: rotate(-45deg);
}
.breadcrumb > li.breadcrumb-item + li:before {
  content: "";
  padding: 0;
}
.product-thumb {
  border: 1px solid #ddd;
  position: relative;
  height: 100%;
}
.product-thumb .image {
  text-align: center;
}
.product-thumb .image a:hover {
  opacity: 0.8;
}
.product-thumb .description {
  padding: 15px;
  margin-bottom: 45px;
font-size: 16px;
color: #000;

}
.product-thumb .description h4 {
  font-weight: bold;
color: #000;
}

.product-thumb .caption p {
    font-size: 16px;   /* increase size (default is often 12–14px) */
    line-height: 1.5;  /* optional: improves readability */
    color: #000;    /* optional: make sure it’s clearly visible */
}














.product-thumb .button {
  display: flex;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.product-thumb .button button {
  width: 33.33%;
  border: none;
  border-top: 1px solid var(--bs-border-color);
  background-color: var(--bs-tertiary-bg);
  color: var(--bs-gray-600);
  line-height: 38px;
  text-align: center;
}
.product-thumb .button button:hover {
  color: var(--bs-gray-600);
  background-color: #ddd;
  text-decoration: none;
  cursor: pointer;
}
.product-thumb .button button + button {
  border-left: 1px solid var(--bs-border-color);
}
@media (min-width: 960px) {
  .product-list .product-thumb {
    display: flex;
  }
  .product-list .product-thumb .image {
    flex-direction: column;
    margin-bottom: 0px;
  }
  .product-list .product-thumb .content {
    flex-direction: column;
    flex: 75%;
    position: relative;
  }
  .product-list .product-thumb .button {
    border-left: 1px solid #ddd;
    width: calc(100% -  15px);
    margin-left: 15px;
  }
}
.rating .fa-stack {
  width: 20px;
}
.rating .fa-star {
  color: #999;
  font-size: 15px;
}
.rating .fa-star {
  color: #FC0;
  font-size: 15px;
}
.rating .fa-star + .fa-star {
  color: #E69500;
}
/* product list */
.price {
  color: #444;
font-weight: bold;
}
.price-new {
  font-weight: 600;
}
.price-old {
  color: #dc512c;
  text-decoration: line-through;
}
.price-tax {
  color: #999;
  font-size: 12px;
  display: none;
}
/* blog */
.blog-thumb {
  border: 1px solid #ddd;
  margin-bottom: 15px;
}
.blog-thumb h4 {
  font-weight: bold;
}
.blog-thumb .image {
  text-align: center;
  margin-bottom: 15px;
}
.blog-thumb .image a:hover {
  opacity: 0.8;
}
.blog-thumb .description {
  padding: 15px;
}
/* Theme Custom CSS */
#cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 150px;
  z-index: 9999;
  opacity: 0.95;
  color: #ecf0f1;
  background: #343a40;
}
#cookie div {
  font-size: 16px;
  color: #FFFFFF;
}

/* ==========================================
   Full-width Silk Background with Gold Undertone
   ========================================== */

.html-content.fullwidth {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;

  /* Base silk nude with warm gold undertone */
  background:
    radial-gradient(
      circle at 18% 22%,
      #FFFFFF 0%,
      #FBF7F3 30%,
      #F4ECE4 55%,
      #EADFD6 80%,
      #E2D3C7 100%
    );

  padding: 70px 0;
  overflow: hidden;
}

/* ------------------------------------------
   Silk light diffusion (soft luxury glow)
   ------------------------------------------ */
.html-content.fullwidth::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      120deg,
      rgba(255, 248, 235, 0.45) 0%,
      rgba(255, 238, 210, 0.22) 35%,
      rgba(255, 230, 195, 0.10) 55%,
      rgba(255, 220, 185, 0.04) 70%,
      rgba(255, 220, 185, 0) 85%
    );
  pointer-events: none;
}

/* ------------------------------------------
   Ultra-fine silk grain (editorial finish)
   ------------------------------------------ */
.html-content.fullwidth::after {
  content: "";
  position: absolute;
  inset: 0;

  background:
    repeating-linear-gradient(
      0deg,
      rgba(255,255,255,0.015),
      rgba(255,255,255,0.015) 1px,
      rgba(0,0,0,0.01) 1px,
      rgba(0,0,0,0.01) 2px
    );

  mix-blend-mode: soft-light;
  opacity: 0.6;
  pointer-events: none;
}

/* ------------------------------------------
   Ensure content stays above layers
   ------------------------------------------ */
.html-content.fullwidth > * {
  position: relative;
  z-index: 2;
}

/* ------------------------------------------
   Mobile refinement (softer + centered light)
   ------------------------------------------ */
@media (max-width: 768px) {
  .html-content.fullwidth {
    padding: 50px 0;
    background:
      radial-gradient(
        circle at 50% 18%,
        #FFFFFF 0%,
        #FBF7F3 40%,
        #F2E8E0 70%,
        #E6D8CD 100%
      );
  }
}

.html-content.fullwidth2 {
  position: relative;
  width: 100vw;        /* force it to use full viewport width */
  left: 50%;           
  right: 50%;
  margin-left: -50vw;  /* center fullwidth block */
  margin-right: -50vw; 
  background-color: #FFFFFF;
  padding: 40px 0;
}

.compare-total a {
    color: #000000 !important;  /* black instead of blue */
    text-decoration: none;
}
.compare-total a:hover {
    color: #555555;  /* optional hover color (dark grey) */
}

/* Container spacing */
.wellness-package {
  padding: 20px;
  text-align: left; /* Left everything inside by default */
  justify-content: center;
}

/* General section wrapper */
.package-section {
position: relative;
  width: 100vw;        /* force it to use full viewport width */
  left: 50%;           
  right: 50%;
  margin-left: -50vw;  /* center fullwidth block */
  margin-right: -50vw; 
  background-color: #ffb5b5;
  padding: 40px 0;


}

/* Headline */
.wellness-package h1 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 20px;
}

/* Subtitle */
.package-subtitle {
  font-size: 28px;
  margin-bottom: 20px;
}

/* General text */
.package-text {
  font-size: 16px;
  margin-bottom: 10px;
}

/* ===============================
   Package Cards – Base Layout
   =============================== */

.package-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1200px;
  margin: 50px auto;
  padding: 0 20px;
}

/* ===============================
   Card Styling (Shared)
   =============================== */

.package-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 28px;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0,0,0,0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.package-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 36px rgba(0,0,0,0.10);
}

.package-card h3 {
  font-size: 22px;
  margin-bottom: 16px;
  color: #2b2b2b;
}

.package-card p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}

/* ===============================
   Responsive – 3 Card Pages
   =============================== */

/* Tablets */
@media (max-width: 992px) {
  .package-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 600px) {
  .package-cards {
    grid-template-columns: 1fr;
  }

  .package-card {
    padding: 26px 22px;
  }
}

/* ===============================
   Two-Card Wider Layout (Workshop Pages)
   =============================== */

.package-cards.two-cards {
  grid-template-columns: repeat(2, minmax(360px, 1fr));
  max-width: 1000px;
  justify-content: center;
  justify-items: center;
}

.package-cards.two-cards .package-card {
  width: 100%;
  max-width: 460px;
  padding: 38px 34px;
text-align: left;
}

.package-cards.two-cards h3 {
  font-size: 24px;
}



/* ===============================
   Responsive – Two Card Pages
   =============================== */

@media (max-width: 992px) {
  .package-cards.two-cards {
    grid-template-columns: 1fr;
    max-width: 720px;
  }
}

.buy-now-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 12px 30px;
  background-color: #000;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.buy-now-btn:hover {
  background-color: #333; /* slightly lighter black */
  transform: translateY(-2px); /* small lift on hover */
}

/* Full-screen section */
.full-screen-section {
  display: flex;
  align-items: center;     /* vertical centering */
  justify-content: center; /* horizontal centering */
  min-height: 60vh;       /* full viewport height */
  background-color: #ffb5b5; /* optional background */
  padding: 20px;
  box-sizing: border-box;
}

/* Text block inside section */
.text-block {
  max-width: 800px;
  width: 100%;
  text-align: left;       /* text left-aligned */
}

.full-width-bg {
 position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
  background-color: #ffb5b5;
  color: #00000;
}

/* Make Add to Cart button black */
.btn-primary, 
.btn-primary:focus, 
.btn-primary:hover, 
.btn-primary:active {
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
font-weight: bold;
}

/* Breadcrumb text on product page - Default theme */
.product-product .breadcrumb li a,
.product-product .breadcrumb li,
.product-product .breadcrumb li::before {
  color: #000 !important;
}

.product-product .breadcrumb li a:hover {
  color: #333 !important; /* optional hover */
}


/* Brand label bold */
.product-product .product-meta strong:contains("Brand") {
  font-weight: bold;
}

/* Availability label bold */
.product-product .product-meta strong:contains("Availability") {
  font-weight: bold;
}

/* Change font size for all H1 headings */
h1 {
  font-size: 48px;   /* adjust to your preferred size */
 font-weight: normal;
}

<style>
a[href*="account/download"] {
  display: none !important;
}
</style>

/* Hide hidden page from footer menu */
#footer a[href*="/shop/google-reviews"] {
    display: none !important;
}

/* Make mobile hamburger icon black */
button.navbar-toggler,
button.navbar-toggler span,
.navbar-toggler-icon,
.navbar-toggler svg {
  color: #000 !important;
  fill: #000 !important;
  stroke: #000 !important;
}

.navbar-toggler-icon {
  background-image: none !important; /* remove default white icon */
}

.navbar-toggler-icon::before,
.navbar-toggler-icon::after,
.navbar-toggler-icon span {
  background-color: #000 !important;
}

/*===========================
 Category header images 
===========================*/


.christmas-hero {
  position: relative;
  min-height: 420px;
  padding: clamp(40px, 6vw, 80px) clamp(25px, 6vw, 60px);

  display: flex;
  align-items: center;

  background:
    linear-gradient(
      to left,
    rgba(255,255,255,0)    0%,
  rgba(255,255,255,0.08) 10%,
  rgba(255,255,255,0.18) 18%,
  rgba(255,255,255,0.32) 26%,
  rgba(255,255,255,0.48) 34%,
  rgba(255,255,255,0.62) 42%,
  rgba(255,255,255,0.75) 50%,
  rgba(255,255,255,0.86) 60%,
  rgba(255,255,255,0.94) 72%,
  rgba(255,255,255,0.98) 85%,
  rgba(255,255,255,1)    100%
    ),
    var(--hero-bg) right center / cover no-repeat;

  background-color: #fff;
}

/* Content */
.christmas-content {
  position: relative;
  z-index: 2;
  max-width: 520px;
}

.christmas-content h2 {
  font-size: clamp(28px, 4vw, 38px);
  font-weight: 500;
  letter-spacing: 0.5px;
  margin-bottom: 18px;
}

.christmas-content p {
  font-size: 16px;
  line-height: 1.6;
}

/* -------- Tablet -------- */
@media (max-width: 1024px) {
  .christmas-hero {
    min-height: 380px;

    background:
      linear-gradient(
        to left,
        rgba(255,255,255,0) 0%,
        rgba(255,255,255,0.75) 28%,
        rgba(255,255,255,1) 60%
      ),
      var(--hero-bg) right center / contain no-repeat;
  }
}

/* -------- Mobile -------- */
@media (max-width: 768px) {
  .christmas-hero {
    min-height: auto;
    padding: 40px 25px;

    background:
      linear-gradient(
        to bottom,
        rgba(255,255,255,1) 0%,
        rgba(255,255,255,0.95) 50%,
        rgba(255,255,255,0.85) 100%
      ),
      var(--hero-bg) center top / cover no-repeat;
  }

  .christmas-content {
    max-width: 100%;
    text-align: center;
  }
}

/* -------- Small Mobile -------- */
@media (max-width: 480px) {
  .christmas-content h2 {
    font-size: 26px;
  }

  .christmas-content p {
    font-size: 15px;
  }
}

/* =========================
   UNVEIL YOU WORKSHOP cards
   ========================= */
.workshop-card{
  border: 0;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  padding: 6px;
  background: #fff;
margin-bottom: 50px;
}

.workshop-badge{
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: .06em;
  text-transform: uppercase;
  background: rgba(0,0,0,0.06);
  margin-bottom: 12px;
}

.workshop-title{
  font-size: 22px;
  margin: 0 0 6px;
  font-weight: 600;
}

.workshop-subtitle{
  margin: 0 0 14px;
  opacity: 0.8;
  line-height: 1.4;
}

.workshop-list{
  padding-left: 18px;
  margin: 0;
}

.workshop-list li{
  margin: 8px 0;
}
/* Elegant hover lift */
.workshop-card {
  transition: 
    transform 0.35s ease,
    box-shadow 0.35s ease;
}

.workshop-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 45px rgba(0,0,0,0.12);
}

.footer-social {
  margin-top: 15px;
}

.footer-social a {
  color: #7a7a7a;
  font-size: 18px;
  margin-right: 12px;
margin-left: 200px;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  color: #000;
  transform: translateY(-2px);
}

.top-instagram {
  display: inline-flex;
  align-items: center;
  margin-right: 20px;          /* pushes it slightly more to the right */
  color: #C9A24D;              /* soft luxury gold */
  font-size: 25px              /* slightly bigger than other icons */
  line-height: 1;
  transition: all 0.3s ease;
}

.top-instagram:hover {
  color: #A86868;
  transform: translateY(-1px);
}

#top .top-instagram i {
  font-size: 22px !important;
}

/* =========================
   Testimonials container
   ========================= */


.testimonials-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  justify-content: center;
  max-width: 1200px;
  margin: 60px auto;
  padding: 0 16px;
  font-family: Arial, sans-serif;
}

/* Individual card */
.testimonial-card {
  flex: 1 1 300px;
  max-width: 380px;
  background: #ffffff;
  padding: 26px 24px;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.04);
  text-align: center;

  /* Elegant shadow */
  box-shadow:
    0 12px 30px rgba(0,0,0,0.06),
    0 4px 10px rgba(0,0,0,0.04);

  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

/* Hover lift */
.testimonial-card:hover {
  transform: translateY(-6px);
  box-shadow:
    0 18px 40px rgba(0,0,0,0.08),
    0 6px 14px rgba(0,0,0,0.05);
}

/* Quote text */
.testimonial-card p {
  font-size: 16px;
  line-height: 1.65;
  color: #555;
  font-style: italic;
  margin-bottom: 22px;
}

/* Name */
.testimonial-name {
  font-weight: 600;
  font-size: 16px;
  color: #333;
  letter-spacing: 0.3px;
}

/* Tablet */
@media (max-width: 900px) {
  .testimonial-card {
    max-width: 100%;
  }
}

/* Mobile */
@media (max-width: 480px) {
  .testimonial-card {
    padding: 22px 20px;
  }

  .testimonial-card p {
    font-size: 15px;
  }
}

/* Photo Claudy */
.text-photo {
  display: flex;
  align-items: center;
  gap: clamp(20px, 4vw, 70px);
}

/* Image styling */
.text-photo img {
  width: 100%;
  max-width: 420px;
  height: auto;

  border-radius: 22px;

  box-shadow:
    0 28px 60px rgba(0, 0, 0, 0.14),
    0 10px 22px rgba(0, 0, 0, 0.10);

  object-fit: cover;

  transition:
    transform 0.45s ease,
    box-shadow 0.45s ease;
}

/* Subtle lift on hover */
.text-photo:hover img {
  transform: translateY(-6px);
  box-shadow:
    0 36px 70px rgba(0, 0, 0, 0.16),
    0 14px 28px rgba(0, 0, 0, 0.12);
}

.text-photo:hover img {
  filter: brightness(1.03);
}

/* Text block */
.text-photo .text {
  max-width: 760px; /* wider text */
}

/* ---------- Tablet ---------- */
@media (max-width: 1024px) {
  .text-photo img {
    max-width: 360px;
    border-radius: 18px;
  }

  .text-photo .text {
    max-width: 560px;
  }
}

/* ---------- Mobile ---------- */
@media (max-width: 768px) {
  .text-photo {
    flex-direction: column;
    text-align: center;
  }

  .text-photo img {
    max-width: 100%;
    border-radius: 16px;
  }

  .text-photo .text {
    max-width: 100%;
  }
}

/* Soft slide-down animation for alerts */
.slide-alert {
  animation: slideDown 0.4s ease-out;
  margin-bottom: 16px;
}


/* Soft slide-out on dismiss */
.slide-out {
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.4s ease;
}

/* ---------- Collage on Bridam Makeup page ---------- */

/* Wrapper spacing */
.hy-collage-wrap{
  max-width: 1400px;
  margin: 60px auto;
  padding: 0 20px;
}

/* Mosaic grid */
.hy-collage{
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: 140px;      /* base tile height */
  gap: 14px;
  grid-auto-flow: dense;      /* fills gaps nicely */
}

/* Tile base */
.hy-tile{
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  display: block;
  background: rgba(255,255,255,0.5);
  box-shadow: 0 10px 28px rgba(0,0,0,0.06);
  transform: translateZ(0);
  transition: transform .35s ease, box-shadow .35s ease;
}

.hy-tile img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform .7s ease;
}

/* Subtle luxury hover */
.hy-tile:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}
.hy-tile:hover img{
  transform: scale(1.06);
}

/* Mixed sizes */
.hy-wide{ grid-column: span 2; }
.hy-tall{ grid-row: span 2; }
.hy-big{  grid-column: span 2; grid-row: span 2; }

/* Tablet */
@media (max-width: 992px){
  .hy-collage{
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 150px;
  }
}

/* Mobile */
@media (max-width: 576px){
  .hy-collage{
    grid-template-columns: repeat(2, 1fr);
    grid-auto-rows: 160px;
    gap: 12px;
  }
}

/* Lightbox (modal) styling */
.hy-modal{
  background: rgba(10,10,10,0.90);
  border-radius: 18px;
  border: none;
}

.hy-modal-body{
  padding: 12px;
}

#hyLightboxImg{
  width: 100%;
  height: auto;
  max-height: 82vh;
  object-fit: contain;
  border-radius: 14px;
  display: block;
  margin: 0 auto;
}

.hy-close{
  position: absolute;
  right: 14px;
  top: 14px;
  filter: invert(1);
  opacity: 0.9;
  z-index: 10;
}

/* FULLSCREEN OVERLAY */
.hy-fullscreen{
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.95);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s ease;
  cursor: zoom-out;
}

.hy-fullscreen img{
  max-width: 95vw;
  max-height: 95vh;
  object-fit: contain;
  border-radius: 14px;
}

.hy-fullscreen.active{
  opacity: 1;
  visibility: visible;
}