/** Shopify CDN: Minification failed

Line 851:49 Unexpected "/"

**/

/* --- iOS Inspired Cart Drawer Redesign --- */

.drawer_cart .drawer__inner {
  border-radius: 24px 24px 0 0 !important; /* iOS sheet style top corners */
  margin: 1rem 0 0 0 !important; /* Center on mobile/desktop sheet */
  width: 480px !important;
  max-width: 100vw !important;
  height: calc(100% - 1rem) !important;
}

[dir="rtl"] .drawer_cart .drawer__inner {
  margin: 1rem 0 0 0 !important;
}

.cart-item__image {
  border-radius: 12px;
  object-fit: cover;
  background: #f8f8f8;
}

.cart-item__name {
  font-weight: 600;
  font-size: 1.6rem;
  color: #000;
  margin-bottom: 0.4rem;
  text-decoration: none;
}

/* Static Remove Button */
.cart-item__remove-static {
  display: block;
  margin-top: 0.2rem;
  margin-bottom: 0.8rem;
}

.cart-item__remove-static .cart-remove-button {
  padding: 0;
  min-height: auto;
  min-width: auto;
  background: none !important;
  border: none !important;
  color: #888 !important;
  box-shadow: none !important;
}

.cart-item__remove-static .cart-remove-button svg {
  width: 1.6rem;
  height: 1.6rem;
  fill: currentColor;
}

.cart-item__remove-static .cart-remove-button:hover {
  color: #d11a2a !important;
}

/* Price Savings Label */
.cart-item__save-amount {
  display: inline-block;
  background: #f0fdf4; /* Soft green */
  color: #166534;
  font-size: 1.1rem;
  padding: 0.2rem 0.6rem;
  border-radius: 4px;
  font-weight: 600;
  margin-left: 0.8rem;
  vertical-align: middle;
}

[dir="rtl"] .cart-item__save-amount {
  margin-left: 0;
  margin-right: 0.8rem;
}

/* Totals and Tabby */
.totals {
  border-top: 1px solid #f0f0f0;
  padding-top: 1.5rem;
  margin-top: 1.5rem;
}

#TabbyPromo-Drawer {
  background: #fcfcfc;
  padding: 1.2rem;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  margin: 1.5rem 0;
}

.cart__actions {
  display: flex !important;
  gap: 1.2rem !important;
  padding: 1.5rem 0 !important;
  flex-direction: row !important;
}

.cart__actions .btn {
  border-radius: 12px !important;
  height: 52px !important;
  font-weight: 600 !important;
  font-size: 1.6rem !important;
  flex: 1 !important;
  margin: 0 !important;
  max-width: none !important;
}

.cart_drawer--view_cart {
  background: #fff !important;
  color: #000 !important;
  border: 1px solid #e0e0e0 !important;
}
/* ===== Checkout Button — Kill Adorn ripple span ===== */
.cart-drawer .cart__checkout-button {
  background: #000 !important;
  color: #fff !important;
  border: 1px solid #000 !important;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

/* The Adorn theme uses .btn span as a ripple circle that expands on hover.
   We must kill its background so it can't turn white. */
.cart-drawer .cart__checkout-button > span {
  background-color: transparent !important;
  background: transparent !important;
  width: 0 !important;
  height: 0 !important;
}

.cart-drawer .cart__checkout-button:hover > span {
  background-color: transparent !important;
  background: transparent !important;
  width: 0 !important;
  height: 0 !important;
}

.cart-drawer .cart__checkout-button:hover {
  color: #fff !important;
}

.cart-drawer .cart__checkout-button::before,
.cart-drawer .cart__checkout-button::after {
  display: none !important;
}

/* ===== Upsell Desktop Fix ===== */
.cart_upsell_wrapper {
  max-height: 140px !important;
  overflow: hidden !important;
  padding: 0.5rem 0 !important;
}

.cart_upsell_head h3 {
  margin: 0 0 0.5rem !important;
  font-size: 1.6rem !important;
}

.cart_upsell_wrapper .card--horizontal {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  gap: 1rem !important;
  width: 100% !important;
  padding: 0 !important;
}

.cart_upsell_wrapper .card--horizontal .card__inner {
  width: 70px !important;
  min-width: 70px !important;
  max-width: 70px !important;
  flex: 0 0 70px !important;
  height: 70px !important;
}

.cart_upsell_wrapper .card--horizontal .card__content {
  flex: 1 !important;
  min-width: 0 !important;
  padding: 0 !important;
}

/* Header Cart Icon Setup */
.drawer__heading {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}

.drawer__heading svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

/* RTL Specific Adjustments */
[dir="rtl"] .cart-drawer .cart-item__details {
  padding-left: 0;
  padding-right: 2rem;
}

[dir="rtl"] .cart-item__remove-static {
  text-align: right;
}

/* ===== Sold Out Product Card ===== */
/* Keep the card image clear when sold out */
.card--sold-out .card__media img:not(.dalida-sold-stamp) {
  opacity: 0.67 !important;
  transition: opacity 0.3s ease;
}

.card-wrapper:hover .card--sold-out .card__media img:not(.dalida-sold-stamp) {
  opacity: 0.9 !important;
}

/* Ensure card clips the overlay */
.card--sold-out .card__inner {
  overflow: hidden;
  position: relative;
}

/* Image stamp overlay */
.dalida-sold-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.1); /* Very light tint just for contrast, removing the heavy dimming */
  z-index: 2;
  pointer-events: none;
}

