/*
Theme Name: Mezan Child
Template: mezan
Description: Child theme for Mezan
Version: 1.0.0
*/
@font-face {
    font-family: 'TT Norms W03';
    src: url(./fonts/tt-regular.woff) format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
.custom-shop-container {
    padding: 50px!important;
}

.single-shop-container {
    padding: 0px 50px 50px 50px !important;
}

.single-product #header-wrapper{
    margin: 0 0 20px !important;
}
.wdt-sticky-column:nth-child(2){
	flex-direction:column;
}
.cpf-section.myright-section .tc-section-inner-wrap {
    background-color: #f7f2ed;
    padding: 15px;
}
.tc-extra-product-options .tmcp-field-wrap .price.tc-price {
    font-size: 1em !important;
    background: none !important;
	margin-bottom: 0 !important;
}
.mycus-radio-ul li.tmcp-field-wrap.tm-per-row.tc-mode-text.tc-active .tc-epo-text-wrapper {
    background-color: #265877;
    color: #fff;
    border: none;
}
.single-product.woocommerce div.product div.images .woocommerce-product-gallery__image a{
	height: 400px;
    width: 100%;
    position: relative;
    max-height: 470px;
	border: 1px solid #d9d6ca;
	margin: 20px 0;
    border: none !important;
}
.single-product.woocommerce div.product div.images img{
	    width: 100%;
    height: 100%;
    box-shadow: none;
    object-fit: contain;
}
.tc-colors-container .tmhexcolorimage{
	padding-top: 40px !important;
}
.custom-shop-wrapper{
    margin-bottom: 60px;
	font-family: TT Rounds W05, TT Norms W03, Helvetica, Arial, sans-serif;
}
.product-title{
	font-family: TT Rounds W05, TT Norms W03, Helvetica, Arial, sans-serif;
	color:#3c3c46;
}
.add-to-cat-btn a{
	font-weight: bold !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    background-color: var(--wdtPrimaryColor);
	margin-top:10px;
}
.add-to-cat-btn a:hover{
	     color: var(--wdtAccentTxtColor);
	    background-color: var(--wdtSecondaryColor);
}
.product-item:hover{
	border-color: #ece8dc;

}
.product-item:hover .product-title{
	color: #fec524;

}
.page-template-custom-shop-template-php , .woocommerce-shop , .tax-product_cat{
	    background: #faf8f7;
}
.wdt-header-menu .wdt-primary-nav li a {
    color: var(--wdtHeadAltColor)!important;
}
.wdt-header-menu .wdt-primary-nav li a:hover{
    color: var(--wdtPrimaryColor)!important;
}
.page-template-custom-shop-template-php .wdt-header-menu .wdt-primary-nav li a {
    color: var(--wdtHeadAltColor)!important;
}
.page-template-custom-shop-template-php .wdt-header-menu .wdt-primary-nav li a:hover{
    color: var(--wdtPrimaryColor)!important;
}
.page-template-custom-shop-template-php .wdt-dark-bg .wdt-header-menu > .menu-container > .wdt-primary-nav > li.current-menu-item > a{
	color: var(--wdtPrimaryColor)!important;
}
.single-product .wdt-dark-bg .wdt-header-menu > .menu-container > .wdt-primary-nav > li.current-menu-item > a{
	color: var(--wdtPrimaryColor)!important;
}
.single-product .dark-bg-breadcrumb{
    display: none;
}
.single-product .woocommerce-breadcrumb{
    color: #3c3c46;
    text-decoration: none;
    font-family: TT Rounds W05, TT Norms W03, Helvetica, Arial, sans-serif;
    font-size: 16px;
    border-bottom: 0px;
}
.single-product .woocommerce-breadcrumb a:hover{
    text-decoration: underline;
}
.products-section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    justify-content: center;
}
.price-badge{
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
.energy-badge::after{
    border-bottom-color: rgba(0, 0, 0, 0);
    border-left-color: rgba(0, 0, 0, 0);
    border-right-color: #19b15a;
    border-top-color: rgba(0, 0, 0, 0);
    border-width: 17px 17px 17px 0px !important;
    right: 61px !important;
    border-style: solid;
    content: "";
    position: absolute;
    top: 3px !important;
    z-index: 500;
    height: 34px;
}
.product-item {
    border: 2px solid #fff;
    padding: 35px 25px 35px 25px;
    text-align: left;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    justify-content:space-between;
    background: #f9f8f8;
    transition: background-color .25s ease;
}
	
.save-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #ffd600;
    color: #222;
    font-weight: bold;
    padding: 6px 18px;
    border-radius: 3px;
    font-size: 15px;
    z-index: 2;
}
.product-item img {
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
}
.product-title {
    font-size: 22px;
     margin: 20px 0 10px 0;
    font-weight: 700;
}
.product-details {
    font-size: 16px;
    color: #444;
    margin-bottom: 18px;
}
.price-section {
    display: flex;
    flex-direction: column;
}
.price {
    font-size: 28px;
    color: #111;
    font-weight: bold;
}
.old-price {
    text-decoration: line-through;
    color: #888;
    font-size: 18px;
    margin-left: 5px;
}
.energy-badge {
    background: #19b15a;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    margin-left: 12px;
    display: inline-block;
    vertical-align: middle;
    padding: 2px 8px 0 4px;
    padding-left: 17px !important;
    padding-right: 5px !important;
    height: 34px;
    line-height: 32px;
    padding-left: 17px !important;
    padding-right: 5px !important;
    width: 60px;
}
.energy-badge.a-plusplus {
    background: #2ecc40;
}
.energy-badge.aplusplus {
    background: #2ecc40;
}
.energy-badge.aplusplusplus {
    background: #00b894;
}
.energy-badge.aplusplusplusplus {
    background: #00b894;
}
.installation-price {
    font-size: 15px;
    color: #222;
    margin-bottom: 18px;
}
.buy-btn {
    display: inline-block;
    background: #ffd600;
    color: #222;
    font-weight: bold;
    padding: 10px 22px;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 16px;
    transition: background 0.2s;
}
.buy-btn:hover {
    background: #ffb300;
}
.compare-link {
    color: #444;
    font-size: 15px;
    margin-top: 8px;
    cursor: pointer;
    text-decoration: underline;
}
.variant-highlights {
    display: flex
;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    flex-direction: column;
}
.variant-highlight {
    color: #3c3c46;
    border-radius: 16px;
    font-size: 15px;
}
.price-starting-from {
    font-size: 16px;
    color: #3c3c46;
     font-weight: bold;
    margin-bottom: 10px;
}
.aplusplus-badge {
    display: inline-block;
    background: #2ecc40;
    color: #fff;
    font-weight: bold;
    padding: 3px 14px;
    border-radius: 4px;
    font-size: 16px;
    margin-bottom: 8px;
    margin-right: 8px;
}
.product-image-wrapper{
    width: 332px !important;
    height: 160px;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    /* margin: 0 auto; */
    display: flex
;
    align-items: center;
    justify-content: center;
}
.product-image-wrapper img{
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}
/* --- Filter Bar Styling --- */
.shop-filters {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid #eee;
    padding-bottom: 30px;
}
#ajax-filter-form {
    display: flex;
    flex-direction: column;
	    position: relative;
}
.filter-actions{
	position: absolute;
    bottom: -72px;
    z-index: 9;
    background: #fff;
}
.filter-bar-top, .filter-bar-bottom {
    display: flex;
    gap: 32px;
    align-items: flex-end;
    flex-wrap: wrap;
    justify-content: space-between;
}
.filter-bar-bottom{
    
    justify-content: flex-start;

}
.filter-group {
    display: flex;
    flex-direction: column;
    min-width: 220px;
}
.filter-group label {
    font-weight: bold;
    margin-bottom: 8px;
}
#brand, #sort {
    padding: 10px 16px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 16px;
    background: #fff;
    min-width: 180px;
}
#price-slider {
    margin: 10px 0 0 0;
    width: 220px;
    height: 8px;
    background: #eee;
    border-radius: 4px;
    position: relative;
}

