
:root{--red:#dc2626;--red-dark:#991b1b;--ink:#172033;--muted:#64748b;--line:#e5e7eb;--paper:#fff;--bg:#f5f5f7;--success:#059669;--warn:#b45309;--blue:#2563eb;--shadow:0 14px 40px rgba(15,23,42,.08)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:var(--bg);color:var(--ink);line-height:1.6;overflow-x:hidden}body:before{content:"";position:fixed;inset:0;pointer-events:none;z-index:-3;background-image:linear-gradient(rgba(15,23,42,.035) 1px,transparent 1px),linear-gradient(90deg,rgba(15,23,42,.035) 1px,transparent 1px);background-size:42px 42px}body:after{display:none}
a{color:inherit}.st-container{width:min(1280px,calc(100% - 32px));margin-inline:auto}.st-main{padding:36px 0 72px;min-height:70vh}.st-header{position:sticky;top:0;z-index:100;background:rgba(245,245,247,.9);backdrop-filter:blur(16px);border-bottom:1px solid rgba(229,231,235,.92)}.st-header__inner{min-height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px}.st-brand{display:inline-flex;align-items:center;text-decoration:none;flex-shrink:0}.st-brand img{display:block;width:156px;height:auto;max-height:54px;object-fit:contain}.st-nav{display:flex;align-items:center;gap:5px}.st-nav a{text-decoration:none;padding:9px 13px;border-radius:11px;color:#475569;font-size:.84rem;font-weight:750;transition:.18s}.st-nav a:hover{color:var(--red);background:rgba(220,38,38,.06)}.st-nav a[aria-current="page"]{color:#fff;background:var(--red);box-shadow:0 5px 14px rgba(220,38,38,.22)}.st-actions{display:flex;align-items:center;gap:9px}.st-cart{display:inline-flex;align-items:center;gap:8px;text-decoration:none;background:var(--ink);color:#fff;padding:10px 15px;border-radius:999px;font-size:.82rem;font-weight:800}.st-cart:hover{background:#334155}.st-cart__count{display:none;min-width:22px;text-align:center;background:var(--red);border-radius:999px;padding:1px 7px}.st-menu{display:none;border:1px solid var(--line);background:#fff;border-radius:10px;width:42px;height:42px;font-size:1.2rem;cursor:pointer}
.st-hero{position:relative;overflow:hidden;background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:30px;padding:54px 56px;box-shadow:var(--shadow)}.st-hero:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,var(--red),transparent)}.st-eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--red);background:rgba(220,38,38,.06);border:1px solid rgba(220,38,38,.18);border-radius:999px;padding:6px 12px;font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}.st-hero h1{max-width:850px;margin:17px 0 14px;font-size:clamp(2.2rem,5vw,4.35rem);line-height:1;letter-spacing:-.058em}.st-hero p{max-width:760px;margin:0;color:#526075;font-size:1rem}.st-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:24px}.st-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:44px;padding:10px 16px;border-radius:12px;border:1px solid transparent;text-decoration:none;font-size:.83rem;font-weight:800;cursor:pointer;transition:.18s;font-family:inherit}.st-btn--primary{background:linear-gradient(135deg,var(--red),var(--red-dark));color:#fff;box-shadow:0 7px 20px rgba(220,38,38,.25)}.st-btn--primary:hover{transform:translateY(-1px);box-shadow:0 10px 25px rgba(220,38,38,.32)}.st-btn--dark{background:var(--ink);color:#fff}.st-btn--soft{background:#fff;border-color:var(--line);color:#334155}.st-btn--soft:hover{border-color:rgba(220,38,38,.35);color:var(--red)}.st-btn--wa{background:#25d366;color:#fff}.st-btn--full{width:100%}.st-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}
.st-section{margin-top:44px}.st-section__head{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:18px}.st-kicker{margin:0 0 4px;color:var(--red);font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.1em}.st-section h2,.st-page-title{margin:0;font-size:clamp(1.55rem,3vw,2.3rem);line-height:1.1;letter-spacing:-.035em}.st-section__head p{max-width:660px;margin:6px 0 0;color:var(--muted);font-size:.9rem}.st-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.st-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.st-card{position:relative;background:rgba(255,255,255,.96);border:1px solid var(--line);border-radius:20px;padding:22px;box-shadow:0 4px 18px rgba(15,23,42,.045);overflow:hidden}.st-card:before{content:"";position:absolute;inset:0 0 auto;height:1px;background:linear-gradient(90deg,transparent,rgba(220,38,38,.5),transparent)}.st-card:hover{border-color:rgba(220,38,38,.28);box-shadow:0 12px 28px rgba(15,23,42,.07)}.st-card h3{margin:0 0 8px;font-size:1.04rem;line-height:1.25}.st-card p{margin:0;color:var(--muted);font-size:.86rem}.st-card__bottom{margin-top:18px;padding-top:15px;border-top:1px solid #f1f5f9}.st-tag{display:inline-flex;align-items:center;border-radius:999px;padding:5px 9px;font-size:.66rem;font-weight:850;border:1px solid}.st-tag--auto{color:var(--success);background:rgba(16,185,129,.08);border-color:rgba(16,185,129,.22)}.st-tag--manual{color:var(--warn);background:rgba(245,158,11,.08);border-color:rgba(245,158,11,.22)}.st-tag--service{color:var(--blue);background:rgba(37,99,235,.08);border-color:rgba(37,99,235,.22)}.st-price{font-size:1.43rem;font-weight:900;color:var(--red);letter-spacing:-.03em}.st-product-top{display:flex;justify-content:space-between;align-items:start;gap:10px}.st-product-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:14px}.st-product-actions .st-btn{padding-inline:9px;font-size:.77rem}.st-product-card.is-soldout{opacity:.65}.st-stock{display:inline-flex;align-items:center;gap:6px;font-size:.71rem;font-weight:750;color:#64748b}.st-stock:before{content:"";width:8px;height:8px;border-radius:50%;background:#94a3b8}.st-stock[data-state="checking"]{color:#1d4ed8}.st-stock[data-state="checking"]:before{background:#3b82f6;animation:pulse 1.4s infinite}.st-stock[data-state="available"]{color:var(--success)}.st-stock[data-state="available"]:before{background:#10b981}.st-stock[data-state="soldout"]{color:#b91c1c}.st-stock[data-state="soldout"]:before{background:#dc2626}.st-stock[data-state="unknown"]{color:var(--warn)}.st-stock[data-state="unknown"]:before{background:#f59e0b}@keyframes pulse{50%{opacity:.3}}
.st-page-head{background:#fff;border:1px solid var(--line);border-radius:25px;padding:32px 36px;box-shadow:var(--shadow);margin-bottom:22px}.st-page-head p{max-width:820px;margin:9px 0 0;color:var(--muted)}.st-breadcrumb{display:flex;flex-wrap:wrap;gap:7px;margin-bottom:12px;color:#94a3b8;font-size:.74rem;font-weight:700}.st-breadcrumb a{text-decoration:none}.st-breadcrumb a:hover{color:var(--red)}
.st-catalog-layout{display:grid;grid-template-columns:240px minmax(0,1fr);gap:22px;align-items:start}.st-sidebar{position:sticky;top:94px;background:#fff;border:1px solid var(--line);border-radius:19px;padding:16px;box-shadow:0 4px 18px rgba(15,23,42,.04)}.st-sidebar__title{padding:0 5px 12px;border-bottom:1px solid #f1f5f9;color:#64748b;font-size:.68rem;font-weight:850;text-transform:uppercase;letter-spacing:.09em}.st-cat-btn{display:flex;align-items:center;justify-content:space-between;gap:8px;width:100%;border:0;background:transparent;border-radius:10px;padding:10px 11px;color:#475569;font:700 .83rem/1.2 inherit;text-align:left;cursor:pointer}.st-cat-btn:hover{background:#f8fafc;color:var(--ink)}.st-cat-btn.is-active{background:rgba(220,38,38,.08);color:var(--red)}.st-cat-count{background:#f1f5f9;color:#64748b;border-radius:999px;padding:2px 8px;font-size:.7rem}.st-cat-btn.is-active .st-cat-count{background:rgba(220,38,38,.14);color:var(--red)}.st-catalog-main{min-width:0}.st-catalog-tools{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.st-search{flex:1;max-width:520px;background:#fff;border:1px solid var(--line);border-radius:13px;padding:12px 14px;font:inherit;color:var(--ink);outline:none}.st-search:focus{border-color:rgba(220,38,38,.45);box-shadow:0 0 0 3px rgba(220,38,38,.08)}.st-result-count{font-size:.78rem;color:#64748b;font-weight:700}.st-catalog-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(235px,1fr));gap:16px}.st-empty{grid-column:1/-1;background:#fff;border:1px dashed #cbd5e1;border-radius:18px;padding:38px;text-align:center;color:#64748b}
.st-qty{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,var(--red),var(--red-dark));border-radius:11px;padding:4px;color:#fff}.st-qty button{width:34px;height:34px;border:0;background:transparent;color:#fff;font-size:1.15rem;font-weight:900;border-radius:8px;cursor:pointer}.st-qty button:hover{background:rgba(255,255,255,.14)}.st-qty span{font-weight:850}.st-service-card{border-color:rgba(37,99,235,.24)}
.st-landing{display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:22px}.st-landing__main,.st-checkout-card,.st-content{background:#fff;border:1px solid var(--line);border-radius:24px;padding:33px;box-shadow:var(--shadow)}.st-landing__main h1{font-size:clamp(2rem,5vw,3.15rem);line-height:1.02;letter-spacing:-.055em;margin:14px 0 12px}.st-landing__main>p{color:#526075}.st-checkout-card{height:max-content;position:sticky;top:94px}.st-checkout-card .st-price{font-size:2rem;margin:5px 0 13px}.st-meta{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px;margin:22px 0}.st-meta div{background:#f8fafc;border:1px solid #edf1f5;border-left:3px solid var(--red);border-radius:11px;padding:11px 13px;font-size:.82rem;color:#526075}.st-meta strong{display:block;color:var(--ink);font-size:.68rem;text-transform:uppercase;letter-spacing:.05em}.st-list{display:grid;gap:9px;padding:0;margin:20px 0;list-style:none}.st-list li{position:relative;padding-left:25px;color:#475569;font-size:.9rem}.st-list li:before{content:"✓";position:absolute;left:0;color:var(--success);font-weight:900}.st-alert{margin-top:20px;border:1px solid rgba(245,158,11,.25);background:rgba(255,251,235,.9);border-radius:14px;padding:15px 17px;color:#664b13;font-size:.84rem}.st-alert--red{border-color:rgba(220,38,38,.2);background:rgba(254,242,242,.9);color:#7f1d1d}.st-apps{display:flex;flex-wrap:wrap;gap:7px;margin-top:14px}.st-app{background:#f8fafc;border:1px solid var(--line);border-radius:9px;padding:6px 9px;font-size:.74rem;font-weight:750;color:#475569}.st-content h2{margin:29px 0 8px;font-size:1.28rem;letter-spacing:-.02em}.st-content h2:first-child{margin-top:0}.st-content p,.st-content li{color:#526075;font-size:.91rem}.st-content a{color:var(--red);font-weight:700}.st-content ul,.st-content ol{padding-left:22px}
.st-service-builder{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px}.st-builder-options{display:grid;gap:12px}.st-option{display:flex;align-items:flex-start;gap:13px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;cursor:pointer}.st-option:hover{border-color:rgba(220,38,38,.3)}.st-option.is-selected{border-color:var(--red);box-shadow:0 0 0 1px rgba(220,38,38,.2);background:rgba(220,38,38,.025)}.st-option input{margin-top:4px;accent-color:var(--red)}.st-option strong{display:block}.st-option small{display:block;color:#64748b}.st-builder-summary{height:max-content;position:sticky;top:94px;background:#fff;border:1px solid var(--line);border-radius:22px;padding:24px;box-shadow:var(--shadow)}.st-builder-summary dl{margin:17px 0}.st-builder-summary div{display:flex;justify-content:space-between;gap:15px;padding:8px 0;border-bottom:1px solid #f1f5f9;font-size:.83rem}.st-builder-summary dt{color:#64748b}.st-builder-summary dd{margin:0;font-weight:800;text-align:right}.st-builder-price{font-size:2rem;color:var(--red);font-weight:900}.st-field{margin-top:14px}.st-field label{display:block;margin-bottom:6px;color:#64748b;font-size:.72rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.st-field input{width:100%;border:1px solid var(--line);background:#f9fafb;border-radius:12px;padding:12px 13px;font:inherit;outline:none}.st-field input:focus{border-color:rgba(220,38,38,.45);box-shadow:0 0 0 3px rgba(220,38,38,.08)}
.st-cart-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:22px}.st-cart-list,.st-cart-checkout{background:#fff;border:1px solid var(--line);border-radius:22px;padding:25px;box-shadow:var(--shadow)}.st-cart-checkout{height:max-content;position:sticky;top:94px}.st-cart-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:14px;padding:15px 0;border-bottom:1px solid #f1f5f9}.st-cart-item:last-child{border-bottom:0}.st-cart-item h3{margin:0;font-size:.95rem}.st-cart-item p{margin:2px 0 0;color:#64748b;font-size:.77rem}.st-cart-controls{display:flex;align-items:center;gap:9px}.st-cart-controls input{width:56px;text-align:center;border:1px solid var(--line);border-radius:9px;padding:7px}.st-remove{border:0;background:transparent;color:var(--red);font-weight:750;cursor:pointer}.st-total{display:flex;justify-content:space-between;gap:14px;border-top:2px solid #f1f5f9;margin-top:15px;padding-top:15px;font-size:1.15rem;font-weight:900}.st-empty-cart{text-align:center;color:#64748b;padding:38px 8px}
.st-toast{position:fixed;top:88px;left:50%;transform:translateX(-50%);z-index:200;width:min(92vw,540px);display:flex;align-items:center;justify-content:center;gap:9px;padding:12px 17px;background:rgba(255,255,255,.98);border:1px solid rgba(59,130,246,.25);border-radius:14px;box-shadow:0 12px 32px rgba(15,23,42,.16);font-size:.8rem;font-weight:750;color:#334155;transition:.22s}.st-toast.is-hidden{opacity:0;transform:translate(-50%,-10px);pointer-events:none}.st-toast[data-type="success"]{color:#047857;background:#f0fdfa;border-color:rgba(16,185,129,.3)}.st-toast[data-type="warning"]{color:#92400e;background:#fffbeb;border-color:rgba(245,158,11,.32)}.st-toast[data-type="error"]{color:#b91c1c;background:#fef2f2;border-color:rgba(220,38,38,.28)}
.st-company{margin-top:44px;background:#172033;color:#fff;border-radius:24px;padding:25px 28px;display:grid;grid-template-columns:1.3fr 1fr;gap:22px}.st-company p{margin:5px 0;color:#cbd5e1;font-size:.83rem}.st-company strong{color:#fff}.st-company-links{display:flex;align-items:center;justify-content:flex-end;flex-wrap:wrap;gap:8px}.st-company-links a{text-decoration:none;border:1px solid rgba(255,255,255,.17);border-radius:999px;padding:8px 12px;color:#fff;font-size:.75rem;font-weight:750}.st-company-links a:hover{background:rgba(255,255,255,.08)}.st-footer{border-top:1px solid var(--line);background:rgba(255,255,255,.75);padding:34px 0}.st-footer__grid{display:grid;grid-template-columns:1.35fr .85fr .9fr 1.35fr .9fr;gap:22px}.st-footer h4{margin:0 0 9px;font-size:.76rem;text-transform:uppercase;letter-spacing:.07em}.st-footer p,.st-footer a{font-size:.77rem;color:#64748b}.st-footer a{text-decoration:none;display:block;margin:5px 0}.st-footer a:hover{color:var(--red)}.st-preview{position:fixed;left:12px;bottom:12px;z-index:120;background:#172033;color:#fff;border-radius:999px;padding:7px 11px;font-size:.66rem;font-weight:850;box-shadow:0 8px 20px rgba(15,23,42,.2)}
@media(max-width:980px){.st-nav{position:absolute;left:16px;right:16px;top:64px;display:none;flex-direction:column;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:15px;padding:9px;box-shadow:var(--shadow)}.st-nav.is-open{display:flex}.st-menu{display:block}.st-catalog-layout{grid-template-columns:1fr}.st-sidebar{position:static;display:flex;overflow:auto;gap:7px;padding:10px}.st-sidebar__title{display:none}.st-cat-btn{width:auto;flex:0 0 auto;white-space:nowrap}.st-cat-count{display:none}.st-landing,.st-service-builder,.st-cart-layout{grid-template-columns:1fr}.st-checkout-card,.st-builder-summary,.st-cart-checkout{position:static}.st-footer__grid{grid-template-columns:repeat(2,1fr)}.st-company{grid-template-columns:1fr}.st-company-links{justify-content:flex-start}}
@media(max-width:700px){.st-header__inner{min-height:64px}.st-brand img{width:132px;max-height:48px}.st-cart span:first-child{display:none}.st-main{padding-top:24px}.st-hero{padding:35px 24px;border-radius:23px}.st-page-head{padding:27px 22px}.st-grid,.st-grid--2{grid-template-columns:1fr}.st-catalog-tools{align-items:stretch;flex-direction:column}.st-search{max-width:none}.st-product-actions{grid-template-columns:1fr}.st-landing__main,.st-checkout-card,.st-content{padding:25px 20px}.st-meta{grid-template-columns:1fr}.st-footer__grid{grid-template-columns:1fr}.st-preview{display:none}}


/* SafeTech Entrega 3: enfoque comercial y fondo neutro */
body:after{display:none!important}
.st-company{display:none!important}
.st-sales-hero{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(320px,.75fr);gap:28px;align-items:stretch;background:#fff;border:1px solid var(--line);border-radius:30px;padding:54px 56px;box-shadow:var(--shadow);position:relative;overflow:hidden}
.st-sales-hero:before{content:"";position:absolute;left:0;right:0;top:0;height:2px;background:#dc2626}
.st-sales-hero__copy{display:flex;flex-direction:column;justify-content:center;min-width:0}
.st-sales-hero h1{max-width:770px;margin:18px 0 16px;font-size:clamp(2.45rem,5.5vw,4.9rem);line-height:.96;letter-spacing:-.064em}
.st-sales-hero h1 em{font-style:normal;color:var(--red)}
.st-sales-hero__copy>p{max-width:720px;margin:0;color:#526075;font-size:1.04rem;line-height:1.75}
.st-btn--hero{min-height:50px;padding:12px 19px;font-size:.88rem}
.st-hero-points{display:flex;flex-wrap:wrap;gap:9px 18px;margin-top:22px;color:#475569;font-size:.77rem;font-weight:800}
.st-sales-hero__panel{background:#172033;color:#fff;border-radius:22px;padding:27px 25px;align-self:stretch;display:flex;flex-direction:column;justify-content:center;box-shadow:0 20px 42px rgba(15,23,42,.18)}
.st-sales-hero__panel .st-kicker{color:#fca5a5}
.st-sales-hero__panel h2{margin:0 0 14px;font-size:1.38rem;letter-spacing:-.03em}
.st-sales-hero__panel>a{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border-top:1px solid rgba(255,255,255,.1);text-decoration:none}
.st-sales-hero__panel>a:hover strong{color:#fca5a5}
.st-sales-hero__panel a span{display:flex;flex-direction:column;min-width:0}
.st-sales-hero__panel strong{font-size:.88rem;transition:.18s}.st-sales-hero__panel small{color:#aeb9c9;font-size:.7rem;margin-top:2px}.st-sales-hero__panel b{font-size:.94rem;white-space:nowrap}
.st-panel-note{display:flex;align-items:center;gap:8px;margin-top:13px;color:#cbd5e1;font-size:.7rem}.st-panel-dot{width:8px;height:8px;border-radius:50%;background:#10b981;box-shadow:0 0 0 5px rgba(16,185,129,.11)}
.st-trust-strip{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin-top:18px;background:#fff;border:1px solid var(--line);border-radius:19px;box-shadow:0 5px 20px rgba(15,23,42,.04)}
.st-trust-strip>div{padding:18px 20px;border-right:1px solid var(--line)}.st-trust-strip>div:last-child{border-right:0}.st-trust-strip strong,.st-trust-strip span{display:block}.st-trust-strip strong{font-size:.82rem}.st-trust-strip span{color:var(--muted);font-size:.7rem;margin-top:2px}
.st-carousel-controls{display:flex;gap:8px;flex-shrink:0}.st-carousel-controls button{width:42px;height:42px;border-radius:12px;border:1px solid var(--line);background:#fff;color:var(--ink);font-size:1rem;font-weight:800;cursor:pointer}.st-carousel-controls button:hover{border-color:rgba(220,38,38,.35);color:var(--red)}
.st-featured-track{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(290px,31.5%);gap:16px;overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;padding:2px 2px 13px;overscroll-behavior-inline:contain}.st-featured-card{scroll-snap-align:start;min-height:310px}.st-featured-card>p{min-height:50px}.st-featured-stock{margin-top:13px}.st-featured-footer{text-align:center;margin-top:12px}
.st-category-cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.st-category-cards>a{display:flex;flex-direction:column;min-height:190px;padding:23px;background:#fff;border:1px solid var(--line);border-radius:20px;text-decoration:none;transition:.18s;box-shadow:0 5px 18px rgba(15,23,42,.04)}.st-category-cards>a:hover{transform:translateY(-3px);border-color:rgba(220,38,38,.32);box-shadow:0 12px 28px rgba(15,23,42,.07)}.st-category-cards strong{font-size:1.1rem}.st-category-cards span{color:var(--muted);font-size:.8rem;margin-top:7px}.st-category-cards b{margin-top:auto;color:var(--red);font-size:.76rem}
.st-confidence-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:15px}.st-confidence-grid article{background:#fff;border:1px solid var(--line);border-radius:20px;padding:24px}.st-confidence-grid article>span{display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:10px;background:rgba(220,38,38,.07);color:var(--red);font-size:.72rem;font-weight:900}.st-confidence-grid h3{margin:15px 0 6px;font-size:1rem}.st-confidence-grid p{margin:0;color:var(--muted);font-size:.81rem}
.st-final-cta{display:flex;align-items:center;justify-content:space-between;gap:25px;margin-top:44px;padding:30px 34px;background:#172033;color:#fff;border-radius:23px}.st-final-cta h2{margin:0;font-size:1.7rem;letter-spacing:-.035em}.st-final-cta p:not(.st-kicker){margin:5px 0 0;color:#cbd5e1;font-size:.84rem}.st-final-cta .st-kicker{color:#fca5a5}
@media(max-width:980px){.st-sales-hero{grid-template-columns:1fr;padding:40px 34px}.st-sales-hero__panel{max-width:none}.st-trust-strip{grid-template-columns:repeat(2,1fr)}.st-trust-strip>div:nth-child(2){border-right:0}.st-trust-strip>div:nth-child(-n+2){border-bottom:1px solid var(--line)}.st-featured-track{grid-auto-columns:minmax(280px,48%)}.st-category-cards{grid-template-columns:repeat(2,1fr)}}
@media(max-width:640px){.st-sales-hero{padding:31px 22px;border-radius:23px}.st-sales-hero h1{font-size:clamp(2.25rem,13vw,3.25rem)}.st-sales-hero__copy>p{font-size:.92rem}.st-sales-hero__panel{padding:23px 20px}.st-trust-strip{grid-template-columns:1fr}.st-trust-strip>div{border-right:0;border-bottom:1px solid var(--line)}.st-trust-strip>div:last-child{border-bottom:0}.st-featured-track{grid-auto-columns:88%}.st-category-cards,.st-confidence-grid{grid-template-columns:1fr}.st-category-cards>a{min-height:150px}.st-final-cta{align-items:flex-start;flex-direction:column;padding:27px 23px}.st-carousel-controls{display:none}}


/* SafeTech Entrega 4 */
.st-sales-hero--single{display:block!important;max-width:none}.st-sales-hero--single .st-sales-hero__copy{max-width:980px}.st-sales-hero__panel,.st-carousel-controls{display:none!important}
.st-featured-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.st-featured-grid .st-catalog-card{min-height:100%}
.st-catalog-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));align-items:stretch}.st-catalog-card{display:flex;flex-direction:column;min-height:365px;padding:22px}.st-product-card__head{display:flex;flex-direction:column;align-items:flex-start;gap:10px}.st-product-title{font-size:1.02rem;line-height:1.25;font-weight:850;text-decoration:none;color:var(--ink)}.st-product-title:hover{color:var(--red)}.st-product-description{margin-top:11px!important;line-height:1.55;min-height:67px}.st-product-availability{margin-top:13px}.st-product-card__footer{display:grid;gap:9px;margin-top:auto;padding-top:18px;border-top:1px solid #f1f5f9}.st-product-control{width:100%}.st-product-control:empty{display:none}.st-catalog-card .st-qty{min-height:44px}.st-catalog-card .st-btn{min-height:43px}.st-service-card .st-product-card__footer{border-top:0}
.st-product-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:23px;align-items:start}.st-product-main{background:#fff;border:1px solid var(--line);border-radius:25px;padding:36px;box-shadow:var(--shadow)}.st-product-intro h1{font-size:clamp(2.15rem,5vw,3.55rem);line-height:1;letter-spacing:-.056em;margin:16px 0 13px}.st-product-intro>p{max-width:850px;margin:0;color:#526075;font-size:.97rem;line-height:1.75}.st-product-badges{display:flex;flex-wrap:wrap;gap:8px;margin:20px 0}.st-product-safe{display:inline-flex;align-items:center;border:1px solid #dbe4ee;background:#f8fafc;border-radius:999px;padding:5px 10px;color:#475569;font-size:.68rem;font-weight:850}.st-product-panel{background:#f8fafc;border:1px solid #edf1f5;border-radius:17px;padding:21px}.st-product-panel--apps{margin-top:20px}.st-panel-heading{display:flex;align-items:center;gap:9px;margin-bottom:14px}.st-panel-heading>span{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:8px;background:rgba(220,38,38,.08);color:var(--red);font-size:.75rem;font-weight:900}.st-panel-heading h2{margin:0;font-size:1.02rem}.st-product-detail-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:14px;margin-top:14px}.st-product-panel .st-list{margin:0}.st-meta--product{grid-template-columns:1fr;margin:0}.st-meta--product div{background:#fff}.st-meta--product span{display:block}.st-checkout-card{padding:26px}.st-price--large{font-size:2.25rem!important}.st-checkout-status{display:grid;justify-items:start;gap:9px;margin:12px 0 16px}.st-checkout-actions{display:grid;gap:9px}.st-checkout-note{font-size:.75rem;color:#64748b;line-height:1.5;margin:14px 0 0}.st-apps--branded{display:grid;grid-template-columns:repeat(auto-fit,minmax(125px,1fr));gap:9px}.st-apps--branded .st-app{display:flex;align-items:center;gap:8px;color:#fff;border:0;padding:10px 11px;font-weight:850;box-shadow:0 5px 12px rgba(15,23,42,.1)}.st-apps--branded .st-app>span{display:inline-flex;align-items:center;justify-content:center;width:25px;height:25px;border-radius:6px;background:rgba(255,255,255,.2);font-size:.72rem}.st-app--word{background:#185abd}.st-app--excel{background:#107c41}.st-app--powerpoint{background:#d24726}.st-app--outlook{background:#0078d4}.st-app--onenote{background:#7719aa}.st-app--access{background:#a4373a}.st-app--publisher{background:#077568}.st-app--teams{background:#6264a7}.st-app--skype{background:#00aff0}.st-app--onedrive{background:#0078d4}.st-app--default{background:#475569}
.st-cart-note{display:flex;align-items:flex-start;gap:12px;margin-bottom:13px;padding:14px 16px;border:1px solid rgba(37,99,235,.22);background:rgba(239,246,255,.9);border-radius:14px;color:#334155}.st-cart-note strong{white-space:nowrap;color:#1d4ed8}.st-cart-note span{font-size:.82rem}.st-cart-product-link{color:var(--ink);text-decoration:none}.st-cart-product-link:hover{color:var(--red)}.st-cart-type{display:inline-flex;margin-top:5px;color:#64748b;font-size:.7rem;font-weight:750}.st-cart-item>div:first-child{min-width:0}
@media(max-width:1100px){.st-featured-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.st-product-layout{grid-template-columns:1fr}.st-checkout-card{position:static}.st-product-detail-grid{grid-template-columns:1fr}}
@media(max-width:640px){.st-featured-grid{grid-template-columns:1fr}.st-catalog-grid{grid-template-columns:1fr}.st-catalog-card{min-height:0}.st-product-main{padding:25px 20px}.st-product-detail-grid{grid-template-columns:1fr}.st-apps--branded{grid-template-columns:repeat(2,minmax(0,1fr))}.st-cart-note{flex-direction:column;gap:5px}.st-cart-note strong{white-space:normal}}

/* Entrega 6: validación visual de stock en el carrito */
.st-cart-item.is-stock-warning{border:1px solid rgba(245,158,11,.35);background:#fffbeb;border-radius:14px;padding:14px;margin:8px 0}.st-cart-stock-warning{color:#92400e!important;font-weight:750}.st-cart-stock-ok{color:#047857!important;font-weight:700}.st-cart-product-link{text-decoration:none}.st-cart-product-link:hover{color:var(--red)}


/* Entrega 7 — ajustes visuales solicitados */
.st-sales-hero__copy .st-eyebrow{align-self:flex-start;width:max-content;max-width:100%;white-space:normal}
.st-trust-strip>div{padding:19px 20px}
.st-trust-item{display:flex;align-items:center;gap:13px}
.st-trust-item>span:last-child{min-width:0}.st-trust-item strong,.st-trust-item small{display:block}.st-trust-item small{color:var(--muted);font-size:.7rem;margin-top:2px}
.st-trust-icon{width:42px;height:42px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 42px}
.st-trust-icon svg{width:23px;height:23px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.st-trust-icon--payment{background:#eef2ff;color:#4f46e5}.st-trust-icon--stock{background:#ecfdf5;color:#059669}.st-trust-icon--mail{background:#eff6ff;color:#2563eb}.st-trust-icon--support{background:#f0fdf4;color:#16a34a}
.st-option{background:#fff}.st-option.is-selected{background:#fff;border-color:var(--red);box-shadow:0 8px 24px rgba(15,23,42,.08),0 0 0 2px rgba(220,38,38,.08)}
.st-option.is-selected:before{content:"";width:4px;align-self:stretch;border-radius:999px;background:var(--red);margin-right:1px}
.st-builder-price-label{display:block;margin-top:13px;color:#64748b;font-size:.7rem;font-weight:850;text-transform:uppercase;letter-spacing:.08em}
.st-builder-price{font-size:2.75rem;line-height:1.05;margin:5px 0 16px;letter-spacing:-.055em}
@media(max-width:700px){.st-trust-item{align-items:flex-start}.st-builder-price{font-size:2.45rem}}

/* Entrega 7.1 — jerarquía del precio del configurador */
.st-builder-summary .st-builder-price{display:block!important;border:0!important;padding:0!important;margin:5px 0 16px!important;font-size:2.75rem!important;line-height:1.02!important;color:var(--red)!important;font-weight:900!important;letter-spacing:-.055em!important;text-align:left!important}


/* SafeTech Entrega 8 — consistencia visual y mejor aprovechamiento del espacio */
@media(min-width:981px){.st-header__inner{display:grid;grid-template-columns:1fr auto 1fr}.st-header .st-brand{justify-self:start}.st-header .st-nav{justify-self:center}.st-header .st-actions{justify-self:end}}
.st-sales-hero{grid-template-columns:minmax(0,1.12fr) minmax(350px,.88fr)}
.st-sales-hero__copy{padding-right:4px}.st-sales-hero h1{max-width:860px;font-size:clamp(2.7rem,5.35vw,5rem)}
.st-sales-hero__panel{display:flex!important}.st-sales-hero__panel h2{max-width:280px}
.st-trust-strip>div{padding:20px 22px}.st-trust-item{gap:16px}.st-trust-icon{width:56px;height:56px;flex-basis:56px;border-radius:16px}.st-trust-icon svg{width:30px;height:30px;stroke-width:1.75}.st-trust-item strong{font-size:.87rem}.st-trust-item small{font-size:.72rem}
.st-location-badge{display:inline-flex!important;align-items:center;gap:7px;width:max-content;padding:8px 13px;border:1px solid rgba(220,38,38,.28);background:rgba(220,38,38,.08);border-radius:999px;color:var(--red)!important;font-size:.76rem!important;font-weight:900!important;letter-spacing:.06em!important}
.st-service-location-note{margin:16px 0 0;padding:12px 13px;border-radius:12px;background:#fff7ed;border:1px solid #fed7aa;color:#9a3412;font-size:.78rem;line-height:1.55;font-weight:700}
.st-international-note{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:14px;margin-top:18px;padding:15px 17px;background:#fff;border:1px solid var(--line);border-radius:16px;box-shadow:0 5px 18px rgba(15,23,42,.04)}.st-international-note__icon{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;border-radius:12px;background:#eff6ff;font-size:1.25rem}.st-international-note strong{display:block;font-size:.86rem}.st-international-note p{margin:2px 0 0;color:var(--muted);font-size:.76rem}
@media(max-width:980px){.st-sales-hero{grid-template-columns:1fr}.st-sales-hero__copy{padding-right:0}}
@media(max-width:640px){.st-trust-icon{width:50px;height:50px;flex-basis:50px}.st-trust-icon svg{width:27px;height:27px}.st-international-note{grid-template-columns:auto 1fr}.st-international-note .st-btn{grid-column:1/-1;width:100%}}

/* Entrega 10 overrides */

.st-sales-hero{grid-template-columns:minmax(0,1.35fr) minmax(280px,.7fr);align-items:start;gap:28px}
.st-sales-hero__copy .st-eyebrow{align-self:flex-start;width:max-content;max-width:100%}
.st-sales-hero__panel{background:#fff!important;color:var(--ink)!important;border:1px solid rgba(220,38,38,.2);box-shadow:0 12px 30px rgba(15,23,42,.07)!important;padding:24px 22px!important;max-width:420px;justify-self:end}
.st-sales-hero__panel .st-kicker{color:var(--red)!important}
.st-sales-hero__panel>a{border-top:1px solid #eef2f7!important}
.st-sales-hero__panel>a:hover strong{color:var(--red)!important}
.st-sales-hero__panel strong,.st-sales-hero__panel b{color:var(--ink)!important}
.st-sales-hero__panel small,.st-panel-note{color:#64748b!important}
.st-trust-icon{width:62px!important;height:62px!important;flex-basis:62px!important;border-radius:18px!important}
.st-trust-icon img{width:34px;height:34px;display:block}
.st-trust-item{gap:18px}
.st-btn{text-align:center}
.st-international-note{display:none!important}
.st-info-box{margin-top:18px;border:1px solid rgba(220,38,38,.16);background:#fff;border-radius:16px;padding:16px 18px;box-shadow:0 4px 14px rgba(15,23,42,.04)}
.st-info-box strong{display:block;margin-bottom:6px;color:var(--ink)}
.st-info-box p{margin:0;color:#526075;font-size:.87rem}
.st-variant-group{display:grid;gap:10px;margin:18px 0}
.st-variant-option{display:flex;align-items:flex-start;gap:12px;padding:12px 14px;border:1px solid var(--line);border-radius:14px;background:#fff;cursor:pointer}
.st-variant-option.is-selected{border-color:rgba(220,38,38,.42);box-shadow:0 0 0 3px rgba(220,38,38,.07)}
.st-variant-option input{margin-top:4px;accent-color:var(--red)}
.st-variant-option strong{display:block;font-size:.95rem}
.st-variant-option small{color:#64748b;display:block;margin-top:2px}
.st-variant-price{font-size:.8rem;font-weight:900;color:var(--red);margin-left:auto;white-space:nowrap}
@media(max-width:980px){.st-sales-hero__panel{max-width:none;justify-self:stretch}}

/* Entrega 10.1 — correcciones visuales */
/* 1. Logo más compacto en header y footer */
.st-brand img{width:124px!important;max-height:44px!important}
/* 2. Bloque de confianza SIN iconos: contenido centrado con acento superior */
.st-trust-item{display:flex!important;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;padding-top:6px;position:relative}
.st-trust-item::before{content:"";position:absolute;top:-6px;left:50%;transform:translateX(-50%);width:26px;height:3px;border-radius:3px;background:var(--red)}
.st-trust-item>span{min-width:0}
.st-trust-item strong{font-size:.9rem!important;color:var(--ink);letter-spacing:-.01em}
.st-trust-item small{font-size:.72rem!important;color:var(--muted);margin-top:3px!important}
/* 3. El filtro de categorías/búsqueda oculta tarjetas correctamente
      (display:flex de .st-catalog-card anulaba el atributo [hidden]) */
[data-product-card][hidden],.st-catalog-card[hidden],.st-product-card[hidden]{display:none!important}
/* Ítem de advertencia dentro de la lista "Qué Incluye": icono de alerta en vez del check */
.st-list li.st-list-alert{color:#7f1d1d}
.st-list li.st-list-alert:before{content:"⚠";color:#d97706;font-weight:900}
.st-list li.st-list-alert strong{color:#7f1d1d}
/* Nota de garantía de reposición (productos activados por serial) */
.st-warranty{display:flex;gap:12px;align-items:flex-start;margin-top:16px;padding:16px 18px;border:1px solid #bbf7d0;border-left:4px solid #16a34a;border-radius:14px;background:#f0fdf4;color:#14532d;font-size:.92rem;line-height:1.55}
.st-warranty .st-warranty__icon{font-size:1.15rem;line-height:1.3}
.st-warranty strong{color:#14532d}
/* Apps de AutoCAD (mismo estilo branded que Office, con color de marca AutoCAD) */
.st-apps--branded .st-app--autocad{background:#9b1c2e}

/* Entrega 10.7: variantes de producto visibles y navegación directa */
#versiones{scroll-margin-top:110px}.st-cart-variant{display:table;margin-top:7px;padding:5px 9px;border:1px solid rgba(220,38,38,.18);border-radius:999px;background:rgba(254,242,242,.9);color:#991b1b;font-size:.72rem;font-weight:750}.st-cart-variant strong{font-weight:900}
.st-cart-item.is-selection-warning{border:1px solid rgba(245,158,11,.35);background:#fffbeb;border-radius:14px;padding:14px;margin:8px 0}.st-cart-variant--pending{border-color:rgba(245,158,11,.3);background:#fff7ed;color:#9a3412}.st-cart-choose-variant{display:inline-flex;margin-top:10px;min-height:36px;padding:8px 13px;font-size:.76rem}

/* Entrega 10.8: WhatsApp flotante y utilidades del carrito */
.st-wa-float{position:fixed;right:22px;bottom:22px;z-index:1200;display:inline-flex;align-items:center;gap:9px;background:#25d366;color:#fff!important;text-decoration:none;border-radius:999px;padding:13px 17px 13px 13px;font-size:.82rem;font-weight:850;box-shadow:0 12px 30px rgba(18,140,76,.3);transition:.2s}
.st-wa-float:hover{transform:translateY(-2px);background:#1fbd59}.st-wa-float svg{width:25px;height:25px;flex-shrink:0}
.st-cart-column{min-width:0}.st-cart-toolbar{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}.st-cart-toolbar h2{margin:0;font-size:1rem}.st-cart-clear{min-height:38px;padding:8px 13px;color:var(--red)}
.st-cart-explanations{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.st-cart-explanation{border:1px solid rgba(220,38,38,.15);background:#fff;border-radius:15px;padding:15px 16px;box-shadow:0 4px 14px rgba(15,23,42,.04)}.st-cart-explanation strong{display:block;margin-bottom:6px;font-size:.82rem}.st-cart-explanation p{margin:0;color:#526075;font-size:.78rem;line-height:1.55}
@media(max-width:700px){.st-wa-float{right:15px;bottom:15px;width:54px;height:54px;padding:0;justify-content:center}.st-wa-float span{display:none}.st-wa-float svg{width:28px;height:28px}.st-cart-toolbar{align-items:flex-start;flex-direction:column}.st-cart-clear{width:100%}.st-cart-explanations{grid-template-columns:1fr}}
@media print{.st-wa-float{display:none!important}}

/* Entrega 10.11: corrección definitiva del hero en pantallas móviles.
   Este bloque debe permanecer al final del archivo para imponerse sobre
   las reglas de escritorio añadidas por entregas anteriores. */
@media(max-width:980px){
  .st-sales-hero{
    grid-template-columns:minmax(0,1fr)!important;
    align-items:stretch!important;
  }
  .st-sales-hero__copy,
  .st-sales-hero__panel{
    min-width:0!important;
    width:100%!important;
    max-width:none!important;
    justify-self:stretch!important;
  }
  .st-sales-hero__panel{
    margin:0!important;
  }
}
@media(max-width:640px){
  .st-sales-hero{
    gap:22px!important;
  }
  .st-sales-hero__panel{
    padding:20px 18px!important;
    border-radius:18px!important;
  }
  .st-sales-hero__panel h2{
    max-width:none!important;
  }
  .st-sales-hero__panel>a{
    gap:10px!important;
  }
}


/* Entrega 10.13: consentimientos previos al pago */
.st-consent-list{display:grid;gap:10px;margin:18px 0 4px}.st-consent-option{display:flex;align-items:flex-start;gap:11px;padding:13px 14px;border:1px solid #e2e8f0;border-radius:14px;background:#f8fafc;color:#475569;font-size:.78rem;line-height:1.5;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.st-consent-option:hover{border-color:#cbd5e1;background:#fff}.st-consent-option:has(input:checked){border-color:rgba(22,163,74,.38);background:rgba(240,253,244,.78);box-shadow:0 0 0 2px rgba(22,163,74,.06)}.st-consent-option--required:has(input:not(:checked)){border-color:rgba(220,38,38,.22);background:rgba(254,242,242,.52)}.st-consent-option input{width:18px;height:18px;flex:0 0 18px;margin-top:2px;accent-color:#dc2626}.st-consent-option span{display:block;min-width:0}.st-consent-option strong{display:block;color:#1e293b;font-size:.8rem;margin-bottom:2px}.st-consent-option small{display:block;color:#64748b;font-size:.72rem;margin-top:3px}.st-consent-option a{color:#b91c1c;font-weight:800;text-decoration:underline;text-underline-offset:2px}@media(max-width:560px){.st-consent-option{padding:12px;font-size:.75rem}.st-consent-option strong{font-size:.77rem}}

/* Validación amigable de errores frecuentes en dominios de correo */
.st-email-suggestion{margin-top:12px;padding:14px;border:1px solid rgba(245,158,11,.35);border-radius:14px;background:rgba(255,251,235,.95);color:#78350f;box-shadow:0 8px 18px rgba(120,53,15,.06)}
.st-email-suggestion[hidden]{display:none!important}
.st-email-suggestion p{margin:0 0 4px;font-size:.82rem;line-height:1.45}
.st-email-suggestion p strong{color:#b91c1c;font-weight:800;overflow-wrap:anywhere}
.st-email-suggestion small{display:block;color:#92400e;font-size:.72rem;line-height:1.45}
.st-email-suggestion__actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:12px}
.st-email-suggestion__actions .st-btn{min-height:40px;padding:9px 10px;font-size:.75rem}
input[aria-invalid="true"]{border-color:#dc2626!important;box-shadow:0 0 0 3px rgba(220,38,38,.1)!important}
@media(max-width:560px){.st-email-suggestion__actions{grid-template-columns:1fr}}

/* Cupones y desglose de totales · 10.28 */
.st-checkout-totals{display:grid;gap:0;margin:8px 0 20px;border:1px solid #e2e8f0;border-radius:15px;overflow:hidden;background:#fff}.st-checkout-total-row{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:11px 13px;color:#64748b;font-size:.8rem;border-bottom:1px solid #eef2f7}.st-checkout-total-row:last-child{border-bottom:0}.st-checkout-total-row strong{color:#1e293b}.st-checkout-total-row--discount{color:#047857;background:#ecfdf5}.st-checkout-total-row--discount strong,.st-checkout-total-row--discount b{color:#047857}.st-checkout-total-row--grand{padding:14px 13px;background:#f8fafc;color:#1e293b;font-weight:850}.st-checkout-total-row--grand .st-price{font-size:1.5rem}.st-coupon{margin:17px 0;padding:15px;border:1px solid #e2e8f0;border-radius:15px;background:#f8fafc}.st-coupon>label{display:block;margin-bottom:8px;color:#1e293b;font-size:.8rem;font-weight:850}.st-coupon__controls{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}.st-coupon__controls input{width:100%;min-width:0;border:1px solid #cbd5e1;border-radius:11px;padding:11px 12px;background:#fff;color:#1e293b;font:inherit;font-size:.82rem;text-transform:uppercase;letter-spacing:.04em}.st-coupon__controls input:focus{outline:0;border-color:rgba(220,38,38,.5);box-shadow:0 0 0 3px rgba(220,38,38,.09)}.st-coupon__controls .st-btn{white-space:nowrap;padding-inline:14px}.st-coupon__status{display:flex;align-items:flex-start;justify-content:space-between;gap:13px;margin-top:11px;padding:11px 12px;border:1px solid #a7f3d0;border-radius:11px;background:#ecfdf5}.st-coupon__status.is-error{border-color:#fecaca;background:#fef2f2}.st-coupon__status.is-loading{border-color:#bfdbfe;background:#eff6ff}.st-coupon__status strong{display:block;color:#047857;font-size:.78rem}.st-coupon__status.is-error strong{color:#b91c1c}.st-coupon__status.is-loading strong{color:#1d4ed8}.st-coupon__status p{margin:2px 0 0;color:#475569;font-size:.72rem;line-height:1.45}.st-coupon__remove{border:0;background:transparent;color:#b91c1c;font-size:.72rem;font-weight:800;cursor:pointer}.st-coupon__note{margin:8px 0 0;color:#64748b;font-size:.68rem;line-height:1.45}@media(max-width:560px){.st-coupon__controls{grid-template-columns:1fr}.st-coupon__controls .st-btn{width:100%}.st-checkout-total-row--grand .st-price{font-size:1.35rem}}
