/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/

header {
    position: fixed !important;
    top: 0;
    z-index: 99999;
}
main {
    margin-top: 124px;
}
.link-highlight a {
	color: #178217 !important;
}
.rawgarden_deals .logo, .rawgarden_deals .select_state {
    text-align: center;
}
.rawgarden_deals .select_state {
    margin-top: 30px;
}
.rawgarden_deals h1 {
    font-size: 80px;
    text-align: center;
    color: #DEDCD0;
}
.rawgarden_deals h3.badge {
    color: #DEDCD0;
    text-align: center;
    border: 5px solid #178217;
    display: inline-block;
    padding: 9px 24px;
    border-radius: 30px;
}
.rawgarden_deals .tabs {
    /* margin-top: 50px; */
    margin-top: 0;
}
.rawgarden_deals .tabs_option {
    display: flex;
    justify-content: center;
    max-width: 1122px;
    margin: 0 auto;
    align-items: center;
    padding: 1em 0 1.2em;
    gap: 20px;
}
.rawgarden_deals .deals_box-store ul li a {
    color: #000;
}
.rawgarden_deals .tab_trigger {
    font-size: 2.5rem;
    font-weight: 700;
    color: #178217;
    flex: 1;
    text-align: center;
    cursor: pointer;
    border-bottom: 8px solid transparent;
    transition: .3s;
}
.rawgarden_deals .tab_trigger span {
    position: relative;
    top: 0px;
    transition: .3s;
}
.rawgarden_deals .tab_trigger:hover {
    border-color: #178217;
    color: #178217;
}
.rawgarden_deals .tab_trigger.active {
    border-color: #178217;
    color: #178217;
    pointer-events: none;
}
.rawgarden_deals .tab_trigger:hover span {
    top: -3px;
}
.rawgarden_deals .tabs_content {
    /* margin-top: 30px; */
    margin-top: 0;
}
.rawgarden_deals .tabs_content.hidden {
    display: none;
}
.rawgarden_deals .tabs_content h3 {
    color: #DEDCD0;
    text-align: left;
    background-color: #178217;
    border-radius: 0;
    padding: 11px 16px;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 10px;
}
.rawgarden_deals .deals_box p {
    margin: 0;
    color: #178217;
    font-size: 18px;
    font-weight: 500;
    text-transform: uppercase;
}
.rawgarden_deals .deals_box ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}
.rawgarden_deals .deals_box ul li {
    color: #DEDCD0;
    font-size: 14px;
}
.rawgarden_deals .tabs_content__wrapper {
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 50px; */
    margin-top: 62px;
    columns: 3;
    gap: 50px;
}
.rawgarden_deals .deals_box {
    break-inside: avoid;
}
.rawgarden_deals .deals_box h2 {
    color: #DEDCD0;
    text-align: left;
    background-color: #178217;
    border-radius: 0;
    padding: 11px 16px;
    font-size: 17px;
    display: inline-block;
    margin-bottom: 10px;
    width: 100%;
}
.rawgarden_deals .tabs_content__headline h2 {
    padding: 11px 21px;
    color: #DEDCD0;
    text-align: center;
    margin-bottom: 0;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: .9;
    text-transform: uppercase;
}
.rawgarden_deals .deals_box-store {
    margin-bottom: 16px;
}
.deals_box.uncategorized {
    display: none;
}
.back-to-all-deals {
    font-weight: 600;
    text-decoration: underline;
}
.deals-containers {
    background-color: transparent;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-top: 48px;
    padding-right: 48px;
    padding-bottom: 48px;
    padding-left: 48px;
    width: 100%;
}
.wp-singular .deals-header {
    padding: 0 48px;
}
.deals-containers h4.breadcrumbs {
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.deals-containers h4.breadcrumbs a {
    text-decoration: underline;
}

/* @media (max-width: 1024px) {
   .brxe-container, .container-h2, .brxe-heading {
    padding-left: 40px !important;
	}
	#brxe-wmbkik {
    margin-right: 0px !important;
    margin-left: 70px !important;
	}
	#brxe-yeeieb {
    padding-right: 10px !important;
	width: 230px !important;
	}
	#brxe-cyuwuu {
    padding-right: 10px !important;
	width: 230px !important;
	}
	#brxe-kzqani {
    padding-right: 20px !important;
    padding-left: 20px !important;
    margin-right: 50px !important;
	width: 430px !important;
	}
	.brxe-container, .container-25%-off {
    padding-top: 10px !important;
    padding-right: 20px !important;
    padding-bottom: 11px !important;
    padding-left: 20px !important;
	}
	#brxe-pbnhzq {
    padding-left: 0px !important;
	}
	#brxe-sodadp {
    padding-left: 0px !important;
	}
	h3#brxe-afrwza {
    padding-left: 75px !important;
	}
}
 */

/* Mobile Nav */
.custom-mobile-nav.active {
    display: block !important;
}
/* Mobile Nav */

/* Gravity Forms */

/* Gravity Forms */
/* product features */
.product_featured_container{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 52px 26px;
    margin-top: 52px;
}

.product_featured_items .pfi_image{
	width: 100%;
    height: 297px;
    background-color: #000;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.product_featured_items .pfi_title{
	color: #000;
    font-family: "ABCWalterNeue Trial";
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -0.44px;
    text-transform: capitalize;
    margin-top: 19px;
}

.product_featured_items .pfi_description{
	color: #000;
    font-family: "ABCSimonMono Trial";
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: -0.22px;
    text-transform: capitalize;
    margin-top: 12px;
}
/* end product features */

/* careers */
#careers-display {
	width: 100%;
	color: #fff;
	text-align: left;
	font-family: "ABCWalterNeue Trial";
	border-spacing: 10px;
}
#careers-display h4 {
	font-size: 16px;
}
#careers-display th,
#careers-display td {
	padding: 4px;
}
#careers-display td span {
	display: none;
	font-size: 12px;
    font-weight: 700;
}
#careers-display .ci-apply a {
	display: flex;
    align-items: center;
    gap: 10px;
}
/* #careers-display .ci-apply::after {
	content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
	background-image: url(data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M3.33268 9.16665H13.4743L8.81602 4.50831L9.99935 3.33331L16.666 9.99998L9.99935 16.6666L8.82435 15.4916L13.4743 10.8333H3.33268V9.16665Z" fill="%23333333"/></svg>)
	background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
} */
#careers-display th {
	background-color: #178217;
    padding: 11px 16px;
    font-size: 17px;
    color: #DEDCD0;
}
#careers-lists tr:first-child td {
	padding-top: 20px;
}
#careers-display has(.career-item) + div {
	display: none;
}
div:has(> .loader-spinner) {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}
.loader-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #f3f3f3;
  border-top: 4px solid #161616;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