.dalida-sold-stamp {
  width: 90%;
  max-width: 320px;
  opacity: 1;
  transform: rotate(-8deg);
  filter: drop-shadow(0 3px 10px rgba(0,0,0,0.35));
}

/* Hide the old text badge for sold-out items completely to remove the white pill box */
.card--sold-out .card__badge.sold_out_wrapper {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Hide the quick-add button for sold-out items */
.quick_action_wrapper_sold__out,
.card--sold-out .quick_action_wrapper {
  display: none !important;
  opacity: 0 !important;
  visibility: hidden !important;
}

/* Prevent product description text from shrinking on sold out pages */
.product-info-wrapper #productInfo,
.product-info-wrapper #productInfo p,
.product-info-wrapper #productInfo span,
.product-info-wrapper #productInfo div {
  font-size: 1.6rem !important;
  line-height: inherit !important;
}

/* ===== Sale Badge — Flat Muted Red Pill ===== */
/* Ensure all card__inner clips content */
.card__inner {
  overflow: hidden;
  position: relative;
}

/* Override the default badge — flat pill, top-left */
.card__badge.sale_badge_wrapper {
  background: transparent !important;
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  border-radius: 0 !important;
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  right: auto;
  bottom: auto;
  z-index: 3;
  pointer-events: none;
  display: block !important;
  overflow: visible;
}

/* The pill badge — muted deep red */
.card__badge.sale_badge_wrapper .sale_badge {
  position: static;
  display: inline-block;
  background: #9E2A2B;
  color: #fff !important;
  font-size: 1.1rem !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.4rem 1rem;
  border-radius: 999px;
  line-height: 1.4;
  box-shadow: none;
  transform: none;
  width: auto;
  text-align: center;
}

/* RTL: position top-right */
[dir="rtl"] .card__badge.sale_badge_wrapper {
  left: auto;
  right: 1.2rem;
}

.card__badge.sale_badge_wrapper .sale_badge span {
  color: #fff !important;
  display: inline !important;
  margin: 0 !important;
  font-size: 1.1rem !important;
}

/* Mobile: smaller badge */
@media screen and (max-width: 749px) {
  .card__badge.sale_badge_wrapper {
    top: 0.8rem;
    left: 0.8rem;
  }
  [dir="rtl"] .card__badge.sale_badge_wrapper {
    left: auto;
    right: 0.8rem;
  }
  .card__badge.sale_badge_wrapper .sale_badge {
    font-size: 1rem !important;
    padding: 0.3rem 0.8rem;
  }
}

/* ===== Pricing Hierarchy — Luxury ===== */

