/** Shopify CDN: Minification failed

Line 2307:1 Expected "}" to go with "{"

**/
/* ============================================= */
/* HOMEPAGE LOGO LEFT SPACING */
/* ============================================= */

/* Homepage only */
.template-index .home-main-header .container {
  padding-left: 120px;
}

/* Keep right side balanced */
.template-index .home-main-header .container {
  padding-right: 40px;
}

/* Responsive */
@media (max-width: 1200px) {
  .template-index .home-main-header .container {
    padding-left: 60px;
  }
}

@media (max-width: 768px) {
  .template-index .home-main-header .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}body.template-index .header-search.js-header-search {
  visibility: hidden !important;
}
.pagination {
    padding: 30px 47px;
}
input:focus, textarea:focus {
    border: 2px solid rgba(var(--main-color-rgba), 0.5);
}
.header-container .header-style-1 .header-content .header-search {
    margin: 0 auto;
}
.header-container .header-content .header-content_top .wrapper {
    display: grid;
    grid-template-columns: auto 1fr auto auto;
    gap: 30px;
}
.pagination span.page {
    padding: 0 10px;
}
.cstm_show{
  display:block !important;
}
 .main_search_custom {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    padding:20px;
   gap:30px;
}
  .inner_custom_search {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-start;
    gap:40px;
}
  .main_search_custom h3 {
    font-size: 17px;
  }
  .inner_custom_search  .result-image a {
    position: relative !important;
    display: block;
    padding-bottom: 100%;
}
    .inner_custom_search img {
    max-width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
}
.search-wrap {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    height: 100%;
}
.search-wrap p {
    margin: 0;
}
.custom_search form {
    max-width: 30%;
    margin: 0 auto;
}
.search_page_div {
    display: flex;
    margin: 40px 0 50px;
}

.search_page_div button.btn.btn-1 {
    min-width: 86px;
    text-transform: uppercase;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 500;
    height: 100%;
    border-radius: 0 3px 3px 0;
    height: 40px !important;
    margin-left: -5px;
     background: #fdb819 !important;
}
.search_page_div input{
    padding-inline-end: 95px;
    border-radius: 3px 3px 3px 3px;
}
.inner_custom_search {
    overflow: hidden;
   padding: 15px 25px;
}

.inner_custom_search img,.inner_custom_search {
    transition: all .2s ease-in-out 0s;
}

.inner_custom_search:hover:hover img {
transform: scale(1.08);
}
.inner_custom_search:hover {
    box-shadow: 0 0 8px 1px rgba(0, 0, 0, 0.05);
}

svg#Capa_1 {
    height: 20px;
    width: 20px;
}
.cart-attribute__field input{
    width: 20px;
    height: 20px;
    -webkit-appearance: auto!important;
    appearance: auto!important;
    padding: 8px !important;
}
.cart-attribute__field p{
    display: flex;
    gap: 10px;
}
.cart-attribute__field 
  input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    height: 100%;
    opacity: 0;
    z-index: 1;
    cursor: pointer;
}
input, select {
    border: 2px solid #d5d5d5;
}



.header-mobile .header-mobile__item .menu-list>li.dropdown-submenu .js-toggle-menu {
    position: absolute;
    width: 100vw;
    max-width: unset;
    left: 0;
    padding-right: 15px;
}
.header-mobile .header-mobile__item .menu-list>li.dropdown-submenu {
    position: relative;
}
.header-mobile .header-mobile__item .menu-list>li.dropdown-submenu .js-toggle-menu + .dropdown-menu {
    position: fixed;
    transform: scale(1.0001);
}
.header-mobile .header-mobile__item .menu-list .menu-item.title>.js-toggle-menu {
    justify-content: left;
    background: transparent;
    padding-left: 15px;
}
.header-mobile .header-mobile__item .menu-list>li.dropdown-submenu ul li.menu-item.title .js-toggle-menu {
    position: unset;
    width: max-content;
    background: #fff;
    padding: 10px;
}


@media only screen and (max-width: 1200px) {
.main_search_custom {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    padding: 10px;
    gap: 10px;
}
  .search-icon svg {
    height: 30px;
    width: 24px;
}
  .inner_custom_search {
    overflow: hidden;
    padding: 15px 10px;
}
  .search-wrap {
    display: block;
}
  .inner_custom_search {
    display: block;
}
}

@media (min-width: 768px) {
    .slide-img.mobile_only{
        display: none;
    }

  
}
@media (max-width: 767px) {
    .slide-img.desktop_only{
        display: none;
    }
  #banneSlider {
    height: auto !important;
}
.slide .slide-img img {
        height: auto !important;
    }
.banner-slider-area .slick-nav {
   
    width: 23px !important;
    height: 23px !important;
    top: calc(50% - 16px) !important;

} 
.banner-slider-area .slick-dotted.slick-slider {
    margin-bottom: -8px !important;
}
  
}