.age-gate {
    max-width: 50%;
}
.age-gate button:hover {
    background: #178217;
    color: #fff;
    border-color: #178217;
}
button.age-gate__submit {
    width: 100%;
    background-color: #fff;
    height: 200px;
    color: #000;
}
.age-gate button {
    border: 1px solid #E3E3E3;
    background: inherit;
    padding: 7% 10%;
    font-size: 24px;
    line-height: 36px;
    margin: 40px 0 0;
    cursor: pointer;
	font-family: "ABCWalterNeue Trial";
	gap: 0px !important;
}
.age-gate__additional-information {
	font-size: 10px;
    padding: 25px;
    display: inline-block;
    width: 100%;
	font-family: "ABCSimonMono Trial";
}
h1.age-gate__heading-title {
    font-family: "ABCWalterNeue Trial";
    font-size: 40px;
}
p.age-gate__subheadline {
    font-family: "ABCWalterNeue Trial";
    font-size: 10px;
    padding: 0px;
    margin-bottom: 10px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}
p.age-gate__challenge {
    font-size: 30px;
    line-height: 42px;
    color: #000;
    letter-spacing: 1.4px;
	font-family: "ABCWalterNeue Trial";
}
.js-newsletter:not(.slide-out) {
    /* display: none; */
}
body.age-restriction .js-newsletter{
	z-index:10 !important;
}
body .js-newsletter {
    /* display: none; */
    position: fixed !important;
    bottom: 0;
    width: 100%;
    padding: 10px 0 0;
    z-index: 10;
    -webkit-box-shadow: 0 -12px 34px -9px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 -12px 34px -9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 -12px 34px -9px rgba(0, 0, 0, 0.5);
    transition: all 0.6s ease-in-out;
}
#cookie-law-info-bar {
	background-color: #178217 !important;
	border-color: #178217 !important;
}
.js-newsletter .close-newsletter {
/*     position: absolute;
    top: -40px;
    left: 0px;
	cursor:pointer; */
}
.wp-admin .js-newsletter .close-newsletter,
.wp-admin .js-newsletter {
    display: block;
    position: relative;
}
body .js-newsletter.slide-out {
    transition: all 0.3s ease-in-out;
    transform: translateY(120%);
    pointer-events: none;
}
.close-newsletter-popup .btn {
	margin-top: 0;
}
.link-rollover {
	position: relative;
}
.link-rollover::after {
	content: "";
    width: 0%;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
	transition: 0.3s;
}
.link-rollover.link-rollover-black::after {
	background: #000;
}
.link-rollover:hover::after {
	width: 100%;
}
.link-rollover.lrgreen::after {
	background-color: #178217;
}
.btn-rollover-green {
	position: relative;
    overflow: hidden;
	border-color: #075507;
	transition: 0.5s ease-in-out;
}
.btn-rollover-green span.bg {
	position: absolute;
	display: block;
    border-radius: 50%;
    transition: width 0.5s ease-in-out, height 0.5s ease-in-out;
    transform: translate(-50%, -50%);
    z-index: 1;
	pointer-events: none;
	background-color: #075507;
	width: 0;
    height: 0;
}
.btn-rollover-green span:first-child {
	z-index: 2;
	position: relative;
	pointer-events: none;
}
.btn-rollover-green:hover span.bg {
	width: 80rem !important;
    height: 80rem !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media(min-width: 992px) {
    body:has(.transparent-header) header > section {
        background-color: transparent !important;
        transition: 0.3s ease-in-out;
    }
    body:has(.transparent-header) header.scrolled > section {
        background-color: #000 !important;
    }
    body:has(.transparent-header) main {
        margin-top: 0 !important;
    }
}

@media (max-width: 992px) {
	.btn-rollover-green span.bg {
		transform: unset !important;
	}
    .rawgarden_deals h1 {
        font-size: 70px;
        line-height: 70px;
        margin-bottom: 20px;
    }
	.age-gate {
		max-width: 100%;
	}
	button.age-gate__submit {
		height: 112px;
	}
}
@media (max-width: 767px) {
    .deals-containers {
        margin-top: 0px;
        margin-bottom: 40px;
        padding-top: 48px;
        padding-right: 20px;
        padding-bottom: 48px;
        padding-left: 20px;
    }
    .wp-singular .deals-header {
        padding: 0 20px;
    }
    .rawgarden_deals .tab_trigger span {
        position: relative;
        top: 0px;
        transition: .3s;
        font-size: 22px;
    }
	#careers-display .career-item {
		display: flex;
        flex-direction: column;
        width: 100%;
        margin-bottom: 24px;
        background: #178217;
        padding: 24px 24px 18px;
        border-radius: 6px;
		gap: 13px;
	}
	#careers-display thead {
		display: none;
	}
	#careers-display td span {
		display: block;
		text-transform: uppercase;
		margin-bottom: 4px;
	}
	#careers-display .ci-category p {
		font-size: 16px;
    	line-height: 1.4;
	}
	#careers-display h4 {
		font-size: 18px;
	}
	#careers-lists tr:first-child td {
		padding: 4px;
	}
	#careers-display .ci-apply a {
		background: #000;
		padding: 8px 20px 5px;
		justify-content: center;
		margin-top: 5px;
	}
    .rawgarden_deals .tabs_content__wrapper {
        columns: 1;
        gap: 20px;
        margin-top: 25px;
    }
    .rawgarden_deals h1 {
        font-size: 64px;
        line-height: 58px;
    }
    .rawgarden_deals .tabs_content__headline h2 {
        padding: 0;
        font-size: 30px;
    }
	.product_featured_container{
		grid-template-columns: 1fr;
		grid-gap: 49px 0;
	}

	.product_featured_items .pfi_image{
		height: 200px;
	}
	
}
@media (max-width: 425px) {
    #brxe-obljla {
        margin-left: 50px !important;
    }
	 #brxe-xzglgx {
        margin-left: 55px !important;
    }
}
@media (max-width: 375px) {
    #brxe-obljla {
        margin-left: 32px !important;
    }
	#brxe-xzglgx {
        margin-left: 28px !important;
    }
}
@media (max-width: 320px) {
    #brxe-obljla {
        margin-left: 0px !important;
    }
	 #brxe-xzglgx {
        margin-left: 0px !important;
    }
	#brxe-pephao {
        padding-left: 20px;
        margin-right: -15px !important;
    }
}

