/*
Theme Name: WaheedSM
Theme URI: https://www.waheedsm.com/
Author: WaheedSM
Description: Lightweight social media services WooCommerce theme, designed for Elementor Pro.
Version: 1.47
Requires at least: 6.0
Requires PHP: 7.4
Text Domain: waheedsm
*/

:root{
  --w-primary:#6c2bff;
  --w-primary-2:#8b5cf6;
  --w-accent:#c026ff;
  --w-dark:#07152e;
  --w-text:#172033;
  --w-muted:#697386;
  --w-bg:#f7f8fc;
  --w-border:#e8eaf2;
  --w-white:#fff;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Poppins,Arial,sans-serif;color:var(--w-text);background:#fff;line-height:1.6}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
.site-container{width:min(1200px,calc(100% - 40px));margin:auto}
.w-topbar{background:var(--w-dark);color:#fff;font-size:13px}
.w-topbar .site-container{min-height:42px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.w-topbar-left,.w-topbar-right{display:flex;align-items:center;gap:22px}
.w-header{background:#fff;border-bottom:1px solid var(--w-border);position:relative;z-index:20}
.w-header .site-container{min-height:82px;display:flex;align-items:center;gap:30px}
.w-brand{display:flex;align-items:center;gap:11px;min-width:235px}
.w-logo-mark{width:44px;height:44px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(135deg,var(--w-primary),var(--w-accent));color:#fff;font-weight:800;font-size:20px}
.w-brand-title{font-weight:800;font-size:21px;line-height:1}
.w-brand-sub{font-size:11px;color:var(--w-muted);margin-top:4px}
.w-nav{display:flex;align-items:center;justify-content:center;gap:28px;flex:1}
.w-nav a{font-size:14px;font-weight:600;color:var(--w-text)}
.w-nav a:hover,.w-nav .current-menu-item>a{color:var(--w-primary)}
.w-header-actions{display:flex;align-items:center;gap:10px}
.w-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:0;border-radius:9px;padding:13px 21px;font-size:14px;font-weight:700;cursor:pointer;transition:.2s}
.w-btn-primary{background:linear-gradient(135deg,var(--w-primary),var(--w-accent));color:#fff}
.w-btn-primary:hover{transform:translateY(-2px);color:#fff}
.w-btn-outline{border:1px solid var(--w-primary);color:var(--w-primary);background:#fff}
.w-cart{font-size:14px;font-weight:700}
.w-mobile-toggle{display:none;border:0;background:none;font-size:25px}

.w-hero{background:var(--w-dark);color:#fff;padding:78px 0 86px;overflow:hidden}
.w-hero-grid{display:grid;grid-template-columns:1fr 1fr;gap:50px;align-items:center}
.w-eyebrow{color:#bd8cff;font-weight:800;letter-spacing:.08em;font-size:13px;text-transform:uppercase}
.w-hero h1{font-size:54px;line-height:1.12;margin:13px 0 22px;font-weight:800;letter-spacing:-1.5px}
.w-gradient{background:linear-gradient(90deg,#9b5cff,#df55ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.w-hero p{font-size:17px;color:#d8deec;max-width:590px;margin:0 0 28px}
.w-trust{display:flex;flex-wrap:wrap;gap:20px;margin:0 0 30px}
.w-trust span{font-size:13px;font-weight:600;color:#fff}
.w-hero-art{min-height:380px;display:grid;place-items:center;position:relative}
.w-phone{width:250px;height:440px;border-radius:34px;background:#fff;border:8px solid #151b2c;box-shadow:0 30px 80px rgba(108,43,255,.35);padding:28px 18px;color:var(--w-text);transform:rotate(6deg)}
.w-phone-top{font-weight:800;font-size:13px;margin-bottom:25px}
.w-stat{border:1px solid var(--w-border);border-radius:12px;padding:14px;margin:10px 0;background:#fff}
.w-stat small{color:var(--w-muted);display:block;font-size:10px}
.w-stat strong{font-size:22px}
.w-bubble{position:absolute;padding:13px 18px;border-radius:15px;color:#fff;font-weight:800;box-shadow:0 15px 35px rgba(0,0,0,.25)}
.w-bubble.one{background:#ef4a83;top:35px;left:20px}.w-bubble.two{background:#2879e8;right:10px;top:110px}.w-bubble.three{background:#ff3b5e;right:25px;bottom:65px}

.w-section{padding:78px 0}
.w-section-light{background:var(--w-bg)}
.w-section-title{text-align:center;margin-bottom:42px}
.w-section-title h2{font-size:36px;line-height:1.2;margin:0 0 10px;font-weight:800}
.w-section-title p{margin:0;color:var(--w-muted)}
.w-platform-grid{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}
.w-platform{background:#fff;border:1px solid var(--w-border);border-radius:13px;padding:24px 14px;text-align:center;transition:.2s;box-shadow:0 6px 20px rgba(20,25,45,.04)}
.w-platform:hover{transform:translateY(-5px);box-shadow:0 15px 30px rgba(20,25,45,.08);border-color:#cbbcff}
.w-platform-icon{width:52px;height:52px;margin:0 auto 12px;border-radius:50%;display:grid;place-items:center;background:#f0ebff;font-size:25px}
.w-platform h3{font-size:17px;margin:0 0 5px}.w-platform p{font-size:12px;color:var(--w-muted);margin:0 0 14px}
.w-mini-btn{display:inline-flex;border-radius:7px;background:var(--w-primary);color:#fff;padding:9px 12px;font-size:12px;font-weight:700}

.w-service-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.w-service-card{border:1px solid var(--w-border);border-radius:14px;background:#fff;padding:23px;box-shadow:0 6px 20px rgba(20,25,45,.04)}
.w-service-icon{width:48px;height:48px;border-radius:12px;background:#f0ebff;display:grid;place-items:center;font-size:23px;margin-bottom:15px}
.w-service-card h3{font-size:17px;margin:0 0 7px}.w-service-card p{font-size:13px;color:var(--w-muted);margin:0 0 15px}
.w-price{font-size:20px;color:var(--w-primary);font-weight:800;margin-bottom:14px}

.w-feature-grid,.w-steps,.w-review-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.w-feature,.w-step{background:#fff;border:1px solid var(--w-border);border-radius:14px;padding:28px;text-align:center}
.w-feature-icon{font-size:30px;margin-bottom:10px}.w-feature h3,.w-step h3{font-size:17px;margin:0 0 6px}.w-feature p,.w-step p{font-size:13px;color:var(--w-muted);margin:0}
.w-step-number{width:38px;height:38px;margin:0 auto 14px;border-radius:50%;display:grid;place-items:center;background:var(--w-primary);color:#fff;font-weight:800}

.w-review-grid{grid-template-columns:repeat(3,1fr)}
.w-review{background:#fff;border:1px solid var(--w-border);border-radius:14px;padding:25px}
.w-stars{color:#ffb000;letter-spacing:2px}.w-review p{font-size:14px}.w-review strong{font-size:13px}

.w-faq{max-width:850px;margin:auto}
.w-faq details{border-bottom:1px solid var(--w-border);padding:18px 0}.w-faq summary{font-weight:700;cursor:pointer}

.w-cta{background:linear-gradient(135deg,var(--w-dark),#25106b);color:#fff;text-align:center;padding:80px 20px}
.w-cta h2{font-size:38px;margin:0 0 12px}.w-cta p{color:#d8deec;margin:0 0 25px}

.w-footer{background:var(--w-dark);color:#fff;padding:60px 0 20px}
.w-footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1.2fr;gap:35px}
.w-footer h3{font-size:16px;margin:0 0 16px}.w-footer p,.w-footer a{font-size:13px;color:#b9c2d4}.w-footer a{display:block;margin:7px 0}.w-footer a:hover{color:#fff}
.w-footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:35px;padding-top:18px;display:flex;justify-content:space-between;font-size:12px;color:#9faac0}

.woocommerce .site-main,.woocommerce-page .site-main{padding:60px 0}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--w-primary);color:#fff;border-radius:8px;font-weight:700}
.woocommerce a.button:hover,.woocommerce button.button:hover{background:var(--w-primary-2);color:#fff}
.woocommerce div.product form.cart .button{padding:14px 24px}
.woocommerce div.product .price{color:var(--w-primary);font-weight:800}
.woocommerce table.shop_table{border-radius:10px;border-color:var(--w-border)}
.woocommerce-checkout #payment{border-radius:10px;background:#f7f8fc}
.elementor-page .w-topbar,.elementor-page .w-header,.elementor-page .w-footer{display:block}

@media(max-width:1000px){
 .w-nav{gap:16px}.w-brand{min-width:auto}.w-platform-grid{grid-template-columns:repeat(3,1fr)}.w-service-grid{grid-template-columns:repeat(2,1fr)}
 .w-feature-grid,.w-steps{grid-template-columns:repeat(2,1fr)}.w-footer-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:767px){
 .site-container{width:min(100% - 28px,1200px)}
 .w-topbar{display:none}.w-header .site-container{min-height:70px}.w-nav{display:none}.w-header-actions .w-account{display:none}.w-mobile-toggle{display:block}
 .w-hero{padding:55px 0}.w-hero-grid{grid-template-columns:1fr;gap:25px;text-align:center}.w-hero h1{font-size:35px}.w-hero p{font-size:15px}.w-trust{justify-content:center}.w-hero-art{min-height:350px}
 .w-section{padding:60px 0}.w-section-title h2{font-size:28px}.w-platform-grid{grid-template-columns:repeat(2,1fr)}.w-service-grid{grid-template-columns:1fr}
 .w-feature-grid,.w-steps,.w-review-grid{grid-template-columns:1fr}.w-footer-grid{grid-template-columns:1fr}.w-footer-bottom{flex-direction:column;gap:8px}
 .w-phone{width:210px;height:365px}.w-bubble{font-size:12px;padding:10px 13px}
}

.w-search{font-size:25px;line-height:1;color:var(--w-text);display:inline-flex;align-items:center;justify-content:center;width:30px}
.w-search:hover{color:var(--w-primary)}
@media(max-width:767px){
  .w-header .site-container{justify-content:space-between}
  .w-brand{flex:1}
  .w-header-actions{gap:7px}
  .w-cart{font-size:16px}
  .w-mobile-toggle{color:var(--w-text);padding:4px}
}

.w-woo-grid{align-items:stretch}
.w-woo-card img{width:100%;height:180px;object-fit:cover;border-radius:10px;margin-bottom:15px}
.w-woo-card h3 a:hover{color:var(--w-primary)}
.w-pagination{margin-top:30px;text-align:center}
.w-empty{text-align:center;background:#fff;border:1px solid var(--w-border);border-radius:14px;padding:50px}
.woocommerce div.product{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:55px}
.woocommerce div.product div.images,.woocommerce div.product div.summary{width:100%;float:none}
.woocommerce div.product div.summary{padding-top:10px}
.woocommerce div.product .product_title{font-size:36px;line-height:1.2;font-weight:800;color:var(--w-text)}
.woocommerce div.product .woocommerce-product-details__short-description{color:var(--w-muted);font-size:15px;line-height:1.8}
.woocommerce div.product form.cart{padding:20px 0;border-top:1px solid var(--w-border);border-bottom:1px solid var(--w-border)}
.woocommerce .quantity .qty{min-height:45px;border:1px solid var(--w-border);border-radius:8px}
.woocommerce div.product form.cart .button{min-height:45px}
.woocommerce div.product div.images img{border-radius:14px}
@media(max-width:767px){
 .woocommerce div.product{grid-template-columns:1fr;gap:25px}
 .woocommerce div.product .product_title{font-size:28px}
}

.w-service-order-fields{margin:20px 0;padding:20px;background:var(--w-bg);border:1px solid var(--w-border);border-radius:12px}
.w-service-order-fields h3{font-size:18px;margin:0 0 15px}
.w-service-order-fields label{display:block;font-size:13px;font-weight:700;margin-bottom:7px}
.w-service-order-fields input{width:100%;height:46px;border:1px solid var(--w-border);border-radius:8px;padding:0 13px;background:#fff;outline:none}
.w-service-order-fields input:focus{border-color:var(--w-primary);box-shadow:0 0 0 3px rgba(108,43,255,.08)}
.w-field-help,.w-quantity-help{font-size:12px!important;color:var(--w-muted)!important;margin:7px 0 0!important}
.w-quantity-help{margin:0 0 10px!important}
.woocommerce-cart .cart_totals,.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review{border-radius:12px}

.w-shop-page{padding:70px 0;background:var(--w-bg);min-height:600px}
.w-shop-heading{display:flex;align-items:end;justify-content:space-between;gap:25px;margin-bottom:35px}
.w-shop-heading h1{font-size:38px;line-height:1.2;margin:8px 0;color:var(--w-text)}
.w-shop-heading p{margin:0;color:var(--w-muted)}
.w-cart-layout,.w-checkout-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:25px;align-items:start}
.w-cart-products,.w-cart-summary,.w-checkout-card,.w-checkout-trust{background:#fff;border:1px solid var(--w-border);border-radius:14px;box-shadow:0 7px 25px rgba(20,25,45,.04)}
.w-cart-products{overflow:hidden}
.w-cart-item{display:grid;grid-template-columns:90px minmax(0,1fr) 120px 100px 35px;gap:18px;align-items:center;padding:22px;border-bottom:1px solid var(--w-border)}
.w-cart-thumb img{width:80px;height:80px;object-fit:cover;border-radius:10px}
.w-cart-info h3{font-size:16px;margin:0 0 5px}.w-cart-info h3 a:hover{color:var(--w-primary)}
.w-cart-info dl{font-size:12px;color:var(--w-muted);margin:5px 0}
.w-cart-price,.w-cart-subtotal{font-weight:800;color:var(--w-primary)}
.w-cart-qty .quantity{margin:0!important}.w-cart-qty .qty{width:75px!important;min-height:40px!important;border:1px solid var(--w-border)!important;border-radius:7px!important}
.w-cart-remove .remove{font-size:26px;color:#8a92a3!important}
.w-cart-remove .remove:hover{color:#e43b55!important}
.w-cart-actions{display:flex;justify-content:space-between;align-items:center;gap:15px;padding:20px;flex-wrap:wrap}
.w-coupon{display:flex;gap:8px}.w-coupon input{height:45px;border:1px solid var(--w-border);border-radius:8px;padding:0 12px;min-width:180px}
.w-cart-summary{padding:25px;position:sticky;top:100px}
.w-cart-summary h2,.w-checkout-card h2{font-size:21px;margin:0 0 20px}
.w-summary-row,.w-summary-total{display:flex;justify-content:space-between;gap:15px;padding:12px 0;border-bottom:1px solid var(--w-border);font-size:14px}
.w-summary-total{font-size:20px;border-bottom:0;padding-top:20px}.w-summary-total strong{color:var(--w-primary)}
.w-checkout-btn{width:100%;margin-top:10px}
.w-secure-note{text-align:center;color:var(--w-muted);font-size:11px;margin-top:15px}
.w-checkout-main{display:flex;flex-direction:column;gap:20px}
.w-checkout-card{padding:25px}
.w-checkout-card .form-row label{font-size:13px;font-weight:700;margin-bottom:6px}
.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{min-height:45px;border:1px solid var(--w-border);border-radius:8px;padding:9px 12px;background:#fff}
.woocommerce form .form-row input.input-text:focus,.woocommerce form .form-row textarea:focus,.woocommerce form .form-row select:focus{border-color:var(--w-primary);outline:none}
.woocommerce form .form-row{margin-bottom:15px}
.w-order-card #order_review{background:transparent;border:0}
.w-order-card table.shop_table{margin:0 0 15px;border:0}
.w-order-card .woocommerce-checkout-review-order-table th,.w-order-card .woocommerce-checkout-review-order-table td{padding:12px 0;border-bottom:1px solid var(--w-border)}
.w-order-card #payment{background:transparent;border:0}
.w-checkout-trust{padding:20px}
.w-checkout-trust>div{display:grid;grid-template-columns:30px 1fr;column-gap:10px;padding:13px 0;border-bottom:1px solid var(--w-border);font-size:13px}
.w-checkout-trust>div:last-child{border-bottom:0}.w-checkout-trust strong{display:block}.w-checkout-trust span{grid-column:2;color:var(--w-muted);font-size:11px}
.woocommerce-checkout #payment .place-order .button{width:100%;padding:15px;border-radius:8px}
.woocommerce-checkout #payment ul.payment_methods{border-bottom:1px solid var(--w-border)}
@media(max-width:900px){
 .w-cart-layout,.w-checkout-layout{grid-template-columns:1fr}
 .w-cart-summary{position:static}
}
@media(max-width:767px){
 .w-shop-page{padding:50px 0}.w-shop-heading{align-items:flex-start;flex-direction:column}.w-shop-heading h1{font-size:30px}
 .w-cart-item{grid-template-columns:65px minmax(0,1fr) 35px;gap:12px}.w-cart-thumb img{width:60px;height:60px}
 .w-cart-qty,.w-cart-subtotal{grid-column:2}.w-cart-remove{grid-column:3;grid-row:1}
 .w-coupon{width:100%}.w-coupon input{min-width:0;flex:1}.w-coupon .w-btn{padding:11px 12px}
 .w-checkout-card{padding:18px}
}

.w-page-hero{background:linear-gradient(135deg,var(--w-dark),#24105f);color:#fff;padding:70px 0;text-align:center}
.w-page-hero h1{font-size:44px;line-height:1.15;margin:10px 0 12px;font-weight:800}
.w-page-hero p{max-width:700px;margin:0 auto;color:#d8deec;font-size:16px}
.w-page-content{padding:75px 0;background:#fff}
.w-service-category{margin-bottom:55px}
.w-category-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}
.w-category-head h2{font-size:28px;margin:0}.w-category-head p{margin:5px 0 0;color:var(--w-muted)}
.w-service-list{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.w-service-list-card{border:1px solid var(--w-border);border-radius:13px;padding:22px;background:#fff;box-shadow:0 5px 20px rgba(20,25,45,.04);transition:.2s}
.w-service-list-card:hover{transform:translateY(-4px);border-color:#cbbcff}
.w-service-list-card .w-service-icon{margin-bottom:12px}.w-service-list-card h3{font-size:17px;margin:0 0 7px}.w-service-list-card p{font-size:13px;color:var(--w-muted);margin:0 0 15px}
.w-steps-large{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}
.w-step-large{position:relative;border:1px solid var(--w-border);border-radius:14px;padding:30px;background:#fff;text-align:center}
.w-step-large .w-step-number{width:48px;height:48px;font-size:15px}
.w-step-large h3{font-size:18px;margin:0 0 7px}.w-step-large p{font-size:13px;color:var(--w-muted);margin:0}
.w-faq-page{max-width:900px;margin:auto}.w-faq-page details{background:#fff;border:1px solid var(--w-border);border-radius:10px;padding:20px 22px;margin-bottom:12px}.w-faq-page summary{font-weight:700;cursor:pointer}.w-faq-page details p{color:var(--w-muted);font-size:14px;margin:14px 0 0}
.w-contact-grid{display:grid;grid-template-columns:380px 1fr;gap:30px;align-items:start}
.w-contact-card{background:#fff;border:1px solid var(--w-border);border-radius:14px;padding:28px;box-shadow:0 6px 20px rgba(20,25,45,.04)}
.w-contact-card h2{font-size:22px;margin:0 0 15px}.w-contact-item{display:flex;gap:14px;padding:15px 0;border-bottom:1px solid var(--w-border)}.w-contact-item:last-child{border-bottom:0}.w-contact-item strong{display:block}.w-contact-item span{font-size:13px;color:var(--w-muted)}
.w-contact-form{display:grid;grid-template-columns:1fr 1fr;gap:16px}.w-contact-form .full{grid-column:1/-1}.w-contact-form label{display:block;font-size:13px;font-weight:700;margin-bottom:6px}.w-contact-form input,.w-contact-form textarea{width:100%;border:1px solid var(--w-border);border-radius:8px;padding:12px;background:#fff;font:inherit}.w-contact-form textarea{min-height:150px;resize:vertical}
.w-contact-form input:focus,.w-contact-form textarea:focus{outline:none;border-color:var(--w-primary)}
@media(max-width:900px){.w-service-list{grid-template-columns:repeat(2,1fr)}.w-steps-large{grid-template-columns:repeat(2,1fr)}.w-contact-grid{grid-template-columns:1fr}}
@media(max-width:767px){.w-page-hero{padding:55px 0}.w-page-hero h1{font-size:32px}.w-service-list,.w-steps-large{grid-template-columns:1fr}.w-category-head{align-items:flex-start;flex-direction:column}.w-contact-form{grid-template-columns:1fr}.w-contact-form .full{grid-column:auto}}

.w-service-list-card .w-btn{font-size:12px;padding:10px 14px}
.woocommerce ul.products li.product{background:#fff;border:1px solid var(--w-border);border-radius:14px;padding:18px;box-shadow:0 6px 20px rgba(20,25,45,.04)}
.woocommerce ul.products li.product h2.woocommerce-loop-product__title{font-size:17px;font-weight:700}
.woocommerce ul.products li.product .price{font-size:18px;color:var(--w-primary);font-weight:800}
.woocommerce ul.products li.product a.button{width:100%;text-align:center}

.woocommerce-message,.woocommerce-info,.woocommerce-error{border:0!important;border-radius:10px!important;background:#fff!important;box-shadow:0 4px 18px rgba(20,25,45,.05)!important;padding:15px 18px!important}
.woocommerce-message{border-left:4px solid #6c2bff!important}
.woocommerce-info{border-left:4px solid #6c2bff!important}
.woocommerce-error{border-left:4px solid #e43b55!important}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button{background:#6c2bff;color:#fff;border-radius:8px;border:0;font-weight:700;padding:12px 18px}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:#5420d9;color:#fff}
.woocommerce-cart .shop_table,.woocommerce-checkout .shop_table{border-collapse:collapse}
.woocommerce-checkout .woocommerce-form-coupon-toggle,.woocommerce-checkout .woocommerce-form-login-toggle{margin-bottom:18px}

/* WaheedSM Premium Homepage v2 */
.w-home{overflow:hidden}
.w-hero-premium{position:relative;background:#07152e;color:#fff;padding:92px 0 95px;isolation:isolate}
.w-hero-premium:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at 75% 45%,rgba(108,43,255,.20),transparent 32%),linear-gradient(135deg,rgba(255,255,255,.025),transparent 45%);z-index:-2}
.w-hero-glow{position:absolute;border-radius:50%;filter:blur(70px);opacity:.22;z-index:-1}.w-glow-a{width:300px;height:300px;background:#6c2bff;right:15%;top:10%}.w-glow-b{width:220px;height:220px;background:#c026ff;left:25%;bottom:-100px}
.w-hero-grid-premium{display:grid;grid-template-columns:1.02fr .98fr;gap:60px;align-items:center}
.w-hero-pill{display:inline-flex;align-items:center;gap:9px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.05);padding:8px 13px;border-radius:99px;font-size:11px;font-weight:800;letter-spacing:.08em;color:#d9d1ff}
.w-hero-pill span{width:7px;height:7px;background:#a86cff;border-radius:50%;box-shadow:0 0 12px #a86cff}
.w-hero-copy h1{font-size:59px;line-height:1.04;letter-spacing:-2.6px;margin:22px 0 22px;font-weight:800}
.w-hero-copy h1 em{font-style:normal;background:linear-gradient(90deg,#9c6bff,#e052ff);-webkit-background-clip:text;background-clip:text;color:transparent}
.w-hero-copy>p{max-width:590px;font-size:16px;line-height:1.8;color:#bfc8db;margin-bottom:28px}
.w-hero-actions{display:flex;gap:12px;align-items:center}.w-btn-lg{padding:15px 22px}.w-btn-ghost{border:1px solid rgba(255,255,255,.20);color:#fff;background:rgba(255,255,255,.04);padding:14px 20px}.w-btn-ghost:hover{background:#fff;color:#172033}
.w-hero-trust{display:flex;gap:20px;flex-wrap:wrap;margin-top:24px;color:#aeb9ce;font-size:11px;font-weight:600}
.w-dashboard-scene{position:relative;min-height:450px;display:grid;place-items:center}
.w-dashboard-card{width:345px;min-height:390px;border:1px solid rgba(255,255,255,.15);border-radius:24px;padding:22px;background:linear-gradient(150deg,rgba(255,255,255,.98),rgba(242,238,255,.97));box-shadow:0 40px 100px rgba(0,0,0,.32),0 0 70px rgba(108,43,255,.25);color:#172033;transform:rotate(3deg);position:relative;z-index:2}
.w-dash-top{display:flex;justify-content:space-between;align-items:start}.w-dash-top b{font-size:16px}.w-dash-top small{display:block;color:#8992a4;font-size:9px;margin-top:2px}.w-online{width:9px;height:9px;border-radius:50%;background:#36c77a;box-shadow:0 0 0 4px #dcf7e8}
.w-dash-balance{background:#101c36;color:#fff;border-radius:16px;padding:20px;margin-top:18px}.w-dash-balance small{display:block;color:#9da9c0;font-size:10px}.w-dash-balance strong{font-size:32px;display:block;line-height:1.15}.w-dash-balance span{font-size:9px;color:#8ee5b4}
.w-dash-stats{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:10px}.w-dash-stats>div{background:#fff;border:1px solid #e6e8ef;border-radius:12px;padding:12px}.w-dash-stats small{display:block;color:#8992a4;font-size:9px}.w-dash-stats b{font-size:17px}
.w-dash-chart{height:65px;display:flex;align-items:end;gap:8px;padding:8px 3px;margin-top:7px}.w-dash-chart span{flex:1;border-radius:5px 5px 2px 2px;background:linear-gradient(#8e5cff,#6c2bff)}
.w-dash-row{border-top:1px solid #e7e9ef;padding-top:12px;display:grid;grid-template-columns:1fr 1fr;gap:3px;font-size:9px}.w-dash-row span{color:#8b94a5}.w-dash-row strong{color:#6c2bff;font-size:9px}
.w-float-card{position:absolute;background:#fff;border:1px solid rgba(255,255,255,.25);box-shadow:0 20px 45px rgba(0,0,0,.25);border-radius:14px;padding:12px 15px;color:#172033;z-index:3;display:grid;grid-template-columns:auto auto;column-gap:9px;align-items:center}.w-float-card b{font-size:17px}.w-float-card small{font-size:9px;color:#8992a4}.w-float-card span{grid-row:1/3;grid-column:2;color:#6c2bff;font-weight:800}.w-float-one{left:5px;top:62px}.w-float-two{right:0;top:150px}.w-float-three{right:35px;bottom:40px}
.w-trust-strip{background:#fff;border-bottom:1px solid #eceef4}.w-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);padding:25px 0}.w-trust-grid>div{text-align:center;border-right:1px solid #e8eaf0}.w-trust-grid>div:last-child{border:0}.w-trust-grid b{display:block;font-size:20px;color:#172033}.w-trust-grid span{display:block;font-size:11px;color:#7d8799;margin-top:1px}
.w-section-kicker{font-size:10px;font-weight:800;letter-spacing:.12em;color:#7650ff;margin-bottom:8px}.w-section-title h2,.w-section-heading-row h2{font-size:37px;letter-spacing:-.8px}.w-section-title p,.w-section-heading-row p{font-size:14px}
.w-platform-section{padding-top:82px;padding-bottom:82px}.w-platform-grid-premium{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.w-platform-premium{background:#fff;border:1px solid #e7e9f0;border-radius:15px;padding:19px;display:grid;grid-template-columns:48px 1fr 20px;gap:13px;align-items:center;transition:.2s}.w-platform-premium:hover{border-color:#cbbcff;box-shadow:0 14px 30px rgba(45,33,80,.08);transform:translateY(-3px)}.w-platform-brand{width:48px;height:48px;border-radius:13px;background:#f1edff;display:grid;place-items:center;font-size:21px;font-weight:800;color:#6c2bff}.w-brand-facebook{color:#1877f2;background:#edf5ff}.w-brand-instagram{color:#d62976;background:#fff0f7}.w-brand-tiktok{color:#111;background:#f1f1f1}.w-brand-youtube{color:#ff1f32;background:#fff0f0}.w-brand-x-twitter{color:#111;background:#f2f2f2}.w-brand-business-manager{color:#b46a18;background:#fff6e8}.w-platform-premium h3{font-size:15px;margin:0 0 2px}.w-platform-premium p{font-size:10px;color:#7d8799;margin:0}.w-platform-premium>span{font-size:18px;color:#9aa2b1}
.w-popular-section{padding-top:85px;padding-bottom:90px}.w-section-heading-row{display:flex;align-items:end;justify-content:space-between;margin-bottom:28px}.w-section-heading-row h2{margin:0 0 5px}.w-text-link{color:#6c2bff;font-size:12px;font-weight:800;margin-bottom:5px}
.w-product-grid-premium{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.w-product-premium{background:#fff;border:1px solid #e7e9f0;border-radius:15px;overflow:hidden;box-shadow:0 7px 24px rgba(20,25,45,.045);transition:.2s}.w-product-premium:hover{transform:translateY(-5px);box-shadow:0 18px 38px rgba(20,25,45,.09)}.w-product-media{height:155px;background:#f4f1ff;position:relative;display:grid;place-items:center;overflow:hidden}.w-product-media img{width:100%;height:100%;object-fit:cover}.w-product-badge{position:absolute;left:12px;top:12px;background:#fff;color:#6c2bff;border-radius:99px;padding:5px 9px;font-size:9px;font-weight:800;box-shadow:0 5px 14px rgba(0,0,0,.08)}.w-product-placeholder{height:155px;background:linear-gradient(135deg,#f2edff,#faf7ff);display:grid;place-items:center;font-size:45px;color:#7650ff}.w-product-body{padding:18px}.w-product-cat{font-size:9px;color:#8c95a5;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.w-product-body h3{font-size:16px;margin:7px 0 6px}.w-product-body>p{font-size:11px;line-height:1.6;color:#7a8495;min-height:36px;margin:0}.w-product-bottom{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding-top:14px;border-top:1px solid #eceef3}.w-product-bottom strong{font-size:17px;color:#6c2bff}.w-product-bottom a{font-size:10px;font-weight:800;color:#6c2bff}
.w-why-section{background:#07152e;color:#fff;padding:90px 0}.w-why-grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center}.w-why-copy .w-section-kicker{color:#b999ff}.w-why-copy h2{font-size:42px;line-height:1.15;letter-spacing:-1px;margin:0 0 16px}.w-why-copy>p{color:#b9c4d8;font-size:14px;line-height:1.8;max-width:480px;margin-bottom:24px}.w-benefits{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:rgba(255,255,255,.12);border:1px solid rgba(255,255,255,.12);border-radius:16px;overflow:hidden}.w-benefits>div{background:rgba(255,255,255,.035);padding:26px}.w-benefits span{font-size:10px;color:#a983ff;font-weight:800}.w-benefits h3{font-size:16px;margin:7px 0 5px}.w-benefits p{font-size:11px;color:#aeb9ce;margin:0;line-height:1.7}
.w-process-section{padding:85px 0}.w-process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.w-process-grid>div{border:1px solid #e7e9f0;border-radius:14px;padding:24px;background:#fff}.w-process-grid span{width:36px;height:36px;display:grid;place-items:center;border-radius:10px;background:#f0ebff;color:#6c2bff;font-size:10px;font-weight:800}.w-process-grid h3{font-size:15px;margin:15px 0 5px}.w-process-grid p{font-size:11px;color:#7c8697;margin:0}
.w-review-section{background:#f7f8fc;padding:85px 0}.w-review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.w-review-grid article{background:#fff;border:1px solid #e7e9f0;border-radius:14px;padding:25px}.w-stars{color:#ffae2b;letter-spacing:2px;font-size:11px}.w-review-grid p{font-size:13px;line-height:1.8;color:#5f6a7d;margin:13px 0}.w-review-grid strong{font-size:10px;color:#172033}
.w-faq-preview{padding:58px 0;background:#fff;border-top:1px solid #edf0f5}.w-faq-preview-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.w-faq-preview h2{font-size:27px;margin:0 0 5px}.w-faq-preview p{font-size:12px;color:#7c8697;margin:0}
.w-cta-premium{background:linear-gradient(120deg,#111d3b,#27105d);color:#fff;padding:70px 0}.w-cta-inner{display:flex;align-items:center;justify-content:space-between;gap:30px}.w-cta-inner .w-section-kicker{color:#b999ff}.w-cta-inner h2{font-size:36px;margin:0 0 7px}.w-cta-inner p{color:#b9c4d8;font-size:13px;margin:0}.w-btn-light{background:#fff;color:#6c2bff;padding:14px 21px}.w-btn-light:hover{background:#f0ebff;color:#6c2bff}
@media(max-width:1000px){.w-hero-copy h1{font-size:47px}.w-product-grid-premium{grid-template-columns:repeat(2,1fr)}.w-platform-grid-premium{grid-template-columns:repeat(2,1fr)}.w-why-grid{gap:40px}.w-process-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:767px){
 .w-hero-premium{padding:65px 0}.w-hero-grid-premium{grid-template-columns:1fr;gap:40px}.w-hero-copy h1{font-size:40px;letter-spacing:-1.5px}.w-hero-copy>p{font-size:14px}.w-dashboard-scene{min-height:380px}.w-dashboard-card{width:290px;min-height:350px}.w-float-one{left:0}.w-float-two{right:-4px}.w-float-three{right:10px;bottom:10px}
 .w-trust-grid{grid-template-columns:repeat(2,1fr);row-gap:18px}.w-trust-grid>div:nth-child(2){border:0}.w-trust-grid>div:nth-child(3){border-top:1px solid #e8eaf0;padding-top:15px}.w-trust-grid>div:nth-child(4){border-top:1px solid #e8eaf0;padding-top:15px}
 .w-platform-grid-premium,.w-product-grid-premium,.w-review-grid{grid-template-columns:1fr}.w-section-heading-row,.w-faq-preview-inner,.w-cta-inner{align-items:flex-start;flex-direction:column}.w-section-title h2,.w-section-heading-row h2{font-size:29px}.w-why-grid{grid-template-columns:1fr}.w-why-copy h2{font-size:34px}.w-benefits{grid-template-columns:1fr}.w-process-grid{grid-template-columns:1fr}.w-cta-inner h2{font-size:30px}
}

/* Premium service product page */
.w-product-page{background:#f7f8fc;padding:35px 0 80px}
.w-breadcrumbs{display:flex;align-items:center;gap:9px;font-size:12px;color:#7b8497;margin:0 0 22px}
.w-breadcrumbs a{color:#5d6678}.w-breadcrumbs a:hover{color:var(--w-primary)}
.w-product-layout{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(0,.98fr);gap:32px;align-items:start}
.w-product-media,.w-product-summary{min-width:0}
.w-product-image{background:#fff;border:1px solid #e8eaf1;border-radius:22px;min-height:520px;display:flex;align-items:center;justify-content:center;overflow:hidden;box-shadow:0 12px 40px rgba(20,25,45,.06)}
.w-product-image img{width:100%;height:520px;object-fit:cover}
.w-product-placeholder{width:100%;height:520px;background:radial-gradient(circle at 30% 20%,#efe7ff 0,#fff 38%,#f6f7fb 100%);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:#172033}
.w-placeholder-icon{width:105px;height:105px;border-radius:28px;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6c2bff,#9b5cff);font-size:46px;box-shadow:0 18px 35px rgba(108,43,255,.22);margin-bottom:22px}
.w-product-placeholder strong{font-size:22px}.w-product-placeholder span{font-size:13px;color:#788196;margin-top:6px}
.w-product-trust-strip{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:12px}
.w-product-trust-strip>div{background:#fff;border:1px solid #e8eaf1;border-radius:12px;padding:13px;display:flex;gap:9px;align-items:center}
.w-product-trust-strip b{font-size:18px}.w-product-trust-strip strong{display:block;font-size:11px}.w-product-trust-strip small{display:block;color:#8a93a5;font-size:9px;margin-top:2px}
.w-product-summary{background:#fff;border:1px solid #e8eaf1;border-radius:22px;padding:34px;box-shadow:0 12px 40px rgba(20,25,45,.06)}
.w-product-category,.w-card-label{font-size:10px;letter-spacing:1.4px;font-weight:800;text-transform:uppercase;color:#6c2bff}
.w-product-title{font-size:40px!important;line-height:1.12!important;margin:10px 0 12px!important;color:#111b31!important;font-weight:800!important}
.w-product-rating{display:flex;gap:10px;align-items:center;font-size:11px;color:#7c8495;margin-bottom:18px}.w-stars{color:#ffb21c;letter-spacing:2px}
.w-product-price{font-size:30px;font-weight:850;color:#6c2bff;margin-bottom:12px}
.w-product-intro{font-size:14px;line-height:1.75;color:#687389;margin:0 0 16px}
.w-product-highlights{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:22px}.w-product-highlights span{font-size:10px;font-weight:700;padding:8px 10px;border-radius:999px;background:#f4f0ff;color:#5d26dc}
.w-order-box{border:1px solid #e4e6ef;background:#f8f9fc;border-radius:16px;padding:20px}
.w-order-box-title{display:flex;justify-content:space-between;align-items:end;margin-bottom:15px}.w-order-box-title span{font-size:17px;font-weight:800}.w-order-box-title small{font-size:10px;color:#8991a2}
.w-service-order-fields{margin:0 0 15px!important;padding:16px!important;background:#fff!important;border:1px solid #e6e8f0!important;border-radius:11px!important}
.w-service-order-fields h3{font-size:13px!important;margin:0 0 12px!important}
.w-service-order-fields input{background:#fff!important}
.w-quantity-label{font-size:12px;font-weight:800;margin:5px 0 7px}.w-quantity-row{margin-bottom:12px}
.w-premium-cart-form .quantity{display:block!important;margin:0!important}.w-premium-cart-form .quantity .qty{height:47px!important;width:100%!important;border:1px solid #dfe2eb!important;border-radius:9px!important;background:#fff!important;font-size:14px!important}

.w-live-total{display:flex;align-items:center;justify-content:space-between;gap:14px;margin:0 0 13px;padding:11px 13px;border:1px solid #d9ccff;border-radius:10px;background:linear-gradient(135deg,#faf8ff,#f3edff);color:#6c2bff;font-size:12px;font-weight:800}.w-live-total span{color:#68728a;font-weight:700}.w-live-total strong{font-size:18px;color:#6c2bff;letter-spacing:.1px}.w-live-total small{font-size:10px;color:#7f8797;font-weight:700}
.w-product-add{width:100%!important;display:flex!important;justify-content:center!important;align-items:center!important;gap:12px!important;height:50px!important;background:linear-gradient(135deg,#6c2bff,#8e48ff)!important;border-radius:10px!important;color:#fff!important;font-size:14px!important;font-weight:800!important;box-shadow:0 10px 22px rgba(108,43,255,.2)!important}
.w-product-add:hover{transform:translateY(-1px);background:linear-gradient(135deg,#5920e5,#7c38ee)!important}
.w-product-add b{font-size:18px}
.w-product-note{display:flex;gap:11px;align-items:flex-start;margin-top:14px;padding:13px 2px 0;color:#6d7688}.w-product-note span{font-size:17px}.w-product-note strong{display:block;font-size:11px;color:#263148}.w-product-note small{display:block;font-size:10px;margin-top:3px}
.w-product-description-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(300px,.6fr);gap:20px;margin-top:26px}
.w-description-card,.w-info-card{background:#fff;border:1px solid #e8eaf1;border-radius:18px;padding:28px;box-shadow:0 8px 28px rgba(20,25,45,.04)}
.w-description-card h2,.w-info-card h2{font-size:24px;margin:8px 0 15px}.w-description-content{color:#697389;font-size:13px;line-height:1.8}.w-description-content p{margin:0 0 12px}
.w-info-line{display:flex;justify-content:space-between;gap:15px;padding:14px 0;border-bottom:1px solid #eceef4;font-size:12px}.w-info-line:last-child{border-bottom:0}.w-info-line span{color:#858da0}.w-info-line strong{text-align:right;color:#1e2940}
.w-related-section{margin-top:50px}.w-section-heading-inline{display:flex;justify-content:space-between;align-items:end;margin-bottom:18px}.w-section-heading-inline h2{font-size:27px;margin:5px 0 0}.w-section-heading-inline>a{font-size:12px;font-weight:700;color:#6c2bff}
.w-related-section ul.products{display:grid!important;grid-template-columns:repeat(4,1fr);gap:15px;margin:0!important}.w-related-section ul.products:before,.w-related-section ul.products:after{display:none!important}.w-related-section ul.products li.product{width:auto!important;margin:0!important;padding:14px!important;border-radius:14px!important}
.w-related-section ul.products li.product img{border-radius:10px!important}.w-related-section ul.products li.product .price{font-size:16px!important}.w-related-section ul.products li.product a.button{font-size:11px!important;padding:10px!important}
@media(max-width:950px){.w-product-layout{grid-template-columns:1fr}.w-product-image,.w-product-placeholder{min-height:430px;height:430px}.w-product-image img{height:430px}.w-product-description-grid{grid-template-columns:1fr}.w-related-section ul.products{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:600px){.w-product-page{padding:20px 0 50px}.w-product-summary{padding:22px}.w-product-title{font-size:30px!important}.w-product-trust-strip{grid-template-columns:1fr}.w-product-trust-strip>div{padding:10px}.w-product-image,.w-product-placeholder{min-height:330px;height:330px}.w-product-image img{height:330px}.w-product-description-grid{margin-top:18px}.w-related-section ul.products{grid-template-columns:1fr!important}.w-section-heading-inline{align-items:flex-start;flex-direction:column;gap:8px}}

/* Premium All Services page */
.w-services-hero{position:relative;overflow:hidden;background:radial-gradient(circle at 82% 15%,rgba(124,58,237,.45),transparent 32%),linear-gradient(135deg,#07152e 0%,#0c1640 52%,#24105f 100%);color:#fff;padding:72px 0 68px}
.w-services-hero:after{content:"";position:absolute;width:420px;height:420px;border:1px solid rgba(255,255,255,.08);border-radius:50%;right:-120px;top:-150px;box-shadow:0 0 0 70px rgba(255,255,255,.02),0 0 0 140px rgba(255,255,255,.015)}
.w-services-hero-inner{position:relative;z-index:1;display:grid;grid-template-columns:1fr 330px;gap:50px;align-items:center}
.w-services-hero h1{font-size:48px;line-height:1.05;margin:12px 0 18px;font-weight:850;letter-spacing:-1.5px}
.w-services-hero h1 span{background:linear-gradient(90deg,#c084fc,#8b5cf6,#e879f9);-webkit-background-clip:text;background-clip:text;color:transparent}
.w-services-hero p{max-width:620px;color:#c5cde0;font-size:15px;line-height:1.75;margin:0}
.w-services-hero-pills{display:flex;flex-wrap:wrap;gap:9px;margin-top:22px}.w-services-hero-pills span{font-size:10px;font-weight:700;padding:8px 11px;border-radius:999px;background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.1);color:#e8ebf5}
.w-services-hero-stat{display:flex;justify-content:center}.w-mini-dashboard{width:260px;min-height:205px;border:1px solid rgba(255,255,255,.16);background:linear-gradient(145deg,rgba(255,255,255,.13),rgba(255,255,255,.04));backdrop-filter:blur(12px);border-radius:22px;padding:25px;box-shadow:0 25px 55px rgba(0,0,0,.22);transform:rotate(3deg)}
.w-mini-label{font-size:9px;letter-spacing:1.5px;color:#c7b5ff;font-weight:800}.w-mini-dashboard strong{display:block;font-size:50px;line-height:1;margin:16px 0 4px}.w-mini-dashboard small{color:#b9c2d7;font-size:11px}.w-mini-bars{display:flex;align-items:end;gap:7px;height:50px;margin-top:18px}.w-mini-bars i{display:block;flex:1;border-radius:5px 5px 2px 2px;background:linear-gradient(#a855f7,#6c2bff)}.w-mini-bars i:nth-child(1){height:35%}.w-mini-bars i:nth-child(2){height:55%}.w-mini-bars i:nth-child(3){height:43%}.w-mini-bars i:nth-child(4){height:75%}.w-mini-bars i:nth-child(5){height:65%}.w-mini-bars i:nth-child(6){height:95%}
.w-services-content{background:#f7f8fc;padding:58px 0 75px}.w-services-topline{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:22px}.w-services-topline h2{font-size:32px;margin:6px 0 0}.w-platform-nav{display:flex;gap:8px;overflow:auto;padding-bottom:4px;margin-bottom:42px}.w-platform-nav a{white-space:nowrap;background:#fff;border:1px solid #e5e7ef;border-radius:999px;padding:9px 13px;font-size:11px;font-weight:700;color:#34405a;box-shadow:0 3px 10px rgba(20,25,45,.03)}.w-platform-nav a:hover{border-color:#c9b5ff;color:#6c2bff}.w-platform-nav span{margin-right:5px}
.w-platform-section{margin-bottom:54px;scroll-margin-top:90px}.w-platform-heading{display:flex;justify-content:space-between;align-items:center;gap:20px;margin-bottom:17px}.w-platform-title{display:flex;gap:12px;align-items:center}.w-platform-icon{width:45px;height:45px;border-radius:13px;background:linear-gradient(135deg,#eee7ff,#f8f6ff);display:flex;align-items:center;justify-content:center;font-size:21px;border:1px solid #e8e1ff}.w-platform-title h2{font-size:22px;margin:0}.w-platform-title p{font-size:11px;color:#7b8497;margin:3px 0 0}.w-view-all{font-size:11px;font-weight:800;color:#6c2bff;white-space:nowrap}.w-premium-service-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}
.w-premium-service-card{background:#fff;border:1px solid #e5e7ef;border-radius:16px;padding:18px;box-shadow:0 6px 22px rgba(20,25,45,.035);transition:transform .2s,box-shadow .2s,border-color .2s;min-height:174px;display:flex;flex-direction:column}.w-premium-service-card:hover{transform:translateY(-4px);border-color:#d3c3ff;box-shadow:0 14px 35px rgba(67,38,140,.09)}.w-service-card-top{display:flex;justify-content:space-between;align-items:center}.w-service-card-icon{width:34px;height:34px;border-radius:10px;background:#f1ecff;display:flex;align-items:center;justify-content:center;font-size:16px}.w-starting{font-size:8px;letter-spacing:1px;color:#9299aa;font-weight:800}.w-premium-service-card h3{font-size:15px;line-height:1.3;margin:14px 0 6px;color:#182239}.w-premium-service-card p{font-size:10px;line-height:1.55;color:#80899b;margin:0}.w-service-card-bottom{margin-top:auto;padding-top:14px;display:flex;justify-content:space-between;align-items:center;gap:10px}.w-service-card-bottom strong{font-size:15px;color:#6c2bff}.w-service-card-bottom a{font-size:9px;font-weight:800;color:#6c2bff;border:1px solid #d8ccff;border-radius:7px;padding:7px 9px}.w-service-card-bottom a:hover{background:#6c2bff;color:#fff}.w-service-card-bottom b{font-size:12px}
.w-services-bottom-cta{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:24px 26px;background:linear-gradient(100deg,#0b1734,#24105f);border-radius:18px;color:#fff;box-shadow:0 16px 35px rgba(18,17,58,.16)}.w-services-bottom-cta>div{display:flex;align-items:center;gap:12px}.w-cta-icon{width:42px;height:42px;border-radius:12px;background:rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;font-size:20px}.w-services-bottom-cta strong{display:block;font-size:14px}.w-services-bottom-cta small{display:block;font-size:10px;color:#bfc7d9;margin-top:3px}
@media(max-width:900px){.w-services-hero-inner{grid-template-columns:1fr}.w-services-hero-stat{display:none}.w-premium-service-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.w-services-hero{padding:50px 0}.w-services-hero h1{font-size:34px}.w-services-topline,.w-platform-heading,.w-services-bottom-cta{align-items:flex-start;flex-direction:column}.w-premium-service-grid{grid-template-columns:1fr}.w-services-bottom-cta{padding:20px}.w-services-topline .w-btn{width:100%;text-align:center}}

/* All Services - reference inspired premium layout */
.w-as-hero{background:radial-gradient(circle at 78% 45%,rgba(92,35,205,.38),transparent 30%),linear-gradient(110deg,#04112a 0%,#071a3d 58%,#160c42 100%);color:#fff;overflow:hidden}
.w-as-hero-inner{min-height:365px;display:grid;grid-template-columns:1.12fr .88fr;align-items:center;gap:30px}
.w-as-eyebrow{font-size:11px;letter-spacing:1.8px;color:#bb7cff;font-weight:800;margin-bottom:14px}.w-as-hero h1{font-size:45px;line-height:1.08;letter-spacing:-1px;margin:0 0 18px;font-weight:850}.w-as-hero h1 span{color:#a855f7}.w-as-hero-copy>p{max-width:570px;color:#d3d8e6;font-size:15px;line-height:1.65;margin:0}.w-as-benefits{display:flex;flex-wrap:wrap;gap:25px;margin-top:28px}.w-as-benefits span{font-size:12px;color:#f1f2f7}.w-as-benefits span:first-letter{color:#c06cff}.w-as-hero-visual{height:365px;position:relative;display:flex;align-items:center;justify-content:center}.w-as-phone{width:190px;height:310px;border:7px solid #151b2b;border-radius:30px;background:linear-gradient(150deg,#fff,#f4f6fb);color:#152039;box-shadow:0 30px 70px rgba(0,0,0,.45),0 0 60px rgba(124,58,237,.3);padding:22px 16px;transform:rotate(6deg);z-index:2}.w-as-phone-top{font-size:10px;font-weight:800;margin-bottom:22px}.w-as-phone small{display:block;font-size:8px;color:#7c8494;margin-top:13px}.w-as-phone strong{display:block;font-size:19px;margin-top:3px}.w-as-phone strong i{font-size:8px;color:#16a34a;font-style:normal;margin-left:3px}.w-as-chart{height:40px;margin:7px 0 10px;display:flex;align-items:end;gap:5px}.w-as-chart b{display:block;flex:1;border-radius:5px 5px 0 0;background:linear-gradient(#8b5cf6,#6c2bff)}.w-as-chart b:nth-child(1){height:30%}.w-as-chart b:nth-child(2){height:50%}.w-as-chart b:nth-child(3){height:38%}.w-as-chart b:nth-child(4){height:70%}.w-as-chart b:nth-child(5){height:55%}.w-as-chart b:nth-child(6){height:85%}.w-as-chart b:nth-child(7){height:100%}
.w-as-bubble{position:absolute;width:56px;height:56px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:27px;font-weight:800;box-shadow:0 12px 25px rgba(0,0,0,.3);z-index:3}.w-as-bubble.fb{background:#1877f2;left:12%;top:12%}.w-as-bubble.ig{background:linear-gradient(135deg,#7c3aed,#ec4899,#f97316);right:12%;top:17%}.w-as-bubble.tt{background:#050505;left:10%;bottom:23%}.w-as-bubble.yt{background:#ef2020;right:8%;bottom:25%}.w-as-bubble.xx{background:#050505;right:17%;bottom:3%}
.w-as-main{background:#f5f7fb;padding:34px 0 70px}.w-as-layout{display:grid;grid-template-columns:270px 1fr;gap:28px;align-items:start}.w-as-sidebar{background:#fff;border:1px solid #e5e8f0;border-radius:10px;overflow:hidden;position:sticky;top:20px;box-shadow:0 7px 25px rgba(20,25,45,.05)}.w-as-sidebar-title{background:linear-gradient(100deg,#6c2bff,#8e3cff);color:#fff;font-weight:800;font-size:15px;padding:18px 20px}.w-as-sidebar nav{padding:8px}.w-as-sidebar nav a{display:flex;align-items:center;gap:11px;padding:12px 10px;border-radius:8px;color:#172039;font-size:12px;font-weight:600}.w-as-sidebar nav a:hover,.w-as-sidebar nav a.active{background:#f1edff;color:#6c2bff}.w-as-nav-icon{width:26px;text-align:center;font-size:17px}.w-as-side-trust{margin:14px;border:1px solid #e9e4ff;border-radius:9px;padding:15px;display:flex;gap:10px;align-items:flex-start}.w-as-shield{font-size:25px;color:#8b5cf6}.w-as-side-trust strong{display:block;font-size:11px}.w-as-side-trust small{display:block;color:#8a92a3;font-size:9px;line-height:1.5;margin-top:4px}
.w-as-platform{margin-bottom:42px;scroll-margin-top:80px}.w-as-platform-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin:0 0 16px}.w-as-platform-head h2{font-size:23px;margin:0;color:#131e35}.w-as-platform-head p{font-size:11px;color:#69748a;margin:4px 0 0}.w-as-platform-head>a{font-size:10px;color:#6c2bff;font-weight:800;border:1px solid #cfc0ff;border-radius:7px;padding:9px 13px;background:#fff;white-space:nowrap}.w-as-card-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.w-as-card{background:#fff;border:1px solid #e6e9f0;border-radius:12px;padding:15px;min-height:210px;display:flex;flex-direction:column;box-shadow:0 5px 18px rgba(20,25,45,.035);transition:.2s}.w-as-card:hover{transform:translateY(-3px);border-color:#d1c1ff;box-shadow:0 12px 28px rgba(68,40,140,.08)}.w-as-card-icon{width:42px;height:42px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:20px;background:linear-gradient(135deg,#6c2bff,#8e3cff);margin-bottom:12px}.w-as-card-icon.facebook{background:linear-gradient(135deg,#1677f2,#3b9cff)}.w-as-card-icon.instagram{background:linear-gradient(135deg,#7c3aed,#ec4899)}.w-as-card-icon.tiktok{background:#111}.w-as-card-icon.youtube{background:#ef2020}.w-as-card-icon.xtwitter{background:#111}.w-as-card-icon.businessmanager{background:linear-gradient(135deg,#0891b2,#14b8a6)}.w-as-card h3{font-size:13px;line-height:1.3;margin:0 0 6px;color:#172039}.w-as-card p{font-size:9px;line-height:1.5;color:#7c8496;margin:0}.w-as-card-price{margin-top:auto;padding-top:14px}.w-as-card-price small{display:block;font-size:8px;color:#7f8797;margin-bottom:3px}.w-as-card-price strong{font-size:16px;color:#6c2bff}.w-as-details{margin-top:10px;border:1px solid #bfaaff;border-radius:7px;text-align:center;padding:8px;font-size:9px;font-weight:800;color:#6c2bff}.w-as-details:hover{background:#6c2bff;color:#fff}.w-as-details b{margin-left:5px}
@media(max-width:1100px){.w-as-card-grid{grid-template-columns:repeat(3,1fr)}.w-as-layout{grid-template-columns:230px 1fr}}
@media(max-width:850px){.w-as-hero-inner{grid-template-columns:1fr;min-height:auto;padding-top:55px;padding-bottom:45px}.w-as-hero-visual{display:none}.w-as-layout{grid-template-columns:1fr}.w-as-sidebar{position:relative;top:auto}.w-as-sidebar nav{display:flex;overflow:auto}.w-as-sidebar nav a{white-space:nowrap}.w-as-side-trust{display:none}.w-as-card-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.w-as-hero h1{font-size:34px}.w-as-benefits{gap:12px}.w-as-card-grid{grid-template-columns:1fr}.w-as-platform-head{align-items:flex-start;flex-direction:column}.w-as-platform-head>a{align-self:flex-start}.w-as-main{padding-top:22px}}

/* Premium WooCommerce product category */
.w-cat-page{background:#f6f8fc}.w-cat-hero{background:radial-gradient(circle at 84% 20%,rgba(127,56,230,.34),transparent 32%),linear-gradient(115deg,#07152e,#101a43 58%,#25105e);color:#fff;padding:30px 0 48px}.w-cat-breadcrumb{display:flex;gap:9px;align-items:center;color:#aeb7cb;font-size:10px;margin-bottom:35px}.w-cat-breadcrumb a{color:#d9deea}.w-cat-hero-grid{display:flex;justify-content:space-between;align-items:center;gap:40px}.w-cat-eyebrow,.w-cat-label{font-size:9px;letter-spacing:1.6px;font-weight:800;color:#bb78ff}.w-cat-hero h1{font-size:42px;line-height:1.1;margin:10px 0 12px;font-weight:850}.w-cat-hero p{font-size:14px;line-height:1.65;color:#cbd3e4;max-width:650px;margin:0}.w-cat-pills{display:flex;gap:9px;flex-wrap:wrap;margin-top:20px}.w-cat-pills span{font-size:9px;font-weight:700;padding:7px 10px;border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.07);border-radius:999px}.w-cat-hero-icon{width:125px;height:125px;border-radius:28px;background:linear-gradient(145deg,rgba(255,255,255,.16),rgba(255,255,255,.05));border:1px solid rgba(255,255,255,.13);display:flex;align-items:center;justify-content:center;font-size:55px;box-shadow:0 20px 45px rgba(0,0,0,.25);transform:rotate(4deg);flex-shrink:0}.w-cat-hero-icon small{display:none}
.w-cat-main{padding:30px 0 70px}.w-cat-layout{display:grid;grid-template-columns:245px minmax(0,1fr);gap:25px;align-items:start}.w-cat-sidebar{background:#fff;border:1px solid #e4e7ef;border-radius:13px;overflow:hidden;position:sticky;top:20px;box-shadow:0 7px 24px rgba(20,25,45,.045)}.w-cat-sidebar-title{padding:16px 18px;background:linear-gradient(100deg,#6c2bff,#913aff);color:#fff;font-size:14px;font-weight:800}.w-cat-sidebar-list{padding:8px}.w-cat-sidebar-list a{display:flex;align-items:center;gap:9px;padding:11px 9px;border-radius:8px;color:#263148;font-size:11px}.w-cat-sidebar-list a:hover,.w-cat-sidebar-list a.active{background:#f0ebff;color:#6c2bff}.w-cat-sidebar-list a span{width:24px;text-align:center;font-size:16px}.w-cat-sidebar-list a b{flex:1}.w-cat-sidebar-list a em{font-style:normal;font-size:8px;color:#9ba2b1;background:#f1f2f6;padding:3px 6px;border-radius:999px}.w-cat-sidebar-list a.active em{background:#e0d5ff;color:#6c2bff}.w-cat-sidebar-trust{margin:12px;padding:13px;border:1px solid #e7e0ff;border-radius:9px}.w-cat-sidebar-trust strong{display:block;font-size:10px}.w-cat-sidebar-trust small{display:block;color:#838c9e;font-size:8px;line-height:1.5;margin-top:5px}
.w-cat-results-head{display:flex;justify-content:space-between;align-items:end;gap:20px;margin-bottom:18px}.w-cat-results-head h2{font-size:25px;margin:5px 0 4px;color:#172138}.w-cat-results-head p{font-size:10px;color:#7b8497;margin:0}.w-cat-count{background:#fff;border:1px solid #e3e6ee;border-radius:999px;padding:8px 12px;font-size:9px;font-weight:800;color:#6c2bff;white-space:nowrap}
.w-cat-results ul.products{display:grid!important;grid-template-columns:repeat(3,1fr);gap:15px;margin:0!important}.w-cat-results ul.products:before,.w-cat-results ul.products:after{display:none!important}.w-cat-results li.w-cat-product-card{width:auto!important;float:none!important;margin:0!important;padding:0!important;background:#fff;border:1px solid #e4e7ef;border-radius:14px;overflow:hidden;box-shadow:0 6px 20px rgba(20,25,45,.04);transition:.2s;display:flex;flex-direction:column}.w-cat-results li.w-cat-product-card:hover{transform:translateY(-4px);border-color:#cfc0ff;box-shadow:0 14px 32px rgba(70,40,145,.09)}.w-cat-product-image{height:155px;background:#f3f5fa;display:flex;align-items:center;justify-content:center;overflow:hidden}.w-cat-product-image img{width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important}.w-cat-product-image>span{width:62px;height:62px;border-radius:17px;background:#ece7ff;display:flex;align-items:center;justify-content:center;font-size:28px}.w-cat-product-body{padding:15px;display:flex;flex-direction:column;flex:1}.w-cat-product-mini{font-size:8px;color:#8062d8;font-weight:800;margin-bottom:8px}.w-cat-product-body h3{font-size:14px!important;line-height:1.35!important;margin:0 0 6px!important}.w-cat-product-body h3 a{color:#172138}.w-cat-product-body h3 a:hover{color:#6c2bff}.w-cat-product-body p{font-size:9px!important;line-height:1.55!important;color:#7d8698!important;margin:0!important}.w-cat-product-bottom{display:flex;justify-content:space-between;align-items:end;gap:10px;margin-top:auto;padding-top:15px}.w-cat-product-bottom small{display:block;font-size:7px;color:#8790a1;margin-bottom:2px}.w-cat-product-bottom .price{margin:0!important;color:#6c2bff!important;font-size:16px!important;font-weight:850}.w-cat-view{border:1px solid #c8b7ff;color:#6c2bff;border-radius:7px;padding:8px 9px;font-size:8px;font-weight:800;white-space:nowrap}.w-cat-view:hover{background:#6c2bff;color:#fff}.w-cat-pagination{margin-top:25px}.w-cat-pagination .page-numbers{font-size:10px}.w-cat-pagination ul{border:0!important}
@media(max-width:1000px){.w-cat-layout{grid-template-columns:200px 1fr}.w-cat-results ul.products{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:750px){.w-cat-hero-grid{align-items:flex-start}.w-cat-hero-icon{display:none}.w-cat-layout{grid-template-columns:1fr}.w-cat-sidebar{position:relative;top:auto}.w-cat-sidebar-list{display:flex;overflow:auto;gap:5px}.w-cat-sidebar-list a{white-space:nowrap}.w-cat-sidebar-trust{display:none}.w-cat-results ul.products{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:520px){.w-cat-hero h1{font-size:32px}.w-cat-pills{gap:6px}.w-cat-results-head{align-items:flex-start;flex-direction:column}.w-cat-results ul.products{grid-template-columns:1fr!important}.w-cat-product-image{height:185px}}

/* =========================================================
   WaheedSM Responsive System v2.4
   Mobile/tablet layout for header, pages, WooCommerce,
   services, product pages, cart and checkout.
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden}
body.w-menu-open{overflow:hidden}
button,input,select,textarea{max-width:100%}
.site-container{width:min(1200px,calc(100% - 40px))}

/* Header */
.w-mobile-toggle{width:42px;height:42px;padding:8px;border-radius:9px;display:none;flex-direction:column;justify-content:center;gap:5px;color:var(--w-text);cursor:pointer}
.w-mobile-toggle span{display:block;width:22px;height:2px;border-radius:2px;background:currentColor;transition:.2s}
.w-mobile-toggle[aria-expanded="true"] span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.w-mobile-toggle[aria-expanded="true"] span:nth-child(2){opacity:0}
.w-mobile-toggle[aria-expanded="true"] span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

@media (max-width:1100px){
  .site-container{width:min(100% - 32px,1120px)}
  .w-header .site-container{gap:16px}
  .w-brand{min-width:205px}
  .w-nav{gap:18px}
  .w-nav a{font-size:12px}
  .w-account{padding:11px 14px;font-size:12px}
  .w-hero h1{font-size:48px}
  .w-hero-grid-premium{gap:30px}
  .w-dashboard-scene{transform:scale(.9)}
  .w-as-card-grid{grid-template-columns:repeat(3,1fr)}
}

/* Tablet */
@media (max-width:820px){
  .site-container{width:calc(100% - 28px)}

  .w-topbar .site-container{min-height:34px}
  .w-topbar{font-size:10px}
  .w-topbar-left,.w-topbar-right{gap:10px}
  .w-topbar-left span:nth-child(3){display:none}
  .w-topbar-right span{display:none}

  .w-header{position:sticky;top:0;background:rgba(255,255,255,.97);backdrop-filter:blur(10px)}
  .w-header .site-container{min-height:68px;gap:8px}
  .w-brand{min-width:0;flex:1;gap:8px}
  .w-logo-mark{width:36px;height:36px;font-size:17px;flex:none}
  .w-brand-title{font-size:16px}
  .w-brand-sub{font-size:8px}
  .w-nav{
    display:none;
    position:absolute;
    top:100%;
    left:0;
    right:0;
    width:100%;
    padding:10px 14px 14px;
    background:#fff;
    border-top:1px solid var(--w-border);
    border-bottom:1px solid var(--w-border);
    box-shadow:0 18px 30px rgba(20,25,45,.12);
    flex-direction:column;
    align-items:stretch;
    justify-content:flex-start;
    gap:3px;
    z-index:50;
  }
  .w-nav.is-open{display:flex}
  .w-nav a{font-size:13px;padding:12px 13px;border-radius:8px}
  .w-nav a:hover,.w-nav .current-menu-item{background:#f3efff;color:var(--w-primary)}
  .w-header-actions{margin-left:auto}
  .w-search{display:none}
  .w-cart{font-size:12px;padding:8px}
  .w-account{display:none}
  .w-mobile-toggle{display:flex}

  /* Generic sections */
  .w-hero{padding:55px 0 60px}
  .w-hero-grid{grid-template-columns:1fr;gap:25px}
  .w-hero h1{font-size:clamp(36px,8vw,46px)}
  .w-hero p{font-size:15px}
  .w-hero-art{min-height:310px}
  .w-phone{width:205px;height:355px}
  .w-float-card{transform:scale(.82)}
  .w-section{padding-top:55px;padding-bottom:55px}

  /* Homepage premium hero */
  .w-hero-grid-premium{grid-template-columns:1fr;gap:30px}
  .w-hero-copy{text-align:left}
  .w-dashboard-scene{min-height:330px;transform:none}
  .w-dashboard-card{transform:rotate(2deg) scale(.82)}
  .w-float-one{left:4%;top:12%}
  .w-float-two{right:2%;top:40%}
  .w-float-three{left:10%;bottom:5%}
  .w-trust-grid{grid-template-columns:repeat(2,1fr)}
  .w-platform-grid-premium{grid-template-columns:repeat(2,1fr)}
  .w-popular-grid{grid-template-columns:repeat(2,1fr)}
  .w-why-grid{grid-template-columns:repeat(2,1fr)}
  .w-steps-grid{grid-template-columns:repeat(2,1fr)}
  .w-review-grid{grid-template-columns:1fr}
  .w-footer-grid{grid-template-columns:repeat(2,1fr);gap:30px}
  .w-footer-bottom{gap:10px;flex-direction:column;align-items:flex-start}

  /* All Services */
  .w-as-hero-inner{grid-template-columns:1fr;min-height:auto;padding-top:50px;padding-bottom:45px}
  .w-as-hero-visual{display:none}
  .w-as-layout{grid-template-columns:1fr}
  .w-as-sidebar{position:relative;top:auto}
  .w-as-sidebar nav{display:flex;overflow-x:auto;gap:4px;scrollbar-width:none}
  .w-as-sidebar nav::-webkit-scrollbar{display:none}
  .w-as-sidebar nav a{white-space:nowrap;flex:0 0 auto}
  .w-as-side-trust{display:none}
  .w-as-card-grid{grid-template-columns:repeat(2,1fr)}

  /* Product category */
  .w-cat-hero-grid{align-items:flex-start}
  .w-cat-hero-icon{display:none}
  .w-cat-layout{grid-template-columns:1fr}
  .w-cat-sidebar{position:relative;top:auto}
  .w-cat-sidebar-list{display:flex;overflow-x:auto;gap:4px;scrollbar-width:none}
  .w-cat-sidebar-list::-webkit-scrollbar{display:none}
  .w-cat-sidebar-list a{white-space:nowrap;flex:0 0 auto}
  .w-cat-sidebar-trust{display:none}
  .w-cat-results ul.products{grid-template-columns:repeat(2,1fr)!important}

  /* Single product */
  .w-product-layout{grid-template-columns:1fr}
  .w-product-image,.w-product-placeholder{min-height:420px;height:420px}
  .w-product-image img{height:420px}
  .w-product-description-grid{grid-template-columns:1fr}
  .w-related-section ul.products{grid-template-columns:repeat(2,1fr)!important}
}

/* Mobile */
@media (max-width:600px){
  .site-container{width:calc(100% - 24px)}

  .w-topbar-left span:nth-child(2){display:none}
  .w-topbar .site-container{justify-content:center;min-height:31px}
  .w-topbar-right{display:none}

  .w-header .site-container{min-height:62px}
  .w-brand-title{font-size:15px}
  .w-brand-sub{display:none}
  .w-logo-mark{width:34px;height:34px}
  .w-cart span{font-size:10px}
  .w-mobile-toggle{width:38px;height:38px}

  /* Buttons */
  .w-btn{min-height:44px;padding:11px 16px;font-size:12px}
  .w-btn-lg{width:100%}

  /* Home */
  .w-hero-premium{padding:55px 0 45px}
  .w-hero-copy h1{font-size:clamp(32px,10vw,42px)!important;line-height:1.08}
  .w-hero-copy p{font-size:13px;line-height:1.65}
  .w-hero-actions{display:grid;grid-template-columns:1fr;gap:9px}
  .w-hero-trust{gap:8px;flex-wrap:wrap}
  .w-hero-trust span{font-size:9px}
  .w-dashboard-scene{min-height:285px;overflow:visible}
  .w-dashboard-card{width:220px!important;max-width:72vw;transform:rotate(2deg) scale(.78)!important}
  .w-float-card{font-size:9px!important;transform:scale(.72)!important}
  .w-float-one{left:-1%!important}
  .w-float-two{right:-2%!important}
  .w-float-three{left:3%!important}
  .w-trust-grid{grid-template-columns:repeat(2,1fr);gap:8px}
  .w-trust-grid div{padding:12px 8px}
  .w-trust-grid b{font-size:18px}
  .w-trust-grid span{font-size:9px}
  .w-section-title h2{font-size:25px}
  .w-section-title p{font-size:11px}
  .w-platform-grid-premium,.w-popular-grid,.w-why-grid,.w-steps-grid{grid-template-columns:1fr}
  .w-platform-card,.w-popular-card,.w-why-card,.w-step-card{width:100%}
  .w-home .w-cta-inner{padding:30px 18px}
  .w-home .w-cta-inner h2{font-size:26px}

  /* All Services */
  .w-as-hero{padding:0}
  .w-as-hero-inner{padding-top:42px;padding-bottom:38px}
  .w-as-hero h1{font-size:32px}
  .w-as-hero-copy>p{font-size:12px}
  .w-as-benefits{gap:7px}
  .w-as-benefits span{font-size:8px}
  .w-as-main{padding:18px 0 45px}
  .w-as-card-grid{grid-template-columns:1fr}
  .w-as-platform{margin-bottom:34px}
  .w-as-platform-head{align-items:flex-start;flex-direction:column;gap:8px}
  .w-as-platform-head h2{font-size:20px}
  .w-as-platform-head p{font-size:9px}
  .w-as-platform-head>a{align-self:flex-start}
  .w-as-card{min-height:185px}

  /* Category */
  .w-cat-hero{padding:22px 0 35px}
  .w-cat-breadcrumb{margin-bottom:25px;font-size:9px}
  .w-cat-hero h1{font-size:32px}
  .w-cat-hero p{font-size:11px}
  .w-cat-pills{gap:5px}
  .w-cat-pills span{font-size:8px;padding:6px 8px}
  .w-cat-main{padding:18px 0 45px}
  .w-cat-layout{gap:15px}
  .w-cat-results-head{align-items:flex-start;flex-direction:column;gap:8px}
  .w-cat-results-head h2{font-size:21px}
  .w-cat-results-head p{font-size:9px}
  .w-cat-results ul.products{grid-template-columns:1fr!important;gap:12px}
  .w-cat-product-image{height:180px}
  .w-cat-product-body{padding:14px}
  .w-cat-product-body h3{font-size:14px!important}
  .w-cat-product-bottom{align-items:center}
  .w-cat-view{font-size:9px;padding:9px 11px}

  /* Product */
  .w-product-page{padding:16px 0 45px}
  .w-breadcrumbs{font-size:9px;overflow:auto;white-space:nowrap;padding-bottom:2px}
  .w-product-image,.w-product-placeholder{min-height:300px;height:300px;border-radius:16px}
  .w-product-image img{height:300px}
  .w-product-summary{padding:18px;border-radius:16px}
  .w-product-title{font-size:29px!important}
  .w-product-price{font-size:25px}
  .w-product-intro{font-size:12px}
  .w-product-highlights{gap:5px}
  .w-product-highlights span{font-size:8px;padding:6px 8px}
  .w-order-box{padding:14px}
  .w-order-box-title{align-items:flex-start;flex-direction:column;gap:3px}
  .w-product-trust-strip{grid-template-columns:1fr}
  .w-description-card,.w-info-card{padding:18px}
  .w-description-card h2{font-size:21px}
  .w-related-section ul.products{grid-template-columns:1fr!important}

  /* WooCommerce cart + checkout */
  .woocommerce .site-container{width:calc(100% - 24px)}
  .woocommerce-cart .entry-content,.woocommerce-checkout .entry-content{overflow-x:hidden}
  .woocommerce table.shop_table{font-size:11px}
  .woocommerce-cart table.cart{display:block;border:0!important}
  .woocommerce-cart table.cart thead{display:none}
  .woocommerce-cart table.cart tbody,.woocommerce-cart table.cart tr,.woocommerce-cart table.cart td{display:block;width:100%}
  .woocommerce-cart table.cart tr.cart_item{position:relative;padding:14px 0 14px 86px;border-bottom:1px solid #e8eaf2}
  .woocommerce-cart table.cart td.product-thumbnail{position:absolute;left:0;top:14px;width:72px;padding:0}
  .woocommerce-cart table.cart td.product-thumbnail img{width:64px;height:64px;object-fit:cover;border-radius:9px}
  .woocommerce-cart table.cart td.product-name{padding:0 0 7px}
  .woocommerce-cart table.cart td.product-price,.woocommerce-cart table.cart td.product-quantity,.woocommerce-cart table.cart td.product-subtotal{padding:4px 0}
  .woocommerce-cart table.cart td.product-remove{position:absolute;right:0;top:8px;width:auto}
  .woocommerce-cart .coupon{display:flex!important;gap:7px!important;flex-wrap:wrap}
  .woocommerce-cart .coupon input{width:100%!important}
  .woocommerce-cart .coupon button{width:100%!important}
  .woocommerce-cart .cart_totals{width:100%!important;float:none!important;margin-top:20px}
  .woocommerce-cart .wc-proceed-to-checkout a.checkout-button{width:100%;text-align:center}
  .woocommerce-checkout form.checkout{display:block!important}
  .woocommerce-checkout .col2-set,.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{width:100%!important;float:none!important}
  .woocommerce-checkout .col2-set .col-1{margin-bottom:18px}
  .woocommerce-checkout #order_review{width:100%!important;float:none!important}
  .woocommerce-checkout #payment{border-radius:12px!important}
  .woocommerce-checkout .form-row{width:100%!important;float:none!important}
  .woocommerce-checkout input,.woocommerce-checkout select,.woocommerce-checkout textarea{font-size:16px!important;min-height:44px}
  .woocommerce-checkout .woocommerce-billing-fields h3,.woocommerce-checkout #order_review_heading{font-size:20px}
  .woocommerce-checkout table.shop_table{font-size:11px}

  /* Footer */
  .w-footer{padding:38px 0 20px}
  .w-footer-grid{grid-template-columns:1fr;gap:24px}
  .w-footer-grid>div:first-child{padding-bottom:5px}
  .w-footer-grid h3{font-size:13px}
  .w-footer-grid a,.w-footer-grid p{font-size:10px}
  .w-footer-bottom{font-size:9px;align-items:flex-start}
}

/* Small phones */
@media (max-width:380px){
  .site-container{width:calc(100% - 18px)}
  .w-brand-title{font-size:14px}
  .w-logo-mark{width:32px;height:32px}
  .w-cart{padding:5px}
  .w-hero-copy h1{font-size:30px!important}
  .w-as-hero h1,.w-cat-hero h1{font-size:29px}
  .w-cat-sidebar-list a{font-size:9px;padding:9px 7px}
}

/* =========================================================
   PREMIUM CART + CHECKOUT v2.5
   ========================================================= */

/* Shared WooCommerce page canvas */
.woocommerce-cart,
.woocommerce-checkout{background:#f6f8fc}
.woocommerce-cart .site-main,
.woocommerce-checkout .site-main{background:#f6f8fc}
.woocommerce-cart .woocommerce,
.woocommerce-checkout .woocommerce{max-width:1200px;width:calc(100% - 40px);margin:0 auto;padding:58px 0 75px}
.woocommerce-cart .woocommerce:before,
.woocommerce-cart .woocommerce:after,
.woocommerce-checkout .woocommerce:before,
.woocommerce-checkout .woocommerce:after{display:none}

/* Premium page headings */
.woocommerce-cart .woocommerce>h1,
.woocommerce-checkout .woocommerce>h1,
.woocommerce-cart h1.page-title,
.woocommerce-checkout h1.page-title{font-size:38px;line-height:1.15;font-weight:850;color:#111c34;margin:0 0 10px;letter-spacing:-.8px}
.woocommerce-cart .woocommerce>h1:after,
.woocommerce-checkout .woocommerce>h1:after{content:'';display:block;width:42px;height:4px;border-radius:99px;background:linear-gradient(90deg,#6c2bff,#c026ff);margin-top:12px}

/* Cart layout */
.woocommerce-cart .woocommerce-cart-form{background:#fff;border:1px solid #e5e8f0;border-radius:18px;box-shadow:0 10px 35px rgba(21,30,55,.055);overflow:hidden}
.woocommerce-cart .cart-collaterals{width:100%!important;float:none!important;margin-top:0}
.woocommerce-cart .cart-collaterals:after,
.woocommerce-cart .cart-collaterals:before{display:none}
.woocommerce-cart .cart-collaterals .cart_totals{width:100%!important;float:none!important}

.woocommerce-cart .shop_table.cart{border:0!important;border-collapse:collapse!important;margin:0!important;border-radius:0!important}
.woocommerce-cart .shop_table.cart thead{background:#f8f8fc}
.woocommerce-cart .shop_table.cart th{border:0!important;border-bottom:1px solid #e8eaf1!important;color:#6d7688;font-size:10px;text-transform:uppercase;letter-spacing:.7px;padding:17px 18px!important}
.woocommerce-cart .shop_table.cart td{border:0!important;border-bottom:1px solid #edf0f5!important;padding:22px 18px!important;vertical-align:middle}
.woocommerce-cart .shop_table.cart tbody tr:last-child td{border-bottom:0!important}
.woocommerce-cart .shop_table.cart .product-thumbnail{width:92px}
.woocommerce-cart .shop_table.cart .product-thumbnail img{width:76px!important;height:76px!important;object-fit:cover;border-radius:12px!important;border:1px solid #e8eaf0}
.woocommerce-cart .shop_table.cart .product-name a{font-size:15px;font-weight:800;color:#172138}
.woocommerce-cart .shop_table.cart .product-name a:hover{color:#6c2bff}
.woocommerce-cart .shop_table.cart .product-name dl.variation{font-size:10px;color:#7c8597;margin:5px 0 0}
.woocommerce-cart .shop_table.cart .product-price,
.woocommerce-cart .shop_table.cart .product-subtotal{font-weight:800;color:#6c2bff;font-size:14px}
.woocommerce-cart .shop_table.cart .product-quantity .quantity{display:flex;align-items:center}
.woocommerce-cart .shop_table.cart .product-quantity .qty{height:40px!important;width:70px!important;border:1px solid #dfe3eb!important;border-radius:9px!important;text-align:center;font-weight:700;background:#fff}
.woocommerce-cart .shop_table.cart .product-remove a.remove{width:30px;height:30px;line-height:27px;border-radius:50%;font-size:20px;color:#8991a2!important;text-align:center}
.woocommerce-cart .shop_table.cart .product-remove a.remove:hover{background:#fff0f2;color:#e43b55!important}

/* Cart actions */
.woocommerce-cart .shop_table.cart td.actions{padding:20px!important;background:#fbfbfd}
.woocommerce-cart .shop_table.cart td.actions .coupon{display:flex;gap:8px;align-items:center;float:left}
.woocommerce-cart .shop_table.cart td.actions .coupon label{display:none}
.woocommerce-cart .shop_table.cart td.actions .coupon .input-text{height:43px!important;border:1px solid #dfe3eb!important;border-radius:9px!important;padding:0 12px!important;min-width:190px}
.woocommerce-cart .shop_table.cart td.actions button,
.woocommerce-cart .shop_table.cart td.actions .button{height:43px;border-radius:9px!important;border:1px solid #6c2bff!important;background:#fff!important;color:#6c2bff!important;font-size:11px!important;font-weight:800!important;padding:0 17px!important}
.woocommerce-cart .shop_table.cart td.actions .button:hover{background:#6c2bff!important;color:#fff!important}
.woocommerce-cart .shop_table.cart td.actions>.button{float:right}

/* Cart totals card */
.woocommerce-cart .cart_totals{background:#fff;border:1px solid #e5e8f0;border-radius:18px!important;padding:25px!important;margin-top:20px;box-shadow:0 10px 35px rgba(21,30,55,.055)}
.woocommerce-cart .cart_totals h2{font-size:21px;font-weight:850;color:#172138;margin:0 0 15px}
.woocommerce-cart .cart_totals table{border:0!important;margin:0!important}
.woocommerce-cart .cart_totals th,
.woocommerce-cart .cart_totals td{border:0!important;border-bottom:1px solid #edf0f5!important;padding:13px 0!important;font-size:12px}
.woocommerce-cart .cart_totals th{font-weight:600;color:#6d7688}
.woocommerce-cart .cart_totals td{text-align:right;color:#172138;font-weight:700}
.woocommerce-cart .cart_totals .order-total th,
.woocommerce-cart .cart_totals .order-total td{border-bottom:0!important;padding-top:19px!important;font-size:19px;color:#172138}
.woocommerce-cart .cart_totals .order-total .amount{color:#6c2bff}
.woocommerce-cart .wc-proceed-to-checkout{padding:5px 0 0!important}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{display:flex!important;align-items:center;justify-content:center;height:52px!important;margin:8px 0 0!important;border-radius:10px!important;background:linear-gradient(135deg,#6c2bff,#a02cff)!important;color:#fff!important;font-size:13px!important;font-weight:800!important;box-shadow:0 8px 18px rgba(108,43,255,.22);transition:.2s}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{transform:translateY(-2px);box-shadow:0 12px 25px rgba(108,43,255,.3)}
.woocommerce-cart .cart_totals:after{content:'🔒 Secure checkout  •  No password required  •  Customer support available';display:block;text-align:center;color:#8a92a3;font-size:9px;margin-top:15px}

/* Make cart feel like a two-column premium checkout without changing WooCommerce markup */
@media(min-width:901px){
  .woocommerce-cart .woocommerce{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:22px;align-items:start}
  .woocommerce-cart .woocommerce>h1{grid-column:1/-1}
  .woocommerce-cart .woocommerce>.woocommerce-notices-wrapper{grid-column:1/-1}
  .woocommerce-cart .woocommerce>.woocommerce-cart-form{grid-column:1}
  .woocommerce-cart .woocommerce>.cart-collaterals{grid-column:2;grid-row:3;position:sticky;top:95px}
}

/* Checkout */
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout .woocommerce-form-login-toggle{margin-bottom:15px}
.woocommerce-checkout .woocommerce-info{background:#f0ebff!important;border:1px solid #ded3ff!important;border-radius:10px!important;color:#4b3b76!important;font-size:11px!important;padding:13px 16px!important}
.woocommerce-checkout form.checkout{display:grid!important;grid-template-columns:minmax(0,1fr) 350px;gap:22px;align-items:start}
.woocommerce-checkout #customer_details{background:#fff;border:1px solid #e5e8f0;border-radius:18px!important;box-shadow:0 10px 35px rgba(21,30,55,.055);padding:25px!important;width:auto!important;float:none!important}
.woocommerce-checkout #customer_details .col-1,
.woocommerce-checkout #customer_details .col-2{width:100%!important;float:none!important}
.woocommerce-checkout #customer_details .col-2{margin-top:25px}
.woocommerce-checkout #customer_details h3,
.woocommerce-checkout #order_review_heading{font-size:20px!important;font-weight:850!important;color:#172138!important;margin:0 0 17px!important}
.woocommerce-checkout #customer_details h3{padding-bottom:12px;border-bottom:1px solid #edf0f5}
.woocommerce-checkout #customer_details .form-row{margin:0 0 13px!important;padding:0!important}
.woocommerce-checkout #customer_details .form-row-first,
.woocommerce-checkout #customer_details .form-row-last{width:calc(50% - 6px)!important}
.woocommerce-checkout #customer_details label{font-size:10px!important;font-weight:700!important;color:#4d5669!important;margin-bottom:5px!important}
.woocommerce-checkout #customer_details input.input-text,
.woocommerce-checkout #customer_details select,
.woocommerce-checkout #customer_details textarea{width:100%!important;min-height:45px!important;border:1px solid #dfe3eb!important;border-radius:9px!important;background:#fff!important;padding:10px 12px!important;color:#172138!important;font-size:12px!important;outline:none;box-shadow:none!important}
.woocommerce-checkout #customer_details input:focus,
.woocommerce-checkout #customer_details select:focus,
.woocommerce-checkout #customer_details textarea:focus{border-color:#8d62ff!important;box-shadow:0 0 0 3px rgba(108,43,255,.08)!important}
.woocommerce-checkout #customer_details textarea{min-height:90px!important}
.woocommerce-checkout #customer_details .optional{font-weight:400;color:#9aa1ae}
.woocommerce-checkout .woocommerce-account-fields,
.woocommerce-checkout .woocommerce-additional-fields{padding-top:4px}
.woocommerce-checkout .woocommerce-additional-fields h3{margin-top:0!important}

/* Order review card */
.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;margin:0!important;background:#fff;border:1px solid #e5e8f0;border-bottom:0;border-radius:18px 18px 0 0!important;padding:22px 22px 0!important}
.woocommerce-checkout #order_review{grid-column:2;grid-row:1;margin-top:45px!important;background:#fff;border:1px solid #e5e8f0;border-radius:0 0 18px 18px!important;padding:0 22px 22px!important;box-shadow:0 10px 35px rgba(21,30,55,.055);position:sticky;top:95px}
.woocommerce-checkout #order_review .shop_table{border:0!important;border-collapse:collapse!important;margin:0!important}
.woocommerce-checkout #order_review .shop_table th,
.woocommerce-checkout #order_review .shop_table td{border:0!important;border-bottom:1px solid #edf0f5!important;padding:13px 0!important;font-size:11px!important}
.woocommerce-checkout #order_review .shop_table th{font-weight:700;color:#6d7688}
.woocommerce-checkout #order_review .shop_table td{text-align:right;color:#172138;font-weight:700}
.woocommerce-checkout #order_review .shop_table .product-name{text-align:left!important;color:#172138!important}
.woocommerce-checkout #order_review .shop_table .order-total th,
.woocommerce-checkout #order_review .shop_table .order-total td{border-bottom:0!important;padding-top:18px!important;font-size:19px!important}
.woocommerce-checkout #order_review .order-total .amount{color:#6c2bff}
.woocommerce-checkout #payment{background:#f8f8fc!important;border:1px solid #e5e8f0!important;border-radius:12px!important;margin-top:15px!important;padding:12px!important}
.woocommerce-checkout #payment ul.payment_methods{border:0!important;padding:0!important}
.woocommerce-checkout #payment ul.payment_methods li{font-size:11px!important;border-bottom:1px solid #e7e9ef!important;padding:12px 4px!important}
.woocommerce-checkout #payment div.payment_box{background:#fff!important;border:1px solid #e7e9ef!important;border-radius:8px!important;font-size:10px!important;color:#70798b!important;padding:10px!important}
.woocommerce-checkout #payment div.payment_box:before{display:none}
.woocommerce-checkout #payment .place-order{padding:12px 0 0!important;margin:0!important}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper{font-size:9px!important;color:#7b8495}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-checkbox-text{font-size:9px!important}
.woocommerce-checkout #payment #place_order{width:100%!important;height:52px!important;border:0!important;border-radius:10px!important;background:linear-gradient(135deg,#6c2bff,#a02cff)!important;color:#fff!important;font-size:13px!important;font-weight:800!important;box-shadow:0 8px 18px rgba(108,43,255,.22)}
.woocommerce-checkout #payment #place_order:hover{transform:translateY(-2px)}
.woocommerce-checkout .woocommerce-privacy-policy-text{font-size:9px!important;color:#8a92a3!important}

/* Checkout side trust note */
.woocommerce-checkout #order_review:after{content:'🔒 Secure payment  •  Your details are protected';display:block;text-align:center;color:#8a92a3;font-size:9px;margin-top:13px}


/* Woo notices */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error{border-radius:10px!important;border-top:0!important;box-shadow:none!important;font-size:11px!important}
.woocommerce .woocommerce-message{background:#effbf4!important;border:1px solid #c9efd9!important}
.woocommerce .woocommerce-error{background:#fff2f3!important;border:1px solid #ffd1d6!important}

/* Tablet */
@media(max-width:900px){
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce{width:calc(100% - 28px);padding:40px 0 55px}
  .woocommerce-cart .woocommerce{display:block}
  .woocommerce-cart .cart-collaterals{margin-top:18px}
  .woocommerce-checkout form.checkout{display:block!important}
  .woocommerce-checkout #order_review_heading{margin-top:20px!important;border-radius:18px 18px 0 0!important;padding:20px 20px 0!important}
  .woocommerce-checkout #order_review{margin-top:45px!important;position:relative;top:auto}
}

/* Phone */
@media(max-width:600px){
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce{width:calc(100% - 22px);padding:28px 0 45px}
  .woocommerce-cart .woocommerce>h1,
  .woocommerce-checkout .woocommerce>h1{font-size:29px}
  .woocommerce-cart .woocommerce-cart-form{border-radius:14px}
  .woocommerce-cart .shop_table.cart{display:block!important}
  .woocommerce-cart .shop_table.cart thead{display:none!important}
  .woocommerce-cart .shop_table.cart tbody,
  .woocommerce-cart .shop_table.cart tr,
  .woocommerce-cart .shop_table.cart td{display:block!important;width:100%!important}
  .woocommerce-cart .shop_table.cart tbody tr.cart_item{position:relative;padding:18px 14px 18px 91px!important;min-height:125px}
  .woocommerce-cart .shop_table.cart td.product-thumbnail{position:absolute!important;left:14px;top:18px;width:68px!important;padding:0!important}
  .woocommerce-cart .shop_table.cart .product-thumbnail img{width:68px!important;height:68px!important}
  .woocommerce-cart .shop_table.cart td.product-name{padding:0 30px 6px 0!important}
  .woocommerce-cart .shop_table.cart .product-name a{font-size:13px}
  .woocommerce-cart .shop_table.cart .product-price{display:inline-block!important;padding:3px 0!important;font-size:11px}
  .woocommerce-cart .shop_table.cart td.product-quantity{display:inline-block!important;width:auto!important;padding:5px 8px 3px 0!important}
  .woocommerce-cart .shop_table.cart td.product-subtotal{display:inline-block!important;width:auto!important;padding:5px 0!important}
  .woocommerce-cart .shop_table.cart td.product-remove{position:absolute!important;right:10px;top:12px;width:auto!important;padding:0!important}
  .woocommerce-cart .shop_table.cart td.actions{padding:14px!important}
  .woocommerce-cart .shop_table.cart td.actions .coupon{float:none!important;display:grid!important;grid-template-columns:1fr 100px;gap:7px!important;width:100%}
  .woocommerce-cart .shop_table.cart td.actions .coupon .input-text{min-width:0!important;width:100%!important}
  .woocommerce-cart .shop_table.cart td.actions .coupon button{width:100%!important;padding:0 8px!important}
  .woocommerce-cart .shop_table.cart td.actions>.button{float:none!important;width:100%!important;margin-top:9px!important}
  .woocommerce-cart .cart_totals{padding:18px!important;border-radius:14px!important}
  .woocommerce-cart .cart_totals h2{font-size:19px}
  .woocommerce-cart .cart_totals .order-total th,
  .woocommerce-cart .cart_totals .order-total td{font-size:17px!important}

  .woocommerce-checkout #customer_details,
  .woocommerce-checkout #order_review_heading,
  .woocommerce-checkout #order_review{border-radius:14px!important}
  .woocommerce-checkout #customer_details{padding:17px!important}
  .woocommerce-checkout #customer_details h3{font-size:18px!important}
  .woocommerce-checkout #customer_details .form-row-first,
  .woocommerce-checkout #customer_details .form-row-last{width:100%!important;float:none!important}
  .woocommerce-checkout #customer_details .col-2{margin-top:18px}
  .woocommerce-checkout #order_review_heading{padding:17px 17px 0!important}
  .woocommerce-checkout #order_review{padding:0 17px 17px!important;margin-top:43px!important}
  .woocommerce-checkout #order_review .shop_table th,
  .woocommerce-checkout #order_review .shop_table td{font-size:10px!important}
  .woocommerce-checkout #order_review .shop_table .order-total th,
  .woocommerce-checkout #order_review .shop_table .order-total td{font-size:17px!important}
  .woocommerce-checkout #payment #place_order{height:50px!important}
}

/* Extra-small phones */
@media(max-width:380px){
  .woocommerce-cart .woocommerce,
  .woocommerce-checkout .woocommerce{width:calc(100% - 16px)}
  .woocommerce-cart .woocommerce>h1,
  .woocommerce-checkout .woocommerce>h1{font-size:27px}
  .woocommerce-cart .shop_table.cart tbody tr.cart_item{padding-left:83px!important}
  .woocommerce-cart .shop_table.cart td.product-thumbnail{left:10px}
  .woocommerce-cart .shop_table.cart .product-thumbnail img{width:62px!important;height:62px!important}
}

/* =========================================================
   LEGAL / POLICY PAGES v2.6
   ========================================================= */
.w-legal-page{background:#f6f8fc;padding:58px 0 75px;min-height:620px}
.w-legal-hero{text-align:center;margin-bottom:32px}
.w-legal-eyebrow{font-size:10px;letter-spacing:1.6px;font-weight:800;color:#6c2bff;text-transform:uppercase;margin-bottom:9px}
.w-legal-hero h1{margin:0;color:#111c34;font-size:38px;line-height:1.15;font-weight:850;letter-spacing:-.7px}
.w-legal-hero p{max-width:700px;margin:12px auto 0;color:#737d90;font-size:13px;line-height:1.7}
.w-legal-card{background:#fff;border:1px solid #e5e8f0;border-radius:18px;box-shadow:0 10px 35px rgba(21,30,55,.055);padding:34px 40px}
.w-legal-meta{display:flex;justify-content:space-between;gap:20px;align-items:center;padding-bottom:18px;margin-bottom:25px;border-bottom:1px solid #edf0f5;color:#8a92a3;font-size:10px}
.w-legal-card h2{font-size:20px;color:#172138;margin:28px 0 10px;font-weight:850}
.w-legal-card h2:first-child{margin-top:0}
.w-legal-card p,.w-legal-card li{font-size:12px;line-height:1.85;color:#626c7f}
.w-legal-card ul{padding-left:20px;margin:8px 0 18px}
.w-legal-card a{color:#6c2bff;font-weight:700}
.w-legal-note{background:#f7f4ff;border:1px solid #e2d9ff;border-radius:11px;padding:14px 16px;margin:18px 0;color:#5e527b;font-size:11px;line-height:1.7}
.w-legal-updated{font-size:10px;color:#9199a8}
@media(max-width:600px){
 .w-legal-page{padding:35px 0 50px}
 .w-legal-hero h1{font-size:29px}
 .w-legal-hero p{font-size:12px}
 .w-legal-card{padding:23px 18px;border-radius:14px}
 .w-legal-card h2{font-size:18px}
 .w-legal-card p,.w-legal-card li{font-size:11px;line-height:1.8}
 .w-legal-meta{display:block}
 .w-legal-updated{display:block;margin-top:5px}
}

/* =========================================================
   WaheedSM Premium My Account v2.7
   ========================================================= */
.woocommerce-account{background:#f6f8fc}
.woocommerce-account .site-main{padding:0!important}
.woocommerce-account .woocommerce{max-width:1200px!important;width:min(1200px,calc(100% - 40px));margin:0 auto;padding:54px 0 72px}
.woocommerce-account .woocommerce h2{color:#172138;font-size:25px;font-weight:850}
.woocommerce-account .woocommerce h3{color:#172138;font-weight:800}
.woocommerce-account .woocommerce form.login,
.woocommerce-account .woocommerce form.register{background:#fff;border:1px solid #e4e7ef;border-radius:16px;padding:26px!important;box-shadow:0 10px 35px rgba(21,30,55,.055);margin:0!important}
.woocommerce-account .woocommerce form.login{border-top:3px solid #6c2bff}
.woocommerce-account .woocommerce form.register{border-top:3px solid #a02cff}
.woocommerce-account .woocommerce form.login .form-row,
.woocommerce-account .woocommerce form.register .form-row{margin-bottom:14px}
.woocommerce-account .woocommerce form.login label,
.woocommerce-account .woocommerce form.register label{font-size:12px;font-weight:700;color:#273149}
.woocommerce-account .woocommerce form.login input.input-text,
.woocommerce-account .woocommerce form.register input.input-text{height:46px!important;border:1px solid #dfe3eb!important;border-radius:9px!important;padding:0 12px!important;background:#fff!important}
.woocommerce-account .woocommerce form.login input:focus,
.woocommerce-account .woocommerce form.register input:focus{border-color:#6c2bff!important;box-shadow:0 0 0 3px rgba(108,43,255,.08)!important;outline:none}
.woocommerce-account .woocommerce form.login .button,
.woocommerce-account .woocommerce form.register .button{height:46px!important;border:0!important;border-radius:9px!important;background:linear-gradient(135deg,#6c2bff,#a02cff)!important;padding:0 22px!important;font-size:12px!important;font-weight:800!important}
.woocommerce-account .woocommerce .woocommerce-form-login__rememberme{font-size:11px!important;color:#687286!important}
.woocommerce-account .woocommerce .woocommerce-LostPassword{font-size:11px!important}
.woocommerce-account .woocommerce .woocommerce-LostPassword a{color:#6c2bff!important;font-weight:700}

.w-account-login-hero{display:flex;align-items:center;gap:18px;background:linear-gradient(135deg,#07152e,#151c48 62%,#2b126b);border-radius:18px;padding:28px 30px;color:#fff;margin-bottom:25px;box-shadow:0 15px 35px rgba(7,21,46,.14)}
.w-account-login-icon{width:58px;height:58px;border-radius:17px;display:grid;place-items:center;flex:none;background:linear-gradient(135deg,#6c2bff,#a02cff);font-size:24px;font-weight:900;box-shadow:0 8px 20px rgba(108,43,255,.3)}
.w-account-eyebrow{font-size:9px;letter-spacing:1.5px;text-transform:uppercase;color:#b98aff;font-weight:800;margin-bottom:6px}
.w-account-login-hero h1{margin:0;color:#fff;font-size:27px;line-height:1.15}
.w-account-login-hero p{margin:7px 0 0;color:#cbd3e4;font-size:11px;line-height:1.65;max-width:650px}
.woocommerce-account .u-columns{display:grid!important;grid-template-columns:1fr 1fr;gap:24px}
.woocommerce-account .u-columns>div{width:auto!important;float:none!important;margin:0!important}
.woocommerce-account .u-columns h2{font-size:21px;margin:0 0 14px}

.w-account-dashboard-hero{display:flex;align-items:center;gap:17px;background:linear-gradient(135deg,#07152e,#151c48 62%,#2b126b);border-radius:18px;padding:25px 27px;color:#fff;margin-bottom:17px;box-shadow:0 15px 35px rgba(7,21,46,.14)}
.w-account-avatar{width:58px;height:58px;border-radius:17px;background:linear-gradient(135deg,#6c2bff,#a02cff);display:grid;place-items:center;font-size:24px;font-weight:900;flex:none;box-shadow:0 8px 20px rgba(108,43,255,.3)}
.w-account-welcome{flex:1;min-width:0}
.w-account-welcome h1{margin:0;color:#fff;font-size:25px;line-height:1.2}
.w-account-welcome p{margin:6px 0 0;color:#cbd3e4;font-size:11px;line-height:1.6}
.w-account-shop-btn{display:inline-flex;align-items:center;gap:10px;background:#fff;color:#6c2bff!important;border-radius:9px;padding:11px 15px;font-size:11px;font-weight:800;white-space:nowrap}
.w-account-shop-btn:hover{background:#f1ebff;color:#5a21e6!important}
.w-account-benefits{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:25px}
.w-account-benefits>div{background:#fff;border:1px solid #e4e7ef;border-radius:13px;padding:15px 16px;box-shadow:0 6px 20px rgba(20,25,45,.035)}
.w-account-benefits span{display:block;font-size:18px;margin-bottom:7px}
.w-account-benefits strong{display:block;font-size:11px;color:#172138}
.w-account-benefits small{display:block;color:#8a92a3;font-size:9px;line-height:1.5;margin-top:3px}
.woocommerce-account .woocommerce-MyAccount-navigation{background:#fff;border:1px solid #e4e7ef;border-radius:15px;padding:8px;box-shadow:0 8px 28px rgba(20,25,45,.045)}
.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0!important;padding:0!important;list-style:none!important}
.woocommerce-account .woocommerce-MyAccount-navigation li{margin:2px 0!important;padding:0!important}
.woocommerce-account .woocommerce-MyAccount-navigation li a{display:flex;align-items:center;gap:10px;padding:12px 13px;border-radius:9px;color:#33405a;font-size:11px;font-weight:700;transition:.18s}
.woocommerce-account .woocommerce-MyAccount-navigation li a:before{font-size:14px;opacity:.85}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a{background:#f0ebff;color:#6c2bff}
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover{background:#f6f2ff;color:#6c2bff}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a:before{content:'⌂'}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a:before{content:'▣'}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a:before{content:'↓'}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a:before{content:'⌖'}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--payment-methods a:before{content:'▣'}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a:before{content:'◉'}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a:before{content:'↪'}
.woocommerce-account .woocommerce-MyAccount-content{background:#fff;border:1px solid #e4e7ef;border-radius:15px;padding:25px;box-shadow:0 8px 28px rgba(20,25,45,.045);min-height:270px}
.woocommerce-account .woocommerce-MyAccount-content p{font-size:12px;line-height:1.75;color:#687286}
.woocommerce-account .woocommerce-MyAccount-content a{color:#6c2bff;font-weight:700}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info{background:#f7f4ff!important;border:1px solid #e2d9ff!important;color:#5c4c7d!important}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table{border:0!important;font-size:11px}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table th{font-size:10px;color:#7b8497;background:#fafbfe}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-orders-table td{padding:11px 8px!important}
.woocommerce-account .woocommerce-MyAccount-content .button{border-radius:8px!important;background:#6c2bff!important;color:#fff!important;font-size:10px!important;font-weight:800!important}

/* Mobile menu: harden the dropdown so it works consistently on phones. */
@media(max-width:820px){
  .w-header{position:sticky!important;top:0!important;z-index:9999!important}
  .w-header .site-container{position:relative!important}
  .w-header .w-mobile-toggle{display:flex!important;position:relative!important;z-index:10002!important;flex:none!important}
  .w-header #waheedsm-primary-nav{display:none!important;position:absolute!important;top:calc(100% + 1px)!important;left:0!important;right:0!important;width:100%!important;max-height:calc(100vh - 70px)!important;overflow:auto!important;background:#fff!important;z-index:10001!important}
  .w-header #waheedsm-primary-nav.is-open{display:flex!important}
  .w-header #waheedsm-primary-nav a{display:flex!important;align-items:center!important;width:100%!important;min-height:46px!important}
  .w-header-actions{z-index:10003!important}
  .w-brand{z-index:10003!important}
  body.w-menu-open .w-header #waheedsm-primary-nav{visibility:visible!important;opacity:1!important}
}
@media(max-width:600px){
  .woocommerce-account .woocommerce{width:calc(100% - 28px)!important;padding:32px 0 50px!important}
  .w-account-login-hero{padding:20px 18px;gap:12px;border-radius:14px}
  .w-account-login-icon{width:48px;height:48px;border-radius:13px;font-size:20px}
  .w-account-login-hero h1{font-size:21px}
  .w-account-login-hero p{font-size:10px}
  .woocommerce-account .u-columns{grid-template-columns:1fr!important;gap:16px!important}
  .woocommerce-account .u-columns h2{font-size:18px}
  .woocommerce-account .woocommerce form.login,
  .woocommerce-account .woocommerce form.register{padding:19px!important;border-radius:13px}
  .w-account-dashboard-hero{align-items:flex-start;flex-wrap:wrap;padding:20px 18px;border-radius:14px}
  .w-account-avatar{width:48px;height:48px;border-radius:13px;font-size:20px}
  .w-account-welcome{min-width:calc(100% - 65px)}
  .w-account-welcome h1{font-size:20px}
  .w-account-shop-btn{width:100%;justify-content:center}
  .w-account-benefits{grid-template-columns:1fr;gap:9px}
  .w-account-benefits>div{padding:12px 14px}
  .woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:14px;padding:6px;border-radius:13px}
  .woocommerce-account .woocommerce-MyAccount-navigation li a{min-height:43px;padding:10px 11px}
  .woocommerce-account .woocommerce-MyAccount-content{padding:17px;border-radius:13px}
}
@media(min-width:601px) and (max-width:900px){
  .woocommerce-account .u-columns{grid-template-columns:1fr 1fr}
  .woocommerce-account .woocommerce{width:calc(100% - 32px)}
}

/* =========================================================
   WaheedSM v2.8 — navigation, typography, socials, checkout
   ========================================================= */

/* Readable global typography */
body{font-size:15px;line-height:1.65}
p,li{line-height:1.7}
.w-brand-sub,.w-service-card p,.w-platform p,.w-section-title p,.w-contact-card p,
.w-contact-item span,.w-field-help,.w-quantity-help,.w-legal-card p,.w-legal-card li,
.w-account-welcome p,.w-account-benefits small{font-size:12px!important;line-height:1.7!important}
.w-topbar{font-size:12px}
.w-nav a{font-size:14px!important}
.w-service-card h3,.w-platform h3{font-size:15px!important}
.w-service-card .price,.w-service-card .amount{font-size:14px!important}

/* Static menu + active page */
.w-nav a{position:relative;text-decoration:none!important;padding:30px 2px}
.w-nav a.is-active{color:var(--w-primary)!important}
.w-nav a.is-active:after{content:'';position:absolute;left:0;right:0;bottom:18px;height:3px;border-radius:99px;background:linear-gradient(90deg,#6c2bff,#c026ff)}
.w-nav a:hover{color:var(--w-primary)!important}
@media(min-width:821px){
  .w-header{position:sticky!important;top:0!important;z-index:9999!important}
  .w-topbar{position:relative;z-index:10000}
}

/* Social icons */
.w-social-icons,.w-footer-social{display:flex;gap:10px;align-items:center;margin-top:14px}
.w-social-icon{width:38px;height:38px;border-radius:11px;display:grid!important;place-items:center;color:#fff!important;text-decoration:none!important;font-weight:900;font-size:19px;transition:.2s;box-shadow:0 5px 15px rgba(20,25,45,.15)}
.w-social-icon:hover{transform:translateY(-3px);filter:brightness(1.07)}
.w-social-icon.fb{background:#1877f2}.w-social-icon.ig{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045)}
.w-social-icon.wa{background:#25d366}.w-social-icon.tg{background:#229ed9}
.w-social-contact{margin-top:24px;padding-top:20px;border-top:1px solid var(--w-border)}
.w-social-contact h3{font-size:17px;margin:0 0 5px;color:var(--w-text)}
.w-social-contact p{margin:0;color:var(--w-muted);font-size:12px!important}
.w-footer-social{margin-top:16px}
.w-footer-social .w-social-icon{width:32px;height:32px;border-radius:9px;font-size:16px}

/* Checkout: simple digital-service billing */
.woocommerce-checkout #billing_first_name_field{width:100%!important}
.woocommerce-checkout #billing_first_name_field label:after{content:''}
.woocommerce-checkout #billing_contact_method_field{width:100%!important;clear:both}
.woocommerce-checkout #billing_contact_method{height:45px!important;width:100%!important;border:1px solid #dfe3eb!important;border-radius:9px!important;padding:0 12px!important}
.woocommerce-checkout #billing_contact_method:focus{border-color:#6c2bff!important;box-shadow:0 0 0 3px rgba(108,43,255,.08)!important;outline:none}
.woocommerce-checkout #customer_details .col-1{width:100%!important}
.woocommerce-checkout #customer_details .form-row-first,
.woocommerce-checkout #customer_details .form-row-last{width:100%!important;float:none!important}
.woocommerce-checkout #customer_details .form-row{clear:both!important}

/* Mobile menu: visible, full width, high z-index */
@media(max-width:820px){
  .w-topbar{display:none!important}
  .w-header{position:sticky!important;top:0!important;z-index:99999!important}
  .w-header .site-container{min-height:68px!important;width:calc(100% - 24px)!important;gap:8px!important}
  .w-brand{min-width:0!important;flex:1!important}
  .w-logo-mark{width:40px!important;height:40px!important;font-size:18px!important}
  .w-brand-title{font-size:18px!important}
  .w-brand-sub{font-size:9px!important}
  .w-header-actions{gap:7px!important}
  .w-header-actions .w-search{display:none!important}
  .w-header-actions .w-account{display:none!important}
  .w-header .w-mobile-toggle{
    display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;
    gap:4px!important;width:42px!important;height:42px!important;padding:8px!important;border:1px solid #e2dff0!important;
    border-radius:10px!important;background:#fff!important;cursor:pointer!important;
  }
  .w-header .w-mobile-toggle span{display:block!important;width:20px!important;height:2px!important;border-radius:3px!important;background:#172138!important}
  .w-header #waheedsm-primary-nav{
    display:none!important;flex-direction:column!important;align-items:stretch!important;justify-content:flex-start!important;
    position:absolute!important;top:68px!important;left:0!important;right:0!important;width:100%!important;
    max-height:calc(100vh - 68px)!important;overflow-y:auto!important;padding:8px 12px 14px!important;
    background:#fff!important;border-top:1px solid #eceef3!important;border-bottom:1px solid #e1e4ec!important;
    box-shadow:0 15px 30px rgba(15,25,45,.15)!important;z-index:100000!important;
  }
  .w-header #waheedsm-primary-nav.is-open{display:flex!important}
  .w-header #waheedsm-primary-nav a{
    display:flex!important;align-items:center!important;min-height:48px!important;width:100%!important;
    padding:0 14px!important;border-radius:9px!important;color:#172138!important;
  }
  .w-header #waheedsm-primary-nav a.is-active{background:#f0ebff!important;color:#6c2bff!important}
  .w-header #waheedsm-primary-nav a.is-active:after{display:none!important}
  .w-header #waheedsm-primary-nav a:hover{background:#f7f4ff!important}
  .w-cart{font-size:12px!important}
}

/* Larger text on small screens */
@media(max-width:600px){
  body{font-size:14px!important}
  p,li{line-height:1.75!important}
  .w-service-card p,.w-platform p,.w-section-title p,.w-contact-card p,
  .w-contact-item span,.w-field-help,.w-quantity-help,.w-legal-card p,.w-legal-card li,
  .w-account-welcome p,.w-account-benefits small{font-size:11px!important;line-height:1.75!important}
  .w-nav a{font-size:13px!important}
}

/* Very small phones */
@media(max-width:380px){
  .w-header .site-container{width:calc(100% - 16px)!important}
  .w-brand-title{font-size:16px!important}
  .w-brand-sub{display:none!important}
}

/* v2.9 — Sticky main header + official social icon treatment */
.w-topbar{position:relative!important;z-index:10001!important}
.w-header{position:sticky!important;top:0!important;z-index:10000!important}
.w-social-icon svg{width:20px;height:20px;display:block}
.w-social-icons-large{margin-top:0;gap:12px}
.w-social-icons-large .w-social-icon{width:48px;height:48px;border-radius:14px}
.w-contact-social-top{display:flex;align-items:center;justify-content:space-between;gap:25px}
.w-contact-direct{display:flex;flex-wrap:wrap;gap:10px;margin-top:18px;padding-top:16px;border-top:1px solid var(--w-border)}
.w-contact-direct a{display:inline-flex;align-items:center;gap:6px;padding:9px 12px;border-radius:8px;background:#f7f5ff;color:#5e28df!important;font-size:11px;font-weight:700;text-decoration:none}
.w-footer-social .w-social-icon svg{width:17px;height:17px}
@media(max-width:600px){
  .w-contact-social-top{align-items:flex-start;flex-direction:column}
  .w-social-icons-large{width:100%;justify-content:flex-start}
  .w-social-icons-large .w-social-icon{width:44px;height:44px}
  .w-contact-direct{display:grid;grid-template-columns:1fr}
  .w-contact-direct a{justify-content:center}
}
/* Keep sticky header immediately below the browser top; mobile topbar is hidden. */
@media(min-width:821px){
  .w-header{top:0!important}
}

/* =========================================================
   v2.10 — All Services redesigned as premium product-category
   ========================================================= */
.w-services-hero-premium{position:relative;overflow:hidden;background:linear-gradient(120deg,#06152f 0%,#0b1735 55%,#24105d 100%);color:#fff}
.w-services-hero-premium .site-container{position:relative;z-index:2}
.w-services-hero-inner{min-height:370px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;gap:30px;padding-top:25px;padding-bottom:25px}
.w-services-hero-premium h1{font-size:42px;line-height:1.12;margin:8px 0 15px;color:#fff;font-weight:900;letter-spacing:-1px}
.w-services-hero-premium h1 em{font-style:normal;color:#9c4dff}
.w-services-hero-premium> .site-container>div>p{max-width:610px;color:#d4d9e8;font-size:14px!important;line-height:1.75!important;margin:0}
.w-services-trust{display:flex;flex-wrap:wrap;gap:24px;margin-top:26px;color:#fff;font-size:11px;font-weight:700}
.w-services-hero-glow{position:absolute;width:520px;height:520px;border-radius:50%;right:8%;top:-240px;background:radial-gradient(circle,rgba(125,42,255,.30),rgba(125,42,255,0) 68%);pointer-events:none}
.w-services-hero-art{height:310px;position:relative;display:flex;justify-content:center;align-items:center}
.w-phone-card{width:175px;height:285px;border:7px solid #20284a;border-radius:31px;background:#fff;color:#1b2540;box-shadow:0 20px 45px rgba(0,0,0,.35);padding:20px 16px;transform:rotate(6deg);display:flex;flex-direction:column;gap:5px}
.w-phone-logo{width:25px;height:25px;border-radius:8px;background:#722dff;color:#fff;display:grid;place-items:center;font-weight:900;font-size:11px}
.w-phone-card strong{font-size:10px}.w-phone-card small{font-size:7px;color:#7b8394;margin-top:6px}.w-phone-card b{font-size:18px}.w-mini-chart{height:22px;border-bottom:2px solid #7b35ff;border-radius:50%;margin:3px 0}
.w-float-icon{position:absolute;width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:#fff;font-size:25px;font-weight:900;box-shadow:0 10px 22px rgba(0,0,0,.25)}
.w-float-icon.fb{background:#1877f2;left:8%;top:28%}.w-float-icon.ig{background:linear-gradient(135deg,#833ab4,#fd1d1d,#fcb045);right:8%;top:20%}
.w-float-icon.tk{background:#050505;left:13%;bottom:18%}.w-float-icon.yt{background:#f22;right:9%;bottom:24%}.w-float-icon.xx{background:#050505;right:20%;bottom:3%}

.w-all-services-premium{background:#f6f8fc;padding:28px 0 70px}
.w-services-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:28px;align-items:start}
.w-services-sidebar{position:sticky;top:88px;background:#fff;border:1px solid #e5e8ef;border-radius:12px;overflow:hidden;box-shadow:0 8px 25px rgba(20,30,55,.045)}
.w-sidebar-title{background:linear-gradient(135deg,#6d2cff,#a126ff);color:#fff;padding:15px 17px;font-size:14px;font-weight:850}
#w-service-nav{padding:6px}
#w-service-nav a{display:flex;align-items:center;gap:9px;color:#24304a!important;padding:11px 12px;border-radius:8px;font-size:11px;font-weight:700;text-decoration:none!important}
#w-service-nav a:hover{background:#f4efff;color:#6c2bff!important}
#w-service-nav a.is-current{background:#f0eaff;color:#6c2bff!important}
#w-service-nav a span{width:19px;text-align:center}
.w-sidebar-safe{margin:9px;padding:15px;border:1px solid #e5e8ef;border-radius:9px;background:#fbfcff}
.w-sidebar-safe strong{display:block;font-size:10px;color:#26314a}.w-sidebar-safe small{display:block;font-size:9px;color:#8a92a2;line-height:1.55;margin-top:5px}

.w-product-category-section{margin-bottom:38px;scroll-margin-top:105px}
.w-product-category-head{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:13px}
.w-product-category-head h2{font-size:20px;margin:0;color:#172138;font-weight:850}
.w-product-category-head p{font-size:10px!important;color:#778095;margin:3px 0 0!important}
.w-category-view{font-size:10px;color:#6c2bff!important;border:1px solid #bca2ff;border-radius:7px;padding:7px 11px;text-decoration:none!important;white-space:nowrap}
.w-category-product-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}
.w-category-product-card{background:#fff;border:1px solid #e4e7ef;border-radius:12px;overflow:hidden;box-shadow:0 6px 20px rgba(25,35,60,.035);transition:.2s;min-width:0}
.w-category-product-card:hover{transform:translateY(-3px);box-shadow:0 12px 28px rgba(25,35,60,.08);border-color:#d7c8ff}
.w-category-product-media{height:118px;background:#f4f7fa;display:grid;place-items:center;overflow:hidden}
.w-category-product-media img{width:100%!important;height:100%!important;object-fit:cover!important}
.w-fallback-product-icon{width:43px;height:43px;border-radius:11px;background:#eee8ff;display:grid;place-items:center;font-size:20px}
.w-category-product-body{padding:13px}
.w-category-product-body h3{font-size:12px!important;line-height:1.35;margin:0 0 6px;color:#172138;font-weight:850}
.w-category-product-body p{font-size:9px!important;line-height:1.55!important;color:#7a8294;margin:0 0 9px;min-height:29px}
.w-category-product-price{font-size:13px;font-weight:900;color:#6c2bff;margin-bottom:9px}
.w-category-product-price del{color:#9da4b2;font-size:10px}.w-category-product-price ins{text-decoration:none}
.w-category-product-btn{display:flex;align-items:center;justify-content:center;gap:5px;width:100%;box-sizing:border-box;border:1px solid #8f55ff;border-radius:7px;padding:8px 7px;color:#6c2bff!important;text-decoration:none!important;font-size:9px;font-weight:800}
.w-category-product-btn:hover{background:#6c2bff;color:#fff!important}

@media(max-width:1050px){
 .w-category-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .w-services-layout{grid-template-columns:205px minmax(0,1fr)}
 .w-services-hero-inner{grid-template-columns:1fr .7fr}
 .w-services-hero-art{transform:scale(.85)}
}
@media(max-width:820px){
 .w-services-hero-inner{grid-template-columns:1fr;min-height:auto;padding:45px 0 35px}
 .w-services-hero-premium h1{font-size:34px}
 .w-services-hero-art{display:none}
 .w-services-trust{gap:12px}
 .w-services-layout{display:block}
 .w-services-sidebar{position:relative;top:auto;margin-bottom:20px}
 #w-service-nav{display:flex;overflow-x:auto;gap:5px;padding:7px}
 #w-service-nav a{white-space:nowrap;flex:none;padding:9px 10px}
 .w-sidebar-safe{display:none}
 .w-category-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .w-product-category-section{scroll-margin-top:85px}
}
@media(max-width:520px){
 .w-services-hero-premium h1{font-size:28px}
 .w-services-hero-premium> .site-container>div>p{font-size:12px!important}
 .w-services-trust{font-size:9px;gap:9px}
 .w-category-product-grid{grid-template-columns:1fr 1fr;gap:9px}
 .w-category-product-media{height:90px}
 .w-category-product-body{padding:10px}
 .w-category-product-body h3{font-size:10px!important}
 .w-category-product-body p{font-size:8px!important;min-height:38px}
 .w-category-product-price{font-size:11px}
 .w-category-product-btn{font-size:8px;padding:7px 4px}
 .w-product-category-head h2{font-size:16px}
 .w-product-category-head p{font-size:9px!important}
}

/* v2.11 service filtering */
.w-product-category-section[style*="display: none"]{margin:0!important}
.w-category-view{cursor:pointer}
#w-service-nav a{cursor:pointer}

/* v2.12 — Contact page two-column professional layout */
.w-contact-page{background:#f7f9fc}
.w-contact-grid{display:grid!important;grid-template-columns:minmax(300px,390px) minmax(0,1fr)!important;gap:28px!important;align-items:start!important}
.w-contact-left,.w-contact-right{min-width:0}
.w-contact-card{width:100%;box-sizing:border-box}
.w-contact-item{align-items:flex-start}
.w-contact-item a{display:block;color:#5e28df!important;font-size:13px;text-decoration:none;font-weight:600;word-break:break-word}
.w-contact-item a:hover{text-decoration:underline}
.w-message-card{padding:32px!important}
.w-message-heading{display:flex;align-items:center;gap:14px;margin-bottom:12px}
.w-message-heading h2{margin:0!important;font-size:25px!important}
.w-message-icon{width:46px;height:46px;border-radius:13px;background:linear-gradient(135deg,#6c2bff,#a326ff);color:#fff;display:grid;place-items:center;font-size:20px;box-shadow:0 8px 20px rgba(108,43,255,.22)}
.w-message-intro{font-size:13px!important;line-height:1.7!important;color:#697386!important;margin:0 0 24px!important;max-width:650px}
.w-contact-form{gap:18px!important}
.w-contact-form input,.w-contact-form textarea{box-sizing:border-box!important;font-size:13px!important;background:#fff!important;min-height:47px}
.w-contact-form textarea{min-height:170px!important}
.w-contact-form label{color:#172138!important}
.w-contact-form label small{font-weight:500;color:#8992a4}
.w-contact-form button{min-height:46px;border:0;cursor:pointer}
.w-contact-form button span{margin-left:5px}
.w-contact-social-icons{display:flex!important;gap:12px!important;margin:18px 0 0!important}
.w-contact-social-icons .w-social-icon{width:48px!important;height:48px!important;border-radius:13px!important;display:grid!important;place-items:center!important}
.w-contact-social-icons .w-social-icon svg{width:21px!important;height:21px!important}
.w-contact-note{margin-top:16px;background:#fff;border:1px solid var(--w-border);border-radius:12px;padding:16px 18px;display:flex;gap:12px;align-items:flex-start;box-shadow:0 6px 20px rgba(20,25,45,.035)}
.w-contact-note>span{font-size:19px}.w-contact-note strong{font-size:12px;color:#172138}.w-contact-note p{margin:3px 0 0!important;font-size:11px!important;color:#7a8294!important;line-height:1.5!important}
.w-contact-direct{gap:8px!important}
.w-contact-direct a{font-size:10px!important;padding:9px 11px!important}

@media(max-width:900px){
 .w-contact-grid{grid-template-columns:1fr!important}
 .w-contact-left,.w-contact-right{width:100%}
}
@media(max-width:600px){
 .w-message-card{padding:22px!important}
 .w-contact-form{grid-template-columns:1fr!important}
 .w-contact-form .full{grid-column:auto!important}
 .w-contact-social-icons .w-social-icon{width:44px!important;height:44px!important}
}

/* v2.13 — Professional My Account login/register layout */
.woocommerce-account .woocommerce{width:100%}
.woocommerce-account .woocommerce h2{color:#172138}
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register{
  background:#fff!important;
  border:1px solid #e5e8f0!important;
  border-top:3px solid #7a2cff!important;
  border-radius:16px!important;
  padding:28px!important;
  margin:0!important;
  box-shadow:0 10px 30px rgba(20,25,45,.06)!important;
}
.woocommerce-account .woocommerce-form-login{width:100%!important;box-sizing:border-box!important}
.woocommerce-account .woocommerce-form-register{width:100%!important;box-sizing:border-box!important}
.woocommerce-account .u-column1,
.woocommerce-account .u-column2{width:100%!important;float:none!important;margin:0!important}
.woocommerce-account .u-columns{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:28px!important;
  align-items:start!important;
}
.woocommerce-account .u-columns:before,
.woocommerce-account .u-columns:after{display:none!important}
.woocommerce-account .u-column1{grid-column:1;grid-row:1}
.woocommerce-account .u-column2{grid-column:2;grid-row:1}
.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2{font-size:24px!important;margin:0 0 16px!important}
.woocommerce-account .woocommerce-form-login .form-row,
.woocommerce-account .woocommerce-form-register .form-row{margin-bottom:16px!important}
.woocommerce-account .woocommerce-form-login label,
.woocommerce-account .woocommerce-form-register label{font-size:13px!important;font-weight:700!important;color:#172138!important}
.woocommerce-account .woocommerce-form-login input.input-text,
.woocommerce-account .woocommerce-form-register input.input-text{
  width:100%!important;box-sizing:border-box!important;
  min-height:48px!important;border:1px solid #dfe3eb!important;
  border-radius:9px!important;padding:0 13px!important;
  background:#fff!important;
}
.woocommerce-account .woocommerce-form-login input:focus,
.woocommerce-account .woocommerce-form-register input:focus{
  border-color:#7a2cff!important;box-shadow:0 0 0 3px rgba(122,44,255,.08)!important;outline:none!important
}
.woocommerce-account .woocommerce-form-login__submit,
.woocommerce-account .woocommerce-form-register__submit{
  background:linear-gradient(135deg,#6c2bff,#a326ff)!important;
  color:#fff!important;border:0!important;border-radius:9px!important;
  padding:12px 22px!important;font-weight:700!important;
  min-height:44px!important;margin:0!important;
}
.woocommerce-account .woocommerce-form-login__submit:hover,
.woocommerce-account .woocommerce-form-register__submit:hover{opacity:.92}
.woocommerce-account .woocommerce-LostPassword{margin-top:15px!important}
.woocommerce-account .woocommerce-LostPassword a{color:#6c2bff!important;font-weight:600!important}
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme{
  margin:12px 0 0 10px!important;font-size:12px!important;color:#687386!important
}
.w-account-login-hero{
  background:linear-gradient(115deg,#07152f 0%,#111c4d 55%,#321274 100%)!important;
  color:#fff!important;border-radius:18px!important;
  padding:28px 30px!important;margin:0 0 28px!important;
  display:flex!important;align-items:center!important;gap:18px!important;
  box-shadow:0 14px 35px rgba(8,20,50,.15)!important;
}
.w-account-login-icon,.w-account-avatar{
  flex:0 0 50px!important;width:50px!important;height:50px!important;
  border-radius:14px!important;background:linear-gradient(135deg,#6c2bff,#a326ff)!important;
  color:#fff!important;display:grid!important;place-items:center!important;
  font-size:25px!important;font-weight:800!important
}
.w-account-login-hero h1{margin:3px 0 5px!important;font-size:27px!important;color:#fff!important}
.w-account-login-hero p{margin:0!important;color:#dce2f1!important;font-size:12px!important}
.w-account-eyebrow{font-size:9px!important;letter-spacing:1.5px!important;font-weight:800!important;color:#b779ff!important}
.woocommerce-account .woocommerce-notices-wrapper{margin-bottom:15px!important}

/* Logged-in account dashboard */
.w-account-dashboard-hero{
  background:linear-gradient(115deg,#07152f,#1b1d58 58%,#321274)!important;
  border-radius:18px!important;color:#fff!important;padding:28px!important;
  display:flex!important;align-items:center!important;gap:18px!important;
  margin-bottom:18px!important;box-shadow:0 14px 35px rgba(8,20,50,.14)!important
}
.w-account-welcome{flex:1}
.w-account-dashboard-hero h1{font-size:26px!important;margin:4px 0!important;color:#fff!important}
.w-account-dashboard-hero p{font-size:12px!important;color:#dce2f1!important;margin:0!important}
.w-account-shop-btn{background:#8a32ff!important;color:#fff!important;border-radius:9px!important;padding:12px 18px!important;font-weight:700!important;text-decoration:none!important;white-space:nowrap}
.w-account-benefits{display:grid!important;grid-template-columns:repeat(3,1fr)!important;gap:14px!important;margin-bottom:28px!important}
.w-account-benefits>div{background:#fff;border:1px solid #e5e8f0;border-radius:14px;padding:18px;display:grid;grid-template-columns:30px 1fr;column-gap:10px;box-shadow:0 7px 22px rgba(20,25,45,.04)}
.w-account-benefits>div>span{grid-row:1/3;font-size:20px}.w-account-benefits strong{font-size:13px}.w-account-benefits small{font-size:10px;color:#7a8294}

@media(max-width:900px){
 .woocommerce-account .u-columns{grid-template-columns:1fr!important;gap:22px!important}
 .woocommerce-account .u-column1,.woocommerce-account .u-column2{grid-column:1!important;grid-row:auto!important}
 .w-account-benefits{grid-template-columns:1fr!important}
}
@media(max-width:600px){
 .w-account-login-hero{padding:22px!important;align-items:flex-start!important}
 .w-account-login-hero h1{font-size:22px!important}
 .w-account-dashboard-hero{flex-wrap:wrap;padding:22px!important}
 .w-account-shop-btn{width:100%;text-align:center}
 .woocommerce-account .woocommerce-form-login,
 .woocommerce-account .woocommerce-form-register{padding:20px!important}
 .woocommerce-account .woocommerce h2{font-size:21px!important}
}

/* v2.14 — Footer readability, real category links and correct social SVG icons */
.w-footer-email a{word-break:break-word!important}
.w-footer-social .w-social-icon svg{width:17px!important;height:17px!important;display:block!important}
.w-footer-social .w-social-icon{line-height:0!important}
.w-footer-services a{transition:color .2s ease}
@media(max-width:767px){
  .w-footer{padding:42px 0 18px!important}
  .w-footer-grid{grid-template-columns:1fr!important;gap:28px!important}
  .w-footer h3{font-size:18px!important;margin-bottom:14px!important}
  .w-footer p,.w-footer a{font-size:14px!important;line-height:1.6!important}
  .w-footer-grid>div:first-child p{font-size:14px!important}
  .w-footer-services a{font-size:14px!important;padding:2px 0!important;margin:3px 0!important}
  .w-footer-social{gap:10px!important;margin-top:15px!important}
  .w-footer-social .w-social-icon{width:38px!important;height:38px!important;border-radius:10px!important}
  .w-footer-social .w-social-icon svg{width:19px!important;height:19px!important}
  .w-footer-bottom{font-size:12px!important;line-height:1.6!important;margin-top:28px!important;padding-top:16px!important}
  .w-footer-email a{font-size:13px!important}
}

/* v2.15 — Automatic product visuals */
.w-auto-product-link{display:block!important;text-decoration:none!important;color:inherit!important}
.w-auto-product-visual{width:100%;height:100%;min-height:118px;background:linear-gradient(145deg,#f7f8fc,#eef1f8);display:grid;place-items:center;overflow:hidden;position:relative;box-sizing:border-box}
.w-auto-product-art{width:100%;height:100%;min-height:118px;position:relative;display:grid;place-items:center;color:#6c2bff;background:radial-gradient(circle at 50% 40%,rgba(108,43,255,.12),transparent 58%)}
.w-auto-platform-icon{width:62px;height:62px;border-radius:18px;display:grid;place-items:center;background:#fff;color:currentColor;font-size:30px;font-weight:900;box-shadow:0 10px 25px rgba(30,35,60,.12);position:relative;z-index:2;font-family:Arial,sans-serif}
.w-auto-service-badge{position:absolute;right:calc(50% - 48px);bottom:calc(50% - 44px);width:27px;height:27px;border-radius:9px;display:grid;place-items:center;background:#6c2bff;color:#fff;font-size:12px;font-weight:900;box-shadow:0 7px 16px rgba(108,43,255,.28);z-index:3}
.w-auto-product-spark{position:absolute;width:125px;height:72px;right:calc(50% - 78px);top:calc(50% - 34px);opacity:.18}
.w-platform-facebook{color:#1877f2}.w-platform-instagram{color:#e1306c}.w-platform-tiktok{color:#111}.w-platform-youtube{color:#e62117}.w-platform-x{color:#111}.w-platform-business{color:#1877f2}.w-platform-social{color:#6c2bff}
.w-service-followers .w-auto-service-badge{background:#2563eb}
.w-service-likes .w-auto-service-badge{background:#ef3158}
.w-service-views .w-auto-service-badge{background:#7c3aed}
.w-service-engagement .w-auto-service-badge{background:#f59e0b}
.w-service-reels .w-auto-service-badge{background:#db2777}
.w-service-promotion .w-auto-service-badge{background:#10b981}
.w-service-business .w-auto-service-badge{background:#0891b2}

/* Category cards */
.w-cat-product-image .w-auto-product-visual{min-height:155px}
.w-cat-product-image .w-auto-product-art{min-height:155px}
.w-cat-product-image .w-auto-platform-icon{width:65px;height:65px}

/* All Services cards */
.w-category-product-media .w-auto-product-visual{min-height:118px}
.w-category-product-media .w-auto-product-art{min-height:118px}
.w-category-product-media .w-auto-platform-icon{width:56px;height:56px;font-size:27px}

/* Homepage product cards */
.w-product-media .w-auto-product-visual{min-height:155px}
.w-product-media .w-auto-product-art{min-height:155px}

/* WooCommerce archive cards */
.w-woo-card .w-auto-product-visual{min-height:180px;border-radius:10px;margin-bottom:15px}
.w-woo-card .w-auto-product-art{min-height:180px}

/* Single product */
.w-product-image>.w-auto-product-visual{min-height:520px}
.w-product-image>.w-auto-product-visual .w-auto-product-art{min-height:520px}
.w-product-image>.w-auto-product-visual .w-auto-platform-icon{width:110px;height:110px;border-radius:30px;font-size:50px}
.w-product-image>.w-auto-product-visual .w-auto-service-badge{width:42px;height:42px;border-radius:12px;font-size:18px;right:calc(50% - 82px);bottom:calc(50% - 72px)}
.w-product-image>.w-auto-product-visual .w-auto-product-spark{width:210px;height:120px;right:calc(50% - 132px);top:calc(50% - 57px)}

@media(max-width:767px){
 .w-product-image>.w-auto-product-visual,
 .w-product-image>.w-auto-product-visual .w-auto-product-art{min-height:360px}
 .w-product-image>.w-auto-product-visual .w-auto-platform-icon{width:85px;height:85px;font-size:40px}
 .w-product-image>.w-auto-product-visual .w-auto-service-badge{right:calc(50% - 65px);bottom:calc(50% - 57px)}
 .w-product-image>.w-auto-product-visual .w-auto-product-spark{width:170px;height:95px;right:calc(50% - 105px);top:calc(50% - 46px)}
}

/* v2.16 — Real platform logo SVGs for automatic product visuals */
.w-auto-platform-icon{padding:0!important;background:#fff!important;overflow:hidden}
.w-platform-logo-svg{width:100%;height:100%;display:block}
.w-auto-product-visual .w-auto-platform-icon svg{width:100%;height:100%}
.w-product-image>.w-auto-product-visual .w-auto-platform-icon{padding:0!important}

/* v2.17 — Make single and related product visuals visible */
.w-single-product-visual{display:block!important;width:100%!important;min-height:520px!important}
.w-single-product-visual .w-auto-product-art{min-height:520px!important}
.w-related-section ul.products li.product .w-auto-product-visual{display:block!important;width:100%!important;min-height:180px!important;border-radius:10px!important}
.w-related-section ul.products li.product .w-auto-product-art{min-height:180px!important}
.w-related-section ul.products li.product .w-auto-platform-icon{width:72px!important;height:72px!important}
.w-related-section ul.products li.product .w-auto-service-badge{width:30px!important;height:30px!important}
@media(max-width:600px){
 .w-single-product-visual,.w-single-product-visual .w-auto-product-art{min-height:330px!important}
 .w-related-section ul.products li.product .w-auto-product-visual,
 .w-related-section ul.products li.product .w-auto-product-art{min-height:220px!important}
}


/* v2.18 — Clear Add to Cart confirmation */
.w-cart-toast{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:999999;
  width:min(390px,calc(100vw - 32px));
  background:#fff;
  color:#111b31;
  border:1px solid #e7e9f1;
  border-left:5px solid #7c2cff;
  border-radius:16px;
  padding:16px 18px;
  box-shadow:0 18px 50px rgba(12,20,45,.20);
  display:flex;
  align-items:center;
  gap:13px;
  transform:translateY(30px);
  opacity:0;
  pointer-events:none;
  transition:opacity .25s ease,transform .25s ease;
}
.w-cart-toast.is-visible{opacity:1;transform:translateY(0);pointer-events:auto}
.w-cart-toast-icon{
  width:40px;height:40px;flex:0 0 40px;border-radius:12px;
  display:grid;place-items:center;background:#6c2bff;color:#fff;font-size:20px;font-weight:800
}
.w-cart-toast-content{flex:1;min-width:0}
.w-cart-toast-content strong{display:block;font-size:14px;line-height:1.35}
.w-cart-toast-content span{display:block;margin-top:3px;color:#70798d;font-size:12px;line-height:1.4}
.w-cart-toast-actions{display:flex;gap:7px;align-items:center}
.w-cart-toast-actions a{
  display:inline-flex;align-items:center;justify-content:center;
  min-height:34px;padding:0 11px;border-radius:9px;
  background:#6c2bff;color:#fff!important;font-size:11px;font-weight:700;text-decoration:none!important
}
.w-cart-toast-close{
  border:0;background:transparent;color:#8a91a0;cursor:pointer;font-size:20px;
  line-height:1;padding:2px
}
.w-cart.is-updated{animation:wCartPulse .45s ease}
@keyframes wCartPulse{
  0%{transform:scale(1)}45%{transform:scale(1.14)}100%{transform:scale(1)}
}
.w-product-add.is-adding,.add_to_cart_button.is-adding{opacity:.75;pointer-events:none}
.w-product-add.is-added,.add_to_cart_button.is-added{
  background:#16a34a!important;border-color:#16a34a!important;color:#fff!important
}
@media(max-width:600px){
  .w-cart-toast{right:16px;bottom:16px;width:calc(100vw - 32px);padding:14px}
  .w-cart-toast-actions a{padding:0 9px}
  .w-cart-toast-icon{width:36px;height:36px;flex-basis:36px}
}


/* v2.19 — Checkout product visuals */
.waheedsm-checkout-product-visual{
    width:64px;height:64px;min-width:64px;border-radius:12px;overflow:hidden;
    display:flex;align-items:center;justify-content:center;background:#f3f4fb;
}
.waheedsm-checkout-product-visual .w-auto-product-visual{
    width:100%;height:100%;
}
.waheedsm-checkout-product-visual .w-auto-platform-icon{
    width:100%;height:100%;
}
.waheedsm-checkout-product-visual .w-platform-logo-svg{
    width:100%;height:100%;display:block;
}
@media(max-width:600px){
    .waheedsm-checkout-product-visual{width:54px;height:54px;min-width:54px}
}


/* Digital services: no physical shipping */
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout .shipping_address,
.woocommerce-checkout .woocommerce-shipping-totals,
.woocommerce-checkout .woocommerce-shipping-methods{display:none!important}

/* v2.20 — Cart product visual fallback */
.waheedsm-cart-product-visual{width:72px;height:72px;min-width:72px;border-radius:12px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#f3f4fb}
.waheedsm-cart-product-visual .w-auto-product-visual,.waheedsm-cart-product-visual .w-auto-platform-icon{width:100%;height:100%}
.waheedsm-cart-product-visual .w-platform-logo-svg{width:100%;height:100%;display:block}
.waheedsm-mini-cart-product-visual{width:52px;height:52px;min-width:52px}
@media(max-width:600px){.waheedsm-cart-product-visual{width:58px;height:58px;min-width:58px}}

/* v2.21 — FINAL checkout cleanup */
.woocommerce-checkout .woocommerce-billing-fields > h3,
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper > .form-row-wide:nth-child(n),
.woocommerce-checkout .woocommerce-shipping-fields,
.woocommerce-checkout #ship-to-different-address,
.woocommerce-checkout .shipping_address{}

/* Hide physical-address fields even if another checkout extension re-adds them. */
.woocommerce-checkout #billing_last_name_field,
.woocommerce-checkout #billing_country_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_address_2_field,
.woocommerce-checkout #billing_city_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #billing_postcode_field,
.woocommerce-checkout #shipping_country_field,
.woocommerce-checkout #shipping_address_1_field,
.woocommerce-checkout #shipping_address_2_field,
.woocommerce-checkout #shipping_city_field,
.woocommerce-checkout #shipping_state_field,
.woocommerce-checkout #shipping_postcode_field{display:none!important}

.waheedsm-checkout-product-visual{
    width:64px;height:64px;min-width:64px;border-radius:12px;
    overflow:hidden;background:#f3f4fb;display:flex;align-items:center;justify-content:center;
}
.waheedsm-checkout-product-visual .w-auto-product-visual,
.waheedsm-checkout-product-visual .w-auto-product-art,
.waheedsm-checkout-product-visual .w-auto-platform-icon{
    width:100%;height:100%;
}
.waheedsm-checkout-product-visual .w-platform-logo-svg{width:100%;height:100%;display:block}

.w-cart-thumb .waheedsm-cart-product-visual{
    width:72px;height:72px;min-width:72px;border-radius:12px;overflow:hidden;
    display:flex;align-items:center;justify-content:center;background:#f3f4fb;
}
.w-cart-thumb .w-auto-product-visual,
.w-cart-thumb .w-auto-product-art,
.w-cart-thumb .w-auto-platform-icon{width:100%;height:100%}
.w-cart-thumb .w-platform-logo-svg{width:100%;height:100%;display:block}

@media(max-width:600px){
 .waheedsm-checkout-product-visual{width:54px;height:54px;min-width:54px}
 .w-cart-thumb .waheedsm-cart-product-visual{width:58px;height:58px;min-width:58px}
}

/* v2.22 — hard digital checkout presentation */
.w-digital-checkout #billing_last_name_field,
.w-digital-checkout #billing_company_field,
.w-digital-checkout #billing_country_field,
.w-digital-checkout #billing_address_1_field,
.w-digital-checkout #billing_address_2_field,
.w-digital-checkout #billing_city_field,
.w-digital-checkout #billing_state_field,
.w-digital-checkout #billing_postcode_field,
.w-digital-checkout .woocommerce-shipping-fields,
.w-digital-checkout .shipping_address,
.w-digital-checkout #ship-to-different-address{display:none!important}

.w-digital-fields{display:grid;grid-template-columns:1fr 1fr;gap:18px}
.w-digital-fields #billing_email_field,
.w-digital-fields #billing_first_name_field,
.w-digital-fields #billing_phone_field,
.w-digital-fields #billing_telegram_field{margin:0!important}
.w-digital-fields #billing_email_field{grid-column:1/-1}

.w-checkout-order-visual{width:100%;height:100%}
.w-checkout-order-visual .w-auto-product-art{width:100%;height:100%}
.w-checkout-order-visual .w-auto-platform-icon{width:100%;height:100%}
.w-checkout-order-visual .w-platform-logo-svg{display:block;width:100%;height:100%}

.w-review-product{display:grid;grid-template-columns:68px 1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid #e8eaf1}
.w-review-product-thumb{position:relative;width:68px;height:68px;border-radius:12px;overflow:hidden;background:#f4f5fb}
.w-review-product-thumb>img{display:block;width:100%;height:100%;object-fit:cover}
.w-review-product-thumb .w-auto-product-visual{width:100%;height:100%}
.w-review-qty{position:absolute;right:4px;top:4px;min-width:22px;height:22px;border-radius:99px;background:#151d35;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px}
.w-review-product-info{min-width:0}
.w-review-product-info strong{display:block;font-size:14px}
.w-review-product-info .wc-item-meta{font-size:11px;margin-top:4px}
.w-review-product-total{font-weight:700;font-size:13px;white-space:nowrap}
.w-review-total-row,.w-review-grand-total{display:flex;justify-content:space-between;align-items:center;padding:12px 0;border-bottom:1px solid #e8eaf1}
.w-review-grand-total{font-size:18px;border-bottom:0;padding-top:18px}
.w-review-coupon{border-bottom:1px solid #e8eaf1;padding:12px 0}
.w-review-coupon-toggle{background:none;border:0;padding:0;width:100%;display:flex;justify-content:space-between;font:inherit;cursor:pointer}
.w-review-coupon-form{display:flex;gap:8px;margin-top:10px}
.w-review-coupon-form input{min-width:0;flex:1}
.w-create-account{margin-top:16px}
.w-checkout-card-heading{display:flex;justify-content:space-between;align-items:flex-start;gap:15px;margin-bottom:20px}
.w-checkout-logged{font-size:12px;font-weight:700;padding:7px 10px;border-radius:999px;background:#f1eaff;color:#6c2bff}

@media(max-width:700px){
 .w-digital-fields{grid-template-columns:1fr}
 .w-digital-fields #billing_email_field{grid-column:auto}
 .w-review-product{grid-template-columns:58px 1fr auto}
 .w-review-product-thumb{width:58px;height:58px}
}

/* v2.23 — Homepage two-level service finder */
.w-service-finder-section{background:#f7f8fc}
.w-service-finder{position:relative;display:grid;grid-template-columns:1fr 1fr auto;gap:14px;align-items:end;max-width:1080px;margin:28px auto 0}
.w-finder-field{position:relative}
.w-finder-field>label{display:block;font-size:12px;font-weight:800;letter-spacing:.04em;margin:0 0 8px}
.w-finder-select{width:100%;min-height:76px;border:1px solid #e3e6ef;background:#fff;border-radius:16px;padding:12px 15px;display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;cursor:pointer;box-shadow:0 8px 24px rgba(18,25,48,.05)}
.w-finder-select:hover{border-color:#8b4dff}
.w-finder-select.is-disabled{opacity:.6;cursor:not-allowed}
.w-finder-current{display:flex;align-items:center;gap:12px;min-width:0}
.w-finder-current>span:last-child{display:flex;flex-direction:column;min-width:0}
.w-finder-current strong{font-size:15px;line-height:1.26}
.w-finder-current small{font-size:11px;color:#788097;margin-top:3px}
.w-finder-icon,.w-finder-option-icon{width:40px;height:40px;border-radius:11px;display:flex;align-items:center;justify-content:center;flex:0 0 40px;background:#f1edff;overflow:hidden}
.w-finder-icon svg,.w-finder-option-icon svg{width:30px;height:30px;display:block}
.w-finder-arrow{font-size:20px;color:#6d7285}
.w-finder-menu{display:none;position:absolute;z-index:80;left:0;right:0;top:calc(100% + 7px);background:#fff;border:1px solid #e4e7ef;border-radius:15px;padding:7px;box-shadow:0 20px 50px rgba(18,25,48,.16);max-height:330px;overflow:auto}
.w-finder-menu.is-open{display:block}
.w-finder-option{width:100%;display:flex;align-items:center;gap:11px;padding:10px;border:0;background:transparent;border-radius:11px;text-align:left;cursor:pointer}
.w-finder-option:hover{background:#f5f1ff}
.w-finder-option>span:last-child{display:flex;flex-direction:column}
.w-finder-option strong{font-size:13px}
.w-finder-option small{font-size:10px;color:#7b8294;margin-top:2px}
.w-finder-go{min-height:54px;white-space:nowrap;display:inline-flex;align-items:center;justify-content:center}
.w-finder-go.is-disabled{opacity:.5;pointer-events:none}
.w-finder-service-icon{width:40px;height:40px;border-radius:11px;overflow:hidden;background:#f3f5fa;display:flex;align-items:center;justify-content:center}
.w-finder-service-icon img,.w-finder-service-icon svg{width:100%;height:100%;object-fit:cover}
@media(max-width:850px){
 .w-service-finder{grid-template-columns:1fr 1fr}
 .w-finder-go{grid-column:1/-1}
}
@media(max-width:600px){
 .w-service-finder{grid-template-columns:1fr}
 .w-finder-go{grid-column:auto;width:100%}
 .w-finder-select{min-height:70px}
 .w-finder-menu{position:absolute}
}

/* v2.24 — homepage service icons + premium process cards */
.w-generated-service-svg{width:31px;height:31px;border-radius:10px;background:var(--finder-fill);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:900;font-size:15px;box-shadow:0 6px 14px rgba(20,30,60,.14);position:relative}
.w-generated-service-svg[data-shape="heart"]{border-radius:50%}
.w-generated-service-svg[data-shape="play"]{border-radius:10px}
.w-generated-service-svg[data-shape="business"]{border-radius:8px}
.w-generated-service-svg[data-shape="user"]{border-radius:50%}
.w-generated-service-svg[data-shape="share"]{border-radius:50%}
.w-generated-service-svg span{line-height:1;display:block}
.w-finder-service-icon{background:#f3f5fa!important}

.w-process-grid-premium{gap:18px;margin-top:34px}
.w-process-card{position:relative;min-height:250px!important;padding:24px!important;border:1px solid #e5e8f0!important;border-radius:22px!important;background:linear-gradient(180deg,#fff 0%,#fbfbfe 100%);box-shadow:0 12px 35px rgba(20,28,55,.07);overflow:hidden;text-align:left;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.w-process-card:before{content:"";position:absolute;left:0;right:0;top:0;height:4px;background:linear-gradient(90deg,#6c2cff,#b02cff)}
.w-process-card:hover{transform:translateY(-5px);box-shadow:0 20px 45px rgba(20,28,55,.12);border-color:#d9ccff!important}
.w-process-top{display:flex;align-items:center;justify-content:space-between}
.w-process-number{display:inline-flex;align-items:center;justify-content:center;width:43px;height:43px;border-radius:14px;background:#f0eaff;color:#6d2cff;font-size:12px;font-weight:900}
.w-process-icon{width:48px;height:48px;border-radius:15px;background:#111b3a;color:#fff;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:900;box-shadow:0 8px 18px rgba(17,27,58,.18)}
.w-process-line{height:1px;background:#eceef4;margin:24px 0 20px}
.w-process-card h3{font-size:19px!important;margin:0 0 9px!important}
.w-process-card p{font-size:13px!important;line-height:1.65!important;color:#747c90!important;margin:0!important}
.w-process-hint{display:block;margin-top:20px;font-size:11px;font-weight:800;color:#6d2cff}
@media(max-width:800px){
 .w-process-grid-premium{grid-template-columns:1fr 1fr!important}
 .w-process-card{min-height:230px!important}
}
@media(max-width:520px){
 .w-process-grid-premium{grid-template-columns:1fr!important}
 .w-process-card{min-height:auto!important}
}

/* v2.25 — homepage visual redesign */
.w-home{background:#fff}
.w-home .w-section-title{max-width:820px;margin:0 auto 38px;text-align:center}
.w-home .w-section-title h2{font-size:36px;line-height:1.15;letter-spacing:-.035em;margin:8px 0 10px}
.w-home .w-section-title p{font-size:14px;line-height:1.7;color:#778095}
.w-home .w-section-kicker{font-size:10px;letter-spacing:.16em;font-weight:900;color:#6d2cff}

.w-platform-section{padding:92px 0 98px!important;background:linear-gradient(180deg,#f7f8fc 0%,#fff 100%)}
.w-platform-grid-premium{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}
.w-platform-premium{min-height:92px!important;padding:18px 20px!important;border:1px solid #e7e9f1!important;border-radius:18px!important;background:#fff!important;box-shadow:0 8px 28px rgba(24,31,54,.055)!important;display:grid!important;grid-template-columns:52px 1fr 24px;align-items:center;gap:15px;transition:all .22s ease}
.w-platform-premium:hover{transform:translateY(-4px);border-color:#d8ccff!important;box-shadow:0 18px 38px rgba(24,31,54,.10)!important}
.w-platform-brand{width:52px!important;height:52px!important;border-radius:16px!important;background:#f5f3ff!important;display:grid!important;place-items:center!important;overflow:hidden!important}
.w-platform-brand svg{width:39px;height:39px;display:block}
.w-platform-premium h3{font-size:16px!important;margin:0 0 5px!important;color:#16203a}
.w-platform-premium p{font-size:11px!important;color:#8790a1!important;margin:0!important}
.w-platform-premium>span{font-size:20px!important;color:#6d2cff!important;font-weight:800}

.w-service-finder-section{padding:96px 0 100px!important;background:#fff!important;position:relative}
.w-service-finder-section:before{content:"";position:absolute;left:50%;top:0;transform:translateX(-50%);width:180px;height:4px;border-radius:0 0 8px 8px;background:linear-gradient(90deg,#6d2cff,#b22dff)}
.w-service-finder{max-width:1080px!important;margin:0 auto!important;padding:26px!important;border:1px solid #e4e7f0!important;border-radius:24px!important;background:linear-gradient(145deg,#fbfbff,#f6f4ff)!important;box-shadow:0 22px 60px rgba(34,30,78,.09)!important;display:grid!important;grid-template-columns:1fr 1fr auto!important;gap:15px!important;align-items:end!important}
.w-finder-field{position:relative!important}
.w-finder-field label{display:block!important;margin:0 0 8px!important;font-size:11px!important;font-weight:900!important;color:#202941!important;letter-spacing:.02em}
.w-finder-select{width:100%!important;min-height:68px!important;border:1px solid #dddfea!important;border-radius:15px!important;background:#fff!important;padding:10px 14px!important;box-shadow:0 5px 16px rgba(25,31,55,.035)!important}
.w-finder-select:not(.is-disabled):hover{border-color:#a88bff!important}
.w-finder-current{gap:12px!important}
.w-finder-current strong{font-size:13px!important;color:#182039!important}
.w-finder-current small{font-size:10px!important;color:#81899b!important;margin-top:3px!important}
.w-finder-icon{width:42px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;background:#f3f1ff!important;overflow:visible!important;flex:none!important}
.w-finder-icon svg{width:34px!important;height:34px!important;display:block!important}
.w-finder-option-icon{width:42px!important;height:42px!important;display:flex!important;align-items:center!important;justify-content:center!important;border-radius:12px!important;background:#f5f3ff!important;flex:none!important}
.w-finder-option-icon svg{width:32px!important;height:32px!important}
.w-finder-menu{z-index:100!important;border-radius:16px!important;padding:8px!important;max-height:360px!important;box-shadow:0 24px 55px rgba(18,25,48,.20)!important}
.w-finder-option{padding:10px!important;border-radius:12px!important}
.w-finder-option strong{font-size:12px!important}
.w-finder-option small{font-size:9px!important}
.w-finder-go{min-height:68px!important;border-radius:15px!important;padding:0 24px!important;font-size:12px!important;font-weight:900!important;box-shadow:0 12px 24px rgba(109,44,255,.18)!important}
.w-finder-go.is-disabled{box-shadow:none!important}

.w-service-logo-wrap{position:relative;width:38px;height:38px;display:flex;align-items:center;justify-content:center}
.w-service-logo-wrap>svg{width:38px!important;height:38px!important;display:block}
.w-service-type-badge{position:absolute;right:-7px;bottom:-5px;width:17px;height:17px;border-radius:6px;display:flex;align-items:center;justify-content:center;background:#6d2cff;color:#fff;font-size:9px;line-height:1;font-weight:900;border:2px solid #fff;box-shadow:0 3px 8px rgba(0,0,0,.16)}
.w-service-type-badge.followers{background:#08a878}
.w-service-type-badge.likes{background:#f43f6b}
.w-service-type-badge.views{background:#7048ff}
.w-service-type-badge.shares{background:#0ea5e9}
.w-service-type-badge.growth{background:#f59e0b}
.w-service-type-badge.business{background:#0a9e9a}
.w-service-type-badge.generic{background:#6d2cff}

.w-popular-section{padding:88px 0 96px!important;background:#f7f8fc!important}
.w-popular-section .w-section-heading-row{margin-bottom:28px!important}
.w-popular-section .w-section-heading-row h2{font-size:34px!important;letter-spacing:-.03em}
.w-popular-section .w-section-heading-row p{font-size:13px!important;color:#7b8496}
.w-product-grid-premium{gap:18px!important}
.w-product-premium{border-radius:20px!important;box-shadow:0 10px 30px rgba(24,31,54,.06)!important}
.w-product-premium:hover{transform:translateY(-6px)!important}
.w-product-media{height:175px!important}
.w-product-body{padding:19px!important}
.w-product-body h3{font-size:17px!important}
.w-product-body>p{font-size:11px!important;line-height:1.65!important}
.w-product-bottom{margin-top:18px!important}

.w-why-section{padding:100px 0!important}
.w-process-section{padding:96px 0 105px!important;background:#fff!important}
.w-process-grid-premium{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important}
.w-process-card{min-height:275px!important;padding:25px!important;border-radius:20px!important}
.w-process-top{margin-bottom:4px}
.w-process-number{width:44px!important;height:44px!important;font-size:11px!important}
.w-process-icon{width:52px!important;height:52px!important;border-radius:16px!important;font-size:21px!important;background:linear-gradient(145deg,#18244a,#6d2cff)!important}
.w-process-line{margin:23px 0 20px!important}
.w-process-card h3{font-size:18px!important;line-height:1.3!important}
.w-process-card p{font-size:12px!important;line-height:1.7!important}
.w-process-hint{font-size:10px!important;margin-top:22px!important}

.w-review-section{padding:90px 0 95px!important;background:#f7f8fc!important}
.w-review-grid{gap:18px!important}
.w-review-grid article{border-radius:20px!important;padding:25px!important;box-shadow:0 9px 28px rgba(24,31,54,.05)!important;border:1px solid #e8eaf1!important}
.w-cta-premium{padding:72px 0!important}

@media(max-width:900px){
 .w-platform-grid-premium{grid-template-columns:1fr 1fr!important}
 .w-service-finder{grid-template-columns:1fr 1fr!important}
 .w-finder-go{grid-column:1/-1;width:100%!important}
 .w-process-grid-premium{grid-template-columns:1fr 1fr!important}
}
@media(max-width:600px){
 .w-home .w-section-title h2{font-size:28px!important}
 .w-home .w-section-title p{font-size:12px!important}
 .w-platform-section,.w-service-finder-section,.w-popular-section,.w-process-section,.w-review-section{padding:62px 0 68px!important}
 .w-platform-grid-premium{grid-template-columns:1fr!important;gap:12px!important}
 .w-platform-premium{min-height:80px!important}
 .w-service-finder{grid-template-columns:1fr!important;padding:16px!important;border-radius:18px!important}
 .w-finder-go{grid-column:auto!important}
 .w-finder-menu{max-height:290px!important}
 .w-process-grid-premium{grid-template-columns:1fr!important}
 .w-process-card{min-height:230px!important}
 .w-product-grid-premium{grid-template-columns:1fr!important}
 .w-popular-section .w-section-heading-row{display:block!important}
 .w-popular-section .w-text-link{display:inline-block!important;margin-top:12px!important}
}

/* v40 — tighter homepage spacing for platform + finder sections */
.w-platforms-section{
  padding-top:42px!important;
  padding-bottom:42px!important;
}
.w-platforms-section .w-section-title{
  margin-bottom:24px!important;
}
.w-platforms-grid{
  gap:12px!important;
}

.w-finder-section{
  padding-top:38px!important;
  padding-bottom:42px!important;
}
.w-finder-section .w-section-title{
  margin-bottom:22px!important;
}
.w-finder-wrap{
  margin-top:0!important;
  padding:18px 22px!important;
}
.w-finder-grid{
  gap:12px!important;
}

.w-process-section{
  padding-top:48px!important;
  padding-bottom:50px!important;
}
.w-process-section .w-section-title{
  margin-bottom:24px!important;
}
.w-process-grid-premium{
  margin-top:0!important;
}
.w-process-card{
  min-height:215px!important;
  padding:20px!important;
}
.w-process-line{
  margin:18px 0 16px!important;
}
.w-process-hint{
  margin-top:14px!important;
}

@media(max-width:800px){
  .w-platforms-section,
  .w-finder-section{
    padding-top:32px!important;
    padding-bottom:34px!important;
  }
  .w-process-section{
    padding-top:40px!important;
    padding-bottom:42px!important;
  }
}
@media(max-width:520px){
  .w-platforms-section,
  .w-finder-section{
    padding-top:26px!important;
    padding-bottom:28px!important;
  }
  .w-finder-wrap{
    padding:14px!important;
  }
  .w-process-section{
    padding-top:34px!important;
    padding-bottom:36px!important;
  }
}

/* v41 — homepage hierarchy + spacing polish */
.w-service-finder-section{
  padding-top:48px!important;
  padding-bottom:50px!important;
}
.w-service-finder-section .w-section-title{
  margin-bottom:22px!important;
}
.w-service-finder{
  margin-top:0!important;
  max-width:1120px!important;
  gap:12px!important;
}
.w-finder-select{
  min-height:68px!important;
}
.w-finder-option-icon{
  width:38px!important;
  height:38px!important;
  flex-basis:38px!important;
}
.w-platform-section{
  padding-top:48px!important;
  padding-bottom:52px!important;
}
.w-platform-section .w-section-title{
  margin-bottom:24px!important;
}
.w-platform-grid-premium{
  gap:12px!important;
}
.w-platform-premium{
  padding:16px!important;
  min-height:76px;
}
.w-popular-section{
  padding-top:58px!important;
  padding-bottom:62px!important;
}
.w-section-heading-row{
  margin-bottom:22px!important;
}
.w-why-section{
  padding:64px 0!important;
}
.w-process-section{
  padding-top:58px!important;
  padding-bottom:62px!important;
}
.w-review-section{
  padding-top:58px!important;
  padding-bottom:62px!important;
}
.w-cta-premium{
  padding:58px 0!important;
}

@media(max-width:1000px){
  .w-service-finder{
    grid-template-columns:1fr 1fr!important;
  }
  .w-finder-go{
    grid-column:1/-1;
    justify-self:stretch;
  }
  .w-platform-section{
    padding-top:40px!important;
    padding-bottom:44px!important;
  }
}
@media(max-width:700px){
  .w-service-finder-section{
    padding-top:36px!important;
    padding-bottom:38px!important;
  }
  .w-service-finder{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .w-finder-go{
    grid-column:auto;
    width:100%;
  }
  .w-platform-section{
    padding-top:36px!important;
    padding-bottom:38px!important;
  }
  .w-platform-grid-premium{
    grid-template-columns:1fr!important;
    gap:10px!important;
  }
  .w-platform-premium{
    min-height:68px!important;
  }
  .w-popular-section{
    padding-top:42px!important;
    padding-bottom:46px!important;
  }
  .w-why-section{
    padding:48px 0!important;
  }
  .w-process-section{
    padding-top:46px!important;
    padding-bottom:48px!important;
  }
  .w-review-section{
    padding-top:46px!important;
    padding-bottom:48px!important;
  }
  .w-cta-premium{
    padding:46px 0!important;
  }
}
@media(max-width:520px){
  .w-service-finder-section,
  .w-platform-section{
    padding-top:28px!important;
    padding-bottom:30px!important;
  }
  .w-service-finder-section .w-section-title,
  .w-platform-section .w-section-title{
    margin-bottom:18px!important;
  }
  .w-finder-select{
    min-height:62px!important;
    border-radius:13px!important;
  }
  .w-platform-premium{
    padding:13px!important;
    border-radius:13px!important;
  }
  .w-popular-section{
    padding-top:34px!important;
    padding-bottom:38px!important;
  }
}

/* v42 — final fixes for process labels + finder spacing */
.w-process-card .w-process-hint{
  display:inline-flex!important;
  align-items:center!important;
  width:auto!important;
  max-width:100%!important;
  min-height:32px!important;
  margin-top:18px!important;
  padding:6px 10px!important;
  border-radius:9px!important;
  background:#f1ebff!important;
  color:#6328ff!important;
  font-size:11px!important;
  line-height:1.26!important;
  font-weight:800!important;
  white-space:nowrap!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  vertical-align:top!important;
  box-sizing:border-box!important;
}
.w-process-card:nth-child(2) .w-process-hint,
.w-process-card:nth-child(3) .w-process-hint,
.w-process-card:nth-child(4) .w-process-hint{max-width:max-content!important}

/* Keep the process cards balanced and prevent hint text from wrapping. */
.w-process-card{display:flex!important;flex-direction:column!important}
.w-process-card .w-process-line{flex:0 0 auto!important}
.w-process-card .w-process-hint{align-self:flex-start!important;margin-top:auto!important}

/* Cleaner finder section: remove the oversized decorative top bar and reduce empty space. */
.w-service-finder-section{
  padding-top:34px!important;
  padding-bottom:42px!important;
}
.w-service-finder-section:before{display:none!important}
.w-service-finder-section .w-section-title{margin-bottom:20px!important}
.w-service-finder-section .w-section-title h2{margin-top:4px!important}

@media(max-width:700px){
  .w-service-finder-section{
    padding-top:30px!important;
    padding-bottom:34px!important;
  }
  .w-process-card .w-process-hint{
    font-size:10px!important;
    min-height:30px!important;
    padding:5px 9px!important;
  }
}

/* Mobile menu account + product search */
.w-mobile-menu-extra{display:none}
.w-mobile-menu-icon{width:22px;height:22px;display:inline-flex;align-items:center;justify-content:center;flex:none}
.w-mobile-menu-icon svg{width:20px;height:20px;display:block}
.w-mobile-account-link{align-items:center;gap:10px}
.w-mobile-search-form{display:flex;align-items:center;gap:8px;padding:8px;background:#f8f7ff;border:1px solid #e7e2f4;border-radius:11px;margin:4px 0 2px}
.w-mobile-search-form input[type="search"]{min-width:0;flex:1;height:42px;border:1px solid #ddd8ee;border-radius:8px;background:#fff;padding:0 11px;font:inherit;color:#172138;outline:none}
.w-mobile-search-form input[type="search"]:focus{border-color:#7b35ff;box-shadow:0 0 0 3px rgba(123,53,255,.10)}
.w-mobile-search-form button{height:42px;border:0;border-radius:8px;background:linear-gradient(135deg,#6c2bff,#b02bff);color:#fff;padding:0 15px;font-weight:700;cursor:pointer}
.w-mobile-search-form button:hover{filter:brightness(1.05)}

/* Product search results */
.w-search-results{padding:55px 0 75px}
.w-search-results-head{margin-bottom:28px}
.w-search-results-head .w-eyebrow{margin-bottom:8px}
.w-search-results-head h1{margin:0 0 8px}
.w-search-results-head p{margin:0;color:#71809a}
.w-search-results-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}
.w-search-product{background:#fff;border:1px solid #e7eaf1;border-radius:16px;overflow:hidden;box-shadow:0 8px 25px rgba(20,25,45,.05);display:flex;flex-direction:column}
.w-search-product-image{height:210px;background:#f4f5fa;display:flex;align-items:center;justify-content:center;overflow:hidden}
.w-search-product-image img{width:100%;height:100%;object-fit:cover;display:block}
.w-search-product-image .w-product-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:48px;background:linear-gradient(135deg,#f5f2ff,#eef5ff);color:#6c2bff}
.w-search-product-body{padding:17px;display:flex;flex-direction:column;gap:8px;flex:1}
.w-search-product-body h2{font-size:17px;line-height:1.3;margin:0;color:#172138}
.w-search-product-price{font-weight:800;color:#6c2bff;font-size:17px}
.w-search-product-body p{margin:0;color:#71809a;font-size:13px;line-height:1.55}
.w-search-product-body .w-btn{margin-top:auto;align-self:flex-start}
.w-search-no-results{padding:35px;background:#fff;border:1px solid #e7eaf1;border-radius:16px;text-align:center}
@media(max-width:1000px){.w-search-results-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:760px){.w-search-results{padding:35px 0 55px}.w-search-results-grid{grid-template-columns:repeat(2,1fr);gap:13px}.w-search-product-image{height:170px}}
@media(max-width:520px){.w-search-results-grid{grid-template-columns:1fr}.w-search-product-image{height:210px}.w-search-results-head h1{font-size:30px}}

@media(max-width:820px){
  .w-header #waheedsm-primary-nav .w-mobile-menu-extra{display:flex!important;flex-direction:column!important;gap:8px!important;margin-top:5px!important;padding-top:10px!important;border-top:1px solid #eceef3!important}
  .w-header #waheedsm-primary-nav .w-mobile-account-link{display:flex!important;align-items:center!important;min-height:48px!important;width:100%!important;padding:0 14px!important;border-radius:9px!important;color:#172138!important;font-weight:700!important}
  .w-header #waheedsm-primary-nav .w-mobile-account-link.is-active{background:#f0ebff!important;color:#6c2bff!important}
  .w-header #waheedsm-primary-nav .w-mobile-search-form{display:flex!important;width:100%!important;box-sizing:border-box!important}
}
@media(min-width:821px){.w-mobile-menu-extra{display:none!important}}

/* Desktop service search: never sends users to a missing page. */
.w-search{border:0;background:transparent;cursor:pointer;font-family:inherit;padding:0;}
.w-desktop-search{background:#fff;border-bottom:1px solid var(--w-border);box-shadow:0 12px 30px rgba(20,25,45,.10);position:relative;z-index:9998;}
.w-desktop-search[hidden]{display:none!important;}
.w-desktop-search-form{max-width:760px;margin:0 auto;padding:14px 0;display:flex;align-items:center;gap:10px;}
.w-desktop-search-icon{font-size:24px;color:var(--w-primary);line-height:1;}
.w-desktop-search-form input[type=search]{flex:1;height:46px;border:1px solid var(--w-border);border-radius:10px;padding:0 14px;font:inherit;outline:none;color:var(--w-text);background:#fff;}
.w-desktop-search-form input[type=search]:focus{border-color:var(--w-primary);box-shadow:0 0 0 3px rgba(108,43,255,.08);}
.w-desktop-search-form button{height:46px;border:0;border-radius:10px;padding:0 22px;background:linear-gradient(135deg,var(--w-primary),var(--w-primary-2));color:#fff;font-weight:800;cursor:pointer;}
@media(max-width:767px){.w-desktop-search{display:none!important;}.w-search{display:none!important;}}

/* Contact form submission feedback */
.w-contact-alert{margin:0 0 18px;padding:13px 16px;border-radius:12px;font-size:13px;font-weight:600;line-height:1.5}
.w-contact-alert-success{background:#ecfdf3;border:1px solid #b7ebc9;color:#16733a}
.w-contact-alert-error{background:#fff1f2;border:1px solid #fecdd3;color:#b42318}
.w-contact-form .required{color:#e11d48}
.w-contact-form button{transition:transform .18s ease,opacity .18s ease}
.w-contact-form button:hover{transform:translateY(-1px)}

/* Digital-service pricing labels */
.w-rate-label{font-size:.72em;font-weight:700;color:var(--w-muted);white-space:nowrap}.w-price-note{font-size:12px;font-weight:700;color:var(--w-muted);margin:-4px 0 14px}.w-product-price .price{display:inline-flex;align-items:baseline;gap:5px;flex-wrap:wrap}


/* Cart: service quantities are display-only. Quantity changes are made on the product page. */
.woocommerce-cart .w-service-quantity-display{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  min-width:155px!important;
  margin:0!important;
}
.woocommerce-cart .w-service-quantity-label{
  font-size:12px!important;
  line-height:1.2!important;
  color:#7b8498!important;
  font-weight:600!important;
  white-space:nowrap!important;
}
.woocommerce-cart .w-service-quantity-value{
  display:inline-block!important;
  font-size:15px!important;
  line-height:1.2!important;
  color:#172138!important;
  font-weight:800!important;
  white-space:nowrap!important;
}
@media(max-width:760px){
  .woocommerce-cart .w-service-quantity-display{min-width:0!important;flex-wrap:wrap!important;gap:4px 8px!important}
  .woocommerce-cart .w-service-quantity-label{font-size:11px!important}
  .woocommerce-cart .w-service-quantity-value{font-size:14px!important}
}


/* v55 — cart quantity is display-only for digital services. */
.woocommerce-cart .w-cart-qty .quantity,
.woocommerce-cart .w-cart-qty .qty,
.woocommerce-cart .w-cart-qty button.plus,
.woocommerce-cart .w-cart-qty button.minus,
.woocommerce-cart .w-cart-qty .plus,
.woocommerce-cart .w-cart-qty .minus {
  display:none!important;
}

.woocommerce-cart .w-cart-qty {
  min-height:40px;
}

.woocommerce-cart .w-service-quantity-display {
  display:flex!important;
  align-items:center;
  gap:8px;
}

/* v56 — remove ALL editable quantity controls from every WooCommerce cart page.
 * Customers can change service quantity only on the product page.
 * The cart remains read-only for quantity, while Remove and Checkout stay available.
 */
body.woocommerce-cart .quantity,
body.woocommerce-cart .product-quantity .quantity,
body.woocommerce-cart td.product-quantity,
body.woocommerce-cart .product-quantity,
body.woocommerce-cart .w-cart-qty .quantity,
body.woocommerce-cart .w-cart-qty input.qty,
body.woocommerce-cart .w-cart-qty button.plus,
body.woocommerce-cart .w-cart-qty button.minus,
body.woocommerce-cart .w-cart-qty .plus,
body.woocommerce-cart .w-cart-qty .minus,
body.woocommerce-cart button[name="update_cart"],
body.woocommerce-cart input[name="update_cart"] {
  display:none!important;
}

/* Keep the custom read-only service quantity visible. */
body.woocommerce-cart .w-service-quantity-display {
  display:flex!important;
}

/* v57 — HARD HIDE cart quantity controls everywhere.
 * Cart quantity is read-only. Product-page quantity controls remain untouched.
 * Covers classic WooCommerce markup, WooCommerce Blocks, and theme wrappers.
 */
body.woocommerce-cart .w-cart-page .quantity,
body.woocommerce-cart .w-cart-page .product-quantity,
body.woocommerce-cart .w-cart-page .wc-block-components-quantity-selector,
body.woocommerce-cart .w-cart-page .wc-block-cart-item__quantity,
body.woocommerce-cart .w-cart-page .wc-block-components-quantity-selector__button,
body.woocommerce-cart .w-cart-page input.qty,
body.woocommerce-cart .w-cart-page button.plus,
body.woocommerce-cart .w-cart-page button.minus,
body.woocommerce-cart .w-cart-page .plus,
body.woocommerce-cart .w-cart-page .minus,
body.woocommerce-cart .w-cart-page button[name="update_cart"],
body.woocommerce-cart .w-cart-page input[name="update_cart"],
body.woocommerce-cart .shop_table.cart .quantity,
body.woocommerce-cart .shop_table.cart .product-quantity,
body.woocommerce-cart .shop_table.cart .wc-block-components-quantity-selector,
body.woocommerce-cart .shop_table.cart .wc-block-cart-item__quantity,
body.woocommerce-cart .shop_table.cart input.qty,
body.woocommerce-cart .shop_table.cart button.plus,
body.woocommerce-cart .shop_table.cart button.minus {
  display:none!important;
  visibility:hidden!important;
  pointer-events:none!important;
}

/* Never hide the read-only service quantity text. */
body.woocommerce-cart .w-service-quantity-display,
body.woocommerce-cart .w-service-quantity-label,
body.woocommerce-cart .w-service-quantity-value {
  display:flex!important;
  visibility:visible!important;
  pointer-events:auto!important;
}
body.woocommerce-cart .w-service-quantity-value { display:block!important; }

/* v59 — Premium cart page for digital services */
.woocommerce-cart .woocommerce{max-width:1240px!important;margin:0 auto!important}
.woocommerce-cart .woocommerce-cart-form{background:#fff;border:1px solid #e7eaf1;border-radius:20px!important;box-shadow:0 14px 40px rgba(22,32,55,.06);overflow:hidden}
.woocommerce-cart .shop_table.cart{border:0!important;border-collapse:separate!important;border-spacing:0!important;margin:0!important;background:#fff}
.woocommerce-cart .shop_table.cart thead th{background:#fbfbfe!important;color:#697286!important;font-size:11px!important;font-weight:800!important;letter-spacing:.08em;text-transform:uppercase;padding:18px 22px!important;border-bottom:1px solid #eceef4!important}
.woocommerce-cart .shop_table.cart tbody td{padding:22px!important;border-bottom:1px solid #eef0f5!important;vertical-align:middle!important}
.woocommerce-cart .shop_table.cart tbody tr.cart_item:last-child td{border-bottom:0!important}
.woocommerce-cart .shop_table.cart td.product-thumbnail{width:112px!important}
.woocommerce-cart .shop_table.cart .product-thumbnail img{width:84px!important;height:84px!important;object-fit:cover!important;border-radius:16px!important;border:1px solid #e9ebf2!important;background:#f7f7fc!important}
.woocommerce-cart .waheedsm-cart-product-visual-v59{width:84px;height:84px;border-radius:16px;overflow:hidden;background:#f4f3fb;display:flex;align-items:center;justify-content:center}
.woocommerce-cart .waheedsm-cart-product-visual-v59 .w-auto-product-visual{width:100%!important;height:100%!important}
.woocommerce-cart .shop_table.cart td.product-name{font-size:15px!important;font-weight:700!important;color:#172138!important;line-height:1.45!important}
.woocommerce-cart .shop_table.cart td.product-name a:not(.waheedsm-cart-remove){color:#172138!important;text-decoration:none!important;font-weight:800!important}
.woocommerce-cart .shop_table.cart td.product-price{color:#6c2bff!important;font-weight:800!important;font-size:14px!important;white-space:nowrap!important}
.woocommerce-cart .shop_table.cart td.product-subtotal{color:#172138!important;font-weight:850!important;font-size:15px!important;white-space:nowrap!important}

/* Service quantity is display-only in cart. */
.woocommerce-cart .shop_table.cart .variation{margin:9px 0 0!important;padding:9px 12px!important;background:#f7f4ff!important;border:1px solid #ece5ff!important;border-radius:10px!important;display:inline-flex!important;align-items:center!important;gap:7px!important}
.woocommerce-cart .shop_table.cart .variation dt{margin:0!important;color:#747d91!important;font-size:11px!important;font-weight:600!important;line-height:1.3!important}
.woocommerce-cart .shop_table.cart .variation dd{margin:0!important;color:#5d24d9!important;font-size:12px!important;font-weight:850!important;line-height:1.3!important}
.woocommerce-cart .shop_table.cart .variation dd p{margin:0!important}

/* Explicit remove action; native WooCommerce remove cell is intentionally hidden. */
.woocommerce-cart .waheedsm-cart-remove-wrap{display:block!important;margin-top:10px!important}
.woocommerce-cart a.waheedsm-cart-remove{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:30px!important;padding:0 12px!important;border:1px solid #f0d9df!important;border-radius:8px!important;background:#fff7f8!important;color:#c93650!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important;transition:.18s ease!important}
.woocommerce-cart a.waheedsm-cart-remove:hover{background:#c93650!important;border-color:#c93650!important;color:#fff!important;transform:translateY(-1px)}

.woocommerce-cart .cart-collaterals{margin-top:0!important}
.woocommerce-cart .cart_totals{border:1px solid #e7eaf1!important;border-radius:20px!important;background:#fff!important;box-shadow:0 14px 40px rgba(22,32,55,.06)!important;padding:24px!important}
.woocommerce-cart .cart_totals h2{font-size:18px!important;margin:0 0 16px!important;font-weight:850!important}
.woocommerce-cart .cart_totals table{margin:0!important}
.woocommerce-cart .cart_totals .order-total th,.woocommerce-cart .cart_totals .order-total td{font-size:20px!important}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{height:54px!important;border-radius:11px!important;margin-top:12px!important}

/* Remove coupon/update clutter while keeping coupon support if enabled. */
.woocommerce-cart .shop_table.cart td.actions{background:#fbfbfe!important;padding:16px 20px!important;border-top:1px solid #eef0f5!important}
.woocommerce-cart .shop_table.cart td.actions>.button[name="update_cart"]{display:none!important}

@media(max-width:760px){
  .woocommerce-cart .woocommerce-cart-form,.woocommerce-cart .cart_totals{border-radius:15px!important}
  .woocommerce-cart .shop_table.cart tbody tr.cart_item{padding:18px 14px 18px 88px!important;min-height:150px!important;background:#fff}
  .woocommerce-cart .shop_table.cart td.product-thumbnail{width:68px!important;left:12px!important;top:18px!important}
  .woocommerce-cart .shop_table.cart .product-thumbnail img,.woocommerce-cart .waheedsm-cart-product-visual-v59{width:62px!important;height:62px!important;border-radius:12px!important}
  .woocommerce-cart .shop_table.cart td.product-name{padding-right:30px!important;font-size:14px!important}
  .woocommerce-cart .shop_table.cart .variation{margin-top:7px!important}
  .woocommerce-cart a.waheedsm-cart-remove{height:28px!important;padding:0 10px!important}
}

/* v60 — Final cart presentation guard. The Cart Block is replaced by the
 * theme's classic cart template, so these rules apply consistently. */
body.woocommerce-cart .w-cart-page .w-cart-remove,
body.woocommerce-cart .w-cart-page .w-cart-remove a,
body.woocommerce-cart .w-cart-page .waheedsm-cart-remove-wrap,
body.woocommerce-cart .w-cart-page a.waheedsm-cart-remove{
  display:inline-flex!important;
  visibility:visible!important;
  opacity:1!important;
}
body.woocommerce-cart .w-cart-page .w-cart-remove a,
body.woocommerce-cart .w-cart-page a.waheedsm-cart-remove{
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  cursor:pointer!important;
}
body.woocommerce-cart .w-cart-page .w-cart-qty .quantity,
body.woocommerce-cart .w-cart-page .w-cart-qty input,
body.woocommerce-cart .w-cart-page .w-cart-qty button{
  display:none!important;
}
body.woocommerce-cart .w-cart-page .w-service-quantity-display{
  display:flex!important;
  align-items:center!important;
  visibility:visible!important;
  opacity:1!important;
}

/* v61 — Clean digital-service cart redesign.
 * Cart quantities are read-only; only the product-page service quantity is authoritative.
 * The remove action remains available for every cart item.
 */
body.woocommerce-cart .w-cart-page{padding:58px 0 80px!important}
body.woocommerce-cart .w-cart-page .w-shop-heading{margin-bottom:28px!important}
body.woocommerce-cart .w-cart-page .w-shop-heading h1{font-size:36px!important;margin:6px 0 8px!important}
body.woocommerce-cart .w-cart-page .w-cart-layout{grid-template-columns:minmax(0,1fr) 360px!important;gap:24px!important;align-items:start!important}
body.woocommerce-cart .w-cart-page .w-cart-products,
body.woocommerce-cart .w-cart-page .w-cart-summary{background:#fff!important;border:1px solid #e5e9f2!important;border-radius:18px!important;box-shadow:0 12px 35px rgba(20,25,45,.055)!important}
body.woocommerce-cart .w-cart-page .w-cart-products{overflow:hidden!important}
body.woocommerce-cart .w-cart-page .w-cart-products-head{display:grid!important;grid-template-columns:1fr 120px!important;gap:18px!important;padding:17px 22px!important;background:#fafaff!important;border-bottom:1px solid #eceff5!important;color:#6f7789!important;font-size:11px!important;font-weight:800!important;letter-spacing:.08em!important;text-transform:uppercase!important}
body.woocommerce-cart .w-cart-page .w-cart-products-head span:last-child{text-align:right!important}
body.woocommerce-cart .w-cart-page .w-cart-item{display:grid!important;grid-template-columns:92px minmax(0,1fr) 120px 110px!important;gap:18px!important;align-items:center!important;padding:22px!important;border-bottom:1px solid #edf0f5!important;background:#fff!important}
body.woocommerce-cart .w-cart-page .w-cart-item:last-of-type{border-bottom:0!important}
body.woocommerce-cart .w-cart-page .w-cart-thumb{width:92px!important;height:92px!important;min-width:92px!important;border-radius:15px!important;overflow:hidden!important;background:#f5f3ff!important;display:flex!important;align-items:center!important;justify-content:center!important}
body.woocommerce-cart .w-cart-page .w-cart-thumb>img,
body.woocommerce-cart .w-cart-page .w-cart-thumb>div,
body.woocommerce-cart .w-cart-page .w-cart-thumb .waheedsm-cart-product-visual,
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-product-visual{width:100%!important;height:100%!important;min-height:0!important;max-width:none!important;display:block!important}
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-product-art{width:100%!important;height:100%!important;min-height:0!important;display:grid!important;place-items:center!important}
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-platform-icon{width:54px!important;height:54px!important;border-radius:16px!important}
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-service-badge{width:23px!important;height:23px!important;right:calc(50% - 40px)!important;bottom:calc(50% - 38px)!important}
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-product-spark{width:90px!important;height:55px!important}
body.woocommerce-cart .w-cart-page .w-cart-info{min-width:0!important}
body.woocommerce-cart .w-cart-page .w-cart-title-row{display:flex!important;align-items:flex-start!important;justify-content:space-between!important;gap:12px!important;margin-bottom:10px!important}
body.woocommerce-cart .w-cart-page .w-cart-info h3{font-size:17px!important;line-height:1.3!important;margin:0!important;font-weight:800!important;color:#172138!important}
body.woocommerce-cart .w-cart-page .w-cart-info h3 a{color:#172138!important;text-decoration:none!important}
body.woocommerce-cart .w-cart-page .w-cart-info h3 a:hover{color:#6c2bff!important}
body.woocommerce-cart .w-cart-page .w-cart-remove{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;padding:7px 11px!important;border:1px solid #f1d8df!important;border-radius:8px!important;background:#fff7f8!important;color:#c93650!important;font-size:11px!important;font-weight:800!important;text-decoration:none!important;line-height:1!important}
body.woocommerce-cart .w-cart-page .w-cart-remove:hover{background:#c93650!important;border-color:#c93650!important;color:#fff!important}
body.woocommerce-cart .w-cart-page .w-cart-meta{display:flex!important;flex-direction:column!important;gap:7px!important}
body.woocommerce-cart .w-cart-page .w-cart-meta-row{display:grid!important;grid-template-columns:105px minmax(0,1fr)!important;gap:8px!important;align-items:start!important;font-size:11px!important;line-height:1.45!important}
body.woocommerce-cart .w-cart-page .w-cart-meta-row span{color:#8a93a6!important;font-weight:600!important}
body.woocommerce-cart .w-cart-page .w-cart-meta-row strong{color:#4d566b!important;font-weight:600!important;min-width:0!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
body.woocommerce-cart .w-cart-page .w-cart-service-qty strong{color:#5f26d8!important;font-weight:850!important}
body.woocommerce-cart .w-cart-page .w-cart-mobile-price{display:none!important}
body.woocommerce-cart .w-cart-page .w-cart-qty-display,
body.woocommerce-cart .w-cart-page .w-cart-subtotal{display:flex!important;flex-direction:column!important;gap:4px!important;align-items:flex-end!important}
body.woocommerce-cart .w-cart-page .w-cart-qty-display>span,
body.woocommerce-cart .w-cart-page .w-cart-subtotal>span{font-size:10px!important;color:#929bad!important;font-weight:700!important;text-transform:uppercase!important;letter-spacing:.05em!important}
body.woocommerce-cart .w-cart-page .w-cart-qty-display strong{font-size:15px!important;color:#172138!important;font-weight:850!important}
body.woocommerce-cart .w-cart-page .w-cart-qty-display small{font-size:9px!important;color:#9aa2b2!important}
body.woocommerce-cart .w-cart-page .w-cart-subtotal strong{font-size:15px!important;color:#6c2bff!important;font-weight:850!important;white-space:nowrap!important}
body.woocommerce-cart .w-cart-page .w-cart-actions{padding:18px 22px!important;background:#fafaff!important;border-top:1px solid #edf0f5!important}
body.woocommerce-cart .w-cart-page .w-cart-actions .button[name="update_cart"],
body.woocommerce-cart .w-cart-page .w-cart-actions input[name="update_cart"]{display:none!important}
body.woocommerce-cart .w-cart-page .w-cart-summary{padding:24px!important;position:sticky!important;top:100px!important}
body.woocommerce-cart .w-cart-page .w-summary-kicker{font-size:10px!important;color:#7c3cff!important;font-weight:850!important;letter-spacing:.12em!important;margin-bottom:5px!important}
body.woocommerce-cart .w-cart-page .w-cart-summary h2{font-size:21px!important;margin:0 0 15px!important;color:#172138!important;font-weight:850!important}
body.woocommerce-cart .w-cart-page .w-summary-row{padding:13px 0!important;border-bottom:1px solid #edf0f5!important;font-size:13px!important;color:#596277!important}
body.woocommerce-cart .w-cart-page .w-summary-row strong{color:#172138!important;font-weight:800!important;text-align:right!important}
body.woocommerce-cart .w-cart-page .w-no-shipping-row strong{color:#596277!important;font-size:12px!important}
body.woocommerce-cart .w-cart-page .w-summary-total{padding:20px 0 12px!important;border-bottom:0!important;font-size:21px!important;font-weight:800!important}
body.woocommerce-cart .w-cart-page .w-summary-total strong{color:#6c2bff!important;font-weight:900!important}
body.woocommerce-cart .w-cart-page .w-checkout-btn{width:100%!important;min-height:52px!important;border-radius:11px!important;margin-top:8px!important;text-align:center!important}
body.woocommerce-cart .w-cart-page .w-secure-note{font-size:10px!important;color:#8b94a7!important;margin-top:12px!important}

/* Never show native editable cart quantity controls on any WooCommerce cart. */
body.woocommerce-cart .w-cart-page .quantity,
body.woocommerce-cart .w-cart-page .qty,
body.woocommerce-cart .w-cart-page button.plus,
body.woocommerce-cart .w-cart-page button.minus,
body.woocommerce-cart .w-cart-page .plus,
body.woocommerce-cart .w-cart-page .minus,
body.woocommerce-cart .w-cart-page input[name="update_cart"],
body.woocommerce-cart .w-cart-page button[name="update_cart"]{display:none!important}

@media(max-width:900px){
  body.woocommerce-cart .w-cart-page .w-cart-layout{grid-template-columns:1fr!important}
  body.woocommerce-cart .w-cart-page .w-cart-summary{position:static!important}
}
@media(max-width:680px){
  body.woocommerce-cart .w-cart-page{padding:42px 0 60px!important}
  body.woocommerce-cart .w-cart-page .w-shop-heading h1{font-size:30px!important}
  body.woocommerce-cart .w-cart-page .w-cart-products-head{display:none!important}
  body.woocommerce-cart .w-cart-page .w-cart-item{grid-template-columns:68px minmax(0,1fr)!important;gap:14px!important;padding:18px!important;align-items:start!important}
  body.woocommerce-cart .w-cart-page .w-cart-thumb{width:68px!important;height:68px!important;min-width:68px!important;border-radius:12px!important}
  body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-platform-icon{width:45px!important;height:45px!important}
  body.woocommerce-cart .w-cart-page .w-cart-title-row{align-items:flex-start!important}
  body.woocommerce-cart .w-cart-page .w-cart-info h3{font-size:15px!important}
  body.woocommerce-cart .w-cart-page .w-cart-meta-row{grid-template-columns:92px minmax(0,1fr)!important}
  body.woocommerce-cart .w-cart-page .w-cart-qty-display,
  body.woocommerce-cart .w-cart-page .w-cart-subtotal{grid-column:2!important;align-items:flex-start!important;display:inline-flex!important;flex-direction:row!important;gap:7px!important;margin-top:5px!important;margin-right:14px!important}
  body.woocommerce-cart .w-cart-page .w-cart-qty-display small{display:none!important}
  body.woocommerce-cart .w-cart-page .w-cart-actions{padding:15px!important}
  body.woocommerce-cart .w-cart-page .w-coupon{width:100%!important}
  body.woocommerce-cart .w-cart-page .w-coupon input{min-width:0!important;flex:1!important}
}

/* v61 — Cart page wrapper cleanup: remove the WordPress page title and extra wrapper spacing. */
body.woocommerce-cart .site-main{padding:0!important;max-width:none!important;width:100%!important}
body.woocommerce-cart .site-main>article>h1{display:none!important}
body.woocommerce-cart .site-main>article{margin:0!important;padding:0!important}
body.woocommerce-cart .w-cart-page .w-cart-layout{max-width:1240px!important;margin-left:auto!important;margin-right:auto!important}
body.woocommerce-cart .w-cart-page .site-container{width:min(100% - 40px,1240px)!important}
@media(max-width:767px){body.woocommerce-cart .w-cart-page .site-container{width:min(100% - 28px,1240px)!important}}

/* v62 — Final clean digital cart item layout.
 * One Remove action, one prominent Service Quantity, clean URL and totals.
 */
body.woocommerce-cart .w-cart-page .w-cart-item{
  grid-template-columns:92px minmax(0,1fr) 120px!important;
  gap:22px!important;
  align-items:center!important;
  padding:24px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb{
  width:92px!important;height:92px!important;min-width:92px!important;
  border-radius:16px!important;overflow:hidden!important;
  background:#f4f1ff!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb img,
body.woocommerce-cart .w-cart-page .w-cart-thumb .waheedsm-cart-product-visual,
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-cart-fallback-visual{
  width:100%!important;height:100%!important;max-width:none!important;display:flex!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb img{object-fit:cover!important}
body.woocommerce-cart .w-cart-page .w-cart-info{min-width:0!important}
body.woocommerce-cart .w-cart-page .w-cart-title-row{
  display:flex!important;align-items:center!important;justify-content:space-between!important;
  gap:14px!important;margin:0 0 10px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-info h3{
  margin:0!important;font-size:18px!important;line-height:1.26!important;font-weight:850!important;
}
body.woocommerce-cart .w-cart-page .w-cart-remove{
  display:inline-flex!important;visibility:visible!important;opacity:1!important;
  flex:0 0 auto!important;align-items:center!important;justify-content:center!important;
  min-height:30px!important;padding:7px 12px!important;border:1px solid #f0d4dc!important;
  border-radius:8px!important;background:#fff7f8!important;color:#c93650!important;
  font-size:11px!important;font-weight:800!important;text-decoration:none!important;
}
body.woocommerce-cart .w-cart-page .w-cart-remove:hover{background:#c93650!important;color:#fff!important}
body.woocommerce-cart .w-cart-page .w-cart-url{margin:0 0 12px!important;max-width:100%!important}
body.woocommerce-cart .w-cart-page .w-cart-url span{
  display:block!important;margin-bottom:4px!important;color:#8b94a7!important;
  font-size:10px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.05em!important;
}
body.woocommerce-cart .w-cart-page .w-cart-url a{
  display:block!important;max-width:100%!important;overflow:hidden!important;text-overflow:ellipsis!important;
  white-space:nowrap!important;color:#687287!important;font-size:12px!important;text-decoration:none!important;
}
body.woocommerce-cart .w-cart-page .w-cart-url a:hover{color:#6c2bff!important}
body.woocommerce-cart .w-cart-page .w-service-qty-card{
  display:inline-flex!important;align-items:center!important;gap:10px!important;
  padding:9px 12px!important;border:1px solid #e8e1ff!important;border-radius:10px!important;
  background:#faf8ff!important;
}
body.woocommerce-cart .w-cart-page .w-service-qty-card span{
  color:#777f92!important;font-size:11px!important;font-weight:700!important;
}
body.woocommerce-cart .w-cart-page .w-service-qty-card strong{
  color:#6c2bff!important;font-size:15px!important;font-weight:900!important;
}
body.woocommerce-cart .w-cart-page .w-cart-subtotal{
  display:flex!important;flex-direction:column!important;align-items:flex-end!important;gap:5px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-subtotal span{
  color:#8d95a7!important;font-size:10px!important;font-weight:800!important;text-transform:uppercase!important;letter-spacing:.06em!important;
}
body.woocommerce-cart .w-cart-page .w-cart-subtotal strong{
  color:#6c2bff!important;font-size:17px!important;font-weight:900!important;white-space:nowrap!important;
}
/* Hide any legacy native quantity UI everywhere on the cart, but never hide remove links. */
body.woocommerce-cart .w-cart-page .quantity,
body.woocommerce-cart .w-cart-page .qty,
body.woocommerce-cart .w-cart-page input.qty,
body.woocommerce-cart .w-cart-page button.plus,
body.woocommerce-cart .w-cart-page button.minus,
body.woocommerce-cart .w-cart-page .quantity .plus,
body.woocommerce-cart .w-cart-page .quantity .minus{display:none!important}
/* Fallback product visual */
body.woocommerce-cart .w-cart-page .w-cart-fallback-visual{
  align-items:center!important;justify-content:center!important;position:relative!important;
  background:linear-gradient(135deg,#f5f1ff 0%,#eee8ff 100%)!important;
}
body.woocommerce-cart .w-cart-page .w-cart-fallback-visual .w-cart-fallback-letter{
  width:54px!important;height:54px!important;border-radius:16px!important;
  display:grid!important;place-items:center!important;background:#6c2bff!important;color:#fff!important;
  font-size:25px!important;font-weight:900!important;box-shadow:0 10px 24px rgba(108,43,255,.22)!important;
}
@media(max-width:760px){
  body.woocommerce-cart .w-cart-page .w-cart-item{grid-template-columns:72px minmax(0,1fr)!important;gap:14px!important;padding:18px!important}
  body.woocommerce-cart .w-cart-page .w-cart-thumb{width:72px!important;height:72px!important;min-width:72px!important}
  body.woocommerce-cart .w-cart-page .w-cart-subtotal{grid-column:2!important;align-items:flex-start!important;margin-top:2px!important}
  body.woocommerce-cart .w-cart-page .w-cart-title-row{align-items:flex-start!important}
  body.woocommerce-cart .w-cart-page .w-cart-info h3{font-size:16px!important}
  body.woocommerce-cart .w-cart-page .w-cart-url a{white-space:normal!important;word-break:break-word!important}
}

/* =========================================================
   v63 — FINAL FULL-WIDTH DIGITAL CART FIX
   The previous cart was being constrained by a WooCommerce/WordPress
   wrapper, making the custom three-column row look squeezed. These rules
   intentionally reset every cart-page wrapper and give the cart its own
   full-width canvas.
   ========================================================= */
body.woocommerce-cart,
body.woocommerce-cart .site-main,
body.woocommerce-cart .site-main.site-container,
body.woocommerce-cart .site-main > article,
body.woocommerce-cart .site-main > article > .entry-content,
body.woocommerce-cart .entry-content,
body.woocommerce-cart .woocommerce{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
}
body.woocommerce-cart .site-main,
body.woocommerce-cart .site-main.site-container,
body.woocommerce-cart .site-main > article,
body.woocommerce-cart .entry-content,
body.woocommerce-cart .woocommerce{
  padding-left:0!important;
  padding-right:0!important;
}
body.woocommerce-cart .woocommerce{
  padding-top:0!important;
  padding-bottom:0!important;
}
body.woocommerce-cart .w-cart-page{
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
  padding:62px 0 90px!important;
}
body.woocommerce-cart .w-cart-page > .site-container{
  width:min(1280px,calc(100% - 72px))!important;
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
body.woocommerce-cart .w-cart-page .w-shop-heading{
  width:100%!important;
  max-width:none!important;
  margin-bottom:32px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-layout{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 390px!important;
  gap:28px!important;
  align-items:start!important;
}
body.woocommerce-cart .w-cart-page .w-cart-products{
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
body.woocommerce-cart .w-cart-page .w-cart-summary{
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
body.woocommerce-cart .w-cart-page .w-cart-item{
  width:100%!important;
  box-sizing:border-box!important;
  display:grid!important;
  grid-template-columns:96px minmax(0,1fr) 145px!important;
  gap:22px!important;
  align-items:center!important;
  padding:26px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb{
  width:96px!important;
  height:96px!important;
  min-width:96px!important;
  border-radius:16px!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  background:#f4f1ff!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb .waheedsm-cart-product-visual,
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-product-visual{
  width:100%!important;
  height:100%!important;
  display:block!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-product-art{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  display:grid!important;
  place-items:center!important;
  position:relative!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-platform-icon{
  width:56px!important;
  height:56px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-service-badge{
  width:24px!important;
  height:24px!important;
  right:calc(50% - 40px)!important;
  bottom:calc(50% - 38px)!important;
}
body.woocommerce-cart .w-cart-page .w-cart-info{
  width:100%!important;
  min-width:0!important;
}
body.woocommerce-cart .w-cart-page .w-cart-title-row{
  width:100%!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  margin:0 0 12px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-info h3{
  min-width:0!important;
  margin:0!important;
  font-size:19px!important;
  line-height:1.26!important;
  font-weight:850!important;
}
body.woocommerce-cart .w-cart-page .w-cart-remove{
  flex:0 0 auto!important;
  white-space:nowrap!important;
}
body.woocommerce-cart .w-cart-page .w-cart-url{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0 0 14px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-url a{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.woocommerce-cart .w-cart-page .w-service-qty-card{
  display:inline-flex!important;
  min-height:38px!important;
  box-sizing:border-box!important;
}
body.woocommerce-cart .w-cart-page .w-cart-subtotal{
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:6px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-subtotal strong{
  white-space:nowrap!important;
  font-size:18px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-products-head{
  grid-template-columns:1fr 145px!important;
  padding:17px 26px!important;
}

/* Nothing on the cart page should expose editable quantity controls. */
body.woocommerce-cart .w-cart-page .quantity,
body.woocommerce-cart .w-cart-page input.qty,
body.woocommerce-cart .w-cart-page button.plus,
body.woocommerce-cart .w-cart-page button.minus,
body.woocommerce-cart .w-cart-page .plus,
body.woocommerce-cart .w-cart-page .minus,
body.woocommerce-cart .w-cart-page input[name="update_cart"],
body.woocommerce-cart .w-cart-page button[name="update_cart"],
body.woocommerce-cart .w-cart-page .w-cart-qty,
body.woocommerce-cart .w-cart-page .w-cart-qty-display{
  display:none!important;
}

@media(max-width:1050px){
  body.woocommerce-cart .w-cart-page > .site-container{
    width:min(100% - 40px,1280px)!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-layout{
    grid-template-columns:minmax(0,1fr) 340px!important;
  }
}
@media(max-width:900px){
  body.woocommerce-cart .w-cart-page .w-cart-layout{
    grid-template-columns:1fr!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-summary{
    position:static!important;
  }
}
@media(max-width:680px){
  body.woocommerce-cart .w-cart-page{
    padding:42px 0 65px!important;
  }
  body.woocommerce-cart .w-cart-page > .site-container{
    width:calc(100% - 28px)!important;
  }
  body.woocommerce-cart .w-cart-page .w-shop-heading h1{
    font-size:30px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-products-head{
    display:none!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-item{
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:14px!important;
    padding:18px!important;
    align-items:start!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-thumb{
    width:72px!important;
    height:72px!important;
    min-width:72px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-title-row{
    align-items:flex-start!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-info h3{
    font-size:16px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-url a{
    white-space:normal!important;
    word-break:break-word!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-subtotal{
    grid-column:2!important;
    align-items:flex-start!important;
    margin-top:2px!important;
  }
}


/* =========================================================
   v64 — FINAL CART CANVAS + VISUALS FIX
   Escape any narrow WordPress/Elementor page wrapper so the custom cart
   always uses the full browser width. Also keep the Remove action clear of
   the product title and force the branded SVG product visual when needed.
   ========================================================= */
body.woocommerce-cart .w-cart-page{
  width:100vw!important;
  max-width:none!important;
  margin-left:calc(50% - 50vw)!important;
  margin-right:0!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
body.woocommerce-cart .w-cart-page > .site-container{
  width:min(1280px,calc(100vw - 72px))!important;
  max-width:1280px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.woocommerce-cart .w-cart-page .w-cart-layout{
  width:100%!important;
  grid-template-columns:minmax(0,1fr) 390px!important;
  gap:28px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-products{
  min-width:0!important;
}
body.woocommerce-cart .w-cart-page .w-cart-item{
  position:relative!important;
  grid-template-columns:96px minmax(0,1fr) 145px!important;
  gap:24px!important;
  min-width:0!important;
  overflow:visible!important;
}
body.woocommerce-cart .w-cart-page .w-cart-info{
  min-width:0!important;
  padding-right:4px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-title-row{
  display:block!important;
  min-width:0!important;
  margin:0 100px 12px 0!important;
}
body.woocommerce-cart .w-cart-page .w-cart-info h3{
  min-width:0!important;
  max-width:100%!important;
  overflow-wrap:anywhere!important;
}
body.woocommerce-cart .w-cart-page .w-cart-remove{
  position:absolute!important;
  top:24px!important;
  right:24px!important;
  z-index:5!important;
}
body.woocommerce-cart .w-cart-page .w-cart-url a{
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb .waheedsm-cart-product-visual,
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-product-visual{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  max-width:none!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-product-art{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-platform-icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  flex:0 0 58px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-platform-logo-svg{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
  visibility:visible!important;
  opacity:1!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-service-badge{
  z-index:8!important;
}
@media(max-width:1050px){
  body.woocommerce-cart .w-cart-page > .site-container{width:calc(100vw - 40px)!important}
  body.woocommerce-cart .w-cart-page .w-cart-layout{grid-template-columns:minmax(0,1fr) 340px!important}
}
@media(max-width:900px){
  body.woocommerce-cart .w-cart-page .w-cart-layout{grid-template-columns:1fr!important}
  body.woocommerce-cart .w-cart-page .w-cart-summary{position:static!important}
}
@media(max-width:680px){
  body.woocommerce-cart .w-cart-page > .site-container{width:calc(100vw - 28px)!important}
  body.woocommerce-cart .w-cart-page .w-cart-item{
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:14px!important;
    padding:18px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-thumb{
    width:72px!important;height:72px!important;min-width:72px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-title-row{
    margin-right:0!important;
    padding-right:76px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-remove{
    top:18px!important;right:18px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-subtotal{
    grid-column:2!important;
    align-items:flex-start!important;
    margin-top:4px!important;
  }
}

/* =========================================================
   v65 — FINAL CART CENTERING FIX
   The previous full-viewport breakout could inherit the narrow
   WooCommerce wrapper's coordinate system and shift the cart left.
   Keep the cart in normal flow and center its own 1200px canvas.
   ========================================================= */
body.woocommerce-cart .w-cart-page{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
body.woocommerce-cart .w-cart-page > .site-container{
  width:min(1200px,calc(100% - 72px))!important;
  max-width:1200px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}
body.woocommerce-cart .w-cart-page .w-cart-layout{
  width:100%!important;
  max-width:none!important;
  margin-left:0!important;
  margin-right:0!important;
  grid-template-columns:minmax(0,1fr) 390px!important;
  gap:28px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-products{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}
body.woocommerce-cart .w-cart-page .w-cart-summary{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}
body.woocommerce-cart .w-cart-page .w-cart-item{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  grid-template-columns:96px minmax(0,1fr) 145px!important;
  box-sizing:border-box!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb{
  display:flex!important;
  visibility:visible!important;
  opacity:1!important;
}
@media(max-width:1050px){
  body.woocommerce-cart .w-cart-page > .site-container{
    width:calc(100% - 40px)!important;
    max-width:none!important;
  }
}
@media(max-width:680px){
  body.woocommerce-cart .w-cart-page > .site-container{
    width:calc(100% - 28px)!important;
  }
}


/* =========================================================
   v66 — DEFINITIVE CART LAYOUT FIX
   - Escape any narrow WP/WooCommerce parent without shifting left.
   - Center the custom cart canvas against the browser viewport.
   - Give the product list enough width so titles never collapse into
     one-word/one-letter columns.
   - Keep quantity read-only and Remove as the only cart action.
   ========================================================= */
body.woocommerce-cart .w-cart-page{
  position:relative!important;
  left:50%!important;
  transform:translateX(-50%)!important;
  width:100vw!important;
  max-width:100vw!important;
  margin:0!important;
  padding:62px 0 90px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
body.woocommerce-cart .w-cart-page > .site-container{
  width:min(1200px,calc(100vw - 72px))!important;
  max-width:1200px!important;
  margin:0 auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}
body.woocommerce-cart .w-cart-page .w-shop-heading{
  width:100%!important;
  max-width:none!important;
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:28px!important;
  margin:0 0 30px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-layout{
  width:100%!important;
  max-width:none!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 380px!important;
  gap:28px!important;
  align-items:start!important;
  margin:0!important;
}
body.woocommerce-cart .w-cart-page .w-cart-products{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
body.woocommerce-cart .w-cart-page .w-cart-products-head{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 130px!important;
  align-items:center!important;
  gap:20px!important;
  box-sizing:border-box!important;
}
body.woocommerce-cart .w-cart-page .w-cart-item{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:96px minmax(0,1fr) 130px!important;
  gap:24px!important;
  align-items:center!important;
  padding:26px!important;
  box-sizing:border-box!important;
  overflow:visible!important;
}
body.woocommerce-cart .w-cart-page .w-cart-thumb{
  width:96px!important;
  height:96px!important;
  min-width:96px!important;
  max-width:96px!important;
  flex:0 0 96px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  border-radius:16px!important;
  box-sizing:border-box!important;
}
body.woocommerce-cart .w-cart-page .w-cart-info{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  overflow:visible!important;
}
body.woocommerce-cart .w-cart-page .w-cart-title-row{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 12px!important;
  box-sizing:border-box!important;
}
body.woocommerce-cart .w-cart-page .w-cart-info h3{
  display:block!important;
  width:auto!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  overflow:visible!important;
  white-space:normal!important;
  overflow-wrap:normal!important;
  word-break:normal!important;
  hyphens:none!important;
  font-size:20px!important;
  line-height:1.26!important;
  font-weight:850!important;
}
body.woocommerce-cart .w-cart-page .w-cart-remove{
  position:static!important;
  top:auto!important;
  right:auto!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
  z-index:auto!important;
}
body.woocommerce-cart .w-cart-page .w-cart-url{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0 0 14px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-url a{
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
  word-break:normal!important;
}
body.woocommerce-cart .w-cart-page .w-service-qty-card{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:flex-start!important;
  width:auto!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}
body.woocommerce-cart .w-cart-page .w-cart-subtotal{
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  justify-content:center!important;
  gap:5px!important;
  box-sizing:border-box!important;
}
body.woocommerce-cart .w-cart-page .w-cart-subtotal strong{
  white-space:nowrap!important;
}
body.woocommerce-cart .w-cart-page .w-cart-summary{
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  box-sizing:border-box!important;
  position:sticky!important;
  top:100px!important;
}
body.woocommerce-cart .w-cart-page .w-cart-actions{
  width:100%!important;
  box-sizing:border-box!important;
}

/* Remove all editable quantity UI from every cart item, but keep Remove. */
body.woocommerce-cart .w-cart-page .quantity,
body.woocommerce-cart .w-cart-page .qty,
body.woocommerce-cart .w-cart-page input.qty,
body.woocommerce-cart .w-cart-page button.plus,
body.woocommerce-cart .w-cart-page button.minus,
body.woocommerce-cart .w-cart-page .plus,
body.woocommerce-cart .w-cart-page .minus,
body.woocommerce-cart .w-cart-page input[name="update_cart"],
body.woocommerce-cart .w-cart-page button[name="update_cart"],
body.woocommerce-cart .w-cart-page .w-cart-qty,
body.woocommerce-cart .w-cart-page .w-cart-qty-display{
  display:none!important;
}

@media(max-width:1050px){
  body.woocommerce-cart .w-cart-page > .site-container{
    width:calc(100vw - 40px)!important;
    max-width:none!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-layout{
    grid-template-columns:minmax(0,1fr) 340px!important;
    gap:22px!important;
  }
}
@media(max-width:900px){
  body.woocommerce-cart .w-cart-page .w-cart-layout{
    grid-template-columns:1fr!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-summary{
    position:static!important;
  }
}
@media(max-width:680px){
  body.woocommerce-cart .w-cart-page{
    padding:42px 0 65px!important;
  }
  body.woocommerce-cart .w-cart-page > .site-container{
    width:calc(100vw - 28px)!important;
  }
  body.woocommerce-cart .w-cart-page .w-shop-heading{
    align-items:flex-start!important;
    flex-direction:column!important;
    gap:18px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-products-head{
    display:none!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-item{
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:16px!important;
    padding:20px!important;
    align-items:start!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-thumb{
    width:72px!important;
    height:72px!important;
    min-width:72px!important;
    max-width:72px!important;
    flex-basis:72px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-title-row{
    align-items:flex-start!important;
    gap:10px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-info h3{
    font-size:17px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-url a{
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-subtotal{
    grid-column:2!important;
    align-items:flex-start!important;
    margin-top:4px!important;
  }
}


/* =========================================================
   v67 — ROOT CART ALIGNMENT FIX
   The cart is rendered inside the theme's .site-main.site-container.
   Previous viewport-breakout rules (v64/v66) moved the cart left because
   left:50%/translateX(-50%) was calculated from the already-centered
   1200px parent. Make the cart page parent full-width, then center the
   cart's own 1200px canvas in normal flow. This is the definitive fix.
   ========================================================= */
body.woocommerce-cart .site-main.site-container,
body.woocommerce-cart .site-main,
body.woocommerce-cart .site-main > article,
body.woocommerce-cart .site-main > article > .entry-content,
body.woocommerce-cart .entry-content {
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:0!important;
  padding-right:0!important;
  box-sizing:border-box!important;
}

body.woocommerce-cart .w-cart-page{
  position:relative!important;
  left:auto!important;
  right:auto!important;
  transform:none!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:62px 0 90px!important;
  overflow:visible!important;
  box-sizing:border-box!important;
}

body.woocommerce-cart .w-cart-page > .site-container{
  width:min(1200px,calc(100% - 72px))!important;
  max-width:1200px!important;
  min-width:0!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}

body.woocommerce-cart .w-cart-page .w-cart-layout{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 380px!important;
  gap:28px!important;
  align-items:start!important;
}

body.woocommerce-cart .w-cart-page .w-cart-products,
body.woocommerce-cart .w-cart-page .w-cart-summary{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
}

body.woocommerce-cart .w-cart-page .w-cart-item{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  display:grid!important;
  grid-template-columns:96px minmax(0,1fr) 130px!important;
  gap:24px!important;
  align-items:center!important;
  padding:26px!important;
  box-sizing:border-box!important;
}

body.woocommerce-cart .w-cart-page .w-cart-thumb{
  width:96px!important;
  height:96px!important;
  min-width:96px!important;
  max-width:96px!important;
  flex:0 0 96px!important;
  overflow:hidden!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  box-sizing:border-box!important;
}

body.woocommerce-cart .w-cart-page .w-cart-info{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  overflow:visible!important;
}

body.woocommerce-cart .w-cart-page .w-cart-title-row{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:18px!important;
  margin:0 0 12px!important;
}

body.woocommerce-cart .w-cart-page .w-cart-info h3{
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  font-size:20px!important;
  line-height:1.26!important;
  font-weight:850!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}

body.woocommerce-cart .w-cart-page .w-cart-remove{
  position:static!important;
  flex:0 0 auto!important;
  white-space:nowrap!important;
}

body.woocommerce-cart .w-cart-page .w-cart-url{
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
}

body.woocommerce-cart .w-cart-page .w-cart-url a{
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

body.woocommerce-cart .w-cart-page .w-cart-subtotal{
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  justify-content:center!important;
}

body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-product-visual,
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-product-art,
body.woocommerce-cart .w-cart-page .w-cart-thumb .w-platform-logo-svg{
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  max-height:none!important;
}

body.woocommerce-cart .w-cart-page .w-cart-thumb .w-auto-platform-icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
}

/* Cart quantity is display-only. */
body.woocommerce-cart .w-cart-page .quantity,
body.woocommerce-cart .w-cart-page .qty,
body.woocommerce-cart .w-cart-page input.qty,
body.woocommerce-cart .w-cart-page button.plus,
body.woocommerce-cart .w-cart-page button.minus,
body.woocommerce-cart .w-cart-page .plus,
body.woocommerce-cart .w-cart-page .minus,
body.woocommerce-cart .w-cart-page input[name="update_cart"],
body.woocommerce-cart .w-cart-page button[name="update_cart"],
body.woocommerce-cart .w-cart-page .w-cart-qty,
body.woocommerce-cart .w-cart-page .w-cart-qty-display{
  display:none!important;
}

@media(max-width:1050px){
  body.woocommerce-cart .w-cart-page > .site-container{
    width:calc(100% - 40px)!important;
    max-width:none!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-layout{
    grid-template-columns:minmax(0,1fr) 340px!important;
    gap:22px!important;
  }
}

@media(max-width:900px){
  body.woocommerce-cart .w-cart-page .w-cart-layout{
    grid-template-columns:1fr!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-summary{
    position:static!important;
  }
}

@media(max-width:680px){
  body.woocommerce-cart .w-cart-page > .site-container{
    width:calc(100% - 28px)!important;
  }
  body.woocommerce-cart .w-cart-page .w-shop-heading{
    align-items:flex-start!important;
    flex-direction:column!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-products-head{
    display:none!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-item{
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:16px!important;
    padding:20px!important;
    align-items:start!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-thumb{
    width:72px!important;
    height:72px!important;
    min-width:72px!important;
    max-width:72px!important;
    flex-basis:72px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-title-row{
    align-items:flex-start!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-info h3{
    font-size:16px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-subtotal{
    grid-column:2!important;
    align-items:flex-start!important;
    margin-top:4px!important;
  }
}


/* =========================================================
   v69 — FINAL CART LAYOUT FIX
   Keep the cart stable when browser zoom changes. The product
   title must never become a narrow column because the Remove
   button is sharing its flex row. Remove is positioned independently
   and the actual product row keeps a predictable 96px / flexible / 130px grid.
   ========================================================= */
body.woocommerce-cart .w-cart-page,
body.woocommerce-cart .w-cart-page > .site-container,
body.woocommerce-cart .w-cart-page .w-cart-layout,
body.woocommerce-cart .w-cart-page .w-cart-products,
body.woocommerce-cart .w-cart-page .w-cart-summary {
  box-sizing:border-box!important;
}

body.woocommerce-cart .w-cart-page > .site-container {
  width:calc(100% - 64px)!important;
  max-width:1240px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}

body.woocommerce-cart .w-cart-page .w-cart-layout {
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(340px,380px)!important;
  gap:28px!important;
  width:100%!important;
}

body.woocommerce-cart .w-cart-page .w-cart-products {
  min-width:0!important;
  width:100%!important;
  overflow:hidden!important;
}

body.woocommerce-cart .w-cart-page .w-cart-item {
  display:grid!important;
  grid-template-columns:96px minmax(0,1fr) 130px!important;
  column-gap:24px!important;
  row-gap:0!important;
  width:100%!important;
  min-width:0!important;
  box-sizing:border-box!important;
  position:relative!important;
}

body.woocommerce-cart .w-cart-page .w-cart-info {
  min-width:0!important;
  width:100%!important;
}

/* The Remove button must NOT steal title width. */
body.woocommerce-cart .w-cart-page .w-cart-title-row {
  display:block!important;
  position:relative!important;
  width:100%!important;
  min-width:0!important;
  margin:0 0 12px!important;
  padding:0 105px 0 0!important;
  box-sizing:border-box!important;
}

body.woocommerce-cart .w-cart-page .w-cart-info h3 {
  display:block!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:0!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  word-break:normal!important;
  overflow-wrap:normal!important;
  hyphens:none!important;
}

body.woocommerce-cart .w-cart-page .w-cart-remove {
  position:absolute!important;
  top:0!important;
  right:0!important;
  z-index:2!important;
  display:inline-flex!important;
  flex:none!important;
  white-space:nowrap!important;
}

body.woocommerce-cart .w-cart-page .w-cart-url,
body.woocommerce-cart .w-cart-page .w-cart-url a {
  min-width:0!important;
  max-width:100%!important;
  width:100%!important;
  box-sizing:border-box!important;
}

body.woocommerce-cart .w-cart-page .w-cart-url a {
  display:block!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

body.woocommerce-cart .w-cart-page .w-cart-subtotal {
  min-width:0!important;
  width:100%!important;
  align-self:center!important;
}

/* At genuinely narrow viewports, stack rather than squeeze the cart. */
@media (max-width: 980px){
  body.woocommerce-cart .w-cart-page > .site-container {
    width:calc(100% - 40px)!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-layout {
    grid-template-columns:1fr!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-summary {
    position:static!important;
  }
}

@media (max-width: 680px){
  body.woocommerce-cart .w-cart-page > .site-container {
    width:calc(100% - 28px)!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-item {
    grid-template-columns:72px minmax(0,1fr)!important;
    column-gap:16px!important;
    padding:20px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-thumb {
    width:72px!important;
    height:72px!important;
    min-width:72px!important;
    max-width:72px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-title-row {
    padding-right:90px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-info h3 {
    font-size:17px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-subtotal {
    grid-column:2!important;
    align-items:flex-start!important;
    margin-top:10px!important;
  }
}

/* =========================================================
   FINAL CART LAYOUT — v69
   Clean override for WooCommerce cart. This block intentionally
   overrides all previous cart experiments in this stylesheet.
   ========================================================= */
body.woocommerce-cart .w-cart-page,
body.woocommerce-cart .w-cart-page * { box-sizing:border-box!important; }

body.woocommerce-cart .w-cart-page > .site-container {
  width:calc(100% - 64px)!important;
  max-width:1240px!important;
  min-width:0!important;
  margin:0 auto!important;
}

body.woocommerce-cart .w-cart-page .w-cart-layout {
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(340px,390px)!important;
  gap:28px!important;
  width:100%!important;
  min-width:0!important;
  align-items:start!important;
}

body.woocommerce-cart .w-cart-page .w-cart-products {
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  overflow:hidden!important;
}

body.woocommerce-cart .w-cart-page .w-cart-item {
  display:grid!important;
  grid-template-columns:96px minmax(0,1fr) 130px!important;
  gap:24px!important;
  width:100%!important;
  min-width:0!important;
  padding:26px!important;
  align-items:center!important;
  position:relative!important;
}

body.woocommerce-cart .w-cart-page .w-cart-thumb {
  grid-column:1!important;
  grid-row:1!important;
  width:96px!important;
  height:96px!important;
  min-width:96px!important;
  max-width:96px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}

body.woocommerce-cart .w-cart-page .w-cart-info {
  grid-column:2!important;
  grid-row:1!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  overflow:visible!important;
}

/* Title gets the whole information column. Remove is independent. */
body.woocommerce-cart .w-cart-page .w-cart-title-row {
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0 0 12px!important;
  padding:0!important;
  position:relative!important;
}

body.woocommerce-cart .w-cart-page .w-cart-info h3 {
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
  margin:0!important;
  padding:0!important;
  font-size:20px!important;
  line-height:1.26!important;
  font-weight:800!important;
  white-space:normal!important;
  overflow:visible!important;
  text-overflow:clip!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
  hyphens:none!important;
}

body.woocommerce-cart .w-cart-page .w-cart-remove {
  position:absolute!important;
  top:-2px!important;
  right:0!important;
  z-index:5!important;
  display:inline-flex!important;
  width:auto!important;
  max-width:none!important;
  flex:none!important;
  white-space:nowrap!important;
}

body.woocommerce-cart .w-cart-page .w-cart-url {
  width:100%!important;
  min-width:0!important;
  max-width:none!important;
}

body.woocommerce-cart .w-cart-page .w-cart-url a {
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}

body.woocommerce-cart .w-cart-page .w-cart-subtotal {
  grid-column:3!important;
  grid-row:1!important;
  width:100%!important;
  min-width:0!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-end!important;
  justify-content:center!important;
}

body.woocommerce-cart .w-cart-page .w-cart-subtotal span {
  display:block!important;
  margin-bottom:8px!important;
}

/* Display-only service quantity; native +/- controls remain hidden. */
body.woocommerce-cart .w-cart-page .quantity,
body.woocommerce-cart .w-cart-page .qty,
body.woocommerce-cart .w-cart-page input.qty,
body.woocommerce-cart .w-cart-page button.plus,
body.woocommerce-cart .w-cart-page button.minus,
body.woocommerce-cart .w-cart-page .plus,
body.woocommerce-cart .w-cart-page .minus,
body.woocommerce-cart .w-cart-page input[name="update_cart"],
body.woocommerce-cart .w-cart-page button[name="update_cart"],
body.woocommerce-cart .w-cart-page .w-cart-qty,
body.woocommerce-cart .w-cart-page .w-cart-qty-display { display:none!important; }

/* Never allow WooCommerce/default cart fragments to introduce a second quantity UI. */
body.woocommerce-cart .w-cart-page .product-quantity,
body.woocommerce-cart .w-cart-page .cart_item .quantity { display:none!important; }

@media (max-width:900px){
  body.woocommerce-cart .w-cart-page > .site-container { width:calc(100% - 40px)!important; }
  body.woocommerce-cart .w-cart-page .w-cart-layout { grid-template-columns:1fr!important; }
  body.woocommerce-cart .w-cart-page .w-cart-summary { position:static!important; }
}

@media (max-width:680px){
  body.woocommerce-cart .w-cart-page > .site-container { width:calc(100% - 28px)!important; }
  body.woocommerce-cart .w-cart-page .w-cart-item {
    grid-template-columns:72px minmax(0,1fr)!important;
    gap:16px!important;
    padding:20px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-thumb {
    width:72px!important;height:72px!important;min-width:72px!important;max-width:72px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-subtotal {
    grid-column:2!important;grid-row:2!important;align-items:flex-start!important;margin-top:8px!important;
  }
  body.woocommerce-cart .w-cart-page .w-cart-remove { right:0!important; }
}

/* =========================================================
   CART V70 — ALTERNATIVE CARD DESIGN
   The product header is a full-width row. Product details,
   quantity and price live below it, so the title can never
   collide with Remove or the price column.
   ========================================================= */
body.woocommerce-cart .w-cart-page-v70,
body.woocommerce-cart .w-cart-page-v70 * { box-sizing:border-box!important; }

body.woocommerce-cart .w-cart-page-v70 > .site-container {
  width:min(1160px, calc(100% - 48px))!important;
  max-width:1160px!important;
  margin:0 auto!important;
  min-width:0!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-shop-heading {
  display:flex!important;
  align-items:flex-end!important;
  justify-content:space-between!important;
  gap:32px!important;
  margin-bottom:34px!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-layout {
  display:grid!important;
  grid-template-columns:minmax(0, 1fr) 360px!important;
  gap:24px!important;
  align-items:start!important;
  width:100%!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-products {
  min-width:0!important;
  width:100%!important;
  max-width:none!important;
  overflow:visible!important;
  border:1px solid #e4e7f0!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 10px 30px rgba(19,31,58,.06)!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-products-head {
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  padding:18px 22px!important;
  border-bottom:1px solid #e9ebf2!important;
  font-size:12px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
  color:#68738a!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-item {
  width:100%!important;
  min-width:0!important;
  padding:24px!important;
  border-bottom:1px solid #e9ebf2!important;
  background:#fff!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-top {
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:20px!important;
  width:100%!important;
  min-width:0!important;
  margin-bottom:20px!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-name {
  min-width:0!important;
  flex:1 1 auto!important;
  font-size:21px!important;
  line-height:1.26!important;
  font-weight:800!important;
  color:#17223b!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-remove {
  flex:0 0 auto!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:36px!important;
  padding:8px 14px!important;
  border:1px solid #f2cbd3!important;
  border-radius:9px!important;
  background:#fff7f8!important;
  color:#d63d58!important;
  font-size:13px!important;
  font-weight:800!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-main {
  display:grid!important;
  grid-template-columns:88px minmax(0,1fr) 130px!important;
  gap:20px!important;
  align-items:center!important;
  min-width:0!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb {
  width:88px!important;
  height:88px!important;
  min-width:88px!important;
  border-radius:14px!important;
  background:#f4f1ff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb img,
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb svg {
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:100%!important;
  object-fit:cover!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-details {
  min-width:0!important;
  width:100%!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-label {
  margin-bottom:5px!important;
  color:#7a8499!important;
  font-size:11px!important;
  line-height:1.3!important;
  font-weight:800!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-url {
  display:block!important;
  width:100%!important;
  min-width:0!important;
  max-width:100%!important;
  color:#637089!important;
  font-size:14px!important;
  line-height:1.45!important;
  text-decoration:none!important;
  white-space:nowrap!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-qty {
  display:inline-flex!important;
  align-items:center!important;
  gap:12px!important;
  margin-top:12px!important;
  padding:8px 12px!important;
  border:1px solid #e6ddff!important;
  border-radius:10px!important;
  background:#faf8ff!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-qty span {
  color:#69738a!important;
  font-size:12px!important;
  font-weight:700!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-qty strong {
  color:#6f2cff!important;
  font-size:17px!important;
  font-weight:900!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-price {
  min-width:0!important;
  text-align:right!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-price span {
  display:block!important;
  margin-bottom:5px!important;
  color:#7a8499!important;
  font-size:11px!important;
  font-weight:800!important;
  letter-spacing:.07em!important;
  text-transform:uppercase!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-price strong,
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-price .amount {
  color:#17223b!important;
  font-size:18px!important;
  font-weight:800!important;
  white-space:nowrap!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-actions {
  padding:18px 22px!important;
  background:#fafbfe!important;
  border-radius:0 0 20px 20px!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-coupon {
  display:flex!important;
  gap:10px!important;
  width:100%!important;
  min-width:0!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-coupon input {
  min-width:0!important;
  flex:1 1 auto!important;
}

body.woocommerce-cart .w-cart-page-v70 .w-cart-summary {
  position:sticky!important;
  top:24px!important;
  width:100%!important;
  min-width:0!important;
  margin:0!important;
  padding:26px!important;
  border:1px solid #e4e7f0!important;
  border-radius:20px!important;
  background:#fff!important;
  box-shadow:0 10px 30px rgba(19,31,58,.06)!important;
}

/* Remove every native quantity editor on the cart page. */
body.woocommerce-cart .w-cart-page-v70 .quantity,
body.woocommerce-cart .w-cart-page-v70 .qty,
body.woocommerce-cart .w-cart-page-v70 input.qty,
body.woocommerce-cart .w-cart-page-v70 button.plus,
body.woocommerce-cart .w-cart-page-v70 button.minus,
body.woocommerce-cart .w-cart-page-v70 .plus,
body.woocommerce-cart .w-cart-page-v70 .minus,
body.woocommerce-cart .w-cart-page-v70 input[name="update_cart"],
body.woocommerce-cart .w-cart-page-v70 button[name="update_cart"],
body.woocommerce-cart .w-cart-page-v70 .product-quantity,
body.woocommerce-cart .w-cart-page-v70 .cart_item .quantity { display:none!important; }

@media (max-width:980px){
  body.woocommerce-cart .w-cart-page-v70 .w-cart-layout { grid-template-columns:1fr!important; }
  body.woocommerce-cart .w-cart-page-v70 .w-cart-summary { position:static!important; }
}

@media (max-width:640px){
  body.woocommerce-cart .w-cart-page-v70 > .site-container { width:calc(100% - 28px)!important; }
  body.woocommerce-cart .w-cart-page-v70 .w-shop-heading { display:block!important; }
  body.woocommerce-cart .w-cart-page-v70 .w-shop-heading .w-btn { margin-top:18px!important; }
  body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-item { padding:18px!important; }
  body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-main { grid-template-columns:70px minmax(0,1fr)!important; gap:14px!important; }
  body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb { width:70px!important; height:70px!important; min-width:70px!important; }
  body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-price { grid-column:2!important; text-align:left!important; margin-top:4px!important; }
  body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-top { align-items:flex-start!important; }
  body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-name { font-size:18px!important; }
  body.woocommerce-cart .w-cart-page-v70 .w-coupon { flex-direction:column!important; }
}


/* v2.31 cart image hardening: the SVG is inline and always visible. */
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-cart-guaranteed-art{
  width:88px!important;height:88px!important;display:flex!important;align-items:center!important;justify-content:center!important;
  flex:0 0 88px!important;overflow:hidden!important;border-radius:14px!important;background:#f6f2ff!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-cart-guaranteed-art svg{
  display:block!important;width:88px!important;height:88px!important;max-width:none!important;object-fit:contain!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb:empty::before{
  content:'W'!important;display:flex!important;width:88px!important;height:88px!important;align-items:center!important;justify-content:center!important;
  border-radius:14px!important;background:linear-gradient(135deg,#6f2cff,#b72cff)!important;color:#fff!important;font-size:30px!important;font-weight:900!important;
}
@media(max-width:640px){
 body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb,.body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-cart-guaranteed-art{width:76px!important;height:76px!important;min-width:76px!important;flex-basis:76px!important}
 body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-cart-guaranteed-art svg{width:76px!important;height:76px!important}
}

/* =========================================================
   V72 — FINAL CART WIDTH / RIGHT-SUMMARY FIX
   The classic WooCommerce wrapper was still applying its old
   two-column grid to the custom cart section. That constrained
   the entire cart to the left column. Reset that wrapper so the
   custom cart can use the full page width and place Order Summary
   at the far right.
   ========================================================= */
body.woocommerce-cart .woocommerce:has(.w-cart-page-v70){
  display:block!important;
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  padding-left:0!important;
  padding-right:0!important;
}
body.woocommerce-cart .woocommerce:has(.w-cart-page-v70) > .w-cart-page-v70{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
}
body.woocommerce-cart .w-cart-page-v70 > .site-container{
  width:min(1240px, calc(100% - 64px))!important;
  max-width:1240px!important;
  margin-left:auto!important;
  margin-right:auto!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-layout{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 400px!important;
  gap:28px!important;
  width:100%!important;
  align-items:start!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-products{
  min-width:0!important;
  width:100%!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-summary{
  width:100%!important;
  min-width:0!important;
  margin-left:auto!important;
}

@media(max-width:1100px){
  body.woocommerce-cart .w-cart-page-v70 > .site-container{
    width:min(100% - 40px,1240px)!important;
  }
  body.woocommerce-cart .w-cart-page-v70 .w-cart-layout{
    grid-template-columns:minmax(0,1fr) 350px!important;
    gap:22px!important;
  }
}
@media(max-width:900px){
  body.woocommerce-cart .w-cart-page-v70 .w-cart-layout{
    grid-template-columns:1fr!important;
  }
  body.woocommerce-cart .w-cart-page-v70 .w-cart-summary{
    position:static!important;
  }
}
@media(max-width:600px){
  body.woocommerce-cart .w-cart-page-v70 > .site-container{
    width:calc(100% - 24px)!important;
  }
}


/* =========================================================
   v73 FINAL CART POLISH
   - Give Selected Services more horizontal room.
   - Keep Order Summary firmly at the far right.
   - Remove the unnecessary wide gap between the two panels.
   - Keep currency symbol and amount on the same line.
   - Use the same All Services SVG artwork inside every cart product.
   ========================================================= */
body.woocommerce-cart .w-cart-page-v70 .w-cart-layout{
  grid-template-columns:minmax(0,1fr) 380px!important;
  gap:16px!important;
  align-items:start!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-summary{
  width:100%!important;
  margin-left:0!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-main{
  grid-template-columns:88px minmax(0,1fr) 145px!important;
  gap:18px!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-price{
  min-width:145px!important;
  text-align:right!important;
  white-space:nowrap!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-price .amount,
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-price bdi,
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-price .woocommerce-Price-currencySymbol{
  display:inline!important;
  white-space:nowrap!important;
  vertical-align:baseline!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-price .woocommerce-Price-currencySymbol{
  margin-right:2px!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-cart-auto-visual,
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-cart-auto-visual .w-auto-product-art{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-cart-auto-visual .w-auto-platform-icon{
  width:58px!important;
  height:58px!important;
  border-radius:16px!important;
  padding:0!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-cart-auto-visual .w-auto-service-badge{
  width:28px!important;
  height:28px!important;
  font-size:12px!important;
  right:calc(50% - 48px)!important;
  bottom:calc(50% - 42px)!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-cart-auto-visual .w-auto-product-spark{
  width:82px!important;
  height:48px!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-cart-auto-visual .w-platform-logo-svg{
  width:100%!important;
  height:100%!important;
  display:block!important;
}
@media(max-width:1100px){
  body.woocommerce-cart .w-cart-page-v70 .w-cart-layout{
    grid-template-columns:minmax(0,1fr) 350px!important;
    gap:14px!important;
  }
  body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-main{
    grid-template-columns:82px minmax(0,1fr) 130px!important;
    gap:16px!important;
  }
  body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-price{min-width:130px!important}
}
@media(max-width:900px){
  body.woocommerce-cart .w-cart-page-v70 .w-cart-layout{grid-template-columns:1fr!important;gap:20px!important}
  body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-main{grid-template-columns:82px minmax(0,1fr) 120px!important}
  body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-price{min-width:120px!important}
}
@media(max-width:600px){
  body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-main{grid-template-columns:70px minmax(0,1fr)!important;gap:14px!important}
  body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-price{grid-column:2!important;text-align:left!important;min-width:0!important;margin-top:6px!important}
}
\n\n/* v74 — Digital checkout final presentation. Physical shipping is not offered. */\nbody.woocommerce-checkout .woocommerce-checkout.w-digital-checkout{\n  width:100%!important;\n  max-width:none!important;\n}\nbody.woocommerce-checkout .w-checkout-page .site-container{\n  width:min(1180px,calc(100% - 48px))!important;\n  max-width:1180px!important;\n  margin:0 auto!important;\n}\nbody.woocommerce-checkout .w-checkout-page .w-shop-heading{\n  margin-bottom:32px!important;\n}\nbody.woocommerce-checkout .w-checkout-page .w-checkout-layout{\n  grid-template-columns:minmax(0,1fr) 390px!important;\n  gap:28px!important;\n  align-items:start!important;\n}\nbody.woocommerce-checkout .w-checkout-card{\n  background:#fff!important;\n  border:1px solid #e4e7ef!important;\n  border-radius:18px!important;\n  box-shadow:0 12px 35px rgba(20,25,45,.055)!important;\n}\nbody.woocommerce-checkout .w-checkout-card-heading h2{\n  margin:5px 0 0!important;\n  font-size:24px!important;\n  line-height:1.2!important;\n}\nbody.woocommerce-checkout .w-card-label{\n  color:#7b3cff!important;\n  font-size:11px!important;\n  font-weight:800!important;\n  letter-spacing:.12em!important;\n}\nbody.woocommerce-checkout .w-digital-fields{\n  grid-template-columns:1fr 1fr!important;\n  gap:16px!important;\n}\nbody.woocommerce-checkout .w-digital-fields #billing_email_field{grid-column:1/-1!important}\nbody.woocommerce-checkout .w-digital-fields .form-row{margin:0!important}\nbody.woocommerce-checkout .w-digital-fields label{\n  color:#27304a!important;\n  font-size:13px!important;\n  font-weight:700!important;\n}\nbody.woocommerce-checkout .w-digital-fields input{\n  min-height:50px!important;\n  border:1px solid #dfe3eb!important;\n  border-radius:10px!important;\n  background:#fff!important;\n  padding:0 14px!important;\n}\nbody.woocommerce-checkout .w-digital-fields input:focus{\n  border-color:#7b3cff!important;\n  box-shadow:0 0 0 3px rgba(123,60,255,.10)!important;\n}\n/* Never allow a shipping/address extension to make physical fields visible. */\nbody.woocommerce-checkout #billing_last_name_field,\nbody.woocommerce-checkout #billing_company_field,\nbody.woocommerce-checkout #billing_country_field,\nbody.woocommerce-checkout #billing_address_1_field,\nbody.woocommerce-checkout #billing_address_2_field,\nbody.woocommerce-checkout #billing_city_field,\nbody.woocommerce-checkout #billing_state_field,\nbody.woocommerce-checkout #billing_postcode_field,\nbody.woocommerce-checkout #shipping_country_field,\nbody.woocommerce-checkout #shipping_address_1_field,\nbody.woocommerce-checkout #shipping_address_2_field,\nbody.woocommerce-checkout #shipping_city_field,\nbody.woocommerce-checkout #shipping_state_field,\nbody.woocommerce-checkout #shipping_postcode_field,\nbody.woocommerce-checkout .woocommerce-shipping-fields,\nbody.woocommerce-checkout .shipping_address,\nbody.woocommerce-checkout #ship-to-different-address{display:none!important}\nbody.woocommerce-checkout .w-order-card{position:sticky!important;top:105px!important}\nbody.woocommerce-checkout .w-order-card .woocommerce-checkout-review-order-table{width:100%!important}\nbody.woocommerce-checkout .w-order-card .woocommerce-checkout-review-order-table .product-name{white-space:normal!important}\nbody.woocommerce-checkout .w-order-card .woocommerce-checkout-review-order-table td:last-child{white-space:nowrap!important}\nbody.woocommerce-checkout .w-checkout-trust{border:1px solid #e4e7ef!important;border-radius:18px!important;box-shadow:0 12px 35px rgba(20,25,45,.04)!important;background:#fff!important}\nbody.woocommerce-checkout .w-place-order{\n  width:100%!important;\n  min-height:54px!important;\n  border:0!important;\n  border-radius:11px!important;\n  background:linear-gradient(90deg,#6f2cff,#bd24f5)!important;\n  color:#fff!important;\n  font-weight:800!important;\n  font-size:15px!important;\n}\n/* Avoid a broken gateway logo dominating the payment row. */\nbody.woocommerce-checkout #payment .payment_method_cryptomus img{\n  max-height:28px!important;\n  width:auto!important;\n  object-fit:contain!important;\n}\n@media(max-width:900px){\n body.woocommerce-checkout .w-checkout-page .w-checkout-layout{grid-template-columns:1fr!important}\n body.woocommerce-checkout .w-order-card{position:static!important}\n}\n@media(max-width:700px){\n body.woocommerce-checkout .w-checkout-page .site-container{width:calc(100% - 28px)!important}\n body.woocommerce-checkout .w-digital-fields{grid-template-columns:1fr!important}\n body.woocommerce-checkout .w-digital-fields #billing_email_field{grid-column:auto!important}\n body.woocommerce-checkout .w-checkout-card{padding:20px!important}\n}\n
/* v75 — Checkout layout refinement: wider customer area + right-aligned order summary. */
@media(min-width:901px){
  body.woocommerce-checkout .w-checkout-page .site-container{
    width:min(1240px,calc(100% - 48px))!important;
    max-width:1240px!important;
  }
  body.woocommerce-checkout .w-checkout-page .w-checkout-layout{
    width:100%!important;
    grid-template-columns:minmax(0,1fr) 360px!important;
    gap:30px!important;
    align-items:start!important;
  }
  body.woocommerce-checkout .w-checkout-main{
    min-width:0!important;
    width:100%!important;
  }
  body.woocommerce-checkout .w-checkout-side{
    width:360px!important;
    min-width:360px!important;
    margin-left:auto!important;
  }
  body.woocommerce-checkout .w-order-card,
  body.woocommerce-checkout .w-checkout-trust{
    width:100%!important;
    box-sizing:border-box!important;
  }
  body.woocommerce-checkout .w-customer-card{
    width:100%!important;
  }
  body.woocommerce-checkout .w-digital-fields{
    width:100%!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:18px!important;
  }
  body.woocommerce-checkout .w-digital-fields #billing_email_field{
    grid-column:1/-1!important;
  }
}
@media(min-width:901px) and (max-width:1100px){
  body.woocommerce-checkout .w-checkout-page .site-container{
    width:calc(100% - 32px)!important;
  }
  body.woocommerce-checkout .w-checkout-page .w-checkout-layout{
    grid-template-columns:minmax(0,1fr) 330px!important;
    gap:22px!important;
  }
  body.woocommerce-checkout .w-checkout-side{
    width:330px!important;
    min-width:330px!important;
  }
}

/* v76 — FINAL checkout width fix.
   The older WooCommerce rule was applying a 2-column grid directly to
   form.checkout. Our custom .w-checkout-layout is already the real grid,
   so the form itself must stay full-width. */
@media(min-width:901px){
  body.woocommerce-checkout form.checkout.w-digital-checkout{
    display:block!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    float:none!important;
  }
  body.woocommerce-checkout form.checkout.w-digital-checkout .w-checkout-layout{
    display:grid!important;
    width:100%!important;
    max-width:none!important;
    grid-template-columns:minmax(0,1fr) 360px!important;
    gap:30px!important;
    align-items:start!important;
  }
  body.woocommerce-checkout form.checkout.w-digital-checkout .w-checkout-main{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
  body.woocommerce-checkout form.checkout.w-digital-checkout .w-checkout-side{
    width:360px!important;
    min-width:360px!important;
    max-width:360px!important;
    margin:0 0 0 auto!important;
  }
  body.woocommerce-checkout form.checkout.w-digital-checkout .w-customer-card,
  body.woocommerce-checkout form.checkout.w-digital-checkout .w-checkout-card{
    width:100%!important;
    max-width:none!important;
  }
  body.woocommerce-checkout form.checkout.w-digital-checkout .w-digital-fields{
    width:100%!important;
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:18px!important;
  }
  body.woocommerce-checkout form.checkout.w-digital-checkout .w-digital-fields #billing_email_field{
    grid-column:1/-1!important;
  }
  /* Prevent legacy WooCommerce order-review grid rules from affecting the
     custom right-hand card. */
  body.woocommerce-checkout form.checkout.w-digital-checkout #order_review{
    width:100%!important;
    float:none!important;
    grid-column:auto!important;
    grid-row:auto!important;
    margin-top:0!important;
    position:static!important;
    padding:0!important;
    border:0!important;
    box-shadow:none!important;
    background:transparent!important;
  }
  body.woocommerce-checkout form.checkout.w-digital-checkout #order_review .shop_table{
    width:100%!important;
  }
  body.woocommerce-checkout form.checkout.w-digital-checkout #payment{
    width:100%!important;
    margin-top:0!important;
  }
}
@media(min-width:901px) and (max-width:1100px){
  body.woocommerce-checkout form.checkout.w-digital-checkout .w-checkout-layout{
    grid-template-columns:minmax(0,1fr) 330px!important;
    gap:22px!important;
  }
  body.woocommerce-checkout form.checkout.w-digital-checkout .w-checkout-side{
    width:330px!important;
    min-width:330px!important;
    max-width:330px!important;
  }
}
@media(max-width:900px){
  body.woocommerce-checkout form.checkout.w-digital-checkout{
    display:block!important;
    width:100%!important;
  }
  body.woocommerce-checkout form.checkout.w-digital-checkout .w-checkout-layout{
    display:grid!important;
    grid-template-columns:1fr!important;
    width:100%!important;
  }
  body.woocommerce-checkout form.checkout.w-digital-checkout .w-checkout-side{
    width:100%!important;
    min-width:0!important;
    max-width:none!important;
  }
}


/* v2.24 — FINAL checkout review cleanup
 * Hide WooCommerce's generic login/coupon notice bars above the custom checkout.
 * The custom checkout already provides its own customer/order/coupon UI.
 */
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle{display:none!important}

/* Keep the custom checkout review card clean: no long raw URLs or overflow. */
.w-checkout-order-visual,
.w-review-product-thumb .w-cart-guaranteed-art{display:block;width:100%;height:100%}
.w-review-product-thumb .w-cart-guaranteed-art svg{display:block;width:100%;height:100%}
.w-review-product{grid-template-columns:64px minmax(0,1fr) auto;gap:14px;align-items:start;padding:16px 0}
.w-review-product-thumb{width:64px;height:64px;min-width:64px;margin-top:1px}
.w-review-product-thumb>img{object-fit:cover}
.w-review-product-info{min-width:0;padding-top:1px}
.w-review-product-name{display:block;font-size:14px!important;line-height:1.3!important;margin-bottom:8px;white-space:normal;overflow-wrap:anywhere}
.w-review-service-label{font-size:9px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;color:#8a92a3;margin-bottom:3px}
.w-review-service-link{display:inline-flex;align-items:center;gap:4px;max-width:100%;font-size:11px;font-weight:700;color:#6c2bff;text-decoration:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.w-review-service-link:hover{text-decoration:underline;color:#5520d9}
.w-review-service-qty{display:flex;align-items:center;gap:7px;margin-top:9px;font-size:10px;color:#7b8495}
.w-review-service-qty b{font-size:12px;color:#172138}
.w-review-product-total{align-self:start;text-align:right;font-size:12px;font-weight:800;white-space:nowrap;padding-top:20px}
.w-review-product-total .amount{font-weight:800}
.w-review-qty{right:-5px;top:-5px;min-width:20px;height:20px;font-size:10px;padding:0 4px}
.w-review-products{overflow:hidden}
.w-review-total-row,.w-review-grand-total{gap:14px}
.w-review-total-row strong,.w-review-grand-total strong{white-space:nowrap}

/* Never let checkout content be pushed outside the viewport by WooCommerce styles. */
.woocommerce-checkout .w-checkout-layout{min-width:0}
.woocommerce-checkout .w-checkout-main,
.woocommerce-checkout .w-checkout-side,
.woocommerce-checkout .w-order-card{min-width:0}
.woocommerce-checkout .w-checkout-side{width:auto;min-width:0}

@media(max-width:700px){
 .w-review-product{grid-template-columns:56px minmax(0,1fr);gap:11px}
 .w-review-product-thumb{width:56px;height:56px;min-width:56px}
 .w-review-product-total{grid-column:2;grid-row:1;justify-self:end;padding-top:0;font-size:11px}
 .w-review-service-link{max-width:190px}
}


/* =========================================================
   v78 — FINAL CHECKOUT POLISH
   ========================================================= */
/* The custom checkout already has its own heading. Hide the generic
   WooCommerce page title so there is no duplicate heading / empty gap. */
body.woocommerce-checkout .woocommerce > h1,
body.woocommerce-checkout .woocommerce > h1.page-title,
body.woocommerce-checkout .woocommerce > .page-title{display:none!important}

/* Give the customer form more breathing room and keep the order summary
   comfortably on the far right. */
@media(min-width:901px){
  body.woocommerce-checkout .w-checkout-page .site-container{
    width:min(1240px,calc(100% - 56px))!important;
    max-width:1240px!important;
  }
  body.woocommerce-checkout .w-checkout-page .w-checkout-layout{
    grid-template-columns:minmax(0,1fr) 420px!important;
    gap:30px!important;
  }
  body.woocommerce-checkout .w-checkout-side{
    width:420px!important;
    min-width:420px!important;
    max-width:420px!important;
  }
}

/* Cleaner customer cards */
body.woocommerce-checkout .w-customer-card,
body.woocommerce-checkout .w-checkout-main > .w-checkout-card{
  border-radius:20px!important;
}
body.woocommerce-checkout .w-customer-card{padding:28px!important}
body.woocommerce-checkout .w-checkout-main > .w-checkout-card:not(.w-customer-card){padding:28px!important}
body.woocommerce-checkout .w-checkout-card-heading{margin-bottom:20px!important}
body.woocommerce-checkout .w-checkout-card-heading h2{font-size:23px!important}
body.woocommerce-checkout .w-digital-fields{gap:18px!important}
body.woocommerce-checkout .w-digital-fields input{min-height:52px!important;font-size:13px!important}

/* Order summary: wider, calmer product row and readable service details. */
body.woocommerce-checkout .w-order-card{overflow:hidden!important}
body.woocommerce-checkout .w-order-card > .w-checkout-card-heading{
  padding:27px 28px 0!important;
}
body.woocommerce-checkout .w-order-card #order_review{
  padding:0 28px 24px!important;
}
body.woocommerce-checkout .w-review-product{
  grid-template-columns:64px minmax(0,1fr) auto!important;
  gap:15px!important;
  align-items:center!important;
  padding:20px 0!important;
}
body.woocommerce-checkout .w-review-product-thumb{
  width:64px!important;height:64px!important;min-width:64px!important;
  border-radius:14px!important;
  background:#f5f1ff!important;
}
body.woocommerce-checkout .w-review-product-thumb .w-auto-product-visual,
body.woocommerce-checkout .w-review-product-thumb .w-auto-product-art,
body.woocommerce-checkout .w-review-product-thumb .w-auto-platform-icon{
  width:100%!important;height:100%!important;min-height:0!important;
}
body.woocommerce-checkout .w-review-product-thumb .w-auto-product-art{
  min-height:64px!important;
}
body.woocommerce-checkout .w-review-product-thumb .w-auto-platform-icon{
  width:42px!important;height:42px!important;
  border-radius:12px!important;
  font-size:21px!important;
  box-shadow:0 5px 14px rgba(30,35,60,.10)!important;
}
body.woocommerce-checkout .w-review-product-thumb .w-auto-service-badge{
  width:18px!important;height:18px!important;
  right:calc(50% - 35px)!important;
  bottom:calc(50% - 31px)!important;
  border-radius:6px!important;
  font-size:9px!important;
}
body.woocommerce-checkout .w-review-product-name{
  font-size:15px!important;
  line-height:1.35!important;
  margin-bottom:7px!important;
}
body.woocommerce-checkout .w-review-service-label{font-size:9px!important}
body.woocommerce-checkout .w-review-service-link{
  display:block!important;
  max-width:100%!important;
  font-size:10px!important;
  overflow:hidden!important;
  text-overflow:ellipsis!important;
  white-space:nowrap!important;
}
body.woocommerce-checkout .w-review-service-qty{
  margin-top:8px!important;
  font-size:10px!important;
}
body.woocommerce-checkout .w-review-service-qty b{font-size:12px!important;color:#6c2bff!important}
body.woocommerce-checkout .w-review-product-total{
  padding-top:0!important;
  font-size:12px!important;
  color:#172138!important;
}
body.woocommerce-checkout .w-review-product-total .amount{color:#172138!important}
body.woocommerce-checkout .w-review-qty{
  min-width:auto!important;
  height:18px!important;
  padding:0 5px!important;
  font-size:8px!important;
  right:-4px!important;
  top:-4px!important;
  background:#172138!important;
}

/* Coupon + totals spacing */
body.woocommerce-checkout .w-review-coupon-toggle{padding:15px 0!important}
body.woocommerce-checkout .w-review-total-row{padding:14px 0!important;font-size:12px!important}
body.woocommerce-checkout .w-review-grand-total{padding:19px 0 5px!important}
body.woocommerce-checkout .w-review-grand-total strong{font-size:20px!important;color:#6c2bff!important}

/* Payment card polish */
body.woocommerce-checkout .w-checkout-main > .w-checkout-card:not(.w-customer-card) #payment{
  margin-top:0!important;
  border-radius:14px!important;
  padding:15px!important;
}
body.woocommerce-checkout #payment .place-order{padding-top:14px!important}
body.woocommerce-checkout #payment #place_order{height:54px!important;font-size:14px!important}

/* Trust card spacing */
body.woocommerce-checkout .w-checkout-trust{padding:7px 20px!important}
body.woocommerce-checkout .w-checkout-trust > div{padding:14px 0!important}

@media(max-width:900px){
  body.woocommerce-checkout .w-checkout-side{width:100%!important;min-width:0!important;max-width:none!important}
  body.woocommerce-checkout .w-order-card > .w-checkout-card-heading{padding:22px 22px 0!important}
  body.woocommerce-checkout .w-order-card #order_review{padding:0 22px 22px!important}
}
@media(max-width:600px){
  body.woocommerce-checkout .w-customer-card,
  body.woocommerce-checkout .w-checkout-main > .w-checkout-card:not(.w-customer-card){padding:20px!important}
  body.woocommerce-checkout .w-review-product{grid-template-columns:56px minmax(0,1fr) auto!important;gap:11px!important}
  body.woocommerce-checkout .w-review-product-thumb{width:56px!important;height:56px!important;min-width:56px!important}
  body.woocommerce-checkout .w-review-product-thumb .w-auto-product-art{min-height:56px!important}
  body.woocommerce-checkout .w-review-product-thumb .w-auto-platform-icon{width:38px!important;height:38px!important}
}

/* =========================================================
   v79 — REMOVE GENERIC CHECKOUT TITLE + EXTRA TOP SPACE
   ========================================================= */
/* The WordPress checkout page itself still outputs a generic
   "Checkout" H1 before the custom digital checkout. Remove that
   title and all of its wrapper spacing. The custom "Complete Your Order"
   heading inside .w-checkout-page remains untouched. */
body.woocommerce-checkout .site-main,
body.woocommerce-checkout .site-main.site-container,
body.woocommerce-checkout .site-main > article,
body.woocommerce-checkout .site-main > article > .entry-content,
body.woocommerce-checkout .entry-content{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
  min-width:0!important;
  box-sizing:border-box!important;
}
body.woocommerce-checkout .site-main > article > h1,
body.woocommerce-checkout .site-main > article > .entry-title,
body.woocommerce-checkout .site-main > article > h1.page-title,
body.woocommerce-checkout .site-main > article > .page-title{
  display:none!important;
  margin:0!important;
  padding:0!important;
  height:0!important;
  line-height:0!important;
  font-size:0!important;
}
/* Remove the old WooCommerce content canvas padding. */
body.woocommerce-checkout .woocommerce{
  margin:0!important;
  padding:0!important;
  width:100%!important;
  max-width:none!important;
  box-sizing:border-box!important;
}
/* Keep the custom checkout's own top spacing controlled and consistent. */
body.woocommerce-checkout .w-checkout-page{
  margin:0!important;
  padding:42px 0 70px!important;
}
@media(max-width:700px){
  body.woocommerce-checkout .w-checkout-page{
    padding:30px 0 50px!important;
  }
}

/* V81 — Premium order received / thank-you page redesign */
body.woocommerce-order-received{background:#f6f8fc!important}
body.woocommerce-order-received .site-main{background:#f6f8fc!important;padding:0!important}
body.woocommerce-order-received .woocommerce{max-width:1180px!important;width:calc(100% - 48px)!important;margin:0 auto!important;padding:58px 0 80px!important}
body.woocommerce-order-received .woocommerce-order{max-width:none!important;margin:0!important}
body.woocommerce-order-received .woocommerce-order > h2,
body.woocommerce-order-received .woocommerce-order > p.woocommerce-thankyou-order-received,
body.woocommerce-order-received .woocommerce-order > ul.woocommerce-order-overview,
body.woocommerce-order-received .woocommerce-order > .woocommerce-customer-details{display:none!important}
.w-thankyou-page{color:#16213a}
.w-thank-hero{display:flex;align-items:center;gap:20px;background:#fff;border:1px solid #e4e7ef;border-radius:20px;padding:30px 34px;box-shadow:0 12px 35px rgba(20,25,45,.05);margin-bottom:18px}
.w-thank-icon{width:62px;height:62px;flex:0 0 62px;border-radius:18px;display:grid;place-items:center;background:linear-gradient(135deg,#6f2cff,#bd24f5);color:#fff;font-size:31px;font-weight:900;box-shadow:0 10px 24px rgba(111,44,255,.22)}
.w-thank-failed .w-thank-icon{background:#e43b55}.w-thank-eyebrow,.w-thank-label{display:block;color:#7b3cff;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.w-thank-hero h1{margin:5px 0 7px!important;font-size:32px!important;line-height:1.15!important;font-weight:850!important;color:#16213a!important}.w-thank-hero p{margin:0!important;color:#69758c;font-size:14px;line-height:1.6}
.w-thank-overview{display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border:1px solid #e4e7ef;border-radius:16px;padding:0;overflow:hidden;margin-bottom:28px;box-shadow:0 8px 26px rgba(20,25,45,.035)}
.w-thank-overview>div{padding:20px 22px;border-right:1px solid #e8ebf2}.w-thank-overview>div:last-child{border-right:0}.w-thank-overview span{display:block;color:#7b8497;font-size:10px;font-weight:800;letter-spacing:.08em;margin-bottom:7px}.w-thank-overview strong{display:block;font-size:16px;color:#16213a;font-weight:800}.w-thank-overview .woocommerce-Price-amount{font-size:16px}
.w-thank-grid{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:24px;align-items:start}.w-thank-card{background:#fff;border:1px solid #e4e7ef;border-radius:18px;box-shadow:0 10px 30px rgba(20,25,45,.045);overflow:hidden}.w-thank-card-head{display:flex;justify-content:space-between;align-items:center;padding:24px 26px;border-bottom:1px solid #e9ebf1}.w-thank-card h2{margin:5px 0 0!important;font-size:22px!important;color:#16213a!important}.w-thank-count{font-size:12px;font-weight:700;color:#7b8497;background:#f6f3ff;border:1px solid #e8ddff;border-radius:999px;padding:7px 11px}
.w-thank-items{padding:0 26px}.w-thank-item{display:grid;grid-template-columns:74px minmax(0,1fr) 110px;gap:18px;align-items:center;padding:22px 0;border-bottom:1px solid #edf0f4}.w-thank-item:last-child{border-bottom:0}.w-thank-item-media{width:74px;height:74px;border-radius:14px;background:#f6f3ff;display:grid;place-items:center;overflow:hidden}.w-thank-product-img{width:74px!important;height:74px!important;object-fit:cover;border-radius:14px}.w-thank-product-img-wrap,.w-thank-product-img-wrap>div{width:74px;height:74px}.w-thank-product-img-wrap svg{width:74px!important;height:74px!important}.w-thank-product-placeholder{width:74px;height:74px;border-radius:14px;display:grid;place-items:center;background:#f0e9ff;color:#6f2cff;font-size:25px;font-weight:900}.w-thank-item-info{min-width:0}.w-thank-item-info h3{margin:0 0 11px!important;font-size:17px!important;line-height:1.3!important;color:#16213a!important}.w-thank-meta-grid{display:grid;grid-template-columns:minmax(0,1fr) 150px;gap:16px}.w-thank-meta-grid span{display:block;font-size:9px;font-weight:800;color:#8a93a4;letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px}.w-thank-meta-grid a{display:block;color:#6f2cff;font-size:12px;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.w-thank-meta-grid strong{font-size:13px;color:#16213a}.w-thank-item-total{text-align:right;font-size:15px;font-weight:800;color:#16213a;white-space:nowrap}
.w-thank-totals{padding:18px 26px 24px;border-top:1px solid #e9ebf1}.w-thank-totals>div{display:flex;justify-content:space-between;gap:20px;padding:8px 0;color:#69758c;font-size:13px}.w-thank-totals strong{color:#16213a}.w-thank-totals .grand{margin-top:7px;padding-top:15px;border-top:1px solid #e5e8ef;color:#16213a;font-size:18px;font-weight:800}.w-thank-totals .grand strong{color:#6f2cff;font-size:21px}
.w-thank-side{display:flex;flex-direction:column;gap:18px}.w-thank-info-card,.w-thank-next-card{padding:24px}.w-thank-contact{margin-top:20px}.w-thank-contact>div{padding:13px 0;border-bottom:1px solid #edf0f4}.w-thank-contact>div:last-child{border-bottom:0}.w-thank-contact span{display:block;font-size:9px;font-weight:800;color:#8a93a4;letter-spacing:.07em;margin-bottom:5px}.w-thank-contact strong{font-size:13px;color:#16213a;word-break:break-word}.w-thank-step{display:grid;grid-template-columns:34px 1fr;gap:11px;padding:15px 0;border-bottom:1px solid #edf0f4}.w-thank-step:last-child{border-bottom:0}.w-thank-step>b{width:30px;height:30px;border-radius:9px;background:#f1eaff;color:#6f2cff;display:grid;place-items:center;font-size:10px}.w-thank-step strong{display:block;font-size:12px;color:#16213a;margin-bottom:3px}.w-thank-step span{display:block;color:#7b8497;font-size:10px;line-height:1.5}
.w-thank-actions{display:flex;gap:12px;margin-top:24px}.w-thank-btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 22px;border-radius:10px;font-size:13px;font-weight:800;text-decoration:none!important}.w-thank-btn-primary{background:linear-gradient(90deg,#6f2cff,#bd24f5);color:#fff!important;box-shadow:0 9px 20px rgba(111,44,255,.18)}.w-thank-btn-secondary{background:#fff;border:1px solid #7b3cff;color:#6f2cff!important}
.w-thank-notice{background:#fff4f5;border:1px solid #ffd6dc;border-left:4px solid #e43b55;border-radius:12px;padding:17px 20px;margin-bottom:24px}.w-thank-notice strong{display:block;color:#c52e45;margin-bottom:5px}.w-thank-notice p{margin:0;color:#69758c;font-size:13px}
@media(max-width:900px){body.woocommerce-order-received .woocommerce{width:calc(100% - 28px)!important;padding:35px 0 55px!important}.w-thank-grid{grid-template-columns:1fr}.w-thank-overview{grid-template-columns:1fr 1fr}.w-thank-overview>div:nth-child(2){border-right:0}.w-thank-overview>div:nth-child(-n+2){border-bottom:1px solid #e8ebf2}.w-thank-overview>div:nth-child(3){border-right:1px solid #e8ebf2}}
@media(max-width:600px){.w-thank-hero{padding:22px;align-items:flex-start}.w-thank-icon{width:50px;height:50px;flex-basis:50px;border-radius:14px;font-size:24px}.w-thank-hero h1{font-size:25px!important}.w-thank-overview{grid-template-columns:1fr}.w-thank-overview>div,.w-thank-overview>div:nth-child(3){border-right:0!important;border-bottom:1px solid #e8ebf2}.w-thank-overview>div:last-child{border-bottom:0}.w-thank-item{grid-template-columns:58px minmax(0,1fr);gap:12px}.w-thank-item-media,.w-thank-product-img,.w-thank-product-img-wrap,.w-thank-product-img-wrap>div,.w-thank-product-placeholder{width:58px!important;height:58px!important}.w-thank-item-total{grid-column:2;text-align:left}.w-thank-meta-grid{grid-template-columns:1fr}.w-thank-card-head,.w-thank-items,.w-thank-totals{padding-left:18px;padding-right:18px}.w-thank-info-card,.w-thank-next-card{padding:18px}.w-thank-actions{flex-direction:column}.w-thank-btn{width:100%}}


/* V82 — prevent legacy WooCommerce thank-you blocks from appearing below the custom confirmation UI */
body.woocommerce-order-received .woocommerce-order > .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-order > .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-order > .woocommerce-order-overview,
body.woocommerce-order-received .woocommerce-order > .woocommerce-notice--success,
body.woocommerce-order-received .woocommerce-order > p.woocommerce-thankyou-order-received {display:none!important}
body.woocommerce-order-received .w-thankyou-page{margin-bottom:0!important}


/* V83 — Order received final polish */
body.woocommerce-order-received .w-thank-overview>div>span{display:block}
body.woocommerce-order-received .w-thank-overview .woocommerce-Price-amount,
body.woocommerce-order-received .w-thank-overview .woocommerce-Price-amount bdi,
body.woocommerce-order-received .w-thank-overview .woocommerce-Price-currencySymbol{display:inline!important;white-space:nowrap!important}
body.woocommerce-order-received .w-thank-meta-grid{grid-template-columns:minmax(0,1fr) 145px}
body.woocommerce-order-received .w-thank-submitted-link{min-width:0}
body.woocommerce-order-received .w-thank-url{display:block!important;color:#25304a!important;font-size:12px!important;font-weight:600!important;line-height:1.55!important;white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important;overflow:visible!important;text-overflow:clip!important;text-decoration:none!important;background:#f7f8fc;border:1px solid #e7eaf1;border-radius:9px;padding:9px 11px;margin-top:6px}
body.woocommerce-order-received .w-thank-url:hover{color:#6f2cff!important;border-color:#d9ccff}
body.woocommerce-order-received .w-thank-open-link{display:inline-block!important;margin-top:7px;color:#6f2cff!important;font-size:11px!important;font-weight:800!important;white-space:nowrap!important}
body.woocommerce-order-received .w-thank-support-card{padding:24px}
body.woocommerce-order-received .w-thank-support-copy{margin:10px 0 12px;color:#7b8497;font-size:11px;line-height:1.55}
body.woocommerce-order-received .w-thank-support-links{border-top:1px solid #edf0f4}
body.woocommerce-order-received .w-thank-support-links>a{display:flex;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid #edf0f4;text-decoration:none!important}
body.woocommerce-order-received .w-thank-support-links>a:last-child{border-bottom:0}
body.woocommerce-order-received .w-thank-support-links>a>b{width:30px;height:30px;flex:0 0 30px;border-radius:9px;background:#f1eaff;color:#6f2cff;display:grid;place-items:center;font-size:13px}
body.woocommerce-order-received .w-thank-support-links>a span{min-width:0}
body.woocommerce-order-received .w-thank-support-links>a small{display:block;color:#8a93a4;font-size:8px;font-weight:800;letter-spacing:.08em;margin-bottom:2px}
body.woocommerce-order-received .w-thank-support-links>a strong{display:block;color:#16213a;font-size:11px;line-height:1.35;overflow-wrap:anywhere}
body.woocommerce-order-received .w-thank-support-links>a:hover strong{color:#6f2cff}
@media(min-width:901px){
 body.woocommerce-order-received .w-thank-grid{align-items:start}
 body.woocommerce-order-received .w-thank-actions{margin-top:-8px;margin-bottom:0}
}
@media(max-width:600px){
 body.woocommerce-order-received .w-thank-meta-grid{grid-template-columns:1fr}
 body.woocommerce-order-received .w-thank-support-card{padding:18px}
}


/* V83.1 — keep actions directly below the order card, not below the full two-column grid */
body.woocommerce-order-received .w-thank-actions-inside{margin:0;padding:20px 26px 24px;border-top:1px solid #e9ebf1}
body.woocommerce-order-received .w-thank-actions-inside .w-thank-btn{min-height:46px}
@media(max-width:600px){body.woocommerce-order-received .w-thank-actions-inside{padding:18px}.w-thank-actions-inside{flex-direction:column}}

/* v84 — keep Order Received product icons identical to All Services branded SVG visuals */
body.woocommerce-order-received .w-thank-product-img-wrap{width:74px;height:74px;display:grid;place-items:center;overflow:hidden;border-radius:14px;background:#f6f3ff}
body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-product-visual{width:74px!important;height:74px!important}
body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-product-art{width:74px!important;height:74px!important}
body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-platform-icon svg{width:48px!important;height:48px!important}
body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-service-badge{font-size:10px!important}
body.woocommerce-order-received .w-thank-support-links>a[href="https://m.me/100010070310697"]{cursor:pointer}
@media(max-width:600px){body.woocommerce-order-received .w-thank-product-img-wrap,body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-product-visual,body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-product-art{width:58px!important;height:58px!important}}

/* V84.1 — Order Received product icon: true vertical/horizontal centering
   The legacy .w-auto-product-art min-height was forcing the 74px artwork
   canvas to remain 118px tall, which pushed the branded SVG downward. */
body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-product-visual,
body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-product-art{
  width:74px!important;
  height:74px!important;
  min-width:74px!important;
  min-height:74px!important;
  display:grid!important;
  place-items:center!important;
  position:relative!important;
  box-sizing:border-box!important;
}
body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-platform-icon{
  width:56px!important;
  height:56px!important;
  min-width:56px!important;
  min-height:56px!important;
  margin:0!important;
  padding:0!important;
  display:grid!important;
  place-items:center!important;
  position:relative!important;
  transform:none!important;
}
body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-platform-icon .w-platform-logo-svg,
body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-platform-icon svg{
  width:48px!important;
  height:48px!important;
  max-width:48px!important;
  max-height:48px!important;
  display:block!important;
  margin:0!important;
}
@media(max-width:600px){
  body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-product-visual,
  body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-product-art{
    width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;
  }
  body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-platform-icon{
    width:46px!important;height:46px!important;min-width:46px!important;min-height:46px!important;
  }
  body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-platform-icon .w-platform-logo-svg,
  body.woocommerce-order-received .w-thank-product-img-wrap .w-auto-platform-icon svg{
    width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important;
  }
}


/* V86 — Single product hero icon: same branded SVG as All Services, centered and independent of product thumbnails. */
.w-product-image .w-v86-single-product-visual{
  width:100%!important;height:520px!important;min-height:520px!important;
  display:grid!important;place-items:center!important;overflow:hidden!important;
  box-sizing:border-box!important;border-radius:22px!important;
  background:linear-gradient(145deg,#f7f8fc,#eef1f8)!important;
  position:relative!important;
}
.w-product-image .w-v86-single-product-icon{
  width:150px!important;height:150px!important;min-width:150px!important;min-height:150px!important;
  display:grid!important;place-items:center!important;
  border-radius:38px!important;background:#fff!important;
  box-shadow:0 18px 45px rgba(30,35,60,.14)!important;
  overflow:hidden!important;position:relative!important;z-index:2!important;
}
.w-product-image .w-v86-single-product-icon svg,
.w-product-image .w-v86-single-product-icon .w-platform-logo-svg{
  display:block!important;width:112px!important;height:112px!important;
  max-width:112px!important;max-height:112px!important;margin:0!important;padding:0!important;
}
@media(max-width:767px){
 .w-product-image .w-v86-single-product-visual{height:360px!important;min-height:360px!important}
 .w-product-image .w-v86-single-product-icon{width:110px!important;height:110px!important;min-width:110px!important;min-height:110px!important;border-radius:28px!important}
 .w-product-image .w-v86-single-product-icon svg,.w-product-image .w-v86-single-product-icon .w-platform-logo-svg{width:82px!important;height:82px!important;max-width:82px!important;max-height:82px!important}
}


/* V87 FINAL: platform-specific links, centered branded SVGs, clean process icons. */
.w-platform-grid-premium .w-platform-premium .w-platform-brand{display:flex!important;align-items:center!important;justify-content:center!important;flex:0 0 78px!important;width:78px!important;height:78px!important;border-radius:22px!important;overflow:hidden!important}
.w-platform-grid-premium .w-platform-premium .w-platform-brand svg{display:block!important;width:64px!important;height:64px!important;max-width:64px!important;max-height:64px!important}
.w-process-grid-premium .w-process-icon{display:flex!important;align-items:center!important;justify-content:center!important;width:52px!important;height:52px!important;min-width:52px!important;color:#fff!important;fill:#fff!important;stroke:#fff!important;background:linear-gradient(145deg,#5d27e8,#7b2cff)!important;font-size:24px!important;line-height:1!important;font-weight:900!important}
.w-process-grid-premium .w-process-icon svg{width:25px!important;height:25px!important;display:block!important}

body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb{width:88px!important;height:88px!important;min-width:88px!important;min-height:88px!important;flex:0 0 88px!important;display:grid!important;place-items:center!important;position:relative!important;overflow:hidden!important;border-radius:16px!important;background:#f5f1ff!important;box-sizing:border-box!important}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-cart-auto-visual,
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-auto-product-visual,
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-auto-product-art{width:100%!important;height:100%!important;min-width:0!important;min-height:0!important;max-width:none!important;max-height:none!important;display:grid!important;place-items:center!important;position:relative!important;overflow:hidden!important;background:#f5f1ff!important}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-auto-platform-icon{width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;flex:0 0 58px!important;margin:0!important;padding:0!important;display:grid!important;place-items:center!important;position:relative!important;z-index:2!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;box-sizing:border-box!important}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-auto-platform-icon svg,
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-platform-logo-svg{display:block!important;width:58px!important;height:58px!important;min-width:58px!important;min-height:58px!important;max-width:58px!important;max-height:58px!important;margin:0!important;padding:0!important;visibility:visible!important;opacity:1!important}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-auto-service-badge{position:absolute!important;z-index:5!important;width:22px!important;height:22px!important;right:7px!important;bottom:7px!important;margin:0!important}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-auto-product-spark{display:none!important}

body.woocommerce-checkout .w-review-product-thumb,
body.woocommerce-checkout .waheedsm-checkout-product-visual{display:grid!important;place-items:center!important;position:relative!important;width:64px!important;height:64px!important;min-width:64px!important;min-height:64px!important;max-width:64px!important;max-height:64px!important;padding:0!important;margin:0!important;border-radius:14px!important;overflow:hidden!important;background:#f5f1ff!important;box-sizing:border-box!important}
body.woocommerce-checkout .waheedsm-checkout-product-visual .w-auto-product-visual,
body.woocommerce-checkout .waheedsm-checkout-product-visual .w-auto-product-art{width:64px!important;height:64px!important;min-width:64px!important;min-height:64px!important;max-width:64px!important;max-height:64px!important;display:grid!important;place-items:center!important;position:relative!important;background:#f5f1ff!important;overflow:hidden!important}
body.woocommerce-checkout .waheedsm-checkout-product-visual .w-auto-platform-icon,
body.woocommerce-checkout .w-review-product-thumb .w-auto-platform-icon{width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;margin:0!important;padding:0!important;display:grid!important;place-items:center!important;border-radius:12px!important;background:#fff!important;overflow:hidden!important;box-sizing:border-box!important;z-index:2!important}
body.woocommerce-checkout .waheedsm-checkout-product-visual .w-auto-platform-icon svg,
body.woocommerce-checkout .w-review-product-thumb .w-auto-platform-icon svg,
body.woocommerce-checkout .waheedsm-checkout-product-visual .w-platform-logo-svg{display:block!important;width:44px!important;height:44px!important;min-width:44px!important;min-height:44px!important;max-width:44px!important;max-height:44px!important;margin:0!important;padding:0!important;visibility:visible!important;opacity:1!important}
body.woocommerce-checkout .waheedsm-checkout-product-visual .w-auto-product-spark{display:none!important}
body.woocommerce-checkout .waheedsm-checkout-product-visual .w-auto-service-badge,
body.woocommerce-checkout .w-review-product-thumb .w-auto-service-badge{position:absolute!important;z-index:5!important;width:18px!important;height:18px!important;right:3px!important;bottom:3px!important;margin:0!important;border-radius:6px!important;font-size:8px!important}
@media(max-width:680px){body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb{width:72px!important;height:72px!important;min-width:72px!important;min-height:72px!important;flex-basis:72px!important}body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-auto-platform-icon,body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-auto-platform-icon svg,body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-platform-logo-svg{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;max-width:48px!important;max-height:48px!important}}


/* V88 FINAL — platform icon sizing + inline SVG reliability.
 * Keep homepage platform logos compact and centered.
 */
.w-platform-grid-premium .w-platform-premium .w-platform-brand{
  flex:0 0 52px!important;
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  border-radius:16px!important;
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
}
.w-platform-grid-premium .w-platform-premium .w-platform-brand svg{
  width:40px!important;
  height:40px!important;
  min-width:40px!important;
  min-height:40px!important;
  max-width:40px!important;
  max-height:40px!important;
  display:block!important;
  margin:0!important;
}

/* Cart: the visual is inline SVG, so keep every layer centered and visible. */
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb{
  display:grid!important;
  place-items:center!important;
  overflow:hidden!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-auto-product-visual,
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-auto-product-art{
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  display:grid!important;
  place-items:center!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-auto-platform-icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
}
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-auto-platform-icon svg,
body.woocommerce-cart .w-cart-page-v70 .w-cart-v70-thumb .w-platform-logo-svg{
  display:block!important;
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  max-width:58px!important;
  max-height:58px!important;
  margin:0!important;
}

/* Checkout: same compact centered platform SVG. */
body.woocommerce-checkout .w-review-product-thumb .w-auto-product-visual,
body.woocommerce-checkout .w-review-product-thumb .w-auto-product-art{
  width:100%!important;
  height:100%!important;
  min-width:0!important;
  min-height:0!important;
  display:grid!important;
  place-items:center!important;
}
body.woocommerce-checkout .w-review-product-thumb .w-auto-platform-icon{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  margin:0!important;
  overflow:hidden!important;
}
body.woocommerce-checkout .w-review-product-thumb .w-auto-platform-icon svg,
body.woocommerce-checkout .w-review-product-thumb .w-platform-logo-svg{
  width:58px!important;
  height:58px!important;
  min-width:58px!important;
  min-height:58px!important;
  max-width:58px!important;
  max-height:58px!important;
  display:block!important;
}

/* Process icons: clean white glyphs with consistent sizing. */
.w-process-grid-premium .w-process-icon{
  color:#fff!important;
  -webkit-text-fill-color:#fff!important;
  fill:#fff!important;
  stroke:#fff!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}
@media(max-width:680px){
  .w-platform-grid-premium .w-platform-premium .w-platform-brand{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;flex-basis:48px!important}
  .w-platform-grid-premium .w-platform-premium .w-platform-brand svg{width:36px!important;height:36px!important;min-width:36px!important;min-height:36px!important}
}

/* WaheedSM v89 account + wallet */
.woocommerce-account .entry-header,.woocommerce-account .page-header{margin-bottom:20px!important}
.woocommerce-account .woocommerce-MyAccount-navigation{overflow:hidden}
.w-nav-wallet{margin:-8px -8px 8px;padding:17px 18px;background:linear-gradient(135deg,#07152e,#2b126b);color:#fff}
.w-nav-wallet small{display:block;font-size:9px;text-transform:uppercase;letter-spacing:1px;color:#c8b8ff}.w-nav-wallet strong{display:block;font-size:20px;margin:3px 0 8px}.w-nav-wallet a{font-size:10px!important;color:#fff!important;background:#762cff;padding:6px 10px;border-radius:7px;display:inline-block}
.woocommerce-MyAccount-navigation-link--add-funds a:before{content:'$'!important;font-weight:900;color:#6c2bff}
.w-dashboard-wallet{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#f7f3ff,#fff);border:1px solid #e4d9ff;border-radius:14px;padding:18px 20px;margin:0 0 20px}.w-dashboard-wallet span,.w-wallet-balance small{display:block;font-size:9px;letter-spacing:1.2px;font-weight:800;color:#7c8497}.w-dashboard-wallet strong{display:block;font-size:25px;color:#172138}.w-dashboard-wallet small{display:block;color:#8991a2}.w-dashboard-wallet a{background:linear-gradient(135deg,#6c2bff,#a02cff);color:#fff!important;padding:11px 16px;border-radius:9px;font-size:11px;font-weight:800;white-space:nowrap}
.w-wallet-head{display:flex;justify-content:space-between;align-items:center;gap:20px;padding-bottom:20px;border-bottom:1px solid #edf0f5}.w-wallet-head h2{margin:0!important}.w-wallet-head p{margin:5px 0 0!important}.w-wallet-balance{text-align:right;background:#f7f4ff;border:1px solid #e4dcff;border-radius:12px;padding:12px 16px;min-width:155px}.w-wallet-balance strong{display:block;font-size:21px;color:#6c2bff}
.w-add-funds{max-width:620px;padding-top:22px}.w-add-funds>label{display:block;font-size:12px;font-weight:800;color:#273149;margin-bottom:8px}.w-wallet-input{height:56px;border:1px solid #dfe3eb;border-radius:11px;display:flex;align-items:center;background:#fff;overflow:hidden}.w-wallet-input span{padding-left:17px;font-weight:900;font-size:20px;color:#6c2bff}.w-wallet-input input{height:100%!important;width:100%!important;border:0!important;outline:0!important;box-shadow:none!important;font-size:20px!important;font-weight:800;padding:0 12px!important}.w-fund-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin:12px 0}.w-fund-presets button{border:1px solid #e1d7ff;background:#f8f5ff;color:#6c2bff;border-radius:9px;padding:10px;font-weight:800;cursor:pointer}.w-fund-presets button:hover{background:#6c2bff;color:#fff}.w-wallet-note{background:#fafbfe;border:1px solid #edf0f5;border-radius:9px;padding:12px!important;font-size:10px!important}.w-add-funds-btn{width:100%;height:48px!important;font-size:12px!important;background:linear-gradient(135deg,#6c2bff,#a02cff)!important}
.woocommerce-account .woocommerce-MyAccount-content form.woocommerce-EditAccountForm,.woocommerce-account .woocommerce-MyAccount-content form.woocommerce-address-fields{max-width:none}.woocommerce-account .woocommerce-MyAccount-content input.input-text,.woocommerce-account .woocommerce-MyAccount-content select{min-height:44px;border:1px solid #dfe3eb;border-radius:9px;padding:8px 12px}.woocommerce-account .woocommerce-MyAccount-content fieldset{border:1px solid #e4e7ef;border-radius:12px;padding:18px;margin:18px 0}.woocommerce-account .woocommerce-MyAccount-content legend{padding:0 8px;font-weight:800;color:#172138}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address{border:1px solid #edf0f5;border-radius:12px;padding:18px!important;background:#fafbfe}
@media(max-width:600px){.w-dashboard-wallet,.w-wallet-head{align-items:flex-start;flex-direction:column}.w-dashboard-wallet a{width:100%;text-align:center}.w-wallet-balance{width:100%;text-align:left}.w-fund-presets{grid-template-columns:1fr 1fr}}

/* =========================================================
   WaheedSM v89 — My Account / Wallet final redesign
   ========================================================= */
.woocommerce-account .woocommerce{max-width:1240px!important}
.woocommerce-account .woocommerce-MyAccount-navigation{width:29%!important;float:left!important;border-radius:18px;padding:12px!important;position:relative}
.woocommerce-account .woocommerce-MyAccount-content{width:68%!important;float:right!important;border-radius:18px;padding:32px!important;min-height:360px}
.woocommerce-account .woocommerce-MyAccount-navigation li a{font-size:13px;padding:14px 15px;border-radius:11px}
.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--add-funds a:before{content:'$';width:18px;height:18px;border-radius:50%;display:inline-grid;place-items:center;background:#efe8ff;color:#6c2bff;font-size:11px;font-weight:900}
.woocommerce-account .woocommerce-MyAccount-content input.input-text,.woocommerce-account .woocommerce-MyAccount-content input[type=email],.woocommerce-account .woocommerce-MyAccount-content input[type=password],.woocommerce-account .woocommerce-MyAccount-content input[type=text]{min-height:48px;border:1px solid #dfe4ed!important;border-radius:10px!important;padding:10px 13px!important;background:#fff!important}
.woocommerce-account .woocommerce-MyAccount-content fieldset{border:1px solid #e3e7ef!important;border-radius:13px!important;padding:18px!important;margin:18px 0!important}
.woocommerce-account .woocommerce-MyAccount-content legend{font-weight:800;color:#172138;padding:0 8px}
.w-wallet-head{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-bottom:24px;border-bottom:1px solid #edf0f5;margin-bottom:24px}.w-wallet-head h2{margin:2px 0 4px!important}.w-wallet-head p{margin:0!important}.w-wallet-balance{min-width:190px;padding:16px 18px;border-radius:14px;background:linear-gradient(135deg,#0b1836,#2c176e);color:#fff}.w-wallet-balance small{display:block;color:#c8d0e1;font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.8px}.w-wallet-balance strong{display:block;color:#fff;font-size:25px;margin-top:4px}.w-add-funds-form{background:#f8f7ff;border:1px solid #e7e0ff;border-radius:15px;padding:22px;margin-bottom:25px}.w-add-funds-form h3,.w-wallet-history h3{font-size:17px;margin:0 0 15px}.w-fund-presets{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-bottom:17px}.w-fund-presets button{height:44px;border:1px solid #ded5ff;background:#fff;border-radius:9px;color:#5f27ee;font-weight:800;cursor:pointer}.w-fund-presets button:hover,.w-fund-presets button.active{background:#6c2bff;color:#fff;border-color:#6c2bff}.w-add-funds-form>label{display:block;font-size:11px;font-weight:800;color:#29344c;margin-bottom:6px}.w-money-input{display:flex;align-items:center;background:#fff;border:1px solid #dfe4ed;border-radius:10px;overflow:hidden;margin-bottom:14px}.w-money-input span{font-size:18px;font-weight:800;padding:0 0 0 14px;color:#6c2bff}.w-money-input input{border:0!important;box-shadow:none!important;width:100%;font-size:18px!important;font-weight:800!important}.w-funds-submit{width:100%;height:48px!important;background:linear-gradient(90deg,#6c2bff,#a02cff)!important;font-size:12px!important}.w-funds-note{text-align:center!important;font-size:9px!important;margin:10px 0 0!important;color:#8a92a3!important}.w-wallet-table{border:1px solid #e7eaf0;border-radius:12px;overflow:hidden}.w-wallet-table>div{display:flex;align-items:center;justify-content:space-between;padding:13px 15px;border-bottom:1px solid #edf0f5}.w-wallet-table>div:last-child{border-bottom:0}.w-wallet-table b{display:block;font-size:11px;color:#172138}.w-wallet-table small{display:block;font-size:9px;color:#929aaa;margin-top:2px}.w-wallet-table strong{font-size:12px}.w-wallet-table .is-credit{color:#16a36a}.w-wallet-table .is-debit{color:#d84b62}.w-empty-state{padding:22px;text-align:center;background:#fafbfe;border:1px dashed #dfe3eb;border-radius:12px;color:#8a92a3;font-size:11px}.w-dashboard-wallet{display:flex;justify-content:space-between;align-items:center;gap:20px;margin:20px 0 0;padding:20px 22px;border:1px solid #e4e7ef;border-radius:15px;background:linear-gradient(135deg,#fff,#faf8ff)}.w-dashboard-wallet h3{margin:2px 0 3px!important;font-size:18px}.w-dashboard-wallet p{margin:0!important}.w-dashboard-wallet-right{text-align:right}.w-dashboard-wallet-right strong{display:block;font-size:25px;color:#172138}.w-dashboard-wallet-right a{display:inline-block;margin-top:7px;padding:8px 12px;border-radius:8px;background:#6c2bff;color:#fff!important;font-size:10px!important}.w-header-wallet{display:inline-flex;align-items:center;gap:5px;padding:8px 10px;border-radius:9px;background:#f3efff;color:#6c2bff!important;font-size:10px;text-decoration:none}.w-header-wallet b{font-size:11px}.woocommerce-account .woocommerce-orders-table{border-collapse:separate!important;border-spacing:0!important;border:1px solid #e7eaf0!important;border-radius:12px!important;overflow:hidden}.woocommerce-account .woocommerce-orders-table th{padding:12px!important;background:#f8f9fc!important}.woocommerce-account .woocommerce-orders-table td{padding:13px 12px!important}.woocommerce-account .woocommerce-Address{border:1px solid #e7eaf0;border-radius:14px;padding:20px;background:#fafbfe}.woocommerce-account .woocommerce-Address-title h2{font-size:19px!important}.woocommerce-account .woocommerce-Address address{font-style:normal;line-height:1.9;color:#5f697d}.woocommerce-account .woocommerce-info{border-radius:11px!important;padding:15px 17px!important}.woocommerce-account .woocommerce-info:before{display:none!important}
@media(max-width:900px){.woocommerce-account .woocommerce-MyAccount-navigation,.woocommerce-account .woocommerce-MyAccount-content{width:100%!important;float:none!important}.woocommerce-account .woocommerce-MyAccount-navigation{margin-bottom:15px}.w-header-wallet span{display:none}}
@media(max-width:600px){.woocommerce-account .woocommerce-MyAccount-content{padding:19px!important}.w-wallet-head,.w-dashboard-wallet{align-items:stretch;flex-direction:column}.w-wallet-balance{min-width:0}.w-fund-presets{grid-template-columns:1fr 1fr}.w-dashboard-wallet-right{text-align:left}.w-header-wallet{display:none!important}}

/* V91 — account dashboard polish */
.w-dashboard-wallet-copy{min-width:0}
.w-dashboard-wallet span,.w-dashboard-wallet small{display:block!important}
.w-dashboard-wallet strong{display:block!important;white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;line-height:1.15!important}
.w-nav-wallet strong{white-space:nowrap!important;word-break:normal!important;overflow-wrap:normal!important;display:block!important;line-height:1.15!important}
.w-account-dashboard-hero .w-account-welcome{min-width:0!important;flex:1 1 auto!important}
.w-account-dashboard-hero .w-account-shop-btn{flex:0 0 auto!important;margin-left:auto!important;align-self:center!important}
@media(max-width:900px){.w-account-dashboard-hero .w-account-shop-btn{margin-left:0!important}}


/* v92 — Direct password registration */
.woocommerce-account .woocommerce-form-register .w-register-confirm-password{margin-bottom:16px!important}
.woocommerce-account .woocommerce-form-register .w-register-confirm-password label{display:block!important;margin-bottom:7px!important}
.woocommerce-account .woocommerce-form-register .w-register-confirm-password input{min-height:48px!important}

/* v93 — Registration profile fields */
.woocommerce-account .woocommerce-form-register .w-register-name,
.woocommerce-account .woocommerce-form-register .w-register-phone,
.woocommerce-account .woocommerce-form-register .w-register-telegram,
.woocommerce-account .woocommerce-form-register .w-register-password,
.woocommerce-account .woocommerce-form-register .w-register-confirm-password{margin-bottom:16px!important}
.woocommerce-account .woocommerce-form-register .w-register-name label,
.woocommerce-account .woocommerce-form-register .w-register-phone label,
.woocommerce-account .woocommerce-form-register .w-register-telegram label,
.woocommerce-account .woocommerce-form-register .w-register-password label,
.woocommerce-account .woocommerce-form-register .w-register-confirm-password label{display:block!important;margin-bottom:7px!important}
.woocommerce-account .woocommerce-form-register .optional{font-weight:500!important;color:#8b94a7!important}
.woocommerce-account .woocommerce-form-register input.input-text{min-height:48px!important;box-sizing:border-box!important}


/* =========================================================
   WaheedSM v94 — My Account login/register final polish
   ========================================================= */
.woocommerce-account .site-main,
.woocommerce-account .content-area,
.woocommerce-account .woocommerce{position:relative!important;}

/* Prevent the tall registration column from being overlapped by the footer. */
.woocommerce-account .u-columns{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
  align-items:start!important;
  gap:28px!important;
  width:100%!important;
  height:auto!important;
  min-height:0!important;
  overflow:visible!important;
  clear:both!important;
}
.woocommerce-account .u-columns::before,
.woocommerce-account .u-columns::after{content:none!important;display:none!important;}
.woocommerce-account .u-columns > .u-column1,
.woocommerce-account .u-columns > .u-column2{
  width:100%!important;
  max-width:none!important;
  float:none!important;
  clear:none!important;
  margin:0!important;
  position:relative!important;
}
.woocommerce-account footer,
.woocommerce-account .w-footer{clear:both!important;position:relative!important;z-index:1!important;}

/* Better page rhythm */
.woocommerce-account .woocommerce{padding-top:38px!important;padding-bottom:76px!important;}
.woocommerce-account .woocommerce > h2:first-child{margin-top:0!important;margin-bottom:28px!important;}
.woocommerce-account .woocommerce h2{letter-spacing:-.02em!important;}

/* Login/register cards */
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register{
  width:100%!important;
  box-sizing:border-box!important;
  padding:30px!important;
  border:1px solid #e3e7f0!important;
  border-top:3px solid #7a2cff!important;
  border-radius:18px!important;
  background:#fff!important;
  box-shadow:0 12px 34px rgba(18,29,55,.06)!important;
}
.woocommerce-account .woocommerce-form-login{border-top-color:#6c2bff!important;}
.woocommerce-account .woocommerce-form-register{border-top-color:#a02cff!important;}
.woocommerce-account .u-column1 h2,
.woocommerce-account .u-column2 h2{
  font-size:23px!important;
  line-height:1.2!important;
  margin:0 0 16px!important;
}

/* Registration fields: clean spacing and consistent controls */
.woocommerce-account .woocommerce-form-register .form-row{margin-bottom:16px!important;}
.woocommerce-account .woocommerce-form-register .w-register-name{margin-top:0!important;}
.woocommerce-account .woocommerce-form-register .form-row label{
  display:block!important;
  margin:0 0 7px!important;
  font-size:12px!important;
  font-weight:800!important;
  color:#172138!important;
}
.woocommerce-account .woocommerce-form-register .optional{
  color:#8a93a6!important;
  font-weight:600!important;
}
.woocommerce-account .woocommerce-form-register input.input-text{
  width:100%!important;
  min-height:49px!important;
  box-sizing:border-box!important;
  border:1px solid #dfe4ed!important;
  border-radius:10px!important;
  background:#fff!important;
  padding:0 13px!important;
  font-size:13px!important;
  color:#172138!important;
  transition:border-color .18s,box-shadow .18s!important;
}
.woocommerce-account .woocommerce-form-register input.input-text:focus{
  border-color:#7a2cff!important;
  box-shadow:0 0 0 3px rgba(122,44,255,.08)!important;
  outline:none!important;
}

/* Correct helper copy now that password is entered directly. */
.woocommerce-account .woocommerce-form-register > p:not(.form-row):not(.woocommerce-privacy-policy-text){
  color:#6f7890!important;
  font-size:12px!important;
  line-height:1.65!important;
  margin:0 0 14px!important;
}
.woocommerce-account .woocommerce-form-register .woocommerce-privacy-policy-text{
  font-size:10px!important;
  line-height:1.6!important;
  color:#8a92a3!important;
  margin:10px 0 16px!important;
}

/* Buttons */
.woocommerce-account .woocommerce-form-register__submit,
.woocommerce-account .woocommerce-form-login__submit{
  min-height:46px!important;
  padding:0 22px!important;
  border:0!important;
  border-radius:10px!important;
  background:linear-gradient(135deg,#6c2bff,#a52cff)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
  box-shadow:0 8px 18px rgba(108,43,255,.18)!important;
}
.woocommerce-account .woocommerce-form-register__submit:hover,
.woocommerce-account .woocommerce-form-login__submit:hover{transform:translateY(-1px);opacity:.95;}

/* Keep the form content contained so no button/card fragment can appear below the footer. */
.woocommerce-account .woocommerce-form-login,
.woocommerce-account .woocommerce-form-register{
  overflow:visible!important;
  contain:layout paint!important;
}

@media(max-width:900px){
  .woocommerce-account .woocommerce{padding-top:30px!important;padding-bottom:55px!important;}
  .woocommerce-account .u-columns{grid-template-columns:1fr!important;gap:22px!important;}
}
@media(max-width:600px){
  .woocommerce-account .woocommerce{width:calc(100% - 28px)!important;padding-top:25px!important;padding-bottom:45px!important;}
  .woocommerce-account .woocommerce > h2:first-child{font-size:27px!important;margin-bottom:22px!important;}
  .woocommerce-account .woocommerce-form-login,
  .woocommerce-account .woocommerce-form-register{padding:20px!important;border-radius:14px!important;}
  .woocommerce-account .u-column1 h2,
  .woocommerce-account .u-column2 h2{font-size:20px!important;}
}

/* Country code selector for account registration phone */

/* V98 — Submitted Social Media URL card */
.w-submitted-url-card{margin:12px 0 4px;padding:14px 16px;background:#f6f7fb;border:1px solid #e1e5ef;border-radius:12px;max-width:100%;box-sizing:border-box}
.w-submitted-url-label{font-size:12px;line-height:1.3;font-weight:800;letter-spacing:.06em;color:#71809a;margin-bottom:8px;text-transform:uppercase}
.w-submitted-url-value{font-size:15px;line-height:1.55;color:#17213a;word-break:break-word;overflow-wrap:anywhere}
.w-submitted-url-link{display:inline-block;margin-top:9px;font-size:14px;line-height:1.3;font-weight:800;color:#6f2cff;text-decoration:none!important}
.w-submitted-url-link:hover{color:#4f16d9;text-decoration:underline!important}
.woocommerce-cart .w-submitted-url-card{margin-top:12px;margin-bottom:2px}
.woocommerce-checkout .w-submitted-url-card{margin-top:9px;margin-bottom:4px;padding:11px 13px}
.woocommerce-checkout .w-submitted-url-label{font-size:10px;margin-bottom:5px}
.woocommerce-checkout .w-submitted-url-value{font-size:12px}
.woocommerce-checkout .w-submitted-url-link{font-size:11px;margin-top:6px}
@media(max-width:700px){
 .w-submitted-url-card{padding:12px 13px}
 .w-submitted-url-value{font-size:13px}
}

/* =========================================================
   V99 — Detailed My Account Orders
   ========================================================= */
.w-orders-page{width:100%;}
.w-orders-intro{display:flex;align-items:center;justify-content:space-between;gap:28px;background:#fff;border:1px solid #e3e7f0;border-radius:20px;padding:28px 30px;margin-bottom:24px;box-shadow:0 12px 35px rgba(20,31,63,.05)}
.w-orders-intro h2{margin:5px 0 5px;font-size:30px;color:#16213f}
.w-orders-intro p{margin:0;color:#74809a;font-size:15px}
.w-orders-shop-btn{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6727ff,#ad22ff);color:#fff!important;text-decoration:none!important;font-weight:700;border-radius:10px;padding:13px 20px;white-space:nowrap;box-shadow:0 8px 18px rgba(111,42,255,.18)}
.w-orders-list{display:grid;gap:18px}
.w-order-card{background:#fff;border:1px solid #e1e6f0;border-radius:20px;overflow:hidden;box-shadow:0 12px 35px rgba(20,31,63,.05)}
.w-order-card-top{display:flex;align-items:center;justify-content:space-between;padding:22px 26px;border-bottom:1px solid #edf0f6}
.w-order-number span,.w-order-meta-grid span,.w-order-submitted-url>span,.w-order-payment-status span{display:block;font-size:10px;letter-spacing:1.5px;font-weight:800;color:#7d89a4;margin-bottom:7px}
.w-order-number a{font-size:20px;font-weight:800;color:#5e27ff;text-decoration:none}
.w-order-status{display:inline-flex;padding:8px 13px;border-radius:999px;font-size:12px;font-weight:800;background:#f1eaff;color:#6627ff}
.w-status-completed,.w-status-processing{background:#eafaf2;color:#14834f}.w-status-on-hold{background:#fff6dd;color:#996900}.w-status-pending,.w-status-failed{background:#fff0f1;color:#c53249}.w-status-cancelled,.w-status-refunded{background:#eef1f6;color:#69758c}
.w-order-meta-grid{display:grid;grid-template-columns:1.1fr 1.5fr .9fr 1.26fr .85fr;gap:0;padding:22px 26px;background:#fbfcff}
.w-order-meta-grid>div{padding:0 18px;border-right:1px solid #e7ebf3}.w-order-meta-grid>div:first-child{padding-left:0}.w-order-meta-grid>div:last-child{border-right:0;padding-right:0}
.w-order-meta-grid strong{display:block;color:#17223f;font-size:14px;line-height:1.4}.w-order-meta-grid small{display:block;color:#8791a7;font-size:11px;margin-top:4px}.w-order-total{color:#6627ff!important;font-size:17px!important}
.w-order-submitted-url{padding:20px 26px;border-top:1px solid #edf0f6}.w-order-url-box{background:#f6f7fb;border:1px solid #e0e5ee;border-radius:12px;padding:13px 15px;color:#293653;font-size:13px;line-height:1.55;overflow-wrap:anywhere;margin-bottom:8px}.w-order-submitted-url>a{font-size:13px;font-weight:800;color:#6727ff;text-decoration:none}
.w-order-card-bottom{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:18px 26px;border-top:1px solid #edf0f6}.w-order-payment-status strong{font-size:13px;color:#17223f}.w-order-actions{display:flex;gap:8px;flex-wrap:wrap}.w-order-action{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border:1px solid #dfe4ef;border-radius:9px;text-decoration:none!important;color:#4f5b73!important;font-size:12px;font-weight:800;background:#fff}.w-order-action.primary{background:#6727ff;border-color:#6727ff;color:#fff!important}.w-order-action.danger{color:#cf3a52!important;border-color:#f1c8cf}
.w-orders-empty{background:#fff;border:1px solid #e1e6f0;border-radius:20px;text-align:center;padding:65px 25px;box-shadow:0 12px 35px rgba(20,31,63,.05)}.w-empty-icon{width:54px;height:54px;margin:0 auto 18px;border-radius:16px;background:#f0e9ff;color:#6727ff;display:flex;align-items:center;justify-content:center;font-weight:900;font-size:25px}.w-orders-empty h3{margin:8px 0;color:#17223f;font-size:24px}.w-orders-empty p{color:#7b879e;margin:0 0 22px}.w-orders-pagination{padding:22px 0}.w-orders-pagination ul{display:flex;gap:7px;list-style:none;margin:0;padding:0}.w-orders-pagination a,.w-orders-pagination span{display:inline-flex;padding:9px 13px;border:1px solid #e0e5ef;border-radius:8px;text-decoration:none;color:#4d5971}.w-orders-pagination .current{background:#6727ff;color:#fff;border-color:#6727ff}
@media(max-width:900px){.w-orders-intro{align-items:flex-start;flex-direction:column}.w-order-meta-grid{grid-template-columns:repeat(2,1fr);gap:18px}.w-order-meta-grid>div{padding:0!important;border-right:0}.w-order-card-bottom{align-items:flex-start;flex-direction:column}}
@media(max-width:560px){.w-order-card-top{padding:18px;align-items:flex-start;gap:12px;flex-direction:column}.w-order-meta-grid{grid-template-columns:1fr;padding:18px}.w-order-submitted-url,.w-order-card-bottom{padding:18px}.w-orders-intro{padding:22px}.w-orders-intro h2{font-size:25px}.w-order-actions{width:100%}.w-order-action{flex:1}}

/* =========================================================
   V100 — Clean View Order page
   ========================================================= */
body.woocommerce-view-order{background:#f6f8fc!important}
body.woocommerce-view-order .site-main{background:#f6f8fc!important;padding:0!important}
body.woocommerce-view-order .woocommerce{width:min(1180px,calc(100% - 48px))!important;max-width:1180px!important;margin:0 auto!important;padding:48px 0 72px!important}
body.woocommerce-view-order .woocommerce-order{margin:0!important}
body.woocommerce-view-order .woocommerce-order>p:first-of-type{color:#6f7b91;font-size:14px;line-height:1.6;margin:0 0 18px!important}
body.woocommerce-view-order .woocommerce-order>h2{font-size:34px!important;color:#16213a!important;margin:0 0 22px!important;font-weight:850!important}
body.woocommerce-view-order .woocommerce-order-details,
body.woocommerce-view-order .woocommerce-customer-details{display:none!important}
body.woocommerce-view-order .w-view-order-card{background:#fff;border:1px solid #e2e7f0;border-radius:20px;box-shadow:0 12px 35px rgba(20,31,63,.055);overflow:hidden;margin-top:8px}
.w-view-order-head{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:27px 30px;border-bottom:1px solid #edf0f5}
.w-view-eyebrow{display:block;color:#7b3cff;font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase;margin-bottom:5px}
.w-view-order-head h2{margin:0!important;color:#16213a!important;font-size:25px!important;line-height:1.2!important}
.w-view-order-head p{margin:6px 0 0;color:#7a859a;font-size:13px}
.w-view-status{display:inline-flex;align-items:center;justify-content:center;padding:9px 14px;border-radius:999px;background:#f1eaff;color:#6727ff;font-size:12px;font-weight:800;white-space:nowrap}
.w-view-status-completed{background:#e9fbf1;color:#15935a}.w-view-status-processing{background:#eef7ff;color:#1970c8}.w-view-status-on-hold{background:#fff5df;color:#b66b00}.w-view-status-pending,.w-view-status-failed{background:#fff0f2;color:#cf3a52}
.w-view-overview{display:grid;grid-template-columns:repeat(3,1fr);background:#fbfcff;border-bottom:1px solid #edf0f5}
.w-view-overview>div{padding:21px 24px;border-right:1px solid #e7ebf2}.w-view-overview>div:last-child{border-right:0}
.w-view-overview span,.w-view-footer span,.w-view-items-head,.w-view-qty small{display:block;font-size:9px;letter-spacing:.11em;text-transform:uppercase;font-weight:800;color:#8791a6}
.w-view-overview strong{display:block;margin-top:6px;color:#17223f;font-size:14px;line-height:1.4}.w-view-overview small{display:block;color:#8b95a7;font-size:10px;margin-top:4px}.w-view-total{color:#6727ff!important;font-size:18px!important}
.w-view-items-head{display:grid;grid-template-columns:minmax(0,1fr) 130px 120px;gap:20px;padding:16px 30px;background:#fff;border-bottom:1px solid #edf0f5}
.w-view-items-head span:nth-child(2),.w-view-items-head span:nth-child(3){text-align:right}
.w-view-item{display:grid;grid-template-columns:minmax(0,1fr) 130px 120px;gap:20px;padding:24px 30px;border-bottom:1px solid #edf0f5;align-items:start}
.w-view-service strong{display:block;color:#17223f;font-size:17px;line-height:1.35;margin-bottom:11px}.w-view-service>span{display:block;color:#8791a6;font-size:9px;font-weight:800;letter-spacing:.1em;margin-bottom:6px}.w-view-url{background:#f6f7fb;border:1px solid #e0e5ee;border-radius:10px;padding:10px 12px;color:#293653;font-size:12px;line-height:1.55;overflow-wrap:anywhere;word-break:break-word}.w-view-service>a{display:inline-block;margin-top:7px;color:#6727ff!important;text-decoration:none!important;font-size:11px;font-weight:800}.w-view-service>a:hover{text-decoration:underline!important}
.w-view-qty{text-align:right}.w-view-qty strong{display:block;color:#17223f;font-size:16px}.w-view-qty small{margin-top:5px;letter-spacing:.02em;text-transform:none;font-weight:600}
.w-view-line-total{text-align:right;color:#6727ff;font-size:16px;font-weight:800;white-space:nowrap}
.w-view-footer{display:flex;justify-content:space-between;align-items:center;gap:20px;padding:22px 30px;background:#fbfcff}.w-view-footer span{margin-bottom:5px}.w-view-footer strong{color:#17223f;font-size:14px}.w-view-grand{text-align:right}.w-view-grand strong{color:#6727ff;font-size:21px}
body.woocommerce-view-order .woocommerce-order-overview{display:none!important}
@media(max-width:800px){body.woocommerce-view-order .woocommerce{width:calc(100% - 28px)!important;padding:30px 0 55px!important}.w-view-order-head{padding:22px;align-items:flex-start;flex-direction:column}.w-view-overview{grid-template-columns:1fr}.w-view-overview>div{border-right:0;border-bottom:1px solid #e7ebf2}.w-view-overview>div:last-child{border-bottom:0}.w-view-items-head{display:none}.w-view-item{grid-template-columns:1fr 90px;padding:20px 22px}.w-view-service{grid-column:1/-1}.w-view-qty{text-align:left}.w-view-line-total{text-align:right}.w-view-footer{padding:20px 22px}}
@media(max-width:520px){body.woocommerce-view-order .woocommerce-order>h2{font-size:28px!important}.w-view-item{grid-template-columns:1fr}.w-view-line-total{text-align:left}.w-view-footer{align-items:flex-start;flex-direction:column}.w-view-grand{text-align:left}}


/* V101 — Wallet top-up payment page */
body.w-wallet-order-pay{background:#f5f7fb!important}
body.w-wallet-order-pay .woocommerce-order-pay{max-width:1180px!important;margin:0 auto!important;padding:48px 24px 80px!important}
body.w-wallet-order-pay .woocommerce-order-pay > p:first-child{display:none!important}
body.w-wallet-order-pay form#order_review{background:transparent!important;border:0!important;padding:0!important;box-shadow:none!important}
body.w-wallet-order-pay form#order_review > table.shop_table{display:none!important}
body.w-wallet-order-pay #payment{margin-top:24px!important;background:#fff!important;border:1px solid #e2e6ef!important;border-radius:20px!important;padding:28px!important;box-shadow:0 14px 40px rgba(23,33,56,.08)!important}
body.w-wallet-order-pay #payment ul.payment_methods{border:0!important;padding:0!important;margin:0!important;background:#fff!important}
body.w-wallet-order-pay #payment ul.payment_methods>li{border:1px solid #e3e7ef!important;border-radius:14px!important;margin:0 0 12px!important;padding:18px 18px!important;background:#fbfcff!important}
body.w-wallet-order-pay #payment ul.payment_methods>li>label{font-weight:800!important;color:#172138!important}
body.w-wallet-order-pay #payment .payment_box{background:#f7f4ff!important;border-radius:10px!important;margin:14px 0 0!important;padding:14px!important;color:#667086!important}
body.w-wallet-order-pay #payment div.place-order{padding:18px 0 0!important;margin:0!important}
body.w-wallet-order-pay #payment #place_order{width:100%!important;height:56px!important;border:0!important;border-radius:12px!important;background:linear-gradient(135deg,#6c2bff,#a02cff)!important;color:#fff!important;font-size:14px!important;font-weight:800!important;box-shadow:0 12px 26px rgba(108,43,255,.22)!important}
.w-wallet-pay-hero{display:flex;align-items:center;gap:20px;background:linear-gradient(135deg,#091633,#331579);border-radius:22px;padding:28px 30px;color:#fff;box-shadow:0 16px 42px rgba(14,22,50,.14)}
.w-wallet-pay-icon{width:64px;height:64px;border-radius:16px;background:linear-gradient(135deg,#6c2bff,#a02cff);display:grid;place-items:center;font-size:31px;font-weight:900;box-shadow:0 10px 24px rgba(108,43,255,.3);flex:0 0 64px}
.w-wallet-pay-hero .w-account-eyebrow{color:#cdbbff;margin-bottom:5px}.w-wallet-pay-hero h1{color:#fff!important;margin:0!important;font-size:30px!important}.w-wallet-pay-hero p{color:#d9def0!important;margin:6px 0 0!important}
.w-wallet-pay-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:18px 0}.w-wallet-pay-card{background:#fff;border:1px solid #e2e6ef;border-radius:16px;padding:18px 20px;box-shadow:0 10px 26px rgba(23,33,56,.05)}.w-wallet-pay-card span{display:block;font-size:9px;font-weight:900;letter-spacing:1.1px;color:#7d89a4}.w-wallet-pay-card strong{display:block;font-size:24px;color:#172138;margin-top:6px}.w-wallet-pay-card small{display:block;color:#8991a2;margin-top:4px}.w-wallet-pay-note{display:flex;gap:12px;align-items:flex-start;background:#f7f3ff;border:1px solid #e7dcff;border-radius:14px;padding:15px 18px;margin-bottom:18px}.w-wallet-pay-note b{color:#6c2bff;white-space:nowrap}.w-wallet-pay-note span{color:#6e7789}
@media(max-width:800px){body.w-wallet-order-pay .woocommerce-order-pay{padding:30px 16px 55px!important}.w-wallet-pay-hero{padding:22px;align-items:flex-start}.w-wallet-pay-hero h1{font-size:24px!important}.w-wallet-pay-summary{grid-template-columns:1fr}.w-wallet-pay-note{flex-direction:column}.w-wallet-pay-note b{white-space:normal}}


/* V102 — Wallet top-up payment page final polish */
body.w-wallet-order-pay .woocommerce-order-pay{padding-top:30px!important;padding-bottom:52px!important}
body.w-wallet-order-pay .w-wallet-pay-hero{margin-bottom:16px!important}
body.w-wallet-order-pay .w-wallet-pay-summary{margin:14px 0!important;gap:12px!important}
body.w-wallet-order-pay .w-wallet-pay-card{padding:14px 18px!important}
body.w-wallet-order-pay .w-wallet-pay-card strong{font-size:22px!important;line-height:1.2!important;white-space:nowrap!important}
body.w-wallet-order-pay .w-wallet-pay-card small{font-size:11px!important;line-height:1.35!important}
body.w-wallet-order-pay .w-wallet-pay-note{margin-bottom:14px!important;padding:12px 16px!important}
body.w-wallet-order-pay #payment{margin-top:14px!important;padding:20px!important;border-radius:16px!important}
body.w-wallet-order-pay #payment ul.payment_methods>li{padding:14px 16px!important;margin-bottom:10px!important}
body.w-wallet-order-pay #payment .payment_box{margin-top:10px!important;padding:10px!important}
body.w-wallet-order-pay #payment div.place-order{padding-top:10px!important}
body.w-wallet-order-pay #payment #place_order{height:52px!important}
body.w-wallet-order-pay #payment > .woocommerce-privacy-policy-text{margin-bottom:8px!important;font-size:10px!important}
@media(max-width:800px){
 body.w-wallet-order-pay .woocommerce-order-pay{padding:24px 14px 40px!important}
 body.w-wallet-order-pay .w-wallet-pay-summary{grid-template-columns:1fr!important}
 body.w-wallet-order-pay .w-wallet-pay-card{padding:14px 16px!important}
 body.w-wallet-order-pay #payment{padding:14px!important}
}

/* v103 admin wallet/profile controls live in wp-admin, not the front-end. */


/* V104 — direct wallet payment notices */
.w-wallet-order-alert,.w-wallet-order-success{display:flex;align-items:center;justify-content:space-between;gap:20px;margin:0 0 22px;padding:16px 18px;border-radius:14px;border:1px solid #eadffb;background:#faf7ff;color:#24304a;box-shadow:0 8px 22px rgba(20,31,63,.04)}
.w-wallet-order-alert strong{display:block;color:#c43b55;font-size:14px;margin-bottom:4px}.w-wallet-order-alert span{display:block;color:#6d7890;font-size:13px;line-height:1.5}.w-wallet-order-alert a{display:inline-flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#6727ff,#ad22ff);color:#fff!important;text-decoration:none!important;font-weight:800;border-radius:10px;padding:11px 16px;white-space:nowrap}.w-wallet-order-success{border-color:#d8efdF;background:#f3fff8;color:#176b49;font-weight:700}.w-order-action.primary{background:linear-gradient(135deg,#6727ff,#ad22ff)!important;border-color:#6727ff!important;color:#fff!important}
@media(max-width:560px){.w-wallet-order-alert,.w-wallet-order-success{align-items:flex-start;flex-direction:column}.w-wallet-order-alert a{width:100%}}

/* V105 — wallet checkout guidance */
.w-wallet-checkout-info{display:flex;align-items:center;justify-content:space-between;gap:18px;padding:16px 18px;margin:0 0 14px;border:1px solid #e7dfff;background:#fbf9ff;border-radius:14px;color:#1a2340}
.w-wallet-checkout-info>div{display:flex;flex-direction:column;gap:4px}.w-wallet-checkout-info strong{font-weight:800}.w-wallet-checkout-info span{font-size:13px;color:#77819a}.w-wallet-checkout-info em{font-style:normal;font-weight:700;font-size:13px}.w-wallet-checkout-info .is-enough{color:#5d27ff}.w-wallet-checkout-info .is-low{color:#b13a52}.w-wallet-checkout-info .is-low a{color:#6727ff;font-weight:800;text-decoration:none;margin-left:4px}@media(max-width:700px){.w-wallet-checkout-info{align-items:flex-start;flex-direction:column}}

/* V106 — Account required notice on checkout redirect */
.w-checkout-account-required{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  margin:0 0 24px;
  padding:18px 20px;
  border:1px solid #dfd0ff;
  border-radius:16px;
  background:linear-gradient(135deg,#f7f2ff,#ffffff);
  box-shadow:0 12px 28px rgba(54,24,130,.06);
}
.w-checkout-account-required strong{display:block;font-size:16px;color:#18223d;}
.w-checkout-account-required span{display:block;color:#69738c;font-size:14px;line-height:1.5;}
@media (max-width: 700px){
  .w-checkout-account-required{display:block;}
  .w-checkout-account-required span{margin-top:6px;}
}

/* V108 — Guest checkout account creation + login shortcut */
body.woocommerce-checkout .w-guest-checkout-choice{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px 18px;margin:0 0 18px;border:1px solid #e5dcff;border-radius:14px;background:linear-gradient(135deg,#fbf9ff,#fff);}
body.woocommerce-checkout .w-guest-checkout-choice strong{display:block;color:#1a2340;font-size:14px;}
body.woocommerce-checkout .w-guest-checkout-choice span{display:block;color:#77819a;font-size:12px;margin-top:4px;}
body.woocommerce-checkout .w-guest-login-link{display:inline-flex;align-items:center;justify-content:center;padding:10px 14px;border-radius:10px;background:#f0e9ff;color:#6b2cff!important;text-decoration:none!important;font-weight:800;font-size:12px;white-space:nowrap;}
body.woocommerce-checkout .w-guest-register-fields{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 16px;padding:16px;border:1px solid #e9ebf2;border-radius:16px;background:#fbfbfe;}
body.woocommerce-checkout .w-guest-field-wide{grid-column:1/-1;}
body.woocommerce-checkout .w-guest-field label{display:block;margin:0 0 7px;color:#26314a;font-size:11px;font-weight:800;}
body.woocommerce-checkout .w-guest-field label .required{color:#dd4663;}
body.woocommerce-checkout .w-guest-field label .optional{color:#8b93a6;font-weight:600;}
body.woocommerce-checkout .w-guest-field input{width:100%;box-sizing:border-box;border:1px solid #e0e4ec;border-radius:11px;background:#fff;padding:13px 14px;font-size:13px;color:#1a2340;outline:none;}
body.woocommerce-checkout .w-guest-field input:focus{border-color:#7b3cff;box-shadow:0 0 0 3px rgba(123,60,255,.10);}
@media(max-width:700px){body.woocommerce-checkout .w-guest-checkout-choice{align-items:flex-start;flex-direction:column;}body.woocommerce-checkout .w-guest-login-link{width:100%;}body.woocommerce-checkout .w-guest-register-fields{grid-template-columns:1fr;}body.woocommerce-checkout .w-guest-field-wide{grid-column:auto;}}

/* V107 — Logged-in checkout polish + persistent wallet payment state. */
body.woocommerce-checkout .w-account-checkout-summary{
  border:1px solid #e7eaf1!important;
  border-radius:16px!important;
  background:#fbfbfe!important;
  padding:18px 20px!important;
}
body.woocommerce-checkout .w-account-checkout-summary-head{
  display:flex!important;
  justify-content:space-between!important;
  align-items:center!important;
  gap:12px!important;
  margin-bottom:14px!important;
}
body.woocommerce-checkout .w-account-checkout-summary-head strong{font-size:15px!important;color:#19213a!important}
body.woocommerce-checkout .w-account-checkout-summary-head span{
  display:inline-flex!important;
  align-items:center!important;
  padding:6px 10px!important;
  border-radius:999px!important;
  background:#efe8ff!important;
  color:#6f2cff!important;
  font-size:11px!important;
  font-weight:800!important;
}
body.woocommerce-checkout .w-account-checkout-summary-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px 18px!important;
}
body.woocommerce-checkout .w-account-checkout-summary-grid>div{
  min-width:0!important;
  padding:11px 12px!important;
  background:#fff!important;
  border:1px solid #eceef4!important;
  border-radius:11px!important;
}
body.woocommerce-checkout .w-account-checkout-summary-grid small{
  display:block!important;
  margin-bottom:5px!important;
  color:#7b849a!important;
  font-size:10px!important;
  font-weight:800!important;
  letter-spacing:.08em!important;
  text-transform:uppercase!important;
}
body.woocommerce-checkout .w-account-checkout-summary-grid strong{
  display:block!important;
  color:#1b233d!important;
  font-size:13px!important;
  font-weight:700!important;
  overflow-wrap:anywhere!important;
}
body.woocommerce-checkout .w-account-checkout-edit{
  display:inline-block!important;
  margin-top:13px!important;
  color:#6f2cff!important;
  font-size:12px!important;
  font-weight:800!important;
  text-decoration:none!important;
}
body.woocommerce-checkout .w-account-checkout-edit:hover{text-decoration:underline!important}

/* The wallet gateway itself owns the persistent balance/status message. */
body.woocommerce-checkout .w-wallet-checkout-info{display:none!important}
body.woocommerce-checkout #payment li.wc_payment_method.payment_method_waheedsm_wallet{
  border:1px solid #e3d9ff!important;
  border-radius:14px!important;
  background:#fbf9ff!important;
  margin-bottom:12px!important;
  padding:0!important;
  overflow:hidden!important;
}
body.woocommerce-checkout #payment li.wc_payment_method.payment_method_waheedsm_wallet>label{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  padding:18px 18px 10px!important;
  font-weight:800!important;
  color:#1b233d!important;
}
body.woocommerce-checkout #payment li.wc_payment_method.payment_method_waheedsm_wallet>label input{accent-color:#6f2cff!important}
body.woocommerce-checkout #payment li.wc_payment_method.payment_method_waheedsm_wallet .payment_box{
  margin:0!important;
  padding:0 18px 17px!important;
  background:transparent!important;
  color:#69738b!important;
}
body.woocommerce-checkout .w-wallet-gateway-fields{
  display:grid!important;
  gap:8px!important;
}
body.woocommerce-checkout .w-wallet-gateway-balance{
  font-size:13px!important;
  color:#68738a!important;
}
body.woocommerce-checkout .w-wallet-gateway-balance strong{color:#1b233d!important}
body.woocommerce-checkout .w-wallet-gateway-ok{
  color:#5f27ff!important;
  font-size:13px!important;
  font-weight:800!important;
}
body.woocommerce-checkout .w-wallet-gateway-low{
  color:#b13a52!important;
  font-size:13px!important;
  font-weight:700!important;
  line-height:1.5!important;
}
body.woocommerce-checkout .w-wallet-gateway-low a{color:#6f2cff!important;font-weight:800!important;text-decoration:none!important}

@media(max-width:700px){
  body.woocommerce-checkout .w-account-checkout-summary-grid{grid-template-columns:1fr!important}
  body.woocommerce-checkout .w-account-checkout-summary{padding:15px!important}
}

/* V109 checkout submitted URL polish */
body.woocommerce-checkout .w-review-submitted-url{margin:7px 0 8px;}
body.woocommerce-checkout .w-review-submitted-link{display:block;max-width:100%;padding:9px 11px;border:1px solid #e4defb;border-radius:10px;background:#faf9ff;color:#26304a!important;font-size:11px!important;line-height:1.45!important;font-weight:600!important;white-space:normal!important;overflow-wrap:anywhere;text-decoration:none!important;}
body.woocommerce-checkout .w-review-open-submitted{display:inline-flex;margin-top:6px;color:#6c2bff!important;font-size:10px;font-weight:800;text-decoration:none;}
body.woocommerce-checkout .w-review-open-submitted:hover{text-decoration:underline;}
body.woocommerce-checkout .w-guest-checkout-choice{align-items:flex-start;}
body.woocommerce-checkout .w-guest-checkout-choice>div{min-width:0;}
body.woocommerce-checkout .w-guest-checkout-choice span{max-width:620px;line-height:1.55;}
@media(max-width:700px){body.woocommerce-checkout .w-review-submitted-link{font-size:10px!important;}body.woocommerce-checkout .w-guest-checkout-choice span{max-width:none;}}

/* V110 — Checkout validation notice polish */
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error,
body.woocommerce-checkout > .woocommerce-error,
body.woocommerce-checkout .w-checkout-page > .woocommerce-error{
  position:relative!important;
  display:block!important;
  margin:0 0 24px!important;
  padding:16px 18px 16px 48px!important;
  border:1px solid #f2c8d0!important;
  border-left:4px solid #d94361!important;
  border-radius:14px!important;
  background:linear-gradient(135deg,#fff7f8,#fff)!important;
  color:#2a3042!important;
  box-shadow:0 10px 28px rgba(82,28,47,.06)!important;
  font-size:13px!important;
  line-height:1.55!important;
  list-style:none!important;
}
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error:before,
body.woocommerce-checkout .w-checkout-page > .woocommerce-error:before{
  content:'!';
  position:absolute;
  left:16px;
  top:16px;
  width:22px;
  height:22px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#d94361;
  color:#fff;
  font-size:13px;
  font-weight:900;
}
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error li,
body.woocommerce-checkout .w-checkout-page > .woocommerce-error li{
  margin:0 0 4px!important;
  padding:0!important;
  list-style:none!important;
}
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error li:last-child,
body.woocommerce-checkout .w-checkout-page > .woocommerce-error li:last-child{margin-bottom:0!important}
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error a,
body.woocommerce-checkout .w-checkout-page > .woocommerce-error a{
  color:inherit!important;
  text-decoration:none!important;
  font-weight:800!important;
  pointer-events:none!important;
}
body.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error li:before,
body.woocommerce-checkout .w-checkout-page > .woocommerce-error li:before{display:none!important}
body.woocommerce-checkout .w-guest-field.has-error input{
  border-color:#dc5570!important;
  background:#fff8f9!important;
  box-shadow:0 0 0 3px rgba(220,85,112,.08)!important;
}
body.woocommerce-checkout .w-guest-field.has-error label{color:#c83d59!important}

/* V111 — Manual bank/crypto transfer gateway */
.woocommerce-checkout .w-manual-transfer-gateway,
.w-thankyou-manual{color:#27304a}
.w-manual-transfer-intro{margin:0 0 14px;color:#69748a;font-size:13px;line-height:1.6}
.w-manual-transfer-notice{display:flex;gap:12px;align-items:flex-start;padding:14px 16px;border:1px solid #ddd4ff;background:#f8f5ff;border-radius:12px;margin-bottom:12px}
.w-manual-transfer-notice strong{color:#6f2cff;white-space:nowrap}
.w-manual-transfer-notice span{color:#657088}
.w-pay-detail{border:1px solid #e2e5ee;background:#fff;border-radius:12px;margin:9px 0;overflow:hidden}
.w-pay-detail summary{cursor:pointer;list-style:none;padding:13px 15px;font-weight:800;color:#20283d}
.w-pay-detail summary::-webkit-details-marker{display:none}
.w-pay-detail summary:after{content:'+';float:right;color:#6f2cff;font-weight:900}
.w-pay-detail[open] summary:after{content:'−'}
.w-pay-detail-body{padding:0 15px 13px;border-top:1px solid #eef0f5;color:#5f6b81;font-size:12px;line-height:1.65}
.w-pay-detail-body p{margin:8px 0}
.w-pay-detail-body code{display:inline-block;max-width:100%;padding:6px 8px;background:#f4f5fa;border-radius:7px;word-break:break-all;color:#26304a}
.w-crypto-warning{color:#b36a00;font-weight:700}
.w-manual-contact{margin-top:14px;padding:15px;border-radius:12px;background:#07152f;color:#fff}
.w-manual-contact strong{display:block;margin-bottom:8px}
.w-manual-contact-links{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}
.w-manual-contact-links a{display:inline-flex;align-items:center;padding:8px 11px;border-radius:8px;background:#7b3cff;color:#fff!important;text-decoration:none!important;font-size:12px;font-weight:800}
.w-manual-contact small{color:#cdd4e4;line-height:1.5}
.w-thankyou-manual{margin:20px 0;padding:22px;border:1px solid #e3e6ef;border-radius:16px;background:#fff}
.w-thankyou-manual h3{margin:0 0 8px}
@media(max-width:700px){
  .w-manual-transfer-notice{display:block}
  .w-manual-transfer-notice strong{display:block;margin-bottom:5px}
  .w-manual-contact-links a{flex:1 1 calc(50% - 8px);justify-content:center}
}


/* V112 — Compact wallet top-up payment layout */
body.w-wallet-order-pay .woocommerce-order-pay{
  max-width:960px!important;
  margin:0 auto!important;
  padding:34px 18px 58px!important;
}
body.w-wallet-order-pay .w-wallet-pay-hero{
  max-width:960px!important;
  margin:0 auto 14px!important;
  padding:22px 24px!important;
  border-radius:18px!important;
  gap:16px!important;
  box-shadow:0 10px 28px rgba(14,22,50,.10)!important;
}
body.w-wallet-order-pay .w-wallet-pay-icon{
  width:54px!important;height:54px!important;flex-basis:54px!important;
  border-radius:14px!important;font-size:26px!important;
}
body.w-wallet-order-pay .w-wallet-pay-hero h1{font-size:25px!important;line-height:1.2!important}
body.w-wallet-order-pay .w-wallet-pay-hero p{font-size:12px!important;line-height:1.45!important;margin-top:4px!important}
body.w-wallet-order-pay .w-wallet-pay-summary{
  grid-template-columns:1fr 1fr!important;
  gap:12px!important;
  margin:12px 0!important;
}
body.w-wallet-order-pay .w-wallet-pay-card{
  padding:13px 16px!important;
  border-radius:13px!important;
  box-shadow:0 8px 20px rgba(23,33,56,.04)!important;
}
body.w-wallet-order-pay .w-wallet-pay-card span{font-size:8px!important}
body.w-wallet-order-pay .w-wallet-pay-card strong{font-size:20px!important;margin-top:4px!important}
body.w-wallet-order-pay .w-wallet-pay-card small{font-size:10px!important}
/* Top-up order number is internal and should not occupy visual space. */
body.w-wallet-order-pay .w-wallet-pay-summary .w-wallet-pay-card:nth-child(3){display:none!important}
body.w-wallet-order-pay .w-wallet-pay-note{
  margin:0 0 12px!important;
  padding:11px 14px!important;
  border-radius:12px!important;
  font-size:11px!important;
  line-height:1.45!important;
}
body.w-wallet-order-pay #payment{
  margin-top:12px!important;
  padding:16px!important;
  border-radius:15px!important;
  box-shadow:0 10px 28px rgba(23,33,56,.06)!important;
}
body.w-wallet-order-pay #payment ul.payment_methods>li{
  padding:13px 14px!important;
  margin-bottom:8px!important;
  border-radius:12px!important;
}
body.w-wallet-order-pay #payment .payment_box{margin-top:8px!important;padding:9px 11px!important}
body.w-wallet-order-pay #payment div.place-order{padding-top:8px!important}
body.w-wallet-order-pay #payment #place_order{height:50px!important;border-radius:11px!important}
@media(max-width:700px){
  body.w-wallet-order-pay .woocommerce-order-pay{padding:22px 12px 42px!important}
  body.w-wallet-order-pay .w-wallet-pay-hero{padding:18px!important}
  body.w-wallet-order-pay .w-wallet-pay-hero h1{font-size:22px!important}
  body.w-wallet-order-pay .w-wallet-pay-summary{grid-template-columns:1fr!important}
}


/* V113 — Checkout password visibility controls */
body.woocommerce-checkout .w-password-toggle{
  position:absolute!important;
  top:50%!important;
  right:10px!important;
  transform:translateY(-50%)!important;
  min-width:44px!important;
  height:34px!important;
  padding:0 9px!important;
  border:1px solid #e0e4ec!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#6f2cff!important;
  font-size:11px!important;
  font-weight:800!important;
  cursor:pointer!important;
  z-index:2!important;
}
body.woocommerce-checkout .w-password-toggle:hover{background:#f7f3ff!important;border-color:#d9ccff!important}
body.woocommerce-checkout #account_password,
body.woocommerce-checkout #account_password_confirm{padding-right:68px!important}
body.woocommerce-checkout .w-guest-field.has-error .w-password-toggle{border-color:#efb7c2!important}

/* V114 — Checkout password eye icon */
body.woocommerce-checkout .w-password-toggle{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:38px!important;
  min-width:38px!important;
  height:38px!important;
  padding:6px!important;
  border:0!important;
  border-radius:8px!important;
  background:transparent!important;
  color:#6f2cff!important;
  cursor:pointer!important;
}
body.woocommerce-checkout .w-password-toggle svg{
  display:block!important;
  width:21px!important;
  height:21px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.woocommerce-checkout .w-password-toggle:hover{background:#f5efff!important}
body.woocommerce-checkout #account_password,
body.woocommerce-checkout #account_password_confirm{padding-right:52px!important}

/* V115 — Stable checkout password eye positioning */
body.woocommerce-checkout .w-guest-field .w-password-input-wrap{
  position:relative!important;
  width:100%!important;
  display:block!important;
}
body.woocommerce-checkout .w-password-input-wrap .w-password-toggle{
  position:absolute!important;
  top:50%!important;
  right:8px!important;
  transform:translateY(-50%)!important;
  width:36px!important;
  min-width:36px!important;
  height:36px!important;
  margin:0!important;
  padding:0!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border:0!important;
  border-radius:8px!important;
  background:transparent!important;
  color:#6f2cff!important;
  z-index:3!important;
  line-height:1!important;
}
body.woocommerce-checkout .w-password-input-wrap .w-password-toggle svg{
  width:20px!important;
  height:20px!important;
  display:block!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
body.woocommerce-checkout .w-password-input-wrap .w-password-toggle:hover{background:#f5efff!important}
body.woocommerce-checkout .w-password-input-wrap input{padding-right:52px!important}

/* V118 — Wallet balance in header + compact checkout wallet strip */
.w-header-wallet{
  display:inline-flex!important;
  align-items:center!important;
  gap:7px!important;
  min-height:40px!important;
  padding:7px 11px!important;
  border:1px solid var(--w-border)!important;
  border-radius:10px!important;
  background:#faf9ff!important;
  color:var(--w-text)!important;
  text-decoration:none!important;
  white-space:nowrap!important;
}
.w-header-wallet:hover{border-color:#d8c7ff!important;background:#f7f2ff!important}
.w-header-wallet-label{font-size:10px!important;text-transform:uppercase!important;letter-spacing:.08em!important;color:var(--w-muted)!important;font-weight:800!important}
.w-header-wallet strong{font-size:13px!important;color:var(--w-primary)!important;font-weight:800!important}
.w-checkout-wallet-bar{
  width:min(100%,1160px)!important;
  margin:0 auto 20px!important;
  padding:14px 18px!important;
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  border:1px solid #ddd1ff!important;
  border-radius:14px!important;
  background:linear-gradient(90deg,#faf8ff,#f4efff)!important;
  box-sizing:border-box!important;
}
.w-checkout-wallet-icon{
  width:38px!important;
  height:38px!important;
  flex:0 0 38px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:10px!important;
  background:linear-gradient(135deg,#6e2cff,#b928ff)!important;
  color:#fff!important;
  font-weight:900!important;
  font-size:18px!important;
}
.w-checkout-wallet-copy{display:flex!important;flex-direction:column!important;gap:2px!important;min-width:0!important;flex:1!important}
.w-checkout-wallet-copy strong{font-size:14px!important;color:#16213b!important}
.w-checkout-wallet-copy span{font-size:12px!important;color:#6f7890!important}
.w-checkout-wallet-copy b{color:#6e2cff!important}
.w-checkout-wallet-bar>a{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:9px 13px!important;border-radius:9px!important;background:#6e2cff!important;color:#fff!important;text-decoration:none!important;font-size:12px!important;font-weight:800!important}
.w-checkout-wallet-bar>a:hover{background:#5720d8!important}
@media (max-width:780px){
  .w-header-wallet-label{display:none!important}
  .w-header-wallet{padding:7px 9px!important}
  .w-checkout-wallet-bar{padding:12px!important;margin-bottom:14px!important}
  .w-checkout-wallet-bar>a{padding:8px 10px!important;font-size:11px!important}
}

/* V119 — Center wallet order-pay content with balanced side spacing */
body.w-wallet-order-pay .woocommerce-order-pay{
  width:100%!important;
  max-width:1080px!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding-left:28px!important;
  padding-right:28px!important;
  box-sizing:border-box!important;
}
body.w-wallet-order-pay .w-wallet-pay-hero,
body.w-wallet-order-pay .w-wallet-pay-summary,
body.w-wallet-order-pay .w-wallet-pay-note,
body.w-wallet-order-pay #payment{
  width:100%!important;
  box-sizing:border-box!important;
}
body.w-wallet-order-pay .w-wallet-pay-summary{
  max-width:100%!important;
}
@media(max-width:1120px){
  body.w-wallet-order-pay .woocommerce-order-pay{max-width:1000px!important;padding-left:22px!important;padding-right:22px!important}
}
@media(max-width:700px){
  body.w-wallet-order-pay .woocommerce-order-pay{padding-left:14px!important;padding-right:14px!important}
}

/* V120 — Empty cart redesign */
body.woocommerce-cart .w-empty-cart-page{
  width:100%!important;
  padding:76px 24px 92px!important;
  box-sizing:border-box!important;
  background:#f6f8fc!important;
}
body.woocommerce-cart .w-empty-cart-container{
  width:min(900px,100%)!important;
  margin:0 auto!important;
}
body.woocommerce-cart .w-empty-cart-card{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  padding:64px 52px 58px!important;
  background:#fff!important;
  border:1px solid #e4e8f1!important;
  border-radius:24px!important;
  box-shadow:0 16px 45px rgba(22,31,55,.07)!important;
  overflow:hidden!important;
}
body.woocommerce-cart .w-empty-cart-card::before{
  content:''!important;
  position:absolute!important;
  inset:0 0 auto 0!important;
  height:5px!important;
  background:linear-gradient(90deg,#6f2cff,#b82cff)!important;
}
body.woocommerce-cart .w-empty-cart-icon{
  width:92px!important;
  height:92px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  border-radius:24px!important;
  background:#f1ebff!important;
  color:#6f2cff!important;
  margin-bottom:24px!important;
}
body.woocommerce-cart .w-empty-cart-icon svg{
  width:58px!important;
  height:58px!important;
  display:block!important;
}
body.woocommerce-cart .w-empty-cart-copy .w-eyebrow{
  margin-bottom:8px!important;
  color:#9b74ff!important;
  letter-spacing:.14em!important;
}
body.woocommerce-cart .w-empty-cart-copy h1{
  margin:0!important;
  color:#18223c!important;
  font-size:38px!important;
  line-height:1.15!important;
}
body.woocommerce-cart .w-empty-cart-copy p{
  max-width:580px!important;
  margin:14px auto 0!important;
  color:#74809a!important;
  font-size:16px!important;
  line-height:1.7!important;
}
body.woocommerce-cart .w-empty-cart-btn{
  margin-top:30px!important;
  min-height:52px!important;
  padding:0 24px!important;
  border-radius:12px!important;
  text-decoration:none!important;
}
/* V123 — Keep the normal cart visible when products exist.
 * Empty-cart output is handled by the cart block/template logic instead.
 */
body.woocommerce-cart .woocommerce > .return-to-shop,
body.woocommerce-cart .woocommerce > .cart-empty{
  display:none!important;
}
@media(max-width:700px){
  body.woocommerce-cart .w-empty-cart-page{padding:42px 16px 64px!important}
  body.woocommerce-cart .w-empty-cart-card{padding:48px 22px 44px!important;border-radius:20px!important}
  body.woocommerce-cart .w-empty-cart-icon{width:76px!important;height:76px!important;border-radius:20px!important}
  body.woocommerce-cart .w-empty-cart-icon svg{width:48px!important;height:48px!important}
  body.woocommerce-cart .w-empty-cart-copy h1{font-size:30px!important}
  body.woocommerce-cart .w-empty-cart-copy p{font-size:14px!important}
  body.woocommerce-cart .w-empty-cart-btn{width:100%!important;max-width:320px!important}
}

/* V121: keep the theme empty-cart output self-contained; no WooCommerce duplicate output. */


/* V122 — Empty cart block-safe render */
body.woocommerce-cart .w-v122-empty-cart{
  box-sizing:border-box!important;
  width:min(640px,calc(100% - 48px))!important;
  margin:64px auto 86px!important;
  padding:56px 48px 52px!important;
  background:#fff!important;
  border:1px solid #e4e8f1!important;
  border-radius:24px!important;
  text-align:center!important;
  box-shadow:0 18px 50px rgba(22,31,55,.08)!important;
  position:relative!important;
  overflow:hidden!important;
}
body.woocommerce-cart .w-v122-empty-cart::before{
  content:""!important;
  position:absolute!important;
  top:0!important;left:0!important;right:0!important;height:5px!important;
  background:linear-gradient(90deg,#6f2cff,#b82cff)!important;
}
body.woocommerce-cart .w-v122-empty-cart-icon{
  width:88px!important;height:88px!important;margin:0 auto 24px!important;
  display:flex!important;align-items:center!important;justify-content:center!important;
  border-radius:24px!important;background:#f1ebff!important;color:#6f2cff!important;
}
body.woocommerce-cart .w-v122-empty-cart-icon svg{width:52px!important;height:52px!important;display:block!important}
body.woocommerce-cart .w-v122-empty-cart-eyebrow{
  margin-bottom:10px!important;font-size:13px!important;font-weight:800!important;
  letter-spacing:.14em!important;color:#9b74ff!important;
}
body.woocommerce-cart .w-v122-empty-cart h2{
  margin:0 0 14px!important;font-size:42px!important;line-height:1.08!important;
  font-weight:800!important;color:#18223c!important;
}
body.woocommerce-cart .w-v122-empty-cart p{
  max-width:470px!important;margin:0 auto 28px!important;color:#74809a!important;
  font-size:17px!important;line-height:1.65!important;
}
body.woocommerce-cart .w-v122-empty-cart-button{
  display:inline-flex!important;align-items:center!important;justify-content:center!important;
  gap:8px!important;min-height:52px!important;padding:0 28px!important;
  border-radius:13px!important;background:linear-gradient(90deg,#6f2cff,#b82cff)!important;
  color:#fff!important;text-decoration:none!important;font-weight:800!important;
  box-shadow:0 12px 28px rgba(111,44,255,.22)!important;
}
body.woocommerce-cart .woocommerce > .continue-shopping,
body.woocommerce-cart .woocommerce > .return-to-shop,
body.woocommerce-cart .w-cart-continue,
body.woocommerce-cart a.woocommerce-continue-shopping{
  display:none!important;
}
@media(max-width:700px){
  body.woocommerce-cart .w-v122-empty-cart{
    width:calc(100% - 28px)!important;margin:38px auto 54px!important;
    padding:42px 22px 40px!important;border-radius:20px!important;
  }
  body.woocommerce-cart .w-v122-empty-cart-icon{width:76px!important;height:76px!important;border-radius:20px!important}
  body.woocommerce-cart .w-v122-empty-cart-icon svg{width:46px!important;height:46px!important}
  body.woocommerce-cart .w-v122-empty-cart h2{font-size:32px!important}
  body.woocommerce-cart .w-v122-empty-cart p{font-size:15px!important}
  body.woocommerce-cart .w-v122-empty-cart-button{width:100%!important;max-width:320px!important}
}

/* V124: Hide only WooCommerce's cart-item removal "Undo" notice. */
.woocommerce-cart .woocommerce-message:has(a.restore-item),
.woocommerce-cart .woocommerce-message:has(a[href*="undo_item"]) {
    display: none !important;
}
\n/* V129 — Stylish manual payment confirmation */
body.woocommerce-order-received .w-thank-manual-confirm{
  display:grid!important;grid-template-columns:72px minmax(0,1fr);gap:20px;align-items:start;
  margin:0 0 30px!important;padding:26px 28px!important;background:linear-gradient(135deg,#fbf9ff,#f7f3ff);
  border:1px solid #ded5ff!important;border-radius:20px!important;box-shadow:0 12px 32px rgba(20,25,45,.06)!important;
}
body.woocommerce-order-received .w-thank-manual-icon{
  width:72px;height:72px;border-radius:20px;display:grid;place-items:center;
  background:linear-gradient(135deg,#6f2cff,#b72af4);color:#fff;font-size:34px;font-weight:800;
  box-shadow:0 12px 24px rgba(109,44,255,.22);
}
body.woocommerce-order-received .w-thank-manual-copy{min-width:0}
body.woocommerce-order-received .w-manual-topline{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:5px}
body.woocommerce-order-received .w-manual-awaiting{display:inline-flex;align-items:center;min-height:24px;padding:0 9px;border-radius:999px;background:#fff;color:#7a62c9;border:1px solid #e5ddff;font-size:10px;font-weight:800;letter-spacing:.08em}
body.woocommerce-order-received .w-thank-manual-copy h2{margin:4px 0 9px!important;font-size:28px!important;line-height:1.15!important;color:#16213a!important}
body.woocommerce-order-received .w-thank-manual-copy .w-manual-lead{margin:0 0 16px!important;color:#5f6d88;font-size:14px;line-height:1.72}
body.woocommerce-order-received .w-manual-proof-box{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:12px;align-items:center;margin:0 0 16px;padding:13px 14px;border-radius:14px;background:#fff;border:1px solid #e3def8}
body.woocommerce-order-received .w-manual-proof-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;background:#efeaff;color:#6f2cff;font-size:20px;font-weight:800}
body.woocommerce-order-received .w-manual-proof-box strong{display:block;color:#1b2542;font-size:13px;margin-bottom:2px}
body.woocommerce-order-received .w-manual-proof-box span{display:block;color:#7b8498;font-size:12px;line-height:1.45}
body.woocommerce-order-received .w-manual-order-chip{white-space:nowrap;padding:8px 10px;border-radius:9px;background:#f4f0ff;color:#6f2cff;font-size:10px;font-weight:900;letter-spacing:.06em}
body.woocommerce-order-received .w-thank-manual-actions{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px;margin:0 0 11px}
body.woocommerce-order-received .w-thank-manual-actions a{display:flex!important;align-items:center;justify-content:center;gap:7px;min-height:42px;padding:0 10px!important;border-radius:11px!important;text-decoration:none!important;font-weight:800;font-size:12px!important;color:#fff!important;box-shadow:none!important}
body.woocommerce-order-received .w-thank-manual-actions a b{font-size:14px;line-height:1}
body.woocommerce-order-received .w-contact-whatsapp{background:#18b968!important}
body.woocommerce-order-received .w-contact-telegram{background:#1599e6!important}
body.woocommerce-order-received .w-contact-messenger{background:#3578f6!important}
body.woocommerce-order-received .w-contact-email{background:#6f2cff!important}
body.woocommerce-order-received .w-thank-manual-actions a:hover{transform:translateY(-1px);filter:brightness(.97)}
body.woocommerce-order-received .w-manual-note{display:block!important;color:#8992a5;font-size:11px;line-height:1.55}
@media(max-width:800px){body.woocommerce-order-received .w-thank-manual-confirm{grid-template-columns:56px minmax(0,1fr);gap:14px;padding:20px!important}.w-thank-manual-icon{width:56px!important;height:56px!important;border-radius:16px!important;font-size:28px!important}.w-manual-proof-box{grid-template-columns:40px minmax(0,1fr)!important}.w-manual-order-chip{grid-column:2;justify-self:start}.w-thank-manual-actions{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:520px){body.woocommerce-order-received .w-thank-manual-confirm{grid-template-columns:1fr!important}.w-thank-manual-actions{grid-template-columns:1fr 1fr!important}}

/* V128 - Checkout payment method readability/polish */
body.woocommerce-checkout form.checkout #payment{
  border:1px solid #e2e6f0!important;
  border-radius:18px!important;
  background:#fbfbfe!important;
  padding:20px!important;
  box-shadow:0 10px 28px rgba(22,33,63,.05)!important;
}
body.woocommerce-checkout form.checkout #payment ul.payment_methods{
  margin:0!important;
  padding:0!important;
  border:0!important;
  list-style:none!important;
}
body.woocommerce-checkout form.checkout #payment ul.payment_methods > li.wc_payment_method{
  position:relative!important;
  margin:0 0 12px!important;
  padding:17px 18px!important;
  border:1px solid #e0e4ee!important;
  border-radius:14px!important;
  background:#fff!important;
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease!important;
}
body.woocommerce-checkout form.checkout #payment ul.payment_methods > li.wc_payment_method:hover{
  border-color:#bda7ff!important;
  box-shadow:0 7px 18px rgba(109,44,255,.08)!important;
}
body.woocommerce-checkout form.checkout #payment ul.payment_methods > li.wc_payment_method > label{
  display:flex!important;
  align-items:center!important;
  gap:12px!important;
  min-height:30px!important;
  margin:0!important;
  color:#17213f!important;
  font-size:17px!important;
  line-height:1.35!important;
  font-weight:750!important;
  cursor:pointer!important;
}
body.woocommerce-checkout form.checkout #payment ul.payment_methods > li.wc_payment_method > label img{
  max-width:170px!important;
  width:auto!important;
  max-height:34px!important;
  height:auto!important;
  object-fit:contain!important;
  margin-left:2px!important;
}
body.woocommerce-checkout form.checkout #payment ul.payment_methods > li.wc_payment_method > input[type=radio]{
  width:18px!important;
  height:18px!important;
  margin:0 7px 0 0!important;
  accent-color:#6f2cff!important;
  vertical-align:middle!important;
}
body.woocommerce-checkout form.checkout #payment ul.payment_methods > li.wc_payment_method .payment_box{
  margin:14px 0 0!important;
  padding:15px 16px!important;
  border:1px solid #e2ddfb!important;
  border-radius:11px!important;
  background:#f7f4ff!important;
  color:#5e6880!important;
  font-size:14px!important;
  line-height:1.55!important;
}
body.woocommerce-checkout form.checkout #payment ul.payment_methods > li.wc_payment_method .payment_box p:last-child{margin-bottom:0!important}
body.woocommerce-checkout form.checkout #payment .place-order{
  margin:4px 0 0!important;
  padding:14px 0 0!important;
}
body.woocommerce-checkout form.checkout #payment #place_order{
  min-height:56px!important;
  width:100%!important;
  border:0!important;
  border-radius:12px!important;
  background:linear-gradient(90deg,#6d2cff,#bd24f5)!important;
  color:#fff!important;
  font-size:17px!important;
  font-weight:800!important;
  letter-spacing:.01em!important;
  box-shadow:0 12px 24px rgba(109,44,255,.18)!important;
}
body.woocommerce-checkout form.checkout #payment #place_order:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 15px 28px rgba(109,44,255,.23)!important;
}
body.woocommerce-checkout form.checkout #payment .woocommerce-terms-and-conditions-wrapper{
  margin-top:12px!important;
  font-size:12px!important;
  line-height:1.5!important;
}
/* Wallet row gets a distinct, easy-to-scan treatment. */
body.woocommerce-checkout #payment li.wc_payment_method.payment_method_waheedsm_wallet{
  border-color:#d9ccff!important;
  background:linear-gradient(180deg,#fcfaff,#fff)!important;
}
body.woocommerce-checkout #payment li.wc_payment_method.payment_method_waheedsm_wallet .payment_box{
  font-size:15px!important;
  color:#4f5871!important;
}
body.woocommerce-checkout #payment li.wc_payment_method.payment_method_waheedsm_wallet .w-wallet-insufficient,
body.woocommerce-checkout #payment li.wc_payment_method.payment_method_waheedsm_wallet .waheedsm-wallet-insufficient{
  font-weight:700!important;
  color:#b42348!important;
}
@media(max-width:700px){
  body.woocommerce-checkout form.checkout #payment{padding:14px!important;border-radius:15px!important}
  body.woocommerce-checkout form.checkout #payment ul.payment_methods > li.wc_payment_method{padding:15px!important}
  body.woocommerce-checkout form.checkout #payment ul.payment_methods > li.wc_payment_method > label{font-size:15px!important}
  body.woocommerce-checkout form.checkout #payment ul.payment_methods > li.wc_payment_method > label img{max-width:145px!important;max-height:30px!important}
  body.woocommerce-checkout form.checkout #payment #place_order{font-size:16px!important;min-height:54px!important}
}

/* V130 — Manual-payment status clarity */
body.woocommerce-order-received .w-thank-manual-pending-hero{border:1px solid #eadcff!important;background:linear-gradient(135deg,#ffffff 0%,#faf7ff 100%)!important}
body.woocommerce-order-received .w-thank-manual-pending-hero .w-thank-pending-icon{background:linear-gradient(135deg,#ffb020,#ff7a00)!important;box-shadow:0 12px 24px rgba(255,141,0,.20)!important}
body.woocommerce-order-received .w-thank-manual-pending-hero .w-thank-eyebrow{color:#8b58ff!important;letter-spacing:.10em!important}
body.woocommerce-order-received .w-thank-manual-pending-hero h1{font-size:clamp(30px,4vw,46px)!important;line-height:1.08!important;margin:7px 0 9px!important}
body.woocommerce-order-received .w-thank-manual-pending-hero p{max-width:860px!important;color:#5f6d88!important;font-size:15px!important;line-height:1.7!important}
body.woocommerce-order-received .w-thank-manual-pending-hero p strong{color:#6f2cff!important}
body.woocommerce-order-received .w-thank-manual-confirm{border:2px solid #d7c7ff!important;background:linear-gradient(135deg,#ffffff,#f8f4ff)!important}
body.woocommerce-order-received .w-thank-manual-copy h2{font-size:32px!important}
body.woocommerce-order-received .w-manual-topline .w-thank-label{color:#6f2cff!important}
body.woocommerce-order-received .w-manual-awaiting{color:#b25d00!important;border-color:#ffd9a3!important;background:#fff7e9!important}
body.woocommerce-order-received .w-manual-proof-box{border:2px solid #e0d5ff!important;background:#fff!important;box-shadow:0 8px 24px rgba(35,30,80,.05)!important}
body.woocommerce-order-received .w-manual-proof-box strong{font-size:14px!important}
body.woocommerce-order-received .w-thank-manual-actions a{min-height:48px!important;font-size:13px!important}
@media(max-width:800px){body.woocommerce-order-received .w-thank-manual-pending-hero h1{font-size:30px!important}body.woocommerce-order-received .w-thank-manual-copy h2{font-size:27px!important}}

/* V131 — Compact manual payment proof panel */
body.woocommerce-order-received .w-thank-manual-pending-hero{
  padding:28px 30px!important;
}
body.woocommerce-order-received .w-thank-manual-pending-hero .w-thank-icon{
  width:74px!important;height:74px!important;border-radius:20px!important;
}
body.woocommerce-order-received .w-thank-manual-pending-hero h1{
  margin:5px 0 6px!important;
}
body.woocommerce-order-received .w-thank-manual-pending-hero p{
  margin:0!important;
  font-size:14px!important;
  line-height:1.55!important;
}
body.woocommerce-order-received .w-thank-manual-confirm{
  padding:22px 24px!important;
}
body.woocommerce-order-received .w-thank-manual-copy h2{
  font-size:28px!important;
  margin:0 0 8px!important;
}
body.woocommerce-order-received .w-manual-lead{
  margin-bottom:14px!important;
}
body.woocommerce-order-received .w-manual-proof-box{
  padding:14px 16px!important;
}
body.woocommerce-order-received .w-thank-manual-actions{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px!important;
  margin-top:10px!important;
}
body.woocommerce-order-received .w-thank-manual-actions a{
  min-height:44px!important;
  padding:0 14px!important;
  border-radius:11px!important;
  font-size:13px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
}
body.woocommerce-order-received .w-social-icon{
  width:16px!important;
  height:16px!important;
  display:block!important;
  flex:0 0 16px!important;
}
body.woocommerce-order-received .w-whatsapp-icon path{
  fill:currentColor!important;
}
body.woocommerce-order-received .w-manual-note{
  display:block!important;
  margin-top:9px!important;
  font-size:11px!important;
  line-height:1.45!important;
}
@media(max-width:760px){
  body.woocommerce-order-received .w-thank-manual-actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  body.woocommerce-order-received .w-thank-manual-pending-hero{
    padding:22px 18px!important;
  }
}

/* V132 — Manual order received: compact admin contact icons */
body.woocommerce-order-received .w-admin-contact-icons{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  margin-top:14px!important;
}
body.woocommerce-order-received .w-admin-contact{
  width:42px!important;
  height:42px!important;
  border-radius:12px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-decoration:none!important;
  box-shadow:0 8px 18px rgba(22,33,63,.08)!important;
  transition:transform .18s ease, box-shadow .18s ease!important;
}
body.woocommerce-order-received .w-admin-contact:hover{
  transform:translateY(-2px)!important;
  box-shadow:0 10px 22px rgba(22,33,63,.13)!important;
}
body.woocommerce-order-received .w-admin-contact svg{
  width:20px!important;
  height:20px!important;
  display:block!important;
  fill:currentColor!important;
}
body.woocommerce-order-received .w-admin-whatsapp{
  color:#fff!important;background:#16b364!important;
}
body.woocommerce-order-received .w-admin-telegram{
  color:#fff!important;background:#229ed9!important;
}
body.woocommerce-order-received .w-admin-messenger{
  color:#fff!important;background:#3b82f6!important;
}
body.woocommerce-order-received .w-admin-email{
  color:#fff!important;background:#7c3aed!important;
}
body.woocommerce-order-received .w-thank-manual-pending-hero h1{
  margin-bottom:6px!important;
}
@media(max-width:700px){
  body.woocommerce-order-received .w-admin-contact{
    width:40px!important;height:40px!important;border-radius:11px!important;
  }
}

/* V133 — Short, polished manual-payment support icons */
body.woocommerce-order-received .w-admin-contact-icons{
  gap:8px!important;
  margin-top:12px!important;
}
body.woocommerce-order-received .w-admin-contact{
  width:36px!important;
  height:36px!important;
  border-radius:10px!important;
  box-shadow:none!important;
}
body.woocommerce-order-received .w-admin-contact svg{
  width:17px!important;
  height:17px!important;
}
body.woocommerce-order-received .w-admin-contact:hover{
  transform:translateY(-1px)!important;
  box-shadow:0 5px 12px rgba(22,33,63,.10)!important;
}
body.woocommerce-order-received .w-thank-manual-pending-hero{
  padding:24px 28px!important;
}
body.woocommerce-order-received .w-thank-manual-pending-hero .w-thank-icon{
  width:66px!important;
  height:66px!important;
  border-radius:18px!important;
}
body.woocommerce-order-received .w-thank-manual-pending-hero h1{
  font-size:clamp(28px,3.6vw,42px)!important;
}
body.woocommerce-order-received .w-thank-manual-pending-hero p{
  font-size:14px!important;
  line-height:1.5!important;
}
body.woocommerce-order-received .w-thank-manual-confirm{
  padding:18px 20px!important;
}
body.woocommerce-order-received .w-thank-manual-copy h2{
  font-size:25px!important;
  margin-bottom:6px!important;
}
body.woocommerce-order-received .w-manual-lead{
  font-size:14px!important;
  line-height:1.5!important;
  margin-bottom:12px!important;
}
body.woocommerce-order-received .w-manual-proof-box{
  padding:12px 14px!important;
  border-radius:13px!important;
}
body.woocommerce-order-received .w-manual-proof-box strong{
  font-size:13px!important;
}
body.woocommerce-order-received .w-manual-proof-box span{
  font-size:12px!important;
}
body.woocommerce-order-received .w-thank-manual-actions{
  gap:8px!important;
}
body.woocommerce-order-received .w-thank-manual-actions a{
  min-height:42px!important;
  padding:0 10px!important;
  font-size:12px!important;
  border-radius:10px!important;
}
body.woocommerce-order-received .w-manual-note{
  margin-top:7px!important;
  font-size:10px!important;
}
@media(max-width:760px){
  body.woocommerce-order-received .w-thank-manual-actions{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
}

/* V135 — Hide only the Customer Information card for logged-in users.
   Keep the checkout page, wallet bar, payment method, and order summary visible. */
body.woocommerce-checkout.logged-in .w-customer-card {
    display: none !important;
}

/* V136 — Checkout payment card polish */
body.woocommerce-checkout .w-payment-card,
body.woocommerce-checkout .w-payment-method-card,
body.woocommerce-checkout .w-checkout-payment,
body.woocommerce-checkout .w-payment-box{
    border-radius:20px!important;
}

/* Put each radio selector and label/content on one clean row when the markup permits it. */
body.woocommerce-checkout .w-payment-option{
    display:flex!important;
    align-items:flex-start!important;
    gap:14px!important;
    padding:18px 20px!important;
}
body.woocommerce-checkout .w-payment-option > input[type="radio"],
body.woocommerce-checkout .w-payment-option > label{
    flex:0 0 auto;
}
body.woocommerce-checkout .w-payment-option > input[type="radio"]{
    margin-top:4px!important;
}
body.woocommerce-checkout .w-payment-option > .w-payment-content{
    flex:1 1 auto!important;
    min-width:0!important;
}

/* Generic WooCommerce/custom radio rows: increase spacing between selector and content. */
body.woocommerce-checkout .woocommerce-checkout-payment li,
body.woocommerce-checkout .wc_payment_method{
    padding:16px 18px!important;
    border-radius:14px!important;
}
body.woocommerce-checkout .woocommerce-checkout-payment li > input[type="radio"],
body.woocommerce-checkout .wc_payment_method > input[type="radio"]{
    margin:3px 12px 0 0!important;
    vertical-align:top!important;
}
body.woocommerce-checkout .woocommerce-checkout-payment li > label,
body.woocommerce-checkout .wc_payment_method > label{
    font-size:16px!important;
    line-height:1.35!important;
}

/* Payment method headings/labels */
body.woocommerce-checkout .w-payment-method-title,
body.woocommerce-checkout .w-payment-option-title{
    font-size:18px!important;
    font-weight:800!important;
    line-height:1.35!important;
}
body.woocommerce-checkout .w-payment-method-description,
body.woocommerce-checkout .w-payment-option-description{
    font-size:14px!important;
    line-height:1.55!important;
    color:#66728d!important;
}

/* Red-marked order summary / side card breathing room. */
body.woocommerce-checkout .w-order-card,
body.woocommerce-checkout .w-order-summary-card{
    padding-bottom:24px!important;
}
body.woocommerce-checkout .w-order-card .w-order-total,
body.woocommerce-checkout .w-order-summary-card .w-order-total{
    margin-top:22px!important;
    padding-top:20px!important;
}
body.woocommerce-checkout .w-order-card .w-secure-note,
body.woocommerce-checkout .w-order-summary-card .w-secure-note{
    margin-top:20px!important;
    padding-top:6px!important;
}

/* Make the three assurance rows more breathable. */
body.woocommerce-checkout .w-checkout-features > div,
body.woocommerce-checkout .w-payment-features > div{
    padding:17px 18px!important;
    gap:14px!important;
}
body.woocommerce-checkout .w-checkout-features svg,
body.woocommerce-checkout .w-payment-features svg{
    flex:0 0 auto!important;
}

/* Keep the checkout balanced on desktop. */
body.woocommerce-checkout .w-checkout-grid{
    column-gap:26px!important;
}

/* Mobile: keep controls readable without making the card too tall. */
@media(max-width:760px){
    body.woocommerce-checkout .woocommerce-checkout-payment li,
    body.woocommerce-checkout .wc_payment_method{
        padding:14px 15px!important;
    }
    body.woocommerce-checkout .w-payment-option{
        padding:15px 16px!important;
    }
}

/* V137 — logged-in checkout: hide customer-information card only */
body.woocommerce-checkout.logged-in .w-customer-card{
    display:none!important;
}

/* V139 — Only align payment selector bullet with the main text.
   Keep all payment details/accordions below unchanged. */
body.woocommerce-checkout .w-payment-option,
body.woocommerce-checkout .w-payment-method-option{
    position:relative!important;
}

body.woocommerce-checkout .w-payment-option > input[type="radio"],
body.woocommerce-checkout .w-payment-method-option > input[type="radio"]{
    position:absolute!important;
    left:20px!important;
    top:18px!important;
    margin:0!important;
    width:18px!important;
    height:18px!important;
    z-index:2!important;
}

body.woocommerce-checkout .w-payment-option > label,
body.woocommerce-checkout .w-payment-method-option > label{
    display:block!important;
    margin:0!important;
    padding-left:34px!important;
    line-height:1.35!important;
    min-height:22px!important;
}

body.woocommerce-checkout .w-payment-option-title,
body.woocommerce-checkout .w-payment-method-title{
    display:inline-block!important;
    vertical-align:top!important;
    margin:0!important;
    font-size:17px!important;
    line-height:1.35!important;
}

/* Prevent the detail panel from being placed beside the option title.
   It stays below the title in the selected option. */
body.woocommerce-checkout .w-payment-option .w-payment-content,
body.woocommerce-checkout .w-payment-method-option .w-payment-content{
    margin-left:0!important;
}

@media(max-width:760px){
    body.woocommerce-checkout .w-payment-option > input[type="radio"],
    body.woocommerce-checkout .w-payment-method-option > input[type="radio"]{
        left:15px!important;
        top:15px!important;
    }
    body.woocommerce-checkout .w-payment-option > label,
    body.woocommerce-checkout .w-payment-method-option > label{
        padding-left:29px!important;
    }
}

/* V140 — precise radio + main text positioning only */
body.woocommerce-checkout .w-payment-option{
    display:block!important;
    position:relative!important;
    padding:22px 24px 22px 58px!important;
}

body.woocommerce-checkout .w-payment-option > input[type="radio"]{
    position:absolute!important;
    left:22px!important;
    top:24px!important;
    width:18px!important;
    height:18px!important;
    margin:0!important;
}

body.woocommerce-checkout .w-payment-option > label{
    display:block!important;
    padding:0!important;
    margin:0!important;
    line-height:1.35!important;
}

body.woocommerce-checkout .w-payment-option-title{
    display:inline-block!important;
    margin:0!important;
    font-size:18px!important;
    line-height:1.35!important;
    vertical-align:top!important;
}

/* Keep the Cryptomus badge directly beside its title. */
body.woocommerce-checkout .w-payment-option label img,
body.woocommerce-checkout .w-payment-option label .cryptomus-button,
body.woocommerce-checkout .w-payment-option label .w-cryptomus{
    vertical-align:middle!important;
    margin-left:10px!important;
}

/* Details remain below the title, not beside it. */
body.woocommerce-checkout .w-payment-option .w-payment-content,
body.woocommerce-checkout .w-payment-option .w-payment-method-content{
    display:block!important;
    margin-top:14px!important;
    margin-left:0!important;
}

/* Wallet balance panel keeps clean breathing room under title. */
body.woocommerce-checkout .w-payment-option .w-wallet-status{
    margin-top:14px!important;
}

/* Do not alter the overall card width/layout. */
@media(max-width:760px){
    body.woocommerce-checkout .w-payment-option{
        padding:18px 18px 18px 48px!important;
    }
    body.woocommerce-checkout .w-payment-option > input[type="radio"]{
        left:16px!important;
        top:20px!important;
    }
    body.woocommerce-checkout .w-payment-option-title{
        font-size:17px!important;
    }
}



/* V143 — keep Track Your Order inline with the existing action buttons */
body.woocommerce-order-received .w-thank-actions-inside{
  display:flex!important;
  align-items:center!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
body.woocommerce-order-received .w-thank-actions-inside .w-track-order-btn{
  margin:0!important;
  width:auto!important;
  min-height:44px!important;
  padding:0 16px!important;
  border-radius:11px!important;
  background:linear-gradient(90deg,#6d2cff,#b52cff)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(109,44,255,.16)!important;
}
body.woocommerce-order-received .w-thank-actions-inside .w-track-order-btn .w-track-order-icon{
  width:18px!important;
  height:18px!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
}
body.woocommerce-order-received .w-thank-actions-inside .w-track-order-btn .w-track-order-icon svg{
  width:13px!important;
  height:13px!important;
  fill:currentColor!important;
}
@media(max-width:700px){
  body.woocommerce-order-received .w-thank-actions-inside{
    align-items:stretch!important;
  }
  body.woocommerce-order-received .w-thank-actions-inside > a{
    flex:1 1 100%!important;
    width:100%!important;
  }
}

/* V144 — On-hold order funding note */
.w-onhold-funding-note{
    margin:20px 0 0!important;
    padding:16px 18px!important;
    border:1px solid #e5d9ff!important;
    border-radius:14px!important;
    background:linear-gradient(135deg,#faf7ff,#ffffff)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:18px!important;
}
.w-onhold-funding-copy{
    display:flex!important;
    flex-direction:column!important;
    gap:4px!important;
    min-width:0!important;
}
.w-onhold-funding-copy strong{
    color:#1a2543!important;
    font-size:14px!important;
    line-height:1.3!important;
}
.w-onhold-funding-copy span{
    color:#6c7892!important;
    font-size:12px!important;
    line-height:1.5!important;
}
.w-onhold-funding-btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:40px!important;
    padding:0 16px!important;
    border-radius:10px!important;
    background:linear-gradient(90deg,#6d2cff,#b92cff)!important;
    color:#fff!important;
    text-decoration:none!important;
    font-size:12px!important;
    font-weight:800!important;
    white-space:nowrap!important;
    box-shadow:0 7px 16px rgba(109,44,255,.18)!important;
}
.w-onhold-funding-btn:hover{
    color:#fff!important;
    transform:translateY(-1px)!important;
}
@media(max-width:700px){
    .w-onhold-funding-note{
        align-items:stretch!important;
        flex-direction:column!important;
        gap:12px!important;
    }
    .w-onhold-funding-btn{
        width:100%!important;
    }
}

/* V145 — compact on-hold payment status */
.w-onhold-funding-note{
    margin:18px 0 0!important;
    padding:13px 15px!important;
    border:1px solid #eadcff!important;
    border-radius:12px!important;
    background:#fbf9ff!important;
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:14px!important;
}
.w-onhold-funding-copy{
    display:flex!important;
    flex-direction:column!important;
    gap:3px!important;
}
.w-onhold-payment-status{
    display:inline-block!important;
    width:max-content!important;
    color:#c24b63!important;
    background:#fff1f4!important;
    border:1px solid #ffd1da!important;
    border-radius:999px!important;
    padding:4px 8px!important;
    font-size:10px!important;
    line-height:1!important;
    font-weight:800!important;
    letter-spacing:.08em!important;
}
.w-onhold-funding-copy strong{
    color:#1a2543!important;
    font-size:13px!important;
    line-height:1.35!important;
}
.w-onhold-funding-btn{
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    min-height:38px!important;
    padding:0 15px!important;
    border-radius:9px!important;
    background:linear-gradient(90deg,#6d2cff,#b92cff)!important;
    color:#fff!important;
    text-decoration:none!important;
    font-size:12px!important;
    font-weight:800!important;
    white-space:nowrap!important;
    box-shadow:0 6px 14px rgba(109,44,255,.16)!important;
}
.w-onhold-funding-btn:hover{
    color:#fff!important;
    transform:translateY(-1px)!important;
}
@media(max-width:700px){
    .w-onhold-funding-note{
        align-items:stretch!important;
        flex-direction:column!important;
    }
    .w-onhold-funding-btn{
        width:100%!important;
    }
}

/* V146 — WooCommerce Order Pay page redesign */
body.woocommerce-order-pay{
    background:#f5f7fc!important;
}
body.woocommerce-order-pay .site-main,
body.woocommerce-order-pay main{
    padding-top:34px!important;
    padding-bottom:48px!important;
}
body.woocommerce-order-pay .woocommerce{
    width:min(1120px,calc(100% - 40px))!important;
    margin:0 auto!important;
}
body.woocommerce-order-pay .woocommerce-order-pay-wrap{
    display:grid!important;
    grid-template-columns:minmax(0,1.45fr) minmax(300px,.75fr)!important;
    gap:24px!important;
    align-items:start!important;
}
body.woocommerce-order-pay .w-orderpay-hero{
    grid-column:1/-1!important;
    background:linear-gradient(135deg,#101a43 0%,#3e1c83 100%)!important;
    color:#fff!important;
    border-radius:22px!important;
    padding:30px 34px!important;
    box-shadow:0 18px 42px rgba(25,24,73,.16)!important;
    display:flex!important;
    align-items:center!important;
    gap:18px!important;
}
body.woocommerce-order-pay .w-orderpay-hero-icon{
    width:62px!important;
    height:62px!important;
    border-radius:17px!important;
    background:linear-gradient(135deg,#7b2cff,#bd2cff)!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 62px!important;
    font-size:29px!important;
    font-weight:800!important;
}
body.woocommerce-order-pay .w-orderpay-eyebrow{
    font-size:11px!important;
    letter-spacing:.14em!important;
    font-weight:800!important;
    text-transform:uppercase!important;
    opacity:.82!important;
    margin-bottom:5px!important;
}
body.woocommerce-order-pay .w-orderpay-hero h1{
    margin:0 0 6px!important;
    color:#fff!important;
    font-size:clamp(28px,4vw,42px)!important;
    line-height:1.05!important;
}
body.woocommerce-order-pay .w-orderpay-hero p{
    margin:0!important;
    color:rgba(255,255,255,.82)!important;
    font-size:14px!important;
    line-height:1.55!important;
}
body.woocommerce-order-pay .w-orderpay-card{
    background:#fff!important;
    border:1px solid #e4e8f2!important;
    border-radius:20px!important;
    box-shadow:0 14px 34px rgba(27,35,67,.07)!important;
    padding:24px!important;
}
body.woocommerce-order-pay .w-orderpay-card h2{
    margin:0 0 18px!important;
    color:#17213f!important;
    font-size:22px!important;
}
body.woocommerce-order-pay .w-orderpay-summary{
    display:grid!important;
    gap:0!important;
    margin-bottom:18px!important;
}
body.woocommerce-order-pay .w-orderpay-summary-row{
    display:flex!important;
    align-items:flex-start!important;
    justify-content:space-between!important;
    gap:15px!important;
    padding:13px 0!important;
    border-bottom:1px solid #edf0f5!important;
}
body.woocommerce-order-pay .w-orderpay-summary-row:last-child{
    border-bottom:0!important;
    padding-bottom:0!important;
}
body.woocommerce-order-pay .w-orderpay-summary-label{
    color:#73809a!important;
    font-size:12px!important;
    font-weight:700!important;
}
body.woocommerce-order-pay .w-orderpay-summary-value{
    color:#18213c!important;
    font-size:13px!important;
    font-weight:800!important;
    text-align:right!important;
}
body.woocommerce-order-pay .w-orderpay-summary-total{
    font-size:21px!important;
    color:#6d2cff!important;
}
body.woocommerce-order-pay .w-orderpay-paybox{
    border:1px solid #e4e8f2!important;
    background:#fafbfe!important;
    border-radius:17px!important;
    padding:18px!important;
}
body.woocommerce-order-pay #order_review,
body.woocommerce-order-pay form#order_review{
    margin:0!important;
}
body.woocommerce-order-pay #order_review .shop_table{
    background:#fff!important;
    border:1px solid #e6eaf3!important;
    border-radius:14px!important;
    overflow:hidden!important;
}
body.woocommerce-order-pay #order_review .shop_table td,
body.woocommerce-order-pay #order_review .shop_table th{
    padding:13px 14px!important;
    font-size:13px!important;
}
body.woocommerce-order-pay #payment{
    background:transparent!important;
    border:0!important;
    padding:0!important;
}
body.woocommerce-order-pay #payment ul.payment_methods{
    background:transparent!important;
    border:0!important;
    padding:0!important;
    margin:0 0 15px!important;
}
body.woocommerce-order-pay #payment ul.payment_methods li{
    background:#fff!important;
    border:1px solid #e5e9f2!important;
    border-radius:14px!important;
    margin:0 0 10px!important;
    padding:15px!important;
}
body.woocommerce-order-pay #payment .payment_box{
    background:#f5f1ff!important;
    border:1px solid #eadfff!important;
    border-radius:11px!important;
    color:#69748f!important;
}
body.woocommerce-order-pay #payment input[type="submit"],
body.woocommerce-order-pay #place_order{
    width:100%!important;
    min-height:50px!important;
    border:0!important;
    border-radius:12px!important;
    background:linear-gradient(90deg,#6d2cff,#b52cff)!important;
    color:#fff!important;
    font-size:15px!important;
    font-weight:800!important;
    box-shadow:0 10px 22px rgba(109,44,255,.20)!important;
}
body.woocommerce-order-pay .woocommerce-info{
    border:1px solid #e5dbff!important;
    border-radius:14px!important;
    background:#faf7ff!important;
    color:#5f6d88!important;
    padding:14px 16px!important;
}
body.woocommerce-order-pay .w-orderpay-help{
    display:flex!important;
    gap:11px!important;
    align-items:flex-start!important;
    padding:14px 15px!important;
    margin-top:14px!important;
    border:1px solid #e6eaf3!important;
    border-radius:13px!important;
    background:#fff!important;
}
body.woocommerce-order-pay .w-orderpay-help-icon{
    width:30px!important;
    height:30px!important;
    border-radius:9px!important;
    background:#eee8ff!important;
    color:#6d2cff!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    flex:0 0 30px!important;
    font-weight:800!important;
}
body.woocommerce-order-pay .w-orderpay-help strong{
    display:block!important;
    color:#1a2440!important;
    font-size:13px!important;
    margin-bottom:2px!important;
}
body.woocommerce-order-pay .w-orderpay-help span{
    color:#73809a!important;
    font-size:11px!important;
    line-height:1.5!important;
}
@media(max-width:820px){
    body.woocommerce-order-pay .woocommerce{
        width:min(100% - 24px,680px)!important;
    }
    body.woocommerce-order-pay .woocommerce-order-pay-wrap{
        grid-template-columns:1fr!important;
    }
    body.woocommerce-order-pay .w-orderpay-hero{
        padding:24px!important;
    }
}
@media(max-width:560px){
    body.woocommerce-order-pay .w-orderpay-card{
        padding:18px!important;
        border-radius:16px!important;
    }
    body.woocommerce-order-pay .w-orderpay-hero{
        flex-direction:column!important;
        align-items:flex-start!important;
        border-radius:18px!important;
    }
}

/* V147 — Order-pay layout/support polish */
body.woocommerce-order-pay{
    padding-top:18px!important;
}
body.woocommerce-order-pay .site-main,
body.woocommerce-order-pay main{
    padding-top:18px!important;
}
body.woocommerce-order-pay .w-orderpay-hero{
    margin-top:16px!important;
    margin-bottom:20px!important;
    padding:34px 36px!important;
}
body.woocommerce-order-pay .w-orderpay-hero h1{
    margin-top:0!important;
    margin-bottom:7px!important;
}
body.woocommerce-order-pay .w-orderpay-hero p{
    margin-top:0!important;
    max-width:760px!important;
}
body.woocommerce-order-pay .w-orderpay-card{
    padding:22px!important;
}
body.woocommerce-order-pay .w-orderpay-card > h2{
    margin-bottom:14px!important;
}
body.woocommerce-order-pay .w-orderpay-side{
    padding:22px!important;
}
body.woocommerce-order-pay .w-orderpay-help{
    margin-top:4px!important;
}
body.woocommerce-order-pay .w-orderpay-contacts{
    display:grid!important;
    grid-template-columns:1fr 1fr!important;
    gap:9px!important;
    margin-top:14px!important;
}
body.woocommerce-order-pay .w-orderpay-contacts a{
    display:flex!important;
    align-items:center!important;
    gap:8px!important;
    min-height:40px!important;
    padding:7px 9px!important;
    border:1px solid #e8eaf2!important;
    border-radius:10px!important;
    background:#fff!important;
    color:#24304d!important;
    text-decoration:none!important;
    font-size:12px!important;
    font-weight:800!important;
}
body.woocommerce-order-pay .w-orderpay-contacts a:hover{
    border-color:#d8c8ff!important;
    transform:translateY(-1px)!important;
}
body.woocommerce-order-pay .w-orderpay-contact-icon{
    width:26px!important;
    height:26px!important;
    border-radius:8px!important;
    display:inline-flex!important;
    align-items:center!important;
    justify-content:center!important;
    color:#fff!important;
    flex:0 0 26px!important;
    font-size:13px!important;
    font-weight:900!important;
}
body.woocommerce-order-pay .w-orderpay-contact-icon.wa{background:#18b968!important}
body.woocommerce-order-pay .w-orderpay-contact-icon.tg{background:#229ed9!important}
body.woocommerce-order-pay .w-orderpay-contact-icon.ms{background:#3b82f6!important}
body.woocommerce-order-pay .w-orderpay-contact-icon.em{background:#7c3aed!important}
body.woocommerce-order-pay .w-orderpay-summary-title{
    margin:0 0 14px!important;
    color:#17213f!important;
    font-size:20px!important;
}
@media(max-width:820px){
    body.woocommerce-order-pay .w-orderpay-hero{
        margin-top:10px!important;
        padding:28px 24px!important;
    }
}
@media(max-width:520px){
    body.woocommerce-order-pay .w-orderpay-contacts{
        grid-template-columns:1fr!important;
    }
}


/* Order received: My Account sidebar */
body.woocommerce-order-received .w-thank-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:24px;align-items:start}
body.woocommerce-order-received .w-thank-account-sidebar{background:#fff;border:1px solid #e5e9f1;border-radius:24px;padding:20px;box-shadow:0 10px 30px rgba(22,33,58,.05);position:sticky;top:145px}
body.woocommerce-order-received .w-thank-account-nav{display:flex;flex-direction:column;gap:7px}
body.woocommerce-order-received .w-thank-account-nav-item{display:flex;align-items:center;gap:14px;min-height:58px;padding:0 16px;border-radius:16px;color:#25304a!important;text-decoration:none!important;font-size:17px;font-weight:800;transition:.18s ease;background:transparent}
body.woocommerce-order-received .w-thank-account-nav-item:hover{background:#f3efff;color:#6f2cff!important;transform:translateX(2px)}
body.woocommerce-order-received .w-thank-account-nav-item.is-active{background:#f0eaff;color:#6f2cff!important}
body.woocommerce-order-received .w-thank-nav-icon{width:27px;height:27px;display:grid;place-items:center;flex:0 0 27px;color:#65718a}
body.woocommerce-order-received .w-thank-account-nav-item.is-active .w-thank-nav-icon{color:#6f2cff}
body.woocommerce-order-received .w-thank-nav-icon svg{width:20px;height:20px;display:block}
body.woocommerce-order-received .w-thank-logout{margin-top:10px}
body.woocommerce-order-received .w-thankyou-page{min-width:0}
@media(max-width:900px){
 body.woocommerce-order-received .w-thank-layout{grid-template-columns:1fr;gap:16px}
 body.woocommerce-order-received .w-thank-account-sidebar{position:relative;top:auto;padding:12px;border-radius:18px}
 body.woocommerce-order-received .w-thank-account-nav{display:grid;grid-template-columns:1fr 1fr;gap:6px}
 body.woocommerce-order-received .w-thank-account-nav-item{min-height:48px;padding:0 12px;font-size:14px;gap:9px}
 body.woocommerce-order-received .w-thank-logout{margin-top:0}
}
@media(max-width:520px){body.woocommerce-order-received .w-thank-account-nav{grid-template-columns:1fr}.w-thank-account-nav-item{font-size:14px!important}}
\n\n/* =========================================================\n   V155 — Compact service orders + hide wallet top-ups\n   Wallet top-up orders are excluded in orders.php; these styles\n   make the remaining service orders dense and space-efficient.\n   ========================================================= */\n@media (min-width: 901px){\n  .woocommerce-account .woocommerce-MyAccount-navigation{\n    width:25%!important;\n    padding:8px!important;\n    border-radius:16px!important;\n  }\n  .woocommerce-account .woocommerce-MyAccount-navigation li{margin:1px 0!important}\n  .woocommerce-account .woocommerce-MyAccount-navigation li a{\n    min-height:0!important;\n    padding:9px 11px!important;\n    font-size:12px!important;\n    line-height:1.2!important;\n    gap:8px!important;\n  }\n  .woocommerce-account .woocommerce-MyAccount-navigation li a:before{font-size:13px!important}\n  .w-nav-wallet{\n    margin:-8px -8px 5px!important;\n    padding:12px 14px!important;\n  }\n  .w-nav-wallet strong{font-size:17px!important;margin:2px 0 5px!important}\n  .w-nav-wallet a{font-size:9px!important;padding:5px 8px!important}\n\n  .woocommerce-account .woocommerce-MyAccount-content{\n    width:72%!important;\n  }\n  .w-orders-intro{\n    padding:16px 20px!important;\n    border-radius:14px!important;\n    margin-bottom:12px!important;\n  }\n  .w-orders-intro h2{font-size:22px!important;margin:2px 0!important}\n  .w-orders-intro p{font-size:11px!important}\n  .w-orders-shop-btn{padding:9px 13px!important;font-size:10px!important;border-radius:8px!important}\n  .w-orders-list{gap:8px!important}\n  .w-order-card{border-radius:12px!important;box-shadow:0 5px 18px rgba(20,31,63,.035)!important}\n  .w-order-card-top{\n    display:grid!important;\n    grid-template-columns:150px minmax(0,1fr) auto!important;\n    align-items:center!important;\n    gap:10px!important;\n    padding:10px 14px!important;\n  }\n  .w-order-number span,.w-order-meta-grid span,.w-order-submitted-url>span,.w-order-payment-status span{\n    font-size:7px!important;letter-spacing:1px!important;margin-bottom:3px!important;\n  }\n  .w-order-number a{font-size:15px!important}\n  .w-order-status{font-size:9px!important;padding:5px 8px!important;justify-self:start}\n  .w-onhold-funding-note{\n    min-width:0!important;\n    display:flex!important;align-items:center!important;justify-content:space-between!important;\n    gap:8px!important;padding:6px 8px!important;margin:0!important;\n    background:#fff7f8!important;border:1px solid #f3dce1!important;border-radius:7px!important;\n  }\n  .w-onhold-funding-copy{min-width:0!important}\n  .w-onhold-payment-status{font-size:7px!important;letter-spacing:.8px!important}\n  .w-onhold-funding-copy strong{display:block!important;font-size:9px!important;line-height:1.25!important}\n  .w-onhold-funding-btn{font-size:8px!important;padding:5px 8px!important;white-space:nowrap!important}\n  .w-order-meta-grid{\n    grid-template-columns:1.05fr 1.45fr .75fr 1.05fr .8fr!important;\n    padding:11px 14px!important;\n  }\n  .w-order-meta-grid>div{padding:0 10px!important}\n  .w-order-meta-grid strong{font-size:10px!important;line-height:1.25!important;overflow-wrap:anywhere}\n  .w-order-meta-grid small{font-size:8px!important;margin-top:2px!important}\n  .w-order-total{font-size:12px!important}\n  .w-order-submitted-url{\n    display:grid!important;grid-template-columns:125px minmax(0,1fr) auto!important;align-items:center!important;\n    gap:8px!important;padding:8px 14px!important;\n  }\n  .w-order-submitted-url>span{margin:0!important}\n  .w-order-url-box{\n    min-width:0!important;margin:0!important;padding:6px 8px!important;border-radius:7px!important;\n    font-size:9px!important;line-height:1.25!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important;\n  }\n  .w-order-submitted-url>a{font-size:8px!important;white-space:nowrap!important}\n  .w-order-card-bottom{padding:8px 14px!important;gap:10px!important}\n  .w-order-payment-status strong{font-size:9px!important}\n  .w-order-actions{gap:5px!important}\n  .w-order-action{padding:6px 9px!important;border-radius:7px!important;font-size:9px!important}\n}\n\n@media (max-width:900px){\n  .woocommerce-account .woocommerce-MyAccount-navigation{padding:7px!important}\n  .woocommerce-account .woocommerce-MyAccount-navigation li a{padding:9px 10px!important}\n  .w-nav-wallet{padding:12px 14px!important}\n  .w-orders-list{gap:10px!important}\n  .w-order-card{border-radius:14px!important}\n  .w-order-card-top{padding:13px 15px!important}\n  .w-order-meta-grid{padding:14px 15px!important;gap:12px!important}\n  .w-order-submitted-url,.w-order-card-bottom{padding:12px 15px!important}\n}\n\n@media (max-width:560px){\n  .w-orders-intro{padding:15px!important;margin-bottom:10px!important}\n  .w-orders-intro h2{font-size:21px!important}\n  .w-orders-intro p{font-size:10px!important}\n  .w-order-card-top{padding:12px 13px!important}\n  .w-order-meta-grid{padding:13px!important}\n  .w-order-submitted-url,.w-order-card-bottom{padding:12px 13px!important}\n  .w-onhold-funding-note{align-items:flex-start!important}\n}\n

/* V157 — Fix My Orders card flow. Keep the header, payment warning,
   metadata, URL and actions in normal vertical rows. This prevents the
   metadata/URL columns from being trapped inside the order header grid. */
.woocommerce-account .w-order-card{
  min-width:0!important;
  width:100%!important;
  box-sizing:border-box!important;
}
.woocommerce-account .w-order-card-top{
  box-sizing:border-box!important;
  width:100%!important;
}
.woocommerce-account .w-onhold-funding-note{
  box-sizing:border-box!important;
  width:100%!important;
}
.woocommerce-account .w-order-meta-grid{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
}
.woocommerce-account .w-order-submitted-url{
  box-sizing:border-box!important;
  width:100%!important;
  min-width:0!important;
}
.woocommerce-account .w-order-url-box{
  min-width:0!important;
  max-width:100%!important;
}
@media (min-width:901px){
  .woocommerce-account .w-order-card-top{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    min-height:58px!important;
  }
  .woocommerce-account .w-onhold-funding-note{
    display:flex!important;
    align-items:center!important;
    justify-content:space-between!important;
    gap:12px!important;
    padding:8px 14px!important;
    border-top:1px solid #f3dce1!important;
    border-bottom:1px solid #f3dce1!important;
    border-left:0!important;
    border-right:0!important;
    border-radius:0!important;
    background:#fff8f9!important;
  }
}
@media (max-width:900px){
  .woocommerce-account .w-order-card{overflow:hidden!important}
  .woocommerce-account .w-order-submitted-url{overflow:hidden!important}
  .woocommerce-account .w-order-url-box{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}
}