@media only screen and (max-width:992px) {
  .custom_search form {
    max-width: 100%;
    padding: 0 20px;
}
  .header-container .header-content .header-search {
   
    padding-bottom: 12px;
}
  .search_page_div {
    margin: 40px 0 15px;
}
  .header-container .header-content .header-search .form-search input {
    background: #fff;
}
  .header-container .header-content .header-search .form-search {
    position: relative;
    display: flex;
    margin: 0px 7px;
}
}
@media only screen and (max-width: 600px) {
  .main_search_custom {
   grid-template-columns:repeat(2, 1fr);
}
    .inner_custom_search  .result-image a {
    position: unset!important;
    display: block;
    padding-bottom: unset;
}
    .inner_custom_search img {
    position: unset;
}
  .search-wrap p {
    margin: 12px 0;
    min-height: auto;
}
  .main_search_custom h3 {
    font-size: 17px;
    padding-top: 20px;
}
}
.custom-hero {
  background: #f4eaea;
  text-align: center;
  padding: 120px 20px;
}

.custom-hero h1 {
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 20px;
}

.custom-hero p {
  font-size: 20px;
  color: #555;
}

.destination-card {
  margin: 60px auto 0;
  background: #fff;
  padding: 40px;
  border-radius: 20px;
  max-width: 1000px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
}

.selector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 20px;
}

.hero-btn {
  margin-top: 30px;
  width: 100%;
  padding: 18px;
  border-radius: 12px;
  background: #ddd;
  border: none;
  font-weight: 600;
}
/* ============================================= */
/* EXPRESSLUV HOMEPAGE - BRAND KIT ALIGNED CSS  */
/* ============================================= */
/* ===================================== */
/* ANNOUNCEMENT BAR */
/* ===================================== */

.home-announcement {
  position: relative;
  background: linear-gradient(to right, #ffffff, #FFF1F2);
  padding: 10px 0;
  overflow: hidden;
  border-bottom: 1px solid #FCE7F3;
  font-size: 14px;
  font-weight: 500;
}

.announcement-track {
  overflow: hidden;
  white-space: nowrap;
}

.announcement-content {
  display: inline-flex;
  gap: 50px;
  animation: scrollLeft 25s linear infinite;
}

.home-announcement:hover .announcement-content {
  animation-play-state: paused;
}

.announcement-item {
  color: #1F2937;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.announcement-item strong {
  background: #F43F5E;
  color: #ffffff;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
}

@keyframes scrollLeft {
  0% { transform: translateX(0%); }
  100% { transform: translateX(-50%); }
}

/* Apple style fade edges */

.home-announcement::before,
.home-announcement::after {
  content: "";
  position: absolute;
  top: 0;
  width: 60px;
  height: 100%;
  z-index: 2;
  pointer-events: none;
}

.home-announcement::before {
  left: 0;
  background: linear-gradient(to right, #ffffff, transparent);
}

.home-announcement::after {
  right: 0;
  background: linear-gradient(to left, #FFF1F2, transparent);
}

@media (max-width: 768px) {
  .announcement-content {
    animation-duration: 35s;
  }
}


/* ===================================== */
/* HEADER - CLEAN REWRITE */
/* ===================================== */

/* ── WRAPPER ── */
.home-header {
  width: 100%;
  background: #ffffff;
  position: sticky;
  top: 0;
  z-index: 1000;
  box-shadow: 0 1px 4px rgba(0,0,0,0.08);
}

/* ── TOP RED BAR ── */
.home-topbar {
  background: #DC2626;
  padding: 7px 0;
}
.home-topbar .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px 0 120px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.topbar-right {
  display: flex;
  align-items: center;
  gap: 24px;
}
.icon-link {
  font-size: 13px;
  font-weight: 500;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.icon-link:hover { opacity: 0.85; }

/* ── MAIN HEADER ROW ── */
.home-main-header {
  background: #ffffff;
  padding: 10px 0;
}
.home-main-header .container {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 40px 0 120px;
}
.header-flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

/* ── LOGO ── */
.logo img {
  height: 48px;
  width: auto;
  display: block;
}

/* ── DELIVERY LOCATION ── */
.delivery-location {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #374151;
  flex: 1;
}
.location-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.change-location-btn {
  background: none;
  border: none;
  color: #DC2626;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  white-space: nowrap;
  padding: 0;
}
.change-location-btn:hover { text-decoration: underline; }

/* ── DESKTOP NAV ── */
.main-nav {
  display: flex;
  gap: 30px;
  align-items: center;
}
.main-nav a {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
  text-decoration: none;
  transition: color 0.2s;
}
.main-nav a:hover { color: #DC2626; }

/* ── HAMBURGER ── */
.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 4px;
  flex-shrink: 0;
}
.mobile-menu-toggle span {
  width: 22px;
  height: 2px;
  background: #111827;
  border-radius: 2px;
  display: block;
}

/* Always show hamburger on country pages (both desktop + mobile) */
.mobile-menu-toggle.always-visible {
  display: flex !important;
}

/* ── MOBILE ── */
@media (max-width: 768px) {

  .home-topbar { padding: 6px 0; }
  .home-topbar .container { padding: 0 14px; }
  .topbar-right { gap: 14px; width: 100%; justify-content: space-between; }
  .icon-link { font-size: 12px; }

  .home-main-header { padding: 8px 0; }
  .home-main-header .container { padding: 0 14px; }

  .logo img { height: 38px; }

  .delivery-location { font-size: 12px; }
  .change-location-btn { font-size: 12px; }

  .main-nav { display: none; }
  .mobile-menu-toggle { display: flex; }

  .country-mode .mobile-menu-toggle { display: flex !important; }
  .country-mode .main-nav { display: none !important; }
}

/* ── MOBILE OVERLAY ── */
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.4);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  z-index: 9998;
}
.mobile-overlay.active { opacity: 1; visibility: visible; }

/* ── MOBILE DRAWER ── */
.mobile-drawer {
  position: fixed;
  top: 0;
  right: -100%;
  width: 80%;
  max-width: 320px;
  height: 100%;
  background: #ffffff;
  box-shadow: -8px 0 24px rgba(0,0,0,0.12);
  transition: right 0.3s ease;
  z-index: 9999;
  padding: 0;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.mobile-drawer.active { right: 0; }

.drawer-header {
  background: #DC2626;
  color: #ffffff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  flex-shrink: 0;
}
.drawer-header h3 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #ffffff;
}
.drawer-close {
  position: absolute;
  left: 16px;
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #ffffff;
}
.drawer-links {
  display: flex;
  flex-direction: column;
  padding: 16px 20px;
  gap: 0;
}
.drawer-links a {
  font-size: 15px;
  text-decoration: none;
  color: #111827;
  font-weight: 500;
  padding: 14px 0;
  border-bottom: 1px solid #F3F4F6;
  transition: color 0.2s;
}
.drawer-links a:hover { color: #DC2626; }
.drawer-links a:last-child { border-bottom: none; }

/* ── LOCATION POPUP ── */
.location-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.55);
  z-index: 9998;
}
.location-overlay.active { display: block; }

.location-popup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  width: 100%;
  max-width: 520px;
  background: #ffffff;
  border-radius: 16px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.25);
  overflow: hidden;
}
.location-popup.active { display: block; }

