.elementor-3808 .elementor-element.elementor-element-c65f535{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-theme-archive-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-product__title, .elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .woocommerce-loop-category__title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price{color:var( --e-global-color-primary );font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price ins .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products{--products-title-color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.products-heading-show .related-products > h2, .elementor-widget-wc-archive-products.products-heading-show .upsells > h2, .elementor-widget-wc-archive-products.products-heading-show .cross-sells > h2{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del .amount{color:var( --e-global-color-primary );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .price del {font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products ul.products li.product .button{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products.elementor-wc-products .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-widget-wc-archive-products .elementor-products-nothing-found{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-3808 .elementor-element.elementor-element-f4cb9e2.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}.elementor-3808 .elementor-element.elementor-element-f4cb9e2.elementor-wc-products ul.products li.product span.onsale{display:block;}@media(max-width:1024px){.elementor-3808 .elementor-element.elementor-element-f4cb9e2.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}@media(max-width:767px){.elementor-3808 .elementor-element.elementor-element-f4cb9e2.elementor-wc-products  ul.products{grid-column-gap:20px;grid-row-gap:40px;}}/* Start custom CSS for container, class: .elementor-element-c65f535 *//* 1. ARCHIVE TITLE - Sleek & Modern */
.ast-archive-description .ast-archive-title, 
.woocommerce-products-header__title,
.elementor-widget-heading h1 {
    font-size: 42px !important;
    color: #002d5b !important; /* Navy Blue */
    font-weight: 900 !important;
    text-transform: uppercase !important;
    letter-spacing: -1px !important;
    text-align: center !important;
    margin-top: 40px !important;
    margin-bottom: 30px !important;
    position: relative;
    line-height: 1.2;
}

/* Title ke niche ek choti gold line professional look ke liye */
.woocommerce-products-header__title::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: #ffcc00; /* Gold */
    margin: 15px auto 0;
    border-radius: 2px;
}

/* 2. PRODUCT GRID - Professional Spacing */
ul.products {
    margin: 40px auto !important;
    display: grid !important;
    gap: 30px !important;
}

/* 3. PRODUCT CARD - 3D Hover Effect */
ul.products li.product {
    background: #ffffff !important;
    border-radius: 15px !important;
    padding: 20px !important;
    border: 1px solid #f0f4f8 !important;
    box-shadow: 0 10px 20px rgba(0, 45, 91, 0.05) !important;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1) !important;
    text-align: center !important;
    overflow: hidden !important;
}

ul.products li.product:hover {
    transform: translateY(-12px) !important; /* 3D Lift */
    box-shadow: 0 25px 50px rgba(0, 45, 91, 0.12) !important;
    border-color: #ffcc00 !important; /* Gold Border on Hover */
}

/* 4. IMAGE IN GRID - Perfectly Sized */
ul.products li.product img {
    height: 200px !important; /* Fixed height for symmetry */
    object-fit: contain !important;
    margin-bottom: 20px !important;
    transition: 0.5s ease;
    background: #fff !important;
}

ul.products li.product:hover img {
    transform: scale(1.05); /* Soft zoom on hover */
}

/* 5. PRODUCT TITLE - Clean & Bold */
ul.products li.product .woocommerce-loop-product__title,
ul.products li.product h2 {
    font-size: 16px !important;
    color: #002d5b !important;
    font-weight: 700 !important;
    height: 45px !important;
    overflow: hidden !important;
    margin-bottom: 15px !important;
    line-height: 1.4 !important;
}

/* 6. BUTTONS - MNC Blue Style */
ul.products li.product .button {
    background: #002d5b !important;
    color: #ffffff !important;
    padding: 12px 20px !important;
    border-radius: 8px !important;
    font-size: 13px !important;
    font-weight: 800 !important;
    text-transform: uppercase !important;
    width: 100% !important;
    display: block !important;
    border: none !important;
    box-shadow: 0 4px 10px rgba(0, 45, 91, 0.2) !important;
    transition: 0.3s !important;
    margin-top: 10px !important;
}

ul.products li.product .button:hover {
    background: #ffcc00 !important;
    color: #002d5b !important;
    transform: scale(1.02);
}

/* 7. PAGINATION - Clean 3D Circles */
.woocommerce-pagination ul.page-numbers {
    border: none !important;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.woocommerce-pagination ul.page-numbers li span.current,
.woocommerce-pagination ul.page-numbers li a {
    border-radius: 50% !important;
    width: 40px !important;
    height: 40px !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    background: #fff !important;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05) !important;
    border: 1px solid #eee !important;
}

.woocommerce-pagination ul.page-numbers li span.current {
    background: #002d5b !important;
    color: #fff !important;
}

/* 8. MOBILE & TABLET RESPONSIVE */
@media (max-width: 1024px) {
    ul.products { grid-template-columns: repeat(2, 1fr) !important; }
}

@media (max-width: 600px) {
    ul.products { grid-template-columns: 1fr !important; }
    .ast-archive-description .ast-archive-title { font-size: 30px !important; }
    ul.products li.product { padding: 15px !important; }
}/* End custom CSS */