:root{--wh-red:#d71920;--wh-orange:#f26a21;--wh-yellow:#f7b733;--wh-ink:#211d1d;--wh-muted:#707784;--wh-line:#ece7e3;--wh-soft:#fff8f1;--wh-card:#fff}
*{box-sizing:border-box}body.wh-body{margin:0;background:#fff;color:var(--wh-ink);font-family:Arial,Helvetica,sans-serif}a{color:inherit}.wh-container{width:min(1180px,calc(100% - 28px));margin-inline:auto}.wh-page{padding:24px 0 96px}.wh-kicker{margin:0 0 6px;color:var(--wh-red);font-size:12px;font-weight:900;text-transform:uppercase;letter-spacing:.08em}.wh-title{margin:0;font-size:clamp(26px,5vw,42px);line-height:1.05}.wh-sub{margin:9px 0 0;color:var(--wh-muted);line-height:1.55}.wh-hero{margin:18px 0 22px;padding:24px;border:1px solid #f1d6c6;border-radius:24px;background:linear-gradient(135deg,#fff7ef,#fffdf5);display:grid;grid-template-columns:1.4fr .6fr;align-items:center;gap:20px;overflow:hidden}.wh-hero-icon{width:min(180px,42vw);justify-self:end;opacity:.13}.wh-actions{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.wh-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 16px;border-radius:12px;border:1px solid var(--wh-line);background:#fff;text-decoration:none;font-weight:800;cursor:pointer}.wh-btn-primary{background:var(--wh-red);border-color:var(--wh-red);color:#fff}.wh-btn-soft{background:#fff7ef;border-color:#f5d3bd;color:#9f361f}.wh-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.wh-card{position:relative;border:1px solid var(--wh-line);border-radius:18px;background:#fff;overflow:hidden;box-shadow:0 6px 22px rgba(55,34,22,.05)}.wh-card-media{aspect-ratio:1/1;background:#f7f7f7;overflow:hidden}.wh-card-media img{width:100%;height:100%;object-fit:cover;display:block}.wh-card-body{padding:12px}.wh-card-title{margin:0 0 6px;font-size:15px;line-height:1.25;font-weight:900;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.wh-price{font-size:20px;font-weight:950;color:var(--wh-red);white-space:nowrap}.wh-meta{display:flex;flex-wrap:wrap;gap:6px 10px;margin-top:6px;color:var(--wh-muted);font-size:11px}.wh-seller{display:flex;align-items:center;gap:8px;margin-top:9px;font-size:12px;font-weight:800}.wh-seller img{width:28px;height:28px;border-radius:50%;object-fit:cover;background:#f4f4f4}.wh-contact-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px}.wh-contact-row .wh-btn{min-height:38px;padding:0 10px;font-size:12px}.wh-section-head{display:flex;align-items:end;justify-content:space-between;gap:14px;margin:26px 0 12px}.wh-section-head h2{margin:0;font-size:22px}.wh-filter{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:9px;margin:16px 0 22px;padding:12px;background:#fff;border:1px solid var(--wh-line);border-radius:16px}.wh-filter input,.wh-filter select,.wh-form input,.wh-form select,.wh-form textarea{width:100%;min-height:44px;border:1px solid #dcdfe4;border-radius:12px;padding:10px 12px;font:inherit;background:#fff;outline:none}.wh-filter input:focus,.wh-filter select:focus,.wh-form input:focus,.wh-form select:focus,.wh-form textarea:focus{border-color:#ef9b67;box-shadow:0 0 0 3px rgba(242,106,33,.1)}.wh-wholesalers{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.wh-profile-card{display:flex;gap:12px;padding:14px;border:1px solid var(--wh-line);border-radius:18px;text-decoration:none;background:#fff}.wh-profile-logo{width:68px;height:68px;border-radius:16px;object-fit:cover;background:#f7f7f7;border:1px solid #eee}.wh-profile-card h3{margin:2px 0 5px;font-size:16px}.wh-profile-card p{margin:3px 0;color:var(--wh-muted);font-size:12px}.wh-showcase-head{display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;padding:18px;border:1px solid var(--wh-line);border-radius:22px;background:#fff}.wh-showcase-logo{width:92px;height:92px;border-radius:20px;object-fit:cover;background:#f5f5f5}.wh-showcase-head h1{margin:0 0 4px;font-size:28px}.wh-journal{display:grid;gap:16px}.wh-journal-day{position:sticky;top:68px;z-index:4;width:max-content;padding:6px 10px;border-radius:999px;background:#fff7ef;color:#9f361f;border:1px solid #f5d3bd;font-size:11px;font-weight:900}.wh-post{display:grid;grid-template-columns:180px 1fr;gap:16px;padding:14px;border:1px solid var(--wh-line);border-radius:18px;background:#fff}.wh-post-media{aspect-ratio:1/1;border-radius:14px;overflow:hidden;background:#f5f5f5}.wh-post-media img{width:100%;height:100%;object-fit:cover}.wh-post h3{margin:0 0 8px;font-size:21px}.wh-post .wh-price{font-size:26px}.wh-post-note{margin:10px 0;color:#555;line-height:1.5}.wh-form{max-width:760px;margin:18px auto 0}.wh-panel{padding:18px;border:1px solid var(--wh-line);border-radius:18px;background:#fff;margin-bottom:14px}.wh-panel h2{margin:0 0 14px;font-size:19px}.wh-field{margin-bottom:13px}.wh-field label{display:block;margin-bottom:6px;font-size:12px;font-weight:900}.wh-help{margin-top:5px;font-size:11px;color:var(--wh-muted)}.wh-checks{display:flex;flex-wrap:wrap;gap:10px}.wh-check{display:flex;align-items:center;gap:7px;padding:9px 11px;border:1px solid var(--wh-line);border-radius:12px}.wh-check input{width:auto;min-height:auto}.wh-flash{margin:14px auto;padding:12px 14px;border-radius:12px;max-width:1180px;font-weight:800}.wh-flash.success{background:#edfff1;color:#1b6d32}.wh-flash.error{background:#fff0f0;color:#9c1a1a}.wh-status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:10px;font-weight:900}.wh-status.published{background:#ebfaef;color:#25713c}.wh-status.paused{background:#fff4db;color:#8b5c00}.wh-empty{padding:34px;text-align:center;border:1px dashed #d9d9d9;border-radius:18px;color:var(--wh-muted)}
.wh-footer{margin-top:30px;padding:28px 0 100px;border-top:1px solid #eee;background:#fff}.wh-footer-inner{display:flex;justify-content:space-between;gap:20px;align-items:center}.wh-footer a{text-decoration:none}.ymf-bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:9999;display:none;background:#fff;border-top:1px solid #eee;box-shadow:0 -4px 18px rgba(0,0,0,.05);padding:7px 4px 8px}.ymf-bottom-nav .nav-item{flex:1;min-width:0;display:flex;flex-direction:column;align-items:center;gap:3px;text-align:center;text-decoration:none;color:#9aa0ac;font-size:10px}.ymf-bottom-nav .nav-item img,.ymf-bottom-nav .nav-item iconify-icon{width:27px;height:27px;object-fit:contain;filter:grayscale(1);opacity:.55}.ymf-bottom-nav .nav-item.active{color:var(--wh-red);font-weight:900}.ymf-bottom-nav .nav-item.active img,.ymf-bottom-nav .nav-item.active iconify-icon{filter:none;opacity:1;color:var(--wh-red)}.ymf-mini-wordmark{display:inline-flex;line-height:1;font-weight:950}.ymf-mini-y{color:#f7b733}.ymf-mini-m{color:#f26a21}.ymf-mini-f{color:#d71920}
@media(max-width:900px){.wh-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wh-wholesalers{grid-template-columns:repeat(2,minmax(0,1fr))}.wh-filter{grid-template-columns:1fr 1fr}.wh-hero{grid-template-columns:1fr auto}.wh-hero-icon{width:110px}.ymf-bottom-nav{display:flex}.wh-footer{padding-bottom:90px}body.wh-body{padding-bottom:68px}}
@media(max-width:620px){.wh-container{width:min(100% - 18px,1180px)}.wh-page{padding-top:14px}.wh-hero{padding:16px;border-radius:18px}.wh-hero-icon{width:82px}.wh-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.wh-card-body{padding:9px}.wh-card-title{font-size:13px}.wh-price{font-size:17px}.wh-contact-row{grid-template-columns:1fr}.wh-contact-row .wh-btn-soft{display:none}.wh-wholesalers{grid-template-columns:1fr}.wh-filter{grid-template-columns:1fr}.wh-filter .wh-btn{width:100%}.wh-showcase-head{grid-template-columns:70px 1fr;align-items:start}.wh-showcase-logo{width:70px;height:70px}.wh-showcase-head .wh-actions{grid-column:1/-1;margin-top:4px}.wh-post{grid-template-columns:112px 1fr;gap:11px;padding:10px}.wh-post h3{font-size:16px}.wh-post .wh-price{font-size:21px}.wh-post-note{font-size:12px}.wh-footer-inner{flex-direction:column;text-align:center}}

.wh-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px}.wh-category{display:grid;justify-items:center;gap:7px;padding:13px 6px;border:1px solid var(--wh-line);border-radius:15px;text-decoration:none;background:#fff;text-align:center;font-size:11px;font-weight:900}.wh-category iconify-icon{font-size:30px;color:var(--wh-red)}@media(max-width:760px){.wh-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}

.wh-inline-form{display:inline-flex;margin:0}
.wh-inline-form .wh-btn{width:100%}
.wh-media-choice{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.wh-media-option{position:relative;display:flex;align-items:center;justify-content:center;gap:9px;min-height:58px;border:1px solid var(--wh-line);border-radius:14px;background:#fff7ef;color:#8c331d;font-weight:900;cursor:pointer;text-align:center;padding:10px}
.wh-media-option input{position:absolute;inset:0;width:100%!important;height:100%;opacity:0;cursor:pointer}
.wh-media-preview{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;margin-top:10px}
.wh-media-preview img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;border:1px solid var(--wh-line)}
@media(max-width:520px){.wh-media-option{font-size:12px;padding:8px}.wh-media-preview{grid-template-columns:repeat(3,minmax(0,1fr))}}

/* V13.19.20 — catégories secondaires + multi-photos simple */
.wh-category-select-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.wh-category-select-grid label{display:flex;align-items:center;gap:7px;border:1px solid var(--wh-line);border-radius:12px;padding:9px;background:#fff;cursor:pointer;font-size:12px;font-weight:800}.wh-category-select-grid input{width:auto!important}.wh-category-select-grid iconify-icon{font-size:20px;color:#d71920}.wh-edit-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.wh-edit-photo{border:1px solid var(--wh-line);border-radius:12px;padding:7px;background:#fff}.wh-edit-photo>img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:9px}.wh-edit-photo label{display:block;margin-top:6px;font-size:11px}.wh-primary-choice{font-weight:900;color:#7d351f}.wh-delete-choice{color:#a42525}.wh-edit-photo input{width:auto!important}.wh-carousel{position:relative;overflow:hidden;background:#f6f3f1}.wh-carousel-track{display:flex;overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none}.wh-carousel-track::-webkit-scrollbar{display:none}.wh-carousel-track>img{flex:0 0 100%;width:100%;scroll-snap-align:start;object-fit:cover}.wh-card-media .wh-carousel-track>img{aspect-ratio:1/1}.wh-post-media .wh-carousel-track>img{width:100%;height:100%;min-height:190px;max-height:420px}.wh-carousel-prev,.wh-carousel-next{position:absolute;top:50%;transform:translateY(-50%);width:32px;height:32px;border:0;border-radius:50%;background:rgba(255,255,255,.9);box-shadow:0 2px 8px rgba(0,0,0,.15);z-index:2;color:#8c331d}.wh-carousel-prev{left:8px}.wh-carousel-next{right:8px}.wh-carousel-count{position:absolute;right:8px;bottom:8px;padding:3px 7px;border-radius:999px;background:rgba(0,0,0,.58);color:#fff;font-size:10px;font-weight:900}.wh-media-preview video{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:10px;border:1px solid var(--wh-line)}
@media(max-width:600px){.wh-category-select-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wh-edit-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.wh-carousel-prev,.wh-carousel-next{width:29px;height:29px}}

.wh-category-select-grid label.is-disabled{opacity:.42;cursor:not-allowed;background:#f5f5f5}
