/*
 Theme Name:   Indpendents Own
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Pendulum Digitial
 Author URI:   https://pendulumdigital.com.au
 Template:     generatepress
 Version:      0.2
*/

@font-face {
    font-family: 'Gotham XNarrow';
    src:
        url('/wp-content/themes/independentsown/assets/fonts/GothamXNarrow-Bold.woff2') format('woff2'),
        url('/wp-content/themes/independentsown/assets/fonts/GothamXNarrow-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* THEME */

body {
	background-color: var(--io-background);
	background-image: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-iO-Site-Background-Wave-Desktop.svg);
	background-repeat: no-repeat;
	background-position: top;
	background-size: auto;	
}


@media (max-width: 540px) {
	body {
		background-image: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-iO-Site-Background-Wave-Mobile.svg);	
	}
	.inside-article, .is-left-sidebar, .related-products-wrapper {
		padding: 15px !important
	}
	.site-footer .io-footer-main {
		padding: 15px !important;
	}
}

p {
	line-height: 1.375em;
}

p.margin-none {
	margin: 0px;
}

h3 {
	font-size: 1.5em;
}

/* Buttons */

.button {
	border-radius: 12px !important;
	border: none;
	transition: all 0.3s ease-in;
	padding: 10px 20px !important;
}

.btn-action a, a.btn-action, .btn-action .wp-block-button__link {
	background-color: var(--io-red-light) !important;	
}

.btn-action a:hover, a.btn-action:hover, .btn-action .wp-block-button__link:hover {
	background-color: var(--io-red) !important;	
}

.btn-navigation a, a.btn-navigation, .wp-block-button__link {
	background-color: var(--io-blue-light) !important;	
	color: white;
}

.btn-navigation a:hover, a.btn-navigation:hover, .wp-block-button__link {
	background-color: var(--io-blue) !important;
	color: white;
}

a.pdfprnt-button {
	background-color: var(--io-blue-light) !important;
	color: white;
	border-radius: 12px !important;
	border: none;
	transition: all 0.3s ease-in;
	padding: 10px 20px !important;	
}
a.pdfprnt-button:hover {
	background-color: var(--io-blue) !important;		
}


.lead-paragraph {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1.125em;
}




/* NAVIGATION */

/* Main Navigation */

.nav-align-right .inside-navigation {
	justify-content: flex-start;
	padding: 0px 40px !important;
}

.nav-align-right .navigation-branding {
	margin-right: 30px !important;
}


.main-navigation {
	background-color: var(--io-blue-light);
	box-shadow: rgba(0, 0, 0, 0.15) 0px 10px 24px 5px !important;
	position: relative;
}
@media (min-width: 998px) {	
	.main-navigation div > ul > li {
		border-right: var(--io-background) 3px solid;
	}

	.main-navigation div > ul > li:first-child {
		border-left: var(--io-background) 3px solid;
	}
}
@media (max-width: 998px) {
	#generate-slideout-menu.main-navigation ul {
		display: block;
		font-size: 0.875em;
    	line-height: 1.75em;
	}
	
	ul.wp-block-navigation {
	border-top: var(--io-blue-light) 1px solid;
    margin-top: 30px;
    padding-top: 10px;
	}
	#generate-slideout-menu.main-navigation .main-nav ul ul {
		background-color: var(--io-black) !important;
	}
	.menu-featured-link {
		display: none !important;
	}
	
	.main-navigation .main-nav ul li a {
		line-height: 36px;
		margin-top: 10px;
		padding-left: 0px;
	
	}
	.main-navigation .main-nav ul ul li a {
		padding: 0px 10px;
	}
}



/* Logo placement customisation */
.site-logo {
	z-index: 9999999999;
}
.site-logo a {
	margin: -42px 0 -18px;
}

.site-logo a:hover {
	filter: hue-rotate(15deg);
}

.navigation-branding img {
	height: 120px !important;
}

.main-navigation.navigation-stick .sticky-navigation-logo img {
	width: 60px !important;
	height: 60px !important;
}

.main-navigation.navigation-stick .sticky-navigation-logo a {
	margin: -10px 0 -10px;
}



@media (max-width: 998px) {
	.site-logo a {
		margin: -12px 0 -15px;
		padding: 0px;
	}
	.site-logo.mobile-header-logo img {
		height: 90px !important;
	}

}



/* Utility Navigation */

.inside-top-bar {
	padding: 10px 0;
}

