/* --- Self-Hosted Fonts --- */

/* Montserrat Regular */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    font-display: swap; /* Keep this! */
    /* Adjust the path based on your static file setup */
    /* If CSS is in static/css/ and fonts in static/fonts/ */
    src: url("../fonts/montserrat-v29-latin-regular.74795056a235.woff2") format('woff2');
}
/* Montserrat Bold */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/montserrat-v29-latin-700.0c556945fe4b.woff2") format('woff2'); /* Adjust filename */
}
/* Poppins Regular */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url("../fonts/poppins-v22-latin-regular.9212f6f9860f.woff2") format('woff2'); /* Adjust filename */
}
/* Poppins Bold */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url("../fonts/poppins-v22-latin-700.25b0e113ca7c.woff2") format('woff2'); /* Adjust filename */
}
/* html {
    scrollbar-gutter: stable;
} */
body {
    font-family: 'Montserrat', Helvetica, Arial, sans-serif; /* Added fallbacks */
    font-size: 13px;
    line-height: 15px;
}
h1{
    font-family: 'Poppins', Arial, sans-serif; /* Added fallbacks */
    font-size:60px;
    letter-spacing: -2px;
    line-height: 64px;
    font-weight:bold;
    text-transform: uppercase;
    min-height:64px;
}
h1.reduced{
    font-family: 'Poppins', Arial, sans-serif; /* Added fallbacks */
    font-size: 48px;
    letter-spacing: -3px;
    line-height: 52px;
    font-weight: bold;
    text-transform: uppercase;
    min-height: 52px; /* Example: Match line-height */
    margin: 10px 0px;
}
h1.mobile{
    font-family: 'Poppins', Arial, sans-serif; /* Added fallbacks */
    font-size: 28px;
    line-height: 34px;
    font-weight: bold;
    min-height: 34px; /* Example: Match line-height */
    margin: 10px 0px;
}
h2.normal{
    font-family: 'Poppins', Arial, sans-serif; /* Added fallbacks */
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 29px;
    text-align: left;
}
h2.results{
    font-family: 'Poppins', Arial, sans-serif; /* Added fallbacks */
    font-size: 25px;
    letter-spacing: -1px;
    line-height: 28px;
    font-weight: bold;
    text-transform: uppercase;
    color: #051C2A;
    min-height: 28px;;
}
h2{
    font-family: 'Poppins', Arial, sans-serif; /* Added fallbacks */
    font-size: 28px;
    letter-spacing: -1px;
    line-height: 32px;
}
h3{
    font-family: 'Poppins', Arial, sans-serif; /* Added fallbacks */
    font-size: 15px;
    letter-spacing: -1px;
    line-height: 18px;
    font-weight: 600;
}
h4{
    font-family: 'Poppins', Arial, sans-serif; /* Added fallbacks */
    font-size: 13px;
    letter-spacing: -1px;
    line-height: 15px;
    font-weight: 700;
}
h1.pic-bottom{
    color:#fff;
    font-size: 29px;
    line-height: 32px;
    letter-spacing: 0px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: right;
    vertical-align: bottom;
}
.nav{
    padding-top: 10px;
}
.nav2{
    color: #ffffff;
    /* background-color: #35095cf4; */
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.nav3{
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.nav1{
    margin: 0px;
    padding: 0px;
    background-color: #2A5D67; /* Dark teal background */
    color: #fff;
    padding: 10px;
    display: flex;
    justify-content: space-between;
}
.nav1 a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 15px;
}
.nav2 a{
    color: #d5cf17;
    text-decoration: none;
    margin-right: 15px;
}
.nav3 a{
    text-decoration: none;
    margin-right: 15px;
}
/* .nav3 a:hover {
    color: #e1cf07;
} */
.nav2 a:hover {
    color: #0a1a04;
}
.tab {
    background-color: #E3E3E3; /* Light grey background */
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}
.tab:hover {
    background-color: #C5E4E7; /* Light teal on hover */
}
.tab.active {
    background-color: #F7C948; /* Gold color for active tab */
}
.nav3 .navbar-nav .nav-link{
    color:#fff;
    font-weight: 400;
    font-size: 1.2em;
}
.center{
    text-align: center;
}
.center-block{
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.max250{
    max-width: 250px;
}
.container-fluid{
    padding: 0px;
}
.login{
    background-color: #07421e;
    color: white;
    font-weight: 400;
    font-size: 18px;
}
.slider-text{
    color: white;
    font-weight: 400;
    font-size: 28px;
    padding-bottom: 50px;
}
.tb5p{
    padding-bottom: 5px;
    padding-top: 5px;
}
.big-back{
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.fat{
    font-size: 2.5em; /* Increase font size */
    font-weight: 600; /* Make the text bolder */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add text shadow */
    letter-spacing: 1.5px; /* Increase letter spacing */
    color: #fff; /* Change color to tomato */
    text-align: center;
}
h2.fat {
    font-size: 2.5em; /* Increase font size */
    font-weight: 600; /* Make the text bolder */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add text shadow */
    letter-spacing: 1.5px; /* Increase letter spacing */
    color: #fff; /* Change color to tomato */
    margin-top: 10px;
}
h1.regular {
    /* font-size: 2.8em; Increase font size */
    font-weight: bold; /* Make the text bolder */
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5); /* Add text shadow */
    letter-spacing: 1.5px; /* Increase letter spacing */
    color: #ffffff; /* Change color to tomato */
    text-transform: uppercase;
    text-align: center;
}
h1.regular-blue{
    color: #051C2A; /* Change color to tomato */
    text-transform: uppercase;
    text-align: center;
    margin-top: 10px;
    font-size: 38px;
    line-height: 37px;
    letter-spacing: 0px;
    min-height: 38px;
}
h1.hero {
    font-size: 2.8em; /* Increase font size */
    font-weight: 700; /* Make the text bolder */
    letter-spacing: 1.5px; /* Increase letter spacing */
    color: #000; /* Change color to tomato */
    text-align: center;
}
h1.hero-sm {
    font-size: 2.5em; /* Increase font size */
    font-weight: 700; /* Make the text bolder */
    letter-spacing: 1.5px; /* Increase letter spacing */
    color: #000; /* Change color to tomato */
    text-align: center;
}
h1.hero-sm2 {
    font-size: 25px; /* Increase font size */
    line-height: 28px;
    font-weight: 500; /* Make the text bolder */
    letter-spacing: 0px; /* Increase letter spacing */
    color: #ffffff; /* Change color to tomato */
    text-align: center;
}
h1.blue {
    font-size: 18px;
    font-weight: 700;
    color: #212433;
    margin: 10px 0px 0px 0px;
}
.hero2{
    font-size: 2em; /* Increase font size */
    font-weight: 500;
    letter-spacing: 1.5px; /* Increase letter spacing */
    color: #000; /* Change color to tomato */
    text-align: center;
}
.hero2-sm{
    font-size: 1.2em; /* Increase font size */
    font-weight: 550; /* Make the text bolder */
    letter-spacing: 1.5px; /* Increase letter spacing */
    color: #000; /* Change color to tomato */
    text-align: center;
}
.hero2-sm2{
    font-size: 15px; /* Increase font size */
    font-weight: 500; /* Make the text bolder */
    color: #ffffff; /* Change color to tomato */
    text-align: center;
    line-height: 18px;
}
h1.dark{
    font-size: 2.5em; /* Increase font size */
    font-weight: 700; /* Make the text bolder */
    letter-spacing: 1.5px; /* Increase letter spacing */
    color: #080808; /* Change color to tomato */
    text-transform: uppercase; /* Make text uppercase */
    text-align: center;
}
.slogan{
    font-size: 16px;
    font-weight: 550;
    padding-bottom: 20px;
    color: #051C2A; /* Change color to tomato */
    font-style: italic;
    text-align: center;
    margin-top: 24px;
    line-height: 18px;
}
.slogan-dark{
    font-size: 1.5em;
    font-weight: 550;
    padding-bottom: 20px;
    letter-spacing: 1.5px; /* Increase letter spacing */
    color: #3e0950; /* Change color to tomato */
    font-style: italic;
    text-align: center;
}
.shout{
    font-size: 24px;
    font-weight: 400;
    color: #042b13;
}
.loud{
    font-size: 1.25em;
    font-weight: 400;
    color: #042b13;
}
.light-blue-bottom-border{
    border-bottom: 10px solid #11998E;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.stress{
    font-weight: 550;
    color: #042b13;
}
.content-block{
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: rgba(255, 255, 255, 0.5);
}
.card{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.7);
}
.nopad{
    padding: 0px;
    margin: 0px;
}
.lesspad{
    padding: 0px;
    margin: 0px -12px 0px 0px;
}
.left{
    text-align: left;
}
.card-title{
    font-weight: 525;
}
.bpad20{
    padding-bottom: 60px;
    padding-top:20px;
}
.footer{
    /* background-color: rgba(255, 255, 255, 0.5); */
    /* background-color: rgba(41 42 41 / 88%); */
    /* color: #070808; */
    background-color:#051C2A ;
    color: #fff;
    font-weight: 400;
    font-size: 0.9em;
    padding: 15px 0px 50px 0px;
}
.footer a{
    color: #fff;
    text-decoration: none;
}
.dispensaries{
    background-color: rgba(4, 4, 4, 0.7);
    color: white;
    font-weight: 400;
    font-size: 18px;
    padding: 20px 25px;
}
.m20{
    margin: 10px;
}
.m10{
    margin: 10px;
}
.mt10{
    margin-top: 10px;
}
.mt20{
    margin-top: 20px;
}
.mt5{
    margin-top: 5px;
}
.m24{
    margin: 24px;
}
.extra-block{
    padding: 15px;
    color: #fff;
    font-weight: 500;
    text-align: center;
}
.spaced{
    padding: 20px 10px;
}
.smaller{
    font-size: 0.8em;
}
.smallest{
    font-size: 0.6em;
}
#filter{
    background-color: rgba(176, 182, 154, 0.904);
    padding: 10px;
    margin-bottom: 20px;
}
.white-back{
    background-color: #fff;
}
.light-back{
    background-color: rgba(255, 255, 255, 0.7);
}
.new-blue-back{
    background-color: #11998E;
}
.dark-blue-back{
    background-color: #051C2A;
    padding: 4px 0px;
}
.orange{
    color: #F15A29;
}
.orange-divider{
    height: 5px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    color: #F15A29;
    background-color: #F15A29;
}
.light-blue-divider{
    height: 5px;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
    color: #11998E;
    background-color: #11998E;
}
.light-orange{
    color: #FDBB26;
}
.purple{
    color: #64249C;
}
.bright-back{
    background-color: rgb(229, 201, 247);
}
.dark-back{
    background-color: rgba(127, 93, 148, 0.71);
}
.purple-back{
    background-color: #64249C
}
.disp-tile2{
    max-width: 150px !important;
}
.disp-tile3{
    max-width: 110px !important;
}
.disp-tile4{
    max-width: 275px !important;
}
.logo{
    padding: 18px 0px 0px 0px;
}
/* .logo2{
    padding: 5px;
    height: 90px;
    width: 80px;
    display: block;
} */
.logo-blue{
    background-color: #051C2A;
}
.map-list{
    display: inline-block;
}
.tm10{
    margin-top: 10px !important;
}
.tm20{
    margin-top: 20px !important;
}
.bm0{
    margin-bottom: 0px !important;
}
.bm10{
    margin-bottom: 10px !important;
}
.bm20{
    margin-bottom: 20px !important;
}
.header-wrapper{
    min-height: 300px;
    background-color: #fdf5d9;
}
.blueshade{
    background-color:  rgba(228, 247, 243, 0.83);
}
.blue-back{
    background-color: #a7b8c9;
}
.black-back{
    background-color: #000;
}
.disp-thumb{
    max-height: 75px;
}
.spacer{
    margin: 280px 0px;
}
.spacer-sm{
    margin: 21px 0px;
}
.w-169{
    width: 169px;
}
.dropdown-menu{
    background-color:  #fff;
}
.title-box{
    display: flex;
    justify-content: center;
    align-items: center;
}
.pad5{
    padding: 5px;
}
.pad10{
    padding: 10px;
}
.padtop10{
    padding-top: 10px;
}
.padbot10{
    padding-bottom: 10px;
}
.testcolor{
    background-color: rgba(1, 5, 77, 0.795);
    background-color: rgba(30, 2, 107, 0.884);
    background-color: rgba(51, 1, 80, 0.884);
    background-color: rgba(63, 4, 48, 0.884);
    background-color: rgba(56, 5, 5, 0.884);
}
.cropped{
    overflow: hidden;
}
.m5{
    margin: 5px;
}
.dispensary-info {
    font-size: 1.2em;
    color: #333;
    margin-bottom: 10px;
}
.dispensary-logo {
    width: 100%;
    height: auto;
    contain: strict;
}
.locations-small{
    font-size: 0.8em;
    font-style: italic;
}
.deal-locations {
    margin: 5px;
}
.deal-locations ul {
    list-style-type: none;
    padding: 0;
}
.deal-locations li {
    margin-bottom: 5px;
}
.strain-type {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(-50%, -50%) rotate(-90deg);
    text-transform: uppercase;
    color: white;
    padding: 10px;
}
.strain-type::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}
.big-white{
    color: #fff;
    font-size: 1.1em;
    font-weight: 550;
}
.strain-type-label{
    width: 180px;
    height: 44px;
    margin-right: -12px;
    text-align: center;
}
.price{
    font-size: 1.25em;
    font-weight: 700;
    color: #042c13;
}
.reg-price{
    color: #404441;
    text-decoration: line-through;
}
.product-list-item{
    border: #070808;
    border-style: solid;
    border-width: 2px;
    margin-bottom: 12px;
    margin-top: 5px;
    box-shadow: #000000 2px 2px 4px;
    border-radius: 6px;
}
.bordered{
    border-radius: 6px;
}
.product-link a{
    font-size: 1.3em;
    float: right;
    margin: 3px;
}
.deal-title{
    font-size: 1.5em;
    font-weight: 650;
    color: #042c13;
    margin-top: 5px;
}
.deal-updated{
    font-size: 0.8em;
    font-style: italic;
    color: #393a39;
    margin-top: 10px;
}
.sort-notice{
    font-size: 0.8em;
    font-style: italic;
    color: #393a39;
    float:right
}
.fill-img{
    width: 100%;
    height: auto;
}
.navbar-toggler{
    background-color: rgba(222, 222, 222, 0.715);
}

