*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:"Cairo",Arial,sans-serif;background:#fbfaf6;color:#1e332b}
a{text-decoration:none;transition:.2s}
img{max-width:100%}
.shop-header{position:sticky;top:0;z-index:20;background:#fff;border-bottom:1px solid #e8eee6;box-shadow:0 8px 24px rgba(31,92,74,.06)}
.shop-nav{min-height:74px;display:flex;align-items:center;gap:22px}
.brand{display:flex;align-items:center;gap:12px;color:#18382f;font-weight:900;font-size:22px}
.brand img{height:86px;max-width:250px;object-fit:contain}
.main-menu{display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin:0;padding:0;list-style:none}
.main-menu a{display:inline-flex;align-items:center;min-height:40px;padding:8px 12px;border-radius:8px;color:#31463d;font-weight:800}
.main-menu a:hover,.main-menu a.active{background:#f3f7f1;color:#1f5c4a}
.mobile-menu-toggle{display:none;border:1px solid #dfe8de;background:#f3f7f1;color:#1f5c4a;border-radius:8px;padding:10px 14px;font-weight:900}
.mobile-menu-toggle i{margin-left:7px}
.menu-item-has-children{position:relative}
.menu-item-has-children>a i{margin-right:7px;font-size:12px}
.sub-menu{position:absolute;top:100%;right:0;min-width:235px;margin:8px 0 0;padding:8px;list-style:none;background:#fff;border:1px solid #e8eee6;border-radius:8px;box-shadow:0 18px 38px rgba(31,92,74,.13);opacity:0;visibility:hidden;transform:translateY(8px);transition:.18s;z-index:30}
.sub-menu li{display:block}
.sub-menu a{display:flex;width:100%;justify-content:flex-start;min-height:auto;padding:10px 12px;border-radius:7px;color:#31463d;font-size:14px}
.menu-item-has-children:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}
.nav-actions{display:flex;align-items:center;gap:10px;margin-right:auto}
.nav-btn{display:inline-flex;align-items:center;gap:8px;border-radius:8px;padding:11px 16px;font-weight:900}
.cart-btn{background:#1f5c4a;color:#fff}.cart-btn:hover{color:#fff;background:#18382f}.cart-btn strong{display:inline-flex;align-items:center;justify-content:center;min-width:24px;height:24px;border-radius:999px;background:#c8a96b;color:#18382f;font-size:12px;padding:0 7px}
.mini-cart-wrap{position:relative}
.mini-cart-panel{position:absolute;top:calc(100% + 12px);left:0;width:360px;background:#fff;border:1px solid #e1eadf;border-radius:14px;box-shadow:0 22px 48px rgba(31,92,74,.16);padding:14px;opacity:0;visibility:hidden;transform:translateY(10px);transition:.18s;z-index:60}
.mini-cart-wrap:hover .mini-cart-panel,.mini-cart-wrap:focus-within .mini-cart-panel{opacity:1;visibility:visible;transform:translateY(0)}
.mini-cart-panel:before{content:"";position:absolute;top:-8px;left:28px;width:16px;height:16px;background:#fff;border-top:1px solid #e1eadf;border-right:1px solid #e1eadf;transform:rotate(-45deg)}
.mini-cart-head{display:flex;align-items:center;justify-content:space-between;gap:10px;border-bottom:1px solid #edf0e9;padding-bottom:10px;margin-bottom:10px}
.mini-cart-head strong{color:#18382f;font-size:17px;font-weight:900}.mini-cart-head span{color:#66756d;font-size:13px;font-weight:800}
.mini-cart-items{display:grid;gap:9px;max-height:310px;overflow:auto;padding-left:2px}
.mini-cart-item{display:grid!important;grid-template-columns:58px 1fr;gap:10px;align-items:center;margin:0!important;padding:8px!important;border-radius:10px;color:#18382f!important;background:#fbfaf6}
.mini-cart-item:hover{background:#f3f7f1}
.mini-cart-item img{width:58px;height:58px;object-fit:contain;background:#fff;border:1px solid #edf0e9;border-radius:8px}
.mini-cart-item b{display:block;font-size:13px;line-height:1.45;font-weight:900;color:#18382f;max-height:38px;overflow:hidden}
.mini-cart-item small{display:block;margin-top:4px;color:#66756d;font-weight:800}
.mini-cart-more{background:#fff8e8;color:#8a713a;border:1px solid #ead7a5;border-radius:9px;padding:8px 10px;margin-top:9px;font-size:13px;font-weight:900;text-align:center}
.mini-cart-total{display:flex;justify-content:space-between;align-items:center;gap:10px;border-top:1px solid #edf0e9;margin-top:12px;padding-top:12px;color:#18382f}.mini-cart-total strong{font-size:20px;color:#1f5c4a}
.mini-cart-actions{display:grid;grid-template-columns:1fr 1fr;gap:9px;margin-top:12px}.mini-cart-actions a{display:flex!important;align-items:center;justify-content:center;margin:0!important;border-radius:9px;padding:11px 10px;font-weight:900}.mini-cart-actions a:first-child{background:#f3f7f1;color:#1f5c4a}.mini-cart-actions a:last-child{background:#1f5c4a;color:#fff}
.mini-cart-empty{text-align:center;padding:18px 8px;color:#66756d}.mini-cart-empty i{font-size:30px;color:#c8a96b}.mini-cart-empty p{margin:10px 0}.mini-cart-empty a{display:inline-flex!important;background:#1f5c4a;color:#fff!important;border-radius:8px;padding:9px 14px;margin:0!important;font-weight:900}
.page-hero{background:#18382f;color:#fff;padding:52px 0}.page-hero h1{color:#fff;font-size:38px;font-weight:900;margin:0 0 10px}.page-hero p{color:rgba(255,255,255,.84);line-height:1.9;margin:0}
.shop-footer{background:linear-gradient(180deg,#f7fbf5 0,#eef6ed 100%);color:#31463d;padding:0 0 18px;margin-top:60px;border-top:1px solid #e1eadf}
.footer-topline{transform:translateY(-28px);margin-bottom:-4px;background:#1f5c4a;color:#fff;border-radius:14px;padding:22px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;box-shadow:0 18px 38px rgba(31,92,74,.16)}
.footer-topline strong{display:block;font-size:24px;font-weight:900}
.footer-topline span{display:block;color:rgba(255,255,255,.78);margin-top:4px}
.footer-topline a{display:inline-flex!important;background:#c8a96b;color:#18382f!important;border-radius:8px;padding:12px 18px;font-weight:900;margin:0!important}
.footer-grid{display:grid;grid-template-columns:1.5fr .9fr .9fr 1fr;gap:30px;text-align:right;padding-top:14px}
.footer-brand-block{padding-left:16px}
.footer-logo{height:118px;width:auto;max-width:260px;object-fit:contain;margin-bottom:14px;background:#fff;border:1px solid #e1eadf;border-radius:12px;padding:10px}
.shop-footer h3{font-size:17px;font-weight:900;color:#18382f;margin:0 0 14px}
.shop-footer p{line-height:1.9;margin:0 0 10px;color:#5d6f66}
.shop-footer a{display:block;color:#40584e;font-weight:800;margin:9px 0}
.shop-footer a:hover{color:#1f5c4a}
.footer-badges{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}
.footer-badges span{background:#fff;border:1px solid #e1eadf;border-radius:999px;padding:7px 11px;font-size:13px;font-weight:800;color:#1f5c4a}
.footer-contact p{display:flex;align-items:center;gap:9px}
.footer-contact i{color:#1f5c4a}
.footer-cta{display:inline-flex!important;background:#1f5c4a;color:#fff!important;border-radius:8px;padding:10px 14px;margin-top:8px!important}
.footer-bottom{display:flex;justify-content:space-between;gap:12px;flex-wrap:wrap;border-top:1px solid #e1eadf;margin-top:28px;padding-top:16px;font-size:13px;color:#66756d}
.primary-btn,.outline-btn,.main-btn{display:inline-flex;align-items:center;justify-content:center;gap:9px;border-radius:8px;padding:12px 18px;font-weight:900;border:0}
.primary-btn,.main-btn{background:#1f5c4a;color:#fff}.primary-btn:hover,.main-btn:hover{background:#18382f;color:#fff}
.gold-btn{background:#c8a96b;color:#18382f}.gold-btn:hover{background:#d8bc80;color:#18382f}
.outline-btn{border:1px solid #dfe8de;color:#1f5c4a;background:#fff}.outline-btn:hover{background:#f3f7f1;color:#18382f}
.content-section{padding:58px 0}
.panel-box{background:#fff;border:1px solid #e8eee6;border-radius:8px;padding:26px;box-shadow:0 12px 28px rgba(31,92,74,.07)}
.panel-box h2{font-size:22px;font-weight:900;color:#18382f;margin-top:0}
.form-control-ecom{height:48px;border:1px solid #dfe8de;border-radius:8px;padding:0 13px;background:#fff;width:100%}
textarea.form-control-ecom{height:120px;padding:12px 13px}
.form-alert{background:#fff4e5;border:1px solid #f3c47a;color:#7a4b08;border-radius:8px;padding:12px 14px;margin-bottom:14px;font-weight:800}
.grid-2{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}
.muted{color:#66756d;line-height:1.9}
.contact-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:18px}
.price-current{font-size:24px;font-weight:900;color:#1f5c4a}.price-old{text-decoration:line-through;color:#9ca6a0;font-weight:800}
@media(max-width:991px){
  .shop-header{box-shadow:0 4px 16px rgba(31,92,74,.05)}
  .shop-nav{display:grid;grid-template-columns:auto 1fr auto;gap:10px;padding:6px 0;align-items:center;min-height:68px}
  .brand{justify-content:center;min-width:0}
  .brand img{height:64px;max-width:190px}
  .mobile-menu-toggle{display:inline-flex;align-items:center;justify-content:center;grid-column:1;grid-row:1;width:46px;height:46px;padding:0;border-radius:10px;font-size:18px;box-shadow:0 6px 16px rgba(31,92,74,.06)}
  .mobile-menu-toggle i{margin:0}
  .main-menu{display:none;grid-column:1 / -1;background:#fff;border:1px solid #e8eee6;border-radius:8px;padding:8px;box-shadow:0 14px 30px rgba(31,92,74,.08)}
  .main-menu.is-open{display:block}
  .main-menu li{display:block}
  .main-menu a{display:flex;justify-content:space-between;width:100%;padding:12px 13px;margin:2px 0}
  .menu-item-has-children>a{background:#f8faf7}
  .sub-menu{position:static;opacity:1;visibility:visible;transform:none;box-shadow:none;border:0;border-right:3px solid #d8bc80;border-radius:0;margin:0 10px 6px 0;padding:4px 8px;background:#fbfaf6;min-width:0}
  .sub-menu a{font-size:13px;padding:9px 10px}
  .nav-actions{grid-column:3;grid-row:1;margin:0;display:flex;justify-content:flex-end;gap:0}
  .nav-btn{justify-content:center;padding:0}
  .cart-btn{height:46px;min-width:92px;border-radius:10px;gap:7px;font-size:16px;box-shadow:0 6px 16px rgba(31,92,74,.10)}
  .cart-btn i{font-size:18px}
  .cart-btn span{font-size:15px;line-height:1}
  .cart-btn strong{min-width:24px;height:24px;font-size:12px;order:-1}
  .mini-cart-wrap{position:static}
  .mini-cart-panel{left:12px;right:12px;top:auto;width:auto;margin-top:10px}
  .mini-cart-panel:before{display:none}
  .grid-2{grid-template-columns:1fr}
  .footer-grid{grid-template-columns:repeat(2,1fr)}
  .footer-topline{display:block;text-align:center}
  .footer-topline a{justify-content:center;margin-top:14px!important}
}
@media(max-width:575px){
  .shop-nav{grid-template-columns:46px minmax(118px,1fr) auto;gap:8px;padding:5px 0;min-height:62px}
  .brand img{height:58px;max-width:160px}
  .mobile-menu-toggle{width:44px;height:44px;padding:0}
  .mobile-menu-toggle span{display:none}
  .cart-btn{height:44px;min-width:76px;padding:0 9px;gap:5px}
  .cart-btn span{display:none}
  .cart-btn strong{min-width:22px;height:22px;font-size:11px;padding:0 6px}
  .mini-cart-actions{grid-template-columns:1fr}
  .main-menu a{padding:11px 12px}
  .page-hero{padding:38px 0}
  .page-hero h1{font-size:29px}
  .footer-grid{grid-template-columns:1fr}
  .footer-topline{border-radius:10px;padding:18px}
  .footer-bottom{display:block;text-align:center}
}

@media(max-width:767px){
  body{background:#fbfaf6;overflow-x:hidden}
  .container{width:100%;max-width:100%;padding-left:14px!important;padding-right:14px!important}
  .shop-header{position:sticky;top:0;z-index:80}
  .shop-nav{direction:rtl}
  .brand img{height:58px!important;max-width:168px!important}
  .mobile-menu-toggle{width:42px!important;height:42px!important;border-radius:10px!important}
  .mobile-menu-toggle span{display:none!important}
  .cart-btn{height:42px!important;min-width:64px!important;width:auto!important;padding:0 8px!important;gap:5px!important;border-radius:10px!important}
  .cart-btn span{display:none!important}
  .cart-btn i{font-size:17px!important}
  .cart-btn strong{min-width:21px!important;height:21px!important;font-size:11px!important;padding:0 6px!important}
  .main-menu{margin-top:4px!important;border-radius:12px!important;max-height:calc(100vh - 82px);overflow:auto}
  .main-menu a{min-height:42px!important;font-size:15px!important}
  .sub-menu{max-height:240px;overflow:auto}
  .mini-cart-panel{position:absolute!important;top:calc(100% + 8px)!important;left:14px!important;right:14px!important;margin-top:0!important;border-radius:12px!important;max-height:calc(100vh - 92px);overflow:auto}
  .mini-cart-item{grid-template-columns:52px 1fr!important}
  .mini-cart-item img{width:52px!important;height:52px!important}
  .page-hero{padding:28px 0!important}
  .page-hero h1{font-size:26px!important;line-height:1.35!important}
  .page-hero p{font-size:14px!important;line-height:1.85!important}
  .content-section{padding:34px 0!important}
  .panel-box{padding:18px!important;border-radius:12px!important}
  .panel-box h2{font-size:20px!important;line-height:1.45!important}
  .primary-btn,.outline-btn,.main-btn{min-height:46px;padding:11px 14px!important;width:100%;font-size:15px}
  .contact-actions,.cart-actions,.cta-actions{display:grid!important;grid-template-columns:1fr!important;gap:10px!important}
  .form-control-ecom{height:46px!important;font-size:15px!important}
  textarea.form-control-ecom{height:105px!important}
  .home-hero{min-height:auto!important}
  .home-hero:before{background:linear-gradient(180deg,rgba(20,56,45,.96),rgba(20,56,45,.82)),url('images/banner/hero-wholesale-natural.jpg') center/cover no-repeat!important}
  .hero-layout{min-height:auto!important;padding:34px 0 42px!important;gap:18px!important}
  .hero-copy small{font-size:13px!important;margin-bottom:12px!important}
  .hero-copy h1{font-size:27px!important;line-height:1.45!important;margin-bottom:12px!important}
  .hero-copy p{font-size:15px!important;line-height:1.9!important;margin-bottom:18px!important}
  .hero-card{padding:18px!important;border-radius:12px!important}
  .hero-card h2{font-size:20px!important}
  .hero-card li{font-size:14px!important;padding:9px 0!important}
  .hero-search{display:grid!important;grid-template-columns:1fr!important;width:100%!important;max-width:none!important;padding:8px!important;border-radius:12px!important;gap:9px!important}
  .hero-search input{display:block!important;width:100%!important;min-width:0!important;height:46px!important}
  .hero-search button{width:100%!important;height:46px!important;margin:0!important}
  .store-strip{margin-top:0!important;padding:14px 0 0!important}
  .strip-grid,.category-grid,.category-showcase{grid-template-columns:1fr!important;gap:14px!important}
  .product-row{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}
  .strip-item{padding:15px!important;border-radius:12px!important}
  .home-section{padding:42px 0!important}
  .section-head{margin-bottom:22px!important}
  .section-head h2{font-size:25px!important;line-height:1.45!important}
  .section-head p{font-size:14px!important}
  .category-card{height:170px!important;border-radius:12px!important}
  .category-card h3{font-size:19px!important}
  .shop-panel{padding:15px!important;border-radius:12px!important}
  .filters{grid-template-columns:1fr!important;gap:10px!important}
  .filters input,.filters select,.filters button{height:44px!important}
  .category-pills{padding-bottom:8px!important;gap:8px!important}
  .category-pill{padding:9px 13px!important;font-size:13px!important}
  .product-card{border-radius:12px!important;box-shadow:0 10px 22px rgba(31,92,74,.08)!important}
  .product-img{height:150px!important;padding:12px!important}
  .product-img img{max-height:126px!important}
  .product-body{padding:11px!important}
  .product-cat{font-size:11px!important;margin-bottom:5px!important}
  .product-title{font-size:13px!important;line-height:1.55!important;min-height:42px!important;margin-bottom:6px!important}
  .product-desc{display:none!important}
  .price-row{margin-bottom:9px!important}
  .current-price{font-size:16px!important}
  .old-price{font-size:12px!important}
  .cart-form{display:grid!important;grid-template-columns:46px 1fr!important;gap:6px!important}
  .cart-form input{width:46px!important;padding:7px 4px!important;font-size:13px!important}
  .cart-form button{grid-column:auto!important;min-height:36px!important;padding:7px 5px!important;font-size:12px!important}
  .category-hero{padding:30px 0!important}
  .category-hero h1{font-size:27px!important;line-height:1.4!important}
  .category-layout{grid-template-columns:1fr!important;gap:16px!important}
  .category-sidebar{position:static!important;border-radius:12px!important;padding:14px!important}
  .category-list a,.mid-list a{padding:10px!important;font-size:14px!important}
  .category-tile{height:135px!important;border-radius:12px!important}
  .mid-product-head{display:block!important;padding:13px!important;border-radius:12px!important}
  .mid-product-head h2{font-size:19px!important}
  .mid-product-head span{margin-top:9px!important;font-size:13px!important}
  .product-shell{padding:22px 0 40px!important}
  .product-detail{grid-template-columns:1fr!important;gap:16px!important}
  .product-photo{position:static!important;min-height:300px!important;padding:18px!important;border-radius:12px!important}
  .product-photo img{max-height:275px!important}
  .product-info{padding:18px!important}
  .product-info-top{display:grid!important;grid-template-columns:1fr!important;gap:8px!important}
  .product-info h1{font-size:25px!important;line-height:1.45!important}
  .price-box{padding:14px!important;margin:16px 0!important;border-radius:12px!important}
  .qty-form{grid-template-columns:74px 1fr!important;gap:8px!important}
  .purchase-steps{grid-template-columns:1fr!important}
  .section-title-row{display:block!important}
  .related-card{flex-basis:78vw!important}
  .cart-table,.cart-table thead,.cart-table tbody,.cart-table tr,.cart-table td{display:block!important;width:100%!important}
  .cart-table thead{display:none!important}
  .cart-table tr{background:#fff;border:1px solid #e8eee6;border-radius:12px;margin-bottom:12px;padding:12px}
  .cart-table td{border:0!important;padding:6px 0!important}
  .cart-product{display:grid!important;grid-template-columns:64px 1fr!important;gap:10px!important;align-items:center!important}
  .cart-product img{width:64px!important;height:64px!important;margin:0!important}
  .qty-input{width:100%!important;max-width:120px}
  .total-box{display:grid!important;gap:8px!important;text-align:center!important;padding:18px!important;border-radius:12px!important}
  .shop-footer{margin-top:36px!important;padding-bottom:14px!important}
  .footer-topline{transform:none!important;margin:0 0 22px!important}
  .footer-topline strong{font-size:21px!important;line-height:1.5!important}
  .footer-grid{gap:22px!important;padding-top:0!important}
  .footer-brand-block{padding-left:0!important}
  .footer-logo{height:92px!important;max-width:210px!important;margin-bottom:10px!important}
  .footer-badges span{font-size:12px!important;padding:6px 9px!important}
  .footer-contact p{align-items:flex-start!important}
}

@media(max-width:380px){
  .shop-nav{grid-template-columns:42px minmax(104px,1fr) auto;gap:6px}
  .brand img{height:50px!important;max-width:140px!important}
  .mobile-menu-toggle{width:42px;height:42px}
  .cart-btn{height:40px!important;min-width:60px!important;padding:0 7px!important}
  .cart-btn i{font-size:16px}
  .cart-btn strong{min-width:20px;height:20px;font-size:10px}
  .hero-copy h1{font-size:24px!important}
  .product-img{height:140px!important}
  .product-img img{max-height:116px!important}
}

@media(max-width:767px){
  .product-row{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:10px!important;
  }
  .product-card{min-width:0!important}
  .product-body{padding:10px!important}
  .product-title{
    font-size:13px!important;
    line-height:1.45!important;
    min-height:40px!important;
    overflow:hidden!important;
  }
  .price-row{margin-bottom:8px!important}
  .cart-form{
    display:grid!important;
    grid-template-columns:40px minmax(0,1fr)!important;
    gap:6px!important;
    align-items:stretch!important;
  }
  .cart-form input{
    width:40px!important;
    height:36px!important;
    min-width:0!important;
    padding:0 3px!important;
    font-size:12px!important;
  }
  .cart-form button{
    grid-column:auto!important;
    width:100%!important;
    height:36px!important;
    min-height:36px!important;
    padding:0 4px!important;
    font-size:11px!important;
    white-space:nowrap!important;
  }
}
