:root{
  --np-apc-dark:#050505;
  --np-apc-teal:#007d89;
  --np-apc-teal-2:#0098a8;
  --np-apc-teal-3:#00b6c8;
  --np-apc-bg:#f4f6f7;
  --np-apc-border:#dfe7ea;
  --np-apc-text:#121a1f;
  --np-apc-muted:#5e6d74;
  --np-apc-container:1500px;
}

body.np-apc-flatsome-restyle{
  background:var(--np-apc-bg);
}

body.np-apc-flatsome-restyle .header-main,
body.np-apc-flatsome-restyle .header-main .header-inner,
body.np-apc-flatsome-restyle .header-main .flex-row,
body.np-apc-flatsome-restyle .header-main .header-bg-container,
body.np-apc-flatsome-restyle .header-main .header-bg-image,
body.np-apc-flatsome-restyle .header-main .header-bg-color{
  background:#050505 !important;
  background-color:#050505 !important;
  background-image:none !important;
}

body.np-apc-flatsome-restyle .header-main{
  border-bottom:1px solid rgba(255,255,255,.08) !important;
}

body.np-apc-flatsome-restyle .header-main .nav > li > a,
body.np-apc-flatsome-restyle .header-main .header-nav > li > a,
body.np-apc-flatsome-restyle .header-main .account-link,
body.np-apc-flatsome-restyle .header-main .cart-item a,
body.np-apc-flatsome-restyle .header-main .header-button a{
  color:#fff !important;
  font-weight:800;
}

body.np-apc-flatsome-restyle .header-main .nav > li > a:hover,
body.np-apc-flatsome-restyle .header-main .header-nav > li > a:hover,
body.np-apc-flatsome-restyle .header-main .account-link:hover,
body.np-apc-flatsome-restyle .header-main .cart-item a:hover{
  color:var(--np-apc-teal-3) !important;
}

body.np-apc-flatsome-restyle .header-main .logo img,
body.np-apc-flatsome-restyle #logo img{
  filter:drop-shadow(0 12px 18px rgba(0,0,0,.42));
}

/* FiboSearch / DGWT Wcas in Flatsome main header only. This does not create or move menu. */
body.np-apc-flatsome-restyle .header-main .dgwt-wcas-search-wrapp{
  display:block !important;
  width:min(860px,48vw) !important;
  max-width:860px !important;
  min-width:520px !important;
  height:58px !important;
  min-height:58px !important;
  margin:0 auto !important;
  padding:0 !important;
  border:0 !important;
  border-radius:7px !important;
  background:#fff !important;
  box-shadow:0 18px 42px rgba(0,0,0,.34) !important;
  overflow:hidden !important;
}

body.np-apc-flatsome-restyle .header-main .dgwt-wcas-search-form,
body.np-apc-flatsome-restyle .header-main .dgwt-wcas-sf-wrapp{
  position:relative !important;
  display:block !important;
  width:100% !important;
  height:58px !important;
  min-height:58px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:7px !important;
  background:#fff !important;
  box-shadow:none !important;
  overflow:hidden !important;
}

body.np-apc-flatsome-restyle .header-main .dgwt-wcas-search-wrapp input[type="search"].dgwt-wcas-search-input{
  position:absolute !important;
  left:0 !important;
  top:0 !important;
  right:64px !important;
  bottom:0 !important;
  display:block !important;
  width:calc(100% - 64px) !important;
  max-width:none !important;
  height:58px !important;
  min-height:58px !important;
  margin:0 !important;
  padding:0 22px 0 26px !important;
  border:0 !important;
  border-radius:7px 0 0 7px !important;
  background:#fff !important;
  box-shadow:none !important;
  color:#263238 !important;
  font-size:16px !important;
  line-height:58px !important;
  font-weight:400 !important;
  text-indent:0 !important;
  opacity:1 !important;
  z-index:1 !important;
}