.menu-utility-navigation-container {
	margin-left: 170px;
}

#menu-utility-navigation li {
	padding: 0px;
    font-family: 'Gotham XNarrow';
	font-size: 1.375em;
}

#menu-utility-navigation li a {
	text-decoration: none;
}

/* Breadcrumbs */

.site-breadcrumbs {
	padding: 10px 40px;
	font-size: 0.75em;
}

@media (max-width: 998px) {
	.site-breadcrumbs {
		padding: 15px;
	}
}

/* Mega Menu */

@media (min-width: 998px) {

	nav .main-nav .mega-menu.cattle {
		background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Mega-Menu-Cattle.svg) no-repeat;
	}	
	nav .main-nav .mega-menu.sheep {
		background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Mega-Menu-Sheep.svg) no-repeat;	
	}
	nav .main-nav .mega-menu.equine {
		background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Mega-Menu-Equine.svg) no-repeat;	
	}	
	nav .main-nav .mega-menu.pets {
		background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Mega-Menu-Pets.svg) no-repeat;	
		padding-left: 20px;
	}	
	nav .main-nav .mega-menu.poultry {
		background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Mega-Menu-Birds-Poultry.svg) no-repeat;	
		padding-left: 8px;
	}	
	nav .main-nav .mega-menu.pests {
		background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Mega-Menu-Pest-Control.svg) no-repeat;	
	}
	nav .main-nav .mega-menu.farm {
		background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Mega-Menu-Farm-Garden.svg) no-repeat;	
		padding-left: 26px;
	}
	
	nav .main-nav .mega-menu {
        position: static;
		padding-left: 16px;
		background-size: auto 90% !important;
		background-position: left !important;
    }

	nav .main-nav a {
		font-size: 1.125em;
	}
	
    nav .main-nav .mega-menu > ul {
        position: absolute;
        width: 100%;
        left: 0 !important;
        display: flex;
        flex-wrap: wrap;
		padding: 40px;
    }


    nav .main-nav .mega-menu > ul > li > a {
		font-size: 21px !important;
		color: var(--io-blue-light);
	}
	
	nav .main-nav .mega-menu ul li a {
		padding: 4px 10px;
    }

	nav .main-nav .mega-menu ul li ul li a {
		font-size: 15px;
		font-weight: normal;
		font-family: 'Montserrat', Arial;
	}
	
    nav .main-nav .mega-menu>ul>li {
		margin: 0 10px;
        width: auto;
    }
	
	nav .main-nav .mega-menu>ul>li.menu-featured-link {
		background-color: var(--io-blue-light);
		display: block;
		width: 180px;
		height: 180px;
		padding: 12px;	
		color: white;		
	}

	nav .main-nav .mega-menu>ul>li.menu-featured-link:hover {
		color: white;
		background-color: var(--io-blue);
	}

	nav .main-nav .mega-menu>ul>li.menu-featured-link a {
		color: white !important;		
	}

	nav .main-nav .mega-menu>ul>li.menu-featured-link a:hover {
		color: white !important;		
	}
	
	nav .main-nav .mega-menu > ul::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: -9999px;
		right: 0;
		box-shadow: 9999px 0 0 white;
		background-color:white;
	}

    nav .main-nav .mega-menu > ul > li:hover > a,
    nav .main-nav .mega-menu > ul > li:focus > a,
    nav .main-nav .mega-menu > ul > li[class*="current-"] > a,
    nav .main-nav .mega-menu ul ul {
        background-color: transparent !important;
        color: inherit;
    }

    nav .main-nav .mega-menu ul .sub-menu {
        position: static;
        display: block;
        opacity: 1;
        visibility: visible;
        width: 100%;
        box-shadow: 0 0 0;
        left: 0;
        height: auto;
        pointer-events: auto;
    }

    nav .main-nav .mega-menu ul.toggled-on .sub-menu {
        pointer-events: auto;
    }

	nav .main-nav .menu-item-has-children .dropdown-menu-toggle {
		padding-left: 4px;
		padding-right: 4px;
		
	}
	
    nav .main-nav .mega-menu .sub-menu .menu-item-has-children .dropdown-menu-toggle {
        display: unset;
    }	

}

@media (max-width: 992px) {
    .top-bar {
        display: none;
    }
}

/* Ajax Search */

div.asl_r .results .item .asl_content h3 a {
    font-family: 'Gotham XNarrow' !important;
	color: var(--io-blue-light) !important;
	line-height: 1.15em !important;
  	font-size: 1.25em !important;
  	display: block;
}

