:root{--blue:#0a1eff;--blue2:#07106d;--red:#e30613;--dark:#020617;--text:#1f2937;--muted:#667085;--line:#e5e7eb;--soft:#f5f7fb;--radius:20px;--shadow:0 18px 55px rgba(2,6,23,.10)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:var(--text);background:#fff;overflow-x:hidden}a{text-decoration:none;color:inherit}img{max-width:100%;height:auto}.cvsp-container{width:min(1220px,92%);margin:auto}.cvsp-top{background:#050505;color:#fff;font-size:13px}.cvsp-top .cvsp-container{display:flex;justify-content:space-between;gap:18px;padding:9px 0}.cvsp-header{position:sticky;top:0;z-index:90;background:rgba(255,255,255,.97);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.cvsp-head{display:flex;align-items:center;gap:24px;min-height:88px}.cvsp-logo img{width:230px;display:block}.cvsp-nav{margin-left:auto}.cvsp-nav ul{display:flex;gap:24px;list-style:none;padding:0;margin:0}.cvsp-nav a{font-size:14px;font-weight:900}.cvsp-head-actions{display:flex;gap:12px;align-items:center}.cvsp-cart{font-weight:900;color:var(--blue)}.cvsp-btn{display:inline-flex;align-items:center;justify-content:center;padding:13px 20px;border-radius:14px;font-weight:900;border:1px solid transparent;transition:.2s;line-height:1.1}.cvsp-btn-red{background:var(--red);color:#fff}.cvsp-btn-red:hover{filter:brightness(.92);transform:translateY(-1px)}.cvsp-menu{display:none;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 13px}.cvsp-slider{position:relative;overflow:hidden;background:var(--dark);color:#fff;min-height:620px}.cvsp-slider-track{position:relative;min-height:620px}.cvsp-slide{position:absolute;inset:0;opacity:0;visibility:hidden;transition:opacity .85s ease,visibility .85s ease;overflow:hidden}.cvsp-slide.is-active{position:relative;opacity:1;visibility:visible;z-index:1}.cvsp-slide-bg{position:absolute;inset:0;background:linear-gradient(115deg,#060b1d,#111827 55%,#0a1eff 130%);background-size:cover;background-position:center;transform:scale(1.03);transition:transform 7.5s ease;z-index:0}.cvsp-slide.is-active .cvsp-slide-bg{transform:scale(1.14)}.cvsp-slide-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(2,6,23,.78),rgba(2,6,23,.58) 48%,rgba(10,30,255,.16));z-index:1}.cvsp-slide-content{position:relative;z-index:2;display:grid;grid-template-columns:1fr;align-items:center;min-height:620px}.cvsp-slide-text{max-width:760px}.cvsp-slide-text span,.cvsp-kicker{text-transform:uppercase;letter-spacing:.14em;font-size:12px;font-weight:950;color:#ffccd0}.cvsp-slide-text h1,.cvsp-internal h1{font-size:clamp(38px,6vw,72px);line-height:.94;margin:14px 0 20px;letter-spacing:-.045em}.cvsp-slide-text p,.cvsp-internal p{font-size:20px;line-height:1.55;color:#f1f5f9;max-width:720px}.cvsp-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:28px}.cvsp-prev,.cvsp-next{position:absolute;top:50%;transform:translateY(-50%);z-index:5;width:48px;height:48px;border:0;border-radius:50%;background:rgba(255,255,255,.94);font-size:36px;line-height:1;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.15)}.cvsp-prev{left:22px}.cvsp-next{right:22px}.cvsp-dots{position:absolute;left:0;right:0;bottom:24px;z-index:5;display:flex;justify-content:center;gap:10px}.cvsp-dots button{width:12px;height:12px;border-radius:999px;border:2px solid #fff;background:transparent;padding:0;cursor:pointer}.cvsp-dots .is-active{background:#fff;width:36px}.cvsp-progress{position:absolute;left:0;right:0;bottom:0;height:4px;background:rgba(255,255,255,.18);z-index:6}.cvsp-progress span{display:block;width:0;height:100%;background:var(--red)}.cvsp-slider.is-playing .cvsp-progress span{animation:cvspProgress var(--slider-speed,5.5s) linear forwards}.cvsp-after-slider{position:relative;z-index:8;background:#fff;border-bottom:1px solid var(--line)}.cvsp-after-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:20px;align-items:center;padding:24px 0}.cvsp-quick-actions{display:flex;flex-wrap:wrap;gap:12px}.cvsp-pill{display:inline-flex;align-items:center;justify-content:center;border:1px solid var(--line);background:#fff;border-radius:999px;padding:12px 16px;font-weight:900;box-shadow:0 10px 30px rgba(2,6,23,.06)}.cvsp-pill:hover{border-color:rgba(10,30,255,.35);transform:translateY(-1px)}.cvsp-search-card{background:#fff;color:var(--text);border-radius:var(--radius);padding:24px;box-shadow:var(--shadow);border:1px solid var(--line)}.cvsp-search-card-inline{box-shadow:0 16px 45px rgba(2,6,23,.08)}.cvsp-search-card strong{display:block;font-size:22px;margin-bottom:14px}.cvsp-search-card small{display:block;color:var(--muted);margin-top:12px}.woocommerce-product-search,.search-form{display:flex;gap:8px}.woocommerce-product-search input,.search-form input,.cvsp-content input,.cvsp-content textarea{width:100%;border:1px solid var(--line);border-radius:14px;padding:14px;min-height:48px}.woocommerce-product-search button,.search-form button{border:0;background:var(--blue);color:#fff;border-radius:14px;padding:0 18px;font-weight:900;min-height:48px}.cvsp-benefits{background:#fff;border-bottom:1px solid var(--line)}.cvsp-benefits .cvsp-container{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;padding:18px 0}.cvsp-benefits div,.cvsp-panel{border:1px solid var(--line);border-radius:var(--radius);padding:22px;background:#fff;box-shadow:var(--shadow)}.cvsp-benefits strong{display:block}.cvsp-benefits span{font-size:14px;color:var(--muted)}.cvsp-section{padding:68px 0}.cvsp-gray{background:var(--soft)}.cvsp-title{display:flex;justify-content:space-between;gap:24px;align-items:end;margin-bottom:28px}.cvsp-title h2{font-size:38px;letter-spacing:-.035em;margin:0}.cvsp-title p{color:var(--muted);max-width:570px}.cvsp-cats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.cvsp-cats a,.cvsp-cats div{position:relative;overflow:hidden;border:1px solid var(--line);border-radius:var(--radius);padding:24px;background:#fff;box-shadow:var(--shadow);transition:.2s}.cvsp-cats a:after{content:"";position:absolute;right:-38px;bottom:-50px;width:130px;height:130px;border-radius:50%;background:rgba(10,30,255,.08)}.cvsp-cats strong{display:block;font-size:20px}.cvsp-cats span{display:block;margin-top:10px;color:var(--red);font-weight:900}.cvsp-cats a:hover{transform:translateY(-3px);border-color:rgba(10,30,255,.35)}.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px;padding:0!important;margin:0!important}.woocommerce ul.products li.product{width:auto!important;margin:0!important;display:flex!important;flex-direction:column!important;min-height:440px!important;list-style:none;border:1px solid var(--line);border-radius:20px;padding:14px!important;background:#fff;box-shadow:var(--shadow);overflow:hidden;transition:.2s}.woocommerce ul.products li.product:hover{transform:translateY(-3px)}.woocommerce ul.products li.product a.woocommerce-LoopProduct-link{display:flex!important;flex-direction:column!important;flex:1}.woocommerce ul.products li.product img{width:100%!important;height:250px!important;object-fit:contain!important;background:#f8fafc;border-radius:16px;margin:0 0 16px!important}.woocommerce-loop-product__title{font-size:16px!important;min-height:64px;color:var(--red);font-weight:950!important;line-height:1.35}.woocommerce .price{color:#111!important;font-weight:950!important;font-size:18px!important}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.single_add_to_cart_button{background:var(--red)!important;color:#fff!important;border-radius:14px!important;font-weight:950!important;padding:13px 16px!important;width:auto}.woocommerce ul.products li.product .button{width:100%!important;margin-top:auto!important;text-align:center}.cvsp-shopbar{display:flex;align-items:center;justify-content:space-between;gap:15px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:15px 18px;margin-bottom:24px}.cvsp-shopbar span{color:var(--muted)}.cvsp-shopbar a{color:var(--red);font-weight:950}.cvsp-product-wa{margin-top:12px}.cvsp-tech{margin-top:18px;background:#f8fafc;border:1px solid var(--line);border-radius:16px;padding:18px}.cvsp-split{display:grid;grid-template-columns:1.2fr .8fr;gap:24px;align-items:center}.cvsp-split h2{font-size:42px;line-height:1;margin:10px 0 14px}.cvsp-split p{font-size:18px;color:var(--muted);line-height:1.55}.cvsp-internal{background:linear-gradient(115deg,#020617,#111827 60%,#0a1eff 140%);color:#fff;padding:70px 0}.cvsp-content{max-width:930px}.cvsp-footer{background:#050505;color:#fff;padding-top:46px}.cvsp-foot{display:grid;grid-template-columns:2fr 1fr 1.2fr;gap:30px}.cvsp-foot img{background:#fff;border-radius:14px;padding:10px;width:230px}.cvsp-foot p{color:#d1d5db}.cvsp-copy{text-align:center;border-top:1px solid rgba(255,255,255,.13);margin-top:28px;padding:18px;color:#cbd5e1}.cvsp-float{position:fixed;right:18px;bottom:18px;background:#16a34a;color:#fff;font-weight:950;padding:14px 18px;border-radius:999px;box-shadow:0 18px 45px rgba(0,0,0,.22);z-index:120}@keyframes cvspProgress{from{width:0}to{width:100%}}
@media(max-width:1100px){.cvsp-slide-text h1{font-size:54px}.woocommerce ul.products,.cvsp-cats{grid-template-columns:repeat(3,minmax(0,1fr))}.cvsp-after-grid{grid-template-columns:1fr}}
@media(max-width:950px){.cvsp-top .cvsp-container,.cvsp-head-actions{display:none}.cvsp-menu{display:block;margin-left:auto}.cvsp-nav{display:none;position:absolute;left:0;right:0;top:88px;background:#fff;border-bottom:1px solid var(--line);padding:22px}.cvsp-nav.is-open{display:block}.cvsp-nav ul{flex-direction:column}.cvsp-slide-content,.cvsp-split,.cvsp-foot{grid-template-columns:1fr}.cvsp-cats,.woocommerce ul.products,.cvsp-benefits .cvsp-container{grid-template-columns:repeat(2,minmax(0,1fr))}.cvsp-title{display:block}.cvsp-slider,.cvsp-slider-track,.cvsp-slide-content{min-height:520px}.cvsp-slide-text{max-width:640px;padding-right:30px}.cvsp-slide-text h1{font-size:46px}.cvsp-prev,.cvsp-next{width:42px;height:42px;font-size:30px}.cvsp-prev{left:12px}.cvsp-next{right:12px}.cvsp-section{padding:52px 0}.cvsp-title h2,.cvsp-split h2{font-size:34px}.cvsp-shopbar{display:block}.cvsp-shopbar>*+*{margin-top:10px}}
@media(max-width:640px){.cvsp-head{min-height:76px}.cvsp-logo img{width:185px}.cvsp-nav{top:76px}.cvsp-slider,.cvsp-slider-track,.cvsp-slide-content{min-height:430px}.cvsp-slide-content{padding-top:28px;padding-bottom:42px}.cvsp-slide-text{padding:0 24px 0 0}.cvsp-slide-text h1{font-size:34px;line-height:1.02;letter-spacing:-.03em}.cvsp-slide-text p{font-size:16px}.cvsp-actions .cvsp-btn{width:100%}.cvsp-prev,.cvsp-next{display:none}.cvsp-dots{bottom:16px}.cvsp-after-grid{padding:18px 0}.cvsp-quick-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px}.cvsp-pill{padding:11px 10px;font-size:13px;text-align:center}.cvsp-search-card{padding:18px}.woocommerce-product-search,.search-form{flex-direction:column}.woocommerce-product-search button,.search-form button{padding:14px}.cvsp-cats,.woocommerce ul.products,.cvsp-benefits .cvsp-container{grid-template-columns:1fr}.woocommerce ul.products li.product{min-height:auto!important}.woocommerce ul.products li.product img{height:220px!important}.cvsp-title h2,.cvsp-split h2{font-size:30px}.cvsp-foot{gap:18px}.cvsp-float{right:12px;bottom:12px;padding:12px 15px}}
@media(max-width:390px){.cvsp-logo img{width:160px}.cvsp-slide-text h1{font-size:30px}.cvsp-quick-actions{grid-template-columns:1fr}.cvsp-container{width:min(100% - 24px,1220px)}}


/* === Centrivac product page premium formatting v1.2 === */
.cvsp-product-hero{background:linear-gradient(115deg,#020617,#101827 58%,rgba(10,30,255,.88));color:#fff;padding:46px 0;border-bottom:1px solid rgba(255,255,255,.08)}
.cvsp-product-hero h1{font-size:clamp(30px,4vw,50px);line-height:1;margin:10px 0 12px;letter-spacing:-.035em;max-width:900px}.cvsp-product-hero p{font-size:18px;color:#e5e7eb;max-width:760px;line-height:1.55}.cvsp-product-section{padding-top:44px}.cvsp-single-product{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);gap:34px;align-items:start}.cvsp-product-gallery,.cvsp-product-summary,.cvsp-product-description,.cvsp-product-checklist{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.cvsp-product-gallery{position:relative;padding:24px}.cvsp-product-gallery .onsale{position:absolute;left:18px;top:18px;z-index:3;background:var(--red);color:#fff;border-radius:999px;padding:8px 13px;font-weight:950}.cvsp-product-gallery .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important}.cvsp-product-gallery .woocommerce-product-gallery__wrapper{margin:0}.cvsp-product-gallery .woocommerce-product-gallery__image{background:#f8fafc;border-radius:18px;display:flex!important;align-items:center;justify-content:center;min-height:420px;overflow:hidden}.cvsp-product-gallery .woocommerce-product-gallery__image img{max-height:420px;width:100%;object-fit:contain}.cvsp-product-gallery .flex-control-thumbs{display:grid;grid-template-columns:repeat(5,1fr);gap:10px;margin:14px 0 0!important;padding:0!important;list-style:none}.cvsp-product-gallery .flex-control-thumbs li{width:auto!important;float:none!important}.cvsp-product-gallery .flex-control-thumbs img{height:82px;object-fit:contain;background:#f8fafc;border:1px solid var(--line);border-radius:12px;padding:6px;opacity:1!important}.cvsp-product-summary{padding:30px}.cvsp-product-badge{display:inline-flex;background:rgba(10,30,255,.08);border:1px solid rgba(10,30,255,.16);color:var(--blue2);border-radius:999px;padding:8px 12px;font-weight:950;font-size:12px;text-transform:uppercase;letter-spacing:.08em;margin-bottom:14px}.cvsp-product-summary .product_title{font-size:clamp(28px,4vw,46px);line-height:1.04;letter-spacing:-.04em;color:#08111f;margin:0 0 14px}.cvsp-product-price-row{display:flex;align-items:center;justify-content:space-between;gap:18px;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:16px 0;margin:18px 0}.cvsp-product-summary .price{font-size:32px!important;color:var(--red)!important;font-weight:950!important;margin:0}.cvsp-product-summary .woocommerce-product-rating{margin:0}.cvsp-product-short{font-size:17px;line-height:1.65;color:#475569}.cvsp-product-buybox{margin:24px 0;padding:20px;background:#f8fafc;border:1px solid var(--line);border-radius:18px}.cvsp-product-buybox form.cart{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:0}.cvsp-product-buybox .quantity input.qty{width:90px!important;min-height:52px;border:1px solid var(--line);border-radius:14px;padding:8px 12px;font-weight:900;font-size:16px}.cvsp-product-buybox .single_add_to_cart_button{min-height:52px;padding:15px 26px!important}.cvsp-product-support{background:linear-gradient(115deg,#fff,#f8fafc);border:1px solid var(--line);border-radius:18px;padding:20px;margin:18px 0}.cvsp-product-support strong{display:block;font-size:18px;color:#08111f;margin-bottom:6px}.cvsp-product-support p{color:#64748b;margin:0 0 14px;line-height:1.5}.cvsp-product-trust{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:18px}.cvsp-product-trust div{background:#fff;border:1px solid var(--line);border-radius:16px;padding:14px}.cvsp-product-trust strong{display:block;color:#08111f;font-size:14px}.cvsp-product-trust span{display:block;color:#667085;font-size:12px;margin-top:5px;line-height:1.35}.cvsp-product-summary .product_meta{display:flex;flex-wrap:wrap;gap:10px;margin-top:20px;color:#64748b;font-size:13px}.cvsp-product-summary .product_meta>span{border:1px solid var(--line);border-radius:999px;padding:8px 11px;background:#fff}.cvsp-product-details{display:grid;grid-template-columns:1fr 340px;gap:24px;margin-top:30px}.cvsp-product-description{padding:28px}.cvsp-product-description h2,.cvsp-product-checklist h3{margin:0 0 14px;font-size:28px;letter-spacing:-.03em;color:#08111f}.cvsp-product-content{font-size:17px;line-height:1.72;color:#334155}.cvsp-product-content p:first-child{margin-top:0}.cvsp-product-checklist{padding:24px;background:#f8fafc}.cvsp-product-checklist ul{margin:0;padding-left:20px;color:#334155;line-height:1.8}.cvsp-product-section .related.products{margin-top:46px}.cvsp-product-section .related.products>h2{font-size:34px;letter-spacing:-.03em;color:#08111f}.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none!important;width:auto!important}.woocommerce div.product form.cart div.quantity{float:none!important;margin:0!important}.woocommerce div.product form.cart .button{float:none!important}.woocommerce-message,.woocommerce-info,.woocommerce-error{border:1px solid var(--line);border-radius:16px;padding:14px 18px!important;background:#f8fafc;color:#08111f;margin-bottom:20px}.woocommerce-message .button,.woocommerce-info .button{float:right;background:var(--blue)!important;color:#fff!important;border-radius:12px!important;padding:10px 14px!important}
@media(max-width:950px){.cvsp-single-product,.cvsp-product-details{grid-template-columns:1fr}.cvsp-product-trust{grid-template-columns:1fr 1fr}.cvsp-product-gallery .woocommerce-product-gallery__image{min-height:340px}.cvsp-product-gallery .woocommerce-product-gallery__image img{max-height:340px}.cvsp-product-checklist{order:-1}}
@media(max-width:640px){.cvsp-product-hero{padding:34px 0}.cvsp-product-hero p{font-size:16px}.cvsp-product-section{padding-top:26px}.cvsp-product-gallery,.cvsp-product-summary,.cvsp-product-description,.cvsp-product-checklist{border-radius:18px}.cvsp-product-gallery,.cvsp-product-summary,.cvsp-product-description,.cvsp-product-checklist{padding:18px}.cvsp-product-gallery .woocommerce-product-gallery__image{min-height:260px}.cvsp-product-gallery .woocommerce-product-gallery__image img{max-height:260px}.cvsp-product-gallery .flex-control-thumbs{grid-template-columns:repeat(4,1fr)}.cvsp-product-gallery .flex-control-thumbs img{height:64px}.cvsp-product-price-row{display:block}.cvsp-product-summary .price{font-size:26px!important}.cvsp-product-buybox form.cart{display:block}.cvsp-product-buybox .quantity input.qty{width:100%!important;margin-bottom:10px}.cvsp-product-buybox .single_add_to_cart_button{width:100%;display:block;text-align:center}.cvsp-product-trust{grid-template-columns:1fr}.cvsp-product-description h2,.cvsp-product-checklist h3{font-size:24px}.cvsp-product-content{font-size:16px}}
/* === End product page premium formatting === */

/* === Centrivac technical sales CTA v1.3 === */
.cvsp-btn-blue{background:var(--blue);color:#fff}.cvsp-btn-blue:hover{filter:brightness(.93);transform:translateY(-1px)}
.cvsp-btn-outline{background:#fff;color:#08111f;border-color:var(--line);box-shadow:0 10px 25px rgba(2,6,23,.05)}.cvsp-btn-outline:hover{border-color:rgba(10,30,255,.28);color:var(--blue);transform:translateY(-1px)}
.cvsp-product-extra-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.cvsp-product-extra-actions .cvsp-btn{min-height:48px}
.cvsp-product-buybox-quote{background:linear-gradient(135deg,#fff,#f8fafc)!important}.cvsp-quote-box{padding:2px}.cvsp-quote-label{display:inline-flex;border-radius:999px;background:rgba(227,6,19,.09);color:var(--red);font-size:12px;font-weight:950;text-transform:uppercase;letter-spacing:.07em;padding:8px 12px;margin-bottom:10px}.cvsp-quote-box h3{font-size:25px;letter-spacing:-.03em;line-height:1.1;margin:0 0 8px;color:#08111f}.cvsp-quote-box p{margin:0;color:#475569;line-height:1.55}.cvsp-quote-actions{margin-top:16px;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.cvsp-quote-actions .cvsp-product-extra-actions{margin-top:0}.cvsp-product-wa .cvsp-product-extra-actions{margin-top:12px}.cvsp-product-wa .cvsp-btn{font-size:14px;padding:12px 16px}
@media(max-width:640px){.cvsp-product-extra-actions,.cvsp-quote-actions{display:grid;grid-template-columns:1fr;width:100%}.cvsp-product-extra-actions .cvsp-btn,.cvsp-quote-actions .cvsp-btn{width:100%}.cvsp-quote-box h3{font-size:22px}}
/* === End Centrivac technical sales CTA === */

/* === Centrivac v1.5 WooCommerce safe layout patch === */
.cvsp-slide-shade{background:linear-gradient(90deg,rgba(2,6,23,.66),rgba(2,6,23,.42) 48%,rgba(10,30,255,.08))!important}
.cvsp-slider{min-height:560px}.cvsp-slider-track,.cvsp-slide-content{min-height:560px}
.woocommerce div.product{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow);padding:26px;margin-bottom:32px}
.woocommerce div.product .product_title{font-size:clamp(28px,4vw,46px);line-height:1.06;letter-spacing:-.04em;color:#08111f;margin-bottom:14px}
.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:30px!important;color:var(--red)!important;font-weight:950!important}
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper{background:#f8fafc;border-radius:18px;border:1px solid var(--line);overflow:hidden}
.woocommerce div.product div.images img{object-fit:contain;background:#f8fafc}
.woocommerce div.product div.summary{padding:6px 0 0}
.cvsp-product-buybox{clear:both}.cvsp-product-buybox form.cart{margin-bottom:0!important}
.cvsp-loop-quote{background:var(--blue)!important;color:#fff!important}
.woocommerce ul.products li.product .cvsp-product-extra-actions{display:grid;grid-template-columns:1fr;gap:8px;margin-top:10px;width:100%}
.woocommerce ul.products li.product .cvsp-product-extra-actions .cvsp-btn{width:100%;font-size:13px;padding:11px 12px;border-radius:13px}
.woocommerce-cart .cvsp-content,.woocommerce-checkout .cvsp-content,.woocommerce-account .cvsp-content{max-width:1220px}
.woocommerce-cart table.cart,.woocommerce-checkout-review-order table,.woocommerce table.shop_table{background:#fff;border:1px solid var(--line)!important;border-radius:18px!important;overflow:hidden;box-shadow:var(--shadow)}
.woocommerce-cart .cart_totals,.woocommerce-checkout #order_review,.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-shipping-fields,.woocommerce-checkout .woocommerce-additional-fields{background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:var(--shadow)}
.woocommerce input.input-text,.woocommerce textarea,.woocommerce select{border:1px solid var(--line);border-radius:12px;padding:12px;min-height:46px}
@media(max-width:950px){.cvsp-slider,.cvsp-slider-track,.cvsp-slide-content{min-height:500px}.woocommerce div.product{padding:18px}.woocommerce div.product div.images,.woocommerce div.product div.summary{float:none!important;width:100%!important}.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:640px){.cvsp-slider,.cvsp-slider-track,.cvsp-slide-content{min-height:390px}.woocommerce ul.products{grid-template-columns:1fr!important}.woocommerce div.product{border-radius:18px;padding:14px}.woocommerce div.product p.price,.woocommerce div.product span.price{font-size:24px!important}.woocommerce-cart table.cart td.actions .coupon .input-text{width:100%!important;margin-bottom:8px}.woocommerce table.shop_table_responsive tr td::before{font-weight:950;color:#08111f}}
/* === End Centrivac v1.5 patch === */
