
:root{--rpd-accent:#2563eb;--rpd-dark:#0f172a;--rpd-muted:#64748b;--rpd-border:#e5e7eb}.rpd-section,.rpd-banner-row,.rpd-trust,.rpd-hero-slider{width:min(1380px,calc(100% - 32px));margin:34px auto}.rpd-section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.rpd-section-head span{color:var(--rpd-accent);font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}.rpd-section-head h2{margin:4px 0 0;font-size:clamp(25px,3vw,38px)}.rpd-hero-slider{position:relative;min-height:570px;border-radius:26px;overflow:hidden;background:#111827}.rpd-slides,.rpd-hero-slide{position:absolute;inset:0}.rpd-hero-slide{display:flex;align-items:center;padding:7%;background-position:center;background-size:cover;opacity:0;visibility:hidden;transition:.65s}.rpd-hero-slide.is-active{opacity:1;visibility:visible}.rpd-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.84),rgba(2,6,23,.15))}.rpd-hero-content{position:relative;z-index:2;max-width:620px;color:#fff}.rpd-hero-content h1{margin:14px 0;font-size:clamp(42px,6vw,76px);line-height:1;color:#fff}.rpd-hero-content p{font-size:20px}.rpd-hero-content a{display:inline-flex;margin-top:18px;padding:15px 24px;border-radius:999px;background:#fff;color:#111827;font-weight:800;text-decoration:none}.rpd-hero-prev,.rpd-hero-next{position:absolute;top:50%;z-index:3;width:48px;height:48px;border:1px solid rgba(255,255,255,.45);border-radius:50%;background:rgba(15,23,42,.45);color:#fff;font-size:30px}.rpd-hero-prev{left:22px}.rpd-hero-next{right:22px}.rpd-hero-dots{position:absolute;z-index:3;bottom:24px;left:50%;display:flex;gap:7px;transform:translateX(-50%)}.rpd-hero-dots button{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.5)}.rpd-hero-dots button.is-active{width:30px;border-radius:999px;background:#fff}.rpd-carousel{position:relative}.rpd-track{display:flex;gap:18px;overflow:auto;scrollbar-width:none;scroll-snap-type:x mandatory}.rpd-track::-webkit-scrollbar{display:none}.rpd-nav{position:absolute;top:45%;z-index:5;width:42px;height:42px;border:1px solid var(--rpd-border);border-radius:50%;background:#fff;font-size:25px;box-shadow:0 10px 25px rgba(15,23,42,.13)}.rpd-prev{left:-18px}.rpd-next{right:-18px}.rpd-category-card{flex:0 0 calc((100% - 90px)/6);min-width:160px;padding:15px;border:1px solid var(--rpd-border);border-radius:18px;background:#fff;color:var(--rpd-dark);text-align:center;text-decoration:none}.rpd-category-card img{width:100%;aspect-ratio:1;border-radius:14px;object-fit:cover}.rpd-category-card strong,.rpd-category-card span{display:block}.rpd-category-card strong{margin-top:11px}.rpd-category-card span{color:var(--rpd-muted);font-size:13px}.rpd-products-grid{display:grid;gap:18px}.rpd-products-grid.columns-4{grid-template-columns:repeat(4,1fr)}.rpd-products-carousel .rpd-product-card{flex:0 0 calc((100% - 72px)/5);min-width:220px}.rpd-product-card{overflow:hidden;border:1px solid var(--rpd-border);border-radius:18px;background:#fff;transition:.25s}.rpd-product-card:hover{transform:translateY(-4px);box-shadow:0 16px 38px rgba(15,23,42,.1)}.rpd-product-media{position:relative;padding:12px;background:#f8fafc}.rpd-product-media img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:12px}.rpd-sale{position:absolute;z-index:2;top:22px;left:22px;padding:5px 9px;border-radius:999px;background:#dc2626;color:#fff;font-size:12px;font-weight:800}.rpd-product-actions{position:absolute;right:22px;bottom:22px;left:22px;opacity:0;transition:.2s}.rpd-product-card:hover .rpd-product-actions{opacity:1}.rpd-product-actions .button{display:block!important;width:100%;text-align:center!important}.rpd-product-info{padding:16px}.rpd-product-info h3{margin:8px 0;font-size:16px}.rpd-product-info h3 a{text-decoration:none}.rpd-price{font-size:18px;font-weight:800}.rpd-banner-row{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.rpd-banner-row a{min-height:250px;padding:30px;border-radius:22px;background-position:center;background-size:cover;color:#fff;text-decoration:none;box-shadow:inset 0 0 0 999px rgba(2,6,23,.38)}.rpd-banner-row span,.rpd-banner-row strong,.rpd-banner-row em{display:block}.rpd-banner-row strong{margin:8px 0;font-size:30px}.rpd-tab-buttons{display:flex;gap:9px;flex-wrap:wrap;margin-bottom:18px}.rpd-tab-buttons button{padding:10px 17px;border:1px solid var(--rpd-border);border-radius:999px;background:#fff;font-weight:700}.rpd-tab-buttons button.is-active{background:#0f172a;color:#fff}.rpd-tab-panel{display:none}.rpd-tab-panel.is-active{display:block}.rpd-trust{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;overflow:hidden;border:1px solid var(--rpd-border);border-radius:20px;background:var(--rpd-border)}.rpd-trust>div{display:flex;align-items:center;gap:14px;padding:24px;background:#fff}.rpd-trust b{font-size:30px;color:var(--rpd-accent)}.rpd-trust p,.rpd-trust strong,.rpd-trust span{display:block;margin:0}.rpd-trust span{color:var(--rpd-muted);font-size:13px}@media(max-width:1024px){.rpd-category-card{flex-basis:calc((100% - 54px)/4)}.rpd-products-carousel .rpd-product-card{flex-basis:calc((100% - 36px)/3)}.rpd-products-grid.columns-4{grid-template-columns:repeat(3,1fr)}.rpd-trust{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.rpd-hero-slider{min-height:480px}.rpd-category-card,.rpd-products-carousel .rpd-product-card{flex-basis:calc((100% - 18px)/2);min-width:170px}.rpd-products-grid.columns-4{grid-template-columns:repeat(2,1fr)}.rpd-banner-row,.rpd-trust{grid-template-columns:1fr}.rpd-nav{display:none}.rpd-product-actions{position:static;margin-top:8px;opacity:1}}
