.elementor-kit-6{--e-global-color-primary:#86002D;--e-global-color-secondary:#4B0082;--e-global-color-text:#333333;--e-global-color-accent:#C0C0C0;--e-global-color-9534383:#666666;--e-global-color-2c943b2:#FFFFFF;--e-global-color-3ede150:#F9F9F9;--e-global-color-56346e8:#E0E0E0;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-size:48px;--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-size:36px;--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-size:28px;--e-global-typography-text-font-weight:600;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-size:16px;--e-global-typography-accent-font-weight:400;--e-global-typography-cc57bde-font-family:"Roboto";--e-global-typography-cc57bde-font-size:14px;--e-global-typography-cc57bde-font-weight:300;--e-global-typography-7a65ba2-font-family:"Poppins";--e-global-typography-7a65ba2-font-size:16px;--e-global-typography-7a65ba2-font-weight:600;--e-global-typography-7a65ba2-text-transform:uppercase;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.site-header{background-color:transparent;padding-inline-end:20px;padding-inline-start:20px;background-image:radial-gradient(at bottom center, var( --e-global-color-primary ) 16%, var( --e-global-color-secondary ) 58%);}.site-footer{background-color:transparent;background-image:radial-gradient(at top center, var( --e-global-color-primary ) 16%, var( --e-global-color-secondary ) 58%);}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .header-inner{width:1500px;max-width:100%;}.site-header .site-branding .site-logo img{width:200px;max-width:200px;}.site-header .site-navigation ul.menu li a{color:var( --e-global-color-3ede150 );}.site-header .site-navigation-toggle .site-navigation-toggle-icon{color:var( --e-global-color-3ede150 );}.site-header .site-navigation-toggle{background-color:var( --e-global-color-primary );}.site-header .site-navigation .menu li{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}.site-footer .copyright p{color:var( --e-global-color-2c943b2 );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-size:var( --e-global-typography-accent-font-size );font-weight:var( --e-global-typography-accent-font-weight );}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}.site-header .site-navigation .menu li{font-size:var( --e-global-typography-accent-font-size );}.site-footer .copyright p{font-size:var( --e-global-typography-accent-font-size );}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}.site-header .site-navigation .menu li{font-size:var( --e-global-typography-accent-font-size );}.site-footer .copyright p{font-size:var( --e-global-typography-accent-font-size );}}/* Start custom CSS *//* SATYAS Custom CSS — Full Version */

body {
    font-family: 'Poppins', sans-serif;
    color: #333333;
    background-color: #ffffff;
    line-height: 1.6;
}

.elementor-button {
    border-radius: 12px;
    background-color: #800000;
    color: #ffffff;
    font-weight: 600;
    padding: 14px 28px;
    text-transform: uppercase;
    transition: all 0.3s ease;
}

.elementor-button:hover {
    background-color: #4b0082;
    color: #ffffff;
    transform: translateY(-2px);
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    color: #4b0082;
    margin-bottom: 16px;
}

p {
    font-size: 16px;
    color: #333333;
    margin-bottom: 16px;
}

.product-title {
    font-size: 20px;
    font-weight: 600;
    color: #4b0082;
    margin-top: 20px;
    margin-bottom: 8px;
}

.product-price {
    font-size: 18px;
    color: #800000;
    margin-bottom: 12px;
}

.product-rating {
    margin-bottom: 10px;
}

.footer {
    background-color: #f5f5f5;
    padding: 30px;
    text-align: center;
    color: #555555;
    font-size: 14px;
    line-height: 1.5;
}

.site-notice {
    font-size: 12px;
    color: #999999;
    text-align: center;
    margin-top: 20px;
}

.trust-badge {
    display: inline-block;
    margin: 10px 15px;
    max-width: 100px;
}

.elementor-popup-modal {
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15);
}

.elementor-form .elementor-field {
    border-radius: 8px;
    border: 1px solid #cccccc;
    padding: 12px;
}

.elementor-form .elementor-button {
    margin-top: 10px;
}/* End custom CSS */