/* Original price label — small, gray, no background */
.price-original-label {
  font-size: 1.15rem;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 400;
  letter-spacing: 0.03em;
  margin-bottom: 0.2rem;
  background: none;
  padding: 0;
  display: flex;
  flex-direction: row;
  gap: 0.3rem;
  align-items: center;
}

.price-original-label p {
  margin: 0;
  color: inherit;
  background: none;
  font-size: inherit;
}

/* Override old .price-alert if still rendered anywhere */
.price-alert {
  background: none !important;
  padding: 0 !important;
  color: rgba(0, 0, 0, 0.5) !important;
  font-size: 1.15rem !important;
  justify-content: flex-start !important;
}

/* Strikethrough (compare-at) price — lighter, smaller */
.price--on-sale .price-item--regular {
  text-decoration: line-through !important;
  color: rgba(0, 0, 0, 0.45) !important;
  font-size: 1.25rem !important;
  font-weight: 400 !important;
}

/* ===== Product Page Price Sizing ===== */

/* Original price label (Subtle anchor) */
.product-info-wrapper .price-original-label {
  font-size: 1.4rem !important;
}

/* Strikethrough size (When on sale) */
.product-info-wrapper .price--on-sale .price-item--regular {
  font-size: 1.8rem !important;
}

/* Final sale price / Regular active price */
.product-info-wrapper .price-item--sale,
.product-info-wrapper .price-item--regular {
  font-size: 2.8rem !important;
}

/* Base theme override: Deep muted red for sale price */
.price-item--sale,
.card-wrapper span.price-item.price-item--sale.price-item--last {
  color: #9E2A2B !important;
  font-weight: 700 !important;
}


/* Mobile Responsiveness for Pricing */
@media screen and (max-width: 749px) {
  .product-info-wrapper .price-original-label {
    font-size: 1.2rem !important;
  }
  .product-info-wrapper .price--on-sale .price-item--regular {
    font-size: 1.5rem !important;
  }
  .product-info-wrapper .price-item--sale,
  .product-info-wrapper .price-item--regular {
    font-size: 2.4rem !important;
  }
}

/* ===== Product Card (Collection grid) Price Sizing ===== */

/* Make regular non-sale price on cards visible but not giant */
.card-wrapper .price-item--regular {
  font-size: 1.5rem !important;
  font-weight: 600 !important;
}

/* Strikethrough size on cards */
.card-wrapper .price--on-sale .price-item--regular {
  font-size: 1.25rem !important; 
  font-weight: 400 !important;
}

/* Sale price on cards */
.card-wrapper .price-item--sale {
  font-size: 1.5rem !important;
}

/* Add a gap so prices aren't touching on iOS/Mobile, ONLY when on sale */
.card-wrapper .price--on-sale .price__sale {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0.5rem !important;
}

/* Mobile Responsiveness for Product Cards specifically */
@media screen and (max-width: 749px) {
  .card-wrapper .price-item--regular {
    font-size: 1.3rem !important;
  }
  .card-wrapper .price--on-sale .price-item--regular {
    font-size: 1.15rem !important;
  }
  .card-wrapper .price-item--sale {
    font-size: 1.3rem !important;
  }
}

/* Product page sale badge pill */
.saving__badge.sale_badge_pill {
  display: inline-block;
  background: #9E2A2B;
  color: #fff !important;
  font-size: 1.3rem !important;
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.4rem 1.2rem;
  border-radius: 999px;
  line-height: 1.4;
  margin-top: 5px;
  width: max-content;
}


/* ===== Search UI/UX Improvements ===== */

/* Clean input border — no pink/red */
.main_search_form input {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 50rem !important;
  height: 5.4rem !important;
  font-size: 1.6rem !important;
  padding: 0 5rem 0 2rem !important;
  transition: border-color 0.3s ease;
}

.main_search_form input:focus {
  border-color: rgba(0, 0, 0, 0.4) !important;
  outline: none;
}

/* Floating label fix — clean position */
.search_form_input_wrapper label {
  font-size: 1.4rem !important;
  color: rgba(0, 0, 0, 0.45) !important;
  transition: all 0.25s ease;
}

