/* 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 .entry-header,
body.home #primary .entry-title{display:none !important}

/* BBK visual fix 2026-05-15: homepage reviews/trust SVGs were expanding into huge icons above footer. */
body.home .bbk-reviews{padding:56px 20px 64px;background:#fffaf6;overflow:hidden;}
body.home .bbk-reviews__inner{max-width:1180px;margin:0 auto;}
body.home .bbk-reviews__head{text-align:center;max-width:720px;margin:0 auto 28px;}
body.home .bbk-reviews__eyebrow{display:inline-block;margin-bottom:8px;color:#b7791f;font-weight:800;letter-spacing:.08em;font-size:12px;text-transform:uppercase;}
body.home .bbk-reviews__head h2{margin:0 0 10px;font-size:clamp(28px,3vw,42px);line-height:1.12;color:#2c1810;}
body.home .bbk-reviews__head p{margin:0;color:#6b5548;font-size:16px;line-height:1.7;}
body.home .bbk-reviews__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;align-items:stretch;}
body.home .bbk-review{display:flex;flex-direction:column;gap:14px;margin:0;padding:22px;border:1px solid rgba(183,121,31,.18);border-radius:22px;background:#fff;box-shadow:0 12px 34px rgba(44,24,16,.07);min-width:0;}
body.home .bbk-review--span2{grid-column:span 3;max-width:760px;justify-self:center;width:100%;}
body.home .bbk-review__stars{display:flex!important;align-items:center;gap:4px;height:20px;line-height:0;color:#f5a623;}
body.home .bbk-review__stars svg{display:block!important;width:18px!important;height:18px!important;min-width:18px!important;max-width:18px!important;min-height:18px!important;max-height:18px!important;fill:currentColor!important;flex:0 0 18px!important;}
body.home .bbk-review__quote{margin:0!important;color:#3d2a20;font-size:15.5px;line-height:1.75;}
body.home .bbk-review__author{display:flex!important;align-items:center;gap:10px;margin-top:auto;}
body.home .bbk-review__avatar{display:grid!important;place-items:center;width:42px!important;height:42px!important;min-width:42px!important;border-radius:999px;background:#2c1810;color:#fff;font-weight:800;line-height:1;}
body.home .bbk-review__meta{display:flex!important;flex-direction:column;gap:2px;color:#6b5548;font-size:13px;line-height:1.4;}
body.home .bbk-review__meta strong{color:#2c1810;font-size:15px;}
body.home .bbk-real-footer{margin-top:0!important;}
body.home .bbk-trust__icon svg{width:24px!important;height:24px!important;max-width:24px!important;max-height:24px!important;display:block!important;fill:currentColor!important;}
@media (max-width:900px){body.home .bbk-reviews{padding:42px 16px 48px;}body.home .bbk-reviews__grid{grid-template-columns:1fr;}body.home .bbk-review--span2{grid-column:auto;max-width:none;}}

/* BBK 2026-05-15: prevent header logo crop after Kadence hero swap */
.site-branding a.brand{display:flex!important;align-items:center!important;min-height:62px!important;overflow:visible!important}.site-branding img,.custom-logo{max-height:58px!important;width:auto!important;object-fit:contain!important}.site-header,.site-main-header-wrap{overflow:visible!important}@media(max-width:768px){.site-branding a.brand{min-height:54px!important}.site-branding img,.custom-logo{max-height:50px!important}}
