﻿body .section-product-showcase {
    background-color: #FFFFFF !important;
    padding: 64px 24px !important; 
    margin: 0 !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    overflow: hidden !important;
}
body .section-product-showcase .product-item {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
    max-width: 1200px !important; 
    margin: 0 auto 64px auto !important; 
    padding: 0 !important;
    box-sizing: border-box !important;
    border: none !important; 
    background: transparent !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    gap: 64px !important; 
}
body .section-product-showcase .product-item:last-child {
    margin-bottom: 0 !important;
}
body .section-product-showcase .product-item:nth-child(even),
body .section-product-showcase .product-item.reverse {
    flex-direction: row-reverse !important;
}
body .section-product-showcase .product-text {
    flex: 1 1 0% !important; 
    padding: 0 !important;
    text-align: left !important;
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    gap: 16px !important; 
}
body .section-product-showcase .product-text > * {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
body .section-product-showcase .product-text h2,
body .section-product-showcase .product-text h3 {
    font-family: 'Instrument Sans', sans-serif !important;
    font-size: 30px !important; 
    line-height: 36px !important;
    font-weight: 600 !important; 
    letter-spacing: 0.01em !important;
    color: #0A0A0A !important; 
}
body .section-product-showcase .product-text p {
    font-family: 'Instrument Sans', sans-serif !important;
    font-size: 16px !important; 
    line-height: 24px !important;
    font-weight: 500 !important; 
    letter-spacing: 0.005em !important;
    color: #4A4A4A !important; 
}
body .section-product-showcase .product-image {
    flex: 1 1 0% !important; 
    aspect-ratio: 3 / 2 !important; 
    position: relative !important;
    overflow: hidden !important;
    border-radius: 0 !important; 
    background-color: #F5F5F5 !important; 
    display: block !important;
    margin: 0 !important;
    padding: 0 !important;
}
body .section-product-showcase .product-image img {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; 
    object-position: center !important; 
    display: block !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
}
@media (max-width: 1024px) {
    body .section-product-showcase {
        padding: 48px 24px !important; 
    }
    body .section-product-showcase .product-item {
        margin-bottom: 48px !important;
        gap: 40px !important; 
    }
    body .section-product-showcase .product-image {
        aspect-ratio: 4 / 3 !important; 
    }
}
@media (max-width: 600px) {
    body .section-product-showcase {
        padding: 40px 16px !important; 
    }
    body .section-product-showcase .product-item,
    body .section-product-showcase .product-item:nth-child(even),
    body .section-product-showcase .product-item.reverse {
        flex-direction: column !important; 
        margin-bottom: 48px !important;
        gap: 24px !important;
    }
    body .section-product-showcase .product-text {
        width: 100% !important;
    }
    body .section-product-showcase .product-image {
        width: 100% !important;
        aspect-ratio: 3 / 2 !important; 
    }
}
