:root{--relife-cyan:#12bfe3;--relife-cyan-dark:#079dc0;--relife-black:#08090b;--relife-text:#111216;--relife-muted:#6d7178;--relife-border:#e7e9ee;--relife-soft:#f7f8fa;--relife-white:#fff;--relife-radius:18px;--relife-shadow:0 18px 45px rgba(10,18,28,.08)}
*{box-sizing:border-box}body.relief-theme,body.relief-theme *{font-family:Inter,Arial,sans-serif}body.relief-theme,body.relife-theme{margin:0;color:var(--relife-text);background:#fff;font-family:Inter,Arial,sans-serif;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.relife-container{width:min(1320px,calc(100% - 48px));margin-inline:auto}.relife-topbar{height:38px;background:#050608;color:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;letter-spacing:.02em}.relife-header{position:sticky;top:0;background:rgba(255,255,255,.92);backdrop-filter:blur(16px);z-index:50;border-bottom:1px solid var(--relife-border)}.relife-header-inner{height:82px;display:flex;align-items:center;justify-content:space-between;gap:28px}.relife-logo img{width:156px;height:auto;display:block}.relife-nav ul{list-style:none;display:flex;align-items:center;gap:32px;margin:0;padding:0}.relife-nav a{font-size:14px;font-weight:700;color:#1a1c20}.relife-nav a:hover{color:var(--relife-cyan-dark)}.relife-actions{display:flex;align-items:center;gap:18px;font-size:24px;line-height:1}.relife-actions a{position:relative;color:#111}.relife-cart-link span{position:absolute;right:-10px;top:-10px;background:var(--relife-cyan);color:#001014;border-radius:999px;font-size:11px;min-width:18px;height:18px;display:flex;align-items:center;justify-content:center;font-weight:800}.relife-menu-toggle{display:none;background:#fff;border:1px solid var(--relife-border);border-radius:12px;width:42px;height:42px;font-size:20px}.relife-main{min-height:55vh}.relife-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:999px;font-weight:800;font-size:14px;border:1px solid transparent;transition:.2s ease}.relife-btn-dark{background:#050608;color:#fff}.relife-btn-dark:hover{background:var(--relife-cyan);color:#001014}.relife-btn-light{background:#fff;color:#111;border-color:#fff}.relife-btn-light:hover{border-color:var(--relife-cyan);color:var(--relife-cyan-dark)}.relife-eyebrow{display:inline-flex;color:var(--relife-cyan-dark);font-size:12px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}.relife-hero{position:relative;min-height:680px;display:flex;align-items:flex-end;overflow:hidden}.relife-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center 42%;transform:scale(1.01)}.relife-hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.32) 46%,rgba(0,0,0,.1)),linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,0) 55%)}.relife-hero-content{position:relative;color:#fff;padding:0 0 86px}.relife-hero h1{max-width:760px;font-size:clamp(42px,6vw,88px);line-height:.95;margin:16px 0 18px;letter-spacing:-.065em}.relife-hero p{max-width:540px;font-size:18px;line-height:1.55;color:rgba(255,255,255,.86)}.relife-hero-buttons{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}.relife-home-section{padding:74px 0}.relife-section-title{text-align:center;margin-bottom:34px}.relife-section-title h2{font-size:42px;margin:8px 0 0;letter-spacing:-.04em}.relife-section-title span{color:var(--relife-cyan-dark);font-weight:900;text-transform:uppercase;letter-spacing:.16em;font-size:12px}.relife-services{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;padding-bottom:76px}.relife-service-card{border:1px solid var(--relife-border);border-radius:22px;padding:26px;background:#fff;box-shadow:var(--relife-shadow);display:flex;flex-direction:column;gap:8px}.relife-service-card strong{font-size:20px}.relife-service-card span{color:var(--relife-muted)}.relife-page-content,.relife-woo-wrap{padding:56px 0}.relife-breadcrumb{font-size:13px;color:#737984;margin:26px 0}.relife-breadcrumb span{margin:0 10px;color:#b6bac2}.relife-product-page{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(420px,.92fr);gap:70px;align-items:start;margin-bottom:56px}.relife-main-image-card{position:relative;min-height:700px;border:1px solid var(--relife-border);border-radius:18px;background:#fff;display:flex;align-items:center;justify-content:center;padding:72px;overflow:hidden}.relife-main-image-card:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 50% 38%,rgba(18,191,227,.08),transparent 36%)}.relife-main-product-image{position:relative;z-index:2;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.relife-main-product-image img{max-width:100%;max-height:580px;width:auto;height:auto;object-fit:contain;display:block}.relife-badges{position:absolute;left:24px;top:22px;z-index:5;display:flex;gap:10px;flex-wrap:wrap}.relife-badges span{background:#050608;color:#fff;border-radius:4px;padding:8px 13px;font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.relife-badges span:nth-child(2){background:#fff;color:#06070a;border:1px solid var(--relife-border)}.relife-thumb-row{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;margin-top:16px}.relife-thumb{height:150px;border:1px solid var(--relife-border);background:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:18px}.relife-thumb.active,.relife-thumb:hover{border-color:#050608}.relife-thumb img{max-width:100%;max-height:100%;object-fit:contain}.relife-product-summary{padding-top:8px}.relife-product-kicker{text-transform:uppercase;letter-spacing:.24em;color:#606671;font-weight:900;font-size:12px;margin-bottom:14px}.relife-product-title{font-size:clamp(38px,4vw,58px);line-height:.94;margin:0 0 16px;letter-spacing:-.07em}.relife-rating-line{display:flex;gap:12px;align-items:center;color:#565b64;font-size:15px}.relife-stars{color:#050608;letter-spacing:2px;font-size:14px}.relife-product-summary hr{border:0;border-top:1px solid var(--relife-border);margin:30px 0}.relife-price-line .price{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin:0}.relife-price-line .price,.relife-price-line .amount{font-size:44px;font-weight:950;color:#0b0c0f;letter-spacing:-.055em}.relife-price-line del .amount{font-size:18px;color:#979ba3;font-weight:700;text-decoration:line-through}.relife-price-line ins{text-decoration:none}.relife-installment{margin-top:8px;color:var(--relife-cyan-dark);font-weight:800;font-size:14px}.relife-add-to-cart-area form.cart{display:flex;flex-wrap:wrap;gap:16px}.relife-add-to-cart-area form.variations_form{display:block}.relife-add-to-cart-area table.variations{width:100%;border:0;margin:0 0 20px}.relife-add-to-cart-area table.variations tr{display:block;margin-bottom:24px}.relife-add-to-cart-area table.variations th,.relife-add-to-cart-area table.variations td{display:block;padding:0;text-align:left}.relife-add-to-cart-area table.variations label{font-size:13px;text-transform:uppercase;letter-spacing:.16em;font-weight:950;color:#15171a}.relife-add-to-cart-area .reset_variations{display:none!important}.relife-add-to-cart-area .woocommerce-variation-price{margin:0 0 15px}.relife-variation-select-hidden{position:absolute!important;opacity:0!important;pointer-events:none!important;width:1px!important;height:1px!important}.relife-swatches{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-top:12px}.relife-swatch{min-width:76px;height:54px;padding:0 20px;border:1px solid var(--relife-border);border-radius:8px;background:#fff;color:#111;font-weight:900;cursor:pointer;transition:.18s ease}.relife-swatch:hover{border-color:#111}.relife-swatch.active{background:#050608;color:#fff;border-color:#050608}.relife-swatch.disabled{opacity:.36;text-decoration:line-through;cursor:not-allowed}.relife-swatch-color{width:44px;min-width:44px;height:44px;border-radius:999px;padding:0;border:1px solid var(--relife-border);box-shadow:inset 0 0 0 4px #fff}.relife-swatch-color.active{box-shadow:inset 0 0 0 4px #fff,0 0 0 2px #050608;background:var(--swatch-color)!important}.relife-add-to-cart-area .single_variation_wrap{margin-top:20px}.relife-add-to-cart-area .woocommerce-variation-add-to-cart{display:grid!important;grid-template-columns:160px 1fr;gap:12px}.relife-add-to-cart-area .quantity{height:56px;border:1px solid var(--relife-border);border-radius:8px;display:grid;grid-template-columns:46px 1fr 46px;overflow:hidden;background:#fff}.relife-add-to-cart-area .quantity input.qty{width:100%;border:0;text-align:center;font-weight:900;appearance:textfield}.relife-qty-btn{border:0;background:#fff;font-weight:900;font-size:20px;cursor:pointer}.relife-qty-btn:hover{background:var(--relife-soft)}.relife-add-to-cart-area .single_add_to_cart_button{height:56px!important;border-radius:8px!important;background:#050608!important;color:#fff!important;border:0!important;font-weight:900!important;padding:0 24px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:10px!important}.relife-add-to-cart-area .single_add_to_cart_button:hover{background:var(--relife-cyan)!important;color:#001014!important}.relife-buy-now{grid-column:1/-1;height:56px;border-radius:8px;border:1px solid #050608;background:#fff;color:#111;font-weight:900;cursor:pointer}.relife-buy-now:hover{border-color:var(--relife-cyan);color:var(--relife-cyan-dark)}.relife-reassurance-grid{border-top:1px solid var(--relife-border);margin-top:26px;padding-top:26px;display:grid;grid-template-columns:repeat(2,1fr);gap:24px}.relife-reassurance-item{display:flex;gap:14px;align-items:flex-start}.relife-reassurance-icon{font-size:24px;line-height:1;color:#050608}.relife-reassurance-item strong{display:block;font-size:15px}.relife-reassurance-item small{display:block;color:#6d7178;margin-top:4px;font-size:13px;line-height:1.35}.relife-tabs-wrap{margin-top:36px}.woocommerce-tabs{border:1px solid var(--relife-border);border-radius:18px;overflow:hidden}.woocommerce-tabs ul.tabs{display:flex!important;gap:0!important;list-style:none!important;margin:0!important;padding:0!important;border-bottom:1px solid var(--relife-border);background:#fff}.woocommerce-tabs ul.tabs:before,.woocommerce-tabs ul.tabs li:before,.woocommerce-tabs ul.tabs li:after{display:none!important}.woocommerce-tabs ul.tabs li{border:0!important;background:#fff!important;border-radius:0!important;margin:0!important;padding:0!important}.woocommerce-tabs ul.tabs li a{display:block;padding:22px 28px!important;font-weight:900!important;color:#8a8f98!important}.woocommerce-tabs ul.tabs li.active a{color:#050608!important;box-shadow:inset 0 -3px 0 var(--relife-cyan)}.woocommerce-Tabs-panel{padding:32px!important}.woocommerce-Tabs-panel h2{margin-top:0;font-size:28px;letter-spacing:-.03em}.relife-related-wrap{padding:72px 0}.related.products h2,.upsells.products h2{font-size:40px;text-align:center;letter-spacing:-.04em}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px!important;margin:0!important;padding:0!important}.woocommerce ul.products li.product.relief-product-card,.woocommerce ul.products li.product.relief-product-card{width:auto!important}.woocommerce ul.products li.product.relief-product-card,.woocommerce ul.products li.product.relief-product-card{float:none!important}.woocommerce ul.products li.product.relief-product-card{}.woocommerce ul.products li.product.relief-product-card,.woocommerce ul.products li.product.relief-product-card{margin:0!important}.woocommerce ul.products li.product.relief-product-card,.woocommerce ul.products li.product.relief-product-card{list-style:none}.woocommerce ul.products li.product.relief-product-card,.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card,.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card,.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
.woocommerce ul.products li.product.relief-product-card{}
/* cartes */
.woocommerce ul.products li.product.relief-product-card,.woocommerce ul.products li.product.relife-product-card{width:auto!important;margin:0!important;float:none!important;list-style:none}.relife-product-card{border:1px solid var(--relife-border);border-radius:18px;background:#fff;overflow:hidden;transition:.18s ease}.relife-product-card:hover{transform:translateY(-4px);box-shadow:var(--relife-shadow)}.relife-card-image{position:relative;display:flex;align-items:center;justify-content:center;aspect-ratio:1/1;background:#fbfbfc;padding:28px}.relife-card-image img{max-width:100%;max-height:100%;object-fit:contain}.relife-card-image .relife-badges{left:14px;top:14px;gap:6px}.relife-card-image .relife-badges span{font-size:9px;padding:6px 8px}.relife-card-body{padding:18px}.relife-card-meta{font-size:12px;color:var(--relife-muted);margin-bottom:7px}.relife-card-title{font-size:18px;font-weight:900;line-height:1.15;letter-spacing:-.02em;display:block;min-height:42px}.relife-card-bottom{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;margin-top:16px}.relife-card-price .price,.relife-card-price .amount{font-size:18px;font-weight:950;color:#111}.relife-card-price del .amount{font-size:13px;color:#9a9fa8}.relife-card-price ins{text-decoration:none}.relife-card-cta{font-size:12px;font-weight:900;color:var(--relife-cyan-dark)}.relife-shop-hero{background:linear-gradient(180deg,#f7f9fb,#fff);border-bottom:1px solid var(--relife-border);padding:66px 0}.relife-shop-hero h1{font-size:58px;letter-spacing:-.06em;margin:10px 0}.relife-shop-hero p{font-size:17px;color:var(--relife-muted);max-width:590px}.relife-shop-layout{padding:38px 0 80px}.relife-shop-toolbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;color:#69707a}.woocommerce-ordering select{border:1px solid var(--relife-border);border-radius:10px;padding:12px 14px;background:#fff}.woocommerce-pagination{margin-top:34px;text-align:center}.woocommerce-pagination ul{border:0!important;display:inline-flex!important;gap:8px}.woocommerce-pagination li{border:0!important}.woocommerce-pagination a,.woocommerce-pagination span{border:1px solid var(--relife-border)!important;border-radius:10px!important;min-width:42px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:800!important}.woocommerce-pagination span.current{background:#050608!important;color:#fff!important}.relife-footer{background:#050608;color:#fff;padding:54px 0;margin-top:40px}.relife-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr;gap:40px}.relife-footer-logo{width:170px;filter:none}.relife-footer p{color:rgba(255,255,255,.72);max-width:360px}.relife-footer h3{font-size:15px;text-transform:uppercase;letter-spacing:.14em}.relife-footer a{display:block;color:rgba(255,255,255,.72);margin:10px 0}.relife-footer a:hover{color:var(--relife-cyan)}.woocommerce-message,.woocommerce-info,.woocommerce-error{border-top-color:var(--relife-cyan)!important;background:#f7fbfc!important;border-radius:12px!important}.woocommerce-message .button,.woocommerce-info .button{background:#050608!important;color:#fff!important;border-radius:999px!important}.stock.in-stock{color:var(--relife-cyan-dark)!important;font-weight:900}.stock.out-of-stock{color:#c21b2a!important;font-weight:900}@media(max-width:1100px){.woocommerce ul.products{grid-template-columns:repeat(3,1fr)}.relife-product-page{grid-template-columns:1fr;gap:36px}.relife-main-image-card{min-height:560px}.relife-product-summary{padding-top:0}.relife-nav ul{gap:18px}.relife-logo img{width:130px}}@media(max-width:780px){.relife-container{width:min(100% - 28px,1320px)}.relife-topbar{height:auto;min-height:34px;text-align:center;padding:8px 14px;font-size:12px}.relife-header-inner{height:70px}.relife-menu-toggle{display:block}.relife-nav{position:fixed;left:14px;right:14px;top:112px;background:#fff;border:1px solid var(--relife-border);border-radius:16px;box-shadow:var(--relife-shadow);padding:18px;display:none}.relife-nav.open{display:block}.relife-nav ul{display:flex;flex-direction:column;align-items:flex-start;gap:14px}.relife-actions{font-size:20px;gap:13px}.relife-logo img{width:118px}.relife-hero{min-height:600px}.relife-hero-bg{background-position:center center}.relife-hero-overlay{background:linear-gradient(0deg,rgba(0,0,0,.78),rgba(0,0,0,.15))}.relife-hero-content{padding-bottom:54px}.relife-hero h1{font-size:44px}.relife-hero p{font-size:16px}.relife-services{grid-template-columns:1fr}.woocommerce ul.products{grid-template-columns:repeat(2,1fr);gap:14px!important}.relife-product-page{display:flex;flex-direction:column}.relife-breadcrumb{white-space:nowrap;overflow:auto}.relife-main-image-card{min-height:430px;padding:44px 22px}.relife-main-product-image img{max-height:360px}.relife-thumb-row{display:flex;overflow-x:auto;padding-bottom:6px}.relife-thumb{min-width:126px;height:126px}.relife-product-title{font-size:42px}.relife-price-line .price,.relife-price-line .amount{font-size:36px}.relife-add-to-cart-area .woocommerce-variation-add-to-cart{grid-template-columns:128px 1fr}.relife-swatch{height:50px;min-width:68px;padding:0 14px}.relife-reassurance-grid{grid-template-columns:1fr;gap:16px}.woocommerce-tabs ul.tabs{overflow-x:auto}.woocommerce-tabs ul.tabs li a{white-space:nowrap;padding:18px!important}.relife-shop-hero{padding:44px 0}.relife-shop-hero h1{font-size:42px}.relife-shop-toolbar{flex-direction:column;align-items:flex-start;gap:12px}.relife-footer-grid{grid-template-columns:1fr}.relife-card-title{font-size:15px;min-height:36px}.relife-card-body{padding:14px}.relife-card-bottom{flex-direction:column;align-items:flex-start}.relife-badges span{font-size:10px;padding:7px 9px}}@media(max-width:460px){.woocommerce ul.products{grid-template-columns:1fr}.relife-add-to-cart-area .woocommerce-variation-add-to-cart{grid-template-columns:1fr}.relife-buy-now{grid-column:auto}.relife-main-image-card{min-height:360px}.relife-product-title{font-size:36px}.relife-rating-line{align-items:flex-start;flex-direction:column;gap:6px}.relife-hero-buttons .relife-btn{width:100%}}


/* ===== Relife v3 corrections boutique / images fill ===== */
.relife-shop-hero{
    position:relative!important;
    min-height:420px!important;
    padding:0!important;
    display:flex!important;
    align-items:flex-end!important;
    overflow:hidden!important;
    border-bottom:1px solid var(--relife-border)!important;
    background-size:cover!important;
    background-position:center 45%!important;
    background-repeat:no-repeat!important;
}
.relife-shop-hero-overlay{
    position:absolute!important;
    inset:0!important;
    background:linear-gradient(90deg,rgba(0,0,0,.78),rgba(0,0,0,.36) 48%,rgba(0,0,0,.14)),linear-gradient(0deg,rgba(0,0,0,.62),rgba(0,0,0,0) 60%)!important;
    z-index:1!important;
}
.relife-shop-hero-content{
    position:relative!important;
    z-index:2!important;
    color:#fff!important;
    padding:0 0 58px!important;
}
.relife-shop-hero .relife-eyebrow{
    color:var(--relife-cyan)!important;
}
.relife-shop-hero h1{
    color:#fff!important;
    font-size:clamp(42px,5vw,78px)!important;
    letter-spacing:-.065em!important;
    line-height:.95!important;
    margin:12px 0 14px!important;
}
.relife-shop-hero p{
    color:rgba(255,255,255,.88)!important;
    max-width:620px!important;
    font-size:18px!important;
    line-height:1.5!important;
    margin:0!important;
}

/* Grille propre, 4 colonnes fixes en desktop */
.woocommerce ul.products{
    display:grid!important;
    grid-template-columns:repeat(4,minmax(0,1fr))!important;
    gap:22px!important;
    margin:0!important;
    padding:0!important;
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.woocommerce ul.products li.product.relife-product-card{
    width:auto!important;
    float:none!important;
    clear:none!important;
    margin:0!important;
    list-style:none!important;
}

/* Images produits en vrai fill : plus de padding, plus de fond visible */
.relife-card-image{
    position:relative!important;
    display:block!important;
    aspect-ratio:1/1!important;
    padding:0!important;
    background:#fff!important;
    overflow:hidden!important;
    border-radius:18px 18px 0 0!important;
}
.relife-card-image img,
.woocommerce ul.products li.product .relife-card-image img,
.woocommerce ul.products li.product a.relife-card-image img,
.woocommerce-page ul.products li.product .relife-card-image img{
    display:block!important;
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    margin:0!important;
    padding:0!important;
    object-fit:cover!important;
    object-position:center center!important;
    transition:transform .45s cubic-bezier(.22,1,.36,1), filter .45s ease!important;
}
.relife-product-card{
    transition:transform .35s cubic-bezier(.22,1,.36,1), box-shadow .35s ease, border-color .35s ease!important;
}
.relife-product-card:hover{
    transform:translateY(-8px)!important;
    border-color:rgba(18,191,227,.45)!important;
    box-shadow:0 22px 55px rgba(0,0,0,.11)!important;
}
.relife-product-card:hover .relife-card-image img{
    transform:scale(1.055)!important;
    filter:saturate(1.04) contrast(1.02)!important;
}
.relife-card-cta{
    transition:color .25s ease, transform .25s ease!important;
}
.relife-product-card:hover .relife-card-cta{
    color:var(--relife-cyan)!important;
    transform:translateX(3px)!important;
}

/* Page produit : images principales sans padding blanc forcé */
.relife-main-image-card{
    padding:0!important;
    background:#fff!important;
    overflow:hidden!important;
}
.relife-main-product-image,
.relife-main-product-image img{
    width:100%!important;
    height:100%!important;
}
.relife-main-product-image img{
    max-width:none!important;
    max-height:none!important;
    object-fit:cover!important;
    object-position:center!important;
}
.relife-thumb{
    padding:0!important;
    overflow:hidden!important;
}
.relife-thumb img{
    width:100%!important;
    height:100%!important;
    max-width:none!important;
    max-height:none!important;
    object-fit:cover!important;
}

@media (max-width:1100px){
    .woocommerce ul.products{grid-template-columns:repeat(3,minmax(0,1fr))!important;}
}
@media (max-width:760px){
    .relife-shop-hero{min-height:360px!important;background-position:center center!important;}
    .relife-shop-hero-content{padding-bottom:42px!important;}
    .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:14px!important;}
}
@media (max-width:430px){
    .woocommerce ul.products{grid-template-columns:1fr!important;}
}