/* Make the hamburger icon white for better visibility on dark backgrounds */
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

/* Optional: Add a slight border to enhance visibility further */
.navbar-toggler {
    border: 1px solid rgba(255, 255, 255, 0.3);
}

/* Optional: Improve hover state for better user experience */
.navbar-toggler:hover, .navbar-toggler:focus {
    background-color: rgba(255, 255, 255, 0.1);
}

.result-back{
    /* background-color:rgba(146, 148, 148, 17%); */
    background-color:rgb(245, 253, 255)
}
.right{
    float: right;
}
.excluded{
    background-color: #d3c3c3;
    padding: 5px;
}
.ex-co{
    background-color: #d4c5b1;
    padding: 5px;
}
.bold{
    font-weight: 600;
}
.criteria{
    font-size: 1.2em;
    font-weight: 600;
    color: #042c13;
}
.align-right{
    text-align: right;
}
.align-center{
    text-align: center;
}
.mobile-county-top{
    background-color: rgb(247 251 248);
    margin-top: 66px;
}
.second-nav-button{
    background-color: #051C2A !important;
    color: #ffffff !important;
    min-height: 61px;
    font-size:15px;
    width: 100%;
    margin-bottom: 5px;
    
}
.second-nav-button.active{
    background-color: #051C2A !important;
    color: #38EF7D !important;
    font-weight: 600;
    min-height: 61px;
    font-size:15px;
}
.second-nav{
    display: flex;
    justify-content: space-between;
    margin: 15px 0px 10px 0px;
}
.second-nav-county{
    display: flex;
    justify-content: space-between;
    margin: 6px 0px -6px 0px;
}
.light-blue-back{
    background-color: #11998e5c;
}
.upper{
    text-transform: capitalize;
}
.dispensary-company-item{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    border:#2A5D67 solid 1px;
    border-radius: 6px;
    background-color: #fff;
    margin: 18px 6px;
}
.company-link{
    font-size: 0.9em;
    font-weight: 550;
    margin: 5px;
    width: 150px;
}
.greenback{
    background-color: #ddf7e4;
}
.county-item{
    justify-content: space-between;
    align-items: center;
    background-color: #051C2A;
    margin: 18px 6px 9px 6px;
    padding-bottom: 2px;
    border: 1px solid #051C2A;
    border-radius: 6px;
    overflow: hidden;
    text-decoration: none;
    height:90%;
}
/* .county-item:hover{
    background-color: #4dae45;
    color:#212433;
} */
.county-item a{
    text-decoration: none;
}
.county-link{
    font-size: 1.1em;
    margin: 6px 2%;
    width: 96%;
    color:#fff;
    text-align: center;
    padding: 7px;
    /* min-height: 80px; */
    /* height:110px; */
}
.big{
    font-size: 1.5em;
    font-weight: 530;
}
.dpages{
    /* border-top: #501286 4px solid; */
    padding-top: 15px;
}
.bm24{
    margin-bottom: 24px;
}
.t125{
    min-height: 125px;
}
.city-button {
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column; /* Stack children vertically */
    align-items: center;    /* Center horizontally */
    justify-content: center;/* Center vertically */
    position: relative;
    width: 100%;
    height: 40px;           /* Adjust as needed */
    background-color: #ffffff; /* Fallback background color */
    text-decoration: none;   /* Remove underline from link */
    color: #000000;             /* Text color */
    font-size: 12px;        /* Adjust text size */
    border-radius: 8px;      /* Rounded corners */
    overflow: hidden;        /* Clip overflowing content */
    cursor: pointer;         /* Pointer cursor on hover */
    transition: transform 0.3s ease; /* Smooth hover effect */
    margin-bottom: 12px;
    border: 2px solid #051C2A;
}
.city-button::before {
    content: "";                                     /* Necessary to display the pseudo-element */
    position: absolute;                              /* Positions the overlay absolutely within the button */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;                                      /* Places the overlay above the image but below the text */
    transition: background-color 0.3s ease;         /* Smooth transition for any future hover effects */
}
.city-button-title {
    position: relative;
    z-index: 1;               /* Ensures the text is above the image */
    text-align: center;       /* Center text */
    padding: 0 10px;          /* Horizontal padding */
    border-radius: 4px;       /* Rounded corners for the background */
}
.city-button-selected{
    border: 2px solid #051C2A;
    background-color:#051C2A ;
    color: #fff;
    width: 100%;
    font-weight: 700;
}
.city-button:hover {
    transform: scale(1.05);                          /* Slightly enlarges the button on hover */
}
/* Optional: Darken the overlay further on hover */
.city-button:hover::before {
    background-color: rgba(56, 239, 125, 0.6);           /* Darker overlay on hover */
}
.county-button {
    font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column; /* Stack children vertically */
    align-items: center;    /* Center horizontally */
    justify-content: center;/* Center vertically */
    position: relative;
    width: 150px;
    height: 40px;           /* Adjust as needed */
    background-color: #ffffff; /* Fallback background color */
    text-decoration: none;   /* Remove underline from link */
    color: #010104;             /* Text color */
    font-size: 13px;        /* Adjust text size */
    border-radius: 6px;      /* Rounded corners */
    overflow: hidden;        /* Clip overflowing content */
    cursor: pointer;         /* Pointer cursor on hover */
    transition: transform 0.3s ease; /* Smooth hover effect */
    margin-bottom: 12px;
    border: 1px solid #bebcba;
}
/* Full-Button Black Overlay */
.county-button::before {
    content: "";                                     /* Necessary to display the pseudo-element */
    position: absolute;                              /* Positions the overlay absolutely within the button */
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;                                      /* Places the overlay above the image but below the text */
    transition: background-color 0.3s ease;         /* Smooth transition for any future hover effects */
}
.county-button img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the image covers the container */
    z-index: 0;       /* Places the image behind the text */
    opacity: 0.8;      /* Optional: Adjust opacity for text visibility */
}
.county-but-title {
    position: relative;
    z-index: 1;               /* Ensures the text is above the image */
    text-align: center;       /* Center text */
    padding: 0 10px;          /* Horizontal padding */
    /* background: rgba(0, 0, 0, 0.5); Optional: Semi-transparent background for readability */
    border-radius: 4px;       /* Rounded corners for the background */
}
.county-button-selected{
    /* font-family: 'Poppins', sans-serif;
    display: flex;
    flex-direction: column; 
    align-items: center;  
    justify-content: center;
    position: relative;
    width: 150px;
    height: 40px;       
    text-decoration: none;
    font-size: 13px; 
    border-radius: 6px;
    overflow: hidden;       
    cursor: pointer;        
    transition: transform 0.3s ease; 
    margin-bottom: 12px;
    border: 2px solid #bebcba; */
    width:150px;
    background-color:#11998E ;
    color: #fff;
}
.county-button:hover {
    transform: scale(1.05);
    color: #fff;                          /* Slightly enlarges the button on hover */
}
/* Optional: Darken the overlay further on hover */
.county-button:hover::before {
    background-color: rgba(100, 36, 156, 0.9);
    color:#fff;           /* Darker overlay on hover */
}
.h100{
    height: 100%;
}
/* Remove the conflicting carousel animation styles */
/* Reserve space for carousel to prevent CLS */
/* .carousel {
min-height: 88px; /* Set expected height */
/* position: relative; */
/* overflow: hidden; */
/* }

.carousel-track {
display: flex;
min-height: 80px; /* Match carousel-item2 height */
/* }

.carousel-item2 {
flex: 0 0 auto;
width: 133px;
height: 80px; /* Explicit height prevents shift */
/* margin-right: 10px;
/* }

/* Prevent logo loading shifts */
/* .carousel-item2 img.img-thumbnail {
width: 100%;
height: 100%;
object-fit: contain; /* Prevents image distortion */
/* background-color: #f8f9fa; /* Placeholder color while loading */
/* } */