@media (max-width: 600px) {
  .location-popup {
    max-width: 100%;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    transform: none;
    border-radius: 16px 16px 0 0;
  }
}

.footer-mobile-bar { display: none !important; }

/* ===== GLOBAL SECTION SYSTEM ===== */

.homepage-section {
  padding: 80px 20px;
}

@media (max-width: 768px) {
  .homepage-section {
    padding: 60px 20px;
  }
}

/* Collection page section — no extra padding */
.template-collection section,
.collection-infinite section {
  padding: 0 !important;
}

.container,
.hero-container,
.why-wrapper,
.how-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

/* ============================================= */
/* HERO SECTION */
/* ============================================= */

.homepage-hero {
  background: linear-gradient(to bottom, #FFF1F2, #FDF2F8, #ffffff);
  text-align: center;
  padding: 100px 20px 40px;
}

.homepage-hero h1 {
  font-size: 52px;
  font-weight: 800;
  color: #111827;
  margin-bottom: 16px;
  line-height: 1.1;
}

.hero-sub {
  font-size: 20px;
  color: #4B5563;
  margin-bottom: 50px;
}

/* ===== SELECTOR CARD ===== */

.selector-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 25px 50px rgba(0,0,0,0.08);
  text-align: left;
  max-width: 1024px;
  margin: 0 auto;
}

.selector-card h3 {
  text-align: center;
  margin-bottom: 30px;
  font-weight: 600;
}

.selector-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.selector-field label {
  display: block;
  font-weight: 600;
  color: #F43F5E;
  margin-bottom: 8px;
  font-size: 15px;
}

.selector-field select,
.selector-field input {
  width: 100%;
  height: 48px;
  padding: 0 14px;
  border-radius: 8px;
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
  font-size: 15px;
  transition: all 0.2s ease;
}

.selector-field select:focus,
.selector-field input:focus {
  outline: none;
  border-color: #F43F5E;
  box-shadow: 0 0 0 2px rgba(244,63,94,0.15);
}

