.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}page-title-bar-heading{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 *//* Overall Card Layout Styling */
.product .summary .woocommerce-product-details__short-description,
.product .product_title,
.product .price {
    font-family: 'Orbitron', sans-serif !important;
}

/* Info Box Styling */
.product .summary .product_meta {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.product .summary .product_meta > div {
    background: #1e1e2f;
    border: 2px solid #2f2f44;
    color: #fff;
    border-radius: 15px;
    padding: 15px 20px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    font-size: 15px;
    transition: 0.3s ease;
}

.product .summary .product_meta > div:hover {
    background: #292945;
    transform: translateY(-2px);
}

/* Labels and Values */
.product .summary .product_meta strong {
    display: block;
    color: #aaa;
    font-size: 13px;
    margin-bottom: 5px;
}

.product .summary .product_meta span {
    font-size: 15px;
    font-weight: 600;
    color: #fff;
}

/* Quantity and Buttons */
.woocommerce div.product form.cart {
    background: #111827;
    border-radius: 15px;
    padding: 20px;
    margin-top: 30px;
    box-shadow: 0 0 10px rgba(0,0,0,0.15);
}

.woocommerce div.product form.cart .quantity {
    background: #1f2937;
    padding: 8px;
    border-radius: 10px;
}

.woocommerce div.product form.cart button {
    background: #2563eb !important;
    color: white !important;
    border-radius: 10px !important;
    padding: 12px 25px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
}

/* Buy Now Button */
.woocommerce div.product form.cart .buy_now_button {
    background: #16a34a !important;
    margin-top: 10px;
}

/* Responsive Behavior */
@media (max-width: 768px) {
    .product .summary .product_meta {
        grid-template-columns: 1fr;
    }

    .woocommerce div.product form.cart {
        padding: 15px;
    }
}/* End custom CSS */