/* Ibom-Oil homepage final mobile centering/responsiveness patch */
body.ibom-home-page,
body.ibom-home-page *{
  max-width: 100%;
}
body.ibom-home-page{
  overflow-x: hidden !important;
  width: 100%;
}
body.ibom-home-page img,
body.ibom-home-page canvas,
body.ibom-home-page svg,
body.ibom-home-page video{
  max-width: 100% !important;
}
body.ibom-home-page .container{
  width: min(1180px, calc(100% - 32px)) !important;
  max-width: 1180px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
body.ibom-home-page .navbar{
  flex-wrap: nowrap !important;
}
body.ibom-home-page .logo{
  min-width: 0 !important;
  flex: 1 1 auto !important;
}
body.ibom-home-page .logo div{
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}
body.ibom-home-page .mobile-btn{
  flex: 0 0 auto !important;
}
body.ibom-home-page .mobile-menu a{
  text-align: center !important;
}
body.ibom-home-page .hero-grid,
body.ibom-home-page .market-grid,
body.ibom-home-page .contact-grid,
body.ibom-home-page .features,
body.ibom-home-page .products-grid,
body.ibom-home-page .brand-gallery-grid,
body.ibom-home-page .about-grid,
body.ibom-home-page .stats{
  min-width: 0 !important;
}
body.ibom-home-page .card,
body.ibom-home-page .feature,
body.ibom-home-page .stat,
body.ibom-home-page .trading-chart,
body.ibom-home-page .market-card,
body.ibom-home-page .brand-gallery-card,
body.ibom-home-page .about-card,
body.ibom-home-page .cta-band{
  min-width: 0 !important;
}
body.ibom-home-page .section-sub,
body.ibom-home-page p,
body.ibom-home-page h1,
body.ibom-home-page h2,
body.ibom-home-page h3,
body.ibom-home-page strong,
body.ibom-home-page span{
  overflow-wrap: anywhere;
  word-break: normal;
}
body.ibom-home-page .chart-container{
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
}
body.ibom-home-page #palmOilChart{
  width: 100% !important;
  max-width: 100% !important;
}
body.ibom-home-page .delivery-zone-list{
  overflow-x: hidden !important;
}
body.ibom-home-page .delivery-zone-row{
  min-width: 0 !important;
}
body.ibom-home-page .delivery-zone-row span,
body.ibom-home-page .delivery-zone-row strong{
  min-width: 0 !important;
  white-space: normal !important;
}