@media(max-width: 478px) {
    main {
        margin-top: 94.02px;
    }
}


/* For Lab Results */
.lab_results_ui {
     margin-top: -135px;
 }
 .lab_results_ui .lab_results_ui_header {
     min-height: 421px;
     background: url(/wp-content/uploads/2025/03/lab-result-header-bg.png) no-repeat center center / cover;
     display: flex;
     align-items: center;
     justify-content: center;
     flex-direction: column;
     gap: 28px;
     padding-top: 100px;
 }
 .lab_results_ui .lab_results_ui_header h1 {
     font-size: 34px;
     line-height: 38px;
     color: #000;
     padding: 45px 0 0;
     font-family: "ABCWalterNeue Trial";
     font-weight: 400;
 }
 .lab_results_ui .searchform {
     display: flex;
     justify-content: center;
     align-items: center;
     max-width: 643px;
     width: 100%;
     margin: 0 auto;
     margin-bottom: 37px;
     flex-direction: column;
     gap: 37px;
 }
 
 .lab_results_ui .searchform form {
     display: flex;
     justify-content: center;
 }
 
 .lab_results_ui .searchform form input {
     min-width: 388px;
     min-height: 52px;
     width: 100%;
     padding: 12px 24px;
     border: 1px solid #000;
     outline: none !important;
     font-size: 12px;
     line-height: unset;
     font-family: "ABCSimonMono Trial";
     color: #000;
 }
 .lab_results_ui .searchform form input::placeholder {
    color: #000;
 }
 .lab_results_ui .searchform form button {
     background-color: #178217;
     outline: none !important;
     border: 1px solid #000;
     cursor: pointer;
     width: 100%;
     max-width: 147px;
     min-width: 147px;
     color: #fff;
     font-size: 10px;
     font-weight: 600;
     letter-spacing: 0.05em;
     text-align: center;
 }
 .lab_results_ui .searchform p {
     font-size: 9px;
     color: #000;
     font-family: "ABCSimonMono Trial";
 }
 .lab_results_ui .searchform p a {
     color: #000;
 }
 .lab_results_ui .lab_results_ui_body {
     max-width: 1176px;
     width: 100%;
     margin: 0 auto;
     background-color: #fff;
     padding: 38px 0 119px;
 }
 .lab_results_ui_body .category_buttons {
     display: flex;
     justify-content: center;
     align-items: center;
     gap: 23px;
     flex-wrap: wrap;
 }
 .lab_results_ui_body .category_buttons a {
     text-decoration: none;
     color: #000;
     font-size: 10px;
     font-weight: 600;
     letter-spacing: 0.05em;
     background-color: transparent;
     border: 1px solid #000;
     padding: 10px 38px;
     border-radius: 45px;
     height: 38px;
     display: flex;
     align-items: center;
     justify-content: center;
     font-family: "ABCWalterNeue Trial";
	 transition: 0.3s;
 }
