:root {
	--wd-text-font: "Inter", Arial, Helvetica, sans-serif;
	--wd-text-font-weight: 400;
	--wd-text-color: #767676;
	--wd-text-font-size: 14px;
	--wd-title-font: "Kanit", Arial, Helvetica, sans-serif;
	--wd-title-font-weight: 600;
	--wd-title-color: #242424;
	--wd-entities-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-entities-title-font-weight: 500;
	--wd-entities-title-color: #333333;
	--wd-entities-title-color-hover: rgb(51 51 51 / 65%);
	--wd-alternative-font: "Lato", Arial, Helvetica, sans-serif;
	--wd-widget-title-font: "Poppins", Arial, Helvetica, sans-serif;
	--wd-widget-title-font-weight: 500;
	--wd-widget-title-transform: uppercase;
	--wd-widget-title-color: #333;
	--wd-widget-title-font-size: 16px;
	--wd-header-el-font: "Rajdhani", Arial, Helvetica, sans-serif;
	--wd-header-el-font-weight: 600;
	--wd-header-el-transform: uppercase;
	--wd-header-el-font-size: 17px;
	--wd-otl-style: dotted;
	--wd-otl-width: 2px;
	--wd-primary-color: rgb(230,0,0);
	--wd-alternative-color: rgb(0,0,0);
	--btn-default-bgcolor: rgb(230,0,0);
	--btn-default-bgcolor-hover: #efefef;
	--btn-accented-bgcolor: rgb(230,0,0);
	--btn-accented-bgcolor-hover: rgb(219,0,0);
	--wd-form-brd-width: 2px;
	--notices-success-bg: #459647;
	--notices-success-color: #fff;
	--notices-warning-bg: #E0B252;
	--notices-warning-color: #fff;
	--wd-link-color: #333333;
	--wd-link-color-hover: #242424;
	--wd-sticky-btn-height: 95px;
}
.wd-age-verify-wrap {
	--wd-popup-width: 500px;
}
.wd-popup.wd-promo-popup {
	background-color: #111111;
	background-image: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-position: left center;
}
.wd-promo-popup-wrap {
	--wd-popup-width: 800px;
}
:is(.woodmart-woocommerce-layered-nav, .wd-product-category-filter) .wd-scroll-content {
	max-height: 223px;
}
.wd-page-title .wd-page-title-bg img {
	object-fit: cover;
	object-position: center center;
}
.wd-footer {
	background-color: #ffffff;
	background-image: none;
}
.product-grid-item .product-title {
	font-weight: 600;
	font-size: 14px;
	color: rgb(26,26,26);
}
:is(.page, .search-no-results, .error404) :is(.wd-page-content, .whb-header) {
	background-color: rgb(255,255,255);
	background-image: none;
}
.wd .product-label.onsale {
	background-color: rgb(230,0,0);
	color: rgb(255,255,255);
}
.wd .product-label.new {
	background-color: rgb(230,0,0);
	color: rgb(255,255,255);
}
.wd .product-label.featured {
	background-color: rgb(230,0,0);
	color: rgb(255,255,255);
}
.wd .product-label.out-of-stock {
	background-color: rgb(26,26,26);
	color: rgb(255,255,255);
}
.mfp-wrap.wd-popup-quick-view-wrap {
	--wd-popup-width: 920px;
}

@media (max-width: 1024px) {
	:root {
		--wd-sticky-btn-height: 95px;
	}

}

@media (max-width: 768.98px) {
	:root {
		--wd-sticky-btn-height: 42px;
	}

}
:root{
--wd-form-brd-radius: 0px;
--btn-default-color: #fff;
--btn-default-color-hover: #333;
--btn-accented-color: #fff;
--btn-accented-color-hover: #fff;
--btn-default-brd-radius: 5px;
--btn-default-box-shadow: none;
--btn-default-box-shadow-hover: none;
--btn-accented-bottom-active: -1px;
--btn-accented-brd-radius: 0px;
--btn-accented-box-shadow: inset 0 -2px 0 rgba(0, 0, 0, .15);
--btn-accented-box-shadow-hover: inset 0 -2px 0 rgba(0, 0, 0, .15);
--wd-brd-radius: 0px;
}



.wd-page-title {
background-color: #0a0a0a;
}

.manual-float-wrapper {
    position: fixed;
    bottom: 25px;
    right: 25px;
    z-index: 9999;
}