.border8{
    border: 8px solid #fff;
}
.border-blue{
    padding:8px;
}
.note{
    font-style: italic;
    color: #1818d0;
}
.italic{
    font-style: italic;
    font-size: 0.8em;
    color:#333333
}
.custom-hover:hover {
    color: #38EF7D !important;
}
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show {
    color: #38EF7D !important;
}
.mobile-county-top2{
    height:170px;
    padding: 10px 0px;
}
.pale-green-back{
    background-color: #a8bba6;
}
.pale-blue-back{
    background-color: #a7b8c9;
}
.premium-strain{
    font-size: 0.95em;
    font-weight: 600;
    margin-bottom: 0px;
}
.basic-strain{
    font-size: 15px;
    /* color:#1a1a1a; */
    color: #333;
    font-weight: 600;
    margin-bottom: 0px;
    font-family:'Poppins', sans-serif;
}
.potency-line{
    font-size: 12px;
    color: #777;
    font-weight: 400;
}
.deal-detail{
    font-size: 11px;
    color: #777;
    font-weight: 400;
}
.weight-options{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0px;
}
.weight-option{
    font-size: 0.65em;
    background:#eaeff2;
    border:1px dotted #cfcfcf;
    border-radius: 5px;
    padding: 1px 3px;
}
.deal-locations{
    font-size: 0.65em;
    color: #363636;
    font-style: italic;
}
.sub-format{
    font-size: 12px;
    color: #777;
    text-align: center;
    font-weight:600;
    line-height: 14px;
    margin: 0px 0px 8px 0px;
}
a p.sub-format {
    text-decoration: none;
}
.no-line{
    text-decoration: none;
}
.item-button{
    font-size: 12px;
    color: #000;
    background-color: #fff;
    text-align: center;
    border: 1px solid #202020;
    border-radius: 5px;
    font-weight: 500;
}
.item-button-premium-old{
    font-size: 12px;
    color: #fff;
    background-color: #107907;
    text-align: center;
    border: 1px solid #107907;
    border-radius: 5px;
    font-weight: 500;
}
.item-button-premium{
    background-color: #3498db;
    color: white;
    font-size: 12px;
    font-weight: 500;
    padding: 4px 10px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-top:3px;
}
  