.lab_results_ui_body .category_buttons a:hover {
	color: #fff;
}
 .lab_results_ui_body .category_buttons a.active {
     background-color: #178217;
     border: 1px solid #178217;
     color: #fff;
	 position: relative;
	 overflow: hidden;
	 transition: 0.3s;
 }
/* .lab_results_ui_body .category_buttons a.active::after {
	content: "";
	position: absolute;
    inset: 0;
    height: 0%;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    background: #075507;
	transition: 0.3s;
    width: 0%;
}
.lab_results_ui_body .category_buttons a.active:hover {
	border-color: #075507;
}
.lab_results_ui_body .category_buttons a.active:hover::after {
	width: 120%;
	height: 120%;
} */
 .lab_results_contents {
     margin-top: 100px;
     flex-direction: column;
     display: flex;
     gap: 71px;
 }
 .lab_results_contents_item {
     display: none;
     align-items: center;
     justify-content: center;
     border-bottom: 3px solid #000;
 }
 .lab_results_contents_item.active {
    display: flex;
 }
 .lab_results_contents_item.active:not(:has(.lab_results_data a)) {
    display: none;
 }
 .lab_results_contents_item.active:not(:has(.lab_results_data a)) p.no_results_found {
    display: block !important;
 }
 .lab_results_contents .lab_results_contents_item:last-child {
     border-bottom: none;
 }
 .lab_results_contents .lab_results_contents_item:last-child .lab_results_content {
    margin-bottom: 138px;
 }
 .lab_results_content {
     width: 100%;
     max-width: 820px;
     display: flex;
     gap: 66px;
     margin-bottom: 81px;
 }
 .lab_results_content img {
    max-width: 312px;
    width: 100%;
    height: 337px;
    object-fit: cover;
 }
 .lab_results_content h3 {
     font-size: 25px;
     letter-spacing: 0.05em;
     font-weight: 800;
     color: #000;
     margin-bottom: 19px;
     font-family: "ABCWalterNeue Trial";
 }
 .lab_results_data {
     display: flex;
     gap: 13px;
     flex-direction: column;
     max-height: 339px;
     overflow-y: auto;
     padding-right: 14px;
     font-family: "ABCSimonMono Trial";
     font-size: 10px;
     height: 100%;
 }
 .lab_results_data a:hover *,
 .lab_results_data a:hover {
    color: #178217;
 }
 .lab_results_data p {
    margin-bottom: 0;
 }
 .lab_results_data p.no_results_found {
    display: none;
 }
 .lab_results_data span {
     display: inline-block;
     margin-right: 25px;
     font-weight: 900;
     font-family: "ABCWalterNeue Trial";
     color: #000;
 }
 .lab_results_data span:hover {
    color: #178217;
 }
