:root{
  --wine:#4b1325;
  --wine-2:#6f2038;
  --gold:#d4b06a;
  --bg:#f7f2eb;
  --card:#ffffff;
  --text:#231815;
  --muted:#7b6d67;
  --line:rgba(75,19,37,.12);
  --success:#1f8a5a;
  --danger:#b84e4e;
  --shadow:0 18px 45px rgba(38,19,17,.08);
  --radius:22px;
}

html{scroll-behavior:smooth}
body{margin:0;background:linear-gradient(180deg,#f9f4ed 0%,#f5efe8 100%);color:var(--text);font-family:'Inter',system-ui,-apple-system,Segoe UI,Arial,sans-serif;overflow-x:hidden}
a{color:var(--wine-2)}
a:hover{text-decoration:none;color:var(--wine)}
main{padding-bottom:18px}
code{background:rgba(75,19,37,.08);padding:.15rem .35rem;border-radius:6px;color:#5f2132;word-break:break-all}

.store-navbar{position:sticky;top:0;z-index:1030;background:rgba(249,244,237,.97);backdrop-filter:blur(10px);border-bottom:1px solid var(--line)}
.navbar-shell{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 0}
.brand-link{display:flex;align-items:center;gap:14px;min-width:0;flex:1 1 auto}
.brand-link:hover{text-decoration:none}
.brand-logo-wide{display:block;width:min(100%,220px);height:auto;max-width:100%}
.brand-meta{min-width:0}
.brand-kicker{font-size:.86rem;font-weight:700;color:var(--wine);line-height:1.2}
.brand-sub{font-size:.82rem;color:var(--muted);line-height:1.25}
.nav-actions{display:flex;align-items:center;gap:8px;flex-wrap:nowrap;justify-content:flex-end;white-space:nowrap}
.nav-actions .badge{border-radius:999px;padding:.25rem .45rem}
.store-main{min-height:calc(100vh - 132px)}

.btn-wine{background:linear-gradient(135deg,var(--wine),var(--wine-2));border:none;color:#fff;border-radius:14px;padding:.82rem 1.2rem;font-weight:700;box-shadow:0 12px 24px rgba(75,19,37,.16)}
.btn-wine:hover{color:#fff;transform:translateY(-1px)}
.btn-soft{background:#fff;border:1px solid rgba(75,19,37,.12);color:var(--wine);border-radius:14px;padding:.68rem .98rem;font-weight:700;display:inline-flex;align-items:center;justify-content:center}
.btn-soft.current,.filter-pill.active,.filter-pill:hover{background:rgba(75,19,37,.08);border-color:rgba(75,19,37,.18)}

.store-card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}
.section-title{font-family:'Playfair Display',serif;color:var(--wine);font-size:2rem;line-height:1;margin-bottom:8px}
.section-sub{color:var(--muted);margin-bottom:0}
.alert-store{border-radius:16px;border:none;box-shadow:var(--shadow)}

.landing-banner .banner-shell{overflow:hidden;padding:0}
.banner-visual{padding:18px;background:linear-gradient(180deg,#f7ecdf 0%,#f2e6d9 100%)}
.banner-visual img{display:block;width:100%;height:auto;border-radius:26px;border:1px solid rgba(75,19,37,.08)}

.hero-reference-menu{display:flex;align-items:center;justify-content:flex-end;gap:24px;flex-wrap:nowrap;position:relative;z-index:3}
.hero-reference-menu > a,.hero-reference-dropdown-toggle{color:#fff;font-weight:700;font-size:1rem;background:none;border:0;padding:0;display:inline-flex;align-items:center;gap:8px;cursor:pointer}
.hero-reference-menu > a:hover,.hero-reference-dropdown-toggle:hover{color:#f1dbc0}
.hero-menu-badge{display:inline-flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 6px;border-radius:999px;background:rgba(255,255,255,.18);color:#fff;font-size:.76rem;font-weight:800;line-height:1;margin-left:2px}
.store-navbar-minimal{padding:0;border-bottom:0;background:transparent;backdrop-filter:none;position:static}
.store-navbar-minimal .container{padding-top:0;padding-bottom:0}
.hero-reference-dropdown{position:relative}
.hero-reference-dropdown-toggle i{font-size:.9rem;transition:transform .18s ease}
.hero-reference-dropdown.is-open .hero-reference-dropdown-toggle i{transform:rotate(180deg)}
.hero-reference-dropdown-menu{position:absolute;top:calc(100% + 14px);left:0;min-width:260px;max-width:320px;max-height:320px;overflow:auto;padding:10px;background:rgba(18,8,10,.96);border:1px solid rgba(255,255,255,.12);border-radius:18px;box-shadow:0 22px 48px rgba(0,0,0,.28);display:none;backdrop-filter:blur(8px)}
.hero-reference-dropdown.is-open .hero-reference-dropdown-menu{display:grid;gap:4px}
.hero-reference-dropdown-menu a{display:block;color:#fff;padding:10px 12px;border-radius:12px;font-weight:600;font-size:.95rem;line-height:1.25}
.hero-reference-dropdown-menu a:hover{background:rgba(255,255,255,.08);color:#f3dfbf}
.catalog-tools{padding:22px}
.catalog-tools-head{display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}
.catalog-search-form{flex:1 1 440px;max-width:700px}
.search-inline{display:flex;gap:12px;align-items:center}
.search-box{border:1px solid rgba(75,19,37,.12);border-radius:16px;padding:14px 16px;min-height:52px}
.filters-row{display:flex;flex-wrap:wrap;gap:10px}
.filter-pill{display:inline-flex;align-items:center;gap:8px;padding:10px 14px;border-radius:999px;background:#fff;border:1px solid rgba(75,19,37,.12);color:#654b4f;font-weight:600;font-size:.93rem}

.catalog-layout{align-items:flex-start}
.product-grid-row{align-items:stretch}
.product-card{display:flex;flex-direction:column;padding:18px;border-radius:20px;background:#fff;border:1px solid rgba(75,19,37,.08);transition:transform .15s ease, box-shadow .15s ease;height:100%}
.product-card:hover{transform:translateY(-3px);box-shadow:0 16px 30px rgba(75,19,37,.10)}
.product-media{height:240px;border-radius:18px;background:linear-gradient(180deg,#fffdfa 0%,#f6ece1 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;padding:16px;border:1px solid rgba(75,19,37,.06);margin-bottom:14px}
.product-media img{width:100%;height:100%;object-fit:contain;object-position:center}
.product-icon{font-size:46px;color:rgba(75,19,37,.42)}
.stock-badge{position:absolute;top:12px;right:12px;padding:7px 10px;border-radius:999px;font-size:.78rem;font-weight:800;letter-spacing:.3px}
.stock-ok{background:rgba(31,138,90,.12);color:var(--success)}
.stock-low{background:rgba(212,176,106,.2);color:#8a651d}
.stock-out{background:rgba(184,78,78,.14);color:var(--danger)}
.product-copy{display:grid;gap:8px;margin-bottom:12px}
.product-name{font-weight:800;font-size:1.04rem;color:#2a1b18;line-height:1.38;min-height:4.2rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}
.product-meta{font-size:.92rem;color:var(--muted);display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;min-height:1.35rem}
.product-sku{font-size:.86rem;color:#7e7069;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden}
.product-price{font-size:1.4rem;font-weight:800;color:var(--wine);margin-bottom:14px}
.product-form{margin-top:auto}
.product-action-row{display:flex;align-items:center;gap:10px}
.product-action-row .btn.btn-wine{flex:1 1 auto;justify-content:center}
.qty-input{max-width:124px;flex:0 0 124px}
.qty-input .btn{border-color:rgba(75,19,37,.15)}
.qty-input .form-control,.checkout-form .form-control,.checkout-form textarea,.cart-update-form .form-control{border-radius:14px;border:1px solid rgba(75,19,37,.14);min-height:48px}
.empty-state{padding:34px;border:2px dashed rgba(75,19,37,.12);border-radius:20px;color:var(--muted);text-align:center;background:rgba(255,255,255,.55)}

.cart-card{padding:22px;position:sticky;top:108px}
.cart-head{display:flex;justify-content:space-between;align-items:center;gap:12px;flex-wrap:wrap;margin-bottom:18px}
.cart-list{display:grid;gap:14px;max-height:none;overflow:visible}
.cart-item{padding:16px;border:1px solid rgba(75,19,37,.08);border-radius:18px;background:#fff9f3}
.cart-item-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.cart-item-title{font-weight:800;color:#2f1d1d;line-height:1.35;margin-bottom:4px}
.cart-item-price{min-width:108px}
.cart-item-actions{display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:wrap;margin-top:14px}
.cart-update-form{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.cart-update-form .form-control{width:92px}
.cart-summary{background:linear-gradient(135deg,#fff7ef 0%, #fff 100%);border:1px solid rgba(212,176,106,.28);border-radius:18px;padding:16px}
.summary-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;color:#5f524d;gap:10px}
.summary-row.total{margin-top:12px;padding-top:12px;border-top:1px solid rgba(75,19,37,.1);font-size:1.1rem;font-weight:800;color:var(--wine)}
.checkout-form textarea{min-height:96px;resize:vertical}

.status-box{border-radius:20px;padding:22px;border:1px solid rgba(75,19,37,.12);background:rgba(255,255,255,.88)}
.timeline{display:flex;gap:14px;flex-wrap:wrap;align-items:stretch}
.timeline-step{position:relative;display:flex;flex-direction:column;justify-content:flex-start;gap:4px;flex:1 1 180px;min-width:160px;min-height:122px;padding:14px 14px 16px 64px;border-radius:16px;border:1px solid rgba(75,19,37,.10);background:#fff;overflow:visible;transition:transform .2s ease, box-shadow .2s ease}
.timeline-step .small{display:block;line-height:1.2;margin-bottom:2px;white-space:normal}
.timeline-step .font-weight-bold{display:block;line-height:1.3;white-space:normal;word-break:break-word;overflow-wrap:anywhere;font-size:1.02rem}
.timeline-icon{position:absolute;left:16px;top:16px;width:32px;height:32px;border-radius:999px;display:flex;align-items:center;justify-content:center;background:#efe1d8;color:#9c7d6e;box-shadow:0 0 0 6px rgba(228,213,202,.45)}
.timeline-icon i{font-size:.95rem;transition:transform .2s ease, color .2s ease}
.timeline-step.active{border-color:rgba(75,19,37,.24);background:linear-gradient(135deg, rgba(75,19,37,.08), rgba(212,176,106,.16));box-shadow:0 14px 24px rgba(75,19,37,.12);transform:translateY(-2px);animation:trackPulse 1.8s ease-in-out infinite}
.timeline-step.active .timeline-icon{background:#6b1330;color:#fff;box-shadow:0 0 0 0 rgba(107,19,48,.26);animation:trackDotPulse 1.8s ease-in-out infinite}
.timeline-step.active .timeline-icon i{animation:trackIconFloat 1.6s ease-in-out infinite}
.timeline-step.done{border-color:rgba(31,138,90,.22);background:rgba(31,138,90,.08)}
.timeline-step.done .timeline-icon{background:#1f8a5a;color:#fff;box-shadow:0 0 0 6px rgba(31,138,90,.12)}
.timeline-step.cancelled{border-color:rgba(184,78,78,.22);background:rgba(184,78,78,.08)}
.timeline-step.cancelled .timeline-icon{background:#b84e4e;color:#fff;box-shadow:0 0 0 6px rgba(184,78,78,.10)}
@keyframes trackPulse{0%,100%{box-shadow:0 14px 24px rgba(75,19,37,.10)}50%{box-shadow:0 18px 34px rgba(75,19,37,.20)}}
@keyframes trackDotPulse{0%{box-shadow:0 0 0 0 rgba(107,19,48,.28)}70%{box-shadow:0 0 0 12px rgba(107,19,48,0)}100%{box-shadow:0 0 0 0 rgba(107,19,48,0)}}
@keyframes trackIconFloat{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-2px) scale(1.08)}}
.success-icon{width:90px;height:90px;border-radius:28px;background:rgba(31,138,90,.12);color:#1f8a5a;font-size:38px}

.footer-public{padding:22px 0 36px;color:#7c6d67}
.footer-card{padding:20px 22px;border-radius:24px;background:linear-gradient(135deg,#fff, #f8f0e8);border:1px solid rgba(75,19,37,.08);display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap}
.footer-logo-wide{display:block;width:min(100%,220px);height:auto}
.footer-meta-wrap{display:grid;gap:4px;text-align:right}
.footer-brand,.title-wine{color:#4b1325}
.page-logo{display:block;width:min(100%,240px);height:auto;margin-left:auto;margin-right:auto}
.dashboard-logo{display:block;width:min(100%,230px);height:auto;margin-left:auto;margin-right:auto}

.dashboard-body{background:linear-gradient(180deg,#f7f1ea 0%,#efe7df 100%);min-height:100vh;overflow-x:hidden}
.dashboard-body .container-fluid{max-width:100%;overflow-x:hidden}
.dashboard-card{background:#fff;border:1px solid rgba(75,19,37,.10);border-radius:26px;box-shadow:var(--shadow);overflow:hidden}
.dashboard-title{font-family:"Playfair Display",serif;color:var(--wine);font-size:2rem;font-weight:700}
.dashboard-badge{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:rgba(75,19,37,.08);color:var(--wine);font-weight:700;letter-spacing:.3px}
.integration-box{border:1px solid rgba(75,19,37,.10);border-radius:18px;background:linear-gradient(135deg,#fff,#fbf5ee);padding:16px}
.status-list{display:flex;flex-direction:column;gap:10px}
.status-item{display:flex;justify-content:space-between;gap:14px;padding:12px 14px;border-radius:14px;background:#faf7f3;border:1px solid rgba(75,19,37,.08)}
.status-item span{color:var(--muted)}
.status-item b{text-align:right;color:var(--wine);max-width:55%;word-break:break-word}
.dashboard-card .form-control,.dashboard-card .custom-select{min-height:48px;border-radius:14px;border:1px solid rgba(75,19,37,.14)}
.dashboard-card .btn{white-space:normal}

@media (max-width: 1199.98px){
  .dashboard-title{font-size:1.75rem}
}

@media (max-width: 991.98px){
  .navbar-shell{padding:10px 0;align-items:center;flex-direction:row;flex-wrap:wrap}
  .brand-link{width:auto;flex:1 1 100%}
  .brand-logo-wide{width:min(100%,200px)}
  .nav-actions{width:100%;justify-content:flex-start;flex-wrap:nowrap}
  .catalog-tools{padding:18px}
  .catalog-tools-head{align-items:stretch}
  .catalog-search-form{max-width:none;flex:1 1 100%}
  .search-inline{flex-direction:column}
  .search-inline .btn,.search-inline .form-control{width:100%}
  .cart-card{position:static;top:auto}
  .product-media{height:220px}
  .product-action-row{flex-wrap:wrap}
  .product-action-row .qty-input,.product-action-row .btn.btn-wine{max-width:none;width:100%;flex:1 1 100%}
}

@media (max-width: 767.98px){
  .store-main .container{padding-left:14px;padding-right:14px}
  .nav-actions .btn{flex:1 1 calc(50% - 4px);justify-content:center;min-width:0}
  .banner-visual{padding:10px}
  .banner-visual img{border-radius:18px}
  .section-title{font-size:1.7rem}
  .product-media{height:200px}
  .product-name{min-height:auto}
  .cart-item-top,.cart-item-actions{flex-direction:column;align-items:flex-start}
  .cart-item-price{min-width:0;text-align:left!important}
  .footer-meta-wrap{text-align:left}
  .status-item{align-items:flex-start;flex-direction:column}
  .status-item b{max-width:100%;text-align:left}
  .dashboard-badge{align-self:flex-start}
}

@media (max-width: 575.98px){
  .store-navbar{position:static}
  .brand-logo-wide{width:min(100%,170px)}
  .brand-kicker{font-size:.84rem}
  .brand-sub{font-size:.78rem}
  .nav-actions{width:100%;gap:8px;flex-wrap:nowrap}
  .nav-actions .btn{width:auto;flex:1 1 calc(50% - 4px);min-width:0;padding:.62rem .8rem;font-size:.95rem}
  .catalog-tools,.cart-card,.footer-card{padding:16px}
  .product-card{padding:15px}
  .product-media{height:180px;padding:12px}
  .qty-input input.form-control{min-width:0}
  .cart-update-form{width:100%}
  .cart-update-form .form-control,.cart-update-form .btn,.cart-item-actions>form{width:100%}
  .dashboard-card{padding:20px!important}
}

/* V1.0.74 compact hero */
.navbar-shell{padding:10px 0;align-items:center}
.brand-link{gap:14px}
.brand-logo-wide{width:min(100%,205px)}
.brand-kicker{font-size:.86rem;color:var(--wine);font-weight:700}
.brand-sub{font-size:.82rem;line-height:1.25}
.nav-actions{gap:8px;flex-wrap:nowrap}
.nav-actions .btn{min-width:170px;padding:.68rem 1rem}

.brand-hero{max-width:1120px;margin-inline:auto}
.brand-hero-card{padding:0;overflow:hidden;background:linear-gradient(135deg,#fffdf9 0%,#f6ede4 100%);border:1px solid rgba(75,19,37,.08)}
.brand-hero-grid{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(280px,.88fr);align-items:center}
.brand-hero-copy{padding:34px 34px 32px}
.hero-eyebrow{display:inline-flex;align-items:center;padding:8px 14px;border-radius:999px;background:rgba(75,19,37,.07);color:var(--wine);font-weight:800;letter-spacing:.2px;margin-bottom:14px;font-size:.92rem}
.hero-title{font-family:'Playfair Display',serif;font-size:clamp(2rem,4vw,3.35rem);line-height:1.01;color:#3b1420;margin:0 0 14px;max-width:520px}
.hero-subtitle{max-width:460px;font-size:1rem;color:#6a5a56;line-height:1.5;margin:0}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap;margin-top:20px}
.brand-hero-visual{padding:18px 20px;background:radial-gradient(circle at top right, rgba(75,19,37,.10), transparent 45%), linear-gradient(180deg,#f1e2d4 0%,#ead7c8 100%);display:flex;align-items:center;justify-content:center;min-height:100%}
.brand-hero-visual img{display:block;width:100%;max-width:370px;height:auto;object-fit:contain;filter:drop-shadow(0 14px 24px rgba(75,19,37,.10))}

.catalog-tools{padding:22px 24px}
.catalog-tools-head{align-items:end}
.product-grid-only{align-items:stretch}
.product-grid-only>.col-12,.product-grid-only>[class*='col-']{display:flex}
.product-grid-only>.product-grid-col{display:flex}
@media (min-width: 1200px){
  .product-grid-only>.product-grid-col{flex:0 0 20%;max-width:20%}
}
@media (min-width: 992px) and (max-width: 1199.98px){
  .product-grid-only>.product-grid-col{flex:0 0 25%;max-width:25%}
}
.product-card{padding:18px;border-radius:22px}
.product-media{height:235px;background:linear-gradient(180deg,#fffdfa 0%,#f8efe5 100%)}
.product-name{font-size:1.02rem;min-height:3.9rem;-webkit-line-clamp:3}
.product-meta{font-size:.95rem}
.product-sku{font-size:.9rem}
.product-bottom-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px;flex-wrap:nowrap;margin-top:auto;padding-top:8px}
.product-price{margin:0;flex:1 1 auto;min-width:0;font-size:1.28rem;line-height:1.05}
.product-form-inline{flex:0 0 auto;margin:0}
.product-form-inline .btn{min-width:112px;border-radius:14px;min-height:44px;padding:.72rem 1.15rem;display:inline-flex;align-items:center;justify-content:center;line-height:1;white-space:nowrap}

.footer-card{padding:18px 22px}
.footer-logo-wide{width:min(100%,190px)}

@media (max-width: 1199.98px){
  .brand-hero{max-width:none}
  .brand-hero-grid{grid-template-columns:minmax(0,1fr) minmax(250px,360px)}
  .brand-hero-copy{padding:30px 28px}
  .hero-title{font-size:clamp(1.95rem,4vw,2.9rem)}
  .product-media{height:220px}
}

@media (max-width: 991.98px){
  .brand-hero-grid{grid-template-columns:1fr}
  .brand-hero-copy{padding:28px 22px 14px}
  .brand-hero-visual{padding:14px 18px 22px}
  .brand-hero-visual img{max-width:300px}
  .hero-title{font-size:clamp(1.9rem,7vw,2.8rem);max-width:none}
  .catalog-tools{padding:18px}
  .product-grid-only>.col-12,.product-grid-only>[class*='col-']{display:block}
}

@media (max-width: 767.98px){
  .brand-link{align-items:flex-start}
  .brand-logo-wide{width:min(100%,190px)}
  .brand-sub{font-size:.9rem}
  .hero-subtitle{font-size:.98rem}
  .hero-actions .btn{width:100%;justify-content:center}
  .product-media{height:200px}
  .product-bottom-row{flex-direction:column;align-items:stretch}
  .product-form-inline,.product-form-inline .btn{width:100%}
}

@media (max-width: 575.98px){
  .navbar-shell{padding:14px 0}
  .brand-link{gap:12px}
  .brand-hero-copy{padding:22px 18px 10px}
  .brand-hero-visual{padding:10px 12px 16px}
  .brand-hero-visual img{max-width:250px}
  .hero-eyebrow{font-size:.84rem;padding:7px 11px;margin-bottom:12px}
  .hero-title{font-size:2rem}
  .catalog-tools{padding:16px}
  .product-card{padding:16px}
  .product-media{height:190px;margin-bottom:12px}
  .product-name{min-height:auto;font-size:1rem}
  .product-price{font-size:1.35rem}
  .search-box{min-height:48px;padding:12px 14px}
  .stock-badge{top:10px;right:10px;padding:6px 9px;font-size:.72rem}
}


.cart-modal-content{border:none;border-radius:28px;box-shadow:0 28px 60px rgba(45,17,18,.18);overflow:hidden}
.cart-modal-title{font-family:'Playfair Display',serif;color:var(--wine);font-size:2.1rem;line-height:1}
.cart-modal-sub{color:var(--muted);margin-top:6px}
.cart-modal-close{font-size:2rem;line-height:1;color:var(--wine);opacity:.7}
.cart-modal-panel{background:linear-gradient(180deg,#fff 0%,#fcf7f1 100%);border:1px solid rgba(75,19,37,.08);border-radius:22px;padding:20px;height:100%}
.cart-modal-section-title{font-weight:800;color:var(--wine);font-size:1.06rem}
.cart-modal-list{display:grid;gap:14px;max-height:58vh;overflow:auto;padding-right:4px}
.cart-modal-item{border:1px solid rgba(75,19,37,.08);border-radius:18px;padding:16px;background:#fffdf9}
.cart-modal-item-top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}
.cart-modal-item-name{font-weight:800;font-size:1rem;line-height:1.35;color:#2d1b1f;margin-bottom:6px}
.cart-modal-item-meta{font-size:.92rem;color:var(--muted)}
.cart-modal-item-price{font-size:1.2rem;font-weight:800;color:var(--wine);text-align:right;min-width:130px}
.cart-modal-item-actions{display:flex;justify-content:space-between;align-items:center;gap:10px;flex-wrap:wrap;margin-top:14px}
.payment-box{border:1px solid rgba(75,19,37,.08);border-radius:18px;padding:16px;background:#fffaf5}
.payment-title{font-weight:800;color:var(--wine);margin-bottom:8px}
.payment-pill{display:inline-flex;align-items:center;padding:8px 12px;border-radius:999px;background:rgba(75,19,37,.08);color:var(--wine);font-weight:700}
.cart-submit-note{margin-top:10px;font-size:.9rem;color:var(--muted)}
.btn-open-cart.current{background:rgba(75,19,37,.08);border-color:rgba(75,19,37,.18)}

@media (max-width: 991.98px){
  .cart-modal-list{max-height:none;overflow:visible}
}

@media (max-width: 575.98px){
  .cart-modal-title{font-size:1.8rem}
  .cart-modal-panel{padding:16px}
  .cart-modal-item-top,.cart-modal-item-actions{flex-direction:column;align-items:flex-start}
  .cart-modal-item-price{min-width:0;text-align:left}
}

.status-chip-animated{display:inline-flex;align-items:center;gap:8px;animation:trackPulse 1.8s ease-in-out infinite}
.status-chip-animated::before{content:'';width:10px;height:10px;border-radius:999px;background:currentColor;opacity:.85;box-shadow:0 0 0 0 rgba(107,19,48,.22);animation:trackDotPulse 1.8s ease-in-out infinite}


/* V1.0.74 hero banner inspired by provided reference */
.hero-reference{position:relative;left:50%;right:50%;width:100vw;margin-left:-50vw;margin-right:-50vw;margin-top:-1.25rem}
.hero-reference-shell{position:relative;min-height:424px;background:#050505 url('../img/hero-banner.png') center center/cover no-repeat;overflow:hidden;border-top:8px solid #4b1325;border-bottom:8px solid #e8e1da}
.hero-reference-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,3,4,.68) 0%,rgba(7,3,4,.28) 32%,rgba(7,3,4,.38) 100%)}
.hero-reference-top,.hero-reference-center{position:relative;z-index:2}
.hero-reference-top{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:22px 34px 0}
.hero-reference-mini-brand img{width:110px;max-width:100%;height:auto;display:block;filter:drop-shadow(0 6px 16px rgba(0,0,0,.35))}
.hero-reference-menu{display:flex;align-items:center;justify-content:flex-end;gap:18px;flex-wrap:nowrap;color:#fff}
.hero-reference-menu a{color:#fff;font-weight:500;font-size:1rem;line-height:1.2;display:inline-flex;align-items:center;gap:8px;text-shadow:0 2px 6px rgba(0,0,0,.28)}
.hero-reference-menu a:hover{color:#f4e5d2;text-decoration:none}
.hero-reference-search{font-size:1.4rem;padding-left:2px}
.hero-reference-center{min-height:340px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:28px 28px 38px;text-align:center}
.hero-reference-logo{width:min(100%,930px);height:auto;display:block;filter:drop-shadow(0 10px 28px rgba(0,0,0,.35))}
.hero-reference-subtitle{margin-top:12px;color:#fff;font-size:clamp(1.15rem,2.2vw,2rem);letter-spacing:.42em;font-weight:500;text-transform:uppercase;text-shadow:0 3px 12px rgba(0,0,0,.25)}
@media (max-width: 1199.98px){.hero-reference-shell{min-height:390px}.hero-reference-logo{width:min(100%,760px)}.hero-reference-menu{gap:14px}}
@media (max-width: 991.98px){.hero-reference{margin-top:-1rem}.hero-reference-shell{min-height:360px}.hero-reference-top{padding:18px 22px 0;flex-direction:column;align-items:flex-start}.hero-reference-menu{justify-content:flex-start;gap:12px 16px}.hero-reference-menu a{font-size:.95rem}.hero-reference-center{min-height:290px;padding:18px 20px 28px}.hero-reference-logo{width:min(100%,620px)}.hero-reference-subtitle{letter-spacing:.28em}}
@media (max-width: 767.98px){.hero-reference-shell{min-height:300px;border-top-width:6px;border-bottom-width:6px}.hero-reference-top{padding:16px 16px 0}.hero-reference-mini-brand img{width:82px}.hero-reference-menu{gap:10px 12px}.hero-reference-menu a{font-size:.88rem}.hero-reference-search{font-size:1.1rem}.hero-reference-center{min-height:220px;padding:14px 14px 24px}.hero-reference-logo{width:min(100%,420px)}.hero-reference-subtitle{margin-top:10px;font-size:1rem;letter-spacing:.18em}}
@media (max-width: 575.98px){.hero-reference{margin-top:-.75rem}.hero-reference-shell{min-height:260px}.hero-reference-menu{display:none}.hero-reference-center{justify-content:flex-end;padding-bottom:22px}.hero-reference-logo{width:min(100%,320px)}.hero-reference-subtitle{font-size:.86rem;letter-spacing:.14em}}


.cart-qty-control{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(75,19,37,.14);border-radius:16px;padding:6px 8px;background:#fff;min-width:156px}
.cart-qty-btn{width:40px;height:40px;border:0;border-radius:12px;background:#4b1325;color:#fff;font-size:1.35rem;font-weight:700;line-height:1;display:inline-flex;align-items:center;justify-content:center;box-shadow:0 8px 18px rgba(75,19,37,.14);transition:transform .15s ease,opacity .15s ease,background .15s ease}
.cart-qty-btn:hover{background:#5f1830}
.cart-qty-btn:active{transform:scale(.96)}
.cart-qty-number{border:0 !important;box-shadow:none !important;background:transparent !important;min-height:auto !important;height:40px;padding:0 6px;text-align:center;font-weight:700;color:#4b1325;max-width:54px}
.cart-qty-number::-webkit-outer-spin-button,.cart-qty-number::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}
.cart-qty-number[type=number]{-moz-appearance:textfield;appearance:textfield}
.cart-update-form .cart-qty-control{margin-right:8px}
@media (max-width: 575.98px){.cart-qty-control{min-width:142px;gap:8px}.cart-qty-btn{width:36px;height:36px}.cart-qty-number{max-width:46px;height:36px}}

@media (max-width: 991.98px){.timeline-step{flex:1 1 calc(50% - 14px);min-width:0}}
@media (max-width: 575.98px){.timeline{gap:10px}.timeline-step{flex:1 1 100%;min-height:auto;padding:14px 14px 14px 60px}.timeline-step .font-weight-bold{font-size:1rem}}

@media (max-width: 991.98px){
  .hero-reference-menu{gap:14px 16px;justify-content:flex-start;flex-wrap:wrap}
  .hero-reference-dropdown{width:100%}
  .hero-reference-dropdown-menu{position:static;min-width:100%;max-width:none;margin-top:10px}
}

@media (max-width: 1199.98px){.hero-reference-menu{gap:14px;}}
@media (max-width: 991.98px){.hero-reference-menu{flex-wrap:wrap;}}
@media (max-width: 767.98px){.hero-reference-menu{flex-wrap:wrap;gap:10px 12px;}.hero-menu-badge{min-width:18px;height:18px;font-size:.72rem}}

@media (max-width: 767.98px){
  .store-main>.container,.store-navbar .container{padding-left:14px;padding-right:14px}
}


/* V1.0.74 ajuste catálogo ancho completo, imagen y precio */
main.store-main > .container{
  max-width:100% !important;
  width:100% !important;
  padding-left:24px !important;
  padding-right:24px !important;
}

.catalog-tools-wrap,
.product-grid-row{
  max-width:100% !important;
  width:100% !important;
}

.product-grid-only{
  display:grid !important;
  grid-template-columns:repeat(auto-fit,minmax(260px,1fr));
  gap:24px;
  margin-left:0 !important;
  margin-right:0 !important;
  align-items:stretch;
}

.product-grid-only > .product-grid-col,
.product-grid-only > .col-12,
.product-grid-only > [class*="col-"]{
  max-width:none !important;
  width:100% !important;
  flex:none !important;
  display:flex !important;
  padding-left:0 !important;
  padding-right:0 !important;
  margin-bottom:0 !important;
}

.product-card{
  width:100%;
  min-width:0;
}

.product-media{
  height:215px !important;
  padding:14px !important;
}

.product-media img{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  max-height:100% !important;
  object-fit:contain !important;
}

.product-bottom-row{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  flex-wrap:nowrap !important;
  width:100%;
}

.product-price{
  white-space:nowrap !important;
  word-break:normal !important;
  overflow-wrap:normal !important;
  font-size:clamp(1.18rem,1.25vw,1.42rem) !important;
  line-height:1.08 !important;
  flex:1 1 auto !important;
}

.product-form-inline{
  flex:0 0 auto !important;
  margin:0 !important;
}

.product-form-inline .btn{
  min-width:118px !important;
  max-width:132px !important;
  width:auto !important;
  padding:.72rem 1.05rem !important;
  border-radius:14px !important;
  line-height:1 !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  white-space:nowrap !important;
}

@media (min-width: 1500px){
  .product-grid-only{
    grid-template-columns:repeat(auto-fit,minmax(245px,1fr));
  }
}

@media (max-width: 767.98px){
  main.store-main > .container{
    padding-left:14px !important;
    padding-right:14px !important;
  }
  .product-grid-only{
    grid-template-columns:1fr;
    gap:16px;
  }
  .product-bottom-row{
    flex-wrap:wrap !important;
  }
  .product-form-inline,
  .product-form-inline .btn{
    width:100% !important;
    max-width:none !important;
  }
}


/* V1.0.74 menú visible en móvil */
@media (max-width: 575.98px){
  .hero-reference{
    margin-top:0 !important;
  }

  .hero-reference-shell{
    min-height:360px !important;
  }

  .hero-reference-top{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    gap:12px !important;
    padding:14px 14px 0 !important;
    flex-direction:column !important;
  }

  .hero-reference-mini-brand img{
    width:78px !important;
  }

  .hero-reference-menu{
    display:flex !important;
    width:100% !important;
    flex-wrap:wrap !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:8px !important;
  }

  .hero-reference-menu > a,
  .hero-reference-dropdown-toggle{
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    min-height:34px !important;
    padding:8px 10px !important;
    border-radius:999px !important;
    background:rgba(0,0,0,.34) !important;
    border:1px solid rgba(255,255,255,.14) !important;
    color:#fff !important;
    font-size:.82rem !important;
    font-weight:700 !important;
    line-height:1.1 !important;
    text-shadow:none !important;
    backdrop-filter:blur(6px);
  }

  .hero-reference-dropdown{
    width:auto !important;
    position:relative !important;
  }

  .hero-reference-dropdown-menu{
    position:absolute !important;
    top:calc(100% + 8px) !important;
    left:0 !important;
    min-width:240px !important;
    max-width:calc(100vw - 28px) !important;
    max-height:260px !important;
    margin-top:0 !important;
    z-index:20 !important;
  }

  .hero-reference-search{
    width:34px !important;
    min-width:34px !important;
    padding:8px !important;
  }

  .hero-reference-center{
    min-height:210px !important;
    justify-content:flex-end !important;
    padding:18px 14px 24px !important;
  }

  .hero-reference-logo{
    width:min(100%,300px) !important;
  }

  .hero-reference-subtitle{
    font-size:.82rem !important;
    letter-spacing:.12em !important;
  }
}


/* V1.0.74 rediseño menú móvil vertical */
.hero-mobile-nav-toggle{display:none;border:1px solid rgba(255,255,255,.18);background:rgba(15,7,9,.52);width:46px;height:46px;border-radius:14px;align-items:center;justify-content:center;gap:5px;flex-direction:column;box-shadow:0 10px 26px rgba(0,0,0,.22);backdrop-filter:blur(8px)}
.hero-mobile-nav-toggle span{display:block;width:20px;height:2px;border-radius:999px;background:#fff;transition:transform .2s ease, opacity .2s ease}
.hero-mobile-nav-toggle.is-active span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.hero-mobile-nav-toggle.is-active span:nth-child(2){opacity:0}
.hero-mobile-nav-toggle.is-active span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media (max-width: 575.98px){
  .hero-reference-shell{min-height:280px !important}
  .hero-reference-top{display:grid !important;grid-template-columns:1fr auto !important;align-items:center !important;gap:14px !important;padding:16px 16px 0 !important}
  .hero-reference-mini-brand img{width:84px !important}
  .hero-mobile-nav-toggle{display:inline-flex !important}
  .hero-reference-menu{display:none !important;position:absolute;top:74px;left:16px;right:auto;width:min(280px,calc(100vw - 32px));padding:14px;border-radius:18px;background:rgba(15,7,9,.94);border:1px solid rgba(255,255,255,.08);box-shadow:0 18px 40px rgba(0,0,0,.30);backdrop-filter:blur(10px);z-index:25;gap:10px !important}
  .hero-reference-menu.is-mobile-open{display:flex !important;flex-direction:column !important;align-items:stretch !important;justify-content:flex-start !important}
  .hero-reference-menu > a,
  .hero-reference-dropdown,
  .hero-reference-search{width:100% !important}
  .hero-reference-menu > a,
  .hero-reference-dropdown-toggle,
  .hero-reference-search{display:flex !important;align-items:center !important;justify-content:flex-start !important;min-height:42px !important;padding:10px 12px !important;border-radius:12px !important;background:rgba(255,255,255,.06) !important;border:1px solid rgba(255,255,255,.08) !important;color:#fff !important;font-size:.9rem !important;font-weight:700 !important;line-height:1.15 !important;text-align:left !important;white-space:normal !important;text-shadow:none !important;backdrop-filter:none !important}
  .hero-reference-dropdown-toggle{gap:10px !important}
  .hero-reference-dropdown-toggle i{margin-left:auto !important}
  .hero-reference-search{min-width:0 !important;padding:10px 12px !important;font-size:1rem !important}
  .hero-reference-search i{margin-right:10px !important}
  .hero-reference-dropdown{position:relative !important}
  .hero-reference-dropdown-menu{position:static !important;display:none;min-width:100% !important;max-width:none !important;max-height:220px !important;margin-top:8px !important;padding:8px !important;border-radius:12px !important;background:rgba(255,255,255,.04) !important;box-shadow:none !important;border:1px solid rgba(255,255,255,.08) !important}
  .hero-reference-dropdown.is-open .hero-reference-dropdown-menu{display:grid !important;gap:6px}
  .hero-reference-dropdown-menu a{padding:9px 10px !important;border-radius:10px !important;font-size:.86rem !important;background:rgba(255,255,255,.04);text-align:left !important}
  .hero-reference-center{min-height:210px !important;padding:18px 16px 24px !important}
  .hero-reference-logo{width:min(100%,300px) !important}
  .hero-reference-subtitle{font-size:.84rem !important;letter-spacing:.12em !important}
}


/* V1.0.74 menú móvil corregido a la izquierda y sin recorte */
@media (max-width: 575.98px){
  .hero-reference-shell{
    overflow:visible !important;
    min-height:300px !important;
  }

  .hero-reference-top{
    display:grid !important;
    grid-template-columns:auto 1fr !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:12px !important;
    padding:14px 14px 0 !important;
    position:relative !important;
    z-index:40 !important;
  }

  .hero-mobile-nav-toggle{
    grid-column:1 !important;
    grid-row:1 !important;
    justify-self:start !important;
    display:inline-flex !important;
    width:44px !important;
    height:44px !important;
    border-radius:14px !important;
  }

  .hero-reference-mini-brand{
    grid-column:2 !important;
    grid-row:1 !important;
    justify-self:start !important;
  }

  .hero-reference-mini-brand img{
    width:82px !important;
  }

  .hero-reference-menu{
    position:absolute !important;
    top:64px !important;
    left:14px !important;
    right:auto !important;
    width:min(292px,calc(100vw - 28px)) !important;
    max-height:calc(100vh - 92px) !important;
    overflow-y:auto !important;
    padding:12px !important;
    border-radius:18px !important;
    background:rgba(15,7,9,.96) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    box-shadow:0 18px 40px rgba(0,0,0,.34) !important;
    z-index:999 !important;
  }

  .hero-reference-menu.is-mobile-open{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    gap:8px !important;
  }

  .hero-reference-menu > a,
  .hero-reference-dropdown-toggle,
  .hero-reference-search{
    width:100% !important;
    min-height:40px !important;
    justify-content:flex-start !important;
    text-align:left !important;
    font-size:.88rem !important;
  }

  .hero-reference-dropdown{
    width:100% !important;
  }

  .hero-reference-dropdown-menu{
    position:static !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    max-height:none !important;
    overflow:visible !important;
    margin-top:8px !important;
    padding:8px !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.05) !important;
  }

  .hero-reference-dropdown.is-open .hero-reference-dropdown-menu{
    display:flex !important;
    flex-direction:column !important;
    gap:6px !important;
  }

  .hero-reference-dropdown-menu a{
    display:block !important;
    width:100% !important;
    padding:9px 10px !important;
    border-radius:10px !important;
    font-size:.84rem !important;
    line-height:1.2 !important;
    text-align:left !important;
    background:rgba(255,255,255,.06) !important;
  }

  .hero-reference-center{
    position:relative !important;
    z-index:2 !important;
  }
}




/* V1.0.74 banner visible con accesos */
.hero-reference-shell{
  background:#000 url('../img/hero-banner-exact.png') center center/cover no-repeat !important;
}

.hero-reference-menu > a,
.hero-reference-dropdown-toggle,
.hero-reference-search{
  color:#fff !important;
  text-shadow:0 2px 8px rgba(0,0,0,.55) !important;
}

.hero-reference-menu > a:hover,
.hero-reference-dropdown-toggle:hover,
.hero-reference-search:hover{
  color:#f3dfbf !important;
}

@media (min-width: 768px){
  .hero-reference-shell{
    min-height:428px !important;
    overflow:visible !important;
  }

  .hero-reference-overlay{
    display:block !important;
    background:linear-gradient(180deg,rgba(0,0,0,.10),rgba(0,0,0,.06)) !important;
  }

  .hero-reference-top{
    padding:18px 30px 0 !important;
    min-height:70px !important;
    position:relative !important;
    z-index:5 !important;
  }

  .hero-reference-mini-brand img,
  .hero-reference-logo,
  .hero-reference-subtitle{
    opacity:0 !important;
    pointer-events:none !important;
    user-select:none !important;
  }

  .hero-reference-menu{
    position:absolute !important;
    top:18px !important;
    right:30px !important;
    left:auto !important;
    height:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-end !important;
    gap:20px !important;
    z-index:10 !important;
  }

  .hero-reference-menu > a,
  .hero-reference-dropdown-toggle{
    color:#fff !important;
    font-weight:700 !important;
    font-size:1rem !important;
    line-height:1.2 !important;
    background:transparent !important;
    border:0 !important;
    padding:0 !important;
  }

  .hero-reference-dropdown-menu{
    display:none !important;
  }

  .hero-reference-dropdown.is-open .hero-reference-dropdown-menu{
    display:grid !important;
  }

  .hero-reference-center{
    min-height:350px !important;
    padding:0 !important;
  }
}

@media (max-width: 767.98px){
  .hero-reference{
    margin-top:0 !important;
  }

  .hero-reference-shell{
    min-height:300px !important;
    background:#000 url('../img/hero-banner-exact.png') center center/cover no-repeat !important;
    overflow:visible !important;
  }

  .hero-reference-overlay{
    display:block !important;
    background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.05)) !important;
  }

  .hero-reference-center{
    min-height:220px !important;
  }

  .hero-reference-logo,
  .hero-reference-subtitle{
    opacity:0 !important;
    pointer-events:none !important;
    user-select:none !important;
  }
}

@media (max-width: 575.98px){
  .hero-reference-shell{
    min-height:285px !important;
    background-size:cover !important;
    background-position:center center !important;
  }

  .hero-reference-top{
    grid-template-columns:auto 1fr !important;
    justify-content:flex-start !important;
    z-index:40 !important;
  }

  .hero-mobile-nav-toggle{
    justify-self:start !important;
  }

  .hero-reference-mini-brand{
    justify-self:start !important;
  }

  .hero-reference-mini-brand img{
    opacity:1 !important;
  }

  .hero-reference-menu{
    top:64px !important;
    left:14px !important;
    right:auto !important;
    z-index:999 !important;
  }
}


/* V1.0.74 quitar línea superior del banner */
.hero-reference-shell{border-top:0 !important;box-shadow:none !important}
.hero-reference{margin-top:0 !important}
@media (max-width: 767.98px){
  .hero-reference-shell{border-top:0 !important}
}






/* V1.0.74 banner exacto sin texto extra ni franjas */
main.store-main > .container{
  padding-top:0 !important;
}
.hero-reference{
  margin:0 0 1.5rem 0 !important;
  padding-top:0 !important;
  background:#000 !important;
}
.hero-reference-shell{
  position:relative !important;
  min-height:420px !important;
  background:#000 url('../img/hero-banner-exact-v56.png') center center/cover no-repeat !important;
  border:0 !important;
  box-shadow:none !important;
  overflow:hidden !important;
}
.hero-reference-shell::before,
.hero-reference-shell::after,
.hero-reference-overlay{display:none !important;content:none !important}
.hero-reference-center{
  display:none !important;
}
.hero-reference-top{
  position:relative !important;
  z-index:3 !important;
  padding:18px 28px 0 !important;
  min-height:72px !important;
  background:transparent !important;
  border:0 !important;
}
.hero-reference-mini-brand{display:none !important}
@media (min-width: 768px){
  .hero-reference-shell{
    min-height:540px !important;
    background-position:center center !important;
    background-size:cover !important;
  }
}
@media (max-width: 767.98px){
  .hero-reference-shell{
    min-height:320px !important;
    background-position:center center !important;
    background-size:cover !important;
  }
  .hero-reference-top{padding:14px 16px 0 !important}
}
@media (max-width: 575.98px){
  .hero-reference-shell{
    min-height:260px !important;
  }
  .hero-reference-top{padding:12px 14px 0 !important}
}


/* V1.0.74 corrección total de banner exacto */
.store-navbar-minimal{display:none !important;}
main.store-main > .container{
  max-width:100% !important;
  width:100% !important;
  padding-top:0 !important;
  padding-left:24px !important;
  padding-right:24px !important;
}
.hero-reference{
  margin-top:0 !important;
  margin-left:-24px !important;
  margin-right:-24px !important;
  padding-top:0 !important;
  background:#000 !important;
}
.hero-reference-shell.hero-reference-shell-v57{
  position:relative !important;
  min-height:auto !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:#000 !important;
  overflow:hidden !important;
}
.hero-reference-shell.hero-reference-shell-v57::before,
.hero-reference-shell.hero-reference-shell-v57::after,
.hero-reference-overlay,
.hero-reference-center,
.hero-reference-mini-brand{
  display:none !important;
  content:none !important;
}
.hero-reference-banner{
  display:block !important;
  width:100% !important;
  height:auto !important;
  max-width:100% !important;
  background:#000 !important;
}
.hero-reference-top{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:5 !important;
  min-height:auto !important;
  padding:28px 36px 0 !important;
  background:transparent !important;
  border:0 !important;
}
@media (max-width: 767.98px){
  main.store-main > .container{padding-left:14px !important;padding-right:14px !important;}
  .hero-reference{margin-left:-14px !important;margin-right:-14px !important;}
  .hero-reference-top{padding:14px 16px 0 !important;}
}
@media (max-width: 575.98px){
  .hero-reference-top{padding:12px 14px 0 !important;}
}


/* V1.0.74 banner corregido real */
.store-navbar-minimal{display:none !important;}
main.store-main > .container{
  max-width:100% !important;
  width:100% !important;
  padding-top:0 !important;
}
.hero-reference{
  width:auto !important;
  margin:0 calc(50% - 50vw) 1.5rem calc(50% - 50vw) !important;
  padding:0 !important;
  background:#000 !important;
}
.hero-reference-shell.hero-reference-shell-v58{
  position:relative !important;
  width:100vw !important;
  min-height:260px !important;
  aspect-ratio:1427 / 594 !important;
  background:#000 url('../img/hero-banner-v58.png') center center / cover no-repeat !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:hidden !important;
}
.hero-reference-shell.hero-reference-shell-v58::before,
.hero-reference-shell.hero-reference-shell-v58::after,
.hero-reference-overlay,
.hero-reference-center,
.hero-reference-mini-brand,
.hero-reference-banner{
  display:none !important;
  content:none !important;
}
.hero-reference-top{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:5 !important;
  min-height:auto !important;
  padding:24px 36px 0 !important;
  background:transparent !important;
  border:0 !important;
}
@media (max-width: 991.98px){
  .hero-reference-shell.hero-reference-shell-v58{min-height:360px !important;}
  .hero-reference-top{padding:18px 22px 0 !important;}
}
@media (max-width: 767.98px){
  .hero-reference-shell.hero-reference-shell-v58{min-height:300px !important;background-position:center center !important;}
  .hero-reference-top{padding:14px 16px 0 !important;}
}
@media (max-width: 575.98px){
  .hero-reference-shell.hero-reference-shell-v58{min-height:240px !important;background-position:center center !important;}
  .hero-reference-top{padding:12px 14px 0 !important;}
}


/* V1.0.74 corrección final desplazamiento banner */
.store-navbar-minimal{
  display:none !important;
}

main.store-main > .container{
  max-width:100% !important;
  width:100% !important;
  padding-top:0 !important;
  padding-left:24px !important;
  padding-right:24px !important;
}

.hero-reference{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  width:auto !important;
  max-width:none !important;
  margin:0 -24px 1.5rem -24px !important;
  padding:0 !important;
  background:#000 !important;
  overflow:hidden !important;
}

.hero-reference-shell.hero-reference-shell-v58{
  position:relative !important;
  left:auto !important;
  right:auto !important;
  width:100% !important;
  max-width:none !important;
  min-height:auto !important;
  aspect-ratio:1427 / 594 !important;
  background:#000 url('../img/hero-banner-v58.png') center center / cover no-repeat !important;
  border:0 !important;
  border-radius:0 !important;
  box-shadow:none !important;
  overflow:hidden !important;
}

.hero-reference-shell.hero-reference-shell-v58::before,
.hero-reference-shell.hero-reference-shell-v58::after,
.hero-reference-overlay,
.hero-reference-center,
.hero-reference-mini-brand,
.hero-reference-banner{
  display:none !important;
  content:none !important;
}

.hero-reference-top{
  position:absolute !important;
  top:0 !important;
  left:0 !important;
  right:0 !important;
  z-index:5 !important;
  min-height:auto !important;
  padding:24px 36px 0 !important;
  background:transparent !important;
  border:0 !important;
}

@media (max-width: 767.98px){
  main.store-main > .container{
    padding-left:14px !important;
    padding-right:14px !important;
  }

  .hero-reference{
    margin-left:-14px !important;
    margin-right:-14px !important;
  }

  .hero-reference-shell.hero-reference-shell-v58{
    min-height:300px !important;
    aspect-ratio:auto !important;
    background-position:center center !important;
  }

  .hero-reference-top{
    padding:14px 16px 0 !important;
  }
}

@media (max-width: 575.98px){
  .hero-reference-shell.hero-reference-shell-v58{
    min-height:240px !important;
    background-position:center center !important;
  }

  .hero-reference-top{
    padding:12px 14px 0 !important;
  }
}


/* V1.0.74 reducir altura del banner */
.hero-reference-shell.hero-reference-shell-v58{
  aspect-ratio: 1427 / 500 !important;
  min-height: 500px !important;
}
@media (max-width: 991.98px){
  .hero-reference-shell.hero-reference-shell-v58{
    min-height: 420px !important;
  }
}
@media (max-width: 767.98px){
  .hero-reference-shell.hero-reference-shell-v58{
    min-height: 260px !important;
  }
}
@media (max-width: 575.98px){
  .hero-reference-shell.hero-reference-shell-v58{
    min-height: 220px !important;
  }
}


/* V1.0.74 página de contacto */
.contact-page{
  padding:24px 0 34px;
}

.contact-topbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  padding:14px 18px;
  margin-bottom:20px;
}

.contact-brand img{
  display:block;
  width:190px;
  max-width:100%;
  height:auto;
}

.contact-nav{
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  flex-wrap:wrap;
}

.contact-nav a{
  color:var(--wine);
  font-weight:800;
  padding:10px 13px;
  border-radius:12px;
  background:rgba(75,19,37,.05);
  border:1px solid rgba(75,19,37,.08);
}

.contact-nav a:hover{
  background:rgba(75,19,37,.09);
}

.contact-hero{
  padding:28px;
  margin-bottom:22px;
  background:linear-gradient(135deg,#fff 0%,#fff8f0 100%);
}

.contact-grid{
  align-items:stretch;
}

.contact-card{
  padding:24px;
}

.contact-card h3,
.contact-map-card h3{
  font-size:1.32rem;
  font-weight:900;
  color:var(--wine);
}

.contact-info-list{
  display:grid;
  gap:16px;
  margin-top:18px;
}

.contact-info-item{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:12px;
  align-items:flex-start;
}

.contact-info-icon{
  width:44px;
  height:44px;
  border-radius:14px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:rgba(75,19,37,.08);
  color:var(--wine);
}

.contact-info-item strong{
  display:block;
  color:#2a1b18;
  margin-bottom:4px;
}

.contact-info-item p{
  margin:0 0 4px;
  color:var(--muted);
  line-height:1.35;
}

.contact-info-item a{
  color:var(--wine);
  font-weight:700;
}

.contact-socials{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:22px;
}

.contact-socials a,
.contact-socials .disabled{
  display:inline-flex;
  align-items:center;
  gap:8px;
  padding:10px 13px;
  border-radius:999px;
  border:1px solid rgba(75,19,37,.10);
  background:#fff;
  font-weight:800;
  color:var(--wine);
}

.contact-socials .disabled{
  color:#9b8a86;
  background:#f7f2ed;
}

.contact-form label{
  font-weight:800;
  color:#3a2525;
}

.contact-form .form-control{
  border-radius:14px;
  border:1px solid rgba(75,19,37,.14);
  min-height:48px;
}

.contact-form textarea.form-control{
  min-height:132px;
}

.contact-map-card{
  padding:24px;
}

.contact-map{
  border-radius:20px;
  overflow:hidden;
  border:1px solid rgba(75,19,37,.10);
  min-height:360px;
}

.contact-map iframe{
  display:block;
  width:100%;
  height:380px;
  border:0;
}

.footer-contact-link{
  color:var(--wine);
  font-weight:800;
}

@media (max-width: 767.98px){
  .contact-page{
    padding-top:14px;
  }

  .contact-topbar{
    align-items:flex-start;
    flex-direction:column;
  }

  .contact-nav{
    justify-content:flex-start;
    width:100%;
  }

  .contact-nav a{
    flex:1 1 calc(50% - 10px);
    text-align:center;
  }

  .contact-hero,
  .contact-card,
  .contact-map-card{
    padding:18px;
  }

  .contact-map,
  .contact-map iframe{
    height:300px;
    min-height:300px;
  }
}


/* V1.0.74 alerta visible en contáctenos */
.contact-alert{
  border-radius:16px;
  padding:14px 18px;
  font-weight:800;
  margin-bottom:18px;
}


/* V1.0.74 ocultar alerta de contacto automáticamente */
.contact-alert{
  transition:opacity .35s ease, transform .35s ease, max-height .35s ease, margin .35s ease, padding .35s ease;
  overflow:hidden;
}
.contact-alert.contact-alert-hide{
  opacity:0;
  transform:translateY(-8px);
  max-height:0;
  margin-top:0 !important;
  margin-bottom:0 !important;
  padding-top:0 !important;
  padding-bottom:0 !important;
  border-width:0 !important;
}

/* V1.0.74 detalle de producto en catálogo */
.btn-outline-wine{border:1px solid rgba(75,19,37,.32);color:#4b1325;background:#fff;border-radius:14px;font-weight:700;box-shadow:none}
.btn-outline-wine:hover{color:#fff;background:#4b1325;border-color:#4b1325;text-decoration:none}
.product-detail-btn{width:100%;justify-content:center;display:inline-flex;align-items:center;min-height:38px;margin-top:2px}
.product-detail-modal-content{border:0;border-radius:26px;box-shadow:0 28px 60px rgba(45,17,18,.20);overflow:hidden}
.product-detail-title{font-family:'Playfair Display',serif;color:#4b1325;font-size:2rem;line-height:1.1}
.product-detail-meta{color:#6d5f65;font-weight:600;margin-top:6px}
.product-detail-close{font-size:2rem;line-height:1;color:#4b1325;opacity:.72}
.product-detail-image-wrap{min-height:320px;border-radius:22px;background:linear-gradient(180deg,#fffdfa 0%,#f8efe5 100%);border:1px solid rgba(75,19,37,.08);display:flex;align-items:center;justify-content:center;overflow:hidden;padding:16px;position:relative}
.product-detail-image-wrap img{max-width:100%;max-height:320px;width:auto;height:auto;object-fit:contain;display:none}
.product-detail-image-wrap.has-image img{display:block}
.product-detail-image-wrap.has-image .product-detail-image-fallback{display:none}
.product-detail-image-fallback{font-size:4rem;color:#4b1325;opacity:.24}
.product-detail-section-title{font-weight:800;color:#4b1325;font-size:1.05rem;margin-bottom:10px}
.product-detail-description{white-space:pre-wrap;color:#2d1b1f;font-size:1rem;line-height:1.6;background:#fffdf9;border:1px solid rgba(75,19,37,.08);border-radius:18px;padding:16px;min-height:160px}
@media (max-width: 767.98px){.product-detail-title{font-size:1.65rem}.product-detail-image-wrap{min-height:230px}.product-detail-image-wrap img{max-height:230px}}

/* V1.0.74 menú principal responsive con categorías visibles en móvil/tablet */
@media (max-width: 991.98px){
  .hero-reference,
  .hero-reference-shell.hero-reference-shell-v58{
    overflow:visible !important;
  }

  .hero-reference-top{
    position:absolute !important;
    top:0 !important;
    left:0 !important;
    right:0 !important;
    z-index:1100 !important;
    display:flex !important;
    align-items:flex-start !important;
    justify-content:flex-start !important;
    padding:14px 16px 0 !important;
    pointer-events:none !important;
  }

  .hero-mobile-nav-toggle{
    display:inline-flex !important;
    position:relative !important;
    z-index:1102 !important;
    flex:0 0 auto !important;
    width:46px !important;
    height:46px !important;
    pointer-events:auto !important;
  }

  .hero-reference-menu{
    display:none !important;
    position:absolute !important;
    top:68px !important;
    left:16px !important;
    right:16px !important;
    width:auto !important;
    max-width:none !important;
    max-height:calc(100vh - 88px) !important;
    overflow-y:auto !important;
    overscroll-behavior:contain !important;
    padding:14px !important;
    border-radius:18px !important;
    background:rgba(15,7,9,.97) !important;
    border:1px solid rgba(255,255,255,.12) !important;
    box-shadow:0 22px 50px rgba(0,0,0,.38) !important;
    backdrop-filter:blur(10px) !important;
    z-index:1101 !important;
    pointer-events:auto !important;
  }

  .hero-reference-menu.is-mobile-open{
    display:flex !important;
    flex-direction:column !important;
    align-items:stretch !important;
    justify-content:flex-start !important;
    gap:8px !important;
  }

  .hero-reference-menu > a,
  .hero-reference-dropdown-toggle,
  .hero-reference-search{
    width:100% !important;
    min-height:42px !important;
    display:flex !important;
    align-items:center !important;
    justify-content:flex-start !important;
    gap:10px !important;
    padding:10px 12px !important;
    border-radius:13px !important;
    background:rgba(255,255,255,.07) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    color:#fff !important;
    font-size:.94rem !important;
    font-weight:800 !important;
    line-height:1.2 !important;
    white-space:normal !important;
    text-align:left !important;
    text-shadow:none !important;
  }

  .hero-reference-dropdown{
    width:100% !important;
    position:relative !important;
  }

  .hero-reference-dropdown-toggle i{
    margin-left:auto !important;
  }

  .hero-reference-dropdown-menu{
    position:static !important;
    display:none !important;
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
    max-height:46vh !important;
    overflow-y:auto !important;
    margin:8px 0 0 !important;
    padding:8px !important;
    border-radius:13px !important;
    background:rgba(255,255,255,.06) !important;
    border:1px solid rgba(255,255,255,.10) !important;
    box-shadow:none !important;
  }

  .hero-reference-dropdown.is-open .hero-reference-dropdown-menu{
    display:grid !important;
    gap:6px !important;
  }

  .hero-reference-dropdown-menu a{
    display:block !important;
    width:100% !important;
    padding:10px 12px !important;
    border-radius:11px !important;
    background:rgba(255,255,255,.07) !important;
    color:#fff !important;
    font-size:.9rem !important;
    font-weight:700 !important;
    line-height:1.25 !important;
    white-space:normal !important;
    text-align:left !important;
  }

  .hero-reference-dropdown-menu a:hover{
    background:rgba(255,255,255,.12) !important;
    color:#f3dfbf !important;
  }
}

@media (max-width: 575.98px){
  .hero-reference-top{
    padding:12px 14px 0 !important;
  }

  .hero-reference-menu{
    top:64px !important;
    left:14px !important;
    right:14px !important;
    max-height:calc(100vh - 82px) !important;
    padding:12px !important;
  }

  .hero-reference-menu > a,
  .hero-reference-dropdown-toggle,
  .hero-reference-search{
    min-height:40px !important;
    font-size:.9rem !important;
  }
}


/* V1.0.79 comprobante de transferencia */
.payment-receipt-help{font-size:.82rem;color:#6b7280;margin-top:4px}
.payment-receipt-preview{margin-top:8px;font-size:.82rem;color:#4b1325;font-weight:700}
.payment-receipt-preview img{display:block;max-width:120px;max-height:90px;border-radius:10px;border:1px solid rgba(75,19,37,.12);margin-top:6px;object-fit:cover;background:#fff}

/* V1.0.79 modal de búsqueda de productos */
.product-search-modal-content{
  border:0;
  border-radius:24px;
  overflow:hidden;
  box-shadow:0 22px 60px rgba(20,8,14,.24);
}
.product-search-title{
  color:var(--wine);
  font-weight:800;
  font-size:1.45rem;
}
.product-search-sub{
  color:var(--muted);
  font-size:.94rem;
  margin-top:2px;
}
.product-search-close{
  width:42px;
  height:42px;
  border-radius:50%;
  background:#f8f1ec!important;
  color:var(--wine)!important;
  opacity:1;
}
.product-search-input-group .form-control{
  min-height:52px;
  border-radius:16px 0 0 16px;
  border:1px solid rgba(75,19,37,.16);
  box-shadow:none;
}
.product-search-input-group .btn{
  min-width:130px;
  border-radius:0 16px 16px 0;
}
.product-search-results{
  display:flex;
  flex-direction:column;
  gap:10px;
  margin-top:16px;
  max-height:52vh;
  overflow:auto;
  padding-right:2px;
}
.product-search-item{
  display:flex;
  align-items:center;
  gap:12px;
  padding:10px;
  border:1px solid rgba(75,19,37,.10);
  border-radius:18px;
  background:#fff;
}
.product-search-link{
  display:flex;
  align-items:center;
  gap:12px;
  min-width:0;
  flex:1 1 auto;
  color:inherit;
  text-decoration:none!important;
}
.product-search-thumb{
  width:70px;
  height:70px;
  border-radius:16px;
  background:#f7eee7;
  display:flex;
  align-items:center;
  justify-content:center;
  color:var(--wine);
  flex:0 0 auto;
  overflow:hidden;
}
.product-search-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.product-search-info{
  min-width:0;
}
.product-search-name{
  font-weight:800;
  color:#26121a;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.product-search-meta,
.product-search-price{
  color:var(--muted);
  font-size:.9rem;
  line-height:1.25;
}
.product-search-price{
  color:var(--wine);
  font-weight:700;
  margin-top:2px;
}
.product-search-add-form{
  flex:0 0 auto;
}
.product-search-empty{
  display:none;
  margin-top:16px;
  padding:16px;
  border-radius:16px;
  background:#f9f3ef;
  color:var(--muted);
  text-align:center;
}
@media (max-width:575.98px){
  .product-search-input-group{
    display:block;
  }
  .product-search-input-group .form-control,
  .product-search-input-group .btn{
    width:100%;
    border-radius:14px!important;
  }
  .product-search-input-group .btn{
    margin-top:8px;
  }
  .product-search-item{
    align-items:flex-start;
    flex-direction:column;
  }
  .product-search-link,
  .product-search-add-form,
  .product-search-add-form .btn{
    width:100%;
  }
  .product-search-link{
    align-items:flex-start;
  }
}

/* V1.0.79 ajuste responsive general sin alterar funciones */
*,*::before,*::after{box-sizing:border-box}
html,body{max-width:100%;overflow-x:hidden}
img,svg,video,canvas,iframe{max-width:100%}
.store-main,.store-card,.dashboard-card,.modal-content,.cart-modal-panel,.status-box,.contact-card,.contact-map-card,.product-card{min-width:0}
.form-control,.form-control-file,.btn,button,a{max-width:100%}
.btn{white-space:normal}
.text-break,code,.font-weight-bold,.summary-row b,.status-item b,.cart-item-title,.cart-modal-item-name,.product-search-name,.product-detail-description{overflow-wrap:anywhere;word-break:normal}

.modal-dialog{max-width:calc(100% - 1.5rem)}
.modal-content{max-height:calc(100vh - 1.5rem)}
.modal-dialog-scrollable .modal-content{max-height:calc(100vh - 1.5rem)}
.modal-dialog-scrollable .modal-body{overflow-y:auto}

.checkout-form .form-control,
.contact-form .form-control,
.dashboard-card .form-control,
.product-search-input-group .form-control{width:100%}

.cart-item-top,.cart-modal-item-top{min-width:0}
.cart-item-top>div:first-child,.cart-modal-item-top>div:first-child{min-width:0;flex:1 1 auto}
.cart-item-price,.cart-modal-item-price{flex:0 0 auto}
.cart-item-actions,.cart-modal-item-actions{min-width:0}
.cart-update-form{min-width:0}
.cart-qty-control{max-width:100%}

.summary-row{min-width:0}
.summary-row span,.summary-row b{min-width:0}
.status-chip-animated{max-width:100%;white-space:normal}
.timeline{min-width:0}
.timeline-step{min-width:0}

.product-search-modal .modal-dialog,
.product-detail-modal .modal-dialog{width:calc(100% - 1.5rem)}
.product-search-link,.product-search-info{min-width:0}
.product-search-item{min-width:0}

.footer-card{min-width:0}
.footer-meta-wrap{min-width:0}
.footer-logo-wide{flex:0 1 220px}

@media (max-width: 991.98px){
  .cart-modal-content{border-radius:22px}
  .cart-modal-panel{height:auto}
  .cart-modal-checkout{margin-top:0}
  .dashboard-body .container-fluid{padding-left:14px!important;padding-right:14px!important}
  .dashboard-card{border-radius:22px}
  .contact-topbar{gap:12px}
}

@media (max-width: 767.98px){
  main.store-main > .container{padding-left:12px!important;padding-right:12px!important}
  .hero-reference{margin-left:-12px!important;margin-right:-12px!important}
  .section-title{font-size:1.65rem;line-height:1.08}
  .catalog-tools-head{align-items:stretch}
  .catalog-search-form,.search-inline,.search-inline .btn,.filters-row,.filters-row .filter-pill{width:100%}
  .search-inline{flex-direction:column;gap:10px}
  .filter-pill{justify-content:center}
  .product-grid-only{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important}
  .product-card{border-radius:18px}
  .product-media{height:190px!important}
  .product-bottom-row{align-items:stretch!important}
  .product-price{text-align:left}
  .cart-card{position:static!important;top:auto!important}
  .cart-item-top,.cart-modal-item-top{gap:8px}
  .cart-item-price,.cart-modal-item-price{text-align:left!important;min-width:0;width:100%}
  .cart-item-actions,.cart-modal-item-actions{align-items:stretch!important}
  .cart-update-form,.cart-update-form .btn,.cart-update-form .cart-qty-control{width:100%}
  .cart-qty-control{justify-content:space-between}
  .cart-modal-list{max-height:none;overflow:visible;padding-right:0}
  .status-box{padding:18px}
  .summary-row{align-items:flex-start;gap:6px}
  .summary-row:not(.total){flex-direction:column}
  .timeline-step{flex:1 1 100%}
  #trackItemsWrap .cart-item .d-flex{flex-direction:column!important;align-items:flex-start!important}
  #trackItemsWrap .text-right{text-align:left!important;width:100%}
  .contact-info-item{grid-template-columns:40px 1fr;gap:10px}
  .contact-socials a,.contact-socials .disabled{flex:1 1 100%;justify-content:center;text-align:center}
  .footer-card{flex-direction:column;align-items:flex-start}
  .footer-logo-wide{width:190px;flex:0 1 auto}
  .footer-meta-wrap{text-align:left;width:100%}
}

@media (max-width: 575.98px){
  body{font-size:15px}
  .container,.container-fluid{max-width:100%}
  .store-card,.dashboard-card,.cart-modal-panel,.status-box,.contact-card,.contact-map-card{border-radius:18px}
  .section-title{font-size:1.48rem}
  .hero-reference-shell.hero-reference-shell-v58{min-height:210px!important;background-position:center center!important}
  .hero-reference-menu{left:12px!important;right:12px!important;top:62px!important;width:auto!important;max-width:none!important}
  .product-grid-only{grid-template-columns:1fr!important;gap:14px!important}
  .product-media{height:178px!important}
  .product-detail-title,.product-search-title{font-size:1.35rem}
  .product-detail-image-wrap{min-height:210px}
  .product-detail-description{min-height:auto;padding:14px}
  .product-search-modal .modal-dialog,
  .product-detail-modal .modal-dialog,
  #cartModal .modal-dialog{width:auto;margin:.5rem;max-width:calc(100% - 1rem)}
  .product-search-modal-content,.product-detail-modal-content,.cart-modal-content{border-radius:18px}
  .product-search-item{padding:9px}
  .product-search-thumb{width:58px;height:58px;border-radius:14px}
  .product-search-link{gap:10px}
  .product-search-results{max-height:50vh}
  .cart-modal-title{font-size:1.55rem}
  .cart-modal-panel,.cart-modal-item,.cart-item,.payment-box{padding:14px}
  .checkout-form textarea{min-height:86px}
  .success-icon{width:72px;height:72px;border-radius:22px;font-size:30px}
  .page-logo,.dashboard-logo{width:min(100%,190px)}
  .dashboard-title{font-size:1.45rem}
  .dashboard-body .container,.dashboard-body .container-fluid{padding-left:12px!important;padding-right:12px!important}
  .contact-nav a{flex:1 1 100%}
  .contact-map,.contact-map iframe{height:260px;min-height:260px}
}

@media (max-width: 380px){
  .hero-reference-shell.hero-reference-shell-v58{min-height:190px!important}
  .hero-mobile-nav-toggle{width:42px!important;height:42px!important}
  .hero-reference-menu > a,.hero-reference-dropdown-toggle,.hero-reference-search{font-size:.86rem!important}
  .product-media{height:165px!important}
  .btn-wine,.btn-soft{padding:.68rem .85rem}
  .cart-qty-btn{width:34px;height:34px}
  .cart-qty-number{height:34px}
}

/* V1.0.79 búsqueda móvil: modal siempre sobre el menú */
body.product-search-modal-open .hero-reference-menu,
body.product-search-modal-open .hero-mobile-nav-toggle{
  display:none !important;
}
body.product-search-modal-open .modal-backdrop{
  z-index:11990 !important;
}
.product-search-modal{
  z-index:12000 !important;
}
.product-search-modal .modal-dialog{
  z-index:12001 !important;
}

/* V1.0.79 menú móvil nunca encima/detrás de modales */
body.modal-open .hero-reference-top,
body.any-modal-open .hero-reference-top,
body.product-search-modal-open .hero-reference-top{
  z-index:1 !important;
  pointer-events:none !important;
}
body.modal-open .hero-reference-menu,
body.modal-open .hero-mobile-nav-toggle,
body.any-modal-open .hero-reference-menu,
body.any-modal-open .hero-mobile-nav-toggle,
body.product-search-modal-open .hero-reference-menu,
body.product-search-modal-open .hero-mobile-nav-toggle{
  display:none !important;
  visibility:hidden !important;
  opacity:0 !important;
  pointer-events:none !important;
}
.modal-backdrop{
  z-index:13000 !important;
}
.modal{
  z-index:13010 !important;
}
.modal .modal-dialog{
  position:relative;
  z-index:13020 !important;
}
@media (max-width:991.98px){
  body.modal-open .hero-reference,
  body.any-modal-open .hero-reference{
    overflow:hidden !important;
  }
}