.item-button-premium:hover {
    background-color: #1e577e; /* Darker shade on hover */
}   
.one-price{
    font-size: 15px;
    font-weight: 700;
    color: #353535;
    text-align: center;
}
.sale-discount{
    font-size: 14px;
    font-weight: 700;
    color: #129b05;
    text-align: right;
}
.sale-price{
    font-size: 15px;
    font-weight: 700;
    color: #129b05;
    text-align: center;
}
.regular-price{
    font-size: 12px;
    color: #646464;
    text-decoration: line-through;
    text-align: center;
}
.product-divider{
    border-bottom: 1px solid #363636;
    margin: 0px 0px 15px 0px;
    /* display: none; */
}
.item-company-name{
    font-size: 0.9em;
    color: #363636;
    text-align: center;
    font-weight: 500;
}
.item-premium-brand{
    font-size: 0.8em;
    color: #363636;
    font-weight: 500;
    line-height: 1.0;
    font-family: 'Poppins', sans-serif;
    margin-top: 4px;
}
.noline{
    text-decoration: none;
}
.item-strain-type{
    font-size: 14px;
    color:#3a3c41;
    font-weight: 500;
    text-align: center;
}
.flex-center{
    display: flex;
    justify-content: center; /* Center horizontally */
}
.product-item{
    border: 1px solid #e0e0e0;
    border-radius: 10px;
    padding: 10px 15px;
    background-color: #fff;
    margin-bottom: 20px;
}
.filter-section{
    background-color: #f9f9f9;
    padding: 5px 8px;
}
.light-beige{
    background-color: #f9f9f9;
}
.results-section{
    /* background-color: #d7d9d7; */
    padding: 5px 12px;
}
.btn.btn-primary{
    background-color: #c5ffda;
    border: 1px solid #38EF7D;
    color:#000;
    font-weight: 600;
    transition: background-color 0.3s ease, color 0.3s ease;
    }