/* MOBILE SEARCH */

/* Search Trigger */

.mobile-search-trigger {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    padding: 10px;
	position: absolute;
	right: 50px;
}

.mobile-search-trigger img {
	width: 20px;
	height: 20px;
}

/* Overlay */

.mobile-search-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,0.92);
    z-index: 99999;

    display: flex;
    justify-content: center;
    align-items: flex-start;

    padding-top: 120px;

    opacity: 0;
    visibility: hidden;

    transition: all 0.3s ease;
}

.mobile-search-overlay.active {
    opacity: 1;
    visibility: visible;
}

.mobile-search-inner {
    width: 90%;
    max-width: 600px;
    position: relative;
}

.mobile-search-close {
    position: absolute;
    top: -80px;
    right: 0;

    background: none;
    border: none;

    color: white;
    font-size: 24px;
    cursor: pointer;
}


/* Homepage */

.home .site-main {
	margin-top: 0px;
}

.home .inside-article {
	padding-top: 0px;

}

/* Featured Link Background */

.menu-featured-link.featured-cattle {
	background-image: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Menu-Feature-Cattle.svg) no-repeat;
}
.menu-featured-link.featured-sheep {
	background-image: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Menu-Feature-Sheep.svg) no-repeat;	
}
.menu-featured-link.featured-equine {
	background-image: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Menu-Feature-Equine.svg) no-repeat;	
}	
.menu-featured-link.featured-pets {
	background-image: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Menu-Feature-Pets.svg) no-repeat;	
}	
.menu-featured-link.featured-poultry {
	background-image: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Menu-Feature-Birds-Poultry.svg) no-repeat;	
}	
.menu-featured-link.featured-pests {
	background-image: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Menu-Feature-Pest-Control.svg) no-repeat;	
}
.menu-featured-link.featured-farm {
	background-image: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Menu-Feature-Farm-Garden.svg) no-repeat;	
}

/* Footer Guides */

.io-footer-guides {
	min-height: 420px;	
}

.io-footer-guides > div > div {
	margin: 0px 30px;
}


/* Footer */

.site-footer {
	padding: 30px 0;
}

.site-footer .io-footer-main {
	padding: 0 30px;
}

.site-footer .io-footer-main h2 {
	font-size: 1.125em;
}


.io-footer-newsletter-form {
	display: flex;
}

.io-footer-newsletter-form input {
	border-radius: 12px 0 0 12px;
}

.io-footer-link-list {
	margin-left: 0px;	
}

.io-footer-link-list li {
	list-style-type: none;
	
}



.site-footer .btn-action {
	background-color: var(--io-red-light) !important;
	border-radius: 12px;
}

.site-footer .btn-action:hover {
	background-color: var(--io-red) !important;	
}



/* PRODUCT PAGES */

.io-page-title {
	border-bottom: solid 1px var(--io-blue-light);
	margin-top: 40px;
}

h1.io-page-title {
	color: var(--io-blue-light);	
}


/* Product Page Description & Icons */

.product-template-default .inside-article {
	padding-top: 20px;
}

.product-template-default .inside-article .featured-image {
	display: none;
}

.product-short-description {
    margin-bottom: 24px;
    font-family: 'Gotham XNarrow';
	font-size: 1.5em;
    line-height: 1.25em;
}

.product-icon-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.product-icon {
    height: 60px;
    width: 60px;
	text-align: center;
}

.product-icon-item {
    height: 54px;
    padding: 12px 18px;
    border-radius: 12px;
    text-align: center;
	border: 1px solid var(--io-blue-light);
	font-size; 1em;
    font-family: 'Gotham XNarrow';
}

