.featured-drop-section{--bb-pink:#FF2E93;--bb-pink-deep:#E00077;--bb-pink-200:#FFC2DF;--bb-pink-100:#FFDDEC;--bb-pink-50:#FFF0F7;--bb-plum-900:#25062C;--bb-plum-300:#8A5C93;--bb-text-body:#5A3A63;--bb-blush:#FFD6E7;--bb-hype:#FFD84D;--bb-success:#2EE59D;--bb-paper:#FFF6FB;--bb-border-subtle:#F2D8E6;--bb-grad-brand:linear-gradient(100deg,#FF2E93 0%,#FF5A7A 55%,#FF9B71 100%);--bb-grad-blush:linear-gradient(150deg,#FFE0EF,#FFF6FB);--bb-radius-xl:28px;--bb-radius-lg:22px;--bb-radius-md:16px;--bb-radius-pill:999px;--bb-shadow-md:0 8px 24px rgba(59,10,69,.12);--bb-shadow-lg:0 18px 48px rgba(59,10,69,.18);--bb-glow-pink:0 8px 28px rgba(255,46,147,.45);--bb-dur:.2s;--bb-dur-slow:.36s;--bb-ease:cubic-bezier(.22,1,.36,1);--bb-ease-bounce:cubic-bezier(.34,1.56,.64,1);--bb-display:"Poppins","Helvetica Neue",Arial,sans-serif;--bb-body:"Poppins","Helvetica Neue",Arial,sans-serif;--bb-maxw:1200px;font-family:var(--bb-body);color:var(--bb-text-body);background:var(--bb-paper);padding:84px 0}.featured-drop-section .wrap{width:100%;max-width:var(--bb-maxw);margin:0 auto;padding:0 24px}.featured-drop-section .eyebrow{font-family:var(--bb-display);font-weight:600;font-size:10.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--bb-pink)}.featured-drop-section .bb-head{margin-bottom:40px}.featured-drop-section h2{font-family:var(--bb-display);font-weight:800;text-transform:uppercase;font-size:clamp(32px,4.4vw,52px);line-height:.94;letter-spacing:-.01em;color:var(--bb-plum-900);margin:10px 0 0}.featured-drop-section .pl-badge{font-family:var(--bb-display);font-weight:700;text-transform:uppercase;font-size:11px;letter-spacing:.04em;padding:6px 11px;border-radius:var(--bb-radius-pill);white-space:nowrap;display:inline-block}.featured-drop-section .pl-badge--hype{background:var(--bb-hype);color:var(--bb-plum-900)}.featured-drop-section .pl-badge--solid{background:var(--bb-pink);color:#fff}.featured-drop-section .pl-stars{color:var(--bb-pink);letter-spacing:2px;font-size:15px}.featured-drop-section .pl-reviews{color:var(--bb-plum-300);font-size:13px}.featured-drop-section .pl-btn{display:block;font-family:var(--bb-display);font-weight:700;text-transform:uppercase;letter-spacing:.02em;font-size:16px;text-align:center;text-decoration:none;padding:18px 26px;border-radius:var(--bb-radius-pill);border:0;width:100%;background:var(--bb-grad-brand);color:#fff;cursor:pointer;box-shadow:0 10px 24px #ff2e9352;transition:transform var(--bb-dur) var(--bb-ease),box-shadow var(--bb-dur)}.featured-drop-section .pl-btn:hover{transform:translateY(-3px);box-shadow:0 16px 34px #ff2e936b}.featured-drop-section .bb-feature{display:grid;grid-template-columns:1fr 1fr;background:#fff;border-radius:var(--bb-radius-xl);overflow:hidden;box-shadow:var(--bb-shadow-lg)}.featured-drop-section .bb-feature-media{position:relative;background:var(--bb-grad-blush);display:grid;place-items:center;min-height:480px;padding:36px}.featured-drop-section .bb-feature-badges{position:absolute;top:18px;left:18px;z-index:4;display:flex;gap:8px;flex-wrap:wrap}.featured-drop-section .bb-feature-badges>*{animation:bbBadgeFloat 4.2s var(--bb-ease) infinite;will-change:transform}.featured-drop-section .bb-feature-badges>*:nth-child(2){animation-delay:.9s}@keyframes bbBadgeFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-7px)}}.featured-drop-section .bb-feature-info{padding:42px 40px;display:flex;flex-direction:column}.featured-drop-section .bb-feature-info h3{font-family:var(--bb-display);font-weight:800;text-transform:uppercase;font-size:clamp(26px,3.2vw,38px);line-height:.96;letter-spacing:-.01em;color:var(--bb-plum-900);margin:14px 0 0}.featured-drop-section .bb-feature-contents{color:var(--bb-text-body);font-size:15.5px;margin-top:14px;line-height:1.5}.featured-drop-section .bb-feature-contents .accent{color:var(--bb-pink-deep);font-weight:600}.featured-drop-section .bb-rate-row{display:flex;align-items:center;gap:10px}.featured-drop-section .bb-video-slot{position:relative;width:100%;height:100%;min-height:380px;border-radius:var(--bb-radius-lg);overflow:hidden}.featured-drop-section .bb-video-slot.is-drag{outline:3px dashed var(--bb-pink);outline-offset:-6px}.featured-drop-section .bb-video-slot video{width:100%;height:100%;object-fit:cover;display:block;background:#000;border-radius:var(--bb-radius-lg)}.featured-drop-section .bb-video-empty{position:relative;display:block;width:100%;height:100%;min-height:380px;border:0;padding:0;cursor:pointer;background:none;border-radius:var(--bb-radius-lg);overflow:hidden}.featured-drop-section .bb-video-empty img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain}.featured-drop-section .bb-video-prompt{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;text-align:center;color:#fff;background:linear-gradient(to top,#25062cc7,#25062c52);transition:background var(--bb-dur) var(--bb-ease)}.featured-drop-section .bb-video-empty:hover .bb-video-prompt{background:linear-gradient(to top,#25062cdb,#25062c73)}.featured-drop-section .bb-video-play{width:62px;height:62px;border-radius:50%;background:var(--bb-grad-brand);box-shadow:var(--bb-glow-pink);display:grid;place-items:center;font-size:22px;color:#fff;padding-left:4px}.featured-drop-section .bb-video-prompt b{font-family:var(--bb-display);font-weight:700;text-transform:uppercase;letter-spacing:.02em;font-size:16px;margin-top:6px}.featured-drop-section .bb-video-prompt small{font-size:12.5px;color:var(--bb-blush);font-weight:500}.featured-drop-section .bb-video-replace{position:absolute;bottom:14px;right:14px;z-index:3;font-family:var(--bb-display);font-weight:700;text-transform:uppercase;font-size:11px;letter-spacing:.04em;color:var(--bb-plum-900);background:#ffffffeb;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);border:0;border-radius:var(--bb-radius-pill);padding:8px 14px;cursor:pointer;box-shadow:var(--bb-shadow-md);transition:transform var(--bb-dur) var(--bb-ease)}.featured-drop-section .bb-video-replace:hover{transform:translateY(-2px)}.featured-drop-section .bb-toggle{display:grid;grid-template-columns:1fr 1fr;gap:6px;background:var(--bb-pink-50);border-radius:var(--bb-radius-md);padding:6px;margin:24px 0 0;position:relative}.featured-drop-section .bb-toggle .thumb{position:absolute;top:6px;bottom:6px;left:6px;width:calc(50% - 9px);background:var(--bb-grad-brand);border-radius:10px;transition:transform var(--bb-dur-slow) var(--bb-ease-bounce);box-shadow:var(--bb-glow-pink)}.featured-drop-section .bb-toggle.sub .thumb{transform:translate(calc(100% + 6px))}.featured-drop-section .bb-toggle button{position:relative;z-index:2;padding:13px 10px;border:0;background:none;border-radius:10px;font-family:var(--bb-display);font-weight:600;text-transform:uppercase;font-size:14px;color:var(--bb-plum-300);transition:color var(--bb-dur);line-height:1.1;cursor:pointer}.featured-drop-section .bb-toggle button .small{display:block;font-family:var(--bb-body);font-weight:500;font-size:11px;text-transform:none;margin-top:3px;opacity:.85}.featured-drop-section .bb-toggle button.active{color:#fff}.featured-drop-section .bb-price-row{display:flex;align-items:flex-end;gap:14px;margin:22px 0 0}.featured-drop-section .bb-price-now{font-family:var(--bb-display);font-weight:800;font-size:44px;line-height:1;color:var(--bb-plum-900)}.featured-drop-section .bb-price-was{color:var(--bb-plum-300);text-decoration:line-through;font-weight:600;font-size:20px;margin-bottom:6px}.featured-drop-section .bb-save{background:var(--bb-hype);color:var(--bb-plum-900);font-family:var(--bb-display);font-weight:700;text-transform:uppercase;font-size:12px;letter-spacing:.04em;padding:6px 11px;border-radius:var(--bb-radius-pill);margin-bottom:4px}.featured-drop-section .bb-perbox{color:var(--bb-plum-300);font-size:13px;margin-bottom:6px}.featured-drop-section .bb-tiers{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin-top:9px;padding-top:13px;overflow:hidden;transition:max-height var(--bb-dur-slow) var(--bb-ease),opacity var(--bb-dur),padding-top var(--bb-dur)}.featured-drop-section .bb-tiers[hidden]{display:grid;max-height:0;opacity:0;padding-top:0;margin-top:0;pointer-events:none}.featured-drop-section .bb-tier{position:relative;text-align:left;background:var(--bb-pink-50);border:1px solid var(--bb-border-subtle);border-radius:var(--bb-radius-md);padding:14px;cursor:pointer;transition:background var(--bb-dur) var(--bb-ease),border-color var(--bb-dur) var(--bb-ease)}.featured-drop-section .bb-tier:hover{border-color:var(--bb-pink-200)}.featured-drop-section .bb-tier.active{background:var(--bb-pink-100);border-color:var(--bb-pink)}.featured-drop-section .bb-tier .term{display:block;font-family:var(--bb-display);font-weight:700;text-transform:uppercase;font-size:13px;line-height:1.05;color:var(--bb-plum-900)}.featured-drop-section .bb-tier.active .term{color:var(--bb-pink-deep)}.featured-drop-section .bb-tier .per{display:flex;align-items:baseline;gap:5px;margin-top:9px}.featured-drop-section .bb-tier .per b{font-family:var(--bb-display);font-weight:800;font-size:23px;line-height:1;color:var(--bb-plum-900)}.featured-drop-section .bb-tier.active .per b{color:var(--bb-pink-deep)}.featured-drop-section .bb-tier .per span{font-size:11.5px;color:var(--bb-plum-300);font-weight:600}.featured-drop-section .bb-tier .saveline{display:block;margin-top:8px;font-weight:700;font-size:11.5px;color:var(--bb-pink-deep)}.featured-drop-section .bb-tier .billed{display:block;margin-top:3px;font-size:10.5px;color:var(--bb-plum-300)}.featured-drop-section .bb-tier .best{position:absolute;top:-11px;right:10px;background:var(--bb-hype);color:var(--bb-plum-900);font-family:var(--bb-display);font-weight:700;text-transform:uppercase;font-size:9px;letter-spacing:.05em;padding:4px 8px;border-radius:var(--bb-radius-pill);white-space:nowrap}.featured-drop-section .bb-plan-note{color:var(--bb-plum-300);font-size:13.5px;margin-top:14px;min-height:20px}.featured-drop-section .bb-feature-buy{margin-top:auto;padding-top:24px;display:flex;flex-direction:column;gap:12px}.featured-drop-section .bb-buy-meta{display:flex;align-items:center;justify-content:center;gap:8px;color:var(--bb-plum-300);font-size:13px}.featured-drop-section .bb-dot-live{width:8px;height:8px;border-radius:50%;background:var(--bb-success);box-shadow:0 0 0 4px #2ee59d33;animation:bbpulse 1.8s infinite}@keyframes bbpulse{50%{box-shadow:0 0 0 7px #2ee59d00}}@media(max-width:880px){.featured-drop-section .bb-feature{grid-template-columns:1fr}.featured-drop-section .bb-feature-media{min-height:340px}.featured-drop-section .bb-head,.featured-drop-section .bb-feature-info{text-align:center}.featured-drop-section .bb-rate-row,.featured-drop-section .bb-price-row{justify-content:center}}@media(max-width:480px){.featured-drop-section .bb-tiers{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){.featured-drop-section .bb-feature-badges>*,.featured-drop-section .bb-dot-live{animation:none}}
/*# sourceMappingURL=/cdn/shop/t/183/assets/section-featured-drop.css.map */
