	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
	    text-transform: none;
	}

/* Shop */
.kb-cat-grid {
	list-style: none;
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 1rem;
	padding: 0;
	margin: 1rem 0 0;
}

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

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

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

.kb-cat-card {
	border: 1px solid #e5e7eb;
	border-radius: 12px;
	overflow: hidden;
	background-color: #f7f7f7;
	transition: transform .15s ease, box-shadow .15s ease;
}

.kb-cat-link {
	display: block;
	text-decoration: none;
	color: inherit;
}

/* Image area stays light gray */
.kb-cat-figure {
	aspect-ratio: 4/3;
	margin: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.kb-cat-meta {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 1rem;
}

.kb-cat-link:hover {
	color: #E96324;
}

.kb-cat-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, .08);
}

.kb-cat-img {
	max-width: 100%;
	max-height: 100%;
	display: block;
	object-fit: contain;
}



.kb-cat-name {
	font-weight: 600;
	text-align: center;
	
}

.kb-cat-count {
	font-size: .9rem;
	color: #666;
}
/* END Shop */

	.filters-overlay {
	    position: absolute;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: 100%;
	    background: rgba(255, 255, 255, 0.5);
	    z-index: 10;
	    pointer-events: all;
	}

	@keyframes spin {
	    to {
	        transform: rotate(360deg);
	    }
	}

	.shop-page-wrapper {
	    width: 100%;
	    margin: 0 auto;
	    padding: 2rem 0;
	}

	@media (max-width: 1450px) {
	    .shop-page-wrapper {
	        padding: 2rem;
	    }
	}

	.woocommerce-breadcrumb {
	    margin: 0 !important;
	    padding: 0 !important;
	    font-size: 0.8rem !important;
	}

	.page-numbers {
	  display: flex;
	  align-items: center;
	  gap: 4px;
	}

	.woocommerce-products-header__title.page-title {
	    text-align: left;
	    padding: 0;
	    margin: 0;
	    text-transform: none;
	    line-height: 2rem;
	    font-size: 2rem;
	}

	.woocommerce nav.woocommerce-pagination ul li a:focus, .woocommerce nav.woocommerce-pagination ul li a:hover, .woocommerce nav.woocommerce-pagination ul li span.current {
	  background: var(--primary-orange);
	  border-radius: 50%;
	}

	.woocommerce nav.woocommerce-pagination ul, .woocommerce nav.woocommerce-pagination ul li {
	  border-color: var(--primary-orange);
	  border-radius: 50%;
	}


	.product-category-banner {
	    position: relative;
	    text-align: center;
	    margin: 1rem auto 0 auto;
	}

	/* Promo Section */
	.promo-section {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 20px;
	    margin-top: 1rem;
	}

	.promo-box {
	    flex: 1 1 calc(25% - 20px);
	    background: linear-gradient(to bottom, #212834, #3c568f);
	    color: #fff !important;
	    text-align: center;
	    padding: 20px;
	    border-radius: 12px;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
	    align-items: center;
	}

    .promo-box p {
        margin: 0;
    }

	.promo-box.orange {
	    background: linear-gradient(to bottom, #d43c24, #f85e1d);
	    color: #fff !important;
	}

	@media (max-width: 900px) {
	    .promo-box {
	        flex: 1 1 calc(50% - 20px);
	    }
	}

	@media (max-width: 768px) {
	    .promo-box {
	        flex: 1 1 100%;
	    }
	}

	.promo-box h2 {
	    margin: 0;
	    font-size: 1.2rem;
	    line-height: 1.2rem;
	    color: #fff !important;
	    text-transform: none !important
	}

	.promo-box.orange h2 {
	    font-size: 1.2rem;
	    line-height: 1.5rem;
	    margin: 0;
	    font-weight: bold;
	}

	.promo-box.orange small {
	    font-size: 0.8rem;
	    line-height: 1rem;
	    font-weight: 500;
	}

	.promo-box .big-text {
	    font-size: 3.2rem;
	    line-height: 3.2rem;
	    font-weight: bold;
	    color: #fff !important;
	    text-transform: none !important
	}

	.promo-box img {
	    max-width: 100%;
	    height: 125px;
	}

	.promo-box svg {
	    width: 80px;
	    height: 80px;
	    fill: #fff;
	    margin: 0;
	}

	.promo-box .buy-online {
	    display: flex;
	    align-items: center;
	    justify-content: center;
	    font-size: 1.2rem;
	    line-height: 1.6rem;
	    font-weight: bold;
	    margin: 0;
	    gap: 15px;
	    text-align: center;
	}

	.promo-box .buy-online img {
	    height: 80px;
	    width: auto;
	    margin: 0;
	}


	@media (max-width: 1126px) {
	    .promo-box .buy-online {
	        font-size: 1.4rem;
	        line-height: 1.9rem;
	    }
	}

	.apply-now-btn {
	    background: #3c568f;
	    padding: 0.5rem 1rem;
	    border-radius: 10px;
	    color: white;
	    margin-top: 10px;
	    font-weight: bold;
        display: block;
	}

	.apply-now-btn:hover {
	    background: #212834;
	    color: white;
	}

	/* END Promo Section */

	.shop-layout-container {
	    display: flex;
	    gap: 2rem;
	    margin-top: 5rem;
	}

	.shop-sidebar {
	    width: 20%;
	    border: 1px sold var(--border-color);
	    padding: 20px;
	    border-radius: 8px 0 0 8px;
	}

	.shop-main {
	    width: 80%;
	}

	.filter-toggle-btn .chevron {
	    display: inline-block;
	    transition: transform 0.1s ease;
	    margin-left: 0;
	    font-size: 0.7em;
	    line-height: 0.7em;
	}

	.filter-toggle-btn.active .chevron {
	    transform: rotate(180deg);
	}

	/* Roof Type Icon Grid */
	.roof-type-icon {
	    display: inline-flex;
	    justify-content: center;
	    align-items: center;
	    width: 70px;
	    height: 70px;
	    margin: 0 10px 10px 0;
	    cursor: pointer;
	    border: 1px solid transparent;
	    border-radius: 8px;
	    padding: 5px;
	    transition: border-color 0.2s ease;
	    position: relative;
	    border-color: var(--border-color);
	}

	.roof-type-icon:hover {
	    border-color: #E96324;
	}

	.roof-type-icon.selected {
	    border-color: #E96324;
	    background-color: rgba(233, 99, 36, 0.1);
	}

	.roof-type-icon img {
	    width: 100%;
	    height: auto;
	    display: block;
	    pointer-events: none;
	}

	/* END Roof Type Icon Grid */


	@media (max-width: 1024px) {
	    .shop-layout-container {
	        display: block;
	        /* stack vertically */
	    }

	    .filter-toggle-btn {
	        display: block;
	        position: relative;
	        background: #f8631c;
	        color: #fff !important;
	        padding: 0.75rem 1.5rem;
	        border: none;
	        font-size: 1rem;
	        cursor: pointer;
	        width: 100%;
	        border-radius: 15px;
	        z-index: 10;
	    }

	    .shop-sidebar {
	        width: 100%;
	        border: none;
	        display: none;
	        /* hidden by default */
	        position: relative;
	        margin-bottom: 2rem;
	    }

	    .shop-sidebar.active {
	        display: block;
	    }

	    .filters-overlay {
	        display: block;
	        position: fixed;
	        inset: 0;
	        background: rgba(0, 0, 0, 0.4);
	        z-index: 100;
	    }

	    .shop-main {
	        width: 100%;
	        margin-top: 2rem;
	    }

	    .attribute-filter-form {
	        padding: 45px 25px 15px 25px;
	        background: #f7f7f7;
	        margin-top: -15px;
	        z-index: 1;
	    }
	}	

	.woocommerce ul.products li.product img {
	    border-radius: 8px;
	    border: 1px solid #ddd;
	}

	.products.custom-grid {
	    display: grid;
	    gap: 2rem;
	    grid-template-columns: repeat(3, 1fr) !important;
	}




	@media (max-width: 1024px) {
	    .products.custom-grid {
	        grid-template-columns: repeat(2, 1fr) !important;
	    }
	}

	@media (max-width: 768px) {
	    .products.custom-grid {
	        grid-template-columns: repeat(1, 1fr) !important;
	    }
	}


	/* Options */
	.carport-wrapper {
	    display: flex;
	    border-top: 1px solid #ccc;
	    border-bottom: 1px solid #ccc;
	    flex-wrap: wrap;
	    margin-top: 5rem;
	}

	.carport-section {
	    width: 50%;
	    padding: 30px;
	    box-sizing: border-box;
	    border-left: 1px solid #ccc;
	}

	.carport-section:first-child {
	    border-left: none;
	}

	.carport-section h2 {
	    font-size: 24px;
	    margin-bottom: 20px;
	    width: 100%;
	}

	.carport-items {
	    display: flex;
	    flex-wrap: wrap;
	    gap: 20px;
	}

	.carport-item {
	    width: calc(50% - 10px);
	    /* account for gap */
	    box-sizing: border-box;
	}

	.carport-item img {
	    width: 100%;
	    height: auto;
	    margin-bottom: 10px;
	}

	.carport-item h3 {
	    font-size: 18px;
	    margin-bottom: 10px;
	}

	.carport-item p {
	    font-size: 0.9rem;
	    margin-bottom: 10px;
	    line-height: 1.5;
	}

	@media (max-width: 1000px) {
	    .carport-wrapper {
	        flex-direction: column;
	    }

	    .carport-section {
	        width: 100%;
	        border-left: none !important;
	        border-top: 1px solid #ccc;
	    }

	    .carport-section:first-child {
	        border-top: none;
	    }

	    .carport-item {
	        width: 100%;
	    }
	}

	/* END Options */


	/* As Seen On */
	.as-seen-on-section {
	    text-align: center;
	    margin: 5rem auto 0 auto;
	}

	.as-seen-on-heading {
	    text-transform: none;
	    font-size: 1.5rem;
	    margin-bottom: 1rem;
	}

	.as-seen-on-logos {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    gap: 1rem;
	}

	.as-seen-on-logo-wrapper {
	    flex: 0 0 auto;
	    display: flex;
	    align-items: center;
	    width: 15%;
	    border: 1px solid #ccc;
	    border-radius: 10px;
	}

	@media (max-width: 1000px) {
	    .as-seen-on-logo-wrapper {
	        width: 25%;
	    }
	}

	@media (max-width: 600px) {
	    .as-seen-on-logo-wrapper {
	        width: 45%;
	    }
	}

	.as-seen-on-logo {
	    height: auto;
	    width: 100%;
	    border-radius: 10px;
	    padding: 10px 20px;
	}

	.as-seen-on-link {
	    display: block;
	    margin-top: 0.5rem;
	    color: #f85e1d;
	}

	.as-seen-on-link:hover {
	    text-decoration: underline !important;
	    color: #d43c24;
	}

	/* END As Seen On */

/* FAQ */
.faq-container {
    max-width: 100%;
    margin: 5rem auto;
    padding: 0;
    font-family: Arial, sans-serif;
}

.faq-container h2 {
    font-size: 28px;
    margin-bottom: 20px;
}

.faq-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    overflow: hidden;
}

.faq-item.orange {
    border: 1px solid #E96324;
}

.faq-item p {
    margin: 0;
    padding: 0;
}

.faq-question {
    background-color: #f7f7f7;
    cursor: pointer;
    padding: 15px 20px;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question .explore {
    background: #E96324;
    padding: 0.5rem 1rem;
    border-radius: 10px;
    color: white;
}

.faq-question.tighter {
    padding: 10px 20px;
}

.faq-question.tighter .faq-toggle {
    display: none;
}

@media (max-width: 600px) {
    .faq-question.tighter .explore {
        display: none;
    }

    .faq-question.tighter .faq-toggle {
        display: block;
    }
}

.faq-question:hover {
    background-color: #eaeaea;
}

.faq-answer {
    overflow: hidden;
    height: 0;
    padding: 0 20px;
    transition: height 0.5s ease, padding 0.5s ease;
}


.faq-item.active .faq-answer {
    padding: 15px 20px;
    max-height: 2000px;
}

.faq-item.active .faq-answer .faq-answer__padding {
    padding: 2rem;
}

@media (max-width: 1024px) {
    .faq-item.active .faq-answer .faq-answer__padding {
        padding: 1rem;
    }
}

.faq-toggle {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-toggle {
    transform: rotate(180deg);
}
/* END FAQ */

/* Gallery Carousel for Product Categories */
.gallery-carousel-wrapper {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}

.gallery-carousel-viewport {
    overflow: hidden;
    max-width: 100%;
    margin: 0 auto;
}


.gallery-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    width: max-content;
}

.gallery-carousel-slide {
    flex: 0 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gallery-carousel-slide img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 8px;
}

.gallery-carousel-caption {
    margin-top: 8px;
    font-size: 0.9rem;
    color: black;
    text-align: center;
}

.gallery-carousel-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.4);
    color: white;
    border: none;
    font-size: 24px;
    padding: 10px;
    cursor: pointer;
    z-index: 10;
}