.btn.btn-primary:hover {
    background-color: #64249C; /* Darker green on hover */
    color: #fff; /* White text on hover */
}
#filter-form{
    font-size: 15px;
    line-height: 19px;
}
.county-top-large{
    /* background-color: rgba( 17, 153, 142,0.1); */
    padding: 18px;
    min-height: 275px;
}
/* Styles for the location search results dropdown */
.location-selector .search-results {
    position: absolute; /* Position it relative to the input */
    background-color: white;
    border: 1px solid #ccc;
    max-height: 200px; /* Limit height to prevent excessive length */
    overflow-y: auto;  /* Add vertical scrollbar ONLY when content exceeds max-height */
    z-index: 1000;     /* Ensure it appears above other elements */
    width: 100%;       /* Match the width of the input field */
    box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Optional: Add a subtle shadow */
    margin-top: 2px; /* Small gap below the input */
}

/* Style the list container */
#results-list {
    list-style: none; /* Remove default list bullets */
    padding: 0;       /* Remove default padding */
    margin: 0;        /* Remove default margin */
    /* Ensure no conflicting height/overflow styles */
}

/* Style each list item */
#results-list li {
    padding: 0; /* Remove padding here, apply to button instead */
    border-bottom: 1px solid #eee;
}

#results-list li:last-child {
    border-bottom: none;
}

