/*
Theme Name: FreshFood Bazar
Theme URI: http://localhost:8080
Author: FreshFoodBD
Description: A responsive WooCommerce grocery storefront inspired by the supplied reference.
Version: 1.0.0
Text Domain: freshfood-bazar
*/

:root{--orange:#1f6a43;--orange-dark:#164d31;--bronze:#a47847;--bronze-dark:#7b5630;--ink:#1f2f27;--muted:#66736d;--line:#e1e9e4;--soft:#f4f8f5;--cream:#fbf7ef;--green:#1f6a43;--green-dark:#164d31;--radius:10px;--shadow:0 3px 14px rgba(31,106,67,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:"Open Sans",Arial,sans-serif;background:#fff;font-size:14px;line-height:1.55}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}button,input,select,textarea{font:inherit}.container{width:95%;max-width:1436px;margin:auto}.screen-reader-text{position:absolute;left:-9999px}.site-main{min-height:50vh}
.notice-bar{background:#f5efe7;color:var(--bronze-dark);text-align:center;padding:7px 16px;font-size:13px;border-bottom:1px solid #e6d8c8}.notice-bar strong{color:var(--green)}
.site-header{background:#fff;position:sticky;top:0;z-index:100;box-shadow:0 1px 7px rgba(21,75,49,.10)}.header-main{display:grid;grid-template-columns:190px 1fr auto;align-items:center;gap:28px;padding:10px 0}.brand{display:flex;align-items:center}.brand img{width:168px;height:78px;object-fit:contain}.brand-fallback{font-weight:800;font-size:26px;color:var(--orange)}
.search-box{display:flex;border:1px solid #ddd;border-radius:7px;overflow:hidden;background:#fff;height:46px}.search-box input{border:0;outline:0;flex:1;padding:0 16px;min-width:0}.search-box button{border:0;background:var(--orange);color:#fff;width:55px;font-size:19px;cursor:pointer}.header-actions{display:flex;align-items:center;gap:18px}.header-action{display:flex;align-items:center;gap:8px;color:#4b5563;white-space:nowrap}.header-action .icon{font-size:21px;color:var(--orange)}.header-action small{display:block;font-size:11px;color:#8a8f98}.cart-count{display:inline-grid;place-items:center;background:var(--orange);color:#fff;border-radius:20px;min-width:21px;height:21px;font-size:11px;margin-left:-5px}

/* Live product search suggestions */
.ffb-live-search-form{
  position:relative!important;
  overflow:visible!important;
}

.ffb-live-search-results{
  position:absolute;
  z-index:9999;
  left:0;
  right:0;
  top:calc(100% + 8px);
  max-height:410px;
  overflow-y:auto;
  border:1px solid #dfe6e2;
  border-radius:8px;
  background:#fff;
  box-shadow:0 18px 34px rgba(15,37,26,.18);
}
.ffb-live-search-results[hidden]{
  display:none!important;
}
.ffb-live-search-item{
  display:grid;
  grid-template-columns:52px minmax(0,1fr);
  gap:12px;
  align-items:center;
  min-height:86px;
  padding:10px 14px;
  border-bottom:1px solid #edf2ef;
  color:var(--ink)!important;
  text-decoration:none!important;
}
.ffb-live-search-item:last-child{
  border-bottom:0;
}
.ffb-live-search-item:hover{
  background:#f4faf6;
}
.ffb-live-search-thumb{
  display:grid;
  place-items:center;
  width:50px;
  height:50px;
  border:1px solid #e1e8e4;
  border-radius:6px;
  background:#fff;
  overflow:hidden;
}
.ffb-live-search-thumb img{
  display:block;
  width:44px;
  height:44px;
  object-fit:contain;
}
.ffb-live-search-copy{
  display:grid;
  gap:3px;
  min-width:0;
}
.ffb-live-search-copy strong{
  color:#071b14;
  font-size:14px;
  font-weight:600;
  line-height:1.25;
  white-space:nowrap;
  overflow:hidden;
  text-overflow:ellipsis;
}
.ffb-live-search-copy b{
  color:var(--bronze);
  font-size:13px;
  font-weight:800;
  line-height:1.1;
}
.ffb-live-search-copy small{
  color:#40534a;
  font-size:11px;
  line-height:1.15;
}
.ffb-live-search-message{
  padding:16px;
  color:#40534a;
  font-size:13px;
  font-weight:700;
}
.site-header{
  z-index:10000!important;
}
.site-header .search-box .ffb-live-search-results{
  z-index:10001!important;
}
.nav-wrap{
  z-index:900!important;
}

/* Cart drawer must cover the full page from the very top on every device. */
.cart-drawer-overlay,
.cart-drawer-overlay.open{
  position:fixed!important;
  inset:0!important;
  z-index:19990!important;
}
.cart-drawer,
.cart-drawer.open{
  position:fixed!important;
  top:0!important;
  right:0!important;
  bottom:0!important;
  height:100vh!important;
  height:100dvh!important;
  z-index:20000!important;
}
.cart-loading-overlay{
  z-index:20010!important;
}
body.cart-drawer-active .site-header,
body.cart-drawer-active .nav-wrap,
body.cart-drawer-active .floating-cart,
body.cart-drawer-active .chaty,
body.cart-drawer-active .chaty-widget,
body.cart-drawer-active .chaty-chat-view,
body.cart-drawer-active .chaty-outer-forms{
  z-index:1!important;
}

.back-to-top{
  --scroll-progress:0;
  position:fixed;
  right:28px;
  bottom:116px;
  z-index:980;
  display:grid;
  place-items:center;
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:var(--bronze);
  color:#fff;
  box-shadow:0 10px 24px rgba(166,99,48,.28);
  cursor:pointer;
  opacity:0;
  visibility:hidden;
  transform:translateY(12px) scale(.94);
  transition:opacity .22s ease,visibility .22s ease,transform .22s ease,background .22s ease,box-shadow .22s ease;
}
.back-to-top::before{
  content:"";
  position:absolute;
  inset:-4px;
  border-radius:50%;
  background:conic-gradient(var(--green) calc(var(--scroll-progress) * 1turn), rgba(31,102,66,.16) 0);
  opacity:.98;
  transition:background .15s linear;
}
.back-to-top::after{
  content:"";
  position:absolute;
  inset:-1px;
  background:var(--bronze);
  border-radius:50%;
  transition:background .22s ease;
}
.back-to-top svg{
  position:relative;
  z-index:1;
  width:24px;
  height:24px;
  fill:none;
  stroke:currentColor;
  stroke-width:2.4;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.back-to-top.is-visible{
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
  animation:backTopFloat 2.4s ease-in-out infinite;
}
.back-to-top:hover{
  background:var(--green);
  box-shadow:0 12px 28px rgba(31,102,66,.3);
}
.back-to-top:hover::after{
  background:var(--green);
}
@keyframes backTopFloat{
  0%,100%{transform:translateY(0) scale(1)}
  50%{transform:translateY(-5px) scale(1.02)}
}
@media(max-width:1100px){
  .back-to-top{display:none!important}
}

/* Mobile drawers must sit above header, bottom nav, floating cart and Chaty. */
@media(max-width:720px){
  .mobile-drawer-overlay,
  .cart-drawer-overlay{
    position:fixed!important;
    inset:0!important;
    z-index:19990!important;
  }
  .mobile-drawer,
  .mobile-drawer.open,
  .cart-drawer,
  .cart-drawer.open{
    position:fixed!important;
    top:0!important;
    bottom:0!important;
    height:100vh!important;
    height:100dvh!important;
    z-index:20000!important;
  }
  .mobile-drawer{
    left:0!important;
    max-height:100dvh!important;
  }
  .cart-drawer{
    left:0!important;
    right:0!important;
    width:100vw!important;
    max-width:100vw!important;
  }
  body.mobile-drawer-active .site-header,
  body.cart-drawer-active .site-header,
  body.mobile-drawer-active .mobile-bottom-nav,
  body.cart-drawer-active .mobile-bottom-nav,
  body.mobile-drawer-active .floating-cart,
  body.cart-drawer-active .floating-cart,
  body.mobile-drawer-active .chaty,
  body.cart-drawer-active .chaty,
  body.mobile-drawer-active .chaty-widget,
  body.cart-drawer-active .chaty-widget,
  body.mobile-drawer-active .chaty-chat-view,
  body.cart-drawer-active .chaty-chat-view,
  body.mobile-drawer-active .chaty-outer-forms,
  body.cart-drawer-active .chaty-outer-forms{
    z-index:1!important;
  }
  body.mobile-drawer-active,
  body.cart-drawer-active{
    overflow:hidden!important;
    touch-action:none;
  }
  .mobile-drawer{
    width:min(310px,82vw)!important;
    padding:12px 10px 14px!important;
    overflow:hidden!important;
  }
  .mobile-drawer-account-card{
    min-height:48px!important;
    margin:0 0 14px!important;
    padding:8px 10px!important;
    border-radius:8px!important;
    gap:9px!important;
  }
  .mobile-drawer-avatar{
    flex-basis:34px!important;
    width:34px!important;
    height:34px!important;
  }
  .mobile-drawer-avatar svg{
    width:33px!important;
    height:33px!important;
  }
  .mobile-drawer-account-copy strong{
    font-size:14px!important;
    line-height:1.05!important;
  }
  .mobile-drawer-account-copy small{
    font-size:12px!important;
    line-height:1.05!important;
  }
  .mobile-drawer-nav{
    margin:0 0 14px!important;
    padding:10px 12px!important;
    border-radius:8px!important;
    overflow:visible!important;
  }
  .mobile-drawer-nav>a,
  .mobile-drawer-group>a,
  .mobile-drawer-submenu-toggle{
    min-height:29px!important;
    padding:5px 0!important;
    font-size:12px!important;
    line-height:1.1!important;
    font-weight:500!important;
  }
  .mobile-drawer-submenu-toggle::after{
    width:7px!important;
    height:7px!important;
  }
  .mobile-drawer-quick-links h3{
    margin-bottom:11px!important;
    padding-bottom:8px!important;
    font-size:18px!important;
    line-height:1.1!important;
  }
  .mobile-drawer-quick-card{
    gap:0!important;
    padding:9px 12px!important;
    border-radius:8px!important;
  }
  .mobile-drawer-quick-card a{
    min-height:31px!important;
    gap:9px!important;
    padding:4px 0!important;
    font-size:13px!important;
    line-height:1.1!important;
  }
  .mobile-drawer-quick-card span{
    flex-basis:22px!important;
    width:22px!important;
    height:22px!important;
  }
  .mobile-drawer-quick-card svg{
    width:20px!important;
    height:20px!important;
  }
}
@media(max-width:720px){
  .mobile-search-form.ffb-live-search-form{
    position:relative!important;
  }
  .mobile-search-form .ffb-live-search-results{
    left:14px!important;
    right:14px!important;
    top:calc(100% - 8px)!important;
    max-height:min(58vh,390px)!important;
    border-radius:6px!important;
  }
  .mobile-search-form .ffb-live-search-item{
    grid-template-columns:50px minmax(0,1fr)!important;
    min-height:78px!important;
    padding:9px 12px!important;
  }
}
.nav-wrap{background:#edf5f0;border-top:1px solid #dbe9e0;border-bottom:1px solid #dbe9e0}.main-nav{display:flex;align-items:stretch;height:48px}.category-toggle{display:flex;align-items:center;gap:10px;background:var(--orange);color:#fff;font-weight:700;padding:0 24px;min-width:235px;cursor:pointer}.nav-links{display:flex;align-items:center;gap:29px;margin-left:28px;font-weight:600}.nav-links a:hover{color:var(--orange)}.category-menu{position:absolute;display:none;background:#fff;width:270px;box-shadow:var(--shadow);border:1px solid #eee;border-radius:0 0 8px 8px;padding:10px 0}.category-shell:hover .category-menu,.category-shell.open .category-menu{display:block}.category-shell{position:relative}.category-menu a{display:flex;justify-content:space-between;padding:10px 18px;border-bottom:1px solid #f3f3f3}.category-menu a:hover{background:#eef7f1;color:var(--orange)}
.hero{background:#f7f7f7;padding:20px 0}.hero-grid{display:grid;grid-template-columns:2fr 1fr;gap:14px}.hero-main,.hero-side{overflow:hidden;border-radius:9px}.hero-main img{display:block;width:100%;aspect-ratio:2.5/1;object-fit:cover}.hero-side{display:grid;gap:14px}.hero-side img{display:block;width:100%;aspect-ratio:2.4/1;object-fit:cover}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:#eaeaea;border:1px solid #eaeaea;border-radius:8px;overflow:hidden;margin:24px auto}.trust-item{display:flex;align-items:center;gap:12px;padding:17px;background:#fff}.trust-icon{font-size:26px;color:var(--orange)}.trust-item b{display:block}.trust-item span{font-size:12px;color:var(--muted)}
.home-section{padding:22px 0}.section-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px}.section-head h2{font-size:25px;margin:0;color:#252a34}.section-head a{font-size:12px;font-weight:700;color:var(--orange);text-transform:uppercase}.category-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:14px}.category-card{background:#fff;text-align:center}.category-card .cat-image{aspect-ratio:1;background:#f7f7f7;border-radius:50%;padding:10px;overflow:hidden;border:1px solid #f0f0f0}.category-card img{width:100%;height:100%;object-fit:cover;border-radius:50%;transition:.25s}.category-card:hover img{transform:scale(1.06)}.category-card b{display:block;margin-top:9px;font-size:13px}
.promo-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.promo-grid img{width:100%;aspect-ratio:2.5/1;object-fit:cover;border-radius:9px;display:block}
.products-grid,.woocommerce ul.products{display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));gap:14px;margin:0!important;padding:0!important}.woocommerce ul.products::before,.woocommerce ul.products::after{display:none!important;content:none!important}.product-card,.woocommerce ul.products li.product{position:relative;background:#fff;border:1px solid #ececec;border-radius:9px;padding:10px!important;margin:0!important;width:auto!important;float:none!important;transition:.2s;display:flex;flex-direction:column;min-width:0}.product-card:hover,.woocommerce ul.products li.product:hover{box-shadow:var(--shadow);transform:translateY(-2px)}.product-thumb,.woocommerce ul.products li.product a img{display:block;width:100%;aspect-ratio:1;object-fit:contain;background:#fff;border-radius:7px;margin:0 0 10px!important}.sale-badge,.woocommerce span.onsale{position:absolute;z-index:2;left:10px!important;top:10px!important;right:auto!important;margin:0!important;min-width:auto!important;min-height:auto!important;line-height:1!important;background:#ef4444!important;color:#fff;border-radius:4px!important;padding:6px 8px!important;font-size:11px!important}.product-card h3,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:14px!important;line-height:1.45;margin:0 0 7px!important;padding:0!important;min-height:41px;color:#333;overflow-wrap:anywhere}.price,.woocommerce ul.products li.product .price{color:var(--orange)!important;font-size:16px!important;font-weight:700!important;margin:0 0 10px!important}.price del{font-size:12px;color:#9ca3af!important;font-weight:400}.product-actions{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-top:auto}.button,.product-actions a,.woocommerce a.button,.woocommerce button.button,.woocommerce input.button,.woocommerce #respond input#submit{background:var(--orange)!important;color:#fff!important;border-radius:5px!important;padding:10px 9px!important;text-align:center!important;font-size:12px!important;font-weight:700!important;line-height:1.2!important}.button.alt,.buy-now{background:var(--ink)!important}.button:hover,.product-actions a:hover{background:var(--orange-dark)!important;color:#fff!important}.added_to_cart{font-size:11px;text-align:center;color:var(--green);padding-top:7px}
body.post-type-archive-product ul.products,body.tax-product_cat ul.products,body.tax-product_tag ul.products{grid-template-columns:repeat(4,minmax(0,1fr))}
.feature-banner{margin:18px auto}.feature-banner img{width:100%;max-height:310px;object-fit:cover;border-radius:10px}.brand-strip{display:grid;grid-template-columns:repeat(5,1fr);gap:14px}.brand-box{height:92px;display:grid;place-items:center;border:1px solid #eee;border-radius:8px;background:#fff;font-weight:800;color:#555;font-size:18px}.brand-box:hover{border-color:var(--orange);color:var(--orange)}
.page-header{background:#fafafa;border-bottom:1px solid #eee;padding:24px 0;margin-bottom:28px}.page-header h1,.woocommerce-products-header__title{font-size:27px;margin:0 0 5px}.breadcrumb,.woocommerce-breadcrumb{font-size:12px!important;color:#858b95;margin:0!important}.content-wrap{padding:28px 0 55px}.post-type-archive-product .site-main>.content-wrap,.tax-product_cat .site-main>.content-wrap,.tax-product_tag .site-main>.content-wrap{width:95%!important;max-width:1436px;margin-inline:auto!important}.entry-content{font-size:15px}.entry-content h2{margin-top:28px}.woocommerce .woocommerce-result-count{color:#777}.woocommerce .woocommerce-ordering select{border:1px solid #ddd;padding:9px;border-radius:5px}.woocommerce nav.woocommerce-pagination ul{border:0}.woocommerce nav.woocommerce-pagination ul li{border:0;margin:3px}.woocommerce nav.woocommerce-pagination ul li a,.woocommerce nav.woocommerce-pagination ul li span{border:1px solid #ddd;border-radius:4px}.woocommerce nav.woocommerce-pagination ul li span.current{background:var(--orange);color:#fff}
.single-product div.product{display:grid;grid-template-columns:1fr 1fr;gap:42px}.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary{width:auto!important;float:none!important}.single-product .product_title{font-size:27px}.single-product div.product p.price{font-size:24px!important}.single-product .quantity .qty{height:42px;border:1px solid #ddd;border-radius:4px}.single-product .cart .button{height:42px;padding:0 28px!important}.woocommerce-tabs{grid-column:1/-1}.woocommerce table.shop_table{border-color:#e5e7eb;border-radius:7px}.woocommerce-cart table.cart img{width:75px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea,.woocommerce form .form-row select{padding:11px;border:1px solid #d8d8d8;border-radius:5px;background:#fff}.select2-container .select2-selection--single{height:43px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:41px}.select2-container--default .select2-selection--single .select2-selection__arrow{height:41px}
.site-footer{background:#252a34;color:#c7cbd1;margin-top:40px}.footer-top{display:grid;grid-template-columns:1.35fr repeat(3,1fr);gap:45px;padding:48px 0 38px}.site-footer h3{color:#fff;font-size:16px;margin:0 0 16px}.footer-about p{font-size:13px}.footer-links{list-style:none;padding:0;margin:0}.footer-links li{margin:8px 0}.footer-links a:hover{color:var(--orange)}.footer-contact{margin-top:18px}.footer-bottom{border-top:1px solid #3a3f49;padding:17px 0;display:flex;justify-content:space-between;align-items:center;font-size:12px}.payment-pills{display:flex;gap:6px}.payment-pills span{background:#fff;color:#555;padding:4px 8px;border-radius:3px;font-weight:700}.mobile-menu-btn{display:none;background:none;border:0;font-size:25px}
@media(max-width:1024px){.header-main{grid-template-columns:160px 1fr}.header-actions{grid-column:1/-1;justify-content:center}.products-grid,.woocommerce ul.products{grid-template-columns:repeat(4,1fr)}.category-grid{grid-template-columns:repeat(4,1fr)}.nav-links{gap:16px}.footer-top{grid-template-columns:repeat(2,1fr)}}
@media(max-width:720px){.container{width:min(100% - 22px,1180px)}.post-type-archive-product .site-main>.content-wrap,.tax-product_cat .site-main>.content-wrap,.tax-product_tag .site-main>.content-wrap{width:min(100% - 22px,1180px)!important}.notice-bar{font-size:11px}.header-main{grid-template-columns:1fr auto;gap:12px;padding:10px 0}.brand img{width:135px;height:46px}.search-box{grid-column:1/-1;grid-row:2}.header-actions{grid-column:auto;grid-row:auto;gap:10px}.header-action .action-text{display:none}.mobile-menu-btn{display:block}.nav-wrap{display:none}.nav-wrap.open{display:block}.main-nav{height:auto;display:block;padding-bottom:10px}.category-toggle{height:44px}.category-menu{position:static;width:100%;box-shadow:none}.nav-links{display:grid;margin:10px 0 0;gap:0}.nav-links a{padding:10px;border-bottom:1px solid #eee}.hero-grid{grid-template-columns:1fr}.hero-side{grid-template-columns:1fr 1fr}.trust-strip{grid-template-columns:1fr 1fr}.category-grid{grid-template-columns:repeat(4,1fr);gap:10px}.products-grid,.woocommerce ul.products,.post-type-archive-product .woocommerce ul.products,.tax-product_cat .woocommerce ul.products,.tax-product_tag .woocommerce ul.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:9px}.product-card,.woocommerce ul.products li.product{padding:8px!important}.product-actions{grid-template-columns:1fr}.promo-grid{grid-template-columns:1fr}.brand-strip{grid-template-columns:repeat(2,1fr)}.single-product div.product{grid-template-columns:1fr;gap:15px}.footer-top{grid-template-columns:1fr;gap:25px}.footer-bottom{display:block;text-align:center}.payment-pills{justify-content:center;margin-top:10px}}
@media(max-width:430px){.header-action:nth-child(2){display:none}.hero-side{grid-template-columns:1fr}.trust-strip{grid-template-columns:1fr}.category-grid{grid-template-columns:repeat(3,1fr)}.section-head h2{font-size:20px}.product-card h3,.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:12px!important}.price,.woocommerce ul.products li.product .price{font-size:14px!important}}
.notice-bar{display:none!important}.site-header{position:relative;top:auto;box-shadow:none}.nav-wrap{position:sticky;top:0;z-index:110;background:#123f2c;border-color:#123f2c;box-shadow:0 4px 14px rgba(8,35,23,.2)}.nav-links{margin-left:0}.nav-links a{color:#fff}.nav-links a:hover{color:#f2b66d}.main-nav{height:52px}.mobile-menu-btn{color:var(--green)}
.shop-results{transition:opacity .18s ease}.shop-results.is-loading{opacity:.45;pointer-events:none}
.archive-page-title{margin:0 0 8px;color:var(--ink);font-size:28px;line-height:1.2}.shop-results .woocommerce-products-header__title{display:none}
.nav-category{position:relative;display:flex;align-items:center;height:100%}.nav-category>a{display:flex;align-items:center;gap:7px;height:100%}.nav-chevron{display:inline-block;width:6px;height:6px;margin-top:-3px;border-right:1.6px solid currentColor;border-bottom:1.6px solid currentColor;transform:rotate(45deg);opacity:.9;transition:transform .18s ease,opacity .18s ease,margin-top .18s ease}.nav-category:hover .nav-chevron,.nav-category.open .nav-chevron{margin-top:3px;transform:rotate(225deg);opacity:1}.nav-dropdown{position:absolute;z-index:120;top:calc(100% + 1px);left:-14px;display:none;min-width:210px;padding:7px 0;border:1px solid rgba(21,75,49,.14);border-radius:0 0 8px 8px;background:#fff;box-shadow:0 10px 24px rgba(8,35,23,.18)}.nav-category:hover>.nav-dropdown,.nav-category.open>.nav-dropdown{display:grid}.nav-dropdown a{display:block;padding:10px 15px;color:var(--ink);font-size:13px;font-weight:600;white-space:nowrap}.nav-dropdown a:hover{background:#eef6f1;color:var(--green)}
.nav-dropdown-group{display:block;position:relative}.nav-dropdown-group>a{display:flex;align-items:center;justify-content:space-between}.nav-subdropdown{display:grid;padding:0 0 5px 12px}.nav-subdropdown a{padding:7px 15px;font-size:12px;color:var(--muted)}
.shop-results nav.woocommerce-pagination{margin-top:30px;padding-top:4px}.shop-results nav.woocommerce-pagination ul{display:flex;align-items:center;gap:8px;margin:0!important;padding:0!important}.shop-results nav.woocommerce-pagination ul li{margin:0!important}.shop-results nav.woocommerce-pagination ul li a,.shop-results nav.woocommerce-pagination ul li span{display:grid;place-items:center;min-width:34px;height:34px;padding:0 9px}
.ffb-empty-products{box-sizing:border-box;display:flex!important;flex-direction:column;align-items:center;justify-content:center;width:100%;min-height:300px;margin:16px 0 0;padding:64px 24px;text-align:center;border-top:3px solid var(--green);border-radius:2px;background:#fafbfa}.ffb-empty-icon{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;margin:0 0 14px;border-radius:50%;background:#eaf3ed;color:var(--green);font-size:25px;line-height:1}.ffb-empty-products h2{display:block;width:100%;margin:0 0 8px;color:var(--ink);font-size:23px;line-height:1.25}.ffb-empty-products p{display:block;width:100%;margin:0 0 22px;color:var(--muted);font-size:14px;line-height:1.55}.ffb-empty-products .button{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px;padding:0 24px;border:0;border-radius:6px;background:var(--green);color:#fff;line-height:1;text-decoration:none}.ffb-empty-products .button:hover{background:#103d28}
@media(max-width:720px){.ffb-empty-products{min-height:260px;margin-top:12px;padding:48px 18px}.ffb-empty-products h2{font-size:21px}.ffb-empty-products p{font-size:13px}}

/* Refresh Food brand system */
.button.alt,.buy-now{background:var(--bronze)!important}.buy-now:hover{background:var(--bronze-dark)!important}.site-footer{background:#173b2b;color:#d4dfd9}.footer-brand{display:inline-block;background:#fff;border-radius:8px;padding:7px 10px;margin-bottom:10px}.footer-brand img{display:block;width:150px;height:72px;object-fit:contain}.site-footer .footer-bottom{border-top-color:rgba(255,255,255,.16)}.site-footer .footer-links a:hover{color:#d3aa78}.payment-pills span{color:var(--bronze-dark)}.mobile-menu-btn{color:var(--green)}
.woocommerce-account:not(.logged-in) .page-header{display:none}.woocommerce-account:not(.logged-in) .content-wrap{width:min(100% - 32px,580px);min-height:calc(100vh - 285px);padding:48px 0;display:flex;align-items:center}.woocommerce-account:not(.logged-in) .entry-content,.woocommerce-account:not(.logged-in) .entry-content>.woocommerce{width:100%}.woocommerce-account .u-columns{display:block;max-width:550px;margin:auto}.woocommerce-account .u-column1,.woocommerce-account .u-column2{float:none!important;width:100%!important;border:1px solid var(--line);border-radius:18px;padding:28px;background:#fff;box-shadow:0 12px 38px rgba(21,75,49,.10)}.woocommerce-account .u-column2{display:none}.woocommerce-account .u-columns.show-register .u-column1{display:none}.woocommerce-account .u-columns.show-register .u-column2{display:block}.woocommerce-account .u-columns h2{margin:0 0 22px;color:var(--ink);font-size:20px}.woocommerce-account form.login,.woocommerce-account form.register{border:0;padding:0;margin:0}.woocommerce-account form .form-row{padding:0;margin:0 0 14px}.woocommerce-account form .form-row label{font-weight:600}.woocommerce-account form .input-text{min-height:58px;border:1px solid #cbd5d0!important;border-radius:14px!important;padding:0 16px!important}.woocommerce-account form .button{display:block;width:100%;min-height:48px;border-radius:24px!important;font-size:15px!important}.woocommerce-account .woocommerce-LostPassword{text-align:center;margin:20px 0 28px!important}.woocommerce-account .woocommerce-LostPassword a{font-weight:700;color:var(--green)}.account-switch{display:block;width:100%;min-height:46px;border:1.5px solid var(--green);border-radius:24px;background:#fff;color:var(--green);font-weight:700;cursor:pointer;margin-top:30px}.account-switch:hover{background:#f0f7f3}.account-back{margin-top:22px}.woocommerce-account:not(.logged-in) form.lost_reset_password{width:100%;border:1px solid var(--line);border-radius:18px;padding:28px;background:#fff;box-shadow:0 12px 38px rgba(21,75,49,.10)}.woocommerce-account:not(.logged-in) form.lost_reset_password .form-row{float:none;width:100%}.woocommerce-account:not(.logged-in) form.lost_reset_password .button{width:100%;min-height:48px;border-radius:24px!important}
@media(max-width:720px){.header-main{padding:7px 0}.brand img{width:128px;height:66px}}
@media(max-width:720px){.woocommerce-account:not(.logged-in) .content-wrap{width:min(100% - 24px,580px);min-height:60vh;padding:30px 0}.woocommerce-account .u-column1,.woocommerce-account .u-column2,.woocommerce-account:not(.logged-in) form.lost_reset_password{padding:20px}.woocommerce-account .u-columns h2{font-size:18px}.woocommerce-account form .input-text{min-height:54px}}
@media(max-width:720px){body.post-type-archive-product ul.products,body.tax-product_cat ul.products,body.tax-product_tag ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}

.main-nav{justify-content:flex-start}.main-nav .nav-links{margin-left:0;width:100%;justify-content:flex-start}

/* Shop filters */
.shop-layout{display:grid;grid-template-columns:250px minmax(0,1fr);gap:26px;align-items:start}.shop-results{min-width:0}.shop-results ul.products{grid-template-columns:repeat(4,minmax(0,1fr))}.shop-filter-toggle{display:none}.shop-filters{position:sticky;top:145px}.shop-filters form{display:grid;gap:10px}.filter-heading{display:flex;align-items:center;justify-content:space-between;padding:4px 2px 8px}.filter-heading strong{font-size:19px;color:var(--ink)}.filter-heading a{font-size:12px;color:var(--green);font-weight:700}.filter-card{background:#f6f7f8;border:1px solid var(--line);border-radius:8px;padding:14px 12px}.filter-card summary{list-style:none;cursor:pointer;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid #dde3df;padding-bottom:10px}.filter-card summary::-webkit-details-marker{display:none}.filter-card summary::after{content:'+';float:right;font-size:18px;line-height:14px;color:var(--muted)}.filter-card[open] summary::after{content:'−'}.filter-card[open] summary{border-bottom-color:var(--bronze)}.filter-options{display:grid;gap:9px;padding-top:12px}.filter-options label{display:grid;grid-template-columns:17px 1fr auto;align-items:center;gap:8px;cursor:pointer}.filter-options input{width:17px;height:17px;accent-color:var(--green)}.filter-options small{color:var(--muted)}.price-fields{display:grid;grid-template-columns:1fr 1fr;gap:9px;padding-top:12px}.price-fields label{font-size:11px;font-weight:700;color:var(--muted)}.price-fields input{display:block;width:100%;height:38px;margin-top:4px;border:1px solid #ccd5d0;border-radius:6px;padding:0 8px;background:#fff}.price-slider{width:100%;margin:15px 0 3px;accent-color:var(--green)}.filter-submit{width:100%;min-height:44px;border:0;cursor:pointer}.shop-results .woocommerce-products-header__title{margin-top:0}
@media(max-width:1024px){.shop-layout{grid-template-columns:220px minmax(0,1fr);gap:18px}.shop-results ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:720px){.shop-layout{display:block}.shop-filter-toggle{display:flex;width:100%;align-items:center;justify-content:center;gap:8px;border:1px solid var(--green);background:#fff;color:var(--green);border-radius:7px;padding:11px;font-weight:700;margin-bottom:14px}.shop-filters{display:none;position:static;margin-bottom:18px}.shop-filters.open{display:block}.shop-results ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Mobile shop filter drawer */
.shop-filter-overlay,.shop-filter-close{display:none}
@media(max-width:720px){.shop-filter-toggle{position:sticky;top:10px;z-index:95;background:#fff;box-shadow:0 8px 22px rgba(21,75,49,.08)}.shop-filter-overlay{position:fixed;z-index:298;inset:0;display:block;background:rgba(10,24,17,.48);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.shop-filter-overlay.open{opacity:1;visibility:visible}.shop-filters{position:fixed!important;z-index:299;top:0;left:0;display:flex!important;flex-direction:column;width:min(360px,90vw);height:100vh;margin:0!important;padding:0;background:#fff;box-shadow:16px 0 35px rgba(8,35,23,.18);transform:translateX(-105%);transition:transform .32s cubic-bezier(.22,.8,.25,1);overflow:hidden}.shop-filters.open{transform:translateX(0)}.shop-filter-drawer-active{overflow:hidden}.shop-filters form{height:100%;padding:0 18px 20px;overflow-y:auto}.shop-filters .filter-heading{position:sticky;top:0;z-index:2;margin:0 -18px 10px;padding:15px 18px;border-bottom:1px solid var(--line);background:#f8fbf9}.shop-filters .filter-heading strong{font-size:20px}.shop-filters .filter-heading a{margin-left:auto;margin-right:12px}.shop-filter-close{display:grid;place-items:center;width:38px;height:38px;border:1px solid #d5dfd8;border-radius:50%;background:#fff;color:var(--ink);font-size:28px;line-height:1;cursor:pointer}.shop-filter-close:hover{border-color:var(--green);color:var(--green)}.shop-filters .filter-card{background:#fff}.shop-filters .filter-card:last-child{margin-bottom:18px}}

/* Compact mobile shop/search controls */
@media(max-width:720px){.woocommerce-main .page-header{padding:14px 0 13px;margin-bottom:12px}.woocommerce-main .page-header .container{display:flex;align-items:center;justify-content:space-between;gap:10px}.archive-page-title{margin:0!important;font-size:23px;line-height:1.1}.woocommerce-main .woocommerce-breadcrumb{max-width:58%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-align:right;font-size:11px!important}.woocommerce-main .content-wrap{padding-top:10px}.shop-filter-toggle{position:relative;top:auto;z-index:1;width:auto;min-height:38px;margin:0 0 12px;padding:8px 14px;border-radius:7px;font-size:13px;box-shadow:none}.shop-results{display:grid;grid-template-columns:1fr auto;align-items:center;gap:8px}.shop-results .woocommerce-products-header,.shop-results>h1,.shop-results .woocommerce-products-header__title{grid-column:1/-1}.shop-results .woocommerce-products-header{display:contents}.shop-results .woocommerce-products-header__title{margin:0!important;font-size:22px!important;line-height:1.15}.shop-results .woocommerce-result-count{float:none!important;margin:0 0 10px!important;font-size:12px;line-height:1.25;color:var(--muted)}.shop-results .woocommerce-ordering{float:none!important;margin:0 0 10px!important}.shop-results .woocommerce-ordering select{min-width:142px;height:38px;padding:0 10px;font-size:12px}.shop-results ul.products,.shop-results .woocommerce-notices-wrapper,.shop-results nav.woocommerce-pagination{grid-column:1/-1}}
@media(max-width:430px){.woocommerce-main .page-header .container{display:block}.woocommerce-main .woocommerce-breadcrumb{display:block;max-width:100%;margin-top:5px!important;text-align:left}.archive-page-title{font-size:21px}.shop-results .woocommerce-products-header__title{font-size:20px!important}.shop-results .woocommerce-ordering select{min-width:132px}}
@media(max-width:720px){.nav-category{display:block;height:auto}.nav-category>a{justify-content:space-between;height:auto}.nav-dropdown{position:static;min-width:0;margin:0 0 5px;padding:0;border:0;border-radius:0;box-shadow:none;background:#f4f8f5}.nav-dropdown a{padding:9px 16px;border-bottom:1px solid #e0ebe4;font-size:12px}.nav-category:hover>.nav-dropdown{display:none}.nav-category.open>.nav-dropdown{display:grid}.nav-subdropdown{padding-left:12px;background:#edf5f0}}

/* Contact page */
.contact-intro{max-width:680px;margin:0 auto 28px;text-align:center}.contact-intro .eyebrow{display:inline-block;margin-bottom:8px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.contact-intro h2{margin:0 0 10px;color:var(--ink);font-size:32px;line-height:1.2}.contact-intro p{margin:0;color:var(--muted);line-height:1.7}.contact-layout{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);gap:28px;align-items:start}.contact-details{display:grid;gap:12px;padding:24px;border-radius:12px;background:#eef6f1}.contact-detail{display:flex;gap:14px;align-items:flex-start;padding:14px 0;border-bottom:1px solid rgba(21,75,49,.12)}.contact-detail:last-child{border-bottom:0}.contact-detail-icon{display:grid;place-items:center;width:38px;height:38px;flex:0 0 38px;border-radius:50%;background:var(--green);color:#fff;font-size:17px}.contact-detail strong,.contact-detail a,.contact-detail span{display:block}.contact-detail strong{margin-bottom:3px;color:var(--ink);font-size:14px}.contact-detail a,.contact-detail>div>span{color:var(--green);font-size:14px;font-weight:700;text-decoration:none}.contact-detail small{display:block;margin-top:3px;color:var(--muted);font-size:12px;line-height:1.5}.contact-form{display:grid;gap:16px;padding:26px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(21,75,49,.06)}.contact-form-heading h2{margin:0 0 4px;color:var(--ink);font-size:22px}.contact-form-heading p{margin:0;color:var(--muted);font-size:12px}.contact-form label{display:grid;gap:7px;color:var(--ink);font-size:13px;font-weight:700}.contact-form label>span,.contact-form-heading span{color:var(--bronze)}.contact-form input,.contact-form textarea{box-sizing:border-box;width:100%;border:1px solid #d2ddd6;border-radius:7px;background:#fbfdfc;padding:12px 13px;color:var(--ink);font:inherit;font-size:14px;font-weight:400;outline:0;transition:border-color .2s,box-shadow .2s}.contact-form textarea{resize:vertical;min-height:140px}.contact-form input:focus,.contact-form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(35,111,73,.12)}.contact-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contact-submit{justify-self:start;min-height:44px;border:0;cursor:pointer}.contact-submit span{margin-left:7px}.contact-notice{margin:0 auto 20px;padding:12px 15px;border-radius:7px;font-size:13px;text-align:center}.contact-notice.success{background:#e8f5ed;color:#17633c}.contact-notice.error{background:#fff1ec;color:#9a3e1d}
@media(max-width:720px){.contact-intro h2{font-size:26px}.contact-layout{grid-template-columns:1fr;gap:18px}.contact-details,.contact-form{padding:19px}.contact-form-grid{grid-template-columns:1fr}}
.contact-detail{align-items:center}.contact-detail-icon{display:grid;place-items:center;width:30px;height:38px;flex:0 0 30px;background:transparent;color:var(--green)}.contact-detail-icon svg{display:block;width:23px;height:23px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}
.info-page{max-width:860px;margin:0 auto;color:var(--muted);font-size:15px;line-height:1.8}.info-page .eyebrow{display:inline-block;margin-bottom:8px;color:var(--green);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.info-page h2{margin:0 0 14px;color:var(--ink);font-size:32px;line-height:1.25}.info-page h3{margin:28px 0 6px;color:var(--ink);font-size:18px}.info-page p{margin:0 0 14px}.info-page a{color:var(--green);font-weight:700}.info-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:14px;margin:28px 0 8px}.info-cards>div{padding:18px;border:1px solid var(--line);border-radius:10px;background:#eef6f1}.info-cards h3{margin:0 0 5px;font-size:16px}.info-cards p{font-size:13px;line-height:1.6}.info-updated{margin-top:30px!important;color:#78847d;font-size:12px}
@media(max-width:720px){.info-page h2{font-size:26px}.info-cards{grid-template-columns:1fr;gap:10px}}
@media(hover:hover){.product-card:hover,.woocommerce ul.products li.product:hover{transform:none!important;box-shadow:none!important}.product-card,.woocommerce ul.products li.product{overflow:hidden}.product-card .product-thumb,.woocommerce ul.products li.product a img{transition:transform .28s ease}.product-card:hover .product-thumb,.woocommerce ul.products li.product:hover a img{transform:scale(1.045)}}

/* Stacked header actions */
.header-actions{gap:13px}.header-action{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:60px;color:var(--ink);font-size:12px;line-height:1.1;text-align:center}.header-action .icon{display:grid;place-items:center;height:26px;font-size:24px;line-height:1;color:var(--green)}.header-action .action-text{display:block}.header-action .cart-count{position:absolute;top:-3px;right:3px;margin:0;min-width:18px;height:18px;font-size:10px}.header-action:hover{color:var(--green)}
@media(max-width:720px){.header-action{min-width:auto}.header-action .action-text{display:none}}

/* AJAX cart drawer */
.product-actions{grid-template-columns:1fr}.added_to_cart{display:none!important}.floating-cart{position:fixed;z-index:150;right:0;top:52%;transform:translateY(-50%);display:flex;align-items:center;gap:9px;border:0;border-radius:9px 0 0 9px;background:var(--green);color:#fff;padding:11px 13px;box-shadow:0 7px 24px rgba(0,0,0,.2);cursor:pointer}.floating-cart-icon{font-size:24px}.floating-cart-copy{display:grid;gap:2px;text-align:left;font-size:11px;line-height:1.15}.floating-cart-total{font-size:13px;font-weight:800}.cart-drawer-overlay{position:fixed;z-index:199;inset:0;background:rgba(15,28,22,.48);opacity:0;visibility:hidden;transition:.25s}.cart-drawer-overlay.open{opacity:1;visibility:visible}.cart-drawer{position:fixed;z-index:200;top:0;right:0;width:min(400px,92vw);height:100vh;background:#fff;transform:translateX(105%);transition:transform .3s ease;box-shadow:-10px 0 35px rgba(0,0,0,.16);overflow-y:auto}.cart-drawer.open{transform:translateX(0)}.cart-drawer-head{position:sticky;top:0;z-index:2;display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:var(--green);color:#fff}.cart-drawer-head strong{font-size:18px}.cart-drawer-head button{border:0;background:transparent;color:#fff;font-size:30px;line-height:1;cursor:pointer}.cart-drawer .widget_shopping_cart_content{padding:18px}.cart-drawer .woocommerce-mini-cart{list-style:none;margin:0;padding:0}.cart-drawer .woocommerce-mini-cart-item{position:relative;min-height:72px;padding:0 26px 14px 72px!important;margin-bottom:14px;border-bottom:1px solid var(--line)}.cart-drawer .woocommerce-mini-cart-item img{position:absolute;left:0;top:0;width:60px;height:60px;object-fit:contain}.cart-drawer .woocommerce-mini-cart-item a.remove{position:absolute;right:0;top:0;left:auto}.cart-drawer .woocommerce-mini-cart__total{display:flex;justify-content:space-between;border-top:0!important;padding:14px 0!important}.cart-drawer .woocommerce-mini-cart__buttons{display:grid;grid-template-columns:1fr 1fr;gap:8px}.cart-drawer .woocommerce-mini-cart__buttons .button{margin:0!important}.cart-drawer-active{overflow:hidden}
@media(max-width:720px){.floating-cart{top:auto;bottom:18px;right:10px;transform:none;border-radius:28px;padding:10px 13px}.floating-cart-copy{display:none}.cart-drawer{width:min(360px,94vw)}}

.cart-drawer-head{background:#fff;color:var(--ink);border-bottom:1px solid var(--line);text-transform:uppercase}.cart-drawer-head button{color:var(--ink);font-size:13px;font-weight:600}.cart-drawer .woocommerce-mini-cart-item{min-height:94px;margin:0 0 12px;padding:12px 38px 12px 80px!important;border:1px solid var(--line);border-radius:9px;box-shadow:0 2px 8px rgba(21,75,49,.06)}.cart-drawer .woocommerce-mini-cart-item img{left:12px;top:12px;width:56px;height:68px;border:1px solid #d8dfdb;border-radius:7px}.cart-drawer .woocommerce-mini-cart-item>a:not(.remove){display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-weight:600;margin-bottom:10px}.cart-drawer .woocommerce-mini-cart-item a.remove{right:11px;top:12px;color:var(--ink)!important;font-size:24px;font-weight:300}.cart-drawer .woocommerce-mini-cart-item a.remove:hover{background:transparent;color:#b42318!important}.mini-cart-quantity-control{display:flex;align-items:center;gap:0;font-size:12px;white-space:nowrap}.mini-cart-quantity-control button{display:grid;place-items:center;width:23px;height:23px;padding:0;border:1px solid #dce2df;background:#fff;color:var(--ink);cursor:pointer}.mini-qty-minus{border-radius:12px 0 0 12px}.mini-qty-plus{border-radius:0 12px 12px 0}.mini-qty-value{display:grid;place-items:center;width:24px;height:23px;border-top:1px solid #dce2df;border-bottom:1px solid #dce2df}.mini-qty-calculation{margin-left:8px;color:var(--ink)}.cart-drawer.cart-updating .widget_shopping_cart_content{opacity:.55;pointer-events:none}.floating-cart.cart-added-animation{animation:cartBump .65s ease}.cart-button-added{animation:addButtonFlash .65s ease!important}@keyframes cartBump{0%,100%{transform:translateY(-50%) scale(1)}35%{transform:translateY(-50%) scale(1.16) rotate(-4deg)}65%{transform:translateY(-50%) scale(1.06) rotate(3deg)}}@keyframes addButtonFlash{0%,100%{box-shadow:none}45%{box-shadow:0 0 0 7px rgba(31,102,66,.2);transform:translateY(-2px)}}
@media(max-width:720px){.floating-cart.cart-added-animation{animation:cartBumpMobile .65s ease}@keyframes cartBumpMobile{0%,100%{transform:scale(1)}35%{transform:scale(1.2) rotate(-5deg)}65%{transform:scale(1.08) rotate(3deg)}}}

.cart-loading-overlay{position:fixed;z-index:300;inset:0;display:grid;place-items:center;background:rgba(255,255,255,.22);backdrop-filter:blur(1px);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .14s ease,visibility .14s ease}.cart-loading-overlay.open{opacity:1;visibility:visible}.cart-loader{display:grid;place-items:center;gap:7px;min-width:104px;padding:15px 18px;border-radius:14px;background:#fff;color:var(--ink);box-shadow:0 12px 32px rgba(21,75,49,.16)}.cart-loader-icon{position:relative;display:grid;place-items:center;width:38px;height:34px;color:var(--green);animation:cartIconDrive .72s ease-in-out infinite}.cart-loader-icon svg{display:block;width:32px;height:32px;fill:none;stroke:currentColor;stroke-width:1.9;stroke-linecap:round;stroke-linejoin:round}.cart-loader-icon i{position:absolute;right:4px;top:2px;width:9px;height:9px;border-radius:50%;background:var(--bronze);animation:cartDotPop .72s ease-in-out infinite}.cart-loader strong{color:var(--green);font-size:12px;font-weight:800;line-height:1}@keyframes cartIconDrive{0%,100%{transform:translateX(-3px) translateY(0) rotate(-2deg)}50%{transform:translateX(4px) translateY(-2px) rotate(2deg)}}@keyframes cartDotPop{0%,100%{transform:scale(.72);opacity:.55}45%{transform:scale(1.16);opacity:1}}.product-quantity-control{display:grid;grid-template-columns:42px minmax(0,1fr) 42px;width:100%;min-height:42px;margin-top:auto;border:1px solid var(--green);border-radius:6px;overflow:hidden;background:#fff}.product-quantity-control button{border:0;background:var(--green);color:#fff;font-size:22px;cursor:pointer}.product-quantity-control button:hover{background:var(--green-dark,var(--orange-dark))}.product-qty-value{display:grid;place-items:center;color:var(--ink);font-weight:700;font-size:14px}.woocommerce ul.products li.product>.product-quantity-control{margin-top:auto}.product-actions .product-quantity-control{margin-top:0}

/* Vertical sticky cart tab */
.floating-cart{width:86px;min-height:102px;flex-direction:column;gap:0;padding:0;overflow:hidden;border-radius:8px 0 0 8px;background:var(--green)}.floating-cart-icon{display:grid;place-items:center;width:100%;padding:12px 8px 4px}.floating-cart-icon svg{width:25px;height:25px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.floating-cart-copy{display:grid;width:100%;gap:0;text-align:center;font-size:12px}.floating-cart-copy>span:first-child{padding:0 6px 10px;font-weight:700}.floating-cart .cart-count{display:inline;background:transparent;color:inherit;border-radius:0;min-width:0;height:auto;margin:0;font-size:inherit}.floating-cart .floating-cart-total{display:block;width:100%;padding:7px 2px;background:#fff;color:var(--bronze-dark);font-size:12px;font-weight:800;white-space:nowrap}
@media(max-width:720px){.floating-cart{right:0;bottom:18px;width:78px;min-height:94px;border-radius:8px 0 0 8px}.floating-cart-copy{display:grid}.floating-cart-icon{padding-top:9px}.floating-cart .floating-cart-total{font-size:11px;padding:6px 2px}}

/* Reference-inspired single product page */
.single-product .woocommerce-main>.content-wrap{padding-top:34px}.single-product div.product{grid-template-columns:minmax(0,44%) minmax(0,1fr);gap:56px;align-items:start}.single-product div.product .woocommerce-product-gallery{padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff}.single-product div.product .woocommerce-product-gallery__image img{aspect-ratio:1;object-fit:contain}.single-product div.product .summary{padding:6px 0}.single-product .product_title{font-size:30px;line-height:1.25;margin-bottom:12px!important}.single-product div.product p.price{color:var(--bronze)!important;font-size:26px!important;margin:0 0 18px!important}.single-product .woocommerce-product-details__short-description{font-size:14px;color:var(--muted);line-height:1.75;padding-bottom:18px;border-bottom:1px solid var(--line)}.single-product form.cart{display:flex;align-items:center;gap:12px;margin:22px 0 14px!important}.single-product form.cart .quantity{display:grid;grid-template-columns:40px 52px 40px;height:44px}.single-product form.cart .quantity .qty{width:52px;height:44px;border-radius:0;text-align:center;border-left:0;border-right:0}.single-product form.cart .quantity button{border:1px solid var(--green);background:#fff;color:var(--green);font-size:20px;cursor:pointer}.single-product form.cart .quantity .single-qty-minus{border-radius:6px 0 0 6px}.single-product form.cart .quantity .single-qty-plus{border-radius:0 6px 6px 0}.single-product form.cart .single_add_to_cart_button{height:44px;min-width:180px;border-radius:6px!important}.product-contact-actions{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:10px 0}.product-contact-actions a{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;border-radius:6px;color:#fff;font-weight:700}.product-whatsapp{background:#16884f}.product-call{background:var(--bronze)}.product-contact-actions a:hover{filter:brightness(.92)}.product-service-points{display:flex;flex-wrap:wrap;gap:9px 18px;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);font-size:12px}.product-service-points span::first-letter{color:var(--green)}.frequently-bought{grid-column:1/-1;margin-top:28px;padding:24px;border:1px solid var(--line);border-radius:12px;background:#fafbfa}.frequently-bought .section-head h2{font-size:22px}.frequently-bought-grid{display:grid;grid-template-columns:minmax(0,1fr) 210px;gap:30px;align-items:center}.bundle-products{display:flex;align-items:center;gap:14px}.bundle-product{position:relative;display:grid;grid-template-rows:120px auto auto;flex:1;max-width:190px;cursor:pointer}.bundle-product input{position:absolute;top:7px;left:7px;width:18px;height:18px;accent-color:var(--green)}.bundle-product img{width:100%;height:120px;object-fit:contain;background:#fff;border:1px solid var(--line);border-radius:8px}.bundle-product strong{margin-top:8px;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bundle-product>span{color:var(--bronze);font-weight:700}.bundle-plus{font-size:26px;color:var(--muted)}.bundle-summary{display:grid;gap:8px}.bundle-summary>span{font-size:12px;color:var(--muted)}.bundle-summary>strong{font-size:23px;color:var(--bronze)}.bundle-summary .button{border:0;min-height:44px;cursor:pointer}.single-product .woocommerce-tabs{margin-top:30px}.single-product .woocommerce-tabs ul.tabs{padding:0!important;border-bottom:1px solid var(--line)}.single-product .woocommerce-tabs ul.tabs::before{display:none!important}.single-product .woocommerce-tabs ul.tabs li{border:0!important;background:transparent!important;margin:0 22px 0 0!important;padding:0!important}.single-product .woocommerce-tabs ul.tabs li::before,.single-product .woocommerce-tabs ul.tabs li::after{display:none}.single-product .woocommerce-tabs ul.tabs li a{padding:12px 0!important}.single-product .woocommerce-tabs ul.tabs li.active a{color:var(--green)!important;border-bottom:2px solid var(--green)}.single-product .woocommerce-Tabs-panel{padding:22px 0;line-height:1.8}.single-product .related.products{grid-column:1/-1;margin-top:25px}.single-product .related.products>h2{font-size:24px}.single-product .related.products ul.products{grid-template-columns:repeat(5,minmax(0,1fr))}
@media(max-width:900px){.single-product div.product{grid-template-columns:minmax(0,1fr);gap:22px}.single-product div.product>.woocommerce-product-gallery,.single-product div.product>.summary,.single-product .frequently-bought,.single-product .woocommerce-tabs,.single-product .related.products{min-width:0;max-width:100%}.frequently-bought-grid{grid-template-columns:minmax(0,1fr)}.bundle-products{max-width:100%;overflow-x:auto;padding-bottom:8px}.bundle-product{min-width:150px}.single-product .related.products ul.products{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(max-width:560px){.single-product .product_title{font-size:24px}.single-product form.cart{align-items:stretch}.single-product form.cart .single_add_to_cart_button{min-width:0;flex:1}.product-contact-actions{grid-template-columns:1fr}.frequently-bought{padding:16px}.bundle-products{gap:9px}.bundle-product{min-width:130px}.bundle-product img{height:100px}.single-product .related.products ul.products{grid-template-columns:repeat(2,minmax(0,1fr))}}

/* Product summaries and aligned purchase actions */
.product-short-description{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;min-height:58px;margin:0 0 12px;color:var(--muted);font-size:12px;line-height:1.55}.product-card .price,.woocommerce ul.products li.product .price{margin-top:auto!important}.product-card .product-actions,.woocommerce ul.products li.product>.button,.woocommerce ul.products li.product>.product-quantity-control{width:100%;margin-top:0!important;min-height:42px}.woocommerce ul.products li.product>.button{display:flex;align-items:center;justify-content:center}.single-product form.cart{display:grid;grid-template-columns:132px minmax(0,1fr) minmax(0,1fr);width:100%}.single-product form.cart::before,.single-product form.cart::after{display:none!important;content:none!important}.single-product form.cart .quantity{width:132px!important;margin:0!important}.single-product form.cart .single_add_to_cart_button,.single-product form.cart .single-buy-now{display:flex;align-items:center;justify-content:center;width:100%;height:44px;min-width:0!important;margin:0!important}.single-product form.cart .single-buy-now{background:var(--bronze)!important}.single-product form.cart .single-buy-now:hover{background:var(--bronze-dark)!important}
@media(max-width:560px){.single-product form.cart{grid-template-columns:1fr 1fr}.single-product form.cart .quantity{grid-column:1/-1}}

/* Keep product thumbnails in one horizontal carousel row. */
.single-product .flex-control-thumbs{display:flex!important;flex-wrap:nowrap!important;gap:10px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;scroll-snap-type:x proximity;max-width:100%;padding:0 2px 5px!important;scrollbar-width:thin;scrollbar-color:var(--green) #edf2ee}
.single-product .flex-control-thumbs li{width:72px!important;min-width:72px!important;flex:0 0 72px!important;float:none!important;margin:0!important;scroll-snap-align:start}
@media(max-width:560px){.single-product .flex-control-thumbs{gap:8px}.single-product .flex-control-thumbs li,.single-product .flex-control-thumbs img{width:62px!important;height:62px!important;min-width:62px!important;flex-basis:62px!important}}

/* Optimized product gallery presentation */
.single-product div.product .woocommerce-product-gallery{overflow:visible;padding:14px}.single-product .woocommerce-product-gallery__wrapper{overflow:hidden;border:1px solid #d7dfda;border-radius:11px;background:#fff}.single-product .woocommerce-product-gallery__image a{display:grid!important;place-items:center;min-height:420px;padding:20px}.single-product .woocommerce-product-gallery__image img{width:100%!important;height:auto!important;max-height:560px;object-fit:contain}.single-product .flex-control-thumbs{display:grid!important;grid-template-columns:repeat(5,72px);gap:10px;list-style:none;margin:12px 0 0!important;padding:0!important}.single-product .flex-control-thumbs li{width:72px!important;float:none!important;margin:0!important}.single-product .flex-control-thumbs img{display:block;width:72px!important;height:72px!important;object-fit:contain;padding:5px;border:2px solid #d7dfda;border-radius:8px;background:#fff;opacity:.72;cursor:pointer;transition:border-color .2s,opacity .2s,box-shadow .2s}.single-product .flex-control-thumbs img:hover{opacity:1;border-color:var(--bronze)}.single-product .flex-control-thumbs img.flex-active{opacity:1;border-color:var(--green);box-shadow:0 0 0 2px rgba(31,102,66,.14)}
@media(max-width:560px){.single-product .woocommerce-product-gallery__image a{min-height:300px;padding:12px}.single-product .flex-control-thumbs{grid-template-columns:repeat(4,62px);gap:8px}.single-product .flex-control-thumbs li,.single-product .flex-control-thumbs img{width:62px!important;height:62px!important}}

/* Professional product information tabs */
.single-product .summary .stock,.single-product .summary .product_meta{display:none!important}.single-product .woocommerce-tabs{padding:0;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 5px 20px rgba(21,75,49,.06);overflow:hidden}.single-product .woocommerce-tabs ul.tabs{display:flex;gap:10px;margin:0!important;padding:16px 18px!important;border:0!important;background:#f5ff6}.single-product .woocommerce-tabs ul.tabs li{display:block!important;margin:0!important;padding:0!important;border:1px solid #cfd9d3!important;border-radius:7px!important;background:#fff!important}.single-product .woocommerce-tabs ul.tabs li a{display:block;padding:11px 22px!important;color:var(--ink)!important;font-size:13px;font-weight:700!important;border:0!important}.single-product .woocommerce-tabs ul.tabs li:hover{border-color:var(--green)!important}.single-product .woocommerce-tabs ul.tabs li.active{border-color:var(--green)!important;background:var(--green)!important}.single-product .woocommerce-tabs ul.tabs li.active a{color:#fff!important;border:0!important}.single-product .woocommerce-Tabs-panel{margin:0!important;padding:28px 30px 32px!important;color:#425149;font-size:14px;line-height:1.85}.single-product .woocommerce-Tabs-panel>h2:first-child{margin:0 0 20px;color:var(--ink);font-size:23px}.single-product .woocommerce-Tabs-panel h2{color:var(--ink);font-size:22px;margin:26px 0 10px}.single-product .woocommerce-Tabs-panel h3{color:var(--green);font-size:17px;margin:24px 0 8px}.single-product .woocommerce-Tabs-panel p{margin:0 0 15px}.single-product .woocommerce-Tabs-panel ul{display:grid;gap:7px;margin:10px 0 18px;padding-left:20px}.single-product .woocommerce-Tabs-panel li::marker{color:var(--green)}.single-product #reviews{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);gap:30px}.single-product #reviews #comments,.single-product #reviews #review_form_wrapper{float:none!important;width:auto!important}.single-product #review_form_wrapper{padding:22px;border:1px solid var(--line);border-radius:9px;background:#fafbfa}.single-product #review_form_wrapper #reply-title{display:block;margin-bottom:15px;color:var(--ink);font-size:18px;font-weight:700}.single-product #review_form_wrapper textarea{min-height:130px}.single-product #review_form_wrapper .submit{min-height:44px;border:0}
@media(max-width:720px){.single-product .woocommerce-tabs ul.tabs{gap:7px;padding:12px!important}.single-product .woocommerce-tabs ul.tabs li{flex:1;text-align:center}.single-product .woocommerce-tabs ul.tabs li a{padding:10px 8px!important;font-size:12px}.single-product .woocommerce-Tabs-panel{padding:21px 18px 25px!important}.single-product .woocommerce-Tabs-panel>h2:first-child{font-size:20px}.single-product #reviews{grid-template-columns:1fr;gap:18px}}
.single-product .woocommerce-tabs ul.tabs{background:#f5f7f6}

/* Refined single-product review form */
.single-product #review_form form.comment-form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px 18px}.single-product #review_form .comment-notes,.single-product #review_form .comment-form-rating,.single-product #review_form .comment-form-comment,.single-product #review_form .comment-form-cookies-consent,.single-product #review_form .form-submit{grid-column:1/-1}.single-product #review_form form.comment-form>p{margin:0}.single-product #review_form label{display:block;margin:0 0 7px;color:var(--ink);font-size:13px;font-weight:700;line-height:1.45}.single-product #review_form .required{color:#b24d2b}.single-product #review_form input[type=text],.single-product #review_form input[type=email],.single-product #review_form textarea{display:block;width:100%;max-width:none;padding:12px 13px;border:1px solid #cfd9d3;border-radius:7px;background:#fff;color:var(--ink);font:inherit;line-height:1.5;outline:0;transition:border-color .18s ease,box-shadow .18s ease}.single-product #review_form input[type=text],.single-product #review_form input[type=email]{min-height:45px}.single-product #review_form input[type=text]:hover,.single-product #review_form input[type=email]:hover,.single-product #review_form textarea:hover{border-color:#98ad9f}.single-product #review_form input[type=text]:focus,.single-product #review_form input[type=email]:focus,.single-product #review_form textarea:focus{border-color:var(--green);box-shadow:0 0 0 3px rgba(21,75,49,.12)}.single-product #review_form .comment-notes{padding:10px 12px;border-radius:6px;background:#eef5f0;color:var(--muted);font-size:12px}.single-product #review_form .comment-form-cookies-consent{display:flex;align-items:flex-start;gap:9px;padding:2px 0}.single-product #review_form .comment-form-cookies-consent input{flex:0 0 17px;width:17px;height:17px;margin:2px 0 0;accent-color:var(--green)}.single-product #review_form .comment-form-cookies-consent label{margin:0;color:var(--muted);font-size:12px;font-weight:400}.single-product #review_form .form-submit .submit{min-width:130px;padding:0 24px;border-radius:6px!important;background:var(--green)!important;color:#fff!important;font-weight:700;cursor:pointer}.single-product #review_form .form-submit .submit:hover{background:#103d28!important}
@media(max-width:620px){.single-product #review_form form.comment-form{grid-template-columns:1fr;gap:15px}.single-product #review_form .comment-form-author,.single-product #review_form .comment-form-email{grid-column:1/-1}.single-product #review_form .form-submit .submit{width:100%}}

/* Review summary, inline validation, names and pagination */
.single-product #comments>.woocommerce-Reviews-title{margin-bottom:18px!important}.review-overview{display:grid;grid-template-columns:180px minmax(0,1fr);gap:28px;align-items:center;margin:0 0 24px;padding:22px;border:1px solid var(--line);border-radius:9px;background:#fafbfa}.review-overview-score{display:grid;gap:3px}.review-overview-score strong{color:var(--green);font-size:44px;line-height:1;font-weight:800}.review-overview-score span{text-transform:capitalize;color:var(--muted);font-size:13px}.review-overview-stars{color:#f28a3a!important;font-size:15px!important;letter-spacing:1px}.review-overview-stars small{color:var(--muted);font-size:11px;letter-spacing:0}.review-overview-bars{display:grid;gap:8px}.review-bar-row{display:grid;grid-template-columns:42px minmax(80px,1fr) 32px;gap:9px;align-items:center;color:var(--muted);font-size:12px}.review-bar-row i{height:8px;overflow:hidden;border-radius:99px;background:#e7ece9}.review-bar-row b{display:block;height:100%;border-radius:99px;background:#f28a3a}.review-bar-row small{font-size:11px}.single-product #review_form .comment-form-rating{position:relative}.single-product #review_form .comment-form-rating .stars{display:flex;align-items:center;flex-wrap:wrap;gap:3px}.review-rating-error{display:inline-block;margin-left:12px;color:#b24d2b;font-size:12px;font-weight:600}.single-product #review_form .comment-form-rating.has-rating-error .stars a{color:#b24d2b}.single-product .commentlist li.review .review-author-name{display:block;margin:0 0 5px;color:var(--ink);font-size:13px;font-weight:700}.review-pagination{display:flex;gap:7px;margin-top:18px}.review-pagination button{min-width:32px;height:32px;padding:0;border:1px solid #cfd9d3;border-radius:5px;background:#fff;color:var(--ink);cursor:pointer}.review-pagination button:hover,.review-pagination button.active{border-color:var(--green);background:var(--green);color:#fff}.review-pagination button.active{font-weight:700}
@media(max-width:620px){.review-overview{grid-template-columns:1fr;gap:18px;padding:18px}.review-rating-error{display:block;margin:8px 0 0}.review-pagination{justify-content:center}}

/* Featured categories carousel */
.featured-categories-head{justify-content:center}.featured-categories-head h2{text-align:center}.category-carousel{position:relative;padding:0 44px}.category-carousel .category-grid{display:flex!important;flex-wrap:nowrap;gap:14px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x proximity;padding:4px 2px 12px;scrollbar-width:none;cursor:grab}.category-carousel .category-grid::-webkit-scrollbar{display:none}.category-carousel .category-grid.is-dragging{cursor:grabbing;scroll-behavior:auto}.category-carousel .category-card{display:block;flex:0 0 calc((100% - 98px)/8);min-width:104px;scroll-snap-align:start;user-select:none;animation:ffbCardIn .48s both;animation-delay:var(--ffb-delay,0s)}.category-carousel .category-card:hover .cat-image{border-color:rgba(31,102,66,.45);box-shadow:0 8px 18px rgba(21,75,49,.1)}.category-carousel-arrow{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--green);border-radius:50%;background:#fff;color:var(--green);font-size:27px;line-height:1;cursor:pointer;transform:translateY(-70%);box-shadow:0 3px 10px rgba(21,75,49,.12);transition:background .2s,color .2s,transform .2s}.category-carousel-arrow:hover{background:var(--green);color:#fff;transform:translateY(-70%) scale(1.06)}.category-carousel-arrow:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}.category-carousel-prev{left:0}.category-carousel-next{right:0}
@media(max-width:1024px){.category-carousel .category-card{flex-basis:calc((100% - 42px)/4)}}
@media(max-width:720px){.category-carousel{padding:0 34px}.category-carousel .category-grid{gap:10px}.category-carousel .category-card{flex-basis:calc((100% - 30px)/3);min-width:86px}.category-carousel-arrow{width:30px;height:30px;font-size:23px}}
.testimonials-section{background:#f7faf8;padding-block:44px}.testimonials-head{align-items:end}.testimonials-head h2{margin:4px 0 0}.testimonials-head .eyebrow{color:var(--green);font-size:11px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.testimonial-controls{display:flex;gap:8px}.testimonial-arrow{display:grid;place-items:center;width:34px;height:34px;border:1px solid var(--green);border-radius:50%;background:#fff;color:var(--green);font-size:25px;line-height:1;cursor:pointer}.testimonial-arrow:hover{background:var(--green);color:#fff}.testimonials-carousel{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none;padding:3px 2px 10px;cursor:grab}.testimonials-carousel::-webkit-scrollbar{display:none}.testimonials-carousel.is-dragging{cursor:grabbing;scroll-behavior:auto}.testimonial-card{display:flex;flex:0 0 calc((100% - 42px)/4);min-width:230px;flex-direction:column;padding:20px;border:1px solid var(--line);border-radius:10px;background:#fff;scroll-snap-align:start}.reviewer{display:flex;align-items:center;gap:10px}.reviewer img{width:44px;height:44px;border-radius:50%}.reviewer strong,.reviewer span{display:block}.reviewer strong{font-size:14px;color:var(--ink)}.reviewer span{font-size:11px;color:var(--muted)}.testimonial-stars{margin:14px 0 8px;color:#e89542;font-size:16px;letter-spacing:2px}.testimonial-card p{margin:0;color:var(--muted);font-size:13px;line-height:1.65}@media(max-width:900px){.testimonial-card{flex-basis:calc((100% - 14px)/2)}}@media(max-width:560px){.testimonials-section{padding-block:30px}.testimonials-head{align-items:center}.testimonial-card{flex-basis:88%;min-width:0}.testimonial-controls{gap:5px}}
.testimonials-head{justify-content:flex-end}.testimonials-head>div:first-child{display:none}
.category-pagination,.testimonial-pagination{display:flex;justify-content:center;gap:7px;margin-top:18px}.category-pagination button,.testimonial-pagination button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:#cbd8d0;cursor:pointer;transition:transform .2s,background .2s,width .2s}.category-pagination button.active,.testimonial-pagination button.active{width:18px;background:var(--green);transform:scale(1.05)}
@keyframes ffbCardIn{from{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}

/* Smoother home slider controls */
.category-carousel .category-grid,.testimonials-carousel{touch-action:pan-y;overscroll-behavior-inline:contain;-webkit-overflow-scrolling:touch}
.category-carousel .category-card,
.category-carousel .category-card *,
.product-section-carousel .flash-sale-card,
.product-section-carousel .flash-sale-card *,
.product-section-carousel .top-selling-card,
.product-section-carousel .top-selling-card *{user-select:none;-webkit-user-drag:none}
.category-carousel .category-card img,
.product-section-carousel .flash-sale-card img,
.product-section-carousel .top-selling-card img{pointer-events:none}
.testimonial-stage{position:relative;padding:0 46px}
.testimonial-stage .testimonial-arrow{position:absolute;top:50%;z-index:3;width:36px;height:36px;transform:translateY(-50%);box-shadow:0 10px 22px rgba(21,75,49,.14);transition:background .2s,color .2s,transform .2s,opacity .2s}
.testimonial-stage .testimonial-arrow:hover{transform:translateY(-50%) scale(1.06)}
.testimonial-stage .testimonial-arrow:disabled{opacity:.35;cursor:not-allowed;pointer-events:none}
.testimonial-prev{left:0}.testimonial-next{right:0}
@media(max-width:560px){.testimonial-stage{padding:0 34px}.testimonial-stage .testimonial-arrow{width:30px;height:30px;font-size:22px}}
.is-continuous-carousel .category-grid,.is-continuous-carousel .testimonials-carousel,.is-continuous-carousel .flash-sale-row,.is-continuous-carousel .top-selling-grid{scroll-snap-type:none!important}

.cart-drawer{overflow:hidden}.cart-drawer .widget_shopping_cart_content{display:flex;flex-direction:column;height:calc(100vh - 63px);padding:18px}.cart-drawer .woocommerce-mini-cart{flex:1;overflow-y:auto;padding-right:3px}.cart-drawer .woocommerce-mini-cart__total{flex:0 0 auto;margin:0}.cart-drawer .woocommerce-mini-cart__buttons{flex:0 0 auto;display:block;margin:0;padding-top:10px;background:#fff}.cart-drawer .woocommerce-mini-cart__buttons .button{display:none}.cart-drawer .woocommerce-mini-cart__buttons .checkout{display:block;width:100%;min-height:48px;border-radius:6px!important;font-size:14px!important}.cart-drawer .woocommerce-mini-cart__empty-message{margin:auto;text-align:center;color:var(--muted)}
.single-product div.product .flex-control-thumbs{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important;align-items:flex-start!important;gap:10px!important;width:100%!important;max-width:100%!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-behavior:smooth;scroll-snap-type:x proximity;padding:0 2px 6px!important;margin:12px 0 0!important;box-sizing:border-box;scrollbar-width:thin;scrollbar-color:var(--green) #edf2ee}
.single-product div.product .flex-control-thumbs li{display:block!important;float:none!important;width:72px!important;min-width:72px!important;max-width:72px!important;flex:0 0 72px!important;margin:0!important;scroll-snap-align:start}
@media(max-width:560px){.single-product div.product .flex-control-thumbs{gap:8px!important}.single-product div.product .flex-control-thumbs li{width:62px!important;min-width:62px!important;max-width:62px!important;flex-basis:62px!important}}
.single-product div.product .flex-control-thumbs{max-width:318px!important}
@media(max-width:560px){.single-product div.product .flex-control-thumbs{max-width:282px!important}}
.single-product div.product .flex-control-thumbs{width:100%!important;max-width:none!important;cursor:grab}.single-product div.product .flex-control-thumbs.is-dragging{cursor:grabbing;scroll-behavior:auto}.single-product div.product .flex-control-thumbs li{user-select:none}
.single-product div.product .flex-control-thumbs img{opacity:1!important;border:2px solid #d7dfda!important;transition:border-color .2s,box-shadow .2s,background .2s}.single-product div.product .flex-control-thumbs img.flex-active{border:3px solid var(--green)!important;box-shadow:0 0 0 3px rgba(31,102,66,.18)!important;background:#f1f8f3!important}
.single-product div.product .flex-viewport{cursor:grab;touch-action:pan-y}.single-product div.product .flex-viewport:active{cursor:grabbing}

/* Home top-selling feature cards */
.top-selling-section{background:#f4f8f5;padding:28px 0 34px}.top-selling-head{justify-content:center;margin-bottom:28px}.top-selling-head h2{text-align:center;font-size:28px;color:#13251d}.top-selling-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px}.top-selling-card{position:relative;display:grid;grid-template-columns:minmax(190px,.85fr) minmax(0,1.15fr);align-items:center;min-height:300px;padding:34px 38px;border:1px solid rgba(31,102,66,.08);border-radius:7px;background:#fff;overflow:hidden}.top-selling-badge{position:absolute;top:0;right:0;z-index:2;padding:5px 13px;border-radius:0 7px 0 7px;background:var(--green);color:#fff;font-size:12px;font-weight:800;line-height:1.2}.top-selling-image{display:grid;place-items:center;min-width:0}.top-selling-image img{display:block;width:100%;max-width:245px;height:225px!important;object-fit:contain;transition:transform .28s ease}.top-selling-card:hover .top-selling-image img{transform:scale(1.045)}.top-selling-copy{min-width:0}.top-selling-copy h3{margin:0 0 8px;color:#12231d;font-size:20px;line-height:1.35}.top-selling-copy .price{margin:0 0 28px!important;color:var(--bronze)!important;font-size:19px!important;font-weight:800!important}.top-selling-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.top-selling-actions .button{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:132px;min-height:40px;height:40px;padding:0 15px!important;border:1px solid var(--green)!important;border-radius:6px!important;background:#fff!important;color:var(--green)!important;font-size:13px!important;line-height:1!important}.top-selling-actions .button::before{content:"🛒";display:inline-flex;align-items:center;margin-right:6px;font-size:13px;line-height:1}.top-selling-actions .buy-now{border-color:var(--bronze)!important;background:var(--bronze)!important;color:#fff!important}.top-selling-actions .button:hover{background:#eef7f1!important;color:var(--green)!important}.top-selling-actions .buy-now:hover{background:var(--bronze-dark)!important;color:#fff!important}
.top-selling-actions .product-quantity-control{width:132px;min-width:132px;min-height:40px;height:40px;margin:0!important;grid-template-columns:42px minmax(0,1fr) 42px}.top-selling-actions .product-quantity-control button{display:grid;place-items:center;height:100%;font-size:18px;line-height:1}.top-selling-actions .product-qty-value{height:100%;line-height:1}
@media(min-width:1101px){.home .product-section-carousel .top-selling-card{grid-template-columns:145px minmax(0,1fr)!important;gap:20px!important;padding:24px 26px!important}.home .product-section-carousel .top-selling-actions{display:grid!important;grid-template-columns:minmax(126px,1fr) minmax(118px,1fr)!important;gap:9px!important;width:100%!important;align-items:stretch!important}.home .product-section-carousel .top-selling-actions .button{width:100%!important;min-width:0!important;height:40px!important;min-height:40px!important;padding:0 10px!important;font-size:12px!important;white-space:nowrap!important;line-height:1!important}.home .product-section-carousel .top-selling-actions .button::before{flex:0 0 auto;margin-right:5px!important}.home .product-section-carousel .top-selling-actions .buy-now::before{display:none!important;content:none!important}}
@media(max-width:900px){.top-selling-grid{gap:14px}.top-selling-card{grid-template-columns:1fr;padding:24px;min-height:0;text-align:center}.top-selling-actions{justify-content:center}.top-selling-image img{height:185px!important}}
@media(max-width:620px){.top-selling-section{padding:22px 0}.top-selling-head{margin-bottom:16px}.top-selling-head h2{font-size:23px}.top-selling-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.top-selling-card{grid-template-columns:1fr;gap:8px;text-align:center;padding:14px 10px}.top-selling-badge{padding:4px 8px;font-size:10px}.top-selling-image img{height:120px!important}.top-selling-copy h3{font-size:13px;min-height:38px;margin-bottom:5px}.top-selling-copy .price{margin-bottom:10px!important;font-size:14px!important}.top-selling-actions{display:grid;grid-template-columns:1fr;gap:6px;justify-content:stretch}.top-selling-actions .button{width:100%;min-width:0;min-height:34px;height:34px;padding:0 8px!important;font-size:11px!important;line-height:1!important}.top-selling-actions .product-quantity-control{width:100%;min-width:0;min-height:34px;height:34px;grid-template-columns:34px minmax(0,1fr) 34px}.top-selling-actions .button::before{font-size:11px;margin-right:4px}}
@media(max-width:360px){.top-selling-grid{gap:8px}.top-selling-card{padding:12px 8px}.top-selling-image img{height:105px!important}.top-selling-copy h3{font-size:12px}.top-selling-actions .button{height:32px;min-height:32px;font-size:10px!important}}

/* Header account icon and mobile sidebar menu */
.header-account-action .icon svg{display:block;width:25px;height:25px;fill:currentColor}
.mobile-drawer-overlay{position:fixed;z-index:298;inset:0;background:rgba(10,24,17,.48);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}.mobile-drawer-overlay.open{opacity:1;visibility:visible}.mobile-drawer{position:fixed;z-index:299;top:0;left:0;display:flex;flex-direction:column;width:min(360px,88vw);height:100vh;background:#fff;box-shadow:16px 0 35px rgba(8,35,23,.18);transform:translateX(-105%);transition:transform .32s cubic-bezier(.22,.8,.25,1);overflow:hidden}.mobile-drawer.open{transform:translateX(0)}.mobile-drawer-active{overflow:hidden}.mobile-drawer-head{display:flex;align-items:center;justify-content:space-between;padding:13px 18px;border-bottom:1px solid var(--line);background:#f8fbf9}.mobile-drawer-brand img{display:block;width:132px;height:62px;object-fit:contain}.mobile-drawer-close{display:grid;place-items:center;width:38px;height:38px;border:1px solid #d5dfd8;border-radius:50%;background:#fff;color:var(--ink);font-size:28px;line-height:1;cursor:pointer}.mobile-drawer-close:hover{border-color:var(--green);color:var(--green)}.mobile-drawer-nav{display:grid;gap:0;padding:12px 18px;overflow-y:auto}.mobile-drawer-nav a,.mobile-drawer-actions a,.mobile-drawer-actions button{display:flex;align-items:center;justify-content:space-between;width:100%;min-height:42px;padding:10px 0;border:0;border-bottom:1px solid #edf2ef;background:transparent;color:var(--ink);font-weight:700;text-align:left;cursor:pointer}.mobile-drawer-nav a:hover,.mobile-drawer-actions a:hover,.mobile-drawer-actions button:hover{color:var(--green)}.mobile-drawer-group>a::after{content:"";display:block;width:7px;height:7px;margin-right:2px;border-right:1.6px solid #8b9a91;border-bottom:1.6px solid #8b9a91;transform:rotate(-45deg)}.mobile-drawer-subnav{display:grid;padding:0 0 5px 13px}.mobile-drawer-subnav a{min-height:34px;padding:7px 0;color:var(--muted);font-size:13px;font-weight:600}.mobile-drawer-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px;padding:12px 18px;border-top:1px solid var(--line)}.mobile-drawer-actions a,.mobile-drawer-actions button{justify-content:center;min-height:40px;padding:0 10px;border:1px solid #d4dfd9;border-radius:7px;font-size:12px}.mobile-drawer-actions button{grid-column:1/-1;background:var(--green);color:#fff}.mobile-drawer-actions button:hover{background:#103d28;color:#fff}.mobile-drawer-contact{margin-top:auto;padding:18px;background:#123f2c;color:#dce8e1}.mobile-drawer-contact strong,.mobile-drawer-contact a,.mobile-drawer-contact span{display:block}.mobile-drawer-contact strong{margin-bottom:8px;color:#fff;font-size:15px}.mobile-drawer-contact a,.mobile-drawer-contact span{margin-top:5px;font-size:13px;color:#dce8e1}
@media(min-width:721px){.mobile-drawer,.mobile-drawer-overlay{display:none!important}}
@media(max-width:720px){.mobile-menu-btn{display:grid;place-items:center;width:39px;height:39px;border:1px solid #d4dfd9;border-radius:7px;background:#fff;color:var(--green);font-size:22px;line-height:1}.mobile-menu-btn:hover{border-color:var(--green);background:#eef7f1}.nav-wrap.open{display:none}.header-actions{align-items:center}.header-account-action .icon svg{width:23px;height:23px}}
@media(max-width:430px){.header-account-action{display:flex}.mobile-drawer{width:min(335px,90vw)}.mobile-drawer-actions{grid-template-columns:1fr}.mobile-drawer-brand img{width:122px;height:58px}}

/* Hide Track Order from the compact mobile header only */
@media(max-width:720px){.header-actions>a[href*="/track-order/"]{display:none!important}.header-account-action{display:flex!important}}

/* Logged-in My Account dashboard */
.woocommerce-account.logged-in .content-wrap{padding:36px 0 70px}.woocommerce-account.logged-in .entry-content>.woocommerce{display:grid;grid-template-columns:270px minmax(0,1fr);gap:30px;align-items:start}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{float:none;width:auto;padding:18px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(21,75,49,.08)}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation::before{content:"My Account";display:block;margin:0 0 14px;padding:0 0 12px;border-bottom:1px solid var(--line);color:var(--ink);font-size:18px;font-weight:800}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{display:grid;gap:7px;margin:0;padding:0;list-style:none}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li{margin:0}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a{position:relative;display:flex;align-items:center;min-height:43px;padding:0 14px 0 38px;border-radius:8px;color:#40534a;font-weight:700;transition:background .18s,color .18s,transform .18s}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a::before{position:absolute;left:14px;color:var(--green);font-size:14px;line-height:1}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--dashboard a::before{content:"⌂"}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--orders a::before{content:"▣"}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--downloads a::before{content:"⇩"}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--edit-address a::before{content:"⌖"}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--edit-account a::before{content:"◉"}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--customer-logout a::before{content:"↪"}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active a,.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover{background:#eef7f1;color:var(--green);transform:translateX(2px)}.woocommerce-account.logged-in .woocommerce-MyAccount-content{float:none;width:auto;min-width:0;padding:28px;border:1px solid var(--line);border-radius:12px;background:#fff;box-shadow:0 8px 24px rgba(21,75,49,.08)}.woocommerce-account.logged-in .woocommerce-MyAccount-content>p:first-child{margin-top:0}.woocommerce-account.logged-in .woocommerce-MyAccount-content a:not(.button){color:var(--green);font-weight:700}.woocommerce-account.logged-in .woocommerce-info,.woocommerce-account.logged-in .woocommerce-message,.woocommerce-account.logged-in .woocommerce-error{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:0 0 18px!important;padding:18px 20px!important;border:1px solid #dce8e1!important;border-left:4px solid var(--green)!important;border-radius:10px;background:#f5faf7;color:#3d5147;box-shadow:none}.woocommerce-account.logged-in .woocommerce-info::before,.woocommerce-account.logged-in .woocommerce-message::before,.woocommerce-account.logged-in .woocommerce-error::before{position:static;margin:0 2px 0 0;color:var(--green)}.woocommerce-account.logged-in .woocommerce-info .button,.woocommerce-account.logged-in .woocommerce-message .button{order:2;float:none;white-space:nowrap;border-radius:6px!important}.woocommerce-account.logged-in table.shop_table,.woocommerce-account.logged-in .woocommerce-orders-table{overflow:hidden;border:1px solid var(--line)!important;border-radius:10px!important;background:#fff}.woocommerce-account.logged-in table.shop_table th{padding:15px 16px!important;background:#f4f8f5;color:var(--ink);font-size:13px;text-transform:uppercase}.woocommerce-account.logged-in table.shop_table td{padding:15px 16px!important;border-top:1px solid var(--line)!important}.woocommerce-account.logged-in .woocommerce-Addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px}.woocommerce-account.logged-in .woocommerce-Address{float:none!important;width:auto!important;padding:20px;border:1px solid var(--line);border-radius:12px;background:#fafcfa}.woocommerce-account.logged-in .woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;gap:12px}.woocommerce-account.logged-in .woocommerce-Address-title h3{margin:0;color:var(--ink);font-size:18px}.woocommerce-account.logged-in address{margin-top:14px;color:var(--muted);font-style:normal;line-height:1.8}.woocommerce-account.logged-in form.edit-account,.woocommerce-account.logged-in form.woocommerce-address-fields{display:grid;gap:14px}.woocommerce-account.logged-in form .form-row{float:none!important;width:100%!important;margin:0!important;padding:0!important}.woocommerce-account.logged-in form .form-row label{display:block;margin-bottom:7px;color:var(--ink);font-weight:700}.woocommerce-account.logged-in fieldset{margin:8px 0 0;padding:18px;border:1px solid var(--line);border-radius:10px;background:#fafcfa}.woocommerce-account.logged-in legend{padding:0 8px;color:var(--green);font-weight:800}.woocommerce-account.logged-in form .input-text,.woocommerce-account.logged-in form select{min-height:46px;border:1px solid #cfd9d3!important;border-radius:7px!important;padding:0 13px!important;background:#fff}.woocommerce-account.logged-in form textarea.input-text{min-height:110px;padding:12px 13px!important}.woocommerce-account.logged-in form .input-text:focus{border-color:var(--green)!important;box-shadow:0 0 0 3px rgba(31,102,66,.12);outline:0}.woocommerce-account.logged-in .woocommerce-Button,.woocommerce-account.logged-in button.button{width:auto;min-height:44px;border-radius:7px!important;padding-inline:22px!important}.woocommerce-account.logged-in .woocommerce-customer-details,.woocommerce-account.logged-in .woocommerce-order-details{padding:20px;border:1px solid var(--line);border-radius:12px;background:#fff}
@media(max-width:900px){.woocommerce-account.logged-in .entry-content>.woocommerce{grid-template-columns:230px minmax(0,1fr);gap:18px}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{padding:14px}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a{min-height:40px;padding-left:34px;font-size:13px}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a::before{left:12px}.woocommerce-account.logged-in .woocommerce-Addresses{grid-template-columns:1fr}}
@media(max-width:720px){.woocommerce-account.logged-in .entry-content>.woocommerce{grid-template-columns:1fr}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:560px){.woocommerce-account.logged-in .content-wrap{padding:24px 0 46px}.woocommerce-account.logged-in .woocommerce-MyAccount-content,.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{padding:16px}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{grid-template-columns:1fr}.woocommerce-account.logged-in .woocommerce-info,.woocommerce-account.logged-in .woocommerce-message,.woocommerce-account.logged-in .woocommerce-error{display:grid;gap:12px}.woocommerce-account.logged-in .woocommerce-info .button,.woocommerce-account.logged-in .woocommerce-message .button{order:0;width:100%}.woocommerce-account.logged-in table.shop_table{display:block;overflow-x:auto}.woocommerce-account.logged-in table.shop_table th,.woocommerce-account.logged-in table.shop_table td{white-space:nowrap}}

/* AJAX-style My Account tab switching */
.woocommerce-account.logged-in .entry-content>.woocommerce{position:relative}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{position:sticky;top:82px}.woocommerce-account.logged-in .woocommerce-MyAccount-content{transition:opacity .18s ease,transform .18s ease}.woocommerce-account.logged-in .account-ajax-loading .woocommerce-MyAccount-content{opacity:.45;transform:translateY(4px);pointer-events:none}.woocommerce-account.logged-in .account-ajax-loading::after{content:"Loading account details...";position:absolute;right:18px;top:18px;z-index:3;padding:8px 12px;border:1px solid #dce8e1;border-radius:999px;background:#fff;color:var(--green);font-size:12px;font-weight:800;box-shadow:0 8px 22px rgba(21,75,49,.10)}
@media(max-width:720px){.woocommerce-account.logged-in .woocommerce-MyAccount-navigation{position:static}.woocommerce-account.logged-in .account-ajax-loading::after{right:12px;top:12px}}

/* Force WooCommerce account dashboard into left tabs + right content */
.woocommerce-account.logged-in .entry-content>.woocommerce{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;gap:30px!important;align-items:start!important}.woocommerce-account.logged-in .entry-content>.woocommerce>.woocommerce-notices-wrapper{grid-column:1/-1!important}.woocommerce-account.logged-in .entry-content>.woocommerce>.woocommerce-MyAccount-navigation{grid-column:1!important;grid-row:2!important;width:100%!important;float:none!important}.woocommerce-account.logged-in .entry-content>.woocommerce>.woocommerce-MyAccount-content{grid-column:2!important;grid-row:2!important;width:100%!important;float:none!important;clear:none!important}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{grid-template-columns:1fr!important}
@media(max-width:900px){.woocommerce-account.logged-in .entry-content>.woocommerce{grid-template-columns:230px minmax(0,1fr)!important;gap:18px!important}}
@media(max-width:720px){.woocommerce-account.logged-in .entry-content>.woocommerce{grid-template-columns:1fr!important}.woocommerce-account.logged-in .entry-content>.woocommerce>.woocommerce-MyAccount-navigation,.woocommerce-account.logged-in .entry-content>.woocommerce>.woocommerce-MyAccount-content{grid-column:1!important;grid-row:auto!important}.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.woocommerce-account.logged-in .woocommerce-MyAccount-navigation ul{grid-template-columns:1fr!important}}

/* Same dashboard layout without relying on the body logged-in class */
.woocommerce-account .entry-content>.woocommerce>.woocommerce-MyAccount-navigation{grid-column:1!important;grid-row:2!important;width:100%!important;float:none!important}.woocommerce-account .entry-content>.woocommerce>.woocommerce-MyAccount-content{grid-column:2!important;grid-row:2!important;width:100%!important;float:none!important;clear:none!important}.woocommerce-account .entry-content>.woocommerce>.woocommerce-notices-wrapper{grid-column:1/-1!important}.woocommerce-account .entry-content>.woocommerce:has(>.woocommerce-MyAccount-navigation){display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;gap:30px!important;align-items:start!important}.woocommerce-account .entry-content>.woocommerce:has(>.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-navigation ul{grid-template-columns:1fr!important}.woocommerce-account .entry-content>.woocommerce:has(>.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-navigation{position:sticky;top:82px}
@media(max-width:900px){.woocommerce-account .entry-content>.woocommerce:has(>.woocommerce-MyAccount-navigation){grid-template-columns:230px minmax(0,1fr)!important;gap:18px!important}}
@media(max-width:720px){.woocommerce-account .entry-content>.woocommerce:has(>.woocommerce-MyAccount-navigation){grid-template-columns:1fr!important}.woocommerce-account .entry-content>.woocommerce>.woocommerce-MyAccount-navigation,.woocommerce-account .entry-content>.woocommerce>.woocommerce-MyAccount-content{grid-column:1!important;grid-row:auto!important}.woocommerce-account .entry-content>.woocommerce:has(>.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-navigation{position:static}.woocommerce-account .entry-content>.woocommerce:has(>.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-navigation ul{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.woocommerce-account .entry-content>.woocommerce:has(>.woocommerce-MyAccount-navigation) .woocommerce-MyAccount-navigation ul{grid-template-columns:1fr!important}}

.woocommerce-account .ffb-account-dashboard-shell{display:grid!important;grid-template-columns:280px minmax(0,1fr)!important;gap:30px!important;align-items:start!important}.woocommerce-account .ffb-account-dashboard-shell>.woocommerce-notices-wrapper{grid-column:1/-1!important}.woocommerce-account .ffb-account-dashboard-shell>.woocommerce-MyAccount-navigation{grid-column:1!important;grid-row:2!important;width:100%!important;float:none!important;position:sticky;top:82px}.woocommerce-account .ffb-account-dashboard-shell>.woocommerce-MyAccount-content{grid-column:2!important;grid-row:2!important;width:100%!important;float:none!important;clear:none!important}.woocommerce-account .ffb-account-dashboard-shell .woocommerce-MyAccount-navigation ul{grid-template-columns:1fr!important}
@media(max-width:900px){.woocommerce-account .ffb-account-dashboard-shell{grid-template-columns:230px minmax(0,1fr)!important;gap:18px!important}}
@media(max-width:720px){.woocommerce-account .ffb-account-dashboard-shell{grid-template-columns:1fr!important}.woocommerce-account .ffb-account-dashboard-shell>.woocommerce-MyAccount-navigation,.woocommerce-account .ffb-account-dashboard-shell>.woocommerce-MyAccount-content{grid-column:1!important;grid-row:auto!important}.woocommerce-account .ffb-account-dashboard-shell>.woocommerce-MyAccount-navigation{position:static}.woocommerce-account .ffb-account-dashboard-shell .woocommerce-MyAccount-navigation ul{grid-template-columns:repeat(2,minmax(0,1fr))!important}}
@media(max-width:560px){.woocommerce-account .ffb-account-dashboard-shell .woocommerce-MyAccount-navigation ul{grid-template-columns:1fr!important}}

/* Polished responsive My Account tab content */
.woocommerce-account .woocommerce-MyAccount-content{overflow:hidden}.woocommerce-account .woocommerce-MyAccount-content>p:first-child{max-width:760px;margin:0 0 22px;color:#40534a;font-size:15px;line-height:1.75}.woocommerce-account .woocommerce-MyAccount-content>p:first-child a{color:var(--green);font-weight:800}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:18px!important;margin-top:18px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address{position:relative;width:auto!important;float:none!important;min-width:0;padding:22px!important;border:1px solid #dfe8e3;border-radius:14px;background:linear-gradient(180deg,#fff,#fbfdfb);box-shadow:0 10px 30px rgba(21,75,49,.07)}.woocommerce-account .woocommerce-Address-title{display:grid!important;grid-template-columns:1fr auto;align-items:start;gap:14px;margin:0 0 16px}.woocommerce-account .woocommerce-Address-title h3{margin:0!important;color:#13251d;font-size:22px;line-height:1.25}.woocommerce-account .woocommerce-Address-title .edit{display:inline-flex;align-items:center;justify-content:center;min-height:36px;padding:0 13px;border:1px solid #d7e4dd;border-radius:999px;background:#eef7f1;color:var(--green)!important;font-size:12px;font-weight:800;line-height:1.1;text-align:center}.woocommerce-account .woocommerce-Address-title .edit:hover{background:var(--green);color:#fff!important}.woocommerce-account .woocommerce-Address address{margin:0;color:var(--muted);font-style:normal;font-size:14px;line-height:1.8}.woocommerce-account .woocommerce-MyAccount-content table.shop_table{width:100%;margin:0!important;border-collapse:separate!important;border-spacing:0}.woocommerce-account .woocommerce-MyAccount-content mark{padding:3px 8px;border-radius:999px;background:#eef7f1;color:var(--green);font-weight:800}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-info,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error{border-top:0!important}.woocommerce-account .woocommerce-MyAccount-content .button{display:inline-flex!important;align-items:center;justify-content:center;min-height:42px;border-radius:8px!important}.woocommerce-account .woocommerce-MyAccount-content form h3,.woocommerce-account .woocommerce-MyAccount-content form fieldset legend{color:#13251d}.woocommerce-account .woocommerce-MyAccount-content form .form-row-first,.woocommerce-account .woocommerce-MyAccount-content form .form-row-last{width:calc(50% - 7px)!important}.woocommerce-account .woocommerce-MyAccount-content form .form-row-wide{clear:both}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper::after,.woocommerce-account .woocommerce-MyAccount-content form.edit-account::after{content:"";display:block;clear:both}.woocommerce-account .woocommerce-MyAccount-content form .input-text,.woocommerce-account .woocommerce-MyAccount-content form select{width:100%;min-height:46px;border:1px solid #cfd9d3!important;border-radius:8px!important;background:#fff}.woocommerce-account .woocommerce-MyAccount-content form .input-text:focus,.woocommerce-account .woocommerce-MyAccount-content form select:focus{border-color:var(--green)!important;box-shadow:0 0 0 3px rgba(31,102,66,.12);outline:0}.woocommerce-account .woocommerce-MyAccount-content fieldset{margin-top:16px!important;padding:18px!important;border:1px solid #dfe8e3!important;border-radius:12px;background:#fbfdfb}.woocommerce-account .woocommerce-MyAccount-content legend{padding:0 8px;font-weight:800}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details address{padding:18px;border:1px solid var(--line);border-radius:12px;background:#fbfdfb}
@media(max-width:900px){.woocommerce-account .woocommerce-MyAccount-content{padding:22px!important}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses{grid-template-columns:1fr!important}.woocommerce-account .woocommerce-Address-title h3{font-size:20px}}
@media(max-width:720px){.woocommerce-account .woocommerce-MyAccount-content{padding:18px!important}.woocommerce-account .woocommerce-MyAccount-content>p:first-child{font-size:14px}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address{padding:18px!important}.woocommerce-account .woocommerce-MyAccount-content table.shop_table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.woocommerce-account .woocommerce-MyAccount-content table.shop_table th,.woocommerce-account .woocommerce-MyAccount-content table.shop_table td{white-space:nowrap}.woocommerce-account .woocommerce-MyAccount-content form .form-row-first,.woocommerce-account .woocommerce-MyAccount-content form .form-row-last{width:100%!important;float:none!important}.woocommerce-account .woocommerce-Address-title{grid-template-columns:1fr}.woocommerce-account .woocommerce-Address-title .edit{justify-self:start}}
@media(max-width:430px){.woocommerce-account .woocommerce-MyAccount-content{padding:15px!important}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address{padding:16px!important}.woocommerce-account .woocommerce-Address-title h3{font-size:18px}.woocommerce-account .woocommerce-MyAccount-content .button{width:100%}}

/* Final polish: account addresses, checkout and order received */
.woocommerce-account .ffb-account-dashboard-shell>.woocommerce-MyAccount-content,
.woocommerce-account .entry-content>.woocommerce:has(>.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-content{min-height:330px;padding:30px!important;border-radius:12px!important}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses{display:flex!important;justify-content:center!important;gap:24px!important;margin:22px auto 0!important}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address{display:flex;flex-direction:column;justify-content:center;align-items:center;width:min(270px,100%)!important;min-height:250px;padding:26px 22px!important;text-align:center;border-color:#d9e5df!important;border-radius:13px!important;background:#fff!important;box-shadow:0 16px 38px rgba(21,75,49,.10)!important}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title{display:flex!important;flex-direction:column;align-items:center!important;justify-content:center!important;gap:16px!important;margin:0 0 18px!important}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title h3{max-width:150px;margin:0!important;text-align:center;font-size:22px!important;line-height:1.35!important}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit{min-width:72px;min-height:38px;padding:0 12px!important;border-radius:999px!important;background:#eef7f1!important;color:var(--green)!important;line-height:1.05!important}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address-title .edit:hover{background:var(--green)!important;color:#fff!important}
.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address address{max-width:210px;margin:0!important;text-align:center;font-size:14px!important;line-height:1.75!important}
.woocommerce-account .woocommerce-MyAccount-content>p:first-child{max-width:none;margin:0 0 18px!important;color:#21362c}

.woocommerce-checkout .content-wrap,.woocommerce-order-received .content-wrap{padding:34px 0 64px}
.woocommerce-checkout .entry-content>.woocommerce,.woocommerce-order-received .entry-content>.woocommerce{max-width:1120px;margin-inline:auto}
.woocommerce-checkout form.checkout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:26px;align-items:start}
.woocommerce-checkout #customer_details,.woocommerce-checkout #order_review,.woocommerce-checkout .woocommerce-checkout-review-order,.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-additional-fields,.woocommerce-order-received .woocommerce-order,.woocommerce-order-received .woocommerce-thankyou-order-received,.woocommerce-order-received .woocommerce-order-overview,.woocommerce-order-received .woocommerce-order-details,.woocommerce-order-received .woocommerce-customer-details{border:1px solid #dfe8e3;border-radius:14px;background:#fff;box-shadow:0 12px 30px rgba(21,75,49,.075)}
.woocommerce-checkout #customer_details{display:grid;gap:18px;padding:24px}
.woocommerce-checkout .col2-set .col-1,.woocommerce-checkout .col2-set .col-2{float:none!important;width:100%!important}
.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-additional-fields{padding:22px}
.woocommerce-checkout h3,.woocommerce-order-received h2,.woocommerce-order-received h3{margin:0 0 16px;color:#13251d;font-size:22px;line-height:1.3}
.woocommerce-checkout .form-row{float:none!important;width:100%!important;margin:0 0 14px!important;padding:0!important}
.woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{display:inline-block!important;width:calc(50% - 8px)!important;vertical-align:top}
.woocommerce-checkout .form-row-first{margin-right:12px!important}
.woocommerce-checkout label{display:block;margin:0 0 7px;color:#263a30;font-size:13px;font-weight:800}
.woocommerce-checkout input.input-text,.woocommerce-checkout textarea,.woocommerce-checkout select,.woocommerce-checkout .select2-selection{min-height:46px!important;border:1px solid #cfd9d3!important;border-radius:8px!important;background:#fff!important;color:#13251d!important}
.woocommerce-checkout textarea{min-height:110px!important;padding:12px 13px!important}
.woocommerce-checkout input.input-text:focus,.woocommerce-checkout textarea:focus,.woocommerce-checkout select:focus{border-color:var(--green)!important;box-shadow:0 0 0 3px rgba(31,102,66,.12)!important;outline:0}
.woocommerce-checkout #order_review_heading{position:sticky;top:86px;margin:0;padding:18px 22px;border:1px solid #dfe8e3;border-bottom:0;border-radius:14px 14px 0 0;background:#f4faf6}
.woocommerce-checkout .woocommerce-checkout-review-order{position:sticky;top:143px;padding:0 22px 22px;border-radius:0 0 14px 14px}
.woocommerce-checkout table.shop_table{margin:0!important;border:0!important;border-collapse:separate!important;border-spacing:0;width:100%}
.woocommerce-checkout table.shop_table th,.woocommerce-checkout table.shop_table td{padding:14px 0!important;border-top:1px solid #edf2ee!important;color:#263a30}
.woocommerce-checkout table.shop_table thead th{border-top:0!important;color:#13251d;text-transform:uppercase;font-size:12px;letter-spacing:.04em}
.woocommerce-checkout #payment{border-radius:12px!important;background:#f7fbf8!important}
.woocommerce-checkout #payment ul.payment_methods{padding:18px!important;border-bottom:1px solid #dfe8e3!important}
.woocommerce-checkout #payment div.form-row{padding:18px!important;margin:0!important}
.woocommerce-checkout #place_order{width:100%;min-height:50px;border-radius:8px!important;background:var(--green)!important;color:#fff!important;font-weight:800}
.woocommerce-order-received .woocommerce-thankyou-order-received{padding:22px 24px!important;border-left:5px solid var(--green);color:#13251d;font-size:20px;font-weight:800}
.woocommerce-order-received .woocommerce-order-overview{display:grid!important;grid-template-columns:repeat(4,minmax(0,1fr));gap:0;margin:20px 0!important;padding:0!important;list-style:none!important;overflow:hidden}
.woocommerce-order-received .woocommerce-order-overview li{margin:0!important;padding:18px!important;border-right:1px solid #dfe8e3;color:#65746d;font-size:12px;text-transform:uppercase}
.woocommerce-order-received .woocommerce-order-overview li:last-child{border-right:0}
.woocommerce-order-received .woocommerce-order-overview strong{display:block;margin-top:7px;color:#13251d;font-size:15px;text-transform:none}
.woocommerce-order-received .woocommerce-order-details,.woocommerce-order-received .woocommerce-customer-details{padding:24px!important;margin-top:20px!important}
.woocommerce-order-received table.shop_table{border:0!important;margin:0!important;width:100%;border-collapse:separate!important;border-spacing:0}
.woocommerce-order-received table.shop_table th,.woocommerce-order-received table.shop_table td{padding:14px 0!important;border-top:1px solid #edf2ee!important}
.woocommerce-order-received address{padding:18px!important;border:1px solid #edf2ee!important;border-radius:10px;background:#fbfdfb;font-style:normal;line-height:1.8}
@media(max-width:900px){.woocommerce-checkout form.checkout{grid-template-columns:1fr}.woocommerce-checkout #order_review_heading,.woocommerce-checkout .woocommerce-checkout-review-order{position:static}.woocommerce-order-received .woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr))}.woocommerce-order-received .woocommerce-order-overview li:nth-child(2n){border-right:0}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Addresses{align-items:center;flex-direction:column}}
@media(max-width:620px){.woocommerce-account .ffb-account-dashboard-shell>.woocommerce-MyAccount-content,.woocommerce-account .entry-content>.woocommerce:has(>.woocommerce-MyAccount-navigation)>.woocommerce-MyAccount-content{padding:18px!important}.woocommerce-account .woocommerce-MyAccount-content .woocommerce-Address{min-height:220px}.woocommerce-checkout .content-wrap,.woocommerce-order-received .content-wrap{padding:24px 0 46px}.woocommerce-checkout #customer_details,.woocommerce-checkout .woocommerce-billing-fields,.woocommerce-checkout .woocommerce-additional-fields,.woocommerce-order-received .woocommerce-order-details,.woocommerce-order-received .woocommerce-customer-details{padding:18px}.woocommerce-checkout .form-row-first,.woocommerce-checkout .form-row-last{display:block!important;width:100%!important;margin-right:0!important}.woocommerce-order-received .woocommerce-order-overview{grid-template-columns:1fr}.woocommerce-order-received .woocommerce-order-overview li{border-right:0;border-bottom:1px solid #dfe8e3}.woocommerce-order-received .woocommerce-order-overview li:last-child{border-bottom:0}}

/* Client revision pass: Flash Sale, clean buttons, product page and mobile polish */
.header-action .icon svg,.footer-contact svg{display:block;width:24px;height:24px;fill:currentColor}
.footer-contact{display:grid;gap:9px}.footer-contact span{display:flex;align-items:center;gap:8px}.footer-contact svg{width:17px;height:17px;color:#d3aa78;flex:0 0 17px}
.product-actions .button.add_to_cart_button,.woocommerce ul.products li.product>.button.add_to_cart_button,.top-selling-actions .button.add_to_cart_button,.flash-sale-actions .button.add_to_cart_button{border:1px solid var(--green)!important;background:#fff!important;color:var(--green)!important;box-shadow:none!important}
.product-actions .button.add_to_cart_button:hover,.woocommerce ul.products li.product>.button.add_to_cart_button:hover,.top-selling-actions .button.add_to_cart_button:hover,.flash-sale-actions .button.add_to_cart_button:hover{background:#eef7f1!important;color:var(--green)!important}
.flash-sale-section{background:linear-gradient(135deg,#123f2c,#1f6642);padding:32px 0;color:#fff}.flash-sale-head{display:flex;align-items:center;justify-content:space-between;gap:18px;margin-bottom:20px}.flash-sale-head span{display:inline-block;margin-bottom:3px;color:#f5c98e;font-size:12px;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.flash-sale-head h2{margin:0;color:#fff;font-size:30px;line-height:1.2}.flash-countdown{display:grid;grid-template-columns:repeat(4,auto auto);align-items:center;gap:6px 7px;padding:10px 14px;border:1px solid rgba(255,255,255,.2);border-radius:10px;background:rgba(255,255,255,.1)}.flash-countdown b{display:grid;place-items:center;min-width:34px;height:34px;border-radius:7px;background:#fff;color:#123f2c;font-size:16px}.flash-countdown small{color:#e7f2ec;font-size:11px;font-weight:700;text-transform:uppercase}.flash-sale-carousel{position:relative;padding:0 42px}.flash-sale-rail{display:flex;gap:14px;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x proximity;scrollbar-width:none;padding:2px 1px 8px;touch-action:pan-y;cursor:grab}.flash-sale-rail::-webkit-scrollbar{display:none}.flash-sale-rail.is-dragging{cursor:grabbing;scroll-behavior:auto}.flash-sale-card{display:grid;grid-template-columns:130px minmax(0,1fr);align-items:center;gap:16px;flex:0 0 calc((100% - 28px)/3);min-width:310px;padding:18px;border-radius:12px;background:#fff;color:#13251d;scroll-snap-align:start}.flash-sale-image img{width:130px;height:130px!important;object-fit:contain}.flash-sale-copy h3{margin:0 0 7px;font-size:17px;line-height:1.35}.flash-sale-copy .price{margin:0 0 14px!important;color:var(--bronze)!important;font-weight:800}.flash-sale-actions{display:flex;gap:8px;flex-wrap:wrap}.flash-sale-actions .button{display:inline-flex!important;align-items:center;justify-content:center;min-height:38px;padding:0 13px!important;border-radius:6px!important;font-size:12px!important}.flash-sale-actions .buy-now{border-color:var(--bronze)!important;background:var(--bronze)!important;color:#fff!important}.flash-sale-arrow{position:absolute;top:50%;z-index:2;display:grid;place-items:center;width:34px;height:34px;border:1px solid rgba(255,255,255,.55);border-radius:50%;background:#fff;color:var(--green);font-size:25px;line-height:1;transform:translateY(-50%);cursor:pointer}.flash-sale-prev{left:0}.flash-sale-next{right:0}.flash-sale-pagination{display:flex;justify-content:center;gap:7px;margin-top:12px}.flash-sale-pagination button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(255,255,255,.45);cursor:pointer}.flash-sale-pagination button.active{width:18px;background:#fff}
.single-promo-banner{padding:20px 0 0}.single-promo-banner a{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:26px 32px;border-radius:14px;background:linear-gradient(135deg,#f8efe4,#f7fbf8);border:1px solid #eadcca;overflow:hidden}.single-promo-banner span{color:var(--green);font-size:12px;font-weight:800;letter-spacing:.1em;text-transform:uppercase}.single-promo-banner h2{margin:4px 0 6px;color:#13251d;font-size:28px}.single-promo-banner p{margin:0;color:#5c6b63}.single-promo-banner strong{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:7px;background:var(--green);color:#fff;white-space:nowrap}
.top-selling-grid{display:flex;gap:18px;overflow-x:auto;scroll-snap-type:x proximity;padding-bottom:8px;scrollbar-width:thin}.top-selling-card{flex:0 0 calc((100% - 36px)/3);min-width:350px;scroll-snap-align:start;grid-template-columns:145px minmax(0,1fr);min-height:235px;padding:24px}.top-selling-image img{height:175px!important}.top-selling-copy h3{font-size:18px}.top-selling-copy .price{margin-bottom:18px!important}.top-selling-actions .button{background:#fff!important}.top-selling-actions .buy-now{background:var(--bronze)!important;color:#fff!important}
.single-product form.cart{display:grid!important;grid-template-columns:1fr 1fr!important;gap:10px 12px!important;align-items:stretch!important;max-width:460px}.single-product form.cart .quantity{grid-column:1/-1!important;width:160px!important;height:44px!important}.single-product form.cart .single_add_to_cart_button,.single-product form.cart .single-buy-now{height:46px!important;min-height:46px!important;border-radius:7px!important;font-size:14px!important}.single-product form.cart .single_add_to_cart_button{border:1px solid var(--green)!important;background:#fff!important;color:var(--green)!important}.single-product form.cart .single_add_to_cart_button:hover{background:#eef7f1!important;color:var(--green)!important}.single-product form.cart .single-buy-now{background:var(--bronze)!important;color:#fff!important}
@media(max-width:900px){.flash-sale-card{flex-basis:calc((100% - 14px)/2)}.top-selling-card{flex-basis:calc((100% - 18px)/2);min-width:300px}.single-promo-banner a{padding:22px}}
@media(max-width:720px){.flash-sale-head{display:grid}.flash-countdown{justify-content:start;grid-template-columns:repeat(4,auto auto)}.flash-sale-carousel{padding:0}.flash-sale-arrow{display:none}.flash-sale-card{flex-basis:78%;min-width:260px}.top-selling-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}.top-selling-card{min-width:0;grid-template-columns:1fr;min-height:0}.single-product form.cart{max-width:none}.single-promo-banner a{display:grid}.single-promo-banner h2{font-size:22px}}
@media(max-width:430px){.flash-sale-section{padding:24px 0}.flash-countdown{gap:5px;grid-template-columns:repeat(4,auto);text-align:center}.flash-countdown small{display:none}.flash-sale-card{flex-basis:86%;grid-template-columns:92px minmax(0,1fr);gap:10px;padding:13px}.flash-sale-image img{width:92px;height:92px!important}.flash-sale-copy h3{font-size:13px}.flash-sale-actions .button{min-height:34px;font-size:11px!important}.top-selling-grid{gap:10px}.single-product form.cart{grid-template-columns:1fr!important}.single-product form.cart .quantity{width:150px!important;justify-self:start}.single-product form.cart .single_add_to_cart_button,.single-product form.cart .single-buy-now{width:100%!important}}

/* Keep Flash Sale and Top Selling as simple 3-product rows */
.flash-sale-row{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.flash-sale-row .flash-sale-card{min-width:0;display:grid;grid-template-columns:115px minmax(0,1fr);padding:17px}
.top-selling-grid{display:grid!important;grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:18px!important;overflow:visible!important;padding-bottom:0!important;scroll-snap-type:none!important}.top-selling-card{min-width:0!important;grid-template-columns:125px minmax(0,1fr)!important;min-height:220px!important;padding:22px!important}
@media(max-width:900px){.flash-sale-row,.top-selling-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.flash-sale-row .flash-sale-card,.top-selling-card{grid-template-columns:1fr!important;text-align:center}.flash-sale-actions,.top-selling-actions{justify-content:center}.flash-sale-image img{margin-inline:auto}}
@media(max-width:520px){.flash-sale-row,.top-selling-grid{grid-template-columns:1fr!important}.flash-sale-row .flash-sale-card{grid-template-columns:100px minmax(0,1fr)!important;text-align:left}.flash-sale-actions{justify-content:flex-start}.top-selling-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}.top-selling-card{grid-template-columns:1fr!important;text-align:center}}

/* Top Selling card spacing and hover containment */
.top-selling-card{gap:18px!important;overflow:hidden!important}
.top-selling-image{position:relative;z-index:0;display:grid!important;place-items:center;width:100%;min-width:0;overflow:hidden;border-radius:6px;background:#fff}
.top-selling-image img{max-width:100%;transform-origin:center center}
.top-selling-copy{position:relative;z-index:1}
.top-selling-actions{position:relative;z-index:2;gap:8px}
@media(min-width:621px){.top-selling-actions{display:grid!important;grid-template-columns:1fr 1fr!important;align-items:stretch}.top-selling-actions .button{width:100%;min-width:0!important}}
@media(min-width:901px){.top-selling-card{grid-template-columns:128px minmax(0,1fr)!important}.top-selling-image{height:176px}.top-selling-image img{height:160px!important}}
@media(max-width:900px){.top-selling-card{gap:14px!important}.top-selling-image{height:175px}.top-selling-image img{height:160px!important}}
@media(max-width:620px){.top-selling-card{gap:9px!important}.top-selling-image{height:124px}.top-selling-image img{height:112px!important}}

/* Mobile shop archive and bottom navigation polish */
.mobile-bottom-nav{display:none}
.floating-cart{top:50%!important;bottom:auto!important;transform:translateY(-50%)!important}
@media(max-width:720px){
body.post-type-archive-product,body.tax-product_cat,body.tax-product_tag{background:#f1f3f6}
body.post-type-archive-product .site-footer,body.tax-product_cat .site-footer,body.tax-product_tag .site-footer{margin-bottom:58px}
.woocommerce-main .page-header{margin:0!important;padding:8px 0 7px!important;background:#f1f3f6!important;border-bottom:0!important}
.woocommerce-main .page-header .container{display:grid!important;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:8px;width:100%!important;padding:0 7px}
.archive-page-title{margin:0!important;color:#06141a;font-size:13px!important;line-height:1.25!important;font-weight:700}
.woocommerce-main .woocommerce-breadcrumb{max-width:none!important;margin:0!important;text-align:right!important;color:#555e68!important;font-size:10px!important;white-space:nowrap}
.woocommerce-main .content-wrap,body.post-type-archive-product .woocommerce-main>.content-wrap,body.tax-product_cat .woocommerce-main>.content-wrap,body.tax-product_tag .woocommerce-main>.content-wrap{width:100%!important;max-width:none!important;padding:0 4px 86px!important}
.shop-layout{display:grid!important;grid-template-columns:auto auto minmax(0,1fr);align-items:center;gap:7px;padding:8px 2px 0}
.shop-filter-toggle{grid-column:1!important;grid-row:1!important;position:relative!important;top:auto!important;z-index:1;width:auto!important;min-height:27px!important;margin:0!important;padding:0 10px!important;border:1px solid var(--green)!important;border-radius:2px!important;background:#fff!important;color:var(--green)!important;box-shadow:none!important;font-size:10px!important;font-weight:500!important;text-transform:uppercase}
.shop-filter-toggle::before{content:"";display:inline-block;width:11px;height:9px;margin-right:2px;background:linear-gradient(var(--green),var(--green)) 0 1px/11px 1px no-repeat,linear-gradient(var(--green),var(--green)) 0 4px/9px 1px no-repeat,linear-gradient(var(--green),var(--green)) 0 7px/7px 1px no-repeat}
.shop-results{display:contents!important}
.shop-results .woocommerce-products-header,.shop-results .woocommerce-products-header__title,.shop-results>h1,.shop-results .page-title,.shop-results .woocommerce-result-count{display:none!important}
.shop-results .woocommerce-ordering{grid-column:2!important;grid-row:1!important;float:none!important;clear:none!important;justify-self:start;margin:0!important}
.shop-results .woocommerce-ordering select{width:103px!important;min-width:103px!important;height:27px!important;padding:0 20px 0 7px!important;border:1px solid #dfe2e7!important;border-radius:2px!important;background-color:#fff!important;color:#1f2933!important;font-size:10px!important;line-height:27px!important}
.shop-results .woocommerce-notices-wrapper,.shop-results ul.products,.shop-results nav.woocommerce-pagination{grid-column:1/-1!important}
.shop-results ul.products{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:8px 10px!important;margin:10px 0 0!important;padding:0!important}
.woocommerce ul.products li.product{min-height:260px!important;padding:6px 6px 7px!important;border:1px solid #cbd0d6!important;border-radius:3px!important;background:#fff!important;box-shadow:none!important}
.woocommerce ul.products li.product a img{width:100%!important;height:148px!important;aspect-ratio:auto!important;margin:0 0 8px!important;object-fit:contain!important;border-radius:0!important;background:#fff!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{min-height:35px!important;margin:0 0 5px!important;color:#111827!important;font-size:11px!important;line-height:1.25!important;font-weight:500!important;text-align:left!important}
.woocommerce ul.products li.product .price{margin:0 0 6px!important;color:var(--green)!important;font-size:13px!important;font-weight:700!important;text-align:left!important}
.woocommerce ul.products li.product>.button.add_to_cart_button,.woocommerce ul.products li.product>.product-quantity-control{width:100%!important;min-height:26px!important;height:26px!important;margin-top:auto!important;border:1px solid var(--green)!important;border-radius:2px!important;background:#fff!important;color:var(--green)!important;font-size:10px!important;font-weight:500!important;line-height:1!important}
.woocommerce ul.products li.product>.button.add_to_cart_button::before{content:"";display:inline-block;width:11px;height:11px;margin-right:4px;background:linear-gradient(var(--green),var(--green)) 2px 9px/7px 1px no-repeat,linear-gradient(var(--green),var(--green)) 1px 3px/8px 1px no-repeat;border-left:1px solid var(--green);border-bottom:1px solid var(--green);transform:skewX(-12deg)}
.woocommerce ul.products li.product>.button.add_to_cart_button:hover{background:#eef7f1!important;color:var(--green)!important}
.woocommerce ul.products li.product>.product-quantity-control{grid-template-columns:30px minmax(0,1fr) 30px;overflow:hidden}
.woocommerce ul.products li.product>.product-quantity-control button{background:var(--green)!important;color:#fff!important;font-size:16px!important}
.woocommerce span.onsale{left:7px!important;top:9px!important;padding:4px 5px!important;border-radius:2px!important;background:var(--green)!important;font-size:8px!important}
.floating-cart{top:50%!important;right:0!important;bottom:auto!important;width:42px!important;min-height:58px!important;transform:translateY(-50%)!important;border-radius:2px 0 0 2px!important;background:var(--green)!important;box-shadow:0 5px 18px rgba(0,0,0,.22)!important;z-index:180!important}
.floating-cart-icon{padding:7px 4px 0!important}.floating-cart-icon svg{width:16px!important;height:16px!important}
.floating-cart-copy{display:grid!important;font-size:10px!important;line-height:1.05!important}
.floating-cart-copy>span:first-child{padding:0 2px 5px!important}.floating-cart .floating-cart-total{padding:5px 1px!important;color:var(--green)!important;font-size:10px!important}
.floating-cart.cart-added-animation{animation:cartBumpSide .65s ease}
.mobile-bottom-nav{position:fixed;z-index:170;left:0;right:0;bottom:0;display:grid!important;grid-template-columns:repeat(5,minmax(0,1fr));height:58px;background:var(--green);color:#fff;box-shadow:0 -4px 16px rgba(0,0,0,.18)}
.mobile-bottom-nav-item{position:relative;display:grid;place-items:center;align-content:center;gap:2px;min-width:0;border:0;background:transparent;color:#fff!important;text-align:center;text-transform:uppercase;font-size:9px;font-weight:700;line-height:1;text-decoration:none!important}
.mobile-bottom-nav-item span{position:relative;display:grid;place-items:center}.mobile-bottom-nav-item svg{display:block;width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.mobile-bottom-nav-item small{font:inherit}
.mobile-bottom-cart .cart-count{position:absolute;top:-7px;right:-10px;display:grid;place-items:center;min-width:15px;height:15px;margin:0;border:1px solid #fff;border-radius:50%;background:#20242a;color:#fff;font-size:8px;line-height:1}
@keyframes cartBumpSide{0%,100%{transform:translateY(-50%) scale(1)}35%{transform:translateY(-50%) scale(1.16) rotate(-4deg)}65%{transform:translateY(-50%) scale(1.06) rotate(3deg)}}
}
@media(max-width:380px){
.shop-results ul.products{gap:8px!important}.woocommerce ul.products li.product{min-height:252px!important}.woocommerce ul.products li.product a img{height:138px!important}.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:10.5px!important}.woocommerce ul.products li.product .price{font-size:12px!important}
}

/* Refresh Food logo-led brand palette refinement */
.nav-wrap{background:#1f2f27!important;border-color:#1f2f27!important;box-shadow:0 4px 14px rgba(20,48,34,.18)!important}
.nav-links a:hover{color:#d8b17e!important}
.nav-dropdown a:hover,.category-menu a:hover{background:#eef7f1!important;color:var(--green)!important}
.site-footer{background:#1f2f27!important;color:#d7e1dc!important}
.site-footer .footer-bottom{border-top-color:rgba(255,255,255,.12)!important}
.site-footer .footer-links a:hover,.site-footer .footer-contact svg{color:#d8b17e!important}
.flash-sale-section{background:linear-gradient(135deg,#1f2f27,#1f6a43)!important}
.flash-countdown b{color:var(--green)!important}
.flash-sale-arrow,.category-carousel-arrow,.testimonial-arrow{border-color:var(--green)!important;color:var(--green)!important}
.flash-sale-arrow:hover,.category-carousel-arrow:hover,.testimonial-arrow:hover{background:var(--green)!important;color:#fff!important}
.top-selling-badge,.woocommerce span.onsale,.sale-badge{background:var(--green)!important}
.price,.woocommerce ul.products li.product .price,.top-selling-copy .price,.flash-sale-copy .price,.single-product div.product p.price{color:var(--bronze)!important}
.button.alt,.buy-now,.top-selling-actions .buy-now,.flash-sale-actions .buy-now,.single-product form.cart .single-buy-now{background:#9a5f2a!important;border-color:#9a5f2a!important;color:#fff!important}
.button.alt:hover,.buy-now:hover,.top-selling-actions .buy-now:hover,.flash-sale-actions .buy-now:hover,.single-product form.cart .single-buy-now:hover{background:#7d4b1f!important;border-color:#7d4b1f!important}
@media(max-width:720px){
.site-header .header-main{grid-template-columns:1fr auto auto!important;gap:10px!important;padding:8px 0!important}
.site-header .search-box{display:none!important}
.site-header .brand img{height:58px!important}
.mobile-menu-btn{border-color:#d8e6dd!important;color:var(--green)!important}
.mobile-menu-btn:hover{border-color:var(--green)!important;background:#eef7f1!important}
.shop-filter-toggle{border-color:var(--green)!important;color:var(--green)!important}
.shop-filter-toggle::before{background:linear-gradient(var(--green),var(--green)) 0 1px/11px 1px no-repeat,linear-gradient(var(--green),var(--green)) 0 4px/9px 1px no-repeat,linear-gradient(var(--green),var(--green)) 0 7px/7px 1px no-repeat!important}
.woocommerce ul.products li.product>.button.add_to_cart_button,.woocommerce ul.products li.product>.product-quantity-control{border-color:var(--green)!important;color:var(--green)!important}
.woocommerce ul.products li.product>.button.add_to_cart_button::before{border-left-color:var(--green)!important;border-bottom-color:var(--green)!important;background:linear-gradient(var(--green),var(--green)) 2px 9px/7px 1px no-repeat,linear-gradient(var(--green),var(--green)) 1px 3px/8px 1px no-repeat!important}
.woocommerce ul.products li.product>.button.add_to_cart_button:hover{background:#eef7f1!important;color:var(--green)!important}
.woocommerce ul.products li.product>.product-quantity-control button{background:var(--green)!important}
.woocommerce span.onsale{background:var(--green)!important}
.floating-cart,.mobile-bottom-nav{background:var(--green)!important}
.floating-cart .floating-cart-total{color:var(--bronze-dark)!important}
}

/* Desktop master content width */
@media(min-width:1101px){
  .container,
  .post-type-archive-product .site-main>.content-wrap,
  .tax-product_cat .site-main>.content-wrap,
  .tax-product_tag .site-main>.content-wrap{width:min(100% - 48px,1440px)!important;max-width:1440px!important;}
  .home .hero .container{width:min(100% - 48px,1440px)!important;max-width:1440px!important;}
  .woocommerce-checkout .entry-content>.woocommerce,
  .woocommerce-order-received .entry-content>.woocommerce{max-width:1440px!important;}
}

/* Tablet footer: full-width brand/contact row followed by four link columns. */
@media(min-width:721px) and (max-width:1100px){
  .site-footer .footer-top{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px!important;}
  .site-footer .footer-about{grid-column:1/-1!important;}
}

/* Homepage middle promotion uses one full-width banner. */
.home .promo-grid{grid-template-columns:1fr!important;}
.home .promo-grid{width:min(100% - 48px,1320px)!important;margin-inline:auto!important;}
.home .promo-grid>a{width:100%;}
@media(min-width:721px){.home .promo-grid img{aspect-ratio:3.2/1;max-height:420px;}}

/* Warm site background with white product cards, matching the brand palette. */
body{background:#f8f6f1;}
.site-main{background:#f8f6f1;}
.home-section:not(.flash-sale-section):not(.testimonials-section){background:#f8f6f1;}
.home-section .section-head{position:relative;padding-bottom:12px;margin-bottom:22px;border-bottom:1px solid #ddd8cf;}
.home-section .section-head::after{content:"";position:absolute;left:0;bottom:-1px;width:40px;height:3px;border-radius:2px;background:var(--orange);}
.home-section .section-head h2{font-size:23px;line-height:1.25;color:var(--ink);}
.home-section .section-head>a{display:inline-flex;align-items:center;gap:7px;color:var(--orange);font-size:11px;font-weight:800;letter-spacing:.04em;text-transform:uppercase;}
.home-section .section-head>a::after{content:"→";font-size:18px;line-height:1;}
.home-section .product-card,.home-section .products-grid .product-card{background:#fff;border:1px solid #ddd8cf;box-shadow:0 2px 8px rgba(74,59,40,.04);}
.home .testimonials-section{background:transparent!important;}
.home .featured-categories .featured-categories-head::after{left:50%;transform:translateX(-50%);}
.home .top-selling-section .top-selling-head::after{left:50%;transform:translateX(-50%);}
.home .featured-categories .category-card{background:transparent!important;border:0!important;}
.home .featured-categories .category-card .cat-image{background:#fff!important;border-color:#e5e1da!important;}
.home .featured-categories .category-card b{background:transparent!important;color:var(--ink);}
body,.site-main,.home-section:not(.flash-sale-section):not(.testimonials-section){background:#f1f7f3!important;}

/* iPad/tablet layout: keep the header compact like the reference storefront */
@media(min-width:721px) and (max-width:1100px){
.container{width:min(100% - 28px,1060px)!important}
.site-header .header-main{display:grid!important;grid-template-columns:138px minmax(260px,1fr) auto!important;align-items:center!important;gap:16px!important;width:min(100% - 28px,1060px)!important;padding:8px 0!important}
.site-header .brand img{width:132px!important;height:66px!important;object-fit:contain!important}
.site-header .search-box{grid-column:auto!important;grid-row:auto!important;height:40px!important;min-width:0!important;border-color:#d9e2dd!important;border-radius:3px!important}
.site-header .search-box input{padding:0 13px!important;font-size:12px!important}
.site-header .search-box button{width:44px!important}
.site-header .header-actions{grid-column:auto!important;grid-row:auto!important;display:flex!important;align-items:center!important;justify-content:flex-end!important;gap:14px!important;width:auto!important;min-width:max-content!important}
.site-header .header-action{min-width:42px!important;font-size:10px!important;gap:2px!important;color:#1f2f27!important}
.site-header .header-action .icon{height:22px!important}
.site-header .header-action .icon svg{width:21px!important;height:21px!important}
.site-header .header-action .cart-count{top:-5px!important;right:2px!important;min-width:16px!important;height:16px!important;font-size:9px!important}
.mobile-menu-btn{display:grid!important;place-items:center;width:34px!important;height:34px!important;border:0!important;background:transparent!important;color:var(--ink)!important;font-size:20px!important}
.nav-wrap{top:0!important}
.main-nav{height:48px!important;width:min(100% - 28px,1060px)!important}
.main-nav .nav-links{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;gap:0!important;margin:0!important;min-width:0!important}
.nav-links a,.nav-category>a{display:flex!important;align-items:center!important;height:48px!important;padding:0 6px!important;color:#fff!important;font-size:11px!important;font-weight:700!important;line-height:1.1!important;text-align:center!important;white-space:normal!important}
.nav-category{min-width:0!important}
.nav-dropdown a{height:auto!important;padding:10px 14px!important;color:var(--ink)!important;text-align:left!important;white-space:nowrap!important}
.woocommerce-main .page-header{padding:13px 0 12px!important;margin:0!important;background:#f3f5f7!important}
.woocommerce-main .page-header .container{display:flex!important;align-items:center!important;justify-content:space-between!important;gap:16px!important}
.archive-page-title{margin:0!important;font-size:21px!important;line-height:1.2!important}
.woocommerce-main .woocommerce-breadcrumb{margin:0!important;font-size:11px!important;white-space:nowrap!important}
.woocommerce-main .content-wrap{padding:18px 0 48px!important}
.shop-layout{grid-template-columns:290px minmax(0,1fr)!important;gap:18px!important;align-items:start!important}
.shop-results{display:block!important}
.shop-results .woocommerce-products-header,.shop-results .woocommerce-products-header__title,.shop-results>h1,.shop-results .page-title,.shop-results .woocommerce-result-count{display:none!important}
.shop-results .woocommerce-ordering{float:none!important;margin:0 0 14px!important;text-align:left!important}
.shop-results .woocommerce-ordering select{height:34px!important;min-width:142px!important;padding:0 10px!important;font-size:11px!important}
.shop-results ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:14px!important}
.woocommerce ul.products li.product{min-height:262px!important;padding:9px!important;border-radius:5px!important}
.woocommerce ul.products li.product a img{height:128px!important;aspect-ratio:auto!important;margin-bottom:8px!important;object-fit:contain!important}
.woocommerce ul.products li.product .woocommerce-loop-product__title{font-size:13px!important;line-height:1.35!important;min-height:36px!important}
.woocommerce ul.products li.product .price{margin-bottom:8px!important;font-size:14px!important}
.woocommerce ul.products li.product>.button.add_to_cart_button,.woocommerce ul.products li.product>.product-quantity-control{min-height:32px!important;margin-top:auto!important;padding:0 8px!important;border:1px solid var(--green)!important;background:#fff!important;color:var(--green)!important;font-size:11px!important}
.home .hero-grid{grid-template-columns:minmax(0,2fr) minmax(260px,1fr)!important;gap:14px!important}
.home .category-carousel .category-card{flex-basis:calc((100% - 70px)/6)!important;min-width:112px!important}
.home .flash-sale-row,.home .top-selling-grid{grid-template-columns:1fr!important;gap:14px!important}
.home .flash-sale-row .flash-sale-card{grid-template-columns:160px minmax(0,1fr)!important;gap:18px!important;padding:18px!important;min-height:190px!important}
.home .flash-sale-image img{width:150px!important;height:150px!important}
.home .flash-sale-copy h3{font-size:18px!important;line-height:1.35!important}
.home .flash-sale-actions{display:flex!important;justify-content:flex-start!important}
.home .flash-sale-actions .button{min-height:38px!important;padding:0 13px!important}
.home .top-selling-section{padding-top:30px!important}
.home .top-selling-grid{align-items:stretch!important}
.home .top-selling-card{grid-template-columns:170px minmax(0,1fr)!important;align-items:center!important;gap:18px!important;min-height:205px!important;padding:18px!important;text-align:left!important}
.home .top-selling-image{height:165px!important}
.home .top-selling-image img{height:150px!important}
.home .top-selling-copy h3{font-size:18px!important;line-height:1.35!important;min-height:0!important;margin-bottom:8px!important}
.home .top-selling-copy .price{font-size:17px!important;margin-bottom:12px!important}
.home .top-selling-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;justify-content:stretch!important}
.home .top-selling-actions .button{min-height:38px!important;padding:0 12px!important;font-size:12px!important;white-space:nowrap!important}
}

@media(min-width:721px) and (max-width:899px){
.home .flash-sale-row .flash-sale-card,.home .top-selling-card{grid-template-columns:132px minmax(0,1fr)!important;text-align:left!important}
.home .flash-sale-image img{width:122px!important;height:122px!important}
.home .top-selling-image{height:140px!important}
.home .top-selling-image img{height:128px!important}
.home .flash-sale-actions,.home .top-selling-actions{justify-content:flex-start!important}
}

@media(min-width:721px) and (max-width:820px){
.shop-layout{display:grid!important;grid-template-columns:auto auto minmax(0,1fr)!important;gap:10px!important;align-items:center!important}
.shop-filter-toggle{display:flex!important;grid-column:1!important;grid-row:1!important;align-items:center!important;justify-content:center!important;min-height:34px!important;margin:0!important;padding:0 13px!important;border:1px solid var(--green)!important;border-radius:4px!important;background:#fff!important;color:var(--green)!important;font-size:12px!important;font-weight:700!important;text-transform:uppercase!important}
.shop-filters{position:fixed!important;z-index:299;top:0;left:0;display:flex!important;flex-direction:column;width:min(360px,90vw)!important;height:100vh;margin:0!important;padding:0;background:#fff;box-shadow:16px 0 35px rgba(8,35,23,.18);transform:translateX(-105%);transition:transform .32s cubic-bezier(.22,.8,.25,1);overflow:hidden}
.shop-filters.open{transform:translateX(0)}
.shop-filter-overlay{position:fixed;z-index:298;inset:0;display:block;background:rgba(10,24,17,.48);opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease}
.shop-filter-overlay.open{opacity:1;visibility:visible}
.shop-filter-close{display:grid!important;place-items:center;width:38px;height:38px;border:1px solid #d5dfd8;border-radius:50%;background:#fff;color:var(--ink);font-size:28px;line-height:1;cursor:pointer}
.shop-filters form{height:100%;padding:0 18px 20px;overflow-y:auto}
.shop-filters .filter-heading{position:sticky;top:0;z-index:2;margin:0 -18px 10px;padding:15px 18px;border-bottom:1px solid var(--line);background:#f8fbf9}
.shop-filters .filter-heading a{margin-left:auto;margin-right:12px}
.shop-results{display:contents!important}
.shop-results .woocommerce-ordering{grid-column:2!important;grid-row:1!important;margin:0!important}
.shop-results .woocommerce-notices-wrapper,.shop-results ul.products,.shop-results nav.woocommerce-pagination{grid-column:1/-1!important}
.shop-results ul.products{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:12px!important;margin-top:12px!important}
.woocommerce ul.products li.product{min-height:258px!important}
.woocommerce ul.products li.product a img{height:124px!important}
}

.single-product div.product,.single-product div.product .woocommerce-product-gallery,.single-product div.product .summary{min-width:0!important;max-width:100%!important}
.single-product div.product .woocommerce-product-gallery{overflow:hidden!important}
.single-product .woocommerce-product-gallery__wrapper,.single-product .woocommerce-product-gallery__image,.single-product .woocommerce-product-gallery__image a{max-width:100%!important;overflow:hidden!important}
.single-product .woocommerce-product-gallery__image img.wp-post-image{max-width:100%!important;width:100%!important;height:auto!important}
.single-product .woocommerce-product-gallery__image img.zoomImg{display:none!important}

/* Reference-style compact mobile header */
@media(max-width:720px){
.site-header{height:70px!important;background:#fff!important;border-top:1px solid #e2e6ea!important;border-bottom:1px solid #eef0f2!important;box-shadow:none!important}
.site-header .header-main{position:relative!important;display:grid!important;grid-template-columns:48px 1fr 48px!important;align-items:center!important;width:100%!important;height:69px!important;padding:0 12px!important;gap:0!important}
.site-header .brand{grid-column:2!important;grid-row:1!important;justify-content:center!important;align-self:center!important;width:auto!important;min-width:0!important}
.site-header .brand img{display:block!important;width:148px!important;height:56px!important;object-fit:contain!important}
.site-header .brand-fallback{font-size:13px!important;line-height:1!important;text-align:center!important}
.site-header .search-box{display:none!important}
.site-header .header-actions{display:contents!important}
.site-header .header-actions>a[href*="/track-order/"],.site-header .header-account-action{display:none!important}
.site-header .mobile-menu-btn{display:none!important}
.site-header .header-more-menu{display:none!important;visibility:hidden!important;opacity:0!important;pointer-events:none!important}
.site-header .mobile-menu-btn span{position:relative!important;display:block!important;width:19px!important;height:13px!important;font-size:0!important;border-top:1.8px solid currentColor!important;border-bottom:1.8px solid currentColor!important}
.site-header .mobile-menu-btn span::before{content:"";position:absolute;left:0;top:50%;width:15px;height:1.8px;background:currentColor;transform:translateY(-50%)}
.site-header .mobile-menu-btn .header-more-text{display:none!important}
.site-header .mobile-menu-btn .header-more-icon{position:relative!important;display:block!important;width:19px!important;height:13px!important;font-size:0!important;border-top:1.8px solid currentColor!important;border-bottom:1.8px solid currentColor!important;background:none!important}
.site-header .mobile-menu-btn .header-more-icon::before{content:""!important;position:absolute!important;left:0!important;top:50%!important;width:15px!important;height:1.8px!important;background:currentColor!important;transform:translateY(-50%)!important}
.site-header .cart-action{grid-column:3!important;grid-row:1!important;display:grid!important;place-items:center!important;justify-self:end!important;width:34px!important;height:34px!important;min-width:34px!important;padding:0!important;color:#182822!important}
.site-header .cart-action .icon{width:25px!important;height:25px!important;color:#182822!important}
.site-header .cart-action .icon svg{width:25px!important;height:25px!important}
.site-header .cart-action .action-text{display:none!important}
.site-header .cart-action .cart-count{position:absolute!important;top:1px!important;right:-1px!important;display:grid!important;place-items:center!important;min-width:15px!important;height:15px!important;margin:0!important;border:0!important;border-radius:50%!important;background:var(--green)!important;color:#fff!important;font-size:9px!important;font-weight:800!important;line-height:1!important}
}

/* Larger mobile bottom navigation and floating cart */
@media(max-width:720px){
body{padding-bottom:66px!important}
body.post-type-archive-product .site-footer,body.tax-product_cat .site-footer,body.tax-product_tag .site-footer{margin-bottom:66px!important}
.mobile-bottom-nav{height:66px!important;box-shadow:0 -5px 18px rgba(0,0,0,.2)!important}
.mobile-bottom-nav-item{gap:4px!important;font-size:10.5px!important;line-height:1.05!important;letter-spacing:.01em!important}
.mobile-bottom-nav-item svg{width:19px!important;height:19px!important;stroke-width:2!important}
.mobile-bottom-cart .cart-count{top:-9px!important;right:-12px!important;min-width:18px!important;height:18px!important;font-size:9px!important;border-width:1.5px!important}
.floating-cart{top:50%!important;right:0!important;bottom:auto!important;width:56px!important;min-height:76px!important;transform:translateY(-50%)!important;border-radius:4px 0 0 4px!important}
.floating-cart-icon{padding:9px 5px 1px!important}
.floating-cart-icon svg{width:21px!important;height:21px!important;stroke-width:2!important}
.floating-cart-copy{font-size:11px!important;line-height:1.08!important}
.floating-cart-copy>span:first-child{padding:0 3px 7px!important;font-weight:800!important}
.floating-cart .floating-cart-total{padding:6px 2px!important;font-size:11px!important}
}

/* Collapsible mobile drawer submenus */
@media(max-width:720px){
.mobile-drawer{width:min(270px,88vw)!important;background:#fff!important;box-shadow:12px 0 26px rgba(8,35,23,.16)!important;overflow-y:auto!important}
.mobile-drawer-head{display:none!important}
.mobile-drawer-actions,.mobile-drawer-contact{display:none!important}
.mobile-drawer-nav{display:grid!important;margin:12px 9px!important;padding:10px 14px!important;border-radius:8px!important;background:#f6f6f6!important;box-shadow:none!important;overflow:visible!important}
.mobile-drawer-nav>a,.mobile-drawer-group>a,.mobile-drawer-submenu-toggle{min-height:30px!important;padding:7px 0!important;border-bottom:1px solid #e5e5e5!important;color:#1f2f27!important;font-size:13px!important;font-weight:500!important;line-height:1.2!important}
.mobile-drawer-nav>a:last-child,.mobile-drawer-group:last-of-type>a,.mobile-drawer-group:last-of-type .mobile-drawer-submenu-toggle{border-bottom:0!important}
.mobile-drawer-group>a{display:flex!important;align-items:center!important;justify-content:flex-start!important;width:100%!important;background:transparent!important}
.mobile-drawer-group>a::after{display:none!important;content:none!important}
.mobile-drawer-submenu-toggle{display:flex!important;align-items:center!important;justify-content:space-between!important;width:100%!important;min-height:30px!important;padding:7px 0!important;border:0!important;border-bottom:1px solid #e5e5e5!important;background:transparent!important;color:var(--ink)!important;font:inherit!important;font-weight:500!important;text-align:left!important;cursor:pointer!important}
.mobile-drawer-submenu-toggle{font-weight:500!important}
.mobile-drawer-submenu-toggle::after{content:"";display:block!important;width:7px;height:7px;margin-right:5px;border-right:1.7px solid #9aa39d;border-bottom:1.7px solid #9aa39d;transform:rotate(-45deg);transition:transform .2s ease,margin-top .2s ease,border-color .2s ease}
.mobile-drawer-group.open .mobile-drawer-submenu-toggle{color:var(--green)!important}
.mobile-drawer-group.open .mobile-drawer-submenu-toggle::after{margin-top:4px;transform:rotate(225deg);border-color:var(--green)}
.mobile-drawer-group.has-submenu>a::after{display:none!important}
.mobile-drawer-subnav{display:grid!important;padding:5px 0 7px 18px!important;background:transparent!important;border-bottom:1px solid #e5e5e5}
.mobile-drawer-subnav[hidden]{display:none!important}
.mobile-drawer-subnav a{min-height:28px!important;padding:6px 0!important;border-bottom:0!important;color:#34423b!important;font-size:12px!important;font-weight:500!important}
.mobile-drawer-subnav .mobile-drawer-view-all{color:#34423b!important;font-weight:500!important}
}

/* Reference-style mobile drawer account and quick links */
@media(max-width:720px){
.mobile-drawer{width:min(310px,88vw)!important;padding:20px 12px 24px!important;background:#fff!important;gap:0!important}
.mobile-drawer-account-card{display:flex!important;align-items:center!important;gap:14px!important;min-height:82px!important;margin:0 0 18px!important;padding:14px 16px!important;border-radius:14px!important;background:var(--bronze)!important;color:#fff!important;text-decoration:none!important;box-shadow:0 10px 24px rgba(166,96,45,.18)!important}
.mobile-drawer-account-card:hover{background:var(--bronze-dark)!important;color:#fff!important}
.mobile-drawer-avatar{display:grid!important;place-items:center!important;flex:0 0 50px!important;width:50px!important;height:50px!important;border-radius:50%!important;background:#dcebf5!important;color:#fff!important;overflow:hidden!important}
.mobile-drawer-avatar svg{display:block!important;width:48px!important;height:48px!important;fill:#fff!important}
.mobile-drawer-account-copy{display:grid!important;gap:2px!important;min-width:0!important}
.mobile-drawer-account-copy strong{display:block!important;color:#fff!important;font-size:21px!important;font-weight:600!important;line-height:1.1!important;white-space:nowrap!important;overflow:hidden!important;text-overflow:ellipsis!important}
.mobile-drawer-account-copy small{display:block!important;color:rgba(255,255,255,.92)!important;font-size:17px!important;line-height:1.1!important}
.mobile-drawer-nav{margin:0 0 24px!important;padding:20px 18px!important;border-radius:10px!important;background:#f6f6f6!important}
.mobile-drawer-nav>a,.mobile-drawer-group>a,.mobile-drawer-submenu-toggle{min-height:40px!important;padding:10px 0!important;font-size:17px!important;font-weight:500!important;color:#26342d!important}
.mobile-drawer-submenu-toggle::after{width:9px!important;height:9px!important;margin-right:4px!important;border-color:#748078!important}
.mobile-drawer-subnav{padding:4px 0 10px 18px!important}
.mobile-drawer-subnav a{min-height:32px!important;font-size:14px!important;color:#34423b!important}
.mobile-drawer-quick-links{display:block!important;margin:0!important}
.mobile-drawer-quick-links h3{position:relative;margin:0 0 20px!important;padding:0 0 11px!important;color:#26342d!important;font-size:22px!important;font-weight:600!important;line-height:1.1!important}
.mobile-drawer-quick-links h3::after{content:"";position:absolute;left:0;bottom:0;width:44px;height:3px;border-radius:3px;background:var(--bronze)}
.mobile-drawer-quick-card{display:grid!important;gap:0!important;padding:16px 18px!important;border-radius:10px!important;background:#f6f6f6!important}
.mobile-drawer-quick-card a{display:flex!important;align-items:center!important;gap:13px!important;min-height:48px!important;color:#26342d!important;font-size:18px!important;font-weight:500!important;text-decoration:none!important}
.mobile-drawer-quick-card a:hover{color:var(--green)!important}
.mobile-drawer-quick-card span{display:grid!important;place-items:center!important;flex:0 0 31px!important;width:31px!important;height:31px!important;color:var(--green)!important}
.mobile-drawer-quick-card svg{display:block!important;width:29px!important;height:29px!important;fill:none!important;stroke:currentColor!important;stroke-width:1.8!important;stroke-linecap:round!important;stroke-linejoin:round!important}
.mobile-drawer-actions{display:none!important}
}

/* Mobile search sheet */
.mobile-search-overlay{position:fixed;z-index:240;inset:0;background:rgba(0,0,0,.55);opacity:0;visibility:hidden;transition:opacity .22s ease,visibility .22s ease}
.mobile-search-overlay.open{opacity:1;visibility:visible}
.mobile-search-panel{position:fixed;z-index:241;top:0;left:0;right:0;display:grid;gap:0;background:#fff;box-shadow:0 10px 28px rgba(0,0,0,.16);transform:translateY(-105%);transition:transform .28s cubic-bezier(.22,.8,.25,1)}
.mobile-search-panel.open{transform:translateY(0)}
.mobile-search-head{display:flex;align-items:center;justify-content:space-between;min-height:42px;padding:0 14px;border-bottom:1px solid #e7ece9}
.mobile-search-head strong{color:var(--ink);font-size:15px}
.mobile-search-head button{display:grid;place-items:center;width:30px;height:30px;border:0;border-radius:50%;background:#eef7f1;color:var(--green);font-size:24px;line-height:1;cursor:pointer}
.mobile-search-form{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:10px;padding:12px 14px}
.mobile-search-form input{width:100%;height:42px;border:1px solid #dfe6e2;border-radius:3px;padding:0 12px;color:var(--ink);font-size:14px;outline:0}
.mobile-search-form input:focus{border-color:var(--green);box-shadow:0 0 0 2px rgba(31,106,67,.14)}
.mobile-search-form button{display:grid;place-items:center;width:44px;height:42px;border:0;border-radius:4px;background:var(--green);color:#fff;cursor:pointer}
.mobile-search-form button svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}
.mobile-search-active{overflow:hidden}
@media(max-width:720px){
.mobile-search-overlay{z-index:20400}
.mobile-search-panel{z-index:20410}
}

/* Flash Sale + Top Selling responsive carousels */
.product-section-carousel{position:relative;padding:0 42px}
.product-section-carousel .flash-sale-row,
.product-section-carousel .top-selling-grid{display:flex!important;grid-template-columns:none!important;gap:16px!important;overflow-x:auto!important;overflow-y:hidden!important;scroll-behavior:smooth;scroll-snap-type:x proximity!important;scrollbar-width:none!important;touch-action:pan-y;overscroll-behavior-inline:contain;cursor:grab;-webkit-overflow-scrolling:touch;padding:3px 1px 10px!important}
.product-section-carousel .flash-sale-row::-webkit-scrollbar,
.product-section-carousel .top-selling-grid::-webkit-scrollbar{display:none}
.product-section-carousel .flash-sale-row.is-dragging,
.product-section-carousel .top-selling-grid.is-dragging{cursor:grabbing;scroll-behavior:auto}
.product-section-carousel .flash-sale-card,
.product-section-carousel .top-selling-card{flex:0 0 calc((100% - 32px)/3)!important;min-width:0!important;scroll-snap-align:start}
.flash-sale-arrow,
.top-selling-arrow{position:absolute;top:50%;z-index:3;display:grid!important;place-items:center;width:34px;height:34px;border:1px solid var(--green)!important;border-radius:50%;background:#fff!important;color:var(--green)!important;font-size:25px;line-height:1;transform:translateY(-50%);cursor:pointer;box-shadow:0 4px 14px rgba(8,35,23,.14)}
.flash-sale-arrow:hover,
.top-selling-arrow:hover{background:var(--green)!important;color:#fff!important}
.flash-sale-prev,
.top-selling-prev{left:0}
.flash-sale-next,
.top-selling-next{right:0}
.flash-sale-arrow:disabled,
.top-selling-arrow:disabled{opacity:.38;cursor:not-allowed;pointer-events:none}
.product-carousel-pagination{display:flex;justify-content:center;gap:7px;margin-top:10px}
.product-carousel-pagination button{width:8px;height:8px;padding:0;border:0;border-radius:50%;background:rgba(31,102,66,.25);cursor:pointer;transition:width .2s ease,background .2s ease}
.flash-sale-section .product-carousel-pagination button{background:rgba(255,255,255,.45)}
.product-carousel-pagination button.active{width:19px;background:var(--green)}
.flash-sale-section .product-carousel-pagination button.active{background:#fff}
@media(min-width:721px) and (max-width:1100px){
.home .product-section-carousel .flash-sale-row,
.home .product-section-carousel .top-selling-grid{grid-template-columns:none!important;gap:14px!important;overflow-x:auto!important}
.home .product-section-carousel .flash-sale-card,
.home .product-section-carousel .top-selling-card{flex-basis:calc((100% - 14px)/2)!important}
.home .product-section-carousel .flash-sale-card{grid-template-columns:132px minmax(0,1fr)!important;text-align:left!important}
.home .product-section-carousel .top-selling-card{grid-template-columns:132px minmax(0,1fr)!important;text-align:left!important}
}
@media(max-width:720px){
.product-section-carousel{padding:0!important}
.product-section-carousel .flash-sale-row,
.product-section-carousel .top-selling-grid{gap:10px!important;padding:3px 0 9px!important}
.product-section-carousel .flash-sale-card,
.product-section-carousel .top-selling-card{flex-basis:66.666%!important}
.product-section-carousel .flash-sale-card{grid-template-columns:92px minmax(0,1fr)!important;text-align:left!important}
.product-section-carousel .top-selling-card{grid-template-columns:1fr!important;text-align:center!important}
.flash-sale-arrow,
.top-selling-arrow{top:50%!important;width:29px;height:29px;font-size:22px;background:#fff!important;box-shadow:0 3px 12px rgba(8,35,23,.18)}
.flash-sale-prev,
.top-selling-prev{left:8px!important}
.flash-sale-next,
.top-selling-next{right:8px!important}
}
@media(max-width:430px){
.product-section-carousel{padding:0!important}
.product-section-carousel .flash-sale-card,
.product-section-carousel .top-selling-card{flex-basis:68%!important}
.product-section-carousel .flash-sale-card{grid-template-columns:86px minmax(0,1fr)!important;padding:12px!important}
.product-section-carousel .flash-sale-image img{width:86px!important;height:86px!important}
}

@media (min-width:561px) and (max-width:900px){
  .single-product form.cart{grid-template-columns:160px minmax(0,1fr) minmax(0,1fr)!important;gap:10px!important;align-items:stretch!important}
  .single-product form.cart .quantity{grid-column:auto!important;width:160px!important}
  .single-product form.cart .single_add_to_cart_button,.single-product form.cart .single-buy-now{grid-column:auto!important;width:100%!important}
}

.is-continuous-carousel .flash-sale-row,
.is-continuous-carousel .top-selling-grid{scroll-snap-type:none!important}

/* Tablet carousel card cleanup */
.top-selling-actions .buy-now::before{display:none!important;content:none!important}
@media(min-width:721px) and (max-width:1100px){
.home .product-section-carousel{padding:0 46px!important}
.home .product-section-carousel .flash-sale-row,
.home .product-section-carousel .top-selling-grid{gap:18px!important}
.home .product-section-carousel .flash-sale-card,
.home .product-section-carousel .top-selling-card{flex-basis:calc((100% - 18px)/2)!important;min-height:196px!important;border-radius:9px!important}
.home .product-section-carousel .flash-sale-card{grid-template-columns:138px minmax(0,1fr)!important;gap:16px!important;padding:18px 20px!important}
.home .product-section-carousel .flash-sale-image img{width:126px!important;height:126px!important}
.home .product-section-carousel .flash-sale-copy h3{font-size:16px!important;line-height:1.32!important;margin-bottom:6px!important}
.home .product-section-carousel .flash-sale-copy .price{font-size:15px!important;margin-bottom:12px!important}
.home .product-section-carousel .flash-sale-actions{display:flex!important;gap:8px!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:wrap!important}
.home .product-section-carousel .flash-sale-actions .button{min-width:92px!important;min-height:36px!important;padding:0 11px!important;font-size:11px!important}
.home .product-section-carousel .top-selling-card{grid-template-columns:140px minmax(0,1fr)!important;gap:16px!important;padding:18px 16px!important;text-align:left!important}
.home .product-section-carousel .top-selling-image{height:142px!important}
.home .product-section-carousel .top-selling-image img{height:130px!important}
.home .product-section-carousel .top-selling-copy h3{font-size:16px!important;line-height:1.32!important;min-height:0!important;margin-bottom:6px!important}
.home .product-section-carousel .top-selling-copy .price{font-size:15px!important;margin-bottom:10px!important}
.home .product-section-carousel .top-selling-actions{display:grid!important;grid-template-columns:1fr 1fr!important;gap:7px!important;align-items:stretch!important;justify-content:stretch!important;width:100%!important}
.home .product-section-carousel .top-selling-actions .button{width:100%!important;min-width:0!important;min-height:34px!important;height:34px!important;padding:0 8px!important;font-size:10.5px!important;white-space:nowrap!important}
.home .product-section-carousel .top-selling-actions .button::before{font-size:10px!important;margin-right:3px!important}
.home .product-section-carousel .top-selling-actions .buy-now::before{display:none!important;content:none!important}
}

/* Simple checkout and thank-you flow */
.woocommerce-checkout .page-header,
.woocommerce-order-received .page-header{background:#f4f8f5!important;border-bottom:1px solid #dfe8e3!important;margin-bottom:0!important}
.woocommerce-checkout .page-header h1,
.woocommerce-order-received .page-header h1{color:#13251d}
.woocommerce-checkout .content-wrap,
.woocommerce-order-received .content-wrap{background:linear-gradient(180deg,#f8fbf9 0,#fff 48%)}
.woocommerce-checkout .entry-content,
.woocommerce-order-received .entry-content{max-width:1180px;margin-inline:auto}
.ffb-checkout-intro{margin:0 auto 22px;padding:22px 24px;border:1px solid #dce8e1;border-left:5px solid var(--green);border-radius:12px;background:#fff;box-shadow:0 10px 28px rgba(21,75,49,.07)}
.ffb-checkout-intro span{display:inline-block;margin-bottom:7px;color:var(--green);font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.ffb-checkout-intro h2{margin:0 0 7px;color:#13251d;font-size:26px;line-height:1.2}
.ffb-checkout-intro p{margin:0;color:#607269;font-size:14px;line-height:1.55}
.woocommerce-checkout form.checkout{grid-template-columns:minmax(0,1fr) 390px!important;gap:24px!important}
.ffb-checkout-card-title{display:flex;align-items:center;gap:10px;margin:0 0 10px;color:#13251d}
.ffb-checkout-card-title span{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:var(--green);color:#fff;font-size:13px;font-weight:900}
.ffb-checkout-card-title strong{font-size:18px}
.ffb-order-title{grid-column:2;grid-row:1}
.woocommerce-checkout #customer_details{grid-column:1!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields{padding:22px!important;border:1px solid #dce8e1!important;border-radius:12px!important;background:#fff!important;box-shadow:0 10px 28px rgba(21,75,49,.07)!important}
.woocommerce-checkout .woocommerce-additional-fields{margin-top:14px}
.woocommerce-checkout .woocommerce-billing-fields h3,
.woocommerce-checkout .woocommerce-additional-fields h3{display:none}
.woocommerce-checkout .woocommerce-billing-fields__field-wrapper::after{content:"";display:block;clear:both}
.woocommerce-checkout .ffb-hidden-checkout-field{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.woocommerce-checkout label{font-size:12px!important;letter-spacing:0!important;text-transform:none}
.woocommerce-checkout abbr.required{color:var(--green)!important;text-decoration:none!important}
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-selection{min-height:48px!important;border-color:#d4ded8!important;border-radius:7px!important;padding:0 13px!important;font-size:14px!important}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__rendered{line-height:46px!important;padding-left:0!important;color:#13251d!important}
.woocommerce-checkout .select2-container .select2-selection--single .select2-selection__arrow{height:46px!important}
.woocommerce-checkout textarea{padding-top:12px!important}
.woocommerce-checkout #order_review_heading{display:none!important}
.woocommerce-checkout .woocommerce-checkout-review-order{grid-column:2!important;grid-row:2 / span 2;top:90px!important;padding:18px!important;border:1px solid #dce8e1!important;border-radius:12px!important;background:#fff!important;box-shadow:0 10px 28px rgba(21,75,49,.09)!important}
.woocommerce-checkout .woocommerce-checkout-review-order-table thead{display:none}
.woocommerce-checkout table.shop_table th,
.woocommerce-checkout table.shop_table td{padding:12px 0!important;font-size:14px!important}
.woocommerce-checkout table.shop_table .product-name{font-weight:700;color:#13251d}
.woocommerce-checkout table.shop_table .product-total,
.woocommerce-checkout table.shop_table tfoot td{text-align:right;color:#13251d}
.woocommerce-checkout table.shop_table tfoot tr.order-total th,
.woocommerce-checkout table.shop_table tfoot tr.order-total td{font-size:17px!important;color:var(--green)!important}
.woocommerce-checkout #payment{margin-top:14px;border:1px solid #dce8e1;border-radius:10px!important;background:#f6faf7!important}
.woocommerce-checkout #payment ul.payment_methods{padding:13px 14px!important}
.woocommerce-checkout #payment ul.payment_methods li{line-height:1.5}
.woocommerce-checkout #payment div.payment_box{margin:10px 0 0!important;border-radius:8px!important;background:#fff!important;color:#586961!important}
.woocommerce-checkout #payment div.payment_box::before{border-bottom-color:#fff!important}
.woocommerce-checkout #payment div.form-row{padding:14px!important}
.woocommerce-checkout #place_order{min-height:52px!important;border-radius:7px!important;font-size:15px!important;letter-spacing:0!important}
.ffb-checkout-help{margin-top:12px;padding:11px 12px;border-radius:8px;background:#eef7f1;color:#465a50;font-size:13px;text-align:center}
.ffb-checkout-help a{color:var(--green);font-weight:900}
.woocommerce-order-received .woocommerce-order{display:grid;gap:18px}
.woocommerce-order-received .woocommerce-thankyou-order-received{position:relative;margin:0!important;padding:24px 24px 24px 64px!important;border:1px solid #dce8e1!important;border-left:5px solid var(--green)!important;border-radius:12px!important;background:#fff!important;box-shadow:0 10px 28px rgba(21,75,49,.08)!important}
.woocommerce-order-received .woocommerce-thankyou-order-received::before{content:"✓";position:absolute;left:22px;top:22px;display:grid;place-items:center;width:30px;height:30px;border-radius:50%;background:var(--green);color:#fff;font-weight:900}
.woocommerce-order-received .woocommerce-order-overview{grid-template-columns:repeat(4,minmax(0,1fr))!important;margin:0!important;border:1px solid #dce8e1!important;border-radius:12px!important;background:#fff!important;box-shadow:0 10px 28px rgba(21,75,49,.07)!important}
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details{margin-top:0!important;border-radius:12px!important;background:#fff!important}
.ffb-thankyou-actions{display:flex;flex-wrap:wrap;gap:10px;margin:4px 0 0}
.ffb-thankyou-actions .button{display:inline-flex!important;align-items:center;justify-content:center;min-height:44px!important;padding:0 18px!important;border-radius:7px!important}
@media(max-width:900px){
.woocommerce-checkout form.checkout{grid-template-columns:1fr!important}
.ffb-order-title,
.woocommerce-checkout .woocommerce-checkout-review-order{grid-column:1!important;grid-row:auto!important}
.woocommerce-checkout .woocommerce-checkout-review-order{position:static!important}
.woocommerce-order-received .woocommerce-order-overview{grid-template-columns:repeat(2,minmax(0,1fr))!important}
.woocommerce-order-received .woocommerce-order-overview li:nth-child(2){border-right:0}
}
@media(max-width:720px){
.woocommerce-checkout .content-wrap,
.woocommerce-order-received .content-wrap{padding:18px 0 86px!important}
.ffb-checkout-intro{padding:18px 16px;margin-bottom:16px}
.ffb-checkout-intro h2{font-size:22px}
.woocommerce-checkout .woocommerce-billing-fields,
.woocommerce-checkout .woocommerce-additional-fields,
.woocommerce-checkout .woocommerce-checkout-review-order{padding:16px!important}
.woocommerce-checkout .form-row-first,
.woocommerce-checkout .form-row-last{display:block!important;width:100%!important;margin-right:0!important}
.woocommerce-checkout input.input-text,
.woocommerce-checkout textarea,
.woocommerce-checkout select,
.woocommerce-checkout .select2-selection{min-height:46px!important;font-size:13px!important}
.woocommerce-order-received .woocommerce-thankyou-order-received{padding:20px 18px 20px 56px!important;font-size:17px!important}
.woocommerce-order-received .woocommerce-thankyou-order-received::before{left:16px;top:18px}
.woocommerce-order-received .woocommerce-order-overview{grid-template-columns:1fr!important}
.woocommerce-order-received .woocommerce-order-overview li{border-right:0!important;border-bottom:1px solid #dfe8e3}
.woocommerce-order-received .woocommerce-order-overview li:last-child{border-bottom:0}
.ffb-thankyou-actions .button{width:100%}
}

/* Ghorer Bazar-style checkout composition */
.woocommerce-checkout .site-main{background:#f1f3f6!important}
.woocommerce-checkout .page-header{padding:18px 0 17px!important;background:#fff!important;text-align:center!important}
.woocommerce-checkout .page-header .container{display:block!important}
.woocommerce-checkout .page-header h1{margin:0 0 7px!important;font-size:22px!important;line-height:1.2!important}
.woocommerce-checkout .breadcrumb{font-size:12px!important;color:#66736d!important}
.woocommerce-checkout .breadcrumb a{color:#66736d!important}
.woocommerce-checkout .content-wrap{width:min(100% - 170px,1760px)!important;max-width:none!important;margin-left:35px!important;margin-right:auto!important;padding:22px 0 34px!important;background:#f1f3f6!important}
.woocommerce-checkout .entry-content{max-width:none!important}
.woocommerce-checkout .entry-content>.woocommerce{max-width:none!important}
.woocommerce-checkout .ffb-checkout-intro,
.woocommerce-checkout .woocommerce-form-login-toggle,
.woocommerce-checkout .woocommerce-form-coupon-toggle,
.woocommerce-checkout form.checkout_coupon,
.woocommerce-checkout .ffb-checkout-card-title{display:none!important}
.woocommerce-checkout .ffb-simple-checkout{display:grid!important;grid-template-columns:minmax(0,1.35fr) minmax(420px,.95fr)!important;gap:18px!important;align-items:start!important}
.ffb-checkout-login-strip{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:40px;padding:0 14px;border:1px solid #9ba3aa;border-radius:5px;background:#fff;color:#101f19;font-size:13px}
.ffb-checkout-login-actions{display:flex;gap:10px}
.ffb-checkout-login-actions a{display:inline-flex;align-items:center;justify-content:center;min-width:58px;min-height:28px;padding:0 13px;border:1px solid var(--green);border-radius:3px;background:#fff;color:var(--green);font-size:12px;font-weight:700}
.ffb-checkout-login-actions a:last-child{background:var(--green);color:#fff}
.ffb-checkout-left,.ffb-checkout-right{display:grid;gap:16px;min-width:0}
.ffb-checkout-panel{padding:18px 20px!important;border:1px solid #dde3df!important;border-radius:13px!important;background:#fff!important;box-shadow:none!important}
.ffb-checkout-panel h3{position:relative;margin:0 0 16px!important;padding-left:10px;color:#071b14!important;font-size:15px!important;line-height:1.25!important}
.ffb-checkout-panel h3::before{content:"";position:absolute;left:0;top:2px;width:2px;height:17px;border-radius:2px;background:var(--green)}
.ffb-order-review-panel .ffb-checkout-totals-table{display:none!important}
.ffb-checkout-products{display:grid;gap:10px}
.ffb-checkout-product{display:grid;grid-template-columns:48px minmax(0,1fr) auto 28px;align-items:center;gap:12px;min-height:64px}
.ffb-checkout-product-image{display:grid;place-items:center;width:48px;height:48px;border:1px solid #d9e0dc;border-radius:5px;background:#fff;overflow:hidden}
.ffb-checkout-product-image img{display:block;width:42px!important;height:42px!important;object-fit:contain!important;margin:0!important}
.ffb-checkout-product-main{min-width:0}
.ffb-checkout-product-name{display:block;color:#061812;font-size:13px;font-weight:700;line-height:1.35}
.ffb-checkout-product-qty{display:flex;align-items:center;gap:7px;margin-top:6px;color:#061812;font-size:12px}
.checkout-quantity-control{display:inline-grid;grid-template-columns:28px 32px 28px;align-items:center;height:28px;border-radius:14px;background:#f7faf8;overflow:hidden}
.checkout-quantity-control button{display:grid;place-items:center;width:28px;height:28px;padding:0;border:0;background:#fff4ea;color:var(--bronze);font-size:16px;line-height:1;cursor:pointer}
.checkout-quantity-control button:hover{background:var(--bronze);color:#fff}
.checkout-qty-value{display:grid;place-items:center;height:28px;background:#fff;color:#061812;font-size:13px;font-weight:700;line-height:1}
.ffb-checkout-product-price{color:#061812;font-size:13px;white-space:nowrap}
.ffb-checkout-remove{display:grid;place-items:center;width:18px;height:18px;border-radius:3px;background:#ef4754;color:#fff!important;font-size:17px;font-weight:900;line-height:1;text-decoration:none}
.ffb-shipping-address-panel .woocommerce-billing-fields,
.ffb-shipping-address-panel .woocommerce-additional-fields{padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.ffb-shipping-address-panel .woocommerce-additional-fields,
.ffb-shipping-address-panel .woocommerce-account-fields,
.ffb-shipping-address-panel .woocommerce-shipping-fields,
.ffb-shipping-address-panel .woocommerce-billing-fields h3{display:none!important}
.ffb-shipping-address-panel .woocommerce-billing-fields__field-wrapper{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:11px 14px!important}
.woocommerce-checkout .ffb-shipping-address-panel .form-row{margin:0 0 11px!important}
.woocommerce-checkout .ffb-shipping-address-panel .form-row-first,
.woocommerce-checkout .ffb-shipping-address-panel .form-row-last{display:inline-block!important;width:calc(50% - 7px)!important;vertical-align:top!important}
.woocommerce-checkout .ffb-shipping-address-panel .form-row-first{margin-right:10px!important}
.woocommerce-checkout .ffb-shipping-address-panel .woocommerce-billing-fields__field-wrapper .form-row{display:block!important;width:100%!important;margin:0!important}
.woocommerce-checkout #billing_first_name_field{order:1!important;grid-column:1!important}
.woocommerce-checkout #billing_phone_field{order:2!important;grid-column:2!important}
.woocommerce-checkout #billing_email_field{order:3!important;grid-column:1/-1!important}
.woocommerce-checkout #billing_address_1_field{order:4!important;grid-column:1/-1!important}
.woocommerce-checkout #billing_state_field{order:5!important;grid-column:1!important}
.woocommerce-checkout #billing_city_field{order:6!important;grid-column:2!important}
.woocommerce-checkout #billing_last_name_field,
.woocommerce-checkout #billing_country_field{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important;clip-path:inset(50%)!important;white-space:nowrap!important}
.woocommerce-checkout .ffb-shipping-address-panel label{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important}
.woocommerce-checkout .ffb-shipping-address-panel input.input-text,
.woocommerce-checkout .ffb-shipping-address-panel select,
.woocommerce-checkout .ffb-shipping-address-panel .select2-selection{height:40px!important;min-height:40px!important;border:1px solid #aeb7b1!important;border-radius:5px!important;background:#fff!important;font-size:13px!important}
.woocommerce-checkout .ffb-shipping-address-panel .select2-container .select2-selection--single .select2-selection__rendered{line-height:38px!important}
.woocommerce-checkout .ffb-shipping-address-panel .select2-container .select2-selection--single .select2-selection__arrow{height:38px!important}
.ffb-billing-toggle-panel{display:block!important;min-height:62px;padding-top:0!important;padding-bottom:0!important}
.ffb-billing-different-toggle{display:flex!important;align-items:center;justify-content:space-between;gap:16px;min-height:62px;margin:0!important;color:#061812;font-size:15px;font-weight:800;cursor:pointer}
.ffb-billing-different-toggle input{position:absolute;opacity:0;pointer-events:none}
.ffb-billing-different-toggle i{position:relative;display:block;width:17px;height:17px;flex:0 0 17px;border:1px solid var(--green);border-radius:50%}
.ffb-billing-different-toggle input:checked+i{background:var(--green)}
.ffb-billing-different-toggle input:checked+i::after{content:"";position:absolute;left:5px;top:2px;width:5px;height:9px;border:solid #fff;border-width:0 2px 2px 0;transform:rotate(45deg)}
.ffb-billing-different-fields{display:none;grid-template-columns:repeat(2,minmax(0,1fr));gap:11px 14px;padding:2px 0 14px}
.ffb-billing-toggle-panel.is-open .ffb-billing-different-fields{display:grid}
.ffb-billing-different-fields .form-row{display:block!important;width:100%!important;margin:0!important}
.ffb-billing-different-fields .form-row-wide{grid-column:1/-1}
.ffb-billing-different-fields label{position:absolute!important;width:1px!important;height:1px!important;overflow:hidden!important;clip:rect(0 0 0 0)!important}
.ffb-billing-different-fields input.input-text{width:100%!important;height:40px!important;min-height:40px!important;border:1px solid #aeb7b1!important;border-radius:5px!important;background:#fff!important;font-size:13px!important}
.ffb-payment-panel{display:flex!important;flex-direction:column!important;gap:14px!important;padding:0!important;border:0!important;background:transparent!important}
.ffb-payment-panel>h3{margin:0!important;padding:18px 20px 0!important;border:1px solid #dde3df!important;border-bottom:0!important;border-radius:13px 13px 0 0!important;background:#fff!important}
.ffb-payment-panel .woocommerce-checkout-review-order{position:static!important;display:flex!important;flex-direction:column!important;gap:14px!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;box-shadow:none!important}
.ffb-payment-panel .ffb-checkout-products{display:none!important}
.ffb-payment-panel #payment{order:1;margin:-14px 0 0!important;padding:0;border:1px solid #dde3df!important;border-top:0!important;border-radius:0 0 13px 13px!important;background:#fff!important}
.ffb-payment-panel #payment ul.payment_methods{display:grid!important;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px!important;padding:0 20px 18px!important;border-bottom:0!important}
.ffb-payment-panel #payment ul.payment_methods li{position:relative;margin:0!important;padding:0!important}
.ffb-payment-panel #payment ul.payment_methods li>input{position:absolute;right:10px;top:50%;z-index:2;transform:translateY(-50%);accent-color:var(--green)}
.ffb-payment-panel #payment ul.payment_methods li>label{display:flex!important;align-items:center;min-height:39px;margin:0!important;padding:0 34px 0 12px!important;border:1px solid #aeb7b1;border-radius:5px;background:#fff;color:#0d2119;font-size:12px!important;font-weight:700!important;cursor:pointer}
.ffb-payment-panel #payment ul.payment_methods li>input:checked+label{border-color:var(--green);background:#eef7f1}
.ffb-payment-panel #payment div.payment_box{grid-column:1/-1;margin:8px 0 0!important;padding:10px!important;font-size:12px!important}
.ffb-payment-panel .ffb-checkout-totals-table{order:3;display:table!important;margin:0!important;padding:0 10px!important;border:1px solid #dde3df!important;border-radius:13px!important;background:#fff!important;box-shadow:none!important;overflow:hidden}
.ffb-payment-panel .ffb-checkout-totals-table tbody{display:none!important}
.ffb-payment-panel table.shop_table th,
.ffb-payment-panel table.shop_table td{padding:11px 12px!important;border:0!important;color:#394a42!important;font-size:13px!important;font-weight:500!important}
.ffb-payment-panel table.shop_table td{text-align:right!important}
.ffb-payment-panel table.shop_table tr.order-total th,
.ffb-payment-panel table.shop_table tr.order-total td{padding-top:16px!important;color:#061812!important;font-size:15px!important;font-weight:900!important}
.ffb-coupon-panel{order:2!important}
.ffb-coupon-panel h3{margin-bottom:14px!important}
.ffb-coupon-row{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px}
.ffb-coupon-row input{width:100%;height:38px;border:1px solid #d7ded9;border-radius:5px;padding:0 12px;font-size:12px}
.ffb-coupon-row .button{min-height:38px!important;padding:0 14px!important;border-radius:4px!important;font-size:12px!important;background:var(--green)!important}
.ffb-special-note-panel{order:4;min-height:132px!important}
.ffb-special-note-panel h3 small{font-size:11px;font-weight:600;color:#66736d}
.ffb-special-note-panel .form-row{margin:0!important}
.ffb-special-note-panel label{display:none!important}
.ffb-special-note-panel textarea{width:100%;min-height:52px!important;border:1px solid #aeb7b1!important;border-radius:5px!important;background:#fff!important;font-size:13px!important}
.ffb-payment-panel .place-order,
.ffb-final-place-order{order:5;margin:0!important;padding:0!important;background:transparent!important}
.ffb-payment-panel .woocommerce-terms-and-conditions-wrapper{margin:2px 0 12px;color:#4e6258;font-size:12px;line-height:1.5}
.ffb-payment-panel .woocommerce-terms-and-conditions-checkbox-text a{color:var(--green)!important}
.ffb-payment-panel #place_order{width:100%;min-height:42px!important;border-radius:3px!important;background:var(--green)!important;color:#fff!important;font-size:12px!important;text-transform:uppercase!important}
.ffb-payment-panel .woocommerce-terms-and-conditions-wrapper{
  order:4!important;
  margin:0 0 12px!important;
  padding:0!important;
  color:#40534a!important;
  font-size:12px!important;
  line-height:1.45!important;
}
.ffb-payment-panel .woocommerce-terms-and-conditions-wrapper p,
.ffb-payment-panel .woocommerce-terms-and-conditions-wrapper .form-row{
  margin:0!important;
  padding:0!important;
}
.ffb-payment-panel .woocommerce-terms-and-conditions-wrapper label.checkbox{
  display:flex!important;
  align-items:flex-start!important;
  gap:8px!important;
  margin:0!important;
  color:#40534a!important;
  font-size:12px!important;
  line-height:1.45!important;
  cursor:pointer!important;
}
.ffb-payment-panel .woocommerce-terms-and-conditions-checkbox-text{
  display:inline!important;
  font-weight:500!important;
}
.ffb-payment-panel .woocommerce-terms-and-conditions-checkbox-text input,
.ffb-payment-panel input#terms{
  position:static!important;
  display:inline-block!important;
  flex:0 0 16px!important;
  width:16px!important;
  height:16px!important;
  margin:1px 0 0!important;
  opacity:1!important;
  accent-color:var(--green)!important;
}
.ffb-payment-panel .woocommerce-terms-and-conditions-checkbox-text a{
  color:var(--green)!important;
  font-weight:800!important;
  text-decoration:none!important;
}
.ffb-payment-panel .woocommerce-terms-and-conditions-checkbox-text a:hover{
  text-decoration:underline!important;
}
.ffb-payment-panel #place_order:disabled,
.ffb-payment-panel #place_order.is-disabled{
  cursor:not-allowed!important;
  opacity:.55!important;
  background:#8da093!important;
}
.ffb-checkout-help{order:6;margin:0!important;border:1px solid #dce8e1;background:#fff!important}
.ffb-payment-panel::after{display:none!important;content:none!important}
@media(max-width:1024px){
.woocommerce-checkout .content-wrap{width:min(100% - 96px,1180px)!important;margin-left:18px!important}
.woocommerce-checkout .ffb-simple-checkout{grid-template-columns:1fr!important}
.ffb-checkout-login-strip,.ffb-checkout-left,.ffb-checkout-right{grid-column:1!important}
}
@media(max-width:720px){
.woocommerce-checkout .page-header{padding:13px 0!important}
.woocommerce-checkout .page-header h1{font-size:19px!important}
.woocommerce-checkout .content-wrap{width:min(100% - 14px,1180px)!important;margin-inline:auto!important;padding-bottom:86px!important}
.ffb-checkout-login-strip{display:grid;grid-template-columns:1fr;gap:8px;padding:10px;font-size:12px}
.ffb-checkout-login-actions{justify-content:flex-start}
.ffb-checkout-panel{padding:14px 12px!important;border-radius:9px!important}
.ffb-checkout-product{grid-template-columns:44px minmax(0,1fr) auto 24px;gap:8px}
.ffb-checkout-product-image{width:44px;height:44px}
.ffb-checkout-product-price{font-size:12px}
.checkout-quantity-control{grid-template-columns:26px 30px 26px;height:26px}
.checkout-quantity-control button{width:26px;height:26px}
.checkout-qty-value{height:26px}
.woocommerce-checkout .ffb-shipping-address-panel .form-row-first,
.woocommerce-checkout .ffb-shipping-address-panel .form-row-last{display:block!important;width:100%!important;margin-right:0!important}
.ffb-shipping-address-panel .woocommerce-billing-fields__field-wrapper{grid-template-columns:1fr!important}
.woocommerce-checkout #billing_first_name_field,
.woocommerce-checkout #billing_phone_field,
.woocommerce-checkout #billing_email_field,
.woocommerce-checkout #billing_address_1_field,
.woocommerce-checkout #billing_state_field,
.woocommerce-checkout #billing_city_field{grid-column:1!important}
.ffb-payment-panel #payment ul.payment_methods{grid-template-columns:1fr!important;padding-inline:12px!important}
.ffb-payment-panel>h3{padding:14px 12px 0!important}
.ffb-coupon-row{grid-template-columns:1fr}
.ffb-billing-different-fields{grid-template-columns:1fr}
}
@media(min-width:721px) and (max-width:860px){
.home .product-section-carousel .flash-sale-card,
.home .product-section-carousel .top-selling-card{grid-template-columns:1fr!important;text-align:center!important;padding:17px 16px!important}
.home .product-section-carousel .flash-sale-image img{margin-inline:auto!important}
.home .product-section-carousel .flash-sale-actions{justify-content:center!important}
.home .product-section-carousel .top-selling-actions{grid-template-columns:1fr!important}
}

/* Mobile Flash Sale should match Top Selling card rhythm */
@media(max-width:720px){
.home .product-section-carousel .flash-sale-card{display:grid!important;grid-template-columns:1fr!important;align-content:start!important;gap:9px!important;min-height:0!important;padding:14px 10px!important;text-align:center!important}
.home .product-section-carousel .flash-sale-image{display:grid!important;place-items:center!important;width:100%!important;height:124px!important;overflow:hidden!important}
.home .product-section-carousel .flash-sale-image img{display:block!important;width:100%!important;max-width:132px!important;height:112px!important;margin:0 auto!important;object-fit:contain!important}
.home .product-section-carousel .flash-sale-copy{display:grid!important;justify-items:center!important;min-width:0!important}
.home .product-section-carousel .flash-sale-copy h3{min-height:38px!important;margin:0 0 5px!important;font-size:13px!important;line-height:1.25!important;text-align:center!important}
.home .product-section-carousel .flash-sale-copy .price{margin:0 0 10px!important;font-size:14px!important;text-align:center!important}
.home .product-section-carousel .flash-sale-actions{display:grid!important;grid-template-columns:1fr!important;gap:6px!important;justify-content:stretch!important;width:100%!important}
.home .product-section-carousel .flash-sale-actions .button{width:100%!important;min-width:0!important;min-height:34px!important;height:34px!important;padding:0 8px!important;font-size:11px!important;line-height:1!important}
}
@media(max-width:430px){
.home .product-section-carousel .flash-sale-image{height:118px!important}
.home .product-section-carousel .flash-sale-image img{max-width:124px!important;height:106px!important}
}

/* Mobile: show two Flash Sale / Top Selling cards and let arrows sit over them */
@media(max-width:720px){
.home .product-section-carousel .flash-sale-row,
.home .product-section-carousel .top-selling-grid{gap:10px!important;padding-inline:0!important}
.home .product-section-carousel .flash-sale-card,
.home .product-section-carousel .top-selling-card{flex:0 0 calc((100% - 10px)/2)!important;min-width:0!important}
.home .product-section-carousel .flash-sale-card,
.home .product-section-carousel .top-selling-card{padding:13px 9px!important;border-radius:8px!important}
.home .product-section-carousel .flash-sale-image,
.home .product-section-carousel .top-selling-image{height:112px!important}
.home .product-section-carousel .flash-sale-image img,
.home .product-section-carousel .top-selling-image img{max-width:118px!important;height:102px!important}
.home .product-section-carousel .flash-sale-copy h3,
.home .product-section-carousel .top-selling-copy h3{min-height:36px!important;font-size:12.5px!important;line-height:1.24!important}
.home .product-section-carousel .flash-sale-copy .price,
.home .product-section-carousel .top-selling-copy .price{font-size:13.5px!important;margin-bottom:9px!important}
.home .product-section-carousel .flash-sale-actions .button,
.home .product-section-carousel .top-selling-actions .button{height:32px!important;min-height:32px!important;font-size:10.5px!important}
.home .flash-sale-prev,
.home .top-selling-prev{left:6px!important}
.home .flash-sale-next,
.home .top-selling-next{right:6px!important}
}
@media(max-width:360px){
.home .product-section-carousel .flash-sale-row,
.home .product-section-carousel .top-selling-grid{gap:8px!important}
.home .product-section-carousel .flash-sale-card,
.home .product-section-carousel .top-selling-card{flex-basis:calc((100% - 8px)/2)!important;padding:11px 7px!important}
.home .product-section-carousel .flash-sale-image,
.home .product-section-carousel .top-selling-image{height:98px!important}
.home .product-section-carousel .flash-sale-image img,
.home .product-section-carousel .top-selling-image img{max-width:104px!important;height:90px!important}
.home .product-section-carousel .flash-sale-copy h3,
.home .product-section-carousel .top-selling-copy h3{font-size:11.5px!important}
.home .product-section-carousel .flash-sale-actions .button,
.home .product-section-carousel .top-selling-actions .button{height:30px!important;min-height:30px!important;font-size:9.8px!important}
}

/* Refresh Food brand-color cleanup */
.category-menu a:hover{background:#eef7f1!important;color:var(--green)!important}
.mobile-search-head button:hover,
.mobile-search-form button:hover{background:var(--green-dark)!important;color:#fff!important}
.mobile-drawer-submenu-toggle:focus-visible,
.mobile-search-form input:focus{outline:0!important;border-color:var(--green)!important;box-shadow:0 0 0 2px rgba(31,106,67,.14)!important}
.site-header .cart-action .cart-count,
.mobile-bottom-cart .cart-count,
.floating-cart{background:var(--green)!important}

/* Desktop: product carousels don't need arrows */
@media(min-width:1101px){
.home .flash-sale-carousel.product-section-carousel,
.home .top-selling-carousel.product-section-carousel{padding:0!important}
.home .flash-sale-carousel .flash-sale-arrow,
.home .top-selling-carousel .top-selling-arrow{display:none!important}
.home .product-section-carousel .top-selling-card{flex-basis:calc((100% - 36px)/3)!important;grid-template-columns:145px minmax(0,1fr)!important;gap:20px!important;padding:24px 28px!important}
.home .product-section-carousel .top-selling-actions{display:flex!important;flex-wrap:nowrap!important;gap:10px!important;align-items:center!important;justify-content:flex-start!important;width:100%!important}
.home .product-section-carousel .top-selling-actions .button{width:auto!important;min-width:128px!important;height:40px!important;min-height:40px!important;padding:0 13px!important;font-size:12px!important;white-space:nowrap!important;line-height:1!important}
.home .product-section-carousel .top-selling-actions .buy-now{min-width:118px!important}
.home .product-section-carousel .top-selling-actions .buy-now::before{display:none!important;content:none!important}
}

/* Single product: keep desktop, laptop and tablet action buttons evenly aligned */
@media(min-width:561px){
.single-product form.cart{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:14px 12px!important;
  align-items:stretch!important;
  width:100%!important;
  max-width:620px!important;
  margin:22px 0 14px!important;
}
.single-product form.cart::before,
.single-product form.cart::after{display:none!important;content:none!important}
.single-product form.cart .quantity{
  grid-column:1/-1!important;
  display:grid!important;
  grid-template-columns:44px 68px 44px!important;
  width:156px!important;
  height:48px!important;
  margin:0!important;
}
.single-product form.cart .quantity .qty{
  width:68px!important;
  height:48px!important;
  min-height:48px!important;
  padding:0!important;
  text-align:center!important;
  border-radius:0!important;
}
.single-product form.cart .quantity button{
  width:44px!important;
  height:48px!important;
  min-height:48px!important;
  padding:0!important;
}
.single-product form.cart .single_add_to_cart_button,
.single-product form.cart .single-buy-now{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-width:0!important;
  height:48px!important;
  min-height:48px!important;
  margin:0!important;
  padding:0 18px!important;
  border-radius:7px!important;
  font-size:14px!important;
  line-height:1!important;
  white-space:nowrap!important;
}
.single-product .product-contact-actions{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:12px!important;
  width:100%!important;
  max-width:620px!important;
  margin:14px 0 14px!important;
}
.single-product .product-contact-actions a{
  width:100%!important;
  min-height:48px!important;
  height:48px!important;
  border-radius:7px!important;
  font-size:14px!important;
  line-height:1!important;
}
}

@media(min-width:561px) and (max-width:900px){
.single-product form.cart{
  max-width:100%!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:10px!important;
}
.single-product form.cart .quantity{
  width:150px!important;
  grid-template-columns:42px 66px 42px!important;
}
.single-product .product-contact-actions{max-width:100%!important;gap:10px!important}
}

/* Cart polish and checkout width cleanup */
.woocommerce-cart .site-main{background:#f4f7f5!important}
.woocommerce-cart .content-wrap{width:min(100% - 48px,1180px)!important;max-width:1180px!important;margin-inline:auto!important;padding:28px 0 72px!important}
.woocommerce-cart .entry-content>.woocommerce{display:grid;grid-template-columns:minmax(0,1fr) 360px;gap:22px;align-items:start}
.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-cart .cart_totals{border:1px solid #dfe7e2;border-radius:14px;background:#fff;box-shadow:0 8px 26px rgba(21,75,49,.07);overflow:hidden}
.woocommerce-cart table.shop_table{border:0!important;margin:0!important;border-radius:0!important}
.woocommerce-cart table.cart th{padding:16px 18px!important;background:#f7faf8;color:var(--ink);font-size:13px;text-transform:uppercase;letter-spacing:.04em}
.woocommerce-cart table.cart td{padding:16px 18px!important;border-top:1px solid #edf1ee!important;vertical-align:middle}
.woocommerce-cart table.cart img{width:74px!important;height:74px!important;object-fit:contain;border:1px solid #e1e8e4;border-radius:9px;background:#fff}
.woocommerce-cart table.cart .product-name a{color:var(--ink);font-weight:800;font-size:15px}
.woocommerce-cart table.cart .product-price,
.woocommerce-cart table.cart .product-subtotal{color:var(--bronze);font-weight:800}
.woocommerce-cart table.cart .quantity{display:inline-grid!important;grid-template-columns:36px 54px 36px!important;height:38px!important}
.woocommerce-cart table.cart .quantity .qty{width:54px!important;height:38px!important;padding:0!important;text-align:center!important;border-radius:0!important;border:1px solid #d8e1dc!important}
.woocommerce-cart table.cart .quantity button{width:36px!important;height:38px!important;border:1px solid var(--green)!important;background:#fff!important;color:var(--green)!important;font-size:18px!important}
.woocommerce-cart table.cart .actions{background:#fbfcfb!important}
.woocommerce-cart table.cart .coupon{display:flex!important;gap:8px;align-items:center;max-width:420px}
.woocommerce-cart table.cart .coupon .input-text{width:100%!important;min-height:42px;border:1px solid #d7dfda!important;border-radius:7px!important;padding:0 12px!important}
.woocommerce-cart table.cart .button{min-height:42px!important;border-radius:7px!important}
.woocommerce-cart .cart-collaterals{width:auto!important}
.woocommerce-cart .cart-collaterals .cart_totals{float:none!important;width:100%!important;padding:18px!important}
.woocommerce-cart .cart_totals h2{margin:0 0 14px!important;color:var(--ink);font-size:20px}
.woocommerce-cart .cart_totals table th,
.woocommerce-cart .cart_totals table td{padding:12px 0!important;border-top:1px solid #edf1ee!important}
.woocommerce-cart .cart_totals .shipping,
.woocommerce-cart .cart_totals .woocommerce-shipping-totals{display:none!important}
.woocommerce-cart .wc-proceed-to-checkout{padding:12px 0 0!important}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button{display:flex!important;align-items:center;justify-content:center;width:100%!important;min-height:48px!important;border-radius:8px!important;background:var(--green)!important;font-size:15px!important}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover{background:var(--green-dark)!important}
.woocommerce-checkout .content-wrap{width:min(100% - 48px,1180px)!important;max-width:1180px!important;margin-inline:auto!important;padding:22px 0 34px!important}
@media(max-width:900px){
.woocommerce-cart .entry-content>.woocommerce{grid-template-columns:1fr}
.woocommerce-cart .content-wrap,.woocommerce-checkout .content-wrap{width:min(100% - 24px,1180px)!important}
}
@media(max-width:640px){
.woocommerce-cart .content-wrap{width:min(100% - 14px,1180px)!important;padding-bottom:92px!important}
.woocommerce-cart table.cart th.product-price,
.woocommerce-cart table.cart th.product-subtotal,
.woocommerce-cart table.cart td.product-price,
.woocommerce-cart table.cart td.product-subtotal{display:none!important}
.woocommerce-cart table.cart td{padding:12px 10px!important}
.woocommerce-cart table.cart .coupon{display:grid!important;grid-template-columns:1fr}
}

/* Keep AJAX quantity controls button-sized inside home carousel cards */
@media(min-width:621px){
.home .product-section-carousel .flash-sale-actions .product-quantity-control{
  flex:0 0 96px!important;
  width:96px!important;
  min-width:96px!important;
  height:38px!important;
  min-height:38px!important;
  margin:0!important;
  grid-template-columns:30px minmax(0,1fr) 30px!important;
}
.home .product-section-carousel .top-selling-actions .product-quantity-control{
  width:128px!important;
  min-width:128px!important;
  height:40px!important;
  min-height:40px!important;
  margin:0!important;
  grid-template-columns:34px minmax(0,1fr) 34px!important;
}
.home .product-section-carousel .flash-sale-actions .product-quantity-control button,
.home .product-section-carousel .top-selling-actions .product-quantity-control button{
  display:grid!important;
  place-items:center!important;
  height:100%!important;
  padding:0!important;
  font-size:18px!important;
}
}

/* Homepage single large hero slider */
.home .hero{
  padding:18px 0 22px!important;
  background:#f7f9f8!important;
}
.home .hero .container{
  width:min(100% - 48px,1180px)!important;
}
.home .hero-slider{
  position:relative;
  overflow:hidden;
  touch-action:pan-x pinch-zoom;
  cursor:grab;
  border-radius:12px;
  background:#fff;
  box-shadow:0 10px 28px rgba(21,75,49,.08);
}
.home .hero-slider.is-dragging{cursor:grabbing}
.home .hero-slider-track{
  display:flex;
  width:100%;
  transition:transform .65s cubic-bezier(.22,.8,.25,1);
  will-change:transform;
}
.home .hero-slide{
  display:block;
  flex:0 0 100%;
  width:100%;
}
.home .hero-slide img{
  display:block;
  width:100%;
  height:clamp(260px,32vw,430px)!important;
  aspect-ratio:auto!important;
  object-fit:cover;
}
.home .hero-slider-arrow{
  position:absolute;
  top:50%;
  z-index:2;
  display:grid;
  place-items:center;
  width:42px;
  height:42px;
  border:1px solid rgba(255,255,255,.75);
  border-radius:50%;
  background:rgba(255,255,255,.92);
  color:var(--green);
  font-size:30px;
  line-height:1;
  box-shadow:0 8px 22px rgba(0,0,0,.14);
  transform:translateY(-50%);
  cursor:pointer;
}
.home .hero-slider-prev{left:16px}
.home .hero-slider-next{right:16px}
.home .hero-slider-dots{
  position:absolute;
  left:0;
  right:0;
  bottom:15px;
  z-index:2;
  display:flex;
  justify-content:center;
  gap:8px;
}
.home .hero-slider-dots button{
  width:9px;
  height:9px;
  padding:0;
  border:0;
  border-radius:999px;
  background:rgba(255,255,255,.62);
  box-shadow:0 1px 4px rgba(0,0,0,.18);
  cursor:pointer;
  transition:width .25s ease,background .25s ease;
}
.home .hero-slider-dots button.active{
  width:26px;
  background:var(--green);
}
@media(max-width:900px){
.home .hero .container{width:min(100% - 28px,1180px)!important}
.home .hero-slide img{height:clamp(210px,40vw,330px)!important}
}
@media(max-width:560px){
.home .hero{padding:10px 0 14px!important}
.home .hero .container{width:min(100% - 14px,1180px)!important}
.home .hero-slider{border-radius:8px}
.home .hero-slide img{height:178px!important}
.home .hero-slider-arrow{display:none}
.home .hero-slider-dots{bottom:9px}
}

/* Cart page layout repair */
.woocommerce-cart .entry-content>.woocommerce{
  display:grid!important;
  grid-template-columns:minmax(0,1fr) 360px!important;
  gap:22px!important;
  align-items:start!important;
}
.woocommerce-cart form.woocommerce-cart-form{
  grid-column:1!important;
  grid-row:1!important;
  width:100%!important;
  min-width:0!important;
}
.woocommerce-cart .cart-collaterals{
  grid-column:2!important;
  grid-row:1!important;
  width:100%!important;
  min-width:0!important;
}
.woocommerce-cart .cart-collaterals::before,
.woocommerce-cart .cart-collaterals::after,
.woocommerce-cart .woocommerce::before,
.woocommerce-cart .woocommerce::after{
  display:none!important;
  content:none!important;
}
.woocommerce-cart form.woocommerce-cart-form table.cart{
  width:100%!important;
  max-width:100%!important;
  table-layout:auto!important;
}
.woocommerce-cart table.cart th.product-thumbnail,
.woocommerce-cart table.cart td.product-thumbnail{
  width:92px!important;
}
.woocommerce-cart table.cart th.product-remove,
.woocommerce-cart table.cart td.product-remove{
  width:42px!important;
  text-align:center!important;
}
.woocommerce-cart table.cart th.product-quantity,
.woocommerce-cart table.cart td.product-quantity{
  width:150px!important;
}
.woocommerce-cart table.cart td.actions{
  padding:16px!important;
}
.woocommerce-cart table.cart .coupon{
  display:grid!important;
  grid-template-columns:minmax(220px,1fr) 118px!important;
  gap:12px!important;
  align-items:center!important;
  max-width:460px!important;
}
.woocommerce-cart table.cart .coupon .input-text{
  width:100%!important;
  min-width:0!important;
  height:46px!important;
  min-height:46px!important;
  padding:0 14px!important;
  border-radius:7px!important;
  font-size:15px!important;
}
.woocommerce-cart table.cart .coupon .button{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:118px!important;
  min-width:118px!important;
  height:46px!important;
  min-height:46px!important;
  padding:0 12px!important;
  border-radius:7px!important;
  white-space:normal!important;
  line-height:1.15!important;
  text-align:center!important;
}
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-info:not(.cart-empty),
.single-product .woocommerce-message,
.single-product .woocommerce-info{
  display:none!important;
}
.woocommerce-notices-wrapper:not(:has(.cart-empty)),
.woocommerce-message,
.woocommerce-info:not(.cart-empty),
.woocommerce-error{
  display:none!important;
}
.woocommerce-cart .woocommerce-cart-form:has(.cart-empty){display:block!important;grid-column:1/-1!important;}
.woocommerce-cart .cart-empty.woocommerce-info{
  display:flex!important;align-items:center;justify-content:center;gap:14px;
  min-height:230px;margin:0!important;padding:34px 24px!important;
  border:1px solid var(--line)!important;border-top:4px solid var(--green)!important;
  border-radius:14px!important;background:#fff!important;color:var(--ink)!important;
  font-size:18px;font-weight:600;text-align:center;box-shadow:0 8px 24px rgba(21,75,49,.06);
}
.woocommerce-cart .cart-empty.woocommerce-info::before{color:var(--green)!important;font-size:27px!important;}
.woocommerce-cart .return-to-shop{text-align:center;margin:20px 0 0!important;}
.woocommerce-cart .return-to-shop .button{display:inline-flex!important;align-items:center;justify-content:center;min-height:46px;padding:0 28px;border-radius:7px!important;background:var(--green)!important;color:#fff!important;font-weight:700;}
@media(max-width:720px){.woocommerce-cart .cart-empty.woocommerce-info{min-height:190px;padding:28px 16px!important;font-size:16px;}.woocommerce-cart .return-to-shop .button{width:100%;}}
@media(max-width:980px){
.woocommerce-cart .entry-content>.woocommerce{
  grid-template-columns:1fr!important;
}
.woocommerce-cart form.woocommerce-cart-form,
.woocommerce-cart .cart-collaterals{
  grid-column:1!important;
  grid-row:auto!important;
}
}
@media(max-width:560px){
.woocommerce-cart table.cart .coupon{
  grid-template-columns:1fr!important;
  max-width:none!important;
}
.woocommerce-cart table.cart .coupon .button{
  width:100%!important;
  min-width:0!important;
}
}

/* Homepage product-grid buttons: keep Add To Cart text vertically centered */
.home .products-grid .product-card .product-actions .button.add_to_cart_button,
.home .products-grid .product-card .product-actions .view-product-link{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  height:34px!important;
  padding:0 10px!important;
  line-height:1!important;
}
.home .products-grid .product-card .product-actions .button.add_to_cart_button::before{
  flex:0 0 auto;
}
.product-actions .view-product-link,
.woocommerce ul.products li.product>.view-product-link{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  line-height:1!important;
}

/* Shop/category mobile cards use text-only Add To Cart buttons. */
@media(max-width:720px){
  .woocommerce ul.products li.product>.button.add_to_cart_button::before,
  .products-grid .product-card .product-actions .button.add_to_cart_button::before{
    display:none!important;
    content:none!important;
    width:0!important;
    margin:0!important;
  }
}

/* Top Selling: no cart icon before Add To Cart text */
.top-selling-actions .button.add_to_cart_button::before,
.home .product-section-carousel .top-selling-actions .button.add_to_cart_button::before{
  display:none!important;
  content:none!important;
  margin:0!important;
}

/* Brand-matched product labels */
.sale-badge,
.woocommerce span.onsale,
.top-selling-badge,
.offer-badge,
.product-offer-badge,
.product-flag-offer,
.product-flag-best-selling{
  background:#9a5f2a!important;
  color:#fff!important;
  border-color:#9a5f2a!important;
}
.new-arrival-badge,
.product-new-arrival-badge,
.product-flag-new-arrival,
.product-flag-new{
  background:#eef7f1!important;
  color:var(--green)!important;
  border:1px solid #cfe2d7!important;
}

/* White 5-column footer like the reference storefront */
.site-footer{
  margin-top:44px!important;
  padding:0!important;
  background:transparent!important;
  color:#4d5962!important;
  border-top:1px solid #eef1ef!important;
}
.site-footer .footer-top{
  display:grid!important;
  grid-template-columns:minmax(280px,1.9fr) repeat(4,minmax(140px,1fr))!important;
  gap:48px!important;
  align-items:start!important;
  padding:56px 0 52px!important;
}
.site-footer .footer-brand{
  display:inline-flex!important;
  align-items:center!important;
  margin:0 0 18px!important;
  padding:0!important;
  background:transparent!important;
  border-radius:0!important;
}
.site-footer .footer-brand img{
  width:142px!important;
  height:auto!important;
  max-height:76px!important;
  object-fit:contain!important;
}
.site-footer .footer-about p{
  max-width:470px!important;
  margin:0 0 26px!important;
  color:#4d5962!important;
  font-size:15px!important;
  line-height:1.65!important;
}
.site-footer h3{
  margin:0 0 17px!important;
  color:#061522!important;
  font-size:17px!important;
  line-height:1.25!important;
  font-weight:600!important;
}
.site-footer .footer-links{
  display:grid!important;
  gap:10px!important;
  margin:0!important;
  padding:0!important;
  list-style:none!important;
}
.site-footer .footer-links li{
  margin:0!important;
}
.site-footer .footer-links a{
  color:#4d5962!important;
  font-size:15px!important;
  line-height:1.35!important;
  text-decoration:none!important;
}
.site-footer .footer-links a:hover{
  color:var(--bronze)!important;
}
.site-footer .footer-contact{
  display:grid!important;
  gap:13px!important;
  margin:0 0 34px!important;
}
.site-footer .footer-contact span{
  display:flex!important;
  align-items:center!important;
  gap:10px!important;
  color:#4d5962!important;
  font-size:15px!important;
  line-height:1.35!important;
}
.site-footer .footer-contact svg{
  width:18px!important;
  height:18px!important;
  flex:0 0 18px!important;
  color:#7b8790!important;
  fill:currentColor!important;
}
.site-footer .footer-social{
  display:flex!important;
  align-items:center!important;
  gap:14px!important;
}
.site-footer .footer-social a{
  display:grid!important;
  place-items:center!important;
  width:38px!important;
  height:38px!important;
  border-radius:50%!important;
  background:#faf7f2!important;
  color:#f28a2e!important;
  font-size:18px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
}
.site-footer .footer-social a svg{
  width:18px!important;
  height:18px!important;
  fill:none!important;
  stroke:currentColor!important;
  stroke-width:1.8!important;
  stroke-linecap:round!important;
  stroke-linejoin:round!important;
}
.site-footer .footer-social a:hover{
  background:#f28a2e!important;
  color:#fff!important;
}
.site-footer .footer-bottom,
.site-footer .payment-pills{
  display:none!important;
}
.site-footer .footer-copyright{
  display:block!important;
  border-top:1px solid #eef1ef!important;
  background:#fbfdfb!important;
}
.site-footer .footer-copyright .container{
  display:flex!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:16px!important;
  padding:15px 0!important;
}
.site-footer .footer-copyright p{
  margin:0!important;
  color:#6a756f!important;
  font-size:13px!important;
  line-height:1.5!important;
  text-align:center!important;
}
.site-footer .footer-credit a{
  color:var(--green)!important;
  font-weight:900!important;
  text-decoration:underline!important;
  text-underline-offset:3px!important;
  transition:color .18s ease!important;
}
.site-footer .footer-credit a:hover{
  color:var(--bronze)!important;
  text-decoration-color:var(--bronze)!important;
}
@media(max-width:1100px){
.site-footer .footer-top{
  grid-template-columns:repeat(3,minmax(0,1fr))!important;
  gap:34px!important;
}
.site-footer .footer-about{
  grid-column:1/-1!important;
}
}
@media(max-width:720px){
.site-footer{
  margin-bottom:58px!important;
}
.site-footer .footer-top{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:28px 24px!important;
  padding:28px 0 34px!important;
}
.site-footer .footer-about{grid-column:1/-1!important}
.site-footer .footer-brand{margin-bottom:13px!important}
.site-footer .footer-brand img{width:132px!important;max-height:64px!important}
.site-footer .footer-about p{
  max-width:none!important;
  margin-bottom:22px!important;
  font-size:12px!important;
  line-height:1.65!important;
}
.site-footer .footer-contact{
  gap:10px!important;
  margin-bottom:28px!important;
}
.site-footer .footer-contact span{
  font-size:13px!important;
}
.site-footer .footer-social{
  gap:12px!important;
}
.site-footer .footer-social a{
  width:34px!important;
  height:34px!important;
  font-size:16px!important;
}
.site-footer h3{
  margin-bottom:13px!important;
  font-size:15px!important;
}
.site-footer .footer-links{
  gap:9px!important;
}
.site-footer .footer-links a{
  font-size:12px!important;
  line-height:1.35!important;
}
.site-footer .footer-copyright .container{
  padding:13px 0!important;
}
.site-footer .footer-copyright p{
  font-size:12px!important;
}
.site-footer .footer-copyright .container{
  flex-direction:column!important;
  gap:4px!important;
}
}

/* Checkout footer: visible on desktop, hidden on mobile/tablet only */
@media(max-width:900px){
  body.woocommerce-checkout:not(.woocommerce-order-received) .site-footer{
    display:none!important;
  }
}

/* Cart drawer/mobile cart polish: keep subtotal + checkout visible and use the full phone width */
.cart-drawer{
  display:flex!important;
  flex-direction:column!important;
  height:100vh!important;
  height:100dvh!important;
  overflow:hidden!important;
}
.cart-drawer .cart-drawer-head{
  flex:0 0 auto!important;
}
.cart-drawer .widget_shopping_cart_content{
  display:flex!important;
  flex-direction:column!important;
  height:calc(100vh - 63px)!important;
  min-height:0!important;
  padding:0!important;
}
.cart-drawer .woocommerce-mini-cart{
  order:1!important;
  flex:0 1 auto!important;
  min-height:0!important;
  max-height:calc(100vh - 340px)!important;
  max-height:calc(100dvh - 340px)!important;
  overflow-y:auto!important;
  padding:18px 21px 10px!important;
}
.cart-drawer .woocommerce-mini-cart__total,
.cart-drawer .woocommerce-mini-cart__buttons{
  order:3!important;
  flex:0 0 auto!important;
  background:#fff!important;
  margin-left:0!important;
  margin-right:0!important;
  padding-left:18px!important;
  padding-right:18px!important;
}
.cart-drawer .woocommerce-mini-cart__buttons{order:4!important}
.cart-drawer .woocommerce-mini-cart__buttons{
  position:sticky!important;
  bottom:0!important;
  padding-top:10px!important;
  box-shadow:0 -10px 18px rgba(255,255,255,.92)!important;
}
.cart-drawer .woocommerce-mini-cart__buttons .checkout,
.cart-drawer .woocommerce-mini-cart__buttons .button.checkout{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:48px!important;
  height:48px!important;
  padding:0 18px!important;
  line-height:1!important;
  text-align:center!important;
  text-transform:uppercase!important;
  margin-bottom:20px!important;
}

@media(max-width:720px){
  .woocommerce ul.products li.product>.button.add_to_cart_button,
  .woocommerce ul.products li.product>.product-quantity-control{
    border-color:var(--green)!important;
    color:var(--green)!important;
    font-weight:800!important;
  }
}

/* Product cards show product details only; reviews remain available on the single-product Reviews tab. */
.product-card .star-rating,
.product-card .woocommerce-product-rating,
.product-card .woocommerce-review-link,
.product-card .review-count,
.flash-sale-card .star-rating,
.flash-sale-card .woocommerce-product-rating,
.flash-sale-card .woocommerce-review-link,
.top-selling-card .star-rating,
.top-selling-card .woocommerce-product-rating,
.top-selling-card .woocommerce-review-link,
.cart-related-card .star-rating,
.cart-related-card .woocommerce-product-rating,
.cart-related-card .woocommerce-review-link,
.products-grid .star-rating,
.woocommerce ul.products li.product .star-rating,
.woocommerce ul.products li.product .woocommerce-product-rating,
.woocommerce ul.products li.product .woocommerce-review-link,
.woocommerce ul.products li.product .review-count{
  display:none!important;
}
.cart-related-products{
  display:block!important;
  order:2!important;
  flex:0 0 auto!important;
  margin-top:auto!important;
  padding:12px 18px 14px!important;
  border-top:1px solid #edf1ee!important;
  background:#f7faf8!important;
}
.cart-related-products:empty{display:none!important}
.cart-related-head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:10px;
}
.cart-related-head h3{
  position:relative;
  margin:0;
  padding-bottom:8px;
  color:#061812;
  font-size:16px;
  font-weight:800;
  line-height:1.2;
}
.cart-related-head h3::after{
  content:"";
  position:absolute;
  left:0;
  bottom:0;
  width:42px;
  height:2px;
  background:var(--bronze);
}
.cart-related-controls{
  display:flex;
  gap:7px;
}
.cart-related-controls button{
  display:grid;
  place-items:center;
  width:30px;
  height:30px;
  border:0;
  border-radius:50%;
  background:#ffd9bd;
  color:#fff;
  font-size:25px;
  line-height:1;
  cursor:pointer;
}
.cart-related-controls button:last-child{
  background:var(--bronze);
}
.cart-related-track{
  display:flex;
  gap:10px;
  overflow-x:auto;
  scroll-snap-type:x proximity;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  cursor:grab;
  touch-action:pan-x pinch-zoom;
  user-select:none;
}
.cart-related-track.is-dragging{cursor:grabbing;scroll-snap-type:none}
.cart-related-track::-webkit-scrollbar{display:none}
.cart-related-card{
  display:grid;
  grid-template-columns:70px minmax(0,1fr);
  gap:10px;
  flex:0 0 282px;
  min-height:96px;
  padding:12px;
  border:1px solid #dfe6e2;
  border-radius:12px;
  background:#fff;
  scroll-snap-align:start;
}
.cart-related-image{
  display:grid;
  place-items:center;
  min-width:0;
}
.cart-related-image img{
  width:62px!important;
  height:70px!important;
  object-fit:contain!important;
  margin:0!important;
}
.cart-related-copy{
  display:grid;
  align-content:center;
  gap:4px;
  min-width:0;
}
.cart-related-title{
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
  overflow:hidden;
  color:#061812;
  font-size:12px;
  font-weight:700;
  line-height:1.25;
  text-decoration:none;
}
.cart-related-price{
  color:var(--bronze);
  font-size:12px;
  font-weight:800;
}
.cart-related-add{
  display:inline-flex!important;
  align-items:center;
  justify-content:center;
  width:max-content;
  min-height:24px;
  padding:0 11px!important;
  border-radius:999px!important;
  background:var(--bronze)!important;
  color:#fff!important;
  font-size:12px!important;
  font-weight:800!important;
  line-height:1!important;
  text-decoration:none!important;
}
.cart-related-add:hover{
  background:var(--green)!important;
}
@media(max-width:720px){
  .cart-drawer{
    left:0!important;
    right:0!important;
    width:100vw!important;
    max-width:100vw!important;
  }
  .cart-drawer .cart-drawer-head{
    padding:16px 18px!important;
  }
  .cart-drawer .widget_shopping_cart_content{padding:0!important}
  .cart-drawer .woocommerce-mini-cart{
    padding:14px 16px 10px!important;
  }
  .cart-drawer .woocommerce-mini-cart-item{
    min-height:92px!important;
    padding:12px 36px 12px 82px!important;
  }
  .cart-drawer .woocommerce-mini-cart-item>a:not(.remove){
    white-space:nowrap!important;
    overflow:hidden!important;
    text-overflow:ellipsis!important;
  }
  .cart-drawer .woocommerce-mini-cart__buttons .checkout{
    min-height:48px!important;
    height:48px!important;
  }
  .cart-related-products{padding:10px 14px 12px!important}
  .cart-related-card{flex-basis:260px}
  .single-product .product-whatsapp span[aria-hidden="true"]{display:none!important}
}

/* Checkout payment methods: keep the delivery/payment option below the heading, not in a right column */
.ffb-payment-panel #payment ul.payment_methods{
  grid-template-columns:1fr!important;
  align-items:start!important;
}
.ffb-payment-panel #payment ul.payment_methods li{
  display:grid!important;
  grid-template-columns:1fr!important;
}
.ffb-payment-panel #payment ul.payment_methods li>label{
  width:100%!important;
  max-width:none!important;
}
.ffb-payment-panel #payment div.payment_box{
  width:100%!important;
  max-width:none!important;
  margin:10px 0 0!important;
  padding:8px 10px 0!important;
  background:transparent!important;
}

/* Clean thank-you page: no heavy shadows and no order summary overflow */
.woocommerce-order-received .entry-content>.woocommerce,
.woocommerce-order-received .woocommerce-order{
  max-width:1180px!important;
  margin-inline:auto!important;
}
.woocommerce-order-received .woocommerce-order,
.woocommerce-order-received .woocommerce-thankyou-order-received,
.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details{
  box-shadow:none!important;
}
.woocommerce-order-received .woocommerce-thankyou-order-received,
.woocommerce-order-received .woocommerce-order-overview,
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details{
  border:1px solid #dce8e1!important;
  background:#fff!important;
}
.woocommerce-order-received .woocommerce-order-overview{
  display:grid!important;
  grid-template-columns:repeat(auto-fit,minmax(190px,1fr))!important;
  width:100%!important;
  overflow:hidden!important;
}
.woocommerce-order-received .woocommerce-order-overview li{
  min-width:0!important;
  overflow:hidden!important;
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
.woocommerce-order-received .woocommerce-order-overview strong{
  overflow-wrap:anywhere!important;
  word-break:break-word!important;
}
.woocommerce-order-received .woocommerce-order-details{
  overflow:hidden!important;
}
.woocommerce-order-received table.shop_table{
  table-layout:fixed!important;
}
@media(max-width:720px){
  .woocommerce-order-received .woocommerce-order-overview{
    grid-template-columns:1fr!important;
  }
}

/* Thank-you page spacing pass: keep the white order area padded away from the page background */
.woocommerce-order-received .site-main{
  background:#eef2f0!important;
}
.woocommerce-order-received .content-wrap{
  background:#eef2f0!important;
  padding:30px 16px 70px!important;
}
.woocommerce-order-received .entry-content>.woocommerce{
  padding:24px!important;
  border:1px solid #dce8e1!important;
  border-radius:14px!important;
  background:#fff!important;
  box-shadow:none!important;
  overflow:hidden!important;
}
.woocommerce-order-received .woocommerce-order{
  gap:20px!important;
}
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details{
  padding:24px!important;
}
.woocommerce-order-received .ffb-thankyou-actions{
  margin-top:8px!important;
}

/* Top selling: four products in a stable 2 x 2 layout on desktop, tablet and mobile. */
.home .top-selling-section .top-selling-grid{
  display:grid!important;
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
  overflow:visible!important;
  padding:0!important;
}
.home .top-selling-section .top-selling-card{min-width:0!important;}
.home .top-selling-section .top-selling-arrow{display:none!important;}
@media(max-width:720px){
  .home .top-selling-section .top-selling-grid{gap:12px!important;}
  .home .top-selling-section .top-selling-card{padding:14px 10px!important;}
}
@media(max-width:720px){
  .woocommerce-order-received .content-wrap{
    padding:16px 10px 86px!important;
  }
  .woocommerce-order-received .entry-content>.woocommerce{
    padding:14px!important;
    border-radius:10px!important;
  }
.woocommerce-order-received .woocommerce-order-details,
.woocommerce-order-received .woocommerce-customer-details{
    padding:16px!important;
  }
}

@media(min-width:721px) and (max-width:1100px){
  .site-footer .footer-top{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:28px!important;}
  .site-footer .footer-about{grid-column:1/-1!important;}
}

@media(min-width:1101px){
  .container,
  .post-type-archive-product .site-main>.content-wrap,
  .tax-product_cat .site-main>.content-wrap,
  .tax-product_tag .site-main>.content-wrap,
  .home .hero .container{width:min(100% - 48px,1440px)!important;max-width:1440px!important;}
  .home .promo-grid{width:min(100% - 48px,1440px)!important;max-width:1440px!important;}
  .woocommerce-cart .content-wrap,
  .woocommerce-checkout .content-wrap{width:min(100% - 48px,1440px)!important;max-width:1440px!important;margin-inline:auto!important;}
  .woocommerce-cart .entry-content>.woocommerce,
  .woocommerce-checkout .entry-content>.woocommerce,
  .woocommerce-order-received .entry-content>.woocommerce{width:100%!important;max-width:1440px!important;margin-inline:auto!important;}
}

/* Keep Chaty plugin clear of the mobile bottom navigation */
@media(max-width:720px){
  .chaty .chaty-widget,
  .chaty-widget{
    right:10px!important;
    bottom:98px!important;
  }
  .chaty-chat-view,
  .chaty-outer-forms{
    right:10px!important;
    bottom:78px!important;
  }
  .chaty-outer-forms.active,
  .chaty:not(.form-open) .chaty-widget.chaty-open+.chaty-chat-view{
    transform:translateY(-93px)!important;
  }
}

/* Keep desktop live search above the sticky navigation bar */
.site-header{
  position:relative!important;
  z-index:10000!important;
}
.site-header .ffb-live-search-results{
  z-index:10001!important;
}
.nav-wrap{
  z-index:900!important;
}

/* Desktop/laptop hamburger menu uses the same drawer as mobile. */
@media(min-width:721px){
  .site-header .mobile-menu-btn{
    position:relative!important;
    display:flex!important;
    flex-direction:column!important;
    align-items:center!important;
    justify-content:center!important;
    gap:3px!important;
    width:52px!important;
    height:48px!important;
    min-width:52px!important;
    padding:0!important;
    border:0!important;
    border-radius:0!important;
    background:transparent!important;
    color:var(--green)!important;
    cursor:pointer!important;
  }
  .site-header .mobile-menu-btn:hover{
    background:transparent!important;
    color:var(--bronze)!important;
  }
  .site-header .mobile-menu-btn .header-more-icon{
    position:relative!important;
    display:block!important;
    width:23px!important;
    height:18px!important;
    font-size:0!important;
    border:0!important;
    background:linear-gradient(currentColor,currentColor) 0 2px/20px 1.7px no-repeat,
      linear-gradient(currentColor,currentColor) 0 8px/15px 1.7px no-repeat,
      linear-gradient(currentColor,currentColor) 0 14px/9px 1.7px no-repeat!important;
  }
  .site-header .mobile-menu-btn .header-more-icon::before,
  .site-header .mobile-menu-btn .header-more-icon::after{
    content:none!important;
  }
  .header-more-text{
    display:block!important;
    color:currentColor!important;
    font-size:12px!important;
    line-height:1!important;
    font-weight:500!important;
  }
  .header-actions{
    position:relative!important;
  }
  .header-more-menu{
    position:absolute;
    top:calc(100% + 8px);
    right:0;
    z-index:10020;
    width:220px;
    display:grid;
    background:#fff;
    border:1px solid #e5e8e6;
    box-shadow:0 14px 28px rgba(9,31,21,.13);
    opacity:0;
    visibility:hidden;
    transform:translateY(8px);
    transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
  }
  .header-more-menu.open,
  .header-more-toggle:hover + .header-more-menu,
  .header-more-menu:hover{
    opacity:1;
    visibility:visible;
    transform:translateY(0);
  }
  .header-more-menu a{
    display:flex;
    align-items:center;
    gap:13px;
    min-height:43px;
    padding:9px 14px;
    border-bottom:1px solid #edf0ee;
    color:#10221a;
    font-size:14px;
    font-weight:500;
    text-decoration:none;
  }
  .header-more-menu a:last-child{
    border-bottom:0;
  }
  .header-more-menu a:hover{
    background:#f5faf7;
    color:var(--green);
  }
  .header-more-menu span{
    display:grid;
    place-items:center;
    width:20px;
    height:20px;
    color:currentColor;
  }
  .header-more-menu svg{
    width:20px;
    height:20px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
  }
  .mobile-drawer-overlay{
    display:none!important;
    position:fixed!important;
    inset:0!important;
    z-index:19990!important;
  }
  .mobile-drawer{
    display:none!important;
    position:fixed!important;
    top:0!important;
    left:0!important;
    bottom:0!important;
    width:min(360px,88vw)!important;
    height:100vh!important;
    height:100dvh!important;
    z-index:20000!important;
    background:#fff!important;
  }
}

/* Polished My Account navigation icons */
.woocommerce-account .woocommerce-MyAccount-navigation a::before,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a::before{
  content:""!important;
  width:18px!important;
  height:18px!important;
  left:13px!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  background:currentColor!important;
  color:var(--green)!important;
  opacity:.95!important;
  font-size:0!important;
  line-height:1!important;
  -webkit-mask-position:center!important;
  mask-position:center!important;
  -webkit-mask-repeat:no-repeat!important;
  mask-repeat:no-repeat!important;
  -webkit-mask-size:18px 18px!important;
  mask-size:18px 18px!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation a:hover::before,
.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation a:hover::before,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation li.is-active a::before{
  color:var(--green)!important;
  opacity:1!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::before,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--dashboard a::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 11.25 12 4l9 7.25v8.25A1.5 1.5 0 0 1 19.5 21H15v-6H9v6H4.5A1.5 1.5 0 0 1 3 19.5v-8.25Zm2 1v6.75h2v-6h10v6h2v-6.75l-7-5.64-7 5.64Z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 11.25 12 4l9 7.25v8.25A1.5 1.5 0 0 1 19.5 21H15v-6H9v6H4.5A1.5 1.5 0 0 1 3 19.5v-8.25Zm2 1v6.75h2v-6h10v6h2v-6.75l-7-5.64-7 5.64Z'/%3E%3C/svg%3E")!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::before,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--orders a::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3h10a2 2 0 0 1 2 2v16l-3-1.5-3 1.5-3-1.5L7 21V5a2 2 0 0 1 2-2Zm0 2v12.76l1-.5 3 1.5 3-1.5 3 1.5V5H7Zm2 3h6v2H9V8Zm0 4h6v2H9v-2Z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 3h10a2 2 0 0 1 2 2v16l-3-1.5-3 1.5-3-1.5L7 21V5a2 2 0 0 1 2-2Zm0 2v12.76l1-.5 3 1.5 3-1.5 3 1.5V5H7Zm2 3h6v2H9V8Zm0 4h6v2H9v-2Z'/%3E%3C/svg%3E")!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--downloads a::before,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--downloads a::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 4h2v8.2l2.9-2.9 1.4 1.4L12 16l-5.3-5.3 1.4-1.4 2.9 2.9V4ZM5 18h14v2H5v-2Z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M11 4h2v8.2l2.9-2.9 1.4 1.4L12 16l-5.3-5.3 1.4-1.4 2.9 2.9V4ZM5 18h14v2H5v-2Z'/%3E%3C/svg%3E")!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::before,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--edit-address a::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 1 7 7c0 5.25-7 13-7 13S5 14.25 5 9a7 7 0 0 1 7-7Zm0 2a5 5 0 0 0-5 5c0 2.65 2.8 6.9 5 9.64 2.2-2.74 5-6.99 5-9.64a5 5 0 0 0-5-5Zm0 2.75a2.25 2.25 0 1 1 0 4.5 2.25 2.25 0 0 1 0-4.5Z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a7 7 0 0 1 7 7c0 5.25-7 13-7 13S5 14.25 5 9a7 7 0 0 1 7-7Zm0 2a5 5 0 0 0-5 5c0 2.65 2.8 6.9 5 9.64 2.2-2.74 5-6.99 5-9.64a5 5 0 0 0-5-5Zm0 2.75a2.25 2.25 0 1 1 0 4.5 2.25 2.25 0 0 1 0-4.5Z'/%3E%3C/svg%3E")!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::before,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--edit-account a::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm0 2c-4.05 0-7.5 2.05-7.5 4.75V21h15v-2.25C19.5 16.05 16.05 14 12 14Z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 12a4.5 4.5 0 1 0 0-9 4.5 4.5 0 0 0 0 9Zm0 2c-4.05 0-7.5 2.05-7.5 4.75V21h15v-2.25C19.5 16.05 16.05 14 12 14Z'/%3E%3C/svg%3E")!important;
}
.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::before,
.woocommerce-account.logged-in .woocommerce-MyAccount-navigation-link--customer-logout a::before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h8a2 2 0 0 1 2 2v3h-2V5H5v14h8v-3h2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm11.6 5.4L21.2 13l-4.6 4.6-1.4-1.4 2.2-2.2H9v-2h8.4l-2.2-2.2 1.4-1.4Z'/%3E%3C/svg%3E")!important;
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M5 3h8a2 2 0 0 1 2 2v3h-2V5H5v14h8v-3h2v3a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2Zm11.6 5.4L21.2 13l-4.6 4.6-1.4-1.4 2.2-2.2H9v-2h8.4l-2.2-2.2 1.4-1.4Z'/%3E%3C/svg%3E")!important;
}

/* Instant side-cart item removal without WooCommerce dark/block loading state */
.cart-drawer .woocommerce-mini-cart-item{
  transition:opacity .16s ease,transform .16s ease,margin .16s ease,min-height .16s ease,padding .16s ease,border-width .16s ease!important;
}
.cart-drawer .woocommerce-mini-cart-item.is-removing{
  opacity:0!important;
  transform:translateX(18px)!important;
  pointer-events:none!important;
}
.cart-drawer .blockUI,
.cart-drawer .blockOverlay,
.cart-drawer .woocommerce-mini-cart .blockUI,
.cart-drawer .woocommerce-mini-cart .blockOverlay{
  display:none!important;
  opacity:0!important;
  background:transparent!important;
}
.cart-drawer.cart-updating .widget_shopping_cart_content{
  opacity:1!important;
  pointer-events:auto!important;
}

/* Align checkout payment method title accent with the heading text */
.ffb-payment-panel>h3{
  position:relative!important;
  padding-left:28px!important;
}
.ffb-payment-panel>h3::before{
  content:""!important;
  position:absolute!important;
  left:20px!important;
  top:20px!important;
  width:2px!important;
  height:18px!important;
  border-radius:999px!important;
  background:var(--green)!important;
}
@media(max-width:620px){
  .ffb-payment-panel>h3{
    padding-left:20px!important;
  }
  .ffb-payment-panel>h3::before{
    left:12px!important;
    top:16px!important;
  }
}

/* Checkout eligible coupon suggestions */
.ffb-eligible-coupons{
  display:grid!important;
  gap:12px!important;
  margin-top:14px!important;
}
.ffb-eligible-coupons>strong{
  display:block!important;
  color:#061812!important;
  font-size:14px!important;
  font-weight:800!important;
  line-height:1.25!important;
}
.ffb-promo-code-list{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
}
.ffb-promo-code{
  display:grid!important;
  gap:3px!important;
  min-width:150px!important;
  min-height:54px!important;
  padding:10px 12px!important;
  border:1px dashed var(--bronze)!important;
  border-radius:8px!important;
  background:#fffefb!important;
  color:#061812!important;
  text-align:left!important;
  cursor:pointer!important;
  transition:background .18s ease,border-color .18s ease,transform .18s ease!important;
}
.ffb-promo-code span{
  color:#061812!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1!important;
  letter-spacing:.02em!important;
}
.ffb-promo-code small{
  color:#394a42!important;
  font-size:11px!important;
  font-weight:600!important;
  line-height:1.15!important;
  text-transform:uppercase!important;
}
.ffb-promo-code:hover{
  background:#fff7ee!important;
  border-color:var(--orange)!important;
  transform:translateY(-1px)!important;
}
@media(max-width:620px){
  .ffb-promo-code-list{display:grid!important;grid-template-columns:1fr!important}
  .ffb-promo-code{min-width:0!important;width:100%!important}
}

.ffb-promo-code.is-active,
.ffb-promo-code[aria-pressed="true"]{
  background:var(--orange)!important;
  border-color:var(--orange)!important;
  color:#fff!important;
  box-shadow:0 8px 18px rgba(242,128,45,.22)!important;
}
.ffb-promo-code.is-active span,
.ffb-promo-code.is-active small,
.ffb-promo-code[aria-pressed="true"] span,
.ffb-promo-code[aria-pressed="true"] small{
  color:#fff!important;
}

/* Checkout coupon applied state: show confirmation, no remove action */
.ffb-coupon-row .button.is-coupon-applied{
  background:var(--green)!important;
  color:#fff!important;
}
.woocommerce-checkout .woocommerce-remove-coupon,
.woocommerce-checkout a.woocommerce-remove-coupon{
  display:none!important;
}

.ffb-applied-coupon-status{
  display:none!important;
  align-items:center!important;
  justify-content:space-between!important;
  gap:10px!important;
  margin-top:10px!important;
  padding:9px 10px!important;
  border:1px solid #d8eadf!important;
  border-radius:7px!important;
  background:#f4fbf6!important;
  color:#253a30!important;
  font-size:12px!important;
}
.ffb-applied-coupon-status.is-visible{
  display:flex!important;
}
.ffb-applied-coupon-status strong{
  color:var(--green)!important;
  font-weight:900!important;
  letter-spacing:.02em!important;
}
.ffb-remove-applied-coupon{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:30px!important;
  padding:0 11px!important;
  border:1px solid #ef8d59!important;
  border-radius:6px!important;
  background:#fff!important;
  color:#d35418!important;
  font-size:11px!important;
  font-weight:800!important;
  cursor:pointer!important;
  white-space:nowrap!important;
}
.ffb-remove-applied-coupon:hover{
  background:#fff1e9!important;
  color:#b9400f!important;
}
@media(max-width:620px){
  .ffb-applied-coupon-status{align-items:flex-start!important;flex-direction:column!important}
}

/* Product variation selector polish */
.single-product form.variations_form.cart{
  display:grid!important;
  grid-template-columns:1fr!important;
  gap:12px!important;
  max-width:520px!important;
}
.single-product form.variations_form .variations{
  width:100%!important;
  margin:0!important;
  border:0!important;
  background:transparent!important;
}
.single-product form.variations_form .variations tbody,
.single-product form.variations_form .variations tr,
.single-product form.variations_form .variations th,
.single-product form.variations_form .variations td{
  display:block!important;
  width:100%!important;
  padding:0!important;
  border:0!important;
  text-align:left!important;
}
.single-product form.variations_form .variations label{
  display:block!important;
  margin:0 0 7px!important;
  color:#13251d!important;
  font-size:14px!important;
  font-weight:800!important;
}
.single-product form.variations_form .variations select{
  width:100%!important;
  min-height:46px!important;
  padding:0 14px!important;
  border:1px solid #cfd9d3!important;
  border-radius:8px!important;
  background:#fff!important;
  color:#13251d!important;
  font-size:14px!important;
  font-weight:700!important;
  outline:0!important;
}
.single-product form.variations_form .variations select:focus{
  border-color:var(--green)!important;
  box-shadow:0 0 0 3px rgba(31,102,66,.12)!important;
}
.single-product form.variations_form .reset_variations{
  display:inline-flex!important;
  margin-top:8px!important;
  color:var(--bronze)!important;
  font-size:12px!important;
  font-weight:800!important;
}
.single-product form.variations_form .single_variation_wrap{
  display:grid!important;
  gap:12px!important;
}
.single-product form.variations_form .woocommerce-variation{
  padding:12px 14px!important;
  border:1px solid #dce8e1!important;
  border-radius:10px!important;
  background:#f7fbf8!important;
}
.single-product form.variations_form .woocommerce-variation-price .price{
  margin:0!important;
  color:var(--green)!important;
  font-size:22px!important;
  font-weight:900!important;
}
.single-product form.variations_form .woocommerce-variation-availability{
  margin-top:4px!important;
  color:#40534a!important;
  font-size:12px!important;
  font-weight:700!important;
}
.single-product .summary .woocommerce-variation-availability .stock{
  display:block!important;
  margin:0!important;
  color:#b42318!important;
  font-weight:800!important;
}
.single-product form.variations_form .woocommerce-variation-add-to-cart{
  display:grid!important;
  grid-template-columns:156px minmax(0,1fr)!important;
  gap:10px!important;
  align-items:stretch!important;
}
.single-product form.variations_form .woocommerce-variation-add-to-cart .single-buy-now{
  grid-column:auto!important;
}
@media (min-width:431px){
  .single-product form.variations_form .woocommerce-variation-add-to-cart{
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    gap:10px 12px!important;
  }
  .single-product form.variations_form .woocommerce-variation-add-to-cart .quantity{
    grid-column:1/-1!important;
    width:156px!important;
    justify-self:start!important;
  }
}
.single-product form.variations_form .woocommerce-variation-add-to-cart .quantity{
  grid-column:auto!important;
}
.single-product form.variations_form .woocommerce-variation-add-to-cart .single_add_to_cart_button{
  grid-column:auto!important;
}
@media(max-width:430px){
  .single-product form.variations_form .woocommerce-variation-add-to-cart{
    grid-template-columns:1fr!important;
  }
  .single-product form.variations_form .woocommerce-variation-add-to-cart .quantity{
    width:156px!important;
  }
}

/* Final site spacing pass: balanced product-page padding and section rhythm */
body:not(.woocommerce-checkout):not(.woocommerce-cart):not(.woocommerce-order-received) .woocommerce-main .content-wrap,
body:not(.woocommerce-checkout):not(.woocommerce-cart):not(.woocommerce-order-received) .site-main>.content-wrap{
  padding-top:34px!important;
  padding-bottom:76px!important;
}
.single-product .woocommerce-main .page-header{
  padding:22px 0 20px!important;
  margin-bottom:0!important;
  background:#f4f8f5!important;
  border-bottom:1px solid #dfe8e3!important;
}
.single-product .woocommerce-main>.content-wrap,
.single-product .site-main>.content-wrap,
.single-product .content-wrap{
  width:min(100% - 48px,1440px)!important;
  max-width:1440px!important;
  margin-inline:auto!important;
  padding-top:48px!important;
  padding-bottom:86px!important;
}
.single-product div.product{
  gap:58px!important;
  align-items:start!important;
}
.single-product div.product .woocommerce-product-gallery,
.single-product div.product .summary{
  margin-top:0!important;
}
.single-product .woocommerce-tabs,
.single-product .related.products,
.single-product .frequently-bought{
  margin-top:54px!important;
}
.single-product .related.products,
.single-product .frequently-bought{
  padding-top:4px!important;
}
.single-product .product-service-points{
  margin-top:18px!important;
  margin-bottom:4px!important;
}
.single-product .product-contact-actions{
  margin-top:18px!important;
  margin-bottom:18px!important;
}
.home-section{
  padding-top:34px!important;
  padding-bottom:34px!important;
}
.home .hero{
  padding-top:22px!important;
  padding-bottom:24px!important;
}
@media(max-width:900px){
  body:not(.woocommerce-checkout):not(.woocommerce-cart):not(.woocommerce-order-received) .woocommerce-main .content-wrap,
  body:not(.woocommerce-checkout):not(.woocommerce-cart):not(.woocommerce-order-received) .site-main>.content-wrap{
    padding-top:24px!important;
    padding-bottom:64px!important;
  }
  .single-product .content-wrap,
  .single-product .woocommerce-main>.content-wrap,
  .single-product .site-main>.content-wrap{
    width:min(100% - 28px,1440px)!important;
    padding-top:30px!important;
    padding-bottom:72px!important;
  }
  .single-product div.product{
    gap:28px!important;
  }
  .single-product .woocommerce-tabs,
  .single-product .related.products,
  .single-product .frequently-bought{
    margin-top:38px!important;
  }
}
@media(max-width:560px){
  .single-product .woocommerce-main .page-header{
    padding:16px 0 14px!important;
  }
  .single-product .content-wrap,
  .single-product .woocommerce-main>.content-wrap,
  .single-product .site-main>.content-wrap{
    width:min(100% - 22px,1440px)!important;
    padding-top:22px!important;
    padding-bottom:64px!important;
  }
  .home-section{
    padding-top:26px!important;
    padding-bottom:26px!important;
  }
}

/* Single product variation choices as selectable buttons */
.single-product form.variations_form .variations select{
  position:absolute!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  clip:rect(0 0 0 0)!important;
  clip-path:inset(50%)!important;
  white-space:nowrap!important;
}
.single-product form.variations_form .variations label{
  margin-bottom:12px!important;
}
.ffb-variation-buttons{
  display:flex!important;
  flex-wrap:wrap!important;
  gap:10px!important;
  margin:0 0 4px!important;
}
.ffb-variation-choice{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-width:86px!important;
  min-height:48px!important;
  padding:0 17px!important;
  border:1.5px solid #dfe5e1!important;
  border-radius:8px!important;
  background:transparent!important;
  color:#13251d!important;
  box-shadow:0 5px 14px rgba(21,75,49,.05)!important;
  font-size:14px!important;
  font-weight:900!important;
  line-height:1.1!important;
  cursor:pointer!important;
  transition:border-color .18s ease,background .18s ease,color .18s ease,box-shadow .18s ease,transform .18s ease!important;
}
.ffb-variation-choice:hover{
  border-color:var(--green)!important;
  background:rgba(31,102,66,.08)!important;
  color:var(--green)!important;
  transform:translateY(-1px)!important;
}
.ffb-variation-choice.is-selected,
.ffb-variation-choice[aria-checked="true"]{
  border-color:var(--green)!important;
  background:rgba(31,102,66,.14)!important;
  color:var(--green)!important;
  box-shadow:0 0 0 3px rgba(31,102,66,.12)!important;
}
.single-product form.variations_form .reset_variations{
  margin-top:10px!important;
}
@media(max-width:430px){
  .ffb-variation-buttons{gap:8px!important}
  .ffb-variation-choice{min-width:74px!important;min-height:44px!important;padding:0 13px!important;font-size:13px!important}
}

/* Separate mobile drawer hamburger from desktop/tablet More menu */
.mobile-drawer-toggle{
  display:none!important;
  border:0!important;
  background:transparent!important;
  color:var(--ink)!important;
  cursor:pointer!important;
}
.mobile-drawer-toggle span{
  position:relative!important;
  display:block!important;
  width:22px!important;
  height:16px!important;
  border-top:2px solid currentColor!important;
  border-bottom:2px solid currentColor!important;
}
.mobile-drawer-toggle span::before{
  content:""!important;
  position:absolute!important;
  left:0!important;
  top:50%!important;
  width:17px!important;
  height:2px!important;
  background:currentColor!important;
  transform:translateY(-50%)!important;
}
@media(max-width:720px){
  .site-header .mobile-drawer-toggle{
    display:grid!important;
    grid-column:1!important;
    grid-row:1!important;
    place-items:center!important;
    justify-self:start!important;
    width:38px!important;
    height:38px!important;
    z-index:2!important;
  }
  .site-header .header-more-toggle,
  .site-header .header-more-menu{
    display:none!important;
    visibility:hidden!important;
    opacity:0!important;
    pointer-events:none!important;
  }
  .site-header .brand{
    grid-column:1 / -1!important;
    grid-row:1!important;
    justify-self:center!important;
  }
  .site-header .cart-action{
    grid-column:3!important;
    grid-row:1!important;
  }
}
@media(min-width:721px){
  .site-header .mobile-drawer-toggle{
    display:none!important;
  }
  .site-header .header-action,
  .site-header .header-action .icon,
  .site-header .mobile-menu-btn,
  .site-header .header-more-icon,
  .site-header .header-more-text{
    transition:color .18s ease,transform .18s ease;
  }
  .site-header .header-action:hover,
  .site-header .header-action:focus-visible,
  .site-header .header-action:hover .icon,
  .site-header .header-action:focus-visible .icon,
  .site-header .mobile-menu-btn:hover,
  .site-header .mobile-menu-btn:focus-visible{
    color:var(--bronze)!important;
  }
  .site-header .header-action:hover .icon,
  .site-header .header-action:focus-visible .icon,
  .site-header .mobile-menu-btn:hover .header-more-icon,
  .site-header .mobile-menu-btn:focus-visible .header-more-icon{
    transform:translateY(-1px);
  }
}

/* Product gallery lightbox: keep the viewer above the theme chrome and make
   its navigation controls clearly visible on desktop and touch devices. */
.single-product .woocommerce-product-gallery__image a{cursor:zoom-in!important;touch-action:pan-y}
.single-product .woocommerce-product-gallery__image a:focus-visible{outline:3px solid var(--bronze);outline-offset:3px}
.pswp{z-index:100000!important}
.pswp__bg{background:rgba(8,24,16,.94)!important}
.pswp__button--close,.pswp__button--arrow--left,.pswp__button--arrow--right{opacity:1!important;visibility:visible!important;display:block!important}
.pswp__button--close{top:12px!important;right:12px!important}
.pswp__button--arrow--left,.pswp__button--arrow--right{margin-top:-28px!important}
.pswp__counter,.pswp__caption{color:#fff!important}
.pswp__bg{transition:opacity .28s ease!important}
.pswp__container{transition:transform .32s cubic-bezier(.22,.61,.36,1)!important}
.pswp__img{transition:opacity .25s ease,transform .32s cubic-bezier(.22,.61,.36,1)!important}
.pswp--open .pswp__img{animation:ffb-lightbox-in .32s cubic-bezier(.22,.61,.36,1) both}
@keyframes ffb-lightbox-in{from{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}
.single-product .woocommerce-product-gallery__trigger{z-index:3!important;cursor:zoom-in!important}
.single-product #reviews .commentlist{display:none!important}
.ffb-review-ajax-message{margin:0 0 14px;padding:10px 12px;border-radius:7px;font-size:13px;font-weight:700}.ffb-review-ajax-message.is-success{background:#eaf7ee;color:var(--green)}.ffb-review-ajax-message.is-error{background:#fff1f0;color:#b42318}
.ffb-variation-warning{display:none;margin:0 0 10px;padding:10px 12px;border:1px solid #e4a338;border-radius:7px;background:#fff8e8;color:#8a5a00;font-size:13px;font-weight:700}
.ffb-variation-warning.is-visible{display:block;animation:ffb-warning-in .2s ease both}
@keyframes ffb-warning-in{from{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}

/* Slider drag layers must not swallow the cards' real links and buttons. */
.product-section-carousel .flash-sale-card a,
.product-section-carousel .top-selling-card a,
.featured-categories .category-card{pointer-events:auto!important;position:relative;z-index:1}
.featured-categories .category-card b,
.product-section-carousel .flash-sale-card .flash-sale-copy,
.product-section-carousel .top-selling-card .top-selling-copy,
.product-section-carousel .flash-sale-card .flash-sale-copy a,
.product-section-carousel .top-selling-card .top-selling-copy a{pointer-events:auto!important}
.single-product form.cart .ffb-quantity-label{grid-column:1/-1!important;display:block!important;margin:0 0 -3px!important;color:var(--ink)!important;font-size:14px!important;font-weight:800!important;line-height:1.2!important}
.single-product form.cart .single_add_to_cart_button,.single-product form.cart .single-buy-now{flex:1 1 0!important;min-width:0!important;box-sizing:border-box!important}
.single-product form.cart .single_add_to_cart_button,.single-product form.cart .single-buy-now,.single-product .product-contact-actions a{height:48px!important;min-height:48px!important;box-sizing:border-box!important}
.single-product .product-contact-actions{width:520px!important;max-width:100%!important;grid-template-columns:repeat(2,minmax(0,1fr))!important}
.single-product form.cart:not(.variations_form){width:520px!important;max-width:100%!important}

/* Keep variable-product actions in the same two-row arrangement as normal
   products: quantity first, then equal-width purchase buttons. */
@media (min-width:431px){
  .single-product form.variations_form .woocommerce-variation-add-to-cart.variations_button{
    display:grid!important;
    grid-template-columns:minmax(0,1fr) minmax(0,1fr)!important;
    grid-auto-flow:row!important;
    gap:10px 12px!important;
  }
  .single-product form.variations_form .woocommerce-variation-add-to-cart.variations_button>.quantity{
    grid-column:1 / -1!important;
    grid-row:2!important;
    justify-self:start!important;
    width:156px!important;
  }
  .single-product form.variations_form .woocommerce-variation-add-to-cart.variations_button>.ffb-quantity-label{grid-row:1!important}
  .single-product form.variations_form .woocommerce-variation-add-to-cart.variations_button>.single_add_to_cart_button{
    grid-column:1!important;
    grid-row:3!important;
  }
  .single-product form.variations_form .woocommerce-variation-add-to-cart.variations_button>.single-buy-now{
    grid-column:2!important;
    grid-row:3!important;
  }
}

/* Mobile single-product presentation: compact, card-like blocks with even
   spacing and controls that remain easy to tap. */
@media(max-width:900px){
  .single-product .woocommerce-main>.content-wrap{padding:14px 12px 34px!important}
  .single-product div.product{gap:16px!important}
  .single-product div.product .woocommerce-product-gallery{padding:8px!important;border-radius:12px!important}
  .single-product .woocommerce-product-gallery__wrapper{border-radius:9px!important}
  .single-product .woocommerce-product-gallery__image a{min-height:300px!important;padding:10px!important}
  .single-product div.product .summary{padding:16px!important;border:1px solid var(--line);border-radius:12px;background:#fff}
  .single-product .product_title{font-size:24px!important;line-height:1.3!important;margin:0 0 8px!important}
  .single-product div.product p.price{font-size:23px!important;margin-bottom:12px!important}
  .single-product .woocommerce-product-details__short-description{padding-bottom:14px!important;line-height:1.65!important}
  .single-product form.cart{margin:16px 0 12px!important;gap:9px!important;max-width:none!important}
  .single-product form.cart .quantity{width:150px!important;justify-self:start!important}
  .single-product form.cart .single_add_to_cart_button,.single-product form.cart .single-buy-now{min-height:46px!important}
  .single-product .product-contact-actions{margin-top:12px!important}
  .single-product .woocommerce-tabs{margin-top:0!important;padding:16px!important;border:1px solid var(--line);border-radius:12px;background:#fff}
}
@media(max-width:430px){
  .single-product .woocommerce-main>.content-wrap{padding-left:8px!important;padding-right:8px!important}
  .single-product div.product .summary{padding:14px!important}
  .single-product .woocommerce-product-gallery__image a{min-height:260px!important}
  .single-product form.cart{grid-template-columns:1fr!important}
  .single-product form.cart .quantity{width:150px!important}
}

/* Keep every text-bearing storefront button as bold as the home Add to Cart button. */
body button,
body input[type="button"],
body input[type="submit"],
body input[type="reset"],
body .button,
body a.button,
body .buy-now,
body .checkout-button,
body [role="button"]{
  font-weight:700!important;
}

.ffb-out-of-stock-action{
  opacity:.62!important;
  cursor:pointer!important;
  border-color:#b42318!important;
  color:#b42318!important;
}
.ffb-stock-status{
  display:inline-flex;
  align-items:center;
  width:max-content;
  margin:0 0 14px;
  padding:6px 11px;
  border-radius:5px;
  background:#fff1f0;
  color:#b42318;
  font-size:13px;
  font-weight:800;
  border:1px solid #efb1aa;
  cursor:pointer;
}
.ffb-stock-warning-toast{
  position:fixed;
  left:50%;
  bottom:24px;
  z-index:25000;
  max-width:min(92vw,420px);
  padding:11px 16px;
  border:1px solid #efb1aa;
  border-radius:8px;
  background:#fff1f0;
  color:#9f2117;
  font-size:13px;
  font-weight:700;
  text-align:center;
  box-shadow:0 10px 26px rgba(80,20,15,.16);
  opacity:0;
  visibility:hidden;
  transform:translate(-50%,10px);
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
}
.ffb-stock-warning-toast.is-visible{opacity:1;visibility:visible;transform:translate(-50%,0)}
.single-product form.variations_form .ffb-variation-out-of-stock .single_add_to_cart_button,
.single-product form.variations_form .ffb-variation-out-of-stock .single-buy-now{
  opacity:.62!important;
  border-color:#b42318!important;
  color:#b42318!important;
}
