:root{
  --asc-purple:#6547f5;
  --asc-purple-2:#8541ef;
  --asc-blue:#3b82f6;
  --asc-pink:#ff3d8a;
  --asc-ink:#0f1735;
  --asc-muted:#667085;
  --asc-border:#e7eaf2;
  --asc-soft:#f8f9fd;
  --asc-navy:#101a33;
  --asc-navy-2:#162846;
  --asc-white:#fff;
  --asc-shell:1280px;
  --asc-shadow:0 16px 40px rgba(24,32,70,.10);
}

body{background:#fff;color:var(--asc-ink);font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;overflow-x:hidden}
.asc-store-site,.asc-store-site *{box-sizing:border-box}
.asc-store-site svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.asc-site-content{width:100%;background:#fff}
.asc-page-container{width:min(var(--asc-shell),calc(100% - 48px));max-width:var(--asc-shell);margin:0 auto;padding-top:42px;padding-bottom:48px}
.home .asc-site-content{display:block!important;width:100%!important;max-width:none!important;padding:0!important;margin:0!important}
.home .asc-page-container{display:block!important;width:100%!important;max-width:none!important;min-width:0!important;padding:0!important;margin:0!important}
.home #primary.asc-home{display:block!important;width:100%!important;max-width:none!important;min-width:0!important;float:none!important;clear:both!important;margin:0!important;padding:0!important;border:0!important}
.asc-site-header,.asc-home,.asc-custom-footer{display:block;width:100%!important;max-width:none!important;float:none!important;clear:both!important}
.asc-home,.asc-site-header,.asc-custom-footer{font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--asc-ink)}
.asc-content-shell{width:min(var(--asc-shell),calc(100% - 48px));margin:0 auto}

/* Header */
.asc-site-header{height:76px;background:#fff;border-bottom:1px solid #eef0f5;position:relative;z-index:50}
.asc-header-inner{width:min(var(--asc-shell),calc(100% - 48px));height:100%;margin:0 auto;display:grid;grid-template-columns:240px minmax(0,1fr) 120px;align-items:center;gap:24px}
.asc-brand{display:inline-flex;align-items:center;gap:10px;text-decoration:none!important;color:var(--asc-ink)!important;min-width:0}
.asc-brand-logo img{max-width:190px;max-height:48px;width:auto;height:auto;display:block}
.asc-brand-mark{display:inline-flex;position:relative;width:38px;height:38px;flex:0 0 auto}
.asc-brand-mark i{position:absolute;top:2px;width:22px;height:34px;border-radius:12px 4px 12px 4px;transform:skew(-5deg)}
.asc-brand-mark i:first-child{left:1px;background:linear-gradient(180deg,#8c47ff,#623df7)}
.asc-brand-mark i:last-child{right:1px;background:linear-gradient(180deg,#4e75ff,#327fef);opacity:.82}
.asc-brand-copy{display:flex;flex-direction:column;line-height:1.05}
.asc-brand-copy strong{font-size:24px;font-weight:800;letter-spacing:-.04em}
.asc-brand-copy small{font-size:11px;color:#70778c;margin-top:4px;white-space:nowrap}
.asc-main-nav{display:flex;justify-content:center;min-width:0}
.asc-nav-menu{list-style:none!important;display:flex;align-items:center;justify-content:center;gap:30px;margin:0!important;padding:0!important}
.asc-nav-menu li{position:relative;margin:0!important}
.asc-nav-menu a{display:block;padding:27px 0 23px;color:#151a35!important;font-size:14px;font-weight:650;text-decoration:none!important;white-space:nowrap;border-bottom:3px solid transparent}
.asc-nav-menu a:hover,.asc-nav-menu .current-menu-item>a,.asc-nav-menu .current_page_item>a,.asc-nav-menu a.is-active{color:var(--asc-purple)!important;border-bottom-color:var(--asc-purple)}
.asc-nav-menu .sub-menu{display:none;position:absolute;top:70px;left:-18px;min-width:220px;background:#fff;padding:10px!important;margin:0!important;border:1px solid var(--asc-border);border-radius:12px;box-shadow:var(--asc-shadow);list-style:none!important}
.asc-nav-menu li:hover>.sub-menu{display:block}
.asc-nav-menu .sub-menu a{padding:10px 12px;border:0;border-radius:8px}
.asc-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px}
.asc-icon-button,.asc-menu-toggle{width:40px;height:40px;padding:0;border:0;background:transparent;color:#11162f;display:grid;place-items:center;position:relative;cursor:pointer}
.asc-icon-button:hover,.asc-menu-toggle:hover{background:#f5f6fb;border-radius:10px}
.asc-cart-count{position:absolute;right:1px;top:1px;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background:var(--asc-purple);color:#fff;font-size:10px;font-weight:800;display:grid;place-items:center}
.asc-menu-toggle{display:none}
.asc-search-panel{position:absolute;left:0;right:0;top:76px;background:#fff;border-top:1px solid #f0f1f5;border-bottom:1px solid var(--asc-border);padding:14px 24px;transform:translateY(-15px);opacity:0;visibility:hidden;transition:.2s;z-index:45}
.asc-search-panel.is-open{transform:none;opacity:1;visibility:visible}
.asc-search-panel form{width:min(760px,100%);margin:0 auto;display:flex;align-items:center;gap:10px;background:#f6f7fb;border:1px solid #e8eaf1;border-radius:13px;padding:0 12px}
.asc-search-panel input[type=search]{flex:1;border:0!important;background:transparent!important;box-shadow:none!important;height:48px;padding:0!important;font-size:14px}
.asc-search-close{width:36px;height:36px;border:0;background:transparent;display:grid;place-items:center;cursor:pointer}

/* Hero */
.asc-hero{width:100%;position:relative;overflow:hidden;background:linear-gradient(100deg,#fbfbff 0%,#faf8ff 46%,#f2f3ff 100%);border-bottom:1px solid #eeeff6}
.asc-hero-glow{position:absolute;border-radius:999px;filter:blur(4px);pointer-events:none}
.asc-hero-glow-a{width:480px;height:480px;background:rgba(115,78,248,.10);right:7%;top:-190px}
.asc-hero-glow-b{width:320px;height:320px;background:rgba(63,132,255,.08);right:37%;bottom:-220px}
.asc-hero-inner{width:min(1320px,calc(100% - 48px));min-height:520px;margin:0 auto;display:grid;grid-template-columns:minmax(0,.88fr) minmax(540px,1.12fr);align-items:center;gap:30px;position:relative;z-index:2}
.asc-hero-copy{padding:56px 0 50px;min-width:0}
.asc-eyebrow{font-size:12px;line-height:1.4;font-weight:800;letter-spacing:.11em;color:#3b416b;text-transform:uppercase;margin-bottom:14px;max-width:620px}
.asc-hero h1{font-size:clamp(52px,5vw,74px);line-height:.96;letter-spacing:-.055em;margin:0 0 19px;color:#0d1232;font-weight:850;max-width:650px}
.asc-hero h1 span{display:block;background:linear-gradient(90deg,#9f38ef 0%,#7040f6 44%,#3888ff 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.asc-hero-copy>p{font-size:17px;line-height:1.5;color:#444d68;max-width:610px;margin:0 0 26px}
.asc-hero-actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.asc-button{height:50px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 24px;border-radius:7px;text-decoration:none!important;font-size:14px;font-weight:800;transition:.18s}
.asc-button svg{width:16px;height:16px}
.asc-button-primary{background:linear-gradient(90deg,#6849f8,#5b43ee);color:#fff!important;box-shadow:0 10px 22px rgba(95,72,245,.22)}
.asc-button-primary:hover{transform:translateY(-1px);box-shadow:0 13px 28px rgba(95,72,245,.28)}
.asc-button-outline{border:1.5px solid #7057ef;color:#513ee6!important;background:rgba(255,255,255,.72)}
.asc-trust-row{display:flex;gap:24px;margin-top:31px;flex-wrap:wrap}
.asc-trust-row>div{display:flex;align-items:center;gap:9px}
.asc-trust-row>div>span:last-child{display:flex;flex-direction:column}
.asc-trust-row strong{font-size:13px;line-height:1.2;color:#1c2141}
.asc-trust-row small{font-size:11.5px;color:#737a90;margin-top:3px}
.asc-trust-icon{width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#ece9ff;color:#6450ef;flex:0 0 auto}
.asc-trust-icon svg{width:15px;height:15px}
.asc-hero-visual{height:520px;display:flex;align-items:center;justify-content:flex-end;min-width:0;position:relative;padding:26px 0 20px}
.asc-hero-visual:before{content:"";position:absolute;width:78%;height:70%;right:0;top:15%;border-radius:44px;background:linear-gradient(145deg,rgba(255,255,255,.88),rgba(239,237,255,.52));box-shadow:0 30px 70px rgba(81,69,161,.10);transform:rotate(-2deg)}
.asc-hero-visual-frame{position:relative;width:100%;max-width:720px;margin-left:auto;z-index:2}
.asc-hero-visual img{display:block;width:100%;height:auto;max-height:455px;object-fit:contain;object-position:center;mix-blend-mode:multiply;filter:drop-shadow(0 20px 25px rgba(29,34,65,.08))}

/* Sections */
.asc-category-section{padding:31px 0 27px;background:#fff;border-bottom:1px solid #f0f1f5}
.asc-product-section{padding:25px 0 30px;background:#fff}
.asc-review-section{padding:27px 0 32px;background:#f8fbff;border-top:1px solid #eef2f7}
.asc-section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:17px}
.asc-section-heading h2{font-size:27px;line-height:1.15;margin:0 0 5px;font-weight:800;letter-spacing:-.03em;color:#151a35}
.asc-section-heading p{font-size:14px;line-height:1.5;margin:0;color:#687087}
.asc-slider-arrows{display:flex;gap:9px}
.asc-slider-arrows button{width:40px;height:40px;border:1px solid #e2e5ee;border-radius:12px;background:#fff;color:#26304f;cursor:pointer;display:grid;place-items:center;transition:.18s;box-shadow:0 5px 16px rgba(32,40,77,.06)}
.asc-slider-arrows button svg{width:17px;height:17px;stroke-width:2.15}
.asc-slider-arrows button:hover{background:var(--asc-purple);border-color:var(--asc-purple);color:#fff;transform:translateY(-1px);box-shadow:0 9px 20px rgba(95,72,245,.22)}
.asc-slider-arrows button:active{transform:translateY(0)}
.asc-slider-arrows button:disabled{opacity:.38;cursor:not-allowed;box-shadow:none;transform:none;background:#f7f8fb;border-color:#e7e9f0;color:#8e95a8}
.asc-scroll-slider{overflow-x:auto;scroll-snap-type:x mandatory;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none}
.asc-scroll-slider::-webkit-scrollbar{display:none}

/* WooCommerce product category slider (never uses WordPress post categories) */
.asc-category-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 65px)/6);gap:13px;padding:2px 1px 4px}
.asc-category-card{min-height:132px;border-radius:12px;text-decoration:none!important;color:#13182f!important;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:17px 12px;scroll-snap-align:start;border:1px solid rgba(0,0,0,.025);transition:.18s}
.asc-category-card:hover{transform:translateY(-3px);box-shadow:0 10px 28px rgba(42,49,82,.10)}
.asc-category-icon{width:44px;height:44px;display:grid;place-items:center;margin-bottom:9px}
.asc-category-icon svg{width:35px;height:35px;stroke-width:1.7}.asc-category-custom-icon{width:38px!important;height:38px!important;object-fit:contain!important;display:block!important;border-radius:9px}
.asc-category-card strong{font-size:15px;line-height:1.2;font-weight:800}
.asc-category-card small{font-size:12px;line-height:1.4;color:#656d83;margin-top:6px;max-width:180px}
.asc-cat-1{background:#fff0f5}.asc-cat-1 .asc-category-icon{color:#ff3d8a}
.asc-cat-2{background:#edf5ff}.asc-cat-2 .asc-category-icon{color:#3478ef}
.asc-cat-3{background:#eefaf4}.asc-cat-3 .asc-category-icon{color:#168557}
.asc-cat-4{background:#fff3e8}.asc-cat-4 .asc-category-icon{color:#ea5d51}
.asc-cat-5{background:#f2efff}.asc-cat-5 .asc-category-icon{color:#5269df}
.asc-cat-6{background:#fff8df}.asc-cat-6 .asc-category-icon{color:#bb8a08}
.asc-admin-hint{font-size:12px!important;color:#7b8295!important;margin:10px 0 0!important;padding:10px 13px;background:#fafaff;border:1px dashed #dadcf0;border-radius:8px}

/* Products */
.asc-view-all{display:inline-flex;align-items:center;gap:8px;font-size:13px;font-weight:800;color:#5842ed!important;text-decoration:underline!important;text-underline-offset:3px;white-space:nowrap}
.asc-view-all svg{width:14px;height:14px}
.asc-product-grid{display:grid;gap:18px}
.asc-product-grid.asc-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}
.asc-product-grid.asc-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}
.asc-product-card{border:1px solid #e8eaf0;border-radius:10px;background:#fff;overflow:hidden;min-width:0;transition:.2s}
.asc-product-card:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(28,35,72,.11);border-color:#dde0e9}
.asc-product-image{position:relative;display:block;aspect-ratio:1/1.05;overflow:hidden;background:#f3f4f8}
.asc-product-image img{width:100%!important;height:100%!important;object-fit:cover!important;margin:0!important;display:block}
.asc-badge{position:absolute;z-index:2;top:8px;left:8px;padding:4px 7px;border-radius:5px;background:#5c47ed;color:#fff;font-size:9px;font-weight:800}
.asc-product-card:nth-child(2n) .asc-badge{background:#14a46d}.asc-product-card:nth-child(3n) .asc-badge{background:#f53689}
.asc-product-info{padding:15px 14px 14px}
.asc-product-info h3{font-size:16px;line-height:1.25;margin:0 0 5px;font-weight:750;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.asc-product-info h3 a{color:#14182f!important;text-decoration:none!important}
.asc-product-subtitle{font-size:12.5px;line-height:1.4;color:#697188;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-bottom:8px}
.asc-rating-row{display:flex;align-items:center;gap:6px;font-size:11.5px;color:#777f92;white-space:nowrap}
.asc-stars{color:#ffb300;letter-spacing:-1px;font-size:14px}
.asc-price{display:flex;align-items:center;gap:7px;flex-wrap:wrap;font-size:17px;font-weight:850;color:#11162e;min-height:28px;margin:6px 0 12px}
.asc-price del,.asc-regular-price{font-size:13px;color:#969cad;font-weight:600}.asc-price ins{text-decoration:none}.asc-sale-price{font-size:18px;font-weight:850;color:#11162e}.asc-discount-percent{display:inline-flex;align-items:center;min-height:24px;padding:3px 7px;border-radius:6px;background:#eafaf2;color:#087a4d;font-size:11px;line-height:1;font-weight:850;white-space:nowrap}
.asc-product-actions{display:grid;grid-template-columns:44px minmax(0,1fr);gap:9px;align-items:stretch}.asc-add-cart,.asc-buy-now{height:42px;border-radius:8px;display:flex!important;align-items:center;justify-content:center;text-decoration:none!important;font-weight:800;transition:.18s}.asc-add-cart{width:44px!important;min-width:44px!important;padding:0!important;border:1px solid #dddff0!important;background:#fff!important;color:#5842ed!important;box-shadow:none!important}.asc-add-cart svg{width:18px;height:18px}.asc-add-cart:hover{background:#f2efff!important;border-color:#cfc8ff!important;transform:translateY(-1px)}.asc-buy-now{padding:0 14px;background:linear-gradient(90deg,#6948f7,#5b42ee);color:#fff!important;font-size:13px;box-shadow:0 7px 16px rgba(95,72,245,.17)}.asc-buy-now:hover{transform:translateY(-1px);box-shadow:0 10px 20px rgba(95,72,245,.23)}.asc-product-actions .added_to_cart{display:none!important}
.asc-empty-products{border:1px dashed #d9dcea;background:#fafbff;padding:34px;border-radius:12px;text-align:center;color:#697188}

/* Reviews - exactly 3 visible on desktop */
.asc-review-slider{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - 26px)/3);gap:13px;padding:2px 1px 4px}
.asc-review-card{min-height:150px;background:#fff;border:1px solid #e3e7ef;border-radius:12px;padding:16px 17px;display:grid;grid-template-columns:62px 1fr;gap:14px;scroll-snap-align:start;box-shadow:0 6px 18px rgba(32,40,77,.035)}
.asc-review-avatar{width:58px;height:58px;border-radius:50%;overflow:hidden;background:linear-gradient(145deg,#ede9ff,#dbeaff);display:grid;place-items:center;color:#5f48f5;font-weight:900;font-size:20px}
.asc-review-avatar img{width:100%;height:100%;object-fit:cover}
.asc-review-content{min-width:0}.asc-review-stars{color:#ffb300;letter-spacing:1px;font-size:13px;line-height:1}
.asc-review-content p{font-size:13px;line-height:1.55;color:#404861;margin:8px 0 9px}
.asc-review-content strong{display:block;font-size:13px;color:#14182f;line-height:1.3}.asc-review-content small{font-size:11px;color:#737b90}
.asc-slider-dots{display:flex;justify-content:center;gap:7px;margin-top:16px}.asc-slider-dots button{width:8px;height:8px;padding:0;border:0;border-radius:999px;background:#d6d9e3;cursor:pointer}.asc-slider-dots button.is-active{background:#6248ef;width:18px}

/* Footer */
.asc-custom-footer{background:linear-gradient(115deg,var(--asc-navy),var(--asc-navy-2));color:#fff}
.asc-footer-inner{width:min(var(--asc-shell),calc(100% - 48px));margin:0 auto;padding:43px 0 34px;display:grid;grid-template-columns:1.55fr .78fr .9fr .9fr;gap:52px}
.asc-brand-footer{color:#fff!important}.asc-brand-footer .asc-brand-copy strong{color:#fff}.asc-brand-footer .asc-brand-copy small{color:#aab5cc}.asc-footer-brand>p{font-size:13px;line-height:1.65;color:#bac2d2;margin:16px 0 17px;max-width:360px}
.asc-socials{display:flex;align-items:center;gap:10px;flex-wrap:wrap}
.asc-socials a{color:#fff!important;text-decoration:none!important;width:32px;height:32px;border:1px solid rgba(255,255,255,.16);border-radius:9px;display:grid;place-items:center;transition:.18s}
.asc-socials a svg{width:15px;height:15px}.asc-socials a:hover{background:#6547f5;border-color:#6547f5;transform:translateY(-1px)}
.asc-social-hint{font-size:11px;color:#8f9ab1}
.asc-footer-column h3{font-size:15px;margin:0 0 13px;color:#fff;font-weight:750}
.asc-footer-column{display:block;min-width:0}
.asc-footer-menu{list-style:none!important;margin:0!important;padding:0!important;display:flex;flex-direction:column;gap:3px}
.asc-footer-menu li{margin:0!important;padding:0!important}
.asc-footer-menu a{font-size:13px;line-height:1.7;color:#d4dae5!important;text-decoration:none!important}
.asc-footer-menu a:hover{color:#fff!important}
.asc-footer-bottom{border-top:1px solid rgba(255,255,255,.10);background:rgba(4,12,27,.10)}
.asc-footer-bottom-inner{min-height:78px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px;color:#aeb8cb;font-size:11.5px}
.asc-footer-legal{display:flex;justify-content:center;min-width:0}.asc-footer-legal .asc-footer-menu{flex-direction:row;align-items:center;justify-content:center;gap:18px;flex-wrap:wrap}.asc-footer-legal .asc-footer-menu a{font-size:11.5px;color:#b8c1d1!important}
.asc-payment-methods{display:flex;align-items:center;justify-content:flex-end;gap:8px;white-space:nowrap}.asc-payment-label{font-size:11px;color:#8f9ab0;margin-right:3px}.asc-payment-methods img{height:27px;width:auto;display:block;border-radius:4px}

@media(max-width:1180px){
  .asc-header-inner{grid-template-columns:210px 1fr 105px}.asc-nav-menu{gap:20px}
  .asc-hero-inner{grid-template-columns:minmax(0,.85fr) minmax(470px,1.15fr)}
  .asc-hero h1{font-size:58px}
  .asc-category-slider{grid-auto-columns:calc((100% - 52px)/5)}
  .asc-footer-inner{grid-template-columns:1.35fr repeat(3,.78fr);gap:34px}
  .asc-footer-bottom-inner{grid-template-columns:1fr auto}.asc-footer-legal{justify-content:flex-start;grid-row:2}.asc-payment-methods{grid-column:2;grid-row:1/3}
}

@media(max-width:920px){
  .asc-site-header{height:68px}.asc-header-inner{height:68px;grid-template-columns:1fr auto;padding:0}
  .asc-main-nav{position:absolute;top:68px;left:0;right:0;background:#fff;border-bottom:1px solid var(--asc-border);display:none;padding:8px 20px 16px;box-shadow:0 14px 30px rgba(21,26,53,.08)}
  .asc-site-header.menu-open .asc-main-nav{display:block}.asc-nav-menu{display:block}.asc-nav-menu a{padding:11px 8px;border:0!important}.asc-nav-menu .sub-menu{position:static;display:block;box-shadow:none;border:0;padding-left:14px!important}
  .asc-header-actions{gap:3px}.asc-menu-toggle{display:grid}.asc-search-panel{top:68px}
  .asc-hero-inner{grid-template-columns:1fr;width:min(100% - 36px,var(--asc-shell));gap:0;min-height:0}.asc-hero-copy{padding:42px 0 18px}.asc-hero h1{font-size:58px;max-width:680px}.asc-hero-visual{height:auto;padding:4px 0 32px;justify-content:center}.asc-hero-visual-frame{max-width:680px;margin:0 auto}.asc-hero-visual img{max-height:390px}.asc-hero-visual:before{width:86%;left:7%;right:auto}
  .asc-category-slider{grid-auto-columns:calc((100% - 39px)/4)}.asc-product-grid.asc-cols-3,.asc-product-grid.asc-cols-4{grid-template-columns:repeat(2,minmax(0,1fr))}.asc-review-slider{grid-auto-columns:calc((100% - 13px)/2)}
  .asc-footer-inner{grid-template-columns:1.2fr 1fr 1fr;gap:30px}.asc-footer-brand{grid-column:1/-1}.asc-footer-bottom-inner{grid-template-columns:1fr;gap:12px;padding:18px 0;text-align:center}.asc-footer-legal{justify-content:center}.asc-payment-methods{grid-column:1;grid-row:auto;justify-content:center}
}

@media(max-width:640px){
  .asc-content-shell,.asc-header-inner,.asc-footer-inner{width:min(100% - 28px,var(--asc-shell))}
  .asc-brand-copy strong{font-size:20px}.asc-brand-copy small{display:none}.asc-brand-mark{width:32px;height:32px}.asc-brand-mark i{width:19px;height:29px}
  .asc-icon-button,.asc-menu-toggle{width:36px;height:36px}
  .asc-hero-inner{width:min(100% - 28px,var(--asc-shell))}.asc-hero-copy{padding:34px 0 17px}.asc-eyebrow{font-size:10px}.asc-hero h1{font-size:47px;max-width:100%}.asc-hero-copy>p{font-size:14px}.asc-hero-actions{align-items:stretch}.asc-button{height:46px;padding:0 17px;font-size:12px}.asc-trust-row{gap:10px;overflow-x:auto;padding-bottom:4px;flex-wrap:nowrap}.asc-trust-row>div{min-width:145px}.asc-trust-row small{font-size:9px}.asc-hero-visual{padding-bottom:24px}.asc-hero-visual img{max-height:270px}.asc-hero-visual:before{height:74%;top:12%;border-radius:28px}
  .asc-category-section{padding-top:24px}.asc-section-heading{align-items:center}.asc-section-heading h2{font-size:23px}.asc-section-heading p{font-size:13px}.asc-slider-arrows button{width:36px;height:36px;border-radius:10px}
  .asc-category-slider{grid-auto-columns:73%;gap:10px}.asc-category-card{min-height:120px}.asc-category-card small{max-width:190px}
  .asc-product-grid.asc-cols-3,.asc-product-grid.asc-cols-4{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.asc-product-info{padding:11px 10px}.asc-product-info h3{font-size:13.5px}.asc-product-subtitle{font-size:11px}.asc-rating-row{font-size:10.5px}.asc-price{font-size:15px;gap:5px;margin-bottom:9px}.asc-sale-price{font-size:16px}.asc-regular-price,.asc-price del{font-size:11.5px}.asc-discount-percent{font-size:9.5px;padding:3px 5px}.asc-product-actions{grid-template-columns:40px minmax(0,1fr);gap:7px}.asc-add-cart{width:40px!important;min-width:40px!important}.asc-add-cart,.asc-buy-now{height:39px}.asc-buy-now{font-size:12px;padding:0 8px}
  .asc-review-slider{grid-auto-columns:88%;gap:10px}.asc-review-card{grid-template-columns:52px 1fr;padding:14px;min-height:154px}.asc-review-avatar{width:50px;height:50px}
  .asc-footer-inner{grid-template-columns:1fr 1fr;gap:28px 20px;padding-top:34px}.asc-footer-brand{grid-column:1/-1}.asc-footer-bottom-inner{padding:17px 0}.asc-footer-legal .asc-footer-menu{gap:12px}.asc-payment-label{display:none}.asc-payment-methods img{height:23px}.asc-view-all{font-size:11.5px}
}

/* Shared page styling */
body:not(.home) .asc-site-content{background:#fbfcff}
body:not(.home) .asc-page-container{min-height:52vh}
body:not(.home) #primary{min-width:0}
body:not(.home) .entry-title,body:not(.home) .page-title,body:not(.home) .woocommerce-products-header__title{color:var(--asc-ink);font-weight:800;letter-spacing:-.025em}
body:not(.home) a{transition:color .18s,background .18s,border-color .18s,transform .18s}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{border-radius:8px;background:linear-gradient(90deg,#6948f7,#5b42ee);color:#fff;font-weight:750;border:0}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover,.woocommerce #respond input#submit:hover{background:linear-gradient(90deg,#5d40ec,#5138df);color:#fff}
.woocommerce-message,.woocommerce-info{border-top-color:var(--asc-purple)}
.woocommerce-message::before,.woocommerce-info::before{color:var(--asc-purple)}
.woocommerce nav.woocommerce-pagination ul{border:0;display:flex;gap:7px}.woocommerce nav.woocommerce-pagination ul li{border:0}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{min-width:38px;height:38px;display:grid;place-items:center;border:1px solid #e1e4ee;border-radius:9px;background:#fff;color:#353c58}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--asc-purple);border-color:var(--asc-purple);color:#fff}

/* Shop and product-category archives use the exact store cards */
.woocommerce ul.products{display:grid!important;gap:18px!important;margin:0 0 32px!important;padding:0!important}
.woocommerce ul.products.columns-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}
.woocommerce ul.products.columns-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}
.woocommerce ul.products li.product.asc-product-card{float:none!important;width:auto!important;margin:0!important;padding:0!important;min-width:0!important;border:1px solid #e8eaf0!important;border-radius:10px!important;background:#fff!important;overflow:hidden!important}
.woocommerce ul.products li.product.asc-product-card .asc-product-image img{margin:0!important}
.woocommerce ul.products li.product.asc-product-card .asc-product-info h3{padding:0!important;color:#14182f!important}
.woocommerce ul.products li.product.asc-product-card .price{color:inherit!important;font-size:inherit!important;margin:0!important}
.woocommerce ul.products li.product.asc-product-card .button{margin:0!important}

/* Single product: only add a companion Buy Now button; layout remains Woo/Astra */
.single-product form.cart .asc-single-buy-now{margin-left:10px!important;background:linear-gradient(90deg,#6948f7,#5b42ee)!important;color:#fff!important;border:0!important;border-radius:8px!important;font-weight:800!important;padding-left:22px!important;padding-right:22px!important;min-height:46px}
.single-product form.cart .asc-single-buy-now:hover{background:linear-gradient(90deg,#5d40ec,#5138df)!important;color:#fff!important;transform:translateY(-1px)}

@media(max-width:920px){
  .asc-page-container{width:min(100% - 36px,var(--asc-shell));padding-top:32px;padding-bottom:38px}
  .woocommerce ul.products.columns-3,.woocommerce ul.products.columns-4{grid-template-columns:repeat(2,minmax(0,1fr))!important}
}
@media(max-width:640px){
  .asc-page-container{width:min(100% - 28px,var(--asc-shell));padding-top:24px;padding-bottom:30px}
  .woocommerce ul.products.columns-3,.woocommerce ul.products.columns-4{gap:10px!important}
  .single-product form.cart .asc-single-buy-now{margin-left:7px!important;padding-left:15px!important;padding-right:15px!important}
}

/* =========================================================
   v2.4 — Shop filters, Cart and streamlined digital Checkout
   ========================================================= */
.post-type-archive-product .woocommerce-products-header__title.page-title,
.tax-product_cat .woocommerce-products-header__title.page-title,
.tax-product_tag .woocommerce-products-header__title.page-title{display:none!important}
.post-type-archive-product .woocommerce-products-header,
.tax-product_cat .woocommerce-products-header{margin:0!important;padding:0!important}

/* Shop toolbar */
.asc-shop-toolbar{margin:4px 0 28px;padding:18px;border:1px solid #e8eaf2;border-radius:16px;background:#fff;box-shadow:0 8px 30px rgba(30,37,71,.055)}
.asc-shop-toolbar-top{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:15px}
.asc-shop-toolbar-title{display:flex;align-items:center;gap:11px;min-width:0}
.asc-filter-icon{width:39px;height:39px;flex:0 0 39px;border-radius:11px;display:grid;place-items:center;color:#6547f5;background:#f0edff}
.asc-filter-icon svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}
.asc-shop-toolbar-title div{display:flex;flex-direction:column;gap:1px;min-width:0}.asc-shop-toolbar-title strong{font-size:16px;line-height:1.3;color:#151a34;font-weight:800}.asc-shop-toolbar-title span{font-size:12.5px;color:#70778b;line-height:1.4}
.asc-clear-filters{font-size:12.5px!important;font-weight:750;color:#6547f5!important;text-decoration:none!important;white-space:nowrap}
.asc-shop-filter-form{display:grid;grid-template-columns:minmax(180px,1.45fr) minmax(120px,.72fr) minmax(120px,.72fr) minmax(190px,1.25fr) auto;gap:10px;align-items:end}
.asc-filter-field{margin:0!important;display:flex!important;flex-direction:column;gap:6px;min-width:0}.asc-filter-field>span{font-size:11.5px;font-weight:750;color:#454c63;line-height:1}
.asc-filter-field select,.asc-filter-field input{width:100%!important;height:44px!important;min-height:44px!important;margin:0!important;border:1px solid #dde1eb!important;border-radius:9px!important;background:#fbfcff!important;color:#1d223b!important;font-size:13px!important;box-shadow:none!important;outline:none!important}
.asc-filter-field select{padding:0 34px 0 12px!important}.asc-filter-field input{padding:0 10px 0 26px!important}
.asc-filter-field select:focus,.asc-filter-field input:focus{border-color:#755bf7!important;box-shadow:0 0 0 3px rgba(101,71,245,.08)!important;background:#fff!important}
.asc-price-input{position:relative}.asc-price-input b{position:absolute;left:11px;top:50%;transform:translateY(-50%);z-index:2;font-size:12px;color:#777f94;font-weight:700;pointer-events:none}
.asc-apply-filters{height:44px!important;min-width:86px!important;border:0!important;border-radius:9px!important;padding:0 17px!important;background:linear-gradient(90deg,#6b4cf7,#5b43ee)!important;color:#fff!important;font-size:12.5px!important;font-weight:800!important;cursor:pointer;box-shadow:0 8px 18px rgba(101,71,245,.18)}
.asc-apply-filters:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(101,71,245,.24)}

/* Cart */
.woocommerce-cart .asc-page-container{padding-top:38px;padding-bottom:58px}
.woocommerce-cart .entry-header{margin-bottom:20px}.woocommerce-cart .entry-title{font-size:30px!important;margin:0!important}
.woocommerce-cart .woocommerce-cart-form{width:calc(100% - 390px)!important;float:left!important;margin:0 28px 0 0!important;padding:0!important;border:1px solid #e7eaf2;border-radius:16px;background:#fff;overflow:hidden;box-shadow:0 8px 28px rgba(30,37,71,.05)}
.woocommerce-cart table.shop_table{border:0!important;border-radius:0!important;margin:0!important;background:#fff;border-collapse:separate!important;border-spacing:0!important}
.woocommerce-cart table.shop_table thead{background:#fafbfe}.woocommerce-cart table.shop_table th{padding:15px 16px!important;border:0!important;border-bottom:1px solid #eceef4!important;color:#626a7e!important;font-size:11.5px!important;text-transform:uppercase;letter-spacing:.045em;font-weight:800!important}
.woocommerce-cart table.shop_table td{padding:17px 16px!important;border:0!important;border-bottom:1px solid #eff1f5!important;vertical-align:middle!important;color:#252a42;font-size:13.5px}
.woocommerce-cart table.shop_table tr:last-child td{border-bottom:0!important}.woocommerce-cart .product-thumbnail{width:82px}.woocommerce-cart .product-thumbnail img{width:66px!important;height:66px!important;object-fit:cover;border-radius:10px;border:1px solid #edf0f5;padding:2px;background:#fff}
.woocommerce-cart .product-name a{color:#171c34!important;font-weight:750!important;font-size:14px!important;text-decoration:none!important}.woocommerce-cart .product-price,.woocommerce-cart .product-subtotal{font-weight:800;color:#181d36!important}.woocommerce-cart .product-subtotal{color:#6547f5!important}
.woocommerce-cart .product-remove a.remove{width:30px!important;height:30px!important;line-height:28px!important;border:1px solid #e7e9ef!important;border-radius:8px!important;background:#fff!important;color:#949bad!important;font-size:20px!important;font-weight:400!important}.woocommerce-cart .product-remove a.remove:hover{background:#fff1f3!important;border-color:#ffd9df!important;color:#e74c63!important}
.woocommerce-cart .quantity .qty{width:66px!important;height:38px!important;border:1px solid #dfe3eb!important;border-radius:8px!important;background:#fbfcff!important;font-size:13px!important;padding:0 7px!important}
.woocommerce-cart td.actions{padding:15px!important;background:#fbfcff!important}.woocommerce-cart td.actions .coupon{display:flex!important;gap:8px!important;align-items:center!important}.woocommerce-cart td.actions .coupon .input-text{width:180px!important;height:42px!important;border:1px solid #dfe3eb!important;border-radius:8px!important;padding:0 12px!important;background:#fff!important;font-size:12.5px!important}.woocommerce-cart td.actions .button{height:42px!important;padding:0 17px!important;font-size:12px!important;border-radius:8px!important}
.woocommerce-cart .cart-collaterals{width:362px!important;float:right!important;margin:0!important}.woocommerce-cart .cart-collaterals .cart_totals{width:100%!important;float:none!important;padding:21px!important;border:1px solid #e7eaf2;border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(30,37,71,.05)}
.woocommerce-cart .cart_totals h2{font-size:20px!important;color:#171c34!important;margin:0 0 14px!important;font-weight:800!important}.woocommerce-cart .cart_totals table{border:0!important;margin:0 0 17px!important}.woocommerce-cart .cart_totals table th,.woocommerce-cart .cart_totals table td{padding:12px 0!important;border:0!important;border-bottom:1px solid #eef0f5!important;font-size:13px!important}.woocommerce-cart .cart_totals table th{color:#697084!important;font-weight:650!important}.woocommerce-cart .cart_totals table td{text-align:right!important;color:#1c213a!important;font-weight:750!important}.woocommerce-cart .cart_totals .order-total th,.woocommerce-cart .cart_totals .order-total td{font-size:15px!important;color:#151a32!important}.woocommerce-cart .wc-proceed-to-checkout{padding:4px 0 0!important}.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{height:49px!important;display:flex!important;align-items:center!important;justify-content:center!important;margin:0!important;border-radius:10px!important;font-size:13.5px!important;font-weight:850!important;box-shadow:0 10px 22px rgba(101,71,245,.18)}
.woocommerce-cart .cart-empty.woocommerce-info{padding:24px 24px 24px 58px!important;border:1px solid #e3e6ef!important;border-top:3px solid #6547f5!important;border-radius:14px;background:#fff!important}.woocommerce-cart .return-to-shop .button{min-height:45px;display:inline-flex;align-items:center}
.woocommerce-cart .woocommerce:after{content:"";display:table;clear:both}

/* Checkout */
.woocommerce-checkout .asc-page-container{padding-top:38px;padding-bottom:58px}.woocommerce-checkout .entry-header{margin-bottom:20px}.woocommerce-checkout .entry-title{font-size:30px!important;margin:0!important}
.woocommerce-checkout form.checkout.woocommerce-checkout{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(360px,.82fr);grid-template-rows:auto auto;column-gap:26px;row-gap:0;align-items:start}
.woocommerce-checkout #customer_details{grid-column:1;grid-row:1/3;width:100%!important;margin:0!important;padding:23px!important;border:1px solid #e7eaf2;border-radius:16px;background:#fff;box-shadow:0 8px 28px rgba(30,37,71,.05)}
.woocommerce-checkout #customer_details .col-1{float:none!important;width:100%!important;margin:0!important}.woocommerce-checkout #customer_details .col-2{display:none!important}.woocommerce-checkout .woocommerce-billing-fields h3{font-size:21px!important;line-height:1.25;color:#171c34!important;margin:0 0 5px!important;font-weight:850!important}.woocommerce-checkout .woocommerce-billing-fields h3:after{content:'Only the essentials for your digital order.';display:block;margin-top:5px;color:#7a8194;font-size:12.5px;line-height:1.5;font-weight:500;letter-spacing:0}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 14px;margin-top:21px}.woocommerce-checkout .woocommerce-billing-fields__field-wrapper .form-row{float:none!important;width:100%!important;margin:0!important;padding:0!important;clear:none!important}
.woocommerce-checkout .form-row label{display:block!important;margin:0 0 7px!important;color:#3f465e!important;font-size:12px!important;line-height:1.2!important;font-weight:750!important}.woocommerce-checkout .form-row .required{color:#6547f5!important}
.woocommerce-checkout .form-row input.input-text,.woocommerce-checkout .form-row select,.woocommerce-checkout .select2-container .select2-selection--single{width:100%!important;height:48px!important;min-height:48px!important;border:1px solid #dde1ea!important;border-radius:9px!important;background:#fbfcff!important;color:#1c2139!important;font-size:13px!important;box-shadow:none!important}.woocommerce-checkout .form-row input.input-text{padding:0 13px!important}.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{line-height:46px!important;padding-left:13px!important;color:#1c2139!important;font-size:13px!important}.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow{height:46px!important;right:7px!important}.woocommerce-checkout .form-row input:focus,.woocommerce-checkout .select2-container--open .select2-selection--single{border-color:#755bf7!important;box-shadow:0 0 0 3px rgba(101,71,245,.08)!important;background:#fff!important;outline:none!important}
.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;margin:0!important;padding:20px 21px 10px!important;border:1px solid #e7eaf2;border-bottom:0;border-radius:16px 16px 0 0;background:#fff;color:#171c34!important;font-size:20px!important;line-height:1.25;font-weight:850!important}.woocommerce-checkout #order_review{grid-column:2;grid-row:2;width:100%!important;margin:0!important;padding:0 21px 21px!important;border:1px solid #e7eaf2;border-top:0;border-radius:0 0 16px 16px;background:#fff;box-shadow:0 8px 28px rgba(30,37,71,.05)}
.woocommerce-checkout-review-order-table{border:0!important;margin:0 0 17px!important}.woocommerce-checkout-review-order-table th,.woocommerce-checkout-review-order-table td{border:0!important;border-bottom:1px solid #eef0f5!important;padding:12px 0!important;font-size:12.5px!important}.woocommerce-checkout-review-order-table thead th{padding-top:8px!important;color:#747b8e!important;text-transform:uppercase;letter-spacing:.04em;font-size:10.5px!important}.woocommerce-checkout-review-order-table td.product-name{color:#262b43!important;font-weight:650!important}.woocommerce-checkout-review-order-table td.product-total,.woocommerce-checkout-review-order-table tfoot td{text-align:right!important;font-weight:750!important;color:#1b2038!important}.woocommerce-checkout-review-order-table .order-total th,.woocommerce-checkout-review-order-table .order-total td{padding-top:15px!important;font-size:15px!important;color:#151a33!important;font-weight:850!important}
.woocommerce-checkout #payment{background:#f8f9fc!important;border-radius:12px!important;padding:7px 13px 14px!important}.woocommerce-checkout #payment ul.payment_methods{padding:7px 0!important;border:0!important}.woocommerce-checkout #payment ul.payment_methods li{padding:11px 5px!important;border-bottom:1px solid #e9ecf3!important;font-size:13px!important;color:#222840}.woocommerce-checkout #payment ul.payment_methods li:last-child{border-bottom:0!important}.woocommerce-checkout #payment div.payment_box{background:#fff!important;border:1px solid #e5e8ef!important;border-radius:9px!important;color:#626a7f!important;font-size:12px!important;line-height:1.55!important}.woocommerce-checkout #payment div.payment_box:before{border-bottom-color:#e5e8ef!important}.woocommerce-checkout #payment .place-order{padding:12px 0 0!important;margin:0!important}.woocommerce-checkout #payment #place_order{width:100%!important;min-height:50px!important;margin:0!important;border-radius:10px!important;font-size:13.5px!important;font-weight:850!important;box-shadow:0 10px 22px rgba(101,71,245,.18)}
.woocommerce-checkout .woocommerce-privacy-policy-text,.woocommerce-checkout .woocommerce-terms-and-conditions-wrapper{font-size:11.5px!important;line-height:1.55!important;color:#757d91!important}.woocommerce-checkout .woocommerce-form-coupon-toggle,.woocommerce-checkout .woocommerce-form-login-toggle{margin-bottom:12px}.woocommerce-checkout .woocommerce-form-coupon,.woocommerce-checkout .woocommerce-form-login{border:1px solid #e6e9f1!important;border-radius:12px!important;background:#fff!important}

@media(max-width:980px){
  .asc-shop-filter-form{grid-template-columns:repeat(2,minmax(0,1fr))}.asc-apply-filters{grid-column:2;justify-self:end;min-width:120px!important}
  .woocommerce-cart .woocommerce-cart-form,.woocommerce-cart .cart-collaterals{width:100%!important;float:none!important;margin:0!important}.woocommerce-cart .cart-collaterals{margin-top:20px!important}
  .woocommerce-checkout form.checkout.woocommerce-checkout{display:block}.woocommerce-checkout #customer_details{margin-bottom:20px!important}.woocommerce-checkout #order_review_heading{border-radius:16px 16px 0 0}.woocommerce-checkout #order_review{margin-bottom:0!important}
}
@media(max-width:640px){
  .asc-shop-toolbar{padding:14px;margin-bottom:20px;border-radius:13px}.asc-shop-toolbar-top{align-items:flex-start;margin-bottom:13px}.asc-filter-icon{width:36px;height:36px;flex-basis:36px}.asc-shop-toolbar-title strong{font-size:14.5px}.asc-shop-toolbar-title span{font-size:11.5px}.asc-clear-filters{font-size:11.5px!important}.asc-shop-filter-form{grid-template-columns:1fr 1fr;gap:10px}.asc-filter-category,.asc-filter-sort{grid-column:1/-1}.asc-filter-field select,.asc-filter-field input{height:43px!important;min-height:43px!important}.asc-apply-filters{grid-column:1/-1;width:100%;justify-self:stretch}
  .woocommerce-cart .asc-page-container,.woocommerce-checkout .asc-page-container{padding-top:24px;padding-bottom:38px}.woocommerce-cart .entry-title,.woocommerce-checkout .entry-title{font-size:25px!important}.woocommerce-cart .woocommerce-cart-form{border-radius:13px;overflow-x:auto}.woocommerce-cart table.shop_table{min-width:620px}.woocommerce-cart table.shop_table th,.woocommerce-cart table.shop_table td{padding:13px 11px!important}.woocommerce-cart .cart-collaterals .cart_totals{padding:17px;border-radius:13px}.woocommerce-cart td.actions .coupon .input-text{width:145px!important}
  .woocommerce-checkout #customer_details{padding:18px 15px;border-radius:13px}.woocommerce-checkout .woocommerce-billing-fields__field-wrapper{grid-template-columns:1fr;gap:13px}.woocommerce-checkout #order_review_heading{padding:18px 16px 9px!important;font-size:19px!important;border-radius:13px 13px 0 0}.woocommerce-checkout #order_review{padding:0 16px 16px!important;border-radius:0 0 13px 13px}.woocommerce-checkout .woocommerce-billing-fields h3{font-size:19px!important}
}


/* ==========================================================
   v2.5 — Digital products: fixed quantity 1 + equal PDP CTAs
   ========================================================== */
/* Digital products do not need quantity controls anywhere. */
.single-product form.cart .quantity,
.single-product form.variations_form .woocommerce-variation-add-to-cart .quantity,
.woocommerce-cart .product-quantity,
.woocommerce-cart table.shop_table th.product-quantity,
.woocommerce-cart table.shop_table td.product-quantity{
  display:none!important;
}

/* Keep the two single-product CTAs exactly aligned and equal-sized. */
.single-product form.cart .single_add_to_cart_button,
.single-product form.cart .asc-single-buy-now{
  width:168px!important;
  min-width:168px!important;
  height:48px!important;
  min-height:48px!important;
  padding:0 20px!important;
  margin-top:0!important;
  box-sizing:border-box!important;
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  float:none!important;
  vertical-align:top!important;
  line-height:1!important;
  border-radius:9px!important;
  font-size:14px!important;
  font-weight:800!important;
}
.single-product form.cart .asc-single-buy-now{margin-left:10px!important}

/* Remove quantity traces from checkout/cart summaries. */
.woocommerce-checkout-review-order-table .product-quantity,
.woocommerce-mini-cart .quantity{font-size:inherit}

@media(max-width:600px){
  .single-product form.cart .single_add_to_cart_button,
  .single-product form.cart .asc-single-buy-now{
    width:calc(50% - 5px)!important;
    min-width:0!important;
    padding-left:12px!important;
    padding-right:12px!important;
  }
  .single-product form.cart .asc-single-buy-now{margin-left:6px!important}
}


/* ==========================================================
   v2.6 — Professional page headings + checkout cleanup
   ========================================================== */
/* Hide Astra's duplicate/plain title on static pages. The branded title below
   is injected into the page content, while single-product titles stay native. */
body.page:not(.home) .entry-header,
body.page:not(.home) .entry-title{
  display:none!important;
}

.asc-page-heading{
  position:relative;
  display:flex;
  align-items:center;
  gap:15px;
  margin:0 0 26px;
  padding:18px 20px;
  overflow:hidden;
  border:1px solid #e6e8f2;
  border-radius:15px;
  background:linear-gradient(110deg,#fff 0%,#faf9ff 56%,#f3f6ff 100%);
  box-shadow:0 8px 28px rgba(30,37,71,.045);
}
.asc-page-heading:after{
  content:"";
  position:absolute;
  width:170px;
  height:170px;
  right:-70px;
  top:-105px;
  border-radius:50%;
  background:rgba(101,71,245,.07);
  pointer-events:none;
}
.asc-page-heading-accent{
  width:5px;
  min-width:5px;
  align-self:stretch;
  min-height:47px;
  border-radius:999px;
  background:linear-gradient(180deg,#8541ef,#3b82f6);
}
.asc-page-heading-copy{position:relative;z-index:1;min-width:0}
.asc-page-heading h1{
  margin:0!important;
  padding:0!important;
  color:#121831!important;
  font-size:clamp(24px,2.4vw,32px)!important;
  line-height:1.12!important;
  letter-spacing:-.035em!important;
  font-weight:850!important;
}
.asc-page-heading p{
  margin:6px 0 0!important;
  color:#71798e!important;
  font-size:13px!important;
  line-height:1.45!important;
  font-weight:500!important;
}

/* Keep any remaining archive title container visually clean. */
body:not(.home):not(.single-product) .ast-archive-description{
  border:1px solid #e6e8f2!important;
  border-radius:15px!important;
  background:linear-gradient(110deg,#fff,#f7f7ff)!important;
  padding:18px 20px!important;
  margin:0 0 26px!important;
  box-shadow:0 8px 28px rgba(30,37,71,.04)!important;
}
body:not(.home):not(.single-product) .ast-archive-description .ast-archive-title{
  margin:0!important;
  color:#121831!important;
  font-size:28px!important;
  line-height:1.15!important;
  letter-spacing:-.03em!important;
  font-weight:850!important;
}

/* Checkout must contain only the four requested customer fields. */
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-additional-fields__field-wrapper,
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout #order_comments_field{
  display:none!important;
}

@media(max-width:640px){
  .asc-page-heading{margin-bottom:20px;padding:15px 15px;border-radius:13px;gap:11px}
  .asc-page-heading-accent{min-height:42px;width:4px;min-width:4px}
  .asc-page-heading h1{font-size:24px!important}
  .asc-page-heading p{font-size:12px!important;margin-top:4px!important}
}

/* ==========================================================
   v2.7 — Unified theme UI for Thank You, Orders & all pages
   ========================================================== */

/* Shared readable page content. Product detail page stays on its native
   Woo/Astra layout; these rules are intentionally scoped away from it. */
body:not(.home):not(.single-product) .entry-content{
  color:#3f475f;
  font-size:15px;
  line-height:1.72;
}
body:not(.home):not(.single-product) .entry-content>p,
body:not(.home):not(.single-product) .entry-content>ul,
body:not(.home):not(.single-product) .entry-content>ol{
  max-width:900px;
}
body:not(.home):not(.single-product) .entry-content h2,
body:not(.home):not(.single-product) .entry-content h3,
body:not(.home):not(.single-product) .entry-content h4{
  color:var(--asc-ink);
  line-height:1.25;
  letter-spacing:-.02em;
  font-weight:800;
}
body:not(.home):not(.single-product) .entry-content h2{font-size:27px;margin:30px 0 12px}
body:not(.home):not(.single-product) .entry-content h3{font-size:21px;margin:24px 0 10px}
body:not(.home):not(.single-product) .entry-content h4{font-size:17px;margin:20px 0 8px}
body:not(.home):not(.single-product) .entry-content a:not(.button):not(.wp-element-button){color:var(--asc-purple);font-weight:650}
body:not(.home):not(.single-product) .entry-content a:not(.button):not(.wp-element-button):hover{color:#4f38d8}
body:not(.home):not(.single-product) .entry-content blockquote{
  margin:24px 0;padding:18px 20px;border:1px solid #e4e7f1;border-left:4px solid var(--asc-purple);border-radius:12px;background:#fff;color:#50586f
}
body:not(.home):not(.single-product) .entry-content hr{border:0;border-top:1px solid #e8eaf1;margin:28px 0}

/* Gutenberg / ordinary page elements inherit the store design. */
body:not(.home):not(.single-product) .wp-block-button__link,
body:not(.home):not(.single-product) .wp-element-button{
  border:0!important;border-radius:9px!important;background:linear-gradient(90deg,#6948f7,#5b42ee)!important;color:#fff!important;font-size:14px!important;font-weight:800!important;padding:13px 20px!important;box-shadow:0 8px 20px rgba(101,71,245,.16)
}
body:not(.home):not(.single-product) .wp-block-button__link:hover,
body:not(.home):not(.single-product) .wp-element-button:hover{transform:translateY(-1px);box-shadow:0 11px 24px rgba(101,71,245,.22)}
body:not(.home):not(.single-product) input[type=text],
body:not(.home):not(.single-product) input[type=email],
body:not(.home):not(.single-product) input[type=tel],
body:not(.home):not(.single-product) input[type=password],
body:not(.home):not(.single-product) input[type=number],
body:not(.home):not(.single-product) input[type=url],
body:not(.home):not(.single-product) input[type=search],
body:not(.home):not(.single-product) select,
body:not(.home):not(.single-product) textarea{
  min-height:46px;border:1px solid #dfe3ed!important;border-radius:9px!important;background:#fff!important;color:#20263d!important;font-size:14px!important;box-shadow:none!important;transition:border-color .18s,box-shadow .18s
}
body:not(.home):not(.single-product) textarea{min-height:120px;padding:12px 13px!important}
body:not(.home):not(.single-product) input:focus,
body:not(.home):not(.single-product) select:focus,
body:not(.home):not(.single-product) textarea:focus{border-color:#8a73f7!important;box-shadow:0 0 0 3px rgba(101,71,245,.09)!important;outline:0!important}

/* Woo notices: clean cards across cart, checkout, account and order screens. */
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-error,
.woocommerce-message,.woocommerce-info,.woocommerce-error{
  margin:0 0 20px!important;padding:15px 18px 15px 48px!important;border:1px solid #e4e7f0!important;border-top:1px solid #e4e7f0!important;border-radius:12px!important;background:#fff!important;color:#343b52!important;font-size:13.5px!important;line-height:1.55!important;box-shadow:0 7px 22px rgba(30,37,71,.045)
}
.woocommerce-message{border-left:4px solid #22a06b!important}.woocommerce-info{border-left:4px solid var(--asc-purple)!important}.woocommerce-error{border-left:4px solid #e34d59!important}
.woocommerce-message::before,.woocommerce-info::before,.woocommerce-error::before{top:15px!important;left:17px!important}
.woocommerce-message::before{color:#22a06b!important}.woocommerce-error::before{color:#e34d59!important}

/* ---------------- Thank You / Order received ---------------- */
.woocommerce-order-received .asc-page-container,
.woocommerce-view-order .asc-page-container,
.woocommerce-orders .asc-page-container{padding-top:34px;padding-bottom:58px}
.woocommerce-order-received .woocommerce-order{
  max-width:1060px;margin:0 auto
}
.woocommerce-order-received .woocommerce-thankyou-order-received{
  position:relative;margin:0 0 20px!important;padding:22px 22px 22px 66px!important;border:1px solid #dcebe4;border-radius:15px;background:linear-gradient(110deg,#fff 0%,#f7fffb 100%);color:#176b49!important;font-size:17px!important;line-height:1.45!important;font-weight:800!important;box-shadow:0 10px 30px rgba(25,95,69,.06)
}
.woocommerce-order-received .woocommerce-thankyou-order-received:before{
  content:"✓";position:absolute;left:20px;top:50%;transform:translateY(-50%);width:32px;height:32px;border-radius:50%;display:grid;place-items:center;background:#22a06b;color:#fff;font-size:18px;font-weight:900
}
.woocommerce-order-received ul.woocommerce-order-overview{
  display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;margin:0 0 24px!important;padding:0!important;list-style:none!important
}
.woocommerce-order-received ul.woocommerce-order-overview li{
  min-width:0!important;width:auto!important;float:none!important;margin:0!important;padding:15px 16px!important;border:1px solid #e5e8f0!important;border-right:1px solid #e5e8f0!important;border-radius:12px;background:#fff;color:#7a8192!important;font-size:10.5px!important;line-height:1.35!important;text-transform:uppercase;letter-spacing:.055em;box-shadow:0 6px 18px rgba(30,37,71,.035)
}
.woocommerce-order-received ul.woocommerce-order-overview li strong{
  display:block;margin-top:5px;color:#171d35!important;font-size:13.5px!important;line-height:1.4!important;letter-spacing:0!important;text-transform:none;font-weight:800!important;overflow-wrap:anywhere
}
.woocommerce-order-received .woocommerce-bacs-bank-details,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-view-order .woocommerce-order-details,
.woocommerce-view-order .woocommerce-customer-details{
  margin:20px 0 0!important;padding:21px!important;border:1px solid #e5e8f0;border-radius:15px;background:#fff;box-shadow:0 8px 26px rgba(30,37,71,.045)
}
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-view-order .woocommerce-order-details__title,
.woocommerce-view-order .woocommerce-column__title,
.woocommerce-order-received .wc-bacs-bank-details-heading{
  margin:0 0 14px!important;color:#171d35!important;font-size:20px!important;line-height:1.25!important;font-weight:850!important;letter-spacing:-.025em!important
}
.woocommerce-order-received table.woocommerce-table--order-details,
.woocommerce-view-order table.woocommerce-table--order-details{
  margin:0!important;border:0!important;border-collapse:separate!important;border-spacing:0!important
}
.woocommerce-order-received table.woocommerce-table--order-details th,
.woocommerce-order-received table.woocommerce-table--order-details td,
.woocommerce-view-order table.woocommerce-table--order-details th,
.woocommerce-view-order table.woocommerce-table--order-details td{
  padding:13px 10px!important;border:0!important;border-bottom:1px solid #edf0f5!important;background:transparent!important;color:#333a50!important;font-size:13px!important;line-height:1.5!important
}
.woocommerce-order-received table.woocommerce-table--order-details thead th,
.woocommerce-view-order table.woocommerce-table--order-details thead th{
  padding-top:8px!important;color:#737b90!important;font-size:11px!important;text-transform:uppercase;letter-spacing:.045em;font-weight:750!important
}
.woocommerce-order-received table.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-order-received table.woocommerce-table--order-details tfoot tr:last-child td,
.woocommerce-view-order table.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-view-order table.woocommerce-table--order-details tfoot tr:last-child td{border-bottom:0!important;color:#151b33!important;font-size:15px!important;font-weight:850!important}
.woocommerce-order-received table.woocommerce-table--order-details td:last-child,
.woocommerce-order-received table.woocommerce-table--order-details th:last-child,
.woocommerce-view-order table.woocommerce-table--order-details td:last-child,
.woocommerce-view-order table.woocommerce-table--order-details th:last-child{text-align:right}
.woocommerce-order-received .woocommerce-customer-details address,
.woocommerce-view-order .woocommerce-customer-details address{
  margin:0!important;padding:15px 16px!important;border:1px solid #eceef4!important;border-radius:11px!important;background:#fafbfe!important;color:#4d556c!important;font-size:13.5px!important;line-height:1.7!important
}
.woocommerce-order-received .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce-customer-details--email,
.woocommerce-view-order .woocommerce-customer-details--phone,
.woocommerce-view-order .woocommerce-customer-details--email{margin:7px 0 0!important;padding-left:0!important;color:#4b5369!important}

/* Payment/order-pay page */
.woocommerce-order-pay form#order_review,
.woocommerce-order-pay .woocommerce-order-details{
  max-width:900px;margin:0 auto 20px!important;padding:21px!important;border:1px solid #e5e8f0!important;border-radius:15px!important;background:#fff!important;box-shadow:0 8px 26px rgba(30,37,71,.045)
}
.woocommerce-order-pay #payment{border-radius:12px!important;background:#f8f9fc!important}

/* ---------------- My Account / Orders / Downloads ---------------- */
.woocommerce-account .woocommerce{
  display:grid;grid-template-columns:230px minmax(0,1fr);gap:24px;align-items:start
}
.woocommerce-account .woocommerce>.asc-page-heading{grid-column:1/-1;width:100%;margin-bottom:0}
.woocommerce-account .woocommerce-MyAccount-navigation{
  width:100%!important;float:none!important;margin:0!important;padding:10px;border:1px solid #e5e8f0;border-radius:14px;background:#fff;box-shadow:0 8px 24px rgba(30,37,71,.04)
}
.woocommerce-account .woocommerce-MyAccount-navigation ul{margin:0!important;padding:0!important;list-style:none!important}
.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0!important;padding:0!important;border:0!important}
.woocommerce-account .woocommerce-MyAccount-navigation a{
  display:flex;padding:11px 12px!important;border-radius:9px;color:#4e566d!important;font-size:13.5px!important;font-weight:700!important;text-decoration:none!important
}
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#f1efff;color:#5d42ee!important}
.woocommerce-account .woocommerce-MyAccount-content{
  width:100%!important;float:none!important;margin:0!important;min-width:0;padding:21px;border:1px solid #e5e8f0;border-radius:15px;background:#fff;box-shadow:0 8px 26px rgba(30,37,71,.04);color:#4c546b;font-size:14px;line-height:1.65
}
.woocommerce-account .woocommerce-MyAccount-content>p:first-child{margin-top:0}
.woocommerce-account table.shop_table,
.woocommerce-account table.woocommerce-orders-table,
.woocommerce-account table.woocommerce-table--order-downloads{
  margin:0 0 16px!important;border:0!important;border-collapse:separate!important;border-spacing:0!important
}
.woocommerce-account table.shop_table th,
.woocommerce-account table.shop_table td,
.woocommerce-account table.woocommerce-orders-table th,
.woocommerce-account table.woocommerce-orders-table td,
.woocommerce-account table.woocommerce-table--order-downloads th,
.woocommerce-account table.woocommerce-table--order-downloads td{
  padding:13px 10px!important;border:0!important;border-bottom:1px solid #edf0f5!important;background:transparent!important;font-size:13px!important;color:#3c445b!important
}
.woocommerce-account table.shop_table th,
.woocommerce-account table.woocommerce-orders-table th,
.woocommerce-account table.woocommerce-table--order-downloads th{color:#727a90!important;font-size:10.5px!important;text-transform:uppercase;letter-spacing:.04em;font-weight:750!important}
.woocommerce-account table .button{min-height:36px!important;padding:0 13px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;font-size:11.5px!important;border-radius:8px!important}
.woocommerce-account .woocommerce-Addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}
.woocommerce-account .woocommerce-Address{width:100%!important;float:none!important;margin:0!important;padding:17px!important;border:1px solid #e7eaf1;border-radius:12px;background:#fafbfe}
.woocommerce-account .woocommerce-Address-title h3{font-size:17px!important;margin:0!important}.woocommerce-account .woocommerce-Address-title a{font-size:12px!important}
.woocommerce-account .woocommerce-Address address{font-size:13px!important;line-height:1.65!important;color:#555d73!important}
.woocommerce-account form .form-row label{color:#414960!important;font-size:12.5px!important;font-weight:750!important;margin-bottom:6px!important}
.woocommerce-account fieldset{margin:22px 0 0!important;padding:18px!important;border:1px solid #e7eaf1!important;border-radius:12px!important;background:#fafbfe!important}
.woocommerce-account fieldset legend{padding:0 8px;color:#252c45;font-weight:800;font-size:14px}

/* Login/register on My Account before sign in. */
.woocommerce-account:not(.logged-in) .woocommerce{display:block}
.woocommerce-account:not(.logged-in) .woocommerce>.asc-page-heading{margin-bottom:24px}
.woocommerce-account #customer_login{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}
.woocommerce-account #customer_login>.col-1,
.woocommerce-account #customer_login>.col-2{width:100%!important;float:none!important;margin:0!important;padding:22px!important;border:1px solid #e5e8f0;border-radius:15px;background:#fff;box-shadow:0 8px 26px rgba(30,37,71,.04)}
.woocommerce-account #customer_login h2{margin:0 0 17px!important;font-size:22px!important;color:#171d35!important}

/* Plugin-added content on Thank You / Order screens gets neutral themed cards
   when it uses common Woo wrappers, without imposing business logic. */
.woocommerce-order-received .woocommerce-order>section,
.woocommerce-view-order .woocommerce-MyAccount-content>section{
  border-radius:15px
}

/* Generic tables on normal published pages. */
body.page:not(.home):not(.single-product) .entry-content table:not(.shop_table){
  width:100%;border-collapse:separate;border-spacing:0;overflow:hidden;border:1px solid #e4e7ef;border-radius:12px;background:#fff
}
body.page:not(.home):not(.single-product) .entry-content table:not(.shop_table) th,
body.page:not(.home):not(.single-product) .entry-content table:not(.shop_table) td{padding:12px 13px;border:0;border-bottom:1px solid #eceef4;text-align:left;font-size:13px}
body.page:not(.home):not(.single-product) .entry-content table:not(.shop_table) th{background:#f8f9fc;color:#454d65;font-weight:800}
body.page:not(.home):not(.single-product) .entry-content table:not(.shop_table) tr:last-child td{border-bottom:0}

@media(max-width:920px){
  .woocommerce-order-received ul.woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr))}
  .woocommerce-account .woocommerce{grid-template-columns:1fr}
  .woocommerce-account .woocommerce>.asc-page-heading{grid-column:1}
  .woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;gap:6px;overflow-x:auto;padding-bottom:2px!important;scrollbar-width:none}.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar{display:none}
  .woocommerce-account .woocommerce-MyAccount-navigation li{flex:0 0 auto}.woocommerce-account .woocommerce-MyAccount-navigation a{white-space:nowrap}
}
@media(max-width:640px){
  body:not(.home):not(.single-product) .entry-content{font-size:14px;line-height:1.68}
  body:not(.home):not(.single-product) .entry-content h2{font-size:23px}body:not(.home):not(.single-product) .entry-content h3{font-size:19px}
  .woocommerce-order-received .woocommerce-thankyou-order-received{padding:18px 16px 18px 56px!important;font-size:15px!important}.woocommerce-order-received .woocommerce-thankyou-order-received:before{left:15px;width:30px;height:30px}
  .woocommerce-order-received ul.woocommerce-order-overview{grid-template-columns:1fr;gap:9px}
  .woocommerce-order-received .woocommerce-bacs-bank-details,.woocommerce-order-received .woocommerce-order-details,.woocommerce-order-received .woocommerce-customer-details,.woocommerce-view-order .woocommerce-order-details,.woocommerce-view-order .woocommerce-customer-details{padding:15px!important;border-radius:13px}
  .woocommerce-order-received .woocommerce-order-details__title,.woocommerce-order-received .woocommerce-column__title,.woocommerce-view-order .woocommerce-order-details__title,.woocommerce-view-order .woocommerce-column__title{font-size:18px!important}
  .woocommerce-order-received table.woocommerce-table--order-details,.woocommerce-view-order table.woocommerce-table--order-details,.woocommerce-account table.shop_table,.woocommerce-account table.woocommerce-orders-table,.woocommerce-account table.woocommerce-table--order-downloads{display:block;overflow-x:auto;white-space:nowrap}
  .woocommerce-account .woocommerce-MyAccount-content{padding:15px;border-radius:13px}
  .woocommerce-account #customer_login{grid-template-columns:1fr;gap:16px}.woocommerce-account #customer_login>.col-1,.woocommerce-account #customer_login>.col-2{padding:17px!important;border-radius:13px}
  .woocommerce-account .woocommerce-Addresses{grid-template-columns:1fr}
}

/* ==========================================================
   v2.8 — Compact page header + tighter content spacing +
           robust Thank You / order-detail responsiveness
   ========================================================== */

/* Astra adds its own vertical primary-content margins. Our custom header
   already owns the page spacing, so remove the duplicate gap site-wide. */
body:not(.home) #primary{
  margin-top:0!important;
  margin-bottom:0!important;
  padding-top:0!important;
}
body:not(.home) .site-main,
body:not(.home) article.page,
body:not(.home) article.type-page{
  margin-top:0!important;
}
body:not(.home) .asc-page-container{
  padding-top:18px!important;
  padding-bottom:44px;
}
.woocommerce-cart .asc-page-container,
.woocommerce-checkout .asc-page-container,
.woocommerce-order-received .asc-page-container,
.woocommerce-view-order .asc-page-container,
.woocommerce-orders .asc-page-container{
  padding-top:18px!important;
}

/* Smaller, cleaner branded page-title strip. */
.asc-page-heading{
  gap:11px;
  margin:0 0 18px;
  padding:12px 16px;
  border-radius:12px;
  box-shadow:0 5px 18px rgba(30,37,71,.035);
}
.asc-page-heading:after{
  width:125px;
  height:125px;
  right:-55px;
  top:-82px;
}
.asc-page-heading-accent{
  width:4px;
  min-width:4px;
  min-height:35px;
}
.asc-page-heading h1{
  font-size:clamp(21px,1.75vw,26px)!important;
  line-height:1.13!important;
  letter-spacing:-.03em!important;
}
.asc-page-heading p{
  margin:3px 0 0!important;
  font-size:12.5px!important;
  line-height:1.35!important;
}

/* Archive headings, when used, match the same compact scale. */
body:not(.home):not(.single-product) .ast-archive-description{
  padding:12px 16px!important;
  margin:0 0 18px!important;
  border-radius:12px!important;
  box-shadow:0 5px 18px rgba(30,37,71,.03)!important;
}
body:not(.home):not(.single-product) .ast-archive-description .ast-archive-title{
  font-size:24px!important;
  line-height:1.15!important;
}

/* ---------- Thank You / Order layout hardening ---------- */
.woocommerce-order-received .woocommerce-order,
.woocommerce-view-order .woocommerce-MyAccount-content{
  min-width:0!important;
}
.woocommerce-order-received .woocommerce-order > *,
.woocommerce-view-order .woocommerce-MyAccount-content > *{
  max-width:100%;
  box-sizing:border-box;
}

/* Woo can output 4 or 5 overview items depending on payment/customer data.
   Auto-fit keeps them balanced rather than leaving a broken orphan card. */
.woocommerce-order-received ul.woocommerce-order-overview{
  grid-template-columns:repeat(auto-fit,minmax(165px,1fr))!important;
  gap:10px!important;
  margin-bottom:18px!important;
}
.woocommerce-order-received ul.woocommerce-order-overview li{
  min-width:0!important;
  overflow:hidden;
  padding:13px 14px!important;
}
.woocommerce-order-received ul.woocommerce-order-overview li,
.woocommerce-order-received ul.woocommerce-order-overview li strong{
  overflow-wrap:anywhere;
  word-break:normal;
}

.woocommerce-order-received .woocommerce-thankyou-order-received{
  margin-bottom:16px!important;
  padding:17px 18px 17px 58px!important;
  border-radius:12px!important;
  font-size:15px!important;
  box-shadow:0 6px 20px rgba(25,95,69,.045);
}
.woocommerce-order-received .woocommerce-thankyou-order-received:before{
  left:17px;
  width:29px;
  height:29px;
  font-size:16px;
}

.woocommerce-order-received .woocommerce-bacs-bank-details,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details,
.woocommerce-view-order .woocommerce-order-details,
.woocommerce-view-order .woocommerce-customer-details{
  min-width:0!important;
  margin-top:16px!important;
  padding:18px!important;
  border-radius:13px!important;
}
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-column__title,
.woocommerce-view-order .woocommerce-order-details__title,
.woocommerce-view-order .woocommerce-column__title,
.woocommerce-order-received .wc-bacs-bank-details-heading{
  margin-bottom:11px!important;
  font-size:18px!important;
}

/* Address/customer columns should never keep Woo's floated widths. */
.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns,
.woocommerce-order-received .woocommerce-customer-details .col2-set,
.woocommerce-view-order .woocommerce-customer-details .woocommerce-columns,
.woocommerce-view-order .woocommerce-customer-details .col2-set{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:12px;
  width:100%!important;
}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column,
.woocommerce-order-received .woocommerce-customer-details .col-1,
.woocommerce-order-received .woocommerce-customer-details .col-2,
.woocommerce-view-order .woocommerce-customer-details .woocommerce-column,
.woocommerce-view-order .woocommerce-customer-details .col-1,
.woocommerce-view-order .woocommerce-customer-details .col-2{
  float:none!important;
  width:100%!important;
  max-width:100%!important;
  min-width:0!important;
  margin:0!important;
}
.woocommerce-order-received .woocommerce-customer-details address,
.woocommerce-view-order .woocommerce-customer-details address{
  min-width:0!important;
  overflow-wrap:anywhere;
}

/* Long digital-product names, email addresses and payment labels may wrap. */
.woocommerce-order-received table.woocommerce-table--order-details,
.woocommerce-view-order table.woocommerce-table--order-details{
  width:100%!important;
  max-width:100%!important;
  table-layout:auto!important;
}
.woocommerce-order-received table.woocommerce-table--order-details th,
.woocommerce-order-received table.woocommerce-table--order-details td,
.woocommerce-view-order table.woocommerce-table--order-details th,
.woocommerce-view-order table.woocommerce-table--order-details td{
  white-space:normal!important;
  overflow-wrap:anywhere;
  word-break:normal;
}
.woocommerce-order-received table.woocommerce-table--order-details .product-name,
.woocommerce-view-order table.woocommerce-table--order-details .product-name{
  min-width:0;
}
.woocommerce-order-received table.woocommerce-table--order-details td:last-child,
.woocommerce-order-received table.woocommerce-table--order-details th:last-child,
.woocommerce-view-order table.woocommerce-table--order-details td:last-child,
.woocommerce-view-order table.woocommerce-table--order-details th:last-child{
  white-space:nowrap!important;
}

@media(max-width:920px){
  body:not(.home) .asc-page-container{
    padding-top:16px!important;
    padding-bottom:36px;
  }
  .woocommerce-order-received ul.woocommerce-order-overview{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
}

@media(max-width:640px){
  body:not(.home) .asc-page-container{
    padding-top:12px!important;
    padding-bottom:28px;
  }
  .asc-page-heading{
    gap:9px;
    margin-bottom:14px;
    padding:10px 12px;
    border-radius:10px;
  }
  .asc-page-heading-accent{
    min-height:30px;
  }
  .asc-page-heading h1{
    font-size:20px!important;
  }
  .asc-page-heading p{
    margin-top:2px!important;
    font-size:11.5px!important;
  }

  .woocommerce-order-received .woocommerce-thankyou-order-received{
    padding:14px 13px 14px 50px!important;
    font-size:14px!important;
  }
  .woocommerce-order-received .woocommerce-thankyou-order-received:before{
    left:13px;
    width:27px;
    height:27px;
  }
  .woocommerce-order-received ul.woocommerce-order-overview{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .woocommerce-order-received ul.woocommerce-order-overview li{
    padding:11px 12px!important;
  }
  .woocommerce-order-received .woocommerce-bacs-bank-details,
  .woocommerce-order-received .woocommerce-order-details,
  .woocommerce-order-received .woocommerce-customer-details,
  .woocommerce-view-order .woocommerce-order-details,
  .woocommerce-view-order .woocommerce-customer-details{
    padding:13px!important;
    border-radius:11px!important;
  }
  .woocommerce-order-received .woocommerce-order-details__title,
  .woocommerce-order-received .woocommerce-column__title,
  .woocommerce-view-order .woocommerce-order-details__title,
  .woocommerce-view-order .woocommerce-column__title{
    font-size:17px!important;
  }
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-columns,
  .woocommerce-order-received .woocommerce-customer-details .col2-set,
  .woocommerce-view-order .woocommerce-customer-details .woocommerce-columns,
  .woocommerce-view-order .woocommerce-customer-details .col2-set{
    grid-template-columns:1fr;
  }

  /* Override the older mobile nowrap rule that could force the order table
     wider than the viewport. Two columns remain readable and wrap cleanly. */
  .woocommerce-order-received table.woocommerce-table--order-details,
  .woocommerce-view-order table.woocommerce-table--order-details{
    display:table!important;
    width:100%!important;
    min-width:0!important;
    overflow:visible!important;
    white-space:normal!important;
    table-layout:fixed!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-details th,
  .woocommerce-order-received table.woocommerce-table--order-details td,
  .woocommerce-view-order table.woocommerce-table--order-details th,
  .woocommerce-view-order table.woocommerce-table--order-details td{
    padding:10px 7px!important;
    font-size:12px!important;
    white-space:normal!important;
    overflow-wrap:anywhere;
  }
  .woocommerce-order-received table.woocommerce-table--order-details td:last-child,
  .woocommerce-order-received table.woocommerce-table--order-details th:last-child,
  .woocommerce-view-order table.woocommerce-table--order-details td:last-child,
  .woocommerce-view-order table.woocommerce-table--order-details th:last-child{
    width:34%;
    white-space:normal!important;
  }
}


/* ==========================================================
   v2.9 — Premium Thank You page
   ========================================================== */
.woocommerce-order-received .asc-page-container{
  padding-top:22px!important;
  padding-bottom:52px!important;
}
.woocommerce-order-received .entry-header,
.woocommerce-order-received .entry-title{
  display:none!important;
}
.woocommerce-order-received .woocommerce-order{
  width:100%;
  max-width:1120px!important;
  margin:0 auto!important;
}

/* One confirmation hero instead of a separate page title + green notice. */
.woocommerce-order-received .woocommerce-thankyou-order-received{
  position:relative!important;
  display:grid!important;
  grid-template-columns:70px minmax(0,1fr) auto;
  align-items:center;
  gap:18px;
  min-height:136px;
  margin:0 0 18px!important;
  padding:24px 30px!important;
  overflow:hidden;
  border:1px solid #dce9e5!important;
  border-radius:17px!important;
  background:
    radial-gradient(circle at 94% 20%,rgba(99,71,245,.09) 0 58px,transparent 59px),
    radial-gradient(circle at 86% 110%,rgba(75,154,255,.09) 0 70px,transparent 71px),
    linear-gradient(105deg,#f8fffb 0%,#ffffff 50%,#f5f6ff 100%)!important;
  color:#161d35!important;
  box-shadow:0 11px 34px rgba(29,36,70,.055)!important;
  font-weight:400!important;
}
.woocommerce-order-received .woocommerce-thankyou-order-received:before{
  display:none!important;
}
.woocommerce-order-received .asc-thankyou-check{
  width:64px;
  height:64px;
  display:grid;
  place-items:center;
  border:8px solid #dff6ea;
  border-radius:50%;
  background:#28af78;
  color:#fff;
  font-size:28px;
  line-height:1;
  font-weight:900;
  box-shadow:0 8px 20px rgba(40,175,120,.18);
}
.woocommerce-order-received .asc-thankyou-copy{
  display:flex;
  min-width:0;
  flex-direction:column;
  align-items:flex-start;
}
.woocommerce-order-received .asc-thankyou-title{
  color:#111936;
  font-size:28px;
  line-height:1.08;
  letter-spacing:-.035em;
  font-weight:900;
}
.woocommerce-order-received .asc-thankyou-subtitle{
  margin-top:5px;
  color:#29324c;
  font-size:15px;
  line-height:1.45;
  font-weight:650;
}
.woocommerce-order-received .asc-thankyou-note{
  margin-top:5px;
  color:#848ba0;
  font-size:13.5px;
  line-height:1.5;
  font-style:italic;
  font-weight:500;
}
.woocommerce-order-received .asc-thankyou-script{
  position:relative;
  z-index:1;
  padding-right:10px;
  color:#6547f5;
  font-family:cursive;
  font-size:24px;
  line-height:1;
  font-style:italic;
  transform:rotate(-6deg);
  white-space:nowrap;
}

/* Order overview cards with visual icon wells. */
.woocommerce-order-received ul.woocommerce-order-overview{
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:12px!important;
  margin:0 0 20px!important;
}
.woocommerce-order-received ul.woocommerce-order-overview li{
  position:relative;
  min-height:82px;
  display:flex!important;
  flex-direction:column;
  justify-content:center;
  padding:14px 14px 14px 66px!important;
  border:1px solid #e5e8f1!important;
  border-radius:13px!important;
  background:#fff!important;
  box-shadow:0 7px 22px rgba(30,37,71,.04)!important;
  overflow:visible!important;
}
.woocommerce-order-received ul.woocommerce-order-overview li:before{
  position:absolute;
  left:14px;
  top:50%;
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  transform:translateY(-50%);
  border-radius:11px;
  background:#f0edff;
  color:#6547f5;
  font-size:18px;
  line-height:1;
  font-weight:900;
  box-shadow:inset 0 0 0 1px rgba(101,71,245,.04);
}
.woocommerce-order-received ul.woocommerce-order-overview li:nth-child(1):before{content:"#"}
.woocommerce-order-received ul.woocommerce-order-overview li:nth-child(2):before{content:"◷"}
.woocommerce-order-received ul.woocommerce-order-overview li:nth-child(3):before{content:"✉";font-size:16px}
.woocommerce-order-received ul.woocommerce-order-overview li:nth-child(4):before{content:"▣";font-size:16px}
.woocommerce-order-received ul.woocommerce-order-overview li:nth-child(n+5):before{content:"✓"}
.woocommerce-order-received ul.woocommerce-order-overview li strong{
  margin-top:4px!important;
  color:#11182f!important;
  font-size:14.5px!important;
  font-weight:850!important;
}

/* Downloads / order details / customer details become matching content cards. */
.woocommerce-order-received .woocommerce-order-downloads,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details{
  position:relative;
  margin:16px 0 0!important;
  padding:18px!important;
  overflow:hidden;
  border:1px solid #e4e7ef!important;
  border-radius:15px!important;
  background:#fff!important;
  box-shadow:0 8px 26px rgba(30,37,71,.04)!important;
}
.woocommerce-order-received .woocommerce-order-downloads__title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title{
  position:relative;
  display:flex;
  min-height:38px;
  align-items:center;
  margin:0 0 14px!important;
  padding-left:48px;
  color:#151c35!important;
  font-size:20px!important;
  line-height:1.2!important;
  font-weight:900!important;
  letter-spacing:-.025em!important;
}
.woocommerce-order-received .woocommerce-order-downloads__title:before,
.woocommerce-order-received .woocommerce-order-details__title:before,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title:before{
  position:absolute;
  left:0;
  top:0;
  width:36px;
  height:36px;
  display:grid;
  place-items:center;
  border-radius:9px;
  background:linear-gradient(145deg,#7158ff,#5639ef);
  color:#fff;
  font-size:17px;
  box-shadow:0 6px 14px rgba(101,71,245,.18);
}
.woocommerce-order-received .woocommerce-order-downloads__title:before{content:"⇩"}
.woocommerce-order-received .woocommerce-order-details__title:before{content:"▤"}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title:before{content:"⌖"}

/* Woo downloadable-products table. */
.woocommerce-order-received table.woocommerce-table--order-downloads,
.woocommerce-order-received table.woocommerce-table--order-details{
  width:100%!important;
  margin:0!important;
  overflow:hidden;
  border:1px solid #e4e7ef!important;
  border-radius:11px!important;
  border-collapse:separate!important;
  border-spacing:0!important;
  background:#fff!important;
}
.woocommerce-order-received table.woocommerce-table--order-downloads th,
.woocommerce-order-received table.woocommerce-table--order-downloads td,
.woocommerce-order-received table.woocommerce-table--order-details th,
.woocommerce-order-received table.woocommerce-table--order-details td{
  padding:13px 14px!important;
  border:0!important;
  border-bottom:1px solid #e8eaf1!important;
  background:#fff!important;
  color:#3c445b!important;
  font-size:13px!important;
  line-height:1.5!important;
}
.woocommerce-order-received table.woocommerce-table--order-downloads thead th,
.woocommerce-order-received table.woocommerce-table--order-details thead th{
  background:#f8f9fc!important;
  color:#424a62!important;
  font-size:12px!important;
  text-transform:none!important;
  letter-spacing:0!important;
  font-weight:800!important;
}
.woocommerce-order-received table.woocommerce-table--order-downloads tr:last-child td,
.woocommerce-order-received table.woocommerce-table--order-details tr:last-child td{
  border-bottom:0!important;
}
.woocommerce-order-received table.woocommerce-table--order-downloads a:not(.button),
.woocommerce-order-received table.woocommerce-table--order-details .product-name a{
  color:#5f43ef!important;
  font-weight:750!important;
  text-decoration:none!important;
}
.woocommerce-order-received table.woocommerce-table--order-downloads .button{
  min-width:122px;
  min-height:42px!important;
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 17px!important;
  border:0!important;
  border-radius:8px!important;
  background:linear-gradient(135deg,#6f54fb,#5739ef)!important;
  color:#fff!important;
  font-size:12.5px!important;
  font-weight:850!important;
  box-shadow:0 7px 16px rgba(91,61,239,.19)!important;
}
.woocommerce-order-received table.woocommerce-table--order-downloads .button:before{
  content:"⇩";
  font-size:15px;
}
.woocommerce-order-received table.woocommerce-table--order-downloads .button:hover{
  transform:translateY(-1px);
  filter:brightness(.98);
}

/* Total row gets the same soft purple emphasis as the design. */
.woocommerce-order-received table.woocommerce-table--order-details tfoot tr:last-child th,
.woocommerce-order-received table.woocommerce-table--order-details tfoot tr:last-child td{
  padding-top:15px!important;
  padding-bottom:15px!important;
  border-bottom:0!important;
  background:linear-gradient(90deg,#f2efff,#f7f5ff)!important;
  color:#5e42ef!important;
  font-size:16px!important;
  font-weight:900!important;
}

/* Billing/customer information card. */
.woocommerce-order-received .woocommerce-customer-details address{
  margin:0!important;
  padding:16px 18px!important;
  border:1px solid #e8eaf1!important;
  border-radius:11px!important;
  background:#fafbfe!important;
  color:#465067!important;
  font-size:13.5px!important;
  line-height:1.75!important;
}
.woocommerce-order-received .woocommerce-customer-details--phone,
.woocommerce-order-received .woocommerce-customer-details--email{
  position:relative;
  padding-left:24px!important;
  color:#59627a!important;
}
.woocommerce-order-received .woocommerce-customer-details--phone:before,
.woocommerce-order-received .woocommerce-customer-details--email:before{
  position:absolute;
  left:0;
  top:0;
  color:#6547f5;
  font-weight:800;
}
.woocommerce-order-received .woocommerce-customer-details--phone:before{content:"⌕"}
.woocommerce-order-received .woocommerce-customer-details--email:before{content:"✉";font-size:12px}

/* Bottom help / next-step bar. */
.woocommerce-order-received .asc-thankyou-help{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:18px;
  margin-top:18px;
  padding:13px 14px;
  border:1px solid #e3e0ff;
  border-radius:13px;
  background:linear-gradient(100deg,#f7f5ff,#fbfbff);
  box-shadow:0 7px 20px rgba(51,43,105,.035);
}
.woocommerce-order-received .asc-thankyou-help-copy{
  display:flex;
  min-width:0;
  align-items:center;
  gap:12px;
}
.woocommerce-order-received .asc-thankyou-help-icon{
  width:38px;
  height:38px;
  min-width:38px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#6547f5;
  color:#fff;
  box-shadow:0 7px 16px rgba(101,71,245,.2);
}
.woocommerce-order-received .asc-thankyou-help-icon svg{
  width:20px;
  height:20px;
  fill:currentColor;
}
.woocommerce-order-received .asc-thankyou-help-copy strong{
  display:block;
  color:#171d35;
  font-size:14px;
  line-height:1.25;
  font-weight:900;
}
.woocommerce-order-received .asc-thankyou-help-copy small{
  display:block;
  margin-top:2px;
  color:#7a8297;
  font-size:11.5px;
  line-height:1.4;
}
.woocommerce-order-received .asc-thankyou-help-actions{
  display:flex;
  flex:0 0 auto;
  align-items:center;
  gap:8px;
}
.woocommerce-order-received .asc-thankyou-action{
  min-height:39px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:7px;
  padding:0 14px;
  border-radius:8px;
  font-size:11.5px;
  line-height:1;
  font-weight:850;
  text-decoration:none!important;
  transition:transform .18s,box-shadow .18s,border-color .18s;
}
.woocommerce-order-received .asc-thankyou-action:hover{transform:translateY(-1px)}
.woocommerce-order-received .asc-thankyou-action-outline{
  border:1px solid #745df8;
  background:#fff;
  color:#5c41ea!important;
}
.woocommerce-order-received .asc-thankyou-action-light{
  border:1px solid #d8dce7;
  background:#fff;
  color:#283047!important;
}
.woocommerce-order-received .asc-thankyou-action-primary{
  border:1px solid #6547f5;
  background:linear-gradient(135deg,#7057fb,#5739ef);
  color:#fff!important;
  box-shadow:0 7px 16px rgba(91,61,239,.18);
}

@media(max-width:920px){
  .woocommerce-order-received .woocommerce-thankyou-order-received{
    grid-template-columns:58px minmax(0,1fr);
    min-height:122px;
    padding:21px 22px!important;
  }
  .woocommerce-order-received .asc-thankyou-check{
    width:54px;height:54px;border-width:7px;font-size:24px;
  }
  .woocommerce-order-received .asc-thankyou-title{font-size:24px}
  .woocommerce-order-received .asc-thankyou-script{display:none}
  .woocommerce-order-received ul.woocommerce-order-overview{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
  }
  .woocommerce-order-received .asc-thankyou-help{
    align-items:flex-start;
    flex-direction:column;
  }
  .woocommerce-order-received .asc-thankyou-help-actions{
    width:100%;
    flex-wrap:wrap;
  }
}

@media(max-width:640px){
  .woocommerce-order-received .asc-page-container{
    padding-top:12px!important;
    padding-bottom:30px!important;
  }
  .woocommerce-order-received .woocommerce-thankyou-order-received{
    grid-template-columns:46px minmax(0,1fr);
    gap:12px;
    min-height:0;
    padding:18px 15px!important;
    border-radius:13px!important;
  }
  .woocommerce-order-received .asc-thankyou-check{
    width:44px;height:44px;border-width:6px;font-size:20px;
  }
  .woocommerce-order-received .asc-thankyou-title{font-size:21px}
  .woocommerce-order-received .asc-thankyou-subtitle{font-size:13px}
  .woocommerce-order-received .asc-thankyou-note{font-size:11.5px}
  .woocommerce-order-received ul.woocommerce-order-overview{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .woocommerce-order-received ul.woocommerce-order-overview li{
    min-height:70px;
    padding:11px 12px 11px 58px!important;
  }
  .woocommerce-order-received ul.woocommerce-order-overview li:before{
    left:11px;width:35px;height:35px;
  }
  .woocommerce-order-received .woocommerce-order-downloads,
  .woocommerce-order-received .woocommerce-order-details,
  .woocommerce-order-received .woocommerce-customer-details{
    padding:12px!important;
    border-radius:12px!important;
  }
  .woocommerce-order-received .woocommerce-order-downloads__title,
  .woocommerce-order-received .woocommerce-order-details__title,
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title{
    min-height:32px;
    margin-bottom:10px!important;
    padding-left:41px;
    font-size:17px!important;
  }
  .woocommerce-order-received .woocommerce-order-downloads__title:before,
  .woocommerce-order-received .woocommerce-order-details__title:before,
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title:before{
    width:31px;height:31px;border-radius:8px;font-size:14px;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads{
    display:block!important;
    overflow-x:auto!important;
    white-space:nowrap!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads th,
  .woocommerce-order-received table.woocommerce-table--order-downloads td{
    padding:10px 9px!important;
    font-size:11.5px!important;
  }
  .woocommerce-order-received .asc-thankyou-help{
    margin-top:14px;
    padding:12px;
  }
  .woocommerce-order-received .asc-thankyou-help-actions{
    display:grid;
    grid-template-columns:1fr;
  }
  .woocommerce-order-received .asc-thankyou-action{
    width:100%;
    min-height:42px;
  }
}

/* ==========================================================
   v2.9.1 — Thank You mobile responsiveness hardening
   ========================================================== */
.woocommerce-order-received .woocommerce-order,
.woocommerce-order-received .woocommerce-order > *,
.woocommerce-order-received .woocommerce-order-downloads,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details{
  min-width:0!important;
  max-width:100%!important;
  box-sizing:border-box!important;
}

/* Woo's default order overview uses floats/inline widths on some versions.
   Reset them so the grid can never stagger or push a card off-column. */
.woocommerce-order-received ul.woocommerce-order-overview{
  width:100%!important;
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  align-items:stretch!important;
  gap:12px!important;
  margin:0 0 20px!important;
  padding:0!important;
  box-sizing:border-box!important;
}
.woocommerce-order-received ul.woocommerce-order-overview:before,
.woocommerce-order-received ul.woocommerce-order-overview:after{display:none!important;content:none!important}
.woocommerce-order-received ul.woocommerce-order-overview li{
  float:none!important;
  clear:none!important;
  width:auto!important;
  max-width:none!important;
  min-width:0!important;
  height:auto!important;
  margin:0!important;
  box-sizing:border-box!important;
}
.woocommerce-order-received ul.woocommerce-order-overview li strong{
  max-width:100%!important;
  white-space:normal!important;
  word-break:normal!important;
  overflow-wrap:anywhere!important;
}

/* Section titles: explicitly reserve the icon well so Astra/Woo styles cannot
   pull the icon over the first letters on narrow screens. */
.woocommerce-order-received .woocommerce-order-downloads__title,
.woocommerce-order-received .woocommerce-order-details__title,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title{
  width:100%!important;
  box-sizing:border-box!important;
  border:0!important;
  background:transparent!important;
  padding:0 0 0 48px!important;
  overflow:visible!important;
}
.woocommerce-order-received .woocommerce-order-downloads__title:before,
.woocommerce-order-received .woocommerce-order-details__title:before,
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title:before{
  top:50%!important;
  transform:translateY(-50%)!important;
}

/* Tables should never force the Thank You layout wider than the viewport. */
.woocommerce-order-received table.woocommerce-table--order-downloads,
.woocommerce-order-received table.woocommerce-table--order-details{
  table-layout:fixed!important;
  max-width:100%!important;
}
.woocommerce-order-received table.woocommerce-table--order-downloads th,
.woocommerce-order-received table.woocommerce-table--order-downloads td,
.woocommerce-order-received table.woocommerce-table--order-details th,
.woocommerce-order-received table.woocommerce-table--order-details td{
  min-width:0!important;
  max-width:100%!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  box-sizing:border-box!important;
}
.woocommerce-order-received table.woocommerce-table--order-downloads .download-product{width:auto!important}
.woocommerce-order-received table.woocommerce-table--order-downloads .download-remaining{width:18%!important}
.woocommerce-order-received table.woocommerce-table--order-downloads .download-expires{width:15%!important}
.woocommerce-order-received table.woocommerce-table--order-downloads .download-file{width:145px!important;text-align:right!important}

@media(max-width:760px){
  .woocommerce-order-received .asc-page-container{
    width:min(100% - 24px,var(--asc-shell))!important;
    padding-top:14px!important;
    padding-bottom:28px!important;
  }
  .woocommerce-order-received .woocommerce-order{
    width:100%!important;
    max-width:100%!important;
  }
  .woocommerce-order-received ul.woocommerce-order-overview{
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }

  /* Downloads becomes a true mobile information card instead of a scrollable table. */
  .woocommerce-order-received .woocommerce-order-downloads{
    overflow:visible!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    table-layout:auto!important;
    overflow:visible!important;
    border:0!important;
    background:transparent!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads thead{
    display:none!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads tbody{
    display:block!important;
    width:100%!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads tr{
    display:block!important;
    width:100%!important;
    margin:0!important;
    padding:5px 12px!important;
    border:1px solid #e5e8f1!important;
    border-radius:11px!important;
    background:#fff!important;
    box-sizing:border-box!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads td{
    width:100%!important;
    min-width:0!important;
    display:grid!important;
    grid-template-columns:minmax(105px,34%) minmax(0,1fr)!important;
    align-items:center!important;
    gap:10px!important;
    margin:0!important;
    padding:11px 2px!important;
    border:0!important;
    border-bottom:1px solid #eef0f5!important;
    text-align:right!important;
    white-space:normal!important;
    overflow:visible!important;
    overflow-wrap:anywhere!important;
    box-sizing:border-box!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads td:last-child{
    border-bottom:0!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads td:before{
    position:static!important;
    float:none!important;
    width:auto!important;
    margin:0!important;
    padding:0!important;
    content:attr(data-title)!important;
    color:#4c546a!important;
    font-size:11.5px!important;
    line-height:1.35!important;
    font-weight:800!important;
    text-align:left!important;
    text-transform:none!important;
    white-space:normal!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads td.download-product,
  .woocommerce-order-received table.woocommerce-table--order-downloads td.download-remaining,
  .woocommerce-order-received table.woocommerce-table--order-downloads td.download-expires,
  .woocommerce-order-received table.woocommerce-table--order-downloads td.download-file{
    width:100%!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads td.download-product a{
    display:block!important;
    min-width:0!important;
    max-width:100%!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
    text-align:right!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads .button{
    width:auto!important;
    min-width:118px!important;
    max-width:100%!important;
    min-height:40px!important;
    justify-self:end!important;
    margin:0!important;
    padding:0 14px!important;
  }

  /* Order details stays a normal table but cannot overflow on long product names. */
  .woocommerce-order-received table.woocommerce-table--order-details{
    width:100%!important;
    table-layout:fixed!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-details th,
  .woocommerce-order-received table.woocommerce-table--order-details td{
    padding:11px 10px!important;
    white-space:normal!important;
    overflow-wrap:anywhere!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-details .product-name{
    width:auto!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-details .product-total,
  .woocommerce-order-received table.woocommerce-table--order-details th:last-child,
  .woocommerce-order-received table.woocommerce-table--order-details td:last-child{
    width:92px!important;
    text-align:right!important;
  }
}

@media(max-width:520px){
  .woocommerce-order-received .woocommerce-thankyou-order-received{
    grid-template-columns:42px minmax(0,1fr)!important;
    gap:11px!important;
    padding:16px 14px!important;
  }
  .woocommerce-order-received .asc-thankyou-check{
    width:40px!important;
    height:40px!important;
    border-width:5px!important;
    font-size:18px!important;
  }
  .woocommerce-order-received .asc-thankyou-title{font-size:20px!important}
  .woocommerce-order-received .asc-thankyou-subtitle{font-size:12.5px!important}
  .woocommerce-order-received .asc-thankyou-note{font-size:11px!important;line-height:1.4!important}

  .woocommerce-order-received ul.woocommerce-order-overview{
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .woocommerce-order-received ul.woocommerce-order-overview li{
    min-height:66px!important;
    padding:10px 11px 10px 55px!important;
  }

  .woocommerce-order-received .woocommerce-order-downloads,
  .woocommerce-order-received .woocommerce-order-details,
  .woocommerce-order-received .woocommerce-customer-details{
    padding:12px!important;
    margin-top:14px!important;
  }
  .woocommerce-order-received .woocommerce-order-downloads__title,
  .woocommerce-order-received .woocommerce-order-details__title,
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title{
    min-height:31px!important;
    margin:0 0 11px!important;
    padding:0 0 0 42px!important;
    font-size:17px!important;
  }
  .woocommerce-order-received .woocommerce-order-downloads__title:before,
  .woocommerce-order-received .woocommerce-order-details__title:before,
  .woocommerce-order-received .woocommerce-customer-details .woocommerce-column__title:before{
    width:31px!important;
    height:31px!important;
    border-radius:8px!important;
    font-size:14px!important;
  }

  .woocommerce-order-received table.woocommerce-table--order-downloads tr{
    padding:4px 10px!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads td{
    grid-template-columns:96px minmax(0,1fr)!important;
    gap:8px!important;
    padding:10px 0!important;
    font-size:11.5px!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads td:before{
    font-size:11px!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-downloads .button{
    min-width:112px!important;
    min-height:39px!important;
    font-size:11.5px!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-details th,
  .woocommerce-order-received table.woocommerce-table--order-details td{
    padding:10px 8px!important;
    font-size:11.5px!important;
  }
  .woocommerce-order-received table.woocommerce-table--order-details .product-total,
  .woocommerce-order-received table.woocommerce-table--order-details th:last-child,
  .woocommerce-order-received table.woocommerce-table--order-details td:last-child{
    width:78px!important;
  }

  .woocommerce-order-received .woocommerce-customer-details address{
    padding:13px 14px!important;
    font-size:12px!important;
    line-height:1.7!important;
    overflow-wrap:anywhere!important;
  }
  .woocommerce-order-received .asc-thankyou-help-actions{
    width:100%!important;
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  .woocommerce-order-received .asc-thankyou-action{
    width:100%!important;
    min-height:42px!important;
  }
}
