/* Pila Pasák wholesale single-product pages inspired by the requested reference. */
body.pp-single-product .pila-shop-hero,
body.pp-single-product .woocommerce-breadcrumb,
body.pp-single-product .product-navigation,
body.pp-single-product .wd-products-nav,
body.pp-single-product .woocommerce-tabs,
body.pp-single-product .related.products,
body.pp-single-product .upsells.products,
body.pp-single-product .summary .price,
body.pp-single-product form.cart,
body.pp-single-product .wd-compare-btn,
body.pp-single-product .wd-wishlist-btn,
body.pp-single-product .quick-view,
body.pp-single-product .open-quick-view,
body.pp-single-product .compare-button,
body.pp-single-product .wishlist-button {
    display: none !important;
}

.pp-single {
    background: #fff;
}

.pp-single__breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .55rem;
    padding-top: 1.35rem;
    padding-bottom: 1.35rem;
    color: #68736c;
    font-size: .88rem;
}

.pp-single__breadcrumb a {
    color: #536159;
    text-decoration: none;
}

.pp-single__breadcrumb a:hover {
    color: #087a43;
}

.pp-single__hero {
    display: grid;
    grid-template-columns: minmax(0, 1.03fr) minmax(390px, .97fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: start;
    padding-top: 1.4rem;
    padding-bottom: clamp(4rem, 8vw, 7rem);
}

.pp-single__gallery {
    position: sticky;
    top: 130px;
    min-width: 0;
}

.pp-single__main-image {
    display: grid;
    place-items: center;
    min-height: 540px;
    padding: clamp(1rem, 3vw, 2rem);
    overflow: hidden;
    border: 1px solid #dfe8e1;
    border-radius: 22px;
    background: #f5f7f4;
}

.pp-single__main-image img {
    display: block;
    width: 100%;
    height: 100%;
    max-height: 650px;
    object-fit: contain;
    border-radius: 14px;
}

.pp-single__thumbs {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: .75rem;
    margin-top: .85rem;
}

.pp-single__thumb {
    display: grid;
    place-items: center;
    min-width: 0;
    min-height: 88px;
    padding: .35rem;
    border: 1px solid #dfe8e1;
    border-radius: 12px !important;
    background: #fff;
    cursor: pointer;
    overflow: hidden;
}

.pp-single__thumb.is-active {
    border-color: #087a43;
    box-shadow: 0 0 0 2px rgba(8, 122, 67, .15);
}

.pp-single__thumb img {
    width: 100%;
    height: 76px;
    object-fit: cover;
    border-radius: 8px;
}

.pp-single__summary {
    padding: .2rem 0;
}

.pp-single__labels {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .65rem;
    margin-bottom: 1rem;
}

.pp-single__availability,
.pp-single__category {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: .38rem .72rem;
    border-radius: 999px;
    font-size: .78rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.pp-single__availability {
    background: #e8f6ed;
    color: #075d35;
}

.pp-single__availability.is-limited {
    background: #fff6dc;
    color: #7a5200;
}

.pp-single__category {
    border: 1px solid #dfe8e1;
    background: #fff;
    color: #536159;
}

.pp-single__summary h1 {
    max-width: 16ch;
    margin-bottom: .65rem;
    font-size: clamp(2.25rem, 4.5vw, 4.4rem);
    line-height: 1.02;
}

.pp-single__overview {
    color: #536159;
    font-size: 1.05rem;
}

.pp-single__overview p:last-child {
    margin-bottom: 0;
}

.pp-single__supply-list {
    margin: 1.75rem 0 1.4rem;
    border-top: 1px solid #dfe8e1;
    border-bottom: 1px solid #dfe8e1;
}

.pp-single__supply-list > div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 1rem;
    padding: .95rem 0;
    border-bottom: 1px solid #e7eee8;
}

.pp-single__supply-list > div:last-child {
    border-bottom: 0;
}

.pp-single__supply-list span {
    color: #68736c;
    font-size: .9rem;
}

.pp-single__supply-list strong {
    color: #1d2621;
    font-size: .94rem;
}

.pp-single__quote-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 54px;
    padding: .9rem 1.4rem;
    border-radius: 999px;
    background: #087a43;
    color: #fff !important;
    font-weight: 850;
    text-decoration: none;
    box-shadow: 0 12px 30px rgba(8, 122, 67, .18);
}

.pp-single__quote-button:hover {
    background: #075d35;
    transform: translateY(-1px);
}

.pp-single__assurances {
    display: grid;
    gap: .85rem;
    margin-top: 1.45rem;
}

.pp-single__assurances > div {
    position: relative;
    padding-left: 1.75rem;
}

.pp-single__assurances > div::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: .05rem;
    display: grid;
    place-items: center;
    width: 1.25rem;
    height: 1.25rem;
    border-radius: 50%;
    background: #e8f6ed;
    color: #087a43;
    font-size: .76rem;
    font-weight: 900;
}

.pp-single__assurances strong,
.pp-single__assurances span {
    display: block;
}

.pp-single__assurances strong {
    margin-bottom: .12rem;
    font-size: .94rem;
}

.pp-single__assurances span {
    color: #68736c;
    font-size: .88rem;
}

.pp-single__meta {
    margin-top: 1.45rem;
    color: #68736c;
    font-size: .9rem;
}

.pp-single__meta a {
    font-weight: 750;
    text-decoration: none;
}