.m-whatsapp {
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 2px 4px 12px rgba(0,0,0,0.3);
    transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.m-whatsapp:hover {
    transform: scale(1.1);
}

@media (max-width: 768px) {
    .manual-float-wrapper {
        bottom: 20px;
        right: 20px;
    }
    .m-whatsapp {
        width: 50px;
        height: 50px;
    }
}

/* Increase Touch Target size for Mobile Accessibility */
@media (max-width: 768px) {
    /* Add spacing between category links and titles */
    .product-grid-item .wd-entities-title, 
    .product-grid-item .block-title,
    .product-grid-item a {
        padding: 8px 0; /* Vertical padding for easier tapping */
        display: inline-block;
        line-height: 1.4;
    }

    /* Space out the category tags so they don't overlap */
    .product-grid-item .wd-product-cats a,
    .product-grid-item .wd-product-brands-links a {
        margin-bottom: 10px;
        margin-right: 10px;
        padding: 5px 0;
        display: inline-block;
    }

    /* Ensure the "Add to Cart" or "Select Options" buttons have enough height */
    .wd-add-btn > a {
        min-height: 44px; /* Google's recommended minimum touch height */
        display: flex;
        align-items: center;
        justify-content: center;
    }
}


/* From Here new css is starting by Khizer */

/* 1. Directly darken the image pixels (Bypasses WoodMart layout entirely) */
.rhino-banner img {
    filter: brightness(0.6) !important; /* 40% brightness = 60% dark tint */
    transition: filter 0.3s ease !important;
}

/* Darken even more on hover */
.rhino-banner:hover img {
    filter: brightness(0.2) !important; /* 20% brightness */
}

/* 2. Premium Red Button */
.rhino-banner .btn {
    background-color: #E60000 !important;
    color: #FFFFFF !important;
    text-transform: uppercase !important;
    font-weight: 800 !important;
    border-radius: 0px !important;
    border: none !important;
}

.rhino-banner .btn:hover {
    background-color: #CC0000 !important;
}


/* Move product badges to the top-right to clear watermarks */
.product-labels {
    left: auto !important;
    right: 15px !important;
}


/* 1. Kill the cheap grey borders on product cards */
.product-grid-item, 
.product-grid-item .product-element-top,
.product-grid-item .product-wrapper {
    border: none !important;
    outline: none !important;
    background: #ffffff !important;
}

/* 2. Add a premium agency hover shadow and lift effect */
.product-grid-item {
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1) !important;
    padding: 10px !important; /* Gives the wheel room to breathe */
}

.product-grid-item:hover {
    box-shadow: 0 15px 35px rgba(0,0,0,0.08) !important;
    transform: translateY(-5px) !important;
    z-index: 20 !important;
}


/* Safe 1:1 Aspect Ratio for Product Images */
.product-grid-item .product-element-top img {
    width: 100% !important;
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    object-fit: cover !important;
    object-position: center !important;
}


/* 1. FORCE TITLES AND PRICES TO ALWAYS SHOW */
.product-grid-item .wd-entities-title,
.product-grid-item .price {
    opacity: 1 !important;
    visibility: visible !important;
    display: block !important;
}

/* 2. HIGH-END EDITORIAL TYPOGRAPHY */
.product-grid-item .wd-entities-title {
    font-size: 13px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    margin-top: 15px !important;
    margin-bottom: 4px !important;
}

.product-grid-item .wd-entities-title a {
    color: #1a1a1a !important;
}

/* Mute the price for a high-end feel */
.product-grid-item .price {
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #888888 !important; 
}

/* 3. CINEMATIC IMAGE HOVER (Slow scale instead of bouncy shadow) */
.product-grid-item .product-element-top {
    overflow: hidden !important;
    background: #ffffff !important;
}

.product-grid-item .product-element-top img {
    transition: transform 0.8s cubic-bezier(0.25, 1, 0.5, 1) !important;
}

.product-grid-item:hover .product-element-top img {
    transform: scale(1.05) !important;
}

/* Ensure the card itself doesn't jump */
.product-grid-item {
    transition: none !important;
}
.product-grid-item:hover {
    transform: none !important;
    box-shadow: none !important;
}



/* 1. STRICT CENTER ALIGNMENT & SPACING */
.product-grid-item .wd-product-info {
    text-align: center !important;
    padding-top: 15px !important;
}

/* 2. FORCE 1-LINE TITLES (The Symmetry Fix) */
.product-grid-item .wd-entities-title {
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    text-transform: uppercase !important;
    color: #1a1a1a !important;
    
    /* This cuts off long titles and adds '...' to keep the grid mathematically perfect */
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
    margin-bottom: 5px !important;
}

/* 3. MUTE THE CATEGORIES */
.product-grid-item .wd-product-cats {
    font-size: 10px !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    color: #999999 !important;
    margin-bottom: 8px !important;
}

.product-grid-item .wd-product-cats a {
    color: #999999 !important;
}