/* Range sliders for heating power and temperature */
#standard-power-slider, #additional-power-slider, #min-temp-slider {
    margin: 10px 0 0 0;
    width: 220px;
    height: 8px;
    background: #eee;
    border-radius: 4px;
    position: relative;
}
#min-temp-slider , #price-slider  ,#standard-power-slider, #additional-power-slider{
    z-index: 0 !important;
}
.ui-slider-handle {
    background: #ffd600 !important;
    border: 2px solid #265877 !important;
    width: 24px !important;
    height: 24px !important;
    top: -8px !important;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.ui-slider-range {
    background: #ffd600 !important;
}
#price-min, #price-max {
    font-weight: 500;
    font-size: 15px;
    margin-top: 6px;
}

/* Range value displays for heating power and temperature */
#standard-power-min, #standard-power-max,
#additional-power-min, #additional-power-max,
#min-temp-min, #min-temp-max {
    font-weight: 500;
    font-size: 15px;
    margin-top: 6px;
}
#apply-filters, #reset-filters {
    padding: 10px 18px;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    margin-top: 22px;
    display: flex;
    align-items: center;
    gap: 6px;
}
#apply-filters {
    background: #ffd600;
    color: #222;
    margin-right: 8px;
}
#apply-filters::before {
    content: '\2699';
    font-size: 18px;
    margin-right: 6px;
}
#reset-filters {
    background: #fff;
    color: #222;
    border: 1px solid #ddd;
}
#product-count {
    text-align: right;
    color: #444;
    font-size: 15px;
    font-weight: 500;
	    margin: 20px 0;
}
.ui-slider-horizontal .ui-slider-range {
    background: #ffd600;
}
.ui-slider-horizontal .ui-slider-handle {
    border-color: #ffd600;
    background: #ffd600;
}
.page-template-custom-shop-template-php .select2-container--default .select2-selection--single {
    border-radius: 0 !important;
}
.custom-shop-container{
	    background: #fff;
    padding: 20px;
	    margin-bottom: 60px;
}
.filter-actions button{
	    background: transparent !important;
    border: 1px solid #d9d6ca !important;
    border-radius: 4px !important;
    padding: 10px 20px !important;
    font-weight: bold !important;
    border-top-color: transparent !important;
	    margin: 0 !important;
}
.filter-actions button:hover{
	color:#000!important;
}
.filter-actions .open-filter-btn{
	border-right-color: transparent !important;
}
.select2-container.select2-container--default .select2-selection--single .select2-selection__rendered{
    line-height: normal !important;
    padding: 10px !important;
     border-radius: 0 !important;

}
.single-product .product_title {
    font-size: 32px !important;
    text-align: left;
    margin-bottom: 15px !important;
    color: #212529;
    position: relative;
    text-transform: none;
        font-family: 'TT Norms W03';

}
.dark-bg-breadcrumb .breadcrumb, .dark-bg-breadcrumb .breadcrumb span.current, .breadcrumb, .breadcrumb span.current{
color:#fff!important;
}
.single-product p.price {
    margin: 25px 0;
    font-size: 24px !important;
    text-decoration: none;
    font-weight: 400;
    color: #112d48 !important;
    padding-bottom: 20px;
    margin-bottom: 30px !important;
    border-bottom: 1px solid #e1e1e1;
}
.tab-content h4{
	    color: #140829;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    line-height: 1.35;
    margin: 0 0 10px;
    font-size: 18px;
}
.woocommerce a.button{
    border-radius: 4px !important;
    padding: 10px 20px !important;
    font-weight: bold !important;
}
.woocommerce div.product form.cart .button{
    border-radius: 4px !important;
    font-weight: bold !important;
}
.custom-product-tabs .tab-item{
	    padding: 0;

}
.custom-product-tabs .tab-item a{
	margin:0!important;
}
.single-product .custom-product-tabs .tab-item.active a{
    background: #265877;
    border-color: #fff;
   font-weight:normal;
	 color: #fff;
}
.single-product .custom-product-tabs .tab-item a{
    background: #fff;
	 color: #000;
}
.single-product .custom-product-tabs .tabs-nav{
    border: 1px solid #ddd;
    border-bottom: none;
}
.single-product .related.products h2{
	font-size: 36px;
    color: #140829;
    font-family: Roboto, sans-serif;
    text-align: center;
    /* display: inline-block; */
    position: relative;
    text-transform: capitalize;
    padding: 0 50px;
    text-align: center;
}
.single-product .related.products h2:before {
        content: "";
    display: block;
    width: 200px;
    right: 0;
    position: absolute;
    top: 0.7em;
    border-top: 1px solid #e1e1e1;
}
.woocommerce div.quantity .qty{
	border-radius: 4px;
}
.single-product .related.products h2:after {
        content: "";
    display: block;
    width: 200px;
    left: 0;
    position: absolute;
    top: 0.7em;
    border-top: 1px solid #e1e1e1;
}
.tm-extra-product-options .tc-epo-label{
	    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
	font-family: TT Rounds W05, TT Norms W03, Helvetica, Arial, sans-serif;
}

