.bd-home{--cream:#FBF3E7;--cream-deep:#F3E6D2;--ink:#1E2A4A;--pink:#D6336C;--pink-soft:#F7D7E3;--marigold:#F4A62A;--marigold-soft:#FDE8C4;--teal:#1B9C85;--teal-soft:#D3EEE7;--coral:#FF6B4A;--white:#FFFFFF;--radius-lg:28px;--radius-md:18px;--radius-sm:10px;--font-display:"Baloo 2", system-ui, sans-serif;--font-body:"Inter", system-ui, sans-serif;--font-mono:"Space Mono", monospace}.bd-home *{box-sizing:border-box;margin:0;padding:0}.bd-home{background:var(--cream);color:var(--ink);font-family:var(--font-body);line-height:1.5;-webkit-font-smoothing:antialiased}.bd-home img{max-width:100%;display:block}.bd-home a{text-decoration:none;color:inherit}.bd-home ul{list-style:none}.bd-home .wrap{max-width:1240px;margin:0 auto;padding:0 24px}.bd-home .scallop{height:26px;width:100%;background-repeat:repeat-x;background-size:44px 26px;background-position:center}.bd-home .scallop-white-to-cream{background-image:radial-gradient(circle at 22px 26px,var(--cream) 21px,transparent 22px);background-color:var(--white)}.bd-home .announce{background:var(--ink);color:var(--cream);text-align:center;font-family:var(--font-mono);font-size:12.5px;letter-spacing:.04em;padding:9px 12px}.bd-home .announce span{color:var(--marigold)}.bd-home header{background:var(--cream);padding:20px 0}.bd-home .nav-row{display:flex;align-items:center;justify-content:space-between;gap:24px}.bd-home .logo{font-family:var(--font-display);font-weight:800;font-size:26px;color:var(--pink);display:flex;align-items:baseline;gap:4px;white-space:nowrap}.bd-home .logo small{font-family:var(--font-mono);font-size:11px;color:var(--teal);font-weight:700;letter-spacing:.05em}.bd-home nav.main-links{display:flex;gap:30px;font-weight:600;font-size:15px}.bd-home nav.main-links a{position:relative;padding-bottom:4px}.bd-home nav.main-links a.sale{color:var(--pink)}.bd-home nav.main-links a:hover{color:var(--teal)}.bd-home .nav-icons{display:flex;align-items:center;gap:18px}.bd-home .nav-icons .icon-btn{width:38px;height:38px;border-radius:50%;background:var(--white);display:flex;align-items:center;justify-content:center;font-size:16px;border:1.5px solid var(--cream-deep);position:relative}.bd-home .cart-count{position:absolute;top:-4px;right:-4px;background:var(--pink);color:var(--white);font-size:10px;font-weight:700;width:17px;height:17px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-mono)}.bd-home .mobile-toggle{display:none;background:none;border:none;font-size:22px;cursor:pointer}.bd-home .mobile-menu{display:none;flex-direction:column;gap:14px;padding:18px 24px 26px;background:var(--white)}.bd-home .mobile-menu.open{display:flex}.bd-home .hero{background:var(--white);padding:56px 0 0}.bd-home .hero-inner{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}.bd-home .hero-eyebrow{font-family:var(--font-mono);font-size:12.5px;color:var(--teal);font-weight:700;letter-spacing:.08em;text-transform:uppercase;background:var(--teal-soft);display:inline-block;padding:6px 14px;border-radius:20px;margin-bottom:18px}.bd-home .hero h1{font-family:var(--font-display);font-size:52px;line-height:1.05;font-weight:800;color:var(--ink);margin-bottom:20px}.bd-home .hero h1 em{font-style:normal;color:var(--pink)}.bd-home .hero p.sub{font-size:17px;color:#5a6482;max-width:440px;margin-bottom:30px}.bd-home .hero-ctas{display:flex;gap:14px;margin-bottom:28px}.bd-home .btn{font-family:var(--font-body);font-weight:700;font-size:15px;padding:15px 28px;border-radius:100px;border:none;cursor:pointer;display:inline-flex;align-items:center;gap:8px}.bd-home .btn-primary{background:var(--pink);color:var(--white)}.bd-home .btn-outline{background:transparent;color:var(--ink);border:2px solid var(--ink)}.bd-home .hero-trust{display:flex;gap:22px;font-size:13px;font-weight:600;color:#5a6482}.bd-home .hero-trust span{color:var(--marigold)}.bd-home .hero-art{position:relative;background:var(--marigold-soft);border-radius:var(--radius-lg);padding:20px;display:grid;grid-template-columns:1fr 1fr;gap:16px}.bd-home .hero-art img{border-radius:var(--radius-md)}.bd-home .hero-art .tall{grid-row:span 2;height:100%;object-fit:cover}.bd-home .hero-badge{position:absolute;bottom:-18px;left:-18px;background:var(--white);border-radius:50%;width:96px;height:96px;display:flex;flex-direction:column;align-items:center;justify-content:center;box-shadow:0 8px 24px #1e2a4a26;transform:rotate(-8deg);text-align:center}.bd-home .hero-badge strong{font-family:var(--font-display);font-size:20px;color:var(--pink);line-height:1}.bd-home .hero-badge span{font-family:var(--font-mono);font-size:9px;color:var(--ink);font-weight:700}.bd-home .cat-strip{background:var(--white);padding:44px 0 60px}.bd-home .cat-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:18px}.bd-home .cat-card{text-align:center;padding:22px 10px;border-radius:var(--radius-md)}.bd-home .cat-card .circle{width:76px;height:76px;border-radius:50%;margin:0 auto 12px;display:flex;align-items:center;justify-content:center;font-size:30px}.bd-home .cat-card h4{font-family:var(--font-display);font-size:15px;font-weight:700}.bd-home .c1 .circle{background:var(--teal-soft)}.bd-home .c2 .circle{background:#d9e4f5}.bd-home .c3 .circle{background:var(--pink-soft)}.bd-home .c4 .circle{background:var(--marigold-soft)}.bd-home .c5 .circle{background:#ffe1d6}.bd-home .section{padding:64px 0}.bd-home .section-head{display:flex;justify-content:space-between;align-items:flex-end;margin-bottom:32px}.bd-home .section-head .eyebrow{font-family:var(--font-mono);font-size:12px;color:var(--pink);font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px;display:block}.bd-home .section-head h2{font-family:var(--font-display);font-size:32px;font-weight:700}.bd-home .section-head a.view-all{font-weight:700;font-size:14px;border-bottom:2px solid var(--ink);padding-bottom:2px}.bd-home .fav-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bd-home .fav-card{border-radius:var(--radius-md);overflow:hidden;position:relative;background:var(--white)}.bd-home .fav-card img{width:100%;height:300px;object-fit:cover}.bd-home .fav-card .label{position:absolute;bottom:16px;left:16px;background:var(--white);padding:10px 16px;border-radius:100px;font-family:var(--font-display);font-weight:700;font-size:14px;box-shadow:0 4px 14px #1e2a4a1f}.bd-home .deals-section{background:var(--ink);color:var(--cream);padding:64px 0}.bd-home .deals-section .section-head h2{color:var(--cream)}.bd-home .deals-section .section-head .eyebrow{color:var(--marigold)}.bd-home .deals-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.bd-home .deal-sticker{background:var(--cream);color:var(--ink);border-radius:var(--radius-md);padding:26px 20px;text-align:center;position:relative;transform:rotate(-2deg)}.bd-home .deal-sticker:nth-child(2n){transform:rotate(2deg);background:var(--marigold-soft)}.bd-home .deal-sticker .price{font-family:var(--font-mono);font-weight:700;font-size:26px;color:var(--pink);display:block;margin-bottom:6px}.bd-home .deal-sticker .lbl{font-weight:700;font-size:14px}.bd-home .deal-sticker .under{font-size:11px;color:#5a6482;text-transform:uppercase;letter-spacing:.05em;font-family:var(--font-mono)}.bd-home .product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.bd-home .product-card{background:var(--white);border-radius:var(--radius-md);overflow:hidden;border:1px solid var(--cream-deep)}.bd-home .product-img-wrap{position:relative}.bd-home .product-img-wrap img{width:100%;height:260px;object-fit:cover}.bd-home .tag-badge{position:absolute;top:12px;left:12px;font-family:var(--font-mono);font-size:10.5px;font-weight:700;padding:5px 10px;border-radius:100px;text-transform:uppercase;letter-spacing:.03em}.bd-home .tag-new{background:var(--teal);color:var(--white)}.bd-home .tag-sale{background:var(--pink);color:var(--white)}.bd-home .wishlist-btn{position:absolute;top:12px;right:12px;width:32px;height:32px;background:var(--white);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:14px}.bd-home .product-info{padding:16px}.bd-home .product-info .cat{font-family:var(--font-mono);font-size:10.5px;color:var(--teal);text-transform:uppercase;letter-spacing:.05em;font-weight:700;margin-bottom:4px}.bd-home .product-info h4{font-family:var(--font-body);font-weight:600;font-size:15px;margin-bottom:8px;line-height:1.3}.bd-home .price-row{display:flex;align-items:center;gap:8px}.bd-home .price-now{font-weight:700;font-size:16px;color:var(--ink)}.bd-home .price-was{font-size:13px;color:#9aa2b8;text-decoration:line-through}.bd-home .swatches{display:flex;gap:6px;margin-top:10px}.bd-home .swatch{width:16px;height:16px;border-radius:50%;border:2px solid var(--white);box-shadow:0 0 0 1px var(--cream-deep)}.bd-home .season-banner{background:var(--teal-soft);border-radius:var(--radius-lg);padding:50px;display:grid;grid-template-columns:1.1fr 1fr;gap:40px;align-items:center}.bd-home .season-banner img{border-radius:var(--radius-md);height:280px;width:100%;object-fit:cover}.bd-home .season-banner .eyebrow{font-family:var(--font-mono);font-size:12px;font-weight:700;color:var(--teal);letter-spacing:.06em;text-transform:uppercase;margin-bottom:10px;display:block}.bd-home .season-banner h3{font-family:var(--font-display);font-size:30px;margin-bottom:14px}.bd-home .season-banner p{color:#43506e;margin-bottom:22px;max-width:400px}.bd-home .rewards{background:linear-gradient(120deg,var(--pink) 0%,var(--coral) 100%);border-radius:var(--radius-lg);padding:50px;color:var(--white);display:grid;grid-template-columns:1fr auto;align-items:center;gap:30px}.bd-home .rewards h3{font-family:var(--font-display);font-size:28px;margin-bottom:10px}.bd-home .rewards p{opacity:.92;max-width:480px}.bd-home .rewards .btn{background:var(--white);color:var(--pink);white-space:nowrap}.bd-home .reward-points{display:flex;gap:24px;margin-top:20px}.bd-home .reward-points div{text-align:center}.bd-home .reward-points strong{display:block;font-family:var(--font-display);font-size:22px}.bd-home .reward-points span{font-family:var(--font-mono);font-size:10px;opacity:.85}.bd-home .trust-strip{background:var(--white);padding:36px 0;border-top:1px solid var(--cream-deep);border-bottom:1px solid var(--cream-deep)}.bd-home .trust-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;text-align:center}.bd-home .trust-grid .item{display:flex;flex-direction:column;align-items:center;gap:8px}.bd-home .trust-grid .item .ic{font-size:26px}.bd-home .trust-grid .item strong{font-size:14px;font-family:var(--font-display)}.bd-home .trust-grid .item small{color:#5a6482;font-size:12px}.bd-home .newsletter{background:var(--marigold-soft);border-radius:var(--radius-lg);padding:50px;text-align:center}.bd-home .newsletter h3{font-family:var(--font-display);font-size:28px;margin-bottom:8px}.bd-home .newsletter p{color:#5a6482;margin-bottom:24px}.bd-home .newsletter-form{display:flex;max-width:440px;margin:0 auto;background:var(--white);border-radius:100px;padding:6px;box-shadow:0 6px 20px #1e2a4a14}.bd-home .newsletter-form input{flex:1;border:none;background:transparent;padding:12px 18px;font-family:var(--font-body);font-size:14px;outline:none}.bd-home .newsletter-form button{background:var(--ink);color:var(--white);border:none;padding:12px 24px;border-radius:100px;font-weight:700;font-size:14px;cursor:pointer}.bd-home footer{background:var(--ink);color:var(--cream);padding:60px 0 30px}.bd-home .footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:40px;margin-bottom:44px}.bd-home .footer-logo{font-family:var(--font-display);font-weight:800;font-size:24px;color:var(--marigold);margin-bottom:14px}.bd-home .footer-grid p{color:#9ba4c0;font-size:14px;max-width:280px}.bd-home .footer-col h5{font-family:var(--font-mono);font-size:12px;text-transform:uppercase;letter-spacing:.06em;color:var(--marigold);margin-bottom:16px}.bd-home .footer-col ul li{margin-bottom:10px}.bd-home .footer-col ul li a{color:#c7cde0;font-size:14px}.bd-home .footer-col ul li a:hover{color:var(--white)}.bd-home .footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:24px;display:flex;justify-content:space-between;align-items:center;font-size:12.5px;color:#7c86a6;flex-wrap:wrap;gap:10px}.bd-home .socials{display:flex;gap:12px}.bd-home .socials a{width:34px;height:34px;border-radius:50%;background:#ffffff14;display:flex;align-items:center;justify-content:center;font-size:14px}.bd-home .empty-state{text-align:center;padding:40px;color:#9aa2b8;font-family:var(--font-mono);font-size:13px}@media(max-width:980px){.bd-home .hero-inner{grid-template-columns:1fr}.bd-home .cat-grid{grid-template-columns:repeat(3,1fr)}.bd-home .fav-grid,.bd-home .product-grid,.bd-home .deals-grid{grid-template-columns:repeat(2,1fr)}.bd-home .footer-grid{grid-template-columns:1fr 1fr}.bd-home .season-banner,.bd-home .rewards{grid-template-columns:1fr;padding:32px}.bd-home nav.main-links{display:none}.bd-home .hero h1{font-size:38px}.bd-home .mobile-toggle{display:inline-flex;align-items:center;justify-content:center}}@media(max-width:560px){.bd-home .cat-grid{grid-template-columns:repeat(2,1fr)}.bd-home .fav-grid,.bd-home .product-grid,.bd-home .deals-grid,.bd-home .trust-grid{grid-template-columns:1fr 1fr}.bd-home .footer-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/babydress.css.map */
