/* --- PHARMACORE: FULL-WIDTH DVAGO TRANSFORMATION --- */

/* 1. Global Container Reset */
.single-product .site-full-inner,
.single-product .grid-container {
    max-width: 100% !important;
    padding: 0 40px !important; /* Professional side breathing room */
}

/* 2. Summary & Image Alignment */
.woocommerce div.product {
    display: flex !important;
    flex-wrap: wrap;
    gap: 50px; /* Space between Image and Text */
}

.woocommerce div.product div.images {
    width: 45% !important; /* Larger images like Dvago */
    float: none !important;
}

.woocommerce div.product div.summary {
    width: 50% !important;
    float: none !important;
    display: flex !important;
    flex-direction: column !important;
    padding-top: 20px;
}

/* 3. The Dvago Clinical Badge */
.pharma-dvago-badge {
    display: inline-flex !important;
    align-items: center;
    background: #f0fff4 !important; /* Soft Dvago Green tint */
    border: 1px solid #c6f6d5;
    padding: 8px 16px;
    border-radius: 4px;
    margin-top: 10px;
}

.pharma-dvago-badge span {
    color: #2f855a !important;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

/* 4. The Green "Add to Cart" Button */
.woocommerce div.product .button.alt {
    background-color: #48bb78 !important; /* Dvago Brand Green */
    color: #fff !important;
    font-size: 16px !important;
    padding: 18px 45px !important;
    border-radius: 8px !important;
    transition: all 0.3s ease;
}

.woocommerce div.product .button.alt:hover {
    background-color: #38a169 !important;
    transform: translateY(-1px);
}

/* 5. Clean Tab Styling */
.woocommerce-tabs ul.tabs {
    border-bottom: 2px solid #edf2f7 !important;
}

.woocommerce-tabs ul.tabs li.active a {
    color: #48bb78 !important;
    border-bottom: 3px solid #48bb78 !important;
}
