/* ==========================================================================
   SPLASHAND HOMEPAGE LUXURY FINE ART THEME
   100% Dynamic PrestaShop Header, Multi-Layer Slider, Collections & Reviews
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Montserrat:wght@300;400;500;600;700&display=swap');

:root {
  --sp-bg-main: #0c0b0a;
  --sp-bg-header: #0c0b0a;
  --sp-bg-card: #080706;
  --sp-bg-card-hover: #141210;
  --sp-bg-footer: #080706;
  --sp-gold-primary: #d4af7a;
  --sp-gold-light: #e6ceb5;
  --sp-gold-muted: #a69b8d;
  --sp-tan-btn: #c59b6f;
  --sp-tan-dark: #19140e;
  --sp-badge-purple: #7a2b9e;
  --sp-border: rgba(212, 175, 122, 0.22);
  --sp-font-serif: 'Cormorant Garamond', Georgia, serif;
  --sp-font-sans: 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
}

/* Ensure full-width container on index */
body#index {
  background-color: var(--sp-bg-main) !important;
  color: var(--sp-gold-light) !important;
  font-family: var(--sp-font-sans) !important;
  overflow-x: hidden;
}

body#index #wrapper {
  background: var(--sp-bg-main) !important;
  padding: 0 !important;
  margin: 0 !important;
}

body#index #content-wrapper {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body#index #content-wrapper .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
}

body#index #content-wrapper .row {
  margin: 0 !important;
}

body#index #main {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body#index .page-content.card {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}

body#index .breadcrumb,
body#index .scroll_top {
  display: none !important;
}

/* ==========================================================================
   1. DYNAMIC PRESTASHOP HEADER (BLACK BACKGROUND, BALANCED LOGO & MENU)
   ========================================================================== */
#header,
.header_v1,
.header_content,
.header_content.tonglao {
  background-color: #0c0b0a !important;
  background: #0c0b0a !important;
  border-bottom: 1px solid rgba(212, 175, 122, 0.15) !important;
  position: relative !important;
  z-index: 1000 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.header-top {
  padding: 16px 0 !important;
  background-color: #0c0b0a !important;
  background: #0c0b0a !important;
  margin: 0 !important;
  border: none !important;
}

.header-top .container {
  max-width: 1360px !important;
  width: 100% !important;
  padding-left: 28px !important;
  padding-right: 28px !important;
  margin: 0 auto !important;
}

.header-top .row {
  margin: 0 !important;
  width: 100% !important;
}

.header_top_content {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  min-height: 54px !important;
  width: 100% !important;
  position: relative !important;
}

/* Dynamic Logo: perfectly aligned vertically */
._desktop_logo,
#_desktop_logo {
  display: flex !important;
  align-items: center !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: 240px !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
  position: static !important;
  top: 0 !important;
}

._desktop_logo .wrap_logo,
#_desktop_logo .wrap_logo {
  display: flex !important;
  align-items: center !important;
  position: static !important;
  top: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

._desktop_logo .wrap_logo a,
#_desktop_logo .wrap_logo a {
  display: flex !important;
  align-items: center !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

._desktop_logo img.logo,
#_desktop_logo img.logo {
  max-height: 48px !important;
  width: auto !important;
  display: block !important;
  margin: 0 !important;
  vertical-align: middle !important;
  object-fit: contain !important;
  transition: opacity 0.3s ease !important;
}

._desktop_logo img.logo:hover {
  opacity: 0.88 !important;
}

/* Dynamic MegaMenu from PrestaShop ({hook h='displayMegaMenu'}) */
.box_menu {
  flex: 1 1 auto !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0 24px !important;
  margin: 0 !important;
  float: none !important;
}

.menu_and_cattree {
  background: transparent !important;
  display: flex !important;
  align-items: center !important;
}

.ets_mm_megamenu:not(.scroll_heading) {
  background: transparent !important;
}

.ets_mm_megamenu:not(.scroll_heading) .ets_mm_megamenu_content {
  background: transparent !important;
  border: none !important;
}