.selector-btn {
  width: 100%;
  margin-top: 30px;
  padding: 16px;
  border-radius: 8px;
  border: none;
  font-weight: 700;
  font-size: 16px;
  background: linear-gradient(to right, #F43F5E, #EC4899);
  color: #ffffff;
  transition: all 0.3s ease;
}

.selector-btn:hover {
  background: linear-gradient(to right, #E11D48, #DB2777);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(244,63,94,0.25);
}

.selector-card small {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 14px;
  color: #6B7280;
}

/* ================= MOBILE RESPONSIVE ================= */

@media (max-width: 768px) {

  .homepage-hero {
    padding: 20px 16px 20px;
  }

  .homepage-hero h1 {
    font-size: 28px;   /* Reduced from 52px */
    line-height: 1.1;
    text-align: justify-content;
    margin-bottom: 00px;
  }

  .hero-sub {
    font-size: 16px;
    margin-bottom: 10px;
  }

  .selector-card {
    padding: 24px 18px;
    border-radius: 16px;
  }

  .selector-card h3 {
    font-size: 18px;
    margin-bottom: 30px;
    
  }

  /* 🔥 Make selection vertical */
  .selector-grid {
    grid-template-columns: 1fr; /* 1 column */
    gap: 16px;
  }

  .selector-field label {
    font-size: 14px;
  }

  .selector-field select,
  .selector-field input {
    height: 46px;
    font-size: 14px;
  }

  .selector-btn {
    padding: 14px;
    font-size: 15px;
    margin-top: 20px;
  }

  .selector-card small {
    font-size: 13px;
    margin-top: 10px;
  }
}

/* ============================================= */
/* COUNTRY CHIPS */
/* ============================================= */

/* ===================================== */
/* COUNTRY CHIPS — BRAND KIT PERFECT */
/* ===================================== */

.country-chips-section {
 
  padding: 0px 20px 60px;
  text-align: center;
  
background: linear-gradient(to top, #FFF1F2, #FDF2F8, #ffffff);

}

.country-chips-wrapper {
  max-width: 1200px;
  margin: 0 auto;
}

/* Chips Row */
.chips-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 22px;
  margin-bottom: 30px;
  
}

/* Individual Chip */
.country-chip {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 18px;
  color: #111827;
  text-decoration: none;

  box-shadow: 0 8px 20px rgba(0,0,0,0.06);
  transition: all 0.3s ease;
}

/* Hover */
.country-chip:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px rgba(244, 63, 94, 0.18);
  color: #F43F5E;
}

/* Subtitle */
.chips-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #4B5563;
  font-weight: 500;
}

/* Mobile Scroll Style */
@media (max-width: 768px) {
  .chips-container {
    overflow-x: auto;
    flex-wrap: nowrap;
    padding-bottom: 10px;
  }

  .country-chip {
    min-width: 64px;
    height: 64px;
    font-size: 16px;
  }

  .chips-container::-webkit-scrollbar {
    display: none;
  }
}

/* ===================================== */
/* HOW IT WORKS — BRAND KIT VERSION */
/* ===================================== */

.how-it-works-section {
  padding: 60px 20px 80px;
  background: #ffffff;
  text-align: center;
}

.how-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

/* Heading */
.how-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 60px;
}

/* Timeline Layout */
.timeline {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 40px;
  margin-bottom: 60px;
}

/* Connecting Line */
.timeline-line {
  position: absolute;
  top: 36px;
  left: 18%;
  right: 18%;
  height: 4px;
  background: #FDA4AF; /* rose-300 */
  z-index: 0;
}

/* Each Step */
.timeline-item {
  position: relative;
  z-index: 2;
  flex: 1;
}

/* Circle */
.timeline-circle {
  width: 72px;
  height: 72px;
  background: #FFE4E6; /* rose-100 */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;

  font-family: 'Poppins', sans-serif;
  font-weight: 700;
  font-size: 20px;
  color: #F43F5E; /* rose-500 */

  transition: all 0.3s ease;
}

/* Hover Lift Effect */
.timeline-item:hover .timeline-circle {
  transform: scale(1.05);
  box-shadow: 0 10px 25px rgba(244, 63, 94, 0.2);
}

/* Step Title */
.timeline-item h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}

/* Step Description */
.timeline-item p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #4B5563;
  max-width: 300px;
  margin: 0 auto;
  line-height: 1.6;
}

/* CTA Button */
.how-btn {
  display: inline-block;
  padding: 16px 36px;
  background: linear-gradient(to right, #F43F5E, #EC4899);
  color: #ffffff;
  border-radius: 8px;
  text-decoration: none;
  font-family: 'Poppins', sans-serif;
  font-weight: 600;
  font-size: 16px;

  box-shadow: 0 10px 25px rgba(244, 63, 94, 0.2);
  transition: all 0.3s ease;
}

.how-btn:hover {
  background: linear-gradient(to right, #E11D48, #DB2777);
  transform: translateY(-3px);
  box-shadow: 0 18px 40px rgba(244, 63, 94, 0.3);
}

/* ========================= */
/* RESPONSIVE BEHAVIOR */
/* ========================= */

@media (max-width: 992px) {
  .timeline {
    flex-direction: column;
    gap: 50px;
  }

  .timeline-line {
    display: none;
  }

  .timeline-item p {
    max-width: 100%;
  }
}

/* ===================================== */
/* WHY CHOOSE US — BRAND KIT VERSION */
/* ===================================== */

.why-section {
  padding: 60px 20px 80px;
  background: linear-gradient(to bottom, #ffffff, #FFF1F2);
  text-align: center;
}

.why-wrapper {
  max-width: 1280px;
  margin: 0 auto;
}

/* Heading */
.why-heading {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 16px;
}

/* Subheading */
.why-subheading {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  color: #4B5563;
  max-width: 700px;
  margin: 0 auto 60px;
  line-height: 1.6;
}

/* Grid Layout */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* Card */
.why-card {
  background: #ffffff;
  padding: 32px;
  border-radius: 16px;
  border: 1px solid #FFE4E6; /* rose-100 */
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);

  transition: all 0.3s ease;
}

.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(244, 63, 94, 0.15);
  border-color: #FDA4AF; /* rose-300 */
}

/* Icon Box */
.why-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(to bottom right, #FFE4E6, #FDF2F8);
  border-radius: 16px;
  margin: 0 auto 24px;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 28px;
  color: #F43F5E;

  transition: transform 0.3s ease;
}

.why-card:hover .why-icon {
  transform: scale(1.1);
}

/* Card Title */
.why-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  font-weight: 600;
  color: #111827;
  margin-bottom: 12px;
}