@media (max-width: 1100px){
  body.ibom-home-page .hero-grid,
  body.ibom-home-page .market-grid,
  body.ibom-home-page .contact-grid{
    grid-template-columns: 1fr !important;
  }
  body.ibom-home-page .features,
  body.ibom-home-page .products-grid{
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 768px){
  body.ibom-home-page .container{
    width: calc(100% - 24px) !important;
    max-width: 480px !important;
  }
  body.ibom-home-page header{
    width: 100% !important;
  }
  body.ibom-home-page .navbar{
    min-height: 68px !important;
    height: auto !important;
    padding: 9px 0 !important;
    justify-content: space-between !important;
    text-align: left !important;
  }
  body.ibom-home-page .logo{
    justify-content: flex-start !important;
    gap: 9px !important;
    font-size: 18px !important;
  }
  body.ibom-home-page .logo img{
    width: 40px !important;
    height: 40px !important;
    border-radius: 12px !important;
    flex: 0 0 40px !important;
  }
  body.ibom-home-page .mobile-btn{
    display: inline-flex !important;
    width: 44px !important;
    height: 44px !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 10px !important;
  }
  body.ibom-home-page .mobile-menu.show,
  body.ibom-home-page .mobile-menu.open,
  body.ibom-home-page .mobile-menu.is-open{
    top: 68px !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  body.ibom-home-page section,
  body.ibom-home-page .hero{
    padding: 42px 0 !important;
  }
  body.ibom-home-page .hero{
    text-align: center !important;
    padding-top: 46px !important;
  }
  body.ibom-home-page .hero:after{
    right: -220px !important;
    top: 140px !important;
  }
  body.ibom-home-page .hero-grid,
  body.ibom-home-page .market-grid,
  body.ibom-home-page .contact-grid,
  body.ibom-home-page .features,
  body.ibom-home-page .products-grid,
  body.ibom-home-page .brand-gallery-grid,
  body.ibom-home-page .about-grid,
  body.ibom-home-page .stats{
    grid-template-columns: 1fr !important;
    gap: 16px !important;
    justify-items: center !important;
  }
  body.ibom-home-page .hero-grid > *,
  body.ibom-home-page .market-grid > *,
  body.ibom-home-page .contact-grid > *,
  body.ibom-home-page .features > *,
  body.ibom-home-page .products-grid > *,
  body.ibom-home-page .brand-gallery-grid > *,
  body.ibom-home-page .about-grid > *,
  body.ibom-home-page .stats > *{
    width: 100% !important;
  }
  body.ibom-home-page .hero-badge{
    margin-left: auto !important;
    margin-right: auto !important;
    justify-content: center !important;
    text-align: center !important;
    width: fit-content !important;
    max-width: 100% !important;
  }
  body.ibom-home-page .hero h1{
    font-size: clamp(1.78rem, 8vw, 2.18rem) !important;
    line-height: 1.14 !important;
    letter-spacing: -.5px !important;
  }
  body.ibom-home-page .section-title{
    font-size: clamp(1.42rem, 6vw, 1.8rem) !important;
    line-height: 1.2 !important;
    text-align: center !important;
  }
  body.ibom-home-page .section-sub,
  body.ibom-home-page .hero p{
    font-size: .94rem !important;
    line-height: 1.65 !important;
    text-align: center !important;
  }
  body.ibom-home-page .hero-actions,
  body.ibom-home-page .card-actions{
    flex-direction: column !important;
    align-items: stretch !important;
    justify-content: center !important;
    width: 100% !important;
    max-width: 360px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }
  body.ibom-home-page .hero-actions .btn,
  body.ibom-home-page .card-actions .btn,
  body.ibom-home-page .cta-band .btn{
    width: 100% !important;
    justify-content: center !important;
  }
  body.ibom-home-page .hero-image{
    width: 100% !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    border-radius: 22px !important;
  }
  body.ibom-home-page .hero-image img{
    height: clamp(230px, 62vw, 320px) !important;
    object-fit: cover !important;
  }
  body.ibom-home-page .features{
    margin-top: 18px !important;
  }
  body.ibom-home-page .feature,
  body.ibom-home-page .stat,
  body.ibom-home-page .card,
  body.ibom-home-page .about-card,
  body.ibom-home-page .trading-chart,
  body.ibom-home-page .market-card{
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    border-radius: 20px !important;
  }
  body.ibom-home-page .product-image-wrap{
    height: 220px !important;
    min-height: 220px !important;
  }
  body.ibom-home-page .price-breakdown{
    text-align: left !important;
  }
  body.ibom-home-page .price-line{
    align-items: flex-start !important;
  }
  body.ibom-home-page .section-head{
    align-items: center !important;
    text-align: center !important;
    gap: 12px !important;
  }
  body.ibom-home-page .section-head .btn{
    width: 100% !important;
    max-width: 320px !important;
  }
  body.ibom-home-page .chart-head{
    align-items: center !important;
    text-align: center !important;
  }
  body.ibom-home-page .chart-price{
    text-align: center !important;
    width: 100% !important;
  }
  body.ibom-home-page .chart-price span{
    font-size: 1.15rem !important;
    line-height: 1.45 !important;
  }
  body.ibom-home-page .chart-container{
    height: 250px !important;
  }
  body.ibom-home-page .market-card .big{
    font-size: 1.65rem !important;
  }
  body.ibom-home-page .market-list div,
  body.ibom-home-page .delivery-zone-row{
    text-align: left !important;
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 5px !important;
  }
  body.ibom-home-page .brand-gallery-card{
    min-height: 220px !important;
    max-width: 430px !important;
    width: 100% !important;
  }
  body.ibom-home-page .cta-band{
    width: 100% !important;
    max-width: 430px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    flex-direction: column !important;
    align-items: stretch !important;
    text-align: center !important;
    padding: 22px !important;
  }
  body.ibom-home-page #contact .card,
  body.ibom-home-page .contact-grid .card{
    padding: 20px !important;
  }
  body.ibom-home-page #contact .card > div div[style*="display:flex"]{
    justify-content: center !important;
    text-align: center !important;
  }
  body.ibom-home-page .footer-row{
    justify-content: center !important;
    align-items: center !important;
    text-align: center !important;
  }
  body.ibom-home-page .footer-links{
    justify-content: center !important;
    width: 100% !important;
  }
  body.ibom-home-page .float-wrap{
    right: 10px !important;
    bottom: 10px !important;
  }
  body.ibom-home-page .float-btn{
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    font-size: 18px !important;
  }
}

@media (max-width: 430px){
  body.ibom-home-page .container{
    width: calc(100% - 18px) !important;
    max-width: calc(100% - 18px) !important;
  }
  body.ibom-home-page section,
  body.ibom-home-page .hero{
    padding: 34px 0 !important;
  }
  body.ibom-home-page .hero-badge{
    font-size: .78rem !important;
    padding: 9px 11px !important;
  }
  body.ibom-home-page .hero h1{
    font-size: 1.72rem !important;
  }
  body.ibom-home-page .feature,
  body.ibom-home-page .stat,
  body.ibom-home-page .card,
  body.ibom-home-page .about-card,
  body.ibom-home-page .trading-chart,
  body.ibom-home-page .market-card{
    border-radius: 18px !important;
  }
  body.ibom-home-page .product-image-wrap{
    height: 205px !important;
    min-height: 205px !important;
  }
  body.ibom-home-page .chart-container{
    height: 230px !important;
  }
  body.ibom-home-page .price-line{
    flex-direction: column !important;
    gap: 3px !important;
  }
}

/* =========================================================
   FINAL MOBILE OVERLAP / FIT PATCH FOR INDEX.PHP
   Keeps every homepage section inside the viewport and prevents
   sticky header/product cards/market cards from overlapping on phones.
   ========================================================= */
body.ibom-home-page,
body.ibom-home-page html{
  width:100% !important;
  max-width:100% !important;
  overflow-x:hidden !important;
}
body.ibom-home-page *{
  box-sizing:border-box !important;
}
body.ibom-home-page header{
  position:sticky !important;
  top:0 !important;
  width:100% !important;
  max-width:100vw !important;
  overflow:visible !important;
  z-index:9999 !important;
}
body.ibom-home-page .container,
body.ibom-home-page section,
body.ibom-home-page .hero,
body.ibom-home-page .hero-grid,
body.ibom-home-page .features,
body.ibom-home-page .products-grid,
body.ibom-home-page .market-grid,
body.ibom-home-page .brand-gallery-grid,
body.ibom-home-page .about-grid,
body.ibom-home-page .contact-grid,
body.ibom-home-page .stats{
  max-width:100% !important;
  min-width:0 !important;
}
body.ibom-home-page .card,
body.ibom-home-page .feature,
body.ibom-home-page .stat,
body.ibom-home-page .trading-chart,
body.ibom-home-page .market-card,
body.ibom-home-page .brand-gallery-card,
body.ibom-home-page .about-card,
body.ibom-home-page .cta-band,
body.ibom-home-page .price-breakdown,
body.ibom-home-page .market-list div,
body.ibom-home-page .delivery-zone-row{
  max-width:100% !important;
  min-width:0 !important;
  overflow:hidden !important;
}
body.ibom-home-page h1,
body.ibom-home-page h2,
body.ibom-home-page h3,
body.ibom-home-page p,
body.ibom-home-page span,
body.ibom-home-page strong,
body.ibom-home-page a,
body.ibom-home-page div{
  overflow-wrap:break-word !important;
  word-wrap:break-word !important;
}
body.ibom-home-page section[id],
body.ibom-home-page div[id]{
  scroll-margin-top:92px !important;
}
body.ibom-home-page #shop,
body.ibom-home-page #chart,
body.ibom-home-page #brand-gallery,
body.ibom-home-page #how,
body.ibom-home-page #contact{
  position:relative !important;
  isolation:isolate !important;
}

