/*
Theme Name: MediTeam24 Shop
Theme URI: https://mediteam24.shop
Author: MediTeam24 UG
Author URI: https://mediteam24.de
Description: Individuelles WooCommerce Theme für den MediTeam24 Online-Shop.
Version: 1.8.0
Requires at least: 6.6
Requires PHP: 8.1
Text Domain: mediteam24-shop
*/

:root{
  --mt24-navy:#071B3A;
  --mt24-teal:#159A9C;
  --mt24-teal-light:#EAF7F6;
  --mt24-purple:#6F42D9;
  --mt24-orange:#F28A32;
  --mt24-text:#172033;
  --mt24-muted:#6B7280;
  --mt24-soft:#F7F9FC;
  --mt24-border:#E5E7EB;
  --mt24-white:#FFFFFF;
  --mt24-radius:14px;
  --mt24-shadow:0 8px 28px rgba(7,27,58,.08);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;color:var(--mt24-text);background:#fff;line-height:1.5}
a{color:inherit;text-decoration:none}
img{max-width:100%;height:auto}
button,input,select,textarea{font:inherit}
.mt24-container{width:min(1360px,calc(100% - 48px));margin:0 auto}
.mt24-content{width:min(1180px,calc(100% - 48px));margin:0 auto}
.mt24-servicebar{background:var(--mt24-navy);color:#fff;font-size:13px}
.mt24-servicebar .mt24-container{min-height:32px;display:flex;align-items:center;justify-content:space-between;gap:18px;white-space:nowrap}
.mt24-serviceitem{display:flex;align-items:center;gap:7px;opacity:.96}
.mt24-serviceitem svg{width:16px;height:16px;stroke:currentColor;fill:none;stroke-width:1.8}
.mt24-service-link{font-weight:700;color:#fff;opacity:.9}
.mt24-mainheader{background:#fff;border-bottom:1px solid #edf0f4}
.mt24-mainheader .mt24-container{min-height:76px;display:grid;grid-template-columns:280px minmax(320px,1fr) auto;align-items:center;gap:28px}
.mt24-logo{display:flex;align-items:center;gap:10px;min-width:0}
.mt24-logo img{width:190px;height:56px;object-fit:contain;object-position:left center}
.mt24-shop-badge{display:inline-flex;align-items:center;padding:5px 8px;border-radius:5px;background:linear-gradient(135deg,#24aab0,#2692b1);color:#fff;font-size:12px;font-weight:800;letter-spacing:.03em;transform:translateX(-6px)}
.mt24-search{display:flex;border:1px solid #d9dee8;border-radius:8px;overflow:hidden;background:#fff;height:44px}
.mt24-search input{flex:1;border:0;outline:0;padding:0 16px;color:var(--mt24-text)}
.mt24-search button{width:52px;border:0;background:var(--mt24-navy);color:#fff;cursor:pointer;display:grid;place-items:center}
.mt24-search svg,.mt24-actions svg{width:22px;height:22px;stroke:currentColor;fill:none;stroke-width:1.7}
.mt24-actions{display:flex;align-items:center;gap:22px}
.mt24-action{display:flex;flex-direction:column;align-items:center;gap:3px;font-size:11px;color:var(--mt24-navy);position:relative}
.mt24-count{position:absolute;top:-6px;right:2px;background:var(--mt24-orange);color:#fff;border-radius:999px;font-size:10px;line-height:17px;min-width:17px;height:17px;text-align:center;padding:0 4px;font-weight:700}
.mt24-nav{background:#fff;border-bottom:1px solid #e7eaf0}
.mt24-nav .mt24-container{min-height:44px;display:flex;align-items:center;justify-content:space-between;gap:22px;font-size:13px;font-weight:600;color:var(--mt24-navy)}
.mt24-nav a{padding:13px 0;white-space:nowrap}
.mt24-nav a:hover{color:var(--mt24-teal)}
.mt24-nav .partner{color:var(--mt24-orange)}
.mt24-mobile-toggle{display:none}

.mt24-hero{background:linear-gradient(90deg,#fff 0%,#fff 40%,#f5f1ea 100%);overflow:hidden;border-bottom:1px solid #eef1f4}
.mt24-hero .mt24-container{min-height:360px;display:grid;grid-template-columns:minmax(400px,46%) 1fr;align-items:center;gap:30px;position:relative}
.mt24-hero-copy{padding:38px 0 34px}
.mt24-hero h1{font-size:48px;line-height:1.08;letter-spacing:-.8px;margin:0 0 8px;color:var(--mt24-navy)}
.mt24-hero h2{font-size:23px;line-height:1.25;margin:0 0 12px;color:#2fa7ad;font-weight:700}
.mt24-hero p{max-width:520px;font-size:15px;margin:0 0 20px;color:#4b5563}
.mt24-ctas{display:flex;gap:12px;flex-wrap:wrap}
.mt24-btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:42px;padding:0 18px;border-radius:7px;font-weight:700;font-size:13px;border:1px solid var(--mt24-navy);transition:.2s ease}
.mt24-btn-primary{background:var(--mt24-navy);color:#fff}
.mt24-btn-primary:hover{background:var(--mt24-teal);border-color:var(--mt24-teal)}
.mt24-btn-secondary{background:#fff;color:var(--mt24-navy)}
.mt24-btn-secondary:hover{border-color:var(--mt24-teal);color:var(--mt24-teal)}
.mt24-hero-scene{height:100%;min-height:360px;position:relative;display:flex;align-items:center;justify-content:center}
.mt24-hero-scene:before{content:"";position:absolute;inset:38px 10px 25px 10px;border-radius:28px;background:radial-gradient(circle at 64% 40%,rgba(255,255,255,.95),rgba(232,223,209,.86) 48%,rgba(225,216,203,.58) 70%,transparent 71%)}
.mt24-product-stage{position:relative;width:92%;height:280px;display:flex;align-items:flex-end;justify-content:center;gap:15px;z-index:1}
.mt24-bottle{border-radius:10px 10px 6px 6px;background:linear-gradient(180deg,#fff,#e9e2d8);box-shadow:0 12px 30px rgba(91,75,57,.18);position:relative}
.mt24-bottle:after{content:"";position:absolute;left:12%;right:12%;top:48%;height:30%;background:#fff;border:1px solid #e8e2da;border-radius:3px}
.mt24-bottle.a{width:70px;height:190px}.mt24-bottle.b{width:66px;height:150px}.mt24-bottle.c{width:88px;height:118px;border-radius:8px}.mt24-bottle.d{width:58px;height:122px;background:linear-gradient(180deg,#4a2d16,#1f140b)}
.mt24-business-bubble{position:absolute;right:28px;top:38px;width:122px;height:122px;background:rgba(255,255,255,.9);border:1px solid #bdd7dd;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;color:var(--mt24-navy);font-size:11px;z-index:2;padding:15px}
.mt24-business-bubble strong{font-size:13px;margin-bottom:3px}

.mt24-categories{padding:16px 0 8px;background:#fff}
.mt24-category-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:12px}
.mt24-cat{position:relative;min-height:138px;border-radius:11px;overflow:hidden;border:1px solid #ebe8e1;background:linear-gradient(135deg,#f8f6f1,#efe7db);padding:15px;display:flex;flex-direction:column;justify-content:flex-end}
.mt24-cat:nth-child(2){background:linear-gradient(135deg,#f2f7f5,#e8f3ef)}
.mt24-cat:nth-child(3){background:linear-gradient(135deg,#faf7ee,#f0e9d7)}
.mt24-cat:nth-child(4){background:linear-gradient(135deg,#f6f7f8,#e8ecee)}
.mt24-cat:nth-child(5){background:linear-gradient(135deg,#f6f8f4,#e9efe5)}
.mt24-cat .ico{width:34px;height:34px;border-radius:50%;background:#fff;border:1px solid #d5e5e5;display:grid;place-items:center;color:var(--mt24-teal);position:absolute;left:12px;top:12px;font-size:18px}
.mt24-cat strong{font-size:14px;color:var(--mt24-navy);margin-bottom:2px}
.mt24-cat span{font-size:11px;color:#4b5563;line-height:1.25;max-width:88%}
.mt24-cat b{margin-top:5px;font-size:16px;color:var(--mt24-navy);font-weight:500}

.mt24-products-section{padding:10px 0 18px}
.mt24-section-title{display:flex;align-items:end;justify-content:space-between;margin:0 0 10px}
.mt24-section-title h2{font-size:20px;margin:0;color:var(--mt24-navy)}
.mt24-section-title h2:after{content:"";display:block;width:34px;height:2px;background:var(--mt24-teal);margin-top:4px}
.mt24-product-layout{display:grid;grid-template-columns:minmax(0,2.5fr) minmax(310px,1fr);gap:14px}
.mt24-product-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:10px}
.mt24-product-card{border:1px solid #e4e8ee;border-radius:9px;background:#fff;padding:10px;min-width:0;position:relative;display:flex;flex-direction:column}
.mt24-product-card .thumb{height:116px;border-radius:7px;background:linear-gradient(180deg,#fbfbfb,#f4f6f8);display:grid;place-items:center;margin-bottom:8px;overflow:hidden}
.mt24-product-card .thumb img{max-height:104px;width:auto}
.mt24-product-card .name{font-size:12px;font-weight:700;color:var(--mt24-text);line-height:1.25;min-height:31px}
.mt24-product-card .sub{font-size:10px;color:var(--mt24-muted);margin:2px 0 7px}
.mt24-product-card .price{font-size:14px;font-weight:800;color:var(--mt24-navy);margin-top:auto}
.mt24-product-card .cart{position:absolute;right:8px;bottom:8px;width:28px;height:24px;background:var(--mt24-navy);color:#fff;border-radius:4px;display:grid;place-items:center;font-size:13px}
.mt24-product-card .wish{position:absolute;right:9px;top:8px;font-size:15px;color:#64748b}
.mt24-product-card .new{position:absolute;left:8px;top:8px;background:var(--mt24-teal);color:#fff;border-radius:3px;padding:2px 4px;font-size:8px;font-weight:700;z-index:2}
.mt24-b2b-box{border:1px solid #e3e6ea;border-radius:10px;background:linear-gradient(135deg,#fff,#f4f5f3);padding:16px;display:flex;flex-direction:column;justify-content:center}
.mt24-b2b-box h3{font-size:18px;margin:0 0 5px;color:var(--mt24-navy)}
.mt24-b2b-box p{font-size:12px;margin:0 0 12px;color:#4b5563}
.mt24-b2b-actions{display:flex;gap:8px;flex-wrap:wrap}
.mt24-b2b-actions .mt24-btn{font-size:11px;padding:0 12px;min-height:34px}
.mt24-b2b-features{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:12px;font-size:10px;text-align:center;color:#4b5563}

.mt24-trust{padding:12px 0 18px}
.mt24-trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px;border:1px solid #eef1f4;border-radius:10px;padding:12px;background:#fff}
.mt24-trust-item{display:flex;gap:9px;align-items:flex-start;padding:4px 8px}
.mt24-trust-item .icon{color:var(--mt24-teal);font-size:22px;line-height:1}
.mt24-trust-item strong{display:block;font-size:11px;color:var(--mt24-navy)}
.mt24-trust-item span{font-size:10px;color:#667085;display:block;line-height:1.3}

.mt24-mas{padding:0 0 24px}
.mt24-mas-banner{background:linear-gradient(100deg,#050b15,#0d1725 55%,#101a25);color:#fff;border-radius:10px;padding:20px;display:grid;grid-template-columns:220px 1fr 220px;gap:22px;align-items:center;overflow:hidden}
.mt24-mas-brand{font-family:Georgia,serif;font-size:34px;color:#d9a14c;letter-spacing:.04em;text-align:center}
.mt24-mas-brand small{display:block;font-family:Inter,Arial,sans-serif;font-size:10px;color:#d7d7d7;letter-spacing:.25em;margin-top:3px}
.mt24-mas-copy{font-size:12px;line-height:1.45;color:#e9edf2}
.mt24-mas-copy strong{display:block;margin-bottom:4px;color:#fff}
.mt24-mas-action{text-align:right}
.mt24-mas-action a{display:inline-flex;padding:10px 14px;border:1px solid #d9a14c;border-radius:6px;color:#fff;font-weight:700;font-size:12px}

.site-main{min-height:55vh}
.woocommerce .woocommerce-breadcrumb,.woocommerce-products-header,.woocommerce-result-count,.woocommerce-ordering{max-width:1180px;margin-left:auto!important;margin-right:auto!important}
.woocommerce ul.products{max-width:1180px;margin-left:auto!important;margin-right:auto!important}
.woocommerce div.product{max-width:1180px;margin:30px auto}
.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--mt24-navy)!important;color:#fff!important;border-radius:7px!important;font-weight:700!important}
.woocommerce a.button:hover,.woocommerce button.button:hover,.woocommerce input.button:hover{background:var(--mt24-teal)!important;color:#fff!important}

.mt24-footer{background:var(--mt24-navy);color:#fff;margin-top:30px}
.mt24-footer-top{padding:42px 0 28px;display:grid;grid-template-columns:1.3fr repeat(4,1fr);gap:30px}
.mt24-footer h4{margin:0 0 12px;font-size:14px}
.mt24-footer p,.mt24-footer a{font-size:12px;color:#dbe5f1}
.mt24-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}
.mt24-footer-brand img{width:180px;background:#fff;border-radius:8px;padding:6px}
.mt24-footer-bottom{border-top:1px solid rgba(255,255,255,.14);padding:14px 0;font-size:11px;color:#b8c7da;display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}

@media (max-width:1100px){
 .mt24-mainheader .mt24-container{grid-template-columns:230px 1fr auto;gap:16px}
 .mt24-category-grid{grid-template-columns:repeat(3,1fr)}
 .mt24-product-layout{grid-template-columns:1fr}
 .mt24-product-grid{grid-template-columns:repeat(4,1fr)}
 .mt24-nav .mt24-container{overflow-x:auto;justify-content:flex-start}
 .mt24-servicebar .mt24-container{overflow-x:auto}
}
@media (max-width:780px){
 .mt24-container,.mt24-content{width:min(100% - 28px,1180px)}
 .mt24-servicebar .mt24-container{justify-content:flex-start;min-height:36px}
 .mt24-servicebar .mt24-serviceitem:nth-child(2),.mt24-servicebar .mt24-serviceitem:nth-child(3){display:none}
 .mt24-mainheader .mt24-container{grid-template-columns:1fr auto;min-height:auto;padding:10px 0;gap:10px}
 .mt24-logo img{width:150px;height:46px}
 .mt24-shop-badge{font-size:10px}
 .mt24-search{grid-column:1/-1;grid-row:2;height:42px}
 .mt24-actions{gap:14px}
 .mt24-action span:not(.mt24-count){display:none}
 .mt24-nav{display:none}
 .mt24-mobile-toggle{display:inline-flex}
 .mt24-hero .mt24-container{grid-template-columns:1fr;min-height:0}
 .mt24-hero-copy{padding:30px 0 8px}
 .mt24-hero h1{font-size:38px}
 .mt24-hero h2{font-size:20px}
 .mt24-hero-scene{min-height:240px}
 .mt24-product-stage{height:200px}
 .mt24-bottle.a{width:55px;height:145px}.mt24-bottle.b{width:50px;height:112px}.mt24-bottle.c{width:70px;height:90px}.mt24-bottle.d{width:45px;height:94px}
 .mt24-business-bubble{width:96px;height:96px;right:0;top:18px;font-size:9px}
 .mt24-category-grid{grid-template-columns:repeat(2,1fr)}
 .mt24-product-grid{grid-template-columns:repeat(2,1fr)}
 .mt24-trust-grid{grid-template-columns:1fr 1fr}
 .mt24-mas-banner{grid-template-columns:1fr;text-align:center}
 .mt24-mas-action{text-align:center}
 .mt24-footer-top{grid-template-columns:1fr 1fr}
}
@media (max-width:480px){
 .mt24-category-grid{grid-template-columns:1fr 1fr;gap:8px}
 .mt24-cat{min-height:125px}
 .mt24-product-grid{grid-template-columns:1fr 1fr;gap:8px}
 .mt24-trust-grid{grid-template-columns:1fr}
 .mt24-footer-top{grid-template-columns:1fr}
}


/* ===== MediTeam24 Shop V1.1 refinements ===== */
.mt24-container{width:min(1280px,calc(100% - 40px))}
.mt24-content{width:min(1180px,calc(100% - 40px))}
.mt24-servicebar .mt24-container{min-height:34px;gap:22px}
.mt24-service-link{margin-left:auto;font-size:12px}
.mt24-mainheader .mt24-container{min-height:82px;grid-template-columns:245px minmax(300px,1fr) 205px;gap:22px}
.mt24-logo{display:block;overflow:hidden}
.mt24-logo img{display:block;width:232px;height:58px;object-fit:contain;object-position:left center}
.mt24-search{height:46px;border-radius:9px;box-shadow:0 1px 0 rgba(7,27,58,.02)}
.mt24-actions{gap:16px;justify-content:flex-end}
.mt24-action{min-width:48px}
.mt24-nav .mt24-container{min-height:46px;gap:clamp(13px,1.5vw,24px);justify-content:center;font-size:12.5px}
.mt24-nav a{padding:14px 0}
.mt24-nav .partner{margin-left:auto}
.mt24-hero{background:linear-gradient(90deg,#fff 0%,#fff 43%,#f5f1ea 100%)}
.mt24-hero .mt24-container{min-height:390px;grid-template-columns:minmax(420px,44%) minmax(0,56%);gap:18px}
.mt24-hero-copy{padding:42px 0 38px}
.mt24-hero h1{font-size:clamp(42px,4.1vw,54px);line-height:1.04;letter-spacing:-1.2px}
.mt24-hero h2{font-size:24px;margin-top:12px}
.mt24-hero p{font-size:15.5px;line-height:1.55}
.mt24-hero-scene{min-width:0;overflow:hidden;min-height:390px}
.mt24-hero-scene:before{inset:32px 18px 24px 8px;border-radius:34px;background:radial-gradient(circle at 60% 42%,rgba(255,255,255,.98),rgba(238,231,221,.94) 46%,rgba(226,216,202,.72) 71%,transparent 72%)}
.mt24-product-stage{width:78%;height:300px;gap:18px;transform:translateX(-2%)}
.mt24-bottle.a{width:82px;height:215px}.mt24-bottle.b{width:72px;height:170px}.mt24-bottle.c{width:105px;height:130px}.mt24-bottle.d{width:64px;height:142px}
.mt24-bottle{box-shadow:0 18px 38px rgba(91,75,57,.18)}
.mt24-business-bubble{right:18px;top:40px;width:132px;height:132px;padding:16px;box-shadow:0 8px 24px rgba(7,27,58,.08)}
.mt24-category-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:12px}
.mt24-cat{min-width:0}
.mt24-product-layout{grid-template-columns:minmax(0,1fr) 290px;gap:16px}
.mt24-product-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.mt24-b2b-box{padding:18px}
.mt24-b2b-box h3{font-size:17px;line-height:1.25}
.mt24-trust-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:0}
.mt24-trust-item+ .mt24-trust-item{border-left:1px solid #eef1f4}
.mt24-mas-banner{grid-template-columns:210px minmax(0,1fr) 210px;padding:22px 24px}
.mt24-footer{margin-top:34px}
.mt24-footer-top{grid-template-columns:1.25fr repeat(4,minmax(0,1fr));gap:34px;padding:46px 0 34px}
.mt24-footer-brand img{width:235px;max-width:100%;background:#fff;padding:8px 10px;border-radius:10px}

@media (max-width:1220px){
 .mt24-mainheader .mt24-container{grid-template-columns:220px minmax(260px,1fr) 170px;gap:16px}
 .mt24-logo img{width:208px;height:55px}
 .mt24-actions{gap:10px}
 .mt24-action{min-width:44px;font-size:10px}
 .mt24-nav .mt24-container{font-size:11.5px;gap:16px;justify-content:flex-start;overflow-x:auto;scrollbar-width:none}
 .mt24-nav .mt24-container::-webkit-scrollbar{display:none}
 .mt24-nav .partner{margin-left:0}
 .mt24-service-link{display:none}
 .mt24-product-layout{grid-template-columns:1fr}
 .mt24-b2b-box{max-width:none}
}
@media (max-width:980px){
 .mt24-servicebar .mt24-container{justify-content:space-between}
 .mt24-mainheader .mt24-container{grid-template-columns:190px minmax(240px,1fr) auto}
 .mt24-logo img{width:185px;height:50px}
 .mt24-action span:not(.mt24-count){display:none}
 .mt24-actions{gap:13px}
 .mt24-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .mt24-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
 .mt24-hero .mt24-container{grid-template-columns:1fr 1fr}
 .mt24-business-bubble{width:112px;height:112px;font-size:9.5px;right:4px}
 .mt24-footer-top{grid-template-columns:1.4fr repeat(2,1fr)}
}
@media (max-width:780px){
 .mt24-container,.mt24-content{width:min(100% - 28px,1180px)}
 .mt24-servicebar .mt24-container{justify-content:flex-start;gap:18px;overflow-x:auto}
 .mt24-servicebar .mt24-serviceitem:nth-child(2),.mt24-servicebar .mt24-serviceitem:nth-child(3){display:none}
 .mt24-mainheader .mt24-container{grid-template-columns:1fr auto;min-height:auto;padding:11px 0 10px;gap:9px}
 .mt24-logo img{width:182px;height:48px}
 .mt24-search{grid-column:1/-1;grid-row:2;height:43px}
 .mt24-actions{gap:12px}
 .mt24-nav{display:none}
 .mt24-hero .mt24-container{grid-template-columns:1fr;min-height:0}
 .mt24-hero-copy{padding:32px 0 10px}
 .mt24-hero h1{font-size:40px}
 .mt24-hero h2{font-size:20px}
 .mt24-hero-scene{min-height:250px}
 .mt24-product-stage{height:215px;width:86%;transform:none}
 .mt24-business-bubble{width:98px;height:98px;right:0;top:16px}
 .mt24-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .mt24-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
 .mt24-trust-grid{grid-template-columns:1fr 1fr}
 .mt24-trust-item+ .mt24-trust-item{border-left:0}
 .mt24-trust-item:nth-child(even){border-left:1px solid #eef1f4}
 .mt24-mas-banner{grid-template-columns:1fr;text-align:center}
 .mt24-mas-action{text-align:center}
 .mt24-footer-top{grid-template-columns:1fr 1fr}
}
@media (max-width:480px){
 .mt24-logo img{width:164px}
 .mt24-servicebar{font-size:12px}
 .mt24-hero h1{font-size:36px}
 .mt24-category-grid,.mt24-product-grid{grid-template-columns:1fr 1fr;gap:8px}
 .mt24-trust-grid{grid-template-columns:1fr}
 .mt24-trust-item:nth-child(even){border-left:0}
 .mt24-footer-top{grid-template-columns:1fr}
}

/* ===== MediTeam24 Shop V1.2 hero reception update ===== */
.mt24-hero-scene{display:flex;align-items:center;justify-content:center;position:relative}
.mt24-hero-image-wrap{position:relative;width:100%;max-width:720px;height:322px;border-radius:28px;overflow:hidden;box-shadow:0 22px 56px rgba(7,27,58,.12);background:#eef2f5;z-index:1}
.mt24-hero-image{display:block;width:100%;height:100%;object-fit:cover;object-position:center center}
.mt24-hero-image-wrap:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.04),rgba(7,27,58,.03))}
.mt24-hero-scene:before{background:radial-gradient(circle at 60% 42%,rgba(255,255,255,.98),rgba(238,231,221,.92) 46%,rgba(226,216,202,.68) 71%,transparent 72%)}
.mt24-business-bubble{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px)}
@media (max-width:980px){
 .mt24-hero-image-wrap{height:290px;max-width:100%}
}
@media (max-width:780px){
 .mt24-hero-image-wrap{height:240px;border-radius:22px}
}
@media (max-width:480px){
 .mt24-hero-image-wrap{height:210px;border-radius:18px}
}


/* ===== MediTeam24 Shop V1.3 premium refinements ===== */
/* Compact integrated logo and calmer header proportions */
.mt24-mainheader .mt24-container{min-height:84px;grid-template-columns:285px minmax(320px,1fr) 210px;gap:22px}
.mt24-logo{display:flex;align-items:center;overflow:visible}
.mt24-logo img{width:278px;height:66px;object-fit:contain;object-position:left center}
.mt24-search{height:47px;border-color:#d6dce5;box-shadow:0 2px 10px rgba(7,27,58,.035)}
.mt24-actions{gap:15px}
.mt24-nav .mt24-container{min-height:48px;gap:clamp(14px,1.6vw,25px);justify-content:flex-start;font-size:12.5px}
.mt24-nav a{padding:15px 0}
.mt24-nav .partner{margin-left:auto;padding:8px 12px;border-radius:999px;background:#fff5ee;color:#d96d35}
.mt24-nav .partner:hover{background:#fff0e5;color:#c75d29}

/* Hero: larger reception image, tighter integration and softer business badge */
.mt24-hero{background:linear-gradient(90deg,#fff 0%,#fff 41%,#f7f4ef 100%)}
.mt24-hero .mt24-container{min-height:420px;grid-template-columns:minmax(420px,42%) minmax(0,58%);gap:22px}
.mt24-hero-copy{padding:46px 0 42px}
.mt24-hero h1{font-size:clamp(44px,4.25vw,56px);line-height:1.03;letter-spacing:-1.25px}
.mt24-hero h2{font-size:24px;margin-top:13px}
.mt24-hero p{font-size:15.5px;line-height:1.58;max-width:540px}
.mt24-hero-scene{min-height:420px;overflow:visible;padding:26px 0}
.mt24-hero-image-wrap{width:100%;max-width:780px;height:350px;border-radius:24px;box-shadow:0 20px 48px rgba(7,27,58,.10);background:#f4f6f7}
.mt24-hero-image{object-position:center 48%}
.mt24-hero-image-wrap:after{background:linear-gradient(90deg,rgba(255,255,255,.08),rgba(7,27,58,.015))}
.mt24-business-bubble{right:10px;top:34px;width:108px;height:108px;padding:13px;background:rgba(255,255,255,.84);border-color:rgba(21,154,156,.28);font-size:9.5px;box-shadow:0 9px 26px rgba(7,27,58,.09)}
.mt24-business-bubble strong{font-size:11.5px}

/* Product worlds: more premium depth without becoming busy */
.mt24-categories{padding:18px 0 10px}
.mt24-category-grid{gap:14px}
.mt24-cat{min-height:148px;border:1px solid rgba(7,27,58,.075);box-shadow:0 8px 24px rgba(7,27,58,.045);padding:17px;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}
.mt24-cat:hover{transform:translateY(-2px);box-shadow:0 13px 30px rgba(7,27,58,.075);border-color:rgba(21,154,156,.22)}
.mt24-cat .ico{width:36px;height:36px;box-shadow:0 3px 10px rgba(7,27,58,.04)}
.mt24-cat strong{font-size:14.5px}
.mt24-cat span{font-size:11.2px;line-height:1.32}

/* Slightly more polished product/B2B/trust cards */
.mt24-product-card{border-color:#e2e7ed;box-shadow:0 5px 18px rgba(7,27,58,.035)}
.mt24-b2b-box{background:linear-gradient(145deg,#fff,#f7f4ed);box-shadow:0 7px 22px rgba(7,27,58,.045)}
.mt24-trust-grid{box-shadow:0 5px 20px rgba(7,27,58,.025)}

@media (max-width:1220px){
 .mt24-mainheader .mt24-container{grid-template-columns:250px minmax(260px,1fr) 175px;gap:16px}
 .mt24-logo img{width:242px;height:60px}
 .mt24-nav .mt24-container{font-size:11.5px;gap:15px;overflow-x:auto;scrollbar-width:none}
 .mt24-nav .partner{margin-left:0}
 .mt24-hero .mt24-container{grid-template-columns:minmax(390px,43%) minmax(0,57%)}
 .mt24-hero-image-wrap{height:330px}
}
@media (max-width:980px){
 .mt24-mainheader .mt24-container{grid-template-columns:210px minmax(230px,1fr) auto}
 .mt24-logo img{width:205px;height:55px}
 .mt24-hero .mt24-container{grid-template-columns:1fr 1fr;gap:16px}
 .mt24-hero-image-wrap{height:300px}
 .mt24-business-bubble{width:96px;height:96px;right:4px;top:24px}
}
@media (max-width:780px){
 .mt24-mainheader .mt24-container{grid-template-columns:1fr auto}
 .mt24-logo img{width:190px;height:52px}
 .mt24-hero .mt24-container{grid-template-columns:1fr}
 .mt24-hero-copy{padding:34px 0 12px}
 .mt24-hero-scene{min-height:0;padding:8px 0 24px}
 .mt24-hero-image-wrap{height:255px;border-radius:20px}
 .mt24-business-bubble{width:92px;height:92px;right:8px;top:18px}
 .mt24-cat{min-height:138px}
}
@media (max-width:480px){
 .mt24-logo img{width:174px;height:48px}
 .mt24-hero-image-wrap{height:220px;border-radius:17px}
 .mt24-business-bubble{width:86px;height:86px;font-size:8.5px}
}


/* ===== MediTeam24 Shop V1.4 final visual refinements ===== */
/* More compact header while keeping the brand clearly visible */
.mt24-servicebar .mt24-container{min-height:30px}
.mt24-mainheader .mt24-container{min-height:72px;grid-template-columns:270px minmax(320px,1fr) 205px;gap:20px}
.mt24-logo img{width:262px;height:56px}
.mt24-search{height:44px}
.mt24-nav .mt24-container{min-height:42px;font-size:12px;gap:clamp(13px,1.45vw,22px)}
.mt24-nav a{padding:11px 0}
.mt24-nav .partner{margin-left:auto;padding:6px 10px;border-radius:7px;background:#fff8f3;border:1px solid rgba(242,138,50,.22);color:#c96835}
.mt24-nav .partner:hover{background:#fff2e8;border-color:rgba(242,138,50,.35)}

/* Better balance between hero copy and reception scene */
.mt24-hero .mt24-container{min-height:400px;grid-template-columns:minmax(420px,41%) minmax(0,59%);gap:26px}
.mt24-hero-copy{padding:40px 0 38px}
.mt24-hero h1{font-size:clamp(43px,4.05vw,55px)}
.mt24-hero-scene{min-height:400px;padding:22px 0}
.mt24-hero-image-wrap{max-width:800px;height:350px;border-radius:22px;box-shadow:0 18px 44px rgba(7,27,58,.10)}
.mt24-hero-image{object-position:58% center;transform:scale(1.025)}
.mt24-business-bubble{right:26px;top:36px;width:96px;height:96px;padding:12px;background:rgba(255,255,255,.80);font-size:8.8px}
.mt24-business-bubble strong{font-size:10.8px}

/* Product world cards: calmer, clearer and more premium */
.mt24-categories{padding:16px 0 12px}
.mt24-category-grid{gap:12px}
.mt24-cat{min-height:144px;padding:18px 16px;border-radius:13px;background:linear-gradient(145deg,#fbfaf7,#f2ede5);box-shadow:0 5px 18px rgba(7,27,58,.045)}
.mt24-cat:nth-child(2){background:linear-gradient(145deg,#f8fbfa,#eaf5f2)}
.mt24-cat:nth-child(3){background:linear-gradient(145deg,#fdfaf3,#f3ecdc)}
.mt24-cat:nth-child(4){background:linear-gradient(145deg,#fafbfc,#edf1f3)}
.mt24-cat:nth-child(5){background:linear-gradient(145deg,#f8faf5,#edf2e8)}
.mt24-cat .ico{width:38px;height:38px;left:14px;top:14px;border-color:rgba(21,154,156,.22);background:rgba(255,255,255,.92)}
.mt24-cat strong{font-size:14.5px;margin-bottom:4px}
.mt24-cat span{font-size:11.25px;line-height:1.35}
.mt24-cat b{margin-top:8px}

/* Slightly cleaner spacing below the fold */
.mt24-products-section{padding-top:14px}
.mt24-b2b-box{border-radius:12px}
.mt24-trust-grid{border-radius:12px}

@media (max-width:1220px){
 .mt24-mainheader .mt24-container{grid-template-columns:238px minmax(260px,1fr) 175px;gap:14px}
 .mt24-logo img{width:230px;height:52px}
 .mt24-hero .mt24-container{grid-template-columns:minmax(380px,42%) minmax(0,58%);gap:18px}
 .mt24-hero-image-wrap{height:326px}
 .mt24-business-bubble{right:16px;top:30px}
}
@media (max-width:980px){
 .mt24-mainheader .mt24-container{grid-template-columns:200px minmax(230px,1fr) auto}
 .mt24-logo img{width:194px;height:48px}
 .mt24-hero .mt24-container{grid-template-columns:1fr 1fr}
 .mt24-hero-image-wrap{height:292px}
 .mt24-business-bubble{right:12px;top:22px;width:90px;height:90px}
}
@media (max-width:780px){
 .mt24-mainheader .mt24-container{min-height:auto;padding:9px 0 8px}
 .mt24-logo img{width:182px;height:46px}
 .mt24-search{height:42px}
 .mt24-hero .mt24-container{grid-template-columns:1fr}
 .mt24-hero-copy{padding:30px 0 10px}
 .mt24-hero-scene{min-height:0;padding:8px 0 22px}
 .mt24-hero-image-wrap{height:250px}
 .mt24-hero-image{object-position:60% center;transform:scale(1.02)}
 .mt24-business-bubble{right:10px;top:18px;width:86px;height:86px}
}
@media (max-width:480px){
 .mt24-logo img{width:168px;height:44px}
 .mt24-hero-image-wrap{height:215px}
 .mt24-business-bubble{width:82px;height:82px;font-size:8px}
}


/* ===== MediTeam24 Shop V1.5 ===== */
/* Requested change: remove the business customer circle in the hero area */
.mt24-business-bubble{display:none !important;}


/* ===== MediTeam24 Shop V1.5 final upload refinements ===== */
/* Remove the business customer bubble in the hero completely */
.mt24-business-bubble{display:none !important;}

/* Make product-world card icons smaller so the headings remain easier to read */
.mt24-cat{min-height:142px;padding:16px 16px 14px;}
.mt24-cat .ico{width:28px;height:28px;left:12px;top:12px;font-size:14px;box-shadow:none;}
.mt24-cat strong{font-size:14px;line-height:1.2;margin-bottom:4px;max-width:100%;}
.mt24-cat span{font-size:10.8px;line-height:1.32;max-width:100%;}
.mt24-cat b{margin-top:7px;}

@media (max-width:780px){
  .mt24-cat{min-height:132px;padding:14px 12px 12px;}
  .mt24-cat .ico{width:24px;height:24px;left:10px;top:10px;font-size:12px;}
  .mt24-cat strong{font-size:13px;}
  .mt24-cat span{font-size:10.2px;}
}

/* ===== MediTeam24 Shop V1.6 ===== */
/* Header branding: larger logo and SHOP badge visually combined into one mark */
.mt24-mainheader .mt24-container{grid-template-columns:300px minmax(300px,1fr) 205px;gap:22px;}
.mt24-logo{display:flex;align-items:center;overflow:visible;}
.mt24-logo img{width:292px;height:70px;object-fit:contain;object-position:left center;}

/* Navigation: more breathing room and more even distribution */
.mt24-nav .mt24-container{justify-content:space-between;gap:12px;font-size:12px;}
.mt24-nav a{padding:13px 4px;}
.mt24-nav .partner{margin-left:8px;padding:8px 13px;border-radius:999px;background:#fff4ec;color:#c86430;}

@media (max-width:1220px){
  .mt24-mainheader .mt24-container{grid-template-columns:270px minmax(260px,1fr) 175px;gap:16px;}
  .mt24-logo img{width:262px;height:64px;}
  .mt24-nav .mt24-container{justify-content:space-between;gap:8px;font-size:11px;overflow:visible;}
  .mt24-nav a{padding:12px 2px;}
  .mt24-nav .partner{margin-left:4px;padding:7px 10px;}
}
@media (max-width:1050px){
  .mt24-mainheader .mt24-container{grid-template-columns:230px minmax(220px,1fr) auto;gap:12px;}
  .mt24-logo img{width:224px;height:58px;}
  .mt24-nav .mt24-container{overflow-x:auto;justify-content:flex-start;gap:18px;scrollbar-width:none;}
  .mt24-nav .mt24-container::-webkit-scrollbar{display:none;}
  .mt24-nav a{flex:0 0 auto;}
}
@media (max-width:780px){
  .mt24-mainheader .mt24-container{grid-template-columns:1fr auto;}
  .mt24-logo img{width:205px;height:54px;}
}
@media (max-width:480px){
  .mt24-logo img{width:188px;height:50px;}
}


/* ===== MediTeam24 Shop V1.7 ===== */
/* Service link: slightly more visible, still subtle */
.mt24-service-link{
  display:inline-flex;
  align-items:center;
  gap:6px;
  margin-left:auto;
  padding:5px 11px;
  border:1px solid rgba(255,255,255,.26);
  border-radius:999px;
  background:rgba(255,255,255,.06);
  color:#dbe9ff;
  font-weight:600;
  font-size:12px;
  line-height:1;
  opacity:1;
  transition:background .2s ease,border-color .2s ease,color .2s ease;
}
.mt24-service-link:hover{
  background:rgba(255,255,255,.11);
  border-color:rgba(255,255,255,.40);
  color:#ffffff;
}

/* Brand unit: keep logo size, but visually integrate the SHOP badge more tightly */
.mt24-mainheader .mt24-container{grid-template-columns:300px minmax(300px,1fr) 205px;gap:22px;}
.mt24-logo img{width:292px;height:70px;object-fit:contain;object-position:left center;}

/* Navigation: slightly larger and with a touch more spacing for better readability */
.mt24-nav .mt24-container{
  min-height:48px;
  justify-content:space-between;
  gap:16px;
  font-size:13px;
  font-weight:650;
}
.mt24-nav a{padding:14px 5px;}
.mt24-nav .partner{margin-left:10px;padding:8px 13px;border-radius:999px;background:#fff4ec;color:#c86430;}

@media (max-width:1220px){
  .mt24-service-link{display:none;}
  .mt24-mainheader .mt24-container{grid-template-columns:270px minmax(260px,1fr) 175px;gap:16px;}
  .mt24-logo img{width:262px;height:64px;}
  .mt24-nav .mt24-container{justify-content:space-between;gap:12px;font-size:12px;overflow:visible;}
  .mt24-nav a{padding:13px 3px;}
  .mt24-nav .partner{margin-left:6px;padding:7px 10px;}
}
@media (max-width:1050px){
  .mt24-mainheader .mt24-container{grid-template-columns:230px minmax(220px,1fr) auto;gap:12px;}
  .mt24-logo img{width:224px;height:58px;}
  .mt24-nav .mt24-container{overflow-x:auto;justify-content:flex-start;gap:20px;scrollbar-width:none;font-size:12px;}
  .mt24-nav .mt24-container::-webkit-scrollbar{display:none;}
  .mt24-nav a{flex:0 0 auto;padding:13px 0;}
}
@media (max-width:780px){
  .mt24-mainheader .mt24-container{grid-template-columns:1fr auto;}
  .mt24-logo img{width:205px;height:54px;}
}
@media (max-width:480px){
  .mt24-logo img{width:188px;height:50px;}
}


/* ===== MediTeam24 Shop V1.8 ===== */
/* Header brand unit: remove cart icon from SHOP badge and use a cleaner combined mark */
.mt24-logo img{width:300px;height:70px;object-fit:contain;object-position:left center;}

/* Footer: use the same updated logo treatment as the header */
.mt24-footer-brand img{width:255px;max-width:100%;background:#fff;padding:8px 12px;border-radius:10px;}

/* Use the original M.A.S. Technology logo in the homepage banner */
.mt24-mas-banner{grid-template-columns:260px minmax(0,1fr) 220px;gap:20px;}
.mt24-mas-brand{display:flex;align-items:center;justify-content:center;text-align:center;}
.mt24-mas-brand img{display:block;max-width:100%;width:240px;height:auto;border-radius:8px;box-shadow:0 6px 18px rgba(0,0,0,.16);}
.mt24-mas-copy{font-size:12px;line-height:1.5;}

@media (max-width:1220px){
  .mt24-logo img{width:270px;height:64px;}
  .mt24-footer-brand img{width:235px;}
  .mt24-mas-banner{grid-template-columns:230px minmax(0,1fr) 210px;}
  .mt24-mas-brand img{width:210px;}
}
@media (max-width:1050px){
  .mt24-logo img{width:232px;height:58px;}
  .mt24-footer-brand img{width:220px;}
  .mt24-mas-banner{grid-template-columns:1fr;text-align:center;}
  .mt24-mas-action{text-align:center;}
  .mt24-mas-brand img{width:min(320px,100%);margin:0 auto;}
}
@media (max-width:780px){
  .mt24-logo img{width:210px;height:54px;}
  .mt24-footer-brand img{width:205px;}
}
@media (max-width:480px){
  .mt24-logo img{width:194px;height:50px;}
  .mt24-footer-brand img{width:190px;}
}