body.np-apc-flatsome-restyle .header-main .dgwt-wcas-search-wrapp input[type="search"].dgwt-wcas-search-input::placeholder{
  color:#7a858b !important;
  opacity:1 !important;
}

body.np-apc-flatsome-restyle .header-main .dgwt-wcas-search-wrapp input[type="search"].dgwt-wcas-search-input:focus{
  outline:none !important;
  background:#fff !important;
  box-shadow:none !important;
}

body.np-apc-flatsome-restyle .header-main .dgwt-wcas-search-wrapp .dgwt-wcas-ico-magnifier{
  display:none !important;
}

body.np-apc-flatsome-restyle .header-main .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit,
body.np-apc-flatsome-restyle .header-main .dgwt-wcas-search-wrapp button.dgwt-wcas-search-submit{
  position:absolute !important;
  top:0 !important;
  right:0 !important;
  left:auto !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:64px !important;
  min-width:64px !important;
  max-width:64px !important;
  height:58px !important;
  min-height:58px !important;
  max-height:58px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-left:1px solid rgba(0,0,0,.08) !important;
  border-radius:0 7px 7px 0 !important;
  background:linear-gradient(180deg,var(--np-apc-button) 0%,var(--np-apc-button-hover) 100%) !important;
  box-shadow:none !important;
  color:#fff !important;
  font-size:0 !important;
  line-height:0 !important;
  text-indent:-9999px !important;
  overflow:hidden !important;
  z-index:5 !important;
}

body.np-apc-flatsome-restyle .header-main .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  width:28px !important;
  height:28px !important;
  margin:auto !important;
  background:#fff !important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.5 3a7.5 7.5 0 0 1 5.94 12.08l4.24 4.24-1.36 1.36-4.24-4.24A7.5 7.5 0 1 1 10.5 3Zm0 2a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M10.5 3a7.5 7.5 0 0 1 5.94 12.08l4.24 4.24-1.36 1.36-4.24-4.24A7.5 7.5 0 1 1 10.5 3Zm0 2a5.5 5.5 0 1 0 0 11 5.5 5.5 0 0 0 0-11Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

body.np-apc-flatsome-restyle .header-main .dgwt-wcas-search-wrapp .dgwt-wcas-search-submit svg{
  display:none !important;
}

body.np-apc-flatsome-restyle .header-main .dgwt-wcas-search-wrapp .dgwt-wcas-preloader,
body.np-apc-flatsome-restyle .header-main .dgwt-wcas-search-wrapp .dgwt-wcas-close{
  right:76px !important;
  z-index:7 !important;
}

/* Homepage shortcode sections only */
.np-apc-home,
.np-apc-home *{
  box-sizing:border-box;
}

.np-apc-home{
  width:100vw !important;
  max-width:100vw !important;
  margin-left:calc(50% - 50vw) !important;
  margin-right:calc(50% - 50vw) !important;
  overflow-x:hidden !important;
  background:var(--np-apc-bg);
  color:var(--np-apc-text);
  font-family:Inter,Manrope,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
}

.np-apc-home a{
  text-decoration:none;
}

.np-apc-home img{
  max-width:100%;
  height:auto;
}

.np-container{
  width:min(var(--np-apc-container),calc(100% - 48px));
  margin-inline:auto;
}

.np-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  min-height:46px;
  padding:0 24px;
  border:0;
  border-radius:7px;
  background:linear-gradient(180deg,var(--np-apc-button),var(--np-apc-button-hover));
  color:#fff;
  font-weight:900;
  letter-spacing:.02em;
  text-transform:uppercase;
  box-shadow:0 14px 28px rgba(0,111,122,.28);
  cursor:pointer;
}

.np-btn svg{
  width:18px;
  height:18px;
  fill:currentColor;
}

.np-home-hero{
  width:100vw !important;
  max-width:100vw !important;
  margin:0 !important;
  padding:0 !important;
  background:#050505;
}

.np-home-hero__grid{
  width:100%;
  max-width:none;
  display:grid;
  grid-template-columns:1fr;
  gap:0;
  margin:0;
  padding:0;
}