@media(max-width:768px){
  body.ibom-home-page{
    font-size:15px !important;
  }
  body.ibom-home-page .container{
    width:100% !important;
    max-width:100% !important;
    padding-left:14px !important;
    padding-right:14px !important;
    margin-left:auto !important;
    margin-right:auto !important;
  }
  body.ibom-home-page .navbar{
    width:100% !important;
    max-width:100% !important;
    height:70px !important;
    min-height:70px !important;
    padding:8px 14px !important;
    gap:8px !important;
    flex-wrap:nowrap !important;
    overflow:hidden !important;
  }
  body.ibom-home-page .logo{
    flex:1 1 auto !important;
    width:auto !important;
    min-width:0 !important;
    max-width:calc(100% - 60px) !important;
    gap:9px !important;
  }
  body.ibom-home-page .logo img{
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    flex:0 0 44px !important;
  }
  body.ibom-home-page .logo div{
    min-width:0 !important;
    max-width:100% !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    white-space:nowrap !important;
    font-size:clamp(1.2rem,6vw,1.75rem) !important;
    line-height:1 !important;
  }
  body.ibom-home-page .mobile-btn{
    width:48px !important;
    height:48px !important;
    min-width:48px !important;
    flex:0 0 48px !important;
    border-radius:14px !important;
  }
  body.ibom-home-page .mobile-menu.show,
  body.ibom-home-page .mobile-menu.open,
  body.ibom-home-page .mobile-menu.is-open{
    position:fixed !important;
    top:70px !important;
    left:0 !important;
    right:0 !important;
    width:100vw !important;
    max-width:100vw !important;
    padding:10px 14px 14px !important;
    overflow-x:hidden !important;
  }
  body.ibom-home-page .mobile-menu a{
    width:100% !important;
    margin:7px 0 !important;
    max-width:100% !important;
  }
  body.ibom-home-page .hero{
    padding-top:36px !important;
  }
  body.ibom-home-page section{
    padding-left:0 !important;
    padding-right:0 !important;
  }
  body.ibom-home-page .hero-grid,
  body.ibom-home-page .features,
  body.ibom-home-page .products-grid,
  body.ibom-home-page .market-grid,
  body.ibom-home-page .brand-gallery-grid,
  body.ibom-home-page .about-grid,
  body.ibom-home-page .contact-grid,
  body.ibom-home-page .stats{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
    max-width:100% !important;
    gap:16px !important;
    justify-items:stretch !important;
  }
  body.ibom-home-page .hero-grid > *,
  body.ibom-home-page .features > *,
  body.ibom-home-page .products-grid > *,
  body.ibom-home-page .market-grid > *,
  body.ibom-home-page .brand-gallery-grid > *,
  body.ibom-home-page .about-grid > *,
  body.ibom-home-page .contact-grid > *,
  body.ibom-home-page .stats > *{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
  }
  body.ibom-home-page .features{
    margin-top:18px !important;
  }
  body.ibom-home-page .card,
  body.ibom-home-page .feature,
  body.ibom-home-page .stat,
  body.ibom-home-page .trading-chart,
  body.ibom-home-page .market-card,
  body.ibom-home-page .about-card,
  body.ibom-home-page .cta-band{
    width:100% !important;
    max-width:100% !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  body.ibom-home-page .card-body,
  body.ibom-home-page .feature,
  body.ibom-home-page .about-card,
  body.ibom-home-page .trading-chart,
  body.ibom-home-page .market-card,
  body.ibom-home-page .cta-band{
    padding-left:16px !important;
    padding-right:16px !important;
  }
  body.ibom-home-page .product-image-wrap{
    width:100% !important;
    height:clamp(190px,52vw,240px) !important;
    min-height:190px !important;
  }
  body.ibom-home-page .price{
    font-size:clamp(1.18rem,7vw,1.55rem) !important;
    line-height:1.25 !important;
  }
  body.ibom-home-page .price-breakdown{
    width:100% !important;
    padding:12px !important;
    margin-left:0 !important;
    margin-right:0 !important;
  }
  body.ibom-home-page .price-line{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) auto !important;
    gap:10px !important;
    width:100% !important;
    align-items:start !important;
    text-align:left !important;
  }
  body.ibom-home-page .price-line span,
  body.ibom-home-page .price-line strong{
    min-width:0 !important;
    max-width:100% !important;
    white-space:normal !important;
  }
  body.ibom-home-page .card-actions,
  body.ibom-home-page .hero-actions{
    width:100% !important;
    max-width:100% !important;
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:10px !important;
  }
  body.ibom-home-page .card-actions .btn,
  body.ibom-home-page .hero-actions .btn{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    white-space:normal !important;
    min-height:50px !important;
    line-height:1.25 !important;
  }
  body.ibom-home-page .chart-container{
    width:100% !important;
    height:260px !important;
    min-height:260px !important;
    overflow:hidden !important;
  }
  body.ibom-home-page .chart-container canvas,
  body.ibom-home-page #palmOilChart{
    display:block !important;
    width:100% !important;
    max-width:100% !important;
    height:100% !important;
  }
  body.ibom-home-page .market-list div,
  body.ibom-home-page .delivery-zone-row{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    width:100% !important;
  }
  body.ibom-home-page .brand-gallery-card{
    min-height:200px !important;
  }
  body.ibom-home-page .float-wrap{
    right:10px !important;
    bottom:12px !important;
    max-width:54px !important;
  }
}

