:root{--blue:#0057d9;--blue2:#003f9e;--navy:#03265a;--sky:#eef6ff;--green:#14b85a;--text:#081b3f;--muted:#6b7280;--line:#dde7f5;--bg:#f7fbff;--card:#fff;--shadow:0 14px 35px rgba(3,38,90,.10)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:'Cairo','Poppins',Arial,sans-serif;background:var(--bg);color:var(--text);font-size:16px}a{text-decoration:none;color:inherit}img{max-width:100%;display:block}.container{width:min(1200px,94%);margin:auto}.rtl{text-align:right}.ltr{text-align:left}
.topbar-blue{background:linear-gradient(90deg,#00316f,#0062d6);color:#fff;font-size:14px}.topbar-inner{height:38px;display:flex;align-items:center;justify-content:space-between;gap:18px}.top-right,.top-left{display:flex;gap:22px;align-items:center}.topbar-blue a{color:#fff;font-weight:800}
.site-header{position:fixed;top:0;left:0;right:0;z-index:1000;background:rgba(255,255,255,.15);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);border-bottom:1px solid rgba(255,255,255,.25);box-shadow:0 8px 30px rgba(0,0,0,.08);transition:all .3s ease}.header-main{height:120px;display:grid;grid-template-columns:380px 1fr 150px;gap:24px;align-items:center}.logo img{height:150px;width:auto;max-width:none;object-fit:contain}.main-search{height:52px;display:grid;grid-template-columns:1fr 54px;background:#fff;border:1px solid #cddbf2;border-radius:18px;overflow:hidden;box-shadow:0 8px 22px rgba(3,38,90,.04)}.main-search input{border:0;outline:0;padding:0 22px;font:inherit;color:var(--text)}.main-search button{border:0;background:var(--blue);color:#fff;font-size:22px;cursor:pointer}.header-icons{display:flex;align-items:center;justify-content:flex-end;gap:12px}.icon-link{width:64px;height:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;border-inline-start:1px solid var(--line);position:relative;font-weight:900;color:var(--navy)}.icon-link small{font-size:12px}.cart-count{position:absolute;top:2px;right:14px;background:#00316f;color:#fff;border-radius:99px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;font-size:12px}.rtl .cart-count{left:14px;right:auto}.mobile-menu-btn{display:none;background:#fff;border:1px solid var(--line);border-radius:12px;padding:9px 12px;font-size:22px;color:var(--navy)}.main-nav{border-top:1px solid var(--line);background:#fff}.nav-inner{height:52px;display:flex;align-items:center;justify-content:center;gap:46px;font-weight:900}.nav-inner a{color:var(--text);position:relative}.nav-inner a.active,.nav-inner a:hover{color:var(--blue)}.nav-inner a.active:after{content:"";position:absolute;left:0;right:0;bottom:-16px;height:3px;background:var(--blue);border-radius:3px}.lang-pill{border:1px solid #cddbf2;padding:7px 14px;border-radius:12px;background:#f6f9ff!important;color:var(--navy)!important}
.hero-market{padding:28px 0 20px;background:linear-gradient(180deg,#fff,#f6fbff)}.hero-card{display:grid;grid-template-columns:1.12fr .88fr;gap:38px;align-items:center;background:#f0f7ff;border:1px solid var(--line);border-radius:26px;overflow:hidden;box-shadow:var(--shadow);min-height:370px}.hero-photo{height:370px;background:#dfefff;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;object-position:center}.hero-text{padding:42px 44px}.hero-text h1{font-size:clamp(36px,5vw,62px);line-height:1.1;margin:0 0 18px;font-weight:900;color:var(--navy);letter-spacing:-1px}.hero-text h1 span{color:var(--blue)}.hero-text p{font-size:20px;line-height:1.8;color:#334155;margin:0 0 28px;max-width:560px}.hero-actions{display:flex;gap:14px;flex-wrap:wrap}.primary-btn,.outline-btn{min-width:190px;border-radius:13px;padding:14px 22px;font-weight:900;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary-btn{background:linear-gradient(135deg,#0066f2,#004bbd);color:#fff;box-shadow:0 12px 25px rgba(0,87,217,.25)}.outline-btn{border:1px solid #9dbdf0;background:#fff;color:var(--blue)}
.category-row-section{padding:0 0 26px;margin-top:-6px}.category-row{display:grid;grid-template-columns:repeat(6,1fr);gap:14px}.category-box{min-height:110px;background:#fff;border:1px solid var(--line);border-radius:16px;padding:16px;display:grid;grid-template-columns:auto 1fr;gap:13px;align-items:center;box-shadow:0 10px 24px rgba(3,38,90,.06);transition:.2s}.category-box:hover{transform:translateY(-4px);border-color:#9dbdf0}.cat-img{width:54px;height:54px;border-radius:16px;background:#eef6ff;display:flex;align-items:center;justify-content:center;color:var(--blue);font-size:28px}.category-box b{display:block;font-size:16px;color:var(--text);line-height:1.3}.category-box small{display:block;color:var(--muted);font-weight:700;margin-top:4px;line-height:1.4}
.products-home,.alma-products-section{padding:26px 0 36px}.section-head,.alma-section-title{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:18px}.section-head h2,.alma-section-title h2{margin:0;font-size:28px;color:var(--text);font-weight:900;position:relative}.section-head h2:after,.alma-section-title h2:after{content:"";display:block;width:70px;height:4px;background:var(--blue);border-radius:4px;margin-top:8px}.section-head a,.alma-section-title a{color:var(--blue);font-weight:900}.products-grid,.alma-products-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.product-card{background:#fff;border:1px solid var(--line);border-radius:18px;overflow:hidden;box-shadow:0 12px 28px rgba(3,38,90,.07);transition:.2s;display:flex;flex-direction:column}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-image{height:245px;background:#fff;display:flex;align-items:center;justify-content:center;padding:18px;border-bottom:1px solid #f0f4fb}.product-image img{width:100%;height:100%;object-fit:contain}.product-info{padding:16px;display:flex;flex-direction:column;flex:1}.brand-line{font-size:12px;color:#697386;font-weight:900;min-height:18px}.product-title{font-size:17px;font-weight:900;color:var(--text);line-height:1.35;margin:6px 0;min-height:48px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.price-wrap{margin-top:auto;display:flex;align-items:center;gap:10px;flex-wrap:wrap}.price-wrap b{color:var(--blue);font-size:19px;font-weight:900}.price-wrap small{text-decoration:line-through;color:#a8b1c2;font-weight:800}.product-actions{display:grid;grid-template-columns:52px 52px 1fr;gap:8px;margin-top:13px}.product-actions a{height:42px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:900}.cart-btn{background:var(--blue);color:#fff}.wa-btn{background:#fff;border:1px solid #cce5d6;color:var(--green);font-size:20px}.detail-btn{border:1px solid #a9c3ee;color:var(--blue);background:#fff;font-size:13px}
.why-strip{padding:0 0 36px}.why-box{display:grid;grid-template-columns:repeat(4,1fr);gap:0;background:#fff;border:1px solid var(--line);border-radius:18px;padding:22px;box-shadow:0 12px 28px rgba(3,38,90,.06)}.why-box div{display:grid;grid-template-columns:64px 1fr;gap:12px;align-items:center;padding:8px 20px;border-inline-start:1px solid var(--line)}.why-box div:first-child{border-inline-start:0}.why-box span{width:54px;height:54px;background:#edf5ff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:26px}.why-box b{display:block;font-size:18px}.why-box small{color:var(--muted);font-weight:700}.footer{background:linear-gradient(135deg,#00316f,#0057bd);color:#dfefff;padding:42px 0 28px;margin-top:24px}.footer-grid{display:grid;grid-template-columns:2fr 1fr 1.2fr 1.4fr;gap:28px}.footer h3{color:#fff;margin-top:0}.footer p{line-height:1.8}.footer a{display:block;color:#dfefff;margin:8px 0}.copy{text-align:center;border-top:1px solid rgba(255,255,255,.15);padding-top:18px;margin-top:25px;color:#cbd5e1}.wa-float{position:fixed;left:22px;bottom:22px;z-index:120;background:#20cf65;color:#fff;border-radius:999px;padding:14px 18px;font-weight:900;box-shadow:0 16px 35px rgba(32,207,101,.35)}.ltr .wa-float{right:22px;left:auto}.mobile-bottom-nav{display:none}
.alma-shop-hero{background:linear-gradient(135deg,#eff7ff,#fff);border-bottom:1px solid var(--line);padding:42px 0}.alma-shop-hero h1{font-size:42px;margin:0 0 10px;color:var(--navy)}.alma-shop-hero p{color:var(--muted);font-size:18px}.alma-shop-search{display:grid;grid-template-columns:1fr 130px;gap:10px;max-width:720px}.alma-shop-search input{height:54px;border:1px solid #cddbf2;border-radius:14px;padding:0 18px;font:inherit}.section{padding:40px 0}.form-card,.panel,.detail-gallery,.detail-info,.filters{background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 12px 28px rgba(3,38,90,.06);padding:22px}.btn{border-radius:13px;padding:13px 18px;font-weight:900;display:inline-flex;align-items:center;justify-content:center}.btn-primary,.btn-blue{background:var(--blue);color:#fff}.btn-wa{background:var(--green);color:#fff}.btn-outline{background:#fff;border:1px solid #a9c3ee;color:var(--blue)}.muted{color:var(--muted)}
@media(max-width:1050px){.header-main{grid-template-columns:220px 1fr 110px}.category-row{grid-template-columns:repeat(3,1fr)}.products-grid,.alma-products-grid{grid-template-columns:repeat(3,1fr)}.why-box{grid-template-columns:repeat(2,1fr)}.why-box div{border:0}.footer-grid{grid-template-columns:1fr 1fr}.hero-card{grid-template-columns:1fr}.hero-photo{order:0}.hero-text{order:1;padding:30px}.hero-card{gap:0}.hero-photo{height:320px}}
@media(max-width:760px){body{padding-bottom:76px}.topbar-inner{height:auto;min-height:36px;display:block;text-align:center;padding:6px 0}.top-right,.top-left{justify-content:center;gap:12px;flex-wrap:wrap;font-size:12px}.header-main{height:auto;min-height:78px;display:grid;grid-template-columns:1fr auto;gap:10px;padding:12px 0}.logo img{height:50px}.main-search{grid-column:1/3;grid-row:2;height:48px}.header-icons{grid-column:2;grid-row:1}.icon-link{display:none}.mobile-menu-btn{display:block}.main-nav{display:none;position:absolute;left:0;right:0;top:100%;box-shadow:0 18px 28px rgba(3,38,90,.15)}.menu-open .main-nav{display:block}.nav-inner{height:auto;display:grid;gap:8px;padding:12px}.nav-inner a{background:#f6f9ff;border-radius:12px;padding:13px;text-align:center}.nav-inner a.active:after{display:none}.hero-market{padding:14px 0}.hero-card{border-radius:18px;min-height:0}.hero-photo{height:240px}.hero-text{padding:22px;text-align:center}.hero-text h1{font-size:32px;line-height:1.18}.hero-text p{font-size:15px;line-height:1.7}.hero-actions{display:grid;grid-template-columns:1fr;gap:10px}.primary-btn,.outline-btn{width:100%;min-width:0}.category-row-section{padding:10px 0 22px}.category-row{grid-template-columns:1fr 1fr;gap:10px}.category-box{min-height:92px;padding:12px;grid-template-columns:1fr;text-align:center;justify-items:center}.cat-img{width:46px;height:46px;font-size:24px}.category-box b{font-size:14px}.category-box small{font-size:12px}.section-head,.alma-section-title{align-items:flex-end;margin-bottom:14px}.section-head h2,.alma-section-title h2{font-size:24px}.products-grid,.alma-products-grid{grid-template-columns:1fr 1fr;gap:12px}.product-card{border-radius:15px}.product-image{height:170px;padding:10px}.product-info{padding:12px}.brand-line{font-size:10px}.product-title{font-size:14px;min-height:40px}.price-wrap b{font-size:15px}.price-wrap small{font-size:12px}.product-actions{grid-template-columns:42px 42px;gap:7px}.detail-btn{grid-column:1/3;height:38px}.product-actions a{height:38px}.why-box{grid-template-columns:1fr;border-radius:16px;padding:12px}.why-box div{grid-template-columns:48px 1fr;padding:11px}.why-box span{width:42px;height:42px;font-size:22px}.why-box b{font-size:15px}.footer{padding-bottom:100px}.footer-grid{grid-template-columns:1fr;text-align:center}.wa-float{display:none}.mobile-bottom-nav{position:fixed;bottom:0;left:0;right:0;z-index:200;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid var(--line);box-shadow:0 -8px 22px rgba(3,38,90,.08)}.mobile-bottom-nav a{height:66px;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:900;font-size:12px;color:var(--navy)}.mobile-bottom-nav .wa{color:var(--green)}.alma-shop-search{grid-template-columns:1fr}.alma-shop-hero h1{font-size:30px}.alma-shop-hero p{font-size:15px}}
@media(max-width:390px){.products-grid,.alma-products-grid{grid-template-columns:1fr}.product-image{height:230px}.hero-photo{height:210px}.hero-text h1{font-size:28px}.category-row{grid-template-columns:1fr}}


/* Final clean hero patch: remove boxed/background mockup areas */
.hero-market{
  padding:30px 0 16px !important;
  background:#fff !important;
}
.hero-card{
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
  border-radius:0 !important;
  overflow:visible !important;
  min-height:380px !important;
  gap:28px !important;
}
.hero-photo{
  height:380px !important;
  background:transparent !important;
  border-radius:0 !important;
  overflow:hidden !important;
  box-shadow:none !important;
  position:relative;
}
.hero-photo:before,
.hero-photo:after{
  display:none !important;
  content:none !important;
}
.hero-photo img{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center !important;
  border-radius:0 !important;
  box-shadow:none !important;
  background:transparent !important;
}
.hero-text{
  padding:32px 34px !important;
  background:transparent !important;
}
.category-row-section{
  margin-top:0 !important;
  background:#fff !important;
}
@media(max-width:1050px){
  .hero-card{min-height:0 !important;gap:0 !important;}
  .hero-photo{height:300px !important;}
}
@media(max-width:760px){
  .hero-market{padding:16px 0 10px !important;}
  .hero-card{display:flex !important;flex-direction:column !important;}
  .hero-photo{height:230px !important;order:1 !important;width:100% !important;}
  .hero-text{order:2 !important;padding:22px 8px !important;text-align:center !important;}
  .hero-text h1{font-size:34px !important;line-height:1.1 !important;}
  .hero-text p{font-size:15px !important;}
}
@media(max-width:430px){
  .hero-photo{height:200px !important;}
  .hero-text h1{font-size:30px !important;}
}

/* ===== FINAL SOOQ-STYLE REBUILD PATCH ===== */
:root{--blue:#005eea;--blue2:#0047b8;--navy:#062452;--bg:#fff;--line:#dbe7f7;--text:#071e46;--green:#18bd5b}
body{background:#fff!important;overflow-x:hidden}.container{width:min(1220px,94%)!important}.topbar-blue{background:linear-gradient(90deg,#003c86,#0067df)!important}.site-header{box-shadow:none!important}.header-main{height:78px!important;grid-template-columns:260px 1fr 120px!important}.logo img{height:58px!important}.main-search{height:54px!important;max-width:760px;margin:auto;border-radius:16px!important}.main-search button{font-size:24px!important}.nav-inner{height:58px!important}.nav-inner a.active:after{bottom:-18px!important;height:4px!important}.hero-market{padding:34px 0 18px!important;background:#fff!important}.hero-card{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:center!important;gap:30px!important;min-height:420px!important;background:#fff!important;border:0!important;box-shadow:none!important;overflow:visible!important}.hero-photo{height:420px!important;background:#fff!important;overflow:visible!important;order:1!important}.hero-photo img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;border-radius:0!important;box-shadow:none!important;background:#fff!important}.hero-text{order:2!important;padding:20px 10px!important;text-align:right!important}.ltr .hero-text{text-align:left!important}.hero-text h1{font-size:clamp(44px,5.2vw,72px)!important;line-height:.98!important;color:var(--navy)!important;margin-bottom:24px!important;letter-spacing:-2px!important}.hero-text h1 span{color:var(--blue)!important}.hero-text p{font-size:21px!important;line-height:1.8!important;color:#1e3359!important;max-width:560px!important;margin-bottom:28px!important}.hero-actions{gap:14px!important}.primary-btn,.outline-btn{height:56px!important;border-radius:12px!important;min-width:180px!important}.category-row-section{background:#fff!important;padding:12px 0 22px!important}.category-row{grid-template-columns:repeat(6,1fr)!important;gap:12px!important}.category-box{min-height:104px!important;border-radius:14px!important;box-shadow:0 8px 24px rgba(6,36,82,.06)!important;padding:15px!important}.category-box b{font-size:15px!important}.category-box small{font-size:13px!important}.cat-img{background:#edf5ff!important;color:var(--blue)!important}.products-home,.alma-products-section{background:#fff!important;padding:20px 0 34px!important}.section-head h2,.alma-section-title h2{font-size:26px!important}.products-grid,.alma-products-grid{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr))!important;gap:18px!important;align-items:stretch!important}.product-card{border-radius:16px!important;background:#fff!important;border:1px solid var(--line)!important;box-shadow:0 8px 24px rgba(6,36,82,.06)!important;min-width:0!important;height:100%!important;display:flex!important;flex-direction:column!important}.product-image{height:185px!important;padding:14px!important;background:#fff!important;border-bottom:0!important}.product-image img{width:100%!important;height:100%!important;object-fit:contain!important}.product-info{padding:10px 14px 14px!important;text-align:center!important;align-items:center!important}.brand-line{display:none!important}.product-title{font-size:15px!important;line-height:1.35!important;min-height:42px!important;margin:4px 0 8px!important;color:var(--navy)!important;font-weight:900!important;text-align:center!important}.price-wrap{justify-content:center!important;margin:0 0 10px!important;gap:8px!important}.price-wrap b{font-size:18px!important;color:var(--blue)!important}.price-wrap small{font-size:12px!important}.product-actions{width:100%!important;display:grid!important;grid-template-columns:46px 46px 1fr!important;gap:8px!important;margin-top:auto!important}.product-actions a{height:40px!important;border-radius:10px!important}.cart-btn{background:var(--blue)!important}.wa-btn{border:1px solid #bfe6cc!important;color:var(--green)!important;background:#fff!important}.detail-btn{font-size:12px!important;color:var(--blue)!important;border:1px solid #a9c8f5!important;background:#fff!important;white-space:nowrap!important}.why-strip{background:#fff!important}.why-box{box-shadow:0 8px 24px rgba(6,36,82,.06)!important}
@media(max-width:1100px){.products-grid,.alma-products-grid{grid-template-columns:repeat(4,minmax(0,1fr))!important}.category-row{grid-template-columns:repeat(3,1fr)!important}.hero-text h1{font-size:52px!important}.hero-card{min-height:380px!important}.hero-photo{height:380px!important}}
@media(max-width:860px){.header-main{grid-template-columns:190px 1fr 90px!important}.products-grid,.alma-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.hero-card{grid-template-columns:1fr!important;gap:0!important}.hero-photo{order:1!important;height:300px!important}.hero-text{order:2!important;text-align:center!important}.hero-text p{margin-left:auto!important;margin-right:auto!important}}
@media(max-width:760px){body{background:#fff!important}.topbar-blue{font-size:12px!important}.header-main{height:auto!important;grid-template-columns:1fr auto!important;padding:10px 0!important}.logo img{height:48px!important}.main-search{grid-column:1/3!important;max-width:100%!important;height:48px!important}.main-nav{top:100%!important}.hero-market{padding:18px 0!important}.hero-text{padding:8px 0 20px!important}.hero-text h1{font-size:36px!important;line-height:1.05!important;letter-spacing:-1px!important}.hero-text p{font-size:16px!important;line-height:1.7!important}.hero-photo{height:245px!important}.hero-actions{grid-template-columns:1fr 1fr!important;display:grid!important}.primary-btn,.outline-btn{min-width:0!important;width:100%!important;height:50px!important;font-size:14px!important}.category-row{grid-template-columns:repeat(2,1fr)!important}.category-box{min-height:98px!important}.products-grid,.alma-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px!important}.product-image{height:175px!important;padding:10px!important}.product-info{padding:9px 10px 12px!important}.product-title{font-size:14px!important;min-height:40px!important}.price-wrap b{font-size:16px!important}.product-actions{grid-template-columns:1fr 1fr!important}.detail-btn{grid-column:1/3!important}.section-head h2,.alma-section-title h2{font-size:23px!important}.why-box{grid-template-columns:1fr!important}}
@media(max-width:430px){.hero-photo{height:220px!important}.hero-text h1{font-size:32px!important}.hero-actions{grid-template-columns:1fr!important}.products-grid,.alma-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.product-image{height:150px!important}.product-title{font-size:13px!important}.price-wrap b{font-size:14px!important}.product-actions a{height:36px!important}.detail-btn{font-size:11px!important}.category-row{grid-template-columns:1fr 1fr!important}.category-box small{display:none!important}}
@media(max-width:350px){.products-grid,.alma-products-grid{grid-template-columns:1fr!important}.product-image{height:210px!important}}


/* ===== FINAL REQUEST: SOOQ-LIKE GLASS HEADER + MOVING PRODUCT STRIP ===== */
body{background:#fff!important;}
.topbar-blue{background:linear-gradient(90deg,#004197,#0069e8)!important;}
.site-header{
  background:rgba(255,255,255,.42)!important;
  backdrop-filter:blur(14px);
  -webkit-backdrop-filter:blur(14px);
  border:0!important;
  box-shadow:none!important;
  padding:8px 0 0!important;
}
.header-main{
  background:rgba(255,255,255,.86)!important;
  border:1px solid rgba(210,224,245,.85)!important;
  border-radius:26px!important;
  box-shadow:0 16px 35px rgba(6,36,82,.12)!important;
  padding-inline:22px!important;
  margin-bottom:8px!important;
}
.main-nav{
  background:transparent!important;
  border:0!important;
}
.nav-inner{
  background:rgba(255,255,255,.78)!important;
  border:1px solid rgba(210,224,245,.75)!important;
  border-radius:22px!important;
  box-shadow:0 12px 25px rgba(6,36,82,.06)!important;
  backdrop-filter:blur(12px);
  -webkit-backdrop-filter:blur(12px);
}
.main-search{
  background:rgba(255,255,255,.90)!important;
  box-shadow:none!important;
}
.logo img{filter:drop-shadow(0 5px 10px rgba(0,65,151,.08));}

/* clean hero after transparent header */
.hero-market{padding-top:22px!important;}
.hero-card{max-width:1160px!important;margin:auto!important;}
.hero-photo img{object-fit:contain!important;background:transparent!important;}

/* Featured products as horizontal moving carousel */
.products-slider-wrap{
  position:relative!important;
  overflow:visible!important;
  padding:0 46px!important;
}
.products-carousel{
  display:flex!important;
  grid-template-columns:none!important;
  gap:18px!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
  scroll-snap-type:x mandatory!important;
  scroll-behavior:smooth!important;
  padding:8px 2px 18px!important;
  scrollbar-width:none!important;
  -ms-overflow-style:none!important;
}
.products-carousel::-webkit-scrollbar{display:none!important;}
.products-carousel .product-card{
  flex:0 0 230px!important;
  max-width:230px!important;
  min-width:230px!important;
  scroll-snap-align:start!important;
}
.products-carousel .product-image{height:180px!important;}
.slider-arrow{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:44px!important;
  height:44px!important;
  border-radius:999px!important;
  border:1px solid #d8e5f7!important;
  background:rgba(255,255,255,.94)!important;
  color:#005eea!important;
  box-shadow:0 10px 24px rgba(6,36,82,.12)!important;
  z-index:5!important;
  cursor:pointer!important;
  font-size:28px!important;
  font-weight:900!important;
  line-height:1!important;
}
.slider-prev{left:0!important;}
.slider-next{right:0!important;}
.rtl .slider-prev{right:0!important;left:auto!important;}
.rtl .slider-next{left:0!important;right:auto!important;}
.slider-arrow:hover{background:#005eea!important;color:#fff!important;}

/* Product cards more like the reference: wide visual, clean white */
.product-card{
  border-radius:18px!important;
  overflow:hidden!important;
  transition:transform .25s ease, box-shadow .25s ease!important;
}
.product-card:hover{transform:translateY(-4px);box-shadow:0 16px 34px rgba(6,36,82,.13)!important;}
.product-image{background:#fff!important;}
.product-title{white-space:normal!important;}
.product-actions{grid-template-columns:1fr 1fr!important;}
.detail-btn{grid-column:1/3!important;}

/* Mobile: floating transparent pill header and product strip like Sooq */
@media(max-width:760px){
  .topbar-blue{display:none!important;}
  .site-header{
    position:sticky!important;
    top:0!important;
    padding:10px 0 4px!important;
    background:transparent!important;
  }
  .header-main{
    width:min(94%,420px)!important;
    min-height:70px!important;
    height:auto!important;
    margin:0 auto 8px!important;
    display:grid!important;
    grid-template-columns:48px 1fr 48px!important;
    gap:8px!important;
    align-items:center!important;
    padding:10px 14px!important;
    border-radius:24px!important;
    background:rgba(255,255,255,.78)!important;
    border:1px solid rgba(220,230,245,.70)!important;
    box-shadow:0 18px 35px rgba(6,36,82,.16)!important;
    backdrop-filter:blur(16px)!important;
    -webkit-backdrop-filter:blur(16px)!important;
  }
  .logo{grid-column:2!important;justify-self:center!important;}
  .logo img{height:110px!important;max-width:320px!important;width:auto!important;}
  .header-icons{grid-column:1!important;grid-row:1!important;justify-content:flex-start!important;gap:5px!important;}
  .icon-link{width:42px!important;height:42px!important;border:0!important;font-size:20px!important;background:transparent!important;}
  .icon-link small{display:none!important;}
  .cart-count{top:-6px!important;right:-2px!important;left:auto!important;}
  .rtl .cart-count{right:-2px!important;left:auto!important;}
  .mobile-menu-btn{display:flex!important;grid-column:3!important;grid-row:1!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;border:0!important;background:transparent!important;font-size:28px!important;}
  .main-search{
    grid-column:1/4!important;
    grid-row:2!important;
    height:44px!important;
    border-radius:15px!important;
    margin-top:6px!important;
  }
  .main-search input{font-size:13px!important;padding-inline:13px!important;}
  .main-search button{width:48px!important;font-size:20px!important;}
  .main-nav{display:none!important;}
  body.menu-open .main-nav{display:block!important;position:fixed!important;top:92px!important;left:3%!important;right:3%!important;z-index:999!important;}
  body.menu-open .nav-inner{
    display:grid!important;
    grid-template-columns:1fr!important;
    height:auto!important;
    gap:0!important;
    padding:10px!important;
  }
  body.menu-open .nav-inner a{padding:13px!important;border-bottom:1px solid #edf2fb!important;text-align:center!important;}
  body.menu-open .nav-inner a.active:after{display:none!important;}

  .hero-market{padding-top:8px!important;}
  .products-home{padding-top:12px!important;}
  .products-slider-wrap{padding:0 18px!important;}
  .products-carousel{gap:14px!important;padding:8px 0 20px!important;}
  .products-carousel .product-card{
    flex:0 0 74vw!important;
    max-width:74vw!important;
    min-width:74vw!important;
    border-radius:20px!important;
  }
  .products-carousel .product-image{height:260px!important;padding:16px!important;}
  .slider-arrow{width:38px!important;height:38px!important;font-size:24px!important;}
  .slider-prev{left:2px!important}.slider-next{right:2px!important}
  .rtl .slider-prev{right:2px!important;left:auto!important}.rtl .slider-next{left:2px!important;right:auto!important}
}
@media(max-width:430px){
  .products-carousel .product-card{flex-basis:78vw!important;max-width:78vw!important;min-width:78vw!important;}
  .products-carousel .product-image{height:235px!important;}
}


/* ===== STABLE FINAL FIX: image paths + clean Sooq style + horizontal products ===== */
html,body{overflow-x:hidden!important;background:#fff!important;}
.site-header{z-index:999!important;}
.hero-market,.hero-card,.hero-photo{background:#fff!important;box-shadow:none!important;border:0!important;}
.hero-card{display:grid!important;grid-template-columns:1fr 1fr!important;gap:32px!important;align-items:center!important;max-width:1180px!important;margin:auto!important;min-height:420px!important;overflow:visible!important;}
.hero-text{order:1!important;text-align:right!important;padding:30px 10px!important;}
.ltr .hero-text{text-align:left!important;}
.hero-photo{order:2!important;height:420px!important;display:flex!important;align-items:center!important;justify-content:center!important;overflow:visible!important;}
.hero-photo img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;background:transparent!important;border:0!important;border-radius:0!important;box-shadow:none!important;}
.hero-text h1{font-size:clamp(44px,5.5vw,74px)!important;line-height:.98!important;color:#062452!important;font-weight:1000!important;letter-spacing:-2px!important;}
.hero-text h1 span{color:#005eea!important;}
.hero-text p{font-size:21px!important;line-height:1.75!important;color:#273b5e!important;max-width:560px!important;}
.primary-btn{background:linear-gradient(135deg,#0068f5,#004bbd)!important;color:#fff!important;}
.outline-btn{background:#fff!important;color:#005eea!important;border:1px solid #9dc2f7!important;}
.category-row{display:grid!important;grid-template-columns:repeat(6,minmax(0,1fr))!important;gap:12px!important;}
.category-box{background:#fff!important;border:1px solid #dbe7f7!important;border-radius:16px!important;box-shadow:0 8px 24px rgba(6,36,82,.06)!important;}
.products-slider-wrap{position:relative!important;overflow:visible!important;padding:0 48px!important;}
.products-carousel{display:flex!important;grid-template-columns:none!important;gap:18px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;padding:10px 2px 22px!important;scrollbar-width:none!important;-ms-overflow-style:none!important;}
.products-carousel::-webkit-scrollbar{display:none!important;}
.products-carousel .product-card{flex:0 0 230px!important;min-width:230px!important;max-width:230px!important;scroll-snap-align:start!important;}
.product-card{background:#fff!important;border:1px solid #dbe7f7!important;border-radius:18px!important;box-shadow:0 8px 24px rgba(6,36,82,.07)!important;overflow:hidden!important;display:flex!important;flex-direction:column!important;}
.product-image{height:190px!important;background:#fff!important;padding:16px!important;display:flex!important;align-items:center!important;justify-content:center!important;border:0!important;}
.product-image img{display:block!important;max-width:100%!important;max-height:100%!important;width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;}
.product-info{text-align:center!important;padding:10px 14px 14px!important;display:flex!important;flex-direction:column!important;align-items:center!important;flex:1!important;}
.brand-line{display:none!important;}
.product-title{font-size:15px!important;line-height:1.35!important;min-height:42px!important;color:#062452!important;font-weight:900!important;margin:4px 0 8px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.price-wrap{justify-content:center!important;gap:8px!important;margin:0 0 10px!important;}
.price-wrap b{font-size:18px!important;color:#005eea!important;font-weight:1000!important;}
.price-wrap small{font-size:12px!important;color:#98a6bd!important;}
.product-actions{width:100%!important;display:grid!important;grid-template-columns:1fr 1fr!important;gap:8px!important;margin-top:auto!important;}
.product-actions a{height:40px!important;border-radius:10px!important;display:flex!important;align-items:center!important;justify-content:center!important;font-weight:900!important;}
.cart-btn{background:#005eea!important;color:#fff!important;}
.wa-btn{background:#fff!important;color:#18bd5b!important;border:1px solid #bce8ce!important;}
.detail-btn{grid-column:1/3!important;background:#fff!important;color:#005eea!important;border:1px solid #a9c8f5!important;font-size:12px!important;}
.slider-arrow{position:absolute!important;top:50%!important;transform:translateY(-50%)!important;width:44px!important;height:44px!important;border-radius:999px!important;border:1px solid #d8e5f7!important;background:#fff!important;color:#005eea!important;box-shadow:0 10px 24px rgba(6,36,82,.13)!important;z-index:8!important;font-size:28px!important;font-weight:900!important;cursor:pointer!important;}
.slider-prev{left:0!important}.slider-next{right:0!important}.rtl .slider-prev{right:0!important;left:auto!important}.rtl .slider-next{left:0!important;right:auto!important}
@media(max-width:1100px){.category-row{grid-template-columns:repeat(3,1fr)!important}.hero-card{min-height:380px!important}.hero-photo{height:360px!important}.hero-text h1{font-size:54px!important}}
@media(max-width:860px){.hero-card{grid-template-columns:1fr!important;gap:0!important}.hero-text{order:1!important;text-align:center!important}.hero-photo{order:2!important;height:300px!important}.hero-text p{margin-left:auto!important;margin-right:auto!important}.category-row{grid-template-columns:repeat(2,1fr)!important}}
@media(max-width:760px){.topbar-blue{display:none!important}.site-header{position:sticky!important;top:0!important;background:transparent!important;padding:10px 0 4px!important}.header-main{width:min(94%,430px)!important;margin:0 auto 8px!important;display:grid!important;grid-template-columns:48px 1fr 48px!important;gap:8px!important;align-items:center!important;padding:10px 14px!important;border-radius:24px!important;background:rgba(255,255,255,.82)!important;border:1px solid rgba(220,230,245,.80)!important;box-shadow:0 18px 35px rgba(6,36,82,.16)!important;backdrop-filter:blur(16px)!important;-webkit-backdrop-filter:blur(16px)!important}.logo{grid-column:2!important;justify-self:center!important}.logo img{height:48px!important;max-width:150px!important}.header-icons{grid-column:1!important;grid-row:1!important}.icon-link{width:42px!important;height:42px!important;border:0!important;background:transparent!important}.icon-link small{display:none!important}.mobile-menu-btn{display:flex!important;grid-column:3!important;grid-row:1!important;align-items:center!important;justify-content:center!important;width:42px!important;height:42px!important;border:0!important;background:transparent!important;font-size:28px!important}.main-search{grid-column:1/4!important;grid-row:2!important;height:44px!important;border-radius:15px!important;margin-top:6px!important}.main-nav{display:none!important}.menu-open .main-nav{display:block!important;position:fixed!important;top:92px!important;left:3%!important;right:3%!important;z-index:999!important}.menu-open .nav-inner{display:grid!important;grid-template-columns:1fr!important;height:auto!important;padding:10px!important}.hero-market{padding:8px 0 12px!important}.hero-text{padding:12px 0!important}.hero-text h1{font-size:34px!important;line-height:1.05!important;letter-spacing:-1px!important}.hero-text p{font-size:15px!important;line-height:1.7!important}.hero-photo{height:230px!important}.hero-actions{display:grid!important;grid-template-columns:1fr!important}.primary-btn,.outline-btn{width:100%!important;min-width:0!important;height:50px!important}.category-row{grid-template-columns:repeat(2,1fr)!important;gap:10px!important}.category-box{min-height:96px!important;padding:12px!important}.products-slider-wrap{padding:0 20px!important}.products-carousel{gap:14px!important;padding-bottom:20px!important}.products-carousel .product-card{flex:0 0 76vw!important;min-width:76vw!important;max-width:76vw!important}.products-carousel .product-image{height:250px!important}.slider-arrow{width:38px!important;height:38px!important;font-size:24px!important}.section-head h2{font-size:23px!important}}
@media(max-width:430px){.hero-text h1{font-size:31px!important}.hero-photo{height:210px!important}.products-carousel .product-card{flex-basis:80vw!important;min-width:80vw!important;max-width:80vw!important}.products-carousel .product-image{height:230px!important}.category-box small{display:none!important}}

/* Mobile compact fix */
@media(max-width:760px){
.container{width:96%!important}
.hero-card{grid-template-columns:1fr!important;gap:8px!important;min-height:auto!important;border-radius:18px!important}
.hero-photo{height:160px!important}
.hero-text{padding:8px 12px!important}
.hero-text h1{font-size:26px!important;margin-bottom:8px!important}
.hero-text p{font-size:14px!important;margin-bottom:12px!important}
.category-row-section{padding-bottom:10px!important}
.category-box{min-height:72px!important}
.section-head{margin:10px 0!important}
.products-carousel .product-card{flex:0 0 88vw!important;min-width:88vw!important}
.products-carousel .product-image{height:180px!important}
footer,.footer{padding-top:12px!important;padding-bottom:12px!important}
}

@media(max-width:768px){.header-main{height:auto;min-height:90px}.logo img{height:90px!important}}
@media(max-width:768px){.header-main{grid-template-columns:180px 1fr 90px;height:95px}.logo img{height:110px!important}}

/* FINAL LOGO FIX - cropped transparent logo */
.site-header .header-main{grid-template-columns:380px 1fr 115px!important;min-height:122px!important;height:auto!important;}
.site-header .logo{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:380px!important;max-width:380px!important;overflow:visible!important;}
.rtl .site-header .logo{justify-content:flex-end!important;}
.site-header .logo img{width:340px!important;height:auto!important;max-width:340px!important;max-height:118px!important;object-fit:contain!important;display:block!important;}
@media(max-width:860px){.site-header .header-main{grid-template-columns:280px 1fr 75px!important}.site-header .logo{width:280px!important;max-width:280px!important}.site-header .logo img{width:270px!important;max-width:270px!important;max-height:100px!important}}
@media(max-width:760px){.site-header .header-main{grid-template-columns:54px 1fr 54px!important;min-height:150px!important;padding:12px!important}.site-header .logo{grid-column:1/4!important;grid-row:1!important;justify-self:center!important;justify-content:center!important;width:100%!important;max-width:100%!important}.site-header .logo img{width:300px!important;max-width:88vw!important;height:auto!important;max-height:105px!important}.site-header .main-search{grid-column:1/4!important;grid-row:2!important}.site-header .header-icons{grid-column:1!important;grid-row:3!important}.site-header .mobile-menu-btn{grid-column:3!important;grid-row:3!important}}

body{padding-top:160px}
.main-nav{background:transparent}
.nav-inner a{transition:.3s}
.nav-inner a:hover{transform:translateY(-2px)}
.hero-market{margin-top:-20px}

/* Almaher Printers Pro V2 additions */
.glass-header{position:sticky;top:0;z-index:50;background:rgba(255,255,255,.88)!important;backdrop-filter:blur(16px);box-shadow:0 12px 35px rgba(15,23,42,.08);transition:.25s ease}.topbar-blue{position:relative;z-index:60}.hero-pro .hero-card{background:linear-gradient(135deg,#07111f,#123b67);color:#fff;border-radius:34px;overflow:hidden;box-shadow:0 28px 80px rgba(2,8,23,.22)}.hero-pro .hero-text h1{line-height:1.15}.eyebrow{display:inline-flex;background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.25);padding:8px 14px;border-radius:999px;margin-bottom:14px;font-weight:800}.soft-section{background:linear-gradient(180deg,#f8fafc,#fff)}.product-desc{min-height:42px;color:#64748b;font-size:14px;line-height:1.6}.service-carousel{display:flex;gap:18px;overflow-x:auto;scroll-behavior:smooth;padding:10px 4px 22px}.service-card-pro{min-width:280px;background:#fff;border:1px solid #e5e7eb;border-radius:22px;overflow:hidden;box-shadow:0 12px 30px rgba(15,23,42,.08)}.service-card-pro img{width:100%;height:165px;object-fit:cover}.service-card-pro div{padding:18px}.service-card-pro h3{margin:0 0 8px}.service-card-pro p{color:#64748b;line-height:1.7}.small{padding:10px 14px!important;font-size:14px!important}.quote-section{padding:56px 0;background:#f1f5f9}.quote-card{display:grid;grid-template-columns:1fr 1.2fr;gap:28px;align-items:center;background:#fff;border-radius:28px;padding:30px;box-shadow:0 18px 50px rgba(15,23,42,.08)}.quote-form{display:grid;grid-template-columns:1fr 1fr;gap:12px}.quote-form textarea{grid-column:1/-1;min-height:110px}.quote-form input,.quote-form textarea,.settings-grid input,.admin-table input{width:100%;border:1px solid #dbe3ef;border-radius:12px;padding:12px;font-family:inherit}.quote-form button{grid-column:1/-1;border:0}.reviews-section{padding:56px 0}.reviews-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.review-card{background:#fff;border:1px solid #e5e7eb;border-radius:20px;padding:22px;box-shadow:0 12px 30px rgba(15,23,42,.06)}.stars{color:#f59e0b;font-size:18px;margin-bottom:10px}.page-hero{padding:70px 0;background:linear-gradient(135deg,#07111f,#123b67);color:#fff}.page-hero h1{font-size:clamp(30px,4vw,54px);margin:0 0 12px}.page-hero p{font-size:18px;opacity:.9;max-width:780px}.service-page-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px}.settings-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.admin-table{width:100%;border-collapse:collapse;background:#fff;border-radius:14px;overflow:hidden}.admin-table th,.admin-table td{border-bottom:1px solid #e5e7eb;padding:12px;text-align:start;vertical-align:middle}.btn-danger{background:#ef4444;color:#fff}.products-carousel::-webkit-scrollbar,.service-carousel::-webkit-scrollbar{height:8px}.products-carousel::-webkit-scrollbar-thumb,.service-carousel::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}
@media(max-width:800px){.quote-card{grid-template-columns:1fr;padding:20px}.quote-form{grid-template-columns:1fr}.reviews-grid,.service-page-grid,.settings-grid{grid-template-columns:1fr}.hero-pro .hero-card{border-radius:0}.service-card-pro{min-width:245px}.page-hero{padding:42px 0}.main-nav .nav-inner{overflow-x:auto;white-space:nowrap}.glass-header{top:0}.products-home{padding-top:30px!important;padding-bottom:30px!important}}

/* V2 slider content compact fix: inks + services */
.products-carousel .product-card{height:444px!important;display:flex!important;flex-direction:column!important;overflow:hidden!important;}
.products-carousel .product-img{height:184px!important;width:100%!important;display:flex!important;align-items:center!important;justify-content:center!important;background:#f8fbff!important;border-bottom:1px solid #eef4fb!important;padding:14px!important;overflow:hidden!important;}
.products-carousel .product-img img{width:100%!important;height:100%!important;object-fit:contain!important;object-position:center!important;}
.products-carousel .product-card .brand{display:block!important;font-size:13px!important;color:#00316f!important;font-weight:700!important;margin-bottom:8px!important;min-height:18px!important;text-align:center!important;}
.products-carousel .product-card h3{font-size:17px!important;line-height:1.35!important;min-height:46px!important;margin:0 0 10px!important;text-align:center!important;color:#03265a!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.products-carousel .product-desc{font-size:14px!important;line-height:1.55!important;color:#64748b!important;margin:0 0 12px!important;text-align:center!important;min-height:66px!important;max-height:66px!important;display:-webkit-box!important;-webkit-line-clamp:3!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.products-carousel .price-row{display:flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;flex-wrap:wrap!important;margin-top:auto!important;margin-bottom:8px!important;width:100%!important;}
.products-carousel .price-row strong{font-size:15px!important;color:#03265a!important;font-weight:900!important;white-space:nowrap!important;}
.products-carousel .price-row del{font-size:13px!important;color:#64748b!important;white-space:nowrap!important;}
.products-carousel .whatsapp-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:34px!important;padding:6px 10px!important;border-radius:10px!important;color:#03265a!important;font-weight:800!important;line-height:1.2!important;text-align:center!important;}

.service-carousel{display:flex!important;grid-template-columns:none!important;gap:18px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-snap-type:x mandatory!important;scroll-behavior:smooth!important;padding:10px 2px 22px!important;scrollbar-width:none!important;-ms-overflow-style:none!important;}
.service-carousel::-webkit-scrollbar{display:none!important;}
.service-card-pro{flex:0 0 260px!important;min-width:260px!important;max-width:260px!important;height:380px!important;background:#fff!important;border:1px solid #dbe7f7!important;border-radius:18px!important;box-shadow:0 8px 24px rgba(6,36,82,.07)!important;overflow:hidden!important;scroll-snap-align:start!important;display:flex!important;flex-direction:column!important;text-align:center!important;}
.service-card-pro img{width:100%!important;height:155px!important;object-fit:cover!important;object-position:center!important;background:#f8fbff!important;}
.service-card-pro div{padding:14px!important;display:flex!important;flex-direction:column!important;align-items:center!important;flex:1!important;min-width:0!important;}
.service-card-pro h3{font-size:18px!important;line-height:1.35!important;margin:0 0 10px!important;color:#03265a!important;min-height:48px!important;display:-webkit-box!important;-webkit-line-clamp:2!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.service-card-pro p{font-size:14px!important;line-height:1.55!important;color:#64748b!important;margin:0 0 12px!important;min-height:88px!important;max-height:88px!important;display:-webkit-box!important;-webkit-line-clamp:4!important;-webkit-box-orient:vertical!important;overflow:hidden!important;}
.service-card-pro .outline-btn.small{margin-top:auto!important;min-width:0!important;width:100%!important;height:38px!important;padding:8px 12px!important;font-size:13px!important;}

@media(max-width:760px){
  .products-carousel .product-card{height:430px!important;}
  .products-carousel .product-img{height:170px!important;}
  .products-carousel .product-desc{min-height:58px!important;max-height:58px!important;-webkit-line-clamp:3!important;}
  .service-card-pro{flex:0 0 82vw!important;min-width:82vw!important;max-width:82vw!important;height:370px!important;}
  .service-card-pro img{height:145px!important;}
}

/* FINAL FIX: compact text inside ink/services slider cards */
#inkSlider.products-carousel,
#servicesSlider.products-carousel,
#servicesSlider.service-carousel{
  align-items:stretch!important;
  overflow-x:auto!important;
  overflow-y:hidden!important;
}
#inkSlider .product-card{
  flex:0 0 230px!important;
  min-width:230px!important;
  max-width:230px!important;
  height:430px!important;
  overflow:hidden!important;
}
#inkSlider .product-info{
  padding:14px!important;
  min-height:0!important;
  overflow:hidden!important;
}
#inkSlider .product-desc{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  max-height:44px!important;
  min-height:44px!important;
  line-height:1.45!important;
  font-size:13px!important;
}
#inkSlider .price-row{
  margin-top:auto!important;
}
#servicesSlider .service-card-pro{
  flex:0 0 250px!important;
  min-width:250px!important;
  max-width:250px!important;
  height:345px!important;
  overflow:hidden!important;
}
#servicesSlider .service-card-pro p{
  display:-webkit-box!important;
  -webkit-line-clamp:2!important;
  -webkit-box-orient:vertical!important;
  overflow:hidden!important;
  max-height:44px!important;
  min-height:44px!important;
  line-height:1.45!important;
  font-size:13px!important;
}
@media(max-width:760px){
  #inkSlider .product-card{flex:0 0 82vw!important;min-width:82vw!important;max-width:82vw!important;height:410px!important;}
  #servicesSlider .service-card-pro{flex:0 0 82vw!important;min-width:82vw!important;max-width:82vw!important;height:335px!important;}
}
