.elementor-kit-5{--e-global-color-primary:#FFFFFF;--e-global-color-secondary:#1E1E1E;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-751b431:#FFFFFF;--e-global-color-b5ea8d7:#FFD700;--e-global-color-89d62d7:#333333;--e-global-typography-primary-font-family:"Syne";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Syne";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Syne";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Syne";--e-global-typography-accent-font-weight:500;background-color:#000000;background-image:url("https://rockzs.in/wp-content/uploads/2026/01/bg-axtra-1.png");font-family:"Syne", Sans-serif;background-position:center center;background-repeat:repeat;}.elementor-kit-5 e-page-transition{background-color:#FFBC7D;}.elementor-kit-5 a{font-family:"Syne", Sans-serif;}.elementor-kit-5 h1{font-family:"Syne", Sans-serif;}.elementor-kit-5 h2{font-family:"Syne", Sans-serif;}.elementor-kit-5 h3{font-family:"Syne", Sans-serif;}.elementor-kit-5 h4{font-family:"Syne", Sans-serif;}.elementor-kit-5 h5{font-family:"Syne", Sans-serif;}.elementor-kit-5 h6{font-family:"Syne", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1440px;}.e-con{--container-max-width:1440px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Global WooCommerce Product Styling */

/* Category Titles */
h2.woocommerce-loop-category__title {
    background-color: var(--e-global-color-secondary);
    text-align: center;
    padding: 12px 24px !important;
    font-family: "Syne", Sans-serif !important;
    font-weight: 500;
    font-size: 15px !important;
    color: #fff !important;
}

/* Product List Items */
li.product {
    padding: 12px !important;
    border: 2px dashed #1E1E1E;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Product Titles */
li.product .woocommerce-loop-product__title {
    color: var(--e-global-color-751b431) !important;
    font-weight: 500 !important;
}

/* Add to Cart Buttons */
.woocommerce ul.products li.product .button {
    display: inline-block;
    margin-top: 0.6em;
    width: 100%;
    text-align: center;
    font-size: 14px;
    background-color: var(--e-global-color-secondary);
    color: #fff;
    padding: 12px 24px;
    border: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.woocommerce ul.products li.product .button:hover {
    opacity: 0.9;
}

/* View Cart / Added to Cart Link */
.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart {
    display: inline-block;
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: var(--e-global-color-751b431);
    margin-top: 0.5em;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart:hover {
    opacity: 0.8;
    text-decoration: underline;
}

/* Star Ratings */
.woocommerce ul.products li.product .star-rating {
    font-size: 0.6em;
    color: var(--e-global-color-b5ea8d7);
}

/* Product Prices */
.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price {
    color: var(--e-global-color-751b431);
}

/* Strikethrough Prices (Regular Price) */
.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount {
    opacity: 0.7;
    color: var(--e-global-color-751b431) !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)"; /* IE 8 */
    filter: alpha(opacity=70); /* IE 5-7 */
}

/* Sale Prices */
.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount {
    color: var(--e-global-color-751b431) !important;
    text-decoration: none;
}

/* Hide Sale Badges */
span.onsale {
    display: none !important;
}

/* Select2 Dropdown Styling */

/* Highlighted/Hovered Options */
.select2-container--default .select2-results__option--highlighted[aria-selected],
.select2-container--default .select2-results__option--highlighted[data-selected] {
    background-color: var(--e-global-color-text);
    color: #fff;
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

/* Selected Options */
.select2-container--default .select2-results__option[aria-selected="true"],
.select2-container--default .select2-results__option[data-selected="true"] {
    background-color: var(--e-global-color-text);
    color: #fff;
}

/* Additional Select2 enhancements for better browser support */
.select2-container--default .select2-results__option {
    -webkit-transition: background-color 0.2s ease;
    -moz-transition: background-color 0.2s ease;
    -o-transition: background-color 0.2s ease;
    transition: background-color 0.2s ease;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Browser-specific fallbacks for CSS variables */
@supports not (color: var(--custom)) {
    h2.woocommerce-loop-category__title {
        background-color: #000; /* Fallback color */
        color: #fff;
    }
    
    .woocommerce ul.products li.product .button {
        background-color: #000; /* Fallback color */
    }
    
    .elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart {
        color: #333; /* Fallback color */
    }
    
    .select2-container--default .select2-results__option--highlighted[aria-selected],
    .select2-container--default .select2-results__option--highlighted[data-selected],
    .select2-container--default .select2-results__option[aria-selected="true"],
    .select2-container--default .select2-results__option[data-selected="true"] {
        background-color: #333; /* Fallback color */
        color: #fff;
    }
}

/* IE 10-11 specific fixes */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    li.product {
        box-sizing: border-box;
    }
    
    .select2-container--default .select2-selection--single,
    .select2-container--default .select2-selection--multiple {
        box-sizing: border-box;
    }
}

/* Safari/Webkit specific fixes */
@media not all and (min-resolution:.001dpcm) {
    @supports (-webkit-appearance:none) {
        .woocommerce ul.products li.product .button {
            -webkit-appearance: none;
        }
    }
}


.tinv-wraper.tinv-wishlist.tinvwl-above_thumb-add-to-cart{
    top: 16px;
    left: 16px;
}
.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.tinvwl-product-in-list:before{
    color:#e56969; 
}

.tinv-wishlist .tinvwl_add_to_wishlist_button.tinvwl-icon-heart.no-txt:before{
     color:#e56969; 
}
.e-woocommerce-notices-wrapper{
        padding: 16px 26px 0px;
}
.woocommerce-message{
    margin-bottom: 0px;
}/* End custom CSS */