:root{--ink:#0b1020;--brand:#3357f6;--brand-dark:#1a2bb7;--muted:#64748b;--line:#e2e8f0;--bg:#f6f7fb;--green:#059669;--radius:18px;--shadow:0 16px 50px -24px rgba(15,23,42,.32)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,system-ui,sans-serif}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}.portal-container{width:min(1240px,calc(100% - 32px));margin-inline:auto}.portal-strip{background:var(--ink);color:#cbd5e1;font-size:12px}.portal-strip__inner{height:36px;display:flex;align-items:center;justify-content:space-between}.portal-header{position:sticky;top:0;z-index:30;background:rgba(255,255,255,.94);border-bottom:1px solid var(--line);backdrop-filter:blur(16px)}.portal-header__main{height:68px;display:flex;align-items:center;gap:18px}.portal-brand{display:flex;align-items:center;gap:10px;flex:none}.portal-brand strong,.portal-brand small{display:block}.portal-brand strong{font-size:17px;letter-spacing:-.03em}.portal-brand small{margin-top:2px;color:#94a3b8;font-size:9px;letter-spacing:.17em}.portal-brand__mark{width:40px;height:40px;display:grid;place-items:center;border-radius:11px;background:var(--ink);color:#fff;font-size:19px;font-weight:800}.portal-search{flex:1;max-width:520px;margin-left:auto}.portal-search form{display:flex}.portal-search input[type=search]{width:100%;padding:12px 14px;border:1px solid transparent;border-radius:12px 0 0 12px;background:#f1f5f9;font:inherit;font-size:13px;outline:none}.portal-search button{border:0;border-radius:0 12px 12px 0;padding:0 16px;background:var(--brand);color:white}.portal-credit{padding:8px 12px;border:1px solid #bbf7d0;border-radius:12px;background:#ecfdf5;text-align:right}.portal-credit small,.portal-credit strong{display:block;color:#047857}.portal-credit small{font-size:9px}.portal-credit strong{font-size:13px}.portal-icon-link{font-size:20px;padding:10px;border-radius:12px}.portal-user{display:flex;align-items:center;gap:9px}.portal-user__avatar{width:38px;height:38px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#5980ff,#1a2bb7);color:#fff;font-weight:800}.portal-user strong,.portal-user small{display:block;max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.portal-user strong{font-size:12px}.portal-user small{color:var(--muted);font-size:10px}.portal-nav{min-height:44px;display:flex;align-items:center;gap:22px;overflow:auto;font-size:13px;font-weight:600;color:#475569}.portal-nav a{white-space:nowrap}.portal-nav a:hover{color:var(--brand)}.portal-login{min-height:100vh;display:grid;grid-template-columns:1.05fr .95fr}.portal-login__showcase{position:relative;overflow:hidden;background:radial-gradient(circle at 15% 10%,#243fbb 0,transparent 35%),radial-gradient(circle at 90% 90%,#744f17 0,transparent 30%),var(--ink);color:white}.portal-login__showcase:after,.portal-hero:after{content:"";position:absolute;inset:0;opacity:.12;background-image:linear-gradient(#fff 1px,transparent 1px),linear-gradient(90deg,#fff 1px,transparent 1px);background-size:40px 40px;pointer-events:none}.portal-login__content{position:relative;z-index:1;min-height:100%;padding:52px clamp(32px,6vw,84px);display:flex;flex-direction:column;justify-content:space-between}.portal-brand--light{color:white}.portal-brand__mark--light{background:white;color:var(--ink)}.portal-login__message{max-width:610px}.portal-pill{display:inline-flex;padding:8px 12px;border:1px solid rgba(255,255,255,.16);border-radius:999px;background:rgba(255,255,255,.08);font-size:11px;font-weight:700;letter-spacing:.03em}.portal-login h1{font-size:clamp(42px,5vw,68px);line-height:1.03;letter-spacing:-.055em}.portal-login h1 em,.portal-hero h1 em{color:#8eaeff;font-style:normal}.portal-login__message>p{max-width:560px;color:#aeb9d1;line-height:1.75}.portal-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:32px}.portal-stats div{padding:16px;border:1px solid rgba(255,255,255,.12);border-radius:14px;background:rgba(255,255,255,.05)}.portal-stats strong,.portal-stats span{display:block}.portal-stats strong{font-size:20px}.portal-stats span{margin-top:3px;color:#94a3b8;font-size:11px}.portal-login__form{display:grid;place-items:center;padding:40px 24px;background:#fff}.portal-login__box{width:min(420px,100%)}.portal-login__box h2{margin:0;font-size:28px;letter-spacing:-.03em}.portal-login__box>p{margin:10px 0 30px;color:var(--muted);font-size:14px;line-height:1.6}.portal-login__box label{display:block;margin:15px 0 7px;color:#475569;font-size:12px;font-weight:700}.portal-login__box input[type=text],.portal-login__box input[type=password]{width:100%;padding:13px 14px;border:1px solid var(--line);border-radius:12px;font:inherit;outline:none}.portal-login__box input:focus{border-color:var(--brand);box-shadow:0 0 0 4px rgba(51,87,246,.1)}.login-remember label{display:flex;align-items:center;gap:7px;font-weight:500}.portal-login__box input[type=submit]{width:100%;margin-top:8px;padding:14px;border:0;border-radius:12px;background:var(--ink);color:white;font:inherit;font-size:14px;font-weight:800;cursor:pointer}.portal-login__lost{display:block;margin-top:18px;text-align:center;color:var(--brand);font-size:12px;font-weight:700}.portal-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:1.1fr .9fr;gap:40px;margin-top:26px;padding:44px;border-radius:28px;background:radial-gradient(circle at 80% 20%,#273fc0 0,transparent 33%),var(--ink);color:white}.portal-hero>*{position:relative;z-index:1}.portal-hero h1{margin:24px 0 12px;font-size:clamp(32px,4vw,52px);line-height:1.08;letter-spacing:-.05em}.portal-hero__copy>p{max-width:620px;color:#a9b5cd;line-height:1.7}.portal-actions{display:flex;gap:12px;margin-top:28px}.button{display:inline-flex;justify-content:center;padding:12px 18px;border-radius:12px;font-size:13px;font-weight:800}.button--light{background:white;color:var(--ink)}.button--ghost{border:1px solid rgba(255,255,255,.2);color:white}.portal-hero__cards{display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:center}.portal-hero__cards>div{padding:18px;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(255,255,255,.06)}.portal-hero__cards span,.portal-hero__cards strong,.portal-hero__cards small{display:block}.portal-hero__cards span,.portal-hero__cards small{color:#9ba8c0;font-size:11px}.portal-hero__cards strong{margin:6px 0;font-size:21px}.portal-balance{grid-column:1/-1}.portal-section{padding-block:56px}.portal-section__head{display:flex;align-items:end;justify-content:space-between;margin-bottom:22px}.portal-section__head h2{margin:0;font-size:23px}.portal-section__head p{margin:6px 0 0;color:var(--muted);font-size:13px}.portal-section__head>a{color:var(--brand);font-size:13px;font-weight:700}.woocommerce ul.products{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px}.woocommerce ul.products:before,.woocommerce ul.products:after{display:none}.woocommerce li.product{position:relative;margin:0!important;width:auto!important;padding:14px;border:1px solid var(--line);border-radius:17px;background:#fff;box-shadow:0 1px 2px rgba(15,23,42,.02);transition:.2s}.woocommerce li.product:hover{transform:translateY(-2px);border-color:#bcd0ff;box-shadow:var(--shadow)}.woocommerce li.product img{width:100%;aspect-ratio:4/3;object-fit:contain;border-radius:12px;background:#f1f5f9}.woocommerce-loop-product__title{min-height:42px;margin:12px 0 7px!important;font-size:13px!important;line-height:1.55}.woocommerce .price{display:block;margin:9px 0;color:var(--ink)!important;font-size:16px!important;font-weight:800}.woocommerce .price del{color:#94a3b8;font-size:11px;font-weight:500}.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{padding:11px 14px;border:0;border-radius:11px;background:var(--ink);color:white;font-size:12px;font-weight:800}.portal-benefits{border-top:1px solid var(--line);background:white}.portal-benefits__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;padding-block:48px}.portal-benefits__grid>div{font-size:22px}.portal-benefits strong{display:block;margin:13px 0 7px;font-size:14px}.portal-benefits p{margin:0;color:var(--muted);font-size:12px;line-height:1.6}.portal-footer{background:var(--ink);color:#94a3b8}.portal-footer__grid{display:grid;grid-template-columns:repeat(4,1fr);gap:30px;padding-block:46px;font-size:12px}.portal-footer strong{color:white}.portal-footer p{line-height:1.7}.portal-footer__bottom{padding:18px;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:11px}.portal-content{min-height:60vh;padding-block:42px}.portal-article,.portal-woocommerce{padding:26px;border:1px solid var(--line);border-radius:18px;background:white}.woocommerce-notices-wrapper ul,.woocommerce-message,.woocommerce-info,.woocommerce-error{margin:0 0 20px;padding:14px 16px;border:1px solid #bfdbfe;border-radius:12px;background:#eff6ff;list-style:none}.woocommerce table{width:100%;border-collapse:collapse}.woocommerce th,.woocommerce td{padding:12px;border-bottom:1px solid var(--line);text-align:left}.woocommerce input.input-text,.woocommerce textarea,.woocommerce select{max-width:100%;padding:11px;border:1px solid var(--line);border-radius:10px;background:white}.woocommerce form .form-row{margin-bottom:15px}.woocommerce form .form-row label{display:block;margin-bottom:6px;font-size:12px;font-weight:700}.woocommerce .quantity .qty{width:70px;padding:9px;border:1px solid var(--line);border-radius:9px}.woocommerce div.product{display:grid;grid-template-columns:1fr 1fr;gap:36px}.woocommerce div.product .woocommerce-tabs,.woocommerce div.product .related{grid-column:1/-1}.woocommerce-account .woocommerce{display:grid;grid-template-columns:240px 1fr;gap:24px}.woocommerce-MyAccount-navigation ul{margin:0;padding:0;list-style:none}.woocommerce-MyAccount-navigation a{display:block;padding:12px;border-bottom:1px solid var(--line);font-size:13px;font-weight:700}.woocommerce-cart-form,.cart_totals,.woocommerce-checkout-review-order,.woocommerce-checkout>div{padding:20px;border:1px solid var(--line);border-radius:16px;background:white}
@media(max-width:900px){.portal-credit,.portal-user>span:last-child{display:none}.portal-login{grid-template-columns:1fr}.portal-login__showcase{min-height:520px}.portal-hero{grid-template-columns:1fr;padding:28px}.woocommerce ul.products{grid-template-columns:repeat(2,1fr)}.portal-benefits__grid,.portal-footer__grid{grid-template-columns:repeat(2,1fr)}.woocommerce div.product{grid-template-columns:1fr}.woocommerce-account .woocommerce{grid-template-columns:1fr}}
@media(max-width:600px){.portal-container{width:min(100% - 22px,1240px)}.portal-strip__right,.portal-search{display:none}.portal-header__main{gap:10px}.portal-brand strong{font-size:14px}.portal-brand small{font-size:8px}.portal-user{margin-left:auto}.portal-login__content{padding:30px 24px}.portal-login__showcase{min-height:560px}.portal-login h1{font-size:42px}.portal-stats{grid-template-columns:1fr}.portal-hero__cards,.portal-benefits__grid,.portal-footer__grid{grid-template-columns:1fr}.woocommerce ul.products{gap:10px}.woocommerce li.product{padding:10px}.portal-article,.portal-woocommerce{padding:16px}}
.hurtech-breaks{margin:20px 0;padding:16px;border:1px solid var(--line);border-radius:14px;background:#f8fafc}.hurtech-breaks>strong{display:block;margin-bottom:10px}.hurtech-breaks table{font-size:12px}.hurtech-breaks th,.hurtech-breaks td{padding:8px}.hurtech-credit-account h2{margin-top:0}.hurtech-credit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin:18px 0}.hurtech-credit-grid>div{padding:16px;border:1px solid var(--line);border-radius:14px;background:#f8fafc}.hurtech-credit-grid span,.hurtech-credit-grid strong{display:block}.hurtech-credit-grid span{color:var(--muted);font-size:11px}.hurtech-credit-grid strong{margin-top:7px;font-size:20px}@media(max-width:600px){.hurtech-credit-grid{grid-template-columns:1fr}}

/* 0.3 — reference portal parity */
.portal-icon-link{position:relative}.portal-icon-link span{position:absolute;right:1px;top:1px;display:grid;min-width:17px;height:17px;padding:0 4px;place-items:center;border-radius:999px;background:#ef4444;color:#fff;font-size:9px;font-weight:800}.portal-tier{grid-column:1/-1}.portal-tier div{height:6px;margin:10px 0 8px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.12)}.portal-tier i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#6c8cff,#9ab4ff)}
.portal-categories{padding-bottom:8px}.portal-category-grid{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:12px}.portal-category-grid a{min-height:132px;padding:18px;border:1px solid var(--line);border-radius:16px;background:#fff;transition:.2s}.portal-category-grid a:hover{transform:translateY(-2px);border-color:#b9c8ff;box-shadow:var(--shadow)}.portal-category-grid span{display:grid;width:46px;height:46px;margin-bottom:15px;place-items:center;overflow:hidden;border-radius:12px;background:#eef2ff;font-size:22px}.portal-category-grid img{width:100%;height:100%;object-fit:cover}.portal-category-grid strong,.portal-category-grid small{display:block}.portal-category-grid strong{font-size:13px}.portal-category-grid small{margin-top:5px;color:var(--muted);font-size:10px}
.woocommerce li.product.portal-product-card{padding:0;overflow:hidden}.portal-product-card__media{position:relative;display:block;padding:14px;background:#f8fafc}.woocommerce li.product.portal-product-card .portal-product-card__media img{margin:0;aspect-ratio:4/3;background:transparent}.portal-product-card__stock{position:absolute;z-index:2;left:12px;top:12px;padding:6px 8px;border-radius:999px;background:#ecfdf5;color:#047857;font-size:9px;font-weight:800}.portal-product-card__stock.is-out{background:#fef2f2;color:#b91c1c}.portal-product-card__body{padding:14px}.portal-product-card__eyebrow{display:flex;justify-content:space-between;gap:8px;color:#7c8aa0;font-size:9px;font-weight:700;letter-spacing:.03em;text-transform:uppercase}.portal-product-card__pricing{min-height:99px;padding-top:8px;border-top:1px solid #edf0f5}.portal-product-card__pricing small,.portal-product-card__pricing strong,.portal-product-card__pricing span,.portal-product-card__pricing em{display:block}.portal-product-card__pricing small{color:#64748b;font-size:10px}.portal-product-card__pricing strong{margin-top:7px;font-size:18px}.portal-product-card__pricing span{margin-top:2px;color:#64748b;font-size:9px}.portal-product-card__pricing em{margin-top:8px;color:#047857;font-size:9px;font-style:normal;font-weight:700}.portal-product-card__actions{display:grid;grid-template-columns:.75fr 1fr;gap:7px;margin-top:10px}.portal-product-card__actions .button{margin:0!important;padding:11px 8px!important;text-align:center}.woocommerce .button--outline,.button--outline{border:1px solid var(--line)!important;background:#fff!important;color:var(--ink)!important}
.hurtech-price-stack{display:block;margin:16px 0;padding:16px;border:1px solid #dbe4ff;border-radius:14px;background:#f7f9ff}.hurtech-price-stack small,.hurtech-price-stack strong,.hurtech-price-stack span{display:block}.hurtech-price-stack small{color:var(--muted);font-size:11px}.hurtech-price-stack strong{margin:6px 0 2px;color:var(--ink);font-size:25px}.hurtech-price-stack>span{color:#52617a;font-size:10px}.hurtech-product-meta{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 10px}.hurtech-product-meta span{padding:6px 9px;border:1px solid var(--line);border-radius:999px;color:#64748b;font-size:10px;font-weight:700}.hurtech-product-meta .is-stock{border-color:#bbf7d0;background:#ecfdf5;color:#047857}.hurtech-product-meta .is-out{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.hurtech-product-actions{display:flex;gap:8px;margin-top:14px}.hurtech-product-actions .button{cursor:pointer}.woocommerce div.product .summary h1{margin-top:6px;font-size:34px;letter-spacing:-.04em}.woocommerce div.product form.cart{display:flex;align-items:center;gap:8px;margin:18px 0}.woocommerce div.product form.cart .button{min-height:43px}.woocommerce div.product .product_meta{padding-top:12px;border-top:1px solid var(--line);color:var(--muted);font-size:11px}.woocommerce div.product .woocommerce-tabs ul.tabs{display:flex;gap:4px;margin:24px 0 0;padding:0;border-bottom:1px solid var(--line);list-style:none}.woocommerce div.product .woocommerce-tabs ul.tabs li{margin:0}.woocommerce div.product .woocommerce-tabs ul.tabs a{display:block;padding:13px 16px;color:#64748b;font-size:12px;font-weight:700}.woocommerce div.product .woocommerce-tabs ul.tabs .active a{border-bottom:2px solid var(--brand);color:var(--brand)}.woocommerce div.product .woocommerce-tabs .panel{padding:22px 4px;line-height:1.7}.hurtech-documents{padding-left:18px}.hurtech-documents a{color:var(--brand);font-weight:700}
.wc-block-cart__submit-button,.wc-block-components-checkout-place-order-button{border-radius:11px!important;background:var(--ink)!important;color:#fff!important}.wc-block-components-order-summary,.wc-block-cart-items{font-size:12px}.woocommerce-cart .portal-woocommerce,.woocommerce-checkout .portal-woocommerce{background:transparent;border:0;padding-inline:0}.woocommerce-cart .wc-block-cart,.woocommerce-checkout .wc-block-checkout{padding:26px;border:1px solid var(--line);border-radius:18px;background:#fff}.wc-block-components-totals-item__label{font-weight:700}
@media(max-width:1050px){.portal-category-grid{grid-template-columns:repeat(3,1fr)}}
.woocommerce-Price-amount{white-space:nowrap}
@media(max-width:900px){.portal-search{display:none}.portal-header__main{height:62px}.portal-category-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:600px){body.admin-bar .portal-header{top:46px}.portal-strip__inner{height:32px}.portal-header__main{height:62px}.portal-nav{min-height:44px}.portal-credit{display:block;margin-left:auto;padding:6px 8px}.portal-credit small{display:none}.portal-credit strong{font-size:10px}.portal-icon-link{padding:7px}.portal-hero{margin-top:14px;padding:24px;border-radius:20px}.portal-hero h1{font-size:31px}.portal-hero__cards{grid-template-columns:1fr 1fr}.portal-balance,.portal-tier{grid-column:1/-1}.portal-hero__cards>div{padding:13px}.portal-hero__cards strong{font-size:17px}.portal-section{padding-block:34px}.portal-category-grid{grid-template-columns:repeat(2,1fr)}.portal-category-grid a{min-height:118px;padding:14px}.woocommerce ul.products{grid-template-columns:1fr}.portal-product-card__actions{grid-template-columns:1fr 1fr}.woocommerce div.product .summary h1{font-size:27px}.woocommerce div.product .woocommerce-tabs ul.tabs{overflow-x:auto}.woocommerce div.product .woocommerce-tabs ul.tabs a{white-space:nowrap}.hurtech-product-actions{display:grid}.woocommerce-cart .wc-block-cart,.woocommerce-checkout .wc-block-checkout{padding:14px}}

/* 0.4 — reference layout */
:root{--ref-width:1280px}.portal-container{width:min(var(--ref-width),calc(100% - 32px))}.portal-strip__inner{height:36px}.portal-marquee{display:flex;gap:38px;min-width:0;overflow:hidden;color:rgba(255,255,255,.66);white-space:nowrap}.portal-strip__right{display:flex;align-items:center;gap:14px;margin-left:22px;color:rgba(255,255,255,.72);white-space:nowrap}.portal-strip__right i{width:1px;height:14px;background:rgba(255,255,255,.2)}.portal-strip__right b{color:#fff}.portal-header__main{height:64px}.portal-brand__mark{width:36px;height:36px;border-radius:9px}.portal-brand strong{font-size:15px}.portal-search{max-width:576px}.portal-search input[type=search]{height:42px;padding-left:16px}.portal-search button{width:54px}.portal-credit{padding:7px 12px}.portal-nav{height:44px;gap:4px}.portal-nav a{padding:7px 12px;border-radius:8px;font-weight:500}.portal-nav a:hover{background:#f1f5f9}.portal-nav__private{display:flex;align-items:center;gap:5px;margin-left:auto;color:#94a3b8;font-size:11px;font-weight:500;white-space:nowrap}
.portal-hero{grid-template-columns:1.15fr .85fr;gap:32px;margin-top:24px;padding:40px;border-radius:24px;min-height:458px;background:radial-gradient(circle at 91% 16%,rgba(51,87,246,.5),transparent 35%),radial-gradient(circle at -3% 105%,rgba(245,158,11,.18),transparent 28%),#0b1020}.portal-hero:after{opacity:.5;background-image:linear-gradient(rgba(255,255,255,.07) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.07) 1px,transparent 1px);background-size:38px 38px}.portal-hero h1{margin:22px 0 14px;font-size:43px;line-height:1.08;letter-spacing:-.045em}.portal-hero__copy>p{max-width:570px;color:rgba(255,255,255,.61);font-size:14.5px}.portal-hero__features{display:flex;flex-wrap:wrap;gap:26px;margin-top:30px;color:rgba(255,255,255,.55);font-size:12px}.portal-hero__features span::first-letter{color:#34d399}.portal-hero__cards{gap:12px;align-content:start}.portal-hero__cards>div{padding:16px;background:rgba(255,255,255,.06);backdrop-filter:blur(8px)}.portal-balance__head,.portal-balance__values{display:flex!important;align-items:center;justify-content:space-between}.portal-balance__head b{padding:4px 8px;border-radius:999px;background:rgba(16,185,129,.2);color:#6ee7b7;font-size:9px}.portal-balance__values{align-items:end!important;margin-top:12px}.portal-balance__values>div:last-child{text-align:right}.portal-balance__values em{display:block;color:rgba(255,255,255,.8);font-size:14px;font-style:normal;font-weight:700}.portal-balance__bar{height:8px;margin-top:12px;overflow:hidden;border-radius:99px;background:rgba(255,255,255,.1)}.portal-balance__bar i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#34d399,#5980ff)}.portal-hero__cards .is-green{color:#6ee7b7}.portal-tier{border-color:rgba(252,211,77,.26)!important;background:rgba(251,191,36,.1)!important}.portal-tier span{color:#fde68a!important;font-weight:800}.portal-tier i{background:#fcd34d}.portal-categories{padding-top:38px}.portal-category-grid{grid-template-columns:repeat(5,1fr);gap:12px}.portal-category-grid a{min-height:132px;padding:16px}.portal-category-grid span{width:44px;height:44px;color:#fff;background:linear-gradient(135deg,#3357f6,#1f37e3)}.portal-category-grid .category-tone-2 span{background:linear-gradient(135deg,#fbbf24,#f97316)}.portal-category-grid .category-tone-3 span{background:linear-gradient(135deg,#06b6d4,#2563eb)}.portal-category-grid .category-tone-4 span{background:linear-gradient(135deg,#475569,#1e293b)}.portal-category-grid .category-tone-5 span{background:linear-gradient(135deg,#10b981,#0f766e)}
.portal-login__showcase{background:radial-gradient(circle at 10% 0,rgba(51,87,246,.45),transparent 38%),radial-gradient(circle at 90% 100%,rgba(245,158,11,.24),transparent 34%),#0b1020}.portal-login__content{padding:48px clamp(36px,5vw,72px)}.portal-login h1{font-size:53px}.portal-login__message>p{max-width:500px;color:rgba(255,255,255,.64)}.portal-stats div{padding:14px}.portal-login__form{background:#f6f7fb}
.portal-login__showcase.has-background-image{background:linear-gradient(115deg,rgba(11,16,32,.9),rgba(11,16,32,.58)),var(--login-bg) center/cover no-repeat}
.portal-woocommerce{padding:24px 0 64px;background:transparent;border:0}.woocommerce div.product.hurtech-reference-product{display:block}.hurtech-breadcrumb{display:flex;gap:8px;align-items:center;flex-wrap:wrap;margin-bottom:20px;color:#64748b;font-size:12px}.hurtech-breadcrumb b{max-width:320px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#0b1020}.hurtech-product-layout{display:grid;grid-template-columns:minmax(0,1fr) 416px;gap:32px;align-items:start}.hurtech-gallery-card{position:relative}.hurtech-gallery-card .woocommerce-product-gallery{float:none!important;width:100%!important}.hurtech-gallery-card .woocommerce-product-gallery__wrapper{border-radius:16px;background:#fff}.hurtech-gallery-card .woocommerce-product-gallery__image{border:1px solid var(--line);border-radius:16px;overflow:hidden}.hurtech-gallery-card .woocommerce-product-gallery__image img{width:100%;aspect-ratio:4/3;object-fit:contain;background:#fff}.hurtech-gallery-card .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px!important}.hurtech-gallery-card .flex-control-thumbs li{float:none!important;width:auto!important}.hurtech-gallery-card .flex-control-thumbs img{aspect-ratio:1;object-fit:contain;border:1px solid var(--line);border-radius:11px;background:#fff}.hurtech-gallery-badge{position:absolute;z-index:4;top:12px;padding:6px 9px;border-radius:8px;background:rgba(255,255,255,.92);font-size:10px;font-weight:800}.hurtech-gallery-badge--sku{left:12px}.hurtech-gallery-badge--cert{right:12px;background:rgba(11,16,32,.84);color:#fff}.hurtech-matrix{margin-top:28px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.hurtech-matrix__head{display:flex;align-items:center;justify-content:space-between;gap:12px}.hurtech-matrix h3{margin:0;font-size:15px}.hurtech-matrix__head>span{padding:6px 10px;border-radius:999px;background:#fef3c7;color:#b45309;font-size:10px;font-weight:800}.hurtech-matrix table{margin-top:14px;font-size:12.5px}.hurtech-matrix th,.hurtech-matrix td{padding:10px 8px;border-bottom:1px solid #f1f5f9}.hurtech-matrix>p{margin:12px 0 0;color:#94a3b8;font-size:10.5px}.hurtech-table-scroll{overflow:auto}.is-green{color:#059669}.hurtech-reference-tabs{margin-top:28px;padding:0 20px;border:1px solid var(--line);border-radius:16px;background:#fff}.hurtech-buy-column{position:sticky;top:126px}.hurtech-buybox{padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff;box-shadow:var(--shadow)}.hurtech-buybox__brand{margin:0;color:var(--brand);font-size:10px;font-weight:800}.hurtech-buybox h1{margin:6px 0 0;font-size:19px;line-height:1.35;letter-spacing:-.02em}.hurtech-buybox__meta{display:flex;gap:7px;flex-wrap:wrap;margin-top:12px}.hurtech-buybox__meta span,.hurtech-buybox__meta b{padding:6px 8px;border-radius:8px;background:#f1f5f9;font-size:10px}.hurtech-buybox__meta b{background:#ecfdf5;color:#047857}.hurtech-buybox__price{margin-top:16px;padding:16px;border:1px solid #f1f5f9;border-radius:12px;background:#f8fafc}.hurtech-buybox__price>div{display:flex;justify-content:space-between;margin-top:7px;color:#64748b;font-size:12px}.hurtech-buybox__price>div:first-child{margin-top:0}.hurtech-buybox__price b{color:#059669}.hurtech-buybox__price section{margin-top:12px;padding-top:12px;border-top:1px solid var(--line)}.hurtech-buybox__price small,.hurtech-buybox__price strong{display:block}.hurtech-buybox__price strong{margin-top:3px;font-size:24px}.hurtech-buybox__qtylabel{display:block;margin-top:16px;color:#475569;font-size:12px;font-weight:700}.hurtech-buybox form.cart{display:flex!important;margin:7px 0 0!important}.hurtech-buybox form.cart .quantity{flex:none}.hurtech-buybox form.cart .qty{height:44px;width:90px}.hurtech-buybox form.cart .single_add_to_cart_button{flex:1;height:44px}.hurtech-buybox .hurtech-product-actions{display:grid;grid-template-columns:1fr 1fr}.hurtech-buybox__service{margin-top:16px;padding-top:14px;border-top:1px solid #f1f5f9;color:#475569;font-size:11.5px}.hurtech-buybox__service p{margin:8px 0}.hurtech-project-box{margin-top:14px;padding:16px;border:1px solid #dbeafe;border-radius:16px;background:#eff6ff;color:#1e40af}.hurtech-project-box strong{font-size:12.5px}.hurtech-project-box p{font-size:11.5px;line-height:1.5}.hurtech-project-box a{font-size:11.5px;font-weight:800}.hurtech-related{margin-top:44px}.hurtech-related>h2{font-size:18px}.hurtech-related .related>h2{display:none}
.woocommerce-cart .portal-article,.woocommerce-checkout .portal-article{padding:0;border:0;background:transparent}.woocommerce-cart .portal-article>h1,.woocommerce-checkout .portal-article>h1{display:none}.hurtech-cart-heading,.hurtech-checkout-heading{grid-column:1/-1;display:flex;align-items:end;justify-content:space-between;gap:16px;margin-bottom:24px}.hurtech-cart-heading h1,.hurtech-checkout-heading h1{margin:0;font-size:24px}.hurtech-cart-heading p,.hurtech-checkout-heading p{margin:5px 0 0;color:#64748b;font-size:13px}.hurtech-cart-heading a,.hurtech-checkout-heading a{color:var(--brand);font-size:12.5px;font-weight:700}.woocommerce-cart .woocommerce{display:grid;grid-template-columns:minmax(0,1fr) 368px;gap:24px;align-items:start}.woocommerce-cart .woocommerce-notices-wrapper,.woocommerce-cart .hurtech-cart-heading{grid-column:1/-1}.woocommerce-cart-form{padding:16px;border-radius:16px}.woocommerce-cart-form table.shop_table thead{color:#64748b;font-size:11px}.woocommerce-cart-form table.shop_table td{padding:14px 10px}.woocommerce-cart-form .product-thumbnail{width:82px}.woocommerce-cart-form .product-thumbnail img{width:70px;border-radius:12px;background:#f8fafc}.woocommerce-cart-form .product-name a{font-size:13px;font-weight:800}.woocommerce-cart-form .product-price{color:#64748b;font-size:11px}.woocommerce-cart-form .product-subtotal{font-weight:800}.woocommerce-cart .cart-collaterals{position:sticky;top:126px;padding:0}.woocommerce-cart .cart_totals{width:100%!important;padding:20px}.woocommerce-cart .cart_totals h2{margin-top:0;font-size:16px}.woocommerce-cart .wc-proceed-to-checkout a{display:block;padding:14px;background:#0b1020!important;text-align:center}.woocommerce-cart .coupon{display:flex}.woocommerce-cart .coupon input{min-width:0}.woocommerce-cart button[name=update_cart]{float:right}.woocommerce-cart .woocommerce-shipping-totals{font-size:11px}
.hurtech-checkout-steps{display:flex;align-items:center;gap:12px;margin:0 0 24px}.hurtech-checkout-steps>div{display:flex;align-items:center;gap:9px;color:#94a3b8;font-size:12px;font-weight:700}.hurtech-checkout-steps b{display:grid;width:32px;height:32px;place-items:center;border-radius:999px;background:#e2e8f0;color:#64748b}.hurtech-checkout-steps .is-active{color:#0b1020}.hurtech-checkout-steps .is-active b{background:#0b1020;color:#fff}.hurtech-checkout-steps i{flex:1;height:2px;background:#e2e8f0}.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1fr) 368px;gap:24px;align-items:start}.woocommerce-checkout #customer_details{grid-column:1;grid-row:1/4;display:block}.woocommerce-checkout #customer_details .col-1,.woocommerce-checkout #customer_details .col-2{float:none;width:100%;margin-bottom:16px;padding:20px;border:1px solid var(--line);border-radius:16px;background:#fff}.woocommerce-checkout #customer_details h3{margin-top:0;font-size:15px}.woocommerce-checkout #order_review_heading{grid-column:2;grid-row:1;margin:0;padding:20px 20px 0;border:1px solid var(--line);border-bottom:0;border-radius:16px 16px 0 0;background:#fff;font-size:16px}.woocommerce-checkout #order_review{grid-column:2;grid-row:2;position:sticky;top:158px;padding:12px 20px 20px;border:1px solid var(--line);border-top:0;border-radius:0 0 16px 16px;background:#fff;box-shadow:var(--shadow)}.woocommerce-checkout-review-order-table{font-size:12px}.woocommerce-checkout .woocommerce-checkout-payment{margin-top:16px;background:#f8fafc!important;border-radius:12px!important}.woocommerce-checkout .wc_payment_methods{padding:0!important;list-style:none}.woocommerce-checkout .wc_payment_method{padding:13px;border:2px solid #e2e8f0;border-radius:12px;background:#fff}.woocommerce-checkout .payment_box{margin:8px 0 0!important;padding:10px!important;background:#ecfdf5!important;color:#047857!important;font-size:11.5px}.woocommerce-checkout #place_order{width:100%;margin-top:12px;padding:14px;background:#059669!important}.woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{width:calc(50% - 6px)}
@media(max-width:1000px){.portal-hero{grid-template-columns:1fr;min-height:0}.portal-category-grid{grid-template-columns:repeat(3,1fr)}.hurtech-product-layout{grid-template-columns:1fr}.hurtech-buy-column{position:static}.woocommerce-cart .woocommerce,.woocommerce-checkout form.checkout{grid-template-columns:1fr}.woocommerce-cart .cart-collaterals{position:static}.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review_heading,.woocommerce-checkout #order_review{grid-column:1;grid-row:auto;position:static}.woocommerce-checkout #order_review_heading{margin-top:8px}}
@media(max-width:650px){.portal-strip__right{display:none}.portal-marquee{font-size:10px}.portal-search{display:none}.portal-nav__private{display:none}.portal-hero{padding:28px 24px}.portal-hero h1{font-size:32px}.portal-hero__features{gap:12px}.portal-category-grid{grid-template-columns:repeat(2,1fr)}.hurtech-product-layout{gap:20px}.hurtech-matrix{padding:14px}.hurtech-matrix__head{align-items:flex-start;flex-direction:column}.hurtech-buybox{padding:16px}.hurtech-checkout-steps span{display:none}.woocommerce-cart-form{overflow:auto}.woocommerce-cart-form table.shop_table{min-width:650px}.woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{float:none;width:100%}.hurtech-cart-heading,.hurtech-checkout-heading{align-items:flex-start;flex-direction:column}.portal-login h1{font-size:42px}}
body.woocommerce-checkout>.portal-strip{height:auto!important;padding:0!important;border:0!important;border-radius:0!important;background:#0b1020!important}.woocommerce-checkout .woocommerce input.input-text,.woocommerce-checkout .woocommerce textarea,.woocommerce-checkout .woocommerce select{width:100%}.woocommerce-checkout .select2-container{width:100%!important}.hurtech-order-note{margin-top:14px;padding:16px;border:1px solid var(--line);border-radius:14px;background:#fff}.hurtech-order-note strong{display:block;font-size:12.5px}.hurtech-order-note textarea{width:100%;margin-top:9px}.woocommerce-cart-form dl.variation{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0 0}.woocommerce-cart-form dl.variation dt{display:none}.woocommerce-cart-form dl.variation dd{margin:0;padding:4px 7px;border-radius:6px;background:#ecfdf5;color:#047857;font-size:9.5px;font-weight:700}.hurtech-total-detail th,.hurtech-total-detail td{font-size:11.5px!important;font-weight:500!important}.hurtech-total-detail td{text-align:right!important}.hurtech-total-detail .is-saving{color:#059669;font-weight:800!important}.woocommerce-cart-form .quantity{display:inline-flex;align-items:center}.woocommerce-cart-form .hurtech-qty-button{width:30px;height:38px;border:0;background:#f8fafc;font-weight:800;cursor:pointer}.woocommerce-cart-form .quantity .qty{border-radius:0}.woocommerce-cart-form .hurtech-qty-button:first-child{border:1px solid var(--line);border-right:0;border-radius:9px 0 0 9px}.woocommerce-cart-form .hurtech-qty-button:last-child{border:1px solid var(--line);border-left:0;border-radius:0 9px 9px 0}

/* Gallery thumbnail reset: WooCommerce uses an ordered list. */
.hurtech-gallery-card ol.flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,80px)!important;gap:10px!important;margin:12px 0 0!important;padding:0!important;list-style:none!important;counter-reset:none!important}.hurtech-gallery-card ol.flex-control-thumbs>li{float:none!important;width:80px!important;margin:0!important;padding:0!important;list-style:none!important}.hurtech-gallery-card ol.flex-control-thumbs>li::marker{content:""!important;font-size:0!important}.hurtech-gallery-card ol.flex-control-thumbs>li>img{display:block!important;width:80px!important;height:80px!important;object-fit:contain!important;border:1px solid var(--line)!important;border-radius:11px!important;background:#fff!important;opacity:.7!important;cursor:pointer}.hurtech-gallery-card ol.flex-control-thumbs>li>img.flex-active{border:2px solid var(--brand)!important;opacity:1!important;box-shadow:0 0 0 2px rgba(51,87,246,.12)!important}

/* 0.4.3 — keep the desktop header on the reference grid. */
@media(min-width:901px){.portal-header__main{gap:16px}.portal-header__main .portal-search{margin-left:0}}

/* 0.4.4 — align the zoom control and gallery badges inside the image frame. */
.hurtech-gallery-card .woocommerce-product-gallery{position:relative!important}
.hurtech-gallery-card .woocommerce-product-gallery__trigger{position:absolute!important;z-index:6!important;top:12px!important;left:12px!important;right:auto!important;display:grid!important;width:30px!important;height:30px!important;margin:0!important;padding:0!important;place-items:center;border:1px solid rgba(148,163,184,.35)!important;border-radius:9px!important;background:rgba(255,255,255,.92)!important;box-shadow:0 2px 8px rgba(15,23,42,.08)!important;line-height:1!important}
.hurtech-gallery-card .woocommerce-product-gallery__trigger span{display:grid!important;width:100%!important;height:100%!important;place-items:center}
.hurtech-gallery-card .woocommerce-product-gallery__trigger img{display:block!important;width:14px!important;height:14px!important;margin:0!important}
.hurtech-gallery-card .hurtech-gallery-badge{top:12px!important}
.hurtech-gallery-card .hurtech-gallery-badge--sku{left:50px!important}
.hurtech-gallery-card .hurtech-gallery-badge--cert{right:12px!important}

/* 0.5.2 — stock-aware catalog cards with inline quantity selection. */
.portal-product-card__actions.has-quantity{grid-template-columns:116px minmax(0,1fr)!important;align-items:stretch}.portal-product-card__actions.has-no-quantity{grid-template-columns:1fr!important}.portal-card-qty{display:grid;grid-template-columns:34px minmax(38px,1fr) 34px;height:38px;overflow:hidden;border:1px solid var(--line);border-radius:11px;background:#fff}.portal-card-qty button{display:grid;padding:0;place-items:center;border:0;background:#f8fafc;color:#334155;font-size:15px;font-weight:800;cursor:pointer}.portal-card-qty button:hover{background:#eef2ff;color:var(--brand)}.portal-card-qty input{min-width:0;width:100%;padding:0 2px;border:0;border-right:1px solid var(--line);border-left:1px solid var(--line);border-radius:0;background:#fff;text-align:center;color:var(--ink);font-size:11px;font-weight:800;appearance:textfield;-moz-appearance:textfield}.portal-card-qty input::-webkit-inner-spin-button,.portal-card-qty input::-webkit-outer-spin-button{margin:0;-webkit-appearance:none}.portal-product-card__actions.has-quantity .button{min-height:38px;align-items:center}.portal-product-card__stock{max-width:calc(100% - 24px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
@media(max-width:1150px) and (min-width:601px){.portal-product-card__actions.has-quantity{grid-template-columns:1fr!important}.portal-card-qty{width:100%}}

/* 0.5.4 — clear add-to-cart feedback. */
.portal-product-card .add_to_cart_button{position:relative;transition:background .18s,color .18s,transform .18s}.portal-product-card .add_to_cart_button.is-adding{background:#334155!important;color:#dbe3ef!important;pointer-events:none}.portal-product-card .add_to_cart_button.is-added{background:#059669!important;color:#fff!important;transform:translateY(-1px)}.hurtech-toast-region{position:fixed;z-index:99999;right:22px;bottom:22px;display:flex;width:min(390px,calc(100vw - 28px));flex-direction:column;gap:10px;pointer-events:none}.hurtech-cart-toast{display:grid;grid-template-columns:42px minmax(0,1fr) auto 24px;align-items:center;gap:11px;padding:13px;border:1px solid #d8e0eb;border-radius:16px;background:rgba(255,255,255,.97);box-shadow:0 18px 50px rgba(15,23,42,.2);opacity:0;transform:translateY(18px) scale(.97);transition:.22s ease;backdrop-filter:blur(16px);pointer-events:auto}.hurtech-cart-toast.is-visible{opacity:1;transform:none}.hurtech-cart-toast.is-leaving{opacity:0;transform:translateY(10px) scale(.98)}.hurtech-cart-toast__icon{display:grid;width:42px;height:42px;place-items:center;border-radius:12px;background:#ecfdf5;color:#059669;font-size:18px;font-weight:900}.hurtech-cart-toast strong,.hurtech-cart-toast small{display:block}.hurtech-cart-toast strong{color:#0b1020;font-size:12px}.hurtech-cart-toast small{max-width:175px;margin-top:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#64748b;font-size:9.5px}.hurtech-cart-toast>a{padding:8px 10px;border-radius:9px;background:#0b1020;color:#fff;font-size:9.5px;font-weight:800;white-space:nowrap}.hurtech-cart-toast>button{display:grid;width:24px;height:24px;padding:0;place-items:center;border:0;border-radius:7px;background:#f1f5f9;color:#64748b;cursor:pointer}@media(max-width:600px){.hurtech-toast-region{right:14px;bottom:14px}.hurtech-cart-toast{grid-template-columns:38px minmax(0,1fr) 24px}.hurtech-cart-toast__icon{width:38px;height:38px}.hurtech-cart-toast>a{grid-column:2/4;text-align:center}}

/* 0.6.0 — reference-style account menu and dealer application flow. */
.portal-user-menu{position:relative;flex:none}.portal-user-menu .portal-user{margin:0;padding:0;border:0;background:transparent;text-align:left;font:inherit;cursor:pointer}.portal-user-menu .portal-user>i{display:inline-block;color:#94a3b8;font-style:normal;transition:transform .18s ease}.portal-user-menu .portal-user[aria-expanded="true"]>i{transform:rotate(180deg)}.portal-user-dropdown[hidden],.portal-application-modal[hidden]{display:none!important}.portal-user-dropdown{position:absolute;z-index:1000;top:calc(100% + 10px);right:0;width:240px;overflow:hidden;border:1px solid #dbe3ef;border-radius:16px;background:#fff;box-shadow:0 18px 50px rgba(15,23,42,.18);animation:hurtechDropdownIn .16s ease both}.portal-user-dropdown__head{padding:18px 20px 14px;border-bottom:1px solid #edf1f6}.portal-user-dropdown__head strong,.portal-user-dropdown__head small{display:block}.portal-user-dropdown__head strong{color:#0b1020;font-size:13px}.portal-user-dropdown__head small{margin-top:5px;color:#64748b;font-size:10px}.portal-user-dropdown__head span{display:inline-block;margin-top:10px;padding:4px 8px;border-radius:999px;background:#fff4cc;color:#b45309;font-size:9px;font-weight:800}.portal-user-dropdown nav{display:block;padding:5px 10px}.portal-user-dropdown nav a{display:flex;align-items:center;justify-content:space-between;padding:10px;border-radius:9px;color:#172033;font-size:12px}.portal-user-dropdown nav a:hover{background:#f5f7fb;color:var(--brand)}.portal-user-dropdown nav b{color:#94a3b8;font-size:15px}.portal-user-dropdown__logout{display:block;margin:0 10px 10px;padding:11px 10px;border-top:1px solid #edf1f6;color:#e11d48!important;font-size:12px;font-weight:700}@keyframes hurtechDropdownIn{from{opacity:0;transform:translateY(-6px) scale(.98)}to{opacity:1;transform:none}}
.portal-login__notice{display:grid;grid-template-columns:32px minmax(0,1fr);gap:10px;margin-bottom:18px;padding:12px;border:1px solid;border-radius:12px}.portal-login__notice>b{display:grid;width:32px;height:32px;place-items:center;border-radius:9px}.portal-login__notice strong,.portal-login__notice small{display:block}.portal-login__notice strong{font-size:11.5px}.portal-login__notice small{margin-top:3px;font-size:9.5px;line-height:1.45}.portal-login__notice.is-success{border-color:#a7f3d0;background:#ecfdf5;color:#047857}.portal-login__notice.is-success>b{background:#d1fae5}.portal-login__notice.is-error{border-color:#fecaca;background:#fef2f2;color:#b91c1c}.portal-login__notice.is-error>b{background:#fee2e2}.portal-login__divider{display:flex;align-items:center;gap:12px;margin:20px 0 14px;color:#94a3b8;font-size:9px;text-transform:uppercase}.portal-login__divider::before,.portal-login__divider::after{content:"";height:1px;flex:1;background:#e2e8f0}.portal-application-open{width:100%;min-height:44px;border:1px solid #ccd5e2;border-radius:11px;background:#fff;color:#172033;font-weight:800;cursor:pointer}.portal-application-open:hover{border-color:var(--brand);color:var(--brand);background:#f8faff}.portal-application-note{margin:9px 0 0!important;text-align:center;color:#64748b!important;font-size:9.5px!important}.hurtech-modal-open{overflow:hidden}.portal-application-modal{position:fixed;z-index:100000;inset:0;display:grid;padding:24px;place-items:center}.portal-application-modal__backdrop{position:absolute;inset:0;background:rgba(7,12,28,.74);backdrop-filter:blur(7px)}.portal-application-card{position:relative;width:min(720px,100%);max-height:calc(100vh - 48px);overflow:auto;border:1px solid rgba(255,255,255,.18);border-radius:22px;background:#fff;box-shadow:0 30px 90px rgba(2,6,23,.38)}.portal-application-card>header{display:flex;align-items:flex-start;justify-content:space-between;gap:18px;padding:24px 26px 18px;border-bottom:1px solid #edf1f6}.portal-application-card>header span{color:var(--brand);font-size:9px;font-weight:900;letter-spacing:.12em}.portal-application-card>header h2{margin:5px 0 6px;color:#0b1020;font-size:22px}.portal-application-card>header p{margin:0;color:#64748b;font-size:11px}.portal-application-card>header button{display:grid;width:34px;height:34px;flex:none;padding:0;place-items:center;border:0;border-radius:10px;background:#f1f5f9;color:#64748b;font-size:20px;cursor:pointer}.portal-application-card form{padding:22px 26px 26px}.portal-application-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.portal-application-grid label{display:block}.portal-application-grid label.is-wide{grid-column:1/-1}.portal-application-grid label>span{display:block;margin-bottom:6px;color:#334155;font-size:10px;font-weight:800}.portal-application-grid input:not([type="checkbox"]){box-sizing:border-box;width:100%;height:43px;padding:0 12px;border:1px solid #dbe3ef;border-radius:10px;background:#fff;color:#0b1020;outline:0}.portal-application-grid input:not([type="checkbox"]):focus{border-color:var(--brand);box-shadow:0 0 0 3px rgba(51,87,246,.1)}.portal-application-grid small{display:block;margin-top:5px;color:#94a3b8;font-size:9px}.portal-application-consent{display:flex!important;align-items:flex-start;gap:9px;padding:12px;border-radius:10px;background:#f8fafc}.portal-application-consent input{margin-top:2px}.portal-application-consent span{margin:0!important;color:#64748b!important;font-weight:500!important;line-height:1.5}.portal-application-card footer{display:flex;justify-content:flex-end;gap:10px;margin-top:20px}.portal-application-card footer .button{min-height:42px;padding:0 18px}.portal-application-submit{border-color:#0b1020;background:#0b1020;color:#fff}.portal-application-hp{position:absolute!important;left:-9999px!important;width:1px!important;height:1px!important;opacity:0!important}
@media(max-width:650px){.portal-user-menu .portal-user>span:not(.portal-user__avatar){display:none}.portal-user-dropdown{position:fixed;top:112px;right:14px;left:14px;width:auto}.portal-application-modal{padding:10px}.portal-application-card{max-height:calc(100vh - 20px);border-radius:16px}.portal-application-card>header,.portal-application-card form{padding:18px}.portal-application-grid{grid-template-columns:1fr}.portal-application-grid label.is-wide{grid-column:auto}}

/* 0.6.4 — comma-separated payment methods. */
.hurtech-buybox__payments{display:grid;grid-template-columns:auto minmax(0,1fr);gap:5px;margin:8px 0}.hurtech-buybox__payments>b{display:flex;min-width:0;flex-direction:column;gap:4px}.hurtech-buybox__payments em{display:block;font-style:normal}.hurtech-buybox__payments em+em{padding-top:4px;border-top:1px dashed #dbe3ef}

/* 0.6.5 — catalog pagination. */
.woocommerce-pagination{display:flex;justify-content:center;margin:34px 0 8px!important}.woocommerce-pagination ul.page-numbers{display:flex!important;align-items:center;justify-content:center;gap:7px;margin:0!important;padding:0!important;border:0!important;list-style:none!important}.woocommerce-pagination ul.page-numbers::before,.woocommerce-pagination ul.page-numbers::after{display:none!important}.woocommerce-pagination ul.page-numbers li{float:none!important;margin:0!important;padding:0!important;border:0!important;list-style:none!important}.woocommerce-pagination ul.page-numbers li::marker{content:""}.woocommerce-pagination .page-numbers a,.woocommerce-pagination .page-numbers span{display:grid!important;width:38px;height:38px;padding:0!important;place-items:center;border:1px solid var(--line)!important;border-radius:10px!important;background:#fff!important;color:#334155!important;font-size:12px!important;font-weight:800!important}.woocommerce-pagination .page-numbers a:hover{border-color:var(--brand)!important;color:var(--brand)!important}.woocommerce-pagination .page-numbers .current{border-color:var(--brand)!important;background:var(--brand)!important;color:#fff!important}

/* 0.6.6 — two-column mobile product catalogue. */
@media(max-width:600px){
	.woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
	.woocommerce li.product.portal-product-card{min-width:0}
	.portal-product-card__media{padding:8px}
	.woocommerce li.product.portal-product-card .portal-product-card__media img{aspect-ratio:1/1}
	.portal-product-card__stock{top:7px;left:7px;max-width:calc(100% - 14px);padding:4px 6px;font-size:7.5px}
	.portal-product-card__body{padding:10px}
	.portal-product-card__eyebrow{font-size:7.5px}
	.woocommerce-loop-product__title{min-height:50px;margin:8px 0 6px!important;font-size:11px!important;line-height:1.45}
	.portal-product-card__pricing{min-height:88px}
	.portal-product-card__pricing strong{font-size:14px}
	.portal-product-card__actions.has-quantity{grid-template-columns:1fr!important}
	.portal-card-qty{width:100%;grid-template-columns:30px minmax(30px,1fr) 30px}
	.portal-product-card__actions .button{width:100%;min-height:38px;padding:9px 5px!important;font-size:10px}
}

/* 0.7.12 — dedicated dealer account experience. */
body.woocommerce-account .portal-content{padding-block:34px 58px}body.woocommerce-account .portal-article{padding:0;border:0;background:transparent}body.woocommerce-account .portal-article>h1{margin:0 0 20px;font-size:28px;letter-spacing:-.035em}.woocommerce-account .woocommerce{grid-template-columns:250px minmax(0,1fr);gap:20px;align-items:start}.woocommerce-account .woocommerce-MyAccount-navigation{position:sticky;top:128px;padding:12px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 32px rgba(15,23,42,.05)}.woocommerce-account .woocommerce-MyAccount-navigation ul{display:grid;gap:4px}.woocommerce-account .woocommerce-MyAccount-navigation li{margin:0}.woocommerce-account .woocommerce-MyAccount-navigation a{padding:12px 13px;border:0;border-radius:10px;color:#475569;font-size:12px;transition:.15s}.woocommerce-account .woocommerce-MyAccount-navigation a:hover{background:#f5f7fb;color:var(--brand)}.woocommerce-account .woocommerce-MyAccount-navigation .is-active a{background:#0b1020;color:#fff;box-shadow:0 7px 18px rgba(11,16,32,.14)}.woocommerce-account .woocommerce-MyAccount-content{min-width:0;padding:24px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 10px 32px rgba(15,23,42,.05)}.woocommerce-account .woocommerce-MyAccount-content>p:first-child{margin-top:0}.woocommerce-account .woocommerce-info{display:flex;align-items:center;justify-content:space-between;gap:14px;border-color:#bfdbfe;background:#eff6ff;color:#334155;font-size:12px}.woocommerce-account .woocommerce-info .button{order:2;flex:none;background:#0b1020!important;color:#fff!important}.woocommerce-account table.shop_table{overflow:hidden;border:1px solid var(--line);border-radius:14px;background:#fff}.woocommerce-account table.shop_table thead{background:#f8fafc;color:#64748b;font-size:10px;text-transform:uppercase}.woocommerce-account table.shop_table th,.woocommerce-account table.shop_table td{padding:14px 12px}.woocommerce-account table.shop_table td{font-size:12px}.woocommerce-account table.shop_table .button{white-space:nowrap}
.hurtech-account-dashboard{display:grid;gap:18px}.hurtech-account-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:25px;border-radius:17px;background:radial-gradient(circle at 90% 20%,#293fc0 0,transparent 42%),#0b1020;color:#fff}.hurtech-account-hero span{color:#86a5ff;font-size:9px;font-weight:900;letter-spacing:.14em}.hurtech-account-hero h2{margin:7px 0 6px;font-size:23px;letter-spacing:-.035em}.hurtech-account-hero p{margin:0;color:#a9b5cd;font-size:11.5px;line-height:1.6}.hurtech-account-hero>strong{padding:7px 10px;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(255,255,255,.09);font-size:9px;letter-spacing:.06em}.hurtech-account-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.hurtech-account-stats article{padding:17px;border:1px solid var(--line);border-radius:14px;background:#f8fafc}.hurtech-account-stats span,.hurtech-account-stats small,.hurtech-account-stats strong{display:block}.hurtech-account-stats span{color:#64748b;font-size:9.5px;font-weight:700}.hurtech-account-stats strong{margin:8px 0 5px;color:#0f172a;font-size:20px}.hurtech-account-stats strong .woocommerce-Price-currencySymbol{font-size:.72em}.hurtech-account-stats small{color:#94a3b8;font-size:9px}.hurtech-account-quicklinks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.hurtech-account-quicklinks>a{display:grid;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;padding:14px;border:1px solid var(--line);border-radius:14px;transition:.15s}.hurtech-account-quicklinks>a:hover{border-color:#bcd0ff;background:#f8faff;transform:translateY(-1px)}.hurtech-account-quicklinks i{display:grid;width:38px;height:38px;place-items:center;border-radius:10px;background:#eef2ff;color:var(--brand);font-size:15px;font-style:normal;font-weight:900}.hurtech-account-quicklinks strong,.hurtech-account-quicklinks small{display:block}.hurtech-account-quicklinks strong{font-size:11.5px}.hurtech-account-quicklinks small{margin-top:4px;color:#64748b;font-size:9px}.hurtech-account-quicklinks b{color:#94a3b8;font-size:18px}
@media(max-width:900px){.woocommerce-account .woocommerce{grid-template-columns:1fr}.woocommerce-account .woocommerce-MyAccount-navigation{position:static;overflow:hidden}.woocommerce-account .woocommerce-MyAccount-navigation ul{display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.woocommerce-account .woocommerce-MyAccount-navigation ul::-webkit-scrollbar{display:none}.woocommerce-account .woocommerce-MyAccount-navigation li{flex:none}.woocommerce-account .woocommerce-MyAccount-navigation a{padding:10px 12px;white-space:nowrap}}
@media(max-width:600px){body.woocommerce-account .portal-content{padding-block:20px 36px}body.woocommerce-account .portal-article>h1{margin-bottom:14px;font-size:22px}.woocommerce-account .woocommerce{gap:12px}.woocommerce-account .woocommerce-MyAccount-navigation{padding:8px;border-radius:14px}.woocommerce-account .woocommerce-MyAccount-content{padding:14px;border-radius:14px}.hurtech-account-hero{padding:18px;flex-direction:column}.hurtech-account-hero h2{font-size:20px}.hurtech-account-stats{grid-template-columns:1fr 1fr}.hurtech-account-stats article:first-child{grid-column:1/-1}.hurtech-account-quicklinks{grid-template-columns:1fr}.woocommerce-account .woocommerce-info{align-items:flex-start;flex-direction:column}.woocommerce-account .woocommerce-info .button{order:0}.woocommerce-account table.woocommerce-orders-table,.woocommerce-account table.woocommerce-orders-table tbody,.woocommerce-account table.woocommerce-orders-table tr,.woocommerce-account table.woocommerce-orders-table td{display:block;width:100%}.woocommerce-account table.woocommerce-orders-table thead{display:none}.woocommerce-account table.woocommerce-orders-table{border:0;background:transparent}.woocommerce-account table.woocommerce-orders-table tr{display:grid;grid-template-columns:1fr 1fr;gap:0;margin-bottom:10px;overflow:hidden;border:1px solid var(--line);border-radius:13px;background:#fff}.woocommerce-account table.woocommerce-orders-table td{position:relative;padding:11px 12px 11px 44%;border-bottom:1px solid #edf1f6;text-align:right;font-size:11px}.woocommerce-account table.woocommerce-orders-table td::before{content:attr(data-title);position:absolute;left:12px;max-width:38%;color:#64748b;font-size:9px;font-weight:700;text-align:left}.woocommerce-account table.woocommerce-orders-table .woocommerce-orders-table__cell-order-number,.woocommerce-account table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions{grid-column:1/-1}.woocommerce-account table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions{padding:9px}.woocommerce-account table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions::before{display:none}.woocommerce-account table.woocommerce-orders-table .woocommerce-orders-table__cell-order-actions .button{display:block;width:100%;text-align:center}}
@media(max-width:900px){.woocommerce-account .woocommerce-MyAccount-navigation{position:static!important;top:auto!important;z-index:auto!important;width:100%;transform:none!important}.woocommerce-account .woocommerce-MyAccount-navigation.is-scrollable:not(.is-at-end){position:relative!important}.woocommerce-account .woocommerce-MyAccount-navigation.is-scrollable:not(.is-at-end)::after{content:"›";position:absolute;z-index:3;top:50%;right:4px;display:grid;width:28px;height:36px;place-items:center;border-radius:9px;background:linear-gradient(90deg,rgba(255,255,255,.15),#fff 42%);color:var(--brand);font-size:22px;font-weight:900;transform:translateY(-50%);pointer-events:none}.woocommerce-account .woocommerce-MyAccount-navigation ul{padding-right:34px}.woocommerce-account .woocommerce-MyAccount-content{position:relative;z-index:0}}
.hurtech-order-document-links{display:flex;justify-content:flex-end;gap:9px;margin:18px 0}.hurtech-order-document-links .button{background:var(--brand)!important}.hurtech-order-document-links .button.is-print{border:1px solid var(--line);background:#fff!important;color:#334155!important}.woocommerce-account .woocommerce-orders-table__cell-order-actions{display:flex;flex-wrap:wrap;gap:6px}.woocommerce-account .woocommerce-orders-table__cell-order-actions .button.hurtech-order-pdf{background:var(--brand)!important}@media(max-width:600px){.hurtech-order-document-links{display:grid;grid-template-columns:1fr 1fr}.woocommerce-account .woocommerce-orders-table__cell-order-actions{display:grid}.woocommerce-account .woocommerce-orders-table__cell-order-actions .button{width:100%}}

.portal-login__logo{display:block;width:auto;max-width:min(260px,70vw);height:auto;max-height:64px;object-fit:contain;object-position:left center}

.portal-marquee__mobile-only{display:none}
@keyframes hurtech-mobile-ticker{0%{opacity:0;transform:translateX(42px)}4%,16%{opacity:1;transform:translateX(0)}20%,100%{opacity:0;transform:translateX(-42px)}}
@media(max-width:650px){
	.portal-marquee{position:relative!important;display:block!important;width:100%;height:32px;overflow:hidden}
	.portal-marquee span,.portal-marquee span:first-child,.portal-marquee .portal-marquee__mobile-only{position:absolute;inset:0;display:flex!important;align-items:center;justify-content:center;width:100%;padding:0 8px;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap;opacity:0;animation:hurtech-mobile-ticker 20s infinite both}
	.portal-marquee span:nth-child(2){animation-delay:4s}
	.portal-marquee span:nth-child(3){animation-delay:8s}
	.portal-marquee span:nth-child(4){animation-delay:12s}
	.portal-marquee span:nth-child(5){animation-delay:16s}
	.portal-marquee b{color:#fff}
	.portal-benefits__grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px;padding-block:28px}
	.portal-benefits__grid>div{min-width:0;padding:16px 12px;border:1px solid var(--line);border-radius:14px;background:#fff;font-size:20px}
	.portal-benefits strong{margin:10px 0 5px;font-size:13px}
	.portal-benefits p{font-size:11px;line-height:1.5}
}
@media(max-width:650px) and (prefers-reduced-motion:reduce){.portal-marquee span{display:none!important;animation:none}.portal-marquee span:first-child{display:flex!important;opacity:1;transform:none}}

/* 0.7.11 — B2B order confirmation. */
body.woocommerce-order-received .portal-content{padding-block:42px 64px}
body.woocommerce-order-received .portal-article{padding:0;border:0;background:transparent}
.woocommerce-order-received .woocommerce-order{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(300px,.8fr);gap:20px;width:min(1120px,100%);margin:0 auto}
.woocommerce-order-received .woocommerce-thankyou-order-received{grid-column:1/-1;display:flex;align-items:center;gap:16px;margin:0;padding:22px 24px;border:1px solid #a7f3d0;border-radius:18px;background:linear-gradient(135deg,#ecfdf5,#f8fffc);color:#065f46;box-shadow:0 10px 32px rgba(5,150,105,.08)}
.woocommerce-order-received .woocommerce-thankyou-order-received>span:last-child{display:block;min-width:0}
.woocommerce-order-received .woocommerce-thankyou-order-received strong,.woocommerce-order-received .woocommerce-thankyou-order-received small{display:block}
.woocommerce-order-received .woocommerce-thankyou-order-received strong{font-size:20px;letter-spacing:-.02em}
.woocommerce-order-received .woocommerce-thankyou-order-received small{margin-top:5px;color:#477565;font-size:12px;line-height:1.5}
.hurtech-order-success__icon{display:grid;width:48px;height:48px;flex:none;place-items:center;border-radius:14px;background:#10b981;color:#fff;font-size:24px;font-weight:900;box-shadow:0 8px 18px rgba(16,185,129,.22)}
.woocommerce-order-received .woocommerce-order-overview{grid-column:1/-1;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:0;margin:0!important;padding:0!important;overflow:hidden;border:1px solid var(--line);border-radius:18px;background:#fff;list-style:none;box-shadow:0 8px 28px rgba(15,23,42,.05)}
.woocommerce-order-received .woocommerce-order-overview li{min-width:0;margin:0!important;padding:17px 18px!important;border:0!important;border-right:1px solid var(--line)!important;color:#64748b;font-size:9px!important;line-height:1.35;text-transform:uppercase}
.woocommerce-order-received .woocommerce-order-overview li:last-child{border-right:0!important}
.woocommerce-order-received .woocommerce-order-overview li strong{display:block;margin-top:7px;overflow:hidden;color:#0f172a;font-size:13px!important;line-height:1.35;text-overflow:ellipsis;text-transform:none;white-space:nowrap}
.woocommerce-order-received .woocommerce-order-details,.woocommerce-order-received .woocommerce-customer-details{margin:0!important;padding:22px;border:1px solid var(--line);border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(15,23,42,.05)}
.woocommerce-order-received .woocommerce-order-details{grid-column:1}
.woocommerce-order-received .woocommerce-customer-details{grid-column:2}
.woocommerce-order-received .woocommerce-order-details h2,.woocommerce-order-received .woocommerce-customer-details h2{margin:0 0 17px;color:#0f172a;font-size:18px;letter-spacing:-.02em}
.woocommerce-order-received .woocommerce-order-details table{margin:0;border:0;font-size:12px}
.woocommerce-order-received .woocommerce-order-details th,.woocommerce-order-received .woocommerce-order-details td{padding:13px 10px;border-bottom:1px solid #edf1f6}
.woocommerce-order-received .woocommerce-order-details thead th{color:#64748b;font-size:10px;text-transform:uppercase}
.woocommerce-order-received .woocommerce-order-details tfoot tr:last-child th,.woocommerce-order-received .woocommerce-order-details tfoot tr:last-child td{border-bottom:0;color:#0f172a;font-size:14px;font-weight:900}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-columns{display:grid;grid-template-columns:1fr;gap:16px}
.woocommerce-order-received .woocommerce-customer-details .woocommerce-column{float:none!important;width:100%!important}
.woocommerce-order-received .woocommerce-customer-details address{padding:15px;border:1px solid #edf1f6;border-radius:12px;background:#f8fafc;color:#475569;font-size:12px;font-style:normal;line-height:1.75}
.woocommerce-order-received .woocommerce-customer-details address p{margin:8px 0 0}
@media(max-width:760px){
	body.woocommerce-order-received .portal-content{padding-block:22px 38px}
	.woocommerce-order-received .woocommerce-order{grid-template-columns:1fr;gap:14px}
	.woocommerce-order-received .woocommerce-thankyou-order-received{padding:17px;align-items:flex-start}
	.woocommerce-order-received .woocommerce-thankyou-order-received strong{font-size:17px}
	.hurtech-order-success__icon{width:42px;height:42px;border-radius:12px;font-size:20px}
	.woocommerce-order-received .woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr))}
	.woocommerce-order-received .woocommerce-order-overview li{padding:14px!important;border-bottom:1px solid var(--line)!important}
	.woocommerce-order-received .woocommerce-order-overview li:nth-child(2n){border-right:0!important}
	.woocommerce-order-received .woocommerce-order-overview li:last-child{grid-column:1/-1;border-bottom:0!important}
	.woocommerce-order-received .woocommerce-order-details,.woocommerce-order-received .woocommerce-customer-details{grid-column:1;padding:16px}
	.woocommerce-order-received .woocommerce-order-details th,.woocommerce-order-received .woocommerce-order-details td{padding:11px 6px}
}

/* 0.6.7 — compact cards, aligned payment methods and mobile product order. */
.portal-product-card__pricing{min-height:74px;padding-top:10px}
.portal-product-card__pricing>span{color:#475569;font-size:11px;font-weight:700}
.portal-product-card__pricing>strong{margin-top:4px;font-size:21px}
.hurtech-buybox__payments>b{align-items:stretch;text-align:left}
.hurtech-buybox__payments em{width:100%;text-align:left}
@media(max-width:600px){
	.portal-product-card__pricing{min-height:68px}
	.portal-product-card__pricing>span{font-size:9px}
	.portal-product-card__pricing>strong{font-size:16px}
}
@media(max-width:650px){
	.hurtech-product-main,.hurtech-buy-column{display:contents}
	.hurtech-product-layout{width:100%;grid-template-columns:minmax(0,1fr)!important}
	.hurtech-gallery-card,.hurtech-buybox,.hurtech-matrix,.hurtech-reference-tabs,.hurtech-project-box{min-width:0;width:100%;max-width:100%}
	.hurtech-gallery-card{order:1}
	.hurtech-buybox{order:2}
	.hurtech-matrix{order:3}
	.hurtech-reference-tabs{order:4}
	.hurtech-project-box{order:5}
	.hurtech-gallery-card ol.flex-control-thumbs{width:100%!important;grid-template-columns:repeat(4,minmax(0,1fr))!important}
	.hurtech-gallery-card ol.flex-control-thumbs>li{width:auto!important;min-width:0!important}
	.hurtech-gallery-card ol.flex-control-thumbs>li>img{width:100%!important;height:auto!important;aspect-ratio:1/1}
}

/* 0.6.9 — readable card prices and a permanent profile icon. */
.portal-product-card__pricing .woocommerce-Price-amount,.portal-product-card__pricing .woocommerce-Price-amount bdi{display:inline!important;white-space:nowrap}
.portal-product-card__pricing .woocommerce-Price-currencySymbol{display:inline!important;margin-right:3px}
.portal-product-card__pricing>strong .woocommerce-Price-amount,.portal-product-card__pricing>strong .woocommerce-Price-currencySymbol{font:inherit!important;line-height:inherit!important;color:inherit!important}
.portal-product-card__pricing>strong{font-size:23px;line-height:1.15}
.portal-user__avatar svg{width:22px;height:22px;overflow:visible;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
@media(max-width:600px){
	.portal-product-card__pricing{min-height:62px}
	.portal-product-card__pricing>strong{font-size:20px;line-height:1.15}
	.portal-user__avatar{width:40px;height:40px;border-radius:13px;box-shadow:0 7px 18px rgba(37,62,190,.2)}
}

/* 0.7.1 — mobile cart rows without horizontal scrolling. */
@media(max-width:650px){
	html,body{max-width:100%;overflow-x:hidden}
	.portal-user-menu .portal-user{width:40px;gap:0}
	.portal-user-menu .portal-user>i{display:none}
	.woocommerce-cart-form{overflow:visible!important;padding:10px!important}
	.woocommerce-cart-form table.shop_table{display:block!important;width:100%!important;min-width:0!important;border:0!important}
	.woocommerce-cart-form table.shop_table thead{display:none!important}
	.woocommerce-cart-form table.shop_table tbody{display:block!important;width:100%!important}
	.woocommerce-cart-form table.shop_table tr.cart_item{display:grid!important;width:100%!important;grid-template-columns:26px 72px minmax(0,1fr);grid-template-areas:"remove thumb name" "remove thumb price" "remove quantity quantity" "remove subtotal subtotal";column-gap:10px;row-gap:8px;padding:14px 4px;border-bottom:1px solid var(--line)}
	.woocommerce-cart-form table.shop_table tr.cart_item td{display:flex!important;width:auto!important;min-width:0!important;padding:0!important;border:0!important;text-align:left!important}
	.woocommerce-cart-form .product-remove{grid-area:remove;align-items:flex-start;justify-content:center;padding-top:4px!important}
	.woocommerce-cart-form .product-remove a,.woocommerce-cart-form .product-remove button{display:grid!important;width:25px!important;height:25px!important;padding:0!important;place-items:center;border:0!important;border-radius:8px!important;background:#fef2f2!important;color:#dc2626!important;font-size:15px!important}
	.woocommerce-cart-form .product-thumbnail{grid-area:thumb;display:block!important}
	.woocommerce-cart-form .product-thumbnail img{display:block;width:72px!important;height:72px!important;object-fit:contain}
	.woocommerce-cart-form .product-name{grid-area:name;display:block!important;align-self:start}
	.woocommerce-cart-form .product-name a{display:block;font-size:12px;line-height:1.4}
	.woocommerce-cart-form .product-price{grid-area:price;align-items:center;justify-content:space-between;color:#334155;font-size:12px}
	.woocommerce-cart-form .product-quantity{grid-area:quantity;align-items:center;justify-content:space-between;padding-top:5px!important}
	.woocommerce-cart-form .product-subtotal{grid-area:subtotal;align-items:center;justify-content:space-between;padding-top:8px!important;border-top:1px dashed #dbe3ef!important;font-size:14px;font-weight:800}
	.woocommerce-cart-form .product-name::before,.woocommerce-cart-form .product-thumbnail::before,.woocommerce-cart-form .product-remove::before{display:none!important}
	.woocommerce-cart-form .product-price::before{content:"Birim fiyat"!important}
	.woocommerce-cart-form .product-quantity::before{content:"Miktar"!important}
	.woocommerce-cart-form .product-subtotal::before{content:"Ara toplam"!important}
	.woocommerce-cart-form .product-price::before,.woocommerce-cart-form .product-quantity::before,.woocommerce-cart-form .product-subtotal::before{display:block!important;float:none!important;margin:0!important;color:#64748b;font-size:10px;font-weight:700}
	.woocommerce-cart-form table.shop_table tr:not(.cart_item){display:block!important;width:100%!important}
	.woocommerce-cart-form table.shop_table td.actions{display:flex!important;width:100%!important;padding:14px 4px 4px!important;flex-direction:column;gap:10px;border:0!important}
	.woocommerce-cart-form .coupon{display:grid!important;width:100%!important;grid-template-columns:minmax(0,1fr) auto;gap:8px;float:none!important}
	.woocommerce-cart-form .coupon input{width:100%!important;min-width:0!important}
	.woocommerce-cart-form .coupon button{white-space:nowrap}
	.woocommerce-cart-form button[name=update_cart]{width:100%;float:none!important}
	.hurtech-order-note{margin-top:12px}
	.woocommerce-cart .cart_totals{padding:16px}
}

/* 0.7.3 — purpose-built mobile header. */
.portal-icon-link{position:relative;display:grid;width:40px;height:40px;padding:0;place-items:center}
.portal-icon-link svg{width:22px;height:22px;fill:none;stroke:#172033;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}
.portal-cart-count{position:absolute;top:-4px;right:-4px;display:grid;min-width:18px;height:18px;padding:0 5px;place-items:center;border:2px solid #fff;border-radius:999px;background:#ef4444;color:#fff;font-size:9px;font-weight:900;line-height:1}
@media(max-width:650px){
	.portal-strip{overflow:hidden}
	.portal-strip__inner{height:32px}
	.portal-marquee{display:block;width:100%;overflow:hidden}
	.portal-marquee span{display:none;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
	.portal-marquee span:first-child{display:block}
	.portal-header__main{display:grid;height:auto;min-height:0;padding:10px 0 8px;grid-template-columns:minmax(0,1fr) 40px 40px;grid-template-areas:"brand cart user" "credit credit credit";gap:8px 10px}
	.portal-brand{grid-area:brand;min-width:0;overflow:hidden}
	.portal-brand>span:last-child{min-width:0}
	.portal-brand strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:14px}
	.portal-brand small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:7.5px}
	.portal-brand__mark{width:38px;height:38px;flex:none}
	.portal-credit{grid-area:credit;display:flex!important;align-items:center;justify-content:space-between;width:100%;margin:0;padding:7px 10px;border-radius:10px;text-align:left}
	.portal-credit small{display:block!important;font-size:9px}
	.portal-credit strong{font-size:12px}
	.portal-icon-link{grid-area:cart;width:40px;height:40px;padding:0;border:1px solid #e2e8f0;border-radius:12px;background:#fff}
	.portal-user-menu{grid-area:user;justify-self:end}
	.portal-user-menu .portal-user{width:40px;height:40px}
	.portal-user__avatar{width:40px;height:40px;border-radius:12px}
	.portal-nav{height:44px;min-height:44px;gap:3px;overflow-x:auto;overflow-y:hidden;scrollbar-width:none}
	.portal-nav::-webkit-scrollbar{display:none}
	.portal-nav a{padding:7px 10px}
	.portal-user-dropdown{top:174px}
}