/* Card Description */
.why-card p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #4B5563;
  line-height: 1.6;
}
.why-icon {
  margin-bottom: 18px;
}

.why-icon img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 1024px) {
  .why-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .why-grid {
    grid-template-columns: 1fr;
  }

  .why-section {
    padding: 50px 20px 60px;
  }
}
/* ============================================= */
/* PREMIUM STATS — REFINED */
/* ============================================= */

.premium-stats {
  padding: 60px 10px; /* reduced outer height */
  background: linear-gradient(180deg, #FFF1F2 0%, #FFF 100%);

}

.premium-stats-wrapper {
  max-width: 1280px;
  margin: 0 auto;

  background: linear-gradient(to right, #F43F5E, #EC4899);
  border-radius: 20px;

  padding: 40px 50px; /* reduced internal height */

  display: flex;
  align-items: center;
  justify-content: space-between;

  text-align: center;
  color: #ffffff;

  box-shadow: 0 20px 40px rgba(244,63,94,0.25);
}

/* Equal spacing */
.stat-item {
  flex: 1;
  padding: 0 20px;
}

/* Optional vertical divider */
.stat-item:not(:last-child) {
  border-right: 1px solid rgba(255,255,255,0.25);
}

/* Number */
.stat-item h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 48px;   /* reduced from 56 */
  font-weight: 800;
  margin: 0;
  line-height: 1.1;
}

/* Label */
.stat-item p {
  font-family: 'Inter', sans-serif;
  font-size: 16px;
  margin-top: 10px;
  opacity: 0.95;
}

/* ========================= */
/* RESPONSIVE */
/* ========================= */

@media (max-width: 768px) {

  .premium-stats-wrapper {
    flex-direction: column;
    gap: 30px;
    padding: 35px 30px;
  }

  .stat-item:not(:last-child) {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.25);
    padding-bottom: 20px;
  }

  .stat-item h2 {
    font-size: 40px;
  }
}
/* ============================================= */
/* SHOP BY COUNTRY – BRAND KIT VERSION */
/* ============================================= */

.shop-country {
  padding: 80px 20px;
  background: linear-gradient(180deg, #FFF1F2 0%, #FFF 100%);

}

.shop-country .container {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

/* ---------------- HEADER ---------------- */

.section-header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 36px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 1px;
}

.section-header p {
  font-family: 'Inter', sans-serif;
  font-size: 18px;
  color: #4B5563;
  margin-bottom: 20px;
}

.accent-line {
  width: 60px;
  height: 3px;
  background: #F43F5E;
  margin: 0 auto 50px;
  border-radius: 2px;
}

/* ---------------- SLIDER WRAPPER ---------------- */

.country-slider-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

/* ---------------- SCROLL ROW ---------------- */

.country-row {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 10px 0 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.country-row::-webkit-scrollbar {
  display: none;
}

/* Prevent vertical stacking */
.country-row > * {
  flex: 0 0 auto;
}

/* ---------------- COUNTRY CARD ---------------- */

.country-card {
  min-width: 180px;
  height: 180px;
  background: linear-gradient(135deg, #FFF 0%, #FFF1F2 100%);

  border-radius: 14px;
  padding: 30px 20px;
  text-align: center;
  text-decoration: none;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  border: 1px linear-gradient(135deg, #FFF 0%, #FFF1F2 100%);

  box-shadow: 0 15px 40px rgba(244,63,94,0.08);
  transition: all 0.3s ease;
}

.country-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(244,63,94,0.18);
  border-color: #FDA4AF;
}

.country-card img {
  width: 50px;
  height: auto;
  margin-bottom: 12px;
}

.country-card h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 26px;
  font-weight: 700;
  color: #111827;
  margin: 0;
}

.country-card p {
  font-family: 'Inter', sans-serif;
  font-size: 15px;
  color: #4B5563;
  margin-top: 6px;
}

/* ---------------- ARROW BUTTONS ---------------- */

.country-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  cursor: pointer;
  font-size: 22px;
  z-index: 5;
  transition: all 0.3s ease;
}

.country-btn:hover {
  transform: translateY(-50%) scale(1.1);
}

.country-btn.left {
  left: -20px;
}

.country-btn.right {
  right: -20px;
}

/* ---------------- MOBILE ---------------- */

@media (max-width: 768px) {
  .shop-country {
    padding: 60px 15px;
  }

  .country-card {
    min-width: 150px;
    height: 150px;
    padding: 20px;
  }

  .country-btn {
    display: none;
  }
}
/* =============================== */
/* MOMENTS WE DELIVERED - SLIDER  */
/* =============================== */

.moments-delivered {
  padding: 80px 20px; /* Brand kit standard */
  background: #FFF1F2; /* rose-50 */
}

.moments-delivered .container {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

/* Header */
.moments-delivered .section-header h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #111827;
}

.moments-delivered .section-header p {
  font-size: 18px;
  color: #6B7280;
}

.accent-line {
  width: 70px;
  height: 3px;
  background: #F43F5E;
  margin: 20px auto 50px;
  border-radius: 2px;
}

/* Slider Wrapper */
.moments-slider-wrapper {
  position: relative;
}

/* Scroll Row */
.moments-row {
  display: flex;
  gap: 28px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 20px 10px 40px;
}

.moments-row::-webkit-scrollbar {
  display: none;
}

/* Card */
.moment-card {
  width: 288px;
  flex: 0 0 288px;
  background: transparent;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: none;
  transition: all 0.3s ease;
}

.moment-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 60px rgba(244,63,94,0.2);
}