.mm_menus_ul {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 28px !important;
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.mm_menus_ul > li {
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

.mm_menus_ul > li > a {
  font-family: var(--sp-font-sans) !important;
  font-size: 12.5px !important;
  font-weight: 500 !important;
  letter-spacing: 0.12em !important;
  text-transform: uppercase !important;
  color: #d8c5b0 !important;
  text-decoration: none !important;
  padding: 10px 4px !important;
  display: inline-block !important;
  transition: color 0.3s ease !important;
  background: transparent !important;
}

.mm_menus_ul > li > a:hover,
.mm_menus_ul > li.current-menu-item > a,
.mm_menus_ul > li.active > a {
  color: #ffffff !important;
  background: transparent !important;
}

/* MegaMenu dropdown menus */
.ets_mm_megamenu .mm_columns_ul {
  background: #141210 !important;
  border: 1px solid rgba(212, 175, 122, 0.25) !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6) !important;
  border-radius: 8px !important;
}

.ets_mm_megamenu .mm_columns_ul a {
  color: #d8c5b0 !important;
}

.ets_mm_megamenu .mm_columns_ul a:hover {
  color: #ffffff !important;
}

/* ==========================================================================
   FIXED / STICKY MENU ON SCROLL (SOLID BLACK BACKGROUND #0c0b0a)
   ========================================================================== */
.ets_mm_megamenu.scroll_heading,
.ets_mm_megamenu.sticky_enabled.scroll_heading,
.ets_mm_megamenu.scroll_heading .ets_mm_megamenu_content,
.ets_mm_megamenu.scroll_heading .container,
.ets_mm_megamenu.scroll_heading .mm_menus_ul {
  background-color: #0c0b0a !important;
  background: #0c0b0a !important;
  box-shadow: 0 4px 25px rgba(0, 0, 0, 0.95) !important;
  border-bottom: 1px solid rgba(212, 175, 122, 0.25) !important;
}

.ets_mm_megamenu.scroll_heading {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  z-index: 99999 !important;
  padding: 8px 0 !important;
}

.ets_mm_megamenu.scroll_heading .mm_menus_ul > li > a {
  color: #d8c5b0 !important;
  padding: 8px 16px !important;
}

.ets_mm_megamenu.scroll_heading .mm_menus_ul > li > a:hover {
  color: #ffffff !important;
}

/* Dynamic Top Right Elements ({hook h='displayTop'}) */
.top_right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 22px !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

/* Search widget (loupe) */
#search_widget {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
  padding: 0 !important;
}

#search_widget .search_icon_toogle,
#search_widget .search_icon_toogle i {
  color: #e6ceb5 !important;
  font-size: 17px !important;
  cursor: pointer !important;
  transition: color 0.3s ease !important;
}

#search_widget .search_icon_toogle:hover i {
  color: #ffffff !important;
}

#search_widget form {
  background: #151311 !important;
  border: 1px solid rgba(212, 175, 122, 0.25) !important;
  border-radius: 6px !important;
  box-shadow: 0 8px 24px rgba(0,0,0,0.6) !important;
}

#search_widget form input[type="text"] {
  background: transparent !important;
  color: #ffffff !important;
  border: none !important;
  font-family: var(--sp-font-sans) !important;
  font-size: 13px !important;
}

#search_widget form input[type="text"]::placeholder {
  color: #8e8378 !important;
}

#search_widget form button[type="submit"] {
  background: transparent !important;
  border: none !important;
  color: var(--sp-gold-primary) !important;
  cursor: pointer !important;
}

/* User account icon */
#_desktop_user_info {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}

#_desktop_user_info a.show_on i {
  color: #e6ceb5 !important;
  font-size: 17px !important;
  transition: color 0.3s ease !important;
}

#_desktop_user_info a.show_on:hover i {
  color: #ffffff !important;
}

/* Language selector dropdown */
#_desktop_language_selector {
  display: flex !important;
  align-items: center !important;
  margin: 0 !important;
}

#_desktop_language_selector .language-selector {
  position: relative !important;
}

#_desktop_language_selector .expand-more {
  font-family: var(--sp-font-sans) !important;
  font-size: 12px !important;
  color: #e6ceb5 !important;
  cursor: pointer !important;
  letter-spacing: 0.04em !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
}

#_desktop_language_selector .expand-more .main_color {
  color: var(--sp-gold-primary) !important;
  font-weight: 600 !important;
}

#_desktop_language_selector i.fa-angle-down {
  color: #e6ceb5 !important;
  font-size: 12px !important;
  margin-left: 3px !important;
}

