/* PT Babaali — Product detail (B2B export) */

/* ===== Product page header / navbar ===== */
body.page-pdp .buddy-header-area {
    margin-bottom: 0 !important;
    margin-top: 0 !important;
    padding: 10px 48px 10px 24px !important;
    background: #012549 !important;
    box-shadow: 0 2px 14px rgba(0, 0, 0, 0.12);
    position: relative;
    z-index: 100;
}

body.page-pdp .buddy-header-area::before {
    display: none !important;
}

body.page-pdp .header_shape,
body.page-pdp .header_shape_two {
    display: none !important;
}

body.page-pdp .buddy-header-area .row {
    align-items: center !important;
}

body.page-pdp .buddy-header-area .header-logo {
    position: relative;
    z-index: 11;
    background: #fff;
    padding: 8px 14px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: none;
    margin: 0;
}

body.page-pdp .buddy-header-area .header-logo img {
    display: block;
    max-height: 48px;
    width: auto;
}

body.page-pdp .buddy-header-area .header-menu ul li a {
    color: #ffffff !important;
    padding: 20px 0 20px 18px !important;
    font-weight: 500;
}

body.page-pdp .buddy-header-area .header-menu ul li a:hover {
    color: #e8a317 !important;
}

body.page-pdp .buddy-header-area .header-menu ul li span {
    color: #ffffff;
}

body.page-pdp .nav-btn.navSidebar-button span i {
    color: #ffffff !important;
    font-size: 28px;
}

body.page-pdp .nav-btn.navSidebar-button span i:hover {
    color: #e8a317 !important;
}

body.page-pdp button.cart_btn.headers-button {
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.35);
}

body.page-pdp button.cart_btn.headers-button i {
    color: #012549;
}

body.page-pdp button.cart_btn.headers-button:hover {
    background: #e8a317;
}

body.page-pdp button.cart_btn.headers-button:hover i {
    color: #131313;
}

body.page-pdp .buddy-header-area.sticky {
    background: #012549 !important;
    padding: 8px 48px 8px 24px !important;
}

body.page-pdp .pdp-breadcrumb {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-top: 0;
    position: relative;
    z-index: 2;
    background: #fff;
    border-bottom: 1px solid #e8e4df;
}

body.page-pdp.header-sticky-active {
    padding-top: 82px;
}

/* Desktop: main navbar only */
@media (min-width: 992px) {
    body.page-pdp .mobile-header,
    body.page-pdp #mobileMenu {
        display: none !important;
    }

    body.page-pdp .buddy-header-area {
        display: block !important;
    }

    body.page-pdp .buddy-header-area .col-lg-10 .header-menu > ul.nav_scroll {
        display: inline-block !important;
    }
}

/* Tablet & mobile: compact mobile bar */
@media (max-width: 991px) {
    body.page-pdp .buddy-header-area {
        display: none !important;
    }

    body.page-pdp .mobile-header {
        display: flex !important;
        background: #012549 !important;
        padding: 12px 20px !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        position: relative;
        z-index: 100;
    }

    body.page-pdp .mobile-header #mobile-toggle {
        color: #ffffff !important;
    }

    body.page-pdp .mobile-header .header-logo,
    body.page-pdp .mobile-header a {
        background: #fff;
        padding: 6px 10px;
        border-radius: 8px;
        display: inline-block;
    }

    body.page-pdp .mobile-menu {
        background: #012549;
        padding: 0 16px 16px;
    }

    body.page-pdp .mobile-menu .header-menu ul li {
        display: block;
        margin: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }

    body.page-pdp .mobile-menu .header-menu ul li a {
        color: #ffffff !important;
        display: block;
        padding: 14px 8px !important;
    }

    body.page-pdp.header-sticky-active {
        padding-top: 0;
    }
}

.pdp-hero {
    position: relative;
    min-height: 420px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, rgba(1, 37, 73, 0.92) 0%, rgba(19, 19, 19, 0.85) 100%),
        url("../images/pt/p2-frozen-tempeh.jpg") center/cover no-repeat;
}

.pdp-hero.pdp-hero--patchouli {
    background: linear-gradient(135deg, rgba(1, 37, 73, 0.9) 0%, rgba(60, 40, 20, 0.88) 100%),
        url("../images/pt/p1-patchouli-oil.jpg") center/cover no-repeat;
    padding: 100px 0 80px;
    margin-top: 0;
}

.pdp-hero .container {
    position: relative;
    z-index: 2;
}

.pdp-hero h1 {
    color: #fff;
    font-size: clamp(28px, 4vw, 48px);
    margin-bottom: 20px;
    max-width: 900px;
}

.pdp-hero-lead {
    color: rgba(255, 255, 255, 0.92);
    font-size: 17px;
    line-height: 1.7;
    max-width: 820px;
    margin-bottom: 28px;
}

.pdp-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.pdp-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 28px;
    font-family: "Oswald", sans-serif;
    font-weight: 600;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 4px;
    transition: all 0.3s ease;
    border: none;
    cursor: pointer;
}

.pdp-btn-primary {
    background: #e8a317;
    color: #131313;
}

.pdp-btn-primary:hover {
    background: #f5b82e;
    color: #131313;
}

.pdp-btn-outline {
    background: transparent;
    color: #fff;
    border: 2px solid #fff;
}

.pdp-btn-outline:hover {
    background: #fff;
    color: #012549;
}

.pdp-btn-whatsapp {
    background: #25d366;
    color: #fff;
}