.np-hero-card{
  position:relative;
  overflow:hidden;
  border-radius:0;
  background-color:#071014;
  background-position:center right;
  background-size:cover;
  color:#fff;
  box-shadow:none;
}

.np-hero-card--main{
  min-height:392px;
  display:flex;
  align-items:center;
}

.np-hero-card__content{
  position:relative;
  z-index:2;
  width:min(var(--np-apc-container),calc(100% - 96px));
  margin-inline:auto;
  padding:34px 0 42px;
}

.np-hero-card__content > *{
  max-width:650px;
}

.np-hero-card h1{
  margin:0 0 4px;
  font-family:"Arial Narrow",Arial,sans-serif;
  font-size:clamp(42px,4.6vw,70px);
  line-height:.95;
  letter-spacing:.01em;
  color:#fff;
  text-transform:uppercase;
  text-shadow:0 6px 18px rgba(0,0,0,.45);
}

.np-hero-card h1 span{
  color:var(--np-apc-teal-3);
}

.np-hero-card p{
  margin:0 0 20px;
  max-width:650px;
  color:#fff;
  font-size:clamp(22px,2vw,36px);
  line-height:1.02;
  font-weight:900;
  text-transform:uppercase;
  text-shadow:0 6px 18px rgba(0,0,0,.38);
}

.np-check-list{
  list-style:none;
  margin:0;
  padding:0;
}

.np-check-list--hero{
  display:grid;
  gap:10px;
  margin:0 0 22px;
  max-width:460px;
}

.np-check-list--hero li{
  display:grid;
  grid-template-columns:42px 1fr;
  align-items:center;
  gap:14px;
  color:#fff;
}

.np-check-list__icon{
  width:38px;
  height:38px;
  display:grid;
  place-items:center;
  border-radius:999px;
  background:linear-gradient(180deg,var(--np-apc-teal-2),#00626d);
  color:#fff;
  box-shadow:0 7px 18px rgba(0,111,122,.34);
}

.np-check-list__icon svg{
  width:21px;
  height:21px;
  fill:currentColor;
}

.np-check-list--hero strong{
  display:block;
  margin:0;
  font-size:17px;
  line-height:1.05;
  font-weight:900;
}

.np-check-list--hero li span:not(.np-check-list__icon){
  display:block;
  margin-top:2px;
  color:rgba(255,255,255,.88);
  font-size:14px;
  line-height:1.15;
  font-weight:500;
}

.np-service-bar{
  padding:0;
  background:#fff;
  border-bottom:1px solid var(--np-apc-border);
}

.np-service-bar__grid{
  display:grid;
  grid-template-columns:repeat(5,1fr);
  background:#fff;
}

.np-service-item{
  min-height:68px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  padding:10px 18px;
  border-right:1px solid var(--np-apc-border);
}

.np-service-item:last-child{
  border-right:0;
}

.np-service-item>span{
  color:var(--np-apc-teal);
  font-size:34px;
}

.np-service-item svg{
  width:1.25em;
  height:1.25em;
  fill:currentColor;
}

.np-service-item strong{
  display:block;
  color:#11191d;
  font-size:14px;
  line-height:1.05;
  font-weight:900;
  text-transform:uppercase;
}

.np-service-item em{
  display:block;
  margin-top:2px;
  color:#5f6f76;
  font-size:12px;
  line-height:1.15;
  font-style:normal;
}

.np-category-tiles{
  padding:18px 0 14px;
  background:#f6f7f8;
}

.np-section-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:20px;
  margin-bottom:12px;
}

.np-section-head h2{
  margin:0;
  color:#11191d;
  font-size:18px;
  line-height:1.1;
  font-weight:900;
  letter-spacing:0;
  text-transform:uppercase;
}

.np-section-head a{
  color:var(--np-apc-teal);
  font-size:13px;
  font-weight:900;
}

.np-category-tiles__grid{
  display:grid;
  grid-template-columns:repeat(8,minmax(0,1fr));
  gap:8px;
}