#_desktop_language_selector .dropdown-menu {
  background: #141210 !important;
  border: 1px solid rgba(212, 175, 122, 0.2) !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.6) !important;
  padding: 8px 0 !important;
  min-width: 130px !important;
}

#_desktop_language_selector .dropdown-item {
  color: #d8c5b0 !important;
  font-family: var(--sp-font-sans) !important;
  font-size: 12px !important;
  padding: 7px 16px !important;
  display: block !important;
  transition: all 0.2s ease !important;
}

#_desktop_language_selector .dropdown-item:hover {
  background: #25201b !important;
  color: #ffffff !important;
}

#_desktop_language_selector li.current .dropdown-item {
  color: var(--sp-gold-primary) !important;
  font-weight: 600 !important;
}

/* ==========================================================================
   SHOPPING CART: BRIGHT WHITE ICON + PURPLE CIRCLE BADGE (#7a2b9e)
   ========================================================================== */
#_desktop_cart {
  display: flex !important;
  align-items: center !important;
  position: relative !important;
  margin: 0 !important;
}

#_desktop_cart .blockcart,
#_desktop_cart .blockcart.cart-preview {
  display: flex !important;
  align-items: center !important;
}

#_desktop_cart .blockcart a,
#_desktop_cart .blockcart.cart-preview a {
  display: inline-flex !important;
  align-items: center !important;
  text-decoration: none !important;
  position: relative !important;
}

/* Cart Icon: NEVER BLACK! ALWAYS BRIGHT WHITE */
#_desktop_cart i,
#_desktop_cart .blockcart.cart-preview a i,
#_desktop_cart .blockcart a i,
#_desktop_cart a i.fa-shopping-cart,
#_desktop_cart .fa-shopping-cart,
#_desktop_cart i.fa {
  color: #ffffff !important;
  font-size: 21px !important;
  display: inline-block !important;
  vertical-align: middle !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: color 0.25s ease !important;
}

#_desktop_cart:hover i,
#_desktop_cart:hover .blockcart a i,
#_desktop_cart:hover .fa-shopping-cart {
  color: var(--sp-gold-primary) !important;
}

/* Purple circle badge */
#_desktop_cart .cart-products-count {
  background-color: var(--sp-badge-purple) !important;
  background: #7a2b9e !important;
  color: #ffffff !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  border-radius: 50% !important;
  width: 20px !important;
  height: 20px !important;
  min-width: 20px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-left: 6px !important;
  line-height: 1 !important;
  box-shadow: 0 2px 8px rgba(122, 43, 158, 0.5) !important;
  vertical-align: middle !important;
}

#_desktop_cart .cart-hover-content {
  background: #141210 !important;
  border: 1px solid rgba(212, 175, 122, 0.25) !important;
  border-radius: 8px !important;
  box-shadow: 0 12px 36px rgba(0,0,0,0.6) !important;
  color: #ffffff !important;
}

#_desktop_cart .cart-wishlist-checkout {
  background: var(--sp-tan-btn) !important;
  color: var(--sp-tan-dark) !important;
  font-weight: 700 !important;
  border-radius: 999px !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
}

#_desktop_cart .cart-wishlist-checkout:hover {
  background: #dbb388 !important;
  color: #000000 !important;
}

/* ==========================================================================
   2. DYNAMIC MULTI-LAYER SLIDER ({hook h='displayMLS'})
   ========================================================================== */
.splashand-slider-wrap {
  position: relative !important;
  background-color: #0c0b0a !important;
  width: 100% !important;
  overflow: hidden !important;
  margin: 0 !important;
  padding: 0 !important;
}

.splashand-slider-sketch-badge {
  position: absolute !important;
  top: 24px !important;
  left: 36px !important;
  z-index: 15 !important;
  pointer-events: none !important;
  opacity: 0.9 !important;
}

.splashand-slider-sketch-badge img {
  width: 110px !important;
  height: auto !important;
  filter: drop-shadow(0 4px 10px rgba(0,0,0,0.6)) !important;
}

.ets_multilayerslider,
.ets_multilayerslider .mls_slider {
  background-color: #0c0b0a !important;
  margin: 0 auto !important;
}

