/* =========================================================
   SOURCEWELL SINGLE PRODUCT PAGE
   ========================================================= */

.single-product .sourcewell-product-page {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    padding: 0 32px 70px;
    box-sizing: border-box;
}

/* =========================================================
   PRODUCT MAIN LAYOUT
   ========================================================= */

.single-product .sourcewell-product-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1.05fr);
    gap: 60px;
    align-items: start;
    margin-top: 20px;
}

/* =========================================================
   PRODUCT GALLERY
   ========================================================= */

.single-product .sourcewell-product-gallery {
    width: 100%;
    min-width: 0;
}

.single-product .sourcewell-gallery-inner {
    width: 100%;
}

.single-product .sourcewell-product-gallery .woocommerce-product-gallery {
    width: 100% !important;
    float: none !important;
    margin: 0 !important;
}

.single-product .sourcewell-product-gallery
.woocommerce-product-gallery__wrapper {
    margin: 0;
}

.single-product .sourcewell-product-gallery
.woocommerce-product-gallery__image {
    display: flex;
    align-items: center;
    justify-content: center;
}

.single-product .sourcewell-product-gallery
.woocommerce-product-gallery__image img {
    width: 100%;
    max-height: 430px;
    object-fit: contain;
    margin: 0 auto;
}

/* Gallery thumbnails */

.single-product .sourcewell-product-gallery
.flex-control-thumbs {
    display: grid !important;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    margin: 15px 0 0 !important;
    padding: 0 !important;
}

.single-product .sourcewell-product-gallery
.flex-control-thumbs li {
    width: auto !important;
    float: none !important;
    margin: 0 !important;
}

.single-product .sourcewell-product-gallery
.flex-control-thumbs li img {
    width: 100%;
    height: 72px;
    object-fit: contain;
    border: 1px solid #e2e8e8;
    border-radius: 5px;
    padding: 5px;
    box-sizing: border-box;
}

/* =========================================================
   PRODUCT SUMMARY
   ========================================================= */

.single-product .sourcewell-product-summary {
    width: 100%;
    min-width: 0;
    margin: 0 !important;
    padding: 0 !important;
}

/* Prevent WooCommerce default floating */

.single-product .sourcewell-product-summary > * {
    max-width: 100%;
}

/* Category badge */

.single-product .sourcewell-product-category-badge {
    display: inline-block;
    padding: 5px 10px;
    margin-bottom: 12px;
    background: #e8f3f2;
    color: #0c6663;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

/* Product title */

.single-product .sourcewell-product-title {
    margin: 0 0 14px !important;
    padding: 0 !important;
    color: #075d5b;
    font-size: 34px !important;
    line-height: 1.2 !important;
    font-weight: 700 !important;
}

/* Brand */

.single-product .sourcewell-product-brand {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
}

.single-product .sourcewell-brand-label {
    color: #263f42;
    font-size: 14px;
    font-weight: 500;
}

.single-product .sourcewell-brand-name {
    color: #075d5b;
    font-weight: 600;
}

.single-product .sourcewell-brand-logo {
    width: auto;
    max-width: 150px;
    max-height: 42px;
    object-fit: contain;
}

/* =========================================================
   META CARD
   ========================================================= */

.single-product .sourcewell-product-meta-card {
    width: 100%;
    margin-bottom: 16px;
    background: #f4f8f8;
    border-radius: 5px;
    overflow: hidden;
}

.single-product .sourcewell-meta-row {
    display: grid;
    grid-template-columns: 180px minmax(0, 1fr);
    gap: 15px;
    align-items: center;
    min-height: 50px;
    padding: 9px 18px;
    border-bottom: 1px solid #e3ebeb;
    box-sizing: border-box;
}

.single-product .sourcewell-meta-row:last-child {
    border-bottom: 0;
}

.single-product .sourcewell-meta-label {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #075d5b;
    font-size: 13px;
    font-weight: 600;
}

.single-product .sourcewell-meta-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    color: #075d5b;
}

.single-product .sourcewell-meta-value {
    min-width: 0;
    color: #45595b;
    font-size: 13px;
    line-height: 1.5;
}

.single-product .sourcewell-meta-links a {
    color: #0a7772;
    text-decoration: none;
}

.single-product .sourcewell-meta-links a:hover {
    text-decoration: underline;
}

/* =========================================================
   BENEFIT CARDS
   ========================================================= */

.single-product .sourcewell-product-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    width: 100%;
    margin-bottom: 18px;
    background: #f4f8f8;
    border-radius: 5px;
    overflow: hidden;
}

.single-product .sourcewell-benefit-card {
    min-width: 0;
    padding: 18px 10px;
    text-align: center;
    border-right: 1px solid #e2ebeb;
}

.single-product .sourcewell-benefit-card:last-child {
    border-right: 0;
}

