/* =====================================================================
   SERTINA 10/09/2026 · ESTILO DEL PACKAGING (gallinas, flores, rojo/rosa/granate)
   - Todo cuelga de "html.sb": sin esa clase no cambia NADA (modo prueba).
   - Solo aspecto: colores, letras y adornos. No se toca ni el tamaño ni el
     orden de formularios, botones, calendario, pago, notas o regalo.
   - El proceso de pago (#checkout) queda fuera a propósito.
   ===================================================================== */
@font-face{font-family:"ITC Stone Informal Std";src:url("../marca/fonts/stone-medium.woff2") format("woff2"),url("../marca/fonts/stone-medium.woff") format("woff");font-weight:500;font-style:normal;font-display:swap}
@font-face{font-family:"ITC Stone Informal Std";src:url("../marca/fonts/stone-semibold.woff2") format("woff2"),url("../marca/fonts/stone-semibold.woff") format("woff");font-weight:600;font-style:normal;font-display:swap}
@font-face{font-family:"ITC Stone Informal Std";src:url("../marca/fonts/stone-bold.woff2") format("woff2"),url("../marca/fonts/stone-bold.woff") format("woff");font-weight:700;font-style:normal;font-display:swap}

html.sb{--sb-rojo:#D70035;--sb-granate:#A01830;--sb-rosa:#F898B8;--sb-rosa-claro:#FDEFF4;--sb-rosa-medio:#FCE3EC;--sb-linea:#EDD9E0;--sb-tinta:#241A1D;--sb-tinta-2:#5A4C51;--sb-verde:#177E5F;--sb-cartel:"ITC Stone Informal Std","Trebuchet MS",Georgia,serif}

/* ---------- 1. portada nueva: oculta hasta el modo prueba ---------- */
.sh{display:none}
html.sb .sh{display:block}
html.sb body#index #ecommslider,
html.sb body#index #ecommbanners_displayHome,
html.sb body#index #ecommbanners_ecommbanners,
html.sb body#index #custom-text,
html.sb body#index .ecommtrustedicons_home{display:none!important}

html.sb .sh{color:var(--sb-tinta);font-size:15px;line-height:1.55}
html.sb .sh *{box-sizing:border-box}
html.sb .sh img{display:block;max-width:100%}
html.sb .sh a{text-decoration:none}
html.sb .sh-cartel{font-family:var(--sb-cartel);font-weight:600;line-height:1.15;letter-spacing:0;text-transform:none;margin:0;color:var(--sb-tinta)}
html.sb .sh-eti{display:flex;align-items:center;gap:8px;margin:0;font-size:12px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;color:var(--sb-rojo)}
html.sb .sh-eti::before{content:"";flex:none;width:18px;height:18px;background:url("../marca/img/margarita_roja.png") center/contain no-repeat}
html.sb .sh-bloque{position:relative;margin:0 0 46px}
html.sb .sh-cabeza{display:flex;justify-content:space-between;align-items:end;gap:16px;margin-bottom:20px}
html.sb .sh-cabeza h2{font-size:28px;margin-top:6px}
html.sb .sh-ver{font-weight:700;font-size:13.5px;color:var(--sb-granate)!important;border-bottom:2px solid currentColor;padding-bottom:1px;white-space:nowrap}
html.sb .sh-btn{display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;padding:13px 22px;border-radius:8px;border:2px solid var(--sb-rojo);white-space:nowrap;transition:background .2s,color .2s}
html.sb .sh-btn-lleno{background:var(--sb-rojo);color:#fff!important}
html.sb .sh-btn-lleno:hover{background:var(--sb-granate);border-color:var(--sb-granate)}
html.sb .sh-btn-hueco{background:#fff;color:var(--sb-granate)!important;border-color:var(--sb-granate)}
html.sb .sh-btn-hueco:hover{background:var(--sb-rosa-claro)}
html.sb .sh-btn-granate{background:var(--sb-granate);border-color:var(--sb-granate);color:#fff!important}
html.sb .sh-btn-blanco{background:#fff;border-color:#fff;color:var(--sb-granate)!important}
html.sb .sh-btn-blanco:hover{background:var(--sb-rosa-claro)}
/* flores y gallinas que se mueven */
html.sb .sh-flor{position:absolute;pointer-events:none;z-index:3;transform-origin:50% 90%;animation:sbMecer 5.5s ease-in-out infinite alternate}
html.sb .sh-lenta{animation-duration:7.5s;animation-delay:-2s}
@keyframes sbMecer{from{transform:rotate(-7deg)}to{transform:rotate(7deg)}}
@keyframes sbPicotazo{0%,58%,100%{transform:rotate(0)}64%{transform:rotate(9deg)}70%{transform:rotate(0)}76%{transform:rotate(9deg)}82%{transform:rotate(0)}}
@keyframes sbToque{0%,63%,100%{transform:translateX(0)}65.5%{transform:translateX(3px)}69%{transform:translateX(0)}77.5%{transform:translateX(3px)}81%{transform:translateX(0)}}
/* portada */
html.sb .sh-hero{display:grid;grid-template-columns:1fr 1fr;grid-template-areas:"tit foto" "acc foto";column-gap:48px;align-items:center;padding:30px 0 40px}
html.sb .sh-hero-tit{grid-area:tit;align-self:end;text-align:center}
html.sb .sh-hero-tit .sh-eti{justify-content:center;color:var(--sb-granate)}
html.sb .sh-hero h1{font-size:40px;line-height:1.15;margin:10px 0 0}
html.sb .sh-hero h1 em{font-style:normal;color:var(--sb-rojo)}
html.sb .sh-hero-acc{grid-area:acc;align-self:start;text-align:center}
html.sb .sh-sub{font-size:15px;color:var(--sb-tinta-2);max-width:40ch;margin:16px auto 22px;text-wrap:balance}
html.sb .sh-acciones{display:flex;justify-content:center}
html.sb .sh-con-gallina{position:relative;display:inline-flex}
html.sb .sh-gallina-boton{position:absolute;right:calc(100% - 10px);bottom:0;width:122px;height:auto;z-index:2;pointer-events:none;transform-origin:32% 100%;animation:sbPicotazo 3.2s ease-in-out infinite}
html.sb .sh-con-gallina .sh-btn{position:relative;z-index:1;animation:sbToque 3.2s ease-in-out infinite}
html.sb .sh-hero-foto{grid-area:foto;position:relative}
html.sb .sh-slider{position:relative;border-radius:12px;overflow:hidden;aspect-ratio:3/2;background:var(--sb-rosa-claro)}
html.sb .sh-slide{position:absolute;inset:0;margin:0;opacity:0;visibility:hidden;transition:opacity .8s ease,visibility .8s}
html.sb .sh-slide.on{opacity:1;visibility:visible}
html.sb .sh-slide img{width:100%;height:100%;object-fit:cover}
html.sb .sh-antigua img{filter:grayscale(1) contrast(1.05)}
html.sb .sh-slide figcaption{position:absolute;left:14px;top:12px;background:rgba(36,26,29,.72);color:#fff;font-size:12px;font-weight:700;padding:4px 10px;border-radius:4px}
html.sb .sh-puntos{position:absolute;left:0;right:0;bottom:12px;display:flex;justify-content:center;gap:8px;z-index:2}
html.sb .sh-puntos button{width:11px;height:11px;border-radius:50%;border:2px solid #fff;background:rgba(255,255,255,.35);padding:0;cursor:pointer;box-shadow:0 1px 3px rgba(0,0,0,.35)}
html.sb .sh-puntos button[aria-current="true"]{background:#fff}
html.sb .sh-flecha{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:40px;height:40px;border-radius:50%;border:0;background:rgba(255,255,255,.9);color:var(--sb-tinta);font-size:22px;line-height:1;cursor:pointer;box-shadow:0 2px 8px rgba(0,0,0,.2)}
html.sb .sh-ant{left:10px}html.sb .sh-sig{right:10px}
/* así de fácil */
html.sb .sh-proceso{position:relative;background:var(--sb-rosa-claro);border:1px solid var(--sb-linea);border-radius:14px;padding:22px 24px 24px;margin:0 0 46px}
html.sb .sh-proceso ol{list-style:none;margin:12px 0 0;padding:0;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
html.sb .sh-proceso li{position:relative;background:#fff;border:1px solid var(--sb-linea);border-radius:10px;padding:15px 16px 14px;display:grid;grid-template-columns:auto 1fr;column-gap:10px;row-gap:6px;align-content:start}
html.sb .sh-proceso li:not(:last-child)::after{content:"›";position:absolute;right:-15px;top:50%;transform:translateY(-50%);color:var(--sb-rojo);font-size:24px;font-weight:700;line-height:1}
html.sb .sh-ico{width:42px;height:42px;border-radius:50%;background:var(--sb-rosa-claro);border:1.5px solid var(--sb-rosa);display:flex;align-items:center;justify-content:center}
html.sb .sh-ico svg{width:27px;height:27px;fill:none;stroke:var(--sb-granate);stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
html.sb .sh-proceso strong{font-family:var(--sb-cartel);font-size:17px;font-weight:600;line-height:1.2;align-self:center;color:var(--sb-tinta)}
html.sb .sh-proceso li p{grid-column:1/-1;margin:0;font-size:13px;color:var(--sb-tinta-2);line-height:1.45}
/* categorías */
html.sb .sh-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
html.sb .sh-cat{position:relative;display:block;border-radius:10px;overflow:hidden;aspect-ratio:1/1;background:var(--sb-tinta)}
html.sb .sh-cat img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}
html.sb .sh-cat:hover img{transform:scale(1.04)}
html.sb .sh-cat::after{content:"";position:absolute;inset:0;background:linear-gradient(to top,rgba(20,12,14,.78) 0%,rgba(20,12,14,.12) 52%,rgba(20,12,14,0) 70%)}
html.sb .sh-cat > span:last-child{position:absolute;left:16px;right:16px;bottom:14px;z-index:1;color:#fff}
html.sb .sh-cat b{display:block;font-family:var(--sb-cartel);font-size:20px;font-weight:600;line-height:1.15;color:#fff}
html.sb .sh-cat small{font-size:12px;font-weight:600;color:#F3E6EA}
html.sb .sh-cat-oferta{background:var(--sb-rojo)}html.sb .sh-cat-oferta::after{display:none}
html.sb .sh-grande{position:absolute;top:12px;left:16px;font-weight:800;font-size:84px;line-height:.9;color:rgba(255,255,255,.2)}
/* carruseles que ya existían (Top ventas, Elaborados): solo títulos */
html.sb body#index .home_product_by_category .title-block-bestseller h2,
html.sb body#index .home_product_by_category .title-block-bestseller .h2{font-family:var(--sb-cartel)!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important;color:var(--sb-tinta)!important;display:inline-flex;align-items:center;gap:10px}
html.sb body#index .home_product_by_category .title-block-bestseller h2::before{content:"";width:22px;height:22px;background:url("../marca/img/margarita_roja.png") center/contain no-repeat;flex:none}
/* ofertas y formato ahorro */
html.sb .sh-ofertas-grid{display:grid;grid-template-columns:1.55fr 1fr;gap:18px}
html.sb .sh-campana{display:block;border-radius:10px;overflow:hidden;background:var(--sb-rojo)}
html.sb .sh-campana img{width:100%;height:100%;object-fit:cover}
html.sb .sh-ahorro{position:relative;overflow:hidden;display:grid;grid-template-columns:1fr auto;column-gap:14px;row-gap:10px;align-content:center;background:var(--sb-rosa-medio);border-radius:10px;padding:26px 22px 24px 26px;color:var(--sb-tinta)}
html.sb .sh-ahorro > *{grid-column:1}
html.sb .sh-ahorro h3{font-size:24px;color:var(--sb-granate)}
html.sb .sh-ahorro-txt{margin:0;color:var(--sb-tinta-2);font-size:14px;max-width:30ch}
html.sb .sh-ahorro .sh-btn{justify-self:start;margin-top:6px}
html.sb .sh-gallina-ahorro{grid-column:2!important;grid-row:1/span 4;align-self:end;width:130px;pointer-events:none}
/* historia */
html.sb .sh-historia{display:grid;grid-template-columns:1fr 1fr;background:var(--sb-granate);color:#fff;border-radius:14px;overflow:hidden;margin:0 0 46px}
html.sb .sh-historia figure{margin:0;position:relative;min-height:320px}
html.sb .sh-historia figure img{width:100%;height:100%;object-fit:cover;filter:grayscale(1) contrast(1.05)}
html.sb .sh-historia figcaption{position:absolute;left:14px;bottom:12px;font-size:11.5px;color:#fff;background:rgba(0,0,0,.55);padding:3px 8px;border-radius:3px}
html.sb .sh-historia-txt{position:relative;padding:48px 44px;display:flex;flex-direction:column;justify-content:center;gap:16px}
html.sb .sh-ano{font-family:var(--sb-cartel);font-weight:700;font-size:72px;line-height:.9;color:var(--sb-rosa)}
html.sb .sh-historia h2{font-size:28px;color:#fff}
html.sb .sh-historia p{margin:0;color:#F6DCE4;max-width:46ch}
html.sb .sh-historia .sh-btn{align-self:flex-start;margin-top:8px}
/* tiendas */
html.sb .sh-tiendas{display:grid;grid-template-columns:.85fr 1.15fr;gap:40px;align-items:start;background:var(--sb-rosa-claro);border-radius:14px;padding:30px}
html.sb .sh-tiendas-intro{position:relative;padding-bottom:110px}
html.sb .sh-tiendas-intro h2{font-size:28px;margin:6px 0 10px}
html.sb .sh-tiendas-intro > p:not(.sh-eti){color:var(--sb-tinta-2);margin:0 0 20px;max-width:40ch}
html.sb .sh-gallina-tiendas{position:absolute;left:0;bottom:0;width:110px;pointer-events:none}
html.sb .sh-lista-t{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:1fr 1fr;column-gap:26px}
html.sb .sh-lista-t li{padding:11px 0;border-bottom:1px solid var(--sb-linea);display:flex;flex-wrap:wrap;justify-content:space-between;gap:6px 10px;align-items:center;font-size:14px;font-weight:600}
html.sb .sh-lista-t a{color:var(--sb-tinta)!important}
html.sb .sh-lista-t small{color:#7D6E73;font-weight:500;font-size:12px}
html.sb .sh-chip{font-size:11px;font-weight:700;color:#fff;background:var(--sb-rojo);border-radius:999px;padding:3px 9px;white-space:nowrap}
/* consejos */
html.sb .sh-gallina-consejos{width:88px;margin-left:auto;margin-right:16px;pointer-events:none}
html.sb .sh-posts{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}
html.sb .sh-post{display:block;color:var(--sb-tinta)!important}
html.sb .sh-post img{width:100%;aspect-ratio:16/10;object-fit:cover;border-radius:10px;margin-bottom:12px}
html.sb .sh-post small{font-size:11.5px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#7D6E73}
html.sb .sh-post h3{margin:6px 0 0;font-family:var(--sb-cartel);font-size:18px;line-height:1.3;font-weight:600}

/* ---------- 2. toda la web (menos el pago): letras de los títulos ---------- */
html.sb body:not(#checkout) #main h1.h1,
html.sb body:not(#checkout) .block-category-fullwidth h1,
html.sb body#module-prestablog-blog #prestablog_article,
html.sb body:not(#checkout) .product-miniature .product-title,
html.sb body:not(#checkout) .product-miniature .product-title a{font-family:var(--sb-cartel)!important;font-weight:600!important;letter-spacing:0!important}
html.sb body:not(#checkout) .product-miniature .product-title a{font-size:15.5px}
/* etiqueta "¡En oferta!" en rojo Sertina (el verde era de otra época) */
html.sb .product-flag.on-offer{background:var(--sb-rojo)!important;border-radius:999px!important}
/* guirnalda de flores encima del pie */
html.sb body:not(#checkout) #footer::before{content:"";display:block;height:54px;background:url("../marca/img/guirnalda.png") repeat-x left bottom/auto 42px;border-top:1px solid var(--sb-linea);margin-bottom:8px}

/* ---------- 3. adornos que pone el script (nunca reciben clics) ---------- */
.sb-flor,.sb-gallina{position:absolute;z-index:20;pointer-events:none}
html:not(.sb) .sb-flor,html:not(.sb) .sb-gallina{display:none!important}
.sb-flor{transform-origin:50% 90%;animation:sbMecer 5.5s ease-in-out infinite alternate}
.sb-gallina img{display:block;height:auto;transform-origin:32% 100%;animation:sbPicotazo 3.2s ease-in-out infinite}
.sb-gallina.sb-der{transform:scaleX(-1)}

/* ---------- 4. barra del regalo y bloque de regalos: solo colores ---------- */
html.sb .sertina-regalo{background:linear-gradient(180deg,#FFF9FB 0%,#FDEFF4 100%);border-color:#F3D2DE}
html.sb .sertina-regalo-texto b,html.sb .sertina-regalo-titulo b{color:var(--sb-rojo)}
html.sb .sertina-regalo-pista{background:#F6E1E8}
html.sb .sertina-regalo-relleno{background:linear-gradient(90deg,var(--sb-rosa) 0%,var(--sb-rojo) 100%)}
html.sb .sertina-regalo.lograda{background:linear-gradient(180deg,#FDEFF4 0%,#FCE3EC 100%);border-color:var(--sb-rosa);animation-name:sbRegaloLatido}
@keyframes sbRegaloLatido{0%,100%{box-shadow:0 0 0 0 rgba(215,0,53,.3)}50%{box-shadow:0 0 0 6px rgba(215,0,53,0)}}
html.sb .sertina-regalo.lograda .sertina-regalo-relleno{background:linear-gradient(90deg,var(--sb-rojo) 0%,var(--sb-granate) 100%)}
html.sb .sertina-regalo-ok{color:var(--sb-granate)}
html.sb .sertina-regalo-ok::before{background-color:var(--sb-rojo)}
html.sb .sertina-regalo-foto{border-color:#F3D2DE}
html.sb .sertina-regalo.lograda .sertina-regalo-foto{border-color:var(--sb-rosa);box-shadow:0 0 0 2px rgba(215,0,53,.16)}
html.sb .sertina-regalo.lograda .sertina-regalo-nombre{color:var(--sb-granate)}
html.sb .dariqueRuleContainer{background:linear-gradient(180deg,#FFF9FB 0%,#FDEFF4 100%);border-color:#F3D2DE}
html.sb .dariqueRuleContainer h3{color:var(--sb-granate)!important}
html.sb .dariqueRuleContainer .gift{border-color:#F3D2DE!important}
html.sb .dariqueRuleContainer .gift.active{background:linear-gradient(135deg,#FDEFF4 0%,#FCE3EC 100%)!important;border-color:var(--sb-rosa)!important;box-shadow:0 4px 16px rgba(215,0,53,.14)!important}
html.sb .dariqueRuleContainer .gift.active::after{background:var(--sb-rojo)}

@media (prefers-reduced-motion:reduce){html.sb .sh-flor,html.sb .sh-gallina-boton,html.sb .sh-con-gallina .sh-btn,.sb-flor,.sb-gallina img{animation:none}}

/* ---------- 5. móvil ---------- */
@media (max-width:767px){
 html.sb .sh-hero{grid-template-columns:1fr;grid-template-areas:"tit" "foto" "acc";row-gap:16px;padding:18px 0 26px}
 html.sb .sh-hero h1{font-size:25px}
 html.sb .sh-sub{font-size:14px;margin:0 auto 16px}
 html.sb .sh-slider{aspect-ratio:16/9}
 html.sb .sh-flecha{width:32px;height:32px;font-size:18px}
 html.sb .sh-gallina-boton{width:78px;right:calc(100% - 8px)}
 html.sb .sh-flor{zoom:.78}
 html.sb .sh-proceso{padding:16px 14px 18px}
 html.sb .sh-proceso ol{grid-template-columns:1fr 1fr;gap:10px}
 html.sb .sh-proceso li{padding:12px 12px 11px;column-gap:8px;row-gap:5px}
 html.sb .sh-proceso li:not(:last-child)::after{display:none}
 html.sb .sh-ico{width:34px;height:34px}html.sb .sh-ico svg{width:22px;height:22px}
 html.sb .sh-proceso strong{font-size:14.5px}html.sb .sh-proceso li p{font-size:12px}
 html.sb .sh-cabeza{flex-direction:column;align-items:flex-start;gap:8px}
 html.sb .sh-cabeza h2{font-size:23px}
 html.sb .sh-cats{grid-template-columns:1fr 1fr;gap:10px}
 html.sb .sh-cat b{font-size:16px}html.sb .sh-grande{font-size:60px}
 html.sb .sh-ofertas-grid,html.sb .sh-historia,html.sb .sh-tiendas{grid-template-columns:1fr}
 html.sb .sh-ahorro{padding:22px 16px 20px 20px}html.sb .sh-gallina-ahorro{width:88px}
 html.sb .sh-historia figure{min-height:220px}
 html.sb .sh-historia-txt{padding:30px 22px 34px}
 html.sb .sh-ano{font-size:56px}html.sb .sh-historia h2,html.sb .sh-tiendas-intro h2{font-size:23px}
 html.sb .sh-tiendas{padding:22px 18px}html.sb .sh-lista-t{grid-template-columns:1fr}
 html.sb .sh-tiendas-intro{padding-bottom:0}html.sb .sh-gallina-tiendas{display:none}
 html.sb .sh-gallina-consejos{display:none}
 html.sb .sh-posts{grid-template-columns:1fr;gap:22px}
 html.sb body:not(#checkout) #footer::before{height:40px;background-size:auto 30px}
}

/* =====================================================================
   6. PÁGINAS COMO EN LA MAQUETA (solo aspecto, nada de funcionamiento)
   ===================================================================== */
/* ---- miniaturas de producto en listados y carruseles ---- */
html.sb body:not(#checkout) .product-price-and-shipping .price{font-weight:800;color:var(--sb-tinta)}
html.sb body:not(#checkout) .product-price-and-shipping .regular-price{color:#8A7B80}
html.sb body:not(#checkout) .discount-percentage,html.sb body:not(#checkout) .discount-product,html.sb body:not(#checkout) .product-flag.discount{background:var(--sb-rojo)!important;color:#fff!important;border-radius:999px!important}

/* ---- ficha de producto ---- */
html.sb body#product #main h1.h1{font-size:32px;line-height:1.15;color:var(--sb-tinta);margin-bottom:12px}
html.sb body#product .product-prices .current-price{color:var(--sb-tinta)}
html.sb body#product .product-prices .current-price > span:first-child,html.sb body#product .product-prices .current-price .current-price-value{font-size:30px;font-weight:800;color:var(--sb-tinta)}
html.sb body#product .product-prices .regular-price{color:#8A7B80;text-decoration:line-through}
html.sb body#product .product-prices .discount-percentage{background:var(--sb-rojo)!important;color:#fff!important;border-radius:999px!important;padding:3px 10px!important;font-weight:700}
html.sb body#product .product-customization{background:var(--sb-rosa-claro);border:1px solid var(--sb-rosa);border-radius:12px}
html.sb body#product .product-customization textarea{border-color:var(--sb-linea);border-radius:8px}
html.sb body#product .product-customization .card,html.sb body#product .product-customization .card-block{background:transparent;border:0;box-shadow:none}
html.sb body#product .product-variants select,html.sb body#product .product-variants .form-control{border-color:var(--sb-linea);border-radius:8px}
html.sb body#product .blockreassurance_product{background:var(--sb-rosa-claro);border:1px solid var(--sb-linea);border-radius:12px;padding:12px 16px}
html.sb body#product .blockreassurance_product .item-product{color:var(--sb-granate)}
html.sb body#product .blockreassurance_product p,html.sb body#product .blockreassurance_product span{color:var(--sb-tinta-2)}
html.sb body#product .sertina-tabs .product-description-toggle,html.sb body#product .accordion-container .product-description-toggle{font-family:var(--sb-cartel);font-weight:600}
html.sb body#product .product-accessories .h5,html.sb body#product .product-accessories h2.h5,html.sb body#product .featured-products .products-section-title,html.sb body#product .product-accessories .products-section-title{font-family:var(--sb-cartel)!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important}
html.sb body#product .product-cover img{border-radius:10px}

/* ---- categoría ---- */
html.sb body#category .block-category-fullwidth{border-radius:14px;overflow:hidden;margin-top:6px}
html.sb body#category .block-category-overlay{background:linear-gradient(90deg,rgba(255,255,255,.93) 0%,rgba(255,255,255,.78) 40%,rgba(255,255,255,0) 72%)!important}
html.sb body#category .block-category-fullwidth h1{color:var(--sb-tinta)!important;text-shadow:none!important;text-transform:none!important;font-size:36px;line-height:1.15}
html.sb body#category .block-category-fullwidth h1::after{content:"";display:inline-block;width:30px;height:30px;margin-left:10px;vertical-align:-4px;background:url("../marca/img/estrella_rosa.png") center/contain no-repeat}
html.sb body#category .title-block-subcategories .products-section-title{font-family:var(--sb-cartel)!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important;color:var(--sb-tinta)!important}
html.sb body#category .subcategoria-custom .subcategory-image-container img{border-radius:50%;border:2px solid var(--sb-rosa)}
html.sb body#category .subcategoria-custom h2,html.sb body#category .subcategoria-custom .subcategory-name{font-family:var(--sb-cartel)!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important;color:var(--sb-tinta)!important}
html.sb body#category .products-selection{border-top:1px solid var(--sb-linea);border-bottom:1px solid var(--sb-linea)}
html.sb body#category .pagination .current a,html.sb body#category .pagination .page-list .current a{background:var(--sb-rojo)!important;border-color:var(--sb-rojo)!important;color:#fff!important}
html.sb body#category .block-category.card{background:var(--sb-rosa-claro);border:1px solid var(--sb-linea);border-radius:14px}
html.sb body#category #category-description h2,html.sb body#category #category-description h3{font-family:var(--sb-cartel);font-weight:600;color:var(--sb-tinta);letter-spacing:0;text-transform:none}

/* ---- carrito ---- */
html.sb body#cart .cart-grid-body h1,html.sb body#cart .cart-container h1,html.sb body#cart .card-block h1{font-family:var(--sb-cartel)!important;font-weight:600!important;text-transform:none!important;letter-spacing:0!important}
html.sb body#cart .cart-container,html.sb body#cart .cart-summary,html.sb body#cart .cart-grid-right .card{border:1px solid var(--sb-linea);border-radius:12px}
html.sb body#cart .cart-item{border-bottom-color:var(--sb-linea)}
html.sb body#cart .product-line-info a.label,html.sb body#cart .product-line-info .label{font-family:var(--sb-cartel);font-weight:600;color:var(--sb-tinta)}
html.sb body#cart .cart-summary-line.cart-total .value,html.sb body#cart .cart-total .value{font-weight:800}

/* ---- blog ---- */
html.sb .sertina-blog-relacionados,html.sb .sertina-blog-productos{background:var(--sb-rosa-claro);border:1px solid var(--sb-rosa);border-radius:12px;padding:18px 22px;margin:22px 0}
html.sb .sertina-blog-relacionados h2,html.sb .sertina-blog-productos h2{font-family:var(--sb-cartel)!important;font-weight:600!important;font-size:22px!important;color:var(--sb-tinta)!important;text-transform:none!important;letter-spacing:0!important}
html.sb .sertina-blog-relacionados li,html.sb .sertina-blog-productos li{list-style:none;padding-left:24px;background:url("../marca/img/flor_roja.png") left 3px/15px no-repeat}
html.sb .sertina-blog-relacionados a,html.sb .sertina-blog-productos a{color:var(--sb-granate)!important;font-weight:600}
html.sb body#module-prestablog-blog #main h2,html.sb body#module-prestablog-blog #main h3{font-family:var(--sb-cartel);font-weight:600;letter-spacing:0}

@media (max-width:767px){
 html.sb body#product #main h1.h1{font-size:25px}
 html.sb body#product .product-prices .current-price > span:first-child,html.sb body#product .product-prices .current-price .current-price-value{font-size:25px}
 html.sb body#category .block-category-fullwidth h1{font-size:26px}
 html.sb body#category .block-category-overlay{background:linear-gradient(90deg,rgba(255,255,255,.92) 0%,rgba(255,255,255,.7) 60%,rgba(255,255,255,.25) 100%)!important}
}
.sb-gallina-quieta{position:absolute;z-index:20;pointer-events:none}html:not(.sb) .sb-gallina-quieta{display:none!important}