/* Image */
/* Image wrapper */
.moment-image {
  width: 288px;
  height: 288px;
  border-radius: 20px;
  overflow: hidden;
}

.moment-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.moment-card:hover .moment-image img {
  transform: scale(1.05);
}

/* Content */
.moment-content {
  padding: 16px 8px 0;
  text-align: center;
}

.moment-content h3 {
  font-size: 14px;
  font-weight: 500;
  color: #374151;
  margin: 0;
}

/* Arrow Buttons */
.moments-btn {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: none;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  cursor: pointer;
  font-size: 20px;
  z-index: 2;
  transition: all 0.3s ease;
}

.moments-btn:hover {
  transform: translateY(-50%) scale(1.1);
}

.moments-btn.left {
  left: -10px;
}

.moments-btn.right {
  right: -10px;
}

/* Mobile */
@media (max-width: 768px) {
  .moments-btn {
    display: none;
  }

  .moment-card {
    min-width: 240px;
  }
}
/* ============================================= */
/* GIFT IDEAS & INSPIRATION */
/* ============================================= */

.gift-ideas {
  background: #ffffff;
  padding: 60px 20px;
  text-align: center;
}

/* SECTION TITLE */

.gift-ideas .section-header h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 30px;
  font-weight: 600;
  color: #101828;
  text-align: center;
  margin-bottom: 1px;
}

.gift-ideas .section-header p {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #667085;
  margin-bottom: 1px;
}

/* FILTER TABS */

.filter-tabs {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}
.gift-ideas .section-header {
  margin-bottom: 18px;
}

.filter-tabs {
  margin: 12px 0 20px;
}
.filter-btn {
  font-family: 'Poppins', sans-serif;
  padding: 10px 20px;
  border-radius: 50px;
  border: none;
  background: #F2F4F7;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.filter-btn.active {
  background: #F43F5E;
  color: #ffffff;
}

/* BLOG ROW */

.blog-grid {
  display: flex;
  gap: 24px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 10px;
}

.blog-grid::-webkit-scrollbar {
  display: none;
}

/* BLOG CARD */

.blog-card {
  width: 320px;
  height: 405px;
  background: #ffffff;
  border-radius: 16px;
  overflow: hidden;
  flex: 0 0 auto;
  text-decoration: none;
  box-shadow: 0 8px 24px rgba(16,24,40,0.08);
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
}

.blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(16,24,40,0.12);
}

/* IMAGE */

.blog-card img {
  width: 100%;
  height: 192px;
  object-fit: cover;
}

/* CONTENT */

.blog-content {
  padding: 16px;
  text-align: left;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.blog-date {
  font-size: 13px;
  color: #98A2B3;
  margin-bottom: 8px;
}

/* BLOG TITLE */

.blog-content h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #101828;
  line-height: 1.4;
  margin-bottom: 10px;
}

/* EXCERPT */

.blog-excerpt {
  font-size: 14px;
  color: #667085;
  line-height: 1.5;
  flex-grow: 1;
}

/* READ MORE */

.read-more {
  font-size: 14px;
  font-weight: 600;
  color: #F43F5E;
  margin-top: 12px;
}
/* REMOVE PINK LINE */
.accent-line {
  display: none !important;
}