/* Search heading — refined typography */
.main_search_head h2 {
  font-size: 1.8rem !important;
  font-weight: 400 !important;
  letter-spacing: 0.02em;
  opacity: 0.6;
}

/* Predictive search results — cleaner cards */
.predictive-search__item--link-with-thumbnail {
  padding: 1.2rem 2rem !important;
  gap: 1.5rem !important;
  align-items: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  transition: background 0.2s ease;
}

.predictive-search__item--link-with-thumbnail:hover {
  background: rgba(0, 0, 0, 0.02) !important;
}

/* Product image in predictive results */
.predictive-search__image {
  width: 5.5rem !important;
  height: 7rem !important;
  border-radius: 0.8rem !important;
  object-fit: cover;
  box-shadow: none !important;
}

/* Heading inside predictive dropdown */
.predictive-search__heading {
  font-size: 1.2rem !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.4) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06) !important;
  padding-bottom: 0.8rem !important;
  margin-bottom: 0.5rem;
}

/* Search results page — make header text visible */
.template-search__header h1 {
  color: #000 !important;
  font-size: 3.5rem !important;
}

.template-search__header p {
  color: rgba(0, 0, 0, 0.6) !important;
}

/* Results count text */
.template-search__results .result-count,
.template-search__results span {
  color: rgba(0, 0, 0, 0.5);
}

/* Empty search — popular categories styling */
.empty_search_wrapper {
  margin-top: 2rem;
}

.empty_search_popular_categories h2,
.empty_search_popular_info h2 {
  font-size: 1.2rem !important;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  color: rgba(0, 0, 0, 0.4) !important;
  margin: 0 !important;
}

.popular_categories_inner ul li a,
.popular_info_inner ul li a {
  font-size: 1.5rem !important;
  color: #000 !important;
  line-height: 3rem !important;
}

/* RTL search alignment */
[dir="rtl"] .search_form_input_wrapper label {
  left: auto;
  right: 2rem;
}

[dir="rtl"] button.search__button {
  right: auto;
  left: 1px;
}

[dir="rtl"] button.reset__button {
  right: auto;
  left: 5rem;
}

[dir="rtl"] .main_search_form input {
  padding: 0 2rem 0 5rem !important;
}

[dir="rtl"] .main_search_close {
  right: auto;
  left: 2rem;
}


/* ===== Filter & Sort — v4 Typography-First ===== */
/* Single font. Size & weight hierarchy only. Like SF Pro. */

/* -----------------------------------------------
   BASE: One font for the entire sidebar
----------------------------------------------- */
.aside_filter_wrapper_inner,
.aside_filter_wrapper_inner *,
.mobile-filter__inner,
.mobile-filter__inner * {
  font-family: var(--font-body-family), -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
}

/* -----------------------------------------------
   SIDEBAR TITLE: "Filter and sort"
----------------------------------------------- */
.side-filter-title h2 {
  font-size: 1.8rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
  color: #000 !important;
}

/* -----------------------------------------------
   RESULT COUNT: "46 results"
----------------------------------------------- */
.product-count-vertical .product-count__text,
.product-count-vertical .product-count__text span {
  font-size: 1.3rem !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.4) !important;
}

/* -----------------------------------------------
   LABELS: "SORT BY", "FROM", "TO", etc.
----------------------------------------------- */
.filters__label,
.filters__label label,
.price-range-label {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: rgba(0, 0, 0, 0.35) !important;
  margin: 0 !important;
  padding: 0 !important;
}

.filters__label {
  margin: 1.6rem 0 0.6rem !important;
}

/* -----------------------------------------------
   SORT SELECT
----------------------------------------------- */
.facet-filters__field .select {
  height: auto !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
  background: none !important;
}

.facet-filters__field .select select,
.facet-filters__sort {
  height: 4.4rem !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 0.4rem !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  color: #000 !important;
  background: #fff !important;
  padding: 0 3.5rem 0 1.4rem !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  cursor: pointer;
  transition: border-color 0.2s ease;
  box-shadow: none !important;
  width: 100% !important;
}

.facet-filters__field .select select:hover {
  border-color: rgba(0, 0, 0, 0.3) !important;
}

