@charset "utf-8";

body {
font-family: 'Roboto Slab';
}

body, #footer {background-color: #f9f9f9 !important}

html {
    scroll-behavior: smooth;
}

#header_wrapper {
    width: 100%;
    border-top: 1px solid #71636c; 
    box-shadow: rgb(95 84 84 / 29%) 0px 25px 20px -20px;
    text-align: center;
    padding: 40px 20px; /* Added 20px side padding so text doesn't touch the edges on mobile */
    box-sizing: border-box;
    /* Background formatting */
    background-size: cover;
    background-repeat: no-repeat;
    background-position: bottom center;
    /* Ensure text is white to read over the dark overlay */
    color: #ffffff; 
}

/* Ensure the heading and paragraph inherit the white colour */
#header_wrapper h1, 
#header_wrapper p {
    margin-bottom: 15px;
}

#header_wrapper p {
    color: #b3b3b3;
    max-width: 600px;
    margin: 0 auto;
    font-size: 1.1rem;
    font-weight: 200;
}

#ctwrapper{
    padding:0 30px
}

h1 {
    font-weight: 300;
    font-size: 40px;
    color:#fff;
}

h2 {
    font-weight: 200;
    color:#292929;
    font-size: 1.9rem;
}

 .scents-breadcrumb {
    padding: 30px 0 20px 30px;
    font-size: 1rem;
    color: #000;
    font-weight: 200;
    }

     .scents-breadcrumb a {
        text-decoration: none;
        color:#000;
        transition: color 0.3s;
    }

     .scents-breadcrumb a:hover {
        color: #666;
    }

     .scents-breadcrumb span {
        margin: 0 8px;
        color: #ccc;
    }

    .scents-breadcrumb strong {font-weight:300 !important}

.universal-scent-hero {
     background-color: #b285a512;
    padding: 2.5rem 1rem;
    text-align: center;
    box-shadow:rgb(232 231 231) 0px 20px 30px -10px
    }
    .hero-inner-container {
        max-width: 650px;
        margin: 0 auto;
    }
    .universal-eyebrow {
    display: block;
    font-size: 0.85rem;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #888;
    font-weight: 200;
    margin-bottom: 1.5rem;
    }
    .universal-scent-hero h1 {
        font-size: 3.5rem;
        color: #474711;
        margin: 0;
        font-weight: 300;
        letter-spacing: -0.5px;
        text-transform: capitalize;
    }
    .universal-divider {
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 1.9rem 0;
        color: #d4af37; /* A subtle, premium gold accent */
    }
    .universal-divider::before,
    .universal-divider::after {
        content: '';
        height: 1px;
        width: 60px;
        background-color: #e0e0e0;
        margin: 0 15px;
    }
    .universal-scent-hero p {
        font-size: 1.1rem;
        font-weight: 200;
        color: #555;
        line-height: 1.7;
        margin: 0;
    }

/* --- Scent Gateways (Sub-categories) --- */
    .scent-gateways {
        padding: 30px 0 20px;
        text-align: center;
    }

    .scent-gateways h2 {
        margin-bottom: 25px;
    }

    .scent-badges {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
    }

    .scent-badge {
    display: inline-block;
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 30px;
    text-decoration: none;
    color: #282515;
    font-weight: 300;
    transition: all 0.3s ease;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    }

    .scent-badge:hover {
        background-color: #e2d5c5;
        border-color: #e2d5c5;
        color: #fff;
    }


    .control-bar {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 15px 0;
        margin: 20px 0 30px;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        box-shadow: rgb(0 0 0 / 6%) 0px 25px 20px -20px;
    }

    .filter-group, .sort-group {
        display: flex;
        align-items: center;
        gap: 10px;
    }

    .control-bar label {
        font-weight: 300;
        color: #000000;
        font-size: 0.95rem;
    }

    .control-bar select {
        padding: 8px 12px;
        border: 1px solid #ddd;
        border-radius: 4px;
        background-color: #ffffff;
        color: #3a3a3a;
        font-family: inherit;
        font-size: 0.95rem;
        font-weight:200;
        cursor: pointer;
        outline: none;
    }

    .control-bar select option {
        font-weight: 300;
    }

    .control-bar select:focus {
        border-color: #8a8a8a;
    }

#products_wrapper {
 display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}

#products_wrapper::after {
  content: "";
  flex: auto;
}

#products_wrapper .product_box {
background-color:#ffffffed;
flex: 1 23%;
max-width:23%;
margin:1%;
box-sizing: border-box;
box-shadow:0px 3px 3px rgba(0,0,0,0.1);
border-radius:5px;
overflow: hidden
}

#products_wrapper .product_box hr {
border: 0;
height: 1px;
width: 90%;
background: -webkit-gradient(linear, 0 0, 100% 0, from(transparent), to(transparent), color-stop(50%, #dadada));
opacity: 0.7;
}

#products_wrapper .product_box .prodimg {
    position: relative;
}

