/* SHOPSTYLE LIGHT PREMIUM PRODUCT V2 2026 */

.shopstyle-product-v2 {
    --ss-bg: #f4f6f8;
    --ss-card: #ffffff;
    --ss-border: #e1e6ec;
    --ss-text: #182230;
    --ss-muted: #667085;
    --ss-primary: #102a43;
    --ss-primary-hover: #071d2f;
    --ss-accent: #2e8bb0;
    --ss-danger: #b42318;
    --ss-shadow: 0 14px 36px rgba(16,42,67,.08);

    background: var(--ss-bg);
    padding: 28px;
    border-radius: 26px;
    margin-top: 18px;
}

.shopstyle-product-v2 .quickview-container {
    max-width: 1380px;
    margin: 0 auto;
}

.shopstyle-product-v2 .shopstyle-product-grid {
    gap: 30px;
}

/* IMAGE CARD */
.shopstyle-product-v2 .shopstyle-product-media {
    background: var(--ss-card);
    border: 1px solid var(--ss-border);
    border-radius: 24px;
    padding: 26px;
    box-shadow: var(--ss-shadow);
}

.shopstyle-product-v2 .shopstyle-product-image-wrap {
    background: #fff;
    border-radius: 18px;
    min-height: 500px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shopstyle-product-v2 .shopstyle-product-image {
    max-height: 640px;
    object-fit: contain;
}

/* INFO CARD */
.shopstyle-product-v2 .shopstyle-product-summary {
    background: linear-gradient(180deg,#fff 0%,#fafbfc 100%);
    border: 1px solid var(--ss-border);
    border-radius: 24px;
    padding: 34px;
    box-shadow: var(--ss-shadow);
}

.shopstyle-product-v2 .shopstyle-product-title {
    color: var(--ss-text);
    font-size: 36px;
    font-weight: 700;
    line-height: 1.18;
    margin-bottom: 18px;
}

.shopstyle-product-v2 .shopstyle-product-description {
    background: #fff;
    border: 1px solid var(--ss-border);
    border-radius: 16px;
    padding: 18px 20px;
    color: #475467;
}

.shopstyle-product-v2 .shopstyle-product-meta {
    background: #f8fafc;
    border: 1px solid var(--ss-border);
    border-radius: 16px;
    padding: 15px 18px;
}

.shopstyle-product-v2 .shopstyle-product-meta li + li {
    border-top: 1px solid #edf0f3;
}

/* PRICE */
.shopstyle-product-v2 .shopstyle-product-pricing {
    background: #f1f4f7;
    border: 1px solid var(--ss-border);
    border-radius: 18px;
    padding: 20px 22px;
}

.shopstyle-product-v2 .shopstyle-product-current-price,
.shopstyle-product-v2 .special-price {
    color: #101828 !important;
    font-size: 34px !important;
    font-weight: 800 !important;
}

.shopstyle-product-v2 .shopstyle-product-old-price,
.shopstyle-product-v2 .old-price {
    color: #98a2b3 !important;
}

/* DISCOUNT */
.shopstyle-product-v2 .promo_percent,
.shopstyle-product-v2 .shopstyle-product-discount {
    background: var(--ss-danger) !important;
    color: #fff !important;
    border-radius: 999px !important;
    padding: 9px 13px !important;
}

/* MAIN CTA */
.shopstyle-product-v2 .shopstyle-product-actions .btn-primary {
    width: 100% !important;
    min-height: 58px;
    background: var(--ss-primary) !important;
    color: #fff !important;
    border: 1px solid var(--ss-primary) !important;
    border-radius: 16px !important;
    font-weight: 800 !important;
    box-shadow: 0 10px 24px rgba(16,42,67,.18);
}

.shopstyle-product-v2 .shopstyle-product-actions .btn-primary:hover {
    background: var(--ss-primary-hover) !important;
    border-color: var(--ss-primary-hover) !important;
    color: #fff !important;
}

/* FAVORITES */
.shopstyle-product-v2 .shopstyle-product-actions .btn-default,
.shopstyle-product-v2 .shopstyle-product-actions .wishlist {
    width: 100% !important;
    min-height: 54px;
    margin: 0 !important;
    background: #fff !important;
    color: var(--ss-primary) !important;
    border: 2px solid #ccd5df !important;
    border-radius: 16px !important;
    font-weight: 700 !important;
}

.shopstyle-product-v2 .shopstyle-product-actions .btn-default:hover,
.shopstyle-product-v2 .shopstyle-product-actions .wishlist:hover {
    background: #edf5f8 !important;
    border-color: var(--ss-accent) !important;
    color: var(--ss-primary) !important;
}

/* REVIEWS */
.shopstyle-product-v2 .shopstyle-reviews {
    background: #fff;
    border: 1px solid var(--ss-border);
    border-radius: 24px;
    padding: 30px;
    box-shadow: var(--ss-shadow);
}

.shopstyle-product-v2 .shopstyle-review-score,
.shopstyle-product-v2 .shopstyle-review-bars,
.shopstyle-product-v2 .shopstyle-review-card {
    border-radius: 18px;
    border: 1px solid var(--ss-border);
}

.shopstyle-product-v2 .shopstyle-review-score {
    background: #fafbfc;
}

.shopstyle-product-v2 .shopstyle-review-bars {
    background: #f8fafc;
    padding: 22px;
}

.shopstyle-product-v2 .shopstyle-stars {
    color: #c9961a;
}

.shopstyle-product-v2 .shopstyle-review-form {
    background: #f7f9fb;
    border: 1px solid var(--ss-border);
    border-radius: 22px;
    padding: 28px;
}

.shopstyle-product-v2 .shopstyle-review-field input,
.shopstyle-product-v2 .shopstyle-review-field textarea {
    background: #fff;
    border: 1px solid #cfd7e1;
    border-radius: 12px;
    color: var(--ss-text);
}

.shopstyle-product-v2 .shopstyle-review-submit {
    background: var(--ss-primary) !important;
    color: #fff !important;
    border: 1px solid var(--ss-primary) !important;
    border-radius: 15px !important;
    min-height: 52px;
    font-weight: 800 !important;
}

/* SIMILAR PRODUCTS */
.shopstyle-product-v2 .shopstyle-similar-products {
    margin-top: 34px;
    padding: 28px 22px;
    background: #fff;
    border: 1px solid var(--ss-border);
    border-radius: 24px;
    box-shadow: var(--ss-shadow);
}

@media (max-width: 979px) {
    .shopstyle-product-v2 {
        padding: 18px;
    }

    .shopstyle-product-v2 .shopstyle-product-summary {
        padding: 24px;
    }

    .shopstyle-product-v2 .shopstyle-product-image-wrap {
        min-height: 360px;
    }
}

@media (max-width: 640px) {
    .shopstyle-product-v2 {
        padding: 10px;
        border-radius: 18px;
    }

    .shopstyle-product-v2 .shopstyle-product-media,
    .shopstyle-product-v2 .shopstyle-product-summary,
    .shopstyle-product-v2 .shopstyle-reviews {
        border-radius: 18px;
    }

    .shopstyle-product-v2 .shopstyle-product-title {
        font-size: 26px;
    }

    .shopstyle-product-v2 .shopstyle-product-current-price {
        font-size: 30px !important;
    }
}
