/* popup modal */
.section-space.popup_modal {
    padding: 0;
}

#popup-modal .modal-header {
    min-height: 0;
    padding: 0;
}

#popup-modal .modal-header button {
    position: absolute;
    z-index: 2;
    right: 20px;
    top: 20px;
    opacity: 1;
}
#popup-modal .modal-header button img {
    width: 15px;
}
#popup-modal .modal-body {
    padding: 0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#popup-modal .modal-body .right-content {
    padding: 0 30px !important;
}

#popup-modal .bg-img {
    padding-bottom: 100%;
}

#popup-modal .newsletter-module .f60 {
    font-size: calc(22px + (37 - 22) * (100vw - 375px) / (1900 - 375));
    font-weight: 800;
    line-height: 1.1;
    font-family: 'cormorant_garamondsemibold';
    color: #444 !important;
    padding-bottom: 20px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-bottom: 0;
}
#popup-modal .newsletter-module p {
    font-family: 'cormorant_garamondsemibold' !important;
    text-align: center;
}
#popup-modal .newsletter-module .btn-con {
    width: 100%;
}
#popup-modal .newsletter-module .btn-con .btn {
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 10px;
    border-radius: 20px;
    float: none;
    flex-direction: unset;
    margin-top: 10px;
}

#popup-modal .newsletter-module .input-wrap {
    flex-wrap: wrap;
}
#popup-modal .newsletter-module .input-wrap input {
    width: 100%;
    background-color: transparent;
    border: 1px solid #bfbfbf !important;
    border-radius: 8px;
    box-shadow: none;
    font-family: 'cormorant_garamondmedium';
    height: 40px;
}
.nopadding {
    padding: 0;
}


/* footer newsletter */
.footer1.newsletter-holder .f60 {
    font-family: 'cormorant_garamondsemibold';
    text-transform: uppercase;
    color: #222;
    font-size: 16px;
    margin-bottom: 22px;
    text-align: left;
    padding: 0;
}

.footer1.newsletter-holder .newsletter-section {
    padding: 0;
    text-align: left;
    border-top: 0 solid #ccc
}

.footer1.newsletter-holder .newsletter-section .box-content {
    max-width: 100%;
}

.footer1.newsletter-holder .newsletter-section .box-content .mi-toptext {
    color: #222;
    font-family: 'cormorant_garamondmedium';
    font-size: 14px
}

.footer1.newsletter-holder .input-wrap input {
    background-color: transparent;
    border: 1px solid #bfbfbf !important;
    border-radius: 8px 0 0 8px;
    box-shadow: none;
    font-family: 'cormorant_garamondmedium';
}

.newsletter-holder .btn-mi {
    font-family: 'cormorant_garamondregular';
    border-radius: 0 8px 8px 0;
    font-size: 12px;
    width: 7em;
        height: 100%;
}

@media (max-width: 767px) {
   #popup-modal .modal-body {
       display: flex;
        flex-direction: column;
   } 
   #popup-modal .modal-body .right-content {
        padding: 30px !important;
    }
}

.iid-14 .section-space {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}


/* Strong override for slideshow banner content (uses !important) */
.owl-carousel .slider-slideshow-description {
  position: absolute !important;
  left: 0 !important;
  top: 50% !important;
  transform: translateY(-50%) !important; /* keep vertical center, align left */
  display: flex !important;
  justify-content: flex-start !important; /* left align parent contents */
  align-items: center !important;
  text-align: center !important; /* center inner items */
  width: 100% !important;
  padding: 20px 30px !important;
  box-sizing: border-box !important;
  z-index: 999 !important;
  color: inherit !important;
}

/* Inner container — center content inside the left-aligned parent */
.owl-carousel .slider-slideshow-description .container {
  max-width: 720px !important;
  margin: 0 !important;
  padding: 0 !important;
  text-align: center !important;
}

/* Treat the "texts" area as a vertical stack: logo (if placed here), title, desc, link */
.owl-carousel .slider-slideshow-description-texts {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 12px !important;
  width: 100% !important;
}

/* Title styles — enforce h2 style (applies if markup uses h2 or similar elements) */
.owl-carousel .slider-slideshow-description-texts h2,
.owl-carousel .slider-slideshow-description-texts .title {
  font-size: 2rem !important;
  font-weight: 700 !important;
  margin: 0 !important;
  line-height: 1.1 !important;
  color: inherit !important;
}

