.single-product div.product .summary.entry-summary {
    display: none;
}

.single-product div.product .vss-product-sheet {
    clear: both;
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(420px, 0.85fr);
    gap: clamp(32px, 4vw, 72px);
    align-items: start;
    margin: 0 auto 64px;
    max-width: 1580px;
    padding: clamp(24px, 4vw, 48px) clamp(20px, 3vw, 48px);
    overflow: visible;
}

.vss-product-gallery {
    display: grid;
    gap: 18px;
    min-width: 0;
    overflow: visible;
}

.vss-product-gallery__item {
    margin: 0;
    min-width: 0;
}

.vss-product-media__link {
    display: grid;
    box-sizing: border-box;
    width: 100%;
    height: clamp(420px, 70dvh, 680px);
    min-height: 0;
    padding: clamp(24px, 5vw, 72px);
    place-items: center;
    overflow: hidden;
    background: #f3f4f1;
    border: 1px solid rgba(88, 80, 74, 0.16);
    border-radius: 4px;
    text-decoration: none;
}

.vss-product-media__link img {
    display: block;
    width: auto;
    max-width: min(100%, 420px);
    max-height: 100%;
    object-fit: contain;
    transition: opacity 180ms ease, transform 220ms ease;
}

.vss-product-media__link img.is-loading {
    opacity: 0.42;
    transform: scale(0.985);
}

.vss-product-panel {
    position: sticky;
    top: 84px;
    display: grid;
    gap: 20px;
    max-height: none;
    overflow: visible;
}

.vss-product-copy {
    color: #2f2a25;
}

.vss-product-summary {
    color: #2f2a25;
}

