:root{--cscc-navy:#061733;--cscc-navy2:#0a2348;--cscc-pink:#f50955;--cscc-pink2:#ff2f7a;--cscc-text:#07152f;--cscc-muted:#647085;--cscc-line:#e7ebf3;--cscc-bg:#f7f9fc;--cscc-white:#fff;--cscc-radius:18px;--cscc-shadow:0 18px 45px rgba(6,23,51,.08)}*{box-sizing:border-box}body{margin:0;font-family:"Source Sans 3",Arial,sans-serif;color:var(--cscc-text);background:#fff}a{color:inherit;text-decoration:none}.cscc-container{max-width:1480px;margin:auto;padding:42px}.screen-reader-text{position:absolute;left:-9999px}.cscc-topbar{height:36px;background:var(--cscc-navy);color:#fff;display:flex;align-items:center;justify-content:space-between;padding:0 42px;font-size:14px}.cscc-topbar-right{display:flex;gap:18px;align-items:center}.cscc-socials{display:inline-flex;gap:10px;align-items:center}.cscc-socials a{font-weight:700;color:#fff;opacity:.95}.cscc-mainbar{height:82px;background:#fff;display:flex;align-items:center;gap:34px;padding:0 42px;border-bottom:1px solid var(--cscc-line);position:sticky;top:0;z-index:50}.cscc-logo{display:flex;align-items:center;gap:12px;min-width:260px}.cscc-logo-mark{width:52px;height:52px;border:9px solid var(--cscc-navy);border-right-color:var(--cscc-pink);display:grid;place-items:center;clip-path:polygon(50% 0,100% 25%,100% 75%,50% 100%,0 75%,0 25%);font-size:0}.cscc-logo-text strong{display:block;font-family:"Exo 2";font-size:32px;letter-spacing:4px;line-height:1}.cscc-logo-text small{font-family:"Exo 2";font-weight:700;letter-spacing:2px}.cscc-primary-nav{flex:1}.cscc-menu{display:flex;align-items:center;justify-content:center;gap:28px;list-style:none;margin:0;padding:0;font-weight:700}.cscc-menu a{padding:31px 0;display:block;white-space:nowrap}.cscc-menu li:first-child a{color:var(--cscc-pink);border-bottom:3px solid var(--cscc-pink)}.cscc-header-icons{display:flex;gap:20px;font-size:24px;align-items:center}.cscc-cart-icon{position:relative}.cscc-cart-icon span{position:absolute;top:-13px;right:-12px;background:var(--cscc-pink);color:#fff;border-radius:999px;font-size:12px;min-width:20px;height:20px;display:grid;place-items:center}.cscc-hero{min-height:260px;background:radial-gradient(circle at 70% 30%,rgba(0,102,255,.45),transparent 20%),linear-gradient(110deg,#061733 0%,#071b3a 50%,#041126 100%);color:#fff;display:grid;grid-template-columns:1fr 360px;gap:40px;align-items:center;padding:46px 84px;position:relative;overflow:hidden}.cscc-hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.04)),repeating-linear-gradient(115deg,rgba(255,255,255,.05) 0 1px,transparent 1px 80px);opacity:.7}.cscc-hero>*{position:relative;z-index:1}.cscc-hero h1{font-family:"Exo 2";font-size:48px;line-height:1.1;margin:0 0 16px}.cscc-hero p{max-width:650px;font-size:18px;line-height:1.55}.cscc-hero-actions{display:flex;gap:18px;margin-top:22px}.cscc-btn{border-radius:8px;padding:15px 28px;font-weight:800;display:inline-flex;align-items:center;gap:10px}.cscc-btn-primary{background:var(--cscc-pink);color:#fff}.cscc-btn-outline{border:1px solid rgba(255,255,255,.55);color:#fff}.cscc-ai-services-card{border:1px solid rgba(255,255,255,.28);background:rgba(4,17,38,.72);border-radius:14px;padding:25px;box-shadow:var(--cscc-shadow)}.cscc-ai-services-card h2{margin:0;font-family:"Exo 2"}.cscc-ai-icon{float:left;margin-right:14px;border:1px solid var(--cscc-pink);color:var(--cscc-pink);border-radius:10px;padding:10px;font-weight:900}.cscc-ai-services-card li{margin:10px 0}.cscc-ai-services-card li::marker{color:var(--cscc-pink)}.cscc-shop-shell{display:grid;grid-template-columns:280px minmax(0,1fr);gap:22px;padding:18px 42px 0;background:#fff}.cscc-catalogue-wrap{position:relative}.cscc-catalogue{position:sticky;top:96px;background:#fff;border:1px solid var(--cscc-line);border-radius:0 0 var(--cscc-radius) var(--cscc-radius);box-shadow:var(--cscc-shadow);overflow:hidden}.cscc-catalogue-head{background:linear-gradient(135deg,var(--cscc-pink),var(--cscc-pink2));color:#fff;padding:18px 22px;display:grid;grid-template-columns:40px 1fr;align-items:center}.cscc-catalogue-head span{font-size:28px}.cscc-catalogue-head strong{font-size:20px}.cscc-catalogue-head small{grid-column:2}.cscc-catalogue ul{list-style:none;margin:0;padding:0}.cscc-catalogue li a{display:grid;grid-template-columns:32px 1fr auto 12px;gap:10px;align-items:center;padding:13px 16px;border-bottom:1px solid var(--cscc-line);font-weight:700;font-size:14px}.cscc-catalogue li a:hover{background:#fff6fa}.cscc-cat-icon{font-size:19px}.cscc-catalogue small{color:var(--cscc-muted)}.cscc-catalogue-help{margin:12px;display:grid;grid-template-columns:30px 1fr;background:#f8fafc;border-radius:12px;padding:12px;font-size:13px}.cscc-catalogue-help small{grid-column:2;color:var(--cscc-muted)}.cscc-product-area{min-width:0}.cscc-shop-controls{display:grid;grid-template-columns:280px minmax(360px,1fr) 190px;gap:18px;align-items:center;margin-bottom:10px}.cscc-result-pill{background:#fff;border:1px solid var(--cscc-line);border-radius:10px;padding:15px 20px;color:var(--cscc-pink);font-weight:800;box-shadow:0 8px 22px rgba(6,23,51,.04)}.cscc-ai-search{position:relative;height:52px;border:2px solid #162b4e;border-radius:10px;background:#fff;display:flex;align-items:center;padding:0 12px;box-shadow:0 10px 28px rgba(6,23,51,.05)}.cscc-search-ai-icon{color:var(--cscc-pink);font-size:20px;margin-right:10px}.cscc-ai-search input{border:0;outline:0;flex:1;font:inherit}.cscc-ai-search button{border:0;background:transparent;font-size:20px;cursor:pointer}.cscc-ai-search-results{display:none;position:absolute;top:60px;left:0;right:0;background:#fff;border:1px solid var(--cscc-line);border-radius:12px;box-shadow:var(--cscc-shadow);z-index:30;padding:12px}.cscc-ai-search-results.active{display:block}.cscc-ai-result{display:flex;gap:12px;padding:9px;border-radius:10px}.cscc-ai-result:hover{background:#f8fafc}.cscc-ai-result img{width:48px;height:48px;object-fit:cover}.cscc-ai-result small{display:block;color:var(--cscc-pink)}.cscc-sort select,.woocommerce-ordering select{width:100%;height:52px;border:1px solid var(--cscc-line);border-radius:10px;padding:0 16px;font-weight:800;background:#fff}.cscc-suggestion-row{display:flex;align-items:center;gap:10px;margin:0 0 12px}.cscc-suggestion-row a{border:1px solid var(--cscc-line);border-radius:999px;padding:8px 18px;font-size:13px;font-weight:700;background:#fff}.cscc-suggestion-row a:first-child{color:var(--cscc-pink);border-color:#ffd1df}.cscc-suggestion-row span{margin-left:auto;color:var(--cscc-muted);font-size:12px}.cscc-products-grid{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.cscc-product-card{position:relative;background:#fff;border:1px solid var(--cscc-line);border-radius:16px;padding:18px 18px 14px;min-height:270px;box-shadow:0 10px 28px rgba(6,23,51,.04);transition:.2s}.cscc-product-card:hover{transform:translateY(-3px);box-shadow:var(--cscc-shadow)}.cscc-product-card img{width:100%;height:125px;object-fit:contain;margin:10px 0 16px}.cscc-sale-badge{position:absolute;top:14px;left:14px;background:#078a43;color:#fff;border-radius:5px;padding:4px 10px;font-size:12px;font-weight:900;z-index:2}.cscc-card-heart{position:absolute;top:15px;right:15px}.cscc-heart{width:38px;height:38px;border:1px solid var(--cscc-line);border-radius:10px;background:#fff;font-size:22px;color:var(--cscc-navy);cursor:pointer}.cscc-product-title{font-family:"Exo 2";font-size:17px;line-height:1.25;min-height:48px;margin:0 0 10px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.cscc-card-price{font-weight:800;margin-bottom:12px}.cscc-card-price del{color:#6b7280;margin-right:15px}.cscc-card-price ins,.cscc-card-price .amount{color:var(--cscc-pink);text-decoration:none}.cscc-add-cart,.button.cscc-add-cart{width:100%;background:var(--cscc-navy)!important;color:#fff!important;border:0!important;border-radius:7px!important;padding:12px!important;text-align:center!important;font-weight:800!important}.cscc-demo-img{height:125px;display:grid;place-items:center;font-size:64px}.cscc-chatbot-panel{background:#fff;border:1px solid var(--cscc-line);border-radius:16px;padding:24px;box-shadow:var(--cscc-shadow);position:sticky;top:96px}.cscc-chatbot-panel h2{font-family:"Exo 2";margin:0}.cscc-chatbot-spark{font-size:26px;color:var(--cscc-pink)}.cscc-chat-sub{color:var(--cscc-muted);font-weight:700}.cscc-chatbot-panel li{margin:12px 0}.cscc-chatbot-panel li::marker{color:var(--cscc-pink)}.cscc-chat-start{width:100%;background:var(--cscc-pink);color:#fff;border:0;border-radius:8px;padding:14px;font-weight:900;cursor:pointer}.cscc-trust-strip{display:grid;grid-template-columns:repeat(5,1fr);border-top:1px solid var(--cscc-line);border-bottom:1px solid var(--cscc-line);margin:14px -42px 0 0;background:#fff}.cscc-trust-strip div{display:grid;grid-template-columns:42px 1fr;padding:16px 24px;border-right:1px solid var(--cscc-line);align-items:center}.cscc-trust-strip span{font-size:27px;color:var(--cscc-pink)}.cscc-trust-strip strong{font-weight:900}.cscc-trust-strip small{grid-column:2;color:var(--cscc-muted)}.cscc-footer{background:var(--cscc-navy);color:#fff}.cscc-footer-main{display:grid;grid-template-columns:2fr repeat(7,1fr);gap:24px;padding:32px 42px}.cscc-footer .cscc-logo-text strong,.cscc-footer .cscc-logo-text small{color:#fff}.cscc-footer-brand p,.cscc-footer a{color:#dbe4f4}.cscc-footer-col{display:flex;flex-direction:column;gap:6px}.cscc-footer-col h3{font-size:15px;margin:0 0 5px;color:#fff}.cscc-footer-bottom{border-top:1px solid rgba(255,255,255,.16);display:flex;gap:34px;align-items:center;justify-content:space-between;padding:18px 42px;font-size:14px;color:#dbe4f4;flex-wrap:wrap}.cscc-footer-bottom strong{font-size:18px}.cscc-payments strong{color:var(--cscc-pink)}.cscc-credit strong{color:#91e5e7}@media(max-width:1200px){.cscc-shop-shell{grid-template-columns:260px 1fr}.cscc-products-grid{grid-template-columns:repeat(3,1fr)}.cscc-footer-main{grid-template-columns:repeat(4,1fr)}}@media(max-width:900px){.cscc-mainbar{height:auto;flex-wrap:wrap;padding:16px}.cscc-menu{overflow:auto;justify-content:flex-start}.cscc-topbar{height:auto;gap:10px;flex-direction:column;padding:10px}.cscc-hero{grid-template-columns:1fr;padding:32px 20px}.cscc-shop-shell{grid-template-columns:1fr;padding:16px}.cscc-catalogue,.cscc-chatbot-panel{position:static}.cscc-shop-controls{grid-template-columns:1fr}.cscc-products-grid{grid-template-columns:repeat(2,1fr)}.cscc-trust-strip{grid-template-columns:1fr;margin:16px 0}.cscc-footer-main{grid-template-columns:1fr 1fr}.cscc-logo{min-width:auto}}@media(max-width:560px){.cscc-products-grid{grid-template-columns:1fr}.cscc-footer-main{grid-template-columns:1fr}.cscc-hero h1{font-size:34px}}

.cscc-chatbot-wrap,.cscc-chatbot-panel{display:none!important;}

/* v1.0.3 audit fixes: logo, WooCommerce content pages, product/cart/checkout styling */
.cscc-site-header{position:relative;z-index:1000;background:#fff}.cscc-mainbar{min-height:78px;height:auto}.cscc-mainbar .custom-logo-link,.cscc-footer .custom-logo-link{display:flex!important;align-items:center;justify-content:flex-start;max-width:230px;min-width:180px;height:68px;overflow:hidden}.cscc-mainbar .custom-logo,.cscc-footer .custom-logo{display:block!important;width:auto!important;height:auto!important;max-width:220px!important;max-height:58px!important;object-fit:contain!important}.cscc-footer .custom-logo-link{height:52px;max-width:190px;min-width:150px}.cscc-footer .custom-logo{max-height:42px!important;max-width:180px!important}.cscc-logo{min-width:230px;max-width:250px}.cscc-logo-mark{width:42px;height:42px;border-width:7px}.cscc-logo-text strong{font-size:25px}.cscc-logo-text small{font-size:12px}

.cscc-page,.woocommerce-cart .cscc-page,.woocommerce-checkout .cscc-page,.woocommerce-account .cscc-page{max-width:1320px;margin:0 auto;padding:56px 32px}.cscc-page h1,.woocommerce-cart .entry-title,.woocommerce-checkout .entry-title,.woocommerce-account .entry-title{font-family:"Exo 2";font-size:38px;line-height:1.15;margin:0 0 28px;color:var(--cscc-text)}.cscc-page .entry-content{font-size:17px;line-height:1.65}.cscc-page .entry-content h2{font-family:"Exo 2";font-size:28px;margin-top:0;color:var(--cscc-text)}.cscc-page .entry-content p{max-width:860px}.cscc-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;margin-top:28px}.cscc-news-card{background:#fff;border:1px solid var(--cscc-line);border-radius:18px;padding:24px;box-shadow:var(--cscc-shadow)}.cscc-news-card h3{margin:0 0 10px;font-family:"Exo 2"}.cscc-read-more{color:var(--cscc-pink);font-weight:800}.cscc-inline-quote-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:920px;background:#fff;border:1px solid var(--cscc-line);border-radius:18px;padding:28px;box-shadow:var(--cscc-shadow)}.cscc-inline-quote-form div:nth-child(5){grid-column:1/-1}.cscc-inline-quote-form label{display:block;font-weight:800;margin-bottom:6px}.cscc-inline-quote-form input,.cscc-inline-quote-form textarea{width:100%;border:1px solid var(--cscc-line);border-radius:10px;padding:13px 14px;font:inherit}.cscc-inline-quote-form button{grid-column:1/-1;border:0;max-width:260px}

.woocommerce .woocommerce-notices-wrapper,.woocommerce .woocommerce-message,.woocommerce .woocommerce-info,.woocommerce .woocommerce-error{max-width:1320px;margin:18px auto;border-radius:12px;border-top-color:var(--cscc-pink);box-shadow:0 8px 22px rgba(6,23,51,.06)}.woocommerce .button,.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{background:var(--cscc-navy)!important;color:#fff!important;border-radius:9px!important;border:0!important;font-weight:800!important;padding:12px 18px!important}.woocommerce .button.alt,.woocommerce button.button.alt,.woocommerce a.button.alt{background:var(--cscc-pink)!important}.woocommerce input.input-text,.woocommerce textarea,.woocommerce select{border:1px solid var(--cscc-line)!important;border-radius:10px!important;padding:12px 14px!important;min-height:44px}.woocommerce table.shop_table{border:1px solid var(--cscc-line)!important;border-radius:18px!important;overflow:hidden;background:#fff;box-shadow:var(--cscc-shadow);border-collapse:separate!important}.woocommerce table.shop_table th{background:#f7f9fc;color:var(--cscc-text);font-weight:900;padding:16px!important}.woocommerce table.shop_table td{padding:16px!important;border-top:1px solid var(--cscc-line)!important}.woocommerce-cart-form,.cart-collaterals,.woocommerce-checkout .col2-set,.woocommerce-checkout-review-order,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation{background:#fff;border:1px solid var(--cscc-line);border-radius:18px;box-shadow:var(--cscc-shadow);padding:22px;margin-bottom:24px}.woocommerce-cart .cart-collaterals{display:grid;grid-template-columns:minmax(0,1fr);gap:22px}.woocommerce-cart .cart-collaterals .cart_totals{float:none;width:100%;max-width:520px;margin-left:auto}.woocommerce-cart table.cart img{width:110px!important;height:110px!important;object-fit:contain;border:1px solid var(--cscc-line);border-radius:14px;background:#fff}.woocommerce-cart table.cart td.product-name a{font-weight:800;color:var(--cscc-text)}.woocommerce-cart table.cart td.product-remove a{display:grid;place-items:center;width:28px;height:28px;background:#fff1f6;border-radius:999px;color:var(--cscc-pink)!important}.woocommerce-cart .coupon{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.woocommerce-cart .coupon .input-text{width:220px!important}.woocommerce-cart .actions{background:#f8fafc}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{font-size:18px!important;width:100%;text-align:center}.woocommerce ul.products{padding:0;margin:0}.woocommerce .cross-sells>h2,.woocommerce .cart_totals>h2,.woocommerce .up-sells>h2,.woocommerce .related>h2{font-family:"Exo 2";font-size:26px;margin:20px 0;color:var(--cscc-text)}

.single-product div.product{max-width:1320px;margin:44px auto;padding:0 32px;display:grid;grid-template-columns:minmax(320px,48%) minmax(320px,1fr);gap:42px;align-items:start}.single-product div.product .woocommerce-product-gallery{width:100%!important;background:#fff;border:1px solid var(--cscc-line);border-radius:20px;padding:24px;box-shadow:var(--cscc-shadow)}.single-product div.product .summary{width:100%!important;background:#fff;border:1px solid var(--cscc-line);border-radius:20px;padding:30px;box-shadow:var(--cscc-shadow)}.single-product div.product .product_title{font-family:"Exo 2";font-size:34px;line-height:1.18;margin:0 0 14px;color:var(--cscc-text)}.single-product div.product p.price,.single-product div.product span.price{font-size:28px;color:var(--cscc-pink);font-weight:900}.single-product div.product form.cart{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:22px 0}.single-product div.product form.cart .qty{width:88px!important}.cscc-single-cta{display:flex;gap:12px;flex-wrap:wrap;margin:16px 0}.cscc-quote-btn{background:var(--cscc-pink)!important}.cscc-wa-btn{background:#0d7d4d!important}.single-product .woocommerce-tabs,.single-product .related,.single-product .up-sells{max-width:1320px;margin:24px auto;padding:0 32px}.single-product .woocommerce-tabs{background:#fff;border:1px solid var(--cscc-line);border-radius:20px;box-shadow:var(--cscc-shadow);padding:24px 32px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;margin:0 0 20px!important}.woocommerce div.product .woocommerce-tabs ul.tabs li{border-radius:999px!important;border:1px solid var(--cscc-line)!important;background:#fff!important;margin-right:8px!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff3f8!important;border-color:#ffc9da!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-weight:800!important;color:var(--cscc-text)!important}

.woocommerce-checkout form.checkout{max-width:1320px;margin:0 auto;display:grid;grid-template-columns:1fr 420px;gap:28px}.woocommerce-checkout #order_review_heading{font-family:"Exo 2";font-size:26px}.woocommerce-account .woocommerce{display:grid;grid-template-columns:280px 1fr;gap:24px}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0}.woocommerce-account .woocommerce-MyAccount-navigation li a{display:block;padding:12px 14px;border-bottom:1px solid var(--cscc-line);font-weight:800}.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{color:var(--cscc-pink);background:#fff6fa;border-radius:8px}

.cscc-chatbot-wrap,.cscc-chatbot-panel{display:none!important}.cscc-shop-shell{grid-template-columns:280px minmax(0,1fr)!important}.cscc-product-area{width:100%}.cscc-ai-search input[type=search]{background:transparent!important;box-shadow:none!important}.cscc-ai-search-results p{margin:0;padding:10px}.cscc-ai-result strong{display:block;color:var(--cscc-text)}.cscc-ai-result small{font-weight:800}.cscc-footer a:hover,.cscc-menu a:hover{color:var(--cscc-pink)}

@media(max-width:1100px){.cscc-shop-controls{grid-template-columns:1fr}.single-product div.product,.woocommerce-checkout form.checkout,.woocommerce-account .woocommerce{grid-template-columns:1fr}.cscc-news-grid{grid-template-columns:1fr 1fr}.cscc-mainbar .custom-logo-link{max-width:180px}.cscc-mainbar .custom-logo{max-width:170px!important;max-height:50px!important}}
@media(max-width:720px){.woocommerce-cart table.shop_table_responsive tr,.woocommerce-page table.shop_table_responsive tr{display:block;border-bottom:1px solid var(--cscc-line)}.woocommerce-cart table.cart img{width:82px!important;height:82px!important}.cscc-inline-quote-form,.cscc-news-grid{grid-template-columns:1fr}.single-product div.product{padding:0 16px;margin:24px auto}.single-product .woocommerce-tabs,.single-product .related,.single-product .up-sells{padding:0 16px}.woocommerce-checkout form.checkout{display:block}.cscc-page{padding:34px 18px}.cscc-page h1{font-size:30px}}


/* v1.0.4 Professional WooCommerce hardening */
body{overflow-x:hidden}.cscc-mainbar{min-height:74px;height:74px;padding:0 36px}.cscc-logo,.custom-logo-link{display:flex!important;align-items:center;gap:10px;min-width:230px;max-width:260px;height:72px;overflow:hidden}.custom-logo-link img,.cscc-logo img,.site-logo img{display:block!important;max-height:58px!important;max-width:220px!important;width:auto!important;height:auto!important;object-fit:contain!important}.cscc-logo-mark{width:42px!important;height:42px!important;border-width:7px!important}.cscc-logo-text strong{font-size:26px!important;letter-spacing:3px}.cscc-logo-text small{font-size:12px!important;letter-spacing:1.4px}.cscc-menu{gap:22px;font-size:14px}.cscc-menu>li{position:relative}.cscc-menu>li>a{padding:27px 0}.cscc-menu-caret{font-size:12px;margin-left:4px}.cscc-submenu{position:absolute;top:100%;left:-18px;min-width:230px;background:#fff;border:1px solid var(--cscc-line);border-radius:14px;box-shadow:0 20px 45px rgba(6,23,51,.14);padding:10px;margin:0;list-style:none;opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s ease;z-index:9999}.cscc-menu-has-children:hover>.cscc-submenu,.cscc-menu-has-children:focus-within>.cscc-submenu{opacity:1;visibility:visible;transform:translateY(0)}.cscc-submenu li a{display:block;padding:11px 14px!important;border:0!important;color:var(--cscc-text)!important;border-radius:9px;white-space:nowrap}.cscc-submenu li a:hover{background:#fff3f8;color:var(--cscc-pink)!important}.cscc-header-icons{font-size:20px;gap:16px}.cscc-hero{min-height:240px;padding:40px 72px}.cscc-hero h1{font-size:44px}.cscc-shop-shell{padding:16px 42px 0}.cscc-product-card{min-height:250px;padding:16px}.cscc-product-card img{height:112px}.cscc-product-title{font-size:16px;min-height:42px}.cscc-chatbot-wrap,.cscc-chatbot-panel{display:none!important}#secondary,.widget-area,aside.sidebar,.sidebar{display:none!important}.cscc-standard-page{max-width:1180px;padding-top:48px;padding-bottom:56px}.cscc-standard-page article,.cscc-page-card{background:#fff;border:1px solid var(--cscc-line);border-radius:18px;box-shadow:var(--cscc-shadow);padding:34px}.cscc-standard-page h1{font-family:"Exo 2";font-size:38px;margin:0 0 18px}.cscc-standard-page h2{font-family:"Exo 2";font-size:26px}.cscc-standard-page p{font-size:17px;line-height:1.7;color:#24324a}.cscc-standard-page input[type="text"],.cscc-standard-page input[type="email"],.cscc-standard-page input[type="tel"],.cscc-standard-page textarea,.cscc-standard-page select,.woocommerce input.input-text,.woocommerce textarea,.woocommerce select{width:100%;border:1px solid var(--cscc-line);border-radius:10px;padding:13px 14px;font:inherit;background:#fff}.cscc-standard-page button,.cscc-standard-page input[type="submit"],.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--cscc-navy)!important;color:#fff!important;border:0!important;border-radius:9px!important;padding:13px 20px!important;font-weight:800!important;text-decoration:none!important;line-height:1.2!important}.woocommerce a.button.alt,.woocommerce button.button.alt,.woocommerce input.button.alt,.checkout-button{background:var(--cscc-pink)!important}.cscc-woocommerce-page,.woocommerce-cart .cscc-standard-page,.woocommerce-checkout .cscc-standard-page,.woocommerce-account .cscc-standard-page{max-width:1240px;margin:0 auto;padding:46px 24px 70px}.woocommerce-cart .entry-content,.woocommerce-checkout .entry-content,.woocommerce-account .entry-content{background:#fff;border:1px solid var(--cscc-line);border-radius:20px;box-shadow:var(--cscc-shadow);padding:28px}.woocommerce table.shop_table{width:100%;border:1px solid var(--cscc-line)!important;border-collapse:separate!important;border-spacing:0!important;border-radius:16px;overflow:hidden;background:#fff;margin:0 0 24px!important}.woocommerce table.shop_table th{background:#f7f9fc;color:var(--cscc-text);font-weight:900;padding:16px!important;text-align:left}.woocommerce table.shop_table td{border-top:1px solid var(--cscc-line)!important;padding:16px!important;vertical-align:middle}.woocommerce-cart-form .product-thumbnail img{width:88px!important;height:88px!important;object-fit:contain;background:#fff;border:1px solid var(--cscc-line);border-radius:12px;padding:8px}.woocommerce-cart-form .product-name a{font-weight:800;color:var(--cscc-text)}.woocommerce-cart-form .product-price,.woocommerce-cart-form .product-subtotal,.woocommerce-Price-amount{font-weight:900;color:var(--cscc-pink)}.woocommerce .quantity .qty{max-width:90px;text-align:center;border:1px solid var(--cscc-line);border-radius:8px;padding:8px}.woocommerce-cart-form .actions{background:#fbfcff}.woocommerce-cart-form .coupon{display:flex;gap:10px;align-items:center;float:left}.woocommerce-cart-form .coupon input{min-width:220px}.cart-collaterals{display:flex;justify-content:flex-end}.cart-collaterals .cart_totals{width:420px;max-width:100%;border:1px solid var(--cscc-line);border-radius:18px;padding:24px;background:#fff;box-shadow:var(--cscc-shadow)}.cart-collaterals .cart_totals h2{font-family:"Exo 2";margin-top:0}.wc-proceed-to-checkout .checkout-button{display:block;text-align:center;font-size:17px!important;padding:16px!important}.woocommerce-checkout .col2-set{display:grid;grid-template-columns:1fr 1fr;gap:28px}.woocommerce-checkout #order_review,.woocommerce-checkout #order_review_heading{max-width:100%}.woocommerce-checkout-review-order{background:#fff;border:1px solid var(--cscc-line);border-radius:18px;padding:22px;box-shadow:var(--cscc-shadow)}.woocommerce-form-coupon-toggle,.woocommerce-info,.woocommerce-message,.woocommerce-error{border-top-color:var(--cscc-pink)!important;background:#fff6fa!important;border-radius:12px;padding:16px 20px!important}.woocommerce-account .woocommerce-MyAccount-navigation ul{list-style:none;margin:0 0 24px;padding:0;display:flex;gap:10px;flex-wrap:wrap}.woocommerce-account .woocommerce-MyAccount-navigation a{display:block;padding:11px 16px;background:#f8fafc;border:1px solid var(--cscc-line);border-radius:999px;font-weight:800}.woocommerce-account .woocommerce-MyAccount-content{background:#fff;border:1px solid var(--cscc-line);border-radius:18px;padding:24px}.single-product .cscc-woocommerce-page{max-width:1480px}.single-product div.product{display:grid;grid-template-columns:minmax(360px,1fr) minmax(360px,520px);gap:46px;align-items:start;padding:42px}.single-product div.product:before,.single-product div.product:after{display:none!important}.single-product div.product div.images,.single-product div.product div.summary{float:none!important;width:auto!important;margin:0!important}.single-product div.product div.images{background:#fff;border:1px solid var(--cscc-line);border-radius:22px;box-shadow:var(--cscc-shadow);padding:28px;display:flex;align-items:center;justify-content:center}.single-product div.product div.images img{max-height:520px;width:100%;object-fit:contain}.single-product div.product .summary{background:#fff;border:1px solid var(--cscc-line);border-radius:22px;box-shadow:var(--cscc-shadow);padding:30px}.single-product .product_title{font-family:"Exo 2";font-size:34px;line-height:1.15;margin:0 0 12px}.single-product .summary .price{font-size:26px;font-weight:900;color:var(--cscc-pink);margin:12px 0 20px}.single-product .woocommerce-product-details__short-description{font-size:16px;line-height:1.7;color:#334155}.single-product form.cart{display:flex;gap:12px;align-items:center;margin:24px 0}.single-product form.cart .button{flex:1;background:var(--cscc-pink)!important}.cscc-single-cta{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:14px}.cscc-quote-btn{background:var(--cscc-navy)!important}.cscc-wa-btn{background:#128c7e!important}.woocommerce-tabs{max-width:1396px;margin:24px 42px!important;background:#fff;border:1px solid var(--cscc-line);border-radius:22px;box-shadow:var(--cscc-shadow);padding:24px!important}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;margin:0 0 20px!important;display:flex;gap:8px;flex-wrap:wrap}.woocommerce div.product .woocommerce-tabs ul.tabs:before{display:none!important}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid var(--cscc-line)!important;background:#f8fafc!important;border-radius:999px!important;margin:0!important;padding:0!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{padding:10px 16px!important;font-weight:900!important}.single-product .related.products,.single-product .upsells.products{max-width:1396px;margin:34px 42px!important}.single-product .related.products>h2,.single-product .upsells.products>h2{font-family:"Exo 2";font-size:28px;margin-bottom:18px}.single-product .related.products .cscc-products-grid,.single-product .upsells.products .cscc-products-grid,.single-product .related.products ul.products,.single-product .upsells.products ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(220px,1fr))!important;gap:18px!important;overflow:visible!important}.single-product .related.products .product,.single-product .upsells.products .product{width:auto!important;margin:0!important}.woocommerce-breadcrumb{max-width:1396px;margin:20px auto!important;padding:0 24px;color:var(--cscc-muted);font-size:14px}.woocommerce-result-count{display:none}.woocommerce-pagination ul{border:0!important;display:flex;gap:8px;justify-content:center;margin:24px 0!important}.woocommerce-pagination li{border:0!important}.woocommerce-pagination a,.woocommerce-pagination span{border:1px solid var(--cscc-line)!important;border-radius:10px!important;padding:10px 14px!important;background:#fff!important;font-weight:800!important}.woocommerce-pagination .current{background:var(--cscc-pink)!important;color:#fff!important}@media(max-width:1100px){.single-product div.product{grid-template-columns:1fr;padding:24px}.woocommerce-checkout .col2-set{grid-template-columns:1fr}.cscc-menu{gap:14px;font-size:13px}.cscc-mainbar{padding:0 18px}.cscc-logo,.custom-logo-link{min-width:180px;max-width:210px}.custom-logo-link img{max-width:180px!important}}@media(max-width:760px){.woocommerce-cart-form .coupon{float:none;display:grid;grid-template-columns:1fr}.cart-collaterals{display:block}.woocommerce table.shop_table_responsive tr td::before{font-weight:900;color:var(--cscc-text)}.single-product .related.products .cscc-products-grid,.single-product .upsells.products .cscc-products-grid{grid-template-columns:1fr!important}.cscc-single-cta{grid-template-columns:1fr}.woocommerce-tabs,.single-product .related.products,.single-product .upsells.products{margin-left:16px!important;margin-right:16px!important}.woocommerce-cart .entry-content,.woocommerce-checkout .entry-content,.woocommerce-account .entry-content{padding:16px}}


/* Page banners */
.cscc-page-banner{background:radial-gradient(circle at 72% 30%,rgba(0,102,255,.38),transparent 18%),linear-gradient(110deg,#061733 0%,#071b3a 52%,#041126 100%);color:#fff;position:relative;overflow:hidden}
.cscc-page-banner:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,transparent,rgba(255,255,255,.03)),repeating-linear-gradient(115deg,rgba(255,255,255,.05) 0 1px,transparent 1px 74px);opacity:.65}
.cscc-page-banner__inner{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) 320px;gap:28px;align-items:center;padding-top:34px;padding-bottom:34px}
.cscc-page-banner__crumbs,.cscc-page-banner__crumbs a,.cscc-page-banner .woocommerce-breadcrumb,.cscc-page-banner .woocommerce-breadcrumb a{color:#d5e3ff;font-size:14px;margin-bottom:10px}
.cscc-page-banner__crumbs span,.cscc-page-banner .woocommerce-breadcrumb span{margin:0 8px;color:#8eb2ff}
.cscc-page-banner h1{font-family:"Exo 2";font-size:42px;line-height:1.08;margin:0 0 12px}
.cscc-page-banner p{max-width:760px;margin:0 0 20px;font-size:17px;line-height:1.6;color:#edf4ff}
.cscc-page-banner__actions{display:flex;gap:14px;flex-wrap:wrap}
.cscc-page-banner__panel{border:1px solid rgba(255,255,255,.24);background:rgba(4,17,38,.68);border-radius:16px;padding:24px;box-shadow:var(--cscc-shadow)}
.cscc-page-banner__badge{display:inline-flex;align-items:center;gap:8px;border:1px solid var(--cscc-pink);color:#fff;border-radius:999px;padding:8px 14px;font-weight:800;margin-bottom:14px;background:rgba(245,9,85,.13)}
.cscc-page-banner__panel ul{margin:0;padding-left:20px}
.cscc-page-banner__panel li{margin:10px 0;color:#eef4ff}
.cscc-page,.cscc-woocommerce-page{background:#fff}
.cscc-standard-page,.cscc-woocommerce-page{padding-top:30px;padding-bottom:36px}
@media(max-width:900px){.cscc-page-banner__inner{grid-template-columns:1fr}.cscc-page-banner h1{font-size:34px}}


/* =========================================================
   v1.0.6 Executive audit CSS fixes
   Purpose: professional WooCommerce/product/cart/checkout/page experience
   ========================================================= */
html{scroll-behavior:smooth} body{overflow-x:hidden}.site,.cscc-site{width:100%}
/* Logo containment across uploaded custom logos, fallback logos and legacy logo markup */
.cscc-mainbar .custom-logo-link,.cscc-mainbar .cscc-logo{display:flex;align-items:center;max-width:230px;min-width:0!important;overflow:hidden}
.cscc-mainbar img.custom-logo,.cscc-mainbar .custom-logo-link img,.custom-logo{max-width:210px!important;max-height:62px!important;width:auto!important;height:auto!important;object-fit:contain!important;display:block}
.cscc-footer img.custom-logo,.cscc-footer .custom-logo-link img{max-width:170px!important;max-height:52px!important;width:auto!important;height:auto!important}.cscc-logo-text strong{font-size:25px!important}.cscc-logo-text small{font-size:12px!important}.cscc-logo-mark{width:42px!important;height:42px!important;border-width:7px!important}
/* Header and dropdown menu polish */
.cscc-mainbar{box-shadow:0 8px 26px rgba(6,23,51,.06)}.cscc-primary-nav{min-width:0}.cscc-menu{gap:22px}.cscc-menu li{position:relative}.cscc-menu li.menu-item-has-children>a:after,.cscc-menu li.page_item_has_children>a:after{content:'⌄';font-size:12px;margin-left:6px;color:var(--cscc-navy)}
.cscc-menu ul.sub-menu,.cscc-menu .children{position:absolute;left:0;top:100%;z-index:9999;min-width:230px;background:#fff;border:1px solid var(--cscc-line);border-radius:14px;box-shadow:0 22px 55px rgba(6,23,51,.14);padding:10px;display:none;list-style:none;margin:0}.cscc-menu li:hover>ul.sub-menu,.cscc-menu li:focus-within>ul.sub-menu,.cscc-menu li:hover>.children,.cscc-menu li:focus-within>.children{display:block}.cscc-menu ul a,.cscc-menu .children a{padding:10px 12px!important;border:0!important;color:var(--cscc-text)!important;border-radius:10px;font-size:14px;white-space:normal}.cscc-menu ul a:hover,.cscc-menu .children a:hover{background:#fff4f8;color:var(--cscc-pink)!important}
/* Hero/banner restoration and universal banner consistency */
.cscc-hero,.cscc-page-banner{min-height:250px}.cscc-hero{border-bottom:1px solid rgba(255,255,255,.06)}.cscc-page-banner{display:block!important}.cscc-page-banner__inner{max-width:none!important;width:100%;padding-left:42px!important;padding-right:42px!important}.cscc-page-banner h1{letter-spacing:.01em}.cscc-page-banner__panel{backdrop-filter:blur(6px)}
/* General professional page shell */
.cscc-standard-page,.cscc-woocommerce-page,.woocommerce-page main,.woocommerce main{max-width:1480px;margin:0 auto;padding:34px 42px}.cscc-standard-page article,.cscc-article-card,.entry-content>section:not(.cscc-hero){background:#fff;border:1px solid var(--cscc-line);border-radius:18px;box-shadow:0 12px 34px rgba(6,23,51,.05);padding:30px}.cscc-standard-page h1,.cscc-standard-page h2,.cscc-woocommerce-page h1,.cscc-woocommerce-page h2{font-family:"Exo 2";color:var(--cscc-text);letter-spacing:.01em}.entry-content p,.cscc-standard-page p{font-size:17px;line-height:1.7;color:#26344e}.wp-block-search,.widget_search{display:flex;gap:8px;margin:16px 0}.wp-block-search input,.widget_search input{height:44px;border:1px solid var(--cscc-line);border-radius:10px;padding:0 14px}.wp-block-search button,.widget_search button{border:0;border-radius:10px;background:var(--cscc-navy);color:#fff;padding:0 18px;font-weight:800}
/* Shop sizing and product cards */
.cscc-shop-shell{padding-left:42px!important;padding-right:42px!important;gap:18px!important}.cscc-products-grid,.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;margin:0!important;padding:0!important}.woocommerce ul.products li.product,.cscc-product-card{float:none!important;width:auto!important;margin:0!important;min-width:0!important;background:#fff;border:1px solid var(--cscc-line);border-radius:16px;box-shadow:0 10px 28px rgba(6,23,51,.04);overflow:hidden}.woocommerce ul.products li.product a img{height:160px!important;object-fit:contain!important;margin:14px auto!important;width:100%!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-family:"Exo 2";font-size:16px!important;line-height:1.25!important;font-weight:800;color:var(--cscc-text);min-height:44px;padding:0 16px!important;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.woocommerce ul.products li.product .price{padding:0 16px 12px!important;color:var(--cscc-pink)!important;font-weight:900}.woocommerce ul.products li.product .button{margin:0 16px 16px!important;background:var(--cscc-navy)!important;color:#fff!important;border-radius:8px!important;padding:12px 18px!important;font-weight:800}.woocommerce span.onsale,.onsale{background:#078a43!important;color:#fff!important;border-radius:6px!important;min-height:auto!important;line-height:1!important;padding:7px 10px!important;font-size:12px!important;font-weight:900!important;top:14px!important;left:14px!important}
/* Single product page professional layout */
.single-product .cscc-woocommerce-page{max-width:1480px}.single-product div.product{display:grid!important;grid-template-columns:minmax(360px,46%) minmax(320px,1fr);gap:42px;align-items:start;background:#fff;border:1px solid var(--cscc-line);border-radius:22px;box-shadow:0 18px 50px rgba(6,23,51,.08);padding:34px;margin:0 auto 34px}.single-product div.product:after{content:"";display:block;clear:both}.single-product div.product .woocommerce-product-gallery{float:none!important;width:100%!important;margin:0!important;background:#fbfcff;border:1px solid var(--cscc-line);border-radius:18px;padding:24px}.single-product div.product .woocommerce-product-gallery img{max-height:520px;object-fit:contain;width:100%;height:auto}.single-product div.product .summary{float:none!important;width:100%!important;margin:0!important}.single-product .product_title{font-family:"Exo 2";font-size:34px!important;line-height:1.15;margin:0 0 12px;color:var(--cscc-text)}.single-product .summary .price{font-size:26px!important;color:var(--cscc-pink)!important;font-weight:900;border-top:1px solid var(--cscc-line);border-bottom:1px solid var(--cscc-line);padding:16px 0;margin:18px 0}.single-product .woocommerce-product-details__short-description{font-size:17px;line-height:1.65;color:#35425a}.single-product form.cart{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:22px 0!important}.single-product form.cart .quantity input{height:48px;border:1px solid var(--cscc-line);border-radius:10px;text-align:center}.single-product button.single_add_to_cart_button{height:48px;background:var(--cscc-pink)!important;color:#fff!important;border:0!important;border-radius:10px!important;padding:0 28px!important;font-weight:900!important}.single-product .product_meta{margin-top:20px;padding:16px;background:#f8fafc;border-radius:12px;color:#5d6a80}.single-product .woocommerce-tabs{grid-column:1/-1;background:#fff;border-top:1px solid var(--cscc-line);padding-top:22px}.woocommerce div.product .woocommerce-tabs ul.tabs{padding:0!important;margin:0 0 18px!important;border-bottom:1px solid var(--cscc-line)}.woocommerce div.product .woocommerce-tabs ul.tabs li{border:1px solid var(--cscc-line)!important;background:#fff!important;border-radius:12px 12px 0 0!important;margin-right:8px!important}.woocommerce div.product .woocommerce-tabs ul.tabs li.active{background:#fff4f8!important;border-bottom-color:#fff!important}.woocommerce div.product .woocommerce-tabs ul.tabs li a{font-weight:800!important;color:var(--cscc-text)!important}.woocommerce-Tabs-panel{font-size:16px;line-height:1.7;color:#26344e}.related.products,.upsells.products{clear:both!important;margin:40px auto!important;max-width:1480px!important;overflow:hidden!important}.related.products h2,.upsells.products h2{font-family:"Exo 2";font-size:28px;margin-bottom:18px}.related.products ul.products,.upsells.products ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;overflow:visible!important}
/* Professional cart */
.woocommerce-cart .cscc-woocommerce-page,.woocommerce-checkout .cscc-woocommerce-page{max-width:1320px}.woocommerce-cart-form,.cart-collaterals,.woocommerce-checkout form.checkout,.woocommerce-order,.woocommerce-account .woocommerce{background:#fff;border:1px solid var(--cscc-line);border-radius:20px;box-shadow:0 18px 45px rgba(6,23,51,.07);padding:26px;margin-bottom:24px}.woocommerce-cart table.shop_table,.woocommerce-checkout-review-order table.shop_table{border:0!important;border-collapse:separate!important;border-spacing:0 12px!important;width:100%}.woocommerce-cart table.shop_table thead th,.woocommerce-checkout-review-order table.shop_table thead th{font-family:"Exo 2";font-size:14px;text-transform:uppercase;letter-spacing:.04em;color:#53617a;border:0!important}.woocommerce-cart table.shop_table td,.woocommerce-cart table.shop_table th,.woocommerce-checkout-review-order table.shop_table td,.woocommerce-checkout-review-order table.shop_table th{border:0!important;background:#f8fafc;padding:16px!important;vertical-align:middle}.woocommerce-cart table.shop_table tr.cart_item td:first-child{border-radius:14px 0 0 14px}.woocommerce-cart table.shop_table tr.cart_item td:last-child{border-radius:0 14px 14px 0}.woocommerce-cart .product-thumbnail img{width:92px!important;height:92px!important;object-fit:contain;background:#fff;border:1px solid var(--cscc-line);border-radius:12px;padding:8px}.woocommerce-cart .product-name a{font-family:"Exo 2";font-weight:800;color:var(--cscc-text)}.woocommerce-cart .product-price,.woocommerce-cart .product-subtotal,.woocommerce-checkout-review-order .amount{font-weight:900;color:var(--cscc-pink)}.woocommerce .quantity .qty{width:74px;height:42px;border:1px solid var(--cscc-line);border-radius:9px;text-align:center}.woocommerce-cart .actions{background:#fff!important;padding:18px 0 0!important}.woocommerce-cart .coupon{display:flex;gap:10px;flex-wrap:wrap}.woocommerce-cart .coupon input{height:44px;border:1px solid var(--cscc-line);border-radius:10px;padding:0 14px;min-width:240px}.woocommerce button.button,.woocommerce a.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--cscc-navy)!important;color:#fff!important;border-radius:10px!important;border:0!important;padding:13px 20px!important;font-weight:900!important}.woocommerce button.button.alt,.woocommerce a.button.alt,.woocommerce input.button.alt,#place_order{background:var(--cscc-pink)!important}.cart-collaterals{max-width:460px;margin-left:auto}.cart-collaterals .cart_totals{float:none!important;width:100%!important}.cart-collaterals h2{font-family:"Exo 2"}.wc-proceed-to-checkout a.checkout-button{display:block;text-align:center;font-size:17px!important;padding:16px!important}
/* Professional checkout */
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:28px}.woocommerce-checkout #customer_details{display:grid;gap:18px}.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;margin:0;font-family:"Exo 2"}.woocommerce-checkout #order_review{grid-column:2;grid-row:1 / span 3;margin-top:48px;background:#f8fafc;border:1px solid var(--cscc-line);border-radius:18px;padding:22px}.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{float:none!important;width:100%!important;background:#f8fafc;border:1px solid var(--cscc-line);border-radius:18px;padding:22px;margin-bottom:18px}.woocommerce form .form-row label{font-weight:800;color:var(--cscc-text)}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select,.select2-container--default .select2-selection--single{height:46px;border:1px solid var(--cscc-line)!important;border-radius:10px!important;padding:8px 12px;background:#fff}.woocommerce form .form-row textarea{height:110px}.woocommerce-error,.woocommerce-info,.woocommerce-message{border-top-color:var(--cscc-pink)!important;border-radius:14px;background:#fff!important;box-shadow:0 10px 26px rgba(6,23,51,.06);line-height:1.6}.woocommerce-message::before,.woocommerce-info::before{color:var(--cscc-pink)!important}
/* My account */
.woocommerce-account .woocommerce{display:grid;grid-template-columns:270px 1fr;gap:24px}.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:0;background:#f8fafc;border:1px solid var(--cscc-line);border-radius:16px;overflow:hidden}.woocommerce-MyAccount-navigation li a{display:block;padding:14px 16px;border-bottom:1px solid var(--cscc-line);font-weight:800}.woocommerce-MyAccount-navigation li.is-active a{background:var(--cscc-pink);color:#fff}.woocommerce-MyAccount-content{background:#fff;border:1px solid var(--cscc-line);border-radius:16px;padding:24px}
/* Search/results and generic archive */
.search-results article,.archive article{background:#fff;border:1px solid var(--cscc-line);border-radius:16px;padding:22px;margin:0 0 18px;box-shadow:0 10px 26px rgba(6,23,51,.05)}.search-results article h2,.archive article h2{font-family:"Exo 2"}.cscc-news-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.cscc-news-card{background:#fff;border:1px solid var(--cscc-line);border-radius:16px;padding:22px;box-shadow:0 10px 28px rgba(6,23,51,.05)}.cscc-read-more{color:var(--cscc-pink);font-weight:900}
/* Hide theme chatbot remnants; external existing chatbot plugin can remain */
.cscc-chatbot-wrap,.cscc-chatbot-panel{display:none!important}
@media(max-width:1200px){.woocommerce-checkout form.checkout{grid-template-columns:1fr}.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:auto;grid-row:auto;margin-top:0}.related.products ul.products,.upsells.products ul.products,.woocommerce ul.products,.cscc-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.cscc-menu{gap:15px;font-size:14px}.cscc-mainbar img.custom-logo{max-width:170px!important}}
@media(max-width:900px){.single-product div.product{grid-template-columns:1fr;padding:20px}.woocommerce-account .woocommerce{grid-template-columns:1fr}.woocommerce-cart table.shop_table td,.woocommerce-cart table.shop_table th{display:block;text-align:left!important}.woocommerce-cart table.shop_table tr.cart_item{display:block;background:#f8fafc;border-radius:16px;margin-bottom:16px;padding:12px}.woocommerce-cart table.shop_table tr.cart_item td{background:transparent!important}.cscc-standard-page,.cscc-woocommerce-page,.woocommerce-page main,.woocommerce main{padding:22px 16px}.cscc-page-banner__inner{padding-left:20px!important;padding-right:20px!important}.related.products ul.products,.upsells.products ul.products,.woocommerce ul.products,.cscc-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cscc-footer-main{grid-template-columns:1fr 1fr!important}.cscc-mainbar .custom-logo-link img{max-width:140px!important}.cscc-hero{min-height:0}}
@media(max-width:560px){.related.products ul.products,.upsells.products ul.products,.woocommerce ul.products,.cscc-products-grid{grid-template-columns:1fr!important}.cscc-footer-main{grid-template-columns:1fr!important}.cscc-page-banner h1{font-size:30px}.cscc-shop-controls{display:block}.cscc-ai-search{margin:12px 0}.cscc-result-pill{margin-bottom:12px}}


/* v1.0.7 layout polish: restore banners, widen shop, product pages, cart and cross-sells */
.cscc-front-page .cscc-hero,
.cscc-woo-archive > .cscc-shop-hero,
.cscc-page-banner{display:grid!important;visibility:visible!important;opacity:1!important;margin:0!important;}
.cscc-front-page .cscc-hero{min-height:300px!important;}
.cscc-woo-archive > .cscc-shop-hero{grid-template-columns:minmax(0,1fr) 360px!important;min-height:280px!important;padding:44px 72px!important;}
.cscc-woo-archive > .cscc-shop-hero h1{font-size:46px!important;color:#fff!important;margin:0 0 14px!important;}
.cscc-woo-archive > .cscc-shop-hero p{color:#eef4ff!important;max-width:760px!important;}

/* Use space more intelligently on shop/home product sections */
.cscc-shop-shell{grid-template-columns:260px minmax(0,1fr)!important;gap:20px!important;padding-left:28px!important;padding-right:28px!important;max-width:1680px!important;margin:0 auto!important;}
.cscc-catalogue{top:92px!important;}
.cscc-shop-controls{grid-template-columns:270px minmax(420px,1fr) 190px!important;}
.cscc-products-grid,
.woocommerce ul.products{grid-template-columns:repeat(4,minmax(215px,1fr))!important;gap:20px!important;width:100%!important;}
.cscc-product-card,
.woocommerce ul.products li.product{min-width:0!important;}
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.cscc-product-title{word-break:normal!important;hyphens:none!important;}

/* Strong single-product layout: image and description side by side */
body.single-product .cscc-woocommerce-page{max-width:1560px!important;padding-left:36px!important;padding-right:36px!important;}
body.single-product .woocommerce div.product,
body.single-product div.product.product,
body.single-product .product.type-product{display:grid!important;grid-template-columns:minmax(520px,52%) minmax(360px,1fr)!important;column-gap:44px!important;row-gap:24px!important;align-items:start!important;max-width:1500px!important;margin:0 auto 36px!important;background:#fff!important;border:1px solid var(--cscc-line)!important;border-radius:22px!important;box-shadow:0 14px 40px rgba(6,23,51,.06)!important;padding:32px!important;overflow:visible!important;}
body.single-product .woocommerce div.product .woocommerce-product-gallery,
body.single-product div.product .woocommerce-product-gallery{grid-column:1!important;grid-row:1!important;float:none!important;width:100%!important;margin:0!important;background:#fbfcff!important;border:1px solid var(--cscc-line)!important;border-radius:18px!important;padding:24px!important;min-height:520px!important;display:flex!important;align-items:center!important;justify-content:center!important;}
body.single-product .woocommerce div.product .summary,
body.single-product div.product .summary{grid-column:2!important;grid-row:1!important;float:none!important;width:100%!important;margin:0!important;align-self:start!important;background:#fff!important;border:1px solid var(--cscc-line)!important;border-radius:18px!important;box-shadow:0 8px 24px rgba(6,23,51,.04)!important;padding:28px!important;}
body.single-product .woocommerce div.product .woocommerce-tabs,
body.single-product div.product .woocommerce-tabs{grid-column:1/-1!important;grid-row:auto!important;width:100%!important;margin-top:8px!important;}
body.single-product .woocommerce-product-gallery__wrapper,
body.single-product .woocommerce-product-gallery__image{width:100%!important;text-align:center!important;}
body.single-product .woocommerce-product-gallery img{max-width:100%!important;max-height:460px!important;object-fit:contain!important;margin:auto!important;}
body.single-product span.onsale{width:auto!important;min-width:0!important;max-width:max-content!important;height:auto!important;line-height:1!important;border-radius:8px!important;background:#078a43!important;color:#fff!important;padding:8px 14px!important;top:18px!important;left:18px!important;font-weight:900!important;}
body.single-product .product_title{font-size:32px!important;letter-spacing:.08em!important;text-transform:none!important;}
body.single-product .summary .price{display:flex!important;gap:12px!important;align-items:center!important;flex-wrap:wrap!important;}
body.single-product .woocommerce-product-details__short-description{margin-top:18px!important;}

/* Product page related/upsells fill the full section */
body.single-product .related.products,
body.single-product .upsells.products{max-width:1500px!important;width:100%!important;margin:38px auto!important;background:#fff!important;border:1px solid var(--cscc-line)!important;border-radius:22px!important;box-shadow:0 12px 34px rgba(6,23,51,.05)!important;padding:28px!important;overflow:hidden!important;}
body.single-product .related.products ul.products,
body.single-product .upsells.products ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(220px,1fr))!important;gap:20px!important;width:100%!important;margin:0!important;padding:0!important;}
body.single-product .related.products ul.products li.product,
body.single-product .upsells.products ul.products li.product{width:auto!important;margin:0!important;float:none!important;}

/* Cart: simplify visual layers from three to two and widen product area */
.woocommerce-cart .cscc-woocommerce-page{max-width:1500px!important;padding-left:32px!important;padding-right:32px!important;background:#fff!important;}
.woocommerce-cart-form{box-shadow:none!important;border:1px solid var(--cscc-line)!important;border-radius:22px!important;background:#fff!important;padding:24px!important;margin-bottom:22px!important;}
.woocommerce-cart table.shop_table{border-spacing:0 10px!important;}
.woocommerce-cart table.shop_table td,
.woocommerce-cart table.shop_table th{background:#f7f9fc!important;}
.woocommerce-cart table.shop_table tr.cart_item td{box-shadow:none!important;}
.woocommerce-cart .cart-collaterals{max-width:1500px!important;width:100%!important;margin:0 auto 30px!important;display:grid!important;grid-template-columns:minmax(0,1fr) 420px!important;gap:26px!important;background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;}
.woocommerce-cart .cart-collaterals:before,
.woocommerce-cart .cart-collaterals:after{display:none!important;content:none!important;}
.woocommerce-cart .cart-collaterals .cross-sells{grid-column:1!important;width:100%!important;float:none!important;background:#fff!important;border:1px solid var(--cscc-line)!important;border-radius:22px!important;box-shadow:0 12px 34px rgba(6,23,51,.05)!important;padding:28px!important;margin:0!important;}
.woocommerce-cart .cart-collaterals .cart_totals{grid-column:2!important;width:100%!important;float:none!important;background:#fff!important;border:1px solid var(--cscc-line)!important;border-radius:22px!important;box-shadow:0 12px 34px rgba(6,23,51,.05)!important;padding:28px!important;margin:0!important;}
.woocommerce-cart .cart-collaterals .cross-sells h2{font-family:"Exo 2";font-size:28px!important;margin:0 0 22px!important;color:var(--cscc-text)!important;}
.woocommerce-cart .cross-sells ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(210px,1fr))!important;gap:20px!important;width:100%!important;margin:0!important;padding:0!important;overflow:visible!important;}
.woocommerce-cart .cross-sells ul.products li.product{width:auto!important;float:none!important;margin:0!important;min-width:0!important;}
.woocommerce-cart .cross-sells ul.products li.product img{height:150px!important;width:100%!important;object-fit:contain!important;margin:0 auto 14px!important;}
.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title{font-size:17px!important;line-height:1.25!important;min-height:46px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.woocommerce-cart .cross-sells ul.products li.product .price{font-size:15px!important;color:var(--cscc-pink)!important;font-weight:900!important;}
.woocommerce-cart .cross-sells ul.products li.product .button{width:100%!important;text-align:center!important;margin-top:10px!important;}

/* Avoid generic page title duplication on shop if banner/hero exists */
.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header{display:none!important;}

@media(min-width:1500px){.cscc-shop-shell{grid-template-columns:270px minmax(0,1fr)!important}.cscc-products-grid,.woocommerce ul.products{grid-template-columns:repeat(4,minmax(250px,1fr))!important}}
@media(max-width:1100px){body.single-product .woocommerce div.product,body.single-product div.product.product,body.single-product .product.type-product{grid-template-columns:1fr!important}.woocommerce-cart .cart-collaterals{grid-template-columns:1fr!important}.woocommerce-cart .cart-collaterals .cart_totals,.woocommerce-cart .cart-collaterals .cross-sells{grid-column:auto!important}.woocommerce-cart .cross-sells ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cscc-shop-controls{grid-template-columns:1fr!important}.cscc-shop-shell{grid-template-columns:1fr!important}}
@media(max-width:620px){.woocommerce-cart .cross-sells ul.products,body.single-product .related.products ul.products,body.single-product .upsells.products ul.products{grid-template-columns:1fr!important}.cscc-products-grid,.woocommerce ul.products{grid-template-columns:1fr!important}}


/* v1.0.8 layout and product presentation polish */
/* Professional pagination */
.woocommerce nav.woocommerce-pagination,.woocommerce-pagination,.page-links{clear:both;margin:34px 0;text-align:center!important}
.woocommerce nav.woocommerce-pagination ul,.woocommerce-pagination ul.page-numbers,.page-numbers{border:0!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:10px!important;list-style:none!important;margin:0!important;padding:0!important;flex-wrap:wrap!important}
.woocommerce nav.woocommerce-pagination ul li,.woocommerce-pagination ul.page-numbers li{border:0!important;margin:0!important;list-style:none!important}
.woocommerce nav.woocommerce-pagination ul li::marker,.woocommerce-pagination li::marker{content:""!important}
.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span,.page-numbers a,.page-numbers span{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:46px!important;height:46px!important;border:1px solid var(--cscc-line)!important;border-radius:10px!important;background:#fff!important;color:var(--cscc-text)!important;font-weight:900!important;box-shadow:0 8px 22px rgba(6,23,51,.04)!important;text-decoration:none!important}
.woocommerce nav.woocommerce-pagination ul li span.current,.page-numbers .current{background:var(--cscc-pink)!important;color:#fff!important;border-color:var(--cscc-pink)!important}
.woocommerce nav.woocommerce-pagination ul li a:hover,.page-numbers a:hover{border-color:var(--cscc-pink)!important;color:var(--cscc-pink)!important;transform:translateY(-1px)}

/* Restore/front page hero strongly */
.home .cscc-front-page .cscc-hero,.front-page .cscc-hero,.cscc-front-page .cscc-hero{display:grid!important;visibility:visible!important;opacity:1!important;min-height:320px!important;background:radial-gradient(circle at 70% 30%,rgba(0,102,255,.45),transparent 20%),linear-gradient(110deg,#061733 0%,#071b3a 50%,#041126 100%)!important;color:#fff!important;margin:0!important}
.post-type-archive-product .cscc-shop-hero,.tax-product_cat .cscc-shop-hero{display:grid!important;visibility:visible!important;opacity:1!important;min-height:300px!important;margin:0!important}

/* Broaden shop/product area and use whitespace better */
.cscc-shop-shell{max-width:1760px!important;grid-template-columns:260px minmax(0,1fr)!important;gap:26px!important;padding-left:24px!important;padding-right:24px!important}
.cscc-product-area{width:100%!important;min-width:0!important}
.cscc-shop-controls{grid-template-columns:285px minmax(520px,1fr) 210px!important;gap:18px!important;max-width:100%!important}
.cscc-products-grid,.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(4,minmax(245px,1fr))!important;gap:22px!important;align-items:stretch!important;width:100%!important}
.woocommerce ul.products li.product,.cscc-product-card{width:auto!important;min-width:0!important;max-width:none!important;overflow:hidden!important}
.woocommerce ul.products li.product img,.cscc-product-card img{height:150px!important;max-height:150px!important;object-fit:contain!important;width:100%!important;margin:8px auto 16px!important;display:block!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title,.cscc-product-title{font-size:17px!important;line-height:1.25!important;min-height:46px!important;max-height:48px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;word-break:normal!important;hyphens:none!important}

/* Single product: top image and summary align side-by-side; tabs align full width */
body.single-product .cscc-woocommerce-page{max-width:1640px!important;margin:0 auto!important;padding-left:32px!important;padding-right:32px!important}
body.single-product .woocommerce div.product,body.single-product div.product.product,body.single-product .product.type-product{display:grid!important;grid-template-columns:minmax(520px,52%) minmax(420px,1fr)!important;gap:38px!important;align-items:start!important;max-width:1560px!important;margin:0 auto 34px!important;padding:30px!important;border:1px solid var(--cscc-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 15px 42px rgba(6,23,51,.06)!important;overflow:visible!important}
body.single-product .woocommerce div.product .woocommerce-product-gallery,body.single-product div.product .woocommerce-product-gallery{grid-column:1!important;grid-row:1!important;width:100%!important;float:none!important;margin:0!important;min-height:520px!important;background:#fbfcff!important;border:1px solid var(--cscc-line)!important;border-radius:18px!important;display:flex!important;align-items:center!important;justify-content:center!important;padding:22px!important;overflow:hidden!important}
body.single-product .woocommerce div.product .summary,body.single-product div.product .summary{grid-column:2!important;grid-row:1!important;width:100%!important;float:none!important;margin:0!important;padding:28px!important;border:1px solid var(--cscc-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 24px rgba(6,23,51,.04)!important;align-self:start!important}
body.single-product .woocommerce div.product .woocommerce-tabs,body.single-product div.product .woocommerce-tabs{grid-column:1/-1!important;width:100%!important;margin:22px 0 0!important;padding:28px!important;border:1px solid var(--cscc-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 24px rgba(6,23,51,.035)!important}
body.single-product .woocommerce-tabs .panel{max-width:100%!important;width:100%!important;padding:10px 0 0!important;line-height:1.8!important}
body.single-product .woocommerce-product-gallery__wrapper,body.single-product .woocommerce-product-gallery__image{text-align:center!important;width:100%!important}
body.single-product .woocommerce-product-gallery img{max-width:100%!important;max-height:470px!important;object-fit:contain!important;margin:auto!important;display:block!important}
body.single-product .product_title{font-size:30px!important;line-height:1.18!important;letter-spacing:.06em!important;margin-bottom:18px!important}
body.single-product .summary .price{display:flex!important;gap:12px!important;flex-wrap:wrap!important;align-items:center!important;font-size:24px!important}
body.single-product .summary form.cart{display:flex!important;gap:12px!important;align-items:center!important;flex-wrap:wrap!important;margin:22px 0!important}
body.single-product .summary form.cart .quantity input{height:48px!important;border:1px solid var(--cscc-line)!important;border-radius:10px!important}

/* You may also like / cart cross-sells: keep image and text inside card, two visible with horizontal slide */
.woocommerce-cart .cart-collaterals{max-width:1580px!important;grid-template-columns:minmax(0,1fr) 390px!important;gap:22px!important}
.woocommerce-cart .cart-collaterals .cross-sells{width:100%!important;max-width:100%!important;overflow:hidden!important;padding:28px!important}
.woocommerce-cart .cross-sells ul.products{display:flex!important;gap:20px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;padding:4px 4px 18px!important;margin:0!important;width:100%!important;grid-template-columns:none!important}
.woocommerce-cart .cross-sells ul.products::-webkit-scrollbar,body.single-product .related.products ul.products::-webkit-scrollbar,body.single-product .upsells.products ul.products::-webkit-scrollbar{height:8px}
.woocommerce-cart .cross-sells ul.products::-webkit-scrollbar-thumb,body.single-product .related.products ul.products::-webkit-scrollbar-thumb,body.single-product .upsells.products ul.products::-webkit-scrollbar-thumb{background:var(--cscc-pink);border-radius:999px}
.woocommerce-cart .cross-sells ul.products li.product{flex:0 0 calc((100% - 20px)/2)!important;width:auto!important;margin:0!important;scroll-snap-align:start!important;display:grid!important;grid-template-columns:170px minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;column-gap:20px!important;align-items:center!important;min-height:250px!important;padding:20px!important;overflow:hidden!important}
.woocommerce-cart .cross-sells ul.products li.product img{grid-column:1!important;grid-row:1/4!important;width:160px!important;height:160px!important;object-fit:contain!important;margin:0!important;background:#f7f9fc!important;border-radius:14px!important;padding:10px!important}
.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title{grid-column:2!important;font-size:20px!important;line-height:1.25!important;min-height:0!important;max-height:76px!important;-webkit-line-clamp:3!important;margin:0 0 10px!important}
.woocommerce-cart .cross-sells ul.products li.product .price{grid-column:2!important;margin:0 0 12px!important;white-space:normal!important}
.woocommerce-cart .cross-sells ul.products li.product .button{grid-column:2!important;width:max-content!important;min-width:150px!important;max-width:100%!important;margin:0!important;align-self:start!important}

/* Related products: two visible with horizontal slide, professional containment */
body.single-product .related.products,body.single-product .upsells.products{max-width:1560px!important;width:100%!important;margin:34px auto!important;padding:28px!important;border:1px solid var(--cscc-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 12px 34px rgba(6,23,51,.05)!important;overflow:hidden!important}
body.single-product .related.products h2,body.single-product .upsells.products h2{font-family:"Exo 2"!important;font-size:28px!important;margin:0 0 20px!important}
body.single-product .related.products ul.products,body.single-product .upsells.products ul.products{display:flex!important;gap:22px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;grid-template-columns:none!important;width:100%!important;margin:0!important;padding:4px 4px 18px!important}
body.single-product .related.products ul.products li.product,body.single-product .upsells.products ul.products li.product{flex:0 0 calc((100% - 22px)/2)!important;width:auto!important;margin:0!important;float:none!important;scroll-snap-align:start!important;display:grid!important;grid-template-columns:190px minmax(0,1fr)!important;column-gap:22px!important;align-items:center!important;min-height:260px!important;padding:22px!important;overflow:hidden!important}
body.single-product .related.products ul.products li.product img,body.single-product .upsells.products ul.products li.product img{grid-column:1!important;width:180px!important;height:180px!important;object-fit:contain!important;margin:0!important;background:#f7f9fc!important;border-radius:14px!important;padding:10px!important}
body.single-product .related.products ul.products li.product .woocommerce-loop-product__title,body.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title{font-size:21px!important;line-height:1.25!important;min-height:0!important;max-height:82px!important;-webkit-line-clamp:3!important;margin:0 0 10px!important}
body.single-product .related.products ul.products li.product .price,body.single-product .upsells.products ul.products li.product .price{white-space:normal!important;margin-bottom:12px!important}
body.single-product .related.products ul.products li.product .button,body.single-product .upsells.products ul.products li.product .button{width:max-content!important;min-width:150px!important;max-width:100%!important}

/* Cart table two-layer simplification and wider rows */
.woocommerce-cart-form{padding:22px!important;border:1px solid var(--cscc-line)!important;box-shadow:0 12px 34px rgba(6,23,51,.045)!important;background:#fff!important}
.woocommerce-cart table.shop_table{border-collapse:separate!important;border-spacing:0 12px!important;background:transparent!important;border:0!important;margin:0!important}
.woocommerce-cart table.shop_table tr.cart_item td{background:#f7f9fc!important;border-top:0!important;border-bottom:0!important;padding:18px!important;vertical-align:middle!important}
.woocommerce-cart table.shop_table tr.cart_item td:first-child{border-radius:16px 0 0 16px!important}
.woocommerce-cart table.shop_table tr.cart_item td:last-child{border-radius:0 16px 16px 0!important}
.woocommerce-cart table.shop_table img{width:110px!important;height:110px!important;object-fit:contain!important;background:#fff!important;border-radius:12px!important;border:1px solid var(--cscc-line)!important;padding:8px!important}

/* Fix category/sidebar count alignment */
.cscc-catalogue li a{grid-template-columns:34px minmax(0,1fr) auto 14px!important}
.cscc-catalogue li a strong{white-space:normal!important;line-height:1.15!important}
.cscc-catalogue li a small{font-weight:800;color:#46556d!important;min-width:34px;text-align:right}

@media(max-width:1200px){.cscc-products-grid,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(230px,1fr))!important}.cscc-shop-controls{grid-template-columns:1fr!important}.woocommerce-cart .cart-collaterals{grid-template-columns:1fr!important}.woocommerce-cart .cross-sells ul.products li.product,body.single-product .related.products ul.products li.product,body.single-product .upsells.products ul.products li.product{flex-basis:78%!important}}
@media(max-width:900px){body.single-product .woocommerce div.product,body.single-product div.product.product,body.single-product .product.type-product{grid-template-columns:1fr!important;padding:20px!important}body.single-product .woocommerce div.product .summary,body.single-product div.product .summary,body.single-product .woocommerce div.product .woocommerce-product-gallery,body.single-product div.product .woocommerce-product-gallery{grid-column:1!important}.cscc-shop-shell{grid-template-columns:1fr!important}.woocommerce-cart .cross-sells ul.products li.product,body.single-product .related.products ul.products li.product,body.single-product .upsells.products ul.products li.product{flex-basis:88%!important;grid-template-columns:150px minmax(0,1fr)!important}.woocommerce-cart .cross-sells ul.products li.product img,body.single-product .related.products ul.products li.product img,body.single-product .upsells.products ul.products li.product img{width:140px!important;height:140px!important}}
@media(max-width:620px){.cscc-products-grid,.woocommerce ul.products{grid-template-columns:1fr!important}.woocommerce-cart .cross-sells ul.products li.product,body.single-product .related.products ul.products li.product,body.single-product .upsells.products ul.products li.product{flex-basis:96%!important;grid-template-columns:1fr!important}.woocommerce-cart .cross-sells ul.products li.product img,body.single-product .related.products ul.products li.product img,body.single-product .upsells.products ul.products li.product img{grid-column:1!important;width:100%!important;height:170px!important}.woocommerce-cart table.shop_table tr.cart_item td:first-child,.woocommerce-cart table.shop_table tr.cart_item td:last-child{border-radius:0!important}}


/* v1.1.0 worldclass polish: homepage banner, professional sliders, links and counts */
body.home .cscc-hero, body.front-page .cscc-hero, .cscc-front-page .cscc-hero{
  background-image:linear-gradient(110deg,rgba(6,23,51,.96) 0%,rgba(7,27,58,.88) 48%,rgba(4,17,38,.86) 100%),url('../images/coolside-hero-banner.svg')!important;
  background-size:cover!important;background-position:center!important;min-height:330px!important;
}
.cscc-hero{background-image:linear-gradient(110deg,rgba(6,23,51,.96) 0%,rgba(7,27,58,.88) 48%,rgba(4,17,38,.86) 100%),url('../images/coolside-hero-banner.svg')!important;background-size:cover!important;background-position:center!important}
.cscc-shop-shell{max-width:1820px!important;margin:0 auto!important;grid-template-columns:300px minmax(0,1fr)!important;padding-left:24px!important;padding-right:24px!important}.cscc-products-grid,.woocommerce ul.products{grid-template-columns:repeat(4,minmax(260px,1fr))!important;gap:24px!important}.cscc-product-card,.woocommerce ul.products li.product{min-width:0!important;overflow:hidden!important}.cscc-product-title,.woocommerce ul.products li.product .woocommerce-loop-product__title{word-break:normal!important;overflow-wrap:break-word!important;hyphens:none!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important}.woocommerce ul.products li.product img,.cscc-product-card img{max-width:100%!important;object-fit:contain!important}.woocommerce nav.woocommerce-pagination{width:100%!important}.woocommerce nav.woocommerce-pagination ul{gap:8px!important}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span,.page-numbers a,.page-numbers span{min-width:44px!important;height:44px!important;border-radius:12px!important;font-size:15px!important}.woocommerce nav.woocommerce-pagination ul li span.current,.page-numbers .current{box-shadow:0 10px 24px rgba(245,9,85,.22)!important}
/* Cart cross-sell: image left, content right, two cards visible */
.woocommerce-cart .cart-collaterals{max-width:1500px!important;margin:28px auto!important;display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:24px!important}.woocommerce-cart .cart-collaterals .cross-sells{grid-column:1/2!important;width:100%!important;max-width:100%!important;padding:30px!important;overflow:hidden!important}.woocommerce-cart .cart-collaterals .cart_totals{grid-column:2/3!important}.woocommerce-cart .cross-sells ul.products{display:flex!important;gap:24px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;grid-template-columns:none!important;padding:4px 4px 18px!important;margin:0!important}.woocommerce-cart .cross-sells ul.products li.product{flex:0 0 calc((100% - 24px)/2)!important;max-width:calc((100% - 24px)/2)!important;display:grid!important;grid-template-columns:190px minmax(0,1fr)!important;grid-template-rows:auto auto auto!important;gap:10px 22px!important;align-items:center!important;min-height:260px!important;padding:22px!important;overflow:hidden!important}.woocommerce-cart .cross-sells ul.products li.product img{grid-column:1!important;grid-row:1/4!important;width:180px!important;height:180px!important;object-fit:contain!important;margin:0!important;background:#f7f9fc!important;border-radius:16px!important;padding:12px!important}.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title{grid-column:2!important;font-size:22px!important;line-height:1.22!important;min-height:0!important;max-height:82px!important;-webkit-line-clamp:3!important;margin:0!important}.woocommerce-cart .cross-sells ul.products li.product .price{grid-column:2!important;margin:0!important;white-space:normal!important}.woocommerce-cart .cross-sells ul.products li.product .button{grid-column:2!important;width:max-content!important;min-width:150px!important;margin:0!important}
/* Product related/upsell carousel: exactly two visible, images left */
body.single-product .related.products,body.single-product .upsells.products{max-width:1500px!important;margin:34px auto!important;padding:30px!important;overflow:hidden!important}.single-product .related.products ul.products,.single-product .upsells.products ul.products{display:flex!important;flex-wrap:nowrap!important;gap:24px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;grid-template-columns:none!important;padding:6px 6px 20px!important;margin:0!important}.single-product .related.products ul.products li.product,.single-product .upsells.products ul.products li.product{flex:0 0 calc((100% - 24px)/2)!important;max-width:calc((100% - 24px)/2)!important;display:grid!important;grid-template-columns:190px minmax(0,1fr)!important;gap:10px 22px!important;align-items:center!important;min-height:260px!important;padding:22px!important;overflow:hidden!important}.single-product .related.products ul.products li.product img,.single-product .upsells.products ul.products li.product img{grid-column:1!important;grid-row:1/4!important;width:180px!important;height:180px!important;object-fit:contain!important;margin:0!important;background:#f7f9fc!important;border-radius:16px!important;padding:12px!important}.single-product .related.products ul.products li.product .woocommerce-loop-product__title,.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title{grid-column:2!important;font-size:22px!important;line-height:1.22!important;min-height:0!important;max-height:82px!important;-webkit-line-clamp:3!important;margin:0!important;overflow:hidden!important}.single-product .related.products ul.products li.product .price,.single-product .upsells.products ul.products li.product .price{grid-column:2!important;white-space:normal!important;margin:0!important}.single-product .related.products ul.products li.product .button,.single-product .upsells.products ul.products li.product .button{grid-column:2!important;width:max-content!important;min-width:150px!important;margin:0!important}.single-product .related.products ul.products::-webkit-scrollbar,.single-product .upsells.products ul.products::-webkit-scrollbar,.woocommerce-cart .cross-sells ul.products::-webkit-scrollbar{height:8px}.single-product .related.products ul.products::-webkit-scrollbar-thumb,.single-product .upsells.products ul.products::-webkit-scrollbar-thumb,.woocommerce-cart .cross-sells ul.products::-webkit-scrollbar-thumb{background:var(--cscc-pink);border-radius:999px}
/* Product description alignment */
body.single-product .woocommerce-tabs{max-width:1500px!important;width:calc(100% - 64px)!important;margin:34px auto!important}.woocommerce div.product .woocommerce-tabs .panel{padding:28px!important}.woocommerce div.product .woocommerce-tabs .panel p{max-width:none!important;line-height:1.8!important}
/* Responsive */
@media(max-width:1200px){.cscc-shop-shell{grid-template-columns:260px minmax(0,1fr)!important}.cscc-products-grid,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(230px,1fr))!important}.woocommerce-cart .cart-collaterals{grid-template-columns:1fr!important}.woocommerce-cart .cart-collaterals .cart_totals{grid-column:1!important}.woocommerce-cart .cross-sells ul.products li.product,.single-product .related.products ul.products li.product,.single-product .upsells.products ul.products li.product{flex-basis:80%!important;max-width:80%!important}}
@media(max-width:900px){.cscc-shop-shell{grid-template-columns:1fr!important}.cscc-products-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.woocommerce-cart .cross-sells ul.products li.product,.single-product .related.products ul.products li.product,.single-product .upsells.products ul.products li.product{grid-template-columns:150px minmax(0,1fr)!important;flex-basis:92%!important;max-width:92%!important}.woocommerce-cart .cross-sells ul.products li.product img,.single-product .related.products ul.products li.product img,.single-product .upsells.products ul.products li.product img{width:140px!important;height:140px!important}}
@media(max-width:620px){.cscc-products-grid,.woocommerce ul.products{grid-template-columns:1fr!important}.woocommerce-cart .cross-sells ul.products li.product,.single-product .related.products ul.products li.product,.single-product .upsells.products ul.products li.product{grid-template-columns:1fr!important;flex-basis:96%!important;max-width:96%!important}.woocommerce-cart .cross-sells ul.products li.product img,.single-product .related.products ul.products li.product img,.single-product .upsells.products ul.products li.product img{grid-column:1!important;grid-row:auto!important;width:100%!important;height:180px!important}}

/* v1.1.0 world-class UX, SEO and PWA polish */
.cscc-page,.cscc-standard-page,.cscc-woocommerce-page,.woocommerce,.woocommerce-page{max-width:1680px!important;margin-left:auto!important;margin-right:auto!important}.cscc-container{max-width:1680px!important}.cscc-mainbar{box-shadow:0 10px 24px rgba(6,23,51,.045)}
body.home .cscc-front-page .cscc-hero,body.front-page .cscc-front-page .cscc-hero,.home .cscc-hero,.front-page .cscc-hero{display:grid!important;min-height:330px!important;margin:0!important;background-image:linear-gradient(110deg,rgba(6,23,51,.96) 0%,rgba(7,27,58,.88) 48%,rgba(4,17,38,.86) 100%),url('../images/coolside-hero-banner.svg')!important;background-size:cover!important;background-position:center!important}
.cscc-hero h1{letter-spacing:.01em}.cscc-hero .cscc-ai-services-card ul li:nth-child(n+6){display:none!important}.cscc-page-banner__panel li:nth-child(n+6){display:none!important}
/* make product listing use the page width effectively */
.cscc-shop-shell{max-width:1840px!important;grid-template-columns:300px minmax(0,1fr)!important;gap:28px!important}.cscc-product-area{min-width:0!important;width:100%!important}.cscc-products-grid,.woocommerce ul.products{grid-template-columns:repeat(4,minmax(250px,1fr))!important;align-items:stretch!important}.woocommerce ul.products li.product,.cscc-product-card{min-width:0!important}.woocommerce ul.products li.product img,.cscc-product-card img{height:150px!important;object-fit:contain!important}.woocommerce ul.products li.product .woocommerce-loop-product__title,.cscc-product-title{font-size:18px!important;line-height:1.23!important;min-height:48px!important;max-height:58px!important;overflow:hidden!important;text-overflow:ellipsis!important;word-break:normal!important;overflow-wrap:break-word!important}
/* do not render broken/imageless product cards */
.woocommerce ul.products li.product img[src=""],.woocommerce ul.products li.product img:not([src]){display:none!important}.woocommerce ul.products li.product:has(img[src=""]),.woocommerce ul.products li.product:has(img:not([src])){display:none!important}
/* professional pagination */
.woocommerce nav.woocommerce-pagination,.pagination,.nav-links{display:flex!important;justify-content:center!important;align-items:center!important;margin:36px auto!important;width:100%!important}.woocommerce nav.woocommerce-pagination ul,.pagination .nav-links,.page-numbers{display:flex!important;gap:10px!important;border:0!important;flex-wrap:wrap!important;justify-content:center!important}.woocommerce nav.woocommerce-pagination ul li{border:0!important}.woocommerce nav.woocommerce-pagination a,.woocommerce nav.woocommerce-pagination span,.page-numbers a,.page-numbers span,a.page-numbers,span.page-numbers{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:44px!important;height:44px!important;padding:0 14px!important;border:1px solid var(--cscc-line)!important;border-radius:12px!important;background:#fff!important;color:var(--cscc-navy)!important;font-weight:900!important;box-shadow:0 8px 18px rgba(6,23,51,.045)!important}.woocommerce nav.woocommerce-pagination span.current,.page-numbers .current,span.page-numbers.current{background:var(--cscc-pink)!important;color:#fff!important;border-color:var(--cscc-pink)!important;box-shadow:0 14px 28px rgba(245,9,85,.24)!important}
/* product single: image/summary alignment */
body.single-product .woocommerce div.product,body.single-product div.product{max-width:1540px!important;margin:28px auto!important;display:grid!important;grid-template-columns:minmax(460px,1fr) minmax(420px,.9fr)!important;gap:36px!important;align-items:start!important}.single-product div.product .woocommerce-product-gallery{grid-column:1!important;width:100%!important;float:none!important;margin:0!important}.single-product div.product .summary{grid-column:2!important;width:100%!important;float:none!important;margin:0!important;align-self:start!important}.single-product div.product .woocommerce-tabs{grid-column:1/-1!important;max-width:100%!important;width:100%!important;margin:28px 0!important;padding:30px!important}.single-product div.product .woocommerce-tabs .panel{max-width:100%!important}.single-product div.product .woocommerce-product-gallery__wrapper,.single-product .woocommerce-product-gallery__image{height:auto!important}.single-product .woocommerce-product-gallery__image img{width:100%!important;max-height:560px!important;object-fit:contain!important}.single-product div.product .summary .product_title{font-size:36px!important;line-height:1.12!important}.single-product div.product .summary .price{font-size:25px!important;color:var(--cscc-pink)!important}.single-product div.product form.cart{display:flex!important;gap:12px!important;align-items:center!important;flex-wrap:wrap!important}.single-product div.product form.cart .button{min-width:210px!important}
/* Cart cross-sells: two visible, image left, text inside */
.woocommerce-cart .cart-collaterals{max-width:1540px!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:28px!important}.woocommerce-cart .cross-sells{grid-column:1!important;width:100%!important;max-width:100%!important;padding:34px!important;overflow:hidden!important}.woocommerce-cart .cross-sells ul.products{display:flex!important;flex-wrap:nowrap!important;gap:24px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding:6px 6px 22px!important}.woocommerce-cart .cross-sells ul.products li.product{flex:0 0 calc((100% - 24px)/2)!important;max-width:calc((100% - 24px)/2)!important;display:grid!important;grid-template-columns:190px minmax(0,1fr)!important;gap:16px 22px!important;align-items:center!important;padding:22px!important;min-height:250px!important;overflow:hidden!important;position:relative!important}.woocommerce-cart .cross-sells ul.products li.product a.woocommerce-LoopProduct-link{display:contents!important}.woocommerce-cart .cross-sells ul.products li.product img{grid-column:1!important;grid-row:1/5!important;width:180px!important;height:180px!important;object-fit:contain!important;background:#f7f9fc!important;border-radius:16px!important;padding:12px!important;margin:0!important}.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title{grid-column:2!important;font-size:21px!important;line-height:1.2!important;max-height:78px!important;min-height:0!important;-webkit-line-clamp:3!important;overflow:hidden!important;margin:0!important}.woocommerce-cart .cross-sells ul.products li.product .price{grid-column:2!important;margin:0!important}.woocommerce-cart .cross-sells ul.products li.product .button{grid-column:2!important;position:static!important;width:max-content!important;min-width:150px!important;margin:0!important}
/* Related products: two visible horizontal slider with image left */
.single-product .related.products,.single-product .upsells.products{max-width:1540px!important;margin:36px auto!important;padding:34px!important;overflow:hidden!important}.single-product .related.products ul.products,.single-product .upsells.products ul.products{display:flex!important;flex-wrap:nowrap!important;gap:24px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding:6px 6px 22px!important}.single-product .related.products ul.products li.product,.single-product .upsells.products ul.products li.product{flex:0 0 calc((100% - 24px)/2)!important;max-width:calc((100% - 24px)/2)!important;display:grid!important;grid-template-columns:190px minmax(0,1fr)!important;gap:16px 22px!important;align-items:center!important;min-height:250px!important;padding:22px!important;overflow:hidden!important}.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link,.single-product .upsells.products ul.products li.product a.woocommerce-LoopProduct-link{display:contents!important}.single-product .related.products ul.products li.product img,.single-product .upsells.products ul.products li.product img{grid-column:1!important;grid-row:1/5!important;width:180px!important;height:180px!important;object-fit:contain!important;background:#f7f9fc!important;border-radius:16px!important;padding:12px!important;margin:0!important}.single-product .related.products ul.products li.product .woocommerce-loop-product__title,.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title{grid-column:2!important;font-size:21px!important;line-height:1.2!important;max-height:78px!important;min-height:0!important;-webkit-line-clamp:3!important;overflow:hidden!important;margin:0!important}.single-product .related.products ul.products li.product .price,.single-product .upsells.products ul.products li.product .price{grid-column:2!important;margin:0!important}.single-product .related.products ul.products li.product .button,.single-product .upsells.products ul.products li.product .button{grid-column:2!important;position:static!important;width:max-content!important;min-width:150px!important;margin:0!important}
.single-product .related.products ul.products::-webkit-scrollbar,.single-product .upsells.products ul.products::-webkit-scrollbar,.woocommerce-cart .cross-sells ul.products::-webkit-scrollbar{height:8px}.single-product .related.products ul.products::-webkit-scrollbar-thumb,.single-product .upsells.products ul.products::-webkit-scrollbar-thumb,.woocommerce-cart .cross-sells ul.products::-webkit-scrollbar-thumb{background:var(--cscc-pink);border-radius:999px}
/* dropdown/menu and buttons */
.cscc-menu .cscc-submenu a{min-width:220px!important}.cscc-btn-dark{background:var(--cscc-navy)!important;color:#fff!important}.cscc-marketing-page{font-size:18px;line-height:1.7}.cscc-service-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;margin:24px 0}.cscc-service-grid section{background:#fff;border:1px solid var(--cscc-line);border-radius:18px;padding:24px;box-shadow:0 10px 26px rgba(6,23,51,.05)}.cscc-service-grid h3{font-family:"Exo 2";font-size:22px}.cscc-contact-form,.cscc-inline-quote-form{background:#fff;border:1px solid var(--cscc-line);border-radius:20px;padding:28px;box-shadow:var(--cscc-shadow);max-width:960px}.cscc-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.cscc-form-grid label{font-weight:800}.cscc-form-grid input,.cscc-form-grid textarea,.cscc-inline-quote-form input,.cscc-inline-quote-form textarea{width:100%;border:1px solid var(--cscc-line);border-radius:12px;padding:13px 14px;margin-top:6px;font:inherit}.cscc-full{grid-column:1/-1}.cscc-hp{position:absolute;left:-9999px}.cscc-form-success{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:12px;padding:14px 18px;margin-bottom:16px}.cscc-brand-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:14px}.cscc-brand-grid a{border:1px solid var(--cscc-line);border-radius:14px;padding:14px 16px;background:#fff;font-weight:800}
/* reduce visual layers on my account */
.woocommerce-account .woocommerce{box-shadow:none!important;border:0!important;background:transparent!important}.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{box-shadow:0 12px 30px rgba(6,23,51,.06)!important;border:1px solid var(--cscc-line)!important;background:#fff!important}
@media(max-width:1200px){.cscc-products-grid,.woocommerce ul.products{grid-template-columns:repeat(3,minmax(230px,1fr))!important}.single-product div.product{grid-template-columns:1fr!important}.single-product div.product .summary{grid-column:1!important}.woocommerce-cart .cart-collaterals{grid-template-columns:1fr!important}.woocommerce-cart .cart-collaterals .cart_totals{grid-column:1!important}.woocommerce-cart .cross-sells ul.products li.product,.single-product .related.products ul.products li.product,.single-product .upsells.products ul.products li.product{flex-basis:80%!important;max-width:80%!important}}
@media(max-width:900px){.cscc-mainbar{position:relative!important}.cscc-products-grid,.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important}.cscc-form-grid,.cscc-service-grid{grid-template-columns:1fr}.woocommerce-cart .cross-sells ul.products li.product,.single-product .related.products ul.products li.product,.single-product .upsells.products ul.products li.product{grid-template-columns:145px minmax(0,1fr)!important;flex-basis:92%!important;max-width:92%!important}.woocommerce-cart .cross-sells ul.products li.product img,.single-product .related.products ul.products li.product img,.single-product .upsells.products ul.products li.product img{width:135px!important;height:135px!important}.cscc-shop-controls{grid-template-columns:1fr!important}.cscc-suggestion-row{overflow-x:auto;padding-bottom:8px}}
@media(max-width:620px){.cscc-products-grid,.woocommerce ul.products{grid-template-columns:1fr!important}.woocommerce-cart .cross-sells ul.products li.product,.single-product .related.products ul.products li.product,.single-product .upsells.products ul.products li.product{grid-template-columns:1fr!important;flex-basis:96%!important;max-width:96%!important}.woocommerce-cart .cross-sells ul.products li.product img,.single-product .related.products ul.products li.product img,.single-product .upsells.products ul.products li.product img{grid-column:1!important;grid-row:auto!important;width:100%!important;height:180px!important}.cscc-hero{padding:30px 18px!important}.cscc-hero h1{font-size:32px!important}}


/* v1.1.2 final width and homepage/shop hero restoration */
.cscc-site-header,
.cscc-footer,
.cscc-front-page .cscc-hero,
.cscc-woo-archive > .cscc-shop-hero{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  left:auto!important;
  right:auto!important;
}
.cscc-topbar,
.cscc-mainbar,
.cscc-footer-main,
.cscc-footer-bottom{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}
.cscc-front-page .cscc-home-shop,
.cscc-woo-archive #cscc-shop-content{max-width:1680px!important;margin:0 auto!important;}

/* restore original dark banner style on homepage and shop */
.cscc-front-page .cscc-hero,
.cscc-woo-archive > .cscc-shop-hero{
  display:grid!important;
  visibility:visible!important;
  opacity:1!important;
  grid-template-columns:minmax(0,1fr) 360px!important;
  gap:42px!important;
  align-items:center!important;
  min-height:300px!important;
  padding:46px 72px!important;
  color:#fff!important;
  background-image:linear-gradient(110deg,rgba(6,23,51,.96) 0%,rgba(7,27,58,.88) 48%,rgba(4,17,38,.86) 100%),url('../images/coolside-hero-banner.svg')!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  position:relative!important;
  overflow:hidden!important;
}
.cscc-front-page .cscc-hero:before,
.cscc-woo-archive > .cscc-shop-hero:before{
  content:'';
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(255,255,255,.02),transparent 44%,rgba(255,255,255,.05));
  pointer-events:none;
}
.cscc-front-page .cscc-hero:after,
.cscc-woo-archive > .cscc-shop-hero:after{opacity:.22!important}
.cscc-front-page .cscc-hero>* ,
.cscc-woo-archive > .cscc-shop-hero>*{position:relative;z-index:1}
.cscc-front-page .cscc-hero h1,
.cscc-woo-archive > .cscc-shop-hero h1{
  font-family:"Exo 2"!important;
  font-size:58px!important;
  line-height:1.05!important;
  margin:0 0 16px!important;
  color:#fff!important;
  max-width:760px!important;
}
.cscc-front-page .cscc-hero p,
.cscc-woo-archive > .cscc-shop-hero p{max-width:700px!important;font-size:18px!important;line-height:1.55!important;color:#edf4ff!important;margin:0!important}
.cscc-front-page .cscc-ai-services-card,
.cscc-woo-archive > .cscc-shop-hero .cscc-ai-services-card{background:rgba(4,17,38,.74)!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:16px!important;padding:24px!important;box-shadow:0 18px 45px rgba(6,23,51,.18)!important}
.cscc-front-page .cscc-ai-services-card h2,
.cscc-woo-archive > .cscc-shop-hero .cscc-ai-services-card h2{margin:0 0 8px!important;color:#fff!important}
.cscc-front-page .cscc-ai-services-card p,
.cscc-woo-archive > .cscc-shop-hero .cscc-ai-services-card p{margin:0 0 12px!important;color:#dbe8ff!important;font-size:15px!important}
.cscc-front-page .cscc-ai-services-card ul,
.cscc-woo-archive > .cscc-shop-hero .cscc-ai-services-card ul{margin:12px 0 10px 0!important;padding-left:18px!important}
.cscc-front-page .cscc-ai-services-card li,
.cscc-woo-archive > .cscc-shop-hero .cscc-ai-services-card li{color:#f3f7ff!important;margin:8px 0!important}
.cscc-front-page .cscc-ai-services-card a,
.cscc-woo-archive > .cscc-shop-hero .cscc-ai-services-card a{color:#fff!important;font-weight:800!important}

@media(max-width:1200px){
  .cscc-front-page .cscc-hero,
  .cscc-woo-archive > .cscc-shop-hero{padding:36px 34px!important;grid-template-columns:minmax(0,1fr) 320px!important}
  .cscc-front-page .cscc-hero h1,
  .cscc-woo-archive > .cscc-shop-hero h1{font-size:48px!important}
}
@media(max-width:900px){
  .cscc-front-page .cscc-hero,
  .cscc-woo-archive > .cscc-shop-hero{grid-template-columns:1fr!important;min-height:0!important;padding:30px 20px!important;gap:24px!important}
  .cscc-front-page .cscc-hero h1,
  .cscc-woo-archive > .cscc-shop-hero h1{font-size:38px!important}
  .cscc-site-header,.cscc-footer,.cscc-front-page .cscc-hero,.cscc-woo-archive>.cscc-shop-hero{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}
}


/* v1.1.3 global full-width, banner and UX refinements */
html,body{max-width:none!important;overflow-x:hidden!important}
body{background:#fff!important}
.cscc-site-header,.cscc-footer,.cscc-global-front-hero,.cscc-front-page .cscc-hero,.cscc-woo-archive>.cscc-shop-hero{
  position:relative!important;left:50%!important;right:50%!important;width:100vw!important;max-width:100vw!important;margin-left:-50vw!important;margin-right:-50vw!important;box-sizing:border-box!important;
}
.cscc-topbar,.cscc-mainbar,.cscc-footer-main,.cscc-footer-bottom{max-width:none!important;width:100%!important;margin:0!important;box-sizing:border-box!important}
.cscc-topbar,.cscc-mainbar{padding-left:44px!important;padding-right:44px!important}.cscc-footer-main,.cscc-footer-bottom{padding-left:44px!important;padding-right:44px!important}
.cscc-site-header{z-index:1000!important}.cscc-mainbar{box-shadow:0 1px 0 rgba(6,23,51,.07)!important}
.cscc-global-front-hero,.cscc-front-page .cscc-hero,.cscc-woo-archive>.cscc-shop-hero{
  display:grid!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:42px!important;align-items:center!important;min-height:315px!important;padding:48px 76px!important;color:#fff!important;
  background-image:linear-gradient(110deg,rgba(6,23,51,.96) 0%,rgba(7,27,58,.87) 48%,rgba(4,17,38,.84) 100%),url('../images/coolside-hero-banner.svg')!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;overflow:hidden!important;
}
.cscc-global-front-hero:before,.cscc-front-page .cscc-hero:before,.cscc-woo-archive>.cscc-shop-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.03),transparent 42%,rgba(255,255,255,.04));pointer-events:none}.cscc-global-front-hero>*,.cscc-front-page .cscc-hero>*,.cscc-woo-archive>.cscc-shop-hero>*{position:relative;z-index:1}.cscc-global-front-hero h1,.cscc-front-page .cscc-hero h1,.cscc-woo-archive>.cscc-shop-hero h1{font-size:58px!important;line-height:1.05!important;color:#fff!important;margin:0 0 16px!important}.cscc-global-front-hero p,.cscc-front-page .cscc-hero p,.cscc-woo-archive>.cscc-shop-hero p{font-size:18px!important;line-height:1.55!important;color:#edf4ff!important;max-width:700px!important}
.cscc-global-front-hero .cscc-ai-services-card,.cscc-front-page .cscc-ai-services-card,.cscc-woo-archive>.cscc-shop-hero .cscc-ai-services-card{background:rgba(4,17,38,.76)!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:16px!important;padding:24px!important}
/* Reduce layers on account/pages and improve content width */
.cscc-standard-page,.cscc-woocommerce-page{max-width:1580px!important;margin-left:auto!important;margin-right:auto!important}.cscc-page-card,.woocommerce-account .woocommerce-MyAccount-content,.woocommerce-account .woocommerce-MyAccount-navigation ul{box-shadow:0 12px 32px rgba(6,23,51,.05)!important}
.woocommerce-account .woocommerce{max-width:1180px!important;margin:0 auto!important;grid-template-columns:260px minmax(0,1fr)!important;gap:26px!important;background:transparent!important;border:0!important;box-shadow:none!important}.woocommerce-account .woocommerce-MyAccount-navigation ul{border-radius:18px!important}.woocommerce-account table.shop_table{box-shadow:none!important}
/* Product loop buttons: keep segments useful */
.cscc-suggestion-row a[href*='microsoft-365'],.cscc-suggestion-row a[href*='google-workspace'],.cscc-suggestion-row a[href*='epson']{font-weight:900!important}
/* Services/contact content polish */
.cscc-contact-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin:20px 0}.cscc-contact-cards section,.cscc-career-list section{background:#fff;border:1px solid var(--cscc-line);border-radius:18px;padding:22px;box-shadow:0 10px 26px rgba(6,23,51,.05)}.cscc-career-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin:22px 0}.cscc-contact-form select{width:100%;border:1px solid var(--cscc-line);border-radius:12px;padding:13px 14px;margin-top:6px;font:inherit;background:#fff}.cscc-service-image{height:150px;border-radius:16px;margin-bottom:18px;background:linear-gradient(135deg,#061733,#0b65d8);position:relative;overflow:hidden}.cscc-service-image:after{content:'';position:absolute;inset:0;background:radial-gradient(circle at 80% 20%,rgba(255,255,255,.32),transparent 32%),repeating-linear-gradient(120deg,rgba(255,255,255,.12) 0 1px,transparent 1px 30px)}.cscc-img-ai{background:linear-gradient(135deg,#061733,#f50955)}.cscc-img-cloud{background:linear-gradient(135deg,#061733,#0b7cff)}.cscc-img-security{background:linear-gradient(135deg,#061733,#048853)}.cscc-img-connect{background:linear-gradient(135deg,#061733,#6f42c1)}.cscc-img-support,.cscc-img-care{background:linear-gradient(135deg,#061733,#f50955)}.cscc-img-delivery{background:linear-gradient(135deg,#061733,#0b7cff)}.cscc-img-warranty{background:linear-gradient(135deg,#061733,#048853)}.cscc-brand-logo-grid{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))!important}.cscc-brand-logo-card{min-height:130px;display:flex!important;flex-direction:column;gap:12px;align-items:center;justify-content:center;text-align:center}.cscc-brand-logo-mark{width:58px;height:58px;border-radius:16px;background:linear-gradient(135deg,var(--cscc-navy),var(--cscc-pink));display:grid;place-items:center;color:#fff;font-weight:900;font-family:'Exo 2'}
@media(max-width:900px){.cscc-topbar,.cscc-mainbar,.cscc-footer-main,.cscc-footer-bottom{padding-left:18px!important;padding-right:18px!important}.cscc-global-front-hero,.cscc-front-page .cscc-hero,.cscc-woo-archive>.cscc-shop-hero{left:auto!important;right:auto!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;grid-template-columns:1fr!important;padding:32px 20px!important;min-height:0!important}.cscc-global-front-hero h1,.cscc-front-page .cscc-hero h1,.cscc-woo-archive>.cscc-shop-hero h1{font-size:36px!important}.cscc-contact-cards,.cscc-career-list,.woocommerce-account .woocommerce{grid-template-columns:1fr!important}}


/* v1.1.4 complete fix: global full-width structure and centralised front banner */
html,body{width:100%!important;max-width:none!important;overflow-x:hidden!important;background:#fff!important}
body .cscc-site-header,body .cscc-footer,body .cscc-global-front-hero{
  display:block!important;
  position:relative!important;
  left:50%!important;
  right:50%!important;
  width:100vw!important;
  max-width:100vw!important;
  margin-left:-50vw!important;
  margin-right:-50vw!important;
  box-sizing:border-box!important;
  transform:none!important;
}
body .cscc-site-header{z-index:1000!important;background:#fff!important}
body .cscc-topbar,body .cscc-mainbar,body .cscc-footer-main,body .cscc-footer-bottom{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  box-sizing:border-box!important;
}
body .cscc-topbar,body .cscc-mainbar{padding-left:44px!important;padding-right:44px!important}
body .cscc-footer-main,body .cscc-footer-bottom{padding-left:44px!important;padding-right:44px!important}

/* Header-level hero: prevents missing banner when homepage is Shop/static page */
body .cscc-global-front-hero{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 360px!important;
  gap:42px!important;
  align-items:center!important;
  min-height:330px!important;
  padding:48px 76px!important;
  color:#fff!important;
  background-image:linear-gradient(110deg,rgba(6,23,51,.96) 0%,rgba(7,27,58,.88) 48%,rgba(4,17,38,.86) 100%),url('../images/coolside-hero-banner.svg')!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  overflow:hidden!important;
  visibility:visible!important;
  opacity:1!important;
}
body .cscc-global-front-hero:before{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.03),transparent 42%,rgba(255,255,255,.05));pointer-events:none}
body .cscc-global-front-hero>*{position:relative;z-index:1}
body .cscc-global-front-hero h1{font-family:"Exo 2"!important;font-size:58px!important;line-height:1.05!important;margin:0 0 16px!important;color:#fff!important;max-width:780px!important}
body .cscc-global-front-hero p{max-width:700px!important;font-size:18px!important;line-height:1.55!important;color:#edf4ff!important;margin:0!important}
body .cscc-global-front-hero .cscc-ai-services-card{background:rgba(4,17,38,.76)!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:16px!important;padding:24px!important;box-shadow:0 18px 45px rgba(6,23,51,.18)!important}
body .cscc-global-front-hero .cscc-ai-services-card li{color:#f3f7ff!important;margin:8px 0!important}

/* Avoid duplicate old hero after centralised header hero */
.cscc-front-page > .cscc-hero,.cscc-woo-archive > .cscc-shop-hero{display:none!important}

/* Keep homepage and shop content correctly centred beneath full-width banner */
.cscc-front-page .cscc-home-shop,.cscc-woo-archive #cscc-shop-content{max-width:1680px!important;margin:0 auto!important;width:100%!important}

/* Better product suggestion rows and no-empty-segment affordance */
.cscc-suggestion-row a[href*="microsoft-365"],.cscc-suggestion-row a[href*="epson"],.cscc-suggestion-row a[href*="google-workspace"]{border-color:#ffd1df!important;color:var(--cscc-text)!important;background:#fff!important}
.cscc-suggestion-row a:hover{border-color:var(--cscc-pink)!important;color:var(--cscc-pink)!important}

/* Browse catalogue addition clarity */
.cscc-catalogue li a[href*="websites"] .cscc-cat-icon{color:var(--cscc-pink)!important}

/* Brand logos/cards */
.cscc-brand-logo-grid,.cscc-brand-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(150px,1fr))!important;gap:16px!important}
.cscc-brand-logo-card,.cscc-brand-grid a{min-height:128px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;border:1px solid var(--cscc-line)!important;border-radius:16px!important;background:#fff!important;box-shadow:0 10px 26px rgba(6,23,51,.05)!important;font-weight:900!important}
.cscc-brand-logo-mark{width:58px!important;height:58px!important;border-radius:16px!important;background:linear-gradient(135deg,var(--cscc-navy),var(--cscc-pink))!important;color:#fff!important;display:grid!important;place-items:center!important;font-family:"Exo 2"!important;font-weight:900!important;margin-bottom:10px!important}

/* Pages: reduce nested layer effect and improve readability */
.cscc-standard-page,.cscc-woocommerce-page{max-width:1580px!important;margin-left:auto!important;margin-right:auto!important}
.cscc-page-card{box-shadow:0 12px 32px rgba(6,23,51,.05)!important;border-radius:18px!important}
.cscc-marketing-page{max-width:1280px!important;margin:0 auto!important;font-size:18px!important;line-height:1.75!important}
.cscc-service-grid{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:22px!important;margin:24px 0!important}
.cscc-service-grid section,.cscc-contact-cards section,.cscc-career-list section{background:#fff!important;border:1px solid var(--cscc-line)!important;border-radius:18px!important;padding:24px!important;box-shadow:0 10px 26px rgba(6,23,51,.05)!important}
.cscc-contact-form select{width:100%!important;border:1px solid var(--cscc-line)!important;border-radius:12px!important;padding:13px 14px!important;margin-top:6px!important;font:inherit!important;background:#fff!important}

/* Faster perceived layout: contain heavy product grids */
.cscc-products-grid,.woocommerce ul.products{contain:layout style!important}
.woocommerce ul.products li.product img,.cscc-product-card img{background:#fff!important}

@media(max-width:900px){
  body .cscc-site-header,body .cscc-footer,body .cscc-global-front-hero{left:auto!important;right:auto!important;width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important}
  body .cscc-topbar,body .cscc-mainbar,body .cscc-footer-main,body .cscc-footer-bottom{padding-left:18px!important;padding-right:18px!important}
  body .cscc-global-front-hero{grid-template-columns:1fr!important;min-height:0!important;padding:32px 20px!important;gap:24px!important}
  body .cscc-global-front-hero h1{font-size:36px!important}
  .cscc-service-grid,.cscc-contact-cards,.cscc-career-list{grid-template-columns:1fr!important}
}


/* v1.1.5 focused full-width and banner correction */
html,body{width:100%!important;max-width:none!important;overflow-x:hidden!important;background:#fff!important}
body .cscc-site-header,body .cscc-footer{width:100%!important;max-width:none!important;margin:0!important;position:relative!important;left:auto!important;right:auto!important;transform:none!important;}
body .cscc-site-header .cscc-topbar,body .cscc-site-header .cscc-mainbar,body .cscc-footer .cscc-footer-main,body .cscc-footer .cscc-footer-bottom{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;box-sizing:border-box!important;padding-left:44px!important;padding-right:44px!important;}
body .cscc-site-header .cscc-global-front-hero{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;display:grid!important;visibility:visible!important;opacity:1!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:42px!important;align-items:center!important;min-height:330px!important;padding:48px 76px!important;color:#fff!important;background-image:linear-gradient(110deg,rgba(6,23,51,.96) 0%,rgba(7,27,58,.88) 48%,rgba(4,17,38,.86) 100%),url('../images/coolside-hero-banner.svg')!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;overflow:hidden!important;}
body .cscc-site-header .cscc-global-front-hero h1{font-size:58px!important;line-height:1.05!important;color:#fff!important;margin:0 0 16px!important;max-width:780px!important;}
body .cscc-site-header .cscc-global-front-hero p{font-size:18px!important;line-height:1.55!important;color:#edf4ff!important;max-width:700px!important;margin:0!important;}
body .cscc-site-header .cscc-global-front-hero .cscc-ai-services-card{background:rgba(4,17,38,.76)!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:16px!important;padding:24px!important;}
body .cscc-front-page>.cscc-hero,body .cscc-woo-archive>.cscc-shop-hero{display:none!important;}
@media(max-width:1200px){body .cscc-site-header .cscc-global-front-hero{grid-template-columns:minmax(0,1fr) 320px!important;padding:38px 34px!important;}body .cscc-site-header .cscc-global-front-hero h1{font-size:48px!important;}}
@media(max-width:900px){body .cscc-site-header .cscc-topbar,body .cscc-site-header .cscc-mainbar,body .cscc-footer .cscc-footer-main,body .cscc-footer .cscc-footer-bottom,body .cscc-site-header .cscc-global-front-hero{width:100%!important;max-width:100%!important;margin-left:0!important;margin-right:0!important;padding-left:18px!important;padding-right:18px!important;}body .cscc-site-header .cscc-global-front-hero{grid-template-columns:1fr!important;min-height:0!important;padding-top:32px!important;padding-bottom:32px!important;}body .cscc-site-header .cscc-global-front-hero h1{font-size:36px!important;}}


/* v1.1.6 global full-width fix across all WordPress/WooCommerce wrappers */
html,body,#page,.site,.wp-site-blocks,.site-content,.content-area,#content,.entry-content,.woocommerce-page main,.woocommerce main{max-width:none!important;}
html,body{width:100%!important;max-width:none!important;overflow-x:hidden!important;margin:0!important;background:#fff!important;}
body .cscc-site-header,body .cscc-footer,body .cscc-site-header .cscc-global-front-hero{width:100vw!important;max-width:100vw!important;min-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;left:auto!important;right:auto!important;transform:none!important;box-sizing:border-box!important;position:relative!important;}
body .cscc-site-header .cscc-topbar,body .cscc-site-header .cscc-mainbar,body .cscc-footer .cscc-footer-main,body .cscc-footer .cscc-footer-bottom{width:100%!important;max-width:none!important;min-width:0!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;padding-left:44px!important;padding-right:44px!important;}
body .cscc-site-header .cscc-global-front-hero{display:grid!important;visibility:visible!important;opacity:1!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:42px!important;align-items:center!important;min-height:330px!important;padding:48px 76px!important;color:#fff!important;background-image:linear-gradient(110deg,rgba(6,23,51,.96) 0%,rgba(7,27,58,.88) 48%,rgba(4,17,38,.86) 100%),url('../images/coolside-hero-banner.svg')!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;overflow:hidden!important;}
body .cscc-site-header .cscc-global-front-hero h1{font-size:58px!important;line-height:1.05!important;color:#fff!important;margin:0 0 16px!important;max-width:780px!important;}
body .cscc-site-header .cscc-global-front-hero p{font-size:18px!important;line-height:1.55!important;color:#edf4ff!important;max-width:700px!important;margin:0!important;}
body .cscc-site-header .cscc-global-front-hero .cscc-ai-services-card{background:rgba(4,17,38,.76)!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:16px!important;padding:24px!important;}
body .cscc-front-page>.cscc-hero,body .cscc-woo-archive>.cscc-shop-hero{display:none!important;}
@media(max-width:1200px){body .cscc-site-header .cscc-global-front-hero{grid-template-columns:minmax(0,1fr) 320px!important;padding:38px 34px!important;}body .cscc-site-header .cscc-global-front-hero h1{font-size:48px!important;}}
@media(max-width:900px){body .cscc-site-header,body .cscc-footer,body .cscc-site-header .cscc-global-front-hero{width:100%!important;max-width:100%!important;min-width:0!important;margin-left:0!important;margin-right:0!important;}body .cscc-site-header .cscc-topbar,body .cscc-site-header .cscc-mainbar,body .cscc-footer .cscc-footer-main,body .cscc-footer .cscc-footer-bottom,body .cscc-site-header .cscc-global-front-hero{padding-left:18px!important;padding-right:18px!important;}body .cscc-site-header .cscc-global-front-hero{grid-template-columns:1fr!important;min-height:0!important;padding-top:32px!important;padding-bottom:32px!important;}body .cscc-site-header .cscc-global-front-hero h1{font-size:36px!important;}}


/* v1.1.7 force full-width across all pages and boxed wrappers */
html,body{width:100%!important;max-width:none!important;margin:0!important;overflow-x:hidden!important;}
body,#page,.site,.wp-site-blocks,.site-content,.content-area,#content,.entry-content,.is-layout-constrained,.wp-block-group,.wp-block-template-part{max-width:none!important;}
body .cscc-site-header,body header.cscc-site-header,body .cscc-footer,body footer.cscc-footer{width:100vw!important;max-width:100vw!important;min-width:100vw!important;position:relative!important;left:50%!important;right:50%!important;margin-left:-50vw!important;margin-right:-50vw!important;box-sizing:border-box!important;overflow:visible!important;transform:none!important;}
body .cscc-site-header .cscc-topbar,body .cscc-site-header .cscc-mainbar,body .cscc-footer .cscc-footer-main,body .cscc-footer .cscc-footer-bottom{width:100%!important;max-width:none!important;margin:0!important;box-sizing:border-box!important;}
body .cscc-site-header .cscc-global-front-hero{width:100%!important;max-width:none!important;min-width:0!important;left:auto!important;right:auto!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;}
body .cscc-front-page > .cscc-hero,body .cscc-woo-archive > .cscc-shop-hero{display:none!important;}


/* v1.1.8 banner/header/footer hard full-width correction */
html,body{width:100%!important;max-width:none!important;overflow-x:hidden!important;margin:0!important;padding:0!important}
#page,.site,.wp-site-blocks,.site-content,.content-area,#content,.entry-content,.is-layout-constrained,.wp-block-group,.wp-block-template-part{max-width:none!important;width:100%!important;margin-left:0!important;margin-right:0!important}
body .cscc-site-header,body header.cscc-site-header,body .cscc-footer,body footer.cscc-footer,body .cscc-global-front-hero{
  width:100vw!important;max-width:100vw!important;min-width:100vw!important;
  position:relative!important;left:50%!important;right:50%!important;
  margin-left:-50vw!important;margin-right:-50vw!important;box-sizing:border-box!important;
}
body .cscc-topbar,body .cscc-mainbar,body .cscc-footer-main,body .cscc-footer-bottom{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important}
body .cscc-global-front-hero{
  display:grid!important;visibility:visible!important;opacity:1!important;
  grid-template-columns:minmax(0,1fr) 360px!important;gap:42px!important;align-items:center!important;
  min-height:330px!important;padding:48px 76px!important;color:#fff!important;
  background-image:linear-gradient(110deg,rgba(6,23,51,.96) 0%,rgba(7,27,58,.88) 48%,rgba(4,17,38,.86) 100%),url('../images/coolside-hero-banner.svg')!important;
  background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;overflow:hidden!important;
}
body .cscc-global-front-hero h1{font-size:58px!important;line-height:1.05!important;color:#fff!important;margin:0 0 16px!important;max-width:780px!important}
body .cscc-global-front-hero p{font-size:18px!important;line-height:1.55!important;color:#edf4ff!important;max-width:700px!important;margin:0!important}
body .cscc-global-front-hero .cscc-ai-services-card{background:rgba(4,17,38,.76)!important;border:1px solid rgba(255,255,255,.24)!important;border-radius:16px!important;padding:24px!important}
.cscc-job-application-form input[type=file]{background:#fff;border:1px dashed var(--cscc-pink)!important;padding:18px!important}
@media(max-width:900px){body .cscc-site-header,body header.cscc-site-header,body .cscc-footer,body footer.cscc-footer,body .cscc-global-front-hero{width:100%!important;max-width:100%!important;min-width:0!important;left:auto!important;right:auto!important;margin-left:0!important;margin-right:0!important}body .cscc-global-front-hero{grid-template-columns:1fr!important;padding:32px 18px!important;min-height:0!important}body .cscc-global-front-hero h1{font-size:36px!important}}


/* v1.1.9 TRUE FULL-WIDTH OVERRIDE — last CSS rule wins */
html,body{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow-x:hidden!important;}
#page,.site,.wp-site-blocks,.site-content,.content-area,#content,.entry-content,.entry-content>*,.is-layout-constrained,.wp-block-group,.wp-block-template-part,.woocommerce-page main,.woocommerce main,.cscc-front-page,.cscc-woo-archive,.cscc-woocommerce-page{max-width:none!important;}
body .cscc-site-header,body header.cscc-site-header,body .cscc-footer,body footer.cscc-footer{width:100vw!important;max-width:100vw!important;min-width:100vw!important;position:relative!important;left:auto!important;right:auto!important;transform:none!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;box-sizing:border-box!important;overflow:visible!important;}
body .cscc-site-header .cscc-topbar,body .cscc-site-header .cscc-mainbar,body .cscc-site-header .cscc-global-front-hero,body .cscc-footer .cscc-footer-main,body .cscc-footer .cscc-footer-bottom{width:100%!important;max-width:none!important;min-width:0!important;margin-left:0!important;margin-right:0!important;left:auto!important;right:auto!important;transform:none!important;box-sizing:border-box!important;}
body .cscc-site-header .cscc-global-front-hero{display:grid!important;visibility:visible!important;opacity:1!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:42px!important;align-items:center!important;min-height:330px!important;padding:48px 76px!important;color:#fff!important;background-image:linear-gradient(110deg,rgba(6,23,51,.96) 0%,rgba(7,27,58,.88) 48%,rgba(4,17,38,.86) 100%),url('../images/coolside-hero-banner.svg')!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;overflow:hidden!important;}
body .cscc-front-page>.cscc-hero,body .cscc-woo-archive>.cscc-shop-hero{display:none!important;}
@media(max-width:1200px){body .cscc-site-header .cscc-global-front-hero{grid-template-columns:minmax(0,1fr) 320px!important;padding:38px 34px!important;}body .cscc-site-header .cscc-global-front-hero h1{font-size:48px!important;}}
@media(max-width:900px){body .cscc-site-header .cscc-global-front-hero{grid-template-columns:1fr!important;min-height:0!important;padding:32px 18px!important;}body .cscc-site-header .cscc-global-front-hero h1{font-size:36px!important;}body .cscc-site-header .cscc-topbar,body .cscc-site-header .cscc-mainbar,body .cscc-footer .cscc-footer-main,body .cscc-footer .cscc-footer-bottom{padding-left:18px!important;padding-right:18px!important;}}


/* v1.2.0: homepage banner/logo full-width fix and OEM brand page */
html,body{max-width:100%!important;overflow-x:hidden!important;}
body.home .cscc-front-page,
body.front-page .cscc-front-page,
.cscc-front-page{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;}
body.home .cscc-front-page .cscc-hero,
body.front-page .cscc-front-page .cscc-hero,
.cscc-front-page .cscc-hero,
.cscc-woo-archive>.cscc-shop-hero{
  width:100vw!important;
  max-width:100vw!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:calc(50% - 50vw)!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 360px!important;
  gap:42px!important;
  align-items:center!important;
  min-height:330px!important;
  padding:48px max(42px,calc((100vw - 1680px)/2 + 42px))!important;
  color:#fff!important;
  background-image:linear-gradient(110deg,rgba(6,23,51,.96) 0%,rgba(7,27,58,.88) 48%,rgba(4,17,38,.88) 100%),url('../images/coolside-hero-banner.svg')!important;
  background-size:cover!important;
  background-position:center center!important;
  background-repeat:no-repeat!important;
  overflow:hidden!important;
  position:relative!important;
}
body.home .cscc-front-page .cscc-hero h1,
body.front-page .cscc-front-page .cscc-hero h1,
.cscc-front-page .cscc-hero h1,
.cscc-woo-archive>.cscc-shop-hero h1{font-size:58px!important;line-height:1.05!important;color:#fff!important;max-width:780px!important;}
.cscc-front-page .cscc-hero p,.cscc-woo-archive>.cscc-shop-hero p{font-size:18px!important;color:#edf4ff!important;max-width:720px!important;}
.cscc-front-page .cscc-ai-services-card,.cscc-woo-archive>.cscc-shop-hero .cscc-ai-services-card{max-width:360px!important;justify-self:end!important;}
.cscc-site-header,.cscc-footer{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important;}
.cscc-topbar,.cscc-mainbar,.cscc-footer-main,.cscc-footer-bottom{width:100%!important;max-width:none!important;}
.cscc-brand-logo-intro{margin:0 0 24px;max-width:900px;}
.cscc-brand-logo-intro h3{font-family:"Exo 2";font-size:28px;margin:0 0 8px;}
.cscc-oem-brand-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))!important;gap:18px!important;align-items:stretch!important;}
.cscc-oem-logo-card{min-height:150px!important;display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;text-align:center!important;background:#fff!important;border:1px solid var(--cscc-line)!important;border-radius:18px!important;box-shadow:0 12px 30px rgba(6,23,51,.06)!important;padding:22px!important;transition:.2s!important;}
.cscc-oem-logo-card:hover{transform:translateY(-3px)!important;box-shadow:0 18px 45px rgba(6,23,51,.10)!important;border-color:#ffd1df!important;}
.cscc-oem-logo-wrap{height:56px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin-bottom:14px!important;}
.cscc-oem-logo-wrap img{max-height:48px!important;max-width:128px!important;object-fit:contain!important;display:block!important;}
.cscc-brand-logo-text{font-family:"Exo 2";font-weight:900;font-size:28px;letter-spacing:.04em;color:var(--cscc-navy);}
.cscc-oem-logo-card strong{font-size:16px!important;color:var(--cscc-text)!important;margin-bottom:4px!important;}
.cscc-oem-logo-card small{color:var(--cscc-pink)!important;font-weight:800!important;}
.cscc-brands-page ul,.cscc-brands-page .product-categories,.cscc-brands-page .wc-block-product-categories{display:none!important;}
@media(max-width:900px){.cscc-front-page .cscc-hero,.cscc-woo-archive>.cscc-shop-hero{grid-template-columns:1fr!important;padding:34px 20px!important}.cscc-front-page .cscc-ai-services-card,.cscc-woo-archive>.cscc-shop-hero .cscc-ai-services-card{justify-self:stretch!important;max-width:none!important}.cscc-front-page .cscc-hero h1,.cscc-woo-archive>.cscc-shop-hero h1{font-size:38px!important}}


/* v1.2.1 final full-width banner/header/footer fix */
html,body{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow-x:hidden!important;}
body .cscc-site-header,body header.cscc-site-header,body .cscc-footer,body footer.cscc-footer,body .cscc-global-front-hero{width:100vw!important;max-width:100vw!important;min-width:100vw!important;position:relative!important;left:50%!important;right:50%!important;margin-left:-50vw!important;margin-right:-50vw!important;transform:none!important;box-sizing:border-box!important;}
body .cscc-site-header .cscc-topbar,body .cscc-site-header .cscc-mainbar,body .cscc-footer .cscc-footer-main,body .cscc-footer .cscc-footer-bottom{width:100%!important;max-width:none!important;margin:0!important;left:auto!important;right:auto!important;box-sizing:border-box!important;}
body .cscc-site-header .cscc-global-front-hero{display:grid!important;visibility:visible!important;opacity:1!important;grid-template-columns:minmax(0,1fr) 360px!important;gap:42px!important;align-items:center!important;min-height:330px!important;padding:48px 76px!important;color:#fff!important;background-image:linear-gradient(110deg,rgba(6,23,51,.96) 0%,rgba(7,27,58,.88) 48%,rgba(4,17,38,.86) 100%),url('../images/coolside-hero-banner.svg')!important;background-size:cover!important;background-position:center center!important;background-repeat:no-repeat!important;overflow:hidden!important;}
body .cscc-front-page>.cscc-hero,body .cscc-woo-archive>.cscc-shop-hero{display:none!important;}
@media(max-width:900px){body .cscc-site-header,body header.cscc-site-header,body .cscc-footer,body footer.cscc-footer,body .cscc-global-front-hero{width:100%!important;max-width:100%!important;min-width:0!important;left:auto!important;right:auto!important;margin-left:0!important;margin-right:0!important;}body .cscc-site-header .cscc-global-front-hero{grid-template-columns:1fr!important;padding:32px 18px!important;min-height:0!important;}}


/* v1.2.2 final: true viewport-width header/footer/banner and two-line hero heading */
html,body{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow-x:hidden!important;}
body,#page,.site,.wp-site-blocks,.site-content,.content-area,#content,.entry-content,.is-layout-constrained,.wp-block-group,.wp-block-template-part{max-width:none!important;overflow:visible!important;}
body .cscc-site-header,body header.cscc-site-header,body .cscc-footer,body footer.cscc-footer,body .cscc-global-front-hero{width:100vw!important;max-width:100vw!important;min-width:100vw!important;position:relative!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;}
body .cscc-topbar,body .cscc-mainbar,body .cscc-footer-main,body .cscc-footer-bottom{width:100%!important;max-width:none!important;margin:0!important;left:auto!important;right:auto!important;transform:none!important;box-sizing:border-box!important;}
body .cscc-global-front-hero{grid-template-columns:minmax(0,1fr) 360px!important;overflow:hidden!important;background-size:cover!important;background-position:center!important;background-repeat:no-repeat!important;}
body .cscc-global-front-hero h1{max-width:1100px!important;font-size:clamp(42px,3.1vw,58px)!important;line-height:1.12!important;letter-spacing:.045em!important;white-space:normal!important;}
body .cscc-global-front-hero h1 .cscc-hero-line{display:block!important;white-space:nowrap!important;}
@media(max-width:900px){body .cscc-site-header,body header.cscc-site-header,body .cscc-footer,body footer.cscc-footer,body .cscc-global-front-hero{width:100%!important;max-width:100%!important;min-width:0!important;left:auto!important;transform:none!important;}body .cscc-global-front-hero{grid-template-columns:1fr!important;}body .cscc-global-front-hero h1 .cscc-hero-line{white-space:normal!important;}}


/* v1.2.3 audit UX fixes */
.cscc-no-products-help{background:#fff;border:1px solid var(--cscc-line);border-radius:18px;box-shadow:var(--cscc-shadow);padding:28px;margin:24px auto;max-width:960px;text-align:left}
.cscc-no-products-help h2{font-family:"Exo 2";margin-top:0}
.cscc-no-products-help p{font-size:17px;line-height:1.6}
.cscc-suggestion-row a[href*="microsoft-365"],.cscc-suggestion-row a[href*="epson"],.cscc-suggestion-row a[href*="google-workspace"]{white-space:nowrap}

/* v1.2.4 audit remediation: true full-width and catalogue UX */
html,body{width:100%!important;max-width:none!important;margin:0!important;padding:0!important;overflow-x:hidden!important}
body,#page,.site,.wp-site-blocks,.site-content,.content-area,#content,.entry-content,.is-layout-constrained,.wp-block-group,.wp-block-template-part{width:100%!important;max-width:none!important;margin-left:0!important;margin-right:0!important}
.cscc-site-header,.cscc-footer,.cscc-global-front-hero,.cscc-page-banner,.cscc-woo-archive>.cscc-shop-hero{width:100vw!important;max-width:100vw!important;min-width:100vw!important;position:relative!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;margin-left:0!important;margin-right:0!important;box-sizing:border-box!important;overflow:hidden!important}
.cscc-topbar,.cscc-mainbar,.cscc-footer-main,.cscc-footer-bottom{width:100%!important;max-width:none!important;box-sizing:border-box!important;margin-left:0!important;margin-right:0!important}
.cscc-global-front-hero h1 .cscc-hero-line{display:block!important;white-space:nowrap!important}.cscc-global-front-hero h1{line-height:1.1!important}
.cscc-no-products-help{background:#fff;border:1px solid var(--cscc-line);border-radius:18px;padding:28px;box-shadow:0 12px 30px rgba(6,23,51,.06);margin:24px 0}.cscc-no-products-help h2{font-family:"Exo 2";margin-top:0}.cscc-no-products-help .cscc-btn-outline.cscc-btn-dark{border-color:var(--cscc-navy);color:var(--cscc-navy)}
.cscc-segment-grid{margin-top:22px}.cscc-products-grid .product:empty{display:none!important}
@media(max-width:900px){.cscc-site-header,.cscc-footer,.cscc-global-front-hero,.cscc-page-banner,.cscc-woo-archive>.cscc-shop-hero{width:100%!important;max-width:100%!important;min-width:0!important;left:auto!important;transform:none!important}.cscc-global-front-hero h1 .cscc-hero-line{white-space:normal!important}}


/* v1.2.5 product gallery and related/cross-sell layout fixes */
body.single-product .woocommerce-product-gallery{position:relative!important;min-height:0!important;display:block!important;}
body.single-product .woocommerce-product-gallery__wrapper{display:block!important;width:100%!important;max-width:100%!important;margin:0!important;}
body.single-product .woocommerce-product-gallery__image{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;min-height:420px!important;background:#fbfcff!important;border-radius:16px!important;overflow:hidden!important;}
body.single-product .woocommerce-product-gallery__image a{display:flex!important;align-items:center!important;justify-content:center!important;width:100%!important;height:100%!important;}
body.single-product .woocommerce-product-gallery__image img{display:block!important;width:auto!important;max-width:100%!important;height:auto!important;max-height:520px!important;object-fit:contain!important;margin:auto!important;opacity:1!important;visibility:visible!important;}
body.single-product .flex-control-nav.flex-control-thumbs,
body.single-product ol.flex-control-nav,
body.single-product .woocommerce-product-gallery .flex-control-thumbs{list-style:none!important;margin:14px 0 0!important;padding:0!important;display:flex!important;gap:10px!important;flex-wrap:wrap!important;counter-reset:none!important;}
body.single-product .flex-control-nav.flex-control-thumbs li,
body.single-product ol.flex-control-nav li{list-style:none!important;margin:0!important;padding:0!important;width:72px!important;height:72px!important;border:1px solid var(--cscc-line)!important;border-radius:10px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;}
body.single-product .flex-control-nav.flex-control-thumbs li::marker,
body.single-product ol.flex-control-nav li::marker{content:""!important;display:none!important;}
body.single-product .flex-control-nav.flex-control-thumbs img{width:100%!important;height:100%!important;object-fit:contain!important;padding:6px!important;opacity:.75!important;}
body.single-product .flex-control-nav.flex-control-thumbs img.flex-active{opacity:1!important;border:2px solid var(--cscc-pink)!important;border-radius:8px!important;}
body.single-product .woocommerce-product-gallery__image:empty,
body.single-product .flex-control-nav li:empty{display:none!important;}

/* Segment product grids and loop cards */
.cscc-segment-grid .product,.cscc-products-grid .product{min-height:320px!important;}
.cscc-segment-grid .product img,.cscc-products-grid .product img{object-fit:contain!important;background:#fff!important;}

/* Cross-sell and related products: two visible, image left, no overlap */
.woocommerce-cart .cross-sells,
body.single-product .related.products,
body.single-product .upsells.products{width:100%!important;max-width:1560px!important;margin:34px auto!important;padding:30px!important;border:1px solid var(--cscc-line)!important;border-radius:22px!important;background:#fff!important;box-shadow:0 14px 42px rgba(6,23,51,.06)!important;overflow:hidden!important;}
.woocommerce-cart .cross-sells h2,
body.single-product .related.products h2,
body.single-product .upsells.products h2{font-family:"Exo 2",Arial,sans-serif!important;font-size:30px!important;line-height:1.15!important;margin:0 0 22px!important;color:var(--cscc-text)!important;}
.woocommerce-cart .cross-sells ul.products,
body.single-product .related.products ul.products,
body.single-product .upsells.products ul.products{display:flex!important;flex-wrap:nowrap!important;gap:22px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;margin:0!important;padding:4px 4px 20px!important;list-style:none!important;grid-template-columns:none!important;}
.woocommerce-cart .cross-sells ul.products li.product,
body.single-product .related.products ul.products li.product,
body.single-product .upsells.products ul.products li.product{float:none!important;clear:none!important;flex:0 0 calc((100% - 22px)/2)!important;max-width:calc((100% - 22px)/2)!important;width:calc((100% - 22px)/2)!important;min-width:520px!important;min-height:245px!important;margin:0!important;padding:22px!important;display:grid!important;grid-template-columns:190px minmax(0,1fr)!important;grid-template-rows:auto auto auto 1fr!important;column-gap:22px!important;row-gap:10px!important;align-items:center!important;border:1px solid var(--cscc-line)!important;border-radius:18px!important;background:#fff!important;box-shadow:0 10px 28px rgba(6,23,51,.045)!important;scroll-snap-align:start!important;overflow:hidden!important;position:relative!important;}
.woocommerce-cart .cross-sells ul.products li.product a.woocommerce-LoopProduct-link,
body.single-product .related.products ul.products li.product a.woocommerce-LoopProduct-link,
body.single-product .upsells.products ul.products li.product a.woocommerce-LoopProduct-link{display:contents!important;}
.woocommerce-cart .cross-sells ul.products li.product img,
body.single-product .related.products ul.products li.product img,
body.single-product .upsells.products ul.products li.product img{grid-column:1!important;grid-row:1/5!important;width:180px!important;height:180px!important;max-width:180px!important;max-height:180px!important;object-fit:contain!important;background:#f8fafc!important;border-radius:14px!important;padding:12px!important;margin:0!important;align-self:center!important;justify-self:center!important;}
.woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title,
body.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
body.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title{grid-column:2!important;grid-row:1!important;font-family:"Exo 2",Arial,sans-serif!important;font-size:22px!important;line-height:1.18!important;min-height:0!important;max-height:78px!important;margin:0!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;word-break:normal!important;hyphens:none!important;}
.woocommerce-cart .cross-sells ul.products li.product .price,
body.single-product .related.products ul.products li.product .price,
body.single-product .upsells.products ul.products li.product .price{grid-column:2!important;grid-row:2!important;margin:0!important;color:var(--cscc-pink)!important;font-weight:900!important;display:flex!important;gap:12px!important;flex-wrap:wrap!important;}
.woocommerce-cart .cross-sells ul.products li.product .button,
body.single-product .related.products ul.products li.product .button,
body.single-product .upsells.products ul.products li.product .button{grid-column:2!important;grid-row:3!important;position:static!important;width:max-content!important;min-width:150px!important;max-width:100%!important;margin:4px 0 0!important;background:var(--cscc-navy)!important;color:#fff!important;border-radius:10px!important;padding:12px 18px!important;white-space:nowrap!important;}
.woocommerce-cart .cross-sells ul.products::-webkit-scrollbar,
body.single-product .related.products ul.products::-webkit-scrollbar,
body.single-product .upsells.products ul.products::-webkit-scrollbar{height:8px!important;}
.woocommerce-cart .cross-sells ul.products::-webkit-scrollbar-thumb,
body.single-product .related.products ul.products::-webkit-scrollbar-thumb,
body.single-product .upsells.products ul.products::-webkit-scrollbar-thumb{background:var(--cscc-pink)!important;border-radius:999px!important;}

@media(max-width:900px){
  .woocommerce-cart .cross-sells ul.products li.product,
  body.single-product .related.products ul.products li.product,
  body.single-product .upsells.products ul.products li.product{flex-basis:88%!important;max-width:88%!important;width:88%!important;min-width:0!important;grid-template-columns:145px minmax(0,1fr)!important;padding:18px!important;}
  .woocommerce-cart .cross-sells ul.products li.product img,
  body.single-product .related.products ul.products li.product img,
  body.single-product .upsells.products ul.products li.product img{width:135px!important;height:135px!important;max-width:135px!important;max-height:135px!important;}
  body.single-product .woocommerce-product-gallery__image{min-height:300px!important;}
}
@media(max-width:560px){
  .woocommerce-cart .cross-sells ul.products li.product,
  body.single-product .related.products ul.products li.product,
  body.single-product .upsells.products ul.products li.product{grid-template-columns:1fr!important;flex-basis:94%!important;max-width:94%!important;width:94%!important;}
  .woocommerce-cart .cross-sells ul.products li.product img,
  body.single-product .related.products ul.products li.product img,
  body.single-product .upsells.products ul.products li.product img{grid-column:1!important;grid-row:auto!important;width:100%!important;max-width:100%!important;height:180px!important;max-height:180px!important;}
  .woocommerce-cart .cross-sells ul.products li.product .woocommerce-loop-product__title,
  .woocommerce-cart .cross-sells ul.products li.product .price,
  .woocommerce-cart .cross-sells ul.products li.product .button,
  body.single-product .related.products ul.products li.product .woocommerce-loop-product__title,
  body.single-product .related.products ul.products li.product .price,
  body.single-product .related.products ul.products li.product .button,
  body.single-product .upsells.products ul.products li.product .woocommerce-loop-product__title,
  body.single-product .upsells.products ul.products li.product .price,
  body.single-product .upsells.products ul.products li.product .button{grid-column:1!important;}
}


/* v1.2.6 audit fix: AI search/chat and single-product template */
.cscc-ai-search-results{max-height:560px;overflow:auto}.cscc-ai-chat-answer{background:#f8fafc;border:1px solid var(--cscc-line);border-radius:12px;padding:13px 14px;margin-bottom:10px}.cscc-ai-chat-answer p{margin:6px 0 0;line-height:1.5}.cscc-ai-segments,.cscc-ai-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}.cscc-ai-chip{display:inline-flex;border:1px solid #ffd1df;color:var(--cscc-pink);background:#fff;border-radius:999px;padding:7px 12px;font-weight:800;font-size:13px}.cscc-ai-actions .cscc-btn{padding:9px 13px;font-size:13px}.cscc-btn-dark{background:var(--cscc-navy)!important;color:#fff!important}.cscc-hero h1{white-space:normal!important}.cscc-hero h1 br{display:block!important}.cscc-front-page .cscc-hero h1,.cscc-woo-archive .cscc-shop-hero h1{max-width:900px!important}.cscc-front-page .cscc-hero,.cscc-woo-archive>.cscc-shop-hero,.cscc-site-header,.cscc-footer{width:100vw!important;max-width:100vw!important;margin-left:calc(50% - 50vw)!important;margin-right:calc(50% - 50vw)!important}

.cscc-single-product-page{max-width:1680px!important;margin:0 auto!important;padding:34px 28px!important}.cscc-product-detail-shell{display:grid;grid-template-columns:minmax(520px,1.05fr) minmax(420px,.95fr);gap:34px;align-items:start}.cscc-product-gallery-box,.cscc-product-summary-box,.cscc-product-description-wide,.cscc-product-recommendations>section,.cscc-product-recommendations .related.products,.cscc-product-recommendations .upsells.products{background:#fff;border:1px solid var(--cscc-line);border-radius:22px;box-shadow:0 14px 42px rgba(6,23,51,.06)}.cscc-product-gallery-box{padding:28px;min-height:560px;display:flex;flex-direction:column;align-items:center;justify-content:center}.cscc-main-product-image{width:100%;min-height:420px;display:flex;align-items:center;justify-content:center;background:#fbfcff;border:1px solid var(--cscc-line);border-radius:18px;padding:22px}.cscc-main-product-image img{max-width:100%;max-height:520px;object-fit:contain}.cscc-product-thumbs{display:flex;gap:10px;overflow-x:auto;width:100%;padding:14px 4px 0;margin-top:12px}.cscc-product-thumbs a{flex:0 0 74px;width:74px;height:74px;border:1px solid var(--cscc-line);border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center}.cscc-product-thumbs img{max-width:64px;max-height:64px;object-fit:contain}.cscc-product-summary-box{padding:30px}.cscc-product-summary-box .product_title{font-family:"Exo 2";font-size:34px;line-height:1.18;letter-spacing:.06em;margin:0 0 18px}.cscc-product-summary-box .price{font-size:24px;color:var(--cscc-pink);font-weight:900;border-top:1px solid var(--cscc-line);border-bottom:1px solid var(--cscc-line);padding:18px 0;display:flex;gap:14px;flex-wrap:wrap}.cscc-product-summary-box form.cart{display:flex;gap:12px;align-items:center;flex-wrap:wrap;margin:24px 0}.cscc-product-summary-box form.cart .quantity input{height:52px;border:1px solid var(--cscc-line);border-radius:10px}.cscc-product-summary-box form.cart .button{flex:1;min-width:220px;background:var(--cscc-pink)!important;color:#fff!important;border-radius:10px!important;padding:16px!important}.cscc-product-cta-row{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin:18px 0}.cscc-product-cta-row .cscc-btn{justify-content:center}.cscc-product-meta-card{background:#f8fafc;border-radius:14px;padding:16px;margin-top:18px;color:var(--cscc-muted)}.cscc-product-description-wide{max-width:100%;margin:34px 0;padding:30px}.cscc-product-description-wide .woocommerce-tabs{padding:0!important;border:0!important;box-shadow:none!important}.cscc-product-description-wide .panel{width:100%!important;max-width:none!important;line-height:1.8}.cscc-product-recommendations{display:grid;grid-template-columns:1fr 1fr;gap:28px;align-items:start}.cscc-product-recommendations .related.products,.cscc-product-recommendations .upsells.products{padding:28px;overflow:hidden}.cscc-product-recommendations ul.products{display:flex!important;grid-template-columns:none!important;flex-wrap:nowrap!important;gap:20px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding:4px 4px 20px!important}.cscc-product-recommendations ul.products li.product{flex:0 0 calc((100% - 20px)/2)!important;max-width:calc((100% - 20px)/2)!important;display:grid!important;grid-template-columns:135px minmax(0,1fr)!important;gap:14px!important;align-items:center!important;padding:18px!important;min-height:210px!important;overflow:hidden!important}.cscc-product-recommendations ul.products li.product a.woocommerce-LoopProduct-link{display:contents!important}.cscc-product-recommendations ul.products li.product img{grid-column:1!important;grid-row:1/5!important;width:125px!important;height:125px!important;object-fit:contain!important;background:#f8fafc!important;border-radius:14px!important;padding:10px!important;margin:0!important}.cscc-product-recommendations ul.products li.product .woocommerce-loop-product__title{grid-column:2!important;font-size:18px!important;line-height:1.25!important;max-height:68px!important;-webkit-line-clamp:3!important;overflow:hidden!important}.cscc-product-recommendations ul.products li.product .price{grid-column:2!important}.cscc-product-recommendations ul.products li.product .button{grid-column:2!important;position:static!important;width:max-content!important;max-width:100%!important;white-space:normal!important}
.cscc-no-products-help{border:1px solid var(--cscc-line);border-radius:18px;padding:28px;background:#fff;box-shadow:var(--cscc-shadow);margin:22px 0}.cscc-no-products-help h2{font-family:"Exo 2";margin-top:0}
@media(max-width:1100px){.cscc-product-detail-shell,.cscc-product-recommendations{grid-template-columns:1fr}.cscc-product-gallery-box{min-height:0}.cscc-main-product-image{min-height:320px}.cscc-product-recommendations ul.products li.product{flex-basis:80%!important;max-width:80%!important}}
@media(max-width:640px){.cscc-single-product-page{padding:18px!important}.cscc-product-summary-box .product_title{font-size:26px}.cscc-product-cta-row{grid-template-columns:1fr}.cscc-product-recommendations ul.products li.product{grid-template-columns:1fr!important;flex-basis:96%!important;max-width:96%!important}.cscc-product-recommendations ul.products li.product img{grid-column:1!important;grid-row:auto!important;width:100%!important;height:170px!important}}

/* v1.2.7 final merged priority polish */
.cscc-hero h1 span{display:block;white-space:nowrap}.cscc-hero h1{word-spacing:.04em}.cscc-front-page .cscc-hero h1,.cscc-woo-archive .cscc-hero h1{max-width:900px!important}.cscc-home-shop h1,.cscc-product-area>h1{font-size:0!important;line-height:0!important;margin:0!important}.cscc-product-area>h1::after{content:'Shop';display:block;font-family:"Exo 2";font-size:32px;line-height:1.2;margin:18px 0;color:var(--cscc-text)}
.cscc-product-detail-shell{max-width:1580px!important;margin:28px auto!important;display:grid!important;grid-template-columns:minmax(520px,52%) minmax(420px,1fr)!important;gap:36px!important;align-items:start!important}.cscc-product-gallery-box,.cscc-product-summary-box,.cscc-product-description-wide,.cscc-product-recommendations{background:#fff;border:1px solid var(--cscc-line);border-radius:20px;box-shadow:0 14px 36px rgba(6,23,51,.06);padding:28px}.cscc-main-product-image{min-height:440px;display:flex;align-items:center;justify-content:center;background:#fbfcff;border-radius:16px}.cscc-main-product-image img{max-height:430px;width:auto;max-width:100%;object-fit:contain}.cscc-product-thumbs{display:flex;gap:12px;overflow-x:auto;margin-top:16px}.cscc-product-thumbs a{width:82px;height:82px;flex:0 0 82px;background:#f7f9fc;border:1px solid var(--cscc-line);border-radius:12px;display:flex;align-items:center;justify-content:center}.cscc-product-thumbs img{max-width:76px;max-height:76px;object-fit:contain}.cscc-product-description-wide,.cscc-product-recommendations{max-width:1580px!important;margin:28px auto!important}.cscc-product-recommendations ul.products,.related.products ul.products,.upsells.products ul.products,.cross-sells ul.products{display:flex!important;gap:22px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;grid-template-columns:none!important}.cscc-product-recommendations ul.products li.product,.related.products ul.products li.product,.upsells.products ul.products li.product,.cross-sells ul.products li.product{flex:0 0 calc((100% - 22px)/2)!important;display:grid!important;grid-template-columns:180px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;min-height:230px!important;scroll-snap-align:start!important}.cscc-product-recommendations ul.products li.product img,.related.products ul.products li.product img,.upsells.products ul.products li.product img,.cross-sells ul.products li.product img{grid-column:1!important;grid-row:1/5!important;width:170px!important;height:170px!important;object-fit:contain!important;background:#f7f9fc!important;border-radius:14px!important;padding:10px!important}.cscc-product-recommendations .woocommerce-loop-product__title,.related .woocommerce-loop-product__title,.upsells .woocommerce-loop-product__title,.cross-sells .woocommerce-loop-product__title{grid-column:2!important;font-size:19px!important;line-height:1.25!important;max-height:74px!important;overflow:hidden!important}.cscc-product-recommendations .price,.related .price,.upsells .price,.cross-sells .price,.cscc-product-recommendations .button,.related .button,.upsells .button,.cross-sells .button{grid-column:2!important}.woocommerce ul.products li.product a img[src=""],.woocommerce ul.products li.product img:not([src]){display:none!important}
@media(max-width:1100px){.cscc-product-detail-shell{grid-template-columns:1fr!important}.cscc-product-recommendations ul.products li.product,.related.products ul.products li.product,.upsells.products ul.products li.product,.cross-sells ul.products li.product{flex-basis:86%!important;grid-template-columns:150px minmax(0,1fr)!important}.cscc-product-recommendations ul.products li.product img,.related.products ul.products li.product img,.upsells.products ul.products li.product img,.cross-sells ul.products li.product img{width:140px!important;height:140px!important}}@media(max-width:620px){.cscc-product-recommendations ul.products li.product,.related.products ul.products li.product,.upsells.products ul.products li.product,.cross-sells ul.products li.product{grid-template-columns:1fr!important;flex-basis:96%!important}.cscc-product-recommendations ul.products li.product img,.related.products ul.products li.product img,.upsells.products ul.products li.product img,.cross-sells ul.products li.product img{grid-column:1!important;grid-row:auto!important;width:100%!important;height:180px!important}}


/* v1.2.8 template/category remediation polish */
.cscc-product-detail-shell{max-width:1560px;margin:32px auto;display:grid;grid-template-columns:minmax(480px,1fr) minmax(420px,.92fr);gap:34px;align-items:start;padding:0 28px;}
.cscc-product-gallery-box,.cscc-product-summary-box,.cscc-product-description-wide,.cscc-product-recommendations{background:#fff;border:1px solid var(--cscc-line);border-radius:22px;box-shadow:0 14px 38px rgba(6,23,51,.06);}
.cscc-product-gallery-box{min-height:520px;display:flex;align-items:center;justify-content:center;padding:30px;overflow:hidden;}
.cscc-main-product-image img{max-width:100%;max-height:480px;object-fit:contain;display:block;margin:auto;}
.cscc-product-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:16px;}
.cscc-product-thumbs a:empty,.cscc-product-thumbs img[src=""],.woocommerce-product-gallery__image:empty{display:none!important;}
.cscc-product-summary-box{padding:30px;}
.cscc-product-description-wide,.cscc-product-recommendations{max-width:1500px;margin:28px auto;padding:30px;}
.cscc-product-recommendations ul.products,.related.products ul.products,.upsells.products ul.products,.cross-sells ul.products{display:flex!important;gap:22px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important;padding:6px 8px 20px!important;grid-template-columns:none!important;}
.cscc-product-recommendations ul.products li.product,.related.products ul.products li.product,.upsells.products ul.products li.product,.cross-sells ul.products li.product{flex:0 0 calc((100% - 22px)/2)!important;max-width:calc((100% - 22px)/2)!important;display:grid!important;grid-template-columns:180px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;min-height:230px!important;padding:22px!important;overflow:hidden!important;}
.related.products ul.products li.product a.woocommerce-LoopProduct-link,.upsells.products ul.products li.product a.woocommerce-LoopProduct-link,.cross-sells ul.products li.product a.woocommerce-LoopProduct-link{display:contents!important;}
.related.products ul.products li.product img,.upsells.products ul.products li.product img,.cross-sells ul.products li.product img{grid-column:1!important;grid-row:1/5!important;width:170px!important;height:170px!important;object-fit:contain!important;background:#f7f9fc!important;border-radius:16px!important;padding:12px!important;margin:0!important;}
.related.products ul.products li.product .woocommerce-loop-product__title,.upsells.products ul.products li.product .woocommerce-loop-product__title,.cross-sells ul.products li.product .woocommerce-loop-product__title{grid-column:2!important;font-size:20px!important;line-height:1.25!important;max-height:78px!important;overflow:hidden!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;margin:0!important;}
.related.products ul.products li.product .price,.upsells.products ul.products li.product .price,.cross-sells ul.products li.product .price{grid-column:2!important;margin:0!important;}
.related.products ul.products li.product .button,.upsells.products ul.products li.product .button,.cross-sells ul.products li.product .button{grid-column:2!important;position:static!important;width:max-content!important;min-width:150px!important;margin:0!important;}
.cscc-no-products-help{background:#fff;border:1px solid var(--cscc-line);border-radius:18px;box-shadow:var(--cscc-shadow);padding:30px;margin:24px 0;}
.cscc-no-products-links{display:flex;gap:12px;flex-wrap:wrap;margin-top:16px;}
@media(max-width:980px){.cscc-product-detail-shell{grid-template-columns:1fr}.cscc-product-recommendations ul.products li.product,.related.products ul.products li.product,.upsells.products ul.products li.product,.cross-sells ul.products li.product{flex-basis:88%!important;max-width:88%!important;}}
@media(max-width:620px){.cscc-product-recommendations ul.products li.product,.related.products ul.products li.product,.upsells.products ul.products li.product,.cross-sells ul.products li.product{grid-template-columns:1fr!important;flex-basis:96%!important;max-width:96%!important}.related.products ul.products li.product img,.upsells.products ul.products li.product img,.cross-sells ul.products li.product img{grid-column:1!important;grid-row:auto!important;width:100%!important;height:180px!important}.cscc-product-detail-shell{padding:0 14px}.cscc-product-gallery-box{min-height:320px}}


/* v1.2.9 audit remediation visuals */
.cscc-global-front-hero h1 .cscc-hero-line:first-child::after{content:"";}
.cscc-home-shop .cscc-product-area > h1,.cscc-woo-archive .cscc-product-area > h1{font-size:32px!important;}
.woocommerce .cscc-no-products-help{background:#fff;border:1px solid var(--cscc-line);border-radius:18px;box-shadow:var(--cscc-shadow);padding:28px;margin:24px 0;max-width:980px}.cscc-no-products-links{display:flex;gap:12px;flex-wrap:wrap}.cscc-product-detail-shell{max-width:1540px!important;margin:32px auto!important;display:grid!important;grid-template-columns:minmax(520px,1fr) minmax(420px,.85fr)!important;gap:36px!important;align-items:start!important}.cscc-product-gallery-box,.cscc-product-summary-box,.cscc-product-description-wide,.cscc-product-recommendations{border:1px solid var(--cscc-line);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(6,23,51,.06);padding:30px}.cscc-main-product-image{min-height:520px;display:flex;align-items:center;justify-content:center;background:#fbfcff;border-radius:18px;overflow:hidden}.cscc-main-product-image img{max-width:100%;max-height:520px;object-fit:contain}.cscc-product-thumbs{display:flex;gap:10px;flex-wrap:wrap;margin-top:14px}.cscc-product-thumbs a{width:76px;height:76px;display:flex;align-items:center;justify-content:center;border:1px solid var(--cscc-line);border-radius:12px;background:#fff}.cscc-product-thumbs img{max-width:68px;max-height:68px;object-fit:contain}.woocommerce-product-gallery .flex-control-thumbs li img[src=""],.woocommerce-product-gallery .flex-control-thumbs li:empty{display:none!important}.woocommerce-product-gallery .flex-control-thumbs{list-style:none!important}.cscc-product-description-wide,.cscc-product-recommendations{max-width:1540px!important;margin:32px auto!important}.cscc-product-recommendations .products{display:flex!important;gap:24px!important;overflow-x:auto!important;scroll-snap-type:x mandatory!important}.cscc-product-recommendations .product,.woocommerce-cart .cross-sells .product,.single-product .related.products .product{flex:0 0 calc((100% - 24px)/2)!important;display:grid!important;grid-template-columns:180px minmax(0,1fr)!important;gap:18px!important;align-items:center!important;min-height:230px!important;overflow:hidden!important}.cscc-product-recommendations .product img,.woocommerce-cart .cross-sells .product img,.single-product .related.products .product img{grid-column:1!important;grid-row:1/5!important;width:170px!important;height:170px!important;object-fit:contain!important;background:#f8fafc!important;border-radius:14px!important;padding:10px!important;margin:0!important}.cscc-product-recommendations .product .woocommerce-loop-product__title,.woocommerce-cart .cross-sells .product .woocommerce-loop-product__title,.single-product .related.products .product .woocommerce-loop-product__title{grid-column:2!important;font-size:20px!important;line-height:1.22!important;max-height:76px!important;overflow:hidden!important;margin:0!important}.cscc-product-recommendations .product .price,.woocommerce-cart .cross-sells .product .price,.single-product .related.products .product .price{grid-column:2!important}.cscc-product-recommendations .product .button,.woocommerce-cart .cross-sells .product .button,.single-product .related.products .product .button{grid-column:2!important;width:max-content!important;min-width:150px!important}@media(max-width:900px){.cscc-product-detail-shell{grid-template-columns:1fr!important}.cscc-product-recommendations .product,.woocommerce-cart .cross-sells .product,.single-product .related.products .product{flex-basis:90%!important;grid-template-columns:140px 1fr!important}.cscc-product-recommendations .product img,.woocommerce-cart .cross-sells .product img,.single-product .related.products .product img{width:130px!important;height:130px!important}}