ul.alpha-list {
    list-style: none;
    counter-reset: alpha-counter;
    padding-left: 0;
}
ul.alpha-list li {
	counter-increment: alpha-counter;
	margin-bottom: 5px;
	position: relative;
	padding-left: 20px;
}
ul.alpha-list li::before {
	content: counter(alpha-counter, lower-alpha) ")";
	position: absolute;
	left: 0;
}

.single-products.postid-2331 .product_strain_arroma_block, .single-products.postid-2331 .product_image_slider_thumbs, .single-products.postid-2329 .product_strain_arroma_block, .single-products.postid-2329 .product_image_slider_thumbs{
	display:none !important;
}


/* start custom search  */
.custom_search_box{
	padding: 30px;
	display:block;
	width:100%;
}
.custom_search_box form{
	max-width: max-content;
    margin: auto;
    display: flex;
}
.custom_search_box form input[name="deal_search"] {
	display: inline-block;
    padding: 5px 10px;
    font-size: 16px;
    width: 350px;
    max-width: 100%;
    margin-right: 8px;
    border: 1px solid #ccc;
	font-family: "ABCWalterNeue Trial";
    font-weight: 300;
}
.custom_search_box form button[type="submit"] {
	display: inline-block;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    font-family: "ABCWalterNeue Trial";
    letter-spacing: 0.05em;
    background-color: var(--bricks-color-hbrqxb);
    padding: 15px 40px;
    vertical-align: middle;
}

/* end custom search  */
.product-feature-section{
	display:none;
}
body.postid-599 .product-feature-section, body.postid-29643 .product-feature-section{
	display:flex;
}

#cookie-law-info-bar .cli-wrapper{
	max-width: 1200px;
	text-align: center;
	font-weight: 500;
}
#cookie-law-info-bar .cli-wrapper a#wt-cli-accept-btn{
	display: inline-block;
    background: rgb(255, 255, 255);
    border-radius: 2px !important;
    text-align: center;
    font-size: 13px;
    padding: 5px 12px !important;
    margin: 0 0 0 8px !important;
    border: 0px solid rgb(255, 255, 255);
    line-height: 18px;
    font-weight: 500;
    text-decoration: none;
    color: rgb(0, 0, 0);
}
.lp-single-course, #popup-course, .lp-archive-courses {
    margin-top: 124px;
}