.mls_slide_front {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Slider buttons */
.msl_layer_front.msl_layer_type_button a,
.msl_layer_17 a,
.msl_layer_20 a {
  background: var(--sp-tan-btn) !important;
  color: var(--sp-tan-dark) !important;
  font-family: var(--sp-font-sans) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0.08em !important;
  padding: 12px 32px !important;
  border-radius: 9999px !important;
  text-decoration: none !important;
  box-shadow: 0 6px 24px rgba(0,0,0,0.4) !important;
  display: inline-block !important;
  transition: all 0.3s ease !important;
}

.msl_layer_front.msl_layer_type_button a:hover,
.msl_layer_17 a:hover,
.msl_layer_20 a:hover {
  background: #dbb388 !important;
  color: #000000 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 10px 28px rgba(197, 155, 111, 0.4) !important;
}

/* Navigation arrows & pagination */
.mls_nav .mls_prev,
.mls_nav .mls_next {
  background: rgba(18, 16, 14, 0.75) !important;
  border: 1px solid rgba(212, 175, 122, 0.3) !important;
  color: #e6ceb5 !important;
  border-radius: 50% !important;
  transition: all 0.3s ease !important;
}

.mls_nav .mls_prev:hover,
.mls_nav .mls_next:hover {
  background: var(--sp-tan-btn) !important;
  color: #12100e !important;
}

.mls_pagination span {
  border: 1px solid var(--sp-gold-primary) !important;
  background: transparent !important;
}

.mls_pagination span.active {
  background: var(--sp-gold-primary) !important;
}

/* ==========================================================================
   3. SECTION HEADERS & DIVIDERS
   ========================================================================== */
.splashand-container {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.splashand-section {
  padding: 70px 0 50px 0;
  background-color: var(--sp-bg-main);
}

.splashand-section-header {
  text-align: center;
  margin-bottom: 45px;
}

.splashand-section-title {
  font-family: var(--sp-font-serif) !important;
  font-size: 36px !important;
  font-weight: 500 !important;
  color: #ffffff !important;
  letter-spacing: 0.05em !important;
  margin: 0 0 14px 0 !important;
  text-transform: none !important;
}

.splashand-diamond-divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  margin-bottom: 12px;
}

.splashand-diamond-divider .diamond-line {
  width: 50px;
  height: 1px;
  background: linear-gradient(to right, transparent, rgba(212, 175, 122, 0.45));
}

.splashand-diamond-divider .diamond-line:last-child {
  background: linear-gradient(to left, transparent, rgba(212, 175, 122, 0.45));
}

.splashand-diamond-divider .diamond-icon {
  color: var(--sp-gold-primary);
  font-size: 13px;
}

/* ==========================================================================
   4. NOS COLLECTIONS (4 LUXURY FINE ART CARDS)
   ========================================================================== */
.splashand-collections-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
}

.splashand-collection-card {
  position: relative;
  background: #080706 !important;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.5);
  border: 1px solid var(--sp-border);
  transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}

.splashand-collection-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 122, 0.4);
  box-shadow: 0 16px 40px rgba(0,0,0,0.7), 0 0 20px rgba(197, 155, 111, 0.15);
}

.splashand-card-inner {
  display: block;
  text-decoration: none !important;
  position: relative;
}

.splashand-card-image-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 3 / 4;
  overflow: hidden;
}

.splashand-card-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.splashand-collection-card:hover .splashand-card-img {
  transform: scale(1.06);
}

.splashand-card-badge-wrap {
  position: absolute;
  bottom: 14px;
  left: 14px;
  right: 14px;
  display: flex;
  justify-content: center;
}

.splashand-card-badge {
  background: var(--sp-tan-btn);
  color: var(--sp-tan-dark);
  font-family: var(--sp-font-serif);
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.03em;
  padding: 8px 18px;
  border-radius: 6px;
  width: 100%;
  text-align: center;
  box-shadow: 0 4px 14px rgba(0,0,0,0.5);
  transition: background 0.3s, color 0.3s;
}

.splashand-collection-card:hover .splashand-card-badge {
  background: #dbb388;
  color: #000000;
}

/* ==========================================================================
   5. REVIEWS / TESTIMONIALS (CE QUE DISENT NOS CLIENTES)
   BACKGROUND: PURE BLACK / NEAR-BLACK (#080706)
   ========================================================================== */
