@import url('https://fonts.googleapis.com/css2?family=Baloo+2:wght@600;700;800&family=Inter:wght@400;500;600;700;800&display=swap');
@font-face{font-family:'Dazzle';src:url('../fonts/fonnts.com-Dazzle_Unicase_Bold.otf') format('opentype');font-weight:700;font-style:normal;font-display:swap;}
@font-face{font-family:'Dazzle';src:url('../fonts/fonnts.com-Dazzle_Unicase_Medium.otf') format('opentype');font-weight:500;font-style:normal;font-display:swap;}
@font-face{font-family:'Dazzle';src:url('../fonts/fonnts.com-Dazzle_Unicase_Light.otf') format('opentype');font-weight:300;font-style:normal;font-display:swap;}
:root{
  --bb-magenta:#8C1C4A;
  --bb-magenta-dark:#6A1438;
  --bb-pink:#C4728A;
  --bb-pink-2:#A85070;
  --bb-soft:#FAFAF7;
  --bb-cream:#F5F0EA;
  --bb-black:#141414;
  --bb-muted:#6B5B64;
  --bb-shadow:0 18px 50px rgba(30,10,20,.10);
  --bb-radius:16px;
  --bb-font-head:'Baloo 2',cursive;
  --bb-font-body:'Inter',system-ui,sans-serif;
}
*{box-sizing:border-box}html,body{margin:0;padding:0}
body{background:var(--bb-soft);color:var(--bb-black);font-family:var(--bb-font-body);font-weight:400}
img{max-width:100%;height:auto}a{color:inherit}
.bb-site-header{position:relative;z-index:9990;background:var(--bb-magenta)}
/* Loader */#bb-loader{position:fixed;inset:0;width:100%;height:100vh;background:#f3f1ec;display:flex;align-items:center;justify-content:center;z-index:999999;opacity:1;visibility:visible;transition:opacity .45s ease,visibility .45s ease}#bb-loader.bb-loader-hide{opacity:0;visibility:hidden;pointer-events:none}.bb-loader-inner{display:flex;flex-direction:column;align-items:center;justify-content:center;transform:translateY(-10px)}.bb-loader-logo{width:110px;max-width:22vw;display:block;margin-bottom:18px;animation:bbLoaderFloat 1.8s ease-in-out infinite}.bb-loader-text{font-size:18px;color:#222;font-weight:800}@keyframes bbLoaderFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-6px)}}
/* Marquee */.bb-marquee{width:100%;overflow:hidden;background:#b45b7a;height:42px;display:flex;align-items:center}.bb-marquee__track{display:flex;width:max-content;animation:bbMarqueeScroll 18s linear infinite}.bb-marquee__content{display:flex;align-items:center;gap:40px;padding:0 20px}.bb-item{display:flex;align-items:center;gap:14px;color:#fff;font-size:14px;font-weight:900;letter-spacing:2px;white-space:nowrap}.bb-item img{width:20px;height:20px;object-fit:contain}.bb-item img[src$='icon.png']{background:transparent}@keyframes bbMarqueeScroll{0%{transform:translateX(0)}100%{transform:translateX(-50%)}}
/* Header */.bb-header-main{height:98px;max-width:1500px;margin:0 auto;padding:0 5.5%;display:grid;grid-template-columns:210px minmax(360px,620px) 250px;align-items:center;justify-content:space-between;gap:34px}.bb-header-logo{display:flex;align-items:center;line-height:0;text-decoration:none}.bb-header-logo img{width:auto!important;max-width:150px!important;max-height:78px!important;display:block!important}.bb-menu-toggle{display:none;width:46px;height:46px;border:0;background:transparent;flex-direction:column;justify-content:center;gap:7px;padding:0;cursor:pointer}.bb-menu-toggle span{width:34px;height:4px;background:#fff;border-radius:999px;display:block}.bb-header-search{width:100%}.bb-search-form{position:relative;width:100%;margin:0 auto}.bb-search-input{width:100%!important;height:48px!important;padding:0 58px 0 22px!important;border:0!important;border-radius:999px!important;background:#fff!important;color:#333!important;font-size:15px!important;outline:none!important;box-shadow:0 14px 32px rgba(120,0,80,.13)!important}.bb-search-input::placeholder{color:#999}.bb-search-button{position:absolute;top:50%;right:20px;transform:translateY(-50%);width:26px;height:26px;border:0;background:transparent;padding:0;color:#5f5f5f;cursor:pointer}.bb-search-button svg{width:24px;height:24px}.bb-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:16px;color:#fff}.bb-account-trigger,.bb-cart-trigger{width:48px;height:48px;border:0;border-radius:50%;display:grid;place-items:center;background:rgba(255,255,255,.14);color:#fff;cursor:pointer;position:relative;transition:.2s}.bb-account-trigger:hover,.bb-cart-trigger:hover{background:rgba(255,255,255,.22);transform:translateY(-2px)}.bb-account-trigger svg,.bb-cart-trigger svg{width:26px;height:26px}.bb-cart-count{position:absolute;top:-3px;right:-3px;width:21px;height:21px;background:#ff1d1d;color:#fff;border-radius:50%;font-size:11px;font-weight:900;display:grid;place-items:center}.bb-cart-total{font-weight:900;font-size:16px;color:#fff;min-width:70px}.bb-login-plugin-trigger{position:absolute;left:-9999px;top:auto;width:1px;height:1px;overflow:hidden}
/* Search results */.bb-search-results{display:none;position:absolute;top:calc(100% + 10px);left:0;right:0;background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 18px 40px rgba(0,0,0,.14);z-index:99999;max-height:360px;overflow-y:auto}.bb-search-results.is-open{display:block}.bb-search-result{display:grid;grid-template-columns:52px 1fr;gap:12px;padding:11px 12px;text-decoration:none;color:#111;border-bottom:1px solid #f0f0f0}.bb-search-result img,.bb-search-placeholder{width:52px;height:52px;object-fit:cover;border-radius:12px;background:#f7f7f7}.bb-search-result strong{display:block;font-size:14px;line-height:1.25;margin-bottom:5px}.bb-search-result span{color:#ad0068;font-size:14px;font-weight:900}.bb-search-empty{padding:15px;font-size:14px;color:#555}
/* Desktop Menu */.bb-main-menu{background:#fff;border-bottom:1px solid #f0e8ec}.bb-main-menu ul{list-style:none;margin:0;padding:0}.bb-main-menu .menu{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:center;gap:34px;min-height:56px}.bb-main-menu .menu>li{position:relative}.bb-main-menu .menu>li>a{color:#111;text-decoration:none;font-size:14px;font-weight:900;border:none!important;box-shadow:none!important;white-space:nowrap}.bb-main-menu .menu>li>a:before,.bb-main-menu .menu>li>a:after{display:none!important;content:none!important}.bb-main-menu .sub-menu{position:absolute;top:100%;left:0;min-width:220px;background:#fff;padding:14px 16px;border-radius:0 0 18px 18px;box-shadow:0 18px 40px rgba(0,0,0,.12);opacity:0;visibility:hidden;transform:translateY(10px);transition:.25s ease;z-index:999}.bb-main-menu li:hover>.sub-menu{opacity:1;visibility:visible;transform:translateY(0)}.bb-main-menu .sub-menu>li>a{position:relative;display:inline-block;color:#111;text-decoration:none;font-size:14px;font-weight:800;padding:8px 0}.bb-main-menu .sub-menu>li>a:after{content:"";position:absolute;left:0;bottom:6px;width:100%;height:2px;background:#e91e63;transform:scaleX(0);transform-origin:left;transition:transform .25s ease}.bb-main-menu .sub-menu>li>a:hover:after{transform:scaleX(1)}.bb-main-menu [class*="fkcart"],.bb-main-menu .woocommerce-Price-amount{display:none!important}
/* Mobile menu */.bb-mobile-menu{position:fixed;inset:0;background:linear-gradient(160deg,#b80072 0%,#cf2d88 100%);z-index:999998;display:flex;flex-direction:column;padding:54px 36px 32px;opacity:0;visibility:hidden;transform:scale(1.04);transition:opacity .32s ease,visibility .32s ease,transform .32s ease;overflow:auto}.bb-mobile-menu.is-open{opacity:1;visibility:visible;transform:scale(1)}.bb-mobile-menu:before{content:"";position:absolute;right:-80px;bottom:-80px;width:240px;height:240px;border-radius:50%;background:rgba(255,255,255,.08)}.bb-mobile-menu-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:52px;position:relative;z-index:2}.bb-mobile-menu-logo img{max-width:170px;height:auto;filter:drop-shadow(0 8px 18px rgba(0,0,0,.12))}.bb-mobile-close{width:70px;height:70px;border:3px solid #fff;border-radius:999px;background:transparent;color:#fff;font-size:44px;line-height:1;display:grid;place-items:center}.bb-mobile-menu ul{list-style:none;margin:0;padding:0;position:relative;z-index:2}.bb-mobile-nav{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:0!important}.bb-mobile-menu li{width:100%;margin:0;opacity:0;transform:translateX(-16px)}.bb-mobile-menu.is-open li{animation:bbMenuItem .45s ease forwards}.bb-mobile-menu.is-open li:nth-child(1){animation-delay:.08s}.bb-mobile-menu.is-open li:nth-child(2){animation-delay:.13s}.bb-mobile-menu.is-open li:nth-child(3){animation-delay:.18s}.bb-mobile-menu.is-open li:nth-child(4){animation-delay:.23s}.bb-mobile-menu.is-open li:nth-child(5){animation-delay:.28s}.bb-mobile-menu.is-open li:nth-child(6){animation-delay:.33s}.bb-mobile-menu a{display:block;color:#fff;text-decoration:none;font-size:38px;font-family:'Baloo 2',cursive;font-weight:800;line-height:1.05;padding:13px 0;text-align:left;text-shadow:0 10px 22px rgba(0,0,0,.12)}.bb-mobile-menu .sub-menu{margin:2px 0 10px;padding-left:20px}.bb-mobile-menu .sub-menu a{font-size:20px;font-family:'Nunito',sans-serif;font-weight:900;opacity:.9;padding:8px 0}.bb-mobile-menu-footer{position:relative;z-index:2;margin-top:auto;padding-top:35px;display:flex;gap:14px;flex-wrap:wrap}.bb-mobile-menu-footer a,.bb-mobile-menu-footer button{border:2px solid rgba(255,255,255,.45);background:rgba(255,255,255,.12);color:#fff;border-radius:999px;padding:13px 18px;text-decoration:none;font-weight:900;font-size:14px}.bb-mobile-menu-footer button{font-family:inherit;cursor:pointer}body.bb-menu-open{overflow:hidden}@keyframes bbMenuItem{to{opacity:1;transform:translateX(0)}}
/* Side cart */.bb-cart-overlay{position:fixed;inset:0;background:rgba(0,0,0,.38);z-index:999996;opacity:0;visibility:hidden;transition:.28s}.bb-cart-overlay.is-open{opacity:1;visibility:visible}.bb-side-cart{position:fixed;top:0;right:0;width:min(440px,92vw);height:100vh;background:#fff;z-index:999997;transform:translateX(105%);transition:transform .34s cubic-bezier(.2,.8,.2,1);box-shadow:-30px 0 70px rgba(0,0,0,.18);display:flex;flex-direction:column;border-radius:28px 0 0 28px;overflow:hidden}.bb-side-cart.is-open{transform:translateX(0)}.bb-side-cart-head{padding:26px 24px 18px;display:flex;align-items:flex-start;justify-content:space-between;border-bottom:1px solid #f0edf0}.bb-side-cart-head span{display:block;font-family:'Baloo 2',cursive;font-size:32px;font-weight:800;line-height:1}.bb-side-cart-head strong{font-size:13px;color:#8a6d7c}.bb-cart-close{width:46px;height:46px;border:0;border-radius:50%;background:#f8eef3;font-size:34px;line-height:1;color:#111;cursor:pointer}.bb-side-cart-body{padding:18px 24px;overflow:auto;flex:1}.bb-side-cart-item{display:grid;grid-template-columns:76px 1fr;gap:14px;padding:14px 0;border-bottom:1px solid #f3edf1}.bb-side-cart-thumb img{width:76px;height:76px;object-fit:cover;border-radius:16px}.bb-side-cart-info strong{font-size:15px;line-height:1.25;display:block}.bb-side-cart-info span{display:block;font-size:13px;color:#76646e;margin:5px 0}.bb-side-cart-info b{font-size:15px;color:var(--bb-magenta)}.bb-empty-cart{text-align:center;padding:80px 10px;color:#333}.bb-empty-cart-icon{font-size:72px;filter:grayscale(1);opacity:.18}.bb-empty-cart h3{font-size:26px;margin:10px 0 8px}.bb-empty-cart p{color:#77656f;font-weight:700}.bb-side-cart-footer{padding:18px 24px 24px;border-top:1px solid #f0edf0;background:#fff}.bb-side-cart-total{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.bb-side-cart-total span{font-size:22px;font-weight:900}.bb-side-cart-total strong{font-size:22px;color:#111}.bb-side-cart-button{height:58px;border-radius:999px;background:#df1b83;color:#fff;text-decoration:none;display:grid;place-items:center;font-size:18px;font-weight:900}.bb-side-cart-link{display:block;text-align:center;color:#df1b83;text-decoration:none;font-size:17px;font-weight:900;margin-top:17px}
/* Hero */.bb-home-page{background:#fff}.bb-hero{width:100%;min-height:720px;padding:95px 8%;display:grid;grid-template-columns:1fr 1.05fr;align-items:center;gap:50px;background:radial-gradient(circle at top left,#fff8ef 0%,#fffdf8 42%,#fff3f7 100%);position:relative;overflow:hidden}.bb-hero-content{position:relative;z-index:3;max-width:580px}.bb-kicker,.bb-ocasion-kicker{text-align:inherit;font-size:13px;font-weight:900;letter-spacing:3px;color:#111;margin:0 0 12px}.bb-hero h1{font-family:'Baloo 2',cursive;font-size:clamp(64px,7vw,108px);line-height:.82;margin:0 0 28px;color:#050505;font-weight:800;letter-spacing:-2px}.bb-hero h1 span{color:var(--bb-pink)}.bb-description{font-size:21px;line-height:1.45;color:#161616;font-weight:700;margin:0 0 34px}.bb-button{display:inline-flex;align-items:center;justify-content:center;background:var(--bb-pink);color:#fff;text-decoration:none;min-width:360px;height:62px;padding:0 34px;border-radius:999px;font-size:15px;font-weight:900;letter-spacing:.4px;box-shadow:0 14px 30px rgba(233,111,156,.25);transition:.25s}.bb-button:hover{transform:translateY(-3px);box-shadow:0 18px 36px rgba(233,111,156,.35);color:#fff}.bb-benefits{display:flex;gap:32px;margin-top:52px;flex-wrap:wrap}.bb-benefits div{display:flex;align-items:center;gap:12px}.bb-icon{width:38px;height:38px;border:3px solid #111;border-radius:12px;display:grid;place-items:center;font-size:21px;font-weight:900}.bb-benefits p{margin:0;font-size:15px;line-height:1.25;font-weight:900}.bb-hero-image{position:relative;z-index:2;min-height:580px;display:flex;align-items:center;justify-content:center}.bb-green-paper{position:absolute;width:380px;height:390px;background:linear-gradient(rgba(255,255,255,.45) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.45) 1px,transparent 1px),#a8c994;background-size:42px 42px;right:15%;bottom:8%;transform:rotate(-3deg);opacity:.85}.bb-photo-wrap{position:relative;z-index:3;width:min(560px,90vw);background:#fff;padding:18px;transform:rotate(5deg);box-shadow:0 26px 70px rgba(0,0,0,.13)}.bb-photo-wrap:after{content:"Espacio para foto principal";position:absolute;left:50%;bottom:28px;transform:translateX(-50%) rotate(-1deg);color:#a46b86;font-weight:900;font-size:15px}.bb-photo-wrap img{width:100%;display:block;aspect-ratio:4/3.4;object-fit:cover;background:#fff1f7;border:1px dashed #edc4d7}.bb-photo-wrap img.bb-img-missing{opacity:0}.bb-tape{position:absolute;z-index:5;width:170px;height:42px;background:rgba(216,181,135,.55);top:55px;left:47%;transform:rotate(5deg);backdrop-filter:blur(1px)}.bb-smile{position:absolute;z-index:6;right:4%;top:48%;font-size:82px;line-height:1;color:#111;animation:bb-float 4s ease-in-out infinite}.bb-sticker{position:absolute;z-index:6;right:2%;bottom:7%;width:158px;height:158px;background:#b9acd9;color:#111;border-radius:50%;display:grid;place-items:center;text-align:center;font-family:'Baloo 2',cursive;font-size:22px;line-height:1.05;font-weight:800;transform:rotate(-8deg);box-shadow:0 14px 26px rgba(0,0,0,.13);animation:bb-pulse 3.5s ease-in-out infinite}.bb-confetti{position:absolute;z-index:1;pointer-events:none;opacity:.9}.bb-confetti:before{content:"";display:block;width:72px;height:72px;border:6px solid;border-color:#b9acd9 transparent transparent transparent;border-radius:50%}.bb-confetti-1{left:-10px;top:36%;transform:rotate(30deg);animation:bb-dance 5s ease-in-out infinite}.bb-confetti-2{left:49%;top:13%;animation:bb-dance 6s ease-in-out infinite reverse}.bb-confetti-2:before,.bb-confetti-3:before{border-color:#e96f9c transparent transparent transparent}.bb-confetti-3{left:4%;bottom:17%;animation:bb-dance 4.5s ease-in-out infinite}.bb-confetti-4{right:2%;top:22%;animation:bb-dance 5.8s ease-in-out infinite reverse}.bb-confetti-4:before{border-color:#f3ad2f transparent transparent transparent}@keyframes bb-dance{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-18px) rotate(18deg)}}@keyframes bb-float{0%,100%{transform:translateY(0) rotate(0)}50%{transform:translateY(-12px) rotate(7deg)}}@keyframes bb-pulse{0%,100%{transform:rotate(-8deg) scale(1)}50%{transform:rotate(-4deg) scale(1.04)}}
/* Ocasion */.bb-ocasion{padding:80px 5%;background:#fff;text-align:center;position:relative}.bb-ocasion-kicker{text-align:center;margin-bottom:10px}.bb-ocasion h2,.bb-extra-sections h2{font-family:'Baloo 2',cursive;font-size:clamp(38px,4vw,58px);line-height:.95;margin:0 0 42px}.bb-carousel-wrapper{position:relative;max-width:1500px;margin:auto}.bb-ocasion-slider{display:flex;gap:22px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:12px 12px 20px}.bb-ocasion-slider::-webkit-scrollbar{display:none}.bb-ocasion-card{min-width:220px;max-width:220px;flex-shrink:0;border-radius:24px;overflow:hidden;text-decoration:none;color:#111;background:#fff;box-shadow:0 12px 30px rgba(0,0,0,.05);transition:.25s}.bb-ocasion-card:hover{transform:translateY(-8px);color:#111}.bb-cat-placeholder{width:100%;aspect-ratio:1/1.15;background:#fff4fa;display:grid;place-items:center;position:relative}.bb-cat-placeholder:before{content:var(--emoji);font-size:42px}.bb-cat-placeholder img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bb-ocasion-card>div:last-child{min-height:82px;padding:16px;display:flex;align-items:center;justify-content:space-between}.bb-ocasion-card span{text-align:left;font-size:15px;font-weight:900;line-height:1.2}.bb-ocasion-card b{font-size:22px;color:#7d7388}.yellow>div:last-child{background:#ffd874}.cream>div:last-child{background:#f3eadf}.love>div:last-child{background:#f8d8df}.green>div:last-child{background:#efeaca}.purple>div:last-child{background:#e7d9ea}.pink>div:last-child{background:#f6c0d8}.blue>div:last-child{background:#dce7f4}.rose>div:last-child{background:#ead9dd}.bb-arrow,.bb-video-arrow{position:absolute;top:50%;transform:translateY(-50%);width:56px;height:56px;border:none;border-radius:50%;background:#fff;box-shadow:0 12px 24px rgba(0,0,0,.12);cursor:pointer;z-index:20;font-size:34px;color:#333;transition:.2s}.bb-arrow:hover,.bb-video-arrow:hover{transform:translateY(-50%) scale(1.08)}.bb-prev,.bb-video-prev{left:-28px}.bb-next,.bb-video-next{right:-28px}.bb-ocasion-btn{margin-top:30px;display:inline-flex;text-decoration:none;color:#111;font-weight:900;font-size:14px;letter-spacing:.4px}.bb-ocasion-btn:hover{color:var(--bb-pink)}
/* Extra sections */.bb-extra-sections{background:#fffdfb}.bb-reveal{opacity:0;transform:translateY(36px);transition:opacity .8s ease,transform .8s ease}.bb-reveal.bb-visible{opacity:1;transform:translateY(0)}.bb-commitments{padding:76px 5%;background:#f8f8f8}.bb-commitments-grid{margin:35px auto 0;max-width:1180px;display:grid;grid-template-columns:repeat(3,1fr);gap:25px}.bb-commitment-card{background:#fff;border-radius:22px;padding:28px;display:flex;align-items:center;gap:24px;box-shadow:0 10px 28px rgba(0,0,0,.035)}.bb-commitment-icon{font-size:46px;min-width:60px;text-align:center}.bb-commitment-card h3{margin:0 0 8px;font-size:19px;font-weight:900}.bb-commitment-card p{margin:0;font-size:16px;line-height:1.4;color:#4a4a4a}.bb-how{padding:78px 5%;text-align:center}.bb-steps{margin:42px auto 35px;max-width:1150px;display:flex;align-items:flex-start;justify-content:center;gap:18px}.bb-step{width:210px}.bb-step-icon{width:86px;height:86px;margin:0 auto 14px;background:#ffe2b8;border-radius:50%;display:grid;place-items:center;font-size:38px;animation:bb-float 3s ease-in-out infinite}.bb-step-icon.pink{background:#ffd7e3}.bb-step-icon.purple{background:#ded7ff}.bb-step-icon.green{background:#dfe7c9}.bb-step h3{margin:0 0 8px;font-size:16px;font-weight:900}.bb-step p{margin:0;font-size:14px;line-height:1.4}.bb-line{width:90px;height:2px;border-top:2px dashed #cfcfcf;margin-top:42px}.bb-recent{padding:76px 5%;background:#fff}.bb-section-head{max-width:1180px;margin:0 auto 28px;display:flex;justify-content:space-between;align-items:center;gap:20px}.bb-section-head h2{text-align:left;font-size:38px;margin:0}.bb-section-head a{font-size:13px;font-weight:900;text-decoration:none}.bb-recent-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.bb-recent-tile{aspect-ratio:1/1;border-radius:18px;background:#fff0f6;border:1px dashed #efc7da;display:grid;place-items:center;overflow:hidden;position:relative;color:#a46b86;font-weight:900}.bb-recent-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.bb-testimonials{padding:86px 0 100px;background:#fff7fa;overflow:hidden;text-align:center}.bb-video-carousel{position:relative;width:100%;margin:45px auto 0}.bb-phone-slider{display:flex;gap:28px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:10px 5vw 28px}.bb-phone-slider::-webkit-scrollbar{display:none}.bb-phone{min-width:250px;max-width:250px;flex:0 0 250px;background:#111;border-radius:42px;padding:13px;box-shadow:0 22px 50px rgba(0,0,0,.18);position:relative}.bb-phone:before{content:"";width:72px;height:6px;background:#252525;border-radius:999px;position:absolute;top:8px;left:50%;transform:translateX(-50%);z-index:3}.bb-phone video{width:100%;aspect-ratio:9/16;object-fit:cover;border-radius:30px;display:block;background:#111}.bb-video-placeholder{position:absolute;inset:13px;border-radius:30px;background:linear-gradient(#292929,#101010);display:grid;place-items:center;color:#fff;font-weight:900;pointer-events:none}.bb-phone video[src]:not([src=""])+.bb-video-placeholder{display:none}.bb-site-footer{background:#111;color:#fff;min-height:110px;padding:30px 8%;display:flex;align-items:center;justify-content:space-between;gap:20px}.bb-site-footer strong{font-family:'Baloo 2';font-size:30px}.bb-site-footer span{font-weight:900}
/* Woo pages */.bb-page-content{max-width:1180px;margin:0 auto;padding:70px 24px}.bb-page-content h1{font-family:'Baloo 2';font-size:48px;line-height:1;margin:0 0 25px}.woocommerce form .form-row input.input-text,.woocommerce form .form-row textarea{border:1px solid #ead4df;border-radius:14px;padding:13px}.woocommerce button.button,.woocommerce a.button,.woocommerce input.button{border-radius:999px!important;background:var(--bb-magenta)!important;color:#fff!important;font-weight:900!important;padding:13px 22px!important}
@media(max-width:1050px){.bb-header-main{grid-template-columns:180px minmax(280px,1fr) 210px;padding:0 4%;gap:22px}.bb-cart-total{display:none}.bb-hero{grid-template-columns:1fr;text-align:center;padding:70px 24px}.bb-hero-content{margin:0 auto}.bb-benefits{justify-content:center}.bb-hero-image{min-height:470px}.bb-photo-wrap{width:min(430px,88vw)}.bb-sticker{width:125px;height:125px;font-size:18px}.bb-smile{font-size:58px}.bb-commitments-grid{grid-template-columns:1fr}.bb-steps{flex-direction:column;align-items:center}.bb-line{width:2px;height:35px;border-top:none;border-left:2px dashed #cfcfcf;margin:0}.bb-recent-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:767px){body{padding-top:0}.bb-loader-logo{width:86px}.bb-loader-text{font-size:16px}.bb-marquee{height:36px}.bb-item{font-size:12px;letter-spacing:1.4px}.bb-header-main{height:90px;padding:0 24px;grid-template-columns:48px 1fr 92px;gap:14px}.bb-menu-toggle{display:flex}.bb-header-logo{justify-content:center}.bb-header-logo img{max-width:122px!important;max-height:68px!important}.bb-header-search{grid-column:1/-1;grid-row:2;width:100%;background:var(--bb-pink-2);margin:0 -24px;padding:18px 24px 22px}.bb-header-main{height:auto;padding-top:18px;padding-bottom:0}.bb-search-input{height:58px!important;font-size:17px!important;padding-left:22px!important;padding-right:62px!important}.bb-search-button{right:20px}.bb-search-button svg{width:30px;height:30px}.bb-header-actions{gap:10px}.bb-account-trigger,.bb-cart-trigger{width:38px;height:38px;background:transparent}.bb-account-trigger svg,.bb-cart-trigger svg{width:28px;height:28px}.bb-cart-count{top:-5px;right:-6px}.bb-main-menu{display:none}.bb-search-results{position:static;margin-top:10px;max-height:50vh}.bb-mobile-menu{padding:50px 32px 30px}.bb-mobile-menu-logo img{max-width:165px}.bb-mobile-close{width:64px;height:64px;font-size:40px}.bb-mobile-menu a{font-size:34px;padding:12px 0}.bb-side-cart{top:auto;bottom:0;right:0;left:0;width:100%;height:min(76vh,680px);border-radius:28px 28px 0 0;transform:translateY(105%)}.bb-side-cart.is-open{transform:translateY(0)}.bb-hero{min-height:auto;padding:64px 24px 58px}.bb-kicker{text-align:center;font-size:12px}.bb-hero h1{font-size:64px}.bb-description{font-size:18px}.bb-button{min-width:0;width:100%;max-width:360px}.bb-benefits{display:none}.bb-hero-image{min-height:380px}.bb-photo-wrap{width:min(360px,88vw);padding:12px}.bb-green-paper{width:250px;height:260px}.bb-tape{width:120px;height:30px;top:32px}.bb-sticker{right:-10px;bottom:20px}.bb-ocasion{padding:58px 20px}.bb-ocasion h2,.bb-extra-sections h2{font-size:40px}.bb-arrow{display:none}.bb-ocasion-card{min-width:178px;max-width:178px}.bb-commitment-card{flex-direction:column;text-align:center}.bb-recent-grid{grid-template-columns:repeat(2,1fr)}.bb-section-head{flex-direction:column;text-align:center}.bb-section-head h2{text-align:center}.bb-phone-slider{gap:20px;padding:10px 20px 20px}.bb-phone{min-width:230px;max-width:230px;flex-basis:230px}.bb-video-arrow{display:none}.bb-site-footer{flex-direction:column;text-align:center}}

/* ===== BB V4 FIXES ===== */
html, body{
  width:100%;
  max-width:100%;
  overflow-x:hidden !important;
}
body.bb-menu-open{overflow:hidden !important;}

/* Sticky header completo */
.bb-site-header{
  position:sticky !important;
  top:0;
  left:0;
  right:0;
  width:100%;
  z-index:99990;
  box-shadow:0 10px 28px rgba(80,0,50,.08);
}
body.admin-bar .bb-site-header{top:32px;}
@media(max-width:782px){body.admin-bar .bb-site-header{top:46px;}}

/* Header desktop más fino, centrado y sin desbalance */
.bb-header-main{
  width:100%;
  max-width:1560px !important;
  margin:0 auto !important;
  padding:0 64px !important;
  display:grid !important;
  grid-template-columns:220px minmax(420px,640px) 260px !important;
  justify-content:space-between !important;
  align-items:center !important;
  gap:36px !important;
}
.bb-header-logo img{max-width:158px !important;max-height:84px !important;}
.bb-header-search{width:100% !important;justify-self:center !important;margin:0 !important;padding:0 !important;background:transparent !important;}
.bb-search-form{max-width:640px !important;margin:0 auto !important;}
.bb-header-actions{justify-self:end !important;gap:16px !important;color:#fff !important;}
.bb-account-trigger,.bb-cart-trigger{
  color:#fff !important;
  background:rgba(255,255,255,.16) !important;
  border:0 !important;
  text-decoration:none !important;
}
.bb-account-trigger svg,.bb-cart-trigger svg{stroke:#fff !important;}
.bb-cart-total{color:#fff !important;font-weight:900 !important;}

/* Menú mobile vertical, sin footer buttons y sin overflow raro */
.bb-mobile-menu{
  width:100vw !important;
  max-width:100vw !important;
  overflow-x:hidden !important;
  padding:54px 32px 38px !important;
}
.bb-mobile-menu-footer{display:none !important;}
.bb-mobile-nav,
.bb-mobile-menu .menu{
  display:flex !important;
  flex-direction:column !important;
  align-items:flex-start !important;
  justify-content:flex-start !important;
  gap:0 !important;
  width:100% !important;
}
.bb-mobile-menu li{width:100% !important;}
.bb-mobile-menu a{
  width:100% !important;
  white-space:normal !important;
  overflow-wrap:anywhere !important;
}
.bb-mobile-menu.is-open{
  animation:bbMenuOpen .38s cubic-bezier(.2,.9,.25,1) both;
}
@keyframes bbMenuOpen{
  0%{opacity:0;clip-path:circle(10% at 9% 9%);transform:scale(1.02)}
  100%{opacity:1;clip-path:circle(150% at 9% 9%);transform:scale(1)}
}

/* Categorías más grandes en web */
@media(min-width:900px){
  .bb-ocasion{padding:90px 5% 80px !important;}
  .bb-carousel-wrapper{max-width:1580px !important;}
  .bb-ocasion-slider{gap:26px !important;padding:14px 18px 24px !important;}
  .bb-ocasion-card{min-width:280px !important;max-width:280px !important;border-radius:24px !important;}
  .bb-cat-placeholder{aspect-ratio:1/.92 !important;}
  .bb-ocasion-card>div:last-child{min-height:92px !important;padding:20px !important;}
  .bb-ocasion-card span{font-size:18px !important;}
}

/* Compromisos centrado */
.bb-commitments h2,
.bb-extra-sections h2{text-align:center !important;}

/* Productos Woo destacados y más productos */
.bb-products-section{
  padding:76px 5%;
  background:#fffdfb;
}
.bb-featured-products{background:#fff;}
.bb-more-products{background:#fffdfb;}
.bb-products-head{
  max-width:1280px;
  margin:0 auto 28px;
  display:grid;
  grid-template-columns:1fr auto;
  align-items:end;
  gap:18px;
}
.bb-products-head .bb-kicker{grid-column:1/-1;text-align:left;margin:0;color:#111;}
.bb-products-head h2{
  margin:0;
  font-family:'Baloo 2',cursive;
  font-size:clamp(34px,4vw,54px);
  line-height:.95;
}
.bb-products-head a{
  text-decoration:none;
  font-size:13px;
  font-weight:900;
  letter-spacing:.4px;
}
.bb-products-grid{
  max-width:1280px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:26px;
}
.bb-products-grid-more{grid-template-columns:repeat(4,minmax(0,1fr));}
.bb-product-card{position:relative;}
.bb-product-link{text-decoration:none;color:#222;display:block;}
.bb-product-image-wrap{
  position:relative;
  width:100%;
  aspect-ratio:1/1;
  background:#fafafa;
  border-radius:16px;
  overflow:hidden;
  box-shadow:0 12px 30px rgba(0,0,0,.045);
}
.bb-product-img{
  position:absolute;
  inset:0;
  width:100% !important;
  height:100% !important;
  object-fit:cover;
  transition:opacity .28s ease, transform .35s ease;
}
.bb-product-img-hover{opacity:0;transform:scale(1.03);}
.bb-product-card:hover .bb-product-img-main{opacity:0;transform:scale(1.02);}
.bb-product-card:hover .bb-product-img-hover{opacity:1;transform:scale(1);}
.bb-product-placeholder{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  background:#fff0f6;
  color:#a46b86;
  font-weight:900;
}
.bb-product-cart-visual{
  position:absolute;
  right:14px;
  bottom:14px;
  width:48px;
  height:48px;
  border-radius:50%;
  background:#fff;
  display:grid;
  place-items:center;
  box-shadow:0 14px 34px rgba(0,0,0,.16);
  transform:translateY(12px);
  opacity:0;
  transition:.25s ease;
}
.bb-product-card:hover .bb-product-cart-visual{opacity:1;transform:translateY(0);}
.bb-product-card h3{
  margin:14px 4px 4px;
  font-size:18px;
  line-height:1.2;
  font-weight:800;
  color:#3a3a3a;
}
.bb-product-price{
  margin:0 4px;
  font-size:22px;
  font-weight:900;
  color:#333;
}
.bb-product-price .woocommerce-Price-currencySymbol{font-size:14px;vertical-align:top;}
.bb-product-cart-button{
  position:absolute;
  left:50%;
  top:calc(100% - 88px);
  transform:translate(-50%,8px);
  opacity:0;
  pointer-events:none;
  background:#e96f9c !important;
  color:#fff !important;
  border-radius:999px !important;
  padding:11px 18px !important;
  font-weight:900 !important;
  text-decoration:none !important;
  box-shadow:0 14px 28px rgba(233,111,156,.28);
  transition:.25s ease;
  white-space:nowrap;
  z-index:5;
}
.bb-product-card:hover .bb-product-cart-button{opacity:1;transform:translate(-50%,0);pointer-events:auto;}
.bb-products-empty{
  grid-column:1/-1;
  background:#fff0f6;
  border:1px dashed #efc7da;
  border-radius:18px;
  padding:28px;
  color:#8a6074;
  font-weight:900;
  text-align:center;
}

/* Floating cart + WhatsApp */
.bb-floating-cart{
  position:fixed !important;
  right:22px;
  bottom:24px;
  z-index:99950;
  width:62px !important;
  height:62px !important;
  border-radius:50% !important;
  border:0 !important;
  background:#fff !important;
  color:#111 !important;
  box-shadow:0 16px 38px rgba(0,0,0,.18) !important;
  display:grid !important;
  place-items:center !important;
  cursor:pointer;
}
.bb-floating-cart svg{width:30px;height:30px;stroke:#111 !important;}
.bb-floating-cart .bb-cart-count{top:-4px;right:-4px;}
.bb-whatsapp-float{
  position:fixed;
  right:0;
  top:55%;
  transform:translateY(-50%);
  z-index:99940;
  display:flex;
  align-items:center;
  text-decoration:none;
}
.bb-whatsapp-icon{
  width:58px;
  height:70px;
  border-radius:16px 0 0 16px;
  background:#25d366;
  color:#fff;
  display:grid;
  place-items:center;
  font-size:26px;
  box-shadow:0 12px 28px rgba(0,0,0,.18);
}
.bb-whatsapp-icon::before{content:'☎';font-size:26px;}
.bb-whatsapp-icon{font-size:0;}
.bb-whatsapp-bubble{
  position:absolute;
  right:68px;
  min-width:250px;
  max-width:280px;
  background:#fff;
  color:#111;
  border-radius:18px;
  padding:14px 16px;
  font-size:14px;
  line-height:1.25;
  font-weight:900;
  box-shadow:0 18px 40px rgba(0,0,0,.14);
  opacity:0;
  transform:translateX(10px);
  pointer-events:none;
  animation:bbWhatsBubble 12s ease-in-out infinite;
}
.bb-whatsapp-bubble::after{
  content:'';
  position:absolute;
  right:-7px;
  top:50%;
  width:14px;
  height:14px;
  background:#fff;
  transform:translateY(-50%) rotate(45deg);
}
@keyframes bbWhatsBubble{
  0%,35%,100%{opacity:0;transform:translateX(10px)}
  45%,75%{opacity:1;transform:translateX(0)}
}

@media(max-width:1050px){
  .bb-header-main{grid-template-columns:190px minmax(360px,1fr) 210px !important;padding:0 32px !important;gap:22px !important;}
}
@media(max-width:767px){
  .bb-site-header{position:sticky !important;top:0;}
  body.admin-bar .bb-site-header{top:0;}
  .bb-header-main{
    width:100% !important;
    grid-template-columns:54px minmax(0,1fr) 104px !important;
    padding:18px 24px 0 !important;
    gap:12px !important;
    overflow:hidden !important;
  }
  .bb-header-logo img{max-width:138px !important;max-height:76px !important;}
  .bb-header-search{
    grid-column:1/-1;
    width:calc(100% + 48px) !important;
    margin:0 -24px !important;
    padding:22px 24px 24px !important;
    justify-self:stretch !important;
    background:#cf4e89 !important;
  }
  .bb-search-form{width:100% !important;max-width:none !important;}
  .bb-search-input{height:64px !important;font-size:20px !important;border-radius:999px !important;}
  .bb-whatsapp-float{top:auto;bottom:100px;}
  .bb-whatsapp-icon{width:54px;height:64px;}
  .bb-whatsapp-bubble{right:64px;min-width:220px;max-width:235px;font-size:13px;}
  .bb-floating-cart{right:18px;bottom:22px;width:58px !important;height:58px !important;}
  .bb-products-section{padding:58px 22px;}
  .bb-products-head{display:block;text-align:center;}
  .bb-products-head .bb-kicker{text-align:center;}
  .bb-products-head a{display:inline-block;margin-top:12px;}
  .bb-products-grid,.bb-products-grid-more{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
  .bb-product-card h3{font-size:14px;}
  .bb-product-price{font-size:18px;}
  .bb-product-cart-button{display:none !important;}
}
@media(max-width:430px){
  .bb-products-grid,.bb-products-grid-more{grid-template-columns:1fr 1fr;gap:14px;}
  .bb-whatsapp-bubble{display:none;}
}

/* ===== BB V5 CORRECCIONES FINAS ===== */
html,body{overflow-x:hidden!important;max-width:100%!important;}
body{font-family:'Nunito',sans-serif;}

/* Header realmente sticky/fijo sin banner blanco */
.bb-site-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:99990!important;
  background:var(--bb-magenta)!important;
  box-shadow:0 10px 26px rgba(80,0,50,.10)!important;
}
body.admin-bar .bb-site-header{top:32px!important;}
body{padding-top:var(--bb-header-height,196px)!important;}
@media(max-width:782px){body.admin-bar .bb-site-header{top:0!important;}body{padding-top:var(--bb-header-height,198px)!important;}}

.bb-header-main{
  background:var(--bb-magenta)!important;
  max-width:1680px!important;
  padding:0 72px!important;
  grid-template-columns:230px minmax(480px,660px) 285px!important;
  justify-content:space-between!important;
}
.bb-header-logo img{max-width:170px!important;}
.bb-header-search{justify-self:center!important;width:100%!important;max-width:660px!important;background:transparent!important;margin:0!important;padding:0!important;}
.bb-search-form{max-width:660px!important;}
.bb-header-actions{justify-self:end!important;color:#fff!important;}
.bb-account-trigger,.bb-cart-trigger{color:#fff!important;background:rgba(255,255,255,.15)!important;}
.bb-account-trigger svg,.bb-cart-trigger svg{stroke:#fff!important;}

/* Menú desktop: hover con zoom bonito */
.bb-main-menu .menu>li>a{
  display:inline-block!important;
  transition:transform .22s ease,color .22s ease!important;
  transform-origin:center!important;
}
.bb-main-menu .menu>li>a:hover{
  transform:scale(1.09)!important;
  color:#b80072!important;
}

/* Menú móvil: vuelve a animación rápida anterior, sin botones y sin X cambiada */
.bb-mobile-menu{
  width:100vw!important;
  max-width:100vw!important;
  overflow-x:hidden!important;
  padding:54px 32px 38px!important;
  transform:scale(1.04)!important;
  transition:opacity .24s ease,visibility .24s ease,transform .24s ease!important;
  animation:none!important;
  clip-path:none!important;
}
.bb-mobile-menu.is-open{
  opacity:1!important;
  visibility:visible!important;
  transform:scale(1)!important;
  animation:none!important;
  clip-path:none!important;
}
.bb-mobile-close{
  width:70px!important;
  height:70px!important;
  border:3px solid #fff!important;
  border-radius:999px!important;
  background:transparent!important;
  color:#fff!important;
  font-size:44px!important;
  line-height:1!important;
  display:grid!important;
  place-items:center!important;
  padding-bottom:6px!important;
}
.bb-mobile-menu-footer{display:none!important;}
.bb-mobile-nav,.bb-mobile-menu .menu{display:flex!important;flex-direction:column!important;align-items:flex-start!important;gap:0!important;width:100%!important;}
.bb-mobile-menu li{width:100%!important;opacity:1!important;transform:none!important;animation:none!important;}
.bb-mobile-menu a{width:100%!important;white-space:normal!important;overflow-wrap:anywhere!important;}

/* Mobile header: buscador centrado y sin moverse a la izquierda */
@media(max-width:767px){
  .bb-header-main{
    width:100%!important;
    max-width:100%!important;
    grid-template-columns:58px minmax(0,1fr) 104px!important;
    padding:18px 24px 0!important;
    gap:12px!important;
    overflow:visible!important;
    position:relative!important;
  }
  .bb-header-search{
    grid-column:1/-1!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    padding:22px 0 24px!important;
    position:relative!important;
    z-index:1!important;
  }
  .bb-header-search:before{
    content:"";
    position:absolute;
    left:50%;
    top:0;
    bottom:0;
    width:100vw;
    transform:translateX(-50%);
    background:#cf4e89;
    z-index:-1;
  }
  .bb-search-form{width:100%!important;max-width:none!important;margin:0!important;}
  .bb-search-input{height:62px!important;font-size:19px!important;padding-left:24px!important;padding-right:68px!important;}
}

/* Categorías más grandes tipo referencia */
@media(min-width:900px){
  .bb-ocasion{padding:94px 3.2% 86px!important;}
  .bb-carousel-wrapper{max-width:1760px!important;}
  .bb-ocasion-slider{gap:28px!important;padding:18px 10px 28px!important;}
  .bb-ocasion-card{min-width:390px!important;max-width:390px!important;border-radius:16px!important;}
  .bb-cat-placeholder{aspect-ratio:1/.78!important;}
  .bb-ocasion-card>div:last-child{min-height:100px!important;padding:24px!important;}
  .bb-ocasion-card span{font-size:22px!important;line-height:1.06!important;}
  .bb-ocasion-card b{font-size:25px!important;}
}
@media(min-width:1450px){.bb-ocasion-card{min-width:445px!important;max-width:445px!important;}}

/* Productos: solo icono visual, tipografía más elegante */
.bb-product-cart-button{display:none!important;}
.bb-product-card h3{
  font-family:'Nunito',sans-serif!important;
  font-size:16px!important;
  line-height:1.22!important;
  font-weight:600!important;
  letter-spacing:.01em!important;
  color:#282828!important;
  text-transform:none!important;
}
.bb-product-price{
  font-family:'Nunito',sans-serif!important;
  font-size:20px!important;
  color:#2e2e2e!important;
  font-weight:800!important;
}
.bb-product-cart-visual{
  opacity:1!important;
  transform:none!important;
  width:44px!important;
  height:44px!important;
  right:14px!important;
  bottom:14px!important;
  background:#fff!important;
  font-size:0!important;
}
.bb-product-cart-visual:before{
  content:"";
  width:22px;
  height:22px;
  display:block;
  background:currentColor;
  color:#111;
  -webkit-mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6"/></svg>') center/contain no-repeat;
  mask:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><circle cx="9" cy="21" r="1"/><circle cx="20" cy="21" r="1"/><path d="M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6"/></svg>') center/contain no-repeat;
}

/* Trabajos recientes más grandes en PC */
@media(min-width:900px){
  .bb-recent{padding:88px 5%!important;}
  .bb-recent-grid{grid-template-columns:repeat(3,1fr)!important;gap:28px!important;max-width:1280px!important;}
  .bb-recent-tile{border-radius:22px!important;min-height:260px!important;}
  .bb-recent-tile img{min-height:260px!important;}
}
@media(min-width:1300px){.bb-recent-grid{grid-template-columns:repeat(3,1fr)!important}.bb-recent-tile{min-height:310px!important}.bb-recent-tile img{min-height:310px!important}}

/* WhatsApp a la izquierda con icono real */
.bb-whatsapp-float{
  left:0!important;
  right:auto!important;
  top:55%!important;
  transform:translateY(-50%)!important;
}
.bb-whatsapp-icon{
  width:58px!important;
  height:70px!important;
  border-radius:0 16px 16px 0!important;
  background:#25d366!important;
  overflow:hidden!important;
}
.bb-whatsapp-icon:before{display:none!important;content:none!important;}
.bb-whatsapp-icon img{width:32px!important;height:32px!important;object-fit:contain!important;display:block!important;}
.bb-whatsapp-bubble{
  left:68px!important;
  right:auto!important;
  transform:translateX(-10px)!important;
}
.bb-whatsapp-bubble:after{
  left:-7px!important;
  right:auto!important;
}
@keyframes bbWhatsBubble{
  0%,35%,100%{opacity:0;transform:translateX(-10px)}
  45%,75%{opacity:1;transform:translateX(0)}
}
@media(max-width:767px){
  .bb-whatsapp-float{left:0!important;right:auto!important;bottom:auto!important;top:58%!important;}
  .bb-whatsapp-icon{width:52px!important;height:62px!important;}
  .bb-whatsapp-bubble{display:none!important;}
}

/* ===============================
   V6 AJUSTES FINOS SOLICITADOS
   =============================== */
html, body{
  max-width:100%;
  overflow-x:hidden!important;
}

/* Header sticky real, sin espacio blanco fantasma */
body{padding-top:0!important;}
.bb-site-header{
  position:sticky!important;
  top:0!important;
  z-index:99990!important;
  width:100%!important;
}
body.admin-bar .bb-site-header{top:32px!important;}
@media(max-width:782px){body.admin-bar .bb-site-header{top:46px!important;}}

/* Buscador: resultado más ágil visualmente */
.bb-search-results{
  border:1px solid rgba(0,0,0,.04)!important;
  box-shadow:0 22px 55px rgba(50,20,35,.16)!important;
}
.bb-search-result{
  transition:background .18s ease, transform .18s ease;
}
.bb-search-result:hover{
  background:#fff4f8;
  transform:translateX(2px);
}

/* Menú móvil: mantener el estilo anterior, rápido, vertical y sin desbordar */
.bb-mobile-menu{
  left:0!important;
  right:0!important;
  width:100vw!important;
  max-width:100vw!important;
  overflow-x:hidden!important;
  opacity:0!important;
  visibility:hidden!important;
  transform:translateY(-10px)!important;
  transition:opacity .22s ease, visibility .22s ease, transform .22s ease!important;
  padding:52px 34px 34px!important;
}
.bb-mobile-menu.is-open{
  opacity:1!important;
  visibility:visible!important;
  transform:translateY(0)!important;
}
.bb-mobile-close{
  width:68px!important;
  height:68px!important;
  border:3px solid #fff!important;
  border-radius:50%!important;
  background:transparent!important;
  color:#fff!important;
  font-size:42px!important;
  display:grid!important;
  place-items:center!important;
  line-height:1!important;
}
.bb-mobile-nav,
.bb-mobile-menu .menu{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:0!important;
  width:100%!important;
}
.bb-mobile-menu li{
  width:100%!important;
  opacity:1!important;
  transform:none!important;
  animation:none!important;
}
.bb-mobile-menu a{
  display:block!important;
  width:100%!important;
  color:#fff!important;
  text-align:left!important;
  white-space:normal!important;
  overflow-wrap:anywhere!important;
}

/* Productos: 65% más grandes en desktop, estilo limpio y carrito solo en hover */
@media(min-width:1024px){
  .bb-products-section{padding:94px 4%!important;}
  .bb-products-head{max-width:1500px!important;margin-bottom:34px!important;}
  .bb-products-grid,
  .bb-products-grid-more{
    max-width:1500px!important;
    grid-template-columns:repeat(3,minmax(0,1fr))!important;
    gap:42px!important;
  }
  .bb-product-image-wrap{
    border-radius:18px!important;
    box-shadow:none!important;
    background:#fafafa!important;
  }
  .bb-product-card h3{
    margin:16px 0 4px!important;
    font-family:'Nunito',sans-serif!important;
    font-size:20px!important;
    line-height:1.18!important;
    font-weight:500!important;
    letter-spacing:.02em!important;
    color:#2b2b2b!important;
    text-transform:none!important;
  }
  .bb-product-price{
    margin:0!important;
    font-size:24px!important;
    font-weight:800!important;
    color:#222!important;
  }
}
@media(min-width:1500px){
  .bb-products-grid,
  .bb-products-grid-more{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:34px!important;}
  .bb-product-card h3{font-size:19px!important;}
}
.bb-product-cart-button{display:none!important;}
.bb-product-cart-visual{
  width:52px!important;
  height:52px!important;
  right:14px!important;
  bottom:14px!important;
  border-radius:14px!important;
  background:#fff!important;
  color:#111!important;
  box-shadow:0 12px 30px rgba(0,0,0,.13)!important;
  opacity:0!important;
  transform:translateY(10px) scale(.96)!important;
  transition:opacity .22s ease, transform .22s ease!important;
  font-size:0!important;
}
.bb-product-card:hover .bb-product-cart-visual{
  opacity:1!important;
  transform:translateY(0) scale(1)!important;
}
.bb-product-cart-visual:before{
  color:#111!important;
  width:24px!important;
  height:24px!important;
}

/* Trabajos recientes: carrusel horizontal full width */
.bb-recent{
  padding:92px 0!important;
  background:#fff!important;
  overflow:hidden!important;
}
.bb-recent .bb-section-head{
  max-width:1500px!important;
  padding:0 4%!important;
  margin-bottom:30px!important;
}
.bb-recent-carousel{
  width:100vw!important;
  margin-left:50%!important;
  transform:translateX(-50%)!important;
  position:relative!important;
  overflow:hidden!important;
}
.bb-recent-track{
  display:flex!important;
  gap:28px!important;
  overflow-x:auto!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  padding:10px 4vw 22px!important;
}
.bb-recent-track::-webkit-scrollbar{display:none!important;}
.bb-recent-tile{
  flex:0 0 clamp(300px, 28vw, 470px)!important;
  aspect-ratio:1/1!important;
  min-height:0!important;
  border-radius:22px!important;
  overflow:hidden!important;
  background:#fff0f6!important;
  border:1px dashed #efc7da!important;
  box-shadow:0 16px 40px rgba(50,20,35,.06)!important;
}
.bb-recent-tile img{
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  object-fit:cover!important;
}
.bb-recent-arrow{
  position:absolute!important;
  top:50%!important;
  transform:translateY(-50%)!important;
  width:58px!important;
  height:58px!important;
  border:0!important;
  border-radius:50%!important;
  background:#fff!important;
  box-shadow:0 16px 36px rgba(0,0,0,.14)!important;
  z-index:10!important;
  font-size:38px!important;
  cursor:pointer!important;
}
.bb-recent-prev{left:20px!important;}
.bb-recent-next{right:20px!important;}
@media(max-width:767px){
  .bb-recent{padding:68px 0!important;}
  .bb-recent .bb-section-head{padding:0 22px!important;}
  .bb-recent-track{gap:18px!important;padding:8px 22px 18px!important;}
  .bb-recent-tile{flex-basis:78vw!important;}
  .bb-recent-arrow{display:none!important;}
}

/* Videos: uno central protagonista y laterales pequeños */
.bb-testimonials{overflow:hidden!important;}
.bb-phone-slider{
  align-items:center!important;
  scroll-snap-type:x mandatory!important;
  padding:28px 26vw 44px!important;
  gap:34px!important;
}
.bb-phone{
  scroll-snap-align:center!important;
  transition:transform .28s ease, opacity .28s ease, filter .28s ease!important;
  transform:scale(.82)!important;
  opacity:.42!important;
  filter:saturate(.8)!important;
}
.bb-phone.is-active{
  transform:scale(1.08)!important;
  opacity:1!important;
  filter:saturate(1)!important;
  z-index:3!important;
}
@media(min-width:900px){
  .bb-phone{min-width:260px!important;max-width:260px!important;flex-basis:260px!important;}
  .bb-phone.is-active{min-width:320px!important;max-width:320px!important;flex-basis:320px!important;}
}
@media(max-width:767px){
  .bb-phone-slider{padding:20px 24vw 28px!important;gap:18px!important;}
  .bb-phone{min-width:210px!important;max-width:210px!important;flex-basis:210px!important;}
  .bb-phone.is-active{transform:scale(1.04)!important;}
}

/* Flotante carrito: icono negro visible */
.bb-floating-cart{
  background:#fff!important;
  color:#111!important;
  box-shadow:0 18px 40px rgba(0,0,0,.18)!important;
}
.bb-floating-cart svg,
.bb-floating-cart svg *{
  stroke:#111!important;
}
.bb-floating-cart .bb-cart-count{color:#fff!important;}

/* ===============================
   V7 AJUSTES SOLICITADOS
   =============================== */

/* Header fijo real en desktop y mobile */
html, body{overflow-x:hidden!important;max-width:100%!important;}
body{padding-top:var(--bb-header-height, 196px)!important;}
.bb-site-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:99990!important;
}
body.admin-bar .bb-site-header{top:32px!important;}
@media(max-width:782px){body.admin-bar .bb-site-header{top:46px!important;}}
@media(max-width:767px){body{padding-top:var(--bb-header-height, 204px)!important;}}

/* En mobile la lupa no debe bajarse cuando abren resultados */
@media(max-width:767px){
  .bb-search-form{position:relative!important;}
  .bb-search-button{
    top:29px!important;
    transform:none!important;
    right:20px!important;
    z-index:5!important;
  }
  .bb-search-results{position:static!important;margin-top:12px!important;}
}

/* Carrito visual de producto: un poco más abajo */
.bb-product-cart-visual{
  bottom:8px!important;
}
@media(max-width:767px){
  .bb-product-cart-visual{bottom:10px!important;}
}

/* Flechas de videos dentro del campo visual */
.bb-video-prev{left:clamp(10px,3vw,44px)!important;}
.bb-video-next{right:clamp(10px,3vw,44px)!important;}
@media(max-width:767px){
  .bb-video-arrow{
    display:grid!important;
    place-items:center!important;
    width:42px!important;
    height:42px!important;
    font-size:28px!important;
  }
  .bb-video-prev{left:10px!important;}
  .bb-video-next{right:10px!important;}
}

/* Carrusel de videos: permitir ver primero y último, manteniendo protagonista */
.bb-phone-slider{
  padding-left:14vw!important;
  padding-right:14vw!important;
  scroll-padding-left:14vw!important;
  scroll-padding-right:14vw!important;
}
@media(max-width:767px){
  .bb-phone-slider{
    padding-left:18vw!important;
    padding-right:18vw!important;
    scroll-padding-left:18vw!important;
    scroll-padding-right:18vw!important;
  }
}

/* Categorías mobile más grandes, dejando ver que hay más tarjetas */
@media(max-width:767px){
  .bb-ocasion-slider{
    gap:18px!important;
    padding:10px 22px 24px!important;
    margin-left:-20px!important;
    margin-right:-20px!important;
  }
  .bb-ocasion-card{
    min-width:82vw!important;
    max-width:82vw!important;
    border-radius:26px!important;
  }
  .bb-cat-placeholder:before{font-size:64px!important;}
  .bb-ocasion-card>div:last-child{
    min-height:98px!important;
    padding:22px!important;
  }
  .bb-ocasion-card span{font-size:21px!important;}
}

/* Menú desktop: zoom suave al pasar mouse */
.bb-main-menu .menu>li>a{
  display:inline-block!important;
  transition:transform .18s ease, color .18s ease!important;
  transform-origin:center!important;
}
.bb-main-menu .menu>li>a:hover{
  transform:scale(1.09)!important;
  color:var(--bb-magenta)!important;
}

/* Menú mobile: mantener rápido, vertical y limpio */
.bb-mobile-menu{
  transition:opacity .18s ease, visibility .18s ease, transform .18s ease!important;
}
.bb-mobile-menu .menu,
.bb-mobile-menu .bb-mobile-nav{
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  gap:8px!important;
}
.bb-mobile-menu li{width:100%!important;}
.bb-mobile-menu a{
  width:100%!important;
  text-align:left!important;
  font-size:31px!important;
  line-height:1.05!important;
}

/* Asegurar que compromisos siga centrado */
.bb-commitments h2{text-align:center!important;}

/* =========================
   V8 ajustes finales Vivi
   ========================= */
html, body{
  max-width:100%;
  overflow-x:hidden!important;
}
body{background:#fff8fb;}

/* Header sticky real */
.bb-site-header{
  position:sticky!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:99990!important;
  background:var(--bb-magenta)!important;
  box-shadow:0 8px 22px rgba(80,0,50,.08);
}
body.admin-bar .bb-site-header{top:32px!important;}
@media(max-width:782px){body.admin-bar .bb-site-header{top:46px!important;}}
body{padding-top:0!important;}

/* Header desktop limpio */
.bb-header-main{
  min-height:76px!important;
  height:76px!important;
  grid-template-columns:210px minmax(420px,680px) 250px!important;
  align-items:center!important;
  padding:0 5.5%!important;
}
.bb-header-logo img{max-width:158px!important;max-height:72px!important;}
.bb-header-search{align-self:center!important;display:block!important;}
.bb-search-form{display:block!important;position:relative!important;}
.bb-search-button{
  top:50%!important;
  right:19px!important;
  transform:translateY(-50%)!important;
  display:grid!important;
  place-items:center!important;
  width:30px!important;
  height:30px!important;
  line-height:1!important;
}
.bb-search-button svg{width:25px!important;height:25px!important;display:block!important;}
.bb-mobile-search-toggle{display:none;}

/* Menú desktop hover zoom */
.bb-main-menu .menu>li>a{
  transition:transform .18s ease, color .18s ease!important;
  display:inline-block!important;
  transform-origin:center!important;
}
.bb-main-menu .menu>li>a:hover{
  transform:scale(1.08)!important;
  color:var(--bb-magenta)!important;
}

/* Menú móvil: animación rápida y X perfectamente circular */
.bb-mobile-menu{
  transition:opacity .22s ease, visibility .22s ease, transform .22s cubic-bezier(.2,.9,.2,1)!important;
}
.bb-mobile-close{
  width:62px!important;
  height:62px!important;
  min-width:62px!important;
  min-height:62px!important;
  border-radius:50%!important;
  aspect-ratio:1/1!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  line-height:1!important;
  font-size:40px!important;
}

/* Producto: más abajo y centrado, icono negro */
.bb-product-image-wrap{position:relative!important;}
.bb-product-cart-visual{
  right:16px!important;
  bottom:18px!important;
  width:56px!important;
  height:56px!important;
  border-radius:16px!important;
  background:#fff!important;
  color:#111!important;
  box-shadow:0 10px 28px rgba(0,0,0,.12)!important;
  display:grid!important;
  place-items:center!important;
  font-size:0!important;
  line-height:1!important;
  transform:translateY(8px)!important;
}
.bb-product-cart-visual::before{
  content:""!important;
  width:27px!important;
  height:27px!important;
  display:block!important;
  background:center/contain no-repeat url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23111' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E")!important;
}
.bb-product-card:hover .bb-product-cart-visual{transform:translateY(0)!important;}
.bb-product-card h3{
  font-family:'Nunito',sans-serif!important;
  font-weight:700!important;
  letter-spacing:-.02em!important;
}
.bb-product-price{font-weight:900!important;}

/* Videos: flechas visibles, carrusel funcional y vuelve al inicio por JS */
.bb-testimonials{overflow:hidden!important;}
.bb-video-carousel{max-width:100vw!important;overflow:hidden!important;}
.bb-phone-slider{
  max-width:100vw!important;
  overflow-x:auto!important;
  scroll-snap-type:x mandatory!important;
  padding:28px max(70px,8vw) 36px!important;
  gap:34px!important;
}
.bb-phone{scroll-snap-align:center!important;}
.bb-video-arrow{
  z-index:50!important;
  display:grid!important;
  place-items:center!important;
}
.bb-video-prev{left:22px!important;}
.bb-video-next{right:22px!important;}

/* Footer Bien Bonito */
.bb-site-footer{
  background:#171717!important;
  color:#fff!important;
  padding:0!important;
  display:block!important;
}
.bb-footer-top{
  max-width:1240px;
  margin:0 auto;
  padding:64px 28px 46px;
  display:grid;
  grid-template-columns:1.3fr .8fr .8fr 1.2fr;
  gap:44px;
  align-items:start;
}
.bb-footer-logo{display:inline-flex;line-height:0;margin-bottom:18px;}
.bb-footer-logo img{max-width:150px;height:auto;display:block;filter:drop-shadow(0 4px 0 rgba(255,255,255,.18));}
.bb-footer-brand p{margin:0;max-width:330px;color:rgba(255,255,255,.72);line-height:1.55;font-size:15px;}
.bb-footer-col h3,.bb-footer-social h3{font-family:'Baloo 2',cursive;font-size:24px;margin:0 0 14px;line-height:1;color:#fff;}
.bb-footer-col a{display:block;color:rgba(255,255,255,.76);text-decoration:none;margin:10px 0;font-size:14px;font-weight:800;transition:.2s;}
.bb-footer-col a:hover{color:#fff;transform:translateX(4px);}
.bb-social-icons{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:24px;}
.bb-social-icons a{
  width:42px;height:42px;border:1px solid rgba(255,255,255,.22);border-radius:999px;display:grid;place-items:center;text-decoration:none;color:#fff;font-size:12px;font-weight:900;background:rgba(255,255,255,.06);transition:.2s;
}
.bb-social-icons a:hover{background:#fff;color:#111;transform:translateY(-3px);}
.bb-pay-title{margin-top:18px!important;}
.bb-payment-icons{display:flex;gap:8px;flex-wrap:wrap;}
.bb-payment-icons span{background:#fff;color:#111;border-radius:7px;padding:6px 9px;font-size:11px;font-weight:900;line-height:1;}
.bb-footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding:18px 28px;max-width:1240px;margin:0 auto;display:flex;justify-content:space-between;gap:18px;color:rgba(255,255,255,.65);font-size:13px;font-weight:800;}

/* Móvil: header más compacto + búsqueda desplegable al tocar lupa */
@media(max-width:767px){
  .bb-marquee{height:34px!important;}
  .bb-header-main{
    min-height:84px!important;
    height:84px!important;
    padding:0 22px!important;
    grid-template-columns:48px 1fr 132px!important;
    gap:12px!important;
  }
  .bb-header-logo{justify-content:center!important;}
  .bb-header-logo img{max-width:132px!important;max-height:68px!important;}
  .bb-menu-toggle{width:44px!important;height:44px!important;gap:6px!important;}
  .bb-menu-toggle span{width:32px!important;height:4px!important;}
  .bb-header-actions{gap:8px!important;}
  .bb-mobile-search-toggle,
  .bb-account-trigger,
  .bb-cart-trigger{
    width:38px!important;height:38px!important;border:0!important;border-radius:50%!important;background:rgba(255,255,255,.12)!important;color:#fff!important;display:grid!important;place-items:center!important;padding:0!important;
  }
  .bb-mobile-search-toggle svg{width:24px!important;height:24px!important;display:block!important;}
  .bb-account-trigger svg,.bb-cart-trigger svg{width:25px!important;height:25px!important;}
  .bb-header-search{
    grid-column:1/-1!important;
    grid-row:2!important;
    width:auto!important;
    max-width:none!important;
    margin:0 -22px!important;
    padding:0 22px!important;
    background:var(--bb-pink-2)!important;
    max-height:0!important;
    overflow:hidden!important;
    opacity:0!important;
    transition:max-height .22s ease, opacity .18s ease, padding .22s ease!important;
  }
  body.bb-search-open .bb-header-search,
  .bb-site-header.bb-search-open .bb-header-search{
    max-height:190px!important;
    opacity:1!important;
    padding:16px 22px 20px!important;
  }
  .bb-search-input{height:58px!important;font-size:19px!important;padding:0 62px 0 22px!important;}
  .bb-search-button{
    top:29px!important;
    right:18px!important;
    transform:translateY(-50%)!important;
    width:42px!important;height:42px!important;
  }
  .bb-search-button svg{width:31px!important;height:31px!important;}
  .bb-search-results{position:static!important;margin-top:10px!important;max-height:42vh!important;}

  .bb-mobile-menu{padding:50px 32px 30px!important;overflow:hidden!important;}
  .bb-mobile-close{width:62px!important;height:62px!important;min-width:62px!important;min-height:62px!important;border-radius:50%!important;}

  .bb-ocasion-card{min-width:82vw!important;max-width:82vw!important;}
  .bb-ocasion-slider{padding-left:4px!important;padding-right:18vw!important;gap:18px!important;}

  .bb-video-carousel{overflow:hidden!important;}
  .bb-phone-slider{padding:22px 18vw 28px!important;gap:20px!important;scroll-padding-inline:18vw!important;}
  .bb-phone{min-width:230px!important;max-width:230px!important;flex-basis:230px!important;}
  .bb-phone.is-active{transform:scale(1.04)!important;}
  .bb-video-arrow{display:grid!important;width:44px!important;height:44px!important;top:54%!important;}
  .bb-video-prev{left:8px!important;}
  .bb-video-next{right:8px!important;}

  .bb-product-cart-visual{right:14px!important;bottom:14px!important;width:54px!important;height:54px!important;}

  .bb-footer-top{grid-template-columns:1fr!important;padding:52px 24px 34px!important;gap:30px!important;text-align:left;}
  .bb-footer-bottom{flex-direction:column;text-align:left;padding:18px 24px 26px!important;}
}

/* =========================================================
   V10 FIXES - based on stable v8
   ========================================================= */
html,body{max-width:100%;overflow-x:hidden!important;}

/* Header must ALWAYS stay visible */
.bb-site-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:999990!important;
  transform:none!important;
}
body{padding-top:var(--bb-header-height,170px)!important;}
body.admin-bar .bb-site-header{top:32px!important;}
@media(max-width:782px){body.admin-bar .bb-site-header{top:46px!important;}}

/* Keep login shortcode hidden but clickable through JS only */
.bb-login-plugin-trigger{
  position:absolute!important;
  left:-99999px!important;
  top:-99999px!important;
  width:1px!important;
  height:1px!important;
  overflow:hidden!important;
  opacity:0!important;
  pointer-events:auto!important;
}

/* Footer icons are footer only; no menu icon rules */
.bb-main-menu img,.bb-mobile-menu img:not(.bb-mobile-menu-logo img){display:none!important;}

/* Product floating shop icon: only one icon, centered, a bit lower */
.bb-product-image-wrap{position:relative!important;overflow:hidden!important;}
.bb-product-cart-button{display:none!important;}
.bb-product-cart-visual{
  position:absolute!important;
  right:16px!important;
  bottom:10px!important;
  width:58px!important;
  height:58px!important;
  border-radius:16px!important;
  background:#fff!important;
  color:#111!important;
  display:grid!important;
  place-items:center!important;
  box-shadow:0 12px 26px rgba(0,0,0,.12)!important;
  font-size:0!important;
  line-height:1!important;
  opacity:0!important;
  transform:translateY(10px)!important;
  transition:opacity .22s ease, transform .22s ease, box-shadow .22s ease!important;
}
.bb-product-cart-visual::before{
  content:""!important;
  width:27px!important;
  height:27px!important;
  display:block!important;
  background:currentColor!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat!important;
}
.bb-product-card:hover .bb-product-cart-visual{opacity:1!important;transform:translateY(0)!important;}
@media(max-width:767px){.bb-product-cart-visual{opacity:1!important;right:12px!important;bottom:12px!important;width:52px!important;height:52px!important;border-radius:15px!important;}}

/* Mobile search: always right below fixed header, aligned and not floating over logo */
@media(max-width:767px){
  .bb-header-main{
    min-height:84px!important;
    height:84px!important;
    padding:10px 22px 8px!important;
    display:grid!important;
    grid-template-columns:52px 1fr 104px!important;
    align-items:center!important;
    gap:12px!important;
  }
  .bb-menu-toggle{align-self:center!important;justify-self:start!important;}
  .bb-header-logo{align-self:center!important;justify-self:center!important;}
  .bb-header-logo img{max-width:128px!important;max-height:66px!important;}
  .bb-header-actions{align-self:center!important;justify-self:end!important;display:flex!important;align-items:center!important;gap:8px!important;}
  .bb-account-trigger,.bb-cart-trigger,.bb-mobile-search-toggle{width:38px!important;height:38px!important;display:grid!important;place-items:center!important;}
  .bb-header-search{
    display:none!important;
    position:relative!important;
    grid-column:1/-1!important;
    grid-row:2!important;
    width:100%!important;
    margin:0!important;
    padding:18px 22px 20px!important;
    background:var(--bb-pink-2)!important;
    z-index:2!important;
  }
  .bb-site-header.bb-search-open .bb-header-search{display:block!important;}
  .bb-search-form{width:100%!important;max-width:none!important;margin:0!important;position:relative!important;}
  .bb-search-input{
    height:58px!important;
    font-size:19px!important;
    padding:0 66px 0 24px!important;
    border-radius:999px!important;
    line-height:58px!important;
  }
  .bb-search-button{
    top:50%!important;
    right:22px!important;
    width:38px!important;
    height:38px!important;
    transform:translateY(-50%)!important;
    display:grid!important;
    place-items:center!important;
  }
  .bb-search-button svg{width:30px!important;height:30px!important;display:block!important;}
  .bb-search-results{position:static!important;margin-top:10px!important;max-height:42vh!important;border-radius:22px!important;}
}

/* Mobile menu: same visual, circular close, internal scroll only */
.bb-mobile-menu{
  overflow-y:auto!important;
  overflow-x:hidden!important;
  -webkit-overflow-scrolling:touch!important;
  overscroll-behavior:contain!important;
}
.bb-mobile-close{
  width:68px!important;
  height:68px!important;
  min-width:68px!important;
  min-height:68px!important;
  border-radius:50%!important;
  display:grid!important;
  place-items:center!important;
  padding:0!important;
  line-height:1!important;
}
body.bb-menu-open{overflow:hidden!important;touch-action:none;}

/* Videos: desktop simple functional; mobile keeps the premium centered-phone feel */
.bb-testimonials{overflow:hidden!important;}
.bb-video-carousel{position:relative!important;max-width:1280px!important;margin:42px auto 0!important;overflow:hidden!important;}
.bb-phone-slider{
  display:flex!important;
  gap:28px!important;
  overflow-x:auto!important;
  scroll-behavior:smooth!important;
  scroll-snap-type:x mandatory!important;
  scrollbar-width:none!important;
  padding:18px 82px 34px!important;
}
.bb-phone-slider::-webkit-scrollbar{display:none!important;}
.bb-phone{
  min-width:285px!important;
  max-width:285px!important;
  flex:0 0 285px!important;
  transform:none!important;
  opacity:1!important;
  scroll-snap-align:center!important;
  transition:transform .25s ease, opacity .25s ease!important;
}
.bb-phone.is-active{transform:none!important;opacity:1!important;}
.bb-video-arrow{
  top:54%!important;
  transform:translateY(-50%)!important;
  z-index:8!important;
}
.bb-video-prev{left:18px!important;}
.bb-video-next{right:18px!important;}
@media(max-width:767px){
  .bb-video-carousel{max-width:none!important;margin-top:30px!important;overflow:hidden!important;}
  .bb-phone-slider{
    gap:20px!important;
    padding:18px 22vw 28px!important;
    scroll-padding-inline:22vw!important;
  }
  .bb-phone{
    min-width:220px!important;
    max-width:220px!important;
    flex-basis:220px!important;
    opacity:.46!important;
    transform:scale(.88)!important;
  }
  .bb-phone.is-active{
    opacity:1!important;
    transform:scale(1.04)!important;
  }
  .bb-video-arrow{display:none!important;}
}

/* Footer: icons belong here. Upload optional images with these names:
   footer-facebook.png, footer-instagram.png, footer-tiktok.png, footer-web.png,
   pay-visa.png, pay-mastercard.png, pay-amex.png, pay-paypal.png, pay-applepay.png, pay-googlepay.png, pay-link.png
*/
.bb-social-icons a,.bb-payment-icons span{display:inline-grid!important;place-items:center!important;}

/* Sticky visual polish */
.bb-site-header{box-shadow:0 10px 28px rgba(70,0,45,.10)!important;}
@media(min-width:768px){
  .bb-header-main{height:82px!important;}
  .bb-header-search{display:block!important;}
}


/* =========================================================
   V11 FIXES - search panel, footer icons, products, videos
   ========================================================= */
html, body{max-width:100%!important;overflow-x:hidden!important;}

/* Header siempre fijo */
.bb-site-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:999990!important;
  transform:none!important;
}
body{padding-top:var(--bb-header-height,170px)!important;}
body.admin-bar .bb-site-header{top:32px!important;}
@media(max-width:782px){body.admin-bar .bb-site-header{top:46px!important;}}

/* Búsqueda móvil: nace exactamente debajo del header rosa, sin flotar */
@media(max-width:767px){
  .bb-site-header{overflow:visible!important;}
  .bb-header-main{
    position:relative!important;
    height:84px!important;
    min-height:84px!important;
    padding:10px 22px!important;
    display:grid!important;
    grid-template-columns:52px 1fr 104px!important;
    align-items:center!important;
    gap:12px!important;
  }
  .bb-header-search{
    display:block!important;
    position:absolute!important;
    top:100%!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    margin:0!important;
    padding:0 22px!important;
    background:var(--bb-pink-2)!important;
    max-height:0!important;
    opacity:0!important;
    overflow:hidden!important;
    pointer-events:none!important;
    transform:translateY(-12px)!important;
    transition:max-height .28s cubic-bezier(.2,.8,.2,1), opacity .2s ease, padding .28s cubic-bezier(.2,.8,.2,1), transform .28s cubic-bezier(.2,.8,.2,1)!important;
    box-shadow:0 20px 34px rgba(142,0,89,.12)!important;
  }
  .bb-site-header.bb-search-open .bb-header-search,
  body.bb-search-open .bb-header-search{
    max-height:270px!important;
    opacity:1!important;
    padding:16px 22px 20px!important;
    pointer-events:auto!important;
    transform:translateY(0)!important;
  }
  .bb-search-form{width:100%!important;max-width:none!important;margin:0!important;position:relative!important;}
  .bb-search-input{
    height:58px!important;
    line-height:58px!important;
    font-size:19px!important;
    padding:0 70px 0 24px!important;
    border-radius:999px!important;
  }
  .bb-search-button{
    top:50%!important;
    right:24px!important;
    transform:translateY(-50%)!important;
    width:42px!important;
    height:42px!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
  }
  .bb-search-button svg{width:31px!important;height:31px!important;display:block!important;}
  .bb-search-results{position:static!important;margin-top:12px!important;max-height:42vh!important;border-radius:22px!important;}
}

/* Productos: en móvil NO mostrar icono de shop; en desktop un solo icono centrado */
.bb-product-cart-button{display:none!important;}
.bb-product-cart-visual,
.bb-product-cart-visual *{
  font-size:0!important;
  line-height:0!important;
}
.bb-product-cart-visual{
  right:18px!important;
  bottom:18px!important;
  width:58px!important;
  height:58px!important;
  border-radius:16px!important;
  display:grid!important;
  place-items:center!important;
  color:#111!important;
  background:#fff!important;
  box-shadow:0 14px 28px rgba(0,0,0,.14)!important;
}
.bb-product-cart-visual:after{display:none!important;content:none!important;}
.bb-product-cart-visual:before{
  content:""!important;
  width:28px!important;
  height:28px!important;
  display:block!important;
  margin:auto!important;
  background:#111!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat!important;
}
@media(max-width:767px){
  .bb-product-cart-visual{display:none!important;}
}

/* Videos: móvil como versión premium anterior, web con activo grande y laterales pequeños */
.bb-testimonials{overflow:hidden!important;}
.bb-video-carousel{position:relative!important;width:100%!important;max-width:1320px!important;margin:42px auto 0!important;overflow:hidden!important;}
.bb-phone-slider{
  display:flex!important;
  align-items:center!important;
  gap:34px!important;
  overflow-x:auto!important;
  scroll-behavior:smooth!important;
  scroll-snap-type:x mandatory!important;
  scrollbar-width:none!important;
  padding:24px 28vw 44px!important;
  scroll-padding-inline:28vw!important;
}
.bb-phone-slider::-webkit-scrollbar{display:none!important;}
.bb-phone{
  min-width:230px!important;
  max-width:230px!important;
  flex:0 0 230px!important;
  opacity:.48!important;
  transform:scale(.78)!important;
  scroll-snap-align:center!important;
  transition:transform .28s ease, opacity .28s ease, filter .28s ease!important;
  filter:saturate(.75)!important;
}
.bb-phone.is-active{
  min-width:330px!important;
  max-width:330px!important;
  flex-basis:330px!important;
  opacity:1!important;
  transform:scale(1)!important;
  filter:none!important;
}
.bb-video-arrow{display:grid!important;place-items:center!important;top:55%!important;z-index:20!important;}
.bb-video-prev{left:18px!important;}
.bb-video-next{right:18px!important;}
@media(max-width:767px){
  .bb-video-carousel{max-width:none!important;margin-top:30px!important;overflow:hidden!important;}
  .bb-phone-slider{
    gap:20px!important;
    padding:18px 22vw 28px!important;
    scroll-padding-inline:22vw!important;
  }
  .bb-phone{
    min-width:220px!important;
    max-width:220px!important;
    flex-basis:220px!important;
    opacity:.46!important;
    transform:scale(.88)!important;
  }
  .bb-phone.is-active{
    min-width:220px!important;
    max-width:220px!important;
    flex-basis:220px!important;
    opacity:1!important;
    transform:scale(1.04)!important;
  }
  .bb-video-arrow{display:none!important;}
}

/* Footer con imágenes reales */
.bb-social-icons a{
  width:46px!important;height:46px!important;border-radius:50%!important;display:grid!important;place-items:center!important;overflow:hidden!important;
}
.bb-social-icons img{width:23px!important;height:23px!important;object-fit:contain!important;display:block!important;}
.bb-payment-icons{align-items:center!important;gap:9px!important;}
.bb-payment-icons span{
  min-width:54px!important;height:32px!important;padding:5px 9px!important;border-radius:8px!important;background:#fff!important;color:#111!important;display:grid!important;place-items:center!important;
}
.bb-payment-icons img{max-width:66px!important;max-height:22px!important;width:auto!important;height:auto!important;object-fit:contain!important;display:block!important;}


/* =========================================================
   V12 FIXES - buscador móvil, video web sin lag, footer limpio
   ========================================================= */

/* 1) Buscador móvil: ancho completo, pegado al header y lupa centrada */
@media(max-width:767px){
  .bb-site-header{overflow:visible!important;}
  .bb-header-main{position:relative!important;}
  .bb-header-search{
    position:absolute!important;
    top:100%!important;
    left:0!important;
    right:0!important;
    width:100vw!important;
    max-width:100vw!important;
    margin:0!important;
    padding:0 18px!important;
    background:var(--bb-pink-2)!important;
    box-shadow:0 18px 34px rgba(142,0,89,.14)!important;
    transform:translateY(-10px)!important;
    transform-origin:top center!important;
  }
  .bb-site-header.bb-search-open .bb-header-search,
  body.bb-search-open .bb-header-search{
    padding:16px 18px 20px!important;
    transform:translateY(0)!important;
  }
  .bb-search-form{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    position:relative!important;
  }
  .bb-search-input{
    width:100%!important;
    height:60px!important;
    line-height:60px!important;
    padding:0 72px 0 26px!important;
    font-size:19px!important;
    border-radius:999px!important;
    display:block!important;
  }
  .bb-search-button{
    position:absolute!important;
    top:50%!important;
    right:18px!important;
    transform:translateY(-50%)!important;
    width:50px!important;
    height:50px!important;
    display:grid!important;
    place-items:center!important;
    padding:0!important;
    margin:0!important;
    line-height:1!important;
  }
  .bb-search-button svg{
    width:31px!important;
    height:31px!important;
    display:block!important;
    margin:0!important;
  }
  .bb-search-results{
    position:static!important;
    width:100%!important;
    margin-top:12px!important;
    border-radius:22px!important;
  }
}

/* 2) Productos móvil: sin icono de shop */
@media(max-width:767px){
  .bb-product-cart-visual{display:none!important;}
}

/* 3) Videos web: activo grande SIN cambiar el ancho real para que no haya lag */
@media(min-width:768px){
  .bb-video-carousel{
    max-width:1320px!important;
    overflow:hidden!important;
  }
  .bb-phone-slider{
    align-items:center!important;
    gap:38px!important;
    padding:46px calc(50% - 150px) 60px!important;
    scroll-padding-inline:calc(50% - 150px)!important;
    scroll-snap-type:x mandatory!important;
    overflow-x:auto!important;
    scroll-behavior:smooth!important;
    scrollbar-width:none!important;
  }
  .bb-phone-slider::-webkit-scrollbar{display:none!important;}
  .bb-phone{
    min-width:300px!important;
    max-width:300px!important;
    flex:0 0 300px!important;
    opacity:.42!important;
    transform:scale(.72)!important;
    transform-origin:center center!important;
    filter:saturate(.72)!important;
    transition:transform .28s ease, opacity .28s ease, filter .28s ease!important;
    scroll-snap-align:center!important;
    z-index:1!important;
  }
  .bb-phone.is-active{
    min-width:300px!important;
    max-width:300px!important;
    flex-basis:300px!important;
    opacity:1!important;
    transform:scale(1.18)!important;
    filter:none!important;
    z-index:5!important;
  }
  .bb-video-prev{left:28px!important;}
  .bb-video-next{right:28px!important;}
}

/* 4) Footer: contactos en círculos, pagos como iconos limpios sin fondo blanco */
.bb-social-icons a{
  background:rgba(255,255,255,.04)!important;
  border:1px solid rgba(255,255,255,.25)!important;
  color:#fff!important;
}
.bb-social-icons img{
  width:24px!important;
  height:24px!important;
  object-fit:contain!important;
  display:block!important;
}
.bb-payment-icons{
  display:flex!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  gap:13px!important;
}
.bb-payment-icons span{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  min-width:auto!important;
  width:auto!important;
  height:auto!important;
  color:#fff!important;
  display:inline-grid!important;
  place-items:center!important;
}
.bb-payment-icons img{
  display:block!important;
  width:auto!important;
  max-width:74px!important;
  max-height:28px!important;
  height:auto!important;
  object-fit:contain!important;
  filter:none!important;
}

/* =========================================================
   V13 FINAL FIXES
   ========================================================= */

/* Header siempre fijo/sticky real */
.bb-site-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:99990!important;
  overflow:visible!important;
}
body.admin-bar .bb-site-header{top:32px!important;}
@media(max-width:782px){body.admin-bar .bb-site-header{top:46px!important;}}
body{padding-top:var(--bb-header-height,150px)!important;}

/* Login trigger vuelve a funcionar como botón */
.bb-account-trigger{
  appearance:none!important;
  -webkit-appearance:none!important;
  border:0!important;
  text-decoration:none!important;
}

/* Buscador móvil: sale del header, full width y sin lupa chueca */
@media(max-width:767px){
  body{padding-top:var(--bb-header-height,126px)!important;}
  .bb-site-header{overflow:visible!important;}
  .bb-header-main{
    position:static!important;
    height:104px!important;
    padding-top:12px!important;
    padding-bottom:10px!important;
    align-items:center!important;
  }
  .bb-header-search{
    position:absolute!important;
    top:100%!important;
    left:0!important;
    right:0!important;
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    box-sizing:border-box!important;
    background:var(--bb-pink-2)!important;
    padding:0 18px!important;
    transform:translateY(-12px)!important;
    opacity:0!important;
    visibility:hidden!important;
    pointer-events:none!important;
    transition:transform .24s ease, opacity .2s ease, visibility .2s ease, padding .2s ease!important;
    box-shadow:0 18px 34px rgba(142,0,89,.14)!important;
  }
  .bb-site-header.bb-search-open .bb-header-search,
  body.bb-search-open .bb-header-search{
    padding:16px 18px 18px!important;
    transform:translateY(0)!important;
    opacity:1!important;
    visibility:visible!important;
    pointer-events:auto!important;
  }
  .bb-search-form{
    width:100%!important;
    max-width:none!important;
    margin:0!important;
    position:relative!important;
  }
  .bb-search-input{
    width:100%!important;
    max-width:none!important;
    height:60px!important;
    line-height:60px!important;
    padding:0 74px 0 26px!important;
    font-size:19px!important;
    border-radius:999px!important;
    display:block!important;
    box-sizing:border-box!important;
  }
  .bb-search-button{
    position:absolute!important;
    top:0!important;
    right:8px!important;
    transform:none!important;
    width:60px!important;
    height:60px!important;
    display:flex!important;
    align-items:center!important;
    justify-content:center!important;
    padding:0!important;
    margin:0!important;
    color:#5f5f5f!important;
  }
  .bb-search-button svg{
    width:32px!important;
    height:32px!important;
    display:block!important;
    flex:0 0 auto!important;
  }
  .bb-search-results{
    position:static!important;
    width:100%!important;
    margin-top:12px!important;
    border-radius:22px!important;
    max-height:42vh!important;
  }
}

/* Producto web: un solo icono centrado, sin doble carrito */
.bb-product-cart-button{display:none!important;}
.bb-product-cart-visual,
.bb-product-cart-visual *{
  font-size:0!important;
  line-height:0!important;
}
.bb-product-cart-visual > *{display:none!important;}
.bb-product-cart-visual{
  right:18px!important;
  bottom:18px!important;
  width:58px!important;
  height:58px!important;
  border-radius:16px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  color:#111!important;
  background:#fff!important;
  box-shadow:0 14px 28px rgba(0,0,0,.14)!important;
  overflow:hidden!important;
  opacity:0!important;
  transform:translateY(8px)!important;
  pointer-events:none!important;
}
.bb-product-card:hover .bb-product-cart-visual{opacity:1!important;transform:translateY(0)!important;}
.bb-product-cart-visual:after{display:none!important;content:none!important;}
.bb-product-cart-visual:before{
  content:""!important;
  width:30px!important;
  height:30px!important;
  display:block!important;
  margin:0!important;
  background:#111!important;
  -webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat!important;
  mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='9' cy='21' r='1'/%3E%3Ccircle cx='20' cy='21' r='1'/%3E%3Cpath d='M1 1h4l2.7 13.4a2 2 0 0 0 2 1.6h9.7a2 2 0 0 0 2-1.6L23 6H6'/%3E%3C/svg%3E") center/contain no-repeat!important;
}
@media(max-width:767px){.bb-product-cart-visual{display:none!important;}}

/* Videos: móvil vuelve al estilo anterior; web activo grande, laterales visibles y sin partir el #4 */
.bb-testimonials{overflow:hidden!important;}
.bb-video-carousel{position:relative!important;width:100%!important;max-width:1360px!important;margin:42px auto 0!important;overflow:hidden!important;}
.bb-phone-slider{
  display:flex!important;
  align-items:center!important;
  overflow-x:auto!important;
  scroll-behavior:smooth!important;
  scrollbar-width:none!important;
  -webkit-overflow-scrolling:touch!important;
}
.bb-phone-slider::-webkit-scrollbar{display:none!important;}
@media(min-width:768px){
  .bb-phone-slider{
    gap:42px!important;
    padding:72px calc(50% - 150px) 72px!important;
    scroll-padding-inline:calc(50% - 150px)!important;
    scroll-snap-type:x mandatory!important;
  }
  .bb-phone{
    min-width:300px!important;
    max-width:300px!important;
    flex:0 0 300px!important;
    opacity:.44!important;
    transform:scale(.76)!important;
    transform-origin:center center!important;
    filter:saturate(.78)!important;
    transition:transform .25s ease, opacity .25s ease, filter .25s ease!important;
    scroll-snap-align:center!important;
    z-index:1!important;
  }
  .bb-phone.is-active{
    opacity:1!important;
    transform:scale(1.16)!important;
    filter:none!important;
    z-index:5!important;
  }
  .bb-video-prev{left:18px!important;}
  .bb-video-next{right:18px!important;}
  .bb-video-arrow{display:grid!important;place-items:center!important;}
}
@media(max-width:767px){
  .bb-video-carousel{max-width:none!important;margin-top:30px!important;overflow:hidden!important;}
  .bb-phone-slider{
    gap:20px!important;
    padding:10px 20px 20px!important;
    scroll-snap-type:none!important;
  }
  .bb-phone,
  .bb-phone.is-active{
    min-width:230px!important;
    max-width:230px!important;
    flex:0 0 230px!important;
    opacity:1!important;
    transform:none!important;
    filter:none!important;
  }
  .bb-video-arrow{display:none!important;}
}

/* Footer: nombres correctos para iconos reales */
.bb-social-icons img{width:24px!important;height:24px!important;object-fit:contain!important;display:block!important;}
.bb-payment-icons span{background:transparent!important;border:0!important;box-shadow:none!important;padding:0!important;min-width:auto!important;width:auto!important;height:auto!important;}
.bb-payment-icons img{display:block!important;width:auto!important;max-width:74px!important;max-height:28px!important;height:auto!important;object-fit:contain!important;}

/* =========================================================
   CATEGORY / SHOP PAGES — Bien Bonito v14
   ========================================================= */
.bb-cat-page{
  background:#fffafc;
  color:#111;
  font-family:'Nunito',sans-serif;
  overflow:hidden;
}
.bb-cat-hero{
  min-height:420px;
  display:grid;
  grid-template-columns:minmax(330px,.9fr) minmax(420px,1.1fr);
  align-items:stretch;
  background:
    radial-gradient(circle at 10% 10%, rgba(255,255,255,.95), rgba(255,255,255,.75) 34%, rgba(255,240,247,.72) 100%),
    linear-gradient(135deg,#fff 0%, #fff6fa 100%);
  border-bottom:1px solid rgba(233,111,156,.12);
  position:relative;
}
.bb-cat-hero-copy{
  padding:68px 4vw 56px max(4vw,42px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
}
.bb-cat-breadcrumb{
  display:flex;
  align-items:center;
  flex-wrap:wrap;
  gap:10px;
  margin:0 0 34px;
  font-weight:900;
  color:var(--bb-cat-accent,#e65c99);
  font-size:15px;
}
.bb-cat-breadcrumb a{
  color:var(--bb-cat-accent,#e65c99);
  text-decoration:none;
}
.bb-cat-breadcrumb span{opacity:.65;}
.bb-cat-breadcrumb strong{font-weight:900;}
.bb-cat-hero h1{
  font-family:'Baloo 2',cursive;
  font-size:clamp(64px,8vw,104px);
  line-height:.82;
  margin:0 0 20px;
  color:#d31873;
  letter-spacing:-2px;
}
.bb-cat-hero h1 span{
  color:var(--bb-cat-accent,#e65c99);
  font-size:.72em;
  vertical-align:middle;
}
.bb-cat-hero p{
  max-width:470px;
  margin:0 0 30px;
  font-size:22px;
  line-height:1.45;
  font-weight:800;
  color:#222;
}
.bb-cat-whatsapp{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:16px;
  width:fit-content;
  max-width:100%;
  min-height:58px;
  padding:16px 30px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--bb-cat-accent,#e65c99),#d31873);
  color:#fff!important;
  text-decoration:none;
  font-size:16px;
  font-weight:950;
  box-shadow:0 18px 34px rgba(227,52,127,.22);
  transition:transform .22s ease, box-shadow .22s ease;
}
.bb-cat-whatsapp:hover{
  transform:translateY(-3px);
  box-shadow:0 24px 42px rgba(227,52,127,.30);
}
.bb-cat-whatsapp span{font-size:24px;line-height:0;}
.bb-cat-hero-visual{
  min-height:420px;
  position:relative;
  overflow:hidden;
  display:flex;
  align-items:center;
  justify-content:center;
  background:
    linear-gradient(90deg,rgba(255,255,255,.38),rgba(255,236,244,.22)),
    #fff5fa;
}
.bb-cat-hero-visual:before{
  content:"";
  position:absolute;
  inset:auto -5% -18% 28%;
  height:70%;
  background:radial-gradient(circle,rgba(233,111,156,.22),transparent 62%);
  pointer-events:none;
}
.bb-cat-hero-visual img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  display:block;
  position:relative;
  z-index:1;
}
.bb-cat-hero-placeholder{
  border-left:1px dashed rgba(211,24,115,.25);
}
.bb-cat-hero-placeholder-text{
  display:none;
  position:absolute;
  inset:42px;
  border:2px dashed rgba(211,24,115,.22);
  border-radius:30px;
  background:rgba(255,245,250,.72);
  color:#a86582;
  place-items:center;
  text-align:center;
  font-weight:900;
  line-height:1.45;
  z-index:2;
}
.bb-cat-hero-placeholder .bb-cat-hero-placeholder-text{display:grid;}
.bb-cat-shop-panel{
  padding:38px max(4vw,28px) 88px;
  max-width:1480px;
  margin:0 auto;
}
.bb-cat-filters{
  display:flex;
  align-items:center;
  gap:18px;
  overflow-x:auto;
  padding:0 0 18px;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch;
  scroll-snap-type:x proximity;
}
.bb-cat-filters::-webkit-scrollbar{display:none;}
.bb-cat-filter{
  flex:0 0 auto;
  min-height:70px;
  padding:12px 24px 12px 16px;
  border-radius:28px;
  border:2px solid transparent;
  background:#fff;
  box-shadow:0 12px 28px rgba(20,20,20,.055);
  display:flex;
  align-items:center;
  gap:13px;
  color:#111;
  text-decoration:none;
  cursor:pointer;
  scroll-snap-align:start;
  transition:transform .18s ease, border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.bb-cat-filter:hover{
  transform:translateY(-3px);
  box-shadow:0 18px 34px rgba(20,20,20,.09);
}
.bb-cat-filter.is-active{
  border-color:var(--bb-cat-accent,#e65c99);
  background:linear-gradient(135deg,#fff,#fff6fa);
}
.bb-filter-icon{
  width:46px;
  height:46px;
  border-radius:16px;
  display:grid;
  place-items:center;
  background:#f7eef4;
  font-size:23px;
  color:var(--bb-cat-accent,#e65c99);
}
.bb-cat-filter strong{
  font-size:16px;
  font-weight:950;
  white-space:nowrap;
}
.bb-cat-toolbar{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin:22px 0 32px;
}
.bb-cat-toolbar p{
  margin:0;
  font-size:16px;
  font-weight:950;
}
.bb-cat-sort select,
.bb-cat-sort .orderby{
  appearance:none;
  min-width:210px;
  min-height:58px;
  border:0;
  border-radius:999px;
  background:#fff;
  box-shadow:0 14px 30px rgba(20,20,20,.07);
  padding:0 52px 0 24px;
  font-size:16px;
  font-weight:900;
  color:#222;
  outline:none;
  cursor:pointer;
  background-image:linear-gradient(45deg,transparent 50%,#d31873 50%),linear-gradient(135deg,#d31873 50%,transparent 50%);
  background-position:calc(100% - 24px) 26px, calc(100% - 17px) 26px;
  background-size:7px 7px,7px 7px;
  background-repeat:no-repeat;
}
.bb-cat-products-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:34px;
}
.bb-cat-product-card{
  position:relative;
  border-radius:26px;
  background:#fff;
  box-shadow:0 14px 38px rgba(20,20,20,.07);
  overflow:hidden;
  transition:transform .22s ease, box-shadow .22s ease;
}
.bb-cat-product-card:hover{
  transform:translateY(-6px);
  box-shadow:0 24px 54px rgba(20,20,20,.12);
}
.bb-cat-product-link{
  color:#111;
  text-decoration:none;
  display:block;
}
.bb-cat-product-media{
  position:relative;
  width:100%;
  aspect-ratio:1 / .78;
  background:#fff6fa;
  overflow:hidden;
}
.bb-cat-img{
  position:absolute;
  inset:0;
  width:100%!important;
  height:100%!important;
  object-fit:cover;
  display:block;
  transition:opacity .28s ease, transform .34s ease;
}
.bb-cat-img-main{opacity:1;transform:scale(1);}
.bb-cat-img-hover{opacity:0;transform:scale(1.035);}
.bb-cat-product-card:hover .bb-cat-img-main{opacity:0;transform:scale(1.02);}
.bb-cat-product-card:hover .bb-cat-img-hover{opacity:1;transform:scale(1);}
.bb-personalizable-chip,.bb-stock-chip{
  position:absolute;
  left:16px;
  top:16px;
  z-index:3;
  padding:8px 13px;
  border-radius:999px;
  background:linear-gradient(135deg,#f16fa6,#d31873);
  color:#fff;
  font-size:12px;
  font-weight:950;
  line-height:1;
  box-shadow:0 10px 20px rgba(211,24,115,.16);
}
.bb-stock-chip{background:#111;}
.bb-stock-chip + .bb-personalizable-chip{top:52px;}
.bb-cat-heart{
  position:absolute;
  top:16px;
  right:16px;
  z-index:3;
  width:46px;
  height:46px;
  border-radius:50%;
  display:grid;
  place-items:center;
  background:rgba(255,255,255,.92);
  color:#111;
  font-size:28px;
  line-height:1;
  box-shadow:0 12px 26px rgba(20,20,20,.08);
}
.bb-cat-bag{
  position:absolute;
  right:18px;
  bottom:18px;
  z-index:3;
  width:56px;
  height:56px;
  border-radius:18px;
  background:#fff;
  color:#d31873;
  display:grid;
  place-items:center;
  box-shadow:0 14px 28px rgba(20,20,20,.12);
  transition:transform .2s ease, opacity .2s ease;
}
.bb-cat-bag:before{
  content:"";
  width:30px;
  height:30px;
  display:block;
  background:currentColor;
  -webkit-mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h12l-1 13H7L6 7Z'/%3E%3Cpath d='M9 7a3 3 0 0 1 6 0'/%3E%3Cpath d='M9 11h.01M15 11h.01'/%3E%3C/svg%3E") center/contain no-repeat;
  mask:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 7h12l-1 13H7L6 7Z'/%3E%3Cpath d='M9 7a3 3 0 0 1 6 0'/%3E%3Cpath d='M9 11h.01M15 11h.01'/%3E%3C/svg%3E") center/contain no-repeat;
}
.bb-cat-product-placeholder{
  position:absolute;
  inset:0;
  display:grid;
  place-items:center;
  background:linear-gradient(135deg,#fff7fa,#f7e7ef);
  color:#a86582;
  font-weight:950;
}
.bb-cat-product-info{
  padding:20px 22px 22px;
}
.bb-cat-product-info h2{
  margin:0 0 8px;
  font-size:20px;
  line-height:1.18;
  font-weight:950;
  letter-spacing:-.2px;
}
.bb-cat-product-price{
  color:#d31873;
  font-size:21px;
  font-weight:950;
}
.bb-cat-product-price del{opacity:.5;font-size:.82em;}
.bb-cat-product-price ins{text-decoration:none;}
.bb-cat-note{
  margin:34px auto 0;
  padding:22px 28px;
  border-radius:26px;
  background:linear-gradient(135deg,#fff,#fff0f6);
  border:1px solid rgba(211,24,115,.12);
  display:flex;
  align-items:center;
  gap:18px;
  max-width:760px;
}
.bb-cat-note span{
  font-size:38px;
  color:var(--bb-cat-accent,#e65c99);
}
.bb-cat-note p{margin:0;font-size:16px;line-height:1.35;font-weight:800;color:#4a4a4a;}
.bb-cat-empty{
  margin:40px auto;
  max-width:720px;
  text-align:center;
  padding:52px 28px;
  border-radius:32px;
  background:#fff;
  box-shadow:0 18px 44px rgba(20,20,20,.07);
}
.bb-cat-empty h2{font-family:'Baloo 2',cursive;font-size:42px;line-height:1;margin:0 0 12px;}
.bb-cat-empty p{margin:0 0 22px;font-weight:800;color:#555;}
.bb-cat-empty a{color:#d31873;font-weight:950;text-decoration:none;}
.bb-cat-no-results{
  text-align:center;
  padding:26px;
  font-weight:900;
  color:#555;
}
.bb-shop-main-cats .bb-cat-filter{text-decoration:none;}
.woocommerce-pagination{margin-top:44px;text-align:center;}
.woocommerce-pagination ul{list-style:none;margin:0;padding:0;display:flex;justify-content:center;gap:10px;}
.woocommerce-pagination a,.woocommerce-pagination span{display:grid;place-items:center;min-width:42px;height:42px;border-radius:999px;background:#fff;color:#111;text-decoration:none;font-weight:900;box-shadow:0 10px 24px rgba(20,20,20,.06);}
.woocommerce-pagination .current{background:#d31873;color:#fff;}

@media(max-width:980px){
  .bb-cat-hero{grid-template-columns:1fr;}
  .bb-cat-hero-copy{padding:48px 28px 36px;}
  .bb-cat-hero-visual{min-height:320px;}
  .bb-cat-hero-visual img{min-height:320px;}
  .bb-cat-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;}
}
@media(max-width:767px){
  .bb-cat-page{overflow:hidden;}
  .bb-cat-hero{min-height:auto;}
  .bb-cat-hero-copy{padding:34px 24px 30px;}
  .bb-cat-breadcrumb{font-size:14px;margin-bottom:28px;}
  .bb-cat-hero h1{font-size:70px;}
  .bb-cat-hero p{font-size:20px;line-height:1.42;max-width:330px;}
  .bb-cat-whatsapp{min-height:54px;padding:15px 22px;font-size:15px;}
  .bb-cat-hero-visual{min-height:270px;}
  .bb-cat-hero-visual img{min-height:270px;}
  .bb-cat-shop-panel{padding:28px 18px 70px;}
  .bb-cat-filters{gap:12px;padding-bottom:14px;margin-left:-2px;margin-right:-2px;}
  .bb-cat-filter{min-height:62px;border-radius:22px;padding:10px 18px 10px 12px;}
  .bb-filter-icon{width:42px;height:42px;border-radius:14px;font-size:20px;}
  .bb-cat-filter strong{font-size:14px;}
  .bb-cat-toolbar{margin:18px 0 22px;align-items:center;}
  .bb-cat-sort select,.bb-cat-sort .orderby{min-width:150px;min-height:50px;font-size:14px;padding-left:18px;}
  .bb-cat-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}
  .bb-cat-product-card{border-radius:20px;}
  .bb-cat-product-media{aspect-ratio:1 / .92;}
  .bb-personalizable-chip,.bb-stock-chip{left:10px;top:10px;font-size:10px;padding:7px 10px;}
  .bb-stock-chip + .bb-personalizable-chip{top:42px;}
  .bb-cat-heart{width:38px;height:38px;top:10px;right:10px;font-size:23px;}
  .bb-cat-bag{width:42px;height:42px;border-radius:14px;right:12px;bottom:12px;}
  .bb-cat-bag:before{width:24px;height:24px;}
  .bb-cat-product-info{padding:14px 14px 16px;}
  .bb-cat-product-info h2{font-size:15px;line-height:1.2;margin-bottom:6px;}
  .bb-cat-product-price{font-size:18px;}
  .bb-cat-note{border-radius:22px;padding:18px 20px;align-items:flex-start;}
  .bb-cat-note p{font-size:14px;}
}
@media(max-width:430px){
  .bb-cat-products-grid{gap:14px;}
  .bb-cat-hero h1{font-size:62px;}
  .bb-cat-product-info h2{font-size:14px;}
}

/* ===== V15 CATEGORY PAGES: polished catalog, filters, pagination ===== */
.bb-site-header{position:sticky!important;top:0!important;z-index:99990!important;}
.admin-bar .bb-site-header{top:32px!important;}
@media(max-width:782px){.admin-bar .bb-site-header{top:46px!important;}}

.bb-cat-page{background:linear-gradient(180deg,#fff8fb 0,#fff 42%,#fffdfb 100%);overflow:hidden;}
.bb-cat-hero{max-width:1480px;margin:0 auto;display:grid;grid-template-columns:.86fr 1.14fr;align-items:stretch;min-height:470px;background:#fff;border-radius:0 0 34px 34px;box-shadow:0 18px 55px rgba(210,73,130,.08);overflow:hidden;}
.bb-cat-hero-copy{padding:58px 58px 54px;display:flex;flex-direction:column;justify-content:center;position:relative;z-index:2;}
.bb-cat-breadcrumb{display:flex;gap:10px;align-items:center;font-weight:900;margin-bottom:34px;color:var(--bb-cat-accent,#e65c99);}
.bb-cat-breadcrumb a{color:var(--bb-cat-accent,#e65c99);text-decoration:none;transition:.2s ease;}.bb-cat-breadcrumb a:hover{transform:scale(1.04)}
.bb-cat-hero h1{font-family:'Baloo 2',cursive;font-size:clamp(62px,6vw,98px);line-height:.86;margin:0 0 22px;color:#d31873;letter-spacing:-2px;}
.bb-cat-hero h1 span{font-size:.45em;vertical-align:top;color:#e96f9c;}
.bb-cat-hero p{font-size:24px;line-height:1.34;font-weight:800;color:#221f24;max-width:510px;margin:0 0 28px;}
.bb-cat-whatsapp{display:inline-flex;align-items:center;justify-content:center;gap:12px;width:fit-content;max-width:100%;min-height:58px;padding:16px 28px;border-radius:999px;background:linear-gradient(135deg,var(--bb-cat-accent,#e65c99),#d31873);color:#fff;text-decoration:none;font-size:17px;font-weight:950;box-shadow:0 18px 36px rgba(211,24,115,.18);transition:.25s ease;}
.bb-cat-whatsapp:hover{transform:translateY(-3px);box-shadow:0 24px 42px rgba(211,24,115,.25);color:#fff;}.bb-cat-whatsapp span{font-size:22px;}
.bb-cat-hero-visual{min-height:470px;position:relative;background:linear-gradient(135deg,#fff1f7,#ffeaf3);overflow:hidden;}
.bb-cat-hero-visual:before{content:"";position:absolute;inset:auto -8% -18% auto;width:60%;height:70%;background:radial-gradient(circle,rgba(233,111,156,.2),transparent 67%);z-index:1;}
.bb-cat-hero-visual img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;z-index:2;}
.bb-cat-hero-placeholder .bb-cat-hero-placeholder-text{display:grid!important;place-items:center;position:absolute;inset:42px;border:2px dashed rgba(211,24,115,.22);border-radius:24px;color:#a76882;font-weight:950;text-align:center;z-index:3;background:rgba(255,255,255,.35);}
.bb-cat-hero-placeholder-text{display:none;}
.bb-cat-shop-panel{max-width:1480px;margin:0 auto;padding:46px 48px 96px;position:relative;}
.bb-cat-filters-wrap{position:relative;margin:0 0 34px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:12px;}
.bb-cat-filters{display:flex;gap:16px;overflow-x:auto;scroll-behavior:smooth;scrollbar-width:none;padding:7px 4px 14px;}.bb-cat-filters::-webkit-scrollbar{display:none;}
.bb-cat-filter{flex:0 0 auto;display:flex;align-items:center;gap:12px;min-height:70px;padding:13px 24px 13px 16px;border-radius:28px;background:#fff;text-decoration:none;color:#111;border:2px solid transparent;box-shadow:0 14px 36px rgba(0,0,0,.055);transition:.22s ease;}
.bb-cat-filter:hover{transform:translateY(-3px);box-shadow:0 18px 38px rgba(211,24,115,.12);color:#111;}.bb-cat-filter.is-active{border-color:var(--bb-cat-accent,#e65c99);box-shadow:0 18px 42px rgba(211,24,115,.12);}
.bb-filter-icon{width:42px;height:42px;border-radius:16px;display:grid;place-items:center;background:#fff1f7;color:var(--bb-cat-accent,#e65c99);font-weight:950;font-size:20px;}.bb-cat-filter strong{font-size:16px;font-weight:950;white-space:nowrap;}
.bb-cat-filter-arrow{width:44px;height:44px;border:0;border-radius:50%;background:#fff;color:#111;font-size:30px;font-weight:900;display:grid;place-items:center;box-shadow:0 14px 34px rgba(0,0,0,.12);cursor:pointer;transition:.2s ease;z-index:5;}.bb-cat-filter-arrow:hover{transform:scale(1.08);color:#d31873;}
.bb-cat-toolbar{display:flex;align-items:center;justify-content:space-between;gap:18px;margin:4px 0 34px;}.bb-cat-toolbar p{font-weight:950;font-size:16px;margin:0;}
.bb-cat-sort select,.bb-cat-sort .orderby{border:0!important;border-radius:999px!important;background:#fff!important;min-height:56px!important;padding:0 52px 0 24px!important;font-weight:900!important;box-shadow:0 14px 35px rgba(0,0,0,.06)!important;color:#222!important;}
.bb-cat-products-grid.bb-products-grid{max-width:none;grid-template-columns:repeat(4,minmax(0,1fr));gap:34px;margin:0;}
.bb-cat-products-grid .bb-product-image-wrap{border-radius:26px;box-shadow:0 18px 44px rgba(0,0,0,.07);background:#fff6fa;}
.bb-cat-products-grid .bb-product-card h3{font-size:20px;margin-top:16px;}.bb-cat-products-grid .bb-product-price{font-size:24px;color:#d31873;}
.bb-cat-products-grid .bb-product-cart-visual{right:16px;bottom:16px;opacity:0;transform:translateY(10px);}.bb-cat-products-grid .bb-product-card:hover .bb-product-cart-visual{opacity:1;transform:translateY(0);}
.bb-cat-pagination{margin:52px auto 0;text-align:center;}.bb-cat-pagination ul{display:flex;justify-content:center;align-items:center;gap:10px;list-style:none;margin:0;padding:0;flex-wrap:wrap;}.bb-cat-pagination a,.bb-cat-pagination span{min-width:42px;height:42px;border-radius:50%;display:grid;place-items:center;text-decoration:none;font-weight:950;background:#fff;color:#111;box-shadow:0 12px 28px rgba(0,0,0,.06);}.bb-cat-pagination .current{background:#d31873;color:#fff;}
.bb-cat-note{max-width:980px;margin:52px auto 0;border-radius:26px;padding:22px 28px;background:linear-gradient(90deg,#fff0f6,#fffaf4);border:1px solid #ffd5e4;display:flex;gap:18px;align-items:center;}.bb-cat-note span{font-size:38px;color:var(--bb-cat-accent,#e65c99);}.bb-cat-note p{margin:0;font-size:16px;line-height:1.35;font-weight:850;color:#4a4a4a;}
.bb-cat-empty{max-width:780px;margin:30px auto;padding:42px;border-radius:30px;background:#fff;box-shadow:0 18px 44px rgba(0,0,0,.06);text-align:center;}.bb-cat-empty h2{font-family:'Baloo 2',cursive;font-size:42px;line-height:1;margin:0 0 12px;}.bb-cat-empty p{margin:0 0 22px;font-weight:800;color:#555;}.bb-cat-empty a{color:#d31873;font-weight:950;text-decoration:none;}
.bb-back-top{position:fixed;right:24px;bottom:98px;width:48px;height:48px;border:0;border-radius:50%;background:#111;color:#fff;font-size:24px;font-weight:950;box-shadow:0 16px 35px rgba(0,0,0,.18);z-index:9990;opacity:0;visibility:hidden;transform:translateY(12px);transition:.25s ease;cursor:pointer;}.bb-back-top.is-visible{opacity:1;visibility:visible;transform:translateY(0);}.bb-back-top:hover{background:#d31873;transform:translateY(-3px);}
@media(max-width:1100px){.bb-cat-hero{grid-template-columns:1fr;}.bb-cat-hero-copy{padding:48px 32px 36px;}.bb-cat-hero-visual{min-height:340px;}.bb-cat-products-grid.bb-products-grid{grid-template-columns:repeat(3,minmax(0,1fr));}}
@media(max-width:767px){.bb-cat-page{overflow:hidden;}.bb-cat-hero{border-radius:0 0 28px 28px;min-height:auto;}.bb-cat-hero-copy{padding:34px 24px 30px;}.bb-cat-breadcrumb{font-size:14px;margin-bottom:24px;}.bb-cat-hero h1{font-size:64px;}.bb-cat-hero p{font-size:20px;line-height:1.42;max-width:340px;}.bb-cat-whatsapp{min-height:54px;padding:15px 22px;font-size:15px;}.bb-cat-hero-visual{min-height:280px;}.bb-cat-shop-panel{padding:28px 18px 78px;}.bb-cat-filters-wrap{grid-template-columns:1fr;margin-bottom:20px;}.bb-cat-filter-arrow{display:none;}.bb-cat-filters{gap:12px;margin-left:-18px;margin-right:-18px;padding-left:18px;padding-right:18px;}.bb-cat-filter{min-height:64px;border-radius:22px;padding:10px 18px 10px 12px;}.bb-filter-icon{width:40px;height:40px;border-radius:14px;}.bb-cat-filter strong{font-size:14px;}.bb-cat-toolbar{margin:12px 0 22px;align-items:center;}.bb-cat-sort select,.bb-cat-sort .orderby{min-width:150px;min-height:50px!important;font-size:14px!important;padding-left:18px!important;}.bb-cat-products-grid.bb-products-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;}.bb-cat-products-grid .bb-product-image-wrap{border-radius:20px;}.bb-cat-products-grid .bb-product-card h3{font-size:15px;line-height:1.2;margin:12px 2px 4px;}.bb-cat-products-grid .bb-product-price{font-size:18px;margin:0 2px;}.bb-cat-products-grid .bb-product-cart-visual{display:none!important;}.bb-cat-note{border-radius:22px;padding:18px 20px;align-items:flex-start;}.bb-cat-note p{font-size:14px;}.bb-back-top{right:18px;bottom:88px;width:44px;height:44px;}}
@media(max-width:390px){.bb-cat-products-grid.bb-products-grid{gap:14px;}.bb-cat-hero h1{font-size:58px;}.bb-cat-products-grid .bb-product-card h3{font-size:14px;}}

/* ===== V16 FIXES: fixed header + premium category hero ===== */
html, body{max-width:100%!important;overflow-x:hidden!important;}
body{padding-top:var(--bb-header-height,190px)!important;}
.bb-site-header{
  position:fixed!important;
  top:0!important;
  left:0!important;
  right:0!important;
  width:100%!important;
  z-index:99990!important;
  background:var(--bb-magenta)!important;
  box-shadow:0 12px 30px rgba(67,0,45,.10)!important;
}
body.admin-bar .bb-site-header{top:32px!important;}
@media(max-width:782px){body.admin-bar .bb-site-header{top:46px!important;}}
@media(max-width:767px){body{padding-top:var(--bb-header-height,168px)!important;}.bb-site-header{overflow:visible!important;}}

/* Category page: full-width editorial banner */
.bb-cat-page{background:linear-gradient(180deg,#fff7fb 0,#fff 34%,#fffdfb 100%)!important;overflow:hidden!important;}
.bb-cat-hero{
  width:100%!important;
  max-width:none!important;
  margin:0!important;
  min-height:520px!important;
  display:grid!important;
  grid-template-columns:minmax(380px,.82fr) minmax(520px,1.18fr)!important;
  background:linear-gradient(100deg,#fff 0%,#fff 42%,#fff1f7 100%)!important;
  border-radius:0!important;
  box-shadow:none!important;
  overflow:hidden!important;
  position:relative!important;
}
.bb-cat-hero:before{content:"";position:absolute;inset:0;background:radial-gradient(circle at 70% 12%,rgba(233,111,156,.16),transparent 28%),radial-gradient(circle at 90% 90%,rgba(243,178,86,.18),transparent 24%);pointer-events:none;}
.bb-cat-hero-copy{padding:68px clamp(28px,5vw,88px)!important;justify-content:center!important;}
.bb-cat-breadcrumb{margin-bottom:26px!important;font-size:16px!important;}
.bb-cat-hero h1{font-size:clamp(72px,7vw,116px)!important;color:#d31873!important;margin-bottom:24px!important;}
.bb-cat-hero p{font-size:clamp(22px,1.55vw,30px)!important;line-height:1.28!important;max-width:620px!important;margin-bottom:30px!important;color:#171717!important;}
.bb-cat-whatsapp{font-size:18px!important;line-height:1.12!important;padding:18px 30px!important;min-height:64px!important;max-width:580px!important;box-shadow:0 18px 36px rgba(211,24,115,.20)!important;}
.bb-cat-hero-visual{
  min-height:520px!important;
  height:100%!important;
  background:linear-gradient(135deg,#ffe8f2,#fff6fa)!important;
  border-left:0!important;
  overflow:hidden!important;
}
.bb-cat-hero-visual img{width:100%!important;height:100%!important;object-fit:cover!important;object-position:center!important;}
.bb-cat-hero-placeholder .bb-cat-hero-placeholder-text{
  inset:0!important;
  border:0!important;
  border-radius:0!important;
  background:linear-gradient(135deg,#fff2f8,#ffe5f0)!important;
  font-size:22px!important;
  color:#a96584!important;
}
.bb-cat-shop-panel{max-width:1480px!important;margin:0 auto!important;padding-top:54px!important;}

@media(max-width:1100px){
  .bb-cat-hero{grid-template-columns:1fr!important;min-height:auto!important;}
  .bb-cat-hero-copy{padding:52px 34px 34px!important;}
  .bb-cat-hero-visual{min-height:420px!important;order:2!important;}
}
@media(max-width:767px){
  .bb-cat-hero{border-radius:0!important;background:#fff!important;}
  .bb-cat-hero-copy{padding:34px 24px 28px!important;text-align:left!important;}
  .bb-cat-breadcrumb{font-size:14px!important;margin-bottom:20px!important;}
  .bb-cat-hero h1{font-size:68px!important;margin-bottom:16px!important;}
  .bb-cat-hero p{font-size:20px!important;line-height:1.34!important;max-width:350px!important;margin-bottom:22px!important;}
  .bb-cat-whatsapp{width:100%!important;min-height:58px!important;font-size:15px!important;padding:15px 22px!important;justify-content:space-between!important;}
  .bb-cat-hero-visual{min-height:310px!important;width:100%!important;}
  .bb-cat-hero-placeholder .bb-cat-hero-placeholder-text{font-size:16px!important;padding:30px!important;}
}

/* ===== MEJORAS DE CONVERSIÓN V2 ===== */

/* Hero badge */
.bb-hero-badge{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:linear-gradient(135deg,#fff0f7,#fde8f3);
  border:1.5px solid #f4b8d8;
  color:#b80072;
  font-size:12px;
  font-weight:900;
  letter-spacing:1.5px;
  padding:8px 18px;
  border-radius:999px;
  margin-bottom:22px;
  text-transform:uppercase;
}

/* Hero CTA más prominente */
.bb-button-hero{
  background:linear-gradient(135deg,#b80072,#e91e8c) !important;
  min-width:0 !important;
  padding:0 44px !important;
  height:66px !important;
  font-size:16px !important;
  letter-spacing:.8px !important;
  box-shadow:0 20px 40px rgba(184,0,114,.35) !important;
  position:relative;
  overflow:hidden;
}
.bb-button-hero::after{
  content:'';
  position:absolute;
  top:-50%;
  left:-60%;
  width:50%;
  height:200%;
  background:rgba(255,255,255,.18);
  transform:skewX(-20deg);
  animation:bbShine 3.5s ease-in-out infinite;
}
@keyframes bbShine{
  0%,70%,100%{left:-60%}
  50%{left:130%}
}
.bb-button-hero:hover{
  transform:translateY(-4px) !important;
  box-shadow:0 28px 50px rgba(184,0,114,.45) !important;
}

.bb-hero-cta-wrap{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
  gap:14px;
  margin-bottom:32px;
}
.bb-hero-secondary-link{
  font-size:14px;
  font-weight:900;
  color:#b80072;
  text-decoration:underline;
  text-decoration-style:dotted;
  text-underline-offset:3px;
  cursor:pointer;
}
.bb-hero-secondary-link:hover{color:#93005d;}

/* Social proof en hero */
.bb-social-proof{
  display:flex;
  align-items:center;
  gap:12px;
  margin-bottom:40px;
  flex-wrap:wrap;
}
.bb-stars{
  color:#f59e0b;
  font-size:18px;
  letter-spacing:1px;
}
.bb-social-proof span{
  font-size:14px;
  font-weight:700;
  color:#4a3a44;
}
.bb-social-proof strong{font-weight:900;color:#111;}

/* Hero: fondo más dramático */
.bb-hero{
  background:radial-gradient(ellipse at 20% 50%,#fff5ed 0%,#fffdf8 40%,#fdf0f7 100%) !important;
}

/* ===== TRUST BAR ===== */
.bb-trust-bar{
  background:#fff;
  border-bottom:1px solid #f5eef3;
  border-top:1px solid #f5eef3;
  padding:0;
}
.bb-trust-bar-inner{
  max-width:1280px;
  margin:0 auto;
  display:flex;
  align-items:stretch;
  justify-content:center;
  padding:0 5%;
}
.bb-trust-item{
  display:flex;
  align-items:center;
  gap:14px;
  padding:22px 32px;
  flex:1;
  justify-content:center;
}
.bb-trust-item:hover{background:#fdf5f9;}
.bb-trust-icon{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:linear-gradient(135deg,#fff0f7,#fde8f3);border-radius:14px;flex-shrink:0;color:#b80072;}
.bb-trust-item div{display:flex;flex-direction:column;gap:2px;}
.bb-trust-item strong{font-size:14px;font-weight:900;color:#111;line-height:1.2;}
.bb-trust-item span{font-size:12px;font-weight:700;color:#8a6d7c;line-height:1.2;}
.bb-trust-divider{width:1px;background:#f0e8ec;align-self:stretch;margin:12px 0;}

/* ===== CATEGORÍAS MEJORADAS ===== */
.bb-cat-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(to bottom,transparent 40%,rgba(0,0,0,.28) 100%);
  opacity:0;
  transition:.3s ease;
}
.bb-ocasion-card:hover .bb-cat-overlay{opacity:1;}
.bb-ocasion-card{
  box-shadow:0 8px 24px rgba(0,0,0,.08) !important;
  transition:transform .28s ease, box-shadow .28s ease !important;
}
.bb-ocasion-card:hover{
  transform:translateY(-10px) scale(1.02) !important;
  box-shadow:0 22px 50px rgba(0,0,0,.14) !important;
}

/* ===== COMPROMISOS MEJORADOS ===== */
.bb-commitments{
  background:linear-gradient(135deg,#fff8ef 0%,#fff3f7 100%) !important;
  padding:86px 5% !important;
}
.bb-commitment-card{
  background:#fff !important;
  border:1px solid #f5eef3 !important;
  box-shadow:0 8px 32px rgba(0,0,0,.05) !important;
  transition:transform .25s ease, box-shadow .25s ease;
  border-radius:24px !important;
  padding:32px 28px !important;
}
.bb-commitment-card:hover{
  transform:translateY(-6px);
  box-shadow:0 20px 50px rgba(184,0,114,.1) !important;
}
.bb-commitment-icon{
  font-size:52px !important;
  min-width:66px !important;
  background:linear-gradient(135deg,#fff0f7,#fde8f3);
  border-radius:18px;
  width:66px;
  height:66px;
  display:grid;
  place-items:center;
  flex-shrink:0;
}

/* ===== SECCIÓN RECIENTES - carousel ===== */
.bb-recent-carousel{
  position:relative;
  max-width:1280px;
  margin:0 auto;
}
.bb-recent-track{
  display:flex;
  gap:18px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:8px 4px 16px;
}
.bb-recent-track::-webkit-scrollbar{display:none;}
.bb-recent-tile{
  min-width:200px;
  max-width:200px;
  aspect-ratio:1/1;
  border-radius:18px;
  background:#fff0f6;
  border:1px dashed #efc7da;
  display:grid;
  place-items:center;
  overflow:hidden;
  position:relative;
  color:#a46b86;
  font-weight:900;
  flex-shrink:0;
  transition:transform .25s ease;
}
.bb-recent-tile:hover{transform:scale(1.04);}
.bb-recent-tile img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;}
.bb-recent-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:46px;
  height:46px;
  border:0;
  border-radius:50%;
  background:#fff;
  box-shadow:0 8px 24px rgba(0,0,0,.14);
  cursor:pointer;
  z-index:10;
  font-size:28px;
  color:#333;
  transition:.2s;
}
.bb-recent-arrow:hover{transform:translateY(-50%) scale(1.1);}
.bb-recent-prev{left:-22px;}
.bb-recent-next{right:-22px;}

/* ===== PRODUCTOS - mejoras ===== */
.bb-product-image-wrap{
  border-radius:20px !important;
  overflow:hidden;
  box-shadow:0 8px 24px rgba(0,0,0,.06) !important;
}
.bb-product-card:hover .bb-product-image-wrap{
  box-shadow:0 18px 40px rgba(184,0,114,.12) !important;
}
.bb-product-cart-button{
  background:linear-gradient(135deg,#b80072,#e91e8c) !important;
  box-shadow:0 14px 30px rgba(184,0,114,.3) !important;
  height:46px !important;
  padding:0 22px !important;
  font-size:14px !important;
  letter-spacing:.3px !important;
}
.bb-product-cart-visual{
  background:linear-gradient(135deg,#b80072,#e91e8c) !important;
  color:#fff !important;
}
.bb-product-cart-visual svg{stroke:#fff !important;}

/* Badge destacado en producto */
.bb-product-badge{
  position:absolute;
  top:12px;
  left:12px;
  z-index:4;
  background:linear-gradient(135deg,#b80072,#e91e8c);
  color:#fff;
  font-size:11px;
  font-weight:900;
  letter-spacing:.6px;
  padding:5px 12px;
  border-radius:999px;
  text-transform:uppercase;
  box-shadow:0 6px 16px rgba(184,0,114,.3);
}

/* ===== RESPONSIVE AJUSTES ===== */
@media(max-width:900px){
  .bb-trust-bar-inner{flex-wrap:wrap;}
  .bb-trust-item{flex:1 1 40%;padding:18px 20px;}
  .bb-trust-divider{display:none;}
  .bb-hero-cta-wrap{align-items:center;}
  .bb-social-proof{justify-content:center;}
  .bb-hero-badge{font-size:11px;}
}
@media(max-width:600px){
  .bb-trust-item{flex:1 1 100%;padding:14px 20px;border-bottom:1px solid #f0e8ec;}
  .bb-trust-item:last-child{border-bottom:0;}
  .bb-trust-divider{display:none;}
  .bb-recent-tile{min-width:160px;max-width:160px;}
  .bb-commitment-card{flex-direction:column;text-align:center;}
  .bb-commitment-icon{margin:0 auto;}
  .bb-hero-badge{display:none;}
}

/* ===== VIDEOS DE PRODUCTO ===== */
.bb-video-products{
  padding:86px 0 96px;
  background:#0e0e0e;
  overflow:hidden;
}
.bb-vp-head{
  text-align:center;
  margin-bottom:44px;
  padding:0 5%;
}
.bb-vp-head .bb-kicker{color:rgba(255,255,255,.55);}
.bb-vp-head h2{
  font-family:'Baloo 2',cursive;
  font-size:clamp(36px,4vw,56px);
  color:#fff;
  margin:0;
  line-height:1;
}
.bb-vp-track-wrap{
  position:relative;
  max-width:1560px;
  margin:0 auto;
  padding:0 5%;
}
.bb-vp-track{
  display:flex;
  gap:20px;
  overflow-x:auto;
  scroll-behavior:smooth;
  scrollbar-width:none;
  padding:4px 4px 12px;
}
.bb-vp-track::-webkit-scrollbar{display:none;}
.bb-vp-card{
  flex:0 0 220px;
  min-width:220px;
  display:flex;
  flex-direction:column;
  gap:0;
  border-radius:20px;
  overflow:hidden;
  background:#1a1a1a;
  transition:transform .25s ease;
}
.bb-vp-card:hover{transform:translateY(-6px);}
.bb-vp-video-wrap{
  position:relative;
  width:100%;
  aspect-ratio:9/16;
  display:block;
  background:#111;
  overflow:hidden;
  text-decoration:none;
}
.bb-vp-video{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
  transition:transform .4s ease;
}
.bb-vp-card:hover .bb-vp-video{transform:scale(1.04);}
.bb-vp-placeholder{
  position:absolute;
  inset:0;
  background:linear-gradient(160deg,#2a1a24,#1a1020);
  display:grid;
  place-items:center;
  color:rgba(255,255,255,.25);
  font-size:14px;
  font-weight:900;
}
.bb-vp-play-btn{
  position:absolute;
  bottom:14px;
  left:14px;
  width:42px;
  height:42px;
  border-radius:50%;
  background:rgba(255,255,255,.18);
  backdrop-filter:blur(6px);
  display:grid;
  place-items:center;
  transition:.25s;
}
.bb-vp-card:hover .bb-vp-play-btn{background:var(--bb-magenta);}
.bb-vp-info{
  padding:16px 16px 18px;
  display:flex;
  flex-direction:column;
  gap:10px;
}
.bb-vp-name{
  margin:0;
  font-size:14px;
  font-weight:900;
  color:#fff;
  line-height:1.3;
}
.bb-vp-bottom{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:8px;
}
.bb-vp-price{
  font-size:17px;
  font-weight:900;
  color:#fff;
}
.bb-vp-cta{
  font-size:12px;
  font-weight:900;
  color:#fff;
  background:var(--bb-magenta);
  padding:7px 14px;
  border-radius:999px;
  text-decoration:none;
  white-space:nowrap;
  transition:.2s;
}
.bb-vp-cta:hover{background:#93005d;color:#fff;}
.bb-vp-arrow{
  position:absolute;
  top:40%;
  transform:translateY(-50%);
  width:52px;
  height:52px;
  border:0;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  backdrop-filter:blur(8px);
  color:#fff;
  font-size:32px;
  cursor:pointer;
  z-index:10;
  transition:.2s;
  display:grid;
  place-items:center;
}
.bb-vp-arrow:hover{background:var(--bb-magenta);}
.bb-vp-prev{left:calc(5% - 26px);}
.bb-vp-next{right:calc(5% - 26px);}

/* ===== RESEÑAS ===== */
.bb-reviews{
  padding:86px 5%;
  background:#fff;
  text-align:center;
}
.bb-reviews h2{
  font-family:'Baloo 2',cursive;
  font-size:clamp(36px,4vw,56px);
  margin:0 0 48px;
  line-height:1;
}
.bb-reviews-grid{
  max-width:1200px;
  margin:0 auto;
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:22px;
  text-align:left;
}
.bb-review-card{
  background:#fff;
  border:1px solid #f0e8ec;
  border-radius:22px;
  padding:26px;
  box-shadow:0 8px 28px rgba(0,0,0,.045);
  transition:transform .25s ease, box-shadow .25s ease;
}
.bb-review-card:hover{
  transform:translateY(-5px);
  box-shadow:0 18px 44px rgba(184,0,114,.1);
}
.bb-review-top{
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:14px;
}
.bb-review-avatar{
  width:46px;
  height:46px;
  border-radius:50%;
  background:linear-gradient(135deg,#b80072,#e96f9c);
  display:grid;
  place-items:center;
  flex-shrink:0;
  overflow:hidden;
}
.bb-review-avatar img{width:100%;height:100%;object-fit:cover;}
.bb-review-avatar span{color:#fff;font-size:20px;font-weight:900;}
.bb-review-name{
  display:block;
  font-size:15px;
  font-weight:900;
  color:#111;
  line-height:1.2;
}
.bb-review-city{
  display:block;
  font-size:12px;
  font-weight:700;
  color:#8a6d7c;
  margin-top:2px;
}
.bb-review-stars{
  color:#f59e0b;
  font-size:17px;
  letter-spacing:1px;
  margin-bottom:12px;
}
.bb-review-text{
  margin:0;
  font-size:14px;
  line-height:1.55;
  color:#444;
  font-weight:700;
}
.bb-reviews-total{
  margin-top:42px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:14px;
  flex-wrap:wrap;
}
.bb-reviews-score{
  font-family:'Baloo 2',cursive;
  font-size:42px;
  font-weight:800;
  color:#111;
  line-height:1;
}
.bb-reviews-total span:last-child{
  font-size:15px;
  font-weight:700;
  color:#6f5d68;
}
@media(max-width:1050px){
  .bb-reviews-grid{grid-template-columns:repeat(2,1fr);}
  .bb-vp-card{flex:0 0 190px;min-width:190px;}
}
@media(max-width:600px){
  .bb-reviews-grid{grid-template-columns:1fr;}
  .bb-vp-card{flex:0 0 170px;min-width:170px;}
  .bb-vp-arrow{display:none;}
  .bb-video-products{padding:60px 0 72px;}
}

/* ================================================================
   REDISEÃ‘O PROFESIONAL V3
   ================================================================ */

/* Tipografia global */
h1,h2,h3,h4,
.bb-hero h1,
.bb-ocasion h2,
.bb-extra-sections h2,
.bb-products-head h2,
.bb-reviews h2,
.bb-vp-head h2,
.bb-commitments h2,
.bb-site-footer strong{
  font-family:var(--bb-font-head) !important;
  letter-spacing:-.5px !important;
}
.bb-kicker,.bb-ocasion-kicker,.bb-hero-badge,
.bb-trust-item strong,.bb-trust-item span,
.bb-product-card h3,.bb-review-name,.bb-review-city,
.bb-review-text,.bb-vp-name,.bb-vp-price,
.bb-commitment-card h3,.bb-commitment-card p{
  font-family:var(--bb-font-body) !important;
}

/* Hero */
.bb-hero h1{font-size:clamp(52px,6.5vw,96px)!important;font-weight:600!important;line-height:.88!important;letter-spacing:-2px!important;}
.bb-hero h1 span{color:var(--bb-pink)!important;}
.bb-description{font-size:18px!important;font-weight:400!important;color:#3a3038!important;line-height:1.6!important;}
.bb-kicker{font-size:11px!important;font-weight:600!important;letter-spacing:3px!important;color:var(--bb-muted)!important;}
.bb-hero-badge{background:#F5F0EA!important;border-color:#DDD0C8!important;color:var(--bb-magenta)!important;font-size:10px!important;font-weight:600!important;letter-spacing:2px!important;}
.bb-button-hero{background:var(--bb-magenta)!important;border-radius:8px!important;height:58px!important;font-size:14px!important;letter-spacing:1.5px!important;box-shadow:0 12px 32px rgba(140,28,74,.25)!important;}
.bb-button-hero:hover{background:var(--bb-magenta-dark)!important;box-shadow:0 18px 40px rgba(140,28,74,.35)!important;transform:translateY(-3px)!important;}
.bb-button-hero::after{display:none!important;}
.bb-button{border-radius:8px!important;}
.bb-site-header{background:var(--bb-magenta)!important;}
.bb-marquee{background:#7A1840!important;}
.bb-ocasion h2,.bb-extra-sections h2,.bb-products-head h2,.bb-reviews h2,.bb-vp-head h2{font-size:clamp(30px,3.5vw,50px)!important;font-weight:600!important;}

/* CATEGORIAS SLIM */
.bb-ocasion{padding:64px 5% 56px!important;background:var(--bb-soft)!important;}
.bb-ocasion-slider{gap:12px!important;padding:8px 6px 16px!important;align-items:stretch!important;}
.bb-ocasion-card{
  min-width:0!important;max-width:none!important;width:auto!important;
  flex:0 0 auto!important;
  display:flex!important;flex-direction:row!important;align-items:center!important;
  gap:0!important;border-radius:12px!important;overflow:hidden!important;
  background:#fff!important;
  box-shadow:0 2px 12px rgba(0,0,0,.07)!important;
  border:1.5px solid #EDE6E0!important;
  transition:transform .22s ease,box-shadow .22s ease,border-color .22s ease!important;
  text-decoration:none!important;color:var(--bb-black)!important;
}
.bb-ocasion-card:hover{transform:translateY(-4px)!important;box-shadow:0 10px 28px rgba(140,28,74,.12)!important;border-color:var(--bb-pink)!important;}
.bb-cat-placeholder{width:72px!important;height:72px!important;min-width:72px!important;aspect-ratio:1/1!important;background:#F5F0EA!important;border-radius:0!important;flex-shrink:0!important;}
.bb-cat-placeholder:before{font-size:26px!important;}
.bb-cat-overlay{display:none!important;}
.bb-ocasion-card>div:last-child{min-height:auto!important;padding:0 18px!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;background:transparent!important;white-space:nowrap!important;}
.yellow>div:last-child,.cream>div:last-child,.love>div:last-child,.green>div:last-child,
.purple>div:last-child,.pink>div:last-child,.blue>div:last-child,.rose>div:last-child{background:transparent!important;}
.bb-ocasion-card span{font-size:14px!important;font-weight:600!important;color:var(--bb-black)!important;line-height:1.3!important;white-space:normal!important;max-width:110px!important;}
.bb-ocasion-card b{display:none!important;}
.bb-arrow{width:42px!important;height:42px!important;background:#fff!important;border:1.5px solid #EDE6E0!important;box-shadow:0 4px 12px rgba(0,0,0,.07)!important;font-size:24px!important;}

/* Productos: carrito blanco, boton magenta */
.bb-product-cart-visual{background:#fff!important;color:#111!important;}
.bb-product-cart-visual svg{stroke:#111!important;}
.bb-product-cart-button{background:var(--bb-magenta)!important;border-radius:8px!important;box-shadow:0 8px 22px rgba(140,28,74,.22)!important;}
.bb-product-cart-button:hover{background:var(--bb-magenta-dark)!important;}
.bb-product-card h3{font-size:15px!important;font-weight:600!important;color:#2a2a2a!important;letter-spacing:-.2px!important;}
.bb-product-price{font-size:19px!important;font-weight:700!important;color:var(--bb-magenta)!important;}
.bb-product-image-wrap{border-radius:12px!important;}

/* Trust bar */
.bb-trust-bar{border-top:1px solid #EDE6E0!important;border-bottom:1px solid #EDE6E0!important;background:#fff!important;}
.bb-trust-icon{background:#F5F0EA!important;border-radius:10px!important;width:44px!important;height:44px!important;color:var(--bb-magenta)!important;}
.bb-trust-item strong{font-size:13px!important;font-weight:700!important;color:#1a1a1a!important;}
.bb-trust-item span{font-size:12px!important;color:#7a6a72!important;}

/* Compromisos */
.bb-commitments{background:var(--bb-cream)!important;}
.bb-commitment-card{border-radius:12px!important;border:1.5px solid #EDE6E0!important;box-shadow:none!important;}
.bb-commitment-card:hover{box-shadow:0 12px 32px rgba(140,28,74,.08)!important;}
.bb-commitment-icon{background:#F5F0EA!important;border-radius:12px!important;font-size:28px!important;width:56px!important;height:56px!important;}
.bb-commitment-card h3{font-size:16px!important;font-weight:700!important;color:#1a1a1a!important;}
.bb-commitment-card p{font-size:14px!important;font-weight:400!important;color:#5a4a52!important;line-height:1.6!important;}

/* Resenas */
.bb-reviews{background:var(--bb-soft)!important;}
.bb-review-card{border-radius:12px!important;border:1.5px solid #EDE6E0!important;box-shadow:none!important;}
.bb-review-card:hover{box-shadow:0 10px 28px rgba(140,28,74,.08)!important;border-color:var(--bb-pink)!important;}
.bb-review-stars{color:#C9882A!important;font-size:15px!important;}
.bb-reviews-score{color:var(--bb-magenta)!important;}

/* â•â•â•â• MOBILE FIXES â•â•â•â• */
@media(max-width:767px){
  .bb-ocasion{padding:48px 0 44px!important;}
  .bb-ocasion>p,.bb-ocasion>h2,.bb-ocasion-btn{padding-left:20px!important;padding-right:20px!important;}
  .bb-carousel-wrapper{max-width:100%!important;}
  .bb-ocasion-slider{padding:8px 20px 16px!important;gap:10px!important;}
  .bb-arrow{display:none!important;}
  .bb-cat-placeholder{width:60px!important;height:60px!important;min-width:60px!important;}
  .bb-ocasion-card>div:last-child{padding:0 13px!important;}
  .bb-ocasion-card span{font-size:13px!important;}

  .bb-hero{padding:52px 20px 48px!important;}
  .bb-hero h1{font-size:48px!important;letter-spacing:-1.5px!important;}
  .bb-description{font-size:16px!important;}
  .bb-hero-cta-wrap{align-items:stretch!important;}

  .bb-trust-bar-inner{display:grid!important;grid-template-columns:1fr 1fr!important;gap:0!important;padding:0!important;}
  .bb-trust-divider{display:none!important;}
  .bb-trust-item{flex:none!important;padding:14px 12px!important;border-bottom:1px solid #EDE6E0!important;gap:10px!important;}
  .bb-trust-item:nth-child(odd){border-right:1px solid #EDE6E0!important;}
  .bb-trust-icon{width:36px!important;height:36px!important;}
  .bb-trust-icon svg{width:18px!important;height:18px!important;}

  .bb-commitments-grid{grid-template-columns:1fr!important;}
  .bb-commitment-card{flex-direction:row!important;text-align:left!important;}

  .bb-reviews-grid{grid-template-columns:1fr!important;}

  .bb-vp-track-wrap{padding:0 20px!important;}
  .bb-vp-card{flex:0 0 158px!important;min-width:158px!important;}

  .bb-products-grid,.bb-products-grid-more{grid-template-columns:repeat(2,1fr)!important;gap:12px!important;padding:0 16px!important;}
  .bb-products-section{padding:52px 0!important;}
  .bb-products-head{padding:0 16px!important;}
  .bb-product-card h3{font-size:13px!important;}
  .bb-product-price{font-size:15px!important;}
}

@media(max-width:400px){
  .bb-hero h1{font-size:40px!important;}
  .bb-trust-bar-inner{grid-template-columns:1fr!important;}
  .bb-trust-item:nth-child(odd){border-right:none!important;}
}

/* ================================================================
   V4 â€” Inter + hero full-bleed + video overlay + mobile menu fix
   ================================================================ */

/* FUENTES */
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=Cormorant+Garamond:wght@500;600;700&display=swap');

/* Override fuente body a Inter */
body,
.bb-kicker,.bb-ocasion-kicker,
.bb-description,
.bb-hero-badge,
.bb-trust-item strong,.bb-trust-item span,
.bb-product-card h3,.bb-product-price,
.bb-review-name,.bb-review-city,.bb-review-text,
.bb-vp-name,.bb-vp-price,
.bb-commitment-card h3,.bb-commitment-card p,
.bb-button,.bb-vp-cta,
.bb-reviews-total span,
.bb-ocasion-card span,
input,button,select,textarea{
  font-family:'Inter',system-ui,sans-serif !important;
}

/* Titulos principales: Cormorant elegante */
h1,h2,
.bb-hero h1,
.bb-ocasion h2,
.bb-extra-sections h2,
.bb-products-head h2,
.bb-reviews h2,
.bb-vp-head h2,
.bb-commitments h2{
  font-family:'Cormorant Garamond',Georgia,serif !important;
  letter-spacing:-.5px !important;
}

/* Menu movil: Inter, fondo oscuro */
.bb-mobile-menu a{
  font-family:'Inter',sans-serif !important;
  font-size:28px !important;
  font-weight:700 !important;
  letter-spacing:-.5px !important;
}
.bb-mobile-menu .sub-menu a{
  font-size:16px !important;
  font-weight:500 !important;
}
.bb-mobile-menu{
  background:linear-gradient(160deg,#1a0a12 0%,#2a1020 100%) !important;
}
.bb-mobile-close{
  border-color:rgba(255,255,255,.3) !important;
  font-family:'Inter',sans-serif !important;
  font-size:32px !important;
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   HERO FULL-BLEED
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.bb-hero{
  position:relative !important;
  width:100% !important;
  min-height:min(88vh,780px) !important;
  padding:0 !important;
  display:flex !important;
  align-items:center !important;
  grid-template-columns:none !important;
  background:#1a0f14 !important;
  overflow:hidden !important;
}
/* Esconder elementos decorativos viejos */
.bb-confetti,.bb-green-paper,.bb-tape,.bb-smile,.bb-sticker,
.bb-hero-image,.bb-photo-wrap,.bb-benefits{
  display:none !important;
}
/* Imagen de fondo */
.bb-hero-media{
  position:absolute;
  inset:0;
  z-index:1;
}
.bb-hero-bg-img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.bb-hero-overlay{
  position:absolute;
  inset:0;
  background:linear-gradient(100deg,rgba(10,4,8,.78) 0%,rgba(10,4,8,.45) 52%,rgba(10,4,8,.1) 100%);
}
/* Contenido del hero */
.bb-hero-content{
  position:relative !important;
  z-index:3 !important;
  padding:80px 8% !important;
  max-width:680px !important;
  margin:0 !important;
  color:#fff !important;
}
.bb-hero .bb-kicker{
  color:rgba(255,255,255,.6) !important;
  font-size:11px !important;
  font-weight:600 !important;
  letter-spacing:3px !important;
  margin-bottom:18px !important;
}
.bb-hero h1{
  font-size:clamp(52px,7vw,100px) !important;
  font-weight:600 !important;
  line-height:.9 !important;
  letter-spacing:-2px !important;
  margin:0 0 28px !important;
  color:#fff !important;
}
.bb-hero h1 span{
  color:#D4859A !important;
}
.bb-hero .bb-description{
  font-size:17px !important;
  font-weight:400 !important;
  color:rgba(255,255,255,.8) !important;
  line-height:1.65 !important;
  margin:0 0 36px !important;
  max-width:480px !important;
}
.bb-hero-cta-wrap{
  flex-direction:row !important;
  align-items:center !important;
  gap:20px !important;
  flex-wrap:wrap !important;
}
.bb-button-hero{
  background:#fff !important;
  color:#1a0f14 !important;
  border-radius:6px !important;
  height:54px !important;
  padding:0 36px !important;
  font-size:13px !important;
  font-weight:700 !important;
  letter-spacing:1.5px !important;
  box-shadow:none !important;
  transition:.22s ease !important;
  min-width:0 !important;
}
.bb-button-hero:hover{
  background:#f0e8ec !important;
  color:#1a0f14 !important;
  transform:translateY(-2px) !important;
  box-shadow:0 12px 28px rgba(0,0,0,.25) !important;
}
.bb-hero-secondary-link{
  color:rgba(255,255,255,.75) !important;
  font-size:14px !important;
  font-weight:500 !important;
  text-decoration:underline !important;
  text-decoration-color:rgba(255,255,255,.3) !important;
  text-underline-offset:3px !important;
}
.bb-hero-secondary-link:hover{color:#fff !important;}
.bb-social-proof{
  margin-top:36px !important;
  margin-bottom:0 !important;
}
.bb-stars{color:#D4AA60 !important;}
.bb-social-proof span{
  color:rgba(255,255,255,.7) !important;
  font-size:13px !important;
}
.bb-social-proof strong{color:#fff !important;}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   VIDEO CARDS â€” overlay style
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.bb-vp-card{
  position:relative !important;
  flex:0 0 210px !important;
  min-width:210px !important;
  border-radius:16px !important;
  overflow:hidden !important;
  background:#111 !important;
  display:block !important;
  text-decoration:none !important;
  cursor:pointer !important;
  flex-direction:column !important;
}
.bb-vp-video-wrap{display:contents;}
.bb-vp-video{
  width:100% !important;
  aspect-ratio:9/16 !important;
  object-fit:cover !important;
  display:block !important;
}
.bb-vp-placeholder{
  width:100% !important;
  aspect-ratio:9/16 !important;
  background:linear-gradient(160deg,#2a1a24,#1a1020) !important;
  display:grid !important;
  place-items:center !important;
  color:rgba(255,255,255,.2) !important;
  font-size:13px !important;
  font-family:'Inter',sans-serif !important;
}
/* Info overlay: dentro del video */
.bb-vp-info{
  position:absolute !important;
  bottom:0 !important;
  left:0 !important;
  right:0 !important;
  padding:40px 14px 14px !important;
  background:linear-gradient(to top,rgba(0,0,0,.85) 0%,transparent 100%) !important;
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
}
.bb-vp-name{
  margin:0 !important;
  font-size:13px !important;
  font-weight:600 !important;
  color:#fff !important;
  line-height:1.3 !important;
}
.bb-vp-bottom{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
}
.bb-vp-price{
  font-size:15px !important;
  font-weight:700 !important;
  color:#fff !important;
}
.bb-vp-arrow{
  width:30px !important;
  height:30px !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.15) !important;
  display:grid !important;
  place-items:center !important;
  font-size:18px !important;
  color:#fff !important;
  transition:.2s !important;
}
.bb-vp-card:hover .bb-vp-arrow{background:var(--bb-magenta) !important;}
.bb-vp-play-btn{
  position:absolute !important;
  top:50% !important;
  left:50% !important;
  transform:translate(-50%,-50%) !important;
  bottom:auto !important;
  left:50% !important;
  width:44px !important;
  height:44px !important;
  border-radius:50% !important;
  background:rgba(255,255,255,.18) !important;
  backdrop-filter:blur(4px) !important;
  transition:.25s !important;
  display:grid !important;
  place-items:center !important;
}
.bb-vp-card:hover .bb-vp-play-btn{background:rgba(255,255,255,.28) !important;}

/* Remueve el padding del track en mobile */
@media(max-width:767px){
  .bb-vp-card{flex:0 0 162px !important;min-width:162px !important;}
  .bb-hero-content{padding:60px 24px !important;}
  .bb-hero h1{font-size:48px !important;}
  .bb-hero .bb-description{font-size:15px !important;}
  .bb-hero-cta-wrap{flex-direction:column !important;align-items:flex-start !important;gap:14px !important;}
  .bb-button-hero{width:100% !important;max-width:320px !important;text-align:center !important;justify-content:center !important;}
}

/* â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•
   RESENAS â€” foto del pedido
   â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â•â• */
.bb-review-order-img{
  width:100%;
  aspect-ratio:4/3;
  border-radius:10px;
  overflow:hidden;
  margin-bottom:14px;
}
.bb-review-order-img img{
  width:100%;
  height:100%;
  object-fit:cover;
  display:block;
}
.bb-review-top{
  margin-top:14px;
  padding-top:14px;
  border-top:1px solid #f0e8ec;
}

/* ================================================================
   V5 â€” 12 fixes: Baloo titles, mobile menu, trust scroll,
        badge anim, commitment video, placeholders, search, footer
   ================================================================ */

/* 1. TITULOS: vuelven a Baloo 2 */
h1,h2,h3,
.bb-hero h1,
.bb-ocasion h2,
.bb-extra-sections h2,
.bb-products-head h2,
.bb-reviews h2,
.bb-vp-head h2,
.bb-commitments h2,
.bb-cat-hero h1,
.bb-site-footer strong{
  font-family:'Baloo 2',cursive !important;
  letter-spacing:-.5px !important;
}

/* 2. MENU MOVIL: mismo color que el header (magenta) */
.bb-mobile-menu{
  background:linear-gradient(160deg,var(--bb-magenta) 0%,var(--bb-magenta-dark) 100%) !important;
}

/* 3. HERO BUTTONS: centrados en movil */
@media(max-width:767px){
  .bb-hero-content{text-align:center !important;}
  .bb-hero .bb-kicker{text-align:center !important;}
  .bb-hero-cta-wrap{
    align-items:center !important;
    flex-direction:column !important;
    width:100% !important;
  }
  .bb-button-hero{
    width:100% !important;
    max-width:300px !important;
    justify-content:center !important;
    text-align:center !important;
  }
  .bb-hero-secondary-link{text-align:center !important;}
  .bb-social-proof{justify-content:center !important;}
  .bb-hero h1{text-align:center !important;}
  .bb-hero .bb-description{text-align:center !important;margin-left:auto !important;margin-right:auto !important;}
}

/* 4. TRUST BAR: fila scroll horizontal en movil */
@media(max-width:767px){
  .bb-trust-bar{overflow:hidden !important;}
  .bb-trust-bar-inner{
    display:flex !important;
    flex-direction:row !important;
    flex-wrap:nowrap !important;
    overflow-x:auto !important;
    scroll-behavior:smooth !important;
    scrollbar-width:none !important;
    -webkit-overflow-scrolling:touch !important;
    padding:0 !important;
    gap:0 !important;
    grid-template-columns:none !important;
  }
  .bb-trust-bar-inner::-webkit-scrollbar{display:none !important;}
  .bb-trust-item{
    flex:0 0 auto !important;
    min-width:160px !important;
    padding:14px 16px !important;
    border-bottom:none !important;
    border-right:1px solid #EDE6E0 !important;
    gap:10px !important;
  }
  .bb-trust-item:last-child{border-right:none !important;}
  .bb-trust-item:nth-child(odd){border-right:1px solid #EDE6E0 !important;}
  .bb-trust-divider{display:none !important;}
}

/* 5. BADGE ANIMACION: destello pulsante */
.bb-product-badge{
  animation:bbBadgePulse 2.4s ease-in-out infinite !important;
}
@keyframes bbBadgePulse{
  0%,100%{box-shadow:0 0 0 0 rgba(140,28,74,.45);}
  50%{box-shadow:0 0 0 7px rgba(140,28,74,0);}
}

/* 6. COMMITMENT CARDS CON VIDEO */
.bb-commitment-card{
  flex-direction:row !important;
  align-items:stretch !important;
  gap:0 !important;
  padding:0 !important;
  overflow:hidden !important;
}
.bb-commitment-text{
  flex:1 1 0 !important;
  padding:28px 24px !important;
  display:flex !important;
  align-items:flex-start !important;
  gap:18px !important;
}
.bb-commitment-video-wrap{
  width:160px !important;
  min-width:160px !important;
  flex-shrink:0 !important;
  background:#1a1a1a !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  overflow:hidden !important;
}
.bb-commitment-video-wrap video{
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
  display:block !important;
}
.bb-commitment-video-wrap.is-placeholder{
  background:#F5F0EA !important;
  border-left:1.5px dashed #DDD0C8 !important;
}
.bb-commitment-video-placeholder{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  padding:20px !important;
  color:#b0a0a8 !important;
  text-align:center !important;
  height:100% !important;
}
.bb-commitment-video-placeholder span{
  font-size:11px !important;
  font-family:'Inter',sans-serif !important;
  font-weight:500 !important;
  line-height:1.4 !important;
}
@media(max-width:767px){
  .bb-commitment-card{flex-direction:column !important;}
  .bb-commitment-video-wrap{width:100% !important;min-width:0 !important;height:160px !important;border-left:none !important;border-top:1.5px dashed #DDD0C8 !important;}
}

/* 7a. VIDEO PLACEHOLDERS: contenedor visible */
.bb-vp-placeholder{
  width:100% !important;
  aspect-ratio:9/16 !important;
  background:#1e1e1e !important;
  border:1.5px dashed rgba(255,255,255,.12) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:10px !important;
  color:rgba(255,255,255,.3) !important;
}
.bb-vp-placeholder span{
  font-family:'Inter',sans-serif !important;
  font-size:12px !important;
  font-weight:500 !important;
}
.bb-vp-placeholder::before{
  content:'â–¶';
  font-size:22px !important;
  opacity:.3 !important;
}

/* 7b. REVIEW FOTO PEDIDO: siempre visible */
.bb-review-order-img{
  width:100% !important;
  aspect-ratio:4/3 !important;
  border-radius:10px !important;
  overflow:hidden !important;
  margin-bottom:14px !important;
}
.bb-review-order-img img{width:100%;height:100%;object-fit:cover;display:block;}
.bb-review-order-img.is-placeholder{
  background:#F5F0EA !important;
  border:1.5px dashed #DDD0C8 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
}
.bb-review-img-placeholder{
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  gap:8px !important;
  color:#b0a0a8 !important;
}
.bb-review-img-placeholder span{
  font-size:11px !important;
  font-family:'Inter',sans-serif !important;
  font-weight:500 !important;
}

/* 7c. LIGHTBOX */
.bb-lightbox-overlay{
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.9);
  z-index:999999;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  transition:.25s ease;
}
.bb-lightbox-overlay.is-open{opacity:1;visibility:visible;}
.bb-lightbox-img{
  max-width:90vw;
  max-height:88vh;
  object-fit:contain;
  border-radius:8px;
  box-shadow:0 30px 80px rgba(0,0,0,.5);
}
.bb-lightbox-close{
  position:absolute;
  top:20px;
  right:24px;
  width:44px;
  height:44px;
  border-radius:50%;
  background:rgba(255,255,255,.12);
  border:0;
  color:#fff;
  font-size:26px;
  cursor:pointer;
  display:grid;
  place-items:center;
}

/* 10. TIPOGRAFIA: menu web, whatsapp, carrito */
.bb-main-menu .menu>li>a,
.bb-main-menu .sub-menu>li>a{
  font-family:'Inter',sans-serif !important;
}
.bb-whatsapp-bubble,
.bb-side-cart-head span,
.bb-side-cart-head strong,
.bb-side-cart-info strong,
.bb-side-cart-info span,
.bb-side-cart-info b,
.bb-side-cart-total span,
.bb-side-cart-total strong,
.bb-side-cart-button,
.bb-side-cart-link,
.bb-empty-cart h3,
.bb-empty-cart p{
  font-family:'Inter',sans-serif !important;
}

/* 11. BUSCADOR MOVIL: scroll propio */
.bb-search-results{
  max-height:50vh !important;
  overflow-y:auto !important;
  overscroll-behavior:contain !important;
  -webkit-overflow-scrolling:touch !important;
}
.bb-search-results.is-open{display:block !important;}
@media(max-width:767px){
  .bb-search-results{
    position:fixed !important;
    top:auto !important;
    left:16px !important;
    right:16px !important;
    max-height:55vh !important;
    border-radius:16px !important;
    z-index:99999 !important;
  }
}

/* 12. FOOTER TIPOGRAFIA */
.bb-site-footer,
.bb-footer-brand p,
.bb-footer-col a,
.bb-footer-col h3,
.bb-footer-social h3,
.bb-footer-bottom span,
.bb-pay-title{
  font-family:'Inter',sans-serif !important;
}
.bb-footer-col h3,
.bb-footer-social h3,
.bb-pay-title{
  font-weight:700 !important;
  font-size:13px !important;
  letter-spacing:1px !important;
  text-transform:uppercase !important;
}
.bb-footer-col a{
  font-size:14px !important;
  font-weight:400 !important;
}
.bb-footer-brand p{
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.65 !important;
}
.bb-footer-bottom span{
  font-size:13px !important;
  font-weight:400 !important;
}

/* 9. PAGINAS DE CATEGORIA: tipografia Inter + Baloo en titulos */
.bb-cat-page,
.bb-cat-breadcrumb,
.bb-cat-breadcrumb a,
.bb-cat-breadcrumb strong,
.bb-cat-hero p,
.bb-cat-whatsapp,
.bb-cat-toolbar p,
.bb-cat-sort select,
.bb-cat-filter strong,
.bb-cat-note p{
  font-family:'Inter',sans-serif !important;
}
.bb-cat-hero h1{
  font-family:'Baloo 2',cursive !important;
}
.bb-cat-hero h1 span{color:var(--bb-pink) !important;}

/* ================================================================
   V6 â€” Fix titles, search, video placeholders,
        commitment redesign, category pages
   ================================================================ */

/* Forzar Baloo 2 en todos los titulos (incluyendo movil) */
h1,h2,h3,h4,
.bb-hero h1,
.bb-ocasion h2,
.bb-extra-sections h2,
.bb-products-head h2,
.bb-reviews h2,
.bb-vp-head h2,
.bb-commitments h2,
.bb-cat-hero h1,
.bb-site-footer strong{
  font-family:'Baloo 2',cursive !important;
}
/* Resto del sitio: Inter */
body,p,a,span,button,input,select,li,
.bb-kicker,.bb-ocasion-kicker,
.bb-description,.bb-hero-badge,
.bb-trust-item strong,.bb-trust-item span,
.bb-product-card h3,.bb-product-price,
.bb-review-name,.bb-review-city,.bb-review-text,
.bb-vp-name,.bb-vp-price,
.bb-commitment-card p,
.bb-main-menu .menu>li>a,
.bb-main-menu .sub-menu>li>a,
.bb-mobile-menu a,
.bb-whatsapp-bubble,
.bb-side-cart-head span,.bb-side-cart-head strong,
.bb-side-cart-info strong,.bb-side-cart-info span,.bb-side-cart-info b,
.bb-side-cart-total span,.bb-side-cart-total strong,
.bb-side-cart-button,.bb-side-cart-link,
.bb-empty-cart h3,.bb-empty-cart p,
.bb-footer-brand p,.bb-footer-col a,.bb-footer-col h3,
.bb-footer-social h3,.bb-footer-bottom span,.bb-pay-title,
.bb-cat-breadcrumb,.bb-cat-hero p,.bb-cat-whatsapp,
.bb-cat-toolbar p,.bb-cat-sort select,.bb-cat-filter strong{
  font-family:'Inter',system-ui,sans-serif !important;
}
/* Titulo commitment cards: Inter tambien */
.bb-commitment-card h3{font-family:'Inter',sans-serif !important;}

/* Menu movil: Baloo 2 para los links principales */
.bb-mobile-menu>ul>li>a,
.bb-mobile-menu .menu>li>a{
  font-family:'Baloo 2',cursive !important;
  font-size:34px !important;
  font-weight:700 !important;
}
.bb-mobile-menu .sub-menu a{
  font-family:'Inter',sans-serif !important;
  font-size:17px !important;
  font-weight:500 !important;
}
/* Menu movil: mismo color que header */
.bb-mobile-menu{
  background:linear-gradient(160deg,#8C1C4A 0%,#6A1438 100%) !important;
}

/* â•â•â•â• BUSCADOR MOVIL: fix (position static, scroll interno) â•â•â•â• */
@media(max-width:767px){
  .bb-search-results{
    position:static !important;
    margin-top:8px !important;
    max-height:52vh !important;
    overflow-y:auto !important;
    overscroll-behavior:contain !important;
    -webkit-overflow-scrolling:touch !important;
    border-radius:14px !important;
    top:auto !important;
    left:auto !important;
    right:auto !important;
  }
}

/* â•â•â•â• VIDEO PLACEHOLDERS: visible siempre â•â•â•â• */
.bb-vp-track{align-items:stretch !important;}
.bb-vp-card{
  display:flex !important;
  flex-direction:column !important;
  position:relative !important;
}
.bb-vp-placeholder{
  flex:1 !important;
  width:100% !important;
  min-height:320px !important;
  background:#1a1a1a !important;
  border:1.5px dashed rgba(255,255,255,.15) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:12px !important;
  color:rgba(255,255,255,.3) !important;
  border-radius:0 !important;
}
.bb-vp-placeholder::before{
  content:'â–¶' !important;
  font-size:28px !important;
  display:block !important;
}
.bb-vp-placeholder span{
  font-size:12px !important;
  font-family:'Inter',sans-serif !important;
  font-weight:500 !important;
  text-align:center !important;
  padding:0 16px !important;
  line-height:1.4 !important;
}

/* â•â•â•â• COMMITMENT CARDS: diseÃ±o profesional numerado â•â•â•â• */
.bb-commitments{
  padding:80px 5% !important;
  background:var(--bb-soft) !important;
}
.bb-commitments h2{
  text-align:center !important;
  margin-bottom:52px !important;
}
.bb-commitments-grid{
  display:flex !important;
  flex-direction:column !important;
  gap:0 !important;
  max-width:1060px !important;
  margin:0 auto !important;
  border:1px solid #EDE6E0 !important;
  border-radius:16px !important;
  overflow:hidden !important;
  counter-reset:commitment-counter !important;
}
.bb-commitment-card{
  display:grid !important;
  grid-template-columns:88px 1fr 260px !important;
  align-items:stretch !important;
  min-height:150px !important;
  border:none !important;
  border-bottom:1px solid #EDE6E0 !important;
  border-radius:0 !important;
  padding:0 !important;
  box-shadow:none !important;
  background:#fff !important;
  transition:background .18s ease !important;
}
.bb-commitment-card:last-child{border-bottom:none !important;}
.bb-commitment-card:hover{background:#fdf8fa !important;}

/* Numero via CSS counter */
.bb-commitment-card::before{
  counter-increment:commitment-counter !important;
  content:"0" counter(commitment-counter) !important;
  font-family:'Baloo 2',cursive !important;
  font-size:44px !important;
  font-weight:800 !important;
  color:#eddde6 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  border-right:1px solid #EDE6E0 !important;
  flex-shrink:0 !important;
}
.bb-commitment-text{
  padding:28px 36px !important;
  display:flex !important;
  flex-direction:column !important;
  justify-content:center !important;
  gap:0 !important;
  border-right:1px solid #EDE6E0 !important;
}
/* Ocultar el icono emoji, el numero lo reemplaza */
.bb-commitment-icon{display:none !important;}
/* El div interno que tiene h3 y p */
.bb-commitment-text>div{
  display:flex !important;
  flex-direction:column !important;
  gap:8px !important;
}
.bb-commitment-card h3{
  margin:0 !important;
  font-size:17px !important;
  font-weight:700 !important;
  color:#1a1a1a !important;
  line-height:1.3 !important;
}
.bb-commitment-card p{
  margin:0 !important;
  font-size:14px !important;
  font-weight:400 !important;
  color:#6a5a62 !important;
  line-height:1.65 !important;
}
/* Video area del commitment */
.bb-commitment-video-wrap{
  width:auto !important;
  min-width:0 !important;
  background:#F8F3EE !important;
  overflow:hidden !important;
  position:relative !important;
}
.bb-commitment-video-wrap video{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
.bb-commitment-video-wrap.is-placeholder{
  background:#F8F3EE !important;
  border-left:none !important;
}
.bb-commitment-video-placeholder{
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:8px !important;
  color:#c4adb8 !important;
}
.bb-commitment-video-placeholder svg{opacity:.6 !important;}
.bb-commitment-video-placeholder span{
  font-size:11px !important;
  font-family:'Inter',sans-serif !important;
  font-weight:500 !important;
  text-align:center !important;
  line-height:1.5 !important;
}
@media(max-width:900px){
  .bb-commitment-card{
    grid-template-columns:70px 1fr 200px !important;
  }
  .bb-commitment-card::before{font-size:36px !important;}
  .bb-commitment-text{padding:22px 24px !important;}
}
@media(max-width:600px){
  .bb-commitment-card{
    grid-template-columns:56px 1fr !important;
    min-height:auto !important;
  }
  .bb-commitment-card::before{font-size:30px !important;}
  .bb-commitment-video-wrap{display:none !important;}
  .bb-commitment-text{padding:18px 16px !important;border-right:none !important;}
}

/* â•â•â•â• PAGINAS DE CATEGORIA â•â•â•â• */
.bb-cat-hero h1{
  font-family:'Baloo 2',cursive !important;
  font-size:clamp(48px,6vw,80px) !important;
  font-weight:800 !important;
  line-height:.95 !important;
  letter-spacing:-1px !important;
}
.bb-cat-hero h1 span{color:var(--bb-pink) !important;}
.bb-cat-hero p{
  font-family:'Inter',sans-serif !important;
  font-size:17px !important;
  font-weight:400 !important;
  line-height:1.65 !important;
  color:#3a3038 !important;
}
.bb-cat-whatsapp{
  font-family:'Inter',sans-serif !important;
  font-size:15px !important;
  font-weight:600 !important;
  background:var(--bb-magenta) !important;
  color:#fff !important;
  border-radius:8px !important;
  text-decoration:none !important;
  padding:14px 24px !important;
  display:inline-flex !important;
  align-items:center !important;
  gap:8px !important;
  transition:.2s ease !important;
}
.bb-cat-whatsapp:hover{background:var(--bb-magenta-dark) !important;color:#fff !important;}
.bb-cat-filter{
  font-family:'Inter',sans-serif !important;
  border:1.5px solid #EDE6E0 !important;
  border-radius:8px !important;
}
.bb-cat-filter.is-active{
  background:var(--bb-magenta) !important;
  border-color:var(--bb-magenta) !important;
  color:#fff !important;
}
.bb-cat-filter strong{font-family:'Inter',sans-serif !important;}
.bb-cat-toolbar p{
  font-family:'Inter',sans-serif !important;
  font-size:14px !important;
  color:#6a5a62 !important;
}
.bb-cat-sort select{
  font-family:'Inter',sans-serif !important;
  font-size:14px !important;
  border:1.5px solid #EDE6E0 !important;
  border-radius:8px !important;
  padding:8px 14px !important;
}

/* â•â•â•â• FOOTER: tipografia limpia â•â•â•â• */
.bb-footer-col h3,.bb-footer-social h3,.bb-pay-title{
  font-family:'Inter',sans-serif !important;
  font-size:11px !important;
  font-weight:700 !important;
  letter-spacing:2px !important;
  text-transform:uppercase !important;
  color:#8a7a82 !important;
  margin-bottom:14px !important;
}
.bb-footer-col a{
  font-family:'Inter',sans-serif !important;
  font-size:14px !important;
  font-weight:400 !important;
  color:#d4c4cc !important;
}
.bb-footer-col a:hover{color:#fff !important;}
.bb-footer-brand p{
  font-family:'Inter',sans-serif !important;
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1.65 !important;
  color:#a09099 !important;
}
.bb-footer-bottom span{
  font-family:'Inter',sans-serif !important;
  font-size:13px !important;
}

/* ================================================================
   V7 — Dazzle font, commitment VetaCrea style, reviews mobile scroll,
        video placeholder fix, bold fixes, search scroll
   ================================================================ */

/* DAZZLE en h1, h2 */
h1,h2,
.bb-hero h1,.bb-ocasion h2,.bb-extra-sections h2,
.bb-products-head h2,.bb-reviews h2,.bb-vp-head h2,
.bb-commitments h2,.bb-cat-hero h1{
  font-family:'Dazzle','Baloo 2',cursive !important;
}
h3{font-family:'Baloo 2',cursive !important;}

/* Quitar bold de marquee, carrito total y whatsapp bubble */
.bb-marquee .bb-item{font-weight:400 !important;letter-spacing:1.5px !important;}
.bb-cart-total{font-weight:400 !important;font-size:15px !important;}
.bb-whatsapp-bubble{font-weight:400 !important;font-size:14px !important;}

/* VIDEO PLACEHOLDER fix: altura fija en el card */
.bb-vp-card{
  position:relative !important;
  flex:0 0 210px !important;
  min-width:210px !important;
  min-height:360px !important;
  height:360px !important;
  border-radius:16px !important;
  overflow:hidden !important;
  background:#111 !important;
}
.bb-vp-placeholder{
  position:absolute !important;
  inset:0 !important;
  background:#1a1a1a !important;
  border:1.5px dashed rgba(255,255,255,.18) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  gap:14px !important;
  color:rgba(255,255,255,.35) !important;
}
.bb-vp-placeholder::before{content:'▶';font-size:32px;display:block;opacity:.4;}
.bb-vp-placeholder span{font-size:12px;font-family:'Inter',sans-serif;text-align:center;line-height:1.5;padding:0 16px;}
.bb-vp-info{position:absolute !important;bottom:0 !important;left:0 !important;right:0 !important;z-index:5 !important;}

/* COMMITMENT: VetaCrea 3 columnas */
.bb-commitments{padding:80px 5% !important;background:var(--bb-soft) !important;}
.bb-commitments h2{text-align:center !important;margin-bottom:48px !important;}
.bb-commitments-grid{
  display:grid !important;
  grid-template-columns:repeat(3,1fr) !important;
  gap:20px !important;
  max-width:1100px !important;
  margin:0 auto !important;
  border:none !important;
  overflow:visible !important;
  counter-reset:none !important;
  flex-direction:unset !important;
}
.bb-commitment-card{
  display:flex !important;
  flex-direction:column !important;
  background:#fff !important;
  border:1px solid #EDE6E0 !important;
  border-radius:16px !important;
  overflow:hidden !important;
  padding:0 !important;
  box-shadow:none !important;
  transition:transform .22s,box-shadow .22s !important;
}
.bb-commitment-card:hover{transform:translateY(-5px) !important;box-shadow:0 16px 40px rgba(140,28,74,.1) !important;}
.bb-commitment-card::before{display:none !important;content:none !important;}
.bb-commitment-media{
  width:100% !important;
  aspect-ratio:4/3 !important;
  background:#F8F3EE !important;
  overflow:hidden !important;
  position:relative !important;
  flex-shrink:0 !important;
}
.bb-commitment-media video{width:100% !important;height:100% !important;object-fit:cover !important;}
.bb-commitment-media.is-placeholder{background:#F5F0EA !important;border-bottom:1px solid #EDE6E0 !important;}
.bb-commitment-media-placeholder{position:absolute !important;inset:0 !important;display:flex !important;flex-direction:column !important;align-items:center !important;justify-content:center !important;gap:10px !important;color:#c4adb8 !important;}
.bb-commitment-media-placeholder span{font-size:12px;font-family:'Inter',sans-serif;text-align:center;}
.bb-commitment-text{padding:20px 22px 24px !important;display:flex !important;flex-direction:column !important;gap:8px !important;border-right:none !important;flex:1 !important;}
.bb-commitment-num{font-family:'Dazzle','Baloo 2',cursive !important;font-size:11px !important;font-weight:500 !important;color:#b0a0a8 !important;letter-spacing:2px !important;text-transform:uppercase !important;}
.bb-commitment-card h3{margin:0 !important;font-size:16px !important;font-weight:700 !important;color:#1a1a1a !important;line-height:1.3 !important;font-family:'Baloo 2',cursive !important;}
.bb-commitment-card p{margin:0 !important;font-size:13px !important;font-weight:400 !important;color:#6a5a62 !important;line-height:1.65 !important;font-family:'Inter',sans-serif !important;}
.bb-commitment-icon{display:none !important;}
@media(max-width:900px){.bb-commitments-grid{grid-template-columns:1fr 1fr !important;}}
@media(max-width:580px){.bb-commitments-grid{grid-template-columns:1fr !important;}.bb-commitment-media{aspect-ratio:16/9 !important;}}

/* REVIEWS: sin hover border en web; scroll horizontal en móvil */
.bb-review-card:hover{transform:none !important;box-shadow:none !important;border-color:#EDE6E0 !important;}
@media(max-width:767px){
  .bb-reviews{padding:64px 0 !important;}
  .bb-reviews>h2,.bb-reviews-total{padding-left:20px !important;padding-right:20px !important;}
  .bb-reviews-grid.bb-reviews-scroll{
    display:flex !important;
    flex-direction:row !important;
    grid-template-columns:unset !important;
    overflow-x:auto !important;
    scroll-behavior:smooth !important;
    scrollbar-width:none !important;
    -webkit-overflow-scrolling:touch !important;
    padding:4px 20px 16px !important;
    gap:14px !important;
  }
  .bb-reviews-grid.bb-reviews-scroll::-webkit-scrollbar{display:none !important;}
  .bb-reviews-grid.bb-reviews-scroll .bb-review-card{
    flex:0 0 78vw !important;
    max-width:320px !important;
    min-width:260px !important;
  }
}

/* BUSCADOR MÓVIL: scroll interno sin scroll de página */
@media(max-width:767px){
  .bb-search-results{
    position:static !important;
    margin-top:8px !important;
    max-height:46vh !important;
    overflow-y:scroll !important;
    -webkit-overflow-scrolling:touch !important;
    overscroll-behavior:contain !important;
    border-radius:14px !important;
  }
  .bb-header-search{overflow:visible !important;}
}

/* ================================================================
   V9 — Hero bold, overlay transparente en videos, fix xoo_el icons
   ================================================================ */

/* "Momentos" en negritas, resto de títulos delgados */
.bb-hero-bold{
  font-weight:700 !important;
  font-family:'Dazzle','Baloo 2',cursive !important;
  display:inline !important;
}
.bb-hero h1 span{
  font-weight:300 !important;
  font-family:'Dazzle','Baloo 2',cursive !important;
}

/* VIDEO PRODUCTS: overlay transparente, texto blanco, ">" simple */
.bb-vp-info{
  position:absolute !important;
  inset:auto 0 0 0 !important;
  background:linear-gradient(to top, rgba(0,0,0,.72) 0%, rgba(0,0,0,.3) 70%, transparent 100%) !important;
  padding:20px 16px 16px !important;
  border-top:none !important;
  display:flex !important;
  flex-direction:column !important;
  gap:6px !important;
}
.bb-vp-name{
  color:#fff !important;
  font-size:13px !important;
  font-weight:600 !important;
  line-height:1.35 !important;
  margin:0 !important;
}
.bb-vp-bottom{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
}
.bb-vp-price{
  color:rgba(255,255,255,.85) !important;
  font-size:12px !important;
  font-weight:500 !important;
}
/* Flecha simple, sin círculo */
.bb-vp-cta{
  background:transparent !important;
  border:none !important;
  color:#fff !important;
  font-size:20px !important;
  font-weight:400 !important;
  width:auto !important;
  height:auto !important;
  border-radius:0 !important;
  padding:0 !important;
  line-height:1 !important;
}
/* Play button: círculo translúcido centrado */
.bb-vp-play-btn{
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  pointer-events:none !important;
  z-index:3 !important;
}
.bb-vp-play-btn svg{
  width:48px !important;
  height:48px !important;
  background:rgba(255,255,255,.2) !important;
  backdrop-filter:blur(4px) !important;
  -webkit-backdrop-filter:blur(4px) !important;
  border-radius:50% !important;
  padding:14px !important;
}
/* Ocultar play btn cuando el video está corriendo (JS adds .is-playing) */
.bb-vp-card.is-playing .bb-vp-play-btn{opacity:0 !important;transition:opacity .3s !important;}

/* xoo_el: sin tocar — el plugin maneja sus propios estilos */

/* ================================================================
   V8 — Font ligero, cart blanco, menú delgado, MXN, video VetaCrea
   ================================================================ */

/* DAZZLE: peso ligero (300) en titulos + line-height mas abierto */
h1,h2,
.bb-hero h1,.bb-ocasion h2,.bb-extra-sections h2,
.bb-products-head h2,.bb-reviews h2,.bb-vp-head h2,
.bb-commitments h2,.bb-cat-hero h1{
  font-family:'Dazzle','Baloo 2',cursive !important;
  font-weight:300 !important;
  line-height:1.25 !important;
  letter-spacing:.01em !important;
}
/* La kicker / subtitulo NO usa Dazzle */
.bb-kicker,.bb-ocasion-kicker{
  font-family:'Inter',sans-serif !important;
  font-weight:600 !important;
  letter-spacing:.12em !important;
  font-size:11px !important;
  text-transform:uppercase !important;
}

/* CARRITO FLOTANTE MÓVIL: fondo blanco con ícono visible */
.bb-floating-cart{
  background:#fff !important;
  box-shadow:0 4px 20px rgba(0,0,0,.18) !important;
  color:#8C1C4A !important;
  border:none !important;
}
.bb-floating-cart svg{stroke:#8C1C4A !important;}
.bb-floating-cart .bb-cart-count{
  background:#8C1C4A !important;
  color:#fff !important;
}

/* MENÚ MÓVIL: tipografia delgada, no bold */
.bb-mobile-menu nav a,
.bb-mobile-menu .bb-mobile-nav a,
.bb-mobile-menu ul li a{
  font-weight:400 !important;
  font-family:'Inter',sans-serif !important;
  font-size:18px !important;
  letter-spacing:.02em !important;
}

/* INDICADOR DE MONEDA junto al total del carrito */
.bb-currency-label{
  font-family:'Inter',sans-serif !important;
  font-size:10px !important;
  font-weight:500 !important;
  color:rgba(255,255,255,.55) !important;
  white-space:nowrap !important;
  line-height:1.2 !important;
  margin-left:-2px !important;
  display:inline-block !important;
}
@media(max-width:767px){.bb-currency-label{display:none !important;}}

/* account trigger svg — solo stroke, sin fill */
.bb-account-trigger svg{fill:none !important;stroke:currentColor !important;}

/* ================================================================
   V11 — Modal video, fix íconos xoo_el
   ================================================================ */

/* MODAL de video (clic en card abre esto) */
.bb-vp-modal{
  display:none;
  position:fixed;
  inset:0;
  background:rgba(0,0,0,.9);
  z-index:999999;
  align-items:center;
  justify-content:center;
}
.bb-vp-modal.is-open{display:flex;}
.bb-vp-modal-inner{
  position:relative;
  width:min(420px,95vw);
  max-height:90vh;
  border-radius:20px;
  overflow:hidden;
  background:#000;
}
.bb-vp-modal-video{
  display:block;
  width:100%;
  max-height:85vh;
  object-fit:contain;
  background:#000;
}
.bb-vp-modal-close{
  position:absolute;
  top:10px;
  right:12px;
  z-index:10;
  background:rgba(0,0,0,.55);
  border:none;
  color:#fff;
  font-size:28px;
  width:40px;
  height:40px;
  border-radius:50%;
  cursor:pointer;
  line-height:1;
  display:grid;
  place-items:center;
}

/* FIX FONT AWESOME — GLOBAL ─────────────────────────────────────
   Nuestros estilos globales (Dazzle/Baloo/Inter con !important)
   pueden pisar el font de Font Awesome en cualquier parte del sitio.
   Este bloque lo restaura de forma global en todos los <i>/<span>
   que usen clases FA, sin importar en qué contenedor estén.
   ──────────────────────────────────────────────────────────────── */
i.fa,i.fas,i.far,i.fab,i.fal,i.fad,i.fa-solid,i.fa-regular,i.fa-brands,
span.fa,span.fas,span.far,span.fab,span.fal,span.fad,
i[class*="fa-"],span[class*="fa-"]{
  font-family:"Font Awesome 6 Free","Font Awesome 6 Brands",
              "Font Awesome 5 Free","Font Awesome 5 Brands",
              "Font Awesome 5 Pro","FontAwesome" !important;
  font-style:normal !important;
  font-variant:normal !important;
  text-rendering:auto !important;
  letter-spacing:normal !important;
  line-height:1 !important;
  -webkit-font-smoothing:antialiased !important;
  -moz-osx-font-smoothing:grayscale !important;
}
/* Peso correcto por tipo */
i.fas,span.fas,i.fa,span.fa,i.fa-solid,span.fa-solid{font-weight:900 !important;}
i.far,span.far,i.fa-regular,span.fa-regular{font-weight:400 !important;}
i.fab,span.fab,i.fa-brands,span.fa-brands{font-weight:400 !important;}

/* Popup xoo_el: forzar Inter en texto (headings/labels), sin tocar íconos */
.xoo-el-action-popup h1,.xoo-el-action-popup h2,
.xoo-el-action-popup h3,.xoo-el-action-popup h4,
.xoo-el-action-popup p,.xoo-el-action-popup a,
.xoo-el-action-popup label,.xoo-el-action-popup input,
.xoo-el-action-popup button,.xoo-el-action-popup strong,
[class*="xoo-el"] h1,[class*="xoo-el"] h2,
[class*="xoo-el"] h3,[class*="xoo-el"] label{
  font-family:'Inter',system-ui,sans-serif !important;
  letter-spacing:normal !important;
}

/* FLECHAS para scroll de grid de productos (desktop) */
.bb-products-scroll-wrap{
  position:relative;
  max-width:1500px;
  margin:0 auto;
}
.bb-pg-arrow{
  position:absolute;
  top:50%;
  transform:translateY(-50%);
  width:44px;
  height:44px;
  border-radius:50%;
  border:none;
  background:#fff;
  box-shadow:0 4px 16px rgba(0,0,0,.14);
  font-size:26px;
  color:#333;
  cursor:pointer;
  z-index:10;
  display:none; /* solo visible en desktop via media query abajo */
  align-items:center;
  justify-content:center;
  transition:box-shadow .2s,transform .2s;
}
.bb-pg-arrow:hover{box-shadow:0 6px 22px rgba(0,0,0,.2);transform:translateY(-50%) scale(1.08);}
.bb-pg-prev{left:-22px;}
.bb-pg-next{right:-22px;}
@media(min-width:768px){
  .bb-pg-arrow{display:flex;}
}

/* ================================================================
   V10 — Scroll horizontal en grids de productos destacados
   ================================================================ */

/* Wrap con scroll horizontal */
.bb-featured-products .bb-products-grid,
.bb-products-section:not(.bb-featured-products) .bb-products-grid{
  display:flex !important;
  flex-direction:row !important;
  flex-wrap:nowrap !important;
  overflow-x:auto !important;
  scroll-behavior:smooth !important;
  -webkit-overflow-scrolling:touch !important;
  overscroll-behavior-x:contain !important;
  scrollbar-width:none !important;
  padding-bottom:8px !important;
  gap:20px !important;
  max-width:100% !important;
}
.bb-featured-products .bb-products-grid::-webkit-scrollbar,
.bb-products-section:not(.bb-featured-products) .bb-products-grid::-webkit-scrollbar{
  display:none !important;
}
/* Cada tarjeta: ancho fijo para que quepan varias en pantalla */
.bb-featured-products .bb-products-grid .bb-product-card,
.bb-products-section:not(.bb-featured-products) .bb-products-grid .bb-product-card{
  flex:0 0 240px !important;
  min-width:240px !important;
  max-width:240px !important;
}
@media(max-width:767px){
  .bb-featured-products .bb-products-grid .bb-product-card,
  .bb-products-section:not(.bb-featured-products) .bb-products-grid .bb-product-card{
    flex:0 0 170px !important;
    min-width:170px !important;
    max-width:170px !important;
  }
}

/* Padding lateral para que el primer card no quede pegado al borde */
.bb-featured-products,
.bb-products-section:not(.bb-featured-products){
  overflow:hidden !important;
}
.bb-featured-products .bb-products-grid{padding-left:5% !important;padding-right:5% !important;}
.bb-products-section:not(.bb-featured-products) .bb-products-grid{padding-left:5% !important;padding-right:5% !important;}

/* ════ VIDEO PRODUCTS: estilo VetaCrea ════ */
/* El card es flex vertical: media arriba, info panel blanco abajo */
.bb-vp-card{
  display:flex !important;
  flex-direction:column !important;
  position:relative !important;
  flex:0 0 200px !important;
  min-width:200px !important;
  height:auto !important;
  min-height:0 !important;
  border-radius:18px !important;
  overflow:hidden !important;
  background:#fff !important;
  box-shadow:0 4px 24px rgba(0,0,0,.12) !important;
  text-decoration:none !important;
  transition:transform .2s ease,box-shadow .2s ease !important;
}
.bb-vp-card:hover{transform:translateY(-4px) !important;box-shadow:0 10px 32px rgba(0,0,0,.18) !important;}

/* Zona del video — ocupa 75% del card */
.bb-vp-media{
  position:relative !important;
  flex:1 1 auto !important;
  min-height:300px !important;
  background:#111 !important;
  overflow:hidden !important;
}
.bb-vp-media .bb-vp-video{
  position:absolute !important;
  inset:0 !important;
  width:100% !important;
  height:100% !important;
  object-fit:cover !important;
}
/* Placeholder cuando no hay video */
.bb-vp-media .bb-vp-placeholder{
  position:absolute !important;
  inset:0 !important;
  background:#1c1c1c !important;
  border:1.5px dashed rgba(255,255,255,.15) !important;
  display:flex !important;
  flex-direction:column !important;
  align-items:center !important;
  justify-content:center !important;
  color:rgba(255,255,255,.3) !important;
  font-family:'Inter',sans-serif !important;
  font-size:28px !important;
  font-weight:600 !important;
}
/* Botón play centrado sobre el video */
.bb-vp-play-btn{
  position:absolute !important;
  inset:0 !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  pointer-events:none !important;
  z-index:3 !important;
}
.bb-vp-play-btn svg,.bb-vp-play-btn::after{
  width:48px !important;
  height:48px !important;
  background:rgba(255,255,255,.22) !important;
  backdrop-filter:blur(4px) !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  padding:14px !important;
}

/* Panel blanco inferior con nombre y precio */
.bb-vp-info{
  position:static !important;
  inset:auto !important;
  background:#fff !important;
  padding:12px 14px 14px !important;
  display:flex !important;
  flex-direction:column !important;
  gap:4px !important;
  border-top:1px solid #f0eaea !important;
  flex-shrink:0 !important;
}
.bb-vp-name{
  margin:0 !important;
  font-family:'Inter',sans-serif !important;
  font-size:13px !important;
  font-weight:700 !important;
  color:#1a1a1a !important;
  line-height:1.35 !important;
  display:-webkit-box !important;
  -webkit-line-clamp:2 !important;
  -webkit-box-orient:vertical !important;
  overflow:hidden !important;
}
.bb-vp-bottom{
  display:flex !important;
  align-items:center !important;
  justify-content:space-between !important;
  margin-top:2px !important;
}
.bb-vp-price{
  font-family:'Inter',sans-serif !important;
  font-size:12px !important;
  font-weight:500 !important;
  color:#6a5a62 !important;
}
.bb-vp-cta{
  width:24px !important;
  height:24px !important;
  background:#8C1C4A !important;
  color:#fff !important;
  border-radius:50% !important;
  display:flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:14px !important;
  font-weight:700 !important;
  flex-shrink:0 !important;
}

/* Ancho del track en móvil para que quepan ~1.5 cards */
@media(max-width:767px){
  .bb-vp-card{flex:0 0 180px !important;min-width:180px !important;}
  .bb-vp-media{min-height:260px !important;}
}


/* ═══════════════════════════════════════════════════════════════
   SINGLE PRODUCT — Diseño limpio y minimalista
   ═══════════════════════════════════════════════════════════════ */

.bb-sp-wrap {
  display: grid;
  grid-template-columns: 65% 1fr;
  gap: 40px;
  max-width: 1400px;
  margin: 40px auto;
  padding: 0 32px;
  align-items: start;
}

/* ── Galería ── */
.bb-sp-gallery {
  display: flex;
  gap: 12px;
  position: sticky;
  top: 100px;
}

.bb-sp-thumbs {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

.bb-sp-thumb {
  width: 68px;
  height: 68px;
  border: 2px solid #e5e5e5;
  border-radius: 10px;
  overflow: hidden;
  cursor: pointer;
  padding: 0;
  background: #fafafa;
  transition: border-color .2s;
  flex-shrink: 0;
}
.bb-sp-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.bb-sp-thumb.active,
.bb-sp-thumb:hover { border-color: #1a1a1a; }

.bb-sp-main-img {
  flex: 1;
  border-radius: 16px;
  overflow: hidden;
  background: #f5f5f5;
  aspect-ratio: 1;
  position: relative;
}
.bb-sp-slide { display: none; width: 100%; height: 100%; }
.bb-sp-slide.active { display: block; }
.bb-sp-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }

/* ── Info ── */
.bb-sp-info { padding-top: 8px; }

.bb-sp-meta { margin-bottom: 6px; }
.bb-sp-sku { font-size: .75rem; color: #bbb; letter-spacing: .04em; }

.bb-sp-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a1a1a;
  margin: 0 0 12px;
  line-height: 1.15;
  letter-spacing: -.02em;
}

.bb-sp-price {
  font-size: 1.4rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 14px;
}
.bb-sp-price .woocommerce-Price-amount { color: #1a1a1a; }
.bb-sp-price del .woocommerce-Price-amount { color: #bbb; font-size: 1rem; }

.bb-sp-short-desc {
  font-size: .88rem;
  color: #777;
  line-height: 1.6;
  margin-bottom: 20px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 20px;
}

/* ── Sección personalización ── */
.bb-sp-personalizacion { margin-bottom: 24px; }

.bb-sp-section-title {
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #999;
  margin: 0 0 16px;
}

/* Ocultar elementos de WC que no queremos mostrar */
.bb-sp-form-wrap .product_meta,
.bb-sp-form-wrap .woocommerce-product-rating,
.bb-sp-form-wrap .quantity,
.bb-sp-form-wrap h1,
.bb-sp-form-wrap h2,
.bb-sp-form-wrap .price,
.bb-sp-form-wrap .woocommerce-product-details__short-description {
  display: none !important;
}

/* Botón agregar al carrito */
.bb-sp-form-wrap .single_add_to_cart_button,
.bb-sp-form-wrap button[type="submit"] {
  width: 100% !important;
  background: #e65c99 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 999px !important;
  padding: 16px 24px !important;
  font-size: 1rem !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background .2s, transform .15s !important;
  letter-spacing: .01em !important;
  font-family: inherit !important;
  margin-top: 4px !important;
  display: block !important;
}
.bb-sp-form-wrap .single_add_to_cart_button:hover {
  background: #d44d88 !important;
  transform: translateY(-1px) !important;
}

/* ── Badges de confianza ── */
.bb-sp-badges {
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin: 24px 0;
  padding: 20px 0;
  border-top: 1px solid #f0f0f0;
  border-bottom: 1px solid #f0f0f0;
}
.bb-sp-badge {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: .82rem;
}
.bb-sp-badge-icon {
  width: 36px;
  height: 36px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f7f7f7;
  border-radius: 50%;
}
.bb-sp-badge-icon svg { width: 16px; height: 16px; color: #555; }
.bb-sp-badge strong { display: block; color: #1a1a1a; font-weight: 600; margin-bottom: 1px; }
.bb-sp-badge span { color: #999; line-height: 1.4; }

/* ── Descripción colapsable ── */
.bb-sp-desc { margin-top: 8px; }
.bb-sp-desc-toggle {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: none;
  border: none;
  border-top: 1px solid #f0f0f0;
  padding: 16px 0;
  font-size: .88rem;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  font-family: inherit;
}
.bb-sp-desc-toggle span { font-size: 1.2rem; font-weight: 400; color: #aaa; }
.bb-sp-desc-body {
  display: none;
  font-size: .85rem;
  color: #666;
  line-height: 1.7;
  padding-bottom: 16px;
}
.bb-sp-desc-body.open { display: block; }

/* ── Responsive ── */
@media (max-width: 860px) {
  .bb-sp-wrap {
    grid-template-columns: 1fr;
    gap: 24px;
    margin: 24px auto;
  }
  .bb-sp-gallery { position: static; }
  .bb-sp-thumbs { flex-direction: row; overflow-x: auto; }
  .bb-sp-thumb  { width: 56px; height: 56px; flex-shrink: 0; }
  .bb-sp-title  { font-size: 1.4rem; }
}

/* ── Zoom icon sobre imagen ── */
.bb-sp-zoom {
  display: block;
  position: relative;
  cursor: zoom-in;
}
.bb-sp-zoom-icon {
  position: absolute;
  bottom: 12px; right: 12px;
  width: 36px; height: 36px;
  background: rgba(255,255,255,.85);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  opacity: 0;
  transition: opacity .2s;
  pointer-events: none;
}
.bb-sp-zoom-icon svg { width: 16px; height: 16px; color: #333; }
.bb-sp-zoom:hover .bb-sp-zoom-icon { opacity: 1; }

/* ── Lightbox ── */
#bb-lightbox {
  display: none;
  position: fixed; inset: 0;
  background: rgba(0,0,0,.92);
  z-index: 999999;
  align-items: center;
  justify-content: center;
}
#bb-lightbox.active { display: flex; }

#bb-lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 8px;
  user-select: none;
}
#bb-lightbox-close {
  position: absolute; top: 20px; right: 24px;
  background: none; border: none;
  color: #fff; font-size: 32px;
  cursor: pointer; line-height: 1;
  opacity: .7;
}
#bb-lightbox-close:hover { opacity: 1; }

#bb-lightbox-prev,
#bb-lightbox-next {
  position: absolute;
  top: 50%; transform: translateY(-50%);
  color: #fff; font-size: 28px;
  cursor: pointer; padding: 16px;
  opacity: .5; user-select: none;
  transition: opacity .2s;
}
#bb-lightbox-prev:hover,
#bb-lightbox-next:hover { opacity: 1; }
#bb-lightbox-prev { left: 16px; }
#bb-lightbox-next { right: 16px; }

/* ── Dots de galería — overlay absoluto sobre la imagen ── */
.bb-sp-dots {
  display: none; /* ocultos en desktop */
  position: absolute;
  bottom: 14px;
  left: 0; right: 0;
  justify-content: center;
  gap: 7px;
  z-index: 10;
  pointer-events: none;
}
.bb-sp-dot {
  width: 8px; height: 8px;
  border-radius: 50%;
  background: rgba(255,255,255,.4);
  border: none; padding: 0; cursor: pointer;
  transition: background .2s, transform .2s;
  flex-shrink: 0;
  pointer-events: all;
}
.bb-sp-dot.active {
  background: #fff;
  transform: scale(1.3);
}

/* ── Mobile ── */
@media (max-width: 860px) {
  .bb-sp-wrap {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0 auto 32px;
    padding: 0;
  }
  .bb-sp-gallery {
    flex-direction: column;
    gap: 0;
    position: static;
  }
  .bb-sp-thumbs { display: none; }
  .bb-sp-main-img {
    border-radius: 0;
    aspect-ratio: 1;
    width: 100%;
  }
  .bb-sp-dots { display: flex; }
  .bb-sp-info { padding: 16px 20px 0; }
  .bb-sp-title { font-size: 1.25rem; }
}