.gallery-carousel-arrow.left {
    left: 0;
}

.gallery-carousel-arrow.right {
    right: 0;
}

.gallery-carousel-arrow:hover {
    background: rgba(0, 0, 0, 0.6);
}

@media (max-width: 767px) {
    .gallery-carousel-slide img {
        height: 180px;
    }

    .gallery-carousel-caption {
        font-size: 0.8rem;
    }

    .gallery-carousel-arrow {
        font-size: 20px;
        padding: 8px;
    }
}
/* END Gallery Carousel for Product Categories */

/* Misc Astra + WooCommerce Styles */

.ast-single-post.ast-page-builder-template .site-main > article, .woocommerce.ast-page-builder-template .site-main {
  padding: 0;
}





.attribute-checkbox {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    border: 1px solid var(--border-color);
    border-radius: 4px;
    background: white;
    cursor: pointer;
    position: relative;
    margin-right: 8px;
    transition: all 0.2s ease;
    display: inline-block;
    vertical-align: middle;
}

.attribute-checkbox:hover {
    border-color: var(--primary-orange);
    background: rgba(255, 107, 53, 0.05);
}

.attribute-checkbox:checked {
    background: var(--primary-orange);
    border-color: var(--primary-orange);
}

.attribute-checkbox:checked::after {
    content: '';
    position: absolute;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.attribute-checkbox:focus {
    outline: none;
}

.attribute-filters-wrapper label {
    display: inline-flex !important;
    align-items: center;
    cursor: pointer;
    transition: color 0.2s ease;
    margin-right: 20px;
    margin-bottom: 10px;
    font-size: 0.9rem;
}

.attribute-filters-wrapper label:hover {
    color: var(--primary-orange);
}

.woocommerce-js.single-product .sale:not(.ast-product-gallery-layout-vertical-slider)>span.onsale {
    top: -1em !important;
}

.woocommerce-js.single-product .sale>span.onsale {
    font-size: 1em;
    left: -1em !important;
}

.woocommerce span.onsale, .wc-block-grid__product .wc-block-grid__product-onsale {
    background-color: var(--primary-orange) !important;
    color: #ffffff;
}