/* aroma strain */
#retailers {
    display: flex;
    flex-wrap: wrap;
}
#retailers .retailer-item {
    width: 30%;
    font-size: 16px;
    display: flex;
    margin: 20px 20px 20px 0px;
    border-top: 2px solid #178217;
}
#retailers .retailer-item .aroma-icon img {
    height: 70px;
    width: 70px;
    min-width: 70px;
    padding: 5px;
    border-left: 1px solid #178217;
    border-bottom: 1px solid #178217;
}
#retailers .retailer-item .retailer-content {
    padding-top: 15px;
    padding-left: 15px;
    border-left: 1px solid #178217;
}
#retailers .retailer-title {
    font-size: 18px;
    color: #178217;
}
#retailers .strain-terms {
    color: #178217;
    font-size: 14px;
}
#retailers .strain-terms span.aromas {
    font-weight: 600;
    font-style: italic;
}
.strains-filters {
    display: flex;
    justify-content: space-between;
}
.strains-filter {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 20px;
}
.strains-filter .field {
    width: 45%;
    margin-bottom: 10px;
    margin-right: 10px;
}
input.text, input.title, input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
}
.strains-filter .field input, .strains-filter .field select {
    height: 100%;
    width: 100%;
}
.strains-filter .field input, .strains-filter .field select
 {
    padding: 8px 15px;
    max-height: 40px;
    height: 100%;
}
.strains-filter .field select {
    background-color: #fff;
    border: 1px solid #bbb;
    padding: 2px;
    color: #4e4e4e;
    padding: 0 15px;
}
.strain-filter-btn {
    background: #178217;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    overflow: hidden;
    position: relative;
    padding: 8px 15px;
    max-height: 40px;
    height: 100%;
    display: inline-block;
    width: 100%;
    min-width: 200px;
    border-radius: 5px;
    border: 0;
}
#RINGS > g > g > path, #FRUITY > g > g > path, #TEA > .cls-39, #FLORAL > .cls-52, #GREEN_TEA > path, #EARTHY-2, #BLACK_TEA > path {
    cursor: pointer;
}
#RINGS > g > g > path:hover, #FRUITY > g > g > path:hover, #TEA > .cls-39:hover, #FLORAL > .cls-52:hover, #GREEN_TEA > path:hover, #EARTHY-2:hover > path, #BLACK_TEA > path:hover {
    opacity: 0.5;
}
img.loading-retailer {
    width: 100%;
    max-width: 48px;
    margin: 0 auto;
}
/* remove svg outline */
.cls-3, .cls-4 {
    stroke: none !important;
}

 @media(min-width: 1300px) {
    .lab_results_ui .lab_results_ui_header {
        min-height: 480px;
        padding-top: 134px;
        background-position: top;
        padding-bottom: 20px;
    }
    .lab_results_ui {
        margin-top: -157px;
    }
 }
 @media (max-width: 992px) {
     .lab_results_ui .searchform form input {
         min-width: auto;
         width: 241px;
     }
     .lab_results_ui_body .category_buttons {
         flex-wrap: wrap;
     }
     .lab_results_content {
         flex-direction: column;
         gap: 30px;
         margin-bottom: 55px;
     }
     .lab_results_content h3 {
         margin-bottom: 17px;
     }
     .lab_results_ui .lab_results_ui_header h1 {
         font-size: 25px;
         line-height: 32px;
         text-align: center;
         padding-top: 0;
     }
     .lab_results_ui .searchform {
         gap: 23px;
         margin-bottom: 0;
     }
     .lab_results_ui .searchform p {
         max-width: 331px;
         text-align: center;
     }
     .lab_results_ui_body .category_buttons {
         justify-content: flex-start;
         gap: 8px;
     }
     .lab_results_contents {
         margin-top: 44px;
     }
     .lab_results_contents img {
         height: 275px;
         object-fit: cover;
     }
     .lab_results_ui_body .category_buttons a {
         padding: 10px 7px;
         min-width: 69px;
         height: 33px;
     }
     .lab_results_ui .lab_results_ui_body {
         padding: 46px 31px 0;
     }
     /* strains page */
     .strains-filters {
        flex-direction: column;
     }
     .strains-filter {
        width: 100%;
        flex-direction: column;
     }
     .strains-filter .field {
        width: 100%;
        margin-right: 0;
     }
     .strains-filter .field button {
        text-align: center;
     }
 }
 @media (max-width: 767px) {
    /* strains page */
    #retailers .retailer-item {
        width: 100%;
    }
     .lab_results_ui .searchform form input {
         min-width: auto;
         width: auto;
     }
     .lab_results_ui .lab_results_ui_header {
         min-height: 334px;
         padding-top: 110px;
         padding-bottom: 35px;
     }
     .lab_results_ui {
        margin-top: -113px;
     }
     .lab_results_ui .lab_results_ui_header {
        background: url(/wp-content/uploads/2025/03/CTA-Store-Locator.png) no-repeat top center / cover;
     }
     .custom_search_box form{
        display: flex;
        flex-direction: column;
        gap: 5px;
        text-align: center;
    }
    .custom_search_box form input[name="deal_search"] {
        margin-right: 0;
    }
	 .lab_results_ui .searchform form {
		flex-direction: column;
    	align-items: stretch;
		gap: 10px;
	 }
	 .lab_results_ui .searchform form button {
		width: 100%;
		flex: 1;
		max-width: 100%;
		padding: 15px;
	 }
     .lp-single-course, #popup-course, .lp-archive-courses {
        margin-top: 94px;
    }
 }