.single-product .sourcewell-benefit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    margin: 0 auto 8px;
    border: 2px solid #0b6b68;
    border-radius: 50%;
    color: #0b6b68;
    font-size: 17px;
}

.single-product .sourcewell-benefit-title {
    color: #17383a;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.3;
}

.single-product .sourcewell-benefit-text {
    margin-top: 4px;
    color: #617173;
    font-size: 11px;
    line-height: 1.35;
}

/* =========================================================
   PRODUCT ACTION BUTTONS
   ========================================================= */

.single-product .sourcewell-product-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 14px;
    width: 100%;
    margin-bottom: 18px;
}

.single-product .sourcewell-product-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 48px;
    padding: 12px 18px;
    border-radius: 5px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none !important;
    font-size: 13px;
    font-weight: 700;
    transition: all 0.2s ease;
}

.single-product .sourcewell-product-button-primary {
    background: #086c68;
    border: 1px solid #086c68;
    color: #ffffff !important;
}

.single-product .sourcewell-product-button-primary:hover {
    background: #075754;
    border-color: #075754;
}

.single-product .sourcewell-product-button-secondary {
    background: #ffffff;
    border: 1px solid #086c68;
    color: #086c68 !important;
}

.single-product .sourcewell-product-button-secondary:hover {
    background: #edf7f6;
}

.single-product .sourcewell-button-icon {
    font-size: 15px;
    line-height: 1;
}

/* =========================================================
   TECHNICAL SUPPORT
   ========================================================= */

.single-product .sourcewell-product-support {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    width: 100%;
    margin-top: 5px;
}

.single-product .sourcewell-support-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 34px;
    width: 34px;
    height: 34px;
    border: 1px solid #0b6b68;
    border-radius: 50%;
    color: #0b6b68;
    font-weight: 700;
}

.single-product .sourcewell-support-content {
    min-width: 0;
}

.single-product .sourcewell-support-question {
    margin: 0 0 6px !important;
    color: #46595b;
    font-size: 12px;
    line-height: 1.5;
}

.single-product .sourcewell-whatsapp-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #086c68;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.single-product .sourcewell-whatsapp-link:hover {
    color: #064f4d;
}

/* =========================================================
   PRODUCT INFORMATION / TABS
   ========================================================= */

.single-product .sourcewell-product-information {
    width: 100%;
    margin-top: 55px;
    clear: both;
}

.single-product .sourcewell-product-information
.woocommerce-tabs {
    width: 100%;
    margin: 0 !important;
}

.single-product .sourcewell-product-information
.woocommerce-tabs ul.tabs {
    display: flex !important;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
    border-bottom: 1px solid #d8e2e2;
}

.single-product .sourcewell-product-information
.woocommerce-tabs ul.tabs::before,
.single-product .sourcewell-product-information
.woocommerce-tabs ul.tabs::after {
    display: none !important;
}

.single-product .sourcewell-product-information
.woocommerce-tabs ul.tabs li {
    margin: 0 !important;
    padding: 0 !important;
    background: transparent !important;
    border: 0 !important;
    border-radius: 0 !important;
}

.single-product .sourcewell-product-information
.woocommerce-tabs ul.tabs li a {
    display: flex;
    align-items: center;
    min-height: 50px;
    padding: 0 22px !important;
    color: #304547;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
}

.single-product .sourcewell-product-information
.woocommerce-tabs ul.tabs li.active a {
    color: #086c68;
    border-bottom: 2px solid #086c68;
}

.single-product .sourcewell-product-information
.woocommerce-tabs .panel {
    width: 100%;
    margin: 0 !important;
    padding: 24px 5px 0 !important;
    box-sizing: border-box;
}

.single-product .sourcewell-product-information
.woocommerce-tabs .panel h2 {
    margin: 0 0 12px;
    color: #075d5b;
    font-size: 20px;
}

/* =========================================================
   RELATED PRODUCTS
   IMPORTANT: OVERRIDE EXISTING THEME/WOO GRID
   ========================================================= */

.single-product .sourcewell-related-products {
    width: 100%;
    margin-top: 45px;
    clear: both;
}

/* WooCommerce related products wrapper */

