*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Inter,Arial,sans-serif;color:#173b2c;background:#fffdf9;line-height:1.6}.container{width:min(1120px,92%);margin:auto}.site-header{position:sticky;top:0;z-index:20;background:rgba(255,253,249,.96);border-bottom:1px solid #e8e0d3}.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 0}.brand{color:#173b2c;text-decoration:none;font-weight:900;letter-spacing:.08em}.brand span{display:block;font-size:24px}.brand small{font-size:9px;letter-spacing:.15em}.nav nav{display:flex;gap:24px}.nav nav a{color:#173b2c;text-decoration:none;font-weight:700}.menu{display:none;background:none;border:0;font-size:24px}.hero{padding:90px 0 70px;background:linear-gradient(135deg,#f6efe0,#edf5ef)}.hero-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:60px;align-items:center}.eyebrow{font-size:12px;font-weight:900;letter-spacing:.18em;color:#a77a20}.hero h1{font-size:clamp(42px,6vw,72px);line-height:1.05;margin:12px 0 20px}.lead{font-size:20px;max-width:650px}.actions{display:flex;gap:12px;flex-wrap:wrap;margin:28px 0}.btn{display:inline-block;border:0;border-radius:999px;padding:13px 20px;text-decoration:none;font-weight:800;cursor:pointer;margin:5px 5px 0 0}.primary{background:#176b45;color:white}.secondary{background:#fff;color:#173b2c;border:1px solid #cbbfae}.hero-card{background:#fff;padding:42px;border-radius:28px;box-shadow:0 20px 50px #173b2c18;text-align:center}.seal{width:110px;height:110px;border-radius:50%;display:grid;place-items:center;margin:auto;background:#176b45;color:#d7b65d;font-weight:900;border:5px solid #d7b65d}.section{padding:75px 0}.alt{background:#f4f0e7}.section h2{font-size:42px;line-height:1.1;margin:8px 0 30px}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product{background:#fff;border:1px solid #e7dfd2;border-radius:24px;overflow:hidden}.product-image{min-height:260px;display:grid;place-items:center;text-align:center;background:linear-gradient(135deg,#edf5ef,#f7f0df);font-weight:900;font-size:34px;color:#176b45}.product-image span{font-size:14px;color:#a77a20}.product-body{padding:24px}.price{margin:18px 0;font-weight:900}.sale{font-size:22px}.old{text-decoration:line-through;color:#888;font-weight:500;font-size:14px}.two{display:grid;grid-template-columns:1fr 1fr;gap:70px}.quote{padding:30px;background:#fff;border-radius:20px;border-left:5px solid #d7b65d}.policy-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.policy-grid>div{background:#fff;padding:25px;border-radius:18px;border:1px solid #e5ddcf}.contact{background:#173b2c;color:#fff}.contact .eyebrow{color:#d7b65d}.contact a{color:#fff}.contact-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:28px}.footer{padding:22px 0;display:flex;justify-content:space-between;font-size:13px}.note,.edit-note{font-size:12px;color:#6d6d6d}.edit-note{margin-top:20px}@media(max-width:800px){.nav nav{display:none}.menu{display:block}.hero-grid,.two,.policy-grid{grid-template-columns:1fr}.product-grid{grid-template-columns:1fr}.contact-grid{grid-template-columns:1fr 1fr}.hero{padding-top:55px}.footer{display:block}.footer span{display:block;margin:5px 0}}@media(max-width:500px){.contact-grid{grid-template-columns:1fr}.section h2{font-size:34px}}
.category{font-size:26px;margin:45px 0 20px;color:#176b45}.shop-note{background:#f4f0e7;padding:16px 20px;border-radius:14px}.product-grid{grid-template-columns:repeat(3,1fr)}@media(max-width:1000px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.product-grid{grid-template-columns:1fr}}
/* Product photography */
.product-image{overflow:hidden;min-height:320px;padding:12px;box-sizing:border-box;background:#fff}
.product-image img{display:block;width:100%;height:320px;object-fit:contain;border-radius:12px}

/* Professional colourful cover photo */
.hero-cover{position:relative;min-height:620px;padding:0;background-image:linear-gradient(90deg,rgba(8,38,28,.18),rgba(8,38,28,.02)),url("assets/hero-cover.jpg");background-size:cover;background-position:center;display:flex;align-items:center;overflow:hidden}
.hero-overlay{display:flex;align-items:center;min-height:620px}
.hero-actions-card{max-width:590px;padding:34px 38px;border-radius:28px;background:rgba(9,45,33,.88);box-shadow:0 22px 60px rgba(0,0,0,.25);backdrop-filter:blur(5px);color:#fff}
.hero-actions-card h1{font-size:clamp(38px,5vw,62px);line-height:1.05;margin:10px 0 18px}
.hero-actions-card .lead{font-size:18px}
.hero-actions-card .eyebrow{color:#e1bf67}
.hero-actions-card .secondary{background:#fff;color:#173b2c}
@media(max-width:800px){.hero-cover{min-height:650px;background-position:58% center}.hero-overlay{min-height:650px;padding:30px 0}.hero-actions-card{padding:26px 22px;background:rgba(9,45,33,.91)}.hero-actions-card h1{font-size:40px}}

/* iPhone/mobile product sizing fix */
@media(max-width:600px){
  .product-grid{grid-template-columns:1fr;gap:16px}
  .product-image{min-height:210px;height:210px;padding:10px}
  .product-image img{width:100%;height:190px;max-height:190px;object-fit:contain}
  .product-body{padding:18px}
  .product-body h3{font-size:21px}
  .price{margin:12px 0}
  .sale{font-size:20px}
}

/* AMAKS final 2-column mobile shop */
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.product-image{height:230px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:8px}
.product-image img{width:100%;height:100%;object-fit:contain}
.no-photo{font-weight:800;letter-spacing:.12em;text-align:center}
.card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}
.card-actions .whatsapp-btn{grid-column:1/-1}
.no-image-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.list-product{display:grid;grid-template-columns:1fr auto auto;align-items:center;gap:10px;border:1px solid #eee;border-radius:10px;padding:12px}
.list-product span{display:block;font-size:12px;opacity:.7;margin-top:4px}
.list-price{white-space:nowrap}
.mini-add{border:0;border-radius:8px;padding:8px 10px;font-weight:700;cursor:pointer}
.mobile-menu{position:fixed;inset:0;z-index:9998;display:none}
.mobile-menu.open{display:block}.mobile-menu-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.35)}
.mobile-menu-panel{position:absolute;inset:0;background:#fff;padding:75px 20px;overflow:auto}
.mobile-menu-close{position:absolute;top:14px;left:18px;border:0;background:none;font-size:40px}
.mobile-menu-panel a,.mobile-menu-panel>button{display:flex;justify-content:center;align-items:center;width:100%;min-height:60px;margin:0 0 12px;border:1px solid #eee;background:#fff;color:#173b2c;text-decoration:none;font-weight:800;letter-spacing:.12em}
.cart-drawer{position:fixed;inset:0;z-index:10000;display:none}.cart-drawer.open{display:block}.drawer-backdrop{position:absolute;inset:0;background:rgba(0,0,0,.35)}
.drawer{position:absolute;right:0;top:0;height:100%;width:min(420px,92vw);background:#fff;padding:20px;overflow:auto}
.drawer-head{display:flex;justify-content:space-between;align-items:center}.drawer-head button{font-size:30px;border:0;background:none}
.cart-row{padding:12px 0;border-bottom:1px solid #eee}.cart-row-top{display:flex;justify-content:space-between;gap:8px}.qty{display:flex;gap:8px;align-items:center;margin-top:8px}.qty button{padding:5px 9px;border:1px solid #ddd;background:#fff;border-radius:6px}
.cart-summary{padding-top:16px}.cart-summary>div{display:flex;justify-content:space-between;margin-bottom:14px}
.cart-button{border:0;background:transparent;font-weight:700;cursor:pointer}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.nav nav{display:none}.menu{display:block}}
@media(max-width:600px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.product-image{height:135px!important}.product-image img{height:125px!important}.product-body{padding:10px!important}.product-body h3{font-size:14px!important}.price{font-size:16px}.card-actions{grid-template-columns:1fr!important}.card-actions .whatsapp-btn{grid-column:auto}.card-actions .btn{font-size:11px;padding:9px 5px}.no-image-list{grid-template-columns:1fr}.list-product{grid-template-columns:1fr auto}.list-price{grid-column:2}.mini-add{grid-column:1}.no-image-heading{margin-top:35px}}
@media(max-width:380px){.product-image{height:115px!important}.product-image img{height:105px!important}.product-body{padding:8px!important}.product-body h3{font-size:13px!important}.card-actions .btn{font-size:10px}}

/* AMAKS iPhone/Safari final sizing fix */
html, body { width:100%; max-width:100%; overflow-x:hidden; }
img { max-width:100%; }
.product-grid {
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  width:100% !important;
}
.product-card {
  min-width:0 !important;
  width:100% !important;
  overflow:hidden !important;
}
.product-image {
  width:100% !important;
  height:240px !important;
  min-height:0 !important;
  max-height:240px !important;
  padding:10px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
}
.product-image img {
  display:block !important;
  width:auto !important;
  max-width:88% !important;
  height:auto !important;
  max-height:215px !important;
  object-fit:contain !important;
  object-position:center !important;
}
@media (max-width: 700px) {
  .product-grid {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:12px !important;
  }
  .product-image {
    height:150px !important;
    max-height:150px !important;
    padding:6px !important;
  }
  .product-image img {
    width:auto !important;
    max-width:82% !important;
    height:auto !important;
    max-height:135px !important;
  }
}
@media (max-width: 430px) {
  .product-grid {
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  .product-card {
    border-radius:12px !important;
  }
  .product-image {
    height:112px !important;
    max-height:112px !important;
    padding:4px !important;
  }
  .product-image img {
    max-width:78% !important;
    max-height:100px !important;
  }
  .product-body {
    padding:9px !important;
  }
  .product-body h3 {
    font-size:13px !important;
    line-height:1.2 !important;
  }
  .price {
    font-size:15px !important;
  }
}

/* AMAKS catalogue image + iPhone layout */
.product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;width:100%;}
.product{min-width:0;overflow:hidden;}
.product-image{height:260px;display:flex;align-items:center;justify-content:center;overflow:hidden;padding:10px;box-sizing:border-box;}
.product-image img{display:block;width:auto!important;height:auto!important;max-width:92%!important;max-height:240px!important;object-fit:contain!important;object-position:center!important;}
.product-image.no-image{background:#f7faf7;border:1px dashed #c9d7cc;border-radius:12px;color:#667; font-size:12px;}
.no-image-heading{margin-top:36px;}
@media(max-width:700px){
 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;}
 .product-image{height:132px;max-height:132px;padding:4px;}
 .product-image img{max-width:82%!important;max-height:120px!important;}
 .product-body{padding:9px;}
 .product-body h3{font-size:13px;line-height:1.2;min-height:31px;margin-bottom:5px;overflow-wrap:anywhere;}
 .product-body>p{font-size:11px;}
 .price{font-size:15px;}
 .card-actions{display:grid;grid-template-columns:1fr;gap:6px;}
 .card-actions .btn{min-height:34px;padding:7px 5px;font-size:11px;}
}
@media(max-width:380px){
 .product-grid{gap:7px;}
 .product-image{height:115px;max-height:115px;}
 .product-image img{max-height:104px!important;max-width:78%!important;}
 .product-body h3{font-size:12px;}
}

/* AMAKS final mobile product layout */
html, body { max-width:100%; overflow-x:hidden; }
.product-grid{
  display:grid !important;
  grid-template-columns:repeat(3,minmax(0,1fr)) !important;
  gap:18px !important;
  align-items:start !important;
}
.product{
  min-width:0 !important;
  width:100% !important;
  box-sizing:border-box !important;
  overflow:hidden !important;
}
.product-image{
  width:100% !important;
  height:230px !important;
  min-height:230px !important;
  max-height:230px !important;
  padding:8px !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
  box-sizing:border-box !important;
  background:#fff !important;
}
.product-image img{
  display:block !important;
  width:auto !important;
  height:auto !important;
  max-width:86% !important;
  max-height:210px !important;
  object-fit:contain !important;
  object-position:center !important;
}
.product-image.no-image{
  height:92px !important;
  min-height:92px !important;
  max-height:92px !important;
  background:#f7f4ec !important;
}
.product-image.no-image span{font-size:12px !important;}
.product-body{padding:14px !important;}
.product-body h3{font-size:16px !important; line-height:1.25 !important; margin:0 0 8px !important;}
.product-body p{font-size:13px !important; margin:5px 0 !important;}
.price{margin:10px 0 !important;}
.sale{font-size:18px !important;}
.card-actions{display:flex !important; flex-wrap:wrap !important; gap:7px !important;}
.card-actions .btn{font-size:12px !important; padding:9px 10px !important; min-height:38px !important;}
@media (max-width:1000px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr)) !important;}
}
@media (max-width:600px){
  .product-grid{
    grid-template-columns:repeat(2,minmax(0,1fr)) !important;
    gap:8px !important;
  }
  .product-image{
    height:125px !important;
    min-height:125px !important;
    max-height:125px !important;
    padding:4px !important;
  }
  .product-image img{
    max-width:82% !important;
    max-height:115px !important;
  }
  .product-image.no-image{
    height:60px !important;
    min-height:60px !important;
    max-height:60px !important;
  }
  .product-body{padding:9px !important;}
  .product-body h3{font-size:13px !important; line-height:1.2 !important;}
  .product-body p{font-size:11px !important;}
  .sale{font-size:15px !important;}
  .card-actions{gap:5px !important;}
  .card-actions .btn{
    flex:1 1 100% !important;
    width:100% !important;
    font-size:11px !important;
    padding:8px 5px !important;
  }
}
@media (min-width:601px) and (max-width:1000px){
  .product-image{height:190px !important; min-height:190px !important; max-height:190px !important;}
  .product-image img{max-height:175px !important;}
}

/* FINAL AMAKS PRICE LIST / IMAGE-FIRST LAYOUT */
.product-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;align-items:start!important}
.product{min-width:0!important;width:100%!important;overflow:hidden!important}
.product-image{height:220px!important;min-height:220px!important;max-height:220px!important;padding:8px!important;background:#fff!important;display:flex!important;align-items:center!important;justify-content:center!important}
.product-image img{display:block!important;width:auto!important;height:auto!important;max-width:90%!important;max-height:205px!important;object-fit:contain!important}
.product-body{padding:12px!important}
.product-body h3{font-size:15px!important;line-height:1.22!important;margin:0 0 5px!important;overflow-wrap:anywhere}
.product-body p{font-size:11px!important;margin:3px 0!important}
.price{margin:8px 0!important;display:flex;gap:6px;align-items:baseline;flex-wrap:wrap}
.price .old{font-size:12px!important;color:#888!important;text-decoration:line-through!important}
.price .sale{font-size:17px!important;font-weight:900!important}
.card-actions{display:grid!important;grid-template-columns:1fr!important;gap:5px!important}
.card-actions .btn{width:100%!important;min-height:34px!important;font-size:11px!important;padding:7px 5px!important;margin:0!important}
.no-image-list{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.list-product{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;align-items:center;background:#fff;border:1px solid #e7dfd2;border-radius:14px;padding:12px}
.list-product strong{display:block;line-height:1.25;overflow-wrap:anywhere}
.list-product small{display:block;color:#777;font-size:11px;margin-top:3px}
.list-price{white-space:nowrap;text-align:right}
.list-price .old{text-decoration:line-through;color:#888;font-size:11px}
.mini-add{grid-column:1/-1!important;width:100%!important;margin:0!important;font-size:11px!important;padding:8px!important}
@media(max-width:900px){.product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:600px){
 .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important}
 .product-image{height:112px!important;min-height:112px!important;max-height:112px!important;padding:3px!important}
 .product-image img{max-width:84%!important;max-height:104px!important}
 .product-body{padding:8px!important}
 .product-body h3{font-size:12px!important;line-height:1.18!important;min-height:29px!important}
 .product-body p{font-size:9px!important}
 .price{margin:6px 0!important;gap:3px!important}
 .price .old{font-size:9px!important}
 .price .sale{font-size:13px!important}
 .card-actions .btn{font-size:10px!important;padding:7px 3px!important;min-height:31px!important}
 .no-image-list{grid-template-columns:1fr;gap:7px}
 .list-product{grid-template-columns:minmax(0,1fr) auto;gap:6px;padding:10px}
 .list-product strong{font-size:12px}
 .list-price{font-size:12px}
}
@media(max-width:380px){.product-image{height:102px!important;min-height:102px!important;max-height:102px!important}.product-image img{max-height:94px!important}.product-body h3{font-size:11px!important}.price .sale{font-size:12px!important}}

/* FINAL MASTER PRODUCT LAYOUT — each image, name and price stay in one card */
.product-grid{
  display:grid!important;
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:18px!important;
  align-items:start!important;
}
.product{
  min-width:0!important;
  width:100%!important;
  overflow:hidden!important;
}
.product-image{
  width:100%!important;
  height:240px!important;
  min-height:240px!important;
  max-height:240px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  overflow:hidden!important;
  box-sizing:border-box!important;
  padding:8px!important;
}
.product-image img{
  display:block!important;
  width:auto!important;
  height:auto!important;
  max-width:90%!important;
  max-height:220px!important;
  object-fit:contain!important;
  object-position:center!important;
}
.product-image.no-image{
  background:#f7faf7!important;
  border:1px dashed #c9d7cc!important;
  color:#667!important;
  font-size:12px!important;
}
.product-body{min-width:0!important;padding:16px!important;}
.product-body h3{
  overflow-wrap:anywhere!important;
  word-break:normal!important;
  line-height:1.25!important;
  min-height:2.5em!important;
}
.card-actions{display:flex!important;flex-wrap:wrap!important;gap:8px!important;}
.card-actions .btn{flex:1 1 30%!important;min-width:90px!important;}
.category{margin-top:34px!important;margin-bottom:14px!important;}
@media(max-width:800px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important;}
  .product-image{height:145px!important;min-height:145px!important;max-height:145px!important;padding:5px!important;}
  .product-image img{max-width:86%!important;max-height:135px!important;}
  .product-body{padding:10px!important;}
  .product-body h3{font-size:13px!important;min-height:3.2em!important;}
  .product-body p{font-size:11px!important;margin:5px 0!important;}
  .price{margin:8px 0!important;}
  .old{font-size:11px!important;}
  .sale{font-size:15px!important;}
  .card-actions{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;}
  .card-actions .btn{width:100%!important;min-width:0!important;}
}
@media(max-width:430px){
  .product-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px!important;}
  .product-image{height:112px!important;min-height:112px!important;max-height:112px!important;}
  .product-image img{max-width:80%!important;max-height:102px!important;}
  .product-body h3{font-size:12px!important;}
  .product-body p{font-size:10px!important;}
  .sale{font-size:14px!important;}
}

/* AMAKS female-product discount countdown */
.discount-countdown{width:100%;background:#173b2c;color:#fff;text-align:center;padding:12px 10px;box-sizing:border-box}
.discount-countdown-inner{max-width:1100px;margin:0 auto}
.discount-countdown strong{display:block;font-size:15px;letter-spacing:.08em;margin-bottom:7px}
.countdown-time{display:flex;justify-content:center;gap:8px}
.countdown-time span{display:flex;flex-direction:column;min-width:58px;padding:5px 7px;border-radius:8px;background:rgba(255,255,255,.12)}
.countdown-time b{font-size:22px;line-height:1.05}
.countdown-time small{font-size:8px;margin-top:3px;letter-spacing:.08em}
.discount-ended{font-weight:800;font-size:18px}
@media(max-width:430px){
  .discount-countdown{padding:9px 6px}
  .discount-countdown strong{font-size:11px;letter-spacing:.04em}
  .countdown-time{gap:5px}
  .countdown-time span{min-width:48px;padding:5px 4px}
  .countdown-time b{font-size:18px}
  .countdown-time small{font-size:7px}
}

/* FINAL COUNTDOWN BANNER */
.discount-countdown{
  display:block!important;
  width:100%!important;
  box-sizing:border-box!important;
  background:#173b2c!important;
  color:#fff!important;
  padding:14px 8px!important;
  margin:0!important;
  text-align:center!important;
  position:relative!important;
  z-index:20!important;
}
.discount-countdown-inner{
  width:100%!important;
  max-width:900px!important;
  margin:0 auto!important;
}
.discount-title{
  font-size:15px!important;
  font-weight:900!important;
  letter-spacing:.05em!important;
  margin-bottom:9px!important;
}
.countdown-time{
  display:flex!important;
  justify-content:center!important;
  align-items:center!important;
  gap:7px!important;
}
.countdown-time>div{
  min-width:58px!important;
  padding:6px 7px!important;
  box-sizing:border-box!important;
  border-radius:7px!important;
  background:rgba(255,255,255,.15)!important;
}
.countdown-time span{
  display:block!important;
  font-size:23px!important;
  line-height:1!important;
  font-weight:900!important;
}
.countdown-time small{
  display:block!important;
  margin-top:4px!important;
  font-size:8px!important;
  font-weight:800!important;
}
.discount-ended{
  font-weight:900!important;
  font-size:18px!important;
}
@media(max-width:430px){
  .discount-countdown{padding:10px 5px!important}
  .discount-title{font-size:10px!important}
  .countdown-time{gap:4px!important}
  .countdown-time>div{min-width:48px!important;padding:5px 3px!important}
  .countdown-time span{font-size:18px!important}
  .countdown-time small{font-size:7px!important}
}

#amaksDiscountBanner{
  display:block!important;
  width:100%!important;
  min-height:86px!important;
  padding:12px 6px!important;
  margin:0!important;
  box-sizing:border-box!important;
  background:#173b2c!important;
  color:#ffffff!important;
  text-align:center!important;
  font-family:Arial,sans-serif!important;
  position:relative!important;
  z-index:99999!important;
}
#amaksDiscountBanner .amaksDiscountTitle{
  display:block!important;
  color:#ffffff!important;
  font-size:15px!important;
  line-height:20px!important;
  font-weight:900!important;
  margin:0 0 8px!important;
}
#amaksDiscountBanner .amaksDiscountTimer{
  display:flex!important;
  flex-direction:row!important;
  justify-content:center!important;
  align-items:center!important;
  gap:6px!important;
}
#amaksDiscountBanner .amaksDiscountTimer span{
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  width:58px!important;
  height:46px!important;
  background:rgba(255,255,255,.16)!important;
  border-radius:6px!important;
  box-sizing:border-box!important;
}
#amaksDiscountBanner .amaksDiscountTimer b{
  display:block!important;
  color:#ffffff!important;
  font-size:21px!important;
  line-height:21px!important;
  font-weight:900!important;
}
#amaksDiscountBanner .amaksDiscountTimer small{
  display:block!important;
  color:#ffffff!important;
  font-size:8px!important;
  line-height:10px!important;
  font-weight:700!important;
}
#amaksOfferEnded{
  color:#ffffff!important;
  font-size:18px!important;
  font-weight:900!important;
}
@media(max-width:430px){
  #amaksDiscountBanner{min-height:72px!important;padding:8px 3px!important}
  #amaksDiscountBanner .amaksDiscountTitle{font-size:10px!important;line-height:14px!important;margin-bottom:5px!important}
  #amaksDiscountBanner .amaksDiscountTimer{gap:3px!important}
  #amaksDiscountBanner .amaksDiscountTimer span{width:47px!important;height:39px!important}
  #amaksDiscountBanner .amaksDiscountTimer b{font-size:17px!important;line-height:17px!important}
  #amaksDiscountBanner .amaksDiscountTimer small{font-size:6px!important}
}