.np-category-tile{
  min-height:120px;
  display:grid;
  grid-template-rows:70px auto;
  align-content:center;
  justify-items:center;
  gap:7px;
  padding:12px 10px 14px;
  border:1px solid #dfe6e8;
  border-radius:6px;
  background:linear-gradient(180deg,#ffffff 0%,#f9fbfb 100%);
  text-align:center;
  box-shadow:0 7px 18px rgba(9,26,31,.05);
  overflow:hidden;
  color:#11191d;
}

.np-category-tile__icon{
  width:100%;
  min-height:68px;
  display:grid;
  place-items:center;
  color:var(--np-apc-teal);
  font-size:54px;
}

.np-category-tile__icon svg{
  width:64px;
  height:64px;
  fill:currentColor;
}

.np-category-tile__icon img{
  max-width:112px;
  max-height:68px;
  width:auto;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 7px 10px rgba(0,0,0,.10));
}

.np-category-tile strong{
  max-width:100%;
  color:#0e171b;
  font-size:15px;
  line-height:1.12;
  font-weight:900;
  word-break:normal;
}

.np-featured-products{
  padding:4px 0 18px;
  background:#f6f7f8;
}

.products.np-products-grid{
  display:grid;
  gap:10px;
  margin:0;
  padding:0;
  list-style:none;
}

.products.np-products-grid--carousel{
  grid-template-columns:repeat(6,minmax(0,1fr));
}

.np-product-card{
  position:relative;
  display:flex !important;
  flex-direction:column;
  min-width:0;
  border:1px solid #dfe6e8;
  border-radius:7px;
  background:#fff;
  box-shadow:0 7px 18px rgba(9,26,31,.05);
  overflow:hidden;
}

