.wish-text{
	position: relative;
    left: -43px;
}

.wish-remove-text{
	position: relative;
    left: -32px;
}

.uptiles-list {
  display: flex;
  flex-wrap: wrap;
}

.uptiles-list-item {
  margin: 0.5em 10px;
  height: auto;
}

@media all and (min-width: 40em) {
  .uptiles-list-item {
    width: 50%;
    
  }
}
@media all and (min-width: 60em) {
  .uptiles-list-item {
    width: 33.33%;
  }
}


.uptiles-list-content {
   display: flex;
   flex-direction: column;
   background: transparent !important;
   padding: 0 !important;
   width: 100%;
}
.uptiles-list-content p {
  flex: 1 0 auto;
}

.uptiles-list-container{
    display: flex;
   flex-direction: column;
}

.uptiles-list-bottom {
    border: 1px solid blue;
    margin-top: auto;
}

.wishlist-item-heading{
    padding-left: 10px;
}

.vc_custom_1586397690439{
	display: none!important;
}

/********************************
 FINAL HEADER LAYOUT
********************************/

/* Thin black bar */
.header-top {
    background: #1C1B1B;
    padding: 6px 0;
}

/* Make container full width for logo edge */
.header-top .container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}

/* Header layout */
.header-inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: auto auto;
    align-items: center;
    gap: 6px 20px;
}

/* LOGO – far left */
.header-logo {
    grid-row: 1 / span 2;
    justify-self: start;
}

.header-logo img {
    max-height: 80px;
    width: auto;
    display: block;
}

/* CONTACT INFO – top left, next to logo */
.header-contact {
    grid-column: 2;
    grid-row: 1;
    display: flex;
    gap: 20px;
    align-items: center;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}

.header-contact a {
    color: #fff;
    text-decoration: none;
    font-weight: 600;
}

.header-contact .address {
    line-height: 1.2;
}

.header-contact small {
    opacity: 0.85;
}

/* MENU – perfectly centered */
.main-navigation {
    grid-column: 2;
    grid-row: 2;
    justify-self: center;
    text-align: center;
}

/********************************
 MOBILE SAFETY
********************************/
@media (max-width: 991px) {
    .header-inner {
        grid-template-columns: 1fr;
        grid-template-rows: auto auto auto;
        text-align: center;
    }

    .header-logo {
        grid-row: 1;
        justify-self: center;
    }

    .header-contact {
        grid-row: 2;
        justify-content: center;
        flex-wrap: wrap;
    }

    .main-navigation {
        grid-row: 3;
    }
}

/********************************
 FULL WIDTH PAGE CONTENT
********************************/

/* Force full width layout */
.container,
.container-fluid {
    max-width: 100% !important;
    padding-left: 30px;
    padding-right: 30px;
}

/* Slider / hero full width */
.vc_row,
.wpb_row,
.wpb_content_element {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* Remove WPBakery side gaps */
.vc_row-fluid {
    width: 100% !important;
}

/********************************
 REMOVE PAGE SIDE GUTTERS
********************************/

.site-content.container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* Fix rows inside */
.site-content .row {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/********************************
 HEADER FULL WIDTH FIX
********************************/

/* Break header out of container */
.header-top .container {
    max-width: 100% !important;
    width: 100% !important;
    padding-left: 20px;
    padding-right: 20px;
}

/* Header layout */
.header-inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    align-items: center;
}

/********************************
 LOGO – TRUE FAR LEFT
********************************/

.header-logo {
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-left: 0 !important;
}

.header-logo img {
    display: block;
}

/********************************
 CONTACT INFO – TOP LEFT
********************************/

.header-contact {
    grid-column: 2 / 4;
    grid-row: 1;
    justify-self: start;
    margin-bottom: 6px;
    font-size: 13px;
}

/********************************
 FIX HEADER CONTACT ALIGNMENT
********************************/

.header-contact {
    display: flex;
    align-items: center;
    gap: 24px;
}

.header-contact .address {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1.1;
}

.header-contact .address br {
    display: none;
}

.header-contact .address small {
    font-size: 11px;
    opacity: 0.85;
}

/********************************
 ALIGN PHONE WITH ADDRESS
********************************/

/* Contact wrapper */
.header-contact {
    display: flex !important;
    align-items: center !important;
    gap: 24px;
}

/* Phone */
.header-contact .phone {
    display: flex !important;
    align-items: center !important;
    white-space: nowrap;
}

/* Address block */
.header-contact .address {
    display: flex !important;
    flex-direction: column;
    justify-content: center !important;
    line-height: 1.2;
    margin-top: 0 !important;
}

/* Remove vertical offset caused by <small> */
.header-contact .address small {
    margin-top: 2px;
    display: block;
}

/********************************
 STICKY HEADER
********************************/

/* Sticky header container */
.header-top {
    position: sticky;
    top: 0;
    z-index: 9999;
    background: #111; /* keep solid so content doesn't show through */
}

/* Fix WordPress admin bar overlap */
body.admin-bar .header-top {
    top: 32px;
}

/* Smooth scroll spacing so content isn't hidden */
#content {
    padding-top: 90px;
}

