
/* Enter Your Custom CSS Here */
.New2ndTyres53{text-align:center;font-size:15px;}
.New2ndTyres53 h4{font-size:20px;font-weight:700;margin-top:20px;}
.TestiCont26{font-size:18px;line-height:28px;text-align:center;}
.TestHead25{    margin: 65px 0 !important;}
body.page-id-4753 #motopress-main.main-holder h3 {
    background: #000 !important;
    padding-top: 20px !important;
}
.TyreDiffOthrs24,.TyreDiffOthrs23{font-size:15px;line-height:25px;}
.TyreDiffOthrs24{margin-top:65px !important;}
.TyreDiffOthrs24 img, .TyreDiffOthrs23 img{margin-bottom:-15px;border-radius:5px;}
.Grptrs2ndSec21{background: url(https://www.gtw.kiwi.nz/wp-content/uploads/2016/07/Slide-1-4.jpg);
    padding: 30px 25px;
	color: #fff;}
.Head2ndRw21{margin-top:75px !important;margin-bottom:60px !important;}
.ThrdCol53 .wp-block-column:nth-child(2){padding-top:65px;}
.page-id-4753 h2{font-size:25px;font-weight:700;margin:20px 0;}
.page-id-4753 .title-section{display:none;}
.page-id-4753 h1{margin:15px 0;}
.page-id-4753 p ,.page-id-4753 ul, .page-id-4753 ol{
    font-size: 16px;
}
.page-id-4753 ul li, .page-id-4753 ol li{line-height:25px}
	.hero {
    height: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: url('https://www.gtw.kiwi.nz/wp-content/uploads/2025/04/GripTiresHeroBnr13.jpg') no-repeat center center/cover;
    color: white;
    position: relative;
}

/* Dark overlay */
.hero{margin-bottom:30px;}
.hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.3); /* Adds a dark overlay */
}

/* Hero Content */
.hero-content {
    position: relative;
    z-index: 1;
}

.hero h2 {
   font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.hero p {
   font-size: 1.25rem;
    opacity: 0.9;
    line-height: 1.55rem;
		color:#000;
}

span.amount{
color: #000 !important;
}

body #motopress-main.main-holder .content-holder .products ul li.product .btn, body #motopress-main.main-holder .content-holder ul.products li.product .btn {
	color: #fff;
	background-image: none;
	background-color: #f29200;
}

body #motopress-main.main-holder .content-holder ul.products li.product .btn {
	display: block;
}
body #motopress-main.main-holder .content-holder ul.products li.product a img {
	padding: 0;
}
.woocommerce ul.products li.product .woocommerce-loop-product__title {
	font-size: 20px;
    line-height: 1.2em;
    font-weight: 500;
}

.nav__primary .sf-menu {
    background-color: #262626;
}

/* hide sku from product details page */
span.sku_wrapper {
    display: none;
}
span.posted_in {
    display: block;
    margin: 10px 0;
}
span.tagged_as {
    display: block;
    margin: 10px 0;
}

/* product details tab responsive css */
@media only screen and (max-width: 767px) {
		.hero p {
				font-size: 0.75rem;}
  .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
			display: block;
	}
	.summary .woocommerce-tabs.wc-tabs-wrapper {
		display: none !important;
	}
}
@media only screen and (min-width: 768px) {
  .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
			display: none;
	}
	.summary .woocommerce-tabs.wc-tabs-wrapper {
		display: block !important;
	}
}