.hev-fashion{
  --hev-fashion-gold:#D0B63D;
  --hev-fashion-dark:#313030;
  --hev-fashion-bg:#FAF8F3;
  --hev-fashion-text:#4B4842;
  --hev-fashion-muted:#817B72;
  --hev-fashion-card-radius:22px;
  --hev-fashion-line:#e9e2d4;
  --hev-fashion-soft:#f5f1e7;
  --hev-fashion-pale:#f7efc9;
  --hev-fashion-danger:#9b5638;
  --hev-fashion-shadow:0 20px 50px rgba(49,48,48,.10);
  --hev-fashion-shadow-soft:0 8px 24px rgba(49,48,48,.06);
  position:relative;
  color:var(--hev-fashion-text);
  background:linear-gradient(180deg,#fcfbf8,var(--hev-fashion-bg));
  font-family:"Cairo","Tahoma",Arial,sans-serif;
  line-height:1.7;
  padding:42px 0 68px;
  isolation:isolate;
}
.hev-fashion *{box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.hev-fashion button,.hev-fashion input,.hev-fashion select{font:inherit;outline:none}
.hev-fashion button{cursor:pointer}
.hev-fashion img{display:block;max-width:100%}
.hev-fashion [hidden]{display:none!important}
.hev-fashion__wrap{width:min(1140px,calc(100% - 26px));margin:auto}
.hev-fashion__intro{text-align:center;max-width:690px;margin:0 auto 25px}
.hev-fashion__kicker{display:inline-flex;align-items:center;gap:10px;color:#9B8120;font-size:12px;font-weight:800}
.hev-fashion__kicker:before,.hev-fashion__kicker:after{content:"";width:28px;height:1px;background:var(--hev-fashion-gold)}
.hev-fashion__intro h2{margin:11px 0 8px;color:var(--hev-fashion-dark);font-size:clamp(30px,5vw,46px);line-height:1.2}
.hev-fashion__intro p{margin:0;color:var(--hev-fashion-muted);font-size:14px}
.hev-fashion__segment{width:min(430px,100%);margin:0 auto 24px;background:#f1eee7;border-radius:17px;padding:5px;display:grid;grid-template-columns:1fr 1fr;gap:5px;position:relative;overflow:hidden;isolation:isolate}
.hev-fashion__segment-slider{position:absolute;right:5px;top:5px;bottom:5px;width:calc(50% - 7.5px);border-radius:13px;background:var(--hev-fashion-dark);box-shadow:0 9px 22px rgba(49,48,48,.18);transition:transform .46s cubic-bezier(.22,.8,.22,1);z-index:0}
.hev-fashion__segment.is-women .hev-fashion__segment-slider{transform:translateX(calc(-100% - 5px))}
.hev-fashion__segment-button{position:relative;z-index:1;border:0!important;background:transparent!important;color:var(--hev-fashion-dark)!important;padding:12px 8px;border-radius:13px;font-size:12px;font-weight:900;transition:none;box-shadow:none!important;-webkit-appearance:none;appearance:none}
.hev-fashion__segment-button:hover,.hev-fashion__segment-button:active,.hev-fashion__segment-button:focus{color:var(--hev-fashion-dark)!important;background:transparent!important;box-shadow:none!important}
.hev-fashion__segment-button.is-active,.hev-fashion__segment-button.is-active:hover,.hev-fashion__segment-button.is-active:active,.hev-fashion__segment-button.is-active:focus{color:var(--hev-fashion-gold)!important;background:transparent!important;box-shadow:none!important}
.hev-fashion__segment-button:focus-visible{outline:2px solid var(--hev-fashion-gold);outline-offset:-3px}
.hev-fashion__gallery-stage{position:relative}
.hev-fashion__gallery{display:flex;overflow-x:auto;gap:15px;padding:4px 2px 12px;scroll-snap-type:x mandatory;scrollbar-width:none;scroll-behavior:smooth;overscroll-behavior-inline:contain;cursor:grab;touch-action:pan-x pan-y;transition:opacity .3s ease,transform .3s ease}
.hev-fashion__gallery::-webkit-scrollbar{display:none}
.hev-fashion__gallery.is-dragging{cursor:grabbing;scroll-snap-type:none;scroll-behavior:auto;user-select:none}
.hev-fashion__card{flex:0 0 29%;scroll-snap-align:start;scroll-snap-stop:always}
.hev-fashion__gallery.is-switching{opacity:.28;transform:translateY(3px)}
.hev-fashion__gallery.is-exploring .hev-fashion__card:not(.is-active){opacity:.42;transform:scale(.975)}
.hev-fashion__gallery.is-exploring .hev-fashion__card.is-active{border-color:var(--hev-fashion-gold);box-shadow:0 0 0 3px rgba(208,182,61,.13),var(--hev-fashion-shadow);transform:translateY(-4px)}
.hev-fashion__carousel-controls{display:flex;align-items:center;justify-content:center;gap:14px;margin:28px 0 5px;direction:ltr}
.hev-fashion__carousel-arrow{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;border:1px solid rgba(208,182,61,.55)!important;border-radius:50%!important;background:var(--hev-fashion-dark)!important;color:var(--hev-fashion-gold)!important;display:grid!important;place-items:center!important;padding:0!important;box-shadow:0 8px 20px rgba(49,48,48,.14)!important;transition:transform .16s ease,box-shadow .16s ease!important;-webkit-appearance:none!important;appearance:none!important}
.hev-fashion__carousel-arrow svg{width:19px;height:19px;display:block;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;pointer-events:none}
.hev-fashion__carousel-arrow:hover,.hev-fashion__carousel-arrow:focus,.hev-fashion__carousel-arrow:active{background:var(--hev-fashion-dark)!important;color:var(--hev-fashion-gold)!important;border-color:rgba(208,182,61,.55)!important;box-shadow:0 8px 20px rgba(49,48,48,.14)!important;outline:none!important}
.hev-fashion__carousel-arrow:hover{transform:scale(1.035)}
.hev-fashion__carousel-arrow:active{transform:scale(.92)}
.hev-fashion__carousel-arrow.is-pressed{animation:hevFashionArrowPulse .24s ease}
@keyframes hevFashionArrowPulse{0%,100%{transform:scale(1)}48%{transform:scale(.88)}}
.hev-fashion__carousel-arrow:focus-visible{outline:2px solid rgba(208,182,61,.72)!important;outline-offset:3px!important}
.hev-fashion__carousel-controls[hidden]{display:none!important}
.hev-fashion__card{background:#fff;border:1px solid var(--hev-fashion-line);border-radius:var(--hev-fashion-card-radius);overflow:hidden;box-shadow:var(--hev-fashion-shadow-soft);transition:.22s;position:relative}
.hev-fashion__card:hover{transform:translateY(-3px);box-shadow:var(--hev-fashion-shadow)}
.hev-fashion__visual{display:block;width:100%;padding:0;border:0;aspect-ratio:4/5;background:#ece6da;position:relative;overflow:hidden;color:inherit}
.hev-fashion__visual img{width:100%;height:100%;object-fit:cover;transition:.25s}
.hev-fashion__card:hover img,.hev-fashion__card.is-active img{transform:scale(1.025)}
.hev-fashion__popular{position:absolute;right:12px;top:12px;background:var(--hev-fashion-gold);color:#382f1e;border-radius:999px;padding:6px 10px;font-size:9.5px;font-weight:900}
.hev-fashion__number{position:absolute;left:12px;top:12px;background:rgba(255,255,255,.94);color:var(--hev-fashion-dark);border-radius:999px;padding:6px 10px;font-size:9.5px;font-weight:900;backdrop-filter:blur(7px)}
.hev-fashion__card-body{padding:14px}
.hev-fashion__card-body h3{margin:0 0 4px;color:var(--hev-fashion-dark);font-size:15px}
.hev-fashion__card-body p{margin:0 0 12px;color:#89847b;font-size:10px;min-height:35px}
.hev-fashion__view{width:100%;border:0;border-radius:13px;background:var(--hev-fashion-soft);color:var(--hev-fashion-dark);padding:11px;font-size:11px;font-weight:900}
.hev-fashion__view:after{content:" ←";color:#9B8120}
.hev-fashion__explorer{position:absolute;z-index:8;right:50%;top:18px;transform:translateX(50%);width:min(850px,calc(100% - 24px));animation:hevFashionZoom .24s ease both}
@keyframes hevFashionZoom{from{opacity:0;transform:translateX(50%) scale(.94) translateY(12px)}to{opacity:1;transform:translateX(50%) scale(1) translateY(0)}}
.hev-fashion__explorer-box{display:grid;grid-template-columns:300px 1fr;gap:22px;align-items:center;background:rgba(255,255,255,.98);border:1px solid #e7ddc5;border-radius:27px;padding:20px;box-shadow:0 25px 70px rgba(49,48,48,.18);backdrop-filter:blur(10px)}
.hev-fashion__explorer-image{overflow:hidden;border-radius:21px;background:#ece6da}
.hev-fashion__explorer-image img{width:100%;aspect-ratio:4/5;object-fit:cover}
.hev-fashion__explorer-info{position:relative;padding-left:34px}
.hev-fashion__explorer-close{position:absolute;left:0;top:-2px;border:0;background:transparent;color:#837d73;font-size:29px;padding:0 5px}
.hev-fashion__explorer-tag{display:inline-block;background:var(--hev-fashion-pale);border:1px solid #e8d785;color:#675a22;border-radius:999px;padding:5px 10px;font-size:9.5px;font-weight:900}
.hev-fashion__explorer-info h3{margin:9px 0 7px;color:var(--hev-fashion-dark);font-size:29px}
.hev-fashion__explorer-info p{margin:0 0 16px;color:var(--hev-fashion-muted);font-size:12px}
.hev-fashion__explorer-actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}
.hev-fashion__choose{border:0;background:var(--hev-fashion-dark);color:#fff;border-radius:13px;padding:12px 17px;font-size:12px;font-weight:900}
.hev-fashion__back{border:1px solid var(--hev-fashion-line);background:#fff;color:#716c64;border-radius:13px;padding:11px 14px;font-size:11px;font-weight:800}
.hev-fashion__chosen{align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #e8dcac;border-radius:18px;padding:10px 12px;box-shadow:var(--hev-fashion-shadow-soft);margin:18px 0 12px}
.hev-fashion__chosen:not([hidden]){display:flex}
.hev-fashion__chosen-main{display:flex;align-items:center;gap:10px}
.hev-fashion__chosen img{width:46px;height:55px;border-radius:10px;object-fit:cover}
.hev-fashion__chosen strong{display:block;color:var(--hev-fashion-dark);font-size:11.5px}
.hev-fashion__chosen span{display:block;color:#9B8120;font-size:9.5px}
.hev-fashion__change{border:0;background:var(--hev-fashion-pale);color:#675a22;border-radius:10px;padding:8px 10px;font-size:9.5px;font-weight:900}
.hev-fashion__change.is-flashing{animation:hevFashionFlash .75s ease}
@keyframes hevFashionFlash{0%,100%{box-shadow:none;transform:scale(1)}35%{box-shadow:0 0 0 5px rgba(208,182,61,.24);transform:scale(1.04)}}
.hev-fashion__form{background:#fff;border:1px solid var(--hev-fashion-line);border-radius:24px;padding:19px;box-shadow:var(--hev-fashion-shadow);animation:hevFashionRise .24s ease both}
@keyframes hevFashionRise{from{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}
.hev-fashion__form-head h3{margin:0;color:var(--hev-fashion-dark);font-size:21px}
.hev-fashion__form-head p{margin:3px 0 14px;color:var(--hev-fashion-muted);font-size:10.5px}
.hev-fashion__time-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}
.hev-fashion__field{background:#fbfaf7;border:1px solid var(--hev-fashion-line);border-radius:17px;padding:12px}
.hev-fashion__field.is-error,.hev-fashion__location.is-error{border-color:#d8a087;background:#fff9f6}
.hev-fashion__field label{display:block;color:#625e56;font-size:10.5px;font-weight:900;margin-bottom:8px}
.hev-fashion__time-pick{display:grid;grid-template-columns:.75fr 1.25fr;gap:7px}
.hev-fashion__time-hour,.hev-fashion__time-period{width:100%;min-width:0;border:1px solid var(--hev-fashion-line);background:#fff;border-radius:11px;padding:10px 7px;color:var(--hev-fashion-dark);font-weight:800;font-size:10.5px}
.hev-fashion__field-note{margin:7px 0 0;color:#837d73;font-size:8.8px;line-height:1.65}
.hev-fashion__field-note strong{color:#9B8120;font-weight:900}
.hev-fashion__error{display:none;color:var(--hev-fashion-danger);font-size:9px;margin-top:6px}
.hev-fashion__field.is-error .hev-fashion__error,.hev-fashion__location.is-error .hev-fashion__error{display:block}
.hev-fashion__advice{margin:10px 0 0;background:#f8f4e6;border-right:3px solid var(--hev-fashion-gold);border-radius:10px;padding:9px 11px;color:#706a5f;font-size:10px}
.hev-fashion__duration{margin:9px 0 16px;color:#777168;font-size:10px}
.hev-fashion__duration strong{color:var(--hev-fashion-dark)}
.hev-fashion__lower-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:10px}
.hev-fashion__location,.hev-fashion__receipt{background:#fbfaf7;border:1px solid var(--hev-fashion-line);border-radius:17px;padding:13px}
.hev-fashion__location h4,.hev-fashion__receipt h4{margin:0;color:#625e56;font-size:10.5px;font-weight:900}
.hev-fashion__location>p,.hev-fashion__receipt>p{margin:2px 0 9px;color:#918c83;font-size:9px}
.hev-fashion__location-entry{display:grid;grid-template-columns:1fr auto;gap:8px}
.hev-fashion__location-input{width:100%;min-width:0;border:1px solid var(--hev-fashion-line);background:#fff;border-radius:13px;padding:10px 11px;color:var(--hev-fashion-dark);font-size:10px}
.hev-fashion__map-open{border:0;background:var(--hev-fashion-dark);color:#fff;border-radius:10px;padding:9px 11px;font-size:9.5px;font-weight:900;white-space:nowrap}
.hev-fashion__location-result{align-items:center;justify-content:space-between;gap:10px;background:#fff;border:1px solid #e8dcac;border-radius:13px;padding:9px 10px;margin-top:8px}
.hev-fashion__location-result:not([hidden]){display:flex}
.hev-fashion__location-result strong{display:block;color:var(--hev-fashion-dark);font-size:10.5px}
.hev-fashion__location-result span{display:block;color:#8b867d;font-size:8.7px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:270px}
.hev-fashion__copy-location{border:0;background:var(--hev-fashion-pale);color:#675a22;border-radius:9px;padding:7px 9px;font-size:8.8px;font-weight:900;white-space:nowrap}
.hev-fashion__upload-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.hev-fashion__upload{display:flex;align-items:center;justify-content:center;min-height:58px;border:1px dashed #d2c7a5;background:#fff;border-radius:13px;color:#797369;font-size:10px;font-weight:800;cursor:pointer;text-align:center;padding:9px}
.hev-fashion__upload input{display:none}
.hev-fashion__selected-file{align-items:center;justify-content:space-between;gap:8px;background:#fff;border:1px solid #e8dcac;border-radius:13px;padding:8px 10px;margin-top:8px}
.hev-fashion__selected-file:not([hidden]){display:flex}
.hev-fashion__selected-file strong{font-size:8.8px;word-break:break-word}
.hev-fashion__selected-file button{border:0;background:#f4eee0;color:#7f735e;border-radius:8px;padding:6px 8px;font-size:8.5px}
.hev-fashion__notice{margin-top:11px;background:#f7f5ef;border-right:3px solid var(--hev-fashion-gold);border-radius:10px;padding:9px 11px;color:#706a61;font-size:10px}
.hev-fashion__send-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:13px}
.hev-fashion__send-row small{color:#8b867d;font-size:8.8px;max-width:520px}
.hev-fashion__send-button{border:0;background:#1f9d55;color:#fff;border-radius:14px;padding:12px 17px;font-size:10.5px;font-weight:900;display:flex;align-items:center;justify-content:center;gap:9px;min-width:220px;transition:.2s;box-shadow:0 10px 24px rgba(31,157,85,.18)}
.hev-fashion__send-button:disabled{opacity:.65;cursor:wait}
.hev-fashion__whatsapp-icon{width:21px;height:21px;display:grid;place-items:center;border:2px solid currentColor;border-radius:50%;font-size:8px;line-height:1}
.hev-fashion__completion{background:#fff;border:1px solid #e4d79e;border-radius:24px;padding:18px;box-shadow:var(--hev-fashion-shadow);animation:hevFashionRise .24s ease both}
.hev-fashion__completion-main{display:flex;align-items:center;gap:13px}
.hev-fashion__completion-main img{width:72px;height:88px;object-fit:cover;border-radius:14px}
.hev-fashion__completion h3{margin:0;color:var(--hev-fashion-dark);font-size:20px}
.hev-fashion__completion p{margin:4px 0 0;color:var(--hev-fashion-muted);font-size:10px}
.hev-fashion__completion-summary{display:flex;gap:7px;flex-wrap:wrap;margin:14px 0}
.hev-fashion__completion-summary span{background:#f8f5eb;border:1px solid var(--hev-fashion-line);border-radius:999px;padding:6px 9px;color:#6d675e;font-size:8.7px}
.hev-fashion__completion-actions{display:flex;gap:8px;flex-wrap:wrap}
.hev-fashion__edit-details,.hev-fashion__new-selection{border:1px solid var(--hev-fashion-line);background:#fff;color:#69635b;border-radius:11px;padding:9px 12px;font-size:9.5px;font-weight:900}
.hev-fashion__edit-details{background:var(--hev-fashion-pale);border-color:#e4d286;color:#675a22}
.hev-fashion__map-sheet,.hev-fashion__permission{position:fixed;inset:0;z-index:999999}
.hev-fashion__map-overlay,.hev-fashion__permission-overlay{position:absolute;inset:0;background:rgba(37,36,34,.40);backdrop-filter:blur(3px)}
.hev-fashion__map-card{position:absolute;left:50%;bottom:16px;transform:translateX(-50%);width:min(720px,calc(100% - 24px));background:#fff;border-radius:28px;padding:18px;box-shadow:0 30px 90px rgba(0,0,0,.25);max-height:calc(100vh - 32px);overflow:auto}
.hev-fashion__map-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:12px}
.hev-fashion__map-head h3{margin:0;color:var(--hev-fashion-dark);font-size:22px}
.hev-fashion__map-head p{margin:3px 0 0;color:var(--hev-fashion-muted);font-size:10px}
.hev-fashion__map-close{border:0;background:var(--hev-fashion-soft);color:#817b72;border-radius:10px;width:38px;height:38px;font-size:23px}
.hev-fashion__map-wrap{position:relative;border-radius:20px;overflow:hidden;background:#e9e6df}
.hev-fashion__map{height:min(54vh,460px)}
.hev-fashion__center-pin{position:absolute;z-index:500;left:50%;top:50%;width:22px;height:22px;background:#d92727;border:3px solid #fff;border-radius:50% 50% 50% 0;transform:translate(-50%,-100%) rotate(-45deg);box-shadow:0 4px 12px rgba(0,0,0,.28);pointer-events:none}
.hev-fashion__use-location{position:absolute;z-index:510;right:18px;bottom:18px;border:0;background:#fff;color:var(--hev-fashion-dark);border-radius:12px;padding:10px 13px;font-size:10px;font-weight:900;box-shadow:0 10px 24px rgba(49,48,48,.18)}
.hev-fashion__geo-help{margin-top:9px;background:#f8f4e6;border-right:3px solid var(--hev-fashion-gold);border-radius:10px;padding:8px 10px;color:#706a5f;font-size:9px}
.hev-fashion__map-actions{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:12px}
.hev-fashion__map-confirm{border:0;background:var(--hev-fashion-dark);color:#fff;border-radius:12px;padding:12px 14px;font-size:10.5px;font-weight:900}
.hev-fashion__map-cancel{border:1px solid var(--hev-fashion-line);background:#fff;color:#726c63;border-radius:12px;padding:11px 14px;font-size:10px;font-weight:900}
.hev-fashion__permission-card{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:min(430px,calc(100% - 30px));background:#fff;border-radius:23px;padding:20px;box-shadow:0 30px 80px rgba(0,0,0,.24)}
.hev-fashion__permission-card h3{margin:0 0 7px;color:var(--hev-fashion-dark);font-size:20px}
.hev-fashion__permission-card p{margin:0 0 15px;color:var(--hev-fashion-muted);font-size:10.5px}
.hev-fashion__permission-card>div{display:flex;gap:8px}
.hev-fashion__permission-allow{border:0;background:var(--hev-fashion-dark);color:#fff;border-radius:11px;padding:10px 13px;font-size:10px;font-weight:900}
.hev-fashion__permission-cancel{border:1px solid var(--hev-fashion-line);background:#fff;color:#716b63;border-radius:11px;padding:9px 12px;font-size:10px;font-weight:900}
.hev-fashion__toast{position:fixed;z-index:1000000;left:50%;bottom:18px;transform:translate(-50%,25px);background:var(--hev-fashion-dark);color:#fff;border-radius:12px;padding:10px 14px;font-size:9.5px;opacity:0;pointer-events:none;transition:.2s;max-width:calc(100% - 30px);text-align:center}
.hev-fashion__toast.is-visible{opacity:1;transform:translate(-50%,0)}

@media(min-width:901px) and (max-width:1120px){
  .hev-fashion__card{flex-basis:30%}
}
@media(max-width:900px){
  .hev-fashion__card{flex-basis:42%}
  .hev-fashion__explorer-box{grid-template-columns:260px 1fr}
}
@media(max-width:660px){
  .hev-fashion{padding:32px 0 55px}
  .hev-fashion__intro h2{font-size:31px}
  .hev-fashion__intro p{font-size:12px}
  .hev-fashion__gallery{gap:12px;padding:3px 1px 10px}
  .hev-fashion__card{flex-basis:74%;scroll-snap-align:center}
  .hev-fashion__carousel-controls{margin-top:24px}
  .hev-fashion__carousel-arrow{width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:50%!important}
  .hev-fashion__explorer{position:absolute;top:10px;width:calc(100% - 8px)}
  .hev-fashion__explorer-box{grid-template-columns:1fr;gap:14px;padding:15px}
  .hev-fashion__explorer-image{max-height:330px}
  .hev-fashion__explorer-image img{height:330px;aspect-ratio:auto}
  .hev-fashion__explorer-info{padding-left:0}
  .hev-fashion__explorer-close{left:0;top:-4px}
  .hev-fashion__explorer-info h3{font-size:25px;padding-left:30px}
  .hev-fashion__time-grid,.hev-fashion__lower-grid{grid-template-columns:1fr}
  .hev-fashion__send-row{display:block}
  .hev-fashion__send-row small{display:block;margin-bottom:9px}
  .hev-fashion__send-button{width:100%;min-width:0}
  .hev-fashion__map-card{bottom:0;width:100%;border-radius:28px 28px 0 0;max-height:94vh}
  .hev-fashion__map{height:52vh}
  .hev-fashion__completion-main{align-items:flex-start}
}

/* HEV Fashion 1.0.4 refinements */
body.hev-fashion-modal-open{overflow:hidden!important}
.hev-fashion,.hev-fashion *{letter-spacing:normal!important;font-kerning:normal}
.hev-fashion button,.hev-fashion input,.hev-fashion select,.hev-fashion textarea{-webkit-tap-highlight-color:transparent}
.hev-fashion button:focus,.hev-fashion button:active{outline:none!important}
.hev-fashion button:focus-visible,.hev-fashion input:focus-visible,.hev-fashion select:focus-visible{outline:2px solid rgba(208,182,61,.78)!important;outline-offset:2px!important}

.hev-fashion__gallery{scroll-behavior:smooth;overscroll-behavior-x:contain;overscroll-behavior-y:auto}
.hev-fashion__gallery.is-dragging{scroll-behavior:auto!important}
.hev-fashion__carousel-controls{margin-top:30px!important;margin-bottom:12px!important;gap:16px!important;direction:ltr!important}
.hev-fashion__carousel-arrow{width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;border-radius:50%!important;background:var(--hev-fashion-dark)!important;color:var(--hev-fashion-gold)!important;border:1px solid rgba(208,182,61,.62)!important}
.hev-fashion__carousel-arrow:hover,.hev-fashion__carousel-arrow:focus,.hev-fashion__carousel-arrow:active{background:var(--hev-fashion-dark)!important;color:var(--hev-fashion-gold)!important}
.hev-fashion__carousel-arrow.is-pressed{animation:hevFashionPress104 .22s ease!important}
@keyframes hevFashionPress104{0%,100%{transform:scale(1)}45%{transform:scale(.88)}}

.hev-fashion__modal-overlay{position:absolute;inset:0;background:rgba(35,34,32,.48);backdrop-filter:blur(4px)}
.hev-fashion__explorer{position:fixed!important;inset:0!important;width:auto!important;transform:none!important;z-index:1000002!important;animation:none!important;padding:clamp(72px,9vh,104px) 14px clamp(72px,9vh,96px);display:grid;place-items:center}
.hev-fashion__explorer[hidden]{display:none!important}
.hev-fashion__explorer-box{position:relative;z-index:1;width:min(920px,100%);max-height:100%;overflow:auto;display:grid!important;grid-template-columns:minmax(260px,360px) 1fr!important;gap:24px!important;background:#fff!important;border:1px solid #e7ddc5!important;border-radius:28px!important;padding:20px!important;box-shadow:0 30px 90px rgba(0,0,0,.26)!important;animation:hevFashionModalIn .22s ease both!important}
@keyframes hevFashionModalIn{from{opacity:0;transform:scale(.965) translateY(8px)}to{opacity:1;transform:scale(1) translateY(0)}}
.hev-fashion__explorer-image{max-height:min(64vh,560px);border-radius:22px!important;overflow:hidden}
.hev-fashion__explorer-image img{width:100%;height:100%!important;max-height:min(64vh,560px);aspect-ratio:4/5;object-fit:cover}
.hev-fashion__explorer-info{padding:12px 6px 8px!important}
.hev-fashion__round-close{position:absolute!important;left:16px!important;top:16px!important;width:42px!important;height:42px!important;min-width:42px!important;min-height:42px!important;border-radius:50%!important;border:1px solid rgba(208,182,61,.6)!important;background:var(--hev-fashion-dark)!important;color:var(--hev-fashion-gold)!important;display:grid!important;place-items:center!important;padding:0!important;font-size:25px!important;line-height:1!important;z-index:3!important;box-shadow:0 8px 20px rgba(49,48,48,.16)!important;transition:transform .16s ease!important}
.hev-fashion__round-close:hover,.hev-fashion__round-close:focus,.hev-fashion__round-close:active{background:var(--hev-fashion-dark)!important;color:var(--hev-fashion-gold)!important}
.hev-fashion__round-close.is-pressed{animation:hevFashionPress104 .22s ease!important}

.hev-fashion__field.is-error,.hev-fashion__location.is-error,.hev-fashion__receipt.is-error{border-color:var(--hev-fashion-gold)!important;box-shadow:0 0 0 3px rgba(208,182,61,.16)!important}
.hev-fashion__field.is-error .hev-fashion__error,.hev-fashion__location.is-error .hev-fashion__error,.hev-fashion__receipt.is-error .hev-fashion__error{display:block;color:#75631f;font-weight:800}
.hev-fashion__field.is-attention,.hev-fashion__location.is-attention,.hev-fashion__receipt.is-attention{animation:hevFashionAttention .68s ease}
@keyframes hevFashionAttention{0%,100%{transform:scale(1)}40%{transform:scale(1.018);box-shadow:0 0 0 5px rgba(208,182,61,.22)}}

.hev-fashion__upload-grid{grid-template-columns:1fr 1fr!important}
.hev-fashion__receipt-later{grid-column:1/-1;border:1px solid #d9c982!important;background:#fffdf6!important;color:#6c5d26!important;border-radius:13px!important;min-height:48px;padding:10px 13px!important;font-size:10px!important;font-weight:900!important;transition:transform .16s ease,background .16s ease!important}
.hev-fashion__receipt-later:hover,.hev-fashion__receipt-later:focus,.hev-fashion__receipt-later:active{background:#fffaf0!important;color:#6c5d26!important}
.hev-fashion__receipt-later.is-selected{background:var(--hev-fashion-pale)!important;box-shadow:inset 0 0 0 1px rgba(208,182,61,.5)!important}
.hev-fashion__receipt-later.is-selected:before{content:"✓ ";color:#8c741e;font-weight:900}
.hev-fashion__receipt-state{margin-top:8px;align-items:center;gap:7px;background:#fffaf0;border:1px solid #e3d394;border-radius:12px;padding:8px 10px;color:#6b5d29;font-size:9px}
.hev-fashion__receipt-state:not([hidden]){display:flex}
.hev-fashion__receipt-state span{width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:var(--hev-fashion-gold);color:#3a3324;font-weight:900}
.hev-fashion__customer-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}
.hev-fashion__customer-grid[hidden]{display:none!important}
.hev-fashion__customer-grid .hev-fashion__field input{width:100%;border:1px solid var(--hev-fashion-line);background:#fff;border-radius:11px;padding:11px;color:var(--hev-fashion-dark);font-size:10.5px}

.hev-fashion__send-button{position:relative!important;min-height:48px!important;padding:12px 18px!important;gap:10px!important;white-space:nowrap}
.hev-fashion__whatsapp-icon{width:24px!important;height:24px!important;border:0!important;border-radius:0!important;display:block!important;flex:0 0 24px}
.hev-fashion__whatsapp-icon svg{width:24px;height:24px;display:block;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round}

.hev-fashion__completion{position:fixed!important;inset:0!important;z-index:1000003!important;background:transparent!important;border:0!important;border-radius:0!important;padding:16px!important;box-shadow:none!important;display:grid;place-items:center;animation:none!important}
.hev-fashion__completion[hidden]{display:none!important}
.hev-fashion__completion-card{position:relative;z-index:1;width:min(620px,100%);max-height:calc(100vh - 32px);overflow:auto;background:#fff;border:1px solid #e4d79e;border-radius:26px;padding:24px;box-shadow:0 30px 90px rgba(0,0,0,.26);animation:hevFashionModalIn .22s ease both}
.hev-fashion__success-mark{width:50px;height:50px;border-radius:50%;display:grid;place-items:center;margin:0 auto 14px;background:var(--hev-fashion-pale);border:1px solid #dfcb75;color:#776319;font-size:25px;font-weight:900}
.hev-fashion__completion-main{justify-content:center;text-align:right}
.hev-fashion__completion-actions{justify-content:center}
.hev-fashion__completion-summary{justify-content:center}

.hev-fashion__map-card{top:50%!important;bottom:auto!important;transform:translate(-50%,-50%)!important;width:min(780px,calc(100% - 26px))!important;border-radius:28px!important;padding:18px!important;background:#fff!important;box-shadow:0 30px 90px rgba(0,0,0,.27)!important}
.hev-fashion__map-head{padding-left:52px;position:relative}
.hev-fashion__map-head .hev-fashion__map-close{left:0!important;top:0!important}
.hev-fashion__map-search-row{display:grid;grid-template-columns:1fr auto;gap:8px;margin-bottom:10px}
.hev-fashion__map-search{width:100%;border:1px solid var(--hev-fashion-line);border-radius:13px;background:#fbfaf7;color:var(--hev-fashion-dark);padding:11px 12px;font-size:10px}
.hev-fashion__map-search-button{border:0!important;border-radius:13px!important;background:var(--hev-fashion-dark)!important;color:var(--hev-fashion-gold)!important;padding:10px 15px!important;font-size:10px!important;font-weight:900!important;min-width:78px}
.hev-fashion__map-wrap{border:1px solid #e7dfcf!important;box-shadow:inset 0 0 0 1px rgba(255,255,255,.55)}
.hev-fashion__map{height:min(57vh,500px)!important}
.hev-fashion__center-pin{width:24px!important;height:24px!important;background:var(--hev-fashion-gold)!important;border:4px solid #fff!important;box-shadow:0 5px 16px rgba(49,48,48,.35)!important}
.hev-fashion__use-location{border:1px solid rgba(208,182,61,.45)!important;color:var(--hev-fashion-dark)!important;background:rgba(255,255,255,.96)!important}
.hev-fashion .leaflet-control-zoom a{color:var(--hev-fashion-dark)!important;border-color:#e6dcc7!important}
.hev-fashion .leaflet-control-zoom{border:1px solid rgba(208,182,61,.36)!important;border-radius:10px!important;overflow:hidden;box-shadow:0 8px 20px rgba(49,48,48,.12)!important}
.hev-fashion .leaflet-control-attribution{font-size:8px!important;background:rgba(255,255,255,.84)!important}

@media(max-width:900px){
  .hev-fashion__explorer{padding:74px 12px 72px!important}
  .hev-fashion__explorer-box{grid-template-columns:minmax(210px,280px) 1fr!important;gap:18px!important}
  .hev-fashion__map-card{width:calc(100% - 20px)!important;max-height:calc(100vh - 24px)!important}
}
@media(max-width:660px){
  .hev-fashion__carousel-controls{margin-top:26px!important;margin-bottom:16px!important}
  .hev-fashion__explorer{padding:70px 10px 70px!important}
  .hev-fashion__explorer-box{grid-template-columns:1fr!important;gap:12px!important;padding:14px!important;max-height:100%!important}
  .hev-fashion__explorer-image{max-height:48vh!important}
  .hev-fashion__explorer-image img{height:48vh!important;max-height:48vh!important;object-fit:cover!important}
  .hev-fashion__explorer-info{padding:4px 2px 2px!important}
  .hev-fashion__explorer-info h3{font-size:23px!important;padding-left:48px!important}
  .hev-fashion__round-close{width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important;left:13px!important;top:13px!important}
  .hev-fashion__customer-grid{grid-template-columns:1fr}
  .hev-fashion__completion{padding:12px!important}
  .hev-fashion__completion-card{padding:19px 15px!important;border-radius:24px!important}
  .hev-fashion__completion-main{align-items:flex-start!important}
  .hev-fashion__completion-main img{width:64px!important;height:78px!important}
  .hev-fashion__map-card{top:auto!important;bottom:0!important;transform:translateX(-50%)!important;width:100%!important;max-height:94vh!important;border-radius:28px 28px 0 0!important;padding:15px!important}
  .hev-fashion__map{height:50vh!important}
  .hev-fashion__map-search-row{grid-template-columns:1fr auto}
}
.hev-fashion__permission-card{position:absolute!important;padding:22px!important}
.hev-fashion__permission-card h3{padding-left:48px}
.hev-fashion__gallery{touch-action:pan-y!important}

/* HEV Fashion 1.0.6 — focused carousel + outfit-details flow */
.hev-fashion__gallery{
  direction:ltr!important;
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
  touch-action:pan-y!important;
  overscroll-behavior-x:contain!important;
  transition:opacity .3s ease,transform .16s ease!important;
}
.hev-fashion__card{direction:rtl!important;scroll-snap-align:none!important;scroll-snap-stop:normal!important}
.hev-fashion__gallery.is-dragging{scroll-behavior:auto!important;cursor:grabbing!important}
.hev-fashion__carousel-arrow:disabled{
  opacity:.34!important;cursor:default!important;transform:none!important;box-shadow:none!important
}
.hev-fashion__carousel-arrow:disabled:hover,.hev-fashion__carousel-arrow:disabled:active{
  transform:none!important;background:var(--hev-fashion-dark)!important;color:var(--hev-fashion-gold)!important
}

/* Selected outfit replaces the browsing area instead of leaving two active sections on screen. */
.hev-fashion.is-details-mode .hev-fashion__segment,
.hev-fashion.is-details-mode .hev-fashion__gallery-stage{display:none!important}
.hev-fashion.is-details-mode .hev-fashion__chosen{margin-top:8px!important}
.hev-fashion.is-details-mode .hev-fashion__form{margin-top:10px!important}

/* Explorer is a true fixed modal. Background page stays still; X sits in the card's own white header area. */
.hev-fashion__explorer{
  position:fixed!important;inset:0!important;z-index:2147483000!important;
  display:grid!important;place-items:center!important;width:auto!important;
  padding:86px 14px 82px!important;overflow:hidden!important;
  overscroll-behavior:none!important;touch-action:none!important;
  font-family:"Cairo","Tahoma",Arial,sans-serif!important;line-height:1.7!important
}
.hev-fashion__explorer[hidden]{display:none!important}
.hev-fashion__explorer .hev-fashion__modal-overlay{
  position:absolute!important;inset:0!important;background:rgba(35,34,32,.54)!important;
  backdrop-filter:blur(5px)!important;touch-action:none!important
}
.hev-fashion__explorer-box{
  position:relative!important;z-index:1!important;width:min(860px,100%)!important;
  max-height:calc(100dvh - 168px)!important;overflow:auto!important;overscroll-behavior:contain!important;
  display:grid!important;grid-template-columns:minmax(240px,330px) 1fr!important;gap:20px!important;
  background:#fff!important;border:1px solid #e7ddc5!important;border-radius:25px!important;
  padding:62px 18px 18px!important;box-shadow:0 30px 90px rgba(0,0,0,.28)!important;
  touch-action:pan-y!important
}
.hev-fashion__explorer-close{
  left:16px!important;top:14px!important;right:auto!important;bottom:auto!important;
  width:40px!important;height:40px!important;min-width:40px!important;min-height:40px!important
}
.hev-fashion__explorer-image{max-height:min(55dvh,500px)!important;border-radius:20px!important}
.hev-fashion__explorer-image img{height:100%!important;max-height:min(55dvh,500px)!important;object-fit:cover!important}

@media(max-width:900px){
  .hev-fashion__explorer{padding:82px 12px 80px!important}
  .hev-fashion__explorer-box{width:min(720px,100%)!important;max-height:calc(100dvh - 162px)!important;grid-template-columns:minmax(205px,265px) 1fr!important;gap:16px!important;padding:60px 15px 15px!important}
}
@media(max-width:660px){
  .hev-fashion__explorer{padding:78px 10px 76px!important}
  .hev-fashion__explorer-box{width:min(430px,100%)!important;max-height:calc(100dvh - 154px)!important;grid-template-columns:1fr!important;gap:10px!important;padding:58px 13px 13px!important;border-radius:23px!important}
  .hev-fashion__explorer-image{height:min(39dvh,320px)!important;max-height:min(39dvh,320px)!important}
  .hev-fashion__explorer-image img{height:100%!important;max-height:none!important;object-fit:cover!important}
  .hev-fashion__explorer-info{padding:2px 1px 1px!important}
  .hev-fashion__explorer-info h3{font-size:22px!important;padding-left:0!important;margin-top:7px!important}
  .hev-fashion__explorer-info p{font-size:10px!important;margin-bottom:11px!important}
  .hev-fashion__explorer-actions{gap:7px!important}
  .hev-fashion__choose,.hev-fashion__back{padding:10px 12px!important;font-size:10px!important}
  .hev-fashion__explorer-close{left:12px!important;top:11px!important;width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important}
}


/* HEV Fashion 1.0.7 — fluid native touch + free mouse drag only */
.hev-fashion__gallery{
  touch-action:pan-x pan-y!important;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:none!important;
  scroll-behavior:auto!important;
  overscroll-behavior-x:contain!important;
  cursor:grab!important;
}
.hev-fashion__gallery.is-dragging{
  cursor:grabbing!important;
  scroll-behavior:auto!important;
  user-select:none!important;
}

/* HEV Fashion 1.0.8 — focused explorer typography, close feedback, and full outfit image */
.hev-fashion,
.hev-fashion *,
.hev-fashion__explorer,
.hev-fashion__explorer *{
  letter-spacing:normal!important;
  word-spacing:normal!important;
}

/* Keep the close control optically centered and give unmistakable press feedback. */
.hev-fashion__round-close{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:0!important;
  line-height:1!important;
  overflow:visible!important;
  transform-origin:center!important;
  will-change:transform,box-shadow!important;
}
.hev-fashion__round-close::before{
  content:"×";
  display:block;
  color:var(--hev-fashion-gold)!important;
  font-family:Arial,"Helvetica Neue",sans-serif!important;
  font-size:23px!important;
  font-weight:400!important;
  line-height:1!important;
  transform:translateY(-1px);
  pointer-events:none!important;
}
.hev-fashion__round-close.is-pressed{
  animation:hevFashionClosePulse108 .26s cubic-bezier(.2,.8,.2,1)!important;
}
@keyframes hevFashionClosePulse108{
  0%{transform:scale(1);box-shadow:0 8px 20px rgba(49,48,48,.16)}
  42%{transform:scale(.84);box-shadow:0 0 0 6px rgba(208,182,61,.24),0 5px 14px rgba(49,48,48,.12)}
  72%{transform:scale(1.06);box-shadow:0 0 0 3px rgba(208,182,61,.14),0 9px 22px rgba(49,48,48,.16)}
  100%{transform:scale(1);box-shadow:0 8px 20px rgba(49,48,48,.16)}
}

/* Explorer image shows the real outfit proportions instead of cropping the subject. */
.hev-fashion__explorer-image{
  background:#f5f1e7!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
}
.hev-fashion__explorer-image img{
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#f5f1e7!important;
  transform:none!important;
}

/* HEV Fashion 1.0.11 — balanced professional desktop/laptop explorer */
@media (min-width:901px){
  .hev-fashion__explorer{
    padding:clamp(52px,7vh,76px) clamp(26px,4vw,56px)!important;
  }
  .hev-fashion__explorer-box{
    width:min(960px,calc(100vw - 72px))!important;
    min-height:0!important;
    max-height:calc(100dvh - 104px)!important;
    grid-template-columns:minmax(320px,420px) minmax(300px,1fr)!important;
    gap:28px!important;
    padding:62px 24px 24px!important;
    align-items:center!important;
    overflow:auto!important;
  }
  .hev-fashion__explorer-image{
    width:100%!important;
    height:clamp(360px,55vh,500px)!important;
    min-height:0!important;
    max-height:500px!important;
    border-radius:22px!important;
    background:#f7f3ea!important;
  }
  .hev-fashion__explorer-image img{
    width:100%!important;
    height:100%!important;
    min-height:0!important;
    max-height:none!important;
    object-fit:contain!important;
    object-position:center center!important;
  }
  .hev-fashion__explorer-info{
    display:flex!important;
    flex-direction:column!important;
    justify-content:center!important;
    align-items:flex-start!important;
    padding:18px 8px!important;
    min-width:0!important;
  }
  .hev-fashion__explorer-info h3{
    font-size:clamp(27px,2vw,34px)!important;
    margin:10px 0 7px!important;
  }
  .hev-fashion__explorer-info p{
    font-size:12px!important;
    line-height:1.8!important;
    margin:0 0 18px!important;
    max-width:420px!important;
  }
  .hev-fashion__explorer-actions{
    width:auto!important;
    gap:9px!important;
  }
  .hev-fashion__explorer-actions .hev-fashion__choose,
  .hev-fashion__explorer-actions .hev-fashion__back{
    min-height:44px!important;
    padding:11px 16px!important;
    font-size:10.5px!important;
  }
}

/* HEV Fashion 1.0.12 — map confirmation always visible and modal above sticky site chrome */
.hev-fashion__map-sheet{
  position:fixed!important;
  inset:0!important;
  z-index:2147483000!important;
  isolation:isolate!important;
}
.hev-fashion__map-sheet[hidden]{display:none!important}
.hev-fashion__map-overlay{
  position:absolute!important;
  inset:0!important;
  z-index:0!important;
  background:rgba(25,24,23,.62)!important;
  -webkit-backdrop-filter:blur(5px)!important;
  backdrop-filter:blur(5px)!important;
}
.hev-fashion__map-card{
  z-index:2!important;
  display:flex!important;
  flex-direction:column!important;
  overflow:auto!important;
  overscroll-behavior:contain!important;
}
.hev-fashion__map-actions{
  position:relative!important;
  z-index:540!important;
  flex:0 0 auto!important;
  background:#fff!important;
  border-top:1px solid rgba(208,182,61,.18)!important;
  padding:12px 0 2px!important;
  margin-top:12px!important;
}
.hev-fashion__map-confirm{
  min-height:48px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  background:var(--hev-fashion-dark)!important;
  color:#fff!important;
  border:1px solid var(--hev-fashion-dark)!important;
  box-shadow:0 10px 24px rgba(49,48,48,.14)!important;
}
.hev-fashion__map-confirm::before{
  content:"✓";
  width:22px;
  height:22px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:50%;
  background:var(--hev-fashion-gold);
  color:var(--hev-fashion-dark);
  font-weight:900;
  line-height:1;
}
@media (min-width:901px){
  .hev-fashion__map-card{
    width:min(820px,calc(100vw - 72px))!important;
    max-height:calc(100dvh - 72px)!important;
  }
  .hev-fashion__map{height:clamp(300px,45dvh,430px)!important}
}
@media (max-width:900px){
  .hev-fashion__map-card{
    top:50%!important;
    bottom:auto!important;
    transform:translate(-50%,-50%)!important;
    width:calc(100% - 20px)!important;
    max-height:calc(100dvh - 24px)!important;
    border-radius:24px!important;
    padding:14px!important;
  }
  .hev-fashion__map{height:clamp(260px,40dvh,360px)!important}
  .hev-fashion__map-actions{
    position:sticky!important;
    bottom:-1px!important;
    padding-bottom:max(4px,env(safe-area-inset-bottom))!important;
  }
}

/* HEV Fashion 1.0.13 — current location + real place search only */
.hev-fashion__use-location.is-located{
  background:var(--hev-fashion-dark)!important;
  color:var(--hev-fashion-gold)!important;
  border-color:rgba(208,182,61,.55)!important;
}
.hev-fashion__use-location[aria-busy="true"]{opacity:.78;cursor:wait}
/* HEV Fashion 1.0.16 — WhatsApp glyph only; no other frontend behavior changes */
.hev-fashion__send-button .hev-fashion__whatsapp-icon{
  width:24px!important;
  height:24px!important;
  display:grid!important;
  place-items:center!important;
  flex:0 0 24px!important;
  line-height:0!important;
}
.hev-fashion__send-button .hev-fashion__whatsapp-icon svg{
  width:24px!important;
  height:24px!important;
  display:block!important;
  fill:currentColor!important;
  stroke:none!important;
}
.hev-fashion__send-button .hev-fashion__whatsapp-icon svg path:last-child{
  fill:none!important;
  stroke:var(--hev-send-icon-inner,#fff)!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.hev-fashion__send-button .hev-fashion__whatsapp-icon svg path:first-child{
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}


/* HEV Fashion 1.0.20 — brand palette lock; no blue/cyan UI states. */
.hev-fashion,
.hev-fashion button,
.hev-fashion input,
.hev-fashion select,
.hev-fashion textarea,
.hev-fashion a{
  accent-color:var(--hev-fashion-gold)!important;
  caret-color:var(--hev-fashion-dark)!important;
}
.hev-fashion ::selection{
  background:rgba(208,182,61,.28)!important;
  color:var(--hev-fashion-dark)!important;
}
.hev-fashion button:focus,
.hev-fashion button:active,
.hev-fashion a:focus,
.hev-fashion a:active,
.hev-fashion input:focus,
.hev-fashion select:focus,
.hev-fashion textarea:focus{
  outline-color:var(--hev-fashion-gold)!important;
  -webkit-tap-highlight-color:rgba(208,182,61,.18)!important;
}
.hev-fashion input:-webkit-autofill,
.hev-fashion input:-webkit-autofill:hover,
.hev-fashion input:-webkit-autofill:focus{
  -webkit-text-fill-color:var(--hev-fashion-dark)!important;
  -webkit-box-shadow:0 0 0 1000px #fff inset!important;
  box-shadow:0 0 0 1000px #fff inset!important;
}
.hev-fashion__carousel-arrow:disabled,
.hev-fashion__carousel-arrow[aria-disabled="true"]{
  background:var(--hev-fashion-dark)!important;
  color:var(--hev-fashion-gold)!important;
  border-color:rgba(208,182,61,.36)!important;
  opacity:.30!important;
  filter:none!important;
}
.hev-fashion .leaflet-container a,
.hev-fashion .leaflet-control a{
  color:var(--hev-fashion-dark)!important;
}


/* HEV Fashion 1.0.22 — approved form readability and selected-time color only. */
.hev-fashion__time-hour,
.hev-fashion__time-period,
.hev-fashion__time-hour option,
.hev-fashion__time-period option{
  color:var(--hev-fashion-dark)!important;
  -webkit-text-fill-color:var(--hev-fashion-dark)!important;
}
.hev-fashion__form-head p{font-size:12px!important;line-height:1.7!important}
.hev-fashion__field label{font-size:12px!important;line-height:1.5!important}
.hev-fashion__time-hour,.hev-fashion__time-period{font-size:12.5px!important}
.hev-fashion__field-note{font-size:10.5px!important;line-height:1.75!important}
.hev-fashion__error{font-size:10.2px!important;line-height:1.55!important}
.hev-fashion__advice,.hev-fashion__duration{font-size:11.2px!important;line-height:1.7!important}
.hev-fashion__location h4,.hev-fashion__receipt h4{font-size:12px!important}
.hev-fashion__location>p,.hev-fashion__receipt>p{font-size:10.5px!important;line-height:1.65!important}
.hev-fashion__location-input{font-size:11.5px!important}
.hev-fashion__map-open,.hev-fashion__upload{font-size:11px!important}
.hev-fashion__notice{font-size:11px!important;line-height:1.7!important}
.hev-fashion__send-row small{font-size:10.2px!important;line-height:1.65!important}

/* HEV Fashion 1.0.24 — optional one-men + one-women selection in one request. */
.hev-fashion__chosen{align-items:center!important}
.hev-fashion__chosen-selections{display:flex;align-items:center;gap:10px;flex:1;min-width:0;flex-wrap:wrap}
.hev-fashion__chosen-item{display:flex;align-items:center;gap:9px;min-width:0;background:#faf8f2;border:1px solid #ece3c9;border-radius:14px;padding:7px 9px}
.hev-fashion__chosen-item img{width:42px;height:52px;border-radius:9px;object-fit:cover;background:#f3efe5;flex:0 0 auto}
.hev-fashion__chosen-item strong{display:block;color:var(--hev-fashion-dark);font-size:11.5px;line-height:1.55}
.hev-fashion__chosen-item span{display:block;color:#7f7451;font-size:9.4px;line-height:1.5;margin-top:1px}
.hev-fashion__pair-choice{background:#fff;border:1px solid #e5d79e;border-radius:22px;padding:17px 18px;box-shadow:var(--hev-fashion-shadow-soft);margin:12px 0 14px;animation:hevFashionRise .24s ease both}
.hev-fashion__pair-choice-copy{display:flex;align-items:flex-start;gap:11px}
.hev-fashion__pair-check{display:grid;place-items:center;width:34px;height:34px;min-width:34px;border-radius:50%;background:#f7f1d9;border:1px solid #e4d28a;color:#897320;font-size:17px;font-weight:800}
.hev-fashion__pair-choice h3{margin:0 0 4px;color:var(--hev-fashion-dark);font-size:17px;line-height:1.55}
.hev-fashion__pair-choice p{margin:0;color:var(--hev-fashion-muted);font-size:11px;line-height:1.75}
.hev-fashion__pair-choice-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:14px}
.hev-fashion__add-other,.hev-fashion__single-only{min-height:42px;border-radius:13px;padding:10px 15px;font-family:inherit;font-size:11px;font-weight:800;cursor:pointer;transition:transform .18s ease,box-shadow .18s ease}
.hev-fashion__add-other{border:1px solid var(--hev-fashion-dark);background:var(--hev-fashion-dark);color:var(--hev-fashion-gold)}
.hev-fashion__single-only{border:1px solid #ddd5c7;background:#fff;color:var(--hev-fashion-dark)}
.hev-fashion__add-other:active,.hev-fashion__single-only:active{transform:scale(.97)}
.hev-fashion__completion-outfits{display:flex;gap:7px;flex:0 0 auto}
.hev-fashion__completion-outfit{position:relative}
.hev-fashion__completion-outfit img{width:62px;height:76px;object-fit:cover;border-radius:12px;background:#f3efe5;border:1px solid #e8ddba}
.hev-fashion__completion-outfit span{position:absolute;right:4px;bottom:4px;background:rgba(49,48,48,.86);color:#fff;border-radius:999px;padding:2px 5px;font-size:7px;white-space:nowrap}
@media(max-width:660px){
  .hev-fashion__chosen{align-items:flex-start!important;flex-direction:column!important}
  .hev-fashion__chosen-selections{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:7px}
  .hev-fashion__chosen-item{padding:6px 7px}
  .hev-fashion__chosen-item img{width:38px;height:48px}
  .hev-fashion__chosen-item strong{font-size:10px}
  .hev-fashion__chosen-item span{font-size:8.5px}
  .hev-fashion__change{align-self:flex-end}
  .hev-fashion__pair-choice{padding:15px 14px;border-radius:20px}
  .hev-fashion__pair-choice h3{font-size:16px}
  .hev-fashion__pair-choice p{font-size:10.5px}
  .hev-fashion__pair-choice-actions{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .hev-fashion__add-other,.hev-fashion__single-only{padding:10px 8px;font-size:10px}
  .hev-fashion__completion-outfit img{width:52px;height:66px}
}

/* HEV Fashion 1.0.25 — gesture-only outfit browsing, with a one-time subtle hint. */
.hev-fashion__carousel-controls,
.hev-fashion__carousel-arrow{
  display:none!important;
}
.hev-fashion__swipe-hint{
  width:max-content;
  max-width:100%;
  margin:13px auto 2px;
  padding:2px 7px;
  color:#857d69;
  font-size:10.5px;
  font-weight:700;
  line-height:1.7;
  text-align:center;
  opacity:.82;
  transition:opacity .18s ease,transform .18s ease;
  user-select:none;
  pointer-events:none;
}
.hev-fashion__swipe-hint.is-hiding{
  opacity:0;
  transform:translateY(3px);
}
@media(max-width:660px){
  .hev-fashion__swipe-hint{margin-top:11px;font-size:10px}
}
@media(prefers-reduced-motion:reduce){
  .hev-fashion__swipe-hint{transition:none!important}
}



/* HEV Fashion 1.0.28 — Studio-style Fashion preparation screen + mobile-ready reveal. */
body.hev-fashion-preparing{overflow:hidden!important}
.hev-fashion__preloader{
  position:fixed!important;
  inset:0!important;
  z-index:2147483647!important;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:32px 20px calc(32px + env(safe-area-inset-bottom));
  text-align:center;
  background:
    radial-gradient(circle at 50% 36%,rgba(208,182,61,.055),transparent 28%),
    var(--hev-fashion-bg,#FAF8F3);
  color:var(--hev-fashion-dark,#313030);
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transition:opacity .15s ease,visibility .15s ease;
}
.hev-fashion__preloader[hidden]{display:none!important}
.hev-fashion__preloader.is-leaving{
  opacity:0;
  visibility:hidden;
  pointer-events:none;
}
.hev-fashion__preloader-inner{
  width:min(320px,88vw);
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:7px;
}
.hev-fashion__preloader-mark{
  width:64px;
  height:64px;
  border-radius:20px;
  display:grid;
  place-items:center;
  margin-bottom:6px;
  overflow:hidden;
  border:1px solid rgba(208,182,61,.55);
  background:rgba(208,182,61,.06);
  box-shadow:0 10px 28px rgba(49,48,48,.045);
}
.hev-fashion__preloader-mark img{
  display:block;
  width:48px;
  height:48px;
  object-fit:contain;
  border-radius:12px;
}
.hev-fashion__preloader strong{
  color:var(--hev-fashion-dark,#313030);
  font-size:17px;
  line-height:1.5;
  font-weight:800;
}
.hev-fashion__preloader span{
  color:var(--hev-fashion-muted,#777168);
  font-size:12px;
  line-height:1.5;
}
.hev-fashion__preloader-line{
  display:block;
  width:96px;
  height:3px;
  margin-top:8px;
  border-radius:999px;
  overflow:hidden;
  background:rgba(208,182,61,.16);
  position:relative;
}
.hev-fashion__preloader-line::after{
  content:"";
  position:absolute;
  inset:0 auto 0 0;
  width:38%;
  border-radius:inherit;
  background:var(--hev-fashion-gold,#D0B63D);
  box-shadow:0 0 10px rgba(208,182,61,.18);
  animation:hevFashionPrepareLine128 .68s ease-in-out infinite alternate;
}
@keyframes hevFashionPrepareLine128{from{transform:translateX(0)}to{transform:translateX(165%)}}
@media(max-width:620px){
  .hev-fashion__preloader{padding-bottom:calc(54px + env(safe-area-inset-bottom))}
  .hev-fashion__preloader-mark{width:60px;height:60px;border-radius:19px}
  .hev-fashion__preloader-mark img{width:45px;height:45px}
  .hev-fashion__preloader strong{font-size:16px}
}
@media(prefers-reduced-motion:reduce){
  .hev-fashion__preloader{transition:none!important}
  .hev-fashion__preloader-line::after{animation:none!important;width:100%!important}
}

/* The explorer frame follows the real image proportions: no artificial side gutters and no crop. */
.hev-fashion__explorer-image{
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  align-self:start!important;
  background:transparent!important;
  overflow:hidden!important;
}
.hev-fashion__explorer-image img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  max-height:none!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:transparent!important;
  transform:none!important;
}
@media(max-width:660px){
  .hev-fashion__explorer-image,
  .hev-fashion__explorer-image img{
    width:100%!important;
    height:auto!important;
    max-height:none!important;
  }
}

/* Every close button uses one geometrically centered X and the same hover/press language. */
.hev-fashion__round-close{
  position:absolute!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  font-size:0!important;
  line-height:0!important;
  border-radius:50%!important;
  transform-origin:50% 50%!important;
  transition:transform .17s cubic-bezier(.2,.8,.2,1),box-shadow .17s ease!important;
  overflow:hidden!important;
}
.hev-fashion__round-close::before,
.hev-fashion__round-close::after{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:50%!important;
  width:16px!important;
  height:2px!important;
  margin:0!important;
  border:0!important;
  border-radius:999px!important;
  background:var(--hev-fashion-gold,#D0B63D)!important;
  color:transparent!important;
  pointer-events:none!important;
  transform-origin:center!important;
}
.hev-fashion__round-close::before{transform:translate(-50%,-50%) rotate(45deg)!important}
.hev-fashion__round-close::after{transform:translate(-50%,-50%) rotate(-45deg)!important}
@media(hover:hover) and (pointer:fine){
  .hev-fashion__round-close:hover{
    transform:scale(1.10)!important;
    box-shadow:0 0 0 4px rgba(208,182,61,.12),0 10px 24px rgba(49,48,48,.20)!important;
  }
}
.hev-fashion__round-close:active{transform:scale(.92)!important}
.hev-fashion__round-close.is-pressed{animation:hevFashionClosePulse126 .24s cubic-bezier(.2,.8,.2,1)!important}
@keyframes hevFashionClosePulse126{
  0%,100%{transform:scale(1)}
  45%{transform:scale(.88)}
  76%{transform:scale(1.08)}
}
@media(prefers-reduced-motion:reduce){
  .hev-fashion__preloader-line i{animation:none!important;width:100%!important}
  .hev-fashion__preloader,.hev-fashion__round-close{transition:none!important}
  .hev-fashion__round-close.is-pressed{animation:none!important}
}
/* Never cover the live Elementor editing canvas with the visitor preparation screen. */
body.elementor-editor-active .hev-fashion__preloader,
body.elementor-editor-preview .hev-fashion__preloader{display:none!important}


/* HEV Fashion 1.0.29 — fixed one-card explorer + no partially painted category images. */
.hev-fashion__gallery.is-switching{
  opacity:0!important;
  transform:none!important;
}

/* The explorer is one fixed viewport card. Nothing inside it scrolls independently,
   the close control never drifts, and the page behind it stays locked by JS. */
.hev-fashion__explorer{
  position:fixed!important;
  inset:0!important;
  width:100%!important;
  height:100dvh!important;
  min-height:100vh!important;
  padding:max(12px,env(safe-area-inset-top)) max(12px,env(safe-area-inset-right)) max(12px,env(safe-area-inset-bottom)) max(12px,env(safe-area-inset-left))!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  overscroll-behavior:none!important;
  touch-action:none;
}
.hev-fashion__explorer[hidden]{display:none!important}
.hev-fashion__explorer-box{
  position:relative!important;
  width:min(900px,calc(100vw - 28px))!important;
  max-width:900px!important;
  height:auto!important;
  max-height:calc(100dvh - 24px)!important;
  overflow:hidden!important;
  grid-template-columns:minmax(250px,360px) minmax(0,1fr)!important;
  gap:20px!important;
  align-items:center!important;
  padding:18px!important;
  touch-action:auto;
}
.hev-fashion__explorer-image{
  width:100%!important;
  min-width:0!important;
  height:auto!important;
  max-height:min(68dvh,570px)!important;
  overflow:hidden!important;
  border-radius:21px!important;
  background:#f3efe7!important;
}
.hev-fashion__explorer-image img{
  display:block!important;
  width:100%!important;
  height:auto!important;
  max-width:100%!important;
  max-height:min(68dvh,570px)!important;
  object-fit:contain!important;
  object-position:center!important;
  aspect-ratio:auto!important;
  transform:none!important;
}
.hev-fashion__explorer-info{
  min-width:0!important;
  padding:10px 4px 6px!important;
  overflow:hidden!important;
}
.hev-fashion__explorer-close{
  left:14px!important;
  top:14px!important;
  z-index:5!important;
}

@media(max-width:660px){
  .hev-fashion__explorer{
    padding:max(8px,env(safe-area-inset-top)) 8px max(8px,env(safe-area-inset-bottom)) 8px!important;
  }
  .hev-fashion__explorer-box{
    width:min(94vw,420px)!important;
    max-width:420px!important;
    max-height:calc(100dvh - 16px)!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    grid-template-rows:minmax(0,auto) auto!important;
    gap:9px!important;
    padding:12px!important;
    border-radius:24px!important;
    overflow:hidden!important;
  }
  .hev-fashion__explorer-image{
    width:100%!important;
    max-height:min(61dvh,500px)!important;
    border-radius:19px!important;
  }
  .hev-fashion__explorer-image img{
    width:100%!important;
    height:auto!important;
    max-height:min(61dvh,500px)!important;
    object-fit:contain!important;
  }
  .hev-fashion__explorer-info{
    padding:2px 2px 1px!important;
  }
  .hev-fashion__explorer-info h3{
    margin:5px 0 3px!important;
    padding-left:44px!important;
    font-size:21px!important;
    line-height:1.25!important;
  }
  .hev-fashion__explorer-info p{
    margin:0 0 8px!important;
    font-size:10px!important;
    line-height:1.5!important;
  }
  .hev-fashion__explorer-tag{
    padding:4px 9px!important;
    font-size:9px!important;
  }
  .hev-fashion__explorer-actions{
    gap:7px!important;
    flex-wrap:nowrap!important;
  }
  .hev-fashion__choose{
    padding:10px 13px!important;
    font-size:10.5px!important;
  }
  .hev-fashion__back{
    padding:9px 11px!important;
    font-size:10px!important;
  }
  .hev-fashion__explorer-close{
    left:11px!important;
    top:11px!important;
    width:40px!important;
    height:40px!important;
    min-width:40px!important;
    min-height:40px!important;
  }
}

@media(max-width:380px), (max-height:700px){
  .hev-fashion__explorer-box{padding:10px!important;gap:7px!important}
  .hev-fashion__explorer-image,
  .hev-fashion__explorer-image img{max-height:52dvh!important}
  .hev-fashion__explorer-info h3{font-size:19px!important}
  .hev-fashion__explorer-info p{font-size:9.5px!important;margin-bottom:6px!important}
  .hev-fashion__choose,.hev-fashion__back{padding-top:8px!important;padding-bottom:8px!important}
}


/* HEV Fashion 1.0.30 — instant explorer image, reserved X header, and no site-chrome flash. */
body.hev-fashion-preparing{
  background:var(--hev-fashion-bg,#FAF8F3)!important;
  overflow:hidden!important;
}

/* Reserve real white card space for X. It never sits over the outfit image. */
.hev-fashion__explorer-box{
  padding:62px 18px 18px!important;
}
.hev-fashion__explorer-close{
  left:18px!important;
  top:12px!important;
  z-index:6!important;
}

/* Keep the image frame stable from the first painted card image through the decoded detail swap. */
.hev-fashion__explorer-image{
  width:100%!important;
  aspect-ratio:4/5!important;
  height:auto!important;
  max-height:min(64dvh,560px)!important;
  background:#f5f1e8!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}
.hev-fashion__explorer-image img{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  max-height:100%!important;
  aspect-ratio:auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  background:#f5f1e8!important;
  transform:none!important;
}

@media(max-width:660px){
  .hev-fashion__explorer-box{
    padding:58px 12px 12px!important;
    grid-template-rows:minmax(0,auto) auto!important;
    gap:9px!important;
  }
  .hev-fashion__explorer-close{
    left:12px!important;
    top:9px!important;
  }
  .hev-fashion__explorer-image{
    aspect-ratio:4/5!important;
    max-height:min(53dvh,455px)!important;
  }
  .hev-fashion__explorer-info h3{
    padding-left:0!important;
  }
}
@media(max-width:380px), (max-height:700px){
  .hev-fashion__explorer-box{padding:54px 10px 10px!important}
  .hev-fashion__explorer-close{left:10px!important;top:8px!important}
  .hev-fashion__explorer-image{max-height:47dvh!important}
}