.np-product-card__media{
  position:relative;
  display:grid;
  place-items:center;
  height:180px;
  min-height:180px;
  background:linear-gradient(180deg,#fff,#f5f8f9);
}

.np-product-card__media img{
  width:100%;
  height:100%;
  object-fit:contain;
  padding:20px;
}

.np-product-card__body{
  display:flex;
  flex-direction:column;
  gap:9px;
  flex:1;
  padding:16px;
}

.np-product-card__fitment{
  margin:0;
  color:var(--np-apc-muted);
  font-size:12px;
  line-height:1.2;
}

.np-product-card__title{
  margin:0;
  color:#11191d;
  font-size:15px;
  line-height:1.2;
  font-weight:900;
}

.np-product-card__title a{
  color:inherit;
}

.np-stock{
  align-self:flex-start;
  display:inline-flex;
  align-items:center;
  min-height:25px;
  padding:0 11px;
  border-radius:999px;
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
}

.np-stock--in{
  background:#e7f6ed;
  color:#087a3a;
}

.np-stock--out{
  background:#fff1f0;
  color:#a32825;
}

.np-product-card__bottom{
  margin-top:auto;
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  gap:12px !important;
  min-width:0;
}

.np-product-card__bottom .price{
  flex:1 1 auto !important;
  min-width:0 !important;
  color:#11191d;
  font-size:18px;
  line-height:1;
  font-weight:900;
  white-space:nowrap;
}

body.np-apc-flatsome-restyle .np-featured-products .np-product-card a.button,
body.np-apc-flatsome-restyle .np-featured-products .np-product-card button.button,
body.np-apc-flatsome-restyle .np-featured-products .np-product-card .add_to_cart_button,
body.np-apc-flatsome-restyle .np-product-card__bottom a.button,
body.np-apc-flatsome-restyle .np-product-card__bottom button.button,
body.np-apc-flatsome-restyle .np-product-card__bottom .add_to_cart_button{
  position:relative !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  flex:0 0 42px !important;
  width:42px !important;
  min-width:42px !important;
  max-width:42px !important;
  height:42px !important;
  min-height:42px !important;
  max-height:42px !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  border-radius:6px !important;
  background:var(--np-apc-button) !important;
  color:transparent !important;
  font-size:0 !important;
  line-height:0 !important;
  text-indent:-9999px !important;
  white-space:nowrap !important;
  overflow:hidden !important;
}

body.np-apc-flatsome-restyle .np-featured-products .np-product-card a.button::before,
body.np-apc-flatsome-restyle .np-featured-products .np-product-card button.button::before,
body.np-apc-flatsome-restyle .np-featured-products .np-product-card .add_to_cart_button::before,
body.np-apc-flatsome-restyle .np-product-card__bottom a.button::before,
body.np-apc-flatsome-restyle .np-product-card__bottom button.button::before,
body.np-apc-flatsome-restyle .np-product-card__bottom .add_to_cart_button::before{
  content:"" !important;
  position:absolute !important;
  inset:0 !important;
  display:block !important;
  width:22px !important;
  height:22px !important;
  margin:auto !important;
  background:#fff !important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM6.2 6l.9 5.2c.1.6.6 1 1.2 1h7.6c.7 0 1.3-.4 1.6-1l2.2-5H6.2ZM5.8 4H21c.4 0 .7.2.9.5.2.3.2.7.1 1l-2.7 6.4A3.4 3.4 0 0 1 16 14H8.3a3.1 3.1 0 0 1-3-2.6L4.2 4.9H2V3h3c.4 0 .8.3.8 1Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
  mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 20a2 2 0 1 0 0-4 2 2 0 0 0 0 4Zm10 0a2 2 0 1 0 0-4 2 2 0 0 0 0 4ZM6.2 6l.9 5.2c.1.6.6 1 1.2 1h7.6c.7 0 1.3-.4 1.6-1l2.2-5H6.2ZM5.8 4H21c.4 0 .7.2.9.5.2.3.2.7.1 1l-2.7 6.4A3.4 3.4 0 0 1 16 14H8.3a3.1 3.1 0 0 1-3-2.6L4.2 4.9H2V3h3c.4 0 .8.3.8 1Z'/%3E%3C/svg%3E") center / contain no-repeat !important;
}

.np-brand-strip,
.np-part-finder{
  background:#05090b;
  color:#fff;
}

.np-brand-strip{
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.08);
}

.np-brand-strip__inner{
  min-height:72px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.np-brand-strip__logos{
  display:flex;
  align-items:center;
  gap:24px;
  flex-wrap:wrap;
}

.np-brand-strip__logos a,
.np-brand-strip__logos span{
  color:rgba(255,255,255,.88);
  font-weight:800;
}

.np-part-finder__inner{
  min-height:96px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
}

.np-part-finder h2{
  margin:0 0 4px;
  color:#fff;
  font-size:22px;
  font-weight:900;
  text-transform:uppercase;
}

.np-part-finder p{
  margin:0;
  color:rgba(255,255,255,.82);
}

@media (max-width:1200px){
  .np-category-tiles__grid{
    grid-template-columns:repeat(4,minmax(0,1fr));
  }
  .products.np-products-grid--carousel{
    grid-template-columns:repeat(3,minmax(0,1fr));
  }
}

@media (max-width:849px){
  body.np-apc-flatsome-restyle .header-main .dgwt-wcas-search-wrapp{
    width:100% !important;
    min-width:0 !important;
    max-width:none !important;
  }
  .np-hero-card--main{
    min-height:430px;
  }
  .np-hero-card__content{
    width:min(100% - 36px,720px);
  }
  .np-service-bar__grid{
    grid-template-columns:1fr 1fr;
  }
  .np-service-item:nth-child(2n){
    border-right:0;
  }
}

@media (max-width:640px){
  .np-container{
    width:calc(100% - 28px);
  }
  .np-hero-card h1{
    font-size:38px;
  }
  .np-hero-card p{
    font-size:21px;
  }
  .np-check-list--hero li{
    grid-template-columns:36px 1fr;
    gap:10px;
  }
  .np-check-list__icon{
    width:34px;
    height:34px;
  }
  .np-category-tiles__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }
  .products.np-products-grid--carousel{
    grid-template-columns:1fr;
  }
  .np-service-bar__grid{
    grid-template-columns:1fr;
  }
  .np-service-item{
    border-right:0;
    border-bottom:1px solid var(--np-apc-border);
    justify-content:flex-start;
  }
  .np-brand-strip__inner,
  .np-part-finder__inner{
    align-items:flex-start;
    flex-direction:column;
    padding:22px 0;
  }
}