.single-product .sourcewell-related-products
.related.products {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Related heading */

.single-product .sourcewell-related-products
.related.products > h2 {
    margin: 0 0 20px !important;
    padding: 0 !important;
    color: #075d5b;
    font-size: 22px !important;
    line-height: 1.3;
    font-weight: 600 !important;
}

/* THE IMPORTANT FIX:
   Force the WooCommerce related-products list into a proper grid.
*/

.single-product .sourcewell-related-products
.related.products ul.products {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: 18px !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

/* Override WooCommerce/theme product width */

.single-product .sourcewell-related-products
.related.products ul.products li.product {
    display: flex !important;
    flex-direction: column !important;
    width: auto !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 16px !important;
    box-sizing: border-box;
    background: #ffffff;
    border: 1px solid #dfe8e8;
    border-radius: 6px;
    float: none !important;
}

/* Product image */

.single-product .sourcewell-related-products
.related.products ul.products li.product a.woocommerce-LoopProduct-link {
    display: block;
    width: 100%;
    text-decoration: none;
}

.single-product .sourcewell-related-products
.related.products ul.products li.product img {
    display: block;
    width: 100% !important;
    height: 170px !important;
    object-fit: contain !important;
    margin: 0 auto 15px !important;
}

/* Product title */

.single-product .sourcewell-related-products
.related.products ul.products li.product
.woocommerce-loop-product__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 45px;
    margin: 0 !important;
    padding: 0 !important;
    color: #173f42 !important;
    font-size: 13px !important;
    line-height: 1.45 !important;
    font-weight: 600 !important;
}

/* Hide price because Sourcewell is catalog-focused */

.single-product .sourcewell-related-products
.related.products ul.products li.product .price {
    display: none !important;
}

/* Hide default Woo buttons if they appear */

.single-product .sourcewell-related-products
.related.products ul.products li.product .button {
    display: none !important;
}

/* Product hover */

.single-product .sourcewell-related-products
.related.products ul.products li.product {
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.single-product .sourcewell-related-products
.related.products ul.products li.product:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* =========================================================
   REMOVE PRICE FROM SINGLE PRODUCT
   ========================================================= */

.single-product .sourcewell-product-page
.summary .price,
.single-product .sourcewell-product-page
.woocommerce-variation-price,
.single-product .sourcewell-product-page
.product_meta .price {
    display: none !important;
}

/* =========================================================
   RESPONSIVE - LAPTOP
   ========================================================= */

@media (max-width: 1200px) {

    .single-product .sourcewell-product-page {
        padding-left: 24px;
        padding-right: 24px;
    }

    .single-product .sourcewell-product-main {
        gap: 40px;
    }

    .single-product .sourcewell-product-title {
        font-size: 30px !important;
    }

    .single-product .sourcewell-related-products
    .related.products ul.products {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 900px) {

    .single-product .sourcewell-product-page {
        padding-left: 20px;
        padding-right: 20px;
    }

    .single-product .sourcewell-product-main {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .single-product .sourcewell-product-gallery
    .woocommerce-product-gallery__image img {
        max-height: 420px;
    }

    .single-product .sourcewell-product-summary {
        width: 100%;
    }

    .single-product .sourcewell-product-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-product .sourcewell-benefit-card:nth-child(2) {
        border-right: 0;
    }

    .single-product .sourcewell-benefit-card:nth-child(-n+2) {
        border-bottom: 1px solid #e2ebeb;
    }

    .single-product .sourcewell-related-products
    .related.products ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
}

/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 600px) {

    .single-product .sourcewell-product-page {
        padding: 0 15px 45px;
    }

    .single-product .sourcewell-product-main {
        gap: 25px;
        margin-top: 10px;
    }

    .single-product .sourcewell-product-title {
        font-size: 25px !important;
    }

    .single-product .sourcewell-product-brand {
        margin-bottom: 15px;
    }

    .single-product .sourcewell-meta-row {
        grid-template-columns: 1fr;
        gap: 4px;
        padding: 11px 14px;
    }

    .single-product .sourcewell-product-benefits {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .single-product .sourcewell-benefit-card {
        padding: 15px 8px;
    }

    .single-product .sourcewell-product-actions {
        grid-template-columns: 1fr;
    }

    .single-product .sourcewell-product-information {
        margin-top: 35px;
    }

    .single-product .sourcewell-product-information
    .woocommerce-tabs ul.tabs {
        overflow-x: auto;
        flex-wrap: nowrap;
    }

    .single-product .sourcewell-product-information
    .woocommerce-tabs ul.tabs li {
        flex: 0 0 auto;
    }

    .single-product .sourcewell-product-information
    .woocommerce-tabs ul.tabs li a {
        padding: 0 15px !important;
        white-space: nowrap;
    }

    .single-product .sourcewell-product-information
    .woocommerce-tabs .panel {
        padding: 20px 0 0 !important;
        overflow-x: auto;
    }

    .single-product .sourcewell-related-products {
        margin-top: 35px;
    }

    .single-product .sourcewell-related-products
    .related.products ul.products {
        grid-template-columns: 1fr !important;
        gap: 15px !important;
    }

    .single-product .sourcewell-related-products
    .related.products ul.products li.product img {
        height: 180px !important;
    }
}

/* =========================================================
   SMALL MOBILE
   ========================================================= */

@media (max-width: 400px) {

    .single-product .sourcewell-product-benefits {
        grid-template-columns: 1fr;
    }

    .single-product .sourcewell-benefit-card {
        border-right: 0;
        border-bottom: 1px solid #e2ebeb;
    }

    .single-product .sourcewell-benefit-card:last-child {
        border-bottom: 0;
    }
}