.elementor-8193 .elementor-element.elementor-element-47c7211{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-8193 .elementor-element.elementor-element-2611d55{--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-8193 .elementor-element.elementor-element-2611d55.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-8193 .elementor-element.elementor-element-41392b2{--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-8193 .elementor-element.elementor-element-abcef0a .cart button, .elementor-8193 .elementor-element.elementor-element-abcef0a .cart .button{border-radius:25px 25px 25px 25px;background-color:var( --e-global-color-4da9a17 );transition:all 0.2s;}.elementor-8193 .elementor-element.elementor-element-abcef0a .quantity .qty{transition:all 0.2s;}@media(min-width:768px){.elementor-8193 .elementor-element.elementor-element-2611d55{--width:28.724%;}.elementor-8193 .elementor-element.elementor-element-41392b2{--width:66.6666%;}}/* Start custom CSS *//* Aggressive WP Cleanup */
        h1.entry-title,
        .entry-header,
        #masthead {
            display: none !important;
        }

        :root {
            --primary-red: #C8102E;
            --text-main: #111827;
            --text-muted: #6B7280;
            --bg-light: #F9FAFB;
            --border-color: #E5E7EB;
            --transition-base: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
        }

        body {
            background-color: #FFF;
            color: var(--text-main);
            font-family: 'Inter', system-ui, -apple-system, sans-serif;
            margin: 0;
            padding: 0;
            overflow-x: hidden;
        }

        /* Product Layout Container */
        .product-container {
            max-width: 1400px;
            margin: 0 auto;
            padding: 4rem 2rem;
            display: grid;
            grid-template-columns: 1.2fr 0.8fr;
            gap: 5rem;
            align-items: start;
        }

        @media (max-width: 1024px) {
            .product-container {
                grid-template-columns: 1fr;
                gap: 3rem;
                padding: 2rem 1.5rem;
            }
        }

        /* Left Column: Gallery */
        .product-gallery {
            position: sticky;
            top: 2rem;
        }

        .main-image-wrapper {
            background: var(--bg-light);
            border-radius: 24px;
            padding: 4rem;
            display: flex;
            justify-content: center;
            align-items: center;
            aspect-ratio: 1/1;
            transition: var(--transition-base);
            border: 1px solid var(--border-color);
        }

        .main-image-wrapper img {
            max-width: 100%;
            max-height: 100%;
            object-fit: contain;
        }

        /* Right Column: Info */
        .product-info {
            padding-top: 1rem;
        }

        .product-category {
            font-size: 0.9rem;
            font-weight: 700;
            color: var(--primary-red);
            text-transform: uppercase;
            letter-spacing: 1px;
            margin-bottom: 1rem;
            display: block;
        }

        .product-title {
            font-size: 2.8rem;
            font-weight: 800;
            line-height: 1.1;
            margin-bottom: 1.5rem;
            letter-spacing: -1.5px;
        }

        .product-meta {
            display: flex;
            gap: 2rem;
            margin-bottom: 2.5rem;
            font-size: 1rem;
            color: var(--text-muted);
        }

        .meta-item {
            display: flex;
            align-items: center;
            gap: 8px;
        }

        .product-price {
            font-size: 2.2rem;
            font-weight: 800;
            color: var(--text-main);
            margin-bottom: 3rem;
            display: flex;
            align-items: baseline;
            gap: 10px;
        }

        .product-price span {
            font-size: 1rem;
            color: var(--text-muted);
            font-weight: 500;
        }

        /* Purchase Box */
        .purchase-box {
            background: var(--bg-light);
            padding: 2.5rem;
            border-radius: 24px;
            border: 1px solid var(--border-color);
            margin-bottom: 3rem;
        }

        .availability {
            margin-bottom: 1.5rem;
            font-weight: 600;
            display: flex;
            align-items: center;
            gap: 10px;
            color: #10B981;
            /* Green */
        }

        .btn-buy {
            width: 100%;
            padding: 1.25rem;
            background: var(--primary-red);
            color: white;
            border: none;
            border-radius: 16px;
            font-size: 1.1rem;
            font-weight: 700;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 12px;
            cursor: pointer;
            transition: var(--transition-base);
            text-decoration: none;
        }

        .btn-buy:hover {
            transform: translateY(-3px);
            box-shadow: 0 15px 30px rgba(200, 16, 46, 0.2);
            background: var(--text-main);
        }

        /* Technical Specs */
        .specs-section {
            margin-top: 4rem;
        }

        .specs-section h3 {
            font-size: 1.4rem;
            font-weight: 800;
            margin-bottom: 1.5rem;
            display: flex;
            align-items: center;
            gap: 12px;
        }

        .specs-grid {
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 1rem;
        }

        .spec-item {
            padding: 1.2rem;
            background: white;
            border: 1px solid var(--border-color);
            border-radius: 12px;
        }

        .spec-label {
            font-size: 0.8rem;
            color: var(--text-muted);
            font-weight: 600;
            margin-bottom: 4px;
            text-transform: uppercase;
        }

        .spec-value {
            font-size: 1rem;
            font-weight: 700;
            color: var(--text-main);
        }

        /* Contact Section Override for Single Page */
        .single-contact-box {
            margin-top: 4rem;
            padding: 3rem;
            background: #111827;
            border-radius: 24px;
            color: white;
            text-align: center;
        }

        .single-contact-box h4 {
            font-size: 1.5rem;
            margin-bottom: 1rem;
        }

        .single-contact-box .btn-whatsapp {
            background: #25D366 !important;
            color: white !important;
            margin-top: 1.5rem;
        }/* End custom CSS */