/* Remove only the white gap between the existing category menu and homepage banner */
body.np-apc-flatsome-restyle #main,
body.np-apc-flatsome-restyle .page-wrapper,
body.np-apc-flatsome-restyle #content,
body.np-apc-flatsome-restyle .content-area,
body.np-apc-flatsome-restyle .site-main,
body.np-apc-flatsome-restyle .entry-content,
body.np-apc-flatsome-restyle .page-inner{
  padding-top:0 !important;
  margin-top:0 !important;
}

body.np-apc-flatsome-restyle .entry-content > p:first-child{
  margin-top:0 !important;
  padding-top:0 !important;
}

body.np-apc-flatsome-restyle .np-apc-home,
body.np-apc-flatsome-restyle .np-apc-home .np-home-hero{
  margin-top:0 !important;
  padding-top:0 !important;
}

body.np-apc-flatsome-restyle .np-apc-home{
  transform:translateY(-1px);
}


/* Featured products two-row layout */
body.np-apc-flatsome-restyle .np-featured-products .products.np-products-grid--carousel{
  grid-template-columns:repeat(6,minmax(0,1fr));
  grid-auto-rows:auto;
}

body.np-apc-flatsome-restyle .np-featured-products .np-product-card:nth-child(n+13){
  display:none !important;
}




/* Safe hero image rendering without overlay */
.np-hero-card,
.np-hero-card--main{
  background-color:#050505 !important;
  background-position:center right !important;
  background-size:cover !important;
  background-repeat:no-repeat !important;
}

.np-hero-card::before,
.np-hero-card::after,
.np-hero-card--main::before,
.np-hero-card--main::after,
.np-home-hero::before,
.np-home-hero::after{
  content:none !important;
  display:none !important;
}


/* Mobile products only fix.
   This block does not change the hero/banner and does not touch the external category menu. */
@media (max-width: 849px){
  body.np-apc-flatsome-restyle .np-apc-home .np-featured-products{
    padding-left:14px !important;
    padding-right:14px !important;
    overflow:hidden !important;
  }

  body.np-apc-flatsome-restyle .np-apc-home .np-featured-products > .np-container{
    width:100% !important;
    max-width:100% !important;
    margin-left:auto !important;
    margin-right:auto !important;
    padding-left:0 !important;
    padding-right:0 !important;
  }

  body.np-apc-flatsome-restyle .np-featured-products .np-section-head{
    display:flex !important;
    align-items:flex-start !important;
    justify-content:space-between !important;
    gap:12px !important;
    padding-left:0 !important;
    padding-right:0 !important;
    margin-bottom:16px !important;
  }

  body.np-apc-flatsome-restyle .np-featured-products .np-section-head h2{
    font-size:28px !important;
    line-height:1.08 !important;
    max-width:58% !important;
    margin:0 !important;
  }

  body.np-apc-flatsome-restyle .np-featured-products .np-section-head a{
    font-size:17px !important;
    line-height:1.18 !important;
    text-align:right !important;
    max-width:38% !important;
    margin:0 !important;
  }

  body.np-apc-flatsome-restyle .np-featured-products .products.np-products-grid,
  body.np-apc-flatsome-restyle .np-featured-products .products.np-products-grid--carousel{
    display:grid !important;
    grid-template-columns:1fr !important;
    gap:16px !important;
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    list-style:none !important;
    overflow:visible !important;
  }

  body.np-apc-flatsome-restyle .np-featured-products .products.np-products-grid > li,
  body.np-apc-flatsome-restyle .np-featured-products .np-product-card{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin-left:0 !important;
    margin-right:0 !important;
    display:flex !important;
    flex-direction:column !important;
    border-radius:10px !important;
    overflow:hidden !important;
  }

  body.np-apc-flatsome-restyle .np-featured-products .np-product-card__media{
    height:190px !important;
    min-height:190px !important;
  }

  body.np-apc-flatsome-restyle .np-featured-products .np-product-card__media img{
    width:100% !important;
    height:100% !important;
    object-fit:contain !important;
  }

  body.np-apc-flatsome-restyle .np-featured-products .np-product-card__body{
    padding:16px !important;
    min-width:0 !important;
  }

  body.np-apc-flatsome-restyle .np-featured-products .np-product-card__title{
    font-size:17px !important;
    line-height:1.25 !important;
    word-break:normal !important;
    overflow-wrap:anywhere !important;
  }

  body.np-apc-flatsome-restyle .np-featured-products .np-product-card__bottom{
    display:flex !important;
    align-items:center !important;
    justify-content:space-between !important;
    gap:12px !important;
  }
}