.product-icon-item img {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.product-icon-item.active {
    min-height: 54px;
    height: 100%;
	font-family: 'Montserrat';
	font-size: 0.875em;
	text-align: left;
    padding: 6px 18px;
}

.product-icon-item.active .lead-in {
    font-family: 'Gotham XNarrow';
	display: block;
	font-size: 0.875em;
	margin-bottom: -2px;
}


/* Product Tables */
.product-template-default .inside-article table {
	width: 100%;
	border: none;
}

.product-template-default .inside-article table {
	width: 100%;
  	border-collapse: collapse;
}

.product-template-default .inside-article th, .product-template-default .inside-article td {
  text-align: center;
  padding: 12px;
}
.product-template-default .inside-article th {
  	border-top: 2px solid var(--io-blue-light);	
	border-bottom: 2px solid var(--io-blue-light);	
	border-left: none;
	border-right: none;
}
.product-template-default .inside-article td {
	border-bottom: 1px solid var(--io-blue-light);	
	border-left: none;
	border-right: none;

}

/* Product Gallery */

/*
|--------------------------------------------------------------------------
| Wrapper
|--------------------------------------------------------------------------
*/

.gp-product-gallery-wrapper {
    margin: 40px 0;
}


/*
|--------------------------------------------------------------------------
| Main Gallery
|--------------------------------------------------------------------------
*/

.gp-main-gallery {
    margin-bottom: 12px;
    border-radius: 16px;
    overflow: hidden;
    background: #f5f5f5;
}

.gp-main-gallery img {
    width: 100%;
    display: block;
    border-radius: 16px;
    cursor: zoom-in;
}


/*
|--------------------------------------------------------------------------
| Thumbnail Gallery
|--------------------------------------------------------------------------
*/

.gp-thumb-gallery {
    position: relative;
    z-index: 20;
}

.gp-thumb-gallery .swiper-slide {
    width: 70px !important;
    height: 70px;
    flex-shrink: 0;

    opacity: 0.5;
    cursor: pointer;

    transition: all 0.25s ease;

    border-radius: 12px;
    overflow: hidden;

    border: 2px solid transparent;

    pointer-events: auto;
}

.gp-thumb-gallery .swiper-slide-thumb-active {
    opacity: 1;
    border-color: #111;
}

.gp-thumb-gallery img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}


/*
|--------------------------------------------------------------------------
| Mobile
|--------------------------------------------------------------------------
*/

@media (max-width: 768px) {

    .gp-product-gallery-wrapper {
        margin: 24px 0;
    }

    .gp-thumb-gallery .swiper-slide {
        width: 55px !important;
        height: 55px;
    }

}

/* Buy Now Buttons */


.buy-now-buttons, .download-links {
	display: inline-block;
	width: 100%;
}

.buy-now-buttons ul, .download-links ul {
	margin: 0px;
}

.buy-now-buttons ul li, .download-links ul li {
	list-style:none;
}

.buy-now-ribbon {
	display: inline-block;
	margin: -10px 12px;
 	width: 72px;
}

.buy-now-ribbon img {
	vertical-align: middle;
}

.buy-now-text {
	display: inline-block;
	padding: 22px 10px;
	font-weight: bold;
	font-size: 1.25em;
}

.find-a-stockist {
	padding: 16px;
}


.buy-online-airr, .buy-online-tuckers, .find-a-stockist, .product-download {
	text-decoration: none;
	text-decoration-color: currentcolor;
	color: #fff;
	font-size: 18px;
	margin: 20px 0;
	width: 100%;
	border-radius: 12px;
	display: block;
	line-height: 1em;	
 	transition: 0.5s;
}

.buy-online-airr, .buy-online-tuckers {
	background: rgba(223,7,18);
}

.find-a-stockist, .product-download {
	background: rgba(60,112,133);	
}

.find-a-stockist:hover , .product-download:hover {
	background: rgba(42,81,108);
	color: white;
}


.buy-online-airr:hover {
	background: rgba(0,116,141);
  	color: white;
}

.buy-online-tuckers:hover {
	background: rgba(115,191,233);
	color: white;
}


/* Download Buttons */

.product-download {
	padding: 16px;
}

.product-download::before {
	float: left;
	content: "";
	background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/ICO-Download.svg) no-repeat;	
	color: #242b2b;
	font: normal 30px/1 'dashicons';
	display: inline-block;
	height: 40px;
	vertical-align: middle;
	width: 30px;
	margin-right: 10px;
}

/* PRODUCT CATEGORY PAGES */

/* Replace body background with custom background */

body.stockist-template-default {
	background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Category-Background-iO.svg) no-repeat;			
	background-color: var(--io-background);	
}

body.archive {
	background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Category-Background-Applicators.svg) no-repeat;			
	background-color: var(--io-background);
	background-size: auto 480px !important;
}

body.archive.term-applicators {
	background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Category-Background-Applicators.svg) no-repeat;			
	background-color: var(--io-background);
}

body.archive.term-cleaning {
	background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Category-Background-Cleaning.svg) no-repeat;			
	background-color: var(--io-background);
}