/* REMOVE EXTRA SPACE BELOW SUBTITLE */
.gift-ideas .section-header {
  margin-bottom: 10px !important;
}

.gift-ideas .section-header p {
  margin-bottom: 0 !important;
}

/* REDUCE GAP BEFORE FILTER TABS */
.filter-tabs {
  margin-top: 10px !important;
}
/* ========================================= */
/* FOOTER BASE */
/* ========================================= */

.custom-footer {
  background: #0B1B2B;
  padding: 80px 120px;
  color: #ffffff;
}

.footer-container {
  max-width: 1521px;
  margin: 0 auto;
  display: grid;
   grid-template-columns: 1.05fr 1fr 1fr 1fr 1.1fr;
  gap: 88px;
}

.footer-col {
  min-width: 0;
}

/* ========================================= */
/* BRAND COLUMN */
/* ========================================= */

.footer-brand {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.footer-logo {
  width: 165px;
  padding: 14px 18px;
  background: #ffffff;
  border-radius: 14px;
}

.footer-logo img {
  width: 100%;
  display: block;
}

/* ========================================= */
/* CONTACT */
/* ========================================= */

/* ================= CONTACT BLOCK PERFECT ALIGN ================= */

.footer-contact {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.contact-item {
  display: flex;
  align-items: center; /* 🔥 key fix */
  gap: 18px;
}

.contact-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  min-height: 48px;
  border-radius: 50%;
  background: rgba(255,255,255,0.06);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.contact-icon svg {
  width: 18px;
  height: 18px;
}

.contact-item p {
  margin: 0;
  font-size: 15px;
  line-height: 1.7;
  color: #94A3B8;
}

.contact-item a {
  color: #94A3B8;
  text-decoration: none;
}

.contact-item a:hover {
  color: #ffffff;
}

/* ========================================= */
/* SOCIAL */
/* ========================================= */

.social-title {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
}

.footer-social {
  display: flex;
  gap: 14px;
}

.footer-social a {
  width: 42px;
  height: 42px;
  background: #1E2939;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.footer-social a:hover {
  background: #F43F5E;
  transform: translateY(-3px);
}

.footer-social svg {
  width: 18px;
  height: 18px;
  fill: #ffffff;
}

/* ========================================= */
/* MENUS */
/* ========================================= */

.footer-col h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 26px;
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 14px;
}

.footer-col ul li a {
  font-size: 14px;
  color: #9FB4C9;
  text-decoration: none;
  transition: all 0.3s ease;
}

.footer-col ul li a:hover {
  color: #ffffff;
  padding-left: 4px;
}

/* ========================================= */
/* NEWSLETTER – TIGHT VERSION */
/* ========================================= */

.footer-newsletter {
  display: flex;
  flex-direction: column;
  gap: 14px;            /* reduced from 20px */
}

.footer-newsletter h4 {
  margin: 0 0 8px;      /* control heading spacing */
}

.footer-newsletter p {
  font-size: 14px;
  color: #9FB4C9;
  margin: 0 0 4px;      /* tighter */
  line-height: 1.5;
}

.newsletter-box {
  display: flex;
  align-items: center;
  gap: 10px;            /* slightly reduced */
  margin-top: 6px;      /* controlled spacing */
}

.newsletter-box input {
  flex: 1;
  padding: 12px 16px;   /* slightly smaller */
  border-radius: 10px;
  border: 1px solid #364153;
  background: #1E2939;
  color: #ffffff;
  font-size: 14px;
  outline: none;
}

.newsletter-box button {
  width: 48px;          /* reduced */
  height: 46px;
  border-radius: 10px;
  border: none;
  background: #FBBF24;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

.newsletter-box button svg {
  width: 16px;
  height: 16px;
}

.newsletter-box button:hover {
  transform: translateY(-2px);
}
/* ========================================= */
/* PAYMENT ICONS (WHITE CARDS) */
/* ========================================= */

/* ================= PAYMENT ICONS ================= */

.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 12px;
}

.payment-card {
  display: flex;
  height: 40px;
  padding: 10px 12px;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border-radius: 10px;
  min-width: 53px; /* matches your 52.96px */
  box-sizing: border-box;
  transition: all 0.3s ease;
}

.payment-card img {
  max-height: 20px;
  max-width: 38px;
  object-fit: contain;
}

.payment-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

/* ========================================= */
/* FOOTER BOTTOM */
/* ========================================= */

.footer-bottom {
  margin-top: 40px;
  margin-bottom: -80px;
  padding-top: 20px;
  border-top: 1px solid #1E2939;
  text-align: center;
  font-size: 14px;
  color: #6E879E;
}

/* ========================================= */
/* SCROLL TO TOP */
/* ========================================= */

.scroll-top-btn {
  position: fixed;
  bottom: 40px;
  right: 40px;
  width: 52px;
  height: 52px;
  background: #FBBF24;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 0.3s ease;
  z-index: 999;
}

.scroll-top-btn:hover {
  transform: translateY(-4px);
}

/* ========================================= */
/* MOBILE ACCORDION */
/* ========================================= */

/* ========================================= */
/* MOBILE FIX – CONTACT ICON + TEXT */
/* ========================================= */

@media (max-width: 768px) {

  .custom-footer {
    padding: 50px 20px;
  }

  .footer-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  /* CONTACT ITEMS */
  .contact-item {
    align-items: flex-start;
    gap: 14px;
  }

  .contact-icon {
    width: 36px;
    height: 36px;
    flex-shrink: 0;
  }

  .contact-icon svg {
    width: 16px;
    height: 16px;
  }

  .contact-item p {
    font-size: 14px;
    line-height: 1.6;
    word-break: normal;
  }

  /* PREVENT PHONE SPLIT */
  .contact-item a {
    white-space: nowrap;
  }

  /* ADDRESS CLEAN BREAKING */
  .contact-item p {
    max-width: 100%;
  }

  /* NEWSLETTER FULL WIDTH */
  .footer-newsletter {
    max-width: 100%;
  }

  .newsletter-box {
    width: 100%;
  }

  .newsletter-box input {
    width: 100%;
  }

}
.footer-mobile-bar {
  display: none;
}

/* ================= PAYMENT ICONS ================= */

.payment-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 16px;
}