/********************************
 HEADER SEARCH BAR MOVE
********************************/

/* Move search into header */
.tile-search-wrapper,
.tile-search,
.search-wrapper {
    position: absolute;
    top: 50%;
    right: -80px;
    transform: translateY(50%);
    max-width: 280px;
    width: 100%;
    z-index: 10000;
}

/* Style the input to fit header */
.tile-search-wrapper input,
.tile-search input,
.search-wrapper input {
    height: 36px;
    font-size: 13px;
    border-radius: 20px;
    padding: 0 14px;
}

/* Hide original search spacing */
.tile-search-section,
.tile-search-container {
    display: none;
}

.header-inner {
    position: relative;
}

/********************************
 HEADER SEARCH – SIZE & SPACING
********************************/

.header-search {
    margin-left: 20px;
    margin-right: 24px;   /* moves it away from the right edge */
    display: flex;
    align-items: center;
    max-width: 390px;     /* ~50% wider than before */
    width: 100%;
}

/* Search input */
.header-search input {
    width: 100% !important;
    height: 36px;
    font-size: 13px;
    border-radius: 20px;
    padding: 0 16px;
}

.asp_main_container.asp_active .asp_filters,
.asp_main_container.asp_focus .asp_filters {
    visibility: visible;
    opacity: 1;
    height: auto;
}

/* Remove gap between header and first section */
.site-content,
#content,
.page-content,
.vc_row:first-child,
.wpb_row:first-child {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

/* If a slider is the first element */
.vc_row[data-vc-full-width="true"] {
    margin-top: 0 !important;
}

/* Kill WPBakery top spacer rows */
.wpb_row.vc_row-fluid.vc_custom_ {
    margin-top: 0 !important;
}
/* =========================================
   FORCE WPBAKERY IMAGE TITLE OVERLAY
========================================= */

/* Make the image container the anchor */
.wpb_single_image {
    position: relative !important;
}

/* Image wrapper */
.wpb_single_image figure {
    margin: 0 !important;
}

/* Dark titles ONLY on single collection pages */
.single-collection .wpb_single_image > .wpb_singleimage_heading {
    color: #0F0F0F !important;
}

/* Homepage "Our Ranges" titles */
body:not(.single-collection) .wpb_single_image > .wpb_singleimage_heading {
    color: #ffffff !important;
    text-shadow: 0 3px 10px rgba(0,0,0,0.6);
}

/* =========================================
   REMOVE GREY BOX & EXTRA SPACING
========================================= */

.wpb_heading,
.wpb_singleimage_heading {
    background: none !important;
}

/* Tighten grid spacing */
.vc_column-inner {
    padding-left: 8px !important;
    padding-right: 8px !important;
}

.wpb_single_image {
    margin-bottom: 14px !important;
}

/* =====================================
   FIX RESPONSIVE TILE IMAGES
===================================== */

/* ONLY single collection pages get custom sizing */
.single-collection .wpb_single_image,
.single-collection .wpb_single_image img {
    width: 90% !important;
    max-width: 90% !important;
}

/* Prevent fixed sizing from WPBakery */
.wpb_single_image img {
    object-fit: cover;
}

/* Ensure wrapper scales with screen */
.wpb_single_image .vc_single_image-wrapper {
    position: relative;
}

/********************************
  STICKY HEADER SHRINK EFFECT
********************************/

/* Smooth transitions */
.header-top,
.header-logo img,
.header-inner {
    transition: all 0.3s ease;
}

/* Default (full size) */
.header-top {
    padding: 6px 0;
}

/* Shrunk state */
.header-top.is-shrunk {
    padding: 2px 0;
}

/* Logo shrink */
.header-top.is-shrunk .header-logo img {
    max-height: 48px;
}

/* Reduce nav spacing slightly */
.header-top.is-shrunk .main-navigation ul li {
    margin: 0 10px;
}

/* Optional: slightly smaller menu text */
.header-top.is-shrunk .main-navigation ul li a {
    font-size: 12px;
}

/* PREMIUM MENU TYPOGRAPHY */
.main-navigation ul li a {
    font-family: 'Inter', sans-serif;
    font-size: 15px;          /* bigger & clearer */
    font-weight: 600;         /* confident, not shouty */
    letter-spacing: 0.08em;   /* architectural spacing */
    text-transform: uppercase;
    color: #ffffff;
    transition: color 0.2s ease, opacity 0.2s ease;
}

/* Hover */
.main-navigation ul li a:hover {
    opacity: 0.85;
}

.main-navigation ul li {
    margin: 0 18px; /* more breathing room */
}

.main-navigation ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.5);
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.main-navigation ul li a:hover::after {
    transform: scaleX(1);
}