body.archive.term-equipment {
	background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Category-Background-Equipment.svg) no-repeat;			
	background-color: var(--io-background);
}

body.archive.term-feed-nutrition {
	background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Category-Background-Feed-Nutrition.svg) no-repeat;			
	background-color: var(--io-background);
}

body.archive.term-parasite-control {
	background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Category-Background-Parasite-Control.svg) no-repeat;			
	background-color: var(--io-background);
}

body.archive.term-premium-seed-blend {
	background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Category-Background-Premium-Seed-Blend.svg) no-repeat;			
	background-color: var(--io-background);
}

body.archive.term-rabbit-control {
	background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Category-Background-Rabbit-Control.svg) no-repeat;			
	background-color: var(--io-background);
}

body.archive.term-rat-mice-control {
	background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Category-Background-Rat-Mice-Control.svg) no-repeat;			
	background-color: var(--io-background);
}

body.archive.term-skincare {
	background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Category-Background-Skincare.svg) no-repeat;			
	background-color: var(--io-background);
}

body.archive.term-soil-management {
	background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Category-Background-Soil-Management.svg) no-repeat;			
	background-color: var(--io-background);
}

body.archive.term-supplements {
	background: url(https://independentsown.com.au/wp-content/themes/independentsown/assets/graphics/GRA-Category-Background-Supplements.svg) no-repeat;			
	background-color: var(--io-background);
}


/* PRODUCT CATEGORY CARDS */
.gp-breed-category-grid, .gp-category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 24px;
    margin: 40px 0;
}

.gp-breed-category-card, .gp-category-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 16px;
    padding: 24px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: block;
}

.gp-breed-category-card:hover, .gp-category-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.25);
}

.gp-breed-category-card h3, .gp-category-card h3 {
    margin-bottom: 12px;
    font-size: 1.25rem;
    color: #111827;
}

.gp-breed-category-card p, .gp-category-card p {
    margin: 0;
    color: #6b7280;
}

/* PRODUCT GRID */

body.archive .facetwp-facet-breed_filter {
	margin-bottom: 10px;
}

body.archive .facetwp-facet-child_categories {
	margin-bottom: 20px;	
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

.product-card {
    border: 1px solid #ddd;
	border-radius: 12px;
    background: #fff;
    text-align: left;
    transition: 0.3s ease;
}

.product-card .product-title {
	margin: 0 20px;
}

.product-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.25);
}

.product-card a {
	text-decoration: none;
}

.product-card img {
    width: 100%;
    height: auto;
	border-radius: 12px;
}

.product-title-wrapper {
    padding: 15px;	
}

.product-title {
	color: var(--io-black);
	font-size: 1.25em;
	line-height: 1em;
	min-height: 80px;
}

h3.product-title {
    font-family: 'Gotham XNarrow';
}

@media (max-width: 768px) {
    .product-title {
		font-size: 1.5em;
    }
}

.product-meta {
    padding: 10px;
	font-size: 14px;
    color: #555;
	display: none;
}

.product-meta span {
	color: white;
	font-weight: bold;
	background-color: var(--io-red) !important;
	margin: 6px;
	padding: 10px;
	border-radius: 12px;
}

@media (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(4, 1fr);
    }
}

@media (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .product-grid {
        grid-template-columns: 1fr;
    }
}

/* RELATED PRODUCTS */

.related-products-wrapper {
  margin-left: auto;
  margin-right: auto;
  max-width: var(--gb-container-width);
  padding-top: 60px;
}

/* Product FIlters */
.facetwp-facet .facetwp-checkbox {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 8px 14px;
    margin: 4px;
    border-radius: 999px;
    cursor: pointer;
    background: var(--io-blue-light);
	color: white;
    font-size: 14px;
    transition: all 0.2s ease;
    user-select: none;
}

/* Hide actual radio input */
.facetwp-facet .facetwp-checkbox input {
    display: none;
}

/* Hover state */
.facetwp-facet .facetwp-checkbox:hover {
    background: var(--io-blue);
	box-shadow: 0 0 20px rgba(255,255,255,0.1);
	color: white;
}

/* Active (selected) state */
.facetwp-facet .facetwp-checkbox.checked {
    background: #111;
    color: #fff;
    border-color: #111;
}

/* Product Grid Buttons */

.product-button {
	display: block;
  	margin: 16px;
}

.product-button a.button {
	width: 100%;
	text-align: center;
}


