/* ============================================================
   ASIC Marketplace Pro 5.2 — Reference storefront system
   Header/menu, shop archive, product page and footer.
============================================================ */
:root{
  --asic-orange:#ff6500;
  --asic-orange-dark:#e85b00;
  --asic-blue:#0d63e9;
  --asic-blue-dark:#064ebd;
  --asic-ink:#111318;
  --asic-muted:#6b7280;
  --asic-line:#e6e8ec;
  --asic-soft:#f7f9fc;
  --asic-footer:#F3F6F4;
  --lx-orange:#ff6500;
  --lx-orange-dark:#e85b00;
}

/* Header parity with the inspected reference navigation. */
.asic-hdr__nav-dropdown{position:relative;display:inline-flex;align-items:center;}
.asic-hdr__nav-dropdown-trigger{display:inline-flex!important;align-items:center;gap:5px;}
.asic-hdr__nav-dropdown-trigger svg{width:14px;height:14px;transition:transform .2s ease;}
.asic-hdr__submenu{
  position:absolute;z-index:9995;left:50%;top:calc(100% + 15px);width:280px;padding:0;
  border:1px solid var(--asic-line);border-radius:0 0 10px 10px;background:#fff;
  box-shadow:0 18px 40px rgba(17,19,24,.16);opacity:0;visibility:hidden;
  transform:translate(-50%,8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;
}
.asic-hdr__nav-dropdown:hover .asic-hdr__submenu,
.asic-hdr__nav-dropdown:focus-within .asic-hdr__submenu{opacity:1;visibility:visible;transform:translate(-50%,0);}
.asic-hdr__nav-dropdown:hover .asic-hdr__nav-dropdown-trigger svg,
.asic-hdr__nav-dropdown:focus-within .asic-hdr__nav-dropdown-trigger svg{transform:rotate(180deg);}
.asic-hdr__submenu>a{display:flex!important;flex-direction:column!important;gap:3px!important;padding:16px 18px!important;border-bottom:1px solid #eef0f3!important;text-transform:uppercase!important;}
.asic-hdr__submenu>a:last-child{border-bottom:0!important;}
.asic-hdr__submenu>a::after{display:none!important;}
.asic-hdr__submenu strong{font-size:12px;color:#171a1f;}
.asic-hdr__submenu small{font-size:10px;font-weight:500;color:#8a8f98;text-transform:none;}
.asic-hdr__submenu>a:hover{background:#fff8f3!important;}
.asic-hdr__submenu>a:hover strong{color:var(--asic-orange);}

/* Shared WooCommerce refinements. */
body.woocommerce{background:#fff;color:var(--asic-ink);}
body.woocommerce .woocommerce-notices-wrapper{width:min(calc(100% - 40px),1320px);margin:20px auto 0;}
body.woocommerce .woocommerce-message,
body.woocommerce .woocommerce-info,
body.woocommerce .woocommerce-error{border:1px solid #dce6f6;border-top:3px solid var(--asic-blue);border-radius:10px;background:#f7fbff;color:#26354a;box-shadow:none;}
body.woocommerce .woocommerce-message::before,
body.woocommerce .woocommerce-info::before{color:var(--asic-blue);}
body.woocommerce .lx-breadcrumb{padding:18px 0 0;background:#fff;border:0;}
body.woocommerce .lx-breadcrumb__list{font-size:11px;text-transform:uppercase;letter-spacing:.03em;color:#8b929d;}
body.woocommerce .lx-breadcrumb__list a{color:var(--asic-blue);}

/* ============================================================
   SHOP / PRODUCT ARCHIVES
============================================================ */
.am-shop-shell{padding:20px 0 72px;background:#fff;}
.am-shop-grid{display:grid;grid-template-columns:230px minmax(0,1fr);gap:34px;align-items:start;}
.am-shop-filter{position:sticky;top:126px;max-height:calc(100vh - 150px);overflow:auto;padding:0 4px 30px 0;background:#fff;scrollbar-width:thin;}
.am-shop-filter__head{display:none;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid var(--asic-line);}
.am-shop-filter__head strong{font-size:16px;}
.am-shop-filter__head button{width:36px;height:36px;display:grid;place-items:center;border:0;background:#f2f4f7;border-radius:50%;}
.am-shop-filter__head svg{width:19px;height:19px;fill:none;stroke:currentColor;stroke-width:2;}
.am-filter-group{padding:0 0 18px;margin:0 0 18px;border-bottom:1px solid #eceef1;}
.am-filter-group h2{margin:0 0 11px;color:#454b55;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.035em;}
.am-filter-group ul{display:flex;flex-direction:column;gap:3px;margin:0;padding:0;list-style:none;}
.am-filter-group li a{display:block;padding:4px 0;color:#4f5660;font-size:11px;line-height:1.45;text-transform:uppercase;transition:color .15s ease,padding-left .15s ease;}
.am-filter-group li a:hover,.am-filter-group li.is-active a{padding-left:5px;color:var(--asic-blue);}
.am-price-filter{border-bottom:0;}
.am-price-filter form{display:flex;flex-direction:column;gap:10px;}
.am-price-filter__fields{display:grid;grid-template-columns:1fr 1fr;gap:8px;}
.am-price-filter label{display:flex;flex-direction:column;gap:4px;}
.am-price-filter label span{font-size:9px;color:#858c96;text-transform:uppercase;}
.am-price-filter input{width:100%;height:34px;padding:0 8px;border:1px solid #d9dde3;border-radius:5px;font-size:11px;outline:none;}
.am-price-filter input:focus{border-color:var(--asic-blue);box-shadow:0 0 0 3px rgba(13,99,233,.1);}
.am-price-filter button{width:max-content;padding:7px 13px;border:0;border-radius:4px;background:#111;color:#fff;font-size:10px;font-weight:700;}
.am-shop-content{min-width:0;}
.am-shop-toolbar{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:6px;}
.am-shop-toolbar__eyebrow{margin:0 0 5px;color:var(--asic-blue);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;}
.am-shop-toolbar h1{margin:0;color:#17191d;font-size:28px;line-height:1.15;font-weight:750;}
.am-shop-toolbar__controls{display:flex;align-items:center;gap:16px;}
.am-stock-switch{display:inline-flex;align-items:center;gap:7px;color:#3e4652!important;font-size:10px;font-weight:650;white-space:nowrap;}
.am-stock-switch>span{position:relative;width:28px;height:15px;border-radius:999px;background:#c7ccd4;transition:background .2s ease;}
.am-stock-switch>span::after{content:"";position:absolute;top:2px;left:2px;width:11px;height:11px;border-radius:50%;background:#fff;box-shadow:0 1px 3px rgba(0,0,0,.2);transition:transform .2s ease;}
.am-stock-switch.is-active>span{background:var(--asic-blue);}
.am-stock-switch.is-active>span::after{transform:translateX(13px);}
.am-shop-toolbar .woocommerce-ordering{margin:0!important;float:none!important;}
.am-shop-toolbar .woocommerce-ordering select{height:36px;padding:0 35px 0 12px;border:1px solid #dce0e6;border-radius:5px;background:#fff;color:#505762;font-size:10px;outline:none;}
.am-shop-result-count{min-height:28px;margin-bottom:12px;color:#707782;font-size:10px;}
.am-shop-result-count .woocommerce-result-count{float:none!important;margin:0!important;}
.am-shop-mobile-tools{display:none;align-items:center;justify-content:space-between;margin:0 0 16px;}
.am-filter-button,.am-stock-mobile{height:42px;display:inline-flex;align-items:center;justify-content:center;gap:7px;padding:0 15px;border:1px solid #dce0e6;border-radius:7px;background:#fff;color:#20242a;font-size:12px;font-weight:700;}
.am-filter-button svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.8;}
.am-stock-mobile.is-active{border-color:var(--asic-blue);background:#edf5ff;color:var(--asic-blue);}
.am-shop-filter-backdrop{display:none;}

.am-shop-content ul.products,
.am-related-products ul.products{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:22px!important;margin:0!important;padding:0!important;}
.am-related-products ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;}
.am-shop-content ul.products::before,.am-shop-content ul.products::after,
.am-related-products ul.products::before,.am-related-products ul.products::after{display:none!important;}
.am-shop-content ul.products li.product,
.am-related-products ul.products li.product{width:auto!important;float:none!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important;}
.am-product-card__inner{height:100%;display:flex;flex-direction:column;overflow:hidden;border:1px solid #dfe3e8;border-radius:12px;background:#fff;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease;}
.am-product-card__inner:hover{transform:translateY(-3px);border-color:#b9d0f5;box-shadow:0 13px 30px rgba(20,34,58,.09);}
.am-product-card__media{position:relative;height:220px;display:flex;align-items:center;justify-content:center;padding:22px;background:#fff;overflow:hidden;}
.am-product-card__media img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;transition:transform .24s ease;}
.am-product-card__inner:hover .am-product-card__media img{transform:scale(1.035);}
.am-product-card__badge{position:absolute;z-index:2;left:12px;top:12px;padding:4px 8px;border-radius:4px;background:var(--asic-orange);color:#fff;font-size:9px;font-weight:800;text-transform:uppercase;}
.am-product-card__badge--sold{background:#20242a;}
.am-product-card__body{flex:1;display:flex;flex-direction:column;padding:0 14px 14px;}
.am-product-card__body .woocommerce-loop-product__title{min-height:42px;margin:0 0 9px!important;padding:0!important;color:#181b20!important;font-size:13px!important;font-weight:700!important;line-height:1.32!important;text-align:center;}
.am-product-card__body .woocommerce-loop-product__title a{color:inherit!important;}
.am-product-card__specs{display:flex;align-items:center;justify-content:center;gap:12px;min-height:22px;margin-bottom:11px;}
.am-product-card__specs span{display:inline-flex;align-items:center;gap:4px;color:#454d58;white-space:nowrap;}
.am-product-card__specs svg{width:13px;height:13px;fill:none;stroke:#111;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.am-product-card__specs small{font-size:9px;}
.am-product-card__buy{display:grid;grid-template-columns:minmax(0,1fr) 38px;gap:8px;margin-top:auto;}
.am-product-card__price{min-height:38px;display:flex;align-items:center;justify-content:center;padding:6px 8px;border:1px solid var(--asic-blue);border-radius:6px;color:var(--asic-blue)!important;font-size:11px;font-weight:650;text-align:center;}
.am-product-card__price del{margin-right:4px;color:#9299a4;font-size:9px;}
.am-product-card__price ins{text-decoration:none;}
.am-product-card__cart{width:38px;height:38px;display:grid;place-items:center;border-radius:6px;background:var(--asic-blue);color:#fff!important;transition:background .18s ease,transform .18s ease;}
.am-product-card__cart:hover{background:var(--asic-blue-dark);transform:translateY(-1px);}
.am-product-card__cart svg{width:18px;height:18px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.am-shop-pagination{display:flex;justify-content:center;margin-top:34px;}
.am-shop-pagination .woocommerce-pagination{width:100%;}
.am-shop-pagination .page-numbers{display:flex!important;align-items:center;justify-content:center;gap:7px;border:0!important;}
.am-shop-pagination .page-numbers li{border:0!important;}
.am-shop-pagination .page-numbers a,.am-shop-pagination .page-numbers span{min-width:36px;height:36px;display:grid!important;place-items:center!important;border:1px solid #dce0e6!important;border-radius:6px!important;color:#323842!important;background:#fff!important;font-size:11px!important;}
.am-shop-pagination .page-numbers .current,.am-shop-pagination .page-numbers a:hover{border-color:var(--asic-blue)!important;background:var(--asic-blue)!important;color:#fff!important;}

/* ============================================================
   SINGLE PRODUCT
============================================================ */
.am-single-shell{padding:20px 0 70px;background:#fff;}
.am-single-product__card{display:grid;grid-template-columns:minmax(0,.95fr) minmax(0,1.15fr);gap:36px;padding:34px;border:1px solid #dfe3e8;border-radius:14px;background:#fff;}
.am-single-product__media{position:relative;min-width:0;}
.am-single-product__media>.onsale{z-index:3;left:8px!important;top:8px!important;min-height:0!important;min-width:0!important;padding:6px 10px!important;border-radius:4px!important;background:var(--asic-orange)!important;line-height:1!important;font-size:10px!important;}
.am-single-product__media .woocommerce-product-gallery{width:100%!important;float:none!important;margin:0!important;}
.am-single-product__media .woocommerce-product-gallery__wrapper{display:flex;align-items:center;justify-content:center;min-height:360px;border-radius:10px;background:#fff;}
.am-single-product__media .woocommerce-product-gallery__image img{max-height:350px!important;width:100%!important;object-fit:contain!important;}
.am-single-product__media .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,1fr);gap:8px;margin:12px 0 0!important;}
.am-single-product__media .flex-control-thumbs li{width:auto!important;float:none!important;}
.am-single-product__media .flex-control-thumbs img{height:64px!important;object-fit:contain;border:1px solid #e0e4e9;border-radius:7px;padding:4px;}
.am-single-spec-badges{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:18px;}
.am-single-spec-badges>span{display:grid;grid-template-columns:28px 1fr;grid-template-rows:auto auto;column-gap:8px;padding:10px 12px;border:1px solid #dde3ec;border-radius:8px;background:#f8fbff;}
.am-single-spec-badges svg{grid-row:1/3;width:24px;height:24px;align-self:center;fill:none;stroke:var(--asic-blue);stroke-width:1.6;stroke-linecap:round;stroke-linejoin:round;}
.am-single-spec-badges small{color:#707885;font-size:9px;line-height:1.1;}
.am-single-spec-badges strong{color:#222831;font-size:11px;line-height:1.2;}
.am-mineable-coins{margin-top:18px;text-align:center;}
.am-mineable-coins>strong{display:block;margin-bottom:9px;color:#4c535d;font-size:11px;}
.am-mineable-coins>div{display:flex;align-items:flex-start;justify-content:center;gap:15px;flex-wrap:wrap;}
.am-mineable-coins a{display:flex;flex-direction:column;align-items:center;gap:4px;color:#535b66!important;}
.am-mineable-coins a>span{width:34px;height:34px;display:grid;place-items:center;border-radius:50%;background:linear-gradient(145deg,#ffb51e,#ff7600);color:#fff;font-size:13px;font-weight:900;box-shadow:0 5px 12px rgba(255,101,0,.2);}
.am-mineable-coins a:nth-child(even)>span{background:linear-gradient(145deg,#5084ff,#174eb9);}
.am-mineable-coins small{max-width:70px;font-size:8px;line-height:1.2;}
.am-single-product__summary{width:auto!important;float:none!important;margin:0!important;min-width:0;padding:0 0 0 4px;}
.am-single-product__summary .product_title{margin:0 0 8px!important;color:#11151a;font-size:28px!important;font-weight:750!important;line-height:1.18!important;}
.am-single-product__summary .product_meta{display:flex;flex-wrap:wrap;gap:4px 12px;margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e6e9ee;color:#7d8490;font-size:10px;}
.am-single-product__summary .product_meta>span{display:inline-flex;gap:4px;}
.am-single-product__summary .product_meta a{color:var(--asic-blue);}
.am-single-product__summary .price{margin:0 0 15px!important;color:#121820!important;font-size:25px!important;font-weight:500!important;}
.am-single-product__summary .woocommerce-product-details__short-description{margin:0 0 15px;color:#616976;font-size:12px;line-height:1.6;}
.am-single-product__summary form.cart{display:flex!important;align-items:flex-end;gap:10px;flex-wrap:wrap;margin:15px 0 18px!important;padding:0!important;}
.am-single-product__summary form.variations_form{display:block!important;}
.am-single-product__summary .variations{width:100%;margin:0 0 12px!important;border:0!important;}
.am-single-product__summary .variations tr{display:grid;grid-template-columns:120px minmax(0,1fr);align-items:center;border-bottom:1px solid #eef0f3;}
.am-single-product__summary .variations th,.am-single-product__summary .variations td{padding:9px 0!important;border:0!important;text-align:left!important;}
.am-single-product__summary .variations label{font-size:11px;color:#3f4650;}
.am-single-product__summary .variations select{width:100%;height:38px;padding:0 12px;border:1px solid #d8dde4;border-radius:5px;background:#fff;font-size:11px;}
.am-single-product__summary .reset_variations{margin-left:8px;color:var(--asic-blue);font-size:9px;}
.am-single-product__summary .quantity{float:none!important;margin:0!important;}
.am-single-product__summary .quantity .qty{width:68px;height:42px;border:1px solid #d9dde3;border-radius:5px;}
.am-single-product__summary .single_add_to_cart_button{height:42px!important;padding:0 22px!important;border:0!important;border-radius:5px!important;background:#8c8f94!important;color:#fff!important;font-size:11px!important;font-weight:700!important;}
.am-single-product__summary .single_add_to_cart_button:not(.disabled):hover{background:var(--asic-blue)!important;}
.am-single-assurances{display:flex;align-items:center;gap:16px;flex-wrap:wrap;padding:12px 0;border-top:1px solid #e5e8ed;border-bottom:1px solid #e5e8ed;}
.am-single-assurances span{display:inline-flex;align-items:center;gap:6px;color:#39414b;font-size:10px;font-weight:650;}
.am-single-assurances svg{width:16px;height:16px;fill:none;stroke:var(--asic-blue);stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;}
.am-single-trusted{margin-top:15px;}
.am-single-trusted>p{margin:0 0 8px;color:#373e47;font-size:10px;font-weight:700;}
.am-single-trusted>div{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:7px;}
.am-single-trusted span,.am-single-trusted a{min-height:42px;display:flex;align-items:center;justify-content:center;padding:5px;border:1px solid #d8e0eb;border-radius:5px;background:#fff;color:#435062!important;font-size:8px;font-weight:750;text-align:center;}
.am-single-trusted a{border-color:var(--asic-blue);color:var(--asic-blue)!important;}

.am-product-tabs{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;margin-top:30px;}
.am-product-tabs .woocommerce-tabs{display:contents;}
.am-product-tabs .tabs{display:flex!important;flex-direction:column;gap:8px;margin:0!important;padding:0!important;}
.am-product-tabs .tabs::before{display:none!important;}
.am-product-tabs .tabs li{margin:0!important;padding:0!important;border:1px solid #dfe3e8!important;border-radius:6px!important;background:#fff!important;}
.am-product-tabs .tabs li::before,.am-product-tabs .tabs li::after{display:none!important;}
.am-product-tabs .tabs li a{width:100%;display:block!important;padding:12px 14px!important;color:#3d4651!important;font-size:11px!important;font-weight:650!important;}
.am-product-tabs .tabs li.active{border-color:var(--asic-blue)!important;background:var(--asic-blue)!important;}
.am-product-tabs .tabs li.active a{color:#fff!important;}
.am-product-tabs .woocommerce-Tabs-panel{grid-column:2;margin:0!important;padding:24px!important;border:1px solid #dfe3e8;border-radius:10px;background:#fff;color:#4f5864;font-size:12px;line-height:1.65;}
.am-product-tabs .woocommerce-Tabs-panel h2{margin:0 0 14px!important;color:#15191f;font-size:17px!important;}
.am-product-tabs .woocommerce-Tabs-panel h3{margin:18px 0 8px;color:#181c22;font-size:13px;}
.am-product-tabs table{width:100%;border-collapse:collapse;}
.am-product-tabs table th,.am-product-tabs table td{padding:8px 10px!important;border:1px solid #e2e6eb!important;font-size:10px!important;text-align:left!important;}
.am-product-tabs table tr:nth-child(odd){background:#f3f6fb;}
.am-product-tabs #reviews{font-size:11px;}

.am-product-info-grid{display:grid;grid-template-columns:220px minmax(0,1fr);gap:18px;margin-top:30px;}
.am-product-info-nav{display:flex;flex-direction:column;gap:8px;}
.am-product-info-nav button{position:relative;width:100%;min-height:42px;padding:9px 14px;border:1px solid #dfe3e8;border-radius:6px;background:#fff;color:#3e4651;font-size:10px;text-align:left;}
.am-product-info-nav button.is-active{border-color:var(--asic-blue);background:var(--asic-blue);color:#fff;font-weight:700;}
.am-product-info-panels{min-width:0;}
.am-product-info-panels>section{display:none;min-height:215px;padding:24px;border:1px solid #dfe3e8;border-radius:10px;background:#fff;color:#4f5864;font-size:12px;line-height:1.65;}
.am-product-info-panels>section.is-active{display:block;}
.am-product-info-panels h2{margin:0 0 14px;color:#171b20;font-size:17px;}
.am-product-info-panels ol{padding-left:20px;}
.am-product-info-panels li{margin:0 0 7px;}

.am-product-faq{display:grid;grid-template-columns:260px minmax(0,1fr);gap:26px;margin-top:30px;padding:28px;border:1px solid #dfe3e8;border-radius:12px;background:#fff;}
.am-product-faq__intro>span{color:var(--asic-blue);font-size:12px;font-weight:800;text-transform:uppercase;}
.am-product-faq__intro h2{margin:7px 0 10px;color:#161a20;font-size:19px;line-height:1.3;}
.am-product-faq__intro p{font-size:10px;color:#6e7580;}
.am-product-faq__intro a{font-weight:700;color:var(--asic-blue);}
.am-product-faq__item{border-bottom:1px solid #e6e9ed;}
.am-product-faq__item:first-child{border-top:1px solid #e6e9ed;}
.am-product-faq__item button{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px 0;border:0;background:transparent;color:#353c46;font-size:11px;text-align:left;}
.am-product-faq__item button svg{width:17px;height:17px;flex:0 0 17px;fill:none;stroke:var(--asic-blue);stroke-width:1.8;transition:transform .2s ease;}
.am-product-faq__item.is-open button svg{transform:rotate(180deg);}
.am-product-faq__answer{display:grid;grid-template-rows:0fr;transition:grid-template-rows .2s ease;}
.am-product-faq__answer>p{overflow:hidden;margin:0;color:#68717d;font-size:11px;line-height:1.65;}
.am-product-faq__item.is-open .am-product-faq__answer{grid-template-rows:1fr;}
.am-product-faq__item.is-open .am-product-faq__answer>p{padding:0 0 14px;}

.am-global-standards{display:grid;grid-template-columns:.8fr 1.05fr 1.1fr;gap:20px;align-items:center;margin-top:38px;padding:30px;border-radius:13px;background:linear-gradient(135deg,#1668e5,#0757d0);color:#fff;}
.am-global-standards>div:first-child p{margin:0;font-size:14px;font-weight:700;}
.am-global-standards>div:first-child h2{margin:2px 0 0;color:#fff;font-size:24px;}
.am-global-standards__trust{display:grid;grid-template-columns:1fr;gap:6px;padding:14px;border-radius:9px;background:#fff;}
.am-global-standards__trust span{padding:7px 9px;border-bottom:1px solid #edf0f4;color:#38414c;font-size:10px;font-weight:650;}
.am-global-standards__trust span:last-child{border-bottom:0;}
.am-global-standards__video{min-height:160px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px;border-radius:9px;background:linear-gradient(135deg,#fff7ef,#fff);color:#17202b;text-align:center;}
.am-global-standards__video svg{width:52px;height:52px;margin-bottom:10px;fill:none;stroke:var(--asic-orange);stroke-width:1.6;}
.am-global-standards__video strong{font-size:14px;}
.am-global-standards__video small{color:#747d89;font-size:10px;}
.am-related-products{margin-top:48px;padding:38px 0;background:#f6f8fc;box-shadow:0 0 0 100vmax #f6f8fc;clip-path:inset(0 -100vmax);}
.am-related-products .related>h2{margin:0 0 26px;color:#20242a;font-size:24px;text-align:center;text-decoration:underline;text-decoration-color:var(--asic-orange);text-underline-offset:6px;}

/* ============================================================
   NEWSLETTER + REFERENCE FOOTER
============================================================ */
.am-newsletter{position:relative;z-index:2;margin-bottom:-42px;}
.am-newsletter__inner{display:grid;grid-template-columns:minmax(260px,.9fr) minmax(0,1.4fr);gap:35px;align-items:center;padding:28px 34px;border-radius:13px;background:linear-gradient(135deg,#1769e5,#0759d5);color:#fff;box-shadow:0 18px 38px rgba(5,66,161,.22);}
.am-newsletter__copy h2{margin:0 0 4px;color:#fff;font-size:18px;line-height:1.25;}
.am-newsletter__copy p{margin:0;color:rgba(255,255,255,.85);font-size:11px;}
.am-newsletter form{display:grid;grid-template-columns:1fr 1fr auto;gap:10px;}
.am-newsletter input{height:42px;padding:0 13px;border:1px solid rgba(255,255,255,.35);border-radius:4px;background:#fff;color:#252b34;font-size:11px;outline:none;}
.am-newsletter button{height:42px;padding:0 18px;border:0;border-radius:4px;background:#111;color:#fff;font-size:10px;font-weight:750;text-transform:uppercase;}
.am-reference-footer{padding:92px 0 0;background:var(--asic-footer);color:#d5d8dd;overflow:hidden;}
.am-reference-footer__grid{display:grid;grid-template-columns:1.05fr 1.35fr .9fr .95fr;gap:38px;padding-bottom:42px;}
.am-reference-footer__brand .custom-logo{max-width:210px;max-height:65px;width:auto;height:auto;filter:brightness(0) invert(1);}
.am-reference-footer__brand-fallback{display:flex;align-items:center;gap:10px;color:#fff!important;}
.am-reference-footer__brand-fallback svg{width:48px;height:55px;fill:none;stroke:#1b7cff;stroke-width:2;}
.am-reference-footer__brand-fallback strong{display:block;font-size:24px;line-height:1;}
.am-reference-footer__brand-fallback small{color:#4b91ff;font-size:9px;letter-spacing:.13em;}
.am-reference-footer__contact-line{display:flex;align-items:flex-start;gap:9px;margin:15px 0 0;color:#d6d9de;font-size:11px;line-height:1.5;}
.am-reference-footer__contact-line svg{width:18px;height:18px;flex:0 0 18px;fill:none;stroke:#2c82ff;stroke-width:1.7;}
.am-reference-footer__contact-line a{color:#fff!important;font-weight:650;}
.am-reference-footer__locations h2,.am-reference-footer__col h2,.am-reference-footer__col-title{margin:0 0 14px;color:#fff;font-size:13px;font-weight:700;}
.am-reference-footer__locations p{margin:0 0 14px;color:#aeb4bd;font-size:10px;line-height:1.65;}
.am-reference-footer__locations strong{display:block;color:#e7e9ed;font-size:10px;}
.am-reference-footer__col-title{width:100%;display:flex;align-items:center;justify-content:space-between;padding:0;border:0;background:transparent;text-align:left;}
.am-reference-footer__col-title svg{display:none;width:17px;height:17px;fill:none;stroke:currentColor;stroke-width:1.8;}
.am-reference-footer__links{display:flex;flex-direction:column;gap:7px;margin:0;padding:0;list-style:none;}
.am-reference-footer__links a{color:#abb1ba!important;font-size:10px;line-height:1.4;}
.am-reference-footer__links a:hover{color:#fff!important;}
.am-reference-footer__social{display:grid;grid-template-columns:repeat(4,28px);gap:6px;margin-top:14px;}
.am-reference-footer__social a{width:28px;height:28px;display:grid;place-items:center;border:1px solid #3a3d43;border-radius:3px;color:#fff!important;background:#1d1f23;}
.am-reference-footer__social svg{width:14px;height:14px;fill:currentColor;stroke:none;}
.am-reference-footer__bottom{display:grid;grid-template-columns:1fr auto auto auto;gap:20px;align-items:center;padding:17px 0;border-top:1px solid #27292d;color:#8e949d;font-size:9px;}
.am-reference-footer__legal{display:flex;align-items:center;gap:14px;}
.am-reference-footer__legal a{color:#aeb3bb!important;}
.am-reference-footer__dmca{min-width:58px;height:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid #454951;border-radius:3px;background:#f7f8fa;color:#15171b!important;line-height:1;text-decoration:none!important;}
.am-reference-footer__dmca span{font-size:10px;font-weight:900;letter-spacing:.03em;}
.am-reference-footer__dmca small{margin-top:2px;font-size:6px;font-weight:800;letter-spacing:.08em;}
.am-reference-footer__bottom img{max-width:245px;max-height:32px;filter:brightness(0) invert(1);opacity:.9;}

/* ============================================================
   RESPONSIVE
============================================================ */
@media(max-width:1180px){
  .am-shop-grid{grid-template-columns:205px minmax(0,1fr);gap:25px;}
  .am-product-card__media{height:190px;}
  .am-single-product__card{gap:26px;padding:26px;}
  .am-reference-footer__grid{grid-template-columns:1fr 1.2fr .85fr .9fr;gap:25px;}
}
@media(max-width:980px){
  .asic-hdr__nav-dropdown{display:none;}
  .am-shop-mobile-tools{display:flex;}
  .am-shop-grid{display:block;}
  .am-shop-filter{position:fixed;z-index:10050;left:0;top:0;bottom:0;width:min(86vw,330px);max-height:none;padding:0 18px 30px;background:#fff;box-shadow:18px 0 45px rgba(17,19,24,.2);transform:translateX(-105%);transition:transform .24s ease;}
  .am-shop-filter.is-open{transform:translateX(0);}
  .am-shop-filter__head{display:flex;margin:0 -18px 18px;}
  .am-shop-filter-backdrop{position:fixed;z-index:10040;inset:0;display:block;border:0;background:rgba(10,14,20,.45);opacity:0;visibility:hidden;transition:opacity .2s ease,visibility .2s ease;}
  .am-shop-filter-backdrop.is-open{opacity:1;visibility:visible;}
  .am-shop-toolbar__controls .am-stock-switch{display:none;}
  .am-single-product__card{grid-template-columns:1fr;}
  .am-single-product__media .woocommerce-product-gallery__wrapper{min-height:330px;}
  .am-product-tabs,.am-product-info-grid{grid-template-columns:185px minmax(0,1fr);}
  .am-global-standards{grid-template-columns:1fr 1fr;}
  .am-global-standards>div:first-child{grid-column:1/-1;text-align:center;}
  .am-related-products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  .am-reference-footer__grid{grid-template-columns:1.2fr 1.2fr 1fr;}
  .am-reference-footer__col:last-child{grid-column:3;}
  .am-reference-footer__brand{grid-row:1/3;}
  .am-reference-footer__bottom{grid-template-columns:1fr auto auto;}
  .am-reference-footer__bottom img{grid-column:1/-1;justify-self:start;}
}
@media(max-width:768px){
  body.woocommerce .lx-breadcrumb{padding-top:12px;}
  .am-shop-shell{padding-top:12px;}
  .am-shop-toolbar{align-items:flex-start;}
  .am-shop-toolbar h1{font-size:23px;}
  .am-shop-toolbar__controls{align-self:flex-end;}
  .am-shop-content ul.products{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important;}
  .am-product-card__media{height:160px;padding:14px;}
  .am-product-card__body{padding:0 10px 10px;}
  .am-product-card__body .woocommerce-loop-product__title{min-height:39px;font-size:11px!important;}
  .am-product-card__specs{gap:6px;flex-wrap:wrap;}
  .am-product-card__specs small{font-size:8px;}
  .am-product-card__buy{grid-template-columns:minmax(0,1fr) 34px;gap:6px;}
  .am-product-card__price,.am-product-card__cart{min-height:34px;height:34px;font-size:9px;}
  .am-product-card__cart{width:34px;}
  .am-single-shell{padding-top:12px;}
  .am-single-product__card{padding:18px;border-radius:10px;}
  .am-single-product__media .woocommerce-product-gallery__wrapper{min-height:260px;}
  .am-single-product__media .woocommerce-product-gallery__image img{max-height:260px!important;}
  .am-single-product__summary .product_title{font-size:23px!important;}
  .am-single-product__summary .price{font-size:22px!important;}
  .am-single-trusted>div{grid-template-columns:repeat(2,minmax(0,1fr));}
  .am-product-tabs,.am-product-info-grid{display:block;}
  .am-product-tabs .woocommerce-tabs{display:block;}
  .am-product-tabs .tabs{display:grid!important;grid-template-columns:1fr 1fr!important;margin-bottom:12px!important;}
  .am-product-tabs .woocommerce-Tabs-panel{padding:18px!important;}
  .am-product-info-nav{display:grid;grid-template-columns:1fr 1fr;margin-bottom:12px;}
  .am-product-info-panels>section{min-height:0;padding:18px;}
  .am-product-faq{grid-template-columns:1fr;padding:20px;}
  .am-product-faq__intro{text-align:center;}
  .am-global-standards{display:block;padding:22px;}
  .am-global-standards__trust{margin:18px 0;}
  .am-related-products{margin-top:34px;padding:28px 0;}
  .am-newsletter{margin-bottom:0;background:var(--asic-footer);padding-top:24px;}
  .am-newsletter__inner{grid-template-columns:1fr;gap:18px;padding:23px 20px;}
  .am-newsletter form{grid-template-columns:1fr 1fr;}
  .am-newsletter button{grid-column:1/-1;}
  .am-reference-footer{padding-top:34px;}
  .am-reference-footer__grid{display:block;padding-bottom:25px;}
  .am-reference-footer__brand,.am-reference-footer__locations,.am-reference-footer__col{padding:0 0 20px;margin:0 0 20px;border-bottom:1px solid #292b30;}
  .am-reference-footer__locations h2{font-size:14px;}
  .am-reference-footer__col-title{margin:0;font-size:13px;}
  .am-reference-footer__col-title svg{display:block;transition:transform .2s ease;}
  .am-reference-footer__col-title[aria-expanded="true"] svg{transform:rotate(180deg);}
  .am-reference-footer__links{display:none;padding-top:14px;}
  .am-reference-footer__col-title[aria-expanded="true"]+.am-reference-footer__links{display:flex;}
  .am-reference-footer__bottom{display:flex;flex-direction:column;align-items:flex-start;gap:12px;}
  .am-reference-footer__legal{flex-wrap:wrap;}
}
@media(max-width:520px){
  .am-shop-toolbar{display:block;}
  .am-shop-toolbar__controls{margin-top:12px;}
  .am-shop-toolbar .woocommerce-ordering,.am-shop-toolbar .woocommerce-ordering select{width:100%;}
  .am-shop-content ul.products{gap:9px!important;}
  .am-product-card__media{height:138px;padding:10px;}
  .am-product-card__body .woocommerce-loop-product__title{min-height:46px;font-size:10px!important;}
  .am-product-card__specs{justify-content:flex-start;min-height:34px;}
  .am-product-card__specs span{width:100%;}
  .am-product-card__price{padding:4px;font-size:8px;}
  .am-single-product__card{padding:14px;}
  .am-single-spec-badges{grid-template-columns:1fr 1fr;gap:7px;}
  .am-single-spec-badges>span{padding:8px;}
  .am-single-product__summary form.cart{align-items:stretch;}
  .am-single-product__summary .quantity,.am-single-product__summary .quantity .qty{width:100%;}
  .am-single-product__summary .single_add_to_cart_button{width:100%;}
  .am-single-product__summary .variations tr{grid-template-columns:1fr;}
  .am-single-product__summary .variations th{padding-bottom:2px!important;}
  .am-product-tabs .tabs,.am-product-info-nav{grid-template-columns:1fr;}
  .am-related-products ul.products{gap:9px!important;}
  .am-newsletter form{grid-template-columns:1fr;}
  .am-newsletter button{grid-column:auto;}
}


/* Exact taxonomy architecture — v5.3.0 */
.am-filter-group li a{display:flex;align-items:center;justify-content:space-between;gap:10px;}
.am-filter-group li a small{min-width:23px;padding:1px 6px;border-radius:999px;background:#f2f4f7;color:#7a8089;font-size:8px;text-align:center;}
.am-filter-group li.is-active a small,.am-filter-group li a:hover small{background:#fff1e8;color:var(--asic-orange);}
.am-taxonomy-intro{margin:0 0 18px;padding:16px 18px;border:1px solid #e8ebef;border-radius:8px;background:#fafbfc;color:#555d68;font-size:12px;line-height:1.65;}
.am-taxonomy-intro>:first-child{margin-top:0;}.am-taxonomy-intro>:last-child{margin-bottom:0;}
.am-single-product__summary .product_meta .asicmp-product-groups,
.am-single-product__summary .product_meta .asicmp-product-collections{display:block;margin-top:5px;}
.am-single-product__summary .product_meta .asicmp-meta-label{color:#24282f;font-weight:700;}
.asic-hdr__category-panel{max-height:calc(100vh - 125px);overflow-y:auto;overscroll-behavior:contain;}
.asic-hdr__category-grid{grid-template-columns:repeat(3,minmax(0,1fr));}
@media(max-width:1180px){.asic-hdr__category-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}

/* v5.4 editable FAQ answers use a safe rich-text inner wrapper. */
.am-product-faq__answer>div{overflow:hidden;margin:0;color:#68717d;font-size:11px;line-height:1.65;}
.am-product-faq__answer>div p{margin:0 0 10px;}
.am-product-faq__answer>div p:last-child{margin-bottom:0;}
.am-product-faq__item.is-open .am-product-faq__answer>div{padding:0 0 14px;}
.am-global-standards__video img{width:100%;max-width:230px;max-height:105px;object-fit:cover;margin-bottom:10px;border-radius:7px;}


/* ============================================================
   5.5 — Refined shop cards, sidebar and compact product page
============================================================ */
.am-shop-shell{background:#f6f8fb!important;padding:24px 0 82px!important;}
.am-shop-grid{grid-template-columns:252px minmax(0,1fr)!important;gap:30px!important;}
.am-shop-filter{
  max-height:calc(100vh - 145px)!important;padding:14px!important;border:1px solid #e2e6ec!important;
  border-radius:16px!important;background:#fff!important;box-shadow:0 12px 34px rgba(18,31,53,.06)!important;
  scrollbar-color:#c8ced8 transparent;scrollbar-width:thin;
}
.am-filter-group{padding:0 0 14px!important;margin:0 0 14px!important;border-bottom:1px solid #edf0f4!important;}
.am-filter-group:last-child{margin-bottom:0!important;}
.am-filter-group h2{display:flex;align-items:center;gap:9px;margin:0 0 10px!important;color:#20252d!important;font-size:11px!important;font-weight:850!important;letter-spacing:.055em!important;}
.am-filter-group__icon{width:29px;height:29px;display:grid;place-items:center;flex:0 0 29px;border-radius:8px;background:#fff2e9;color:var(--asic-orange);}
.am-filter-group__icon svg{width:15px;height:15px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;}
.am-filter-group ul{gap:3px!important;}
.am-filter-group li a{min-height:29px;padding:5px 7px!important;border-radius:7px;color:#555e69!important;font-size:10px!important;font-weight:650;line-height:1.2!important;transition:background .17s ease,color .17s ease,transform .17s ease!important;}
.am-filter-group li a:hover,.am-filter-group li.is-active a{padding-left:9px!important;background:#fff4eb!important;color:#e95c00!important;transform:translateX(1px);}
.am-filter-group li a small{min-width:24px!important;padding:2px 6px!important;background:#f1f4f8!important;color:#6f7782!important;font-size:8px!important;font-weight:750;}
.am-filter-group li.is-active a small,.am-filter-group li a:hover small{background:#fff!important;color:#e95c00!important;box-shadow:0 0 0 1px #ffd8bf;}
.am-price-filter form{padding:10px;border-radius:10px;background:#f8fafc;}
.am-price-filter input{height:36px!important;border-radius:7px!important;background:#fff;}
.am-price-filter button{width:100%!important;min-height:36px;border-radius:7px!important;background:#171a20!important;}
.am-price-filter button:hover{background:var(--asic-orange)!important;}

.am-shop-toolbar{padding:2px 0 9px;border-bottom:1px solid #e5e9ef;}
.am-shop-toolbar__eyebrow{color:var(--asic-orange)!important;}
.am-shop-toolbar h1{font-size:27px!important;font-weight:820!important;letter-spacing:-.02em;}
.am-shop-result-count{margin:8px 0 17px!important;}
.am-shop-toolbar .woocommerce-ordering select{height:40px!important;border-radius:8px!important;background:#fff;box-shadow:0 4px 12px rgba(20,32,50,.04);}

@media(min-width:1281px){
  .am-shop-content ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:18px!important;}
}
.am-product-card__inner{
  border-color:#dfe4eb!important;border-radius:15px!important;background:#fff!important;
  box-shadow:0 4px 14px rgba(25,38,60,.025);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease,background .24s ease!important;
}
.am-product-card__inner:hover{transform:translateY(-6px)!important;border-color:#17191d!important;background:#111214!important;box-shadow:0 20px 42px rgba(14,18,25,.2)!important;}
.am-product-card__media{height:205px!important;margin:9px 9px 0;padding:16px!important;border-radius:12px;background:#fff!important;transition:margin .24s ease,border-radius .24s ease;}
.am-product-card__inner:hover .am-product-card__media{margin:9px 9px 0;border-radius:12px;}
.am-product-card__media img{transition:transform .32s cubic-bezier(.2,.7,.2,1)!important;}
.am-product-card__inner:hover .am-product-card__media img{transform:scale(1.06)!important;}
.am-product-card__badge{left:8px!important;top:8px!important;padding:5px 9px!important;border-radius:6px!important;box-shadow:0 4px 12px rgba(0,0,0,.14);}
.am-product-card__body{padding:12px 13px 13px!important;border-radius:0 0 14px 14px;transition:background .24s ease;}
.am-product-card__body .woocommerce-loop-product__title{min-height:48px!important;margin-bottom:8px!important;font-size:12px!important;font-weight:760!important;line-height:1.34!important;transition:color .2s ease;}
.am-product-card__specs{justify-content:space-between!important;gap:8px!important;margin-bottom:10px!important;}
.am-product-card__specs span{color:#4e5661!important;transition:color .2s ease;}
.am-product-card__specs svg{stroke:#17191d!important;transition:stroke .2s ease;}
.am-product-card__specs small{font-size:8.7px!important;}
.am-product-card__price{min-height:40px!important;border-radius:7px!important;background:#fff!important;font-size:10.5px!important;transition:border-color .2s ease,color .2s ease,background .2s ease;}
.am-product-card__cart{width:40px!important;height:40px!important;border-radius:7px!important;box-shadow:0 6px 16px rgba(13,99,233,.2);}
.am-product-card__inner:hover .woocommerce-loop-product__title{color:#fff!important;}
.am-product-card__inner:hover .am-product-card__specs span{color:#f4f5f7!important;}
.am-product-card__inner:hover .am-product-card__specs svg{stroke:#fff!important;}
.am-product-card__inner:hover .am-product-card__price{border-color:#fff!important;background:#fff!important;color:#15171b!important;}
.am-product-card__inner:hover .am-product-card__price del{color:#8a9098!important;}
.am-product-card__inner:hover .am-product-card__cart{background:#0d63e9!important;}
.am-product-card__inner:focus-within{outline:3px solid rgba(13,99,233,.18);outline-offset:2px;}

/* Compact reference-like single product width and proportions. */
.am-single-shell{padding:18px 0 74px!important;background:#f7f9fc!important;}
.am-single-shell>.lx-container{width:min(calc(100% - 40px),1120px)!important;max-width:1120px!important;}
.am-single-product__card{
  grid-template-columns:minmax(0,.88fr) minmax(0,1.12fr)!important;gap:28px!important;padding:28px!important;
  border-color:#dde3ea!important;border-radius:16px!important;box-shadow:0 14px 40px rgba(24,37,58,.055)!important;
}
.am-single-product__media{padding:4px 6px 0;}
.am-single-product__media .woocommerce-product-gallery__wrapper{min-height:315px!important;border:1px solid #edf0f4;border-radius:12px!important;background:#fff!important;}
.am-single-product__media .woocommerce-product-gallery__image img{max-height:300px!important;}
.am-single-product__media .flex-control-thumbs img{height:58px!important;border-radius:8px!important;}
.am-single-spec-badges{gap:8px!important;margin-top:13px!important;}
.am-single-spec-badges>span{padding:8px 10px!important;border-radius:8px!important;background:#f7faff!important;}
.am-single-spec-badges svg{width:21px!important;height:21px!important;}
.am-mineable-coins{margin-top:13px!important;}
.am-mineable-coins a>span{width:31px!important;height:31px!important;}
.am-single-product__summary{padding:4px 0 0!important;}
.am-single-product__summary .product_title{font-size:25px!important;font-weight:820!important;letter-spacing:-.025em;}
.am-single-product__summary .product_meta{gap:4px 10px!important;margin-bottom:10px!important;padding-bottom:10px!important;font-size:9px!important;}
.am-single-product__summary .price{margin-bottom:13px!important;color:var(--asic-orange)!important;font-size:24px!important;font-weight:650!important;}
.am-single-product__summary .woocommerce-product-details__short-description{font-size:11px!important;line-height:1.55!important;}
.am-single-product__summary .variations{overflow:hidden;margin-bottom:10px!important;border:1px solid #e4e7eb!important;border-radius:10px!important;background:#fffaf6;}
.am-single-product__summary .variations tr{grid-template-columns:130px minmax(0,1fr)!important;padding:0 12px;border-bottom:0!important;}
.am-single-product__summary .variations th{padding:14px 10px 14px 0!important;}
.am-single-product__summary .variations td{padding:9px 0 9px 10px!important;border-left:1px solid #ece5df!important;}
.am-single-product__summary .variations label{font-size:10px!important;font-weight:800;text-transform:uppercase;letter-spacing:.04em;}
.am-single-product__summary .variations select{height:42px!important;border-radius:8px!important;background:#fff;}
.am-single-product__summary .quantity .qty{height:40px!important;}
.am-single-product__summary .single_add_to_cart_button{height:40px!important;border-radius:7px!important;background:var(--asic-blue)!important;box-shadow:0 7px 16px rgba(13,99,233,.2);}
.am-single-product__summary .single_add_to_cart_button:hover{background:var(--asic-blue-dark)!important;}
.am-single-assurances{gap:12px!important;padding:10px 0!important;}
.am-single-assurances span{font-size:9px!important;}
.am-single-trusted{margin-top:12px!important;}
.am-single-trusted>div{gap:6px!important;}
.am-single-trusted span,.am-single-trusted a{min-height:38px!important;font-size:7.5px!important;}
.am-product-tabs,.am-product-info-grid,.am-product-faq,.am-global-standards,.am-related-products{max-width:1120px;margin-left:auto;margin-right:auto;}
.am-product-tabs{grid-template-columns:190px minmax(0,1fr)!important;gap:14px!important;margin-top:24px!important;}
.am-product-tabs .woocommerce-Tabs-panel{padding:20px!important;}
.am-product-info-grid{grid-template-columns:190px minmax(0,1fr)!important;gap:14px!important;margin-top:24px!important;}
.am-product-info-panels>section{padding:20px!important;}
.am-product-faq{grid-template-columns:235px minmax(0,1fr)!important;gap:22px!important;margin-top:24px!important;padding:24px!important;}
.am-global-standards{margin-top:30px!important;padding:26px!important;}
.am-related-products{margin-top:34px!important;}

@media(max-width:1280px){
  .am-shop-grid{grid-template-columns:232px minmax(0,1fr)!important;gap:24px!important;}
  .am-product-card__media{height:190px!important;}
}
@media(max-width:980px){
  .am-shop-filter{padding:0 18px 30px!important;border-radius:0!important;}
  .am-single-shell>.lx-container{width:min(calc(100% - 28px),760px)!important;}
  .am-single-product__card{grid-template-columns:1fr!important;gap:22px!important;}
}
@media(max-width:700px){
  .am-shop-shell{padding-top:14px!important;}
  .am-product-card__media{height:155px!important;margin:6px 6px 0!important;padding:10px!important;}
  .am-product-card__inner:hover{transform:translateY(-2px)!important;}
  .am-single-shell>.lx-container{width:min(calc(100% - 22px),660px)!important;}
  .am-single-product__card{padding:16px!important;border-radius:13px!important;}
  .am-single-product__summary .variations tr{grid-template-columns:1fr!important;padding:0 10px!important;}
  .am-single-product__summary .variations td{padding:0 0 10px!important;border-left:0!important;}
  .am-product-tabs,.am-product-info-grid{grid-template-columns:1fr!important;}
  .am-product-tabs .woocommerce-Tabs-panel{grid-column:1!important;}
  .am-product-faq{grid-template-columns:1fr!important;padding:18px!important;}
}


/* ============================================================
   VERSION 5.6 — PRODUCT CARD HOVER CONTRAST FIX
   High-specificity rules intentionally override older global WooCommerce
   title/price colours that use !important.
============================================================ */
html body.woocommerce .am-shop-content ul.products li.product .am-product-card__inner:hover .am-product-card__body,
html body.woocommerce-page .am-shop-content ul.products li.product .am-product-card__inner:hover .am-product-card__body,
html body.tax-product_cat .am-shop-content ul.products li.product .am-product-card__inner:hover .am-product-card__body,
html body.tax-product_brand .am-shop-content ul.products li.product .am-product-card__inner:hover .am-product-card__body,
html body.tax-product_collection .am-shop-content ul.products li.product .am-product-card__inner:hover .am-product-card__body {
  color:#fff!important;
}
html body.woocommerce .am-shop-content ul.products li.product .am-product-card__inner:hover .woocommerce-loop-product__title,
html body.woocommerce .am-shop-content ul.products li.product .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body.woocommerce-page .am-shop-content ul.products li.product .am-product-card__inner:hover .woocommerce-loop-product__title,
html body.woocommerce-page .am-shop-content ul.products li.product .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body.tax-product_cat .am-shop-content ul.products li.product .am-product-card__inner:hover .woocommerce-loop-product__title,
html body.tax-product_cat .am-shop-content ul.products li.product .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body.tax-product_brand .am-shop-content ul.products li.product .am-product-card__inner:hover .woocommerce-loop-product__title,
html body.tax-product_brand .am-shop-content ul.products li.product .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body.tax-product_collection .am-shop-content ul.products li.product .am-product-card__inner:hover .woocommerce-loop-product__title,
html body.tax-product_collection .am-shop-content ul.products li.product .am-product-card__inner:hover .woocommerce-loop-product__title a {
  color:#fff!important;
  opacity:1!important;
  text-shadow:0 1px 1px rgba(0,0,0,.18);
}
html body .am-shop-content ul.products li.product .am-product-card__inner:hover .am-product-card__specs span,
html body .am-shop-content ul.products li.product .am-product-card__inner:hover .am-product-card__specs small {
  color:#f5f7fa!important;
}
html body .am-shop-content ul.products li.product .am-product-card__inner:hover .am-product-card__specs svg {
  stroke:#fff!important;
}
html body .am-shop-content ul.products li.product .am-product-card__inner:hover .am-product-card__price,
html body .am-shop-content ul.products li.product .am-product-card__inner:hover .am-product-card__price .amount,
html body .am-shop-content ul.products li.product .am-product-card__inner:hover .am-product-card__price ins,
html body .am-shop-content ul.products li.product .am-product-card__inner:hover .am-product-card__price ins .amount {
  color:#14171c!important;
}


/* ============================================================
   VERSION 5.7 — FINAL SOURCE-LIKE CARD SPECS, FONT + LIGHT FOOTER
   Product technical values now sit above the title on every WooCommerce
   product loop: homepage shortcode, shop archive, category archives,
   brand archives, collection archives and related products.
============================================================ */
:root{
  --lx-font:Inter,"Segoe UI",Roboto,Arial,Helvetica,sans-serif!important;
  --asic-footer:#F3F6F4!important;
}
html body,
html body *:not(svg):not(path):not(rect):not(circle):not(line):not(polyline):not(polygon){
  font-family:var(--lx-font)!important;
}

/* Ensure all product loops use the same card spacing and specs-over-title order. */
html body ul.products li.product.am-product-card .am-product-card__body,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__body,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__body{
  display:flex!important;
  flex-direction:column!important;
  padding:12px 13px 13px!important;
}
html body ul.products li.product.am-product-card .am-product-card__specs,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__specs,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__specs{
  order:1!important;
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  width:100%!important;
  gap:10px!important;
  min-height:24px!important;
  margin:0 0 10px!important;
  padding:0!important;
}
html body ul.products li.product.am-product-card .am-product-card__specs span,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__specs span,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__specs span{
  display:inline-flex!important;
  align-items:center!important;
  gap:4px!important;
  color:#111318!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1!important;
  white-space:nowrap!important;
}
html body ul.products li.product.am-product-card .am-product-card__specs svg,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__specs svg,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__specs svg{
  width:15px!important;
  height:15px!important;
  flex:0 0 15px!important;
  stroke:#050607!important;
  stroke-width:2!important;
}
html body ul.products li.product.am-product-card .am-product-card__specs small,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__specs small,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__specs small{
  color:inherit!important;
  font-size:13px!important;
  font-weight:500!important;
  line-height:1!important;
}
html body ul.products li.product.am-product-card .woocommerce-loop-product__title,
html body .woocommerce ul.products li.product.am-product-card .woocommerce-loop-product__title,
html body .woocommerce-page ul.products li.product.am-product-card .woocommerce-loop-product__title{
  order:2!important;
  min-height:50px!important;
  margin:0 0 12px!important;
  padding:0!important;
  color:#050607!important;
  font-size:16px!important;
  font-weight:700!important;
  line-height:1.26!important;
  text-align:center!important;
}
html body ul.products li.product.am-product-card .woocommerce-loop-product__title a,
html body .woocommerce ul.products li.product.am-product-card .woocommerce-loop-product__title a,
html body .woocommerce-page ul.products li.product.am-product-card .woocommerce-loop-product__title a{
  color:inherit!important;
}
html body ul.products li.product.am-product-card .am-product-card__buy,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__buy,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__buy{
  order:3!important;
  margin-top:auto!important;
}

/* Source-like hover contrast on homepage, shop, categories, brands, collections and related products. */
html body ul.products li.product.am-product-card .am-product-card__inner:hover,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__inner:hover,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__inner:hover,
html body .related.products ul.products li.product.am-product-card .am-product-card__inner:hover{
  background:#111214!important;
  border-color:#111214!important;
}
html body ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title,
html body ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body .related.products ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title,
html body .related.products ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title a{
  color:#fff!important;
  opacity:1!important;
}
html body ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs span,
html body ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs small,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs span,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs small,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs span,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs small,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs span,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs small,
html body .related.products ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs span,
html body .related.products ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs small{
  color:#fff!important;
}
html body ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs svg,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs svg,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs svg,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs svg,
html body .related.products ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs svg{
  stroke:#fff!important;
}

/* Light footer requested: #F3F6F4, with readable dark text. */
html body .am-reference-footer{
  background:#F3F6F4!important;
  color:#1c2430!important;
  border-top:1px solid #e1e7e4!important;
}
html body .am-newsletter + .am-reference-footer,
html body .am-reference-footer.alignfull{
  background:#F3F6F4!important;
}
html body .am-reference-footer__brand .custom-logo{
  filter:none!important;
  opacity:1!important;
}
html body .am-reference-footer__brand-fallback,
html body .am-reference-footer__locations h2,
html body .am-reference-footer__col h2,
html body .am-reference-footer__col-title{
  color:#101418!important;
}
html body .am-reference-footer__contact-line,
html body .am-reference-footer__locations p,
html body .am-reference-footer__links a,
html body .am-reference-footer__legal,
html body .am-reference-footer__legal a,
html body .am-reference-footer__bottom{
  color:#4b5563!important;
}
html body .am-reference-footer__locations strong,
html body .am-reference-footer__contact-line a,
html body .am-reference-footer__links a:hover{
  color:#111827!important;
}
html body .am-reference-footer__contact-line svg{
  stroke:#ff6500!important;
}
html body .am-reference-footer__social a{
  border-color:#d7dedb!important;
  background:#fff!important;
  color:#111827!important;
}
html body .am-reference-footer__bottom{
  border-top:1px solid #dfe7e2!important;
}
html body .am-reference-footer__bottom img{
  filter:none!important;
  opacity:1!important;
}

@media (max-width: 767px){
  html body ul.products li.product.am-product-card .am-product-card__specs,
  html body .woocommerce ul.products li.product.am-product-card .am-product-card__specs,
  html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__specs{
    gap:6px!important;
  }
  html body ul.products li.product.am-product-card .am-product-card__specs span,
  html body .woocommerce ul.products li.product.am-product-card .am-product-card__specs span,
  html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__specs span,
  html body ul.products li.product.am-product-card .am-product-card__specs small,
  html body .woocommerce ul.products li.product.am-product-card .am-product-card__specs small,
  html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__specs small{
    font-size:10.5px!important;
  }
  html body ul.products li.product.am-product-card .woocommerce-loop-product__title,
  html body .woocommerce ul.products li.product.am-product-card .woocommerce-loop-product__title,
  html body .woocommerce-page ul.products li.product.am-product-card .woocommerce-loop-product__title{
    font-size:12px!important;
    min-height:42px!important;
  }
}


/* ============================================================
   VERSION 5.8 — HARD FINAL OVERRIDE
   Fixes cache/version issue and forces exact source-like product card
   specs above title on homepage, shop, category, brand, collection and
   related product loops. This block is intentionally last.
============================================================ */
:root{--lx-font:Inter,"Segoe UI",Roboto,Arial,Helvetica,sans-serif!important;--asic-footer:#F3F6F4!important;}
html body,html body button,html body input,html body select,html body textarea{font-family:var(--lx-font)!important;}

html body .woocommerce ul.products li.product,
html body .woocommerce-page ul.products li.product,
html body .mp-products-section ul.products li.product,
html body .am-products-section ul.products li.product,
html body .related.products ul.products li.product{border-radius:15px!important;}

html body ul.products li.product.am-product-card .am-product-card__inner,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__inner,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__inner,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__inner,
html body .related.products ul.products li.product.am-product-card .am-product-card__inner{min-height:100%!important;border:1px solid #d8dde5!important;border-radius:16px!important;background:#fff!important;overflow:hidden!important;transition:background .22s ease,border-color .22s ease,box-shadow .22s ease,transform .22s ease!important;}
html body ul.products li.product.am-product-card .am-product-card__inner:hover,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__inner:hover,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__inner:hover,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__inner:hover,
html body .related.products ul.products li.product.am-product-card .am-product-card__inner:hover{background:#111214!important;border-color:#111214!important;box-shadow:0 18px 42px rgba(17,18,20,.24)!important;transform:translateY(-5px)!important;}
html body ul.products li.product.am-product-card .am-product-card__media,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__media,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__media,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__media,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__media,
html body .related.products ul.products li.product.am-product-card .am-product-card__media{height:220px!important;margin:10px 10px 0!important;padding:18px!important;border-radius:13px!important;background:#fff!important;}
html body ul.products li.product.am-product-card .am-product-card__media img,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__media img,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__media img,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__media img,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__media img,
html body .related.products ul.products li.product.am-product-card .am-product-card__media img{width:100%!important;height:100%!important;object-fit:contain!important;margin:0!important;padding:0!important;background:transparent!important;}
html body ul.products li.product.am-product-card .am-product-card__body,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__body,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__body,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__body,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__body,
html body .related.products ul.products li.product.am-product-card .am-product-card__body{display:flex!important;flex-direction:column!important;padding:14px 14px 15px!important;}
html body ul.products li.product.am-product-card .am-product-card__specs,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__specs,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__specs,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__specs,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__specs,
html body .related.products ul.products li.product.am-product-card .am-product-card__specs{order:1!important;display:flex!important;justify-content:space-between!important;align-items:center!important;width:100%!important;min-height:20px!important;margin:0 0 12px!important;padding:0!important;}
html body ul.products li.product.am-product-card .am-product-card__specs span,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__specs span,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__specs span,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__specs span,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__specs span,
html body .related.products ul.products li.product.am-product-card .am-product-card__specs span,
html body ul.products li.product.am-product-card .am-product-card__specs small,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__specs small,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__specs small,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__specs small,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__specs small,
html body .related.products ul.products li.product.am-product-card .am-product-card__specs small{color:#111318!important;font-size:14px!important;font-weight:500!important;line-height:1!important;}
html body ul.products li.product.am-product-card .am-product-card__specs svg,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__specs svg,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__specs svg,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__specs svg,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__specs svg,
html body .related.products ul.products li.product.am-product-card .am-product-card__specs svg{stroke:#050607!important;width:16px!important;height:16px!important;}
html body ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs span,
html body ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs small,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs span,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs small,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs span,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs small,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs span,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs small,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs span,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs small,
html body .related.products ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs span,
html body .related.products ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs small{color:#fff!important;}
html body ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs svg,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs svg,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs svg,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs svg,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs svg,
html body .related.products ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs svg{stroke:#fff!important;}
html body ul.products li.product.am-product-card .woocommerce-loop-product__title,
html body .woocommerce ul.products li.product.am-product-card .woocommerce-loop-product__title,
html body .woocommerce-page ul.products li.product.am-product-card .woocommerce-loop-product__title,
html body .mp-products-section ul.products li.product.am-product-card .woocommerce-loop-product__title,
html body .am-products-section ul.products li.product.am-product-card .woocommerce-loop-product__title,
html body .related.products ul.products li.product.am-product-card .woocommerce-loop-product__title{order:2!important;color:#050607!important;font-size:16px!important;font-weight:700!important;line-height:1.28!important;min-height:48px!important;margin:0 0 13px!important;padding:0!important;text-align:center!important;}
html body ul.products li.product.am-product-card .woocommerce-loop-product__title a,
html body .woocommerce ul.products li.product.am-product-card .woocommerce-loop-product__title a,
html body .woocommerce-page ul.products li.product.am-product-card .woocommerce-loop-product__title a,
html body .mp-products-section ul.products li.product.am-product-card .woocommerce-loop-product__title a,
html body .am-products-section ul.products li.product.am-product-card .woocommerce-loop-product__title a,
html body .related.products ul.products li.product.am-product-card .woocommerce-loop-product__title a{color:inherit!important;}
html body ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title,
html body ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body .related.products ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title,
html body .related.products ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title a{color:#fff!important;opacity:1!important;}
html body ul.products li.product.am-product-card .am-product-card__buy,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__buy,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__buy,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__buy,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__buy,
html body .related.products ul.products li.product.am-product-card .am-product-card__buy{order:3!important;margin-top:auto!important;}
html body ul.products li.product.am-product-card .am-product-card__price,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__price,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__price,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__price,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__price,
html body .related.products ul.products li.product.am-product-card .am-product-card__price{background:#fff!important;border:1px solid #0d63e9!important;color:#0d63e9!important;border-radius:8px!important;}
html body ul.products li.product.am-product-card .am-product-card__price .amount,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__price .amount,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__price .amount,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__price .amount,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__price .amount,
html body .related.products ul.products li.product.am-product-card .am-product-card__price .amount{color:inherit!important;}

html body ul.products li.product .mp-product-specs,
html body .woocommerce ul.products li.product .mp-product-specs,
html body .woocommerce-page ul.products li.product .mp-product-specs{display:flex!important;justify-content:space-between!important;align-items:center!important;gap:10px!important;margin:0 0 10px!important;color:#111318!important;font-size:14px!important;}
html body ul.products li.product .mp-product-specs span,
html body .woocommerce ul.products li.product .mp-product-specs span,
html body .woocommerce-page ul.products li.product .mp-product-specs span{display:inline-flex!important;align-items:center!important;gap:4px!important;}
html body ul.products li.product .mp-product-specs small,
html body .woocommerce ul.products li.product .mp-product-specs small,
html body .woocommerce-page ul.products li.product .mp-product-specs small{display:none!important;}
html body ul.products li.product .mp-product-specs strong,
html body .woocommerce ul.products li.product .mp-product-specs strong,
html body .woocommerce-page ul.products li.product .mp-product-specs strong{font-size:14px!important;font-weight:500!important;color:inherit!important;}

html body footer,html body .am-footer,html body .lx-footer,html body .am-reference-footer{background:#F3F6F4!important;color:#1f2933!important;}

@media(max-width:767px){
  html body ul.products li.product.am-product-card .am-product-card__media,
  html body .woocommerce ul.products li.product.am-product-card .am-product-card__media,
  html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__media{height:160px!important;}
  html body ul.products li.product.am-product-card .woocommerce-loop-product__title,
  html body .woocommerce ul.products li.product.am-product-card .woocommerce-loop-product__title,
  html body .woocommerce-page ul.products li.product.am-product-card .woocommerce-loop-product__title{font-size:12px!important;min-height:40px!important;}
  html body ul.products li.product.am-product-card .am-product-card__specs span,
  html body .woocommerce ul.products li.product.am-product-card .am-product-card__specs span,
  html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__specs span,
  html body ul.products li.product.am-product-card .am-product-card__specs small,
  html body .woocommerce ul.products li.product.am-product-card .am-product-card__specs small,
  html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__specs small{font-size:11px!important;}
}

/* ============================================================
   v5.9 FINAL PRODUCT CARD + LIGHT TYPOGRAPHY FIX
   - max visible theme weight 500
   - power/hashrate visible above product title
   - hover state matches reference-style dark card
============================================================ */
html body,
html body button,
html body input,
html body select,
html body textarea,
html body .am-shop-page,
html body .am-single-shell,
html body .woocommerce,
html body .woocommerce-page {
  font-family: Inter, "Segoe UI", Roboto, Arial, Helvetica, sans-serif !important;
  font-weight: 400 !important;
}
html body :where(h1,h2,h3,h4,h5,h6,strong,b,.am-header a,.am-shop-filter a,.am-filter-group h2,.am-shop-toolbar__eyebrow,.am-product-card__price,.am-product-card__body .woocommerce-loop-product__title,.am-product-card__body .woocommerce-loop-product__title a,.woocommerce-loop-product__title,.woocommerce-loop-product__title a,.price,.amount,.button,.lx-btn,.am-reference-footer h2,.am-newsletter button) {
  font-weight: 500 !important;
}
html body .am-shop-toolbar h1,
html body .woocommerce-products-header__title,
html body .page-title {
  font-size: clamp(22px, 2.4vw, 28px) !important;
  line-height: 1.18 !important;
  font-weight: 500 !important;
  letter-spacing: -0.02em !important;
}
html body .am-filter-group h2,
html body .am-shop-filter a,
html body .am-shop-filter li a,
html body .am-filter-group__count {
  font-weight: 500 !important;
}
html body .am-product-card__inner {
  border-radius: 12px !important;
  transition: background .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease !important;
}
html body .am-product-card__inner:hover {
  background: #111315 !important;
  border-color: #111315 !important;
  box-shadow: 0 18px 44px rgba(10, 13, 18, .18) !important;
  transform: translateY(-3px) !important;
}
html body .am-product-card__media {
  background: #fff !important;
  border-radius: 10px !important;
  margin: 12px 12px 0 !important;
  height: 220px !important;
  padding: 18px !important;
  border: 1px solid #e3e7ee !important;
}
html body .am-product-card__body {
  padding: 13px 16px 16px !important;
}
html body .am-product-card__specs,
html body .mp-product-specs {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 10px !important;
  width: 100% !important;
  min-height: 24px !important;
  margin: 0 0 9px !important;
  padding: 0 !important;
  border: 0 !important;
  color: #15171b !important;
}
html body .am-product-card__specs span,
html body .mp-product-specs span {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  min-width: 0 !important;
  color: inherit !important;
  white-space: nowrap !important;
}
html body .am-product-card__specs svg,
html body .mp-product-specs svg {
  width: 15px !important;
  height: 15px !important;
  flex: 0 0 15px !important;
  stroke: currentColor !important;
  fill: none !important;
}
html body .am-product-card__specs small,
html body .mp-product-specs small,
html body .mp-product-specs strong {
  display: inline !important;
  color: inherit !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
  font-weight: 400 !important;
  letter-spacing: -0.01em !important;
  text-transform: none !important;
}
html body .mp-product-specs small { display:none !important; }
html body .am-product-card__body .woocommerce-loop-product__title,
html body .woocommerce ul.products li.product .woocommerce-loop-product__title,
html body .woocommerce-page ul.products li.product .woocommerce-loop-product__title {
  min-height: 42px !important;
  margin: 0 0 12px !important;
  padding: 0 !important;
  color: #111318 !important;
  font-size: 15px !important;
  line-height: 1.32 !important;
  font-weight: 500 !important;
  text-align: center !important;
}
html body .am-product-card__body .woocommerce-loop-product__title a,
html body .woocommerce ul.products li.product .woocommerce-loop-product__title a {
  color: inherit !important;
  font-weight: 500 !important;
}
html body .am-product-card__price,
html body .woocommerce ul.products li.product .price,
html body .woocommerce-page ul.products li.product .price {
  font-size: 14px !important;
  line-height: 1.1 !important;
  font-weight: 500 !important;
}
html body .am-product-card__inner:hover .am-product-card__specs,
html body .am-product-card__inner:hover .am-product-card__specs span,
html body .am-product-card__inner:hover .am-product-card__specs small,
html body .am-product-card__inner:hover .am-product-card__specs svg,
html body .am-product-card__inner:hover .woocommerce-loop-product__title,
html body .am-product-card__inner:hover .woocommerce-loop-product__title a {
  color: #fff !important;
  stroke: #fff !important;
}
html body .am-product-card__inner:hover .am-product-card__price {
  background: #fff !important;
  border-color: #fff !important;
  color: #0b5fe8 !important;
}
html body .am-product-card__cart {
  font-weight: 500 !important;
}
@media (max-width: 768px) {
  html body .am-product-card__media { height: 170px !important; }
  html body .am-product-card__specs small,
  html body .mp-product-specs strong { font-size: 11px !important; }
  html body .am-product-card__body .woocommerce-loop-product__title,
  html body .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 13px !important; }
}


/* ============================================================
   V6.1 FINAL PRODUCT PAGE POLISH — TRUST IMAGES, DESCRIPTION,
   SOURCE-STYLE DEALS, LIGHTER TYPOGRAPHY
============================================================ */
html body .site-header .deals-link,
html body .lx-header .deals-link,
html body .am-header-deals,
html body a[href*="deals"]{
  font-weight:500!important;
}
html body .am-single-product-page,
html body .am-single-product-page *:not(strong):not(b){
  font-weight:400;
}
html body .am-single-product-page h1,
html body .am-single-product-page h2,
html body .am-single-product-page h3,
html body .am-single-product-page .product_title,
html body .am-single-product-page .price,
html body .am-single-product-page strong{
  font-weight:500!important;
}
html body .am-product-tabs{
  max-width:1120px!important;
  margin:28px auto!important;
}
html body .am-product-tabs .woocommerce-tabs{
  display:grid!important;
  grid-template-columns:190px minmax(0,1fr)!important;
  gap:28px!important;
  align-items:start!important;
}
html body .am-product-tabs .woocommerce-tabs ul.tabs{
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  margin:0!important;
  padding:0!important;
  border:0!important;
  list-style:none!important;
}
html body .am-product-tabs .woocommerce-tabs ul.tabs::before{display:none!important;}
html body .am-product-tabs .woocommerce-tabs ul.tabs li{
  display:block!important;
  margin:0!important;
  padding:0!important;
  border:1px solid #d7dce5!important;
  border-radius:8px!important;
  background:#fff!important;
  overflow:hidden!important;
}
html body .am-product-tabs .woocommerce-tabs ul.tabs li.active{
  border-color:#0b65e5!important;
  background:#0b65e5!important;
}
html body .am-product-tabs .woocommerce-tabs ul.tabs li a{
  display:block!important;
  padding:16px 18px!important;
  color:#1b1f27!important;
  font-size:14px!important;
  font-weight:500!important;
  text-decoration:none!important;
}
html body .am-product-tabs .woocommerce-tabs ul.tabs li.active a{color:#fff!important;}
html body .am-product-tabs .woocommerce-Tabs-panel{
  margin:0!important;
  padding:28px 30px!important;
  border:1px solid #d7dce5!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 12px 30px rgba(18,28,45,.04)!important;
}
html body .am-source-description h2{
  margin:0 0 14px!important;
  padding-bottom:12px!important;
  border-bottom:1px solid #e4e8ef!important;
  color:#15191f!important;
  font-size:18px!important;
  line-height:1.25!important;
  text-transform:uppercase!important;
  letter-spacing:.02em!important;
  font-weight:500!important;
}
html body .am-source-description__overview{
  margin:0 0 24px!important;
  color:#242b35!important;
  font-size:15px!important;
  line-height:1.75!important;
}
html body .am-source-description__overview p{margin:0 0 14px!important;}
html body .am-source-spec-table{
  width:100%!important;
  border-collapse:collapse!important;
  margin:0!important;
  border:1px solid #e2e7ef!important;
  overflow:hidden!important;
}
html body .am-source-spec-table th,
html body .am-source-spec-table td{
  padding:13px 16px!important;
  border-bottom:1px solid #e2e7ef!important;
  color:#2e3642!important;
  font-size:14px!important;
  line-height:1.45!important;
  text-align:left!important;
}
html body .am-source-spec-table th{
  width:32%!important;
  background:#f4f7fb!important;
  font-weight:500!important;
}
html body .am-source-spec-table td{background:#fff!important;font-style:normal!important;}
html body .am-single-trusted--logos{
  margin-top:16px!important;
  padding-top:16px!important;
  border-top:1px solid #dde4ee!important;
}
html body .am-single-trusted--logos > p{
  margin:0 0 10px!important;
  color:#1d2430!important;
  font-size:14px!important;
  font-weight:500!important;
}
html body .am-single-trusted__logos{
  display:grid!important;
  grid-template-columns:repeat(4,minmax(0,1fr))!important;
  gap:8px!important;
  align-items:stretch!important;
}
html body .am-trust-logo-card{
  min-height:54px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  padding:8px 10px!important;
  border:1px solid #d7e0ee!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#1a2230!important;
  font-size:12px!important;
  font-weight:500!important;
  box-shadow:0 6px 14px rgba(25,38,60,.04)!important;
}
html body .am-trust-logo-card img{
  display:block!important;
  max-width:100%!important;
  max-height:38px!important;
  width:auto!important;
  height:auto!important;
  object-fit:contain!important;
}
html body .am-latest-deals-card{
  min-height:54px!important;
  position:relative!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex-direction:column!important;
  padding:8px 10px!important;
  border:1px solid #ff6500!important;
  border-radius:8px!important;
  background:linear-gradient(135deg,#fff7f0,#ffffff)!important;
  color:#0b5fe8!important;
  text-align:center!important;
  text-decoration:none!important;
  box-shadow:inset 0 0 0 1px rgba(255,101,0,.08),0 8px 18px rgba(255,101,0,.12)!important;
  overflow:hidden!important;
}
html body .am-latest-deals-card:before,
html body .am-latest-deals-card:after{
  content:""!important;
  position:absolute!important;
  top:50%!important;
  width:12px!important;
  height:12px!important;
  border-radius:50%!important;
  background:#fff!important;
  border:1px solid #ff6500!important;
  transform:translateY(-50%)!important;
}
html body .am-latest-deals-card:before{left:-7px!important;}
html body .am-latest-deals-card:after{right:-7px!important;}
html body .am-latest-deals-card span{
  color:#ff6500!important;
  font-size:9px!important;
  line-height:1!important;
  text-transform:uppercase!important;
  letter-spacing:.06em!important;
  font-weight:500!important;
}
html body .am-latest-deals-card strong{
  color:#0b5fe8!important;
  font-size:14px!important;
  line-height:1.15!important;
  font-weight:500!important;
}
html body .am-global-standards--source{
  max-width:1120px!important;
  margin:36px auto!important;
  display:grid!important;
  grid-template-columns:260px minmax(0,1fr) minmax(280px,430px)!important;
  gap:28px!important;
  align-items:center!important;
  padding:34px!important;
  border-radius:14px!important;
  background:#0b65e5!important;
  color:#fff!important;
  overflow:hidden!important;
}
html body .am-global-standards--source .am-global-standards__intro p{
  margin:0 0 8px!important;
  color:#dbe9ff!important;
  font-size:13px!important;
  font-weight:400!important;
}
html body .am-global-standards--source .am-global-standards__intro h2{
  margin:0!important;
  color:#fff!important;
  font-size:27px!important;
  line-height:1.16!important;
  font-weight:500!important;
}
html body .am-global-standards--source .am-global-standards__trust{
  display:flex!important;
  flex-direction:column!important;
  gap:12px!important;
  padding:18px!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 15px 34px rgba(0,0,0,.13)!important;
}
html body .am-global-standards--source .am-global-standards__trust > strong{
  color:#222a36!important;
  font-size:14px!important;
  font-weight:500!important;
  text-align:center!important;
}
html body .am-global-standards--source .am-trust-logo-card{
  min-height:64px!important;
  justify-content:flex-start!important;
  padding:12px 18px!important;
  border-color:#d9dfe8!important;
  border-radius:10px!important;
  box-shadow:none!important;
}
html body .am-global-standards--source .am-trust-logo-card img{
  max-height:42px!important;
}
html body .am-global-standards--source .am-global-standards__video{
  min-height:210px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:flex-end!important;
  align-items:stretch!important;
  border:0!important;
  border-radius:14px!important;
  background:#fff6ee!important;
  overflow:hidden!important;
  color:#172033!important;
  text-decoration:none!important;
  box-shadow:0 15px 34px rgba(0,0,0,.12)!important;
}
html body .am-global-standards--source .am-global-standards__video img{
  width:100%!important;
  height:180px!important;
  object-fit:cover!important;
  display:block!important;
}
html body .am-global-standards__video-caption{
  display:block!important;
  padding:12px 16px!important;
  background:#f6f7f9!important;
  text-align:center!important;
}
html body .am-global-standards__video-caption strong{
  display:block!important;
  color:#172033!important;
  font-size:15px!important;
  font-weight:500!important;
}
html body .am-global-standards__video-caption small{
  display:block!important;
  color:#657083!important;
  font-size:12px!important;
  margin-top:2px!important;
}
@media (max-width: 1024px){
  html body .am-product-tabs .woocommerce-tabs{grid-template-columns:1fr!important;gap:14px!important;}
  html body .am-product-tabs .woocommerce-tabs ul.tabs{flex-direction:row!important;overflow:auto!important;}
  html body .am-product-tabs .woocommerce-tabs ul.tabs li{min-width:190px!important;}
  html body .am-single-trusted__logos{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  html body .am-global-standards--source{grid-template-columns:1fr!important;padding:24px!important;}
}
@media (max-width: 640px){
  html body .am-product-tabs .woocommerce-Tabs-panel{padding:20px!important;}
  html body .am-single-trusted__logos{grid-template-columns:1fr!important;}
  html body .am-source-spec-table th,
  html body .am-source-spec-table td{display:block!important;width:100%!important;}
  html body .am-global-standards--source .am-global-standards__video img{height:145px!important;}
}


/* ============================================================
   ASIC MARKETPLACE PRO v6.3.0 — FINAL HEADER + PRODUCT UI POLISH
   Last-loaded hard override for reference-style header, smaller deals
   ribbon, modern single product cart controls, one-border cards and
   cleaner description/info panels.
============================================================ */
:root{
  --asic-orange:#ff6500!important;
  --asic-orange-dark:#e65b00!important;
  --asic-navy:#071a34!important;
  --asic-blue:#1263d1!important;
  --asic-line:#dbe3ee!important;
  --asic-soft:#f5f7fb!important;
  --asic-radius:12px!important;
}
html body,html body button,html body input,html body select,html body textarea{font-family:Inter,"Segoe UI",Roboto,Arial,Helvetica,sans-serif!important;}
html body :where(h1,h2,h3,h4,h5,h6,strong,b,.woocommerce-loop-product__title,.woocommerce-loop-product__title a,.price,.amount,.button,.lx-btn,.am-nav a,.am-header a,.am-filter-group h2,.am-shop-filter a,.product_title){font-weight:500!important;}

/* Reference-inspired utility bar: shaped, compact, clean. */
html body .asic-topbar{
  background:#fff!important;
  border:0!important;
  border-bottom:1px solid #edf1f6!important;
  padding:14px 0 10px!important;
  box-shadow:none!important;
}
html body .asic-topbar__inner{
  width:min(calc(100% - 40px),1320px)!important;
  max-width:1320px!important;
  min-height:54px!important;
  display:grid!important;
  grid-template-columns:minmax(360px,1fr) auto!important;
  gap:28px!important;
  align-items:center!important;
}
html body .asic-topbar__promise{
  min-height:54px!important;
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
  padding:10px 26px 10px 16px!important;
  border:1px solid #dce4ef!important;
  border-radius:2px!important;
  background:#fff!important;
  box-shadow:0 10px 25px rgba(15,23,42,.04)!important;
  clip-path:polygon(0 0, calc(100% - 22px) 0, 100% 50%, calc(100% - 22px) 100%, 0 100%)!important;
}
html body .asic-topbar__promise-icon{
  width:38px!important;height:38px!important;min-width:38px!important;
  display:grid!important;place-items:center!important;
  border-radius:10px!important;background:#fff6ef!important;color:#ff6500!important;
}
html body .asic-topbar__promise-icon svg{width:24px!important;height:24px!important;stroke:currentColor!important;stroke-width:1.9!important;}
html body .asic-topbar__promise-copy{display:flex!important;flex-direction:column!important;min-width:0!important;}
html body .asic-topbar__promise-copy strong{color:#0b1324!important;font-size:15px!important;line-height:1.2!important;letter-spacing:.02em!important;text-transform:uppercase!important;font-weight:500!important;}
html body .asic-topbar__promise-copy small{margin-top:3px!important;color:#667085!important;font-size:12px!important;line-height:1.25!important;font-weight:400!important;}
html body .asic-topbar__promise-points{display:flex!important;gap:10px!important;margin-left:auto!important;white-space:nowrap!important;}
html body .asic-topbar__promise-points span{
  display:inline-flex!important;align-items:center!important;gap:6px!important;
  height:28px!important;padding:0 12px!important;border:1px solid #e2e8f0!important;border-radius:999px!important;
  color:#334155!important;background:#fbfdff!important;font-size:10px!important;text-transform:uppercase!important;letter-spacing:.025em!important;font-weight:500!important;
}
html body .asic-topbar__promise-points span::before{content:"";width:6px;height:6px;border-radius:50%;background:#ff6500;box-shadow:0 0 0 3px rgba(255,101,0,.10);}
html body .asic-topbar__right{display:flex!important;align-items:center!important;gap:12px!important;}
html body .asic-topbar__language{
  height:46px!important;min-width:150px!important;padding:0 18px!important;
  border:1px solid #dce4ef!important;border-radius:2px!important;background:#fff!important;color:#0b1324!important;
  box-shadow:0 10px 25px rgba(15,23,42,.04)!important;
  clip-path:polygon(12px 0,100% 0,calc(100% - 12px) 100%,0 100%)!important;
}
html body .asic-topbar__contact{
  height:46px!important;padding:0 22px!important;border-radius:2px!important;background:#ff6500!important;color:#fff!important;
  box-shadow:0 14px 30px rgba(255,101,0,.24)!important;clip-path:polygon(14px 0,100% 0,calc(100% - 14px) 100%,0 100%)!important;
}
html body .asic-topbar__contact a{color:#fff!important;font-size:12px!important;font-weight:500!important;}
html body .asic-topbar__contact svg{stroke:#fff!important;}
html body .asic-topbar__divider{background:rgba(255,255,255,.32)!important;}

/* Reference-style header card and compact deals ribbon. */
html body .asic-hdr{background:#fff!important;border-bottom:1px solid #e8edf4!important;box-shadow:none!important;}
html body .asic-hdr__inner{
  width:min(calc(100% - 40px),1320px)!important;max-width:1320px!important;
  min-height:86px!important;display:grid!important;grid-template-columns:minmax(230px,290px) minmax(0,1fr) auto auto!important;
  gap:22px!important;align-items:center!important;padding:15px 0!important;
}
html body .asic-hdr__nav{gap:30px!important;align-items:center!important;justify-content:flex-end!important;}
html body .asic-hdr__nav a{font-size:13px!important;color:#0b1324!important;text-transform:uppercase!important;letter-spacing:.02em!important;font-weight:500!important;padding:12px 0!important;}
html body .asic-hdr__nav a:hover,html body .asic-hdr__nav .current-menu-item>a{color:#ff6500!important;}
html body .asic-hdr__nav a::after{height:2px!important;background:#ff6500!important;border-radius:2px!important;bottom:4px!important;}
html body .asic-hdr__deals{
  height:42px!important;min-width:138px!important;padding:0 20px 0 24px!important;
  display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:9px!important;
  border:0!important;border-radius:0!important;background:#ff6500!important;color:#fff!important;
  clip-path:polygon(12px 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%)!important;
  box-shadow:8px 8px 0 #071a34,0 12px 26px rgba(255,101,0,.22)!important;
  transform:none!important;text-decoration:none!important;overflow:visible!important;
}
html body .asic-hdr__deals:hover{background:#e95d00!important;color:#fff!important;transform:translateY(-1px)!important;}
html body .asic-hdr__deals svg{width:17px!important;height:17px!important;stroke:#fff!important;fill:none!important;}
html body .asic-hdr__deals span{display:flex!important;align-items:center!important;gap:4px!important;color:#fff!important;line-height:1!important;font-size:13px!important;font-weight:500!important;letter-spacing:.02em!important;text-transform:uppercase!important;}
html body .asic-hdr__deals small{display:inline!important;color:#fff!important;font-size:8px!important;line-height:1!important;font-weight:500!important;opacity:.92!important;}
html body .asic-hdr__action{width:48px!important;height:48px!important;border-radius:50%!important;border:1px solid #e2e8f0!important;background:#fff!important;box-shadow:0 10px 22px rgba(15,23,42,.07)!important;}

/* Product card cleanup: only one clean border in every loop. */
html body ul.products li.product.am-product-card,
html body .woocommerce ul.products li.product.am-product-card,
html body .woocommerce-page ul.products li.product.am-product-card,
html body .mp-products-section ul.products li.product.am-product-card,
html body .am-products-section ul.products li.product.am-product-card,
html body .related.products ul.products li.product.am-product-card{
  border:0!important;background:transparent!important;box-shadow:none!important;outline:0!important;padding:0!important;overflow:visible!important;
}
html body ul.products li.product.am-product-card::before,
html body ul.products li.product.am-product-card::after,
html body .woocommerce ul.products li.product.am-product-card::before,
html body .woocommerce ul.products li.product.am-product-card::after{display:none!important;content:none!important;}
html body ul.products li.product.am-product-card .am-product-card__inner,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__inner,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__inner,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__inner,
html body .related.products ul.products li.product.am-product-card .am-product-card__inner{
  padding:14px!important;border:1px solid #d7dde8!important;border-radius:16px!important;background:#fff!important;box-shadow:none!important;outline:0!important;overflow:hidden!important;min-height:100%!important;
}
html body ul.products li.product.am-product-card .am-product-card__media,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__media,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__media,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__media,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__media,
html body .related.products ul.products li.product.am-product-card .am-product-card__media{
  margin:0 0 13px!important;padding:8px!important;border:0!important;border-radius:0!important;background:#fff!important;box-shadow:none!important;outline:0!important;overflow:hidden!important;min-height:220px!important;height:220px!important;
}
html body ul.products li.product.am-product-card .am-product-card__media::before,
html body ul.products li.product.am-product-card .am-product-card__media::after{display:none!important;content:none!important;}
html body ul.products li.product.am-product-card .am-product-card__media img,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__media img,
html body .woocommerce-page ul.products li.product.am-product-card .am-product-card__media img,
html body .mp-products-section ul.products li.product.am-product-card .am-product-card__media img,
html body .am-products-section ul.products li.product.am-product-card .am-product-card__media img,
html body .related.products ul.products li.product.am-product-card .am-product-card__media img{
  border:0!important;border-radius:0!important;box-shadow:none!important;outline:0!important;background:transparent!important;width:100%!important;height:100%!important;object-fit:contain!important;
}
html body ul.products li.product.am-product-card .am-product-card__body,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__body{padding:0!important;gap:10px!important;}
html body ul.products li.product.am-product-card .woocommerce-loop-product__title,
html body .woocommerce ul.products li.product.am-product-card .woocommerce-loop-product__title,
html body .woocommerce-page ul.products li.product.am-product-card .woocommerce-loop-product__title{font-size:15px!important;font-weight:500!important;line-height:1.3!important;min-height:42px!important;}
html body ul.products li.product.am-product-card .am-product-card__inner:hover,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover{background:#111214!important;border-color:#111214!important;box-shadow:0 15px 34px rgba(15,23,42,.18)!important;transform:translateY(-3px)!important;}
html body ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__media,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__media{background:#fff!important;}
html body ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title,
html body ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs,
html body ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs span,
html body ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs small,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .woocommerce-loop-product__title a,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs span,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs small{color:#fff!important;}
html body ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs svg,
html body .woocommerce ul.products li.product.am-product-card .am-product-card__inner:hover .am-product-card__specs svg{stroke:#fff!important;fill:none!important;}

/* Single product: compact professional cart/quantity like reference. */
html body.single-product .summary.entry-summary form.cart,
html body.single-product div.product form.cart,
html body.single-product .am-single-product__summary form.cart{
  display:flex!important;align-items:center!important;gap:14px!important;flex-wrap:wrap!important;margin:20px 0 22px!important;padding:0 0 22px!important;border-bottom:1px solid #dfe5ee!important;
}
html body.single-product div.product form.cart .quantity,
html body.single-product .am-single-product__summary form.cart .quantity{
  height:54px!important;display:inline-flex!important;align-items:stretch!important;border:1px solid #d9e1ec!important;border-radius:8px!important;background:#fff!important;overflow:hidden!important;box-shadow:0 8px 20px rgba(15,23,42,.04)!important;
}
html body.single-product div.product form.cart .quantity input.qty,
html body.single-product .am-single-product__summary form.cart .quantity input.qty{
  width:56px!important;height:52px!important;min-height:52px!important;padding:0!important;border:0!important;border-left:1px solid #d9e1ec!important;border-right:1px solid #d9e1ec!important;border-radius:0!important;background:#fff!important;color:#0f172a!important;text-align:center!important;font-size:15px!important;font-weight:500!important;box-shadow:none!important;appearance:textfield!important;-moz-appearance:textfield!important;
}
html body.single-product div.product form.cart .quantity input.qty::-webkit-outer-spin-button,
html body.single-product div.product form.cart .quantity input.qty::-webkit-inner-spin-button{appearance:none!important;-webkit-appearance:none!important;margin:0!important;}
html body.single-product .asicmp-qty-btn{
  width:48px!important;min-width:48px!important;height:52px!important;display:grid!important;place-items:center!important;border:0!important;background:#fff!important;color:#0f172a!important;font-size:22px!important;line-height:1!important;font-weight:400!important;transition:background .18s ease,color .18s ease!important;
}
html body.single-product .asicmp-qty-btn:hover{background:#fff4ec!important;color:#ff6500!important;}
html body.single-product div.product form.cart .single_add_to_cart_button,
html body.single-product .am-single-product__summary form.cart .single_add_to_cart_button,
html body.single-product .single_add_to_cart_button.button.alt{
  height:54px!important;min-height:54px!important;min-width:178px!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:10px!important;padding:0 30px!important;border:0!important;border-radius:8px!important;background:#ff6500!important;color:#fff!important;font-size:15px!important;font-weight:500!important;letter-spacing:.01em!important;text-transform:none!important;box-shadow:0 13px 24px rgba(255,101,0,.22)!important;opacity:1!important;
}
html body.single-product div.product form.cart .single_add_to_cart_button:hover,
html body.single-product .single_add_to_cart_button.button.alt:hover{background:#e95d00!important;color:#fff!important;transform:translateY(-1px)!important;}
html body.single-product div.product form.cart .single_add_to_cart_button::before,
html body.single-product .single_add_to_cart_button.button.alt::before{
  content:""!important;width:18px!important;height:18px!important;display:inline-block!important;position:static!important;opacity:1!important;background:#fff!important;transform:none!important;mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2ZM7.2 14.5h7.7c.75 0 1.43-.41 1.77-1.08L20.2 6.3A1 1 0 0 0 19.3 5H6.2L5.27 3H2v2h2l3.6 7.59-1.35 2.44C5.52 16.37 6.48 18 8 18h12v-2H8l1.1-1.5Z"/></svg>') center/contain no-repeat!important;-webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24"><path fill="black" d="M7 18c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2Zm10 0c-1.1 0-2 .9-2 2s.9 2 2 2 2-.9 2-2-.9-2-2-2ZM7.2 14.5h7.7c.75 0 1.43-.41 1.77-1.08L20.2 6.3A1 1 0 0 0 19.3 5H6.2L5.27 3H2v2h2l3.6 7.59-1.35 2.44C5.52 16.37 6.48 18 8 18h12v-2H8l1.1-1.5Z"/></svg>') center/contain no-repeat!important;
}
html body.single-product div.product form.cart .single_add_to_cart_button::after,
html body.single-product .single_add_to_cart_button.button.alt::after{display:none!important;content:none!important;}

/* Single product assurance row: cleaner icon divider style. */
html body.single-product .am-single-assurances{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:0!important;margin:0!important;padding:22px 0!important;border-top:1px solid #e0e6ef!important;border-bottom:1px solid #e0e6ef!important;}
html body.single-product .am-single-assurances span{display:flex!important;align-items:center!important;justify-content:center!important;gap:12px!important;color:#111827!important;font-size:14px!important;font-weight:500!important;min-height:50px!important;position:relative!important;}
html body.single-product .am-single-assurances span:not(:last-child)::after{content:"";position:absolute;right:0;top:10px;bottom:10px;width:1px;background:#dfe5ee;}
html body.single-product .am-single-assurances svg{width:26px!important;height:26px!important;color:#ff6500!important;stroke:#ff6500!important;fill:none!important;stroke-width:1.8!important;}

/* Trusted badges and latest deal ticket in product summary. */
html body.single-product .am-single-trusted__logos{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important;}
html body.single-product .am-trust-logo-card--compact{min-height:58px!important;padding:9px 12px!important;border-radius:8px!important;border:1px solid #d9e2ee!important;background:#fff!important;box-shadow:none!important;}
html body.single-product .am-trust-logo-card--compact img{height:42px!important;max-height:42px!important;max-width:165px!important;width:auto!important;object-fit:contain!important;}
html body.single-product .am-latest-deals-card{height:58px!important;min-height:58px!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:2px!important;border:1px solid #ff6500!important;border-radius:8px!important;background:#fff!important;box-shadow:0 12px 22px rgba(255,101,0,.10)!important;text-decoration:none!important;}
html body.single-product .am-latest-deals-card span{font-size:8px!important;color:#ff6500!important;font-weight:500!important;}
html body.single-product .am-latest-deals-card strong{font-size:14px!important;color:#1263d1!important;font-weight:500!important;}

/* Description tabs and blue info ribbon made professional, not broken/vertical. */
html body.single-product .am-product-tabs{width:min(calc(100% - 40px),1120px)!important;margin:26px auto 0!important;}
html body.single-product .am-product-tabs .woocommerce-tabs,
html body.single-product .am-product-tabs .woocommerce-tabs.wc-tabs-wrapper{display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;gap:28px!important;align-items:start!important;}
html body.single-product .am-product-tabs ul.tabs,
html body.single-product .am-product-tabs ul.wc-tabs{display:flex!important;flex-direction:column!important;gap:10px!important;margin:0!important;padding:0!important;border:0!important;width:100%!important;min-width:0!important;}
html body.single-product .am-product-tabs ul.tabs::before,.am-product-tabs ul.tabs::after{display:none!important;}
html body.single-product .am-product-tabs ul.tabs li,
html body.single-product .am-product-tabs ul.wc-tabs li{width:100%!important;margin:0!important;padding:0!important;border:0!important;background:transparent!important;list-style:none!important;writing-mode:horizontal-tb!important;transform:none!important;}
html body.single-product .am-product-tabs ul.tabs li a,
html body.single-product .am-product-tabs ul.wc-tabs li a{width:100%!important;min-height:54px!important;display:flex!important;align-items:center!important;padding:0 18px!important;border:1px solid #d8e1ed!important;border-radius:8px!important;background:#fff!important;color:#111827!important;text-decoration:none!important;font-size:15px!important;font-weight:500!important;line-height:1.2!important;writing-mode:horizontal-tb!important;transform:none!important;}
html body.single-product .am-product-tabs ul.tabs li.active a,
html body.single-product .am-product-tabs ul.wc-tabs li.active a{position:relative!important;background:#1263d1!important;border-color:#1263d1!important;color:#fff!important;box-shadow:0 10px 22px rgba(18,99,209,.16)!important;}
html body.single-product .am-product-tabs ul.tabs li.active a::after,
html body.single-product .am-product-tabs ul.wc-tabs li.active a::after{content:""!important;position:absolute!important;right:-18px!important;top:0!important;border-top:27px solid transparent!important;border-bottom:27px solid transparent!important;border-left:18px solid #1263d1!important;}
html body.single-product .am-product-tabs .woocommerce-Tabs-panel,
html body.single-product .am-product-tabs .panel{grid-column:2!important;margin:0!important;padding:26px!important;border:1px solid #d8e1ed!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important;color:#1f2937!important;font-size:15px!important;line-height:1.75!important;writing-mode:horizontal-tb!important;text-orientation:mixed!important;overflow-wrap:break-word!important;}

html body.single-product .am-product-info-grid{width:min(calc(100% - 40px),1120px)!important;margin:32px auto 0!important;display:grid!important;grid-template-columns:260px minmax(0,1fr)!important;gap:28px!important;align-items:start!important;}
html body.single-product .am-product-info-nav{display:flex!important;flex-direction:column!important;gap:12px!important;}
html body.single-product .am-product-info-nav button{position:relative!important;min-height:54px!important;width:100%!important;padding:0 18px!important;border:1px solid #d8e1ed!important;border-radius:8px!important;background:#fff!important;color:#111827!important;text-align:left!important;font-size:15px!important;line-height:1.2!important;font-weight:500!important;box-shadow:none!important;}
html body.single-product .am-product-info-nav button.is-active{background:#1263d1!important;border-color:#1263d1!important;color:#fff!important;box-shadow:0 10px 22px rgba(18,99,209,.16)!important;}
html body.single-product .am-product-info-nav button.is-active::after{content:"";position:absolute;right:-18px;top:0;border-top:27px solid transparent;border-bottom:27px solid transparent;border-left:18px solid #1263d1;}
html body.single-product .am-product-info-panels>section{padding:26px!important;border:1px solid #d8e1ed!important;border-radius:10px!important;background:#fff!important;box-shadow:none!important;}

/* Bottom section: reference-style trust + clean video placeholder. */
html body.single-product .am-global-standards--source{width:min(calc(100% - 40px),1120px)!important;max-width:1120px!important;margin:38px auto!important;display:grid!important;grid-template-columns:minmax(0,.8fr) minmax(300px,370px) minmax(300px,1fr)!important;gap:26px!important;align-items:center!important;padding:36px!important;border-radius:14px!important;background:#1263d1!important;box-shadow:none!important;}
html body.single-product .am-global-standards--source .am-global-standards__trust{padding:20px!important;border-radius:12px!important;background:#fff!important;}
html body.single-product .am-global-standards--source .am-trust-logo-card{min-height:58px!important;display:flex!important;justify-content:flex-start!important;gap:12px!important;padding:10px 14px!important;border:1px solid #d9e1ed!important;border-radius:9px!important;background:#fff!important;}
html body.single-product .am-global-standards--source .am-trust-logo-card img{width:42px!important;height:42px!important;max-width:42px!important;max-height:42px!important;object-fit:contain!important;}
html body.single-product .am-global-standards--source .am-trust-logo-card__label{font-size:15px!important;font-weight:500!important;color:#111827!important;}
html body.single-product .am-global-standards--source .am-global-standards__video{min-height:210px!important;border-radius:12px!important;background:#fff7ef!important;box-shadow:none!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:hidden!important;}
html body.single-product .am-global-standards--source .am-global-standards__video img{height:210px!important;object-fit:cover!important;}
html body.single-product .am-global-standards__play{width:58px!important;height:58px!important;border-color:#ff6500!important;color:#ff6500!important;background:#fff!important;}

@media(max-width:1100px){
  html body .asic-topbar__inner{grid-template-columns:1fr!important;gap:12px!important;}
  html body .asic-topbar__right{justify-content:flex-end!important;}
  html body .asic-topbar__promise-points{display:none!important;}
  html body .asic-hdr__inner{grid-template-columns:220px minmax(0,1fr) auto!important;gap:16px!important;}
  html body .asic-hdr__nav{gap:16px!important;}
  html body .asic-hdr__deals{height:40px!important;min-width:120px!important;}
}
@media(max-width:980px){
  html body .asic-topbar__inner{width:min(calc(100% - 24px),1320px)!important;}
  html body .asic-topbar__promise{clip-path:none!important;border-radius:12px!important;}
  html body .asic-topbar__right{display:grid!important;grid-template-columns:1fr!important;}
  html body .asic-topbar__language,html body .asic-topbar__contact{clip-path:none!important;border-radius:999px!important;width:100%!important;justify-content:center!important;}
  html body .asic-hdr__inner{width:min(calc(100% - 24px),1320px)!important;grid-template-columns:44px minmax(120px,1fr) auto!important;}
  html body.single-product .am-single-assurances{grid-template-columns:1fr!important;}
  html body.single-product .am-single-assurances span:not(:last-child)::after{display:none!important;}
  html body.single-product .am-product-tabs .woocommerce-tabs,html body.single-product .am-product-tabs .woocommerce-tabs.wc-tabs-wrapper,
  html body.single-product .am-product-info-grid{grid-template-columns:1fr!important;}
  html body.single-product .am-product-tabs .woocommerce-Tabs-panel,html body.single-product .am-product-tabs .panel{grid-column:1!important;}
  html body.single-product .am-product-tabs ul.tabs,html body.single-product .am-product-tabs ul.wc-tabs{flex-direction:row!important;overflow-x:auto!important;}
  html body.single-product .am-product-tabs ul.tabs li,html body.single-product .am-product-tabs ul.wc-tabs li{min-width:190px!important;}
  html body.single-product .am-product-tabs ul.tabs li.active a::after,html body.single-product .am-product-tabs ul.wc-tabs li.active a::after,
  html body.single-product .am-product-info-nav button.is-active::after{display:none!important;}
  html body.single-product .am-product-info-nav{flex-direction:row!important;overflow-x:auto!important;}
  html body.single-product .am-product-info-nav button{min-width:210px!important;}
  html body.single-product .am-global-standards--source{grid-template-columns:1fr!important;padding:26px!important;}
}
@media(max-width:560px){
  html body.single-product div.product form.cart,html body.single-product .am-single-product__summary form.cart{gap:10px!important;}
  html body.single-product div.product form.cart .single_add_to_cart_button,html body.single-product .single_add_to_cart_button.button.alt{min-width:160px!important;flex:1 1 auto!important;}
  html body.single-product .asicmp-qty-btn{width:42px!important;min-width:42px!important;}
  html body.single-product div.product form.cart .quantity input.qty{width:50px!important;}
}

/* ============================================================
   v6.4 Final Header / Dropdown / Mobile Polish
   - remove account/profile icon everywhere
   - cleaner liquid cooling dropdown
   - compact mobile header and drawer
============================================================ */
html body .asic-hdr__account,
html body a.asic-hdr__account,
html body .lx-header-action--account,
html body .am-mobile-account,
html body .lx-mobile-drawer__actions a[href*="my-account"]{
  display:none!important;
}

html body .asic-hdr__actions{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
}
html body .asic-hdr__action{
  flex:0 0 46px!important;
  width:46px!important;
  height:46px!important;
}
html body .asic-hdr__cart .lx-cart-badge{
  top:-5px!important;
  right:-4px!important;
}

/* Desktop Liquid Cooling dropdown: smaller, centered, clean and close to nav. */
html body .asic-hdr__nav-dropdown{
  position:relative!important;
  display:inline-flex!important;
  align-items:center!important;
  line-height:1!important;
}
html body .asic-hdr__nav-dropdown-trigger{
  display:inline-flex!important;
  align-items:center!important;
  gap:6px!important;
  height:42px!important;
  padding:0!important;
}
html body .asic-hdr__nav-dropdown-trigger svg{
  width:13px!important;
  height:13px!important;
  stroke-width:2!important;
}
html body .asic-hdr__submenu{
  position:absolute!important;
  left:50%!important;
  top:calc(100% + 10px)!important;
  width:260px!important;
  min-width:260px!important;
  max-width:260px!important;
  padding:7px!important;
  border:1px solid #e8edf4!important;
  border-radius:12px!important;
  background:#fff!important;
  box-shadow:0 22px 45px rgba(15,23,42,.13)!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translate(-50%,8px)!important;
  transition:opacity .18s ease, transform .18s ease, visibility .18s ease!important;
  z-index:99999!important;
  overflow:hidden!important;
}
html body .asic-hdr__submenu::before{
  content:""!important;
  position:absolute!important;
  left:50%!important;
  top:-7px!important;
  width:14px!important;
  height:14px!important;
  background:#fff!important;
  border-left:1px solid #e8edf4!important;
  border-top:1px solid #e8edf4!important;
  transform:translateX(-50%) rotate(45deg)!important;
}
html body .asic-hdr__nav-dropdown:hover .asic-hdr__submenu,
html body .asic-hdr__nav-dropdown:focus-within .asic-hdr__submenu{
  opacity:1!important;
  visibility:visible!important;
  transform:translate(-50%,0)!important;
}
html body .asic-hdr__submenu>a{
  position:relative!important;
  display:flex!important;
  flex-direction:column!important;
  gap:4px!important;
  padding:13px 14px!important;
  border:0!important;
  border-radius:9px!important;
  background:#fff!important;
  color:#111827!important;
  text-decoration:none!important;
  text-transform:none!important;
  transition:background .18s ease, color .18s ease, transform .18s ease!important;
}
html body .asic-hdr__submenu>a+a{margin-top:4px!important;}
html body .asic-hdr__submenu>a::after{display:none!important;}
html body .asic-hdr__submenu strong{
  font-size:12px!important;
  line-height:1.15!important;
  font-weight:600!important;
  letter-spacing:.02em!important;
  text-transform:uppercase!important;
  color:#111827!important;
}
html body .asic-hdr__submenu small{
  font-size:11px!important;
  line-height:1.25!important;
  font-weight:400!important;
  color:#6b7280!important;
  text-transform:none!important;
}
html body .asic-hdr__submenu>a:hover{
  background:#fff4ed!important;
  transform:translateX(2px)!important;
}
html body .asic-hdr__submenu>a:hover strong{color:#ff6500!important;}

/* Header proportions after account icon removal. */
@media(min-width:981px){
  html body .asic-hdr__inner{
    grid-template-columns:minmax(210px,250px) minmax(0,1fr) auto auto!important;
  }
  html body .asic-hdr__nav{justify-content:flex-end!important;gap:clamp(18px,2vw,30px)!important;}
}

/* Mobile header: compact, aligned and no profile/account icon. */
@media(max-width:980px){
  html body .asic-topbar{
    padding:8px 0!important;
    overflow:visible!important;
  }
  html body .asic-topbar__inner{
    width:min(calc(100% - 18px),560px)!important;
    gap:8px!important;
  }
  html body .asic-topbar__promise{
    display:flex!important;
    align-items:center!important;
    justify-content:flex-start!important;
    min-height:50px!important;
    padding:10px 12px!important;
    border-radius:14px!important;
    clip-path:none!important;
  }
  html body .asic-topbar__promise-copy strong{
    font-size:12px!important;
    line-height:1.15!important;
    white-space:normal!important;
  }
  html body .asic-topbar__promise-copy small{
    font-size:10.5px!important;
    line-height:1.25!important;
    max-width:100%!important;
    white-space:normal!important;
  }
  html body .asic-topbar__right{
    display:grid!important;
    grid-template-columns:1fr!important;
    gap:8px!important;
  }
  html body .asic-topbar__language{display:none!important;}
  html body .asic-topbar__contact{
    min-height:46px!important;
    padding:9px 12px!important;
    border-radius:999px!important;
    clip-path:none!important;
    justify-content:center!important;
    gap:10px!important;
    overflow:hidden!important;
  }
  html body .asic-topbar__email span,
  html body .asic-topbar__phone span{
    font-size:10px!important;
    max-width:170px!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
    white-space:nowrap!important;
  }
  html body .asic-hdr{
    position:relative!important;
    top:auto!important;
    border-top:1px solid #eef2f7!important;
  }
  html body .asic-hdr__inner{
    width:min(calc(100% - 18px),560px)!important;
    grid-template-columns:40px minmax(0,1fr) auto auto!important;
    gap:8px!important;
    min-height:72px!important;
    padding:10px 0!important;
    align-items:center!important;
  }
  html body .asic-hdr__menu{
    display:grid!important;
    place-items:center!important;
    width:40px!important;
    height:40px!important;
    border:1px solid #e2e8f0!important;
    border-radius:50%!important;
    background:#fff!important;
    color:#111827!important;
    box-shadow:0 8px 18px rgba(15,23,42,.06)!important;
  }
  html body .asic-hdr__brand{
    justify-content:center!important;
    min-width:0!important;
  }
  html body .asic-hdr__brand .custom-logo{
    max-width:150px!important;
    max-height:48px!important;
  }
  html body .asic-hdr__nav{display:none!important;}
  html body .asic-hdr__deals{
    height:38px!important;
    min-width:104px!important;
    padding:0 15px!important;
    font-size:11px!important;
    order:3!important;
  }
  html body .asic-hdr__deals::before{
    right:-10px!important;
    border-top:19px solid transparent!important;
    border-bottom:19px solid transparent!important;
    border-left:10px solid #ef5500!important;
  }
  html body .asic-hdr__deals::after{
    right:-4px!important;
    width:6px!important;
    height:6px!important;
  }
  html body .asic-hdr__deals svg{width:14px!important;height:14px!important;}
  html body .asic-hdr__deals small{font-size:6px!important;}
  html body .asic-hdr__actions{
    gap:6px!important;
    order:4!important;
  }
  html body .asic-hdr__action{
    width:40px!important;
    height:40px!important;
    flex-basis:40px!important;
  }
  html body .asic-hdr__account{display:none!important;}
}
@media(max-width:520px){
  html body .asic-topbar__promise{display:none!important;}
  html body .asic-topbar__contact{min-height:42px!important;}
  html body .asic-hdr__inner{
    grid-template-columns:40px minmax(112px,1fr) auto!important;
    gap:7px!important;
  }
  html body .asic-hdr__actions{display:none!important;}
  html body .asic-hdr__brand .custom-logo{max-width:136px!important;}
  html body .asic-hdr__deals{min-width:106px!important;height:38px!important;padding:0 13px!important;}
}

/* Mobile drawer: cleaner side panel and no account item. */
html body .lx-mobile-drawer__panel{
  width:min(360px,90vw)!important;
  background:#f8fafc!important;
  box-shadow:18px 0 50px rgba(15,23,42,.22)!important;
}
html body .lx-mobile-drawer__head{
  min-height:70px!important;
  padding:14px 16px!important;
  border-bottom:1px solid #e2e8f0!important;
  background:#fff!important;
  color:#111827!important;
}
html body .am-mobile-brand{
  display:flex!important;
  align-items:center!important;
  gap:5px!important;
  color:#0b1324!important;
  font-size:13px!important;
  font-weight:500!important;
  letter-spacing:.04em!important;
}
html body .am-mobile-brand strong{color:#ff6500!important;font-weight:700!important;}
html body .lx-mobile-drawer__close{
  width:38px!important;
  height:38px!important;
  border:1px solid #e2e8f0!important;
  background:#fff!important;
  color:#111827!important;
  box-shadow:0 8px 18px rgba(15,23,42,.06)!important;
}
html body .lx-mobile-drawer__search{
  margin:12px!important;
  padding:10px!important;
  border:1px solid #e2e8f0!important;
  border-radius:14px!important;
  background:#fff!important;
}
html body .lx-mobile-drawer__search input{
  height:42px!important;
  border-radius:10px!important;
  font-size:13px!important;
}
html body .lx-mobile-drawer__search button{
  height:42px!important;
  border-radius:10px!important;
  font-size:11px!important;
  font-weight:600!important;
}
html body .lx-mobile-drawer__actions{
  display:grid!important;
  grid-template-columns:1fr 1fr!important;
  gap:8px!important;
  padding:0 12px 12px!important;
}
html body .lx-mobile-drawer__actions a{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:42px!important;
  padding:0 10px!important;
  border:1px solid #e2e8f0!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#111827!important;
  font-size:12px!important;
  font-weight:500!important;
  text-decoration:none!important;
}
html body .lx-mobile-drawer__tabs{
  margin:0 12px 10px!important;
  padding:4px!important;
  border:1px solid #e2e8f0!important;
  border-radius:14px!important;
  background:#fff!important;
}
html body .lx-mobile-drawer__tab{
  min-height:38px!important;
  border-radius:10px!important;
  font-size:12px!important;
  font-weight:500!important;
}
html body .lx-mobile-drawer__tab.is-active{
  background:#ff6500!important;
  color:#fff!important;
}
html body .lx-mobile-nav{
  padding:0 12px 16px!important;
}
html body .lx-mobile-nav__item{
  margin-bottom:7px!important;
  border:0!important;
}
html body .lx-mobile-nav__item>a,
html body .lx-mobile-nav__link{
  min-height:46px!important;
  padding:0 14px!important;
  border:1px solid #e2e8f0!important;
  border-radius:12px!important;
  background:#fff!important;
  color:#111827!important;
  font-size:13px!important;
  font-weight:500!important;
}
html body .lx-mobile-nav__row{gap:7px!important;}
html body .lx-mobile-nav__toggle{
  width:46px!important;
  border:1px solid #e2e8f0!important;
  border-radius:12px!important;
  background:#fff!important;
}
html body .lx-mobile-nav__sub{
  margin:8px 0 0 12px!important;
  padding:6px 0 6px 12px!important;
  border-left:2px solid #ff6500!important;
}


/* ============================================================
   V6.5 FINAL MOBILE HEADER PATCH
   - smaller Hot Deals button on mobile
   - cart icon visible beside Deals on mobile
   - search/profile hidden on mobile header only
============================================================ */
@media (max-width: 768px){
  html body .asic-hdr__inner{
    grid-template-columns:40px minmax(118px,1fr) auto 38px!important;
    gap:7px!important;
    min-height:66px!important;
    padding:8px 0!important;
  }
  html body .asic-hdr__brand{justify-content:center!important;}
  html body .asic-hdr__brand .custom-logo{
    max-width:140px!important;
    max-height:44px!important;
  }
  html body .asic-hdr__deals{
    order:3!important;
    height:34px!important;
    min-width:86px!important;
    max-width:86px!important;
    padding:0 9px!important;
    gap:5px!important;
    border-radius:7px 0 0 7px!important;
    font-size:10px!important;
    line-height:1!important;
    letter-spacing:.015em!important;
    box-shadow:0 8px 16px rgba(255,101,0,.18)!important;
  }
  html body .asic-hdr__deals::before{
    right:-8px!important;
    border-top:17px solid transparent!important;
    border-bottom:17px solid transparent!important;
    border-left:8px solid #ef5500!important;
  }
  html body .asic-hdr__deals::after{
    right:-3px!important;
    width:5px!important;
    height:5px!important;
  }
  html body .asic-hdr__deals svg{
    width:12px!important;
    height:12px!important;
    flex:0 0 12px!important;
  }
  html body .asic-hdr__deals span{
    display:flex!important;
    flex-direction:column!important;
    align-items:flex-start!important;
    justify-content:center!important;
    gap:1px!important;
    min-width:0!important;
  }
  html body .asic-hdr__deals small{
    font-size:5.5px!important;
    font-weight:600!important;
    letter-spacing:.08em!important;
  }
  html body .asic-hdr__actions{
    order:4!important;
    display:flex!important;
    align-items:center!important;
    justify-content:flex-end!important;
    gap:0!important;
    min-width:38px!important;
  }
  html body .asic-hdr__actions > button,
  html body .asic-hdr__actions .asic-hdr__account{
    display:none!important;
  }
  html body .asic-hdr__actions .asic-hdr__cart{
    display:grid!important;
    width:36px!important;
    height:36px!important;
    flex:0 0 36px!important;
    border-radius:50%!important;
    border:1px solid #e7edf5!important;
    background:#fff!important;
    color:#0f172a!important;
    box-shadow:0 8px 18px rgba(15,23,42,.07)!important;
  }
  html body .asic-hdr__actions .asic-hdr__cart svg{
    width:18px!important;
    height:18px!important;
    stroke-width:1.9!important;
  }
  html body .asic-hdr__cart .lx-cart-badge{
    min-width:16px!important;
    height:16px!important;
    right:-3px!important;
    top:-5px!important;
    font-size:9px!important;
    line-height:16px!important;
  }
}
@media (max-width: 520px){
  html body .asic-hdr__inner{
    grid-template-columns:40px minmax(112px,1fr) 84px 36px!important;
    gap:6px!important;
  }
  html body .asic-hdr__actions{
    display:flex!important;
  }
  html body .asic-hdr__brand .custom-logo{
    max-width:128px!important;
    max-height:42px!important;
  }
  html body .asic-hdr__deals{
    min-width:82px!important;
    max-width:82px!important;
    height:32px!important;
    padding:0 8px!important;
    font-size:9px!important;
  }
  html body .asic-hdr__deals::before{
    right:-8px!important;
    border-top:16px solid transparent!important;
    border-bottom:16px solid transparent!important;
    border-left:8px solid #ef5500!important;
  }
  html body .asic-hdr__deals svg{width:11px!important;height:11px!important;}
  html body .asic-hdr__actions .asic-hdr__cart{
    width:34px!important;
    height:34px!important;
    flex-basis:34px!important;
  }
}
@media (max-width: 380px){
  html body .asic-hdr__inner{
    width:min(calc(100% - 14px),560px)!important;
    grid-template-columns:38px minmax(96px,1fr) 76px 32px!important;
    gap:5px!important;
  }
  html body .asic-hdr__menu{width:38px!important;height:38px!important;}
  html body .asic-hdr__brand .custom-logo{max-width:118px!important;}
  html body .asic-hdr__deals{
    min-width:74px!important;
    max-width:74px!important;
    height:30px!important;
    font-size:8.5px!important;
    padding:0 7px!important;
  }
  html body .asic-hdr__deals small{display:none!important;}
  html body .asic-hdr__deals::before{
    border-top:15px solid transparent!important;
    border-bottom:15px solid transparent!important;
  }
  html body .asic-hdr__actions .asic-hdr__cart{width:32px!important;height:32px!important;flex-basis:32px!important;}
}