/* =====================================
   FORCE PREMIUM MENU STYLING (OVERRIDE)
===================================== */

.header-top .main-navigation ul li a {
    font-family: 'Jost', sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #ffffff !important;
    position: relative;
}

/* Elegant underline hover */
.header-top .main-navigation ul li a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -6px;
    width: 100%;
    height: 1px;
    background: rgba(255,255,255,0.55);
    transform: scaleX(0);
    transition: transform 0.25s ease;
}

.header-top .main-navigation ul li a:hover::after {
    transform: scaleX(1);
}

/* Refined spacing */
.header-top .main-navigation ul li {
    margin: 0 18px;
}

/* =====================================
   FIX MEGAMENU DROPDOWN TEXT COLOR
===================================== */

/* Top-level menu items stay white */
.header-top .main-navigation > ul > li > a {
    color: #ffffff !important;
}

/* Dropdown container background (optional but recommended) */
.header-top .main-navigation ul ul {
    background: #ffffff !important;
}

/* Dropdown menu links */
.header-top .main-navigation ul ul li a {
    color: #1C1B1B !important;
    font-weight: 500;
}

/* Hover state */
.header-top .main-navigation ul ul li a:hover {
    color: #000000 !important;
    background: rgba(0,0,0,0.04);

}
/* =====================================
   AJAX SEARCH PRO – PUSH FILTERS OFFSCREEN
===================================== */

.asp_filters,
.asp_filter,
.asp_filter_container,
.prosettings {
    position: fixed !important;
    left: -10000px !important;
    top: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
    z-index: -9999 !important;
}

/* Kill the filter toggle button as well */
.asp_filter_toggle,
.asp_filter_button,
.asp_filter_button_container {
    position: fixed !important;
    left: -10000px !important;
    top: -10000px !important;
    opacity: 0 !important;
    pointer-events: none !important;
}
/* Image container */
.tile-image {
    overflow: hidden;
    border-radius: 14px;
    background: #f6f6f6;
}

/* Image itself */
.tile-image img {
    width: 100%;
    height: 320px; /* taller = premium */
    object-fit: cover;
    transition: transform 0.4s ease;
}

/* Hover luxury effect */
.tile-card:hover .tile-image img {
    transform: scale(1.04);
}

/* Remove old ugly styles */
.loop-title {
    display: none !important;
}

.img-loop {
    margin: 0 !important;
    padding: 0 !important;
    background: none !important;
}
.loop-article {
    margin-bottom: 60px;
}

.tile-card:hover .tile-title {
    color: #000;
}
/* Softer hover lift */
.product-loop li.loop-article a {
    transition:
        transform 0.35s ease,
        box-shadow 0.35s ease;
}

.product-loop li.loop-article a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 30px rgba(0,0,0,0.10);
}

/* Editorial grid rhythm */
.product-loop {
    margin-top: 32px;
}

.product-loop li.loop-article {
    margin-bottom: 36px;
}

<h1 class="entry-title">Stone Look</h1>

/* Category / Collection Title */
.entry-header {
    text-align: center;
    margin-bottom: 50px;
}

.entry-title {
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 500;
    letter-spacing: 0.18em;
    text-transform: uppercase;

    color: #111;
    margin-bottom: 12px;
}

/* Subtle divider under title */
.entry-header::after {
    content: "";
    display: block;
    width: 60px;
    height: 1px;
    background: #cfcfcf;
    margin: 18px auto 0;
}
/* Lock image ratio across grid */
.product-loop .img-loop {
    aspect-ratio: 3 / 4; /* tall, premium */
}