#products_wrapper .product_box .prodimg img{
width:100%;
transition: transform 0.3s ease-in-out;
transform-origin: center center;
}
.prodimg a:hover img {
    transform: scale(0.97);
}

#products_wrapper .product_box .proddetails{
padding:10px;
text-align: center
}

#products_wrapper .product_box .proddetails h3{
font-weight:400;
font-family: 'Roboto Slab';
font-size:15px;
margin:0 0 10px 0;
	color:#3e3e3e
}

#products_wrapper .product_box .proddetails h3 a{
color:#000;
text-decoration: none;
font-weight:300
}
#products_wrapper .product_box .proddetails h3 a:hover{
color:#333
}


#products_wrapper .product_box .proddetails .prodprice{
margin:10px 0;
font-weight: 350;
font-family: 'Roboto Slab';
font-size: 18px;
}

#products_wrapper .product_box .proddetails button.qview{
background-color: #fff;
color:#747474;
border:none;
font-family: 'Roboto Slab', serif;
font-size:14px;
font-weight: 300;
padding:6px 10px;
cursor:pointer;
border-radius:24px;
box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
margin-bottom:5px;
}
#products_wrapper .product_box .proddetails button.qview:hover{
color:#000000
}

/* --- Pagination --- */
    .pagination-container {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 20px;
        margin-top: 50px;
        padding-top: 20px;
        border-top: 1px solid #eaeaea;
    }

    .btn-page {
    padding: 10px 20px;
    background-color: #ffffff;
    border: 1px solid #6a6a6a;
    color: #717171;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border-radius: 8px;
    }

    .btn-page:hover {
        background-color: #a69581;
        color: #ffffff;
    }

    .page-info {
        color: #7f8c8d;
        font-size: 0.95rem;
        font-weight:200
    }


    .out-of-stock-badge {
    display:none;
    background-color: #ebd6d6;
    color: #280a0a;
    padding: 6px 0;
    width: 100%;
    font-weight: 200;
    text-align: center;
    font-size: 0.8rem;
    bottom: 0;
    position: absolute;
    z-index: 99999;
    }

p.noproducts {
    text-align: center;
    width: 100%;
    font-weight: 100;
}

.scent-spotlight {
    background-color: #faf9f6;
    padding: 4rem 2rem;
    margin-top: 3rem;
    border-top: 1px solid #eaeaea;
}

.scent-spotlight-content {
    max-width: 800px; /* Prevents text from stretching too wide on desktop */
    margin: 0 auto;
    text-align: center; /* CSS requires the US spelling here! */
}

.scent-spotlight-content h2 {
    font-size: 2.2rem;
    color: #2c2c2c;
    margin-bottom: 1.5rem;
    font-weight: 300;
    letter-spacing: -0.5px;
}

.scent-spotlight-content p {
    font-size: 1.1rem;
    color: #555;
    line-height: 1.8;
    font-weight: 200;
    margin-bottom: 1.2rem;
}

/* Removes the bottom margin from the very last paragraph to keep spacing perfect */
.scent-spotlight-content p:last-child {
    margin-bottom: 0;
}

@media (max-width: 1400px) {
#products_wrapper .product_box {
flex: 1 31%;
max-width:31%;
}
	
	#products_wrapper {margin-bottom: 10px}
}

@media (max-width: 500px) {
#products_wrapper .product_box {
flex: 1 46%;
max-width:46%;
margin:2%;
}
}

@media (max-width: 400px) {
#products_wrapper .product_box .proddetails h3 {
font-size: 14px
}
}

.srater_container {display:flex; justify-content: center; align-items: center}
.srater_container span {margin-left: 5px; font-family: 'Roboto Slab', serif; color:#8d8d8d; font-weight:100; font-size: 12px}


        /* Mobile responsiveness for the control bar */
    @media (max-width: 600px) {
        .control-bar {
            flex-direction: column;
            align-items: flex-start;
            gap: 15px;
        }
        .filter-group, .sort-group {
            width: 100%;
        }
        .control-bar select {
            flex-grow: 1;
        }

        #ctwrapper{ padding:0 20px;}
    }


    @media (max-width: 530px) {
h1 {
    font-size: clamp(1.5rem, 4vw, 2rem);
}

h2 {
    font-size: clamp(1.2rem, 3vw, 1.5rem);
}

.scent-gateways {
    padding: 20px 0 20px;
}

    }


    @media (max-width: 500px) {
    .scents-breadcrumb {
        font-size:0.8rem
    }

    .universal-scent-hero p {
     font-size: 1rem;
    padding: 0 20px;
    }

    .universal-scent-hero {
    padding: 2rem 1rem;
    }

    .universal-scent-hero h1 {
     font-size: 3rem;
    }

    .universal-divider {
    margin: 1.5rem 0;
    }


    .scent-spotlight {
    padding: 3rem 2rem;
}

    .scent-spotlight-content h2 {
    font-size: 2rem;
}

    .scent-spotlight-content p {
font-size: 1rem;
    }

    }