.facet-filters__field .select select:focus {
  border-color: #000 !important;
  outline: none !important;
  box-shadow: none !important;
}

.facet-filters__field .select .icon_wrapper {
  right: 1.2rem !important;
  pointer-events: none;
}

.facet-filters__field .select svg {
  width: 1.2rem !important;
  height: 1.2rem !important;
}

/* -----------------------------------------------
   FILTER SECTIONS: "PRICE", "AVAILABILITY", etc.
----------------------------------------------- */
.filter__disclosure-vertical {
  border-top: 1px solid rgba(0, 0, 0, 0.06) !important;
}

.filter__summary {
  padding: 1.4rem 0 !important;
  margin-bottom: 0 !important;
  border-bottom: none !important;
}

.filter__summary-label {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: rgba(0, 0, 0, 0.6) !important;
}

/* Checkbox filter items */
.filter-checkbox {
  padding: 0.5rem 0 !important;
}

span.filter-checkbox__text,
span.filter-checkbox__text-label {
  font-size: 1.35rem !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.7) !important;
}

.filter-layout-list--text input[type="checkbox"] {
  width: 3.2rem !important;
  height: 2rem !important;
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.3rem !important;
}

/* Max price info text */
.filter__header-vertical span,
span.filter__selected {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.35) !important;
}

/* -----------------------------------------------
   ACTIVE FILTER PILLS
----------------------------------------------- */
span.active-filter__button-inner {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  padding: 0.5rem 1rem !important;
  border-radius: 0.3rem !important;
  gap: 0.6rem;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1) !important;
}

/* -----------------------------------------------
   CLEAR ALL — Prominent button
----------------------------------------------- */
.active-facets__button--light {
  font-size: 1.2rem !important;
  font-weight: 500 !important;
  color: #000 !important;
  text-decoration: underline !important;
  text-underline-offset: 0.3rem !important;
}

.active-facets__button--light:hover {
  color: #c90000 !important;
}

/* -----------------------------------------------
   RANGE SLIDER (Price Filter)
----------------------------------------------- */
.price-range__input {
  border: 1px solid rgba(0, 0, 0, 0.15) !important;
  border-radius: 0.3rem !important;
  height: 4.4rem !important;
  font-size: 1.4rem !important;
}

.price-range__slider {
  accent-color: #000 !important; /* Forces slider thumb to be black */
}

.facets__header {
  border-bottom: 2px solid #000 !important;
  padding-bottom: 0.8rem !important;
  margin-bottom: 1.5rem !important;
}

.facets__display {
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0.8rem !important;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
}

/* Base WhatsApp Button Styles */
.dalida-product-whatsapp {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    grid-column: 1 / -1; /* Ensure full span inside ATC grid container */
    margin-top: 4px; /* Reduced margin to account for grid-gap */
    padding: 14px 20px;
    background-color: #A4B9A0;
    color: #2A3B29;
    border: none;
    border-radius: 50px;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: inherit;
    transition: all 0.3s ease;
    cursor: pointer;
}

.dalida-product-whatsapp svg {
    width: 20px;
    height: 20px;
    fill: currentColor;
    transition: fill 0.3s ease;
}

/* Hover state for WhatsApp Button */
.dalida-product-whatsapp:hover {
    background-color: #7A9676; /* Better, muted green that looks clean */
    color: #ffffff;
}

.dalida-product-whatsapp:active {
    transform: scale(0.98);
}
----------------------------------------------- */
/* Completely reset the wrapper so it doesn't draw a pill shape */
.active-filter__button-wrapper,
filter-remove.active-filter__button-wrapper,
.active-filter__button-remove {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  display: inline-block !important;
}

/* Add margin-top to wrapper instead of padding if needed */
.active-filter__button-wrapper {
  margin-top: 0.5rem !important;
}

/* The actual button inside the wrapper */
a.active-filter__button-remove,
.active-filter__button-remove a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 0.8rem 2rem !important;
  border: 1.5px solid rgba(0, 0, 0, 0.2) !important;
  border-radius: 0.4rem !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: rgba(0, 0, 0, 0.6) !important;
  text-decoration: none !important;
  transition: all 0.2s ease !important;
  background: transparent !important;
  cursor: pointer !important;
  margin-top: 0 !important;
  box-shadow: none !important;
}

