    /* Daikin Product Page Scoped Styles */
    .daikin-wrapper {
        color: #1a1a1a;
        background-color: #ffffff;
        padding-bottom: 90px;
        line-height: 1.5;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
        -webkit-font-smoothing: antialiased;
    }
    .daikin-wrapper * { box-sizing: border-box; }
    .daikin-wrapper img { max-width: 100%; height: auto; display: block; }
    .daikin-wrapper button { cursor: pointer; border: none; background: none; font-family: inherit; }
    
    .daikin-container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 32px 24px; }
    .product-main { display: flex; gap: 48px; align-items: flex-start; width: 100%; }
    .gallery-column { flex: 1; min-width: 0; width: 100%; position: sticky; top: 120px; z-index: 9; }
    .details-column { flex: 1; min-width: 0; width: 100%; }
    
    /* GALLERY STYLES */
    .main-image-container { background-color: #f7f7f7; border-radius: 16px; overflow: hidden; margin-bottom: 16px; aspect-ratio: 1 / 1; display: flex; align-items: center; justify-content: center; width: 100%; }
    .main-image-container img { width: 100%; height: 100%; object-fit: cover; }
    .thumbnail-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 12px; width: 100%; }
    .thumbnail { background-color: #f7f7f7 !important; border-radius: 8px; aspect-ratio: 1 / 1; border: 2px solid transparent; overflow: hidden; transition: border-color 0.2s; width: 100%; padding: 0;}
    .thumbnail.active { border-color: #005a9c; }
    .thumbnail img { width: 100%; height: 100%; object-fit: cover; }
    
    /* PRODUCT DETAILS STYLES */
    .product-title { font-size: 32px; font-weight: 800; line-height: 1.2; margin-bottom: 12px; letter-spacing: -0.5px; width: 100%; }
    .rating-badge { display: inline-flex; align-items: center; background-color: #e6f4ea; color: #137333; padding: 4px 8px; border-radius: 6px; font-weight: 700; font-size: 14px; margin-bottom: 24px; gap: 4px; }
    
    /* FEATURE BADGES */
    .features-grid { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 32px; width: 100%; }
    .feature-item { display: inline-flex; align-items: center; background-color: #f5f5f5; padding: 8px 14px; border-radius: 100px; font-size: 14px; font-weight: 600; color: #333; gap: 8px; white-space: nowrap; }
    .feature-item svg { width: 16px; height: 16px; fill: currentColor; flex-shrink: 0; }
    
    /* SELECTORS */
    .selector-group { margin-bottom: 24px; width: 100%; }
    .selector-label { font-size: 16px; font-weight: 700; margin-bottom: 16px; display: block; }
    .model-options { display: flex; gap: 16px; flex-wrap: wrap; width: 100%; }
    .model-btn { padding: 12px 24px; border: 1px solid #cccccc; border-radius: 8px; font-weight: 700; font-size: 16px; position: relative; background-color: #f5f5f5 !important; color: #555; transition: all 0.2s; flex: 1; text-align: center; }
    .model-btn.active { border-color: #005a9c; border-width: 2px; color: #005a9c !important; background-color: #e6f4ff !important; }
    .tag-new { position: absolute; top: -10px; left: 12px; background-color: #d93025; color: white; font-size: 10px; font-weight: 800; padding: 2px 6px; border-radius: 4px; text-transform: uppercase; }
    
    /* ACTION ROW */
    .action-row { display: flex; gap: 16px; margin-top: 32px; margin-bottom: 32px; align-items: flex-end; width: 100%; }
    .qty-wrapper { display: flex; flex-direction: column; gap: 8px; min-width: 120px; }
    .qty-label { font-size: 12px; font-weight: 700; }
    .qty-selector { display: flex; align-items: center; border: 1px solid #e0e0e0; border-radius: 8px; height: 56px; background-color: #ffffff; width: 100%; overflow: hidden;}
    .qty-btn { width: 48px; height: 100%; font-size: 20px; color: #555; display: flex; align-items: center; justify-content: center; flex-shrink: 0; background-color: #f9f9f9 !important;}
    .qty-input { width: 100%; text-align: center; border: none; font-size: 16px; font-weight: 700; outline: none; flex: 1; margin: 0; }
    .btn-add-cart { flex: 1; background-color: #25D366 !important; color: #ffffff !important; font-size: 18px; font-weight: 800; border-radius: 8px; height: 56px; transition: background-color 0.2s; width: 100%; display: flex; align-items: center; justify-content: center; text-decoration: none;}
    .btn-add-cart:hover { background-color: #128C7E !important; color: #ffffff !important; }
    
    /* REVIEWS SLIDER */
    .review-slider-container { width: 100%; overflow: hidden; margin-bottom: 24px; position: relative; }
    .review-track { display: flex; transition: transform 0.5s ease-in-out; width: 100%; }
    .review-slide { flex: 0 0 100%; min-width: 100%; box-sizing: border-box; padding: 2px; }
    .review-card { border: 1px solid #e0e0e0; border-radius: 8px; padding: 16px; display: flex; align-items: flex-start; gap: 16px; background-color: #fff; width: 100%; }
    .review-img-placeholder { width: 48px; height: 48px; border-radius: 8px; background-color: #555555; color: white; display: flex; align-items: center; justify-content: center; font-size: 14px; font-weight: 600; flex-shrink: 0; }
    .review-content { display: flex; flex-direction: column; width: 100%; }
    .review-content strong { display: flex; align-items: center; gap: 6px; font-size: 15px; margin-bottom: 8px; flex-wrap: wrap; }
    .review-stars { color: #ffc107; font-size: 14px; letter-spacing: 1px; }
    .review-content span { color: #333; font-size: 15px; margin:0; }
    
    /* TRUST BADGES */
    .trust-badges { display: flex; justify-content: space-between; margin-bottom: 32px; border-top: 1px solid #e0e0e0; padding-top: 24px; gap: 16px; width: 100%; }
    .trust-item { display: flex; flex-direction: column; align-items: center; text-align: center; font-size: 12px; font-weight: 600; gap: 8px; color: #555; flex: 1; }
    .trust-item svg { width: 24px; height: 24px; fill: none; stroke: #005a9c; stroke-width: 2; flex-shrink: 0; }
    
    /* ACCORDIONS */
    .accordion-container { border-top: 1px solid #e0e0e0; width: 100%; }
    .accordion-item { border-bottom: 1px solid #e0e0e0; width: 100%; }
    .accordion-header { width: 100%; padding: 24px 0; display: flex; justify-content: space-between; align-items: center; font-size: 18px; font-weight: 700; color: #1a1a1a; text-align: left; }
    .accordion-icon { font-size: 24px; font-weight: 300; color: #555; transition: transform 0.3s; flex-shrink: 0; margin-left: 16px; }
    .accordion-content { max-height: 0; overflow: hidden; transition: max-height 0.3s ease-out, padding 0.3s ease; color: #555; }
    .accordion-content p { margin-bottom: 15px; }
    .accordion-item.active .accordion-content { max-height: 500px; padding-bottom: 24px; }
    .accordion-item.active .accordion-icon { transform: rotate(45deg); }
    
    /* MARKETING SECTION */
    .marketing-section { padding: 60px 0; background-color: #f4f7f9; width: 100%; margin-top: 40px;}
    .marketing-heading { font-size: 48px; font-weight: 800; text-align: center; margin-bottom: 40px; letter-spacing: -1px; line-height: 1.1; padding: 0 16px; }
    .marketing-heading.blue { color: #005a9c; }
    .marketing-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; width: 100%; }
    .marketing-card { background-color: #ffffff; border-radius: 16px; padding: 32px; display: flex; flex-direction: column; align-items: center; text-align: center; overflow: hidden; box-shadow: 0 4px 6px rgba(0,0,0,0.05); width: 100%; }
    .marketing-card h3 { font-size: 24px; font-weight: 800; margin-bottom: 16px; color: #1a1a1a; }
    .marketing-card p { color: #555; margin-bottom: 24px; }
    .marketing-card img { width: 100%; border-radius: 8px; object-fit: cover; margin-top: auto; }
    
    /* STICKY BOTTOM BAR */
    .sticky-bar { position: fixed; bottom: 0; left: 0; right: 0; background-color: #ffffff; border-top: 1px solid #e0e0e0; padding: 16px 24px; box-shadow: 0 -4px 12px rgba(0,0,0,0.05); z-index: 9999; transform: translateY(100%); transition: transform 0.3s ease-in-out; }
    .sticky-bar.visible { transform: translateY(0); }
    .sticky-content { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; gap: 16px; }
    .sticky-left { display: flex; align-items: center; min-width: 0; }
    .sticky-title { font-size: 18px; font-weight: 800; color: #1a1a1a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding-right: 16px; margin: 0;}
    .sticky-btn { background-color: #25D366 !important; color: #ffffff !important; padding: 12px 32px; border-radius: 8px; font-size: 16px; font-weight: 800; transition: background-color 0.2s; flex-shrink: 0; text-decoration: none;}
    .sticky-btn:hover { background-color: #128C7E !important; color: #ffffff !important;}
    
    /* RESPONSIVE DESIGN (TABLET & MOBILE) */
    @media (max-width: 900px) {
        .product-main { flex-direction: column; gap: 32px; }
        .gallery-column { position: static; width: 100%; }
        .marketing-grid { grid-template-columns: 1fr; }
        .marketing-heading { font-size: 36px; }
        .sticky-title { font-size: 16px; white-space: normal; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; }
    }
    @media (max-width: 600px) {
        .daikin-container { padding: 16px; }
        .product-title { font-size: 24px; }
        .thumbnail-grid { display: flex; flex-wrap: nowrap; overflow-x: auto; padding-bottom: 8px; scroll-behavior: smooth; -webkit-overflow-scrolling: touch; scrollbar-width: none; }
        .thumbnail-grid::-webkit-scrollbar { display: none; }
        .thumbnail { flex: 0 0 72px; height: 72px; }
        .feature-item { font-size: 12px; padding: 6px 12px; white-space: normal; text-align: left; }
        .model-options { flex-direction: column; gap: 20px; margin-top: 12px; }
        .model-btn { width: 100%; padding: 16px 20px; white-space: normal; }
        .action-row { flex-direction: column; align-items: stretch; gap: 16px; }
        .qty-wrapper { flex-direction: row; justify-content: space-between; align-items: center; background-color: #f9f9f9; border: 1px solid #e0e0e0; border-radius: 8px; padding: 12px 16px; width: 100%; }
        .qty-label { font-size: 14px; margin: 0;}
        .qty-selector { width: 110px; height: 40px; border: 1px solid #ccc; background: #fff;}
        .qty-input { font-size: 16px; background: transparent; }
        .btn-add-cart { display: none; } /* Hidden on mobile in favor of sticky bar */
        .trust-badges { flex-direction: column; align-items: flex-start; gap: 16px; }
        .trust-item { flex-direction: row; text-align: left; width: 100%; }
        .marketing-section { padding: 40px 0; }
        .marketing-heading { font-size: 28px; margin-bottom: 24px; }
        .marketing-card { padding: 24px 16px; }
        .sticky-left { display: none; }
        .sticky-btn { width: 100%; text-align: center; padding: 16px; font-size: 16px; }
        .sticky-content { justify-content: center; }
        .sticky-bar { padding: 12px 16px; }
        .accordion-header { font-size: 16px; padding: 16px 0; }
    }