.elementor-kit-10{--e-global-color-primary:#9F1239;--e-global-color-secondary:#FFFFFF;--e-global-color-text:#1F2937;--e-global-color-accent:#FFFFFF;--e-global-color-f29c5d5:#E11D48;--e-global-color-8bfb9fd:#BE123C;--e-global-color-50dbe05:#FFF1F2;--e-global-color-229994b:#FFE4E6;--e-global-color-d25a7e0:#FDA4AF;--e-global-color-41b4cea:#6B7280;--e-global-color-e774ca3:#FB7185;--e-global-typography-primary-font-family:"Outfit";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Outfit";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Outfit";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Outfit";--e-global-typography-accent-font-weight:500;background-color:#FFFFFF;}.elementor-kit-10 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:11280px;}.e-con{--container-max-width:11280px;--container-default-padding-top:0px;--container-default-padding-right:20px;--container-default-padding-bottom:0px;--container-default-padding-left:20px;}.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);}.elementor-lightbox{background-color:#FFF1F2;--lightbox-ui-color:#FFF1F2;--lightbox-ui-color-hover:#FFE4E6;--lightbox-text-color:var( --e-global-color-text );--lightbox-header-icons-size:22px;--lightbox-navigation-icons-size:22px;}@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 */:root{
--primary:#9F1239;
--secondary:#E11D48;
--text:#1F2937;
--accent:#FDA4AF;
}

body{
background:#FFF8F8;
font-family:'Inter',sans-serif;
color:var(--text);
}

.main-btn{
background:linear-gradient(135deg,var(--primary),var(--secondary));
color:#fff;
border:none;
border-radius:12px;
padding:12px 24px;
font-weight:600;
transition:.3s;
}

.main-btn:hover{
background:linear-gradient(135deg,#881337,#BE123C);
transform:translateY(-2px);
}

.section-title{
font-family:'Poppins',sans-serif;
font-weight:700;
color:var(--primary);
}

.product-card{
background:#fff;
border-radius:20px;
box-shadow:0 10px 40px rgba(225,29,72,.08);
overflow:hidden;
}/* End custom CSS */