/* Complete Custom Product Tabs Styles */
.custom-product-tabs {
    padding-top: 100px;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.custom-product-tabs .tabs-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #ddd;
    display: flex;
}

.custom-product-tabs .tab-item {
    margin: 0;
}

.custom-product-tabs .tab-item a {
    display: block;
    padding: 15px 20px;
    text-decoration: none;
    color: #333;
    border: 1px solid transparent;
    border-bottom: none;
    background: #f9f9f9;
    margin-right: 5px;
    font-weight: bold;
    font-family: TT Rounds W05, TT Norms W03, Helvetica, Arial, sans-serif;
}

.custom-product-tabs .tab-item.active a {
    background: #fff;
    border-color: #ddd;
    color: #000;
    font-weight: bold;
}

.custom-product-tabs .tabs-content {
    border: 1px solid #ddd;
    border-top: none;
    background: #fff;
}

.custom-product-tabs .tab-panel {
    display: none;
    padding: 20px;
    font-family: TT Rounds W05, TT Norms W03, Helvetica, Arial, sans-serif;
}
.product-template-default .entry-summary .cart{
    border-bottom: none !important;
}

.custom-product-tabs .tab-panel.active {
    display: block;
}

@media screen and (max-width: 768px) {
    .product-grid {
        grid-template-columns: repeat(1, 1fr);
    }
}
.single-product .tm-extra-product-options .tcwidth-50, .tm-extra-product-options .tc-cell.tcwidth-50, .tc-cell.tcwidth-50, .tcwidth-50{
    flex: 0 0 100%;
    max-width: 100%;
}
.single-product .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox li.tmcp-field-wrap{
    flex: 50%;
}
.related.products{
    padding-top: 60px;

    .product-grid {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 30px;
        justify-content: center;
    }
  
    .save-badge {
        position: absolute;
        top: 0;
        right: 0;
        background: #ffd600;
        color: #222;
        font-weight: bold;
        padding: 6px 18px;
        border-radius: 3px;
        font-size: 15px;
        z-index: 2;
    }
    .product-image-wrapper {
        width:  332px !important;
        height: 160px;
        position: relative;
        overflow: hidden;
        text-align: center;
    }
    .product-title {
        font-size: 22px;
        margin: 10px 0 12px 0;
        font-weight: 700;
    }
    .variant-highlights {
        display: flex
    ;
        flex-wrap: wrap;
        gap: 8px;
        margin-bottom: 16px;
        flex-direction: column;
    }
    .variant-highlight {
        color: #222;
        border-radius: 16px;
        font-size: 15px;
    }
    .price-section {
        display: flex
    ;
        flex-direction: column;
    }
    .price-badge {
        display: flex
    ;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }
    .price {
        font-size: 28px;
        color: #111;
        font-weight: bold;
    }
    .energy-badge {
        background: #19b15a;
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        margin-left: 12px;
        display: inline-block;
        vertical-align: middle;
        padding: 2px 8px 0 4px;
        padding-left: 17px !important;
        padding-right: 5px !important;
        height: 34px;
        line-height: 32px;
        padding-left: 17px !important;
        padding-right: 5px !important;
        width: 60px;
    }
    .energy-badge::after {
        border-bottom-color: rgba(0, 0, 0, 0);
        border-left-color: rgba(0, 0, 0, 0);
        border-right-color: #19b15a;
        border-top-color: rgba(0, 0, 0, 0);
        border-width: 17px 17px 17px 0px !important;
        right: 61px !important;
        border-style: solid;
        content: "";
        position: absolute;
        top: 3px !important;
        z-index: 500;
        height: 34px;
    }
    .old-price {
        text-decoration: line-through;
        color: #888;
        font-size: 18px;
        margin-left: 5px;
    }
    .price-starting-from {
        font-size: 16px;
        color: #333;
        font-weight: 500;
        margin-bottom: 10px;
    }
    .product-image-wrapper img {
        max-width: 100%;
        max-height: 100%;
        object-fit: contain;
    }
}
@media screen and (max-width: 768px) {
    /* Hide all filters by default on mobile */
    #filter-bar-top, #categories-row {
        display: none !important;
    }
    
    /* Show filters when they have the 'show' class */
    #filter-bar-top.show, #categories-row.show {
        display: flex !important;
    }
    
    .filter-group{
        min-width: 150px;
    }
    
    /* Mobile styles for range sliders */
    #price-slider, #standard-power-slider, #additional-power-slider, #min-temp-slider {
        width: 180px;
    }
    
    #price-min, #price-max,
    #standard-power-min, #standard-power-max,
    #additional-power-min, #additional-power-max,
    #min-temp-min, #min-temp-max {
        font-size: 13px;
    }
    .related.products  .product-grid  {
      
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 30px;
        justify-content: center;
    }
	.single-product .related.products h2{
		    font-size: 20px;
	}
	.single-product .related.products h2:before , .single-product .related.products h2:after{
    	width: 50px;
	}
	.custom-product-tabs{
		padding-top:50px!important;
	}
}