.pdp-btn-whatsapp:hover {
    background: #1ebe57;
    color: #fff;
}

.pdp-breadcrumb {
    padding: 18px 0;
    background: #fff;
    border-bottom: 1px solid #e8e4df;
}

.pdp-breadcrumb ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.pdp-breadcrumb ul li a {
    color: #012549;
}

.pdp-breadcrumb ul li.sep {
    color: #999;
}

.pdp-breadcrumb ul li.active {
    color: #666;
}

.pdp-section {
    padding: 70px 0;
}

.pdp-section.alt {
    background: #fff;
}

.pdp-section h2 {
    font-size: clamp(24px, 3vw, 36px);
    margin-bottom: 22px;
    color: #131313;
}

.pdp-section h3 {
    font-size: clamp(20px, 2.5vw, 26px);
    margin: 28px 0 14px;
    color: #012549;
}

.pdp-section p,
.pdp-section li {
    color: #555;
    line-height: 1.75;
}

.pdp-intro p {
    margin-bottom: 18px;
}

.pdp-gallery-main {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.1);
    margin-bottom: 16px;
}

.pdp-gallery-main img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 4/3;
    object-fit: cover;
}

.pdp-gallery-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.pdp-gallery-thumbs button {
    border: 2px solid transparent;
    border-radius: 8px;
    padding: 0;
    overflow: hidden;
    background: none;
    cursor: pointer;
    width: 80px;
    height: 60px;
}

.pdp-gallery-thumbs button.active,
.pdp-gallery-thumbs button:hover {
    border-color: #e8a317;
}

.pdp-gallery-thumbs img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.pdp-specs-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
}

.pdp-specs-table th,
.pdp-specs-table td {
    padding: 14px 20px;
    text-align: left;
    border-bottom: 1px solid #eee;
}

.pdp-specs-table th {
    width: 38%;
    background: #012549;
    color: #fff;
    font-weight: 500;
}

.pdp-specs-table tr:last-child td,
.pdp-specs-table tr:last-child th {
    border-bottom: none;
}

.pdp-benefits {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 24px;
    margin-top: 32px;
}

.pdp-benefit-card {
    background: #fff;
    padding: 28px 22px;
    border-radius: 10px;
    text-align: center;
    box-shadow: 0 6px 28px rgba(1, 37, 73, 0.08);
    transition: transform 0.3s ease;
    height: 100%;
}

.pdp-benefit-card:hover {
    transform: translateY(-4px);
}

.pdp-benefit-card .icon {
    width: 56px;
    height: 56px;
    margin: 0 auto 16px;
    background: linear-gradient(135deg, #012549, #1a4a7a);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #e8a317;
    font-size: 24px;
}

.pdp-benefit-card h3 {
    font-size: 17px;
    margin: 0 0 8px;
}

.pdp-benefit-card p {
    font-size: 14px;
    margin: 0;
}

.pdp-list-check {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.pdp-list-check li {
    padding: 10px 0 10px 32px;
    position: relative;
}

.pdp-list-check li::before {
    content: "\F26B";
    font-family: "bootstrap-icons";
    position: absolute;
    left: 0;
    color: #e8a317;
    font-size: 18px;
}

.pdp-timeline {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
    gap: 20px;
    margin-top: 36px;
    counter-reset: step;
}

.pdp-timeline-item {
    text-align: center;
    padding: 24px 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    position: relative;
}

.pdp-timeline-item::before {
    counter-increment: step;
    content: counter(step);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0 auto 14px;
    background: #e8a317;
    color: #131313;
    font-family: "Oswald", sans-serif;
    font-weight: 700;
    font-size: 18px;
    border-radius: 50%;
}

.pdp-timeline-item h3 {
    font-size: 15px;
    margin: 0 0 8px;
}

.pdp-timeline-item p {
    font-size: 13px;
    margin: 0;
}

.pdp-why-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 24px;
    margin-top: 28px;
}

.pdp-why-card {
    padding: 28px;
    background: #f8f5f1;
    border-left: 4px solid #e8a317;
    border-radius: 0 10px 10px 0;
}

.pdp-why-card h3 {
    margin-top: 0;
    font-size: 20px;
}

.pdp-cta {
    background: linear-gradient(135deg, #012549 0%, #1a3d5c 100%);
    padding: 70px 0;
    text-align: center;
}

.pdp-cta h2 {
    color: #fff;
    margin-bottom: 16px;
}

.pdp-cta p {
    color: rgba(255, 255, 255, 0.9);
    max-width: 640px;
    margin: 0 auto 32px;
}

.pdp-cta .pdp-hero-actions {
    justify-content: center;
}

.pdp-sidebar-card {
    background: #fff;
    padding: 28px;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08);
    position: sticky;
    top: 100px;
}

.pdp-sidebar-card h3 {
    margin-top: 0;
    font-size: 22px;
}

.pdp-clients-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.pdp-clients-grid span {
    display: block;
    padding: 14px 18px;
    background: #fff;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #012549;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05);
}

@media (max-width: 991px) {
    .pdp-sidebar-card {
        position: static;
        margin-top: 40px;
    }

    .pdp-hero {
        min-height: 360px;
        padding: 80px 0 60px;
    }
}

@media (max-width: 767px) {
    .pdp-section {
        padding: 50px 0;
    }

    .pdp-hero-actions {
        flex-direction: column;
    }

    .pdp-btn {
        width: 100%;
        justify-content: center;
    }

    .pdp-timeline {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 480px) {
    .pdp-timeline {
        grid-template-columns: 1fr;
    }
}