/* Description — paragraph-like default sizing */
.owl-carousel .slider-slideshow-description-texts p,
.owl-carousel .slider-slideshow-description-texts .description,
.owl-carousel .slider-slideshow-description-texts > span,
.owl-carousel .slider-slideshow-description-texts > div {
  font-size: 1rem !important;
  line-height: 1.6 !important;
  margin: 0 !important;
  color: inherit !important;
}

/* Button / link */
.owl-carousel .slider-slideshow-description-link .btn {
  display: inline-block !important;
  padding: 10px 22px !important;
  font-size: 1rem !important;
  border-radius: 6px !important;
  text-decoration: none !important;
  transition: transform 0.18s ease, box-shadow 0.18s ease, background-color 0.18s ease !important;
  border: none !important;
  cursor: pointer !important;
  -webkit-appearance: none !important;
}

/* Hover effect for the button */
.owl-carousel .slider-slideshow-description-link .btn:hover,
.owl-carousel .slider-slideshow-description-link .btn:focus {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 18px rgba(0,0,0,0.25) !important;
  opacity: 0.98 !important;
  outline: none !important;
}

/* Responsiveness */
@media (max-width: 992px) {
  .owl-carousel .slider-slideshow-description {
    padding: 16px !important;
    left: 12px !important;
    right: 12px !important;
    transform: translateY(-50%) !important;
    
  }
  .owl-carousel .slider-slideshow-description .container {
    max-width: 100% !important;
  }
  .owl-carousel .slider-slideshow-description-texts h2 { font-size: 1.6rem !important; }
  .owl-carousel .slider-slideshow-description-texts p { font-size: 0.95rem !important; }
  .owl-carousel .slider-slideshow-description-link .btn { padding: 9px 16px !important; }
}

@media (max-width: 480px) {
  .owl-carousel .slider-slideshow-description {
    padding: 12px !important;
    left: 8px !important;
    right: 8px !important;
    top: 50% !important;
  }
  .owl-carousel .slider-slideshow-description-texts h2 { font-size: 2rem !important; color: white !important; }
  .owl-carousel .slider-slideshow-description-texts p { font-size: 1.4rem !important; color: white !important; }
}

/* Extra: if your theme forces centering with a position-center-center utility, override it explicitly */
.owl-carousel .slider-slideshow-description.position-center-center {
  left: 0 !important;
  right: auto !important;
  transform: translateY(-50%) !important;
}

/* Optional: small logo image handling if you include a logo inside the texts area */
.owl-carousel .slider-slideshow-description-texts img {
  max-width: 160px !important;
  height: auto !important;
  display: block !important;
  margin: 0 auto 8px auto !important;
}


.slider-slideshow-description .slider-slideshow-description-texts {
    background: none !important;
    opacity: 1 !important;
    color: #fff !important;
    border: none !important;
    outline: none !important;
    text-shadow: 0 2px 4px rgba(0,0,0,0.8) !important; /* add shadow for visibility */
}


.category-holder .item-holder .product-layout .overlay {
    background: rgb(255 255 255 / 65%)  !important;
}

.category-holder .item-holder * {
    color: black !important;
}

/* General reusable product layout styles */
.item-holder .product-layout {
  position: relative !important;
  background-size: cover !important;
  background-position: center !important;
  height: 400px !important; /* adjust as needed */
  display: flex !important;
  align-items: flex-end !important; /* push content to bottom */
  padding: 20px !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
  cursor: pointer !important; /* show clickable */
}

/* Content block */
.item-holder .product-layout .content {
    width: 100% !important;
  position: relative !important;
  z-index: 2 !important;
  color: #fff !important;
  text-align: left !important;
  max-width: 95% !important; /* optional: prevent too wide */
}

/* Hide "View Collection" links */
.item-holder .product-layout .content a {
  display: none !important;
}



/* Overlay clickable area */
.item-holder .product-layout .overlay {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: rgba(0, 0, 0, 0.25) !important; /* subtle overlay, adjust if needed */
  z-index: 1 !important;
  transition: background 0.3s ease !important;
}

/* Hover effect */
.item-holder .product-layout:hover .overlay {
  background: rgba(0, 0, 0, 0.4) !important;
}

.item-holder .product-layout:hover .overlay {
       background: rgb(255 255 255 / 40%)  !important;
}

.sticker span.n {
    text-align: left !important;
  
    display: block !important;
}

.product-block .sticker {
      min-height: 20px;
}

.product-block .product-name {
    padding-top: 0px !important;
}

.iid-13 #content {
    padding-bottom: 0px !important;
}

.wedding {
   
    padding-bottom: 0px !important;
}

.slider-slideshow-description {
    visibility: hidden !important; 
}