.rvscc-ptp{margin:24px 0;clear:both}.rvscc-ptp__nav{display:flex;gap:8px;flex-wrap:wrap;border-bottom:1px solid #e6e6e6;margin-bottom:18px}.rvscc-ptp__tab{appearance:none;background:#f7f7f7;border:1px solid #e6e6e6;border-bottom:none;padding:12px 16px;cursor:pointer;margin-bottom:-1px;font:inherit}.rvscc-ptp__tab.is-active,.rvscc-ptp__tab:hover{background:#fff}.rvscc-ptp__tab.is-active{font-weight:700;border-bottom:1px solid #fff}.rvscc-ptp__body{position:relative;min-height:80px}.rvscc-ptp__loader{display:none;position:absolute;z-index:2;background:#fff;border:1px solid #e6e6e6;padding:8px 10px}.rvscc-ptp.is-loading .rvscc-ptp__loader{display:block}.rvscc-ptp.is-loading .rvscc-ptp__content{opacity:.35;pointer-events:none}.rvscc-ptp-product{display:block}.rvscc-ptp-product__media{float:left;margin:0 16px 12px 0}.rvscc-ptp-product__media img{max-width:88px;height:auto}.rvscc-ptp-product__name{font-size:.95em;opacity:.75;margin-bottom:8px}.rvscc-ptp-product__short{margin-bottom:10px}.rvscc-ptp-product__price{font-size:1.25em;font-weight:700;margin-bottom:12px}.rvscc-ptp-product__stock{color:#4b8f29;margin-bottom:12px}.rvscc-ptp__notice{padding:12px;border:1px solid #e0b4b4;background:#fff6f6;margin:12px 0}@media(max-width:640px){.rvscc-ptp__nav{display:block;border-bottom:0}.rvscc-ptp__tab{width:100%;text-align:left;border:1px solid #e6e6e6;margin-bottom:6px}.rvscc-ptp-product__media{float:none;margin:0 0 12px}}


/* v4.1.2 SKU + stock cleanup */
.rvscc-ptp-product__sku {
    font-size: 0.92em;
    opacity: .75;
    margin: -2px 0 10px;
}

.rvscc-ptp-product__main > .stock {
    margin-bottom: 12px;
}

.rvscc-ptp-product__stock {
    display: none;
}

.rvscc-ptp-product__type {
    display: none;
}

/* Keep variable/measurement forms from collapsing in narrow theme columns. */
.rvscc-ptp .variations,
.rvscc-ptp .variations select,
.rvscc-ptp form.cart,
.rvscc-ptp .single_variation_wrap {
    max-width: 100%;
}

.rvscc-ptp .woocommerce-variation-price {
    margin-bottom: 10px;
}


/* v5.5 variation price sync */
.rvscc-ptp-product__price[data-rvscc-variation-price="yes"] {
    transition: opacity .12s ease-in-out;
}


/* v5.6 SkyVerge visible price display */
.rvscc-ptp .product_price[data-rvscc-skyverge-display="yes"] {
    transition: opacity .12s ease-in-out;
}