/* Style the buttons inside list items */
#results-list button {
    background: none;
    border: none;
    padding: 8px 12px; /* Add padding here for clickable area */
    margin: 0;
    width: 100%;
    text-align: left;
    cursor: pointer;
    font-size: inherit;
    color: inherit;
    display: block; /* Ensure button takes full width of li */
}

/* Hover effect */
#results-list button:hover {
    background-color: #f0f0f0;
}

/* Focus effect */
#results-list button:focus {
    outline: 1px dotted #007bff;
    outline-offset: -1px;
}

/* Active effect */
#results-list button:active {
    background-color: #e0e0e0;
}
.mobile-county-buttons{
    padding: 10px 5px 5px 5px;
    /* background-color: rgba( 17, 153, 142,0.1); */
}
/* Default for larger screens */
.masonry-container {
    column-count: 3;
    column-gap: 1rem;
}

.masonry-item {
    display: inline-block;
    width: 100%;
    margin-bottom: 1rem;
}

/* For small screens: use one column */
@media (max-width: 768px) {
    .masonry-container {
        column-count: 1;
    }
}
.bordered {
    border: 1px solid rgba(0, 0, 0, 0.176);
    border-radius: 6px;}
.w100{
    width: 100%;
}
.product-item-logo{
    width: 80px;
    height: 46px;
    margin: 2px auto;
}
/* Ensure the carousel container allows absolute positioning */
#promoCarousel {
position: relative;
background-color: #fff;
}
.btn-pink {
    background-color: #64249C;
    border: none;
    font-size: 1.2rem;
    padding: 10px 20px;
    color: white;
  }
  .btn-pink:hover {
    background-color: #38EF7D;
  }
