.zw-product-page {
    background: #f6f2ec;
    color: #25211d;
    padding-bottom: 64px;
}

.zw-product-breadcrumb {
    margin: 22px 0 16px;
}

.zw-product-shell,
.zw-product-details {
    background: #fff;
    border: 1px solid rgba(61, 50, 39, .08);
    border-radius: 12px;
    box-shadow: 0 18px 48px rgba(36, 28, 20, .08);
    padding: 28px;
}

.zw-product-grid {
    display: grid;
    grid-template-columns: minmax(0, 3fr) minmax(360px, 2fr);
    gap: 32px;
    align-items: start;
}

.zw-product-gallery {
    display: grid;
    gap: 14px;
}

.zw-product-gallery__main {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 560px;
    overflow: hidden;
    background: #fbfaf8;
    border: 1px solid #eee4da;
    border-radius: 12px;
    cursor: zoom-in;
}

.zw-product-gallery__main img {
    width: 100%;
    height: 100%;
    max-height: 620px;
    object-fit: contain;
    transition: opacity .18s ease, transform .25s ease;
}

.zw-product-gallery__main img.is-placeholder {
    padding: 34px;
}

.zw-product-gallery__main.is-changing img {
    opacity: .2;
}

@media (hover: hover) {
    .zw-product-gallery__main.is-zooming img:not(.is-placeholder) {
        transform: scale(1.55);
    }
}

.zw-product-gallery__zoom {
    position: absolute;
    right: 16px;
    bottom: 16px;
    padding: 9px 12px;
    background: rgba(37, 33, 29, .82);
    color: #fff;
    border-radius: 999px;
    font-size: 12px;
    font-weight: 700;
}

.zw-product-gallery__thumbs {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(86px, 1fr));
    gap: 10px;
}

.zw-product-gallery__thumb {
    height: 92px;
    padding: 4px;
    background: #fff;
    border: 1px solid #eadfd3;
    border-radius: 10px;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.zw-product-gallery__thumb:hover,
.zw-product-gallery__thumb.is-active {
    border-color: #7a4d2a;
    box-shadow: 0 8px 24px rgba(122, 77, 42, .18);
    transform: translateY(-1px);
}

.zw-product-gallery__thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

.zw-product-gallery__hidden-link {
    display: none;
}

.zw-product-summary {
    display: grid;
    gap: 18px;
}

.zw-product-summary__header {
    display: grid;
    gap: 8px;
}

.zw-product-eyebrow {
    color: #8a6243;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.zw-product-summary h1 {
    margin: 0;
    color: #1f1a16;
    font-family: "Sora", "Plus Jakarta Sans", Arial, sans-serif;
    font-size: 32px;
    line-height: 1.18;
}

.zw-product-sku {
    color: #77695d;
    font-size: 14px;
}

.zw-product-price,
.zw-selection-card,
.zw-product-support,
.zw-detail-section {
    border: 1px solid #eadfd3;
    border-radius: 12px;
    background: #fff;
}

.zw-product-price {
    display: grid;
    gap: 6px;
    padding: 18px;
}

.zw-product-price span,
.zw-quantity span {
    color: #77695d;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
}

.zw-product-price strong {
    color: #1f1a16;
    font-size: 30px;
    line-height: 1;
}

.zw-product-price small,
.zw-selection-card p,
.zw-product-support li,
.zw-muted {
    color: #75685d;
}

.zw-selection-card {
    display: grid;
    gap: 18px;
    padding: 20px;
    box-shadow: 0 14px 30px rgba(50, 36, 24, .08);
}

.zw-selection-card__intro h2 {
    margin: 0 0 8px;
    font-size: 21px;
    color: #1f1a16;
}

.zw-selection-card__intro p {
    margin: 0 0 4px;
    line-height: 1.5;
}

.zw-variation-picker {
    margin: 0;
    padding: 0;
    border: 0;
    box-shadow: none;
}

.zw-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.zw-quantity__control {
    display: inline-grid;
    grid-template-columns: 44px 64px 44px;
    height: 44px;
    overflow: hidden;
    border: 1px solid #d9cabc;
    border-radius: 10px;
}

.zw-quantity__control button,
.zw-quantity__control input {
    width: 100%;
    height: 100%;
    border: 0;
    background: #fff;
    color: #241c15;
    text-align: center;
    font-weight: 800;
}

.zw-quantity__control button {
    font-size: 20px;
    cursor: pointer;
}

.zw-quantity__control button:hover {
    background: #f4ece4;
}

.zw-selection-card__actions {
    display: grid;
    gap: 10px;
}

.zw-primary-action,
.zw-secondary-action,
.zw-whatsapp-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 18px;
    border-radius: 10px;
    border: 0;
    font-weight: 800;
    text-align: center;
}

.zw-primary-action {
    background: #7a4d2a;
    color: #fff;
}

.zw-secondary-action {
    background: #241c15;
    color: #fff;
}

.zw-primary-action:hover,
.zw-secondary-action:hover,
.zw-whatsapp-action:hover {
    color: #fff;
    filter: brightness(.96);
}

.zw-product-support {
    padding: 18px;
}

.zw-whatsapp-action {
    gap: 8px;
    margin-bottom: 14px;
    background: #128c4a;
    color: #fff;
}

.zw-product-support ul {
    margin: 0;
    padding-left: 18px;
}

.product-action-disabled {
    opacity: .48;
    pointer-events: none;
}

.zw-product-details {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.zw-detail-section {
    padding: 22px;
}

.zw-detail-section h2 {
    margin: 0 0 14px;
    color: #1f1a16;
    font-size: 22px;
}

.zw-rich-text {
    color: #4f463e;
    line-height: 1.75;
}

.zw-rich-text img,
.zw-rich-text iframe {
    max-width: 100%;
    border-radius: 10px;
}

.zw-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
}

.zw-feature-item {
    display: grid;
    gap: 5px;
    padding: 14px;
    background: #faf7f3;
    border-radius: 10px;
}

.zw-feature-item strong {
    color: #271f18;
}

.zw-feature-item span {
    color: #6f6257;
}

.zw-document-list {
    display: grid;
    gap: 10px;
}

.zw-document-list a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 16px;
    background: #faf7f3;
    border-radius: 10px;
    color: #271f18;
}

.zw-document-list small {
    display: block;
    color: #75685d;
}

.zw-related-products {
    margin-top: 30px;
}

@media (max-width: 991px) {
    .zw-product-shell,
    .zw-product-details {
        padding: 18px;
    }

    .zw-product-grid {
        grid-template-columns: 1fr;
    }

    .zw-product-gallery__main {
        min-height: 420px;
    }

    .zw-product-summary h1 {
        font-size: 27px;
    }
}

@media (max-width: 767px) {
    .zw-product-page {
        padding-bottom: 92px;
    }

    .zw-product-shell,
    .zw-product-details {
        border-radius: 0;
        margin-left: -15px;
        margin-right: -15px;
    }

    .zw-product-gallery__main {
        min-height: 320px;
    }

    .zw-product-gallery__thumbs {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .zw-product-gallery__thumb {
        height: 74px;
    }

    .zw-feature-grid {
        grid-template-columns: 1fr;
    }

    .zw-selection-card__actions {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 50;
        grid-template-columns: 1fr;
        padding: 10px 14px;
        background: rgba(255, 255, 255, .96);
        box-shadow: 0 -12px 30px rgba(33, 24, 16, .12);
    }

    .zw-selection-card__actions .zw-secondary-action {
        display: none;
    }
}