/* Ensure proper separation between summary, tabs, and related products */
.single-product .summary.entry-summary {
    margin-bottom: 30px;
    clear: both;
}

.single-product .custom-product-tabs-container {
    margin-top: 30px;
    margin-bottom: 30px;
    clear: both;
}

.single-product .related.products {
    margin-top: 30px;
    clear: both;
}

/* Ensure tabs don't inherit summary styles */
.single-product .custom-product-tabs-container .custom-product-tabs {
    position: relative;
    z-index: 1;
}

/* Ensure related products don't inherit summary styles */
.single-product .related.products {
    position: relative;
    z-index: 1;
}

/* Product Badges/Tags */
.product-badges {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.badge {
    padding: 8px 16px;
    border-radius: 4px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.efficiency-badge {
    background: #007bff;
    color: #fff;
}

.energy-class-badge {
    background: #28a745;
    color: #fff;
}

.save-badge {
    background: #ffc107;
    color: #222;
}

/* Product Features Styling */
.product-features {
    padding: 24px 30px;
}
.single-prd-details{
    background: #f2f2f3;
}
.features-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}

.feature-icon {
    color: #28a745;
    font-weight: bold;
    font-size: 8px;
}

.feature-text {
    color: #3c3c46;
    font-size: 14px;
    line-height: 1.4;
}

.woocommerce-product-gallery--with-images .featured-tag {
    display: none !important;
}

.woocommerce-product-gallery--with-images .onsale {
    display: none !important;
}

/* Product Pricing Styling */
.product-pricing {
    margin: 30px 0;
    padding: 20px 0;
   display:flex!important;
   justify-content: space-between;
   position: relative;
}

.price-row {
    display: flex;
    flex-direction: column;
}

.price-row:last-child {
    margin-bottom: 0;
}


.price-label {
    font-size: 12px;
    font-family: TT Rounds W05, TT Norms W03, Helvetica, Arial, sans-serif;
    color: #000;
    font-weight: bold;
    text-transform: uppercase;
}
.price-row-sale .price-label{
    color:#08a758;
}
.regular-price {
    text-decoration: line-through;
    color: #000;
    font-size: 16px;
    font-family: TT Rounds W05, TT Norms W03, Helvetica, Arial, sans-serif;
    font-weight: bold;
}

.current-price {
    color: #08a758;
    font-size: 32px;
    font-family: TT Rounds W05, TT Norms W03, Helvetica, Arial, sans-serif;
    font-weight: 700;
}

.starting-price {
    color: #3c3c46;
    font-size: 16px;
    font-weight: 500;
}

.read-more-link {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
    margin-left: 10px;
}

.read-more-link:hover {
    text-decoration: underline;
}

/* Product Variations Styling */
.product-variations {
    padding: 15px 30px;
	display: flex !important;
	justify-content:space-between;
    border-bottom: 1px solid #d9dadd;
    border-top: 1px solid #d9dadd;
    position: relative;
}
.product-variations::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 80%;
    background: #d9dadd;
    
}
.archive .dark-bg-breadcrumb{
    display: none!important;
}
/* .product-pricing::before{
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 1px;
    height: 80%;
    background: #d9dadd;
    
} */
.product-pricing::before{
    display: none!important;
}
.variation-option {
    margin-bottom: 20px;
}