/* 4. HIGH-END PRICE STYLING */
.product-grid-item .price {
    font-size: 13px !important;
    color: #1a1a1a !important;
    font-weight: 600 !important;
}
/* Make the crossed-out old price super subtle */
.product-grid-item .price del {
    color: #cccccc !important; 
    font-size: 11px !important;
    font-weight: 400 !important;
    margin-right: 5px !important;
}

/* 5. LUXURY BADGES (Kill the bright red) */
.product-grid-item .product-labels .onsale {
    background-color: #1a1a1a !important; /* Sleek charcoal instead of clearance red */
    color: #ffffff !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    letter-spacing: 1px !important;
    border-radius: 0px !important; /* Sharp architectural corners */
    padding: 5px 10px !important;
}


/* 1. Ensure the line stays inside the column */
.custom-spec-box {
    position: relative;
    overflow: hidden;
}

/* 2. Build the invisible red racing line */
.custom-spec-box::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #E60000; /* Your aggressive brand red */
    
    /* Hide it initially by scaling it to 0 */
    transform: scaleX(0); 
    
    /* Make it animate smoothly from the center */
    transform-origin: center; 
    transition: transform 0.35s cubic-bezier(0.25, 1, 0.5, 1);
}

/* 3. Expand the line smoothly on hover */
.custom-spec-box:hover::after {
    transform: scaleX(1);
}

/* Apply frosted glass blur to the sticky header */
.whb-sticked .whb-general-header {
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;
}



/* 1. HUSKY Main Container */
.woof {
    background-color: #111111 !important;
    padding: 30px !important;
    border: 1px solid #333333 !important;
    border-radius: 5px !important;
}

/* 2. Target the Hidden Redraw Zone to force Horizontal Layout */
.woof .woof_redraw_zone {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 20px !important;
    width: 100% !important;
}

/* 3. Dropdown Wrappers */
.woof .woof_container,
.woof .woof_submit_search_form_container {
    flex: 1 !important;
    min-width: 200px !important;
    margin: 0px !important;
    padding: 0px !important;
    clear: none !important;
}

/* 4. Hide the Default Titles (Year, Brand, Model) */
.woof h4 {
    display: none !important;
}

/* 5. Style the Dropdown Select Box */
.woof select.woof_select {
    background-color: #000000 !important;
    border: 1px solid #444444 !important;
    color: #ffffff !important;
    padding: 0 20px !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    font-size: 14px !important;
    letter-spacing: 1px !important;
    height: 50px !important;
    width: 100% !important;
}

/* 6. FIX FOR INVISIBLE TEXT: Force options to have dark backgrounds */
.woof select.woof_select option {
    background-color: #111111 !important;
    color: #ffffff !important;
}

/* 7. Style the 'FILTER' Button */
.woof button.woof_submit_search_form {
    background-color: #E60000 !important; /* Aggressive Red */
    color: #ffffff !important;
    border-radius: 0px !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    letter-spacing: 1.5px !important;
    border: none !important;
    width: 100% !important;
    height: 50px !important;
    cursor: pointer !important;
    margin: 0 !important;
    transition: all 0.3s ease !important;
}

.woof button.woof_submit_search_form:hover {
    background-color: #cc0000 !important;
}

/* 8. Hide the Reset Button */
.woof button.woof_reset_search_form {
    display: none !important;
}


.websync-fitment-bar {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    gap: 20px !important;
    background-color: #0F0F0F !important; /* Slightly deeper luxury black */
    padding: 35px !important;
     border: none !important;
    border-radius: 0px !important; /* Square edges look more industrial/premium than rounded */
    width: 100% !important;
    box-sizing: border-box !important;
}

.websync-fitment-bar select {
    background-color: #000000 !important;
    border: 1px solid #2A2A2A !important; /* Soft dark border */
    color: #ffffff !important;
    padding: 0 40px 0 20px !important;
    border-radius: 0px !important;
    text-transform: uppercase !important;
    font-size: 13px !important; /* Slightly smaller looks sharper */
    letter-spacing: 1.5px !important;
    height: 52px !important; /* Standard premium form element height */
    transition: border-color 0.3s ease !important;
}

.websync-fitment-bar select:focus {
    border-color: #E60000 !important; /* Red highlight line on interaction */
}

.websync-fitment-bar button#fitment-submit {
    background-color: #E60000 !important;
    color: #ffffff !important;
    border-radius: 0px !important;
    font-weight: 800 !important; /* Extra punchy */
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    border: none !important;
    height: 52px !important;
}

.websync-fitment-bar {
	 border: none !important;}

.spin-wheel img{
  animation: spinWheel 18s linear infinite;
}
@keyframes spinWheel{
  from{ transform: rotate(0deg); }
  to{ transform: rotate(360deg); }
}