.splashand-reviews-section,
.tifa-testimonials-section {
  padding-top: 50px;
  background-color: #0c0b0a !important;
  background: #0c0b0a !important;
}

.splashand-reviews-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-bottom: 30px;
}

/* Card: 100% BLACK / NEAR-BLACK (#080706) */
.splashand-review-card,
.tifa-testimonial-card {
  background: #080706 !important;
  background-color: #080706 !important;
  border: 1px solid rgba(212, 175, 122, 0.22) !important;
  border-radius: 12px !important;
  padding: 28px 24px !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: space-between !important;
  box-shadow: 0 10px 30px rgba(0,0,0,0.7) !important;
  transition: transform 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease !important;
}

.splashand-review-card:hover,
.tifa-testimonial-card:hover {
  transform: translateY(-4px) !important;
  border-color: rgba(212, 175, 122, 0.45) !important;
  box-shadow: 0 16px 40px rgba(0,0,0,0.85) !important;
}

.review-card-top,
.tifa-card-top {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  margin-bottom: 18px !important;
}

.review-quote-icon,
.tifa-quote-badge {
  width: 32px !important;
  height: 32px !important;
  background: #1c1814 !important;
  color: var(--sp-gold-primary) !important;
  border-radius: 50% !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  font-size: 18px !important;
  font-family: Georgia, serif !important;
  border: 1px solid rgba(212, 175, 122, 0.2) !important;
}

.review-stars,
.tifa-stars-rating {
  color: #e5b869 !important;
  font-size: 14px !important;
  letter-spacing: 2px !important;
}

.review-card-body,
.tifa-card-body {
  flex-grow: 1 !important;
  margin-bottom: 24px !important;
}

.review-card-body p,
.tifa-testimonial-text {
  font-family: var(--sp-font-serif) !important;
  font-size: 15px !important;
  line-height: 1.65 !important;
  color: #f0e6da !important;
  margin: 0 !important;
  font-style: italic !important;
  border: none !important;
  padding: 0 !important;
}

.review-card-bottom,
.tifa-card-footer {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  border-top: 1px solid rgba(212, 175, 122, 0.12) !important;
  padding-top: 16px !important;
}

.review-avatar,
.tifa-author-avatar-monogram {
  width: 38px !important;
  height: 38px !important;
  border-radius: 50% !important;
  background: #231e18 !important;
  color: var(--sp-gold-light) !important;
  border: 1px solid var(--sp-gold-primary) !important;
  font-family: var(--sp-font-sans) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.review-user-info,
.tifa-author-info {
  display: flex !important;
  flex-direction: column !important;
}

.review-user-name,
.tifa-author-name {
  font-family: var(--sp-font-sans) !important;
  font-size: 13.5px !important;
  font-weight: 600 !important;
  color: #ffffff !important;
  margin: 0 0 2px 0 !important;
}

.review-verified-badge,
.tifa-author-role {
  font-size: 11.5px !important;
  color: #25d366 !important;
  display: flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin-top: 2px !important;
}

.review-verified-badge svg,
.tifa-author-role .fa-check-circle {
  color: #25d366 !important;
  fill: none !important;
}

.splashand-review-dots {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  margin-top: 15px !important;
}

.splashand-review-dots .dot {
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
  background: #3a3835 !important;
  display: inline-block !important;
  cursor: pointer !important;
  transition: all 0.3s !important;
}

.splashand-review-dots .dot.active {
  width: 22px !important;
  border-radius: 10px !important;
  background: var(--sp-tan-btn) !important;
}

/* ==========================================================================
   6. PRE-FOOTER BRAND STATEMENT
   ========================================================================== */
.splashand-prefooter-statement {
  background-color: var(--sp-bg-header);
  border-top: 1px solid rgba(212, 175, 122, 0.1);
  border-bottom: 1px solid rgba(212, 175, 122, 0.1);
  padding: 40px 0;
  margin-top: 40px;
}

.prefooter-inner {
  display: flex;
  align-items: center;
  gap: 36px;
  max-width: 1000px;
  margin: 0 auto;
}

.prefooter-sketch-col {
  flex-shrink: 0;
}

.prefooter-sketch-img {
  width: 75px;
  height: auto;
  opacity: 0.85;
  filter: drop-shadow(0 2px 8px rgba(0,0,0,0.5));
}

.prefooter-text-col p {
  font-family: var(--sp-font-sans);
  font-size: 13.5px;
  line-height: 1.75;
  color: var(--sp-gold-muted);
  margin: 0;
}

/* ==========================================================================
   7. FOOTER
   ========================================================================== */
body#index #footer {
  background-color: var(--sp-bg-footer) !important;
  color: var(--sp-gold-muted) !important;
  font-family: var(--sp-font-sans);
  padding: 0 !important;
  margin: 0 !important;
}