.pp-single__content-section {
    max-width: 980px;
    padding-top: clamp(3.5rem, 7vw, 6.2rem);
    padding-bottom: clamp(3.5rem, 7vw, 6.2rem);
    border-top: 1px solid #dfe8e1;
}

.pp-single__eyebrow {
    margin-bottom: .9rem;
    color: #087a43;
    font-size: .76rem;
    font-weight: 850;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.pp-single__content-section > h2,
.pp-single__related > h2 {
    margin-bottom: 1.4rem;
    font-size: clamp(1.9rem, 3.4vw, 3.2rem);
}

.pp-single__content {
    color: #334139;
    font-size: 1.02rem;
}

.pp-single__content h2,
.pp-single__content h3,
.pp-single__content h4 {
    margin-top: 1.7em;
}

.pp-single__content ul,
.pp-single__content ol {
    padding-left: 1.3rem;
}

.pp-single__content table {
    width: 100%;
    margin: 1.7rem 0;
    border-collapse: collapse;
    font-size: .95rem;
}

.pp-single__content th,
.pp-single__content td {
    padding: .82rem .9rem;
    border: 1px solid #dfe8e1;
    text-align: left;
    vertical-align: top;
}

.pp-single__content th {
    background: #f2f6f1;
}

.pp-single__data-section {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
    gap: 1.25rem;
    padding-bottom: clamp(4rem, 8vw, 7rem);
}

.pp-single__data-card,
.pp-single__requirement-card {
    padding: clamp(1.45rem, 3vw, 2.2rem);
    border: 1px solid #dfe8e1;
    border-radius: 20px;
    background: #fff;
}

.pp-single__data-card table {
    width: 100%;
    border-collapse: collapse;
}

.pp-single__data-card th,
.pp-single__data-card td {
    padding: .85rem 0;
    border-bottom: 1px solid #e4ebe5;
    text-align: left;
    vertical-align: top;
}

.pp-single__data-card th {
    width: 175px;
    padding-right: 1rem;
    color: #68736c;
    font-weight: 650;
}

.pp-single__requirement-card {
    align-self: stretch;
    background: #f2f6f1;
}

.pp-single__requirement-card h3 {
    margin-bottom: .7rem;
    font-size: 1.45rem;
}

.pp-single__requirement-card a {
    display: inline-flex;
    margin-top: .5rem;
    font-weight: 850;
    text-decoration: none;
}

.pp-single__related {
    padding-top: 1rem;
    padding-bottom: clamp(4rem, 8vw, 7rem);
}

.pp-single__related-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.pp-single__related-card {
    overflow: hidden;
    border: 1px solid #dfe8e1;
    border-radius: 18px;
    background: #fff;
}

.pp-single__related-image {
    display: block;
    background: #f5f7f4;
}

.pp-single__related-image img {
    width: 100%;
    aspect-ratio: 1 / .78;
    object-fit: cover;
}

.pp-single__related-card h3 {
    min-height: 2.5em;
    margin: 1rem 1rem .7rem;
    font-size: 1.05rem;
}

.pp-single__related-card h3 a {
    color: #171a18;
    text-decoration: none;
}

.pp-single__related-link {
    display: inline-flex;
    margin: 0 1rem 1.15rem;
    font-size: .92rem;
    font-weight: 850;
    text-decoration: none;
}

.pp-single__cta {
    padding: clamp(3.5rem, 7vw, 6rem) 0;
    background: linear-gradient(128deg, #0b2f20, #087a43);
    color: #fff;
}

.pp-single__cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}

.pp-single__cta .pp-single__eyebrow {
    color: #a4e0b9;
}

.pp-single__cta h2 {
    max-width: 18ch;
    color: #fff;
    margin-bottom: .45rem;
}

.pp-single__cta p:not(.pp-single__eyebrow) {
    max-width: 62ch;
    margin-bottom: 0;
    color: rgba(255,255,255,.82);
}

.pp-single__cta a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    flex: 0 0 auto;
    padding: .8rem 1.35rem;
    border-radius: 999px;
    background: #fff;
    color: #075d35 !important;
    font-weight: 850;
    text-decoration: none;
}

@media (max-width: 1000px) {
    .pp-single__hero {
        grid-template-columns: 1fr;
    }

    .pp-single__gallery {
        position: static;
    }

    .pp-single__summary h1 {
        max-width: none;
    }

    .pp-single__related-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .pp-single__main-image {
        min-height: 360px;
    }

    .pp-single__thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .pp-single__supply-list > div {
        grid-template-columns: 1fr;
        gap: .2rem;
    }

    .pp-single__data-section {
        grid-template-columns: 1fr;
    }

    .pp-single__cta-inner {
        align-items: stretch;
        flex-direction: column;
    }

    .pp-single__cta a {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .pp-single__breadcrumb {
        font-size: .8rem;
    }

    .pp-single__hero {
        gap: 1.5rem;
    }

    .pp-single__main-image {
        min-height: 285px;
        border-radius: 16px;
    }

    .pp-single__thumbs {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .pp-single__summary h1 {
        font-size: clamp(2rem, 11vw, 3rem);
    }

    .pp-single__data-card th,
    .pp-single__data-card td {
        display: block;
        width: 100%;
    }

    .pp-single__data-card th {
        padding-bottom: .15rem;
        border-bottom: 0;
    }

    .pp-single__data-card td {
        padding-top: .15rem;
    }

    .pp-single__related-grid {
        grid-template-columns: 1fr;
    }
}