.payment-card {
  background: #ffffff;
  border-radius: 10px;
  padding: 8px 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 60px;
  height: 40px;
  transition: all 0.3s ease;
}

.payment-card img {
  max-height: 50px;
  max-width: 70px;
}

.payment-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

@media (max-width: 768px) {




/* ============================================= */
/* HIDE BREADCRUMB ON ALL COLLECTION PAGES       */
/* ============================================= */
body.collection #breadcrumb,
body.collection-infinite #breadcrumb,
body.collection-left-sidebar #breadcrumb,
body.collection-right-sidebar #breadcrumb,
body.collection-no-sidebar #breadcrumb,
#breadcrumb {
  display: none !important;
}

/* ============================================= */
/* 120PX LEFT LAYOUT - DESKTOP ALIGNMENT        */
/* ============================================= */

@media (min-width: 1025px) {

  /* Collection page - title + toolbar + products all at 120px */
  .layout-grid--infinite,
  .layout-grid--no-sidebar,
  .section_content-head .container,
  .section_content-head > .container,
  #col-main,
  #col-main > .container {
    padding-left: 120px !important;
    padding-right: 40px !important;
  }

  /* Collection title and toolbar */
  .section_content-head {
    padding-left: 0 !important;
  }
  .page-heading,
  .collection-toolbar {
    padding-left: 120px !important;
    padding-right: 40px !important;
  }

  /* Product grid itself */
  #product-grid-container {
    padding-left: 0 !important;
  }

  /* Homepage sections consistent margin */
  .homepage-section {
    padding-left: 120px !important;
    padding-right: 120px !important;
  }
}

/* ============================================= */
/* COLLECTION PAGE - WHITE BG + REMOVE GAP       */
/* Body class is "collection-infinite" not "collection" */
/* ============================================= */

/* Fix grey background */
body.collection-infinite,
body.collection-infinite #main-content,
body.collection-infinite .container-wrapper,
body.collection-infinite .layout-grid {
  background: #ffffff !important;
}

/* Fix any overflow:hidden on main-content */
body.collection-infinite #main-content {
  overflow: visible !important;
}

/* Remove the large top gap */
body.collection-infinite .section_content-head {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* Remove top padding from page-heading title */
body.collection-infinite .page-heading {
  margin-top: 0 !important;
  padding-top: 15px !important;
}

/* Remove breadcrumb remnants */
body.collection-infinite .breadcrumb-list,
body.collection-infinite #breadcrumb {
  display: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

/* ═══════════════════════════════════════════════════════
   COLLECTION PAGE — FIX LAST CARD GETTING CUT OFF
   Equal padding both sides so all grid columns fit
   ═══════════════════════════════════════════════════════ */
@media (min-width: 1025px) {
  .template-collection .section_content-head,
  .template-collection .section_content-body {
    padding-right: 120px !important;
    box-sizing: border-box !important;
    max-width: 100vw !important;
  }
  .template-collection #product-grid-container {
    overflow: visible !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
  }
}

@media (min-width: 768px) and (max-width: 1024px) {
  .template-collection .section_content-head,
  .template-collection .section_content-body {
    padding-left: 40px !important;
    padding-right: 40px !important;
    box-sizing: border-box !important;
  }
  .template-collection #product-grid-container {
    overflow: visible !important;
    max-width: 100% !important;
  }
}

@media (max-width: 767px) {
  .template-collection .section_content-head,
  .template-collection .section_content-body {
    padding-left: 12px !important;
    padding-right: 12px !important;
    box-sizing: border-box !important;
  }
  .template-collection #product-grid-container {
    overflow: visible !important;
    width: 100% !important;
    padding: 0 !important;
  }
}