.product-loop .img-loop img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Subtle grayscale baseline */
.product-loop .img-loop img {
    filter: grayscale(35%) contrast(1.02);
    transition: filter 0.5s ease, transform 0.5s ease;
}

/* Full colour on hover */
.product-loop li.loop-article a:hover img {
    filter: grayscale(0%) contrast(1.05);
}

.product-loop .loop-title {
    opacity: 0.9;
    transition: opacity 0.3s ease;
}

.product-loop li.loop-article a:hover .loop-title {
    opacity: 1;
}

/* Tighten top spacing above grid */
.entry-header {
    margin-bottom: 28px;
}

.sort-popular {
    margin-bottom: 24px;
}

.product-loop {
    margin-top: 0;
}

/* Modern Sort By */
.sort-popular {
    text-align: center;
}

.sort-popular select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.12em;
    text-transform: uppercase;

    padding: 10px 36px 10px 14px;
    border-radius: 999px;
    border: 1px solid #e0e0e0;
    background-color: #fff;

    cursor: pointer;
}

/* Subtle arrow */
.sort-popular {
    position: relative;
}

.sort-popular::after {
    content: "▾";
    position: absolute;
    right: calc(50% - 52px);
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 11px;
    color: #666;
}

/* Force the tile box size */
.vc_figure .vc_single_image-wrapper {
    width: 350px !important;
    height: 400px !important;
    display: block;
    overflow: hidden;
}

/* Force image to fill the tile */
.vc_figure .vc_single_image-wrapper img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* =====================================
   RESPONSIVE CATEGORY TILE SYSTEM
===================================== */

/* Grid column safety */
.vc_col-sm-4 {
    display: flex;
}

/* Tile wrapper */
.vc_single_image {
    width: 100%;
    max-width: 350px;
    margin: 0 auto 32px;
}

/* Force consistent ratio */
.vc_single_image .vc_single_image-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 7 / 8; /* 350x400 */
    overflow: hidden;
    border-radius: 16px;
}

/* Image behaviour */
.vc_single_image img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    display: block;
}

/* =====================================================
   SINGLE COLLECTION – HERO (SWIPER + INFO)
===================================================== */

.collection-hero {
    display: grid;
    grid-template-columns: 700px 520px; /* FIXED, editorial */
    gap: 48px;

    width: 100%;
    max-width: none;      /* 🔥 removes centering */
    margin: 0 0 80px 0;   /* 🔥 no auto margins */

    padding-left: 40px;  /* controlled edge breathing */
    padding-right: 40px;

    align-items: stretch;
}

/* =====================================================
   LEFT: SWIPER GALLERY (LOCKED)
===================================================== */

.single-collection .collection-gallery {
    position: relative;
    width: 700px;
    min-width: 700px;
    height: 1000px;
    overflow: hidden;
}

/* Swiper root */
.single-collection .collection-gallery .swiper {
    width: 100%;
    height: 100%;
}

/* =====================================================
   RIGHT: COLLECTION INFO (TOP-ALIGNED)
===================================================== */

.single-collection .collection-info {
    align-self: start;
    margin: 0;
    padding: 0;
}

.single-collection .collection-info .info-block {
    margin-bottom: 36px;
    padding-bottom: 24px;
    border-bottom: 1px solid #e6e6e6;
}

.single-collection .collection-info .info-block:last-child {
    border-bottom: none;
}

.single-collection .collection-info h3 {
    font-size: 13px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 12px;
    color: #111;
}

.single-collection .collection-info p {
    max-width: 520px;
    font-size: 14px;
    line-height: 1.7;
    color: #222;
}

/* =====================================
   FIX HOMEPAGE "OUR RANGES" ALIGNMENT
===================================== */

body:not(.single-collection) .vc_row {
    display: flex;
    justify-content: center;
}

body:not(.single-collection) .vc_col-sm-4 {
    display: flex;
    justify-content: center;
}

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

@media (max-width: 991px) {

    .single-collection .collection-hero {
        grid-template-columns: 1fr;
        gap: 40px;
        padding: 0 20px;
    }

    .single-collection .collection-gallery {
        width: 100%;
        min-width: 0;
        height: 60vh;
        max-height: 520px;
    }

    .single-collection .collection-info p {
        max-width: 100%;
    }
}

collection-info .icon-list {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    align-items: center;
    padding: 0;
    margin: 0;
    list-style: none;
}

.collection-info .icon-list li {
    width: 150px;
    height: 150px;
    flex: 0 0 auto;
}