.vss-kicker {
    margin: 0 0 14px;
    color: #8b6f46;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.vss-product-summary h1,
.vss-product-copy h2 {
    margin: 0;
    color: #211d19;
    font-size: clamp(2rem, 2.6vw, 3.3rem);
    line-height: 1.05;
}

.vss-product-details-section {
    max-width: 1120px;
    margin: 0 auto 80px;
    padding: 0 clamp(20px, 3vw, 48px);
}

.vss-product-technical h2 {
    font-size: clamp(1.55rem, 2vw, 2.2rem);
    line-height: 1.12;
}

.vss-lead {
    margin: 18px 0 0;
    color: #58504a;
    font-size: 1rem;
    line-height: 1.55;
}

.vss-description {
    margin: 14px 0 0;
    color: #6a625b;
    font-size: 0.92rem;
    line-height: 1.62;
}

.vss-editorial-blocks {
    margin-top: 20px;
    color: #463f39;
    font-size: 0.92rem;
    line-height: 1.62;
}

.vss-editorial-blocks > * {
    margin-top: 0;
    margin-bottom: 18px;
}

.vss-editorial-blocks img {
    max-width: 100%;
    height: auto;
}

.vss-wine-details {
    display: grid;
    gap: 0;
    margin: 32px 0 0;
    border-top: 1px solid rgba(88, 80, 74, 0.18);
}

.vss-wine-details div {
    display: grid;
    grid-template-columns: 150px minmax(0, 1fr);
    gap: 20px;
    padding: 15px 0;
    border-bottom: 1px solid rgba(88, 80, 74, 0.14);
}

.vss-wine-details dt,
.vss-variation-facts dt {
    color: #8b6f46;
    font-size: 0.76rem;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: uppercase;
}

.vss-wine-details dd,
.vss-variation-facts dd {
    margin: 0;
    color: #463f39;
    line-height: 1.55;
}

.vss-product-technical .stock {
    margin: 0;
}

.vss-buy-box {
    padding: 22px;
    background: #ffffff;
    border: 1px solid rgba(88, 80, 74, 0.18);
    box-shadow: 0 18px 50px rgba(33, 29, 25, 0.08);
}

.vss-buy-box__price {
    color: #211d19;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.2;
}

.vss-buy-box__price .amount {
    color: inherit;
}

.vss-variation-facts {
    display: grid;
    gap: 10px;
    margin: 18px 0 22px;
    padding: 0;
}

.vss-variation-facts div {
    display: grid;
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 14px;
    align-items: baseline;
}

.vss-buy-box form.cart,
.vss-buy-box table.variations {
    margin-bottom: 0;
}

.vss-buy-box table.variations th,
.vss-buy-box table.variations td {
    display: block;
    padding: 0;
    background: transparent;
}

.vss-buy-box table.variations th {
    margin-bottom: 10px;
}

.vss-format-swatches {
    display: grid;
    gap: 10px;
    margin-bottom: 12px;
}

.vss-format-swatch {
    display: grid;
    grid-template-columns: 56px minmax(0, 1fr);
    gap: 12px;
    align-items: center;
    width: 100%;
    min-height: 72px;
    padding: 10px;
    color: #2f2a25;
    background: #faf8f3;
    border: 1px solid rgba(88, 80, 74, 0.18);
    border-radius: 0;
    cursor: pointer;
    text-align: left;
    transition: border-color 160ms ease, background 160ms ease, box-shadow 160ms ease;
}

.vss-format-swatch:hover,
.vss-format-swatch.is-selected {
    background: #fffdf8;
    border-color: #8b6f46;
    box-shadow: 0 8px 24px rgba(139, 111, 70, 0.12);
}

.vss-format-swatch__image {
    display: grid;
    width: 56px;
    height: 54px;
    place-items: center;
    background: #f0eadf;
}

.vss-format-swatch__image img {
    max-width: 44px;
    max-height: 54px;
    object-fit: contain;
}

.vss-format-swatch__body {
    display: grid;
    gap: 3px;
}

.vss-format-swatch__body strong {
    font-size: 0.92rem;
    line-height: 1.2;
}

.vss-format-swatch__body span {
    color: #756b62;
    font-size: 0.9rem;
}

.vss-native-select select {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
}

.vss-buy-box .woocommerce-variation-price,
.vss-buy-box .woocommerce-variation-availability {
    display: none;
}

.vss-buy-box .single_variation_wrap {
    margin-top: 14px;
}

.vss-buy-box .quantity {
    display: grid;
    grid-template-columns: 44px minmax(52px, 1fr) 44px;
    align-items: center;
    width: 100%;
    max-width: 240px;
    min-height: 48px;
    margin: 0 0 12px;
    overflow: hidden;
    border: 1px solid rgba(88, 80, 74, 0.18);
    border-radius: 4px;
    background: #faf8f3;
}

.vss-buy-box .quantity input.qty {
    width: 100%;
    min-height: 48px;
    border: 0;
    border-right: 1px solid rgba(88, 80, 74, 0.12);
    border-left: 1px solid rgba(88, 80, 74, 0.12);
    background: #ffffff;
    text-align: center;
}

.vss-qty-button {
    display: grid;
    width: 44px;
    height: 48px;
    place-items: center;
    border: 0;
    background: transparent;
    color: #211d19;
    font-size: 1.15rem;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.vss-buy-box .woocommerce-variation-add-to-cart {
    display: grid;
    gap: 12px;
}

.vss-buy-box .single_add_to_cart_button {
    width: 100%;
    min-height: 52px;
    padding-right: 24px;
    padding-left: 24px;
    background: #211d19;
    color: #ffffff;
    border-radius: 4px;
    font-size: 0.82rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
}

.vss-secondary-action {
    display: inline-flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(88, 80, 74, 0.2);
    border-radius: 4px;
    margin-top: 12px;
    color: #211d19;
    background: #ffffff;
    font-size: 0.82rem;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
}

.vss-cart-flow-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 14px 0 0;
}

@media (max-width: 980px) {
    .single-product div.product .vss-product-sheet {
        grid-template-columns: minmax(0, 1fr);
    }

    .vss-product-panel {
        position: static;
        max-height: none;
        overflow: visible;
    }

    .vss-product-media__link {
        height: clamp(340px, 62dvh, 460px);
    }
}

@media (max-width: 560px) {
    .single-product div.product .vss-product-sheet {
        padding-right: 16px;
        padding-left: 16px;
    }

    .vss-wine-details div,
    .vss-variation-facts div {
        grid-template-columns: minmax(0, 1fr);
        gap: 4px;
    }
}