.variation-option:last-child {
    margin-bottom: 0;
}

.variation-label {
    margin-bottom: 10px;
    font-size: 16px;
    color: #3c3c46;
}

.variation-label strong {
    font-weight: 700;
    color: #3c3c46;
}

.current-selection {
    color: #666;
    font-weight: 400;
    margin-left: 5px;
}

.variation-options {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.variation-option-btn {
    padding: 10px 8px!important;
    border: 1px solid #ddd!important;
    background: #fff!important;
    color: #3c3c46!important;
    border-radius: 6px!important;
    cursor: pointer;
    font-size: 16px!important;
    font-weight: 500!important;
    transition: all 0.2s ease!important;
    text-align: center!important;
    height: 45px!important;
    line-height: 27px!important;
    margin-top: 10px!important;
    min-width: 65px!important;
    font-family: TT Rounds W05, TT Norms W03, Helvetica, Arial, sans-serif;
}

.variation-option-btn:hover {
    border-color: #fec524;
    background: #fff;
    color: #3c3c46;
}

.variation-option-btn.selected {
    background: #000!important;
    color: #fff!important;
    border-color: #000!important;
    text-transform: inherit;
}

.variation-option-btn.selected:hover {
    background: #000!important;
    border-color: #000!important;
}

/* Color swatch styling */
.variation-option-btn.color-swatch {
    width: 20px!important;
    height: 20px!important;
    border-radius: 50%!important;
    min-width: auto!important;
    padding: 0!important;
    position: relative!important;
    border: 2px solid #ddd!important;
    display: flex!important;
    align-items: center!important;
    justify-content: center!important;
}

.variation-option-btn.color-swatch.selected {
    border-color: transparent!important;
    background-color: transparent !important;
    box-shadow: 0 0 0 2px #fff, 0 0 0 4px #000!important;
}

.variation-option-btn.color-swatch .color-name {
    display: none;
}

.variation-option-btn.color-swatch:hover {
    transform: scale(1.1);
    border-color: #fec524;
}
.woocommerce div.product.type-product > div.images{
    width: 46% !important;
}
.woocommerce div.product.type-product > div.summary {
    width: 50% !important;
    margin: 0 0 0 4%;
}
/* .woocommerce-product-gallery .flex-viewport{
    border: 1px solid rgb(217, 214, 202);
    border-radius: 6px;
    cursor: pointer;
    display: flex;
       height: 100% !important;
    max-height: 480px;
    position: relative;
} */
/* .woocommerce-product-gallery__wrapper , .woocommerce-product-gallery__image ,.woocommerce-product-gallery .flex-viewport a{
    height: 100% !important;

} */
/* .woocommerce-product-gallery .flex-viewport img{
    height: 100% !important;
    width: 100% !important;
    object-fit: contain !important;
}
.variations_form.cart .variations{
    display: none !important;
    } */

/* Hide default WooCommerce price displays */
.woocommerce-variation-price,
.woocommerce-variation-price .price,
.woocommerce-variation-price .amount,
.woocommerce-variation-price .del,
.woocommerce-variation-price .ins,
.woocommerce-variation-price .woocommerce-Price-amount,
.woocommerce-variation-price .woocommerce-Price-currencySymbol {
    display: none !important;
}

/* Hide any other default price displays */
.woocommerce-Price-amount,
.woocommerce-Price-currencySymbol,
.woocommerce-variation-price-display,
.woocommerce-variation-price-display .price,
.woocommerce-variation-price-display .amount,
.woocommerce-variation-price-display .del,
.woocommerce-variation-price-display .ins {
    display: none !important;
}

/* Hide variation price completely */
.woocommerce-variation-price-display,
.woocommerce-variation-price-display * {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
}

/* Mobile responsive for variations */
@media screen and (max-width: 768px) {
    .product-badges {
        top: 10px;
        left: 10px;
        gap: 8px;
    }
    
    .badge {
        padding: 6px 12px;
        font-size: 12px;
    }
    
    .product-features {
        padding: 15px;
        margin: 20px 0;
    }
    
    .features-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
    
    .product-pricing {
        padding: 15px;
        margin: 20px 0;
    }
    
    .price-row {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
    
    .current-price {
        font-size: 20px;
    }
    
    .product-variations {
        flex-direction: column;
    }
    .product-variations::before{
        display: none;
    }
    .variation-options {
        gap: 8px;
    }
    
    .variation-option-btn {
        padding: 6px 12px;
        font-size: 13px;
        min-width: 70px;
    }
    
    .variation-option-btn.color-swatch {
        width: 40px;
        height: 40px;
    }
	.meezan-products-shortcode{
		grid-template-columns: repeat(1, 1fr)!important;
	}
	.elementor-element-d2c69ee .xoo-wsc-cart-trigger{
		    justify-content: end;
	}
	.xoo-wsc-menu-item{
		display:none!important;
	}
}
/* Category-specific styles for consistency */
.category-item {
    border: 2px solid #fff;
    padding: 25px 20px 20px 20px;
    text-align: left;
    border-radius: 6px;
    position: relative;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #f9f8f8;
    transition: background-color .25s ease;
    list-style: none;
    margin: 0;
}

.category-item:hover {
    border-color: #ece8dc;
    background-color: #f5f5f5;
}

.category-item:hover .category-title a {
    color: #fec524;
}

.category-content-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.category-badges {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.category-image-wrapper {
    height: 160px;
    position: relative;
    overflow: hidden;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

.category-image-wrapper img {
    max-width: 100%;
    height: auto;
    object-fit: contain;
}

.category-title {
    font-size: 22px;
    margin: 20px 0 10px 0;
    font-weight: 700;
}

.category-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.2s ease;
}

.category-highlights {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 16px;
    flex-direction: column;
}

.category-price-section {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

.category-price-badge {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.category-installation-price {
    font-size: 15px;
    color: #222;
    margin-bottom: 18px;
}

.category-price-starting-from {
    font-size: 16px;
    color: #3c3c46;
    font-weight: bold;
    margin-bottom: 10px;
}

.category-short-des {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.5;
}

.category-features {
    margin-bottom: 15px;
}

.category-tabs-preview {
    margin-bottom: 15px;
}

.category-tabs-preview .tabs-nav {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.category-tabs-preview .tab-item {
    background: #f0f0f0;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 12px;
    color: #666;
    border: 1px solid #ddd;
}

.category-tabs-preview .tab-item.more-tabs {
    background: #007cba;
    color: #fff;
    border-color: #007cba;
}

.category-read-more-btn {
    margin-top: auto;
}

.category-read-more-btn a {
    display: inline-block;
    background: #ffd600;
    color: #222;
    font-weight: bold;
    padding: 10px 22px;
    border-radius: 4px;
    text-decoration: none;
    margin-bottom: 10px;
    font-size: 16px;
    transition: background 0.2s;
    text-align: center;
    width: 100%;
}

.category-read-more-btn a:hover {
    background: #ffb300;
    text-decoration: none;
}

/* Add to cart button states */
.single_add_to_cart_button {
    transition: all 0.3s ease;
}

.single_add_to_cart_button:hover {
    background-color: #005a8b;
    transform: translateY(-1px);
}

.single_add_to_cart_button:disabled,
.single_add_to_cart_button.disabled {
    background-color: #6c757d !important;
    color: #fff !important;
    cursor: not-allowed !important;
    opacity: 0.6;
}

.single_add_to_cart_button:disabled:hover,
.single_add_to_cart_button.disabled:hover {
    background-color: #6c757d !important;
    transform: none !important;
}

/* Override WooCommerce's variation selection needed state */
.single_add_to_cart_button.wc-variation-selection-needed {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
}

/* Ensure button is always visible regardless of WooCommerce state */
.single_add_to_cart_button {
    display: inline-block !important;
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    margin-top: 15px;
    padding: 12px 24px;
    background-color: #007cba;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
}
.variations_form.cart .variations{
display: none !important;
}

/* Responsive design */
@media (max-width: 768px) {
    .features-grid {
        grid-template-columns: 1fr;
    }
    
    .variation-options {
        gap: 8px;
    }
    
    .variation-option-btn {
        padding: 6px 12px;
        font-size: 13px;
        min-width: 70px;
    }
    
    .current-price {
        font-size: 20px;
    }
    
    /* Category responsive styles */
    .category-item {
        padding: 20px 15px 15px 15px;
    }
    
    .category-title {
        font-size: 18px;
        margin: 15px 0 8px 0;
    }
    
    .category-image-wrapper {
        height: 120px;
    }
    
    .category-badges {
        top: 10px;
        left: 10px;
    }
    
    .badge {
        padding: 3px 6px;
        font-size: 10px;
        min-width: 60px;
    }
    
    .category-highlights {
        margin-bottom: 12px;
    }
    
    .category-features {
        margin-bottom: 12px;
    }
    
    .category-tabs-preview .tabs-nav {
        gap: 6px;
    }
    
    .category-tabs-preview .tab-item {
        padding: 4px 8px;
        font-size: 11px;
    }
}

/* Category grid and section styles */
.category-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    list-style: none;
    padding: 0;
    margin: 0 0 40px 0;
}

.category-section {
    margin-bottom: 40px;
}

.products-section {
    margin-top: 40px;
}

.section-title {
    font-size: 28px;
    font-weight: 700;
    color: #333;
    margin-bottom: 30px;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}

.section-title:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #fec524;
    border-radius: 2px;
}
.add-to-cat-btn{
    margin-top: 15px;
}
.single-product .myleft-section{
	display:none !important;
}
.single-product .cpf-section.myright-section .tc-section-inner-wrap{
    background-color: #f2f2f3;
}
.single-product .out-of-stock{
    display: none !important;
}
/* Responsive category grid */
@media (max-width: 1024px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .category-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .category-section {
        margin-bottom: 30px;
    }
    
    .products-section {
        margin-top: 30px;
        grid-template-columns: repeat(1, 1fr)!important;
    }
    
    .section-title {
        font-size: 24px;
        margin-bottom: 25px;
    }
    #product-count{
        margin-top: 50px!important;
    }
    .single-product .tm-extra-product-options ul.tmcp-ul-wrap.tm-element-ul-checkbox li.tmcp-field-wrap{
        flex: 100%;
    }
}

.product-short-des p {
    font-size: 17px!important
}


.woocommerce .woocommerce-breadcrumb{
    border-bottom: 0px!important;
}

.woocommerce-product-gallery--with-images figure {
    border: 0px!important;
}

/* AJAX pagination styling */
.pagination-wrapper {     
    margin-top: 16px;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: space-around; 
}
.pagination { display: flex!important; gap: 6px; align-items: center; flex-wrap: nowrap; justify-content: center; width: 250px!important; }
.pagination .page-link { 
	appearance: none;
	border: 1px solid #ddd; 
	background: #fff; 
	color: #333; 
	padding: 4px 8px; 
	border-radius: 4px; 
	cursor: pointer; 
	font-weight: 600 !important; 
	font-size: 15px;
	line-height: 1;
	min-width: 28px; 
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.pagination .page-link:hover { border-color: #ffd600; background: #ffd600; color: #222; }
.pagination .page-link.current { border-color: #ffd600; background: #ffd600; color: #222; font-weight: 600; }


.price-badge span.price::before {
    content: none !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.tc-price-wrap span.price::before {
    content: none !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.main-price .current-price::before, .main-price div.current-price::before {
    content: none !important;
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.price-badge span.price {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #333 !important;
}

.main-price .current-price, .main-price div.current-price {
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #0a5a75 !important;
}

.tc-price-wrap span.price {
    font-size: 24px !important;
    font-weight: 600 !important;
    color: #333 !important;
}