:root{--red:#ed111f;--red-dark:#b40813;--black:#080808;--navy:#0d1830;--text:#111318;--muted:#68707d;--line:#e6e7eb;--soft:#f5f6f8;--white:#fff;--radius:22px;--shadow:0 18px 50px rgba(10,15,30,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,Helvetica,sans-serif;color:var(--text);background:#fff}a{color:inherit;text-decoration:none}img{max-width:100%;display:block}.container{width:min(1200px,calc(100% - 32px));margin:auto}.site-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.96);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.nav-wrap{min-height:82px;display:flex;align-items:center;justify-content:space-between;gap:24px}.brand img{width:205px;height:66px;object-fit:contain}.main-nav{display:flex;align-items:center;gap:7px;flex-wrap:wrap;justify-content:flex-end}.main-nav a{padding:10px 13px;border-radius:999px;font-weight:800;font-size:14px}.main-nav a:hover{background:#f1f2f4;color:var(--red)}.menu-toggle{display:none;border:0;background:var(--black);color:#fff;padding:11px 15px;border-radius:12px;font-weight:900}.hero-slider{position:relative;background:#060606;overflow:hidden}.slides{position:relative;min-height:clamp(540px,43vw,650px)}.slide{position:absolute;inset:0;opacity:0;pointer-events:none;overflow:hidden;background:#060606;transition:opacity .55s ease}.slide.active{opacity:1;pointer-events:auto}.slide-media{position:absolute;z-index:0;top:0;right:0;width:60%;height:100%;display:grid;gap:3px;overflow:hidden;background:#111}.slide-media-item{min-width:0;min-height:0;margin:0;display:flex;align-items:center;justify-content:center;overflow:hidden;background:#f5f5f5}.slide-media-count-1{grid-template-columns:1fr}.slide-media-count-2{grid-template-columns:repeat(2,minmax(0,1fr))}.slide-media-count-3{grid-template-columns:minmax(0,1.32fr) minmax(0,.68fr);grid-template-rows:repeat(2,minmax(0,1fr))}.slide-media-count-3 .slide-media-item:first-child{grid-row:1/3}.slide-media-count-4{grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr))}.slide-bg{display:block;width:100%;height:100%;object-fit:contain;object-position:center;padding:10px}.slide-mobile-media{display:none}.slide::after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(90deg,#060606 0%,#060606 34%,rgba(6,6,6,.96) 40%,rgba(6,6,6,.7) 47%,rgba(6,6,6,.18) 55%,transparent 63%);pointer-events:none}.hero-slider .slide-content{position:relative;z-index:2;width:100%;max-width:none;margin:0;min-height:clamp(540px,43vw,650px);display:flex;flex-direction:column;justify-content:center;align-items:flex-start;color:#fff;padding:72px 64% 86px clamp(72px,8vw,150px)}.slide-content h1,.slide-content h2{font-size:clamp(38px,4.8vw,70px);line-height:.96;max-width:560px;margin:0 0 18px;text-transform:uppercase}.slide-content p{max-width:520px;font-size:clamp(17px,1.45vw,22px);line-height:1.45;margin:0 0 28px;color:#f0f1f4}.slider-arrow{position:absolute;z-index:4;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:50%;border:1px solid rgba(255,255,255,.42);background:rgba(0,0,0,.35);color:#fff;font-size:28px;cursor:pointer}.slider-arrow.prev{left:18px}.slider-arrow.next{right:18px}.slider-dots{position:absolute;z-index:4;left:50%;bottom:24px;transform:translateX(-50%);display:flex;gap:8px}.slider-dot{width:10px;height:10px;border-radius:50%;border:0;background:rgba(255,255,255,.5);padding:0}.slider-dot.active{width:30px;border-radius:999px;background:var(--red)}@media(max-width:850px){.slides{min-height:720px}.slide{background:#090909}.slide-media{display:none}.slide-mobile-media{position:absolute;z-index:0;display:flex;align-items:center;justify-content:center;top:0;left:0;width:100%;height:49%;overflow:hidden;background:#f3f3f3}.slide-mobile-media img{width:100%;height:100%;object-fit:contain;object-position:center;padding:8px}.slide::after{background:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.02) 38%,rgba(0,0,0,.5) 48%,#090909 60%,#090909 100%)}.hero-slider .slide-content{min-height:720px;padding:355px 22px 96px;justify-content:flex-end}.slide-content h1,.slide-content h2{max-width:100%;font-size:clamp(34px,8vw,52px)}.slide-content p{max-width:100%;font-size:17px}.slider-arrow{display:none}}
.fallback-hero{min-height:570px;background:radial-gradient(circle at 85% 30%,rgba(237,17,31,.42),transparent 34%),linear-gradient(135deg,#090909,#151820);color:#fff;display:flex;align-items:center}.fallback-hero h1{font-size:clamp(42px,7vw,86px);line-height:.95;margin:0 0 22px;max-width:850px;text-transform:uppercase}.fallback-hero p{font-size:21px;max-width:700px;color:#dde0e6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:14px;padding:14px 20px;font-weight:900;cursor:pointer}.btn-red{background:var(--red);color:#fff;box-shadow:0 12px 24px rgba(237,17,31,.25)}.btn-red:hover{background:var(--red-dark)}.btn-dark{background:var(--black);color:#fff}.btn-outline{border:1px solid var(--line);background:#fff}.search-band{position:relative;z-index:8;margin-top:-34px}.search-shell{background:#fff;border-radius:20px;box-shadow:var(--shadow);padding:18px;display:grid;grid-template-columns:1fr auto;gap:12px;border:1px solid rgba(255,255,255,.8)}.search-shell input{width:100%;border:1px solid var(--line);border-radius:14px;padding:16px 18px;font-size:17px;outline:none}.search-shell input:focus{border-color:var(--red);box-shadow:0 0 0 4px rgba(237,17,31,.1)}.section{padding:72px 0}.section.soft{background:var(--soft)}.section-head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:28px}.section-head h2{font-size:clamp(28px,4vw,44px);margin:0}.section-head p{color:var(--muted);margin:8px 0 0}.section-link{font-weight:900;color:var(--red)}.configurable-section .section-head h2{font-size:var(--section-title-size,44px)}.configurable-section .section-head p{font-size:var(--section-subtitle-size,16px)}.configurable-section .visual-card h3{font-size:var(--card-title-size,24px)}.visual-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.visual-card{position:relative;min-height:260px;border-radius:var(--radius);overflow:hidden;background:#111;color:#fff;box-shadow:var(--shadow)}.visual-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.75;transition:transform .35s}.visual-card:hover img{transform:scale(1.05)}.visual-card::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 28%,rgba(0,0,0,.9))}.visual-card-content{position:absolute;z-index:2;left:20px;right:20px;bottom:20px}.visual-card h3{font-size:24px;margin:0 0 5px}.visual-card span{color:#e8e9ec}.product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:20px}.product-card{border:1px solid var(--line);border-radius:20px;overflow:hidden;background:#fff;display:flex;flex-direction:column;min-width:0;transition:.2s;box-shadow:0 7px 24px rgba(10,15,30,.06)}.product-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.product-image{position:relative;aspect-ratio:1/1;background:#fff}.product-image img{width:100%;height:100%;object-fit:contain;padding:14px}.stock-badge{position:absolute;top:12px;left:12px;padding:7px 10px;border-radius:999px;font-size:12px;font-weight:900}.stock-badge.disponible{background:#e4f8ea;color:#12612a}.stock-badge.ultimo{background:#fff4cf;color:#795300}.stock-badge.agotado{background:#fee7e9;color:#a50b16}.product-body{padding:17px;display:flex;flex-direction:column;flex:1}.eyebrow{font-size:12px;text-transform:uppercase;color:var(--red);font-weight:900;letter-spacing:.04em}.product-card h3{font-size:19px;margin:7px 0}.variant-line{font-size:13px;font-weight:800;margin:0 0 9px;color:#343a45}.product-copy{color:var(--muted);font-size:14px;line-height:1.45;margin:0 0 16px}.product-foot{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.price{font-size:19px}.shipping-strip{background:var(--navy);color:#fff}.shipping-inner{min-height:170px;display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:35px}.shipping-icon{font-size:50px}.shipping-inner h3{font-size:30px;margin:0 0 8px}.shipping-inner p{color:#d7dce6;margin:0}.shipping-divider{height:75px;width:1px;background:rgba(255,255,255,.25)}.catalog-head{padding:54px 0 30px;background:linear-gradient(135deg,#f8f8f9,#fff)}.catalog-head h1{font-size:clamp(36px,5vw,64px);margin:0 0 12px}.filters{display:grid;grid-template-columns:2fr 1fr 1fr auto;gap:12px;margin-top:25px}.filters input,.filters select{width:100%;padding:14px 15px;border:1px solid var(--line);border-radius:13px;background:#fff;font-size:15px}.results-meta{margin:0 0 20px;color:var(--muted)}.pagination{display:flex;justify-content:center;gap:8px;margin-top:35px}.pagination a,.pagination span{padding:10px 13px;border:1px solid var(--line);border-radius:11px;font-weight:800}.pagination .active{background:var(--red);color:#fff;border-color:var(--red)}.detail{padding:44px 0 75px}.detail-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(360px,.9fr);gap:42px}.gallery{display:grid;grid-template-columns:90px 1fr;gap:14px}.thumb-list{display:flex;flex-direction:column;gap:10px}.thumb{border:2px solid transparent;background:#fff;border-radius:13px;padding:5px;aspect-ratio:1/1;cursor:pointer}.thumb.active{border-color:var(--red)}.thumb img{width:100%;height:100%;object-fit:contain}.main-photo{aspect-ratio:1/1;background:#fff;border:1px solid var(--line);border-radius:24px;display:flex;align-items:center;justify-content:center;overflow:hidden}.main-photo img{width:100%;height:100%;object-fit:contain;padding:18px}.detail-info .eyebrow{font-size:14px}.detail-info h1{font-size:clamp(36px,5vw,58px);line-height:1.02;margin:10px 0 18px}.detail-price{font-size:36px;margin:18px 0}.detail-specs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:20px 0}.spec{background:var(--soft);border-radius:14px;padding:13px}.spec small{display:block;color:var(--muted);text-transform:uppercase;font-weight:800;margin-bottom:4px}.description-block{border-top:1px solid var(--line);padding-top:22px;margin-top:22px;line-height:1.65;color:#333}.variant-links{display:flex;flex-wrap:wrap;gap:8px;margin-top:20px}.variant-links a{border:1px solid var(--line);padding:9px 12px;border-radius:999px;font-size:13px;font-weight:800}.variant-links a.active{background:var(--black);color:#fff}.site-footer{background:#070707;color:#fff;padding:55px 0}.footer-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:30px}.footer-logo{width:230px;background:#fff;border-radius:12px;padding:6px}.footer-grid div{display:flex;flex-direction:column;gap:10px}.footer-grid a,.footer-grid span,.footer-grid p{color:#c7cad0}.empty{padding:55px;text-align:center;border:1px dashed #cfd2d8;border-radius:20px;background:#fff}.admin-note{background:#eef5ff;border:1px solid #c8ddff;padding:12px 15px;border-radius:12px;color:#184b9b}
@media(max-width:1000px){.visual-grid,.product-grid{grid-template-columns:repeat(2,1fr)}.main-nav{display:none;position:absolute;left:16px;right:16px;top:76px;background:#fff;padding:14px;border-radius:15px;box-shadow:var(--shadow);flex-direction:column;align-items:stretch}.main-nav.open{display:flex}.menu-toggle{display:block}.filters{grid-template-columns:1fr 1fr}.filters .search-field{grid-column:1/-1}.detail-grid{grid-template-columns:1fr}.shipping-inner{grid-template-columns:1fr}.shipping-divider{width:100%;height:1px}}
@media(max-width:650px){.container{width:min(100% - 22px,1200px)}.brand img{width:160px}.hero-slider .slide-content{padding:350px 18px 98px}.slide-content h1,.slide-content h2{font-size:clamp(34px,11vw,48px);line-height:.98}.slide-content p{font-size:17px;line-height:1.5}.search-shell{grid-template-columns:1fr}.section{padding:52px 0}.section-head{align-items:start;flex-direction:column}.visual-grid,.product-grid{grid-template-columns:1fr}.visual-card{min-height:230px}.filters{grid-template-columns:1fr}.filters .search-field{grid-column:auto}.gallery{grid-template-columns:1fr}.thumb-list{order:2;flex-direction:row;overflow:auto}.thumb{min-width:72px;width:72px}.detail-specs{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.product-foot{align-items:flex-start;flex-direction:column}.product-foot .btn{width:100%}}

.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}.detail-lead{font-size:1.05rem;line-height:1.65;color:#4b5563;margin:0 0 18px}.description-block h2{font-size:1.15rem;margin:24px 0 8px}

/* Etiquetas comerciales: Liquidación y Descuento */
.filters{grid-template-columns:2fr 1fr 1fr 1fr auto}
.nav-sale{font-weight:950!important}.nav-liquidacion{color:#c20c18}.nav-descuento{color:#8a5a00}
.sale-ribbon{position:absolute;z-index:3;top:18px;right:-42px;width:170px;padding:9px 10px;text-align:center;transform:rotate(38deg);font-size:12px;font-weight:950;letter-spacing:.045em;text-transform:uppercase;box-shadow:0 8px 18px rgba(0,0,0,.2)}
.sale-ribbon.liquidacion{background:#ed111f;color:#fff}.sale-ribbon.descuento{background:#ffc928;color:#161616}
.price-wrap{display:flex;flex-direction:column;align-items:flex-start;line-height:1.05}.old-price{font-size:13px;color:#8a9099;font-weight:700;margin-bottom:4px}.has-sale-label .price{color:#c20c18}
.detail-sale-label{display:inline-flex;align-items:center;border-radius:999px;padding:9px 14px;margin:0 0 10px;font-size:13px;font-weight:950;text-transform:uppercase;letter-spacing:.05em}.detail-sale-label.liquidacion{background:#ed111f;color:#fff}.detail-sale-label.descuento{background:#ffc928;color:#161616}.detail-price-wrap{display:flex;align-items:baseline;gap:13px;flex-wrap:wrap;margin:18px 0}.detail-old-price{font-size:20px;color:#858b94}.detail-price-wrap .detail-price{margin:0}.sale-saving{font-size:14px;font-weight:900;color:#c20c18}
@media(max-width:1000px){.filters{grid-template-columns:1fr 1fr}.filters .search-field{grid-column:1/-1}}
@media(max-width:650px){.filters{grid-template-columns:1fr}.filters .search-field{grid-column:auto}}

/* Secciones configurables de Liquidación y Descuentos en la portada */
.promo-section{position:relative;border-top:4px solid transparent}
.promo-liquidacion{border-top-color:#ed111f}
.promo-descuento{border-top-color:#ffc928}
.promo-section .section-head h2{display:flex;align-items:center;gap:12px}
.promo-section .section-head h2::before{content:"";width:12px;height:12px;border-radius:999px;flex:0 0 auto;background:#ed111f;box-shadow:0 0 0 6px rgba(237,17,31,.1)}
.promo-descuento .section-head h2::before{background:#ffc928;box-shadow:0 0 0 6px rgba(255,201,40,.16)}

/* Ciclomaz: promociones en 5 columnas para que el quinto artículo no quede debajo */
@media (min-width:1180px){
  .promo-section .product-grid{grid-template-columns:repeat(var(--promo-columns,4),minmax(0,1fr));gap:18px}
}


/* =========================================================
   BICICLETAS POR MODALIDAD
   ========================================================= */
.bike-modalities-hero{
    padding:54px 0 26px;
    background:
        radial-gradient(circle at 12% 15%,rgba(237,17,31,.08),transparent 34%),
        #fff;
}
.bike-modalities-kicker{
    display:inline-block;
    color:var(--red);
    font-size:12px;
    font-weight:950;
    letter-spacing:.09em;
    margin-bottom:8px;
}
.bike-modalities-hero h1{
    margin:0;
    font-size:clamp(36px,5vw,60px);
    line-height:.98;
    letter-spacing:-.04em;
}
.bike-modalities-hero p{
    max-width:720px;
    margin:15px 0 0;
    color:var(--muted);
    font-size:17px;
    line-height:1.55;
}
.bike-modalities-section{padding-top:24px}
.bike-modality-grid{
    display:grid;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:20px;
}
.bike-modality-card{
    display:block;
    overflow:hidden;
    border:1px solid var(--line);
    border-radius:24px;
    background:#fff;
    color:inherit;
    box-shadow:0 8px 30px rgba(10,15,30,.07);
    transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease;
}
.bike-modality-card:hover{
    transform:translateY(-5px);
    border-color:rgba(237,17,31,.34);
    box-shadow:0 18px 42px rgba(10,15,30,.12);
}
.bike-modality-image{
    aspect-ratio:4/3;
    background:#f7f8fa;
    overflow:hidden;
}
.bike-modality-image img{
    width:100%;
    height:100%;
    object-fit:contain;
    padding:16px;
    transition:transform .28s ease;
}
.bike-modality-card:hover .bike-modality-image img{transform:scale(1.045)}
.bike-modality-body{padding:18px 19px 20px}
.bike-modality-body>span{
    color:var(--red);
    font-size:10px;
    font-weight:950;
    letter-spacing:.08em;
}
.bike-modality-body h2{
    margin:5px 0 7px;
    font-size:26px;
    line-height:1;
}
.bike-modality-body p{
    margin:0;
    color:var(--muted);
    font-size:13px;
    font-weight:750;
}
.bike-modalities-all{
    display:flex;
    justify-content:center;
    margin-top:28px;
}
.bike-back-modalities{
    display:inline-flex;
    margin-bottom:10px;
    color:var(--red);
    font-weight:900;
    font-size:13px;
}
@media(max-width:1050px){
    .bike-modality-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:760px){
    .bike-modalities-hero{padding:34px 0 16px}
    .bike-modalities-hero p{font-size:15px}
    .bike-modality-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}
    .bike-modality-card{border-radius:18px}
    .bike-modality-body{padding:14px}
    .bike-modality-body h2{font-size:21px}
}
@media(max-width:460px){
    .bike-modality-grid{grid-template-columns:1fr}
    .bike-modality-image{aspect-ratio:16/9}
}


/* =========================================================
   BICICLETAS — MARCAS COMO SEGUNDO NIVEL
   ========================================================= */
.bike-brands-section{
    margin-top:42px;
    padding-top:30px;
    border-top:1px solid var(--line);
}
.bike-brands-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:16px;
}
.bike-brands-head span{
    display:block;
    color:var(--red);
    font-size:10px;
    font-weight:950;
    letter-spacing:.08em;
}
.bike-brands-head h2{
    margin:4px 0 0;
    font-size:28px;
    line-height:1;
}
.bike-brands-head p{
    margin:0;
    color:var(--muted);
    font-size:13px;
}
.bike-brand-strip{
    display:flex;
    gap:10px;
    overflow-x:auto;
    padding:2px 2px 10px;
    scrollbar-width:thin;
}
.bike-brand-chip{
    flex:0 0 auto;
    min-width:150px;
    display:flex;
    flex-direction:column;
    gap:4px;
    padding:13px 16px;
    border:1px solid var(--line);
    border-radius:14px;
    background:#fff;
    color:inherit;
    transition:border-color .18s ease,transform .18s ease,background .18s ease;
}
.bike-brand-chip:hover{
    transform:translateY(-2px);
    border-color:rgba(237,17,31,.38);
    background:#fffafa;
}
.bike-brand-chip strong{
    font-size:14px;
    line-height:1.15;
}
.bike-brand-chip span{
    color:var(--muted);
    font-size:11px;
    font-weight:700;
}

.modality-brand-filter{
    display:flex;
    gap:8px;
    overflow-x:auto;
    margin:18px 0 14px;
    padding:2px 0 8px;
    scrollbar-width:thin;
}
.modality-brand-pill{
    flex:0 0 auto;
    display:inline-flex;
    align-items:center;
    gap:7px;
    min-height:38px;
    padding:8px 13px;
    border:1px solid var(--line);
    border-radius:999px;
    background:#fff;
    color:#171717;
    font-size:12px;
    font-weight:850;
    white-space:nowrap;
    transition:.18s ease;
}
.modality-brand-pill:hover{
    border-color:rgba(237,17,31,.42);
    color:var(--red);
}
.modality-brand-pill span{
    min-width:22px;
    height:22px;
    padding:0 6px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:999px;
    background:#f2f4f7;
    color:#667085;
    font-size:10px;
    font-weight:900;
}
.modality-brand-pill.active{
    background:#111;
    border-color:#111;
    color:#fff;
}
.modality-brand-pill.active span{
    background:rgba(255,255,255,.16);
    color:#fff;
}
@media(max-width:760px){
    .bike-brands-section{margin-top:30px;padding-top:24px}
    .bike-brands-head{display:block}
    .bike-brands-head h2{font-size:24px}
    .bike-brands-head p{margin-top:7px}
    .bike-brand-chip{min-width:135px;padding:12px 14px}
    .modality-brand-filter{margin-top:14px}
}


/* =========================================================
   CATÁLOGO V13 — FILTROS TIPO AMAZON, ESTILO CICLOMAZ
   ========================================================= */
.catalog-head-results{
    padding:38px 0 22px;
}
.catalog-results-shell{
    width:min(1460px,calc(100% - 32px)) !important;
}
.catalog-title-row{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
}
.catalog-title-row h1{
    margin-bottom:8px;
}
.catalog-search-sort{
    margin-top:20px;
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:14px;
    align-items:center;
}
.catalog-search-form{
    display:flex;
    gap:9px;
    min-width:0;
}
.catalog-search-form .search-field{
    flex:1;
    min-width:0;
    padding:13px 15px;
    border:1px solid var(--line);
    border-radius:12px;
    background:#fff;
    font-size:14px;
}
.catalog-search-form .btn{
    flex:0 0 auto;
}
.catalog-sort-form{
    display:flex;
    align-items:center;
    gap:8px;
    white-space:nowrap;
}
.catalog-sort-form label{
    color:var(--muted);
    font-size:12px;
    font-weight:800;
}
.catalog-sort-form select{
    min-height:42px;
    padding:0 11px;
    border:1px solid var(--line);
    border-radius:10px;
    background:#fff;
    font-size:12px;
    font-weight:800;
}
.catalog-filter-mobile-btn{
    display:none;
    border:1px solid var(--line);
    border-radius:10px;
    background:#fff;
    padding:10px 13px;
    font-weight:900;
    cursor:pointer;
}
.catalog-results-section{
    padding-top:30px;
}
.catalog-results-layout{
    display:grid;
    grid-template-columns:235px minmax(0,1fr);
    gap:26px;
    align-items:start;
}
.catalog-sidebar{
    position:sticky;
    top:100px;
    min-width:0;
    padding-right:18px;
    border-right:1px solid var(--line);
}
.catalog-sidebar-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    margin-bottom:4px;
    padding-bottom:12px;
    border-bottom:1px solid var(--line);
}
.catalog-sidebar-head strong{
    font-size:16px;
}
.catalog-sidebar-head button{
    display:none;
    border:0;
    background:transparent;
    font-size:28px;
    cursor:pointer;
}
.catalog-facet{
    padding:17px 0;
    border-bottom:1px solid var(--line);
}
.catalog-facet h3{
    margin:0 0 10px;
    font-size:14px;
    line-height:1.1;
}
.catalog-facet-clear{
    display:inline-block;
    margin:-2px 0 9px;
    color:var(--red);
    font-size:11px;
    font-weight:850;
}
.catalog-facet-list{
    display:grid;
    gap:5px;
}
.catalog-facet-scroll{
    max-height:280px;
    overflow:auto;
    padding-right:3px;
}
.catalog-facet-option{
    display:grid;
    grid-template-columns:17px minmax(0,1fr) auto;
    gap:8px;
    align-items:center;
    min-height:28px;
    color:#20242b;
    font-size:12px;
    line-height:1.25;
}
.catalog-facet-option i{
    width:15px;
    height:15px;
    border:1.5px solid #9aa3af;
    border-radius:3px;
    background:#fff;
    position:relative;
}
.catalog-facet-option:hover{
    color:var(--red);
}
.catalog-facet-option.active{
    color:#111;
    font-weight:900;
}
.catalog-facet-option.active i{
    border-color:var(--red);
    background:var(--red);
}
.catalog-facet-option.active i::after{
    content:"";
    position:absolute;
    left:4px;
    top:1px;
    width:4px;
    height:8px;
    border:solid #fff;
    border-width:0 2px 2px 0;
    transform:rotate(45deg);
}
.catalog-facet-option b{
    color:#8a93a0;
    font-size:10px;
    font-weight:800;
}
.catalog-price-custom{
    margin-top:10px;
}
.catalog-price-custom>div{
    display:grid;
    grid-template-columns:1fr 1fr 38px;
    gap:5px;
}
.catalog-price-custom input{
    width:100%;
    min-width:0;
    height:34px;
    border:1px solid var(--line);
    border-radius:7px;
    padding:0 7px;
    font-size:10px;
}
.catalog-price-custom button{
    border:1px solid #111;
    border-radius:7px;
    background:#111;
    color:#fff;
    font-size:11px;
    font-weight:900;
    cursor:pointer;
}
.catalog-clear-all{
    display:block;
    margin-top:16px;
    padding:10px 11px;
    border:1px solid #ffc9ce;
    border-radius:9px;
    background:#fff7f8;
    color:var(--red);
    text-align:center;
    font-size:11px;
    font-weight:900;
}
.catalog-results-main{
    min-width:0;
}
.catalog-results-main .product-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:18px;
}
.catalog-results-topline{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:14px;
    margin-bottom:16px;
}
.catalog-results-topline .results-meta{
    margin:3px 0 0;
    flex:0 0 auto;
}
.catalog-active-filters{
    display:flex;
    justify-content:flex-end;
    gap:6px;
    flex-wrap:wrap;
}
.catalog-active-filters a{
    display:inline-flex;
    align-items:center;
    min-height:30px;
    padding:5px 9px;
    border-radius:999px;
    background:#f3f4f6;
    color:#394150;
    font-size:10px;
    font-weight:850;
}
.catalog-active-filters a:hover{
    background:#ffecef;
    color:var(--red);
}
.catalog-filter-overlay{
    display:none;
}

@media(min-width:1380px){
    .catalog-results-main .product-grid{
        grid-template-columns:repeat(4,minmax(0,1fr));
    }
}

@media(max-width:1050px){
    .catalog-results-layout{
        grid-template-columns:210px minmax(0,1fr);
        gap:20px;
    }
    .catalog-results-main .product-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:820px){
    .catalog-head-results{
        padding-top:26px;
    }
    .catalog-title-row{
        align-items:center;
    }
    .catalog-filter-mobile-btn{
        display:inline-flex;
        align-items:center;
        gap:6px;
        flex:0 0 auto;
    }
    .catalog-search-sort{
        grid-template-columns:1fr;
    }
    .catalog-sort-form{
        justify-content:flex-end;
    }
    .catalog-results-layout{
        display:block;
    }
    .catalog-sidebar{
        position:fixed;
        z-index:1001;
        top:0;
        left:0;
        bottom:0;
        width:min(340px,88vw);
        overflow:auto;
        padding:18px 20px 30px;
        border-right:0;
        background:#fff;
        transform:translateX(-105%);
        transition:transform .22s ease;
        box-shadow:14px 0 34px rgba(10,15,30,.18);
    }
    .catalog-sidebar.open{
        transform:translateX(0);
    }
    .catalog-sidebar-head{
        position:sticky;
        top:-18px;
        z-index:2;
        margin:-18px -20px 8px;
        padding:18px 20px 13px;
        background:#fff;
    }
    .catalog-sidebar-head button{
        display:block;
    }
    .catalog-filter-overlay{
        position:fixed;
        z-index:1000;
        inset:0;
        background:rgba(0,0,0,.42);
    }
    .catalog-filter-overlay.open{
        display:block;
    }
    body.catalog-filter-open{
        overflow:hidden;
    }
    .catalog-results-main .product-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:560px){
    .catalog-results-shell{
        width:min(100% - 22px,1460px) !important;
    }
    .catalog-title-row{
        align-items:flex-end;
    }
    .catalog-title-row h1{
        font-size:36px;
    }
    .catalog-search-form{
        display:grid;
        grid-template-columns:1fr auto;
    }
    .catalog-sort-form{
        justify-content:space-between;
    }
    .catalog-sort-form select{
        min-width:0;
        max-width:210px;
    }
    .catalog-results-topline{
        display:block;
    }
    .catalog-active-filters{
        justify-content:flex-start;
        margin-top:10px;
    }
    .catalog-results-main .product-grid{
        grid-template-columns:1fr;
    }
}


/* =========================================================
   V14 — SELECTOR DE BICICLETAS CON FILTROS LATERALES
   ========================================================= */
.bike-selector-wide{
    width:min(1460px,calc(100% - 32px)) !important;
}
.bike-selector-hero-row{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:24px;
}
.bike-selector-filter-btn{
    flex:0 0 auto;
}
.bike-selector-section{
    padding-top:28px;
}
.bike-selector-layout{
    display:grid;
    grid-template-columns:235px minmax(0,1fr);
    gap:28px;
    align-items:start;
}
.bike-selector-sidebar{
    position:sticky;
    top:100px;
}
.bike-selector-main{
    min-width:0;
}
.bike-selector-main .bike-modality-grid{
    grid-template-columns:repeat(3,minmax(0,1fr));
}
.bike-selector-content-head{
    display:flex;
    align-items:flex-end;
    justify-content:space-between;
    gap:20px;
    margin-bottom:18px;
}
.bike-selector-content-head span{
    display:block;
    color:var(--red);
    font-size:10px;
    font-weight:950;
    letter-spacing:.08em;
}
.bike-selector-content-head h2{
    margin:4px 0 0;
    font-size:29px;
    line-height:1;
}
.bike-selector-content-head>a{
    color:var(--red);
    font-size:12px;
    font-weight:900;
}
@media(min-width:1380px){
    .bike-selector-main .bike-modality-grid{
        grid-template-columns:repeat(4,minmax(0,1fr));
    }
}
@media(max-width:1050px){
    .bike-selector-layout{
        grid-template-columns:210px minmax(0,1fr);
        gap:20px;
    }
    .bike-selector-main .bike-modality-grid{
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}
@media(max-width:820px){
    .bike-selector-hero-row{
        align-items:center;
    }
    .bike-selector-filter-btn{
        display:inline-flex;
        align-items:center;
        gap:6px;
    }
    .bike-selector-layout{
        display:block;
    }
    .bike-selector-sidebar{
        position:fixed;
        z-index:1001;
        top:0;
        left:0;
        bottom:0;
        width:min(340px,88vw);
        overflow:auto;
        padding:18px 20px 30px;
        border-right:0;
        background:#fff;
        transform:translateX(-105%);
        transition:transform .22s ease;
        box-shadow:14px 0 34px rgba(10,15,30,.18);
    }
    .bike-selector-sidebar.open{
        transform:translateX(0);
    }
    .bike-selector-sidebar .catalog-sidebar-head{
        position:sticky;
        top:-18px;
        z-index:2;
        margin:-18px -20px 8px;
        padding:18px 20px 13px;
        background:#fff;
    }
    .bike-selector-sidebar .catalog-sidebar-head button{
        display:block;
    }
}
@media(max-width:560px){
    .bike-selector-wide{
        width:min(100% - 22px,1460px) !important;
    }
    .bike-selector-hero-row{
        align-items:flex-end;
    }
    .bike-selector-hero-row h1{
        font-size:36px;
    }
    .bike-selector-content-head{
        display:block;
    }
    .bike-selector-content-head>a{
        display:inline-block;
        margin-top:8px;
    }
    .bike-selector-main .bike-modality-grid{
        grid-template-columns:1fr;
    }
}


/* =========================================================
   V17 — TARJETAS DE CATÁLOGO MÁS COMPACTAS Y ELEGANTES
   ========================================================= */

/* Un poco menos de altura para la fotografía sin hacerla chica */
.catalog-results-main .product-card .product-image{
    aspect-ratio:1.14 / 1;
    background:#fff;
}

/* Más espacio blanco alrededor del producto */
.catalog-results-main .product-card .product-image img{
    object-fit:contain;
    padding:22px 20px 16px;
}

/* Cuerpo más compacto y mejor proporcionado */
.catalog-results-main .product-card .product-body{
    padding:15px 16px 16px;
}

/* Marca / categoría */
.catalog-results-main .product-card .eyebrow{
    font-size:10px;
    line-height:1.2;
    letter-spacing:.035em;
    margin-bottom:3px;
}

/* Nombre del producto */
.catalog-results-main .product-card h3{
    font-size:17px;
    line-height:1.12;
    margin:5px 0 5px;
}

/* Variante */
.catalog-results-main .product-card .variant-line{
    font-size:11.5px;
    line-height:1.3;
    margin-bottom:7px;
}

/* Descripción */
.catalog-results-main .product-card .product-copy{
    font-size:12.5px;
    line-height:1.42;
    margin-bottom:13px;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* Pie: precio + botón */
.catalog-results-main .product-card .product-foot{
    gap:10px;
    align-items:flex-end;
    margin-top:auto;
}

/* Precio más limpio y menos dominante */
.catalog-results-main .product-card .price,
.catalog-results-main .product-card .product-price,
.catalog-results-main .product-card .price-current{
    font-size:17px !important;
    line-height:1.02 !important;
    font-weight:900 !important;
    letter-spacing:-.02em;
}

/* Precio anterior */
.catalog-results-main .product-card .price-old,
.catalog-results-main .product-card del{
    font-size:10px !important;
    line-height:1.2;
}

/* MXN un poco más discreto si viene dentro del precio */
.catalog-results-main .product-card .product-foot small{
    font-size:9px;
}

/* Botón más pequeño */
.catalog-results-main .product-card .product-foot .btn,
.catalog-results-main .product-card .product-foot .btn-dark,
.catalog-results-main .product-card .product-foot a[class*="btn"]{
    min-height:40px;
    padding:9px 13px !important;
    border-radius:11px;
    font-size:12px !important;
    line-height:1.05;
    font-weight:900;
}

/* Etiquetas de existencia menos voluminosas */
.catalog-results-main .product-card .stock-badge{
    top:10px;
    left:10px;
    padding:5px 8px;
    font-size:10px;
}

/* La tarjeta se siente más ligera */
.catalog-results-main .product-card{
    border-radius:18px;
    box-shadow:0 5px 18px rgba(10,15,30,.055);
}
.catalog-results-main .product-card:hover{
    transform:translateY(-3px);
    box-shadow:0 12px 28px rgba(10,15,30,.10);
}

/* En pantallas grandes aprovechamos mejor la altura */
@media(min-width:1051px){
    .catalog-results-main .product-card .product-image{
        aspect-ratio:1.16 / 1;
    }
}

/* Mobile: no hacer demasiado pequeñas las áreas táctiles */
@media(max-width:560px){
    .catalog-results-main .product-card .product-image{
        aspect-ratio:1.08 / 1;
    }
    .catalog-results-main .product-card .product-image img{
        padding:18px;
    }
    .catalog-results-main .product-card h3{
        font-size:17px;
    }
    .catalog-results-main .product-card .price,
    .catalog-results-main .product-card .product-price,
    .catalog-results-main .product-card .price-current{
        font-size:18px !important;
    }
    .catalog-results-main .product-card .product-foot .btn,
    .catalog-results-main .product-card .product-foot .btn-dark,
    .catalog-results-main .product-card .product-foot a[class*="btn"]{
        min-height:42px;
        font-size:12px !important;
    }
}


/* =========================================================
   V18 — IMÁGENES Y CONTENIDO PERFECTAMENTE ALINEADOS
   ========================================================= */

/*
   Todas las tarjetas reservan exactamente el mismo alto para la foto.
   La imagen completa se centra dentro del marco sin deformarse.
*/
.catalog-results-main .product-card .product-image{
    width:100% !important;
    height:285px !important;
    aspect-ratio:auto !important;
    display:flex !important;
    align-items:center !important;
    justify-content:center !important;
    overflow:hidden !important;
    background:#fff !important;
}

.catalog-results-main .product-card .product-image img{
    display:block !important;
    width:100% !important;
    height:100% !important;
    max-width:100% !important;
    max-height:100% !important;
    object-fit:contain !important;
    object-position:center center !important;
    padding:18px !important;
    margin:0 !important;
}

/*
   El cuerpo también se estructura para que nombre, descripción,
   precio y botón queden alineados entre tarjetas.
*/
.catalog-results-main .product-card .product-body{
    display:flex !important;
    flex-direction:column !important;
    flex:1 1 auto !important;
}

/* Zona estable para marca + nombre + variante */
.catalog-results-main .product-card .eyebrow{
    min-height:12px;
}

.catalog-results-main .product-card h3{
    min-height:38px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.catalog-results-main .product-card .variant-line{
    min-height:30px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* Descripción con el mismo espacio máximo */
.catalog-results-main .product-card .product-copy{
    min-height:53px;
    max-height:53px;
}

/* Precio y botón siempre terminan en la misma línea inferior */
.catalog-results-main .product-card .product-foot{
    margin-top:auto !important;
    min-height:42px;
}

/* Desktop grande */
@media(min-width:1380px){
    .catalog-results-main .product-card .product-image{
        height:275px !important;
    }
}

/* Laptop / tablet */
@media(max-width:1100px){
    .catalog-results-main .product-card .product-image{
        height:260px !important;
    }
}

/* Mobile: sigue siendo flexible para aprovechar el ancho */
@media(max-width:560px){
    .catalog-results-main .product-card .product-image{
        height:300px !important;
    }
    .catalog-results-main .product-card h3,
    .catalog-results-main .product-card .variant-line,
    .catalog-results-main .product-card .product-copy{
        min-height:0;
        max-height:none;
    }
}


/* =========================================================
   V19 — PROMOCIONES DE PORTADA CONFIGURABLES Y ELEGANTES
   ========================================================= */

/* Default: 4 columnas. index.php puede cambiar --promo-columns entre 2 y 5. */
.promo-section .product-grid{
    grid-template-columns:repeat(var(--promo-columns,4),minmax(0,1fr)) !important;
    gap:18px !important;
    align-items:stretch;
}

.promo-section .product-card{
    min-width:0;
    height:100%;
    border-radius:19px;
    border:1px solid #e3e6eb;
    box-shadow:0 7px 22px rgba(10,15,30,.055);
    overflow:hidden;
}

.promo-section .product-card:hover{
    transform:translateY(-3px);
    box-shadow:0 13px 30px rgba(10,15,30,.10);
}

/* Foto: mismo alto, centrada y sin deformar */
.promo-section .product-image{
    height:235px !important;
    aspect-ratio:auto !important;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#fff;
}

.promo-section .product-image img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
    object-position:center !important;
    padding:18px !important;
}

/* Ribbon y existencia un poco más finos */
.promo-section .stock-badge{
    top:10px;
    left:10px;
    padding:5px 8px;
    font-size:10px;
}

.promo-section .sale-ribbon{
    top:14px;
    right:-47px;
    width:170px;
    padding:7px 8px;
    font-size:10px;
}

/* Cuerpo compacto */
.promo-section .product-body{
    padding:15px 16px 16px;
    display:flex;
    flex-direction:column;
    flex:1;
}

.promo-section .eyebrow{
    min-height:12px;
    font-size:10px;
    line-height:1.2;
}

.promo-section .product-card h3{
    min-height:40px;
    margin:5px 0 5px;
    font-size:18px;
    line-height:1.12;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.promo-section .variant-line{
    min-height:30px;
    margin:0 0 7px;
    font-size:11.5px;
    line-height:1.3;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

.promo-section .product-copy{
    min-height:52px;
    max-height:52px;
    margin:0 0 13px;
    font-size:12.5px;
    line-height:1.4;
    display:-webkit-box;
    -webkit-line-clamp:3;
    -webkit-box-orient:vertical;
    overflow:hidden;
}

/* Precio + CTA bien alineados */
.promo-section .product-foot{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto;
    align-items:end !important;
    gap:9px !important;
    margin-top:auto !important;
    min-height:42px;
}

.promo-section .price-wrap{
    min-width:0;
    display:flex;
    flex-direction:column;
    justify-content:flex-end;
    align-items:flex-start;
}

.promo-section .old-price{
    margin:0 0 3px;
    font-size:10.5px;
    line-height:1;
    white-space:nowrap;
}

.promo-section .price{
    display:block;
    font-size:17px !important;
    line-height:1.05 !important;
    letter-spacing:-.025em;
    white-space:nowrap !important;
}

/* Botón más fino; nunca se corta */
.promo-section .product-foot .btn,
.promo-section .product-foot .btn-dark{
    width:auto !important;
    min-width:94px;
    min-height:39px;
    padding:8px 11px !important;
    border-radius:11px;
    font-size:11px !important;
    line-height:1.08;
    white-space:nowrap;
}

/* Si el usuario elige 5 columnas, compactar un poco más sin romper. */
.promo-columns-5 .product-image{
    height:210px !important;
}
.promo-columns-5 .product-body{
    padding:13px 13px 14px;
}
.promo-columns-5 .product-card h3{
    font-size:16px;
}
.promo-columns-5 .product-copy{
    font-size:11.5px;
}
.promo-columns-5 .price{
    font-size:14.5px !important;
}
.promo-columns-5 .product-foot{
    gap:6px !important;
}
.promo-columns-5 .product-foot .btn,
.promo-columns-5 .product-foot .btn-dark{
    min-width:78px;
    padding:8px 7px !important;
    font-size:9.5px !important;
}

/* 2 y 3 columnas: la foto puede respirar un poco más */
.promo-columns-2 .product-image{
    height:330px !important;
}
.promo-columns-3 .product-image{
    height:275px !important;
}

/* Responsive siempre legible, sin importar configuración de escritorio */
@media(max-width:1000px){
    .promo-section .product-grid{
        grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    }
    .promo-section .product-image,
    .promo-columns-2 .product-image,
    .promo-columns-3 .product-image,
    .promo-columns-5 .product-image{
        height:245px !important;
    }
    .promo-section .price{
        font-size:16px !important;
    }
    .promo-section .product-foot .btn,
    .promo-section .product-foot .btn-dark{
        min-width:90px;
        font-size:10.5px !important;
    }
}

@media(max-width:650px){
    .promo-section .product-grid{
        grid-template-columns:1fr !important;
    }
    .promo-section .product-image,
    .promo-columns-2 .product-image,
    .promo-columns-3 .product-image,
    .promo-columns-5 .product-image{
        height:300px !important;
    }
    .promo-section .product-body{
        padding:15px 16px 16px;
    }
    .promo-section .product-card h3,
    .promo-section .variant-line,
    .promo-section .product-copy{
        min-height:0;
        max-height:none;
    }
    .promo-section .product-foot{
        grid-template-columns:1fr auto !important;
        align-items:center !important;
    }
    .promo-section .price{
        font-size:18px !important;
    }
    .promo-section .product-foot .btn,
    .promo-section .product-foot .btn-dark{
        width:auto !important;
        min-width:105px;
        min-height:42px;
        font-size:11.5px !important;
    }
}

/* CMZ RESTORE PRODUCT DETAIL V21 START */

/*
   RESTAURACIÓN AISLADA DE LA FICHA PÚBLICA.
   Este bloque solo afecta selectores de detalle de producto,
   galería/modal, métricas, variantes y relacionados.
   No modifica grids/listados del catálogo ni promociones.
*/
.product-detail-page{
  padding:28px 0 82px;
  background:
    radial-gradient(circle at 12% 4%,rgba(237,17,31,.055),transparent 28%),
    linear-gradient(180deg,#fbfbfc 0%,#fff 38%,#f7f8fa 100%);
}
.product-breadcrumb{
  display:flex;
  align-items:center;
  gap:9px;
  margin:0 0 18px;
  color:#7a818d;
  font-size:13px;
  line-height:1.4;
  white-space:nowrap;
  overflow:hidden;
}
.product-breadcrumb a{font-weight:800;transition:color .2s ease}
.product-breadcrumb a:hover{color:var(--red)}
.product-breadcrumb strong{
  min-width:0;
  color:#272b32;
  overflow:hidden;
  text-overflow:ellipsis;
}
.product-hero-card{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr);
  gap:0;
  overflow:hidden;
  background:#fff;
  border:1px solid #e3e6eb;
  border-radius:28px;
  box-shadow:0 24px 68px rgba(15,23,42,.10);
}
.product-gallery-panel{
  min-width:0;
  padding:28px;
  background:linear-gradient(145deg,#f7f8fa 0%,#fff 70%);
  border-right:1px solid #eceef2;
}
.product-gallery-panel .gallery{
  display:grid;
  grid-template-columns:78px minmax(0,1fr);
  gap:16px;
  height:100%;
}
.product-gallery-panel .gallery.gallery-single{grid-template-columns:1fr}
.product-gallery-panel .thumb-list{
  display:flex;
  flex-direction:column;
  gap:11px;
  max-height:600px;
  overflow:auto;
  scrollbar-width:thin;
}
.product-gallery-panel .thumb{
  flex:0 0 auto;
  width:78px;
  height:78px;
  aspect-ratio:auto;
  padding:7px;
  border:1px solid #dfe3e8;
  border-radius:15px;
  background:#fff;
  box-shadow:0 6px 18px rgba(15,23,42,.045);
  transition:border-color .2s ease,transform .2s ease,box-shadow .2s ease;
}
.product-gallery-panel .thumb:hover{
  transform:translateY(-2px);
  border-color:#b9bec7;
  box-shadow:0 10px 24px rgba(15,23,42,.08);
}
.product-gallery-panel .thumb.active{
  border-color:var(--red);
  box-shadow:0 0 0 3px rgba(237,17,31,.10);
}
.product-gallery-panel .thumb img{
  width:100%;
  height:100%;
  object-fit:contain;
}
.product-gallery-panel .main-photo{
  position:relative;
  min-height:560px;
  aspect-ratio:auto;
  padding:26px;
  border:0;
  border-radius:22px;
  background:#fff;
  box-shadow:inset 0 0 0 1px #e6e9ed;
}
.product-gallery-panel .main-photo img{
  width:100%;
  height:100%;
  max-height:540px;
  padding:0;
  object-fit:contain;
  object-position:center;
}
.product-photo-label{
  position:absolute;
  z-index:2;
  top:18px;
  right:18px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:34px;
  padding:8px 13px;
  border-radius:999px;
  font-size:12px;
  font-weight:950;
  letter-spacing:.045em;
  text-transform:uppercase;
  box-shadow:0 8px 20px rgba(15,23,42,.15);
}
.product-photo-label.liquidacion{background:var(--red);color:#fff}
.product-photo-label.descuento{background:#ffc928;color:#171717}
.product-summary{
  min-width:0;
  padding:42px 42px 38px;
  display:flex;
  flex-direction:column;
  align-items:stretch;
}
.product-summary .eyebrow{
  font-size:12px;
  line-height:1.4;
  letter-spacing:.075em;
}
.product-summary .eyebrow a:hover{text-decoration:underline}
.product-summary h1{
  max-width:760px;
  margin:10px 0 14px;
  font-size:clamp(32px,3.55vw,52px);
  line-height:1.015;
  letter-spacing:-.045em;
  overflow-wrap:anywhere;
}
.product-summary .detail-lead{
  max-width:660px;
  margin:0 0 18px;
  color:#555e6b;
  font-size:16px;
  line-height:1.62;
}
.product-status-row{
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  gap:9px;
  margin:0 0 18px;
}
.product-status-row .stock-badge{
  position:static;
  display:inline-flex;
  align-items:center;
  min-height:34px;
  padding:8px 12px;
}
.product-status-row .detail-sale-label{
  min-height:34px;
  margin:0;
  padding:8px 12px;
  font-size:12px;
}
.product-price-panel{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin:0 0 22px;
  padding:19px 20px;
  border:1px solid #e4e7eb;
  border-radius:18px;
  background:linear-gradient(135deg,#fff 0%,#f7f8fa 100%);
}
.product-price-caption{
  display:block;
  margin-bottom:4px;
  color:#7b828e;
  font-size:11px;
  font-weight:900;
  letter-spacing:.075em;
  text-transform:uppercase;
}
.product-price-panel .detail-old-price{
  display:block;
  margin:0 0 4px;
  color:#8a9099;
  font-size:15px;
  line-height:1.1;
}
.product-price-panel .detail-price{
  margin:0;
  color:#080808;
  font-size:clamp(31px,3vw,43px);
  font-weight:900;
  line-height:1;
  letter-spacing:-.04em;
}
.product-price-panel .sale-saving{
  flex:0 0 auto;
  padding:9px 12px;
  border-radius:999px;
  background:#fee7e9;
  color:#b40813;
  font-size:13px;
  white-space:nowrap;
}
.product-summary .detail-specs{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:10px;
  margin:0 0 22px;
}
.product-summary .spec{
  min-width:0;
  padding:13px 14px;
  border:1px solid #e7e9ed;
  border-radius:14px;
  background:#f7f8fa;
}
.product-summary .spec small{
  margin-bottom:5px;
  color:#7b828d;
  font-size:10px;
  letter-spacing:.075em;
}
.product-summary .spec strong{
  display:block;
  min-width:0;
  font-size:14px;
  line-height:1.3;
  overflow-wrap:anywhere;
}
.product-whatsapp{
  width:100%;
  min-height:54px;
  margin-top:0;
  border-radius:15px;
  font-size:15px;
  letter-spacing:.005em;
}
.product-service-notes{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
  margin-top:14px;
}
.product-service-notes span{
  position:relative;
  padding:10px 8px 10px 20px;
  color:#69717e;
  font-size:11px;
  font-weight:750;
  line-height:1.3;
}
.product-service-notes span::before{
  content:"";
  position:absolute;
  left:6px;
  top:14px;
  width:6px;
  height:6px;
  border-radius:50%;
  background:var(--red);
}
.product-lower-grid{
  display:grid;
  grid-template-columns:minmax(0,1.45fr) minmax(300px,.55fr);
  gap:22px;
  margin-top:24px;
  align-items:start;
}
.product-lower-grid.product-lower-single{grid-template-columns:1fr}
.product-content-card,
.product-variants-card{
  border:1px solid #e3e6eb;
  border-radius:22px;
  background:#fff;
  box-shadow:0 14px 38px rgba(15,23,42,.07);
}
.product-content-card{padding:34px 36px}
.product-content-heading{
  margin-bottom:24px;
  padding-bottom:20px;
  border-bottom:1px solid #eceef2;
}
.product-content-heading span,
.product-variants-kicker{
  display:block;
  margin-bottom:7px;
  color:var(--red);
  font-size:11px;
  font-weight:950;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.product-content-heading h2,
.product-variants-card h2{
  margin:0;
  font-size:clamp(25px,2.6vw,34px);
  line-height:1.12;
  letter-spacing:-.025em;
}
.product-copy-section + .product-copy-section{
  margin-top:27px;
  padding-top:27px;
  border-top:1px solid #eceef2;
}
.product-copy-section h3{
  margin:0 0 10px;
  font-size:18px;
  line-height:1.3;
}
.product-copy-section p{
  max-width:920px;
  margin:0;
  color:#444c58;
  font-size:16px;
  line-height:1.78;
}
.product-variants-card{
  position:sticky;
  top:104px;
  padding:28px;
}
.product-variants-card > p{
  margin:9px 0 18px;
  color:#68707d;
  font-size:14px;
  line-height:1.55;
}
.product-variants-card .variant-links{
  display:grid;
  grid-template-columns:1fr;
  gap:9px;
  margin:0;
  max-height:440px;
  overflow:auto;
  padding-right:3px;
  scrollbar-width:thin;
}
.product-variants-card .variant-links a{
  display:block;
  padding:12px 14px;
  border:1px solid #e2e5ea;
  border-radius:13px;
  background:#fff;
  font-size:13px;
  line-height:1.35;
  transition:border-color .2s ease,background .2s ease,color .2s ease,transform .2s ease;
}
.product-variants-card .variant-links a:hover{
  transform:translateX(2px);
  border-color:#b9bec6;
  background:#f7f8fa;
}
.product-variants-card .variant-links a.active{
  border-color:#080808;
  background:#080808;
  color:#fff;
}

@media(max-width:1050px){
  .product-hero-card{grid-template-columns:1fr}
  .product-gallery-panel{border-right:0;border-bottom:1px solid #eceef2}
  .product-gallery-panel .main-photo{min-height:520px}
  .product-lower-grid{grid-template-columns:1fr}
  .product-variants-card{position:static}
}

@media(max-width:700px){
  .product-detail-page{padding:18px 0 56px}
  .product-breadcrumb{margin-bottom:13px;font-size:12px}
  .product-hero-card{border-radius:20px}
  .product-gallery-panel{padding:14px}
  .product-gallery-panel .gallery,
  .product-gallery-panel .gallery.gallery-single{
    grid-template-columns:1fr;
  }
  .product-gallery-panel .main-photo{
    min-height:390px;
    padding:14px;
    border-radius:16px;
  }
  .product-gallery-panel .main-photo img{max-height:370px}
  .product-gallery-panel .thumb-list{
    order:2;
    flex-direction:row;
    max-height:none;
    overflow-x:auto;
    padding-bottom:2px;
  }
  .product-gallery-panel .thumb{
    width:70px;
    height:70px;
  }
  .product-photo-label{top:12px;right:12px}
  .product-summary{padding:27px 21px 24px}
  .product-summary h1{
    margin-top:8px;
    font-size:clamp(30px,10vw,43px);
  }
  .product-price-panel{
    align-items:flex-start;
    flex-direction:column;
    gap:10px;
    padding:17px;
  }
  .product-price-panel .detail-price{font-size:34px}
  .product-summary .detail-specs{grid-template-columns:1fr 1fr}
  .product-service-notes{grid-template-columns:1fr}
  .product-service-notes span{padding-top:5px;padding-bottom:5px}
  .product-service-notes span::before{top:9px}
  .product-lower-grid{margin-top:16px;gap:16px}
  .product-content-card,
  .product-variants-card{border-radius:18px}
  .product-content-card{padding:25px 21px}
  .product-variants-card{padding:23px 20px}
  .product-copy-section p{font-size:15px;line-height:1.7}
}

@media(max-width:430px){
  .product-gallery-panel .main-photo{min-height:330px}
  .product-gallery-panel .main-photo img{max-height:310px}
  .product-summary .detail-specs{grid-template-columns:1fr}
  .product-summary h1{font-size:31px}
}

/* =====================================================================
   Ficha de producto Ciclomaz V2: galería compacta y composición premium
   Evita que la fotografía se estire a la altura de toda la información.
   ===================================================================== */
@media (min-width:1051px){
  .product-detail-page .product-hero-card{
    grid-template-columns:minmax(0,1.12fr) minmax(410px,.88fr);
    align-items:start;
    gap:24px;
    overflow:visible;
    border:0;
    border-radius:0;
    background:transparent;
    box-shadow:none;
  }

  .product-detail-page .product-gallery-panel,
  .product-detail-page .product-summary{
    border:1px solid #e2e5ea;
    border-radius:26px;
    background:#fff;
    box-shadow:0 18px 50px rgba(15,23,42,.085);
  }

  .product-detail-page .product-gallery-panel{
    padding:18px;
    border-right:1px solid #e2e5ea;
  }

  .product-detail-page .product-gallery-panel .gallery,
  .product-detail-page .product-gallery-panel .gallery.gallery-single{
    display:flex;
    height:auto;
    flex-direction:column;
    gap:14px;
  }

  .product-detail-page .product-gallery-panel .main-photo{
    order:1;
    width:100%;
    min-height:0;
    height:auto;
    aspect-ratio:4 / 3;
    padding:12px;
    overflow:hidden;
    border:1px solid #e7e9ed;
    border-radius:20px;
    background:
      radial-gradient(circle at 50% 46%,#fff 0 42%,#f7f8fa 82%,#f1f3f6 100%);
    box-shadow:none;
  }

  .product-detail-page .product-gallery-panel .main-photo img{
    width:100%;
    height:100%;
    max-height:none;
    padding:0;
    object-fit:contain;
    object-position:center;
    transform:scale(1.035);
    transition:opacity .18s ease,transform .28s ease;
  }

  .product-detail-page .product-gallery-panel .main-photo:hover img{
    transform:scale(1.065);
  }

  .product-detail-page .product-gallery-panel .thumb-list{
    order:2;
    display:flex;
    max-height:none;
    flex-direction:row;
    gap:10px;
    overflow-x:auto;
    overflow-y:hidden;
    padding:2px 2px 5px;
    scrollbar-width:thin;
  }

  .product-detail-page .product-gallery-panel .thumb{
    width:72px;
    height:72px;
    flex:0 0 72px;
    border-radius:14px;
  }

  .product-detail-page .product-summary{
    padding:31px 32px 28px;
  }

  .product-detail-page .product-summary h1{
    margin:8px 0 12px;
    font-size:clamp(32px,3.15vw,47px);
    line-height:1.02;
    letter-spacing:-.042em;
  }

  .product-detail-page .product-summary .detail-lead{
    margin-bottom:15px;
    font-size:15.5px;
    line-height:1.56;
  }

  .product-detail-page .product-status-row{
    margin-bottom:15px;
  }

  .product-detail-page .product-price-panel{
    margin-bottom:17px;
    padding:17px 18px;
    border-radius:16px;
    background:linear-gradient(135deg,#fafbfc 0%,#fff 72%);
  }

  .product-detail-page .product-price-panel .detail-price{
    font-size:clamp(30px,2.75vw,40px);
  }

  .product-detail-page .product-summary .detail-specs{
    gap:9px;
    margin-bottom:17px;
  }

  .product-detail-page .product-summary .spec{
    padding:11px 13px;
    border-radius:13px;
  }

  .product-detail-page .product-whatsapp{
    min-height:52px;
  }

  .product-detail-page .product-service-notes{
    margin-top:12px;
    padding:5px 7px;
    border:1px solid #eceef2;
    border-radius:14px;
    background:#fafbfc;
  }
}

@media (max-width:1050px){
  .product-detail-page .product-hero-card{
    gap:18px;
    overflow:visible;
    border:0;
    background:transparent;
    box-shadow:none;
  }

  .product-detail-page .product-gallery-panel,
  .product-detail-page .product-summary{
    border:1px solid #e2e5ea;
    border-radius:23px;
    background:#fff;
    box-shadow:0 15px 42px rgba(15,23,42,.075);
  }

  .product-detail-page .product-gallery-panel{
    padding:16px;
    border-bottom:1px solid #e2e5ea;
  }

  .product-detail-page .product-gallery-panel .gallery,
  .product-detail-page .product-gallery-panel .gallery.gallery-single{
    display:flex;
    height:auto;
    flex-direction:column;
    gap:12px;
  }

  .product-detail-page .product-gallery-panel .main-photo{
    order:1;
    min-height:0;
    height:auto;
    aspect-ratio:4 / 3;
    padding:12px;
    border:1px solid #e7e9ed;
    border-radius:18px;
    background:radial-gradient(circle at 50% 46%,#fff 0 42%,#f6f7f9 84%,#eff1f4 100%);
    box-shadow:none;
  }

  .product-detail-page .product-gallery-panel .main-photo img{
    width:100%;
    height:100%;
    max-height:none;
    object-fit:contain;
    transform:scale(1.025);
  }

  .product-detail-page .product-gallery-panel .thumb-list{
    order:2;
    flex-direction:row;
    max-height:none;
    overflow-x:auto;
    overflow-y:hidden;
  }

  .product-detail-page .product-summary{
    padding:30px;
  }
}

@media (max-width:700px){
  .product-detail-page .product-hero-card{
    gap:13px;
  }

  .product-detail-page .product-gallery-panel,
  .product-detail-page .product-summary{
    border-radius:19px;
  }

  .product-detail-page .product-gallery-panel{
    padding:10px;
  }

  .product-detail-page .product-gallery-panel .main-photo{
    min-height:0;
    aspect-ratio:1 / 1;
    padding:8px;
    border-radius:15px;
  }

  .product-detail-page .product-gallery-panel .main-photo img{
    max-height:none;
    transform:scale(1.02);
  }

  .product-detail-page .product-gallery-panel .thumb-list{
    gap:8px;
  }

  .product-detail-page .product-gallery-panel .thumb{
    width:64px;
    height:64px;
    min-width:64px;
    flex-basis:64px;
  }

  .product-detail-page .product-summary{
    padding:24px 19px 21px;
  }

  .product-detail-page .product-summary h1{
    font-size:clamp(28px,9.5vw,39px);
  }

  .product-detail-page .product-summary .detail-lead{
    font-size:15px;
    line-height:1.55;
  }

  .product-detail-page .product-price-panel{
    padding:15px;
  }

  .product-detail-page .product-price-panel .detail-price{
    font-size:32px;
  }
}

/* =====================================================================
   Ficha de producto Ciclomaz V3: más compacta, títulos configurables,
   tarjetas de atributos pequeñas y modal/carrusel de fotografías.
   ===================================================================== */
.product-detail-page{
  --cmz-detail-title-size:clamp(30px,3vw,42px);
  --cmz-detail-section-title-size:clamp(24px,2.1vw,31px);
  --cmz-detail-spec-title-size:10px;
  --cmz-detail-spec-value-size:13px;
}
.product-detail-page .product-summary h1{
  font-size:var(--cmz-detail-title-size);
  line-height:1.02;
  letter-spacing:-.04em;
}
.product-detail-page .product-content-heading h2,
.product-detail-page .product-variants-card h2{
  font-size:var(--cmz-detail-section-title-size);
}
.product-detail-page .product-hero-card{
  align-items:start;
}
.product-detail-page .product-gallery-panel,
.product-detail-page .product-summary{
  align-self:start;
}
.product-detail-page .product-lower-grid{
  margin-top:12px;
  gap:16px;
}
.product-detail-page .product-gallery-panel{
  padding:16px;
}
.product-detail-page .product-gallery-panel .gallery,
.product-detail-page .product-gallery-panel .gallery.gallery-single{
  display:flex;
  flex-direction:column;
  gap:12px;
}
.product-detail-page .product-gallery-panel .main-photo{
  cursor:zoom-in;
  min-height:0;
  aspect-ratio:4 / 3;
  padding:14px;
  border-radius:20px;
  background:linear-gradient(180deg,#fbfbfc 0%,#f5f7fa 100%);
}
.product-detail-page .product-gallery-panel .main-photo img{
  transform:none;
}
.product-detail-page .product-gallery-panel .main-photo:hover img{
  transform:none;
}
.product-detail-page .product-gallery-panel .thumb-list{
  display:flex;
  flex-direction:row;
  gap:10px;
  max-height:none;
  overflow-x:auto;
  overflow-y:hidden;
  padding:2px 0 4px;
}
.product-detail-page .product-gallery-panel .thumb{
  width:68px;
  height:68px;
  min-width:68px;
  flex:0 0 68px;
}
.product-detail-page .product-summary{
  padding:28px 30px 26px;
}
.product-detail-page .product-summary .detail-lead{
  margin-bottom:14px;
  font-size:15px;
  line-height:1.55;
}
.product-detail-page .product-status-row{
  margin-bottom:14px;
}
.product-detail-page .product-price-panel{
  margin-bottom:14px;
  padding:15px 16px;
  border-radius:16px;
}
.product-detail-page .product-price-panel .detail-price{
  font-size:clamp(28px,2.7vw,40px);
}
.product-detail-page .detail-specs.detail-specs-compact{
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:8px;
  margin:0 0 14px;
}
.product-detail-page .detail-specs.detail-specs-compact .spec{
  padding:10px 12px;
  border-radius:12px;
}
.product-detail-page .detail-specs.detail-specs-compact .spec small{
  margin-bottom:4px;
  font-size:var(--cmz-detail-spec-title-size);
  letter-spacing:.06em;
}
.product-detail-page .detail-specs.detail-specs-compact .spec strong{
  font-size:var(--cmz-detail-spec-value-size);
  line-height:1.22;
}
.product-detail-page .product-whatsapp{
  min-height:50px;
}
.product-detail-page .product-service-notes{
  margin-top:10px;
  gap:6px;
  padding:0;
  border:0;
  background:transparent;
}
.product-detail-page .product-service-notes span{
  padding:6px 6px 6px 16px;
  font-size:10.5px;
}
.product-detail-page .product-service-notes span::before{
  left:3px;
  top:11px;
  width:5px;
  height:5px;
}
.product-detail-page .product-content-card{padding:28px 30px}
.product-detail-page .product-copy-section p{font-size:15px;line-height:1.72}
.product-detail-page .product-variants-card{padding:24px}

.product-gallery-modal{
  position:fixed;
  inset:0;
  z-index:1200;
  display:grid;
  grid-template-columns:68px minmax(0,1fr) 68px;
  align-items:center;
  gap:16px;
  padding:28px;
  background:rgba(8,10,16,.88);
  backdrop-filter:blur(6px);
}
.product-gallery-modal[hidden]{display:none !important}
.cmz-modal-open{overflow:hidden}
.product-gallery-modal .gallery-modal-stage{
  position:relative;
  max-width:min(1200px,92vw);
  width:100%;
  margin:0 auto;
  display:flex;
  align-items:center;
  justify-content:center;
}
.product-gallery-modal .gallery-modal-stage img{
  width:100%;
  max-height:88vh;
  object-fit:contain;
  border-radius:18px;
  background:#fff;
  padding:18px;
  box-shadow:0 24px 70px rgba(0,0,0,.35);
}
.gallery-modal-close,
.gallery-modal-nav{
  border:0;
  cursor:pointer;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  color:#fff;
  background:rgba(255,255,255,.10);
  backdrop-filter:blur(6px);
  box-shadow:0 10px 26px rgba(0,0,0,.18);
}
.gallery-modal-close{
  position:absolute;
  top:18px;
  right:18px;
  z-index:4;
  width:46px;
  height:46px;
  border-radius:999px;
  font-size:28px;
  line-height:1;
}
.gallery-modal-nav{
  width:52px;
  height:52px;
  border-radius:999px;
  font-size:32px;
  justify-self:center;
}
.gallery-modal-counter{
  position:absolute;
  left:50%;
  bottom:16px;
  transform:translateX(-50%);
  padding:8px 12px;
  border-radius:999px;
  background:rgba(9,10,14,.68);
  color:#fff;
  font-size:13px;
  font-weight:800;
}

@media(max-width:1050px){
  .product-detail-page .product-hero-card{gap:14px}
  .product-detail-page .product-summary{padding:24px}
}
@media(max-width:700px){
  .product-detail-page .product-gallery-panel{padding:12px}
  .product-detail-page .product-gallery-panel .main-photo{aspect-ratio:1 / 1;padding:10px}
  .product-detail-page .product-summary h1{font-size:clamp(28px,9vw,36px)}
  .product-detail-page .detail-specs.detail-specs-compact{grid-template-columns:1fr 1fr}
  .product-gallery-modal{
    grid-template-columns:1fr;
    gap:10px;
    padding:14px;
  }
  .product-gallery-modal .gallery-modal-stage img{max-height:78vh;padding:10px}
  .product-gallery-modal .gallery-modal-nav{
    position:absolute;
    top:50%;
    transform:translateY(-50%);
    z-index:3;
  }
  .product-gallery-modal .gallery-modal-nav.prev{left:10px}
  .product-gallery-modal .gallery-modal-nav.next{right:10px}
}
@media(max-width:430px){
  .product-detail-page .detail-specs.detail-specs-compact{grid-template-columns:1fr}
  .product-detail-page .product-summary{padding:20px 16px 18px}
  .product-detail-page .product-price-panel .detail-price{font-size:32px}
}

/* Acciones de producto: WhatsApp + flyer */
.product-action-buttons{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(170px,.42fr);
  gap:10px;
  margin-top:0;
}
.product-action-buttons .product-whatsapp,
.product-action-buttons .product-flyer-button{
  min-height:50px;
  width:100%;
  margin:0;
  border-radius:14px;
}
.product-flyer-button{
  background:#08090c;
  color:#fff;
  box-shadow:0 12px 25px rgba(8,9,12,.16);
}
.product-flyer-button:hover{background:#20232a;color:#fff}
@media(max-width:700px){
  .product-action-buttons{grid-template-columns:1fr}
}


/* Métricas públicas del producto: vistas / WhatsApp / flyers */
.product-public-metrics{
  display:flex;
  align-items:center;
  gap:8px;
  flex-wrap:wrap;
  margin:0 0 12px;
}
.product-public-metric{
  display:inline-flex;
  align-items:center;
  gap:6px;
  min-height:30px;
  padding:6px 10px;
  border:1px solid #e3e6eb;
  border-radius:999px;
  background:#f7f8fa;
  color:#30343b;
  line-height:1;
}
.product-public-metric b{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:18px;
  font-size:11px;
  color:#ed111f;
}
.product-public-metric strong{
  font-size:13px;
  font-weight:900;
  color:#0b0c10;
}
.product-public-metric small{
  font-size:10px;
  font-weight:800;
  color:#737b87;
}
.product-public-metric-main{
  border-color:rgba(237,17,31,.20);
  background:rgba(237,17,31,.06);
}
.product-public-metric-main strong{color:#d80d19}
@media(max-width:700px){
  .product-public-metrics{gap:6px;margin-bottom:10px}
  .product-public-metric{padding:6px 9px}
  .product-public-metric small{display:none}
}

/* ================================================================
   CICLOMAZ: detalle de producto sin hueco entre galería y contenido
   ================================================================ */
@media (min-width:981px){
  .product-detail-page .product-lower-grid.cmz-detail-compacted{
    margin-top:calc(16px - var(--cmz-detail-lift, 0px)) !important;
  }
  .product-detail-page .product-lower-grid.cmz-detail-compacted .product-variants-card{
    margin-top:var(--cmz-detail-lift, 0px);
  }
}

@media (max-width:980px){
  .product-detail-page .product-lower-grid.cmz-detail-compacted,
  .product-detail-page .product-lower-grid.cmz-detail-compacted .product-variants-card{
    margin-top:16px !important;
  }
}


/* ================================================================
   CICLOMAZ: SKU discreto + columnas alineadas entre hero y detalle
   ================================================================ */
.product-detail-page .product-meta-line{
  display:flex;
  align-items:baseline;
  justify-content:space-between;
  gap:14px;
  min-width:0;
  margin-bottom:2px;
}
.product-detail-page .product-meta-line .eyebrow{
  min-width:0;
  margin:0;
}
.product-detail-page .product-sku-inline{
  flex:0 0 auto;
  max-width:46%;
  color:#a0a6af;
  font-size:8.5px;
  font-weight:750;
  line-height:1.2;
  letter-spacing:.035em;
  text-transform:uppercase;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}

@media (min-width:981px){
  /* Igualamos exactamente las columnas inferiores con las del hero.
     De esta forma el bloque de información nunca invade el resumen derecho. */
  .product-detail-page .product-lower-grid{
    grid-template-columns:minmax(0,1.08fr) minmax(390px,.92fr) !important;
    gap:0 !important;
  }
  .product-detail-page .product-lower-grid .product-content-card{
    margin-right:14px;
  }
  .product-detail-page .product-lower-grid .product-variants-card{
    margin-left:14px;
  }
}

@media (max-width:980px){
  .product-detail-page .product-meta-line{align-items:flex-start}
  .product-detail-page .product-sku-inline{max-width:42%;font-size:8px}
  .product-detail-page .product-lower-grid .product-content-card,
  .product-detail-page .product-lower-grid .product-variants-card{
    margin-left:0 !important;
    margin-right:0 !important;
  }
}


/* ================================================================
   CICLOMAZ: SKU en el mismo renglón + sin notas que invadan detalle
   ================================================================ */
.product-detail-page .product-meta-line{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) auto !important;
  align-items:center !important;
  column-gap:12px !important;
  width:100%;
  margin:0 0 4px !important;
}
.product-detail-page .product-meta-line .eyebrow{
  min-width:0;
  display:block;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.product-detail-page .product-sku-inline{
  justify-self:end;
  margin:0 !important;
  max-width:none !important;
  color:#a5abb4 !important;
  font-size:7.5px !important;
  font-weight:700 !important;
  line-height:1 !important;
  letter-spacing:.025em !important;
  white-space:nowrap !important;
  text-transform:uppercase;
}
.product-detail-page .product-service-notes{
  display:none !important;
}

@media (min-width:981px){
  /* Con las notas removidas el resumen es más corto y el detalle puede subir
     sin invadir botones ni textos del panel derecho. */
  .product-detail-page .product-lower-grid.cmz-detail-compacted{
    margin-top:calc(18px - var(--cmz-detail-lift, 0px)) !important;
  }
}

@media (max-width:700px){
  .product-detail-page .product-meta-line{
    grid-template-columns:minmax(0,1fr) auto !important;
    column-gap:8px !important;
  }
  .product-detail-page .product-sku-inline{
    font-size:6.5px !important;
    max-width:120px !important;
    overflow:hidden;
    text-overflow:ellipsis;
  }
}

/* =====================================================================
   CICLOMAZ — ficha producto V4: contenido ancho + variantes compactas
   ===================================================================== */
@media (min-width:981px){
  .product-detail-page .product-lower-grid{
    grid-template-columns:minmax(0,3.15fr) minmax(245px,.85fr) !important;
    gap:18px !important;
    align-items:start !important;
  }

  .product-detail-page .product-lower-grid .product-content-card{
    margin:0 !important;
    min-width:0;
    padding:30px 34px 34px !important;
    border-radius:22px;
  }

  .product-detail-page .product-lower-grid .product-variants-card{
    margin:0 !important;
    min-width:0;
    padding:20px 18px !important;
    border-radius:22px;
    align-self:start;
  }

  /* Conserva el ajuste dinámico vertical, pero sin deformar las columnas. */
  .product-detail-page .product-lower-grid.cmz-detail-compacted{
    margin-top:calc(18px - var(--cmz-detail-lift, 0px)) !important;
  }
  .product-detail-page .product-lower-grid.cmz-detail-compacted .product-variants-card{
    margin-top:var(--cmz-detail-lift, 0px) !important;
  }
}

.product-detail-page .product-content-heading{
  padding-bottom:16px;
  margin-bottom:18px;
  border-bottom:1px solid #e7e9ed;
}
.product-detail-page .product-content-heading > span{
  font-size:11px;
  letter-spacing:.07em;
}
.product-detail-page .product-content-heading h2{
  margin-top:5px;
  line-height:1.04;
}
.product-detail-page .product-copy-section{
  margin-top:0;
}
.product-detail-page .product-copy-section h3{
  margin:0 0 12px;
  font-size:17px;
}
.product-detail-page .product-copy-section p{
  margin:0;
  max-width:none;
  font-size:15px;
  line-height:1.62;
  overflow-wrap:anywhere;
}

/* Selector lateral de variantes más delgado y discreto. */
.product-detail-page .product-variants-card .product-variants-kicker{
  font-size:10px;
  letter-spacing:.06em;
}
.product-detail-page .product-variants-card h2{
  margin:5px 0 6px;
  font-size:26px !important;
  line-height:1.05;
}
.product-detail-page .product-variants-card > p{
  margin:0 0 14px;
  font-size:12.5px;
  line-height:1.45;
}
.product-detail-page .product-variants-card .variant-links{
  margin-top:8px;
  display:flex;
  flex-direction:column;
  gap:7px;
  max-height:465px;
  overflow:auto;
  padding-right:4px;
  scrollbar-width:thin;
}
.product-detail-page .product-variants-card .variant-links a{
  display:block;
  width:100%;
  padding:10px 11px !important;
  border-radius:11px !important;
  font-size:11px !important;
  line-height:1.2;
  min-height:38px;
  white-space:normal;
}
.product-detail-page .product-variants-card .variant-links a.active{
  padding:11px !important;
}

@media(max-width:980px){
  .product-detail-page .product-lower-grid{
    grid-template-columns:1fr !important;
    gap:16px !important;
  }
  .product-detail-page .product-content-card,
  .product-detail-page .product-variants-card{
    margin:0 !important;
  }
}

/* CICLOMAZ — alineación inferior: Detalles y Otras variantes al mismo nivel */
@media (min-width:981px){
  .product-detail-page .product-lower-grid,
  .product-detail-page .product-lower-grid.cmz-detail-compacted{
    margin-top:18px !important;
    align-items:start !important;
  }

  .product-detail-page .product-lower-grid .product-content-card,
  .product-detail-page .product-lower-grid .product-variants-card,
  .product-detail-page .product-lower-grid.cmz-detail-compacted .product-content-card,
  .product-detail-page .product-lower-grid.cmz-detail-compacted .product-variants-card{
    margin-top:0 !important;
    transform:none !important;
  }
}

/* =====================================================================
   CICLOMAZ — productos relacionados debajo de Otras variantes
   ===================================================================== */
.product-detail-page .product-side-column{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:16px;
  align-self:start;
}

.product-detail-page .product-side-column .product-variants-card{
  width:100%;
  margin:0 !important;
}

.product-detail-page .related-products-card{
  width:100%;
  min-width:0;
  padding:19px 16px 16px;
  border:1px solid #e1e4e9;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 34px rgba(17,24,39,.06);
}

.product-detail-page .related-products-kicker{
  display:block;
  margin-bottom:4px;
  color:#ed111f;
  font-size:9px;
  line-height:1.2;
  font-weight:900;
  letter-spacing:.07em;
  text-transform:uppercase;
}

.product-detail-page .related-products-card h2{
  margin:0 0 13px;
  font-size:21px;
  line-height:1.08;
  letter-spacing:-.025em;
}

.product-detail-page .related-products-list{
  display:flex;
  flex-direction:column;
  gap:9px;
}

.product-detail-page .related-product-item{
  position:relative;
  display:grid;
  grid-template-columns:74px minmax(0,1fr) 12px;
  align-items:center;
  gap:9px;
  min-width:0;
  padding:7px;
  border:1px solid #e5e7eb;
  border-radius:14px;
  background:#fff;
  color:#111318;
  text-decoration:none;
  transition:transform .18s ease,border-color .18s ease,box-shadow .18s ease;
}

.product-detail-page .related-product-item:hover{
  transform:translateY(-2px);
  border-color:#f2a7ad;
  box-shadow:0 8px 22px rgba(17,24,39,.08);
}

.product-detail-page .related-product-photo{
  width:74px;
  height:62px;
  display:flex;
  align-items:center;
  justify-content:center;
  overflow:hidden;
  border-radius:10px;
  background:#f7f8fa;
}

.product-detail-page .related-product-photo img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:4px;
}

.product-detail-page .related-product-info{
  min-width:0;
  display:flex;
  flex-direction:column;
  gap:3px;
}

.product-detail-page .related-product-info strong{
  display:-webkit-box;
  overflow:hidden;
  -webkit-box-orient:vertical;
  -webkit-line-clamp:2;
  font-size:11px;
  line-height:1.18;
  font-weight:900;
}

.product-detail-page .related-product-info small{
  display:block;
  overflow:hidden;
  white-space:nowrap;
  text-overflow:ellipsis;
  color:#747b86;
  font-size:9px;
  line-height:1.2;
}

.product-detail-page .related-product-info b{
  color:#ed111f;
  font-size:11px;
  line-height:1.2;
}

.product-detail-page .related-product-arrow{
  color:#a1a7b0;
  font-size:22px;
  font-weight:700;
  line-height:1;
}

@media(min-width:981px){
  .product-detail-page .product-lower-grid{
    grid-template-columns:minmax(0,3.15fr) minmax(245px,.85fr) !important;
  }
  .product-detail-page .product-lower-grid > .product-side-column{
    grid-column:2;
  }
}

@media(max-width:980px){
  .product-detail-page .product-side-column{
    width:100%;
  }
  .product-detail-page .related-products-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

@media(max-width:620px){
  .product-detail-page .related-products-list{
    grid-template-columns:1fr;
  }
}

/* Refuerzo del diseño superior aprobado: ancho, frames y specs compactas. */
/* Ciclomaz - CTA producto v4 minimalista */
.cmz-action-host{display:block!important;width:100%!important;max-width:none!important}
.cmz-lead-cta-card{
  width:100%!important; max-width:none!important; box-sizing:border-box!important;
  margin:18px 0 0!important; padding:0!important; border:0!important; background:transparent!important;
  box-shadow:none!important; grid-column:1/-1!important; flex:0 0 100%!important;
}
.cmz-lead-cta-head{margin:0 0 10px!important;padding:0!important;display:block!important}
.cmz-lead-cta-kicker{display:inline-flex!important;align-items:center!important;padding:5px 9px!important;border-radius:999px!important;background:#fff1f2!important;color:#c01022!important;font-size:10px!important;font-weight:900!important;letter-spacing:.04em!important;text-transform:uppercase!important}
.cmz-lead-cta-head h3,.cmz-lead-cta-head p{display:none!important}
.cmz-lead-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px!important;width:100%!important;margin:0!important;padding:0!important}
.cmz-lead-actions>a,.cmz-lead-actions>button{
  width:100%!important;min-width:0!important;height:58px!important;min-height:58px!important;margin:0!important;padding:0 16px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;border-radius:14px!important;
  box-sizing:border-box!important;text-align:center!important;font:inherit!important;font-size:14px!important;font-weight:900!important;line-height:1!important;
  text-decoration:none!important;cursor:pointer!important;box-shadow:none!important;transform:none!important;overflow:hidden!important;white-space:nowrap!important;
  transition:background .16s ease,border-color .16s ease,box-shadow .16s ease,transform .16s ease!important;
}
.cmz-lead-actions>a:hover,.cmz-lead-actions>button:hover{transform:translateY(-1px)!important;box-shadow:0 10px 22px rgba(15,23,42,.10)!important}
.cmz-lead-actions>a::after,.cmz-lead-actions>button::after{display:none!important;content:none!important}
.cmz-btn-copy{display:block!important;min-width:0!important}.cmz-btn-copy strong{display:block!important;font-size:14px!important;line-height:1!important;font-weight:900!important}.cmz-btn-copy small{display:none!important}
.cmz-wa-btn{background:#20c863!important;color:#fff!important;border:1px solid #19b657!important}.cmz-wa-btn:hover{background:#18b657!important}
.cmz-wa-btn svg{width:20px!important;height:20px!important;flex:0 0 20px!important;fill:currentColor!important}
.cmz-interest-btn{background:#fff!important;color:#111827!important;border:1px solid #cfd4dc!important}.cmz-interest-btn:hover{border-color:#98a2b3!important;background:#fcfcfd!important}
.cmz-interest-btn svg{width:19px!important;height:19px!important;flex:0 0 19px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important}
.cmz-flyer-btn{grid-column:1/-1!important;height:44px!important;min-height:44px!important;background:transparent!important;color:#475467!important;border:1px solid #e4e7ec!important;border-radius:12px!important;font-size:12px!important;box-shadow:none!important}
.cmz-flyer-btn:hover{background:#f9fafb!important;color:#111827!important;border-color:#d0d5dd!important}
.cmz-flyer-btn svg{width:15px!important;height:15px!important;flex:0 0 15px!important;fill:none!important;stroke:currentColor!important;stroke-width:2!important}
.cmz-flyer-btn .cmz-btn-copy strong{font-size:12px!important}

/* modal / toast */
.cmz-interest-modal[hidden]{display:none!important}.cmz-interest-modal{position:fixed;inset:0;z-index:999999;display:grid;place-items:center;padding:18px}
.cmz-interest-backdrop{position:absolute;inset:0;background:rgba(15,23,42,.62);backdrop-filter:blur(4px)}
.cmz-interest-dialog{position:relative;z-index:1;width:min(720px,100%);max-height:min(90vh,860px);overflow:auto;background:#fff;border-radius:22px;box-shadow:0 30px 90px rgba(0,0,0,.28);border:1px solid #eaecf0}
.cmz-interest-head{padding:22px 24px 17px;border-bottom:1px solid #eceff3;display:flex;align-items:flex-start;justify-content:space-between;gap:18px;background:#fff}
.cmz-interest-eyebrow{display:inline-flex;align-items:center;padding:5px 9px;border-radius:999px;background:#fff1f2;color:#c01022;font-size:10px;font-weight:900;margin-bottom:8px;text-transform:uppercase;letter-spacing:.04em}
.cmz-interest-head h2{margin:0 0 4px;color:#111827;font-size:25px;line-height:1.1}.cmz-interest-head p{margin:0;color:#667085;font-size:13px;line-height:1.5}
.cmz-interest-close{width:38px;height:38px;flex:0 0 38px;border:0;border-radius:50%;background:#f2f4f7;color:#111;font-size:23px;line-height:1;cursor:pointer}
.cmz-interest-product{margin:15px 24px 0;padding:12px 14px;border-radius:12px;background:#f8fafc;border:1px solid #e5e7eb;color:#344054;font-size:13px;font-weight:700}
.cmz-interest-form{padding:18px 24px 24px}.cmz-interest-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.cmz-interest-field{display:flex;flex-direction:column;gap:6px}.cmz-interest-field.full{grid-column:1/-1}
.cmz-interest-field label{color:#111827;font-size:12px;font-weight:900}.cmz-interest-field input,.cmz-interest-field textarea,.cmz-interest-field select{width:100%;box-sizing:border-box;border:1px solid #d0d5dd;background:#fff;color:#111827;border-radius:11px;padding:11px 12px;font:inherit;font-size:14px;outline:none}
.cmz-interest-field input:focus,.cmz-interest-field textarea:focus,.cmz-interest-field select:focus{border-color:#ed111f;box-shadow:0 0 0 3px rgba(237,17,31,.08)}.cmz-interest-field textarea{min-height:105px;resize:vertical}
.cmz-interest-help{margin:13px 0 0;color:#667085;font-size:11px;line-height:1.45}.cmz-interest-submit{width:100%;min-height:50px;margin-top:15px;border:0;border-radius:12px;background:#ed111f;color:#fff;font:inherit;font-weight:900;cursor:pointer}.cmz-interest-submit:disabled{opacity:.62;cursor:wait}
.cmz-interest-message{display:none;margin-top:13px;padding:12px 13px;border-radius:10px;font-size:13px;line-height:1.45}.cmz-interest-message.ok{display:block;background:#ecfdf3;color:#067647}.cmz-interest-message.error{display:block;background:#fef3f2;color:#b42318}
.cmz-interest-hp{position:absolute!important;left:-99999px!important;width:1px!important;height:1px!important;overflow:hidden!important}body.cmz-modal-open{overflow:hidden!important}
.cmz-interest-toast{position:fixed;right:18px;bottom:18px;z-index:1000000;max-width:min(420px,calc(100vw - 32px));padding:15px 17px;border-radius:15px;background:#101828;color:#fff;box-shadow:0 24px 60px rgba(0,0,0,.25);display:none}.cmz-interest-toast.show{display:block;animation:cmzToastIn .18s ease-out}.cmz-interest-toast strong{display:block;font-size:15px;margin-bottom:4px}.cmz-interest-toast p{margin:0;color:#d0d5dd;font-size:13px;line-height:1.45}@keyframes cmzToastIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}
@media(max-width:640px){.cmz-lead-actions{grid-template-columns:1fr!important}.cmz-flyer-btn{grid-column:auto!important}.cmz-interest-grid{grid-template-columns:1fr}.cmz-interest-field.full{grid-column:auto}.cmz-interest-dialog{border-radius:17px}.cmz-interest-head{padding:18px 17px 14px}.cmz-interest-product{margin:13px 17px 0}.cmz-interest-form{padding:17px}}

/* ============================================================
   CICLOMAZ — PRODUCTO MÁS ANCHO EN ESCRITORIO
   Solo aplica desde 1100px. NO modifica móvil ni tablet.
   ============================================================ */
@media (min-width:1100px){

  /* El resto del sitio conserva su .container de 1200px.
     Solo la ficha de producto gana ancho. */
  .product-detail-page > .container{
    width:min(1400px, calc(100% - 48px)) !important;
    max-width:1400px !important;
  }

  /* Mantiene proporción equilibrada pero con más aire real. */
  .product-detail-page .product-hero-card{
    grid-template-columns:minmax(0,1.12fr) minmax(470px,.88fr) !important;
    gap:18px !important;
    overflow:visible !important;
    background:transparent !important;
    border:0 !important;
    box-shadow:none !important;
  }

  /* Dos frames independientes y más modernos. */
  .product-detail-page .product-gallery-panel,
  .product-detail-page .product-summary{
    border:1px solid #e3e6eb !important;
    border-radius:26px !important;
    background:#fff !important;
    box-shadow:0 18px 48px rgba(15,23,42,.08) !important;
    min-width:0 !important;
  }

  .product-detail-page .product-gallery-panel{
    padding:18px !important;
  }

  .product-detail-page .product-gallery-panel .main-photo{
    aspect-ratio:4 / 3 !important;
    padding:16px !important;
  }

  .product-detail-page .product-gallery-panel .thumb-list{
    gap:11px !important;
  }

  .product-detail-page .product-gallery-panel .thumb{
    width:72px !important;
    height:72px !important;
    min-width:72px !important;
    flex:0 0 72px !important;
  }

  .product-detail-page .product-summary{
    padding:30px 32px 28px !important;
  }

  .product-detail-page .product-summary h1{
    max-width:none !important;
  }

  .product-detail-page .product-summary .detail-lead{
    max-width:none !important;
  }

  /* El bloque inferior aprovecha mejor el nuevo ancho.
     74/26 aprox. para que relacionados ya no quede tan delgado. */
  .product-detail-page .product-lower-grid,
  .product-detail-page .product-lower-grid.cmz-detail-compacted{
    grid-template-columns:minmax(0,2.85fr) minmax(330px,1fr) !important;
    gap:20px !important;
  }

  .product-detail-page .product-lower-grid .product-content-card,
  .product-detail-page .product-lower-grid.cmz-detail-compacted .product-content-card{
    margin:0 !important;
    padding:32px 38px 38px !important;
  }

  .product-detail-page .product-side-column{
    min-width:330px !important;
  }

  .product-detail-page .related-products-card,
  .product-detail-page .product-variants-card{
    width:100% !important;
    min-width:0 !important;
  }

  .product-detail-page .related-product-item{
    grid-template-columns:76px minmax(0,1fr) 16px !important;
    gap:11px !important;
  }

  .product-detail-page .related-product-photo{
    width:76px !important;
    height:76px !important;
  }

  /* CTA v4 respira mejor con el panel ensanchado. */
  .product-detail-page .cmz-lead-actions{
    gap:12px !important;
  }

  .product-detail-page .cmz-lead-actions > a,
  .product-detail-page .cmz-lead-actions > button{
    min-width:0 !important;
  }
}

/* <=1099px conserva exactamente el diseño responsive actual. */

/* ============================================================
   CICLOMAZ — ESPECIFICACIONES COMPACTAS + FRAMES PAREJOS V6
   Solo escritorio >= 1100px. Móvil conserva el layout original.
   ============================================================ */
@media (min-width:1100px){

  /* Los dos frames superiores terminan exactamente a la misma altura. */
  .product-detail-page .product-hero-card{
    align-items:stretch !important;
  }

  .product-detail-page .product-gallery-panel,
  .product-detail-page .product-summary{
    height:100% !important;
    box-sizing:border-box !important;
  }

  .product-detail-page .product-summary{
    display:flex !important;
    flex-direction:column !important;
  }

  /* El CTA se va naturalmente al fondo de la ficha. */
  .product-detail-page .cmz-lead-cta-card{
    margin-top:auto !important;
    padding-top:16px !important;
  }

  /* Cuando JS agrupa las especificaciones, quedan solo 2 frames. */
  .product-detail-page .detail-specs.cmz-specs-grouped{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:10px !important;
    width:100% !important;
  }

  .product-detail-page .cmz-spec-group{
    width:100% !important;
    display:grid !important;
    gap:0 !important;
    overflow:hidden !important;
    border:1px solid #dde2e8 !important;
    border-radius:14px !important;
    background:#f7f8fa !important;
    box-sizing:border-box !important;
  }

  .product-detail-page .cmz-spec-group.cmz-spec-dimensions{
    grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  }

  .product-detail-page .cmz-spec-group.cmz-spec-details{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  }

  .product-detail-page .cmz-spec-group > .spec{
    min-width:0 !important;
    min-height:58px !important;
    margin:0 !important;
    padding:11px 13px !important;
    border:0 !important;
    border-radius:0 !important;
    background:transparent !important;
    box-shadow:none !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    box-sizing:border-box !important;
  }

  .product-detail-page .cmz-spec-group > .spec + .spec{
    border-left:1px solid #dde2e8 !important;
  }

  .product-detail-page .cmz-spec-group > .spec small,
  .product-detail-page .cmz-spec-group > .spec .label,
  .product-detail-page .cmz-spec-group > .spec .spec-label{
    margin-bottom:3px !important;
    font-size:10px !important;
    line-height:1 !important;
    letter-spacing:.05em !important;
    color:#7b8494 !important;
    font-weight:900 !important;
  }

  .product-detail-page .cmz-spec-group > .spec strong,
  .product-detail-page .cmz-spec-group > .spec .value,
  .product-detail-page .cmz-spec-group > .spec .spec-value{
    font-size:13px !important;
    line-height:1.2 !important;
    color:#101828 !important;
    font-weight:900 !important;
  }
}


/* CMZ RESTORE PRODUCT DETAIL V21 END */



/* =========================================================
   V22 — VIDEO DE PRODUCTO
   ========================================================= */
.product-detail-page .product-video-card{
  margin-top:18px;
  padding:24px;
  border:1px solid #e3e6eb;
  border-radius:22px;
  background:#fff;
  box-shadow:0 12px 34px rgba(15,23,42,.06);
}
.product-detail-page .product-video-heading{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:18px;
  margin-bottom:15px;
}
.product-detail-page .product-video-heading span{
  display:block;
  margin-bottom:5px;
  color:#ed111f;
  font-size:10px;
  font-weight:950;
  letter-spacing:.08em;
}
.product-detail-page .product-video-heading h2{
  margin:0;
  font-size:clamp(22px,2vw,30px);
  line-height:1.05;
}
.product-detail-page .product-video-heading a{
  flex:0 0 auto;
  color:#667085;
  font-size:11px;
  font-weight:850;
}
.product-detail-page .product-video-heading a:hover{color:#ed111f}
.product-detail-page .product-video-frame{
  position:relative;
  width:100%;
  aspect-ratio:16 / 9;
  overflow:hidden;
  border-radius:16px;
  background:#0b0c10;
}
.product-detail-page .product-video-frame iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
@media(min-width:1100px){
  .product-detail-page .product-video-card{
    padding:26px 28px 28px;
  }
}
@media(max-width:700px){
  .product-detail-page .product-video-card{
    margin-top:14px;
    padding:16px;
    border-radius:18px;
  }
  .product-detail-page .product-video-heading{
    align-items:flex-start;
    flex-direction:column;
    gap:7px;
  }
}


/* =========================================================
   V23 — PRODUCTOS SIN EXISTENCIA: VENTA POR PEDIDO
   ========================================================= */
.product-card.cmz-orderable-card{
  border-color:#f1d6a5;
  background:
    linear-gradient(180deg,rgba(255,250,235,.38),#fff 28%);
}

.product-card .stock-badge.cmz-order-badge{
  background:#fff0c2 !important;
  color:#7a4b00 !important;
  border:1px solid #f2cf79 !important;
  box-shadow:0 4px 12px rgba(122,75,0,.10);
  font-weight:950 !important;
  letter-spacing:.035em;
}

.product-card .cmz-card-order-note{
  margin:0 0 12px;
  padding:9px 10px;
  border:1px solid #f3d99d;
  border-radius:10px;
  background:#fffaeb;
}

.product-card .cmz-card-order-note strong{
  display:block;
  margin-bottom:2px;
  color:#7a2e0e;
  font-size:11px;
  line-height:1.15;
  font-weight:950;
}

.product-card .cmz-card-order-note span{
  display:block;
  color:#7b6545;
  font-size:9.5px;
  line-height:1.3;
}

.product-card .cmz-order-button{
  min-width:104px;
  min-height:40px;
  padding:8px 11px !important;
  border:1px solid #ed111f !important;
  border-radius:11px;
  background:#ed111f !important;
  color:#fff !important;
  font-size:11px !important;
  line-height:1.05;
  font-weight:950;
  text-align:center;
  box-shadow:0 8px 18px rgba(237,17,31,.18);
}

.product-card .cmz-order-button:hover{
  background:#c90d18 !important;
  border-color:#c90d18 !important;
  color:#fff !important;
  transform:translateY(-1px);
}

/* En promociones y listados compactos no deja crecer la tarjeta demasiado */
.promo-section .product-card .cmz-card-order-note,
.catalog-results-main .product-card .cmz-card-order-note{
  margin-bottom:10px;
}

@media(max-width:560px){
  .product-card .cmz-order-button{
    min-height:42px;
    min-width:112px;
    font-size:11.5px !important;
  }
}


/* =========================================================
   V43 — FILTROS LATERALES MÁS GRANDES / BICICLETAS
   Solo escritorio. En móvil se conserva el comportamiento actual.
   ========================================================= */
@media (min-width:821px){
    .bike-selector-layout{
        grid-template-columns:275px minmax(0,1fr);
        gap:34px;
    }

    .bike-selector-sidebar{
        padding-right:22px;
    }

    .bike-selector-sidebar .catalog-sidebar-head{
        margin-bottom:7px;
        padding-bottom:15px;
    }

    .bike-selector-sidebar .catalog-sidebar-head strong{
        font-size:18px;
        line-height:1.2;
        font-weight:950;
    }

    .bike-selector-sidebar .catalog-facet{
        padding:20px 0;
    }

    .bike-selector-sidebar .catalog-facet h3{
        margin:0 0 13px;
        font-size:16px;
        line-height:1.2;
        font-weight:950;
    }

    .bike-selector-sidebar .catalog-facet-clear{
        margin:-2px 0 11px;
        font-size:12.5px;
        line-height:1.2;
    }

    .bike-selector-sidebar .catalog-facet-list{
        gap:8px;
    }

    .bike-selector-sidebar .catalog-facet-scroll{
        max-height:330px;
        padding-right:5px;
    }

    .bike-selector-sidebar .catalog-facet-option{
        grid-template-columns:22px minmax(0,1fr) auto;
        gap:10px;
        min-height:35px;
        font-size:14.5px;
        line-height:1.35;
        font-weight:650;
    }

    .bike-selector-sidebar .catalog-facet-option i{
        width:19px;
        height:19px;
        border-width:1.7px;
        border-radius:4px;
    }

    .bike-selector-sidebar .catalog-facet-option.active{
        font-weight:950;
    }

    .bike-selector-sidebar .catalog-facet-option.active i::after{
        left:5px;
        top:1px;
        width:5px;
        height:10px;
        border-width:0 2px 2px 0;
    }

    .bike-selector-sidebar .catalog-facet-option b{
        min-width:22px;
        font-size:12px;
        line-height:1.2;
        text-align:right;
    }

    .bike-selector-sidebar .catalog-price-custom{
        margin-top:13px;
    }

    .bike-selector-sidebar .catalog-price-custom input{
        min-height:39px;
        font-size:13px;
    }
}

/* Laptop: un poco menos ancho, pero conserva letra/checkbox cómodos */
@media (min-width:821px) and (max-width:1050px){
    .bike-selector-layout{
        grid-template-columns:250px minmax(0,1fr);
        gap:24px;
    }

    .bike-selector-sidebar .catalog-facet-option{
        font-size:14px;
    }
}


/* =========================================================
   V44 — QUITAR SCROLL INTERNO DEL MENÚ IZQUIERDO
   Las listas de filtros crecen completas hacia abajo.
   ========================================================= */
@media (min-width:821px){
    .bike-selector-sidebar .catalog-facet-scroll{
        max-height:none !important;
        height:auto !important;
        overflow:visible !important;
        overflow-y:visible !important;
        padding-right:0 !important;
    }

    .bike-selector-sidebar .catalog-facet-scroll::-webkit-scrollbar{
        display:none !important;
        width:0 !important;
        height:0 !important;
    }
}

/* ======================================================
   CLUB CICLOMAZ — SESIÓN Y PRECIOS DE SOCIO
   ====================================================== */
.main-nav .nav-club,
.main-nav .nav-club-member{
  border-radius:999px;
  padding:8px 12px;
  font-weight:900;
  white-space:nowrap;
}
.main-nav .nav-club{
  background:#111827;
  color:#fff;
}
.main-nav .nav-club-member{
  background:#ed111f;
  color:#fff;
  box-shadow:0 7px 18px rgba(237,17,31,.18);
}
.club-member-bar{
  background:#111827;
  color:#fff;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:3px solid #ed111f;
}
.club-member-bar-inner{
  min-height:44px;
  display:flex;
  align-items:center;
  gap:10px;
  font-size:13px;
}
.club-member-dot{
  width:23px;
  height:23px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  flex:0 0 auto;
  background:#ed111f;
  color:#fff;
  font-weight:1000;
}
.club-member-rule{color:#cbd5e1;font-size:12px;margin-left:auto}
.club-member-bar a{color:#fff;text-decoration:underline;font-weight:900;white-space:nowrap}

.club-price-wrap{gap:2px!important;align-items:flex-start!important}
.club-price-label{
  display:inline-flex;
  width:max-content;
  border-radius:999px;
  background:#111827;
  color:#fff;
  padding:4px 8px;
  margin-bottom:3px;
  font-size:10px;
  line-height:1;
  font-weight:950;
  letter-spacing:.04em;
  text-transform:uppercase;
}
.price.club-price{color:#d80717}
.club-no-stack{display:block;color:#6b7280;font-size:10px;font-weight:800;margin-top:2px}

.detail-club-label{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  padding:6px 9px;
  background:#111827;
  color:#fff;
  font-size:10px;
  font-weight:950;
  letter-spacing:.04em;
}
.detail-club-label.muted{background:#f3f4f6;color:#4b5563;border:1px solid #e5e7eb}
.club-detail-price-panel{
  border-color:#111827!important;
  background:linear-gradient(135deg,#fff 0%,#fff5f5 100%)!important;
  box-shadow:0 10px 28px rgba(17,24,39,.08);
}
.club-detail-price-panel .product-price-caption{color:#d80717!important;font-weight:950!important}
.club-detail-price-panel .detail-price{color:#111827}
.club-saving{background:#111827!important;color:#fff!important}
.club-detail-no-stack{display:block;margin-top:6px;color:#6b7280;font-size:11px;font-weight:750}
.related-club-price{display:block!important;color:#d80717!important;font-size:9px!important;font-weight:950!important;text-transform:uppercase;letter-spacing:.04em}

@media(max-width:900px){
  .club-member-bar-inner{padding-top:9px;padding-bottom:9px;flex-wrap:wrap}
  .club-member-rule{width:100%;margin-left:33px}
}
@media(max-width:760px){
  .main-nav .nav-club,.main-nav .nav-club-member{display:inline-flex;width:max-content}
  .club-member-bar-inner{font-size:12px}
  .club-member-rule{margin-left:0}
}

/* =========================================================
   V45 — MENÚ PRINCIPAL PRO + BANNERS A SANGRE
   ========================================================= */
.site-header{
  background:rgba(255,255,255,.985);
  border-bottom:1px solid rgba(17,24,39,.08);
  box-shadow:0 10px 28px rgba(15,23,42,.055);
}
.site-header::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:3px;
  background:linear-gradient(90deg,#111827 0 28%,#ed111f 46% 54%,#111827 72% 100%);
}
.site-header .nav-wrap{
  width:min(1500px,calc(100% - 42px));
  min-height:78px;
  gap:22px;
}
.site-header .brand{flex:0 0 auto}
.site-header .brand img{
  width:158px;
  height:54px;
  object-fit:contain;
}
.main-nav{
  flex:0 1 auto;
  flex-wrap:nowrap;
  justify-content:flex-end;
  gap:3px;
  padding:5px;
  border:1px solid #e7e9ee;
  border-radius:18px;
  background:#f6f7f9;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.9);
}
.main-nav a{
  min-height:40px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:9px 12px;
  border-radius:13px;
  color:#20242c;
  font-size:13px;
  font-weight:850;
  line-height:1;
  white-space:nowrap;
  transition:background .16s ease,color .16s ease,transform .16s ease,box-shadow .16s ease;
}
.main-nav a:hover{
  background:#fff;
  color:#0a0a0a;
  transform:translateY(-1px);
  box-shadow:0 7px 18px rgba(15,23,42,.09);
}
.main-nav .nav-style-destacado{
  background:#111827;
  color:#fff;
}
.main-nav .nav-style-destacado:hover{
  background:#05070b;
  color:#fff;
}
.main-nav .nav-style-club{
  background:linear-gradient(135deg,#111827,#242b38);
  color:#fff;
  box-shadow:0 7px 18px rgba(17,24,39,.13);
}
.main-nav .nav-style-club::before{
  content:"";
  width:7px;
  height:7px;
  border-radius:999px;
  background:#ed111f;
  box-shadow:0 0 0 3px rgba(237,17,31,.14);
}
.main-nav .nav-style-club:hover{background:#111827;color:#fff}
.main-nav .nav-style-rojo{color:#c40d19;font-weight:950}
.main-nav .nav-style-rojo:hover{background:#fff0f1;color:#b70814}
.main-nav .nav-style-dorado{color:#8a5b00;font-weight:950}
.main-nav .nav-style-dorado:hover{background:#fff8df;color:#704900}
.nav-member-badge{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:34px;
  height:21px;
  padding:0 7px;
  border-radius:999px;
  background:#ed111f;
  color:#fff;
  font-size:10px;
  font-style:normal;
  font-weight:1000;
}
.menu-toggle{
  background:#111827;
  border:1px solid #111827;
  border-radius:13px;
  box-shadow:0 7px 18px rgba(17,24,39,.12);
}

/* Las imágenes de los banners llenan completamente cada cuadro.
   Es especialmente útil cuando el archivo original trae márgenes blancos. */
.slide-media-item{background:#eceef1}
.slide-bg{
  width:100%;
  height:100%;
  min-width:100%;
  min-height:100%;
  object-fit:cover;
  object-position:center;
  padding:0;
}
.slide-mobile-media img{
  width:100%;
  height:100%;
  min-width:100%;
  min-height:100%;
  object-fit:cover;
  object-position:center;
  padding:0;
}

@media(max-width:1180px){
  .site-header .nav-wrap{width:min(100% - 28px,1200px)}
  .main-nav{
    display:none;
    position:absolute;
    left:14px;
    right:14px;
    top:72px;
    padding:10px;
    border-radius:18px;
    background:rgba(255,255,255,.99);
    box-shadow:0 22px 55px rgba(15,23,42,.18);
    flex-direction:column;
    align-items:stretch;
  }
  .main-nav.open{display:flex}
  .main-nav a{justify-content:flex-start;width:100%;padding:12px 14px}
  .menu-toggle{display:block}
}
@media(max-width:650px){
  .site-header .nav-wrap{min-height:70px;width:min(100% - 20px,1200px)}
  .site-header .brand img{width:145px;height:48px}
  .main-nav{top:66px}
}

/* =========================================================
   V46 — CUENTA CLUB COMO MENÚ DESPLEGABLE EN HEADER
   ========================================================= */
.site-header .nav-actions{
  margin-left:auto;
  min-width:0;
  display:flex;
  align-items:center;
  justify-content:flex-end;
  gap:10px;
  position:relative;
}
.club-account-menu{
  position:relative;
  flex:0 0 auto;
}
.club-account-trigger{
  min-height:50px;
  display:flex;
  align-items:center;
  gap:9px;
  border:1px solid #111827;
  border-radius:16px;
  padding:6px 11px 6px 7px;
  background:linear-gradient(135deg,#111827,#202735);
  color:#fff;
  box-shadow:0 10px 24px rgba(15,23,42,.15);
  cursor:pointer;
  font:inherit;
  text-align:left;
  transition:transform .16s ease,box-shadow .16s ease,background .16s ease;
}
.club-account-trigger:hover,
.club-account-trigger[aria-expanded="true"]{
  background:#090c12;
  transform:translateY(-1px);
  box-shadow:0 14px 30px rgba(15,23,42,.2);
}
.club-account-avatar{
  width:36px;
  height:36px;
  flex:0 0 36px;
  border-radius:12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ed111f;
  color:#fff;
  font-size:16px;
  line-height:1;
  font-weight:1000;
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.16);
}
.club-account-trigger-copy{
  display:flex;
  flex-direction:column;
  gap:2px;
  line-height:1.05;
  white-space:nowrap;
}
.club-account-trigger-copy small{
  color:#cbd5e1;
  font-size:9px;
  font-weight:800;
  text-transform:uppercase;
  letter-spacing:.06em;
}
.club-account-trigger-copy strong{
  color:#fff;
  font-size:12px;
  font-weight:950;
}
.club-account-chevron{
  margin-left:2px;
  color:#cbd5e1;
  font-size:15px;
  line-height:1;
  transition:transform .16s ease;
}
.club-account-trigger[aria-expanded="true"] .club-account-chevron{transform:rotate(180deg)}
.club-account-dropdown{
  position:absolute;
  z-index:90;
  top:calc(100% + 10px);
  right:0;
  width:min(340px,calc(100vw - 24px));
  overflow:hidden;
  border:1px solid #e5e7eb;
  border-radius:20px;
  background:#fff;
  color:#111827;
  box-shadow:0 24px 65px rgba(15,23,42,.23);
}
.club-account-dropdown[hidden]{display:none!important}
.club-account-head{
  display:flex;
  align-items:center;
  gap:10px;
  padding:17px 18px 13px;
  background:linear-gradient(135deg,#0b0e14,#1c2330);
  color:#fff;
}
.club-account-check{
  width:31px;
  height:31px;
  flex:0 0 31px;
  border-radius:999px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  background:#ed111f;
  color:#fff;
  font-weight:1000;
}
.club-account-head div{display:flex;flex-direction:column;gap:3px}
.club-account-head strong{font-size:15px;font-weight:950}
.club-account-head small{font-size:11px;color:#cbd5e1;font-weight:750}
.club-account-benefit{
  margin:12px 12px 7px;
  padding:12px 13px;
  border:1px solid #fecdd3;
  border-radius:14px;
  background:#fff5f6;
  display:grid;
  gap:2px;
}
.club-account-benefit b{color:#c40d19;font-size:14px;font-weight:1000}
.club-account-benefit span{font-size:12px;font-weight:850;color:#111827}
.club-account-benefit small{font-size:10px;color:#6b7280;line-height:1.35}
.club-account-links{
  display:grid;
  gap:3px;
  padding:6px 10px 10px;
}
.club-account-links a{
  min-height:42px;
  display:flex;
  align-items:center;
  gap:10px;
  padding:9px 10px;
  border-radius:12px;
  color:#20242c;
  transition:background .14s ease,color .14s ease,transform .14s ease;
}
.club-account-links a:hover{
  background:#f3f4f6;
  color:#c40d19;
  transform:translateX(2px);
}
.club-account-links a span{
  width:24px;
  text-align:center;
  font-size:15px;
}
.club-account-links a b{font-size:13px;font-weight:900}
.club-account-footer{
  padding:11px 15px 14px;
  border-top:1px solid #eceef2;
  background:#fafafa;
  text-align:right;
}
.club-account-footer a{
  color:#6b7280;
  font-size:12px;
  font-weight:900;
}
.club-account-footer a:hover{color:#ed111f}

/* La antigua barra horizontal del socio ya no se usa en el nuevo header. */
.club-member-bar{display:none!important}

@media(max-width:1180px){
  .site-header .nav-actions{gap:8px}
  .site-header .main-nav{
    left:auto;
    right:0;
    width:min(430px,calc(100vw - 28px));
    top:64px;
  }
  .club-account-menu{order:3}
  .menu-toggle{order:2}
  .main-nav{order:1}
}
@media(max-width:720px){
  .site-header .nav-wrap{gap:8px}
  .club-account-trigger{min-height:46px;padding:5px 8px 5px 5px;border-radius:14px}
  .club-account-avatar{width:34px;height:34px;flex-basis:34px;border-radius:10px}
  .club-account-trigger-copy small{display:none}
  .club-account-trigger-copy strong{font-size:11px}
  .club-account-chevron{display:none}
  .club-account-dropdown{right:0;top:calc(100% + 8px)}
}
@media(max-width:500px){
  .site-header .brand img{width:122px;height:44px}
  .club-account-trigger-copy strong{max-width:72px;white-space:normal;line-height:1.05}
  .menu-toggle{padding:10px 11px;font-size:12px}
}
@media(max-width:390px){
  .club-account-trigger-copy{display:none}
  .club-account-trigger{padding:5px}
}

/* =========================================================
   V46 — LOGO PRINCIPAL MÁS VISIBLE
   El asset de header está recortado para no desperdiciar espacio blanco.
   ========================================================= */
.site-header .nav-wrap{
  min-height:96px;
}
.site-header .brand{
  display:flex;
  align-items:center;
  min-width:215px;
}
.site-header .brand img{
  width:215px;
  height:auto;
  max-height:82px;
  object-fit:contain;
}
@media(max-width:1180px){
  .site-header .nav-wrap{min-height:84px}
  .site-header .brand{min-width:175px}
  .site-header .brand img{width:175px;max-height:70px}
  .site-header .main-nav{top:78px}
}
@media(max-width:720px){
  .site-header .nav-wrap{min-height:76px}
  .site-header .brand{min-width:145px}
  .site-header .brand img{width:145px;max-height:60px}
}
@media(max-width:500px){
  .site-header .brand{min-width:128px}
  .site-header .brand img{width:128px;max-height:54px}
}


/* =========================================================
   V47 — AJUSTES POSTERIORES CONSOLIDADOS
   Conserva menú PRO + cuenta Club y sólo suma galería/banner.
   ========================================================= */

/* Carrusel de miniaturas más grande en ficha de producto */
.product-detail-page .product-gallery-panel .thumb-list{
  gap:14px !important;
  padding:8px 0 10px !important;
}
.product-detail-page .product-gallery-panel .thumb{
  width:98px !important;
  height:98px !important;
  min-width:98px !important;
  flex:0 0 98px !important;
  border-radius:16px !important;
  padding:6px !important;
}
.product-detail-page .product-gallery-panel .thumb img{
  width:100% !important;
  height:100% !important;
  object-fit:contain !important;
}

/* Talla + rodado comparten tarjeta cuando el PHP usa spec-split */
.product-detail-page .detail-specs.detail-specs-compact{
  grid-template-columns:repeat(2,minmax(0,1fr)) !important;
  gap:10px !important;
}
.product-detail-page .detail-specs .spec.spec-split{
  padding:0 !important;
  overflow:hidden;
}
.product-detail-page .detail-specs .spec-split-grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  min-height:100%;
}
.product-detail-page .detail-specs .spec-split-col{
  padding:13px 14px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.product-detail-page .detail-specs .spec-split-col + .spec-split-col{
  border-left:1px solid #e5e7eb;
}

/* Foto principal más aprovechada dentro de su frame */
.product-detail-page .product-gallery-panel .main-photo{
  padding:4px !important;
  background:#fff !important;
}
.product-detail-page .product-gallery-panel .main-photo img{
  width:100% !important;
  height:100% !important;
  max-width:none !important;
  max-height:none !important;
  object-fit:contain !important;
  object-position:center center !important;
  transform:scale(1.16) !important;
}
.product-detail-page .product-gallery-panel .main-photo:hover img{
  transform:scale(1.20) !important;
}

/* Fotos del banner: llenar cada cuadro sin márgenes blancos */
.hero-slider .slide-media-item{
  background:#111 !important;
}
.hero-slider .slide-bg,
.hero-slider .slide-media-item img{
  display:block !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  padding:0 !important;
}

@media (max-width:1180px){
  .product-detail-page .product-gallery-panel .thumb{
    width:88px !important;
    height:88px !important;
    min-width:88px !important;
    flex:0 0 88px !important;
  }
  .product-detail-page .product-gallery-panel .main-photo img{
    transform:scale(1.12) !important;
  }
  .product-detail-page .product-gallery-panel .main-photo:hover img{
    transform:scale(1.15) !important;
  }
}

@media (max-width:850px){
  .hero-slider .slide-mobile-media{
    background:#111 !important;
  }
  .hero-slider .slide-mobile-media img{
    width:100% !important;
    height:100% !important;
    object-fit:cover !important;
    object-position:center center !important;
    padding:0 !important;
  }
}

@media (max-width:768px){
  .product-detail-page .product-gallery-panel .thumb-list{
    gap:10px !important;
    padding:6px 0 8px !important;
  }
  .product-detail-page .product-gallery-panel .thumb{
    width:76px !important;
    height:76px !important;
    min-width:76px !important;
    flex:0 0 76px !important;
  }
  .product-detail-page .detail-specs.detail-specs-compact{
    grid-template-columns:1fr !important;
  }
}

@media (max-width:700px){
  .product-detail-page .product-gallery-panel .main-photo{
    padding:2px !important;
  }
  .product-detail-page .product-gallery-panel .main-photo img{
    transform:scale(1.06) !important;
  }
  .product-detail-page .product-gallery-panel .main-photo:hover img{
    transform:scale(1.08) !important;
  }
}