.splashand-footer {
  padding: 60px 0 30px 0;
  background-color: var(--sp-bg-footer);
}

.splashand-footer-brand-title {
  font-family: var(--sp-font-serif);
  font-size: 32px;
  color: var(--sp-gold-light);
  margin-bottom: 24px;
}

.splashand-footer-grid {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr 1.3fr;
  gap: 36px;
  margin-bottom: 50px;
}

.footer-col-title {
  font-family: var(--sp-font-sans);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--sp-gold-light);
  margin: 0 0 20px 0;
}

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

.footer-links-list li {
  margin-bottom: 10px;
}

.footer-links-list li a,
.footer-contact-item {
  color: var(--sp-gold-muted);
  font-size: 12px;
  text-decoration: none;
  transition: color 0.3s;
  display: flex;
  align-items: center;
  gap: 8px;
}

.footer-links-list li a:hover,
.footer-contact-item a:hover {
  color: #ffffff;
}

.footer-newsletter-text {
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 16px;
}

.splashand-newsletter-form {
  display: flex;
  gap: 8px;
}

.newsletter-input {
  background: #151311;
  border: 1px solid rgba(212, 175, 122, 0.2);
  color: #ffffff;
  padding: 10px 14px;
  border-radius: 4px;
  font-size: 12px;
  flex: 1;
}

.newsletter-input:focus {
  outline: none;
  border-color: var(--sp-gold-primary);
}

.newsletter-btn {
  background: var(--sp-tan-btn);
  color: var(--sp-tan-dark);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 11px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background 0.3s;
}

.newsletter-btn:hover {
  background: #dbb388;
}

.splashand-footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 11px;
  color: #706b63;
}

.footer-social-links {
  display: flex;
  align-items: center;
  gap: 14px;
}

.footer-social-links a {
  color: var(--sp-gold-muted);
  font-size: 14px;
  transition: color 0.3s;
}

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

.footer-copyright {
  text-align: center;
}

/* Floating WhatsApp button */
.splashand-floating-whatsapp {
  position: fixed;
  bottom: 24px;
  right: 24px;
  background: #25d366;
  color: #ffffff !important;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 9999px;
  font-family: var(--sp-font-sans);
  font-size: 13px;
  font-weight: 600;
  text-decoration: none !important;
  box-shadow: 0 4px 16px rgba(37, 211, 102, 0.4);
  z-index: 99999;
  transition: transform 0.3s, box-shadow 0.3s;
}

.splashand-floating-whatsapp:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(37, 211, 102, 0.6);
  color: #ffffff !important;
}

/* ==========================================================================
   8. RESPONSIVE DESIGN (MOBILE & TABLET)
   ========================================================================== */
@media (max-width: 992px) {
  .splashand-collections-grid {
    grid-template-columns: repeat(2, 1fr);
  }
  .splashand-reviews-grid {
    grid-template-columns: 1fr;
  }
  .splashand-footer-grid {
    grid-template-columns: 1fr 1fr;
  }
  .mm_menus_ul {
    gap: 14px;
  }
}

@media (max-width: 768px) {
  .header_mobile_left {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
  }
  .box_menu {
    display: none !important;
  }
  .splashand-collections-grid {
    grid-template-columns: 1fr;
  }
  .splashand-footer-grid {
    grid-template-columns: 1fr;
  }
  .prefooter-inner {
    flex-direction: column;
    text-align: center;
  }
  .splashand-footer-bottom {
    flex-direction: column;
    gap: 14px;
    text-align: center;
  }
  .splashand-slider-sketch-badge {
    top: 12px !important;
    left: 16px !important;
  }
  .splashand-slider-sketch-badge img {
    width: 75px !important;
  }
}
