/* ── Layout container ──────────────────────────────────── */
.renti-sp-wrap{width:min(calc(100% - 32px),960px);margin-inline:auto}

/* ── Product page header ───────────────────────────────── */
.renti-sp-header{border-bottom:1px solid rgba(7,59,104,.10);background:rgba(252,250,248,.97)}
.renti-sp-header-inner{display:flex;align-items:center;justify-content:space-between;gap:18px;min-height:72px}

.renti-sp-logo{display:flex;align-items:center;width:194px;height:46px}
.renti-sp-logo img{width:100%;max-height:43px;object-fit:contain;object-position:left center}
.renti-logo-text{color:var(--renti-blue-dark);font-size:20px;font-weight:900;letter-spacing:-.04em}

.renti-sp-back{display:flex;align-items:center;gap:7px;color:var(--renti-blue-dark);font-size:12px;font-weight:900}
.renti-sp-back:hover{color:var(--renti-blue)}
.renti-sp-back svg{color:var(--renti-blue)}

/* ── Product page body ─────────────────────────────────── */
.renti-sp-page{padding:40px 0 46px}

.renti-sp-card{display:grid;grid-template-columns:280px 1fr;gap:26px;padding:22px;border:1px solid var(--renti-line-soft);border-radius:20px;background:#fff;box-shadow:0 16px 42px rgba(7,59,104,.11)}

/* Visual panel (product image or SVG icon) */
.renti-sp-visual{display:grid;place-items:center;min-height:280px;border-radius:17px;background:linear-gradient(145deg,#fff,var(--renti-blue-soft));color:var(--renti-blue)}
.renti-sp-visual svg{width:96px;height:96px}
.renti-sp-visual .renti-sp-img{width:100%;height:100%;object-fit:cover;border-radius:14px}

/* Summary */
.renti-sp-summary{align-self:center}
.renti-sp-summary .renti-eyebrow{margin-bottom:10px}

.renti-sp-summary h1{margin-bottom:9px;font-size:clamp(35px,5vw,54px);font-weight:900;line-height:1.03;letter-spacing:-.062em}

/* Price */
.renti-sp-price{display:flex;align-items:baseline;gap:6px;margin:12px 0 14px;color:var(--renti-blue);font-size:34px;font-weight:900;line-height:1;letter-spacing:-.055em}
.renti-sp-price .woocommerce-Price-amount{font-size:inherit;font-weight:inherit;color:inherit}
.renti-sp-price small{font-size:14px;font-weight:700;color:var(--renti-muted);letter-spacing:0}

/* Description */
.renti-sp-desc{max-width:640px;color:var(--renti-muted);font-size:14px;margin-bottom:0}

/* Facts list */
.renti-sp-facts{display:grid;gap:7px;padding:0;margin:15px 0 18px;list-style:none}
.renti-sp-facts li{display:flex;align-items:flex-start;gap:8px;color:var(--renti-muted);font-size:12px}
.renti-sp-facts li svg{flex:0 0 auto;margin-top:1px;color:var(--renti-blue)}

/* ── Buy row (WooCommerce add to cart) ─────────────────── */
.renti-sp-buy .cart{display:flex;align-items:center;gap:10px;padding-top:15px;border-top:1px solid var(--renti-line-soft);flex-wrap:wrap;margin:0}

/* Quantity stepper wrapper */
.renti-sp-buy .quantity{display:grid;grid-template-columns:34px 43px 34px;align-items:center;overflow:hidden;border:1px solid var(--renti-line);border-radius:12px;background:var(--renti-cream-soft);flex:0 0 auto}

/* +/- buttons injected by JS */
.renti-sp-buy .qty-btn{display:grid;place-items:center;height:43px;border:0;background:transparent;color:var(--renti-blue-dark);font-size:16px;font-weight:900;font-family:inherit;cursor:pointer;transition:background .15s ease,color .15s ease}
.renti-sp-buy .qty-btn:hover{background:var(--renti-blue-soft);color:var(--renti-blue)}

/* Quantity input */
.renti-sp-buy .qty{width:100%;height:43px;border:0;border-right:1px solid var(--renti-line-soft);border-left:1px solid var(--renti-line-soft);background:#fff;color:var(--renti-blue-dark);text-align:center;font-size:12px;font-weight:900;font-family:inherit;outline:0;-moz-appearance:textfield}
.renti-sp-buy .qty::-webkit-outer-spin-button,
.renti-sp-buy .qty::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}

/* Add to cart button */
.renti-sp-buy button.single_add_to_cart_button.button.alt,
.renti-sp-buy .single_add_to_cart_button{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;padding:0 17px;border:1px solid transparent;border-radius:13px;background:var(--renti-blue);color:#fff;font-size:13px;font-weight:900;font-family:inherit;cursor:pointer;box-shadow:0 10px 20px rgba(0,114,206,.18);transition:.2s ease;white-space:nowrap}
.renti-sp-buy button.single_add_to_cart_button.button.alt:hover,
.renti-sp-buy .single_add_to_cart_button:hover{transform:translateY(-2px);background:var(--renti-blue-deep)}
.renti-sp-buy .single_add_to_cart_button::after{content:"→";font-size:18px}
.renti-sp-buy .single_add_to_cart_button.loading::after{display:none}
.renti-sp-buy .single_add_to_cart_button.disabled{opacity:.6;pointer-events:none}

/* WC notices inside buy area */
.renti-sp-buy .woocommerce-error,.renti-sp-buy .woocommerce-message{margin-bottom:14px;padding:10px 13px;border-radius:10px;font-size:13px;font-weight:700;list-style:none}
.renti-sp-buy .woocommerce-error{background:#fdf2f2;color:#c0392b}
.renti-sp-buy .woocommerce-message{background:var(--renti-blue-soft);color:var(--renti-blue-dark)}

/* ── Minimal footer ────────────────────────────────────── */
.renti-sp-footer{padding:15px 0;border-top:1px solid rgba(7,59,104,.08);color:var(--renti-muted);font-size:10px}
.renti-sp-footer-inner{display:flex;align-items:center;justify-content:space-between;gap:12px}
.renti-sp-footer-links{display:flex;gap:12px;flex-wrap:wrap}
.renti-sp-footer-links a:hover{color:var(--renti-blue)}

/* ── Responsive ────────────────────────────────────────── */
@media(max-width:760px){
	.renti-sp-card{grid-template-columns:1fr}
	.renti-sp-visual{min-height:210px}
}
@media(max-width:560px){
	.renti-sp-wrap{width:min(calc(100% - 24px),960px)}
	.renti-sp-page{padding:26px 0 30px}
	.renti-sp-header-inner{min-height:66px}
	.renti-sp-logo{width:172px;height:42px}
	.renti-sp-back span{display:none}
	.renti-sp-card{padding:15px;gap:18px}
	.renti-sp-buy .cart{display:grid;grid-template-columns:auto 1fr}
	.renti-sp-buy .single_add_to_cart_button{width:100%}
	.renti-sp-footer-inner{display:grid}
}