.collection-info .icon-list img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* Icon lists (sizes & slip rating) */
.collection-info .icon-list {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

/* ==============================
   FULL WIDTH BELOW HERO
============================== */

.collection-description,
.collection-catalog {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 80px;

    padding-left: 40px;
    padding-right: 40px;
}

/* Center tile image wrapper on homepage */
body:not(.single-collection) .vc_single_image {
    margin-left: auto !important;
    margin-right: auto !important;
}

/* =====================================
   CENTER HOMEPAGE RANGE TITLES
===================================== */

body:not(.single-collection) .wpb_single_image > .wpb_singleimage_heading {
    left: 50% !important;
    right: auto !important;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 0 20px;
}

/* =====================================
   HARD OVERRIDE – MOBILE RANGE STACKING
===================================== */

@media (max-width: 767px) {

    /* Stop flex row behavior on homepage */
    body:not(.single-collection) .vc_row {
        display: block !important;
    }

    /* Force full-width columns */
    body:not(.single-collection) .vc_col-sm-4 {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
    }

    /* Center the tile */
    body:not(.single-collection) .vc_single_image {
        margin-left: auto !important;
        margin-right: auto !important;
        max-width: 100% !important;
    }

    /* Title scaling */
    body:not(.single-collection) .wpb_singleimage_heading {
        font-size: 18px !important;
        letter-spacing: 0.14em;
        text-align: center !important;
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}


@media (max-width: 767px) {

    body:not(.single-collection) .wpb_single_image {
        position: relative;
    }

    body:not(.single-collection) .wpb_singleimage_heading {
        top: 18px !important;       /* move to top */
        bottom: auto !important;    /* remove bottom positioning */
        left: 50% !important;
        transform: translateX(-50%) !important;

        font-family: 'Inter', sans-serif; /* same as desktop */
        font-size: 18px !important;
        font-weight: 600;
        letter-spacing: 0.16em;
        text-transform: uppercase;

        text-align: center;
        width: 100%;
        padding: 0 16px;

        z-index: 5;
    }
}
/* =====================================
   FLAT DARK MODE — HEADER SEPARATION ONLY
===================================== */

@media (max-width: 767px) {

    /* GLOBAL RESET — no borders, no shadows */
    *,
    *::before,
    *::after {
        border: none !important;
        box-shadow: none !important;
    }

    /* BODY / MAIN CONTENT — slightly lighter */
    html,
    body,
    .site,
    .site-content,
    #content,
    .page-content,
    .container,
    .container-fluid,
    .vc_row,
    .wpb_row,
    .vc_column-inner {
        background: #141414 !important;
        color: #dcdcdc !important;
    }

    /* CONTENT WRAPPERS — flat, no card look */
    .wpb_wrapper,
    .tile-info,
    .product-info,
    .info-box,
    .catalogue,
    .collection-info {
        background: transparent !important;
        padding: 0 !important;
        margin-bottom: 0 !important;
    }

    /* HEADER — darker slab for separation */
    .site-header,
    .header,
    .navbar,
    .main-navigation,
    .sticky,
    .is-sticky,
    .sticky-header {
        background: #0b0b0b !important;
    }

    /* NAV TEXT */
    .site-header a,
    .main-navigation a {
        color: #ffffff !important;
    }

    /* FORM ELEMENTS — flat */
    input:not(.asp_text_input),
    select,
    textarea {
        background: #1a1a1a !important;
        color: #ffffff !important;
    }

    /* Kill outlines */
    :focus {
        outline: none !important;
    }
}
/* =====================================
   MOBILE SEARCH BAR – FORCE LIGHT MODE
===================================== */

@media (max-width: 767px) {

    /* Search input field */
    .asp_main_container input[type="text"],
    .asp_main_container input[type="search"] {
        background: #ffffff !important;
        color: #111111 !important;
        border: 1px solid #ccc !important;
    }

    /* Placeholder text */
    .asp_main_container input::placeholder {
        color: #666666 !important;
    }

    /* Search results dropdown container */
    .asp_results,
    .asp_results_container,
    .asp_results_container * {
        background: #ffffff !important;
        color: #111111 !important;
    }

    /* Individual result items */
    .asp_results .item,
    .asp_results .asp_result_item {
        background: #ffffff !important;
        color: #111111 !important;
        border-bottom: 1px solid #e6e6e6;
    }

    /* Result titles */
    .asp_results h3,
    .asp_results a,
    .asp_results span {
        color: #111111 !important;
    }

    /* Hover state */
    .asp_results .item:hover,
    .asp_results .asp_result_item:hover {
        background: #f5f5f5 !important;
    }
}

@media (max-width: 767px) {
    .asp_results,
    .asp_results_container,
    .asp_m_results,
    .asp_m_results_container,
    .asp_results_inner,
    .asp_m_results_inner {
        background: #ffffff !important;
        opacity: 1 !important;
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
    }

    .asp_result_item,
    .asp_results .item {
        background: #ffffff !important;
        color: #111 !important;
    }
}
/* =====================================
   MOBILE COLLECTION TEXT — FORCE WHITE
===================================== */

@media (max-width: 767px) {

    /* Collection titles & links */
    .collection,
    .collection a,
    .collection-title,
    .collection-title a,
    .collection-name,
    .collection-name a,
    .product-title,
    .product-title a,
    .tile-title,
    .tile-title a {
        color: #ffffff !important;
    }

    /* Any spans inside collection items */
    .collection span,
    .collection-title span,
    .product-title span {
        color: #ffffff !important;
    }
}

/* =====================================================
   MOBILE STICKY HEADER — PREMIUM LAYOUT
===================================================== */

@media (max-width: 767px) {

    /* HEADER WRAPPER */
    .header-top {
        background: #111;
        padding: 10px 14px 14px;
    }

    .header-inner {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto auto;
        gap: 12px 12px;
        align-items: center;
    }

    /* ======================
       LOGO — TOP LEFT
    ====================== */
    .header-logo {
        grid-column: 1;
        grid-row: 1;
        justify-self: start;
    }

    .header-logo img {
        max-height: 44px;
    }

    /* ======================
       CONTACT — TOP RIGHT
    ====================== */
    .header-contact {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        text-align: right;
        font-size: 11px;
        line-height: 1.3;
    }

    .header-contact a,
    .header-contact span,
    .header-contact small {
        color: #ffffff !important;
    }

    /* ======================
       SEARCH — CENTER
    ====================== */
    .header-search,
    .tile-search-wrapper,
    .search-wrapper {
        grid-column: 1 / -1;
        grid-row: 2;
        justify-self: center;
        width: 100%;
        max-width: 92%;
        position: static !important;
        transform: none !important;
    }

    .header-search input,
    .tile-search-wrapper input {
        width: 100% !important;
        height: 42px;
        border-radius: 999px;
        background: #ffffff !important;
        color: #111 !important;
    }

    /* ======================
       MENU BAR — FULL WIDTH
    ====================== */
    .main-navigation {
        grid-column: 1 / -1;
        grid-row: 3;
        width: 100%;
        text-align: center;
        background: #1a1a1a;
        padding: 10px 0;
        border-radius: 10px;
    }

    /* Center hamburger */
    .main-navigation .menu-toggle,
    .main-navigation button {
        margin: 0 auto;
        display: block;
    }

}
/* =====================================
   MOBILE PROMO SWIPER — SIZE & VISIBILITY
===================================== */

@media (max-width: 767px) {

    .mobile-promo-bar {
        width: 100%;
        height: 120px;            /* 👈 adjust this if needed (100–140px sweet spot) */
        background: #111;         /* fallback while image loads */
        overflow: hidden;
    }

    .mobile-promo-bar .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mobile-promo-bar img {
        width: 100%;
        height: 100%;
        object-fit: cover;        /* fills width nicely */
        display: block;
    }
}

/* =====================================
   DISABLE SLIDER REVOLUTION — MOBILE ONLY
===================================== */

@media (max-width: 900px) {

    .rev_slider_wrapper,
    .rev_slider,
    rs-module-wrap,
    rs-module {
        display: none !important;
        height: 0 !important;
        overflow: hidden !important;
        visibility: hidden !important;
    }
}

/* =====================================
   MOBILE HOMEPAGE — REMOVE DEAD SPACE
===================================== */

@media (max-width: 767px) {

    /* Kill top spacing after header + promo bar */
    body.home .site-content,
    body.home #content,
    body.home .page-content {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    /* Remove WPBakery auto spacing */
    body.home .vc_row:first-child,
    body.home .wpb_row:first-child,
    body.home .vc_row-fluid:first-child {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

    /* If "Our Ranges" is a heading row */
    body.home .entry-header,
    body.home .wpb_heading,
    body.home h1:first-of-type,
    body.home h2:first-of-type {
        margin-top: 0 !important;
        padding-top: 12px !important; /* small breathing room */
    }

    /* Remove empty spacer rows (VERY common in WPBakery) */
    body.home .vc_empty_space {
        display: none !important;
        height: 0 !important;
    }

    /* Ensure promo bar does NOT add margin below */
    .mobile-promo-bar {
        margin-bottom: 0 !important;
        padding-bottom: 0 !important;
    }
}
/* =====================================
   MOBILE HOMEPAGE — KILL FULL HEIGHT ROW
===================================== */

@media (max-width: 767px) {

    body.home .vc_row-o-full-height {
        min-height: 0 !important;
        height: auto !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    body.home .vc_row-o-full-height > .vc_column_container,
    body.home .vc_row-o-full-height > .vc_column_container > .vc_column-inner {
        min-height: 0 !important;
        height: auto !important;
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }
}

/* =====================================
   MOBILE — REMOVE "OUR RANGES" VC SEPARATOR COMPLETELY
===================================== */

@media (max-width: 767px) {

    /* Hide the separator block with "Our Ranges" */
    body.home .vc_separator {
        display: none !important;
    }

    /* Remove space WPBakery leaves behind */
    body.home .wpb_wrapper {
        padding-top: 0 !important;
        margin-top: 0 !important;
    }

    /* Pull first range row tight to banner */
    body.home .wpb_wrapper > .vc_row:first-of-type {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }
}

.mobile-promo-bar {
    position: relative;
}

/* CTA bar */
.swiper-cta-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;

    background: rgba(20,20,20,0.92);
    padding: 14px 0;
    display: flex;
    justify-content: center;
    z-index: 10;
}

/* CTA button */
.swiper-cta-link {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px 28px;
    border-radius: 999px;
    background: rgba(255,255,255,0.12);
}

/* Tap feedback */
.swiper-cta-link:active {
    opacity: 0.75;
}

@media (max-width: 767px) {

    .mobile-promo-bar {
        width: 100%;
        height: 180px; /* adjust if you want taller */
        overflow: hidden;
    }

    .mobile-promo-bar .swiper-slide {
        width: 100%;
        height: 100%;
    }

    .mobile-promo-bar a {
        display: block;
        width: 100%;
        height: 100%;
    }

    .mobile-promo-bar img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }
}

/* =====================================
   MOBILE COLLECTION TEXT — FORCE WHITE
===================================== */

@media (max-width: 767px) {

    /* Collection pages only */
    body.single-collection,
    body.single-collection * {
        color: #eaeaea !important;
    }

    /* Headings */
    body.single-collection h1,
    body.single-collection h2,
    body.single-collection h3,
    body.single-collection h4,
    body.single-collection h5,
    body.single-collection h6 {
        color: #ffffff !important;
    }

    /* Paragraph & UI text */
    body.single-collection p,
    body.single-collection li,
    body.single-collection span,
    body.single-collection label,
    body.single-collection div {
        color: #dcdcdc !important;
    }

    /* Links */
    body.single-collection a {
        color: #ffffff !important;
    }

    body.single-collection a:hover {
        opacity: 0.85;
    }

}

/* =====================================
   MOBILE COLLECTION HEADER — CENTERED
===================================== */

@media (max-width: 767px) {

    /* Main collection title */
    body.single-collection .entry-title,
    body.single-collection h1 {
        text-align: center !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* Subtitle / intro text under title (if any) */
    body.single-collection .collection-intro,
    body.single-collection .collection-description,
    body.single-collection .entry-header p {
        text-align: center !important;
    }

    /* Ensure header container is full-width */
    body.single-collection .entry-header {
        width: 100% !important;
        text-align: center !important;
    }

}

/* ===============================
   HEADER HEART BUTTON
================================ */

.tile-favorites-header {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.tile-favorites-btn {
    background: none;
    border: none;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.tile-favorites-count {
    font-size: 13px;
    background: #e63946;
    color: #fff;
    padding: 2px 6px;
    border-radius: 12px;
    line-height: 1;
}

/* Tile title */
.tile-title {
    font-size: 13px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

/* Heart button */
.tile-like-btn {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    padding: 0;
    margin: 0;
    border: none;
    background: transparent;
    font-size: 18px;
    line-height: 1;
    cursor: pointer;
}

/* Active / liked state (we’ll toggle this later) */
.tile-like-btn.is-liked {
    color: #e63946;
}

.loop-article {
    box-sizing: border-box;
    max-width: 100%;
    overflow: hidden;
}

.tile-title {
    flex: 1;
    min-width: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 767px) {
    .tile-like-btn {
        width: 24px;
        height: 24px;
        font-size: 16px;
    }

}

.product-loop.row {
    margin-left: 0;
    margin-right: 0;
}

.product-loop > li.loop-article {
    padding-left: 8px;
    padding-right: 8px;
    box-sizing: border-box;
}

.tile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6px;
    width: 100%;
    padding: 6px;
    box-sizing: border-box;
}

.tile-card {
    display: block;
    width: 100%;
    max-width: 100%;
    box-sizing: border-box;
}

@media (max-width: 767px) {
    body,
    html {
        overflow-x: hidden;
    }

    .product-loop {
        overflow-x: hidden;
    }
}

/* Mobile collection header with heart */
.collection-header-mobile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Desktop = behave normally */
@media (min-width: 768px) {
    .collection-header-mobile {
        display: block;
        text-align: center;
    }

    .collection-header-mobile .tile-favorites-btn {
        display: none;
    }
}

/* Hide saved tiles heart on desktop */
@media (min-width: 768px) {
    .tile-favorites-link {
        display: none !important;
    }
}

/* Ensure it shows on mobile */
@media (max-width: 767px) {
    .tile-favorites-link {
        display: inline-flex !important;
        align-items: center;
    }
}


/* =====================================
   MOBILE PAGE TITLES — FORCE WHITE
===================================== */
@media (max-width: 767px) {

    /* Standard page titles */
    .page-title,
    .entry-title,
    .collection-title,
    h1,
    h2 {
        color: #ffffff !important;
        text-align: center;
    }

    /* Ensure no inherited dark colors */
    .page-header,
    .entry-header {
        color: #ffffff !important;
    }

}

.swiper-slide[data-link] {
    cursor: pointer;
}

.tile-image {
  aspect-ratio: 1 / 1;
  overflow: hidden;
}

.tile-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.category-tile-sizes {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
}

.category-tile-sizes img {
    width: 100%;
    height: auto;
    image-rendering: auto;
}

.tile-size-label {
    text-align: center;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
}


.tile-size-gallery {
    display: flex;
    align-items: flex-end;
    gap: 24px;
}

.tile-size-item {
    text-align: center;
}

.tile-size-item img {
    height: 180px;       /* shared max height */
    width: auto;
    max-width: none;
    object-fit: contain;
}

.tile-size-label {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
}

.single-collection .tile-size-gallery {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    flex-wrap: wrap;
}

.single-collection .tile-size-item {
    text-align: center;
}

.single-collection .tile-size-item img {
    height: calc(160px * var(--scale));
    width: auto;
    object-fit: contain;
}

.single-collection .tile-size-label {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 500;
}

/* COLLECTION PAGE – SWIPER POLISH */
.single-collection .collection-gallery {
    border-radius: 24px;
    overflow: hidden; /* THIS is the key */
}

.single-collection .collection-info {
    background: #fafafa;
    padding: 24px;
    border-radius: 16px;
}

.single-collection .collection-gallery {
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
}

.single-collection .swiper-pagination-bullet {
    background: rgba(0,0,0,0.3);
    opacity: 1;
}

.single-collection .swiper-pagination-bullet-active {
    background: #000;
}

.single-collection .collection-gallery img {
    transition: transform 0.4s ease;
}

.single-collection .collection-gallery:hover img {
    transform: scale(1.03);
}

/* Desktop: no text */
.tile-favorites-text {
    display: none;
}

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

    .tile-favorites-link {
        position: relative;
        flex-shrink: 0;
    }

    .tile-favorites-btn {
        display: flex;
        align-items: center;
        gap: 6px;
        padding: 6px 8px;
        background: none;
        border: 0;
        white-space: nowrap;
    }

    .tile-favorites-text {
        display: inline-block;
        font-size: 13px;
        font-weight: 500;
    }
}

/* Suitable For pills – base */
.suitable-pill {
    padding: 3px 6px;
    border-radius: 6px;
    font-size: 12px;
    background: #eaeaea;
    color: #333;
    border: 1px solid #ddd;
}

/* Mobile refinement */
@media (max-width: 768px) {
    .suitable-pill {
        background: #212020;
        color: #222;
    }
}

.slider-h1-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: transparent;       /* hides text visually */
  z-index: 1000;            /* on top of slides for SEO reading */
  font-size: 0;             /* ensures no visible space */
  overflow: hidden;
  pointer-events: none;     /* doesn't interfere with clicks */
}