/* PAGE STYLE */

/* Homepage Featured Banner */

.banner-slider {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.banner-slide {
  position: relative;
  height: 540px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.banner-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.banner-bg img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: center;
	display: block;
}

.banner-container {
  position: relative;
  z-index: 3;

  display: flex;
  justify-content: space-between;
  align-items: center;

  width: 100%;
  max-width: 1200px;
  margin: 0 auto;

  padding: 60px 40px;
  gap: 40px;
  min-height: 480px;
}

@media (max-width: 768px) {
	
  .banner-container {
    flex-direction: column;
    text-align: center;
    gap: 0px;
	padding: 20px;
  }

  .banner-slide {
	/* min-height: auto; */
	height: 540px;
	padding: 20px 0;
  }
}

/* Banner Content */

.banner-content.light {
	color: var(--io-black);
}

.banner-content.light h2, .banner-content.light .lead-paragraph {
	color: var(--io-blue);	
}

.banner-content p {
	margin: 0px 0px 6px;
	padding: 0px;
}

.banner-content {
  	flex: 1;
  	color: #fff;
	display: flex;
	flex-direction: column;
	justify-content: center;
	gap: 20px;
}

.banner-title {
	display: flex;
	justify-content: flex-end; /* Push content to bottom */
	flex-direction: column;
	height: 240px;
}

.banner-title h2 {
	font-size: 4em;
	line-height: 1em;
	overflow: hidden;
}

.banner-title h2.small { font-size: 3em; }
.banner-title h2.medium { font-size: 4em; }
.banner-title h2.large { font-size: 5em; }


.banner-lead-in {
	padding: 10px;
	background-color: var(--io-red);
	display: inline-block;
	width: fit-content;
}

.banner-description {
	height: 240px;
	padding-top: 4px;
}

.banner-side-image {
  flex: 1;
  display: flex;
  justify-content: center;
	max-width: 360px;
}

.banner-side-image img {
  max-width: 100%;
  height: auto;
}

.banner-highlight {
	display: inline-block;
	padding: 8px 16px;
    font-family: 'Gotham XNarrow';
	font-size: 1.5em;
	line-height: 1.25em;
	margin-bottom: 6px;
	margin-top: -40px;
}

.banner-content .lead-paragraph {
	font-size: 1.5em;
	font-weight: bold;
	line-height: 1em;
	margin-top: 4px
}

@media (max-width: 768px) {
	.banner-content {
		gap: 0px;
	}
	.banner-description, .banner-title {
		padding: 10px;
	}
	.banner-title {
		min-height: 80px;
		height: 100%;
		margin-top: -30px;
	}
	.banner-title h2 {
		margin-bottom: 0px;
	}
	.banner-content {
		order: 1;
	}

	.banner-side-image {
		order: 2;
		margin-top: -40px;
	}

	.banner-side-image img {
		max-width: 240px;
		height: auto;
	}
	
	.banner-content p {
		font-size: 0.875em;
		line-height: 1.125em;
		margin: 0px;
		padding: 0px 0px 6px;
	}
	.banner-title h2 {
		font-size: 1.75em;
		line-height: 1em;
	}

	.banner-title h2.small { font-size: 1.5em; }
	.banner-title h2.medium { font-size: 2em; }
	.banner-title h2.large { font-size: 2.5em; }

	.banner-highlight {
		padding: 4px 8px;
		font-family: 'Gotham XNarrow';
		font-size: 1.125em;
		line-height: 1em;
		margin-top: 0px;
	}
	.banner-content .lead-paragraph {
		font-size: 1em;
		font-weight: bold;
		line-height: 1.25em;
	}
	.banner-description .btn {
		margin-top: 10px;
	}

}

/* CONTROLS */
.banner-controls {
	position: absolute;
	z-index: 5;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	gap: 12px;
	width: 100%;
	margin: 0px auto;	
	align-items: center;
	justify-content: center;
}

/* DOTS */
.swiper-pagination {
	display: flex;
	gap: 8px;
	margin: 0 auto;
	background-color: var(--io-blue-light);
	padding: 10px;
	border-radius: 40px;
	left: auto !important;	
}

.swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(255,255,255,0.8);
  opacity: 0.5;
}

.swiper-pagination-horizontal {
	width: auto !important;
}

.swiper-pagination-bullet-active {
  background: #fff;
  transform: scale(1.1);
  opacity: 0.9;

}