.image-container {
    width: 100%;
    aspect-ratio: 16 / 9; /* Adjust these values to match your intended image ratio */
    overflow: hidden;
    position: relative;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}
.aspect-ratio-container {
    position: relative;
    width: 100%;
    aspect-ratio: 186 / 106;
    overflow: hidden;
}
.aspect-ratio-container img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.featured-product{
    border: #000 solid 1px;
    border-radius: 6px;
    padding: 10px;
    height: 135px;
    width: 135px;   
}





.product-card {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden; /* Keeps child elements contained */
    background-color: #fff;
    display: flex;
    flex-direction: column;
    margin-bottom: 20px; /* Spacing between cards */
    font-family: 'Montserrat', sans-serif; /* Or your preferred font */
    max-width: 250px; /* Adjust width as needed */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    height: 100%; /* Make card fill the height of its column */
}
p{
    text-align: left;;
}
.product-card-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Align items to the top */
    padding: 10px 10px 0 10px; /* Padding top/sides, no bottom */
    position: relative; /* Needed for absolute positioning of badge */
    min-height: 50px; /* Ensure space for logo/badge */
}

.product-card-logo {
    max-width: 80px; /* Limit logo size */
    flex-shrink: 0; /* Prevent logo from shrinking */
}

.product-card-logo img {
    max-width: 100%;
    height: auto;
}

.logo-placeholder { /* Basic placeholder style */
    width: 40px;
    height: 40px;
    background-color: #eee;
    color: #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: bold;
    border-radius: 4px;
}


.discount-badge {
    background-color: #424242;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 4px 8px;
    border-radius: 12px; /* Pill shape */
    position: absolute; /* Position relative to top-right */
    top: 10px;
    right: 10px;
    z-index: 1; /* Ensure it's above the image if overlap occurs */
}

.product-card-image {
    padding: 5px 10px; /* Space around image */
    text-align: center; /* Center image if needed */
}

.product-card-image img {
    max-width: 100%;
    height: auto;
    max-height: 150px; /* Limit image height */
    object-fit: contain;
}

.product-card-body {
    padding: 5px 15px 10px 15px; /* Padding inside the text area */
    flex-grow: 1; /* Allow body to take remaining space */
}

.product-strain-type {
    font-size: 12px;
    color: #888;
    font-weight: 500;
    margin-bottom: 2px;
}

.product-strain-name {
    font-family: 'Poppins', sans-serif; /* Example: Use Poppins */
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 2px;
    line-height: 1.2;
    min-height: 32px;
}
.product-strain-name a {
    color: inherit; /* Inherit color from h3 */
    text-decoration: none;
}
.product-strain-name a:hover {
    text-decoration: underline;
}


.product-company-name {
    font-size: 13px;
    color: #777;
    margin-bottom: 5px;
}

.product-rating {
    font-size: 12px;
    color: #f39c12; /* Star color */
    margin-bottom: 5px;
}
.product-rating .rating-count {
    color: #777;
    margin-left: 4px;
}

.product-details,
.product-thc {
    font-size: 11px;
    color: #888;
    margin-bottom: 3px;
    line-height: 1.3;
}

.product-price-section {
    display: flex;
    justify-content: space-between;
    align-items: baseline; /* Align text baselines */
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 5px;
    border-top: 1px solid #eee; /* Separator line */
}

.product-price-original {
    font-size: 13px;
    color: #999;
    text-decoration: line-through;
    margin-right: 8px;
}

.product-price-sale {
    font-size: 16px;
    font-weight: bold;
    color: #2c3e50; /* Dark blue/grey color */
}

