/* Bait Baitk failsafe CSS — protected from WP Rocket UsedCSS by being a real CSS file. */

/* Cart drawer */
.bbk-cart-drawer{position:fixed !important;top:0 !important;bottom:0 !important;right:0 !important;left:auto !important;width:min(420px,90vw) !important;max-width:100vw !important;background:#fff !important;z-index:9995 !important;transform:translateX(110%) !important;transition:transform .35s cubic-bezier(.4,0,.2,1) !important;display:flex !important;flex-direction:column !important;box-shadow:-12px 0 36px rgba(15,10,4,.18) !important}
.bbk-cart-drawer.is-open{transform:translateX(0) !important}
html[dir="rtl"] .bbk-cart-drawer,body.baitbaitk-ar .bbk-cart-drawer{right:auto !important;left:0 !important;transform:translateX(-110%) !important;box-shadow:12px 0 36px rgba(15,10,4,.18) !important}
html[dir="rtl"] .bbk-cart-drawer.is-open,body.baitbaitk-ar .bbk-cart-drawer.is-open{transform:translateX(0) !important}
.bbk-cart-drawer-overlay{position:fixed !important;inset:0 !important;background:rgba(15,10,4,.42) !important;backdrop-filter:blur(2px) !important;z-index:9990 !important;opacity:0 !important;pointer-events:none !important;transition:opacity .25s ease !important;visibility:hidden}
.bbk-cart-drawer-overlay.is-open{opacity:1 !important;pointer-events:auto !important;visibility:visible}

/* Trust strip prefooter */
.bbk-trust-strip{background:#fbf6ec !important;border-top:1px solid rgba(111,75,42,.08) !important;border-bottom:1px solid rgba(111,75,42,.08) !important;padding:22px 18px !important;margin-top:42px !important}
.bbk-trust-strip__inner{max-width:1180px !important;margin:0 auto !important;display:grid !important;grid-template-columns:repeat(4,minmax(0,1fr)) !important;gap:16px !important}
.bbk-trust-strip__item{display:flex !important;gap:12px !important;align-items:center !important}
.bbk-trust-strip__icon{flex:0 0 42px !important;width:42px !important;height:42px !important;border-radius:50% !important;display:grid !important;place-items:center !important;background:#d4af37 !important;color:#1f1612 !important;box-shadow:0 6px 18px rgba(212,175,55,.35) !important}
.bbk-trust-strip__icon svg{width:22px !important;height:22px !important;display:block !important;stroke:#1f1612 !important}
.bbk-trust-strip__item strong{display:block !important;font-size:.9rem !important;color:#1f1612 !important;font-weight:800 !important;line-height:1.25 !important}
.bbk-trust-strip__item span{display:block !important;font-size:.78rem !important;color:#6b5e52 !important;line-height:1.4 !important;margin-top:2px !important}
@media(max-width:900px){.bbk-trust-strip__inner{grid-template-columns:repeat(2,minmax(0,1fr)) !important}}
@media(max-width:520px){.bbk-trust-strip__inner{grid-template-columns:1fr !important}}
html[lang="ar"] .bbk-trust-strip__item,.rtl .bbk-trust-strip__item,body.baitbaitk-ar .bbk-trust-strip__item{flex-direction:row-reverse !important;text-align:right !important}

/* WhatsApp floating button */
.bbk-wa{position:fixed !important;bottom:16px !important;width:54px !important;height:54px !important;border-radius:50% !important;background:#25D366 !important;color:#fff !important;display:flex !important;align-items:center !important;justify-content:center !important;box-shadow:0 12px 28px rgba(37,211,102,.36) !important;z-index:9998 !important;text-decoration:none !important}
.bbk-wa--right{right:16px !important;left:auto !important}
.bbk-wa--left{left:16px !important;right:auto !important}
.bbk-wa svg{width:28px !important;height:28px !important;display:block !important}

/* Hero slider critical layout */
.bbk-hero-swiper{overflow:hidden !important;position:relative}
.bbk-hero-swiper .swiper-wrapper{display:flex !important;flex-wrap:nowrap !important;width:100% !important;height:100% !important;position:relative;transition-property:transform;box-sizing:content-box}
.bbk-hero-swiper .swiper-slide{flex-shrink:0 !important;width:100% !important;height:100% !important;position:relative}
.bbk-hero-swiper:not(.swiper-initialized) .swiper-slide:not(:first-child){visibility:hidden !important}

/* Kadence wrapper gap fix — home/category content is rendered outside #wrapper via wp_body_open,
   so #wrapper stays nearly empty. Kadence's "footer-on-bottom" sets min-height: 100vh on it,
   which manifests as a giant blank gap between Featured Products and the trust strip. */
body.home #wrapper.site.wp-site-blocks,
body.page-id-13351 #wrapper,
body.page-id-13352 #wrapper,
body.home #inner-wrap,
body.home #primary,
body.home #main{min-height:0 !important}
/* Home page: the empty #primary/.entry-content shell takes ~130px of pointless space
   because all real content is rendered via wp_body_open above the wrapper. Collapse it. */
body.home #primary,
body.home .content-area{margin:0 !important;padding:0 !important;display:block !important;height:auto !important}
body.home #primary > .content-container,
body.home #primary .site-main,
body.home #primary article.entry,
body.home #primary .content-wrap{margin:0 !important;padding:0 !important;min-height:0 !important}
body.home #primary article.entry,
body.home #primary .entry-content,
body.home #primary .post-13351,
body.home #primary .post-13352{display:none !important}
