/* Dental Trade | Empty-cart navigation v1.0
   Scoped to the confirmed empty-cart state; populated checkout stays native. */
.cart-empty.dt-cart-empty{display:grid;grid-template-columns:minmax(0,1fr) 310px;grid-template-areas:"intro support" "offers offers";gap:28px 40px;align-items:center;padding:32px 0 56px;}
.cart-empty.dt-cart-empty > .cart-row{grid-area:intro;margin:0;padding:0;}
.cart-empty.dt-cart-empty > .cart-row > .col-md-8{width:100%;padding:0;float:none;}
.cart-empty.dt-cart-empty .cart-heading{font-size:30px;line-height:1.3;padding:0;margin:0;text-align:left;color:#252525;}
.cart-empty.dt-cart-empty .cart-heading::before,.cart-empty.dt-cart-empty .cart-heading::after{display:none;}
.cart-empty.dt-cart-empty .dt-cart-guide{font-size:16px;line-height:1.6;color:#526168;max-width:560px;margin:14px 0 0;}
.cart-empty.dt-cart-empty > .dt-cart-support{grid-area:support;width:100%;padding:0;float:none;}
.cart-empty.dt-cart-empty .checkout-box-wrapper{border:1px solid #E2E7E9;border-radius:8px;box-shadow:none;}
.cart-empty.dt-cart-empty .contact-box h2{color:#252525;}
.cart-empty.dt-cart-empty .contact-box a,.cart-empty.dt-cart-empty .contact-box li::before{color:#096878;}
.cart-empty.dt-cart-empty .contact-box a:hover{color:#074D59;text-decoration:underline;}
.cart-empty.dt-cart-empty .contact-box a:focus-visible{outline:3px solid #096878;outline-offset:3px;}
.cart-empty.dt-cart-empty > .empty-cart-boxes{grid-area:offers;width:100%;margin:0;padding:28px 0 0;border-top:1px solid #E2E7E9;}
.cart-empty.dt-cart-empty .empty-cart-boxes h3{font-size:22px;line-height:1.35;text-align:left;color:#252525;margin:0 0 20px;}
.cart-empty.dt-cart-empty .empty-cart-boxes .dt-cart-categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;width:100%;padding:0;margin:0;list-style:none;}
.cart-empty.dt-cart-empty .dt-cart-categories > li{width:auto;padding:0;margin:0;list-style:none;}
.cart-empty.dt-cart-empty .dt-cart-categories > li > a{display:flex;flex-direction:column;align-items:flex-start;min-height:220px;height:100%;padding:18px;background:#F5F7F8;border:1px solid #E2E7E9;border-radius:8px;box-shadow:none;color:#252525;text-decoration:none;transition:border-color .15s,background-color .15s;}
.cart-empty.dt-cart-empty .dt-cart-categories > li > a::before{display:none;}
.cart-empty.dt-cart-empty .dt-cart-photo{display:block;align-self:center;width:128px;max-width:100%;height:104px;object-fit:contain;margin:0 0 16px;mix-blend-mode:multiply;}
.cart-empty.dt-cart-empty .dt-cart-category-title{font-size:18px;font-weight:700;line-height:1.35;}
.cart-empty.dt-cart-empty .dt-cart-category-description{font-size:14px;line-height:1.5;color:#526168;margin-top:4px;}
.cart-empty.dt-cart-empty .dt-cart-categories > li > a:hover{background:#EBF5F6;border-color:#096878;color:#096878;text-decoration:none;}
.cart-empty.dt-cart-empty .dt-cart-categories > li > a:focus-visible{outline:3px solid #096878;outline-offset:3px;}
@media(max-width:991px){
 .cart-empty.dt-cart-empty{grid-template-columns:minmax(0,1fr);grid-template-areas:"intro" "offers" "support";gap:28px;padding:24px 0 40px;}
 .cart-empty.dt-cart-empty .empty-cart-boxes .dt-cart-categories{grid-template-columns:repeat(2,minmax(0,1fr));}
 .cart-empty.dt-cart-empty > .dt-cart-support{max-width:480px;}
 .cart-empty.dt-cart-empty .cart-heading{font-size:26px;}
}
@media(max-width:479px){
 .cart-empty.dt-cart-empty .cart-heading{font-size:24px;}
 .cart-empty.dt-cart-empty .dt-cart-guide{font-size:15px;}
 .cart-empty.dt-cart-empty .empty-cart-boxes h3{font-size:20px;margin-bottom:16px;}
 .cart-empty.dt-cart-empty .empty-cart-boxes .dt-cart-categories{gap:12px;}
 .cart-empty.dt-cart-empty .dt-cart-categories > li > a{padding:14px;min-height:218px;}
 .cart-empty.dt-cart-empty .dt-cart-category-title{font-size:17px;}
}