@media (max-width: 430px){
  body.np-apc-flatsome-restyle .np-apc-home .np-featured-products{
    padding-left:12px !important;
    padding-right:12px !important;
  }
}


/* Mobile final fix: remove white gap above hero and remove right black strip.
   This block does not modify the external category menu itself. */
@media (max-width: 849px){
  body.np-apc-flatsome-restyle,
  body.np-apc-flatsome-restyle html{
    overflow-x:hidden !important;
  }

  body.np-apc-flatsome-restyle #main,
  body.np-apc-flatsome-restyle .main,
  body.np-apc-flatsome-restyle .page-wrapper,
  body.np-apc-flatsome-restyle #content,
  body.np-apc-flatsome-restyle .content-area,
  body.np-apc-flatsome-restyle .site-main,
  body.np-apc-flatsome-restyle .entry-content,
  body.np-apc-flatsome-restyle .page-inner,
  body.np-apc-flatsome-restyle .large-12.col,
  body.np-apc-flatsome-restyle .col-inner{
    margin-top:0 !important;
    padding-top:0 !important;
  }

  body.np-apc-flatsome-restyle .entry-content > p:first-child,
  body.np-apc-flatsome-restyle .entry-content > p:empty:first-child{
    margin-top:0 !important;
    margin-bottom:0 !important;
    padding-top:0 !important;
    padding-bottom:0 !important;
  }

  body.np-apc-flatsome-restyle .np-apc-home{
    margin-top:0 !important;
    padding-top:0 !important;
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    overflow-x:hidden !important;
    background:#fff !important;
  }

  body.np-apc-flatsome-restyle .np-apc-home .np-home-hero,
  body.np-apc-flatsome-restyle .np-apc-home .np-home-hero--teal-restyle{
    margin-top:0 !important;
    padding-top:0 !important;
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
    overflow:hidden !important;
    background:#050505 !important;
  }

  body.np-apc-flatsome-restyle .np-apc-home .np-home-hero > .np-container,
  body.np-apc-flatsome-restyle .np-apc-home .np-home-hero__grid{
    width:100% !important;
    max-width:100% !important;
    margin:0 !important;
    padding:0 !important;
    overflow:hidden !important;
  }

  body.np-apc-flatsome-restyle .np-apc-home .np-hero-card,
  body.np-apc-flatsome-restyle .np-apc-home .np-hero-card--main{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    margin:0 !important;
    border-radius:0 !important;
    overflow:hidden !important;
    background-size:cover !important;
    background-position:center center !important;
    background-repeat:no-repeat !important;
  }
}

@media (max-width: 430px){
  body.np-apc-flatsome-restyle .np-apc-home .np-hero-card__content{
    width:calc(100% - 28px) !important;
    max-width:calc(100% - 28px) !important;
  }
}
