:root{--coral:#f5655e;--dark:#dc4e49;--soft:#fff0eb;--ink:#282220;--brown:#5e3428;--muted:#826d65;--line:#efd7cf;--shadow:0 18px 45px rgba(75,42,32,.12)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);background:#fffdfb;font-family:Arial,Helvetica,sans-serif}img{max-width:100%;display:block}a{text-decoration:none;color:inherit}button{font:inherit;cursor:pointer}.shell{width:min(1180px,calc(100% - 34px));margin:auto}.catalog-header{position:sticky;z-index:60;top:0;border-bottom:1px solid #f1e0da;background:rgba(255,255,255,.97);backdrop-filter:blur(14px)}.header-inner{min-height:82px;display:flex;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center;gap:12px}.brand img{width:72px;height:56px;object-fit:contain}.brand span{display:grid;gap:3px}.brand strong{color:var(--brown);font-family:Georgia,serif;font-size:20px}.brand small{color:var(--muted);font-size:10px}.catalog-nav{display:flex;align-items:center;gap:20px}.catalog-nav>a{font-size:12px;font-weight:800}.cart-button{min-height:46px;display:flex;align-items:center;gap:8px;padding:0 17px;border:0;border-radius:999px;color:#fff;background:var(--coral);font-size:11px;font-weight:900}.cart-button b{min-width:22px;height:22px;display:grid;place-items:center;color:var(--coral);background:#fff;border-radius:50%}.category-cover{padding:22px 0 14px;background:linear-gradient(180deg,#fffaf6,#fff)}.category-cover img{width:100%;aspect-ratio:3/1;object-fit:cover;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow)}.product-tabs{position:sticky;z-index:40;top:82px;padding:12px 0;border-block:1px solid #f1ddd6;background:rgba(255,253,250,.96);backdrop-filter:blur(14px)}.tabs-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.product-tab{min-height:66px;padding:11px 14px;border:1px solid #f1c7bc;border-radius:16px;color:var(--brown);background:#fffaf7;font-size:11px;font-weight:900}.product-tab.active,.product-tab:hover{color:#fff;border-color:var(--coral);background:var(--coral)}.catalog-section{padding:54px 0 80px}.section-heading{max-width:800px;margin:0 auto 30px;text-align:center}.section-heading>span{color:var(--dark);font-size:10px;font-weight:900;letter-spacing:.17em}.section-heading h1{margin:10px 0;color:var(--brown);font:400 clamp(34px,5vw,54px)/1.04 Georgia,serif}.section-heading p{margin:0;color:var(--muted);font-size:13px;line-height:1.6}.quote-panel{display:none}.quote-panel.active{display:block}.quote-card{max-width:820px;display:grid;grid-template-columns:90px 1fr auto;gap:22px;align-items:center;margin:auto;padding:28px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:0 14px 34px rgba(70,39,30,.08)}.quote-icon{width:78px;height:78px;display:grid;place-items:center;border-radius:22px;color:var(--dark);background:var(--soft);font-size:34px}.quote-copy h2{margin:0 0 8px;color:var(--brown);font:400 31px/1.08 Georgia,serif}.quote-copy p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
.quote-sublist{margin:12px 0 0;padding-left:18px;color:var(--muted);font-size:12px;line-height:1.6}
.quote-sublist li+li{margin-top:4px}
.add-button{min-height:48px;padding:0 18px;border:0;border-radius:12px;color:#fff;background:var(--coral);font-size:11px;font-weight:900}.add-button:hover{background:var(--dark)}.cart-cta{padding:38px 0;color:#fff;background:linear-gradient(135deg,#52291f,#7d3b2e)}.cart-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:25px}.cart-cta span{color:#ffd1c7;font-size:9px;font-weight:900;letter-spacing:.17em}.cart-cta h2{margin:8px 0 6px;font:400 32px/1.1 Georgia,serif}.cart-cta p{margin:0;color:#f8dfd8;font-size:12px}.open-cart-button{min-height:48px;padding:0 25px;border:0;border-radius:999px;color:var(--dark);background:#fff;font-weight:900}.cart-drawer{position:fixed;z-index:100;top:0;right:0;width:min(430px,100%);height:100%;display:flex;flex-direction:column;padding:24px;background:#fff;box-shadow:-18px 0 50px rgba(45,32,28,.2);transform:translateX(105%);transition:.25s}.cart-drawer.open{transform:translateX(0)}.cart-header{display:flex;justify-content:space-between;padding-bottom:18px;border-bottom:1px solid #eee0da}.cart-header span{color:var(--dark);font-size:10px;font-weight:900;letter-spacing:.15em}.cart-header h2{margin:8px 0 0;font:400 34px/1 Georgia,serif}.cart-close{width:40px;height:40px;border:0;border-radius:50%;color:var(--dark);background:var(--soft);font-size:25px}.cart-items{display:flex;flex-direction:column;gap:12px;overflow:auto;padding:18px 0}.cart-item{display:grid;grid-template-columns:48px 1fr;gap:12px;padding:13px;border:1px solid var(--line);border-radius:14px}.cart-item-icon{width:48px;height:48px;display:grid;place-items:center;border-radius:12px;background:var(--soft);font-size:22px}.cart-item div{display:grid;gap:5px}.cart-item strong{font-size:11px}.cart-item span{color:var(--muted);font-size:9px}.cart-item button{justify-self:start;padding:0;border:0;color:var(--dark);background:transparent;font-size:9px;font-weight:900}.cart-empty{display:grid;place-items:center;margin:auto;color:var(--muted)}.cart-empty span{font-size:42px}.cart-empty.hidden{display:none}.cart-summary{margin-top:auto;padding-top:18px;border-top:1px solid #eee0da}.cart-summary strong{color:var(--dark);font-size:20px}.cart-summary small{display:block;margin:12px 0;color:var(--muted);line-height:1.5}.checkout-button{width:100%;min-height:49px;border:0;border-radius:12px;color:#fff;background:#25c768;font-weight:900}.checkout-button:disabled{opacity:.45}.cart-overlay{position:fixed;z-index:90;inset:0;display:none;border:0;background:rgba(29,19,16,.42)}.cart-overlay.open{display:block}.toast{position:fixed;z-index:120;left:50%;bottom:26px;padding:12px 18px;color:#fff;background:#2e1e19;border-radius:999px;font-size:11px;font-weight:800;opacity:0;transform:translate(-50%,20px);transition:.2s}.toast.show{opacity:1;transform:translate(-50%,0)}.footer{color:#f8e9e4;background:#2c1b17}.footer-inner{display:grid;grid-template-columns:repeat(3,1fr);gap:28px;padding:40px 0}.footer-inner>div{display:grid;gap:6px}.footer strong{color:#fff}.footer p{margin:0;color:#cbb5ae;font-size:11px}.footer span{color:#cbb5ae;font-size:10px}.footer a{color:#fff;font-weight:800}.footer-bottom{padding:18px 0;border-top:1px solid rgba(255,255,255,.1);color:#aa9189;font-size:10px}@media(max-width:900px){.product-tabs{position:relative;top:auto}.tabs-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:680px){.shell{width:calc(100% - 22px)}.header-inner{min-height:72px}.brand img{width:58px;height:46px}.brand span,.catalog-nav>a{display:none}.category-cover{padding-top:11px}.category-cover img{border-radius:14px}.tabs-grid{grid-template-columns:1fr}.quote-card{grid-template-columns:60px 1fr;padding:20px}.quote-icon{width:56px;height:56px;border-radius:16px}.add-button{grid-column:1/-1}.cart-cta-inner{align-items:stretch;flex-direction:column}.open-cart-button{width:100%}.footer-inner{grid-template-columns:1fr}}
.whatsapp-float{position:fixed;z-index:70;right:20px;bottom:20px;width:56px;height:56px;display:grid;place-items:center;border-radius:50%;color:#fff;background:#25c768;box-shadow:0 12px 28px rgba(18,141,74,.3);font-size:25px}
.product-tabs.hidden{display:none}.textil-intro{max-width:940px;margin:0 auto 28px;padding:22px 26px;border:1px solid #eddbe8;border-radius:22px;background:linear-gradient(135deg,#fff9fc,#f8f4ff);box-shadow:0 12px 30px rgba(94,64,112,.08)}.textil-intro h2{margin:0 0 9px;color:#634582;font:400 28px/1.1 Georgia,serif}.textil-intro p{margin:0;color:#756879;font-size:13px;line-height:1.7}.textil-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px}.textil-card{overflow:hidden;border:1px solid #eadde7;border-radius:24px;background:#fff;box-shadow:0 18px 42px rgba(75,42,70,.1)}.textil-card__image{width:100%;height:auto;border-bottom:1px solid #eadde7;background:#fff8fb}.textil-card__body{display:grid;gap:18px;padding:24px}.textil-card__eyebrow{color:#e25d86;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.textil-card h2{margin:5px 0 8px;color:#5c3c78;font:400 30px/1.08 Georgia,serif}.textil-card__description{margin:0;color:#766a72;font-size:12px;line-height:1.65}.textil-card__field{display:grid;gap:9px}.textil-card__label{color:#4c3e50;font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}.variant-options{display:flex;flex-wrap:wrap;gap:8px}.variant-button{min-width:58px;min-height:38px;padding:0 12px;border:1px solid #dfcadc;border-radius:999px;color:#6a4f75;background:#fff;font-size:10px;font-weight:900}.variant-button:hover,.variant-button.active{color:#fff;border-color:#8a68a3;background:#8a68a3}.textil-card__price{display:flex;align-items:end;justify-content:space-between;gap:14px;padding-top:16px;border-top:1px solid #eee2eb}.textil-card__price span{display:block;color:#8a7887;font-size:10px}.textil-card__price strong{color:#e2527e;font-size:25px}.textil-add{min-height:50px;border:0;border-radius:14px;color:#fff;background:linear-gradient(135deg,#ee6b91,#9b70b3);font-size:11px;font-weight:900}.textil-add:hover{filter:brightness(.95)}.cart-item-image{width:48px;height:58px;object-fit:cover;border-radius:10px}.cart-item-price{color:var(--dark)!important;font-weight:900}.cart-summary #cart-summary-title{display:block}
@media(max-width:820px){.textil-grid{grid-template-columns:1fr}.textil-card{max-width:620px;margin:auto}}
@media(max-width:520px){.textil-card__body{padding:18px}.textil-card h2{font-size:25px}.variant-button{min-width:52px;padding:0 9px}.textil-intro{padding:19px}.textil-intro h2{font-size:24px}}
.catalog-product-group+.catalog-product-group{margin-top:72px}.pack-section{padding-top:4px}.pack-intro{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:none;background:linear-gradient(135deg,#fff8ea,#fff3f7)}.pack-intro>div:first-child{max-width:650px}.pack-badge{display:inline-flex;margin-bottom:8px;padding:7px 11px;border-radius:999px;color:#fff;background:linear-gradient(135deg,#ef6e94,#8d6ab0);font-size:9px;font-weight:900;letter-spacing:.12em}.pack-price-list{min-width:265px;display:grid;gap:7px;padding:16px 18px;border:1px solid #efd7e5;border-radius:17px;background:#fff}.pack-price-list strong{color:#69477f;font-size:13px}.pack-price-list small{color:#8a7887;font-size:9px;line-height:1.45}.pack-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}.pack-card{border-radius:19px}.pack-card .textil-card__image{width:100%;height:auto}.pack-card .textil-card__body{gap:14px;padding:18px}.pack-card h2{font-size:18px;line-height:1.2}.pack-card .textil-card__description{font-size:11px;line-height:1.55}.pack-card .textil-card__eyebrow{font-size:8px;letter-spacing:.1em}.pack-card .textil-card__label{font-size:9px}.pack-card .variant-options{gap:6px}.pack-card .variant-button{min-width:44px;min-height:32px;padding:0 8px;font-size:8px}.pack-card .compact-options .variant-button{min-width:38px;padding:0 6px}.pack-size-fields{display:grid;gap:12px}.pack-card__price{align-items:flex-start;gap:10px;padding-top:12px}.pack-card__price strong{font-size:22px}.pack-card__price span{font-size:9px;line-height:1.45}.pack-card .textil-add{min-height:44px;border-radius:11px;font-size:10px}
@media(max-width:1100px){.pack-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.pack-intro{align-items:stretch;flex-direction:column}.pack-price-list{min-width:0}.pack-grid{grid-template-columns:1fr}.pack-card{max-width:520px;margin:auto}}
@media(max-width:520px){.catalog-product-group+.catalog-product-group{margin-top:52px}.pack-grid{grid-template-columns:1fr}.pack-card{max-width:420px;margin:auto}.pack-card .textil-card__body{padding:17px}.pack-card h2{font-size:23px}.pack-card .textil-card__description{font-size:11px}.pack-card .variant-button{min-width:48px;min-height:35px;font-size:9px}}


/* Updated product catalogue: compact four-column cards on desktop. */
.single-intro{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:none}
.single-intro>div:first-child{max-width:670px}
.single-price-list{min-width:270px}
.textil-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:start}
.single-card{border-radius:19px}
.single-card .textil-card__body{gap:13px;padding:15px}
.single-card h2{font-size:20px}
.single-card .textil-card__description{font-size:10px;line-height:1.5}
.single-card .textil-card__eyebrow{font-size:8px;letter-spacing:.1em}
.single-card .textil-card__label{font-size:8px}
.single-card .variant-options{gap:5px}
.single-card .variant-button{min-width:42px;min-height:31px;padding:0 7px;font-size:8px}
.single-card .textil-card__price{align-items:center;gap:8px;padding-top:11px}
.single-card .textil-card__price strong{font-size:20px}
.single-card .textil-card__price span{font-size:8px;line-height:1.45}
.single-card .textil-add{min-height:43px;border-radius:11px;font-size:9px}
@media(max-width:1100px){.textil-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.single-intro{align-items:stretch;flex-direction:column}.single-price-list{min-width:0}.textil-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.single-card{max-width:none}}
@media(max-width:520px){.textil-grid{grid-template-columns:1fr}.single-card{max-width:420px;margin:auto}.single-card .textil-card__body{padding:17px}.single-card h2{font-size:23px}.single-card .textil-card__description{font-size:11px}.single-card .variant-button{min-width:48px;min-height:35px;font-size:9px}}

/* Categorías textiles con navegación tipo Stickers. */
.textil-tabs-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.textil-type-tab{display:flex;align-items:center;justify-content:flex-start;gap:11px;text-align:left}
.textil-type-tab i{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#fff0eb;font-style:normal;font-size:19px}
.textil-type-tab span{min-width:0;display:grid;gap:3px}
.textil-type-tab strong{font-size:12px}
.textil-type-tab small{overflow:hidden;color:#8b7168;font-size:8px;font-weight:700;line-height:1.25;text-overflow:ellipsis}
.textil-type-tab.active i,.textil-type-tab:hover i{background:rgba(255,255,255,.2)}
.textil-type-tab.active small,.textil-type-tab:hover small{color:#fff2ee}
.textil-panel{animation:textilPanelIn .22s ease}
@keyframes textilPanelIn{from{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}
.textil-category-intro{display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:none}
.textil-category-intro>div:first-child{max-width:680px}
.textil-empty{max-width:760px;display:grid;place-items:center;gap:9px;margin:25px auto 0;padding:38px 24px;border:1px dashed #e4c9dc;border-radius:22px;background:#fff9fc;text-align:center}
.textil-empty span{font-size:42px}
.textil-empty h3{margin:0;color:#634582;font:400 27px/1.1 Georgia,serif}
.textil-empty p{margin:0;color:#826f80;font-size:12px}
@media(max-width:1050px){.textil-tabs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:820px){.textil-category-intro{align-items:stretch;flex-direction:column}}
@media(max-width:680px){.textil-tabs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.textil-type-tab{min-height:72px}.textil-type-tab:last-child{grid-column:1/-1}.textil-type-tab small{white-space:normal}.textil-empty h3{font-size:23px}}


/* Uniform product cards and image frames. */
.textil-grid,.pack-grid{align-items:stretch}
.textil-card{display:flex;flex-direction:column;height:100%}
.textil-card__image,.pack-card .textil-card__image{width:100%;aspect-ratio:4/5;height:auto;object-fit:cover;object-position:center;border-bottom:1px solid #eadde7;background:#fff8fb}
.textil-card__body{flex:1}
.textil-card .textil-add{margin-top:auto}


/* Lightbox con zoom por mouse */
.textil-card__image{cursor:zoom-in}
.image-lightbox{position:fixed;z-index:160;inset:0;display:none;align-items:center;justify-content:center;padding:24px;background:rgba(24,16,13,.88)}
.image-lightbox.open{display:flex}
.image-lightbox__backdrop{position:absolute;inset:0}
.image-lightbox__dialog{position:relative;z-index:1;width:min(1200px,calc(100vw - 40px));height:min(92vh,900px);display:grid;grid-template-rows:auto 1fr;gap:14px;padding:14px;border:1px solid rgba(255,255,255,.14);border-radius:22px;background:rgba(44,27,23,.96);box-shadow:0 30px 80px rgba(0,0,0,.35)}
.image-lightbox__toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#f7e4dc;font-size:12px;font-weight:700}
.image-lightbox__controls{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.lightbox-control{min-width:42px;min-height:42px;padding:0 14px;border:1px solid rgba(255,255,255,.14);border-radius:12px;color:#fff;background:rgba(255,255,255,.08);font-size:16px;font-weight:900}
.lightbox-control:hover{background:rgba(255,255,255,.16)}
.lightbox-control--reset{font-size:12px;min-width:68px}
.lightbox-control--close{font-size:24px;line-height:1}
.image-lightbox__stage{position:relative;overflow:hidden;border-radius:18px;background:linear-gradient(180deg,#fff8fb,#f8eef4);display:flex;align-items:center;justify-content:center;user-select:none}
.image-lightbox__stage.is-dragging{cursor:grabbing}
.image-lightbox__image{max-width:100%;max-height:100%;object-fit:contain;transform-origin:center center;transition:transform .08s linear;cursor:grab;will-change:transform}
.image-lightbox__image.is-zoomed{max-width:none;max-height:none}
body.lightbox-open{overflow:hidden}
@media(max-width:680px){.image-lightbox{padding:12px}.image-lightbox__dialog{width:min(100vw - 16px,1200px);height:min(94vh,900px);padding:10px;border-radius:16px}.image-lightbox__toolbar{align-items:flex-start;flex-direction:column}.image-lightbox__toolbar span{font-size:11px}.lightbox-control{min-height:38px;min-width:38px}}


/* Vista textil limpia: sin encabezado ni recuadro informativo. */
.textil-category-page .catalog-section{padding-top:28px}
.textil-category-page .catalog-product-group{margin-top:0}
.textil-category-page .textil-panel{min-height:0}

/* Secuencia uniforme: opciones arriba y diseños organizados debajo. */
.textil-design-toolbar{display:grid;gap:15px;margin:0 0 24px;padding:22px 24px;border:1px solid #ead7e5;border-radius:22px;background:linear-gradient(135deg,#fffafc,#fff7f2);box-shadow:0 12px 30px rgba(93,59,83,.06)}
.textil-design-toolbar>div:first-child{display:grid;gap:5px}
.textil-design-toolbar span{color:#df587f;font-size:9px;font-weight:900;letter-spacing:.14em}
.textil-design-toolbar h2{margin:0;color:#5b3d70;font:400 28px/1.08 Georgia,serif}
.textil-design-toolbar p{margin:0;color:#816f7d;font-size:11px;line-height:1.55}
.textil-audience-panel .textil-grid,.hoodie-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none}
@media(max-width:620px){.textil-audience-panel .textil-grid,.hoodie-grid{grid-template-columns:1fr;max-width:420px;margin-right:auto;margin-left:auto}}
.textil-theme-list{display:flex;flex-wrap:wrap;gap:8px}
.textil-theme-chip{min-height:38px;padding:0 15px;border:1px solid #e2cddd;border-radius:999px;color:#674e72;background:#fff;font-size:10px;font-weight:900}
.textil-theme-chip:hover,.textil-theme-chip.active{color:#fff;border-color:#8c68a3;background:linear-gradient(135deg,#ee6b91,#8c68a3)}
[data-textil-product][hidden]{display:none!important}
@media(max-width:620px){.textil-design-toolbar{padding:18px}.textil-design-toolbar h2{font-size:24px}.textil-theme-chip{min-height:36px;padding:0 12px;font-size:9px}}

/* Catálogo de toppers personalizados */
.topper-intro{display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:26px;padding:22px 24px;border:1px solid #ead7e5;border-radius:22px;background:linear-gradient(135deg,#fffafc,#fff8ef);box-shadow:0 12px 30px rgba(93,59,83,.06)}
.topper-intro>div:first-child{max-width:660px;display:grid;gap:6px}
.topper-intro>div:first-child>span{color:#df587f;font-size:9px;font-weight:900;letter-spacing:.14em}
.topper-intro h2{margin:0;color:#5b3d70;font:400 28px/1.08 Georgia,serif}
.topper-intro p{margin:0;color:#816f7d;font-size:11px;line-height:1.55}
.topper-prices{min-width:315px;display:grid;grid-template-columns:auto 1fr;gap:8px 12px;padding:16px 18px;border:1px solid #efd7e5;border-radius:17px;background:#fff}
.topper-prices strong{color:#69477f;font-size:11px}
.topper-prices span{color:#8a7887;font-size:9px;line-height:1.45}

.topper-finder{display:flex;align-items:center;justify-content:space-between;gap:24px;margin:0 0 24px;padding:18px 20px;border:1px solid #ead7e5;border-radius:20px;background:#fff;box-shadow:0 10px 26px rgba(93,59,83,.05)}
.topper-finder>div:first-child{min-width:230px;display:grid;gap:4px}
.topper-finder>div:first-child>span{color:#df587f;font-size:8px;font-weight:900;letter-spacing:.14em}
.topper-finder h3{margin:0;color:#5b3d70;font:400 22px/1.1 Georgia,serif}
.topper-finder p{margin:0;color:#816f7d;font-size:9px;line-height:1.45}
.topper-filter-list{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}
.topper-filter{min-height:38px;padding:0 14px;border:1px solid #e4cfdc;border-radius:999px;color:#6a5272;background:#fff;font-size:9px;font-weight:900;cursor:pointer}
.topper-filter:hover,.topper-filter.active{color:#fff;border-color:#8c68a3;background:linear-gradient(135deg,#ef6e94,#8d6ab0);box-shadow:0 7px 16px rgba(141,106,176,.18)}
.topper-card[hidden]{display:none!important}
.topper-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.topper-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #eadde7;border-radius:20px;background:#fff;box-shadow:0 14px 32px rgba(73,46,67,.08)}
.topper-card__image{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:center;border-bottom:1px solid #eadde7;background:#fff8fb;cursor:zoom-in}
.topper-card__body{flex:1;display:flex;flex-direction:column;gap:15px;padding:18px}
.topper-card__body>div:first-child{display:grid;gap:7px}
.topper-card__eyebrow{color:#df587f;font-size:8px;font-weight:900;letter-spacing:.12em}
.topper-card h2{margin:0;color:#5c3f70;font:400 22px/1.15 Georgia,serif}
.topper-card p{margin:0;color:#806f7d;font-size:10px;line-height:1.55}
.topper-card__field{display:grid;gap:8px}
.topper-card__field>span{color:#6b506f;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.topper-options{display:flex;flex-wrap:wrap;gap:7px}
.topper-option{min-height:36px;padding:0 12px;border:1px solid #e4cfdc;border-radius:999px;color:#6a5272;background:#fff;font-size:9px;font-weight:900}
.topper-option:hover,.topper-option.active{color:#fff;border-color:#8c68a3;background:linear-gradient(135deg,#ef6e94,#8d6ab0)}
.topper-card__price{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-top:13px;border-top:1px solid #f0e2eb}
.topper-card__price>div{display:grid;gap:3px}
.topper-card__price span{color:#8a7887;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.topper-card__price strong{color:#5f4274;font-size:23px}
.topper-card__price small{max-width:150px;color:#8a7887;font-size:8px;line-height:1.45;text-align:right}
.topper-add{min-height:45px;margin-top:auto;border:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#ef6e94,#8d6ab0);font-size:10px;font-weight:900;letter-spacing:.04em}
.topper-add:hover{filter:brightness(1.04)}
.topper-note{margin:24px 0 0;padding:14px 16px;border-radius:14px;color:#735d70;background:#fff8fb;font-size:11px;font-weight:700;text-align:center}
@media(max-width:1050px){.topper-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.topper-intro{align-items:stretch;flex-direction:column}.topper-prices{min-width:0}.topper-finder{align-items:stretch;flex-direction:column}.topper-filter-list{justify-content:flex-start}}
@media(max-width:620px){.topper-filter{min-height:40px;padding:0 12px;font-size:10px}.topper-grid{grid-template-columns:1fr}.topper-card{max-width:440px;margin:auto}.topper-intro{padding:18px}.topper-intro h2{font-size:24px}.topper-prices{grid-template-columns:1fr}.topper-card h2{font-size:24px}.topper-option{min-height:39px;font-size:10px}.topper-card__price{align-items:flex-start;flex-direction:column}.topper-card__price small{max-width:none;text-align:left}}

/* Catálogo de banderines personalizados */
.banderin-summary{min-width:315px;display:grid;grid-template-columns:auto 1fr;gap:8px 12px;padding:16px 18px;border:1px solid #efd7e5;border-radius:17px;background:#fff}
.banderin-summary strong{color:#69477f;font-size:11px}
.banderin-summary span{color:#8a7887;font-size:9px;line-height:1.45}
.banderin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;align-items:stretch}
.banderin-card[hidden]{display:none!important}
.banderin-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid #eadde7;border-radius:20px;background:#fff;box-shadow:0 14px 32px rgba(73,46,67,.08)}
.banderin-card__image{width:100%;aspect-ratio:1/1;object-fit:contain;object-position:center;padding:8px;border-bottom:1px solid #eadde7;background:#fff;cursor:zoom-in}
.banderin-card__body{flex:1;display:flex;flex-direction:column;gap:15px;padding:18px}
.banderin-card__body>div:first-child{display:grid;gap:7px}
.banderin-card__eyebrow{color:#df587f;font-size:8px;font-weight:900;letter-spacing:.12em}
.banderin-card h2{margin:0;color:#5c3f70;font:400 22px/1.15 Georgia,serif}
.banderin-card p{margin:0;color:#806f7d;font-size:10px;line-height:1.55}
.banderin-details{display:grid;gap:6px;margin:0;padding:12px 14px 12px 28px;border-radius:13px;color:#735d70;background:#fff8fb;font-size:9px;line-height:1.45}
.catalog-stock{display:inline-flex;width:max-content;align-items:center;min-height:28px;padding:0 10px;border-radius:999px;color:#5f4274;background:#f6ecf7;font-size:9px;font-weight:900}
.catalog-quantity-field{display:grid;grid-template-columns:1fr 92px;align-items:center;gap:12px;padding:12px 14px;border:1px solid #eadde7;border-radius:13px;background:#fffafd}
.catalog-quantity-field>span{color:#6b506f;font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.catalog-quantity-field select{width:100%;min-height:38px;padding:0 10px;border:1px solid #e4cfdc;border-radius:10px;color:#6a5272;background:#fff;font-size:10px;font-weight:900;cursor:pointer}
.banderin-card__price{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding-top:13px;border-top:1px solid #f0e2eb}
.banderin-card__price>div{display:grid;gap:3px}
.banderin-card__price span{color:#8a7887;font-size:8px;font-weight:900;text-transform:uppercase;letter-spacing:.06em}
.banderin-card__price strong{color:#5f4274;font-size:23px}
.banderin-card__price small{max-width:150px;color:#8a7887;font-size:8px;line-height:1.45;text-align:right}
.banderin-add{min-height:45px;margin-top:auto;border:0;border-radius:12px;color:#fff;background:linear-gradient(135deg,#ef6e94,#8d6ab0);font-size:10px;font-weight:900;letter-spacing:.04em}
.banderin-add:hover{filter:brightness(1.04)}
@media(max-width:1050px){.banderin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:820px){.banderin-summary{min-width:0}}
@media(max-width:620px){.banderin-grid{grid-template-columns:1fr}.banderin-card{max-width:460px;margin:auto}.banderin-card h2{font-size:24px}.banderin-card__price{align-items:flex-start;flex-direction:column}.banderin-card__price small{max-width:none;text-align:left}.catalog-quantity-field{grid-template-columns:1fr 100px}}


/* Ajustes de lectura y botones de celebraciones */
.celebration-category-page .catalog-section{padding-top:30px}
.celebration-category-page #panel-area{margin-top:0}
.topper-filter-list--standalone{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:8px;
  margin:0 0 22px;
  padding:0;
}
.topper-filter{
  min-height:34px;
  padding:7px 12px;
  border:1px solid #ef9ab3;
  border-radius:999px;
  color:#d84f78;
  background:#fff;
  font-size:9px;
  font-weight:900;
  line-height:1.15;
  letter-spacing:.025em;
  text-transform:uppercase;
  box-shadow:0 4px 10px rgba(226,93,134,.07);
}
.topper-filter:hover,
.topper-filter.active{
  color:#fff;
  border-color:#e75f88;
  background:#e75f88;
  box-shadow:0 8px 18px rgba(226,93,134,.22);
}
.topper-card p,
.banderin-card p,
.textil-card__description,
.quote-copy p{
  font-size:14px;
  line-height:1.65;
}
.single-card .textil-card__description,
.pack-card .textil-card__description{
  font-size:14px;
  line-height:1.65;
}
.topper-card__eyebrow,
.banderin-card__eyebrow{font-size:10px}
.topper-card__field>span,
.catalog-quantity-field>span{font-size:11px}
.topper-option,
.catalog-quantity-field select{font-size:11px}
.banderin-details{font-size:12px;line-height:1.55}
.catalog-stock{font-size:11px}
.topper-card__price span,
.banderin-card__price span{font-size:10px}
.topper-card__price small,
.banderin-card__price small{font-size:10px;line-height:1.5}
.topper-note{font-size:13px;line-height:1.55}
@media(max-width:620px){
  .celebration-category-page .catalog-section{padding-top:22px}
  .topper-filter-list--standalone{justify-content:flex-start;gap:7px;margin-bottom:18px}
  .topper-filter{min-height:32px;padding:6px 10px;border-radius:999px;font-size:8px}
  .topper-card p,.banderin-card p,.textil-card__description,.quote-copy p,
  .single-card .textil-card__description,.pack-card .textil-card__description{font-size:14px}
}


/* Controles compactos de cantidad y carrito, iguales a los stickers. */
.celebration-product-actions{display:grid;grid-template-columns:86px 1fr;gap:8px;margin-top:auto}
.celebration-product-actions .quantity{height:38px;display:grid;grid-template-columns:28px 1fr 28px;align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:10px;background:#fff}
.celebration-product-actions .quantity button{height:100%;padding:0;border:0;color:var(--brown);background:#fff;font-size:14px;font-weight:900}
.celebration-product-actions .quantity button:hover{background:var(--soft)}
.celebration-product-actions .quantity output{text-align:center;color:var(--ink);font-size:12px;font-weight:900}
.celebration-product-actions .celebration-add{width:100%;height:38px;min-height:38px;padding:0 12px;border:0;border-radius:10px;color:#fff;background:var(--coral);font-size:10px;font-weight:900}
.celebration-product-actions .celebration-add:hover{background:var(--dark)}
.celebration-product-actions--quote{grid-template-columns:1fr}
.celebration-product-actions--single{grid-template-columns:1fr}
.banderin-card--custom .banderin-card__price{margin-top:auto}
@media(max-width:420px){.celebration-product-actions{grid-template-columns:82px 1fr;gap:7px}.celebration-product-actions .celebration-add{padding:0 8px;font-size:9px}}


/* Evita imágenes gigantes cuando una sección contiene una sola publicación. */
.topper-grid>.topper-card:only-child,.banderin-grid>.banderin-card:only-child{width:100%;max-width:370px;justify-self:start}
.textil-grid>.textil-card:only-child{width:100%;max-width:285px;justify-self:start}
.pack-grid>.pack-card:only-child{width:100%;max-width:370px;justify-self:start}
@media(max-width:620px){.topper-grid>.topper-card:only-child,.banderin-grid>.banderin-card:only-child,.textil-grid>.textil-card:only-child,.pack-grid>.pack-card:only-child{max-width:420px;justify-self:center}}


/* Catálogo de tazones personalizados */
.mug-search{display:grid;grid-template-columns:minmax(210px,.75fr) minmax(0,1.25fr);gap:20px;align-items:center;margin:0 0 24px;padding:18px 20px;border:1px solid #efd7cf;border-radius:18px;background:linear-gradient(135deg,#fff8f5,#fff);box-shadow:0 10px 28px rgba(75,42,32,.06)}
.mug-search label{display:grid;gap:5px}.mug-search label span{color:var(--dark);font-size:9px;font-weight:900;letter-spacing:.14em}.mug-search label strong{color:var(--brown);font:400 25px/1.05 Georgia,serif}
.mug-search__control{min-height:48px;display:grid;grid-template-columns:28px 1fr auto;align-items:center;gap:8px;padding:0 14px;border:1px solid #e9cdc4;border-radius:14px;background:#fff}.mug-search__control input{width:100%;height:44px;border:0;outline:0;color:var(--ink);background:transparent;font-size:12px}.mug-search__control b{padding-left:12px;border-left:1px solid #efdcd6;color:var(--dark);font-size:10px;white-space:nowrap}
.mug-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;align-items:stretch}.mug-card[hidden]{display:none!important}.mug-card{min-width:0;display:flex;flex-direction:column;overflow:hidden;border:1px solid #eadbd5;border-radius:20px;background:#fff;box-shadow:0 14px 32px rgba(73,46,40,.08)}
.mug-card__media{display:block;width:100%;padding:0;border:0;background:#fff8f5}.mug-card__image{width:100%;aspect-ratio:1/1;object-fit:cover;object-position:center;cursor:zoom-in;transition:transform .2s}.mug-card__media:hover .mug-card__image{transform:scale(1.015)}
.mug-card__body{flex:1;display:flex;flex-direction:column;gap:13px;padding:17px}.mug-card__heading{display:grid;gap:6px}.mug-card__eyebrow{color:var(--dark);font-size:8px;font-weight:900;letter-spacing:.13em}.mug-card h2{margin:0;color:var(--brown);font:400 22px/1.12 Georgia,serif}.mug-card__description{margin:0;color:var(--muted);font-size:11px;line-height:1.55}.mug-card__features{display:grid;gap:5px;margin:0;padding:11px 13px 11px 28px;border-radius:12px;color:#6d5148;background:#fff8f5;font-size:10px;line-height:1.4}.mug-card__features li::marker{color:var(--coral)}
.mug-card__field{display:grid;gap:8px}.mug-card__field>span{color:var(--brown);font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.07em}.mug-type-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.mug-type-option{min-height:58px;display:grid;align-content:center;gap:4px;padding:7px 5px;border:1px solid #ead6cf;border-radius:11px;color:var(--brown);background:#fff;text-align:center}.mug-type-option span{font-size:8px;font-weight:900;line-height:1.2}.mug-type-option strong{color:var(--dark);font-size:12px}.mug-type-option:hover,.mug-type-option.active{border-color:var(--coral);background:var(--soft);box-shadow:0 0 0 2px rgba(245,101,94,.1)}
.mug-card__note{margin:0;padding:9px 10px;border:1px solid #f0d9d2;border-radius:10px;color:#6d5148;background:#fffdfb;font-size:9px;font-weight:700;line-height:1.45}.mug-card__price{display:flex;align-items:end;justify-content:space-between;gap:10px;margin-top:auto;padding-top:12px;border-top:1px solid #f0e1dc}.mug-card__price>div{display:grid;gap:3px}.mug-card__price span{color:var(--muted);font-size:8px;font-weight:900;text-transform:uppercase}.mug-card__price strong{color:var(--dark);font-size:22px}.mug-card__price small{max-width:115px;color:var(--muted);font-size:8px;line-height:1.35;text-align:right}.mug-card__actions{display:grid;grid-template-columns:88px 1fr;gap:8px}.mug-card__actions .quantity{min-height:39px;grid-template-columns:28px 1fr 28px;border-radius:10px}.mug-card__actions .add-button{min-height:39px;border-radius:10px;font-size:10px}
.mug-search-empty{max-width:480px;margin:32px auto 0;padding:30px;border:1px dashed #e8c9bf;border-radius:18px;color:var(--muted);text-align:center;background:#fffaf8}.mug-search-empty span{font-size:35px}.mug-search-empty h3{margin:8px 0;color:var(--brown);font:400 24px/1.1 Georgia,serif}.mug-search-empty p{margin:0;font-size:11px;line-height:1.5}
@media(max-width:980px){.mug-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.mug-search{grid-template-columns:1fr}}
@media(max-width:680px){.mug-grid{grid-template-columns:1fr;max-width:390px;margin:auto}.mug-search{gap:12px;padding:15px}.mug-search label strong{font-size:22px}.mug-search__control{grid-template-columns:24px 1fr}.mug-search__control b{grid-column:1/-1;padding:0 0 10px;border-left:0;text-align:right}.mug-card__body{padding:15px}.mug-card h2{font-size:21px}.mug-type-option{min-height:55px}.mug-card__description{font-size:11px}}


/* Regalos personalizados: entrada directa con filtros rápidos. */
.gift-category-page .catalog-section{padding-top:18px}
.gift-category-page #panel-area{margin-top:0}
.gift-mug-panel{display:block}
.mug-filter-list{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin:0 0 18px;padding:14px 16px;border:1px solid #efd2c9;border-radius:18px;background:#fffaf7}
.mug-filter-chip{min-height:38px;padding:0 16px;border:1px solid #efc8bd;border-radius:999px;color:var(--brown);background:#fff;font-size:10px;font-weight:900;white-space:nowrap;transition:.18s}
.mug-filter-chip:hover,.mug-filter-chip.active{color:#fff;border-color:var(--coral);background:var(--coral);box-shadow:0 7px 16px rgba(245,101,94,.18)}
@media(max-width:680px){
  .gift-category-page .catalog-section{padding-top:12px}
  .mug-filter-list{justify-content:flex-start;gap:7px;padding:11px 12px;overflow-x:auto;flex-wrap:nowrap;scrollbar-width:thin}
  .mug-filter-chip{min-height:35px;padding:0 13px;font-size:9px;flex:0 0 auto}
}


/* Dirección enlazada a Google Maps */
.maps-link{display:inline-flex;align-items:center;gap:5px;color:inherit;font-weight:800;text-decoration:none;line-height:1.45}
.maps-link:hover,.maps-link:focus-visible{color:var(--coral);text-decoration:underline;text-underline-offset:3px}
.maps-link--footer{color:#fff!important}
.maps-link--footer:hover,.maps-link--footer:focus-visible{color:#ffd1c7!important}

/* Ajuste general: catálogo más compacto y con menos separación */
.catalog-section{padding:36px 0 52px}
.section-heading{margin-bottom:20px}
.catalog-product-group+.catalog-product-group{margin-top:44px}
.textil-grid,.topper-grid,.banderin-grid,.mug-grid{gap:15px}
.textil-card__body{gap:14px;padding:19px}
.topper-card__body,.banderin-card__body{gap:11px;padding:15px}
.topper-note{margin-top:16px}
.mug-filter-list{gap:7px;margin-bottom:12px;padding:10px 12px}
.mug-search{gap:14px;margin-bottom:16px;padding:14px 16px}
.mug-card__body{gap:9px;padding:14px}
.mug-card__features{gap:4px;padding-block:9px}
.mug-card__field{gap:6px}
.mug-card__price{padding-top:9px}
.cart-cta{padding:28px 0}
.footer-inner{gap:22px;padding:30px 0}
@media(max-width:680px){
  .catalog-section{padding:26px 0 40px}
  .section-heading{margin-bottom:16px}
  .catalog-product-group+.catalog-product-group{margin-top:32px}
  .textil-grid,.topper-grid,.banderin-grid,.mug-grid{gap:12px}
  .textil-card__body,.topper-card__body,.banderin-card__body,.mug-card__body{padding:13px}
  .mug-filter-list{margin-bottom:10px}
  .mug-search{margin-bottom:12px;padding:12px}
  .cart-cta{padding:24px 0}
  .footer-inner{padding:26px 0}
}


/* Formulario compacto de confirmación dentro del carrito */
.cart-drawer{overflow-y:auto}
.cart-items{flex:0 0 auto;overflow:visible;align-items:stretch}
.cart-summary{margin-top:0}
.checkout-form{display:grid;gap:10px;margin:14px 0;padding:13px;border:1px solid var(--line);border-radius:14px;background:#fffaf7;text-align:left}
.checkout-form h3{margin:0;color:var(--brown);font:700 16px/1.2 Arial,sans-serif}
.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.checkout-field{display:grid;gap:5px;color:var(--brown);font-size:9px;font-weight:900}
.checkout-field input,.checkout-field textarea{width:100%;padding:9px 10px;border:1px solid var(--line);border-radius:9px;color:var(--ink);background:#fff;font:400 11px/1.35 Arial,sans-serif;resize:vertical}
.checkout-field input:focus,.checkout-field textarea:focus{outline:2px solid rgba(245,101,94,.22);border-color:var(--coral)}
.payment-methods{display:grid;gap:7px;margin:0;padding:10px;border:1px solid var(--line);border-radius:11px;background:#fff}
.payment-methods legend{padding:0 5px;color:var(--brown);font-size:10px;font-weight:900}
.payment-option{display:grid;grid-template-columns:18px 1fr;gap:7px;align-items:start;padding:8px;border:1px solid #f1ddd6;border-radius:9px;cursor:pointer}
.payment-option:has(input:checked){border-color:var(--coral);background:var(--soft)}
.payment-option input{margin:2px 0 0;accent-color:var(--coral)}
.payment-option span{display:grid;gap:2px}.payment-option strong{color:var(--brown);font-size:10px}.payment-option small{color:var(--muted);font-size:9px;line-height:1.35}
.checkout-bank-details{display:grid;gap:8px;padding:10px;border-radius:11px;background:#fff;border:1px solid #eedbd4}
.checkout-bank-header{display:flex;align-items:center;justify-content:space-between;gap:8px}.checkout-bank-header strong{color:var(--brown);font-size:10px}.checkout-bank-header button{padding:6px 9px;border:0;border-radius:8px;color:#fff;background:var(--coral);font-size:9px;font-weight:900}
.checkout-bank-details dl{display:grid;gap:4px;margin:0}.checkout-bank-details dl>div{display:grid;grid-template-columns:90px 1fr;gap:6px}.checkout-bank-details dt{color:var(--muted);font-size:8px}.checkout-bank-details dd{margin:0;color:var(--ink);font-size:9px;font-weight:800;overflow-wrap:anywhere}
.checkout-bank-details p{margin:0;padding:8px;border-radius:8px;color:#6e4b40;background:#fff2ee;font-size:9px;font-weight:800;line-height:1.45}
.checkout-policy{display:grid;gap:4px;padding:10px;border-radius:10px;color:#6b5148;background:#fff;border:1px solid #f1ddd6;font-size:9px;line-height:1.45}.checkout-policy strong{color:var(--coral-dark);font-size:10px}
.checkout-accept{display:grid;grid-template-columns:18px 1fr;gap:7px;align-items:start;color:#5e4a43;font-size:9px;line-height:1.45}.checkout-accept input{margin:2px 0 0;accent-color:var(--coral)}
@media(max-width:520px){.checkout-fields{grid-template-columns:1fr}.checkout-form{padding:11px}.checkout-bank-details dl>div{grid-template-columns:80px 1fr}}


/* Carrito en dos pasos: resumen compacto y pago completo. */
.open-checkout-button{
  width:100%;
  min-height:48px;
  margin-top:12px;
  border:0;
  border-radius:12px;
  color:#fff;
  background:var(--coral);
  font-size:12px;
  font-weight:900;
}
.open-checkout-button:hover{background:var(--dark, var(--coral-dark))}
.checkout-back{
  display:none;
  width:max-content;
  margin:8px 0 2px;
  padding:8px 0;
  border:0;
  color:var(--coral-dark, var(--dark));
  background:transparent;
  font-size:11px;
  font-weight:900;
}
.checkout-form,.checkout-button{display:none}
.cart-drawer.checkout-open{width:min(760px,100%)}
.cart-drawer.checkout-open .cart-items,
.cart-drawer.checkout-open .cart-empty{display:none!important}
.cart-drawer.checkout-open .cart-summary{
  flex:1;
  margin-top:0;
  overflow:auto;
  padding-right:3px;
}
.cart-drawer.checkout-open .open-checkout-button{display:none}
.cart-drawer.checkout-open .checkout-back{display:inline-flex}
.cart-drawer.checkout-open .checkout-form{display:grid}
.cart-drawer.checkout-open .checkout-button{display:block}
@media(max-width:680px){
  .cart-drawer.checkout-open{width:100%}
  .cart-drawer.checkout-open .cart-summary{padding-bottom:18px}
}

/* Pago a pantalla completa: lectura cómoda en celular y computador. */
.cart-drawer.checkout-open{
  inset:0;
  left:0;
  right:0;
  width:100vw;
  max-width:none;
  height:100dvh;
  padding:clamp(18px,3vw,34px);
  border-radius:0;
  box-shadow:none;
  overflow-y:auto;
}
.cart-drawer.checkout-open .cart-header,
.cart-drawer.checkout-open .cart-drawer__header,
.cart-drawer.checkout-open .cart-drawer-header{
  width:min(980px,100%);
  margin:0 auto;
  padding-bottom:20px;
}
.cart-drawer.checkout-open .cart-header h2,
.cart-drawer.checkout-open .cart-drawer__header h2,
.cart-drawer.checkout-open .cart-drawer-header h2{
  font-size:clamp(34px,5vw,48px);
}
.cart-drawer.checkout-open .cart-close{
  width:46px;
  height:46px;
  font-size:29px;
}
.cart-drawer.checkout-open .cart-summary{
  width:min(980px,100%);
  flex:none;
  margin:0 auto;
  padding:0 0 34px;
  overflow:visible;
}
.cart-drawer.checkout-open .cart-summary>div:first-child{
  align-items:center;
  padding:14px 0 16px;
}
.cart-drawer.checkout-open .cart-summary>div:first-child span,
.cart-drawer.checkout-open #cart-summary-note,
.cart-drawer.checkout-open #cart-note{
  font-size:14px;
  line-height:1.55;
}
.cart-drawer.checkout-open .cart-summary>div:first-child strong,
.cart-drawer.checkout-open #cart-summary-title,
.cart-drawer.checkout-open #cart-total{
  font-size:28px;
}
.cart-drawer.checkout-open .checkout-back{
  margin:12px 0 5px;
  padding:10px 0;
  font-size:14px;
}
.cart-drawer.checkout-open .checkout-form{
  gap:18px;
  margin:18px 0;
  padding:clamp(20px,3vw,30px);
  border-radius:20px;
}
.cart-drawer.checkout-open .checkout-form h3{
  font-size:24px;
}
.cart-drawer.checkout-open .checkout-fields{
  gap:14px;
}
.cart-drawer.checkout-open .checkout-field{
  gap:8px;
  font-size:13px;
}
.cart-drawer.checkout-open .checkout-field input,
.cart-drawer.checkout-open .checkout-field textarea{
  min-height:50px;
  padding:13px 14px;
  border-radius:12px;
  font-size:16px;
  line-height:1.45;
}
.cart-drawer.checkout-open .checkout-field textarea{
  min-height:96px;
}
.cart-drawer.checkout-open .payment-methods{
  gap:10px;
  padding:16px;
  border-radius:15px;
}
.cart-drawer.checkout-open .payment-methods legend{
  font-size:15px;
}
.cart-drawer.checkout-open .payment-option{
  grid-template-columns:22px 1fr;
  gap:10px;
  padding:14px;
  border-radius:12px;
}
.cart-drawer.checkout-open .payment-option input{
  width:18px;
  height:18px;
}
.cart-drawer.checkout-open .payment-option strong{
  font-size:15px;
}
.cart-drawer.checkout-open .payment-option small{
  font-size:13px;
  line-height:1.5;
}
.cart-drawer.checkout-open .checkout-bank-details{
  gap:13px;
  padding:17px;
  border-radius:15px;
}
.cart-drawer.checkout-open .checkout-bank-header strong{
  font-size:16px;
}
.cart-drawer.checkout-open .checkout-bank-header button{
  min-height:40px;
  padding:8px 13px;
  border-radius:10px;
  font-size:12px;
}
.cart-drawer.checkout-open .checkout-bank-details dl{
  gap:8px;
}
.cart-drawer.checkout-open .checkout-bank-details dl>div{
  grid-template-columns:150px 1fr;
  gap:10px;
}
.cart-drawer.checkout-open .checkout-bank-details dt{
  font-size:12px;
}
.cart-drawer.checkout-open .checkout-bank-details dd{
  font-size:14px;
}
.cart-drawer.checkout-open .checkout-bank-details p{
  padding:12px;
  border-radius:10px;
  font-size:13px;
  line-height:1.55;
}
.cart-drawer.checkout-open .checkout-policy{
  gap:7px;
  padding:15px;
  border-radius:13px;
  font-size:13px;
  line-height:1.55;
}
.cart-drawer.checkout-open .checkout-policy strong{
  font-size:15px;
}
.cart-drawer.checkout-open .checkout-accept{
  grid-template-columns:23px 1fr;
  gap:9px;
  font-size:13px;
  line-height:1.55;
}
.cart-drawer.checkout-open .checkout-accept input{
  width:18px;
  height:18px;
}
.cart-drawer.checkout-open .checkout-button{
  min-height:56px;
  border-radius:14px;
  font-size:15px;
}
@media(max-width:680px){
  .cart-drawer.checkout-open{
    width:100vw;
    padding:15px;
  }
  .cart-drawer.checkout-open .cart-summary{
    padding-bottom:24px;
  }
  .cart-drawer.checkout-open .checkout-form{
    gap:15px;
    padding:17px;
  }
  .cart-drawer.checkout-open .checkout-form h3{
    font-size:21px;
  }
  .cart-drawer.checkout-open .checkout-fields{
    grid-template-columns:1fr;
  }
  .cart-drawer.checkout-open .checkout-bank-details dl>div{
    grid-template-columns:112px 1fr;
  }
  .cart-drawer.checkout-open .cart-summary>div:first-child strong,
  .cart-drawer.checkout-open #cart-summary-title,
  .cart-drawer.checkout-open #cart-total{
    font-size:25px;
  }
}


/* Envío del pedido por WhatsApp y correo. */
.checkout-delivery-note{display:none;margin:10px 0 0;color:var(--muted);font-size:11px;line-height:1.5;text-align:center}
.cart-drawer.checkout-open .checkout-delivery-note{display:block;width:min(980px,100%);margin:12px auto 0;font-size:14px;line-height:1.55}
@media(max-width:680px){.cart-drawer.checkout-open .checkout-delivery-note{font-size:13px;padding:0 4px}}

/* Carrito de celebraciones: fotos reales y total siempre visible. */
.cart-drawer:not(.checkout-open){overflow:hidden}
.cart-drawer:not(.checkout-open) .cart-items{flex:1 1 auto;min-height:0;overflow-y:auto;padding-right:3px}
.cart-drawer:not(.checkout-open) .cart-summary{flex:0 0 auto;margin-top:0;padding:18px 0 0;background:#fff;box-shadow:0 -10px 22px rgba(255,255,255,.96)}
.cart-item-image{width:58px;height:58px;object-fit:cover;object-position:center;border:1px solid #f0ded7;border-radius:11px;background:#fff}
.cart-item-price{color:var(--dark)!important;font-size:11px!important;font-weight:900}


/* Opciones separadas para enviar el pedido. */
.checkout-send-actions{display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;width:min(980px,100%);margin:14px auto 0}
.cart-drawer.checkout-open .checkout-send-actions{display:grid}
.checkout-send-actions .checkout-button{width:100%;margin:0}
.checkout-button--whatsapp{background:#22b76c!important}
.checkout-button--whatsapp:hover{background:#15985a!important}
.checkout-button--email{background:#6b4b42!important}
.checkout-button--email:hover{background:#51372f!important}
@media(max-width:680px){.checkout-send-actions{grid-template-columns:1fr;gap:10px}}

/* Categoría 06: navegación por todos los tipos de regalos. */
.gift-tabs-grid{grid-template-columns:repeat(5,minmax(0,1fr))}
.gift-type-tab{min-height:62px;padding:10px 12px;line-height:1.3}
.gift-ready-panel{padding-top:4px}
.gift-ready-card{max-width:820px;display:grid;grid-template-columns:76px 1fr auto;gap:18px;align-items:center;margin:0 auto;padding:24px;border:1px solid var(--line);border-radius:20px;background:#fff;box-shadow:0 12px 30px rgba(70,39,30,.07)}
.gift-ready-icon{width:64px;height:64px;display:grid;place-items:center;border-radius:18px;color:var(--dark);background:var(--soft);font-size:29px}
.gift-ready-card span{color:var(--dark);font-size:9px;font-weight:900;letter-spacing:.14em}
.gift-ready-card h2{margin:6px 0;color:var(--brown);font:400 28px/1.08 Georgia,serif}
.gift-ready-card p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}
@media(max-width:1050px){.gift-tabs-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){
  .gift-tabs-grid{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px;scrollbar-width:thin}
  .gift-type-tab{flex:0 0 auto;min-width:150px;min-height:52px;font-size:9px}
  .gift-ready-card{grid-template-columns:54px 1fr;padding:17px;gap:13px}
  .gift-ready-icon{width:52px;height:52px;border-radius:15px;font-size:24px}
  .gift-ready-card h2{font-size:23px}
  .gift-ready-card p{font-size:11px}
  .gift-ready-card .add-button{grid-column:1/-1;width:100%}
}

/* Categoría 04: apartados principales y subcategorías de poleras. */
.textil-product-tabs-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.textil-product-type-tab{display:flex;align-items:center;justify-content:flex-start;gap:11px;text-align:left}
.textil-product-type-tab i{width:36px;height:36px;display:grid;place-items:center;flex:0 0 auto;border-radius:50%;background:#fff0eb;font-style:normal;font-size:19px}
.textil-product-type-tab span{min-width:0;display:grid;gap:3px}
.textil-product-type-tab strong{font-size:12px}
.textil-product-type-tab small{overflow:hidden;color:#8b7168;font-size:8px;font-weight:700;line-height:1.25;text-overflow:ellipsis}
.textil-product-type-tab.active i,.textil-product-type-tab:hover i{background:rgba(255,255,255,.2)}
.textil-product-type-tab.active small,.textil-product-type-tab:hover small{color:#fff2ee}
.textil-audience-tabs{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:9px;margin:0 0 20px;padding:12px;border:1px solid #efd7cf;border-radius:18px;background:#fffaf7}
.textil-audience-tab{min-height:44px;display:flex;align-items:center;justify-content:center;gap:7px;padding:8px 10px;border:1px solid #efc3b8;border-radius:999px;color:var(--brown);background:#fff;font-size:10px;font-weight:900}
.textil-audience-tab:hover,.textil-audience-tab.active{color:#fff;border-color:var(--coral);background:var(--coral)}
.textil-audience-tab span{font-size:16px}
.textil-audience-panel{display:none}
.textil-audience-panel.active{display:block;animation:textilPanelIn .22s ease}
.textil-ready-card{max-width:860px;display:grid;grid-template-columns:78px 1fr auto;gap:20px;align-items:center;margin:auto;padding:25px;border:1px solid #eadde7;border-radius:22px;background:linear-gradient(135deg,#fff9fc,#fff);box-shadow:0 14px 34px rgba(70,39,60,.08)}
.textil-ready-icon{width:68px;height:68px;display:grid;place-items:center;border-radius:20px;background:#fff0eb;font-size:32px}
.textil-ready-card span{color:#e25d86;font-size:9px;font-weight:900;letter-spacing:.14em}
.textil-ready-card h2{margin:7px 0;color:#5c3c78;font:400 29px/1.08 Georgia,serif}
.textil-ready-card p{margin:0;color:#766a72;font-size:13px;line-height:1.6}
.textil-quote-link{display:grid;place-items:center;text-align:center}
@media(max-width:900px){.textil-product-tabs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.textil-audience-tabs{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:680px){
  .textil-product-tabs-grid{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px;scrollbar-width:thin}
  .textil-product-type-tab{min-width:190px;min-height:68px}
  .textil-audience-tabs{display:flex;gap:7px;overflow-x:auto;padding:10px;scrollbar-width:thin}
  .textil-audience-tab{min-width:104px;white-space:nowrap}
  .textil-ready-card{grid-template-columns:58px 1fr;padding:19px}
  .textil-ready-icon{width:54px;height:54px;border-radius:16px;font-size:25px}
  .textil-ready-card h2{font-size:24px}
  .textil-ready-card p{font-size:12px}
  .textil-ready-card .textil-quote-link{grid-column:1/-1}
}

/* Polerones personalizados */
.hoodie-panel{padding-top:2px}
.hoodie-grid{grid-template-columns:repeat(2,minmax(0,1fr));max-width:none;margin:auto}
.hoodie-grid .textil-card{max-width:none}
.hoodie-grid .textil-card__image{aspect-ratio:4/5;object-fit:cover;object-position:center top}
.color-swatch-options{display:grid;grid-template-columns:repeat(9,32px);gap:8px}
.color-swatch{width:32px;height:32px;display:grid;place-items:center;padding:3px;border:1px solid #d7d0cc;border-radius:50%;background:#fff;transition:.16s ease}
.color-swatch span{width:100%;height:100%;display:block;border:1px solid rgba(0,0,0,.12);border-radius:50%;background:var(--swatch)}
.color-swatch:hover{transform:translateY(-1px);border-color:#9c7baa}
.color-swatch.active{border-color:#4c4145;box-shadow:0 0 0 2px rgba(76,65,69,.15)}
.selected-color,.selected-size{display:block;margin-top:7px;color:#6a5661;font-size:11px;font-weight:800}
.availability-note{display:block;margin-top:7px;color:#7a6660;font-size:11px;line-height:1.45}
.pack-availability-note{margin-top:4px}
.hoodie-grid .textil-card__eyebrow{line-height:1.45}
@media(max-width:900px){.hoodie-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.color-swatch-options{grid-template-columns:repeat(8,32px)}}
@media(max-width:620px){.hoodie-grid{grid-template-columns:1fr;max-width:420px}.color-swatch-options{grid-template-columns:repeat(7,32px);gap:7px}.color-swatch{width:32px;height:32px}}
.hoodie-grid>.textil-card:only-child{width:100%;max-width:380px;justify-self:start}
@media(max-width:620px){.hoodie-grid>.textil-card:only-child{max-width:420px;justify-self:center}}

/* Tazón personalizado destacado */
.mug-card--custom{border-color:#e8c9bd;background:linear-gradient(180deg,#fffdfa,#fff)}
.mug-card--custom .mug-card__eyebrow{color:var(--coral)}
.mug-card__price--quote strong{font-size:24px}
.mug-card__actions--quote{grid-template-columns:1fr}
.mug-card__actions--quote .add-button{display:flex;align-items:center;justify-content:center;text-decoration:none}


.textil-card--quote{border-color:#f0d98f;box-shadow:0 18px 42px rgba(58,42,10,.14)}
.textil-card--quote .textil-card__eyebrow{color:#d79a00}
.textil-card--quote .textil-card__price strong{color:#d79a00}
.textil-card__price--quote{align-items:flex-start}
.hoodie-quote-link{display:flex;align-items:center;justify-content:center;text-decoration:none}


/* Filtros rápidos de polerones */
.hoodie-filter-bar{display:flex;gap:9px;overflow-x:auto;margin:0 auto 22px;padding:4px 2px 9px;max-width:1040px;scrollbar-width:thin;scroll-snap-type:x proximity}
.hoodie-filter-bar .textil-theme-chip{flex:0 0 auto;min-height:38px;padding:0 18px;white-space:nowrap;scroll-snap-align:start}
@media(max-width:680px){.hoodie-filter-bar{margin-bottom:16px;padding-bottom:8px}.hoodie-filter-bar .textil-theme-chip{min-height:36px;padding:0 15px;font-size:10px}}

/* Ajustes solicitados: polerones más compactos y carrito sin espacios vacíos. */
.hoodie-grid .textil-card__body{gap:12px;padding:18px}
.hoodie-grid .textil-card h2{font-size:23px;line-height:1.12}
.hoodie-grid .textil-card__description{font-size:11px;line-height:1.5}
.hoodie-grid .textil-card__field{gap:7px}
.hoodie-grid .textil-card__label{font-size:9px;letter-spacing:.06em}
.hoodie-grid .textil-card__price{padding-top:12px}
.hoodie-grid .textil-card__price span{font-size:9px}
.hoodie-grid .textil-card__price strong{font-size:20px}
.hoodie-grid .selected-color,
.hoodie-grid .selected-size,
.hoodie-grid .availability-note{margin-top:5px;font-size:9px;line-height:1.4}
.hoodie-grid .variant-button{min-width:52px;min-height:34px;padding:0 10px;font-size:9px}
.hoodie-grid .color-swatch-options{grid-template-columns:repeat(9,28px);gap:7px}
.hoodie-grid .color-swatch{width:28px;height:28px;padding:3px}
.hoodie-grid .textil-add{min-height:44px;font-size:10px}
@media(max-width:620px){
  .hoodie-grid .textil-card__body{gap:11px;padding:15px}
  .hoodie-grid .textil-card h2{font-size:20px}
  .hoodie-grid .textil-card__description{font-size:10px}
  .hoodie-grid .textil-card__label{font-size:8px}
  .hoodie-grid .variant-button{min-width:48px;min-height:31px;padding:0 9px;font-size:8px}
  .hoodie-grid .color-swatch-options{grid-template-columns:repeat(7,26px);gap:6px}
  .hoodie-grid .color-swatch{width:26px;height:26px;padding:2px}
  .hoodie-grid .selected-color,
  .hoodie-grid .selected-size,
  .hoodie-grid .availability-note{font-size:8px}
}

.cart-item{grid-template-columns:58px minmax(0,1fr);gap:10px;align-items:start;padding:10px 11px}
.cart-item-image{width:58px;height:58px}
.cart-item .cart-item-content{min-width:0;display:grid;gap:4px}
.cart-item .cart-item-content strong{font-size:12px;line-height:1.3}
.cart-item .cart-item-details{color:var(--muted);font-size:10px;line-height:1.4}
.cart-item .cart-item-bottom{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:2px}
.cart-item .cart-item-actions{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}
.cart-item .cart-item-price{color:var(--dark)!important;font-size:12px!important;font-weight:900;white-space:nowrap}
.cart-item .cart-item-qty{display:grid;grid-template-columns:26px minmax(28px,1fr) 26px;align-items:center;min-height:30px;overflow:hidden;border:1px solid var(--line);border-radius:9px;background:#fff}
.cart-item .cart-item-qty button{height:100%;padding:0;border:0;color:var(--brown);background:#fff;font-size:14px;font-weight:900}
.cart-item .cart-item-qty button:hover{background:var(--soft)}
.cart-item .cart-item-qty output{padding:0 6px;color:var(--ink);font-size:11px;font-weight:900;text-align:center}
.cart-item .cart-item-remove{padding:0;border:0;color:var(--dark);background:transparent;font-size:9px;font-weight:900;white-space:nowrap}
.cart-item .cart-item-remove:hover{text-decoration:underline}
@media(max-width:430px){
  .cart-item{grid-template-columns:54px minmax(0,1fr);padding:9px 10px}
  .cart-item-image{width:54px;height:54px}
  .cart-item .cart-item-content strong{font-size:11px}
  .cart-item .cart-item-details{font-size:9px}
  .cart-item .cart-item-bottom{align-items:flex-start;flex-direction:column}
  .cart-item .cart-item-actions{width:100%;justify-content:space-between}
}


/* Cantidad visible en poleras y polerones */
.textil-card__actions{display:grid;grid-template-columns:88px 1fr;gap:8px}
.textil-card__actions .quantity{min-height:42px;display:grid;grid-template-columns:28px 1fr 28px;align-items:center;overflow:hidden;border:1px solid #eadde7;border-radius:12px;background:#fff}
.textil-card__actions .quantity button{height:100%;padding:0;border:0;color:#5c3c78;background:#fff;font-size:15px;font-weight:900}
.textil-card__actions .quantity button:hover{background:#fbf5fa}
.textil-card__actions .quantity output{text-align:center;color:#4c3e50;font-size:12px;font-weight:900}
.textil-card__actions .textil-add{min-height:42px;border-radius:12px}
@media(max-width:520px){
  .textil-card__actions{grid-template-columns:84px 1fr;gap:7px}
  .textil-card__actions .quantity{min-height:40px}
  .textil-card__actions .textil-add{min-height:40px;font-size:10px}
}


/* Carrito compacto para todos los productos */
.cart-items{gap:10px;align-items:stretch!important;justify-content:flex-start!important}
.cart-drawer:not(.checkout-open) .cart-items{display:flex!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;overflow-y:auto}
.cart-item{display:flex!important;align-items:flex-start!important;gap:10px!important;flex:0 0 auto!important;padding:10px 11px!important;height:auto!important;min-height:0!important}
.cart-item-image,.cart-item-icon{flex:0 0 48px;width:48px!important;height:48px!important}
.cart-item .cart-item-content{flex:1 1 auto;min-width:0;display:flex!important;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:3px!important}
.cart-item .cart-item-content strong{margin:0;font-size:11px!important;line-height:1.25!important}
.cart-item .cart-item-details{margin:0;color:var(--muted);font-size:9px!important;line-height:1.35!important}
.cart-item .cart-item-bottom{width:100%;display:flex!important;align-items:center!important;justify-content:space-between!important;gap:8px!important;margin-top:2px!important}
.cart-item .cart-item-price{font-size:11px!important;line-height:1!important;white-space:nowrap}
.cart-item .cart-item-actions{display:flex!important;align-items:center!important;justify-content:flex-end!important;flex-wrap:nowrap!important;gap:7px!important}
.cart-item .cart-item-qty{grid-template-columns:24px minmax(24px,1fr) 24px!important;min-height:28px!important;border-radius:8px!important}
.cart-item .cart-item-qty button{font-size:13px!important}
.cart-item .cart-item-qty output{font-size:10px!important;padding:0 5px!important}
.cart-item .cart-item-remove{font-size:9px!important;line-height:1!important}
@media(max-width:430px){
  .cart-item{padding:9px 10px!important;gap:9px!important}
  .cart-item-image,.cart-item-icon{flex-basis:46px;width:46px!important;height:46px!important}
  .cart-item .cart-item-content strong{font-size:10px!important}
  .cart-item .cart-item-details{font-size:8px!important}
  .cart-item .cart-item-bottom{flex-direction:row!important;align-items:center!important}
  .cart-item .cart-item-actions{width:auto!important;justify-content:flex-end!important;gap:6px!important}
  .cart-item .cart-item-qty{grid-template-columns:22px minmax(22px,1fr) 22px!important;min-height:26px!important}
  .cart-item .cart-item-remove{font-size:8px!important}
}


/* =========================================================
   CORRECCIÓN RESPONSIVE GENERAL PARA TODO EL CATÁLOGO DE POLERAS
   Evita cortes laterales en títulos, tallas, precios y acciones.
   ========================================================= */
.textil-main-panel,
.textil-audience-panel,
.textil-grid,
.pack-grid,
.textil-card,
.textil-card__body,
.textil-card__field,
.textil-card__price,
.textil-card__actions,
.variant-options {
  min-width: 0;
  max-width: 100%;
}

.textil-main-panel,
.textil-audience-panel,
.textil-grid,
.pack-grid {
  width: 100%;
}

.textil-card {
  width: 100%;
}

.textil-card__body {
  width: 100%;
  overflow: hidden;
}

.textil-card h2,
.textil-card__description,
.selected-color,
.selected-size,
.availability-note {
  max-width: 100%;
  overflow-wrap: anywhere;
}

.variant-options {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}

.textil-card__price {
  width: 100%;
  flex-wrap: wrap;
}

.textil-card__price > * {
  min-width: 0;
}

.textil-card__actions {
  width: 100%;
  grid-template-columns: 82px minmax(0, 1fr);
}

.textil-card__actions .quantity,
.textil-card__actions .textil-add {
  width: 100%;
  min-width: 0;
  max-width: 100%;
}

.textil-card__actions .textil-add {
  padding-inline: 8px;
  white-space: normal;
  line-height: 1.2;
}

@media (max-width: 820px) {
  .textil-grid,
  .pack-grid {
    grid-template-columns: minmax(0, 1fr) !important;
    width: 100%;
    max-width: 100%;
    margin-inline: 0;
  }

  .textil-card,
  .textil-grid > .textil-card,
  .pack-grid > .textil-card {
    width: 100% !important;
    max-width: 100% !important;
    margin-inline: 0 !important;
    justify-self: stretch !important;
  }
}

@media (max-width: 680px) {
  html,
  body {
    overflow-x: hidden;
  }

  .textil-category-page .shell {
    width: calc(100% - 18px);
    max-width: 100%;
  }

  .textil-main-panel,
  .textil-audience-panel {
    overflow: hidden;
  }

  .textil-card__body {
    padding: 14px;
    gap: 12px;
  }

  .textil-card h2 {
    font-size: 22px;
    line-height: 1.12;
  }

  .textil-card__description {
    font-size: 11px;
    line-height: 1.55;
  }

  .variant-options {
    gap: 7px;
  }

  .variant-button {
    min-width: 44px;
    max-width: 100%;
    padding-inline: 9px;
  }

  .color-swatch-options {
    display: flex !important;
    flex-wrap: wrap !important;
    grid-template-columns: none !important;
    width: 100%;
  }

  .textil-card__price {
    align-items: flex-end;
    gap: 8px;
  }

  .textil-card__price > span {
    margin-left: auto;
    text-align: right;
  }

  .textil-card__actions {
    grid-template-columns: 78px minmax(0, 1fr);
    gap: 7px;
  }

  .textil-card__actions .quantity {
    grid-template-columns: 24px minmax(24px, 1fr) 24px;
  }

  .textil-card__actions .textil-add {
    font-size: 9px;
  }
}

@media (max-width: 360px) {
  .textil-category-page .shell {
    width: calc(100% - 12px);
  }

  .textil-card__body {
    padding: 12px;
  }

  .textil-card__actions {
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 6px;
  }

  .textil-card__actions .quantity {
    grid-template-columns: 22px minmax(20px, 1fr) 22px;
  }

  .textil-card__actions .textil-add {
    padding-inline: 5px;
    font-size: 8px;
  }
}


/* CORRECCION CANTIDAD TAZONES
   Mantiene el boton menos, el numero y el boton mas alineados. */
.mug-card__actions{
  width:100%;
  min-width:0;
  grid-template-columns:88px minmax(0,1fr);
  align-items:stretch;
}
.mug-card__actions .quantity{
  width:100%;
  min-width:0;
  min-height:39px;
  display:grid;
  grid-template-columns:28px minmax(28px,1fr) 28px;
  align-items:center;
  overflow:hidden;
  border:1px solid #e7c9bf;
  border-radius:10px;
  background:#fff;
}
.mug-card__actions .quantity button{
  width:100%;
  height:100%;
  min-width:0;
  display:grid;
  place-items:center;
  padding:0;
  border:0;
  border-radius:0;
  color:var(--brown);
  background:#fff;
  font-size:14px;
  font-weight:900;
  line-height:1;
}
.mug-card__actions .quantity button:hover{
  background:var(--soft);
}
.mug-card__actions .quantity output{
  min-width:0;
  display:block;
  color:var(--ink);
  font-size:12px;
  font-weight:900;
  line-height:1;
  text-align:center;
}
.mug-card__actions .add-button{
  width:100%;
  min-width:0;
}
@media(max-width:420px){
  .mug-card__actions{
    grid-template-columns:82px minmax(0,1fr);
    gap:7px;
  }
  .mug-card__actions .quantity{
    grid-template-columns:26px minmax(24px,1fr) 26px;
  }
  .mug-card__actions .add-button{
    padding-inline:8px;
    font-size:9px;
  }
}

/* Mantiene cantidad y boton de tazones en la misma fila en movil. */
.mug-card__actions .add-button{
  grid-column:auto!important;
}


/* PRECIOS UNITARIOS, SUBTOTAL Y CANTIDAD DEL CARRITO */
.cart-item .cart-item-bottom{
  align-items:end!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) auto!important;
  gap:10px!important;
}
.cart-item-pricing{
  min-width:0;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,auto));
  gap:6px 14px!important;
  align-items:end;
}
.cart-item-pricing span{
  min-width:0;
  display:grid!important;
  gap:2px!important;
}
.cart-item-pricing small,
.cart-item-quantity>small{
  display:block;
  color:var(--muted);
  font-size:7px;
  font-weight:900;
  line-height:1.2;
  letter-spacing:.04em;
  text-transform:uppercase;
  white-space:nowrap;
}
.cart-item-pricing strong{
  color:var(--dark);
  font-size:11px;
  line-height:1.1;
  white-space:nowrap;
}
.cart-item .cart-item-actions{
  align-items:end!important;
  gap:9px!important;
}
.cart-item-quantity{
  display:grid!important;
  gap:4px!important;
}
.cart-item .cart-item-qty{
  width:90px!important;
  min-width:90px!important;
  height:30px!important;
  min-height:30px!important;
  display:grid!important;
  grid-template-columns:30px 30px 30px!important;
  overflow:hidden!important;
  border:1px solid var(--line)!important;
  border-radius:9px!important;
  background:#fff!important;
}
.cart-item .cart-item-qty button,
.cart-item .cart-item-qty output{
  width:30px!important;
  height:29px!important;
  min-width:30px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  line-height:1!important;
}
.cart-item .cart-item-qty button{
  color:var(--brown)!important;
  background:#fff!important;
  font-size:14px!important;
  font-weight:900!important;
}
.cart-item .cart-item-qty button:first-child{
  border-right:1px solid var(--line)!important;
}
.cart-item .cart-item-qty button:last-child{
  border-left:1px solid var(--line)!important;
}
.cart-item .cart-item-qty output{
  color:var(--ink)!important;
  background:#fffaf8!important;
  font-size:11px!important;
  font-weight:900!important;
}
.cart-item .cart-item-remove{
  align-self:end;
  min-height:30px;
  display:flex;
  align-items:center;
  padding:0 2px!important;
}
.cart-item-price--quote{
  align-self:end;
}
@media(max-width:430px){
  .cart-item .cart-item-bottom{
    grid-template-columns:1fr!important;
    align-items:start!important;
    gap:7px!important;
  }
  .cart-item-pricing{
    width:100%;
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .cart-item .cart-item-actions{
    width:100%!important;
    justify-content:space-between!important;
  }
  .cart-item-pricing small,
  .cart-item-quantity>small{
    font-size:7px;
  }
}


/* AJUSTE FINAL CARRITO: PRECIOS ARRIBA Y CANTIDAD ABAJO */
.cart-item .cart-item-bottom{
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr)!important;
  align-items:start!important;
  gap:8px!important;
}
.cart-item-pricing{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
  padding-top:2px;
}
.cart-item-pricing span{
  min-width:0!important;
  display:grid!important;
  gap:3px!important;
}
.cart-item-pricing small{
  overflow:visible!important;
  text-overflow:clip!important;
  white-space:normal!important;
  font-size:7px!important;
  line-height:1.15!important;
}
.cart-item-pricing strong{
  font-size:11px!important;
  line-height:1.1!important;
}
.cart-item .cart-item-actions{
  width:100%!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  flex-wrap:nowrap!important;
  gap:12px!important;
}
.cart-item-quantity{
  display:grid!important;
  gap:3px!important;
}
.cart-item-quantity>small{
  font-size:7px!important;
  line-height:1.1!important;
}
.cart-item .cart-item-qty{
  width:96px!important;
  min-width:96px!important;
  height:32px!important;
  min-height:32px!important;
  grid-template-columns:32px 32px 32px!important;
  border-radius:9px!important;
}
.cart-item .cart-item-qty button,
.cart-item .cart-item-qty output{
  width:32px!important;
  min-width:32px!important;
  height:31px!important;
}
.cart-item .cart-item-remove{
  min-height:32px!important;
  align-self:end!important;
  padding:0 4px!important;
  white-space:nowrap!important;
}
@media(max-width:430px){
  .cart-item-pricing{gap:8px!important}
  .cart-item .cart-item-actions{gap:10px!important}
}


/* AJUSTE FINAL: precio unitario | subtotal | - 1 + | eliminar */
.cart-item .cart-item-bottom{
  width:100%!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:10px!important;
  flex-wrap:nowrap!important;
}
.cart-item-pricing{
  width:auto!important;
  min-width:0!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-start!important;
  gap:12px!important;
  flex-wrap:nowrap!important;
}
.cart-item-pricing span{
  min-width:62px!important;
  display:grid!important;
  gap:2px!important;
}
.cart-item-pricing small{
  font-size:7px!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
.cart-item-pricing strong{
  font-size:11px!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
.cart-item .cart-item-actions{
  width:auto!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:flex-end!important;
  flex-wrap:nowrap!important;
  gap:8px!important;
}
.cart-item-quantity{
  display:block!important;
}
.cart-item .cart-item-qty{
  width:88px!important;
  min-width:88px!important;
  height:30px!important;
  min-height:30px!important;
  grid-template-columns:28px 32px 28px!important;
  border-radius:9px!important;
}
.cart-item .cart-item-qty button,
.cart-item .cart-item-qty output{
  height:29px!important;
  min-width:auto!important;
  width:auto!important;
}
.cart-item .cart-item-remove{
  min-height:30px!important;
  display:flex!important;
  align-items:center!important;
  padding:0 2px!important;
  font-size:9px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
@media(max-width:430px){
  .cart-item .cart-item-bottom{
    display:flex!important;
    flex-direction:row!important;
    align-items:flex-end!important;
    justify-content:space-between!important;
    gap:8px!important;
  }
  .cart-item-pricing{
    gap:10px!important;
  }
  .cart-item-pricing span{
    min-width:58px!important;
  }
  .cart-item-pricing small{
    font-size:6.5px!important;
  }
  .cart-item-pricing strong{
    font-size:10.5px!important;
  }
  .cart-item .cart-item-actions{
    gap:6px!important;
  }
  .cart-item .cart-item-qty{
    width:84px!important;
    min-width:84px!important;
    grid-template-columns:26px 32px 26px!important;
  }
  .cart-item .cart-item-remove{
    font-size:8.5px!important;
  }
}


/* CORRECCION DEFINITIVA DEL CARRITO EN MOVIL
   Precio unitario | Subtotal | - 1 + | Eliminar */
.cart-item{
  display:grid!important;
  grid-template-columns:48px minmax(0,1fr)!important;
  grid-template-rows:auto auto auto!important;
  column-gap:10px!important;
  row-gap:3px!important;
  align-items:start!important;
}
.cart-item-image,
.cart-item-icon{
  grid-column:1!important;
  grid-row:1 / span 2!important;
  width:48px!important;
  height:48px!important;
  flex:none!important;
}
.cart-item .cart-item-content{
  display:contents!important;
}
.cart-item .cart-item-content>strong{
  grid-column:2!important;
  grid-row:1!important;
  min-width:0!important;
}
.cart-item .cart-item-details{
  grid-column:2!important;
  grid-row:2!important;
  min-width:0!important;
}
.cart-item .cart-item-bottom{
  grid-column:1 / -1!important;
  grid-row:3!important;
  width:100%!important;
  display:grid!important;
  grid-template-columns:minmax(62px,1fr) minmax(62px,1fr) 88px auto!important;
  align-items:end!important;
  justify-content:stretch!important;
  gap:8px!important;
  margin-top:5px!important;
}
.cart-item-pricing,
.cart-item .cart-item-actions{
  display:contents!important;
}
.cart-item-pricing span{
  min-width:0!important;
  width:auto!important;
  display:grid!important;
  gap:2px!important;
}
.cart-item-pricing span:first-child{grid-column:1!important}
.cart-item-pricing span:last-child{grid-column:2!important}
.cart-item-pricing small{
  display:block!important;
  font-size:6.5px!important;
  line-height:1.1!important;
  letter-spacing:.02em!important;
  white-space:nowrap!important;
}
.cart-item-pricing strong{
  font-size:11px!important;
  line-height:1.1!important;
  white-space:nowrap!important;
}
.cart-item-quantity{
  grid-column:3!important;
  display:block!important;
  width:88px!important;
}
.cart-item .cart-item-qty{
  width:88px!important;
  min-width:88px!important;
  height:30px!important;
  min-height:30px!important;
  display:grid!important;
  grid-template-columns:28px 32px 28px!important;
  overflow:hidden!important;
  border:1px solid var(--line)!important;
  border-radius:9px!important;
}
.cart-item .cart-item-qty button,
.cart-item .cart-item-qty output{
  width:auto!important;
  min-width:0!important;
  height:29px!important;
  min-height:29px!important;
  display:grid!important;
  place-items:center!important;
  margin:0!important;
  padding:0!important;
  line-height:1!important;
}
.cart-item .cart-item-remove{
  grid-column:4!important;
  align-self:center!important;
  min-height:30px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:0!important;
  font-size:8.5px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
@media(max-width:380px){
  .cart-item .cart-item-bottom{
    grid-template-columns:minmax(56px,1fr) minmax(56px,1fr) 82px auto!important;
    gap:6px!important;
  }
  .cart-item-pricing small{font-size:6px!important}
  .cart-item-pricing strong{font-size:10px!important}
  .cart-item-quantity,
  .cart-item .cart-item-qty{
    width:82px!important;
    min-width:82px!important;
  }
  .cart-item .cart-item-qty{
    grid-template-columns:25px 32px 25px!important;
  }
  .cart-item .cart-item-remove{font-size:8px!important}
}


/* =========================================================
   TABLA DE PRODUCTOS EN CARRITO Y PANTALLA DE PAGO
   Producto | Precio | Cantidad | Subtotal
   ========================================================= */
.hidden{display:none!important}
.cart-drawer:not(.checkout-open){width:min(760px,100%)}
.cart-table{width:100%;overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff}
.cart-table-head,.cart-table-row{display:grid;grid-template-columns:minmax(250px,1fr) 90px 110px 100px 66px;gap:10px;align-items:center}
.cart-table-head{padding:11px 12px;border-bottom:1px solid var(--line);color:var(--brown);background:#fffaf7;font-size:9px;font-weight:900;text-align:center;text-transform:uppercase;letter-spacing:.04em}
.cart-table-head span:first-child{text-align:left;padding-left:58px}
.cart-items,.checkout-cart-items{display:flex!important;flex-direction:column!important;gap:0!important;padding:0!important;overflow:visible!important}
.cart-table-row{flex:0 0 auto!important;min-height:76px;padding:10px 12px;border:0;border-bottom:1px solid #f1e3de;background:#fff}
.cart-table-row:last-child{border-bottom:0}
.cart-table-product{min-width:0;display:flex;align-items:center;gap:10px}
.cart-table-image,.cart-table-icon{flex:0 0 48px;width:48px;height:48px;border:1px solid #efdfd8;border-radius:8px;background:#fff;object-fit:cover}
.cart-table-icon{display:grid;place-items:center;background:var(--soft);font-size:21px}
.cart-table-product>div{min-width:0;display:grid;gap:4px}
.cart-table-product strong{color:var(--ink);font-size:11px;line-height:1.25;overflow-wrap:anywhere}
.cart-table-product span{color:var(--muted);font-size:8px;line-height:1.35;overflow-wrap:anywhere}
.cart-table-cell{min-width:0;display:grid;place-items:center;gap:4px;text-align:center}
.cart-table-cell>small{display:none;color:var(--muted);font-size:7px;font-weight:900;text-transform:uppercase}
.cart-table-cell>strong{color:var(--dark);font-size:11px;white-space:nowrap}
.cart-table-qty{width:90px;height:32px;display:grid!important;grid-template-columns:30px 30px 30px!important;align-items:center;overflow:hidden;border:1px solid var(--line);border-radius:7px;background:#fff}
.cart-table-qty button,.cart-table-qty output{width:30px!important;height:31px!important;display:grid!important;place-items:center!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;color:var(--brown)!important;background:#fff!important;font-size:12px!important;font-weight:900!important;line-height:1!important}
.cart-table-qty output{border-inline:1px solid var(--line)!important;color:var(--ink)!important;background:#fffaf8!important}
.cart-table-remove{display:flex;justify-content:flex-end}
.cart-table-remove-button{padding:6px 0;border:0;color:var(--dark);background:transparent;font-size:8px;font-weight:900;white-space:nowrap}
.cart-table-remove-button:hover{text-decoration:underline}
.cart-table-dash{color:var(--muted);font-size:11px;font-weight:900}
.checkout-order-summary{display:none;width:min(980px,100%);margin:16px auto 20px;text-align:left}
.checkout-order-summary h3{margin:0 0 10px;color:var(--brown);font:700 18px/1.2 Arial,sans-serif}
.cart-drawer.checkout-open>.cart-table--drawer{display:none!important}
.cart-drawer.checkout-open .checkout-order-summary{display:block}
.cart-drawer.checkout-open .checkout-order-summary.hidden{display:none!important}
.cart-drawer.checkout-open .checkout-cart-items{display:flex!important}
.cart-drawer.checkout-open .cart-table--checkout{box-shadow:0 8px 24px rgba(70,39,30,.05)}

@media(max-width:680px){
  .cart-drawer:not(.checkout-open){width:100%;padding:16px}
  .cart-table-head{display:none}
  .cart-table-row{grid-template-columns:minmax(0,1fr) 62px 84px 68px 48px;gap:6px;align-items:end;padding:10px;min-height:0}
  .cart-table-product{grid-column:1/-1;padding-bottom:7px;border-bottom:1px solid #f3e7e2}
  .cart-table-image,.cart-table-icon{flex-basis:44px;width:44px;height:44px}
  .cart-table-product strong{font-size:10px}
  .cart-table-product span{font-size:8px}
  .cart-table-cell{place-items:start;align-self:end;text-align:left}
  .cart-table-cell>small{display:block}
  .cart-table-cell>strong{font-size:10px}
  .cart-table-quantity{place-items:center}
  .cart-table-quantity>small{width:100%;text-align:center}
  .cart-table-qty{width:84px;height:30px;grid-template-columns:28px 28px 28px!important}
  .cart-table-qty button,.cart-table-qty output{width:28px!important;height:29px!important;font-size:11px!important}
  .cart-table-remove{align-self:end;justify-content:flex-end}
  .cart-table-remove-button{font-size:8px}
  .checkout-order-summary{margin:12px auto 16px}
  .checkout-order-summary h3{font-size:16px}
}
@media(max-width:390px){
  .cart-table-row{grid-template-columns:minmax(0,1fr) 58px 78px 62px 42px;gap:5px;padding:9px 8px}
  .cart-table-qty{width:78px;grid-template-columns:26px 26px 26px!important}
  .cart-table-qty button,.cart-table-qty output{width:26px!important}
  .cart-table-cell>small{font-size:6px}
  .cart-table-cell>strong{font-size:9px}
  .cart-table-remove-button{font-size:7px}
}

/* Ajuste móvil final de la tabla: 4 columnas reales bajo el producto */
@media(max-width:680px){
  .cart-table-row{
    grid-template-columns:minmax(62px,1fr) 84px minmax(64px,1fr) 48px!important;
    grid-template-areas:
      "product product product product"
      "price quantity subtotal remove"!important;
  }
  .cart-table-product{grid-area:product!important}
  .cart-table-price{grid-area:price!important}
  .cart-table-quantity{grid-area:quantity!important}
  .cart-table-subtotal{grid-area:subtotal!important}
  .cart-table-remove{grid-area:remove!important}
}
@media(max-width:390px){
  .cart-table-row{
    grid-template-columns:minmax(56px,1fr) 78px minmax(58px,1fr) 42px!important;
  }
}


/* Ajuste final: tabla compacta, total visible, comprobante y correo */
.cart-table-head,.cart-table-row{grid-template-columns:minmax(230px,1fr) 88px 104px 94px 62px!important}
.cart-table-head{padding:10px 12px!important;font-size:10px!important}
.cart-table-row{min-height:64px!important;padding:8px 12px!important}
.cart-table-image,.cart-table-icon{flex-basis:44px!important;width:44px!important;height:44px!important}
.cart-table-product strong{font-size:13px!important;line-height:1.25!important}
.cart-table-product span{font-size:10px!important;line-height:1.3!important}
.cart-table-cell>strong{font-size:13px!important}
.cart-table-qty{height:30px!important}
.cart-table-remove-button{font-size:10px!important}
.checkout-order-total{display:flex;align-items:center;justify-content:flex-end;gap:16px;margin-top:10px;padding:12px 16px;border:1px solid var(--line);border-radius:12px;background:#fffaf7;color:var(--brown)}
.checkout-order-total span{font-size:14px;font-weight:900}
.checkout-order-total strong{color:var(--dark);font-size:22px;white-space:nowrap}
.checkout-proof-panel{display:grid;gap:10px;margin-top:12px;padding:12px;border-radius:12px;background:#fff6f2}
.checkout-proof-panel p{margin:0;color:var(--brown);font-size:12px;line-height:1.45}
.checkout-proof-panel button{min-height:44px;padding:0 16px;border:0;border-radius:10px;color:#fff;background:#25c768;font-size:11px;font-weight:900}
.checkout-proof-panel button:hover{filter:brightness(.96)}
.checkout-button--email{background:#ea4335!important}
@media(max-width:680px){
  .cart-table-row{grid-template-columns:minmax(0,1fr) 64px 84px 70px 48px!important;padding:8px!important}
  .cart-table-product strong{font-size:12px!important}
  .cart-table-product span{font-size:9px!important}
  .cart-table-cell>small{font-size:7px!important}
  .cart-table-cell>strong{font-size:11px!important}
  .checkout-order-total{justify-content:space-between;padding:10px 12px}
  .checkout-order-total span{font-size:13px}
  .checkout-order-total strong{font-size:19px}
  .checkout-proof-panel p{font-size:11px}
}


/* CATEGORIA 06: los botones cambian el contenido en el mismo lugar */
.gift-category-page .catalog-section{padding-top:18px}
.gift-category-page #panel-area{position:relative;margin-top:0;min-height:180px}
.gift-category-page #panel-area>.quote-panel[hidden]{display:none!important}
.gift-category-page #panel-area>.quote-panel.active{display:block!important}
.gift-category-page .gift-ready-panel{padding-top:0!important}
.gift-category-page .gift-ready-card{margin:0 auto}
@media(max-width:680px){
  .gift-category-page .catalog-section{padding-top:12px}
  .gift-category-page #panel-area{min-height:150px}
}

/* =========================================================
   PALETA POR CATEGORIA
   Fondo general claro; el color aparece solo en detalles,
   botones activos, filtros, títulos y bordes suaves.
   ========================================================= */
.category-03-page{
  --category-accent:#e982a5;
  --category-button:#d86891;
  --category-dark:#ad456a;
  --category-soft:#fff1f6;
  --category-line:#efc7d6;
}
.category-04-page{
  --category-accent:#39aaa8;
  --category-button:#2b9290;
  --category-dark:#1e7472;
  --category-soft:#eaf9f8;
  --category-line:#b8e1df;
}
.category-05-page{
  --category-accent:#865eac;
  --category-button:#76509b;
  --category-dark:#593a78;
  --category-soft:#f4eff9;
  --category-line:#d8c7e8;
}
.category-06-page{
  --category-accent:#ef7065;
  --category-button:#df6258;
  --category-dark:#b74740;
  --category-soft:#fff0ed;
  --category-line:#f0c4bf;
}
.category-07-page{
  --category-accent:#b3a0d8;
  --category-button:#8d78b8;
  --category-dark:#66528f;
  --category-soft:#f6f2fc;
  --category-line:#dcd2ee;
}
.category-03-page,
.category-04-page,
.category-05-page,
.category-06-page,
.category-07-page{
  --coral:var(--category-button);
  --dark:var(--category-dark);
  --soft:var(--category-soft);
  --line:var(--category-line);
}
.category-03-page .category-cover img,
.category-04-page .category-cover img,
.category-05-page .category-cover img,
.category-06-page .category-cover img,
.category-07-page .category-cover img{
  border:2px solid var(--category-accent);
  box-shadow:0 16px 36px color-mix(in srgb,var(--category-accent) 18%,transparent);
}
.category-03-page .product-tabs,
.category-04-page .product-tabs,
.category-05-page .product-tabs,
.category-06-page .product-tabs,
.category-07-page .product-tabs{
  border-color:var(--category-line);
}
.category-03-page .product-tab,
.category-04-page .product-tab,
.category-05-page .product-tab,
.category-06-page .product-tab,
.category-07-page .product-tab{
  border-color:var(--category-line);
  background:var(--category-soft);
}
.category-03-page .product-tab.active,
.category-03-page .product-tab:hover,
.category-04-page .product-tab.active,
.category-04-page .product-tab:hover,
.category-05-page .product-tab.active,
.category-05-page .product-tab:hover,
.category-06-page .product-tab.active,
.category-06-page .product-tab:hover,
.category-07-page .product-tab.active,
.category-07-page .product-tab:hover{
  color:#fff;
  border-color:var(--category-button);
  background:var(--category-button);
}
.category-03-page .section-heading>span,
.category-04-page .section-heading>span,
.category-05-page .section-heading>span,
.category-06-page .section-heading>span,
.category-07-page .section-heading>span,
.category-03-page .cart-header span,
.category-04-page .cart-header span,
.category-05-page .cart-header span,
.category-06-page .cart-header span,
.category-07-page .cart-header span{
  color:var(--category-dark);
}
.category-03-page .section-heading h1,
.category-04-page .section-heading h1,
.category-05-page .section-heading h1,
.category-06-page .section-heading h1,
.category-07-page .section-heading h1,
.category-03-page .quote-copy h2,
.category-04-page .quote-copy h2,
.category-05-page .quote-copy h2,
.category-06-page .quote-copy h2,
.category-07-page .quote-copy h2{
  color:var(--category-dark);
}
.category-03-page .quote-icon,
.category-04-page .quote-icon,
.category-05-page .quote-icon,
.category-06-page .quote-icon,
.category-07-page .quote-icon{
  color:var(--category-dark);
  background:var(--category-soft);
}
.category-03-page .add-button,
.category-04-page .add-button,
.category-05-page .add-button,
.category-06-page .add-button,
.category-07-page .add-button,
.category-03-page .cart-button,
.category-04-page .cart-button,
.category-05-page .cart-button,
.category-06-page .cart-button,
.category-07-page .cart-button{
  background:var(--category-button);
}
.category-03-page .add-button:hover,
.category-04-page .add-button:hover,
.category-05-page .add-button:hover,
.category-06-page .add-button:hover,
.category-07-page .add-button:hover{
  background:var(--category-dark);
}
.category-03-page .topper-filter:hover,
.category-03-page .topper-filter.active,
.category-03-page .topper-option:hover,
.category-03-page .topper-option.active,
.category-04-page .topper-filter:hover,
.category-04-page .topper-filter.active,
.category-04-page .topper-option:hover,
.category-04-page .topper-option.active,
.category-05-page .topper-filter:hover,
.category-05-page .topper-filter.active,
.category-05-page .topper-option:hover,
.category-05-page .topper-option.active,
.category-06-page .topper-filter:hover,
.category-06-page .topper-filter.active,
.category-06-page .topper-option:hover,
.category-06-page .topper-option.active,
.category-07-page .topper-filter:hover,
.category-07-page .topper-filter.active,
.category-07-page .topper-option:hover,
.category-07-page .topper-option.active{
  color:#fff;
  border-color:var(--category-button);
  background:var(--category-button);
}
.category-03-page .topper-filter-list--standalone,
.category-04-page .topper-filter-list--standalone,
.category-05-page .topper-filter-list--standalone,
.category-06-page .topper-filter-list--standalone,
.category-07-page .topper-filter-list--standalone,
.category-06-page .mug-filter-list{
  border-color:var(--category-line);
  background:var(--category-soft);
}
.category-06-page .mug-filter-chip:hover,
.category-06-page .mug-filter-chip.active,
.category-04-page .textil-audience-tab:hover,
.category-04-page .textil-audience-tab.active,
.category-04-page .textil-theme-chip:hover,
.category-04-page .textil-theme-chip.active{
  color:#fff;
  border-color:var(--category-button);
  background:var(--category-button);
  box-shadow:none;
}
.category-04-page .textil-intro{
  border-color:var(--category-line);
  background:linear-gradient(135deg,var(--category-soft),#fff);
}
.category-04-page .textil-intro h2,
.category-04-page .textil-card h2,
.category-04-page .textil-card__price strong{
  color:var(--category-dark);
}
.category-04-page .textil-card__eyebrow,
.category-04-page .topper-card__eyebrow,
.category-04-page .banderin-card__eyebrow{
  color:var(--category-button);
}
.category-04-page .variant-button:hover,
.category-04-page .variant-button.active{
  color:#fff;
  border-color:var(--category-button);
  background:var(--category-button);
}
.category-04-page .textil-add{
  background:linear-gradient(135deg,var(--category-button),var(--category-dark));
}
.category-04-page .textil-card,
.category-04-page .pack-card,
.category-03-page .topper-card,
.category-03-page .banderin-card,
.category-06-page .mug-card,
.category-05-page .quote-card,
.category-07-page .quote-card{
  border-color:var(--category-line);
}
.category-03-page .topper-card__price strong,
.category-03-page .banderin-card__price strong,
.category-06-page .mug-card__price strong{
  color:var(--category-dark);
}

/* =========================================================
   AJUSTE FINAL DE COLORES INTERNOS SEGUN CADA PORTADA
   Fondos claros y color solo en botones, filtros, precios,
   etiquetas, bordes e iconos.
   ========================================================= */
.category-03-page{
  --category-accent:#e46e9b;
  --category-button:#db5f8d;
  --category-dark:#b84873;
  --category-soft:#fff0f6;
  --category-line:#f0c5d6;
  --category-secondary:#9b79c8;
  --category-secondary-soft:#f5f0fb;
}
.category-04-page{
  --category-accent:#8a243a;
  --category-button:#8a243a;
  --category-dark:#61182a;
  --category-soft:#fbf0f2;
  --category-line:#e4bdc7;
  --category-secondary:#c8901d;
  --category-secondary-soft:#fff7df;
}
.category-05-page{
  --category-accent:#8c72c6;
  --category-button:#8165bd;
  --category-dark:#60488f;
  --category-soft:#f5f1fc;
  --category-line:#d9cfed;
  --category-secondary:#e07fa6;
  --category-secondary-soft:#fff1f6;
}
.category-06-page{
  --category-accent:#ee665c;
  --category-button:#e85c52;
  --category-dark:#bb453f;
  --category-soft:#fff0ed;
  --category-line:#f3c7c2;
  --category-secondary:#249c99;
  --category-secondary-soft:#eaf8f7;
}
.category-07-page{
  --category-accent:#8fa579;
  --category-button:#82986d;
  --category-dark:#61734f;
  --category-soft:#f4f7ef;
  --category-line:#d5dec9;
  --category-secondary:#e7a078;
  --category-secondary-soft:#fff3ec;
}

/* Detalles secundarios para que cada categoria conserve dos tonos de su portada. */
.category-03-page .topper-card__eyebrow,
.category-03-page .banderin-card__eyebrow,
.category-03-page .catalog-stock,
.category-03-page .topper-note{color:var(--category-secondary)}
.category-03-page .topper-note{background:var(--category-secondary-soft);border:1px solid #e1d4ef}

.category-04-page .textil-card__eyebrow,
.category-04-page .availability-note,
.category-04-page .catalog-stock{color:var(--category-secondary)}
.category-04-page .availability-note,
.category-04-page .textil-card__note{background:var(--category-secondary-soft);border-color:#efdca6}
.category-04-page .textil-card__price strong,
.category-04-page .pack-card__price strong{color:var(--category-dark)}
.category-04-page .textil-theme-chip.active,
.category-04-page .textil-audience-tab.active,
.category-04-page .variant-button.active{box-shadow:0 8px 20px rgba(97,24,42,.14)}

.category-05-page .quote-icon{color:var(--category-secondary);background:var(--category-secondary-soft)}
.category-05-page .quote-card{box-shadow:0 14px 32px rgba(96,72,143,.10)}

.category-06-page .mug-card__eyebrow,
.category-06-page .mug-card__note,
.category-06-page .catalog-stock{color:var(--category-secondary)}
.category-06-page .mug-card__note{background:var(--category-secondary-soft);border-color:#bee4e2}
.category-06-page .mug-type-option.active{border-color:var(--category-secondary);box-shadow:0 0 0 2px rgba(36,156,153,.12)}
.category-06-page .mug-type-option.active span,
.category-06-page .mug-type-option.active strong{color:var(--category-secondary)}

.category-07-page .quote-icon{color:var(--category-secondary);background:var(--category-secondary-soft)}
.category-07-page .quote-card{box-shadow:0 14px 32px rgba(97,115,79,.10)}

/* Carrito y pago: mantiene el mismo color de la categoria sin perder legibilidad. */
.category-03-page .cart-table-subtotal strong,
.category-04-page .cart-table-subtotal strong,
.category-05-page .cart-table-subtotal strong,
.category-06-page .cart-table-subtotal strong,
.category-07-page .cart-table-subtotal strong,
.category-03-page .checkout-order-total strong,
.category-04-page .checkout-order-total strong,
.category-05-page .checkout-order-total strong,
.category-06-page .checkout-order-total strong,
.category-07-page .checkout-order-total strong{color:var(--category-dark)}

.category-03-page .cart-table-qty,
.category-04-page .cart-table-qty,
.category-05-page .cart-table-qty,
.category-06-page .cart-table-qty,
.category-07-page .cart-table-qty{border-color:var(--category-line)}
.category-03-page .cart-table-qty button:hover,
.category-04-page .cart-table-qty button:hover,
.category-05-page .cart-table-qty button:hover,
.category-06-page .cart-table-qty button:hover,
.category-07-page .cart-table-qty button:hover{background:var(--category-soft);color:var(--category-dark)}

/* =========================================================
   TARJETAS BLANCAS Y COLORES SOLO EN DETALLES
   Mantiene el estilo limpio de la categoria de stickers.
   ========================================================= */
.category-03-page .topper-card,
.category-03-page .banderin-card,
.category-04-page .textil-card,
.category-04-page .pack-card,
.category-05-page .quote-card,
.category-06-page .mug-card,
.category-07-page .quote-card,
.category-04-page .textil-ready-card,
.category-06-page .gift-ready-card{
  background:#fff!important;
}
.category-03-page .topper-card__body,
.category-03-page .banderin-card__body,
.category-04-page .textil-card__body,
.category-06-page .mug-card__body{
  background:#fff!important;
}
.category-03-page .topper-card__image,
.category-03-page .banderin-card__image,
.category-04-page .textil-card__image,
.category-06-page .mug-card__media{
  background:#fff!important;
}
.category-03-page .topper-card h2,
.category-03-page .banderin-card h2,
.category-04-page .textil-card h2,
.category-04-page .pack-card h2,
.category-05-page .quote-copy h2,
.category-06-page .mug-card h2,
.category-07-page .quote-copy h2{
  color:#4f3730!important;
}
.category-03-page .topper-card p,
.category-03-page .banderin-card p,
.category-04-page .textil-card__description,
.category-04-page .pack-card .textil-card__description,
.category-05-page .quote-copy p,
.category-06-page .mug-card__description,
.category-07-page .quote-copy p{
  color:#6f5d56!important;
}
.category-03-page .topper-card__field>span,
.category-04-page .textil-card__label,
.category-06-page .mug-card__field>span{
  color:#4f3730!important;
}
.category-03-page .topper-details,
.category-03-page .banderin-details,
.category-06-page .mug-card__features{
  color:#66534c!important;
  background:#fff!important;
  border:1px solid #f0e5e0;
}
.category-03-page .topper-note,
.category-04-page .availability-note,
.category-04-page .textil-card__note,
.category-06-page .mug-card__note{
  background:#fff!important;
}


/* Menú superior de productos por categoría */
.products-navigation{position:relative;white-space:nowrap}
.products-navigation .nav-home-link,.products-menu-toggle{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0;border:0;background:transparent;color:var(--ink,#282220);font-size:12px;font-weight:900}
.products-navigation .nav-home-link:hover,.products-menu-toggle:hover,.products-menu.open .products-menu-toggle{color:var(--coral,#f5655e)}
.nav-divider{color:#c9b7b0;font-weight:400}
.products-menu{position:relative;display:flex;align-items:center}
.products-menu-toggle{gap:6px;cursor:pointer}
.products-menu-toggle span{font-size:17px;line-height:1}
.products-menu-dropdown{position:absolute;z-index:180;top:calc(100% + 15px);right:0;width:min(360px,calc(100vw - 24px));padding:10px;border:1px solid var(--line,#efd7cf);border-radius:16px;background:#fff;box-shadow:0 18px 45px rgba(45,31,25,.18)}
.products-menu-dropdown[hidden]{display:none!important}
.products-menu-dropdown button{width:100%;display:block;padding:12px 13px;border:0;border-radius:11px;background:#fff;color:var(--ink,#282220);font-size:12px;font-weight:750;line-height:1.35;text-align:left;white-space:normal}
.products-menu-dropdown button:hover,.products-menu-dropdown button:focus-visible{outline:none;color:var(--dark,#dc4e49);background:var(--soft,#fff0eb)}
.type-tabs,.service-tabs,.product-tabs{scroll-margin-top:94px}
@media(max-width:760px){
  .products-navigation{gap:7px!important}
  .products-navigation .nav-home-link{display:inline-flex!important;font-size:11px}
  .products-navigation .nav-divider{display:inline!important}
  .products-menu-toggle{font-size:11px}
  .products-menu-dropdown{position:fixed;top:72px;left:11px;right:11px;width:auto;max-height:calc(100vh - 88px);overflow:auto}
  .products-navigation .cart-button{min-height:42px;padding:0 10px;font-size:10px}
  .products-navigation .cart-button b{min-width:20px;height:20px}
}
@media(max-width:430px){
  .products-navigation{gap:5px!important}
  .products-navigation .nav-home-link,.products-menu-toggle{font-size:10px}
  .products-menu-toggle{gap:4px}
  .products-menu-toggle span{font-size:15px}
  .products-navigation .cart-button{padding:0 8px}
}

/* =========================================================
   CATEGORÍAS 08 A 13: páginas internas preparadas
   Mantienen el mismo formato de banner, pestañas y sección
   preparada que las categorías existentes.
   ========================================================= */
.category-08-page{
  --category-accent:#103c8b;
  --category-button:#103c8b;
  --category-dark:#0b2d69;
  --category-soft:#eef3fc;
  --category-line:#c8d5ec;
}
.category-09-page{
  --category-accent:#133457;
  --category-button:#133457;
  --category-dark:#0b233c;
  --category-soft:#eef2f6;
  --category-line:#c8d2dc;
}
.category-10-page{
  --category-accent:#ba2d4c;
  --category-button:#ba2d4c;
  --category-dark:#8b2038;
  --category-soft:#fff0f3;
  --category-line:#edc4cd;
}
.category-11-page{
  --category-accent:#04412a;
  --category-button:#04412a;
  --category-dark:#032f1f;
  --category-soft:#edf6f1;
  --category-line:#bfd6c9;
}
.category-12-page{
  --category-accent:#592b4a;
  --category-button:#592b4a;
  --category-dark:#3f1d35;
  --category-soft:#f7eff5;
  --category-line:#dcc8d7;
}
.category-13-page{
  --category-accent:#07999a;
  --category-button:#07999a;
  --category-dark:#056d70;
  --category-soft:#e9f8f7;
  --category-line:#b8e2df;
}
.category-08-page,
.category-09-page,
.category-10-page,
.category-11-page,
.category-12-page,
.category-13-page{
  --coral:var(--category-button);
  --dark:var(--category-dark);
  --soft:var(--category-soft);
  --line:var(--category-line);
}
.category-08-page .category-cover img,
.category-09-page .category-cover img,
.category-10-page .category-cover img,
.category-11-page .category-cover img,
.category-12-page .category-cover img,
.category-13-page .category-cover img{
  border:2px solid var(--category-accent);
  box-shadow:0 16px 36px color-mix(in srgb,var(--category-accent) 18%,transparent);
}
.category-08-page .product-tabs,
.category-09-page .product-tabs,
.category-10-page .product-tabs,
.category-11-page .product-tabs,
.category-12-page .product-tabs,
.category-13-page .product-tabs{
  border-color:var(--category-line);
}
.category-08-page .product-tab,
.category-09-page .product-tab,
.category-10-page .product-tab,
.category-11-page .product-tab,
.category-12-page .product-tab,
.category-13-page .product-tab{
  border-color:var(--category-line);
  background:var(--category-soft);
}
.category-08-page .product-tab.active,
.category-08-page .product-tab:hover,
.category-09-page .product-tab.active,
.category-09-page .product-tab:hover,
.category-10-page .product-tab.active,
.category-10-page .product-tab:hover,
.category-11-page .product-tab.active,
.category-11-page .product-tab:hover,
.category-12-page .product-tab.active,
.category-12-page .product-tab:hover,
.category-13-page .product-tab.active,
.category-13-page .product-tab:hover{
  color:#fff;
  border-color:var(--category-button);
  background:var(--category-button);
}
.category-08-page .gift-ready-card,
.category-09-page .gift-ready-card,
.category-10-page .gift-ready-card,
.category-11-page .gift-ready-card,
.category-12-page .gift-ready-card,
.category-13-page .gift-ready-card{
  border-color:var(--category-line);
  background:linear-gradient(135deg,var(--category-soft),#fff 62%);
  box-shadow:0 12px 30px color-mix(in srgb,var(--category-accent) 10%,transparent);
}
.category-08-page .gift-ready-icon,
.category-09-page .gift-ready-icon,
.category-10-page .gift-ready-icon,
.category-11-page .gift-ready-icon,
.category-12-page .gift-ready-icon,
.category-13-page .gift-ready-icon{
  color:var(--category-dark);
  background:var(--category-soft);
}
.category-08-page .gift-ready-card span,
.category-09-page .gift-ready-card span,
.category-10-page .gift-ready-card span,
.category-11-page .gift-ready-card span,
.category-12-page .gift-ready-card span,
.category-08-page .gift-ready-card h2,
.category-09-page .gift-ready-card h2,
.category-10-page .gift-ready-card h2,
.category-11-page .gift-ready-card h2,
.category-12-page .gift-ready-card h2,
.category-13-page .gift-ready-card span,
.category-13-page .gift-ready-card h2{
  color:var(--category-dark);
}
.category-08-page .add-button,
.category-09-page .add-button,
.category-10-page .add-button,
.category-11-page .add-button,
.category-12-page .add-button,
.category-08-page .cart-button,
.category-09-page .cart-button,
.category-10-page .cart-button,
.category-11-page .cart-button,
.category-12-page .cart-button,
.category-13-page .add-button,
.category-13-page .cart-button{
  background:var(--category-button);
}
.category-08-page .add-button:hover,
.category-09-page .add-button:hover,
.category-10-page .add-button:hover,
.category-11-page .add-button:hover,
.category-12-page .add-button:hover,
.category-13-page .add-button:hover{
  background:var(--category-dark);
}
.prepared-category-page .catalog-section{padding-top:18px}
.prepared-category-page #panel-area{position:relative;margin-top:0;min-height:180px}
.prepared-category-page #panel-area>.quote-panel[hidden]{display:none!important}
.prepared-category-page #panel-area>.quote-panel.active{display:block!important}
.prepared-category-page .prepared-ready-panel{padding-top:0!important}
.prepared-category-page .gift-ready-card{margin:0 auto}
@media(max-width:680px){
  .prepared-category-page .catalog-section{padding-top:12px}
  .prepared-category-page #panel-area{min-height:150px}
}

/* Distribución de subcategorías igual a las categorías anteriores. */
.prepared-tabs-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}
.prepared-tabs-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}
.category-11-page .category-cover img{object-fit:contain;background:#fffaf6}
@media(max-width:1050px){
  .prepared-tabs-grid--4,.prepared-tabs-grid--5{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:680px){
  .prepared-tabs-grid--4,.prepared-tabs-grid--5{display:flex;gap:8px;overflow-x:auto;padding-bottom:3px;scrollbar-width:thin}
  .prepared-tabs-grid .product-tab{min-width:210px;flex:0 0 auto}
}


/* Portada interna interactiva: lleva directamente a los productos. */
.category-cover-button{
  width:100%;
  display:block;
  padding:0;
  border:0;
  border-radius:22px;
  background:transparent;
  cursor:pointer;
}
.category-cover-button img{transition:transform .18s ease,filter .18s ease,box-shadow .18s ease}
.category-cover-button:hover img{transform:translateY(-2px);filter:brightness(1.015)}
.category-cover-button:focus-visible{outline:3px solid var(--coral);outline-offset:4px}
@media(max-width:680px){.category-cover-button{border-radius:14px}}

/* El menú Productos siempre queda por encima del banner y las pestañas. */
.catalog-header{overflow:visible}
.products-menu-dropdown{isolation:isolate}

/* Interacciones de portada y pestañas. */
.product-tabs{scroll-margin-top:96px}
.category-cover-button{touch-action:manipulation}
.category-cover-button img{pointer-events:none}

/* Invitaciones: el diseño digital es fijo y la impresión se agrega debajo. */
.invitation-design-included{display:flex;width:100%;align-items:center;justify-content:space-between;gap:14px;padding:13px 15px;border:1px solid #edc8d5;border-radius:14px;background:linear-gradient(135deg,#fff7fa,#fff);color:#684359;text-align:left;cursor:pointer}
.invitation-design-included.active{border-color:#dc5888;color:#fff;background:linear-gradient(135deg,#dc5888,#c34176);box-shadow:0 7px 17px rgba(195,65,118,.22)}
.invitation-design-included span{display:flex;flex-direction:column;gap:2px}.invitation-design-included strong{font-size:.83rem;font-weight:900}.invitation-design-included small{color:#8d7180;font-size:.7rem;font-weight:700}.invitation-design-included b{color:#bd416e;font-size:1rem;font-weight:950;white-space:nowrap}
.invitation-design-included.active small,.invitation-design-included.active b{color:#fff}
.invitation-choice-field{gap:10px}
.invitation-price-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}
.invitation-price-choice{display:flex;min-width:0;flex-direction:column;gap:7px}
.invitation-price-choice__label{display:flex;min-height:45px;flex-direction:column;align-items:center;justify-content:flex-end;padding:0 4px;color:#6a5272;line-height:1.15;text-align:center}
.invitation-price-choice__label strong{font-size:.78rem;font-weight:900}
.invitation-price-choice__label small{margin-top:3px;color:#8b7192;font-size:.7rem;font-weight:800}
.invitation-print-option{display:flex;width:100%;min-height:44px;align-items:center;justify-content:center;padding:8px 10px;font-size:.92rem;font-weight:900;line-height:1}
.celebration-add:disabled{cursor:not-allowed;opacity:.55;filter:grayscale(.25);box-shadow:none}
@media (max-width:680px){
  .invitation-price-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:7px}
  .invitation-price-choice{display:flex;flex-direction:column;gap:6px}
  .invitation-price-choice__label{min-height:45px;align-items:center;justify-content:flex-end;padding:0 2px;text-align:center}
  .invitation-price-choice__label strong{font-size:.7rem}
  .invitation-price-choice__label small{font-size:.64rem}
  .invitation-print-option{min-height:42px}
}

/* =========================================================
   PAPELERIA PERSONALIZADA · ETIQUETAS PARA CUADERNOS
   Secuencia de selección similar a la sección de stickers.
   ========================================================= */
.stationery-category-page .catalog-section{padding-top:30px}
.stationery-tabs-grid{grid-template-columns:repeat(4,minmax(0,1fr))}
.stationery-product-panel{max-width:1040px;margin-inline:auto}
.notebook-label-grid{display:grid;gap:24px}
.notebook-label-card{display:grid;grid-template-columns:minmax(320px,43%) minmax(0,57%);overflow:hidden;border:1px solid var(--category-line,#dcd3ef);border-radius:24px;background:#fff;box-shadow:0 18px 44px rgba(83,64,125,.12)}
.notebook-label-media{display:flex;align-items:flex-start;justify-content:center;width:100%;height:100%;padding:18px;border:0;border-right:1px solid var(--category-line,#dcd3ef);background:linear-gradient(180deg,#f7fbff,#f7f3ff)}
.notebook-label-image{width:100%;height:auto;max-height:720px;object-fit:contain;border-radius:16px;cursor:zoom-in}
.notebook-label-body{display:flex;flex-direction:column;gap:17px;padding:28px 30px}
.notebook-label-eyebrow{color:var(--category-primary,#7559a8);font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.notebook-label-body h2{margin:0;color:var(--category-dark,#553e77);font:400 32px/1.08 Georgia,serif}
.notebook-label-body>p{margin:0;color:#736978;font-size:13px;line-height:1.65}
.notebook-label-features{display:grid;gap:7px;margin:0;padding:0;list-style:none;color:#62566b;font-size:11px;line-height:1.45}
.notebook-label-features li{position:relative;padding-left:19px}
.notebook-label-features li:before{content:'✓';position:absolute;left:0;color:var(--category-primary,#7559a8);font-weight:900}
.notebook-label-field{display:grid;gap:10px}
.notebook-label-field>span{color:var(--category-dark,#553e77);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.notebook-material-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}
.notebook-material-button{min-width:0;min-height:108px;display:grid;align-content:center;gap:5px;padding:14px;border:1px solid var(--category-line,#dcd3ef);border-radius:15px;color:#51475a;background:#fff;text-align:left;transition:.18s}
.notebook-material-button:hover{transform:translateY(-1px);border-color:var(--category-primary,#7559a8)}
.notebook-material-button.active{border-color:var(--category-primary,#7559a8);background:var(--category-primary-soft,#f1ecfb);box-shadow:0 0 0 2px rgba(117,89,168,.10)}
.notebook-material-button strong{font-size:13px;line-height:1.25}
.notebook-material-button small{color:#786f7e;font-size:10px;line-height:1.35}
.notebook-material-button b{color:var(--category-primary,#7559a8);font-size:20px}
.notebook-label-price{display:flex;align-items:flex-end;justify-content:space-between;gap:15px;padding-top:15px;border-top:1px solid #eee8f4}
.notebook-label-price>div{display:grid;gap:4px}
.notebook-label-price span{color:#807487;font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.05em}
.notebook-label-price strong{color:var(--category-primary,#7559a8);font-size:28px}
.notebook-label-price small{max-width:220px;color:#807487;font-size:10px;line-height:1.45;text-align:right}
.notebook-label-actions{display:grid;grid-template-columns:112px minmax(0,1fr);gap:10px;margin-top:auto}
.notebook-label-actions .quantity{min-height:49px;display:grid;grid-template-columns:34px 1fr 34px;align-items:center;overflow:hidden;border:1px solid var(--category-line,#dcd3ef);border-radius:12px;background:#fff}
.notebook-label-actions .quantity button{height:100%;border:0;color:var(--category-dark,#553e77);background:#fff;font-weight:900}
.notebook-label-actions .quantity output{text-align:center;color:var(--category-dark,#553e77);font-size:12px;font-weight:900}
.notebook-label-actions .add-button{width:100%;min-height:49px}
@media(max-width:900px){.stationery-tabs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.notebook-label-card{grid-template-columns:1fr;max-width:720px;margin-inline:auto}.notebook-label-media{border-right:0;border-bottom:1px solid var(--category-line,#dcd3ef)}.notebook-label-image{max-height:none}}
@media(max-width:620px){.stationery-tabs-grid{grid-template-columns:1fr}.notebook-label-body{padding:19px}.notebook-label-body h2{font-size:27px}.notebook-material-options{grid-template-columns:1fr}.notebook-material-button{min-height:88px}.notebook-label-price{align-items:flex-start;flex-direction:column}.notebook-label-price small{max-width:none;text-align:left}.notebook-label-actions{grid-template-columns:100px minmax(0,1fr)}}

/* Cantidad visible para etiquetas de cuadernos: 1 a 10 packs */
.notebook-quantity-control{display:grid;gap:6px}
.notebook-quantity-control>span{color:#807487;font-size:9px;font-weight:900;letter-spacing:.04em;text-transform:uppercase}
.notebook-label-actions .quantity button:disabled{cursor:not-allowed;opacity:.35;background:#f4f1f7}
@media(max-width:620px){.notebook-label-actions{align-items:end}.notebook-quantity-control>span{font-size:8px}}

/* Etiquetas para cuadernos: opción personalizada destacada */
.notebook-label-custom-card .notebook-label-body{display:flex;flex-direction:column;justify-content:center}
.notebook-label-custom-card .notebook-label-note{margin:14px 0 18px;padding:14px 16px;border:1px solid #f3b7aa;border-radius:14px;background:#fff8f5;color:#6b3f34;line-height:1.45}
.notebook-label-custom-card .notebook-quote-button{display:flex;align-items:center;justify-content:center;width:100%;min-height:52px;text-decoration:none}

/* Etiquetas para lápiz: imágenes horizontales y nota de personalización. */
.pencil-label-card .notebook-label-media{align-items:center}
.pencil-label-card .notebook-label-image{max-height:520px}
.pencil-label-card .notebook-label-note{padding:12px 14px;border:1px solid var(--category-line,#dcd3ef);border-radius:13px;background:var(--category-primary-soft,#f7f3ff);color:#655a6d;font-size:11px;line-height:1.45}
@media(max-width:900px){.pencil-label-card .notebook-label-image{max-height:none}}


/* Filtros de temáticas para etiquetas de cuadernos y lápices. */
.stationery-filter-list{
  display:flex;
  gap:9px;
  overflow-x:auto;
  margin:0 0 24px;
  padding:3px 2px 11px;
  scrollbar-width:thin;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
}
.stationery-filter-chip{
  flex:0 0 auto;
  min-height:38px;
  padding:0 16px;
  border:1px solid #9edbdc;
  border-radius:999px;
  color:#537174;
  background:#fff;
  font-size:11px;
  font-weight:900;
  white-space:nowrap;
  scroll-snap-align:start;
  transition:.18s ease;
}
.stationery-filter-chip:hover,
.stationery-filter-chip.active{
  color:#fff;
  border-color:#16aaa8;
  background:#16aaa8;
  box-shadow:0 7px 17px rgba(22,170,168,.18);
}
.notebook-label-card[hidden],.pencil-label-card[hidden]{display:none!important}

/* Etiquetas para lápiz: dos productos por fila en escritorio. */
.stationery-product-panel{max-width:1180px}
.pencil-label-grid{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:22px}
.pencil-label-card{grid-template-columns:1fr;align-self:start;height:100%}
.pencil-label-card .notebook-label-media{min-height:250px;padding:12px;border-right:0;border-bottom:1px solid var(--category-line,#dcd3ef)}
.pencil-label-card .notebook-label-image{width:100%;max-height:390px}
.pencil-label-card .notebook-label-body{gap:13px;padding:20px}
.pencil-label-card .notebook-label-body h2{font-size:25px}
.pencil-label-card .notebook-label-body>p{font-size:11px}
.pencil-label-card .notebook-material-button{min-height:96px;padding:12px}
.pencil-label-card .notebook-label-actions{grid-template-columns:106px minmax(0,1fr)}
@media(max-width:760px){
  .pencil-label-grid{grid-template-columns:1fr}
  .pencil-label-card{max-width:720px;margin-inline:auto}
  .stationery-filter-list{margin-bottom:18px}
}
@media(max-width:620px){
  .stationery-filter-chip{min-height:36px;padding:0 14px;font-size:10px}
  .pencil-label-card .notebook-label-body{padding:18px}
}


/* Tercer colibrí mágico: aparece en la Categoría 03 después de encontrar el segundo. */
.category-cover-shell{position:relative}
.category-03-magic-bird{
  position:absolute;
  z-index:8;
  right:4.5%;
  bottom:11%;
  width:clamp(120px,12vw,180px);
  aspect-ratio:1;
  padding:0;
  border:0;
  background:transparent;
  filter:drop-shadow(0 5px 10px rgba(54,24,90,.34));
  opacity:.66;
  transition:transform .2s ease,opacity .2s ease,filter .2s ease;
  animation:category03MagicFloat 2.8s ease-in-out infinite;
}
.category-03-magic-bird[hidden]{display:none!important}
.category-03-magic-bird img{width:100%;height:100%;object-fit:contain;border:0;border-radius:0;box-shadow:none;aspect-ratio:auto}
.category-03-magic-bird span{position:absolute;left:50%;bottom:-10px;transform:translateX(-50%);min-width:92px;padding:7px 12px;border-radius:999px;color:#5b286d;background:#fff2a8;font-size:12px;font-weight:900;line-height:1;box-shadow:0 5px 15px rgba(54,24,90,.26)}
.category-03-magic-bird:hover,.category-03-magic-bird:focus-visible{opacity:1;transform:scale(1.14) rotate(4deg);filter:drop-shadow(0 0 17px rgba(255,210,75,.95))}
.category-03-magic-bird:focus-visible{outline:3px solid #fff3a4;outline-offset:4px;border-radius:50%}
.category-03-magic-bird.is-found{opacity:.48;filter:grayscale(.15) drop-shadow(0 4px 8px rgba(54,24,90,.25))}
@keyframes category03MagicFloat{0%,100%{translate:0 0}50%{translate:0 -7px}}
.category-03-magic-dialog{width:min(900px,calc(100% - 28px));max-height:calc(100vh - 28px);padding:0;border:0;border-radius:28px;background:linear-gradient(145deg,#fff9f1,#f5ebff);box-shadow:0 30px 90px rgba(27,10,48,.38);overflow:auto}
.category-03-magic-dialog::backdrop{background:rgba(16,4,34,.78);backdrop-filter:blur(6px)}
.category-03-magic-close{position:absolute;right:14px;top:12px;z-index:3;width:42px;height:42px;border:1px solid rgba(69,28,91,.16);border-radius:50%;background:#fff;color:#572369;font-size:28px;cursor:pointer}
.category-03-magic-content{padding:34px}
.category-03-magic-kicker{display:block;margin-bottom:10px;color:#a52b8d;font-size:13px;font-weight:900;letter-spacing:.12em;text-align:center}
.category-03-magic-layout{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(320px,1.1fr);align-items:center;gap:28px}
.category-03-magic-visual{display:grid;place-items:center;min-height:390px;border-radius:26px;background:radial-gradient(circle,#fff 0,#fff1d4 45%,#e9e1ff 100%);overflow:hidden}
.category-03-magic-visual img{display:block;width:100%;max-height:430px;object-fit:contain}
.category-03-magic-copy h2{margin:0 0 15px;font:700 clamp(30px,4.5vw,48px)/1.05 Georgia,serif;color:#4d1d68}
.category-03-magic-copy blockquote{margin:0 0 24px;padding:19px 21px;border-left:5px solid #f45eaf;border-radius:0 18px 18px 0;background:rgba(255,255,255,.74);font:italic 19px/1.55 Georgia,serif;color:#573c60}
.category-03-treasure-result{display:flex;align-items:center;gap:14px;margin:0 0 22px;padding:14px;border:1px solid #e7c66a;border-radius:18px;background:rgba(255,249,218,.86)}
.category-03-treasure-result img{width:82px;height:82px;object-fit:contain}
.category-03-treasure-result div{display:grid;gap:4px}.category-03-treasure-result span{color:#9d6700;font-size:10px;font-weight:900;letter-spacing:.09em}.category-03-treasure-result strong{color:#57306b}.category-03-treasure-result small{color:#6d5c72}
.category-03-magic-actions{display:flex;gap:12px;flex-wrap:wrap}
.category-03-magic-primary,.category-03-magic-secondary{flex:1;min-width:190px;padding:15px 19px;border-radius:999px;font-weight:900;text-align:center;text-decoration:none;cursor:pointer}
.category-03-magic-primary{border:0;background:linear-gradient(135deg,#ff4f9d,#7f42d5);color:#fff;box-shadow:0 10px 24px rgba(127,66,213,.27)}
.category-03-magic-secondary{border:1px solid #118f89;background:#fff;color:#08766f}
@media(max-width:680px){
  .category-03-magic-bird{right:4%;bottom:12%;width:112px}
  .category-03-magic-content{padding:28px 17px 20px}
  .category-03-magic-layout{grid-template-columns:1fr;gap:18px}
  .category-03-magic-visual{min-height:250px}
  .category-03-magic-visual img{max-height:285px}
  .category-03-magic-copy blockquote{font-size:17px}
}
@media(prefers-reduced-motion:reduce){.category-03-magic-bird{animation:none;transition:none}}


/* Categoría 03: navegación principal como Etiquetas escolares */
.celebration-tabs-grid{grid-template-columns:repeat(4,minmax(0,1fr));max-width:1180px;margin-inline:auto}
.celebration-tabs-grid .product-tab{min-height:58px;border-radius:12px;font-size:12px;letter-spacing:.01em}
.celebration-extra-services{max-width:1040px;margin:42px auto 0;padding-top:28px;border-top:1px solid var(--category-line,#f4c4d3)}
.celebration-extra-heading{text-align:center;margin-bottom:18px}
.celebration-extra-heading span{color:var(--category-dark,#bd3f67);font-size:10px;font-weight:900;letter-spacing:.14em}
.celebration-extra-heading h2{margin:7px 0 0;color:var(--category-dark,#8c3552);font:400 30px/1.1 Georgia,serif}
.celebration-extra-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}
.celebration-extra-card{display:grid;grid-template-columns:42px minmax(0,1fr);gap:2px 10px;align-items:center;min-height:84px;padding:14px;border:1px solid var(--category-line,#f4c4d3);border-radius:16px;background:#fff;box-shadow:0 10px 24px rgba(132,56,83,.08)}
.celebration-extra-card>span{grid-row:1/3;width:42px;height:42px;display:grid;place-items:center;border-radius:12px;background:var(--category-soft,#fff0f5);font-size:22px}
.celebration-extra-card strong{color:var(--category-dark,#8c3552);font-size:11px;line-height:1.25}
.celebration-extra-card small{color:#8c7180;font-size:9px;font-weight:800}
.celebration-extra-card:hover{transform:translateY(-2px);border-color:var(--category-button,#e85d86)}
@media(max-width:900px){.celebration-extra-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:900px){.celebration-tabs-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:620px){.celebration-tabs-grid{grid-template-columns:1fr}.celebration-extra-grid{grid-template-columns:1fr}.celebration-tabs-grid .product-tab{min-height:52px}}

/* Invitaciones completas: tres tarjetas por fila y fotografía sin recortes. */
.category-03-page .invitation-grid{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:22px;
  align-items:stretch;
}
.category-03-page .invitation-grid .invitation-card{
  border-radius:16px;
  box-shadow:0 8px 22px rgba(116,70,97,.08);
}
.category-03-page .invitation-grid .invitation-card__image{
  width:100%;
  height:430px;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  padding:0;
  border-bottom:1px solid var(--category-line);
  background:#fff!important;
}
.category-03-page .invitation-grid .topper-card__body{
  gap:14px;
  padding:18px;
}
.category-03-page .invitation-grid .topper-card__eyebrow{
  font-size:9px;
}
.category-03-page .invitation-grid .topper-card h2{
  font-size:23px;
  line-height:1.2;
}
.category-03-page .invitation-grid .topper-card p,
.category-03-page .invitation-grid .catalog-stock{
  display:block;
}
.category-03-page .invitation-grid .topper-card__field{
  gap:6px;
}
.category-03-page .invitation-grid .topper-card__field>span{
  font-size:8px;
}
.category-03-page .invitation-grid .invitation-price-options{
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:8px;
}
.category-03-page .invitation-grid .invitation-price-choice{
  display:flex;
  flex-direction:column;
  gap:7px;
}
.category-03-page .invitation-grid .invitation-price-choice__label{
  min-height:45px;
  align-items:center;
  justify-content:flex-end;
  padding:0 2px;
  text-align:center;
}
.category-03-page .invitation-grid .invitation-print-option{
  min-height:36px;
  padding:6px 7px;
  font-size:11px;
}
.category-03-page .invitation-grid .banderin-details{display:grid}
.category-03-page .invitation-grid .topper-card__price{display:flex}
.category-03-page .invitation-grid .celebration-product-actions{
  margin-top:2px;
}
.category-03-page .invitation-grid .celebration-add{
  min-height:40px;
  padding:9px 10px;
  font-size:10px;
}
@media(max-width:1100px){
  .category-03-page .invitation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .category-03-page .invitation-grid .invitation-card__image{height:350px}
}
@media(max-width:760px){
  .category-03-page .invitation-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}
  .category-03-page .invitation-grid .invitation-card__image{height:300px}
}
@media(max-width:480px){
  .category-03-page .invitation-grid{grid-template-columns:1fr;gap:16px}
  .category-03-page .invitation-grid .invitation-card__image{height:auto;max-height:none}
  .category-03-page .invitation-grid .topper-card__body{padding:15px;gap:11px}
  .category-03-page .invitation-grid .topper-card h2{font-size:21px}
  .category-03-page .invitation-grid .invitation-price-choice{display:flex;gap:5px}
  .category-03-page .invitation-grid .invitation-price-choice__label{font-size:9px}
  .category-03-page .invitation-grid .invitation-print-option{min-height:38px;font-size:10px}
  .category-03-page .invitation-grid .celebration-add{min-height:40px;font-size:10px}
}



/* =========================================================
   CATEGORIA 03 - BARRA HORIZONTAL LIMPIA COMO ETIQUETAS ESCOLARES
   ========================================================= */
.category-03-page .topper-filter-list--standalone{
  display:flex;
  flex-wrap:nowrap;
  justify-content:flex-start;
  gap:9px;
  overflow-x:auto;
  margin:0 0 24px;
  padding:3px 2px 11px;
  border:0;
  border-radius:0;
  background:transparent;
  box-shadow:none;
  scrollbar-width:thin;
  scroll-snap-type:x proximity;
  -webkit-overflow-scrolling:touch;
}
.category-03-page .topper-filter-list--standalone .topper-filter{
  flex:0 0 auto;
  min-height:38px;
  padding:0 16px;
  border:1px solid #9edbdc;
  border-radius:999px;
  color:#537174;
  background:#fff;
  font-size:11px;
  font-weight:900;
  line-height:1;
  letter-spacing:0;
  text-transform:none;
  white-space:nowrap;
  scroll-snap-align:start;
  box-shadow:none;
  transition:.18s ease;
}
.category-03-page .topper-filter-list--standalone .topper-filter:hover,
.category-03-page .topper-filter-list--standalone .topper-filter.active{
  color:#fff;
  border-color:#16aaa8;
  background:#16aaa8;
  box-shadow:0 7px 17px rgba(22,170,168,.18);
}

/* Invitaciones: imagen completa, amplia y sin recortes. */
.category-03-page .invitation-grid .invitation-card__image{
  height:430px;
  padding:0;
}
@media(max-width:1100px){
  .category-03-page .invitation-grid .invitation-card__image{height:350px}
}
@media(max-width:760px){
  .category-03-page .invitation-grid .invitation-card__image{height:300px;padding:0}
  .category-03-page .topper-filter-list--standalone{margin-bottom:18px}
}
@media(max-width:480px){
  .category-03-page .invitation-grid .invitation-card__image{height:auto;max-height:none;padding:0}
  .category-03-page .topper-filter-list--standalone .topper-filter{min-height:36px;padding:0 14px;font-size:10px}
}

/* TEXTIL: una prenda por fila, imagen a la izquierda y datos a la derecha. */
.textil-category-page .textil-grid,
.textil-category-page .pack-grid,
.textil-category-page .hoodie-grid,
.textil-category-page .textil-audience-panel .textil-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr)!important;
  gap:22px;
  width:100%;
  max-width:1180px;
  margin-inline:auto;
}
.textil-category-page .textil-card,
.textil-category-page .single-card,
.textil-category-page .pack-card,
.textil-category-page .hoodie-grid .textil-card,
.textil-category-page .textil-grid>.textil-card:only-child,
.textil-category-page .hoodie-grid>.textil-card:only-child{
  display:grid;
  grid-template-columns:minmax(320px,44%) minmax(0,56%);
  align-items:stretch;
  width:100%!important;
  max-width:none!important;
  height:auto;
  margin:0!important;
  overflow:hidden;
  border-radius:24px;
  content-visibility:auto;
  contain-intrinsic-size:620px;
}
.textil-category-page .textil-card__image,
.textil-category-page .pack-card .textil-card__image,
.textil-category-page .hoodie-grid .textil-card__image{
  display:block;
  width:100%;
  height:100%;
  min-height:520px;
  max-height:760px;
  aspect-ratio:auto;
  object-fit:contain;
  object-position:center;
  border:0;
  border-right:1px solid #eadde7;
  background:linear-gradient(180deg,#fffafd,#f7f2fb);
}
.textil-category-page .textil-card__body,
.textil-category-page .single-card .textil-card__body,
.textil-category-page .pack-card .textil-card__body,
.textil-category-page .hoodie-grid .textil-card__body{
  display:grid;
  align-content:center;
  gap:15px;
  width:100%;
  padding:28px 30px;
  overflow:visible;
}
.textil-category-page .textil-card h2,
.textil-category-page .single-card h2,
.textil-category-page .pack-card h2,
.textil-category-page .hoodie-grid .textil-card h2{
  margin:6px 0 9px;
  font-size:30px;
  line-height:1.08;
}
.textil-category-page .textil-card__description,
.textil-category-page .single-card .textil-card__description,
.textil-category-page .pack-card .textil-card__description,
.textil-category-page .hoodie-grid .textil-card__description{
  font-size:12px;
  line-height:1.6;
}
.textil-category-page .textil-card__field{gap:8px}
.textil-category-page .textil-card__label{font-size:9px}
.textil-category-page .variant-button{
  min-width:52px;
  min-height:36px;
  padding:0 11px;
  font-size:9px;
  transition:background-color .06s linear,border-color .06s linear,color .06s linear;
}
.textil-category-page .color-swatch{transition:none}
.textil-category-page .textil-audience-panel.active{animation:none}
.textil-category-page button{touch-action:manipulation}
.textil-category-page .product-tab,
.textil-category-page .textil-audience-tab,
.textil-category-page .textil-theme-chip,
.textil-category-page .textil-add{transition-duration:.06s}
.textil-category-page .textil-card__price{padding-top:13px}
.textil-category-page .textil-card__actions{grid-template-columns:96px minmax(0,1fr);gap:10px}
.textil-category-page .textil-add{min-height:46px}

@media(max-width:860px){
  .textil-category-page .textil-card,
  .textil-category-page .single-card,
  .textil-category-page .pack-card,
  .textil-category-page .hoodie-grid .textil-card{grid-template-columns:minmax(260px,43%) minmax(0,57%)}
  .textil-category-page .textil-card__image,
  .textil-category-page .pack-card .textil-card__image,
  .textil-category-page .hoodie-grid .textil-card__image{min-height:470px}
  .textil-category-page .textil-card__body,
  .textil-category-page .single-card .textil-card__body,
  .textil-category-page .pack-card .textil-card__body,
  .textil-category-page .hoodie-grid .textil-card__body{padding:22px}
}
@media(max-width:680px){
  .textil-category-page .textil-card,
  .textil-category-page .single-card,
  .textil-category-page .pack-card,
  .textil-category-page .hoodie-grid .textil-card{grid-template-columns:minmax(0,1fr)}
  .textil-category-page .textil-card__image,
  .textil-category-page .pack-card .textil-card__image,
  .textil-category-page .hoodie-grid .textil-card__image{
    height:auto;
    min-height:0;
    max-height:none;
    aspect-ratio:auto;
    border-right:0;
    border-bottom:1px solid #eadde7;
  }
  .textil-category-page .textil-card__body,
  .textil-category-page .single-card .textil-card__body,
  .textil-category-page .pack-card .textil-card__body,
  .textil-category-page .hoodie-grid .textil-card__body{padding:18px;gap:13px}
  .textil-category-page .textil-card h2,
  .textil-category-page .single-card h2,
  .textil-category-page .pack-card h2,
  .textil-category-page .hoodie-grid .textil-card h2{font-size:24px}
}
.textil-search{display:flex;align-items:center;gap:12px;max-width:1180px;margin:0 auto 20px;padding:13px 17px;border:1px solid #decde8;border-radius:16px;background:#fff;box-shadow:0 8px 22px rgba(75,42,70,.07)}.textil-search span{font-size:20px}.textil-search input{flex:1;min-width:0;border:0;outline:0;color:#513962;background:transparent;font:700 14px Arial,sans-serif}.textil-search b{color:#8a6f98;font-size:11px;white-space:nowrap}.textil-search-empty{padding:24px;text-align:center;color:#7d6886}
@media(max-width:520px){.textil-search b{display:none}}
/* Cuenta opcional y compra como invitado */
.nav-account-link{display:inline-flex;align-items:center;padding:8px 12px;border:1px solid #e5c8df;border-radius:999px;color:#6b4675;font-size:12px;font-weight:900;text-decoration:none;background:#fff}
.checkout-identity{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:10px 0 16px;padding:14px;border:1px solid #e6d7eb;border-radius:16px;background:#fbf7ff}.checkout-identity strong,.checkout-identity span{display:block}.checkout-identity strong{color:#5d3d6e}.checkout-identity span{margin-top:3px;color:#7d7180;font-size:11px}.checkout-identity>div:last-child{display:flex;gap:7px;flex-wrap:wrap}.checkout-identity button{padding:9px 12px;border:1px solid #d9c0e2;border-radius:999px;color:#684875;background:#fff;font-size:11px;font-weight:900;cursor:pointer}.checkout-identity button.is-active{border-color:#c64f86;color:#fff;background:#d9588b}@media(max-width:700px){.checkout-identity{align-items:stretch;flex-direction:column}.nav-account-link{padding:7px 9px}}