a.active-filter__button-remove:hover,
.active-filter__button-remove a:hover {
  border-color: #000 !important;
  color: #000 !important;
  background: rgba(0, 0, 0, 0.02) !important;
}

/* Reset inner span styles */
a.active-filter__button-remove span,
.active-filter__button-remove span {
  font-size: inherit !important;
  font-weight: inherit !important;
  color: inherit !important;
  text-decoration: none !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
  background: none !important;
}

/* -----------------------------------------------
   PRICE FILTER — New custom HTML
----------------------------------------------- */
.filter__price {
  display: block !important;
  padding: 0 !important;
}

.price-range-row {
  display: flex;
  align-items: flex-end;
  gap: 0.8rem;
  padding: 1rem 0;
  width: 100%;
}

.price-range-field {
  flex: 1;
  min-width: 0;
}

.price-range-label {
  display: block;
  margin-bottom: 0.5rem;
}

.price-range-input-wrap {
  position: relative;
  display: flex;
  align-items: center;
}

.price-range-input {
  width: 100% !important;
  height: 4.2rem !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 0.4rem !important;
  padding: 0 4rem 0 1.2rem !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  background: #fff !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  outline: none !important;
  transition: border-color 0.2s ease;
  color: #000;
}

.price-range-input:hover {
  border-color: rgba(0, 0, 0, 0.3) !important;
}

.price-range-input:focus {
  border-color: #000 !important;
}

.price-range-input::placeholder {
  color: rgba(0, 0, 0, 0.2);
  font-weight: 400;
}

.price-range-currency {
  position: absolute;
  right: 1.2rem;
  font-size: 1.1rem;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.25);
  letter-spacing: 0.02em;
  pointer-events: none;
}

.price-range-dash {
  font-size: 1.6rem;
  font-weight: 300;
  color: rgba(0, 0, 0, 0.15);
  padding-bottom: 0.8rem;
  flex-shrink: 0;
}

/* -----------------------------------------------
   MOBILE FILTER DRAWER
----------------------------------------------- */
.mobile-filter__heading {
  font-size: 1.6rem !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em;
}

.mobile-filter__count {
  font-size: 1.2rem !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.35) !important;
}

.mobile-filter__summary {
  padding: 1.4rem 2rem !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}

.mobile-filter__summary > div > span {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6) !important;
}

/* Mobile sort */
.mobile-filter__sort {
  padding: 0 2rem;
  flex-direction: column !important;
  gap: 0.6rem;
  align-items: stretch !important;
}

.mobile-filter__sort label {
  font-size: 1.1rem !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.1em !important;
  color: rgba(0, 0, 0, 0.35) !important;
}

.mobile-filter__sort .select {
  width: 100% !important;
  border: none !important;
}

.mobile-filter__sort .select__select {
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  border-radius: 0.4rem !important;
  padding: 1rem 3rem 1rem 1.2rem !important;
  min-height: 4.4rem !important;
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  background: #fff !important;
  width: 100% !important;
  box-shadow: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  margin: 0 !important;
  color: #000 !important;
}