/* PLAY BUTTON */
.banner-toggle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: none;
  background: rgba(0,0,0,0.5);
  color: #fff;
}
button.banner-toggle {
	padding: 4px;
	width: 40px;
	height: 40px;
	margin-left: calc(100% - 120px);
	margin-bottom: 10px;	
	background-color: var(--io-blue-light);
}

/* FEATUERD BLOCK */

.featured-block-section {
	padding: 0px 30px;
}

.featured-block {
	border-radius: 12px;
}


/* PRODUCT GUIDE */

.product-list .product-row {
	display: flex;
	margin-bottom: 40px;
}
.product-list .product-image {
	max-width: 150px;
}

.product-list .product-details {
	padding-left: 20px;	
}

.product-list .product-description{
	font-size:1em;
}

.product-list .product-description p {
	margin-bottom: 4px;
}

.product-list .product-title {
	font-size:1.5em;
	padding: 0px;
	margin-bottom: 8px;
}

.product-list .product-icon-grid {
	margin-top: 20px;
}

.product-list .product-icon-grid .product-icon {
	height: 48px;
	width: 48px;	
}

/* STOCKISTS */
body.page-id-253 .facetwp-map-filtering {
    display: none !important;
}

/* Stockist Search */

.facetwp-facet-search_stockists .facetwp-radius-dropdown {
	height:47.5px;
}

/* Stockist Grid */

.facetwp-geo-button {
	float: right;
	width: fit-content !important;
	background-color: var(--io-blue-light) !important;
	border-radius: 12px;
}

.facetwp-geo-button:hover {
	background-color: var(--io-blue) !important;	
}


.stockist-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


.stockist-card {
    flex: 0 0 calc(25% - 20px);
    padding: 20px;
    border: 1px solid #eee;
    border-radius: 8px;
    background: #fff;
}

.stockist-title {
	font-size: 1.25em;
	font-weight: bold;
    margin-top: 0;
	min-height: 40px; 
}

.stockist-card .btn {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 14px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px;
}

.stockist-card .btnContact, .stockist-card .btnDirections, .stockist-card .btnViewStockist {
	padding: 4px 12px 4px 4px;
	background: none;
	border-radius: 0px;
	border-top: 1px solid var(--io-blue-light);
	width: 100%;
	text-decoration: none;
	color: var(--io-black);
}

.stockist-card .btnContact {
	margin-top: 16px;	
}

.stockist-card .btnContact:hover {
    background: var(--io-blue);
	color: white;
}

.stockist-card .btnDirections:hover {
    background: var(--io-blue);	
	color: white;
}

.stockist-card .btnViewStockist:hover {
    background: var(--io-blue);	
	color: white;
}

@media (max-width: 900px) {
    .stockist-card {
        flex: 0 0 calc(50% - 20px);
    }
}

@media (max-width: 600px) {
    .stockist-card {
        flex: 0 0 100%;
    }
}
.stockist-card a {
    display: flex;
    align-items: center;
    gap: 8px;
}
.stockist-card .btn-icon {
	width: 16px;
    height: 16px;
}

/* Stockist PAGE */
.stockist-landing-contact {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	padding: 80px;
	background-image: url(/wp-content/themes/independentsown/assets/images/IMG-iO-Stockist-Banner-Contact.jpg);
	background-size: cover;
	color: white;
}

.stockist-landing-contact-map {
	width: 100vw;
	margin-left: calc(50% - 50vw);	
	filter: grayscale(100%); 
	display: block; 
	margin-top:-100px

}

.stockist-contact-details .stockist-contact {
	color: white;
	margin-top: 6px;	
	text-decoration: none;
}

.stockist-contact-details .stockist-contact:hover {
	color: var(--io-blue-light);
	text-decoration: underline;
}

.stockist-landing-contact-container {
	max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
}

.stockist-contact {
	display: flex;
	gap: 20px;
}

.stockist-contact-details, .stockist-contact-form {
	background-color: var(--io-black);
	padding: 40px;
	border-radius: 12px;
}

.stockist-contact-details  {
	flex: 1;
}
.stockist-contact-form {
	flex: 2;
}



/* NEWS INSIGHTS */


.news-insights-grid .wp-block-post .wp-block-group {
	padding: 0px 40px 5px 0px !important;
}

.news-insights-grid h2 {
	font-size: 1.5em;
}

/**/
.archive .pdfprnt-buttons, .search-results .pdfprnt-buttons {
	display: none
}