.elementor-kit-6{--e-global-color-primary:#816EE4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#00D2FF;--e-global-color-01024a4:#05070A;--e-global-color-ff8c4c7:#12151C;--e-global-color-26ab59b:#9D50BB;--e-global-color-7143c46:#FFFFFF;--e-global-typography-primary-font-family:"Russo One";--e-global-typography-primary-font-size:30px;--e-global-typography-primary-font-weight:500;--e-global-typography-primary-letter-spacing:5.9px;--e-global-typography-secondary-font-family:"Russo One";--e-global-typography-secondary-font-size:29px;--e-global-typography-secondary-font-weight:100;--e-global-typography-text-font-family:"Rajdhani";--e-global-typography-text-font-size:22px;--e-global-typography-text-font-weight:500;--e-global-typography-accent-font-family:"Karantina";--e-global-typography-accent-font-size:30px;--e-global-typography-accent-font-weight:100;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 *//* Glowing Product Card Effect */
.premium-card {
    background: #12151C !important;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 20px;
    transition: all 0.3s ease-in-out;
}

.premium-card:hover {
    border-color: #00D2FF;
    box-shadow: 0px 0px 20px rgba(0, 210, 255, 0.3);
    transform: translateY(-5px);
}

/* Gradient Text for Prices */
.price-tag {
    background: linear-gradient(to right, #00D2FF, #9D50BB);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: bold;
}

/* Glassmorphism Header */
.glass-header {
    background: rgba(5, 7, 10, 0.8);
    backdrop-filter: blur(10px);
}/* End custom CSS */