.mobile-filter__sort .select__select:focus {
  border-color: #000 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Mobile price */
.mobile-filter__submenu .filter__price {
  padding: 0 !important;
}

.mobile-filter__submenu .price-range-row {
  padding: 1rem 2rem;
}

.mobile-filter__info {
  font-size: 1.15rem !important;
  font-weight: 400 !important;
  color: rgba(0, 0, 0, 0.3) !important;
  padding: 1rem 2rem 0 !important;
}

/* Mobile footer */
.mobile-filter__footer {
  box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.06) !important;
  padding: 1.5rem 2rem !important;
  background: var(--filter-main-bg, #fff) !important;
}

.mobile-filter__footer .button--primary {
  border-radius: 0.4rem !important;
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.06em !important;
  text-transform: uppercase !important;
  min-height: 4.4rem !important;
  border: 1px solid #000 !important;
}

.mobile-filter__footer .mobile-filter__clear,
.mobile-filter__footer a.mobile-filter__clear {
  font-size: 1.2rem !important;
  font-weight: 600 !important;
  color: rgba(0, 0, 0, 0.5) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

.mobile-filter__label {
  padding: 1.2rem 2rem 0 !important;
}

/* -----------------------------------------------
   RTL ADJUSTMENTS
----------------------------------------------- */
[dir="rtl"] .filter-layout-list--text input[type="checkbox"] {
  margin-right: 0;
  margin-left: 10px;
}

[dir="rtl"] .active-filter__button {
  margin-right: 0;
  margin-left: 1.5rem;
}

[dir="rtl"] .facet-filters__field .select select {
  padding: 0 1.4rem 0 3.5rem !important;
}

[dir="rtl"] .facet-filters__field .select .icon_wrapper {
  right: auto !important;
  left: 1.2rem !important;
}

[dir="rtl"] .price-range-currency {
  right: auto;
  left: 1.2rem;
}

[dir="rtl"] .price-range-input {
  padding: 0 1.2rem 0 4rem !important;
}

[dir="rtl"] .mobile-filter__sort .select__select {
  padding: 1rem 1.2rem 1rem 3rem !important;
}

[dir="rtl"] .mobile-filter__sort .select .icon_wrapper,
[dir="rtl"] .mobile-filter__sort .select .icon-caret {
  right: auto !important;
  left: 1rem !important;
}
  
/* ===== LUXURY FOOTER REDESIGN ===== */  
.footer_wrapper { padding-top: 6rem !important; padding-bottom: 4rem !important; }  
.footer_block_head h2 { font-size: 1.3rem !important; letter-spacing: 0.1em !important; text-transform: uppercase !important; font-weight: 500 !important; margin-bottom: 2.5rem !important; }  
.footer_block--content ul li a { font-size: 1.4rem !important; opacity: 0.7; transition: opacity 0.3s ease; display: inline-block; padding: 0.4rem 0 !important; }  
.footer_block--content ul li a:hover { opacity: 1; text-decoration: none !important; }  
.footer_block--newsletter { display: none !important; }  
.social_media_wrapper ul { display: flex; gap: 1.5rem; flex-wrap: wrap; margin-top: 2rem; }  
.social_media_wrapper ul li a { display: flex; align-items: center; justify-content: center; opacity: 0.7; transition: opacity 0.3s ease; }  
.social_media_wrapper ul li a:hover { opacity: 1; }  
.footer_copyright_main_inner { padding-top: 3rem !important; border-top: 1px solid rgba(0,0,0,0.05); margin-top: 4rem; justify-content: space-between !important; }  
.copyright__content p, .copyright__content a, .copyright__content { font-size: 1.2rem !important; opacity: 0.6; } 

/* ═══════════════════════════════════════
   DALIDA FOOTER
═══════════════════════════════════════ */
.dalida-footer {
  background: #f9f1ed;
  color: var(--color-base-text, #121212);
  font-size: 14px;
  line-height: 1.75;
  border-top: 1px solid rgba(0,0,0,0.04);
}
.dalida-footer__divider {
  display: none;
}
.dalida-footer__main {
  display: grid;
  grid-template-columns: 1fr;
  gap: 36px;
  padding: 48px 20px 32px;
  max-width: 1400px;
  margin: 0 auto;
}
@media (min-width: 600px) {
  .dalida-footer__main { grid-template-columns: 1fr 1fr; gap: 40px 32px; }
}
@media (min-width: 1024px) {
  .dalida-footer__main {
    grid-template-columns: 2fr 1.2fr 1.2fr 1.4fr;
    gap: 0 48px;
    padding: 64px 40px 48px;
  }
}
.dalida-footer__brand {
  display: flex;
  flex-direction: column;
}
.dalida-footer__logo-wrap { 
  display: inline-block; 
  margin-bottom: 16px; 
  text-decoration: none; 
}
.dalida-footer__logo { filter: none; opacity: 1; max-height: 48px; width: auto; object-fit: contain; }
.dalida-footer__logo-text { font-size: 22px; font-weight: 700; color: var(--color-base-text, #121212); letter-spacing: 0.05em; margin: 0; }
.dalida-footer__tagline { color: rgba(0,0,0,0.65); font-size: 13.5px; margin: 0 0 24px; max-width: 280px; }
.dalida-footer__socials { 
  display: flex; 
  align-items: center; 
  gap: 12px; 
  flex-wrap: wrap; 
}
.dalida-footer__social-link {
  display: flex; 
  align-items: center; 
  justify-content: center;
  width: 40px; 
  height: 40px;
  border: 1px solid rgba(0,0,0,0.12);
  border-radius: 50%;
  color: rgba(0,0,0,0.65);
  text-decoration: none;
  background: transparent;
  transition: all 0.2s ease;
}
.dalida-footer__social-link svg {
  display: block;
  width: 18px;
  height: 18px;
}
.dalida-footer__social-link:hover { transform: translateY(-2px); border-color: rgba(0,0,0,0.3); color: #121212; }
.dalida-footer__social-link--ig:hover { border-color: #E1306C; color: #fff; background: #E1306C; }
.dalida-footer__social-link--tt:hover { border-color: #000000; color: #fff; background: #000000; }
.dalida-footer__social-link--wa:hover { border-color: #25D366; color: #fff; background: #25D366; }
.dalida-footer__col-title {
  font-size: 11px; font-weight: 700; letter-spacing: 0.15em;
  text-transform: uppercase; color: var(--color-base-text, #121212);
  margin: 0 0 24px; padding-bottom: 12px;
  border-bottom: 2px solid rgba(0,0,0,0.04);
}
.dalida-footer__links { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 14px; }
.dalida-footer__links a { color: rgba(0,0,0,0.65); font-size: 14px; text-decoration: none; transition: all 0.2s ease; }
.dalida-footer__links a:hover { color: #121212; text-decoration: underline; text-underline-offset: 4px; }
.dalida-footer__trust-list { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 12px; }
.dalida-footer__trust-list li { display: flex; align-items: center; gap: 10px; color: rgba(0,0,0,0.7); font-size: 13.5px; font-weight: 500;}
[dir="rtl"] .dalida-footer__trust-list li { flex-direction: row-reverse; justify-content: flex-end; }
.dalida-footer__payments { display: flex; flex-wrap: wrap; gap: 8px; align-items: center; }
.dalida-footer__payment-icon { height: 26px; width: auto; opacity: 0.8; transition: opacity 0.2s, filter 0.2s; }
.dalida-footer__payment-icon:hover { opacity: 1; }
.dalida-footer__bottom {
  display: flex; flex-direction: column; align-items: center;
  gap: 12px; padding: 24px 20px;
  border-top: 1px solid rgba(0,0,0,0.05);
  text-align: center; max-width: 1400px; margin: 0 auto;
}
@media (min-width: 768px) {
  .dalida-footer__bottom { flex-direction: row; justify-content: space-between; padding: 24px 40px; text-align: start; }
}
.dalida-footer__copy { color: rgba(0,0,0,0.5); font-size: 13px; }
.dalida-footer__bottom-links { display: flex; align-items: center; gap: 16px; }
.dalida-footer__bottom-links a { color: rgba(0,0,0,0.55); font-size: 13px; text-decoration: none; transition: color 0.15s; }
.dalida-footer__bottom-links a:hover { color: rgba(0,0,0,0.9); }
.dalida-footer__bottom-links span { color: rgba(0,0,0,0.15); }

html[dir="rtl"] .dalida-footer__brand { text-align: right; }
html[dir="rtl"] .dalida-footer__logo-wrap,
html[dir="rtl"] .dalida-footer__tagline,
html[dir="rtl"] .dalida-footer__socials {
  margin-right: 0;
  margin-left: auto;
}
html[dir="ltr"] .dalida-footer__logo-wrap,
html[dir="ltr"] .dalida-footer__tagline,
html[dir="ltr"] .dalida-footer__socials {
  margin-left: 0;
  margin-right: auto;
}