.product-add-button {
    display: block; /* Make it a block element */
    background-color: #f8f9fa; /* Lighter grey background */
    color: #495057; /* Darker text */
    border: 1px solid #dee2e6; /* Subtle border */
    border-top: 1px solid #e9ecef; /* Slightly lighter top border */
    padding: 10px 15px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    width: 100%; /* Full width */
    text-decoration: none; /* Remove underline */
    border-bottom-left-radius: 8px; /* Match card radius */
    border-bottom-right-radius: 8px; /* Match card radius */
    margin-top: auto; /* Push button to the bottom */
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.product-add-button:hover {
    background-color: #e9ecef; /* Darker grey on hover */
    color: #212529;
    text-decoration: none; /* Ensure no underline on hover */
    border-color: #ced4da;
}
.product-card-row {
    display: flex;
    flex-wrap: wrap;
}
.product-card-row > [class*='col-'] {
    display: flex; /* Make columns flex containers */
    flex-direction: column;
    margin-bottom: 15px; /* Add some space below columns if they wrap */
}
.featured_category_link {
    margin-top: 8px; /* Adjust spacing as needed */
    color: #0d6efd; /* Standard link blue, or choose your theme color */
    font-size: 13px;
    font-weight: 500;
    text-decoration: none; /* No underline by default */
    transition: color 0.2s ease, text-decoration 0.2s ease;
}

.featured_category_link:hover {
    color: #0a58ca; /* Darker blue on hover */
    text-decoration: underline; /* Underline on hover */
}
.featured-weight{
    font-size: 12px;
    color: #777;
    font-weight: 500;
    margin-bottom: 5px;
    line-height: 1.3;
}
.city-buttons{
    /* background-color: #efeff1; */
    padding: 13px;
    margin: 10px 0px;
    border-radius: 6px;
}

.text-center{
    text-align: center;
}
.home-card{
    border: 1px solid #ccc;
    border-radius: 8px;
    background-color: #ebebeb;
    display: flex;
    flex-direction: column;
    margin: 15px auto 25px auto; /* Spacing between cards */
    font-family: 'Montserrat', sans-serif; /* Or your preferred font */
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    width:80%;
}
.my-loc-but{
    display: block; /* Ensure the button is a block element for auto margins */
    margin: 12px auto 6px auto; /* Center horizontally with auto margins */
    background-color: #092e0b; /* Green background */
    color:#fff;
}
/* In your static/css/stylesheet.css */

.location-selector .search-results {
    /* Ensure it's treated as a block element */
    display: block; 
    /* Basic positioning */
    position: relative; /* Or absolute if needed relative to .location-selector */
    /* Ensure it appears above other elements if needed */
    z-index: 10; /* Adjust value as necessary */
    /* Styling for appearance */
    background-color: white;
    border: 1px solid #ccc;
    /* Add padding, margin, max-height, overflow as needed */
    max-height: 200px; 
    overflow-y: auto;
  }
  
  /* Optional: Hide it only when it's truly empty (if not handled by JS) */
  .location-selector .search-results:empty {
    display: none; 
    border: none;
  }
  .htmx-indicator {
    display: none; /* Hide and collapse space by default */
    opacity: 0;
    transition: opacity 200ms ease-in;
  }
  
  .htmx-request .htmx-indicator, /* Indicator is a child */
  .htmx-request.htmx-indicator { /* Indicator IS the element */
    display: block; /* Or inline-block, flex, etc. - use 'block' if unsure */
    opacity: 1;
  }
  
  /* Optional: Add some margin ONLY when visible */
  .htmx-request .htmx-indicator.my-3,
  .htmx-request.htmx-indicator.my-3 {
      margin-top: 1rem !important; /* Re-apply margin only when showing */
      margin-bottom: 1rem !important;
  }
  
  /* Remove margin when hidden to prevent gap */
  /* Ensure this matches the class on the spinner div if you kept my-3 */
  .htmx-indicator.my-3 {
      margin-top: 0 !important;
      margin-bottom: 0 !important;
  }
  .up10{
    margin-top: -10px;
}
.lead{
    font-size: 18px;
    font-weight: 300;
    line-height: 20px;
}
.pad-20lr{
    padding: 5px 30px;
}
.breadcrumbs{
    margin-top:8px;
    color:#fff;
    font-size: 0.9em;
    text-decoration: none;
    margin-bottom: 8px;
    text-align: left;;
}
.breadcrumbs a{
    color:#fff;
    font-weight: 600;
    text-decoration: none;
}
.em-font{
    font-size: 1em;
}
.dark-green-back{
    /* background-color: #105b45; */
    background-color: #11998E
}
.unlock-browsing-container {
    background-color: #f0fdf4;
    border: 1px solid #64249C;
    max-width: 800px;
    margin: 2px auto 15px auto;
}

.unlock-browsing-icon {
    color: #64249C;
}

.unlock-browsing-title {
    color: #64249C;
    font-size:16px;
    font-weight:700;
}

.unlock-browsing-text,
.unlock-browsing-list {
    color: #047857;
    text-align: start;
}

.unlock-browsing-list {
    padding-left: 20px;
}

.unlock-browsing-button {
    background-color: #64249C !important;
    border-color: #fff !important;
}
.unlock-browsing-button:hover {
    background-color: #051C2A !important;
    color: #fff !important;
}
/* .seventy class definition for non-homepage elements */
.seventy {
    width: 70%;
    margin: 8px auto 16px auto;
    text-align: center;
    color: #051C2A;
}
@media (max-width: 768px) {
    .seventy { width: 95%; }
}

/* Fix for dropdown menus being hidden behind content */
.navbar {
  position: relative;
  z-index: 1030; /* Higher than most content */
}

.dropdown-menu {
  background-color: #fff;
  z-index: 1035; /* Even higher than navbar */
  position: absolute;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1); /* Add shadow for better visibility */
}

/* Fix for any potential conflicts with hero-image-container */
.hero-image-container {
  width: 100%;
  height: 0;
  padding-bottom: 33.33%; /* 3:1 aspect ratio */
  position: relative;
  overflow: hidden;
  background-color: #f8f9fa;
  z-index: 1; /* Lower z-index than navbar */
}

/* Ensure the fixed content containers don't override navbar */
.dynamic-content-container, 
.promo-container {
  position: relative;
  z-index: 5; /* Lower than navbar */
}