/* Container Reset */
.rgr-custom-pdp-container {
    max-width: 1200px;
    margin: 0 auto;
    font-family: sans-serif;
    color: #333;
    padding: 20px;
}

/* Breadcrumb */
.rgr-breadcrumb { margin-bottom: 20px; font-size: 14px; color: #666; }

/* Main Top Section */
.rgr-product-main {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}
.rgr-product-gallery { width: 50%; }
.rgr-product-details { width: 50%; }

/* Typography & Info */
.rgr-product-title { font-size: 28px; font-weight: bold; margin: 0 0 10px; }
.rgr-product-subtitle { font-size: 16px; color: #555; margin-bottom: 15px; }

/* Dimensions Box */
.rgr-dimensions-box {
    border: 1px solid #ddd;
    padding: 15px;
    margin: 20px 0;
    border-radius: 4px;
}
.rgr-dimensions-box small { color: #888; display: block; margin-bottom: 5px; }
.rgr-dimensions-box p { margin: 0; font-weight: bold; }

/* Pricing */
.rgr-pricing-wrap { margin-bottom: 20px; display: flex; align-items: baseline; gap: 10px; }
.rgr-sale-price { font-size: 28px; font-weight: bold; }
.rgr-regular-price { font-size: 18px; color: #999; text-decoration: line-through; }
.rgr-save-amt { color: #555; }

/* Coupon */
.rgr-coupon-wrap { margin-bottom: 20px; }
.rgr-coupon-wrap label { display: block; margin-bottom: 8px; color: #555; }
.rgr-coupon-flex { display: flex; gap: 10px; margin-bottom: 5px; }
.rgr-coupon-flex input { flex: 1; padding: 10px; border: 1px solid #ccc; border-radius: 4px; }
.rgr-coupon-flex button { padding: 10px 20px; background: #0088ff; color: white; border: none; font-weight: bold; cursor: pointer; border-radius: 4px; }
.rgr-coupon-wrap small { font-size: 12px; color: #888; }

/* Actions (Buttons) */
.rgr-actions { display: flex; flex-direction: column; gap: 15px; margin-bottom: 20px; }
.rgr-buy-now { width: 100%; padding: 15px; background: #0088ff; color: #fff; font-size: 16px; font-weight: bold; text-align: center; border: none; cursor: pointer; border-radius: 4px; }
.rgr-actions form.cart { display: flex; width: 100%; margin: 0; }
.rgr-actions form.cart button.single_add_to_cart_button { width: 100%; padding: 15px; background: white; color: #333; border: 1px solid #ccc; font-size: 16px; font-weight: bold; cursor: pointer; border-radius: 4px; }

/* Trust Badges */
.rgr-trust-badges { display: flex; gap: 20px; font-size: 14px; color: #555; border-top: 1px solid #eee; padding-top: 15px; }

/* Trust Bar */
.rgr-trust-bar { background: #f8f8fc; padding: 20px; display: flex; justify-content: space-around; text-align: center; font-weight: bold; color: #555; margin-bottom: 40px; }

/* Shared Section Styles */
.rgr-section { background: #f8f8fc; padding: 40px 20px; text-align: center; margin-bottom: 20px; }
.rgr-section h2 { font-size: 24px; font-weight: bold; margin-bottom: 30px; }

/* Key Benefits */
.rgr-benefits-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 20px; max-width: 1000px; margin: 0 auto; }
.rgr-benefit-card { background: white; padding: 20px; text-align: center; border-radius: 8px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); }
.rgr-benefit-card .icon { font-size: 24px; display: block; margin-bottom: 10px; }
.rgr-benefit-card h4 { margin: 0 0 5px; font-size: 14px; }
.rgr-benefit-card p { margin: 0; font-size: 12px; color: #777; }

/* Use Cases */
.rgr-use-cases-section { background: #fff; }
.rgr-use-cases-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.rgr-case-card { height: 250px; background-size: cover; background-position: center; border-radius: 8px; position: relative; display: flex; align-items: flex-end; justify-content: center; padding-bottom: 20px; overflow: hidden; }
.rgr-case-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(to top, rgba(0,0,0,0.8), transparent); }
.rgr-case-card h4 { position: relative; z-index: 2; color: white; margin: 0; font-size: 18px; font-weight: bold; }