@media(max-width:420px){
  body.ibom-home-page .container{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  body.ibom-home-page .navbar{
    padding-left:10px !important;
    padding-right:10px !important;
  }
  body.ibom-home-page .logo img{
    width:40px !important;
    height:40px !important;
    min-width:40px !important;
    flex-basis:40px !important;
  }
  body.ibom-home-page .mobile-btn{
    width:44px !important;
    height:44px !important;
    min-width:44px !important;
    flex-basis:44px !important;
  }
  body.ibom-home-page .card-body,
  body.ibom-home-page .feature,
  body.ibom-home-page .about-card,
  body.ibom-home-page .trading-chart,
  body.ibom-home-page .market-card,
  body.ibom-home-page .cta-band{
    padding-left:14px !important;
    padding-right:14px !important;
  }
  body.ibom-home-page .price-line{
    grid-template-columns:minmax(0,1fr) !important;
    gap:4px !important;
  }
}

/* 20260711 product image full-fit fix: prevent homepage product photos from being cropped on mobile. */
body.ibom-home-page .product-image-wrap,
body.ibom-home-page .products-grid .product-image-wrap{
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  aspect-ratio: 16 / 10 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  overflow: hidden !important;
  background: #050812 !important;
  border-bottom: 1px solid rgba(212,175,55,.18) !important;
}
body.ibom-home-page .product-image,
body.ibom-home-page .products-grid .product-image{
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain !important;
  object-position: center center !important;
  transform: none !important;
}
body.ibom-home-page .card:hover .product-image,
body.ibom-home-page .products-grid .card:hover .product-image{
  transform: none !important;
}
@media (max-width: 768px){
  body.ibom-home-page .product-image-wrap,
  body.ibom-home-page .products-grid .product-image-wrap{
    aspect-ratio: 16 / 10 !important;
    max-height: none !important;
  }
  body.ibom-home-page .product-image,
  body.ibom-home-page .products-grid .product-image{
    object-fit: contain !important;
  }
}
@media (max-width: 420px){
  body.ibom-home-page .product-image-wrap,
  body.ibom-home-page .products-grid .product-image-wrap{
    aspect-ratio: 16 / 10 !important;
  }
}


/* 20260712 final: remove bulky Buy-to-Own disabled notice from homepage product cards and restore mobile layout.
   Important: product image sizing remains the product-page style: desktop 240px, mobile 220px. */
html, body{
  max-width:100% !important;
  overflow-x:hidden !important;
}
body.ibom-home-page,
body.ibom-home-page *{
  box-sizing:border-box !important;
}
body.ibom-home-page img,
body.ibom-home-page canvas,
body.ibom-home-page svg,
body.ibom-home-page video{
  max-width:100% !important;
}
body.ibom-home-page .container{
  width:min(1180px, calc(100vw - 24px)) !important;
  max-width:calc(100vw - 24px) !important;
  margin-left:auto !important;
  margin-right:auto !important;
  padding-left:0 !important;
  padding-right:0 !important;
}
body.ibom-home-page .products-grid,
body.ibom-home-page .features,
body.ibom-home-page .market-grid,
body.ibom-home-page .brand-gallery-grid,
body.ibom-home-page .about-grid,
body.ibom-home-page .contact-grid,
body.ibom-home-page .hero-grid{
  min-width:0 !important;
  max-width:100% !important;
}
body.ibom-home-page .card,
body.ibom-home-page .feature,
body.ibom-home-page .trading-chart,
body.ibom-home-page .market-card,
body.ibom-home-page .about-card,
body.ibom-home-page .cta-band,
body.ibom-home-page .hero-image{
  max-width:100% !important;
  min-width:0 !important;
  overflow-wrap:anywhere !important;
}
/* Hide only the bulky disabled notice/card. Keep the compact Coming Soon price and button. */
body.ibom-home-page .products-grid .buy-to-own-disabled-card,
body.ibom-home-page .products-grid .buy-to-own-disabled-message,
body.ibom-home-page .products-grid .bto-disabled-card,
body.ibom-home-page .products-grid .bto-disabled-message,
body.ibom-home-page .products-grid .platform-coming-soon-card,
body.ibom-home-page .products-grid .disabled-buy-to-own-card,
body.ibom-home-page .products-grid .buy-to-own-notice,
body.ibom-home-page .products-grid .disabled-notice{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}
/* Product image size/display intentionally preserved from product page. */
body.ibom-home-page .product-image-wrap,
body.ibom-home-page .products-grid .product-image-wrap{
  width:100% !important;
  height:240px !important;
  min-height:240px !important;
  max-height:240px !important;
  aspect-ratio:auto !important;
  display:block !important;
  overflow:hidden !important;
  background:#000 !important;
}
body.ibom-home-page .product-image,
body.ibom-home-page .products-grid .product-image{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}
body.ibom-home-page .card:hover .product-image,
body.ibom-home-page .products-grid .card:hover .product-image{
  transform:scale(1.05) !important;
}
@media (max-width: 768px){
  body.ibom-home-page header{
    width:100% !important;
    overflow:hidden !important;
  }
  body.ibom-home-page .navbar{
    width:100% !important;
    max-width:100% !important;
    min-width:0 !important;
    padding-left:12px !important;
    padding-right:12px !important;
    gap:10px !important;
  }
  body.ibom-home-page .logo{
    min-width:0 !important;
    max-width:calc(100vw - 92px) !important;
  }
  body.ibom-home-page .logo img{
    width:56px !important;
    height:56px !important;
    flex:0 0 56px !important;
  }
  body.ibom-home-page .logo div{
    min-width:0 !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    font-size:clamp(1.35rem, 7vw, 1.95rem) !important;
  }
  body.ibom-home-page .mobile-btn{
    flex:0 0 auto !important;
  }
  body.ibom-home-page .mobile-menu,
  body.ibom-home-page .mobile-nav{
    left:12px !important;
    right:12px !important;
    width:auto !important;
    max-width:calc(100vw - 24px) !important;
  }
  body.ibom-home-page section,
  body.ibom-home-page .hero{
    width:100% !important;
    max-width:100% !important;
    overflow:hidden !important;
  }
  body.ibom-home-page .products-grid,
  body.ibom-home-page .features,
  body.ibom-home-page .market-grid,
  body.ibom-home-page .brand-gallery-grid,
  body.ibom-home-page .about-grid,
  body.ibom-home-page .contact-grid,
  body.ibom-home-page .hero-grid{
    grid-template-columns:minmax(0,1fr) !important;
  }
  body.ibom-home-page .card-body,
  body.ibom-home-page .feature,
  body.ibom-home-page .about-card,
  body.ibom-home-page .trading-chart,
  body.ibom-home-page .market-card,
  body.ibom-home-page .cta-band{
    padding-left:14px !important;
    padding-right:14px !important;
  }
  body.ibom-home-page .price-breakdown{
    width:100% !important;
    max-width:100% !important;
    padding:12px !important;
  }
  body.ibom-home-page .price-line{
    display:grid !important;
    grid-template-columns:minmax(0,1fr) !important;
    gap:4px !important;
    align-items:start !important;
  }
  body.ibom-home-page .price-line span,
  body.ibom-home-page .price-line strong{
    min-width:0 !important;
    white-space:normal !important;
    overflow-wrap:anywhere !important;
  }
  body.ibom-home-page .card-actions{
    flex-direction:column !important;
    align-items:stretch !important;
  }
  body.ibom-home-page .card-actions .btn{
    width:100% !important;
  }
  body.ibom-home-page .product-image-wrap,
  body.ibom-home-page .products-grid .product-image-wrap{
    height:220px !important;
    min-height:220px !important;
    max-height:220px !important;
  }
  body.ibom-home-page .float-wrap{
    right:10px !important;
    bottom:12px !important;
    gap:8px !important;
  }
  body.ibom-home-page .float-btn{
    width:46px !important;
    height:46px !important;
    font-size:18px !important;
  }
}
@media (max-width: 420px){
  body.ibom-home-page .container{
    width:calc(100vw - 20px) !important;
    max-width:calc(100vw - 20px) !important;
  }
  body.ibom-home-page .product-image-wrap,
  body.ibom-home-page .products-grid .product-image-wrap{
    height:220px !important;
    min-height:220px !important;
    max-height:220px !important;
  }
}


/* =========================================================
   20260712 HAMBURGER + STICKY NAV FINAL PATCH
   Applied directly into the uploaded package.
   Keeps product image sizing and no-Buy-to-Own-card fixes unchanged.
   ========================================================= */
body.ibom-home-page header{
  position: sticky !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  max-width: 100vw !important;
  z-index: 2147483000 !important;
  overflow: visible !important;
  isolation: isolate !important;
  background: rgba(2,6,23,.96) !important;
  -webkit-backdrop-filter: blur(18px) !important;
  backdrop-filter: blur(18px) !important;
}
body.ibom-home-page .navbar{
  position: relative !important;
  z-index: 2147483001 !important;
  width: 100% !important;
  max-width: 100vw !important;
}
body.ibom-home-page .mobile-btn{
  appearance: none !important;
  -webkit-appearance: none !important;
  background: rgba(212,175,55,.08) !important;
  border: 1px solid rgba(212,175,55,.45) !important;
  color: var(--gold, #d4af37) !important;
  cursor: pointer !important;
  touch-action: manipulation !important;
  line-height: 1 !important;
}
body.ibom-home-page .mobile-btn i{
  pointer-events: none !important;
}
body.ibom-home-page .mobile-menu{
  box-sizing: border-box !important;
  display: none !important;
  position: fixed !important;
  top: 74px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
  max-width: 100vw !important;
  max-height: calc(100vh - 74px) !important;
  overflow-y: auto !important;
  overflow-x: hidden !important;
  padding: 12px 14px 16px !important;
  margin: 0 !important;
  background: rgba(2,6,23,.985) !important;
  border-top: 1px solid rgba(212,175,55,.25) !important;
  border-bottom: 1px solid rgba(212,175,55,.18) !important;
  box-shadow: 0 22px 44px rgba(0,0,0,.55) !important;
  z-index: 2147483002 !important;
}
body.ibom-home-page .mobile-menu.show,
body.ibom-home-page .mobile-menu.open,
body.ibom-home-page .mobile-menu.is-open{
  display: block !important;
}
body.ibom-home-page .mobile-menu a{
  box-sizing: border-box !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  max-width: 100% !important;
  min-height: 46px !important;
  margin: 7px 0 !important;
  padding: 12px 14px !important;
  border-radius: 14px !important;
  text-align: center !important;
  white-space: normal !important;
}
body.ibom-menu-open{
  overflow: hidden !important;
}
body.ibom-home-page #ibomNavOverlay{
  position: fixed !important;
  top: 74px !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  background: rgba(0,0,0,.45) !important;
  z-index: 2147482999 !important;
  display: none !important;
}
body.ibom-home-page #ibomNavOverlay.show{
  display: block !important;
}
@media (max-width: 768px){
  body.ibom-home-page header{
    overflow: visible !important;
    min-height: 70px !important;
  }
  body.ibom-home-page .navbar{
    height: 70px !important;
    min-height: 70px !important;
    overflow: visible !important;
  }
  body.ibom-home-page .nav-links,
  body.ibom-home-page .nav-actions{
    display: none !important;
  }
  body.ibom-home-page .mobile-btn{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    flex: 0 0 46px !important;
    border-radius: 14px !important;
    font-size: 22px !important;
    margin-left: 8px !important;
    z-index: 2147483003 !important;
  }
  body.ibom-home-page .mobile-menu{
    top: 70px !important;
    max-height: calc(100vh - 70px) !important;
  }
  body.ibom-home-page #ibomNavOverlay{
    top: 70px !important;
  }
  body.ibom-home-page section[id],
  body.ibom-home-page div[id]{
    scroll-margin-top: 86px !important;
  }
}
@media (max-width: 420px){
  body.ibom-home-page .mobile-btn{
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    flex-basis: 44px !important;
  }
  body.ibom-home-page .mobile-menu{
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}

/* =========================================================
   Ibom-Oil final operational mobile/homepage synchronization
   Applied after all earlier patches so these rules win.
   ========================================================= */
body.ibom-home-page{
  width:100% !important;
  max-width:100vw !important;
  overflow-x:hidden !important;
}
body.ibom-home-page header{
  position:sticky !important;
  position:-webkit-sticky !important;
  top:0 !important;
  width:100% !important;
  max-width:100vw !important;
  z-index:2147483000 !important;
  overflow:visible !important;
  background:rgba(0,0,0,.98) !important;
}
body.ibom-home-page .navbar{
  height:74px !important;
  min-height:74px !important;
  max-width:100vw !important;
  overflow:visible !important;
}
body.ibom-home-page .mobile-menu{
  position:fixed !important;
  top:74px !important;
  left:0 !important;
  right:0 !important;
  width:100vw !important;
  max-width:100vw !important;
  z-index:2147483002 !important;
  display:none !important;
  overflow-y:auto !important;
  overflow-x:hidden !important;
  background:rgba(2,6,23,.985) !important;
}
body.ibom-home-page .mobile-menu.show,
body.ibom-home-page .mobile-menu.open,
body.ibom-home-page .mobile-menu.is-open{
  display:block !important;
}
body.ibom-home-page .mobile-btn{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  cursor:pointer !important;
  touch-action:manipulation !important;
  z-index:2147483003 !important;
}
body.ibom-home-page .mobile-btn i,
body.ibom-home-page .mobile-btn svg,
body.ibom-home-page .hamburger i,
body.ibom-home-page .hamburger svg{
  pointer-events:none !important;
}
body.ibom-menu-open{ overflow:hidden !important; }

body.ibom-home-page .products-grid,
body.ibom-home-page .card,
body.ibom-home-page .card-body,
body.ibom-home-page .price-breakdown{
  min-width:0 !important;
  max-width:100% !important;
}
body.ibom-home-page .price-breakdown{
  display:grid !important;
  gap:8px !important;
  overflow:hidden !important;
}
body.ibom-home-page .price-line{
  display:grid !important;
  grid-template-columns:minmax(0, 1fr) auto !important;
  align-items:start !important;
  gap:10px !important;
  width:100% !important;
  max-width:100% !important;
  min-width:0 !important;
}
body.ibom-home-page .price-line span,
body.ibom-home-page .price-line strong{
  min-width:0 !important;
  overflow-wrap:normal !important;
  word-break:normal !important;
}
body.ibom-home-page .price-line strong{
  text-align:right !important;
  white-space:nowrap !important;
}
body.ibom-home-page .products-grid .buy-to-own-disabled-card,
body.ibom-home-page .products-grid .buy-to-own-disabled-message,
body.ibom-home-page .products-grid .bto-disabled-card,
body.ibom-home-page .products-grid .bto-disabled-message,
body.ibom-home-page .products-grid .platform-coming-soon-card,
body.ibom-home-page .products-grid .disabled-buy-to-own-card,
body.ibom-home-page .products-grid .buy-to-own-notice,
body.ibom-home-page .products-grid .disabled-notice{
  display:none !important;
  visibility:hidden !important;
  height:0 !important;
  min-height:0 !important;
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
}
body.ibom-home-page .product-image-wrap,
body.ibom-home-page .products-grid .product-image-wrap{
  width:100% !important;
  height:240px !important;
  min-height:240px !important;
  max-height:240px !important;
  overflow:hidden !important;
  background:#000 !important;
}
body.ibom-home-page .product-image,
body.ibom-home-page .products-grid .product-image{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  object-position:center center !important;
  display:block !important;
}
body.ibom-home-page .card:hover .product-image,
body.ibom-home-page .products-grid .card:hover .product-image{
  transform:scale(1.05) !important;
}
@media (max-width:768px){
  body.ibom-home-page .navbar{height:70px !important;min-height:70px !important;padding-left:12px !important;padding-right:12px !important;}
  body.ibom-home-page .mobile-menu{top:70px !important;max-height:calc(100vh - 70px) !important;}
  body.ibom-home-page .product-image-wrap,
  body.ibom-home-page .products-grid .product-image-wrap{height:220px !important;min-height:220px !important;max-height:220px !important;}
  body.ibom-home-page .price-line{grid-template-columns:minmax(0, 1fr) auto !important;gap:8px !important;}
  body.ibom-home-page .price-line strong{font-size:1.02rem !important;}
}
@media (max-width:380px){
  body.ibom-home-page .price-line{grid-template-columns:1fr !important;gap:3px !important;}
  body.ibom-home-page .price-line strong{text-align:left !important;}
}
