:root{--bc-gold:#b39b56;--bc-gold-soft:#d8c68d;--bc-gray:#7a7a7a;--bc-cream:#f7f5f1;--bc-white:#ffffff;--bc-ink:#232220;--bc-muted:#6f6a62;--bc-line:color-mix(in srgb,var(--bc-gray) 24%,transparent);--bc-glass:color-mix(in srgb,var(--bc-white) 72%,transparent);--bc-dark-glass:color-mix(in srgb,var(--bc-ink) 88%,transparent);--bc-shadow:0 34px 90px rgba(35,34,32,.14);--bc-shadow-soft:0 18px 50px rgba(35,34,32,.09);--bc-radius-sm:22px;--bc-radius:36px;--bc-radius-lg:68px;--bc-max:1180px;--bc-title:"Playfair Display",Georgia,serif;--bc-text:"Montserrat",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--bc-text);color:var(--bc-ink);background:var(--bc-cream);line-height:1.6;text-rendering:optimizeLegibility;overflow-x:hidden}body::before{content:"";position:fixed;inset:0;z-index:-3;background:radial-gradient(circle at 12% 12%,rgba(179,155,86,.20),transparent 28%),radial-gradient(circle at 88% 4%,rgba(122,122,122,.15),transparent 26%),linear-gradient(135deg,#fff 0%,var(--bc-cream) 52%,#eee7dc 100%)}body::after{content:"";position:fixed;inset:0;z-index:-2;pointer-events:none;opacity:.22;background-image:linear-gradient(rgba(35,34,32,.04) 1px,transparent 1px),linear-gradient(90deg,rgba(35,34,32,.035) 1px,transparent 1px);background-size:72px 72px;mask-image:linear-gradient(to bottom,transparent,#000 18%,#000 82%,transparent)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button,input,textarea{font:inherit}.bc-skip{position:absolute;left:16px;top:-80px;z-index:100;padding:10px 14px;border-radius:999px;background:var(--bc-ink);color:var(--bc-white)}.bc-skip:focus{top:16px}.bc-header{position:sticky;top:14px;z-index:50;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;width:min(var(--bc-max),calc(100% - 32px));margin:18px auto 0;padding:12px 14px 12px 18px;border:1px solid var(--bc-line);border-radius:999px;background:rgba(247,245,241,.80);backdrop-filter:blur(22px) saturate(140%);box-shadow:var(--bc-shadow-soft);transition:transform .24s ease,background .24s ease,box-shadow .24s ease}.bc-header[data-scrolled="true"]{background:rgba(255,255,255,.88);box-shadow:0 16px 42px rgba(35,34,32,.12)}.bc-brand img{width:144px;height:auto}.bc-nav{justify-self:center;display:flex;align-items:center;gap:28px;color:var(--bc-muted);font-size:13px;font-weight:700}.bc-nav a{position:relative}.bc-nav a::after{content:"";position:absolute;left:0;right:0;bottom:-8px;height:1px;background:var(--bc-gold);transform:scaleX(0);transform-origin:right;transition:transform .22s ease}.bc-nav a:hover{color:var(--bc-ink)}.bc-nav a:hover::after{transform:scaleX(1);transform-origin:left}.bc-header-cta{justify-self:end;display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 18px;border-radius:999px;background:var(--bc-ink);color:var(--bc-white);font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}.bc-menu{display:none;border:0;background:transparent;width:44px;height:44px;padding:10px}.bc-menu span{display:block;height:2px;margin:7px 0;background:var(--bc-ink);border-radius:99px}.bc-hero{position:relative;display:grid;grid-template-columns:minmax(0,.92fr) minmax(420px,1.08fr);align-items:center;gap:54px;width:min(var(--bc-max),calc(100% - 32px));min-height:calc(100dvh - 112px);margin:0 auto;padding:76px 0 50px}.bc-hero-bg{position:absolute;right:30%;top:14%;width:420px;aspect-ratio:1;border:1px solid rgba(179,155,86,.30);border-radius:57% 43% 62% 38%/42% 50% 50% 58%;animation:bc-drift 13s ease-in-out infinite;z-index:-1}.bc-hero-bg::after{content:"";position:absolute;inset:48px;border-radius:inherit;border:1px solid rgba(179,155,86,.18)}.bc-kicker{display:inline-flex;align-items:center;gap:12px;margin-bottom:18px;color:var(--bc-gold);font-size:12px;font-weight:800;letter-spacing:.18em;text-transform:uppercase}.bc-kicker::before{content:"";width:48px;height:1px;background:currentColor}h1,h2,h3{font-family:var(--bc-title);font-weight:700;line-height:.96;margin:0;letter-spacing:-.04em;color:var(--bc-ink)}h1{font-size:clamp(54px,7.4vw,108px);max-width:760px}h1 em{display:block;color:var(--bc-gold);font-style:normal}h2{font-size:clamp(40px,5vw,72px)}h3{font-size:clamp(29px,3vw,38px)}.bc-hero-copy p{max-width:580px;margin:26px 0 0;color:var(--bc-muted);font-size:17px}.bc-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:36px}.bc-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:50px;padding:0 24px;border:1px solid transparent;border-radius:999px;font-size:12px;font-weight:800;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,background .2s ease}.bc-btn:hover{transform:translateY(-2px)}.bc-btn-primary{background:var(--bc-gold);color:var(--bc-white);box-shadow:0 16px 34px rgba(179,155,86,.24)}.bc-btn-soft{border-color:rgba(179,155,86,.58);background:rgba(255,255,255,.58);color:var(--bc-gold)}.bc-btn-light{background:var(--bc-white);color:var(--bc-ink);box-shadow:0 16px 34px rgba(0,0,0,.16)}.bc-hero-visual{position:relative;min-height:650px}.bc-arch-photo{position:absolute;inset:8px 4px 34px 58px;border-radius:52% 52% 30px 30px/17% 17% 30px 30px;background:linear-gradient(180deg,rgba(255,255,255,.04),rgba(0,0,0,.05)),url("/assets/bedco-home.webp") center/cover;box-shadow:var(--bc-shadow)}.bc-arch-photo::before{content:"";position:absolute;inset:24px;border:1px solid rgba(255,255,255,.48);border-radius:inherit}.bc-arch-photo::after{content:"";position:absolute;left:16%;right:10%;bottom:-44px;height:90px;border-radius:999px;background:rgba(179,155,86,.20);filter:blur(28px)}.bc-seal{position:absolute;right:0;top:42px;display:grid;place-items:center;width:132px;aspect-ratio:1;border-radius:50%;background:rgba(35,34,32,.86);color:var(--bc-white);box-shadow:var(--bc-shadow-soft);outline:1px solid rgba(255,255,255,.35);outline-offset:-9px;text-align:center}.bc-seal span{font-family:var(--bc-title);font-size:24px}.bc-seal strong{font-size:9px;text-transform:uppercase;letter-spacing:.18em;color:var(--bc-gold-soft)}.bc-glass{position:absolute;max-width:260px;padding:20px;border:1px solid rgba(255,255,255,.62);border-radius:30px;background:var(--bc-glass);backdrop-filter:blur(18px);box-shadow:var(--bc-shadow-soft)}.bc-glass small{color:var(--bc-gold);font-weight:800}.bc-glass strong{display:block;margin-top:8px;font-family:var(--bc-title);font-size:27px;line-height:1}.bc-glass span{display:block;margin-top:8px;color:var(--bc-muted);font-size:13px}.bc-glass-one{left:0;top:130px}.bc-glass-two{right:26px;bottom:82px;background:var(--bc-dark-glass);color:var(--bc-white)}.bc-glass-two span{color:rgba(255,255,255,.72)}.bc-trust{display:grid;grid-template-columns:repeat(3,1fr);width:min(var(--bc-max),calc(100% - 32px));margin:0 auto 98px;border:1px solid var(--bc-line);border-radius:var(--bc-radius);overflow:hidden;background:rgba(255,255,255,.55);box-shadow:var(--bc-shadow-soft)}.bc-trust article{padding:30px;border-right:1px solid var(--bc-line)}.bc-trust article:last-child{border-right:0}.bc-trust span{display:block;color:var(--bc-gold);font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.bc-trust strong{display:block;margin-top:10px;font-family:var(--bc-title);font-size:30px;line-height:1.05;font-weight:700}.bc-section{width:min(var(--bc-max),calc(100% - 32px));margin:0 auto 108px}.bc-section-head{display:grid;grid-template-columns:1fr .62fr;align-items:end;gap:38px;margin-bottom:34px}.bc-section-head p{color:var(--bc-muted);margin:0}.bc-mosaic{display:grid;grid-template-columns:1.08fr .92fr;grid-auto-rows:minmax(278px,auto);gap:22px}.bc-card{display:grid;grid-template-columns:.95fr 1fr;gap:22px;min-height:310px;padding:18px;border:1px solid var(--bc-line);border-radius:var(--bc-radius);background:rgba(255,255,255,.64);box-shadow:var(--bc-shadow-soft);overflow:hidden}.bc-card-large{grid-row:span 2;grid-template-columns:1fr}.bc-card-media{min-height:250px;border-radius:28px;background-size:cover;background-position:center;filter:saturate(.92)}.bc-card-large .bc-card-media{min-height:514px}.bc-media-bedroom{background-image:url("./assets/bedco-almohadas-argentina.webp")}.bc-media-pillows{background-image:url("./assets/bedco-almohadas-argentina-hipersoft.webp")}.bc-media-texture{background-image:url("./assets/bedco-almohadas-argentina-apoya-espalda-3d.webp")}.bc-card-copy{align-self:end;padding:10px 8px 8px}.bc-card-copy span{display:block;margin-bottom:10px;color:var(--bc-gold);font-size:11px;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.bc-card-copy p{color:var(--bc-muted);margin:14px 0 0}.bc-sensation{display:grid;grid-template-columns:.92fr 1.08fr;gap:26px;width:min(var(--bc-max),calc(100% - 32px));margin:0 auto 108px}.bc-sensation-copy{padding:58px;border-radius:var(--bc-radius-lg);background:var(--bc-white);box-shadow:var(--bc-shadow)}.bc-sensation-copy p,.bc-sensation-copy li{color:var(--bc-muted)}.bc-sensation-copy ul{display:grid;gap:12px;margin:26px 0 0;padding:0;list-style:none}.bc-sensation-copy li{position:relative;padding-left:28px}.bc-sensation-copy li::before{content:"";position:absolute;left:0;top:.7em;width:12px;height:12px;border-radius:50%;background:var(--bc-gold)}.bc-textures{display:grid;grid-template-columns:1fr 1fr;gap:18px}.bc-textures span{min-height:220px;border-radius:44px;background-size:cover;background-position:center;box-shadow:var(--bc-shadow-soft)}.bc-textures span:nth-child(1){grid-row:span 2;background-image:url("https://images.unsplash.com/photo-1604014237800-1c9102c219da?auto=format&fit=crop&w=900&q=84")}.bc-textures span:nth-child(2){background-image:url("https://images.unsplash.com/photo-1631049307264-da0ec9d70304?auto=format&fit=crop&w=900&q=84")}.bc-textures span:nth-child(3){background-image:url("https://images.unsplash.com/photo-1629079447777-1e605162dc8d?auto=format&fit=crop&w=900&q=84")}.bc-textures span:nth-child(4){grid-column:1/-1;min-height:160px;background-image:url("https://images.unsplash.com/photo-1567016376408-0226e4d0c1ea?auto=format&fit=crop&w=1000&q=84")}.bc-wholesale{position:relative;width:min(var(--bc-max),calc(100% - 32px));margin:0 auto 108px;overflow:hidden;border-radius:var(--bc-radius-lg);background:linear-gradient(135deg,rgba(35,34,32,.94),rgba(91,88,82,.94)),url("https://images.unsplash.com/photo-1616486029423-aaa4789e8c9a?auto=format&fit=crop&w=1200&q=84") center/cover;color:var(--bc-white);box-shadow:var(--bc-shadow)}.bc-wholesale::before{content:"";position:absolute;right:-120px;top:-150px;width:410px;aspect-ratio:1;border-radius:50%;background:rgba(179,155,86,.34)}.bc-wholesale-inner{position:relative;max-width:820px;padding:66px}.bc-wholesale h2{color:var(--bc-white)}.bc-wholesale p{max-width:580px;color:rgba(255,255,255,.75);font-size:17px}.bc-wholesale .bc-kicker{color:var(--bc-gold-soft)}.bc-contact{width:min(960px,calc(100% - 32px));margin:0 auto 86px}.bc-contact-card{display:grid;grid-template-columns:.85fr 1.15fr;gap:42px;padding:42px;border:1px solid var(--bc-line);border-radius:var(--bc-radius-lg);background:rgba(255,255,255,.74);box-shadow:var(--bc-shadow);backdrop-filter:blur(14px)}.bc-contact-card p{color:var(--bc-muted)}.bc-form{display:grid;gap:14px}.bc-form label{display:grid;gap:8px;color:var(--bc-muted);font-size:13px;font-weight:800}.bc-form input,.bc-form textarea{width:100%;border:1px solid var(--bc-line);border-radius:20px;background:var(--bc-white);padding:15px 16px;color:var(--bc-ink);outline:none;transition:border-color .2s ease,box-shadow .2s ease}.bc-form input:focus,.bc-form textarea:focus{border-color:var(--bc-gold);box-shadow:0 0 0 4px rgba(179,155,86,.14)}.bc-form-note{min-height:20px;margin:0;color:var(--bc-gold);font-size:13px;font-weight:700}.bc-footer{display:flex;align-items:center;justify-content:space-between;gap:24px;width:min(var(--bc-max),calc(100% - 32px));margin:0 auto 28px;padding:28px 0;border-top:1px solid var(--bc-line);color:var(--bc-muted)}.bc-footer img{width:122px;height:auto}.bc-reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.bc-reveal.is-visible{opacity:1;transform:none}@keyframes bc-drift{50%{transform:translate3d(18px,22px,0) rotate(8deg);border-radius:42% 58% 50% 50%/58% 42% 58% 42%}}@media (max-width:980px){.bc-header{grid-template-columns:auto auto;justify-content:space-between}.bc-menu{display:block}.bc-header-cta{display:none}.bc-nav{position:absolute;left:0;right:0;top:calc(100% + 10px);display:grid;gap:0;padding:12px;border:1px solid var(--bc-line);border-radius:28px;background:rgba(255,255,255,.94);box-shadow:var(--bc-shadow-soft);opacity:0;visibility:hidden;transform:translateY(-8px);transition:.2s ease}.bc-header.is-open .bc-nav{opacity:1;visibility:visible;transform:none}.bc-nav a{padding:14px}.bc-hero{grid-template-columns:1fr;min-height:auto;padding-top:54px}.bc-hero-visual{min-height:590px}.bc-arch-photo{inset:0 0 28px 0}.bc-seal{right:20px;top:26px}.bc-glass-one{left:16px;top:110px}.bc-glass-two{right:16px;bottom:62px}.bc-trust{grid-template-columns:1fr}.bc-trust article{border-right:0;border-bottom:1px solid var(--bc-line)}.bc-section-head,.bc-mosaic,.bc-sensation,.bc-contact-card{grid-template-columns:1fr}.bc-card,.bc-card-large{grid-template-columns:1fr}.bc-card-large .bc-card-media{min-height:360px}.bc-wholesale-inner,.bc-sensation-copy{padding:42px}}@media (max-width:600px){.bc-header{top:10px;width:calc(100% - 20px);margin-top:10px}.bc-brand img{width:132px}h1{font-size:52px}.bc-hero{width:calc(100% - 24px);padding-top:42px}.bc-hero-copy p{font-size:15px}.bc-actions{display:grid}.bc-btn{width:100%}.bc-hero-visual{min-height:490px}.bc-arch-photo{border-radius:44% 44% 24px 24px/13% 13% 24px 24px}.bc-seal{width:104px}.bc-glass{max-width:220px;padding:16px;border-radius:24px}.bc-glass strong{font-size:23px}.bc-glass-one{top:78px}.bc-glass-two{bottom:42px}.bc-trust,.bc-section,.bc-sensation,.bc-wholesale,.bc-contact{width:calc(100% - 24px);margin-bottom:68px}.bc-trust article{padding:24px}.bc-trust strong{font-size:26px}.bc-card{padding:14px;border-radius:28px}.bc-card-media,.bc-card-large .bc-card-media{min-height:280px;border-radius:22px}.bc-sensation-copy,.bc-wholesale-inner,.bc-contact-card{padding:28px;border-radius:34px}.bc-textures{grid-template-columns:1fr}.bc-textures span,.bc-textures span:nth-child(4){grid-column:auto;grid-row:auto;min-height:190px}.bc-footer{display:grid;width:calc(100% - 24px)}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.bc-reveal{opacity:1;transform:none}}.bc-arch-photo{animation:bc-soft-float 9s ease-in-out infinite;will-change:transform}.bc-card,.bc-trust article,.bc-proof-card,.bc-contact-card{transition:transform .28s ease,box-shadow .28s ease,border-color .28s ease}.bc-card:hover,.bc-trust article:hover,.bc-proof-card:hover{transform:translateY(-5px);box-shadow:0 28px 74px rgba(35,34,32,.13);border-color:rgba(179,155,86,.38)}.bc-btn{position:relative;overflow:hidden}.bc-btn::after{content:"";position:absolute;inset:-45% -80%;background:linear-gradient(110deg,transparent 35%,rgba(255,255,255,.36) 50%,transparent 65%);transform:translateX(-60%);transition:transform .7s ease}.bc-btn:hover::after{transform:translateX(60%)}.bc-seal{animation:bc-breathe 5.8s ease-in-out infinite}.bc-glass{animation:bc-card-float 7s ease-in-out infinite}.bc-glass-two{animation-delay:-2.5s}.bc-kicker::before{transform-origin:left;animation:bc-line 3.4s ease-in-out infinite}.bc-proof{width:min(var(--bc-max),calc(100% - 32px));margin:0 auto 108px}.bc-proof-card{position:relative;overflow:hidden;padding:56px;border:1px solid var(--bc-line);border-radius:var(--bc-radius-lg);background:linear-gradient(135deg,rgba(255,255,255,.82),rgba(247,245,241,.72));box-shadow:var(--bc-shadow)}.bc-proof-card::before{content:"";position:absolute;right:-100px;top:-120px;width:320px;aspect-ratio:1;border-radius:50%;background:rgba(179,155,86,.16)}.bc-proof-card h2{max-width:780px}.bc-proof-card p{position:relative;max-width:720px;color:var(--bc-muted);font-size:17px}.bc-proof-grid{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-top:34px}.bc-proof-grid article{display:grid;gap:10px;min-height:132px;padding:22px;border:1px solid var(--bc-line);border-radius:28px;background:rgba(255,255,255,.64)}.bc-proof-grid strong{font-family:var(--bc-title);font-size:34px;line-height:1;color:var(--bc-gold)}.bc-proof-grid span{font-size:13px;font-weight:800;color:var(--bc-ink)}.bc-contact-list{display:grid;gap:12px;margin-top:28px}.bc-contact-list a{display:grid;grid-template-columns:38px 1fr;align-items:center;gap:12px;padding:12px;border:1px solid var(--bc-line);border-radius:22px;background:rgba(255,255,255,.68);color:var(--bc-muted);transition:transform .22s ease,border-color .22s ease,color .22s ease}.bc-contact-list a:hover{transform:translateY(-2px);border-color:rgba(179,155,86,.52);color:var(--bc-ink)}.bc-contact-list svg,.bc-social svg{width:22px;height:22px;fill:var(--bc-gold)}.bc-contact-list svg{justify-self:center}.bc-form label:nth-child(3){grid-column:auto}.bc-form textarea{resize:vertical}.bc-footer{display:grid;grid-template-columns:1fr auto auto;align-items:start;gap:34px;margin-bottom:34px;padding:34px 0;color:var(--bc-muted)}.bc-footer-brand{max-width:330px}.bc-footer-brand img{width:132px;margin-bottom:12px}.bc-footer-brand p{margin:0;font-family:var(--bc-title);font-size:26px;line-height:1.12;color:var(--bc-ink)}.bc-footer-data{display:grid;gap:5px;font-size:13px}.bc-footer-data strong{color:var(--bc-ink);font-size:14px}.bc-footer-data a{transition:color .2s ease}.bc-footer-data a:hover{color:var(--bc-gold)}.bc-social{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.bc-social a{display:inline-flex;align-items:center;gap:8px;min-height:42px;padding:0 13px;border:1px solid var(--bc-line);border-radius:999px;background:rgba(255,255,255,.55);font-size:12px;font-weight:800;color:var(--bc-ink);transition:transform .22s ease,border-color .22s ease,background .22s ease}.bc-social a:hover{transform:translateY(-2px);border-color:rgba(179,155,86,.55);background:var(--bc-white)}@keyframes bc-soft-float{0%,100%{transform:translateY(0) scale(1)}50%{transform:translateY(-8px) scale(1.006)}}@keyframes bc-card-float{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}@keyframes bc-breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.035)}}@keyframes bc-line{0%,100%{transform:scaleX(.68);opacity:.72}50%{transform:scaleX(1);opacity:1}}@media (max-width:980px){.bc-proof-grid{grid-template-columns:1fr 1fr}.bc-footer{grid-template-columns:1fr}.bc-social{justify-content:flex-start}.bc-proof-card{padding:42px}}@media (max-width:600px){.bc-proof{width:calc(100% - 24px);margin-bottom:68px}.bc-proof-card{padding:28px;border-radius:34px}.bc-proof-grid{grid-template-columns:1fr}.bc-footer-brand p{font-size:23px}.bc-social a{width:100%;justify-content:center}.bc-contact-list a{grid-template-columns:30px 1fr;font-size:13px}}@media (prefers-reduced-motion:reduce){.bc-arch-photo,.bc-seal,.bc-glass,.bc-kicker::before{animation:none!important}.bc-card:hover,.bc-trust article:hover,.bc-proof-card:hover,.bc-btn:hover,.bc-social a:hover,.bc-contact-list a:hover{transform:none!important}}@media (max-width:860px){.bc-section-head p{margin-top:18px}}.bc-nav a[aria-current="page"]{color:var(--bc-gold)}@keyframes bc-soft-float{0%,100%{translate:0 0}50%{translate:0 -10px}}.bc-wholesale{width:min(1180px, calc(100% - 32px));margin-left:auto;margin-right:auto}.bc-wholesale{margin-top:20px;margin-bottom:70px;border-radius:34px;padding:clamp(28px, 5vw, 58px);background:#202020;color:#fff;display:flex;align-items:center;justify-content:space-between;gap:28px;overflow:hidden;position:relative}.bc-wholesale::after{content:"";position:absolute;right:-80px;top:-120px;width:280px;height:280px;border-radius:50%;background:rgb(179 155 86 / .22)}.bc-wholesale h2{margin:8px 0 10px;max-width:760px;font-family:"Playfair Display", serif;font-size:clamp(2.3rem, 5vw, 5rem);line-height:.96}.bc-wholesale p{max-width:700px;color:rgb(255 255 255 / .74);line-height:1.8}@media (max-width: 980px){.bc-wholesale{align-items:flex-start;flex-direction:column}}@media (max-width: 640px){.bc-wholesale{width:min(100% - 22px, 1180px)}}.bc-shop-hero{position:relative;display:grid;grid-template-columns:minmax(0,1fr) minmax(310px,.74fr);align-items:center;gap:58px;width:min(var(--bc-max),calc(100% - 32px));margin:0 auto;padding:82px 0 72px}.bc-shop-hero::before{content:"";position:absolute;right:-7%;top:52px;width:min(440px,42vw);aspect-ratio:1;border:1px solid rgba(179,155,86,.20);border-radius:64% 36% 58% 42%/44% 56% 44% 56%;background:radial-gradient(circle at 40% 40%,rgba(179,155,86,.17),transparent 62%);z-index:-1;animation:bc-drift 14s ease-in-out infinite}.bc-shop-copy h1 em{display:block;color:var(--bc-gold);font-style:normal}.bc-shop-copy p{max-width:690px;margin:24px 0 0;color:var(--bc-muted);font-size:17px}.bc-shop-actions{display:flex;gap:14px;flex-wrap:wrap;margin-top:32px}.bc-shop-portrait{position:relative;margin:0;justify-self:end;width:min(390px,100%);overflow:hidden;border:1px solid rgba(179,155,86,.26);border-radius:54% 54% 32px 32px/15% 15% 32px 32px;background:var(--bc-white);box-shadow:var(--bc-shadow);animation:bc-soft-float 8s ease-in-out infinite}.bc-shop-portrait img{width:100%;aspect-ratio:9/16;object-fit:cover;filter:saturate(.92) contrast(.98)}.bc-shop-portrait figcaption{position:absolute;left:20px;right:20px;bottom:20px;padding:18px;border:1px solid rgba(255,255,255,.64);border-radius:24px;background:rgba(255,255,255,.78);backdrop-filter:blur(18px);box-shadow:var(--bc-shadow-soft)}.bc-shop-portrait span{display:block;color:var(--bc-gold);font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.bc-shop-portrait strong{display:block;margin-top:7px;font-family:var(--bc-title);font-size:28px;line-height:1}.bc-shop-lines{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;width:min(var(--bc-max),calc(100% - 32px));margin:0 auto 96px}.bc-shop-lines article{min-height:190px;padding:25px;border:1px solid var(--bc-line);border-radius:34px;background:rgba(255,255,255,.67);box-shadow:var(--bc-shadow-soft);transition:transform .24s ease,border-color .24s ease,box-shadow .24s ease}.bc-shop-lines article:hover{transform:translateY(-5px);border-color:rgba(179,155,86,.45);box-shadow:0 28px 78px rgba(35,34,32,.12)}.bc-shop-lines span{font-family:var(--bc-title);font-size:32px;color:var(--bc-gold)}.bc-shop-lines strong{display:block;margin-top:18px;font-family:var(--bc-title);font-size:30px;line-height:1}.bc-shop-lines small{display:block;margin-top:12px;color:var(--bc-muted);font-weight:600}.bc-shop-catalog{width:min(var(--bc-max),calc(100% - 32px));margin:0 auto 110px}.bc-shop-filters{display:flex;gap:10px;flex-wrap:wrap;margin:-18px 0 30px}.bc-shop-filters button{min-height:44px;padding:0 17px;border:1px solid var(--bc-line);border-radius:999px;background:rgba(255,255,255,.64);color:var(--bc-muted);font-size:12px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.bc-shop-filters button:hover,.bc-shop-filters button.is-active{background:var(--bc-ink);border-color:var(--bc-ink);color:var(--bc-white);transform:translateY(-1px)}.bc-shop-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.bc-shop-grid-small{grid-template-columns:repeat(3,1fr)}.bc-shop-card{display:grid;grid-template-rows:auto 1fr;overflow:hidden;border:1px solid var(--bc-line);border-radius:36px;background:rgba(255,255,255,.72);box-shadow:var(--bc-shadow-soft);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.bc-shop-card:hover{transform:translateY(-6px);border-color:rgba(179,155,86,.45);box-shadow:0 34px 86px rgba(35,34,32,.14)}.bc-shop-media{position:relative;display:block;margin:14px 14px 0;overflow:hidden;border-radius:28px;background:var(--bc-white)}.bc-shop-media img{width:100%;aspect-ratio:1/1;object-fit:cover;transition:transform .7s ease,filter .7s ease;filter:saturate(.9) contrast(.98)}.bc-shop-card:hover .bc-shop-media img{transform:scale(1.045);filter:saturate(1) contrast(1)}.bc-shop-media span{position:absolute;left:14px;top:14px;padding:8px 11px;border-radius:999px;background:rgba(35,34,32,.84);color:var(--bc-white);font-size:10px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}.bc-shop-card-copy{display:grid;align-content:start;padding:23px}.bc-shop-card-copy small{color:var(--bc-gold);font-size:11px;font-weight:900;letter-spacing:.15em;text-transform:uppercase}.bc-shop-card-copy h3{margin-top:9px;font-size:34px;line-height:1}.bc-shop-card-copy p{margin:14px 0 0;color:var(--bc-muted);font-size:14px}.bc-shop-card-copy ul{display:grid;gap:8px;margin:18px 0 0;padding:0;list-style:none}.bc-shop-card-copy li{position:relative;padding-left:18px;color:var(--bc-muted);font-size:13px;font-weight:600}.bc-shop-card-copy li::before{content:"";position:absolute;left:0;top:.68em;width:7px;height:7px;border-radius:50%;background:var(--bc-gold)}.bc-shop-wholesale{display:flex;align-items:center;justify-content:space-between;gap:28px;width:min(var(--bc-max),calc(100% - 32px));margin:0 auto 100px;padding:54px;border:1px solid rgba(255,255,255,.22);border-radius:42px;background:linear-gradient(120deg,rgba(35,34,32,.94),rgba(35,34,32,.70)),url("./assets/bedco1.webp") center/cover;color:var(--bc-white);box-shadow:var(--bc-shadow)}.bc-shop-wholesale h2{color:var(--bc-white)}.bc-shop-wholesale p{max-width:620px;margin:16px 0 0;color:rgba(255,255,255,.78)}@media (max-width:1040px){.bc-shop-grid,.bc-shop-grid-small{grid-template-columns:repeat(2,1fr)}.bc-shop-lines{grid-template-columns:repeat(2,1fr)}}@media (max-width:820px){.bc-shop-hero{grid-template-columns:1fr;padding-top:54px}.bc-shop-portrait{justify-self:center}.bc-shop-wholesale{display:grid;padding:34px}.bc-shop-copy h1{font-size:52px}}@media (max-width:620px){.bc-shop-hero,.bc-shop-lines,.bc-shop-catalog,.bc-shop-wholesale{width:calc(100% - 24px)}.bc-shop-grid,.bc-shop-grid-small,.bc-shop-lines{grid-template-columns:1fr}.bc-shop-filters{display:grid;grid-template-columns:1fr 1fr}.bc-shop-filters button{font-size:11px}.bc-shop-card-copy h3{font-size:31px}.bc-shop-wholesale{border-radius:32px}.bc-shop-portrait{width:100%}}.bc-btn,.bc-header-cta{isolation:isolate;min-height:52px;border-width:1.5px;font-weight:900;text-shadow:0 1px 1px rgba(0,0,0,.08)}.bc-btn-primary{background:linear-gradient(135deg,#B39B56,#8f7734);color:#ffffff;border-color:#8f7734;box-shadow:0 18px 42px rgba(143,119,52,.34), inset 0 1px 0 rgba(255,255,255,.22)}.bc-btn-primary:hover{box-shadow:0 24px 54px rgba(143,119,52,.44), inset 0 1px 0 rgba(255,255,255,.26)}.bc-btn-soft{background:#ffffff;color:#3f3f3f;border-color:rgba(179,155,86,.82);box-shadow:0 14px 34px rgba(35,34,32,.09)}.bc-btn-soft:hover{background:#f7f5f1;color:#2b2b2b;border-color:#B39B56;box-shadow:0 18px 42px rgba(35,34,32,.13)}.bc-btn-light{background:#ffffff;color:#232220;border-color:rgba(255,255,255,.92);box-shadow:0 18px 44px rgba(0,0,0,.20)}.bc-header-cta{background:linear-gradient(135deg,#232220,#555555);color:#fff;border:1px solid rgba(255,255,255,.18);box-shadow:0 12px 28px rgba(35,34,32,.18)}.bc-header-cta:hover{transform:translateY(-1px);background:linear-gradient(135deg,#B39B56,#8f7734);box-shadow:0 18px 38px rgba(143,119,52,.30)}.bc-shop-filters button{background:#ffffff;color:#3f3f3f;border-color:rgba(179,155,86,.54);box-shadow:0 10px 24px rgba(35,34,32,.06)}.bc-shop-filters button:hover,.bc-shop-filters button.is-active{background:#232220;color:#ffffff;border-color:#232220;box-shadow:0 16px 34px rgba(35,34,32,.18)}.bc-footer-credit{grid-column:1 / -1;width:100%;margin-top:10px;padding-top:18px;border-top:1px solid var(--bc-line);color:rgba(122,122,122,.92);font-size:12px;font-weight:700;letter-spacing:.02em}.bc-footer-credit a{display:inline-flex;align-items:center;gap:4px;transition:color .2s ease, transform .2s ease}.bc-footer-credit a:hover{color:var(--bc-gold);transform:translateY(-1px)}.bc-footer-credit strong{color:var(--bc-ink);font-weight:900}@media (max-width:600px){.bc-btn,.bc-header-cta{min-height:54px}.bc-footer-credit{text-align:center}.bc-footer-credit a{justify-content:center}}.bc-brand-amp{display:inline-grid;place-items:center;min-width:.82em;margin:0 .03em;font-family:Georgia, "Times New Roman", serif;font-style:italic;font-weight:700;line-height:.88;color:var(--bc-gold);letter-spacing:-.08em;transform:translateY(.03em)}.bc-card-copy h3 .bc-brand-amp{font-size:.92em;margin-inline:.02em .06em;vertical-align:baseline}@media (min-width:981px){.bc-hero{min-height:calc(100dvh - 138px);padding-top:34px;padding-bottom:58px;transform:translateY(-18px)}}.bc-footer-credit{color:rgba(122,122,122,.78);font-size:11px;font-weight:600;letter-spacing:.04em}.bc-footer-credit a{gap:6px;opacity:.82}.bc-footer-credit a:hover{opacity:1}.bc-footer-credit span{color:rgba(122,122,122,.82)}.bc-footer-credit strong{color:rgba(35,34,32,.84);font-weight:800}.bc-form input:invalid:not(:placeholder-shown),.bc-form textarea:invalid:not(:placeholder-shown){border-color:rgba(150,70,55,.55)}.bc-form input:focus:invalid,.bc-form textarea:focus:invalid{outline-color:rgba(150,70,55,.22)}.bc-shop-featured{width:min(var(--bc-max),calc(100% - 32px));margin:0 auto 78px}.bc-featured-grid,.bc-shop-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;align-items:stretch}.bc-featured-grid .bc-shop-card,.bc-featured-grid .bc-shop-card-featured,.bc-shop-card{position:relative;display:grid;grid-template-rows:auto 1fr;height:100%;overflow:hidden;border:1px solid var(--bc-line);border-radius:30px;background:rgba(255,255,255,.72);box-shadow:var(--bc-shadow-soft);transition:transform .28s ease,border-color .28s ease,box-shadow .28s ease}.bc-featured-grid .bc-shop-card,.bc-featured-grid .bc-shop-card-featured{border-color:rgba(179,155,86,.44);background:linear-gradient(180deg,rgba(255,255,255,.88),rgba(255,252,244,.78))}.bc-featured-grid .bc-shop-card::before,.bc-featured-grid .bc-shop-card-featured::before{content:"Destacada";position:absolute;z-index:3;right:16px;top:16px;padding:7px 10px;border:1px solid rgba(255,255,255,.56);border-radius:999px;background:var(--bc-gold);color:var(--bc-white);box-shadow:0 12px 26px rgba(179,155,86,.24);font-size:9px;font-weight:900;letter-spacing:.11em;line-height:1;text-transform:uppercase}.bc-shop-card:hover{transform:translateY(-5px);border-color:rgba(179,155,86,.46);box-shadow:0 28px 70px rgba(35,34,32,.13)}.bc-shop-media,.bc-featured-grid .bc-shop-media,.bc-featured-grid .bc-shop-card-featured .bc-shop-media{position:relative;display:block;width:auto;aspect-ratio:9/16;margin:12px 12px 0;overflow:hidden;border-radius:24px;background:var(--bc-white)}.bc-featured-grid .bc-shop-media,.bc-featured-grid .bc-shop-card-featured .bc-shop-media{border:1px solid rgba(179,155,86,.22)}.bc-shop-media img,.bc-featured-grid .bc-shop-media img,.bc-featured-grid .bc-shop-card-featured .bc-shop-media img{display:block;width:100%;height:100%;aspect-ratio:auto;object-fit:cover;object-position:center;background:var(--bc-white);filter:saturate(.92) contrast(.98);transition:transform .7s ease,filter .7s ease}.bc-shop-card:hover .bc-shop-media img,.bc-featured-grid .bc-shop-card:hover .bc-shop-media img,.bc-featured-grid .bc-shop-card-featured:hover .bc-shop-media img{transform:scale(1.035);filter:saturate(1) contrast(1)}.bc-shop-media span{position:absolute;z-index:2;left:12px;top:12px;max-width:calc(100% - 24px);padding:7px 10px;border-radius:999px;background:rgba(35,34,32,.84);color:var(--bc-white);font-size:9px;font-weight:900;letter-spacing:.09em;line-height:1.1;text-transform:uppercase}.bc-featured-grid .bc-shop-media span{background:rgba(179,155,86,.94)}.bc-shop-card-copy{display:grid;align-content:start;padding:18px 18px 19px}.bc-shop-card-copy small{color:var(--bc-gold);font-size:10px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}.bc-shop-card-copy h3,.bc-featured-grid .bc-shop-card-featured .bc-shop-card-copy h3{margin-top:8px;font-size:clamp(23px,2vw,27px);line-height:.98;letter-spacing:-.035em}.bc-shop-card-copy p{margin:11px 0 0;color:var(--bc-muted);font-size:12.5px;line-height:1.48}.bc-shop-card-copy ul{display:grid;gap:6px;margin:14px 0 0;padding:0;list-style:none}.bc-shop-card-copy li{position:relative;padding-left:16px;color:var(--bc-muted);font-size:11.5px;font-weight:650;line-height:1.35}.bc-shop-card-copy li::before{content:"";position:absolute;left:0;top:.58em;width:6px;height:6px;border-radius:50%;background:var(--bc-gold)}.bc-seal{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;padding:16px;line-height:1;text-align:center}.bc-seal>span{display:flex;align-items:baseline;justify-content:center;width:100%;line-height:.92;white-space:nowrap}.bc-seal .bc-brand-amp{min-width:.72em;margin:0 .015em;color:var(--bc-gold-soft);font-size:.84em;transform:translateY(.02em)}.bc-seal strong{display:block;width:100%;max-width:86px;margin:0 auto;font-size:8.5px;line-height:1.23;letter-spacing:.15em;text-align:center}.bc-glass-two{bottom:38px}.bc-shop-hero{padding-top:58px;padding-bottom:64px}.bc-shop-portrait figcaption{bottom:12px}.bc-shop-lines{margin-bottom:82px}@media (max-width:1180px){.bc-featured-grid,.bc-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.bc-featured-grid,.bc-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:620px){.bc-glass-one,.bc-glass-two{display:none!important}.bc-shop-hero{padding-top:28px;padding-bottom:38px}.bc-shop-copy h1{font-size:46px}.bc-shop-copy p{margin-top:18px;font-size:14px}.bc-shop-actions{margin-top:22px}.bc-shop-portrait figcaption{left:12px;right:12px;bottom:10px;padding:13px;border-radius:18px}.bc-shop-portrait strong{font-size:22px}.bc-shop-lines{grid-template-columns:repeat(4,minmax(0,1fr));gap:8px;width:calc(100% - 20px);margin-bottom:54px}.bc-shop-lines article{min-height:112px;padding:11px 7px;border-radius:18px;text-align:center}.bc-shop-lines span{font-size:20px}.bc-shop-lines strong{margin-top:8px;font-size:14px;line-height:1.04;letter-spacing:-.02em}.bc-shop-lines small{margin-top:7px;font-size:9.5px;line-height:1.25;font-weight:650}.bc-shop-featured{width:calc(100% - 24px);margin-bottom:58px}.bc-featured-grid,.bc-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.bc-shop-card,.bc-shop-card-featured{border-radius:21px}.bc-shop-media,.bc-featured-grid .bc-shop-media,.bc-featured-grid .bc-shop-card-featured .bc-shop-media{margin:9px 9px 0;border-radius:16px}.bc-shop-media span,.bc-featured-grid .bc-shop-card::before,.bc-featured-grid .bc-shop-card-featured::before{left:8px;right:auto;top:8px;max-width:calc(100% - 16px);padding:5px 7px;font-size:7px;letter-spacing:.07em}.bc-featured-grid .bc-shop-card::before,.bc-featured-grid .bc-shop-card-featured::before{left:auto;right:8px}.bc-shop-card-copy{padding:12px 11px 13px}.bc-shop-card-copy small{font-size:8px;letter-spacing:.1em}.bc-shop-card-copy h3,.bc-featured-grid .bc-shop-card-featured .bc-shop-card-copy h3{margin-top:6px;font-size:19px;line-height:.98}.bc-shop-card-copy p{margin-top:8px;font-size:10.7px;line-height:1.36}.bc-shop-card-copy ul{display:none}.bc-seal{width:104px;padding:12px;gap:4px}.bc-seal>span{font-size:20px}.bc-seal strong{max-width:72px;font-size:8px;letter-spacing:.13em}}.bc-shop-media,.bc-featured-grid .bc-shop-media,.bc-featured-grid .bc-shop-card-featured .bc-shop-media{aspect-ratio:1/1!important}.bc-shop-media img,.bc-featured-grid .bc-shop-media img,.bc-featured-grid .bc-shop-card-featured .bc-shop-media img{width:100%!important;height:100%!important;aspect-ratio:1/1!important;object-fit:cover!important;object-position:center!important}.bc-shop-grid,.bc-featured-grid{align-items:start}.bc-shop-card,.bc-featured-grid .bc-shop-card,.bc-featured-grid .bc-shop-card-featured{align-self:start}.bc-seal{top:34px!important;right:30px!important;width:124px!important;height:124px!important;z-index:4;padding:15px!important;background:rgba(35,34,32,.88)!important;border:1px solid rgba(255,255,255,.18);outline:1px solid rgba(255,255,255,.28)!important;outline-offset:-8px!important;backdrop-filter:blur(8px)}.bc-seal>span{display:inline-flex!important;align-items:baseline!important;justify-content:center!important;gap:0!important;font-family:var(--bc-title)!important;font-size:24px!important;font-weight:700!important;line-height:.9!important;letter-spacing:-.035em!important}.bc-seal .bc-brand-amp{display:inline-block!important;min-width:auto!important;margin:0 .035em!important;font-family:var(--bc-title)!important;font-size:.88em!important;font-style:italic!important;font-weight:700!important;line-height:1!important;letter-spacing:0!important;color:var(--bc-gold-soft)!important;transform:translateY(.015em)!important}.bc-seal strong{max-width:92px!important;margin-top:4px!important;font-size:8.2px!important;line-height:1.24!important;letter-spacing:.14em!important}@media (max-width:980px){.bc-seal{top:24px!important;right:22px!important}}@media (max-width:600px){.bc-seal{top:20px!important;right:18px!important;width:104px!important;height:104px!important;padding:13px!important}.bc-seal>span{font-size:20px!important}.bc-seal strong{max-width:78px!important;font-size:7.2px!important}}.bc-card-copy h3{word-break:normal}.bc-card-copy h3 .bc-brand-amp{display:inline-grid;vertical-align:.02em}.bc-shop-media img,.bc-featured-grid .bc-shop-card-featured .bc-shop-media,.bc-featured-grid .bc-shop-card-featured .bc-shop-media img{aspect-ratio:1/1!important;object-fit:cover!important}.bc-card-large .bc-card-copy h3{max-width:12ch}.bc-card-copy h3 .bc-brand-amp{line-height:1;transform:none}.bc-shop-portrait figcaption{bottom:4px!important}.bc-featured-grid,.bc-shop-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:26px!important}.bc-shop-card,.bc-featured-grid .bc-shop-card,.bc-featured-grid .bc-shop-card-featured{border-radius:34px!important}.bc-shop-media,.bc-featured-grid .bc-shop-media,.bc-featured-grid .bc-shop-card-featured .bc-shop-media{margin:16px 16px 0!important;border-radius:28px!important;aspect-ratio:1/1!important}.bc-shop-card-copy{padding:22px 22px 24px!important}.bc-shop-card-copy h3,.bc-featured-grid .bc-shop-card-featured .bc-shop-card-copy h3{font-size:clamp(28px,2.45vw,36px)!important;line-height:.98!important}.bc-shop-card-copy p{font-size:14px!important;line-height:1.5!important}.bc-shop-card-copy ul{gap:8px!important}.bc-shop-card-copy li{font-size:13px!important}@media (max-width:900px){.bc-featured-grid,.bc-shop-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (max-width:620px){.bc-shop-portrait figcaption{bottom:2px!important}.bc-featured-grid,.bc-shop-grid{grid-template-columns:1fr!important;gap:18px!important}.bc-shop-media,.bc-featured-grid .bc-shop-media,.bc-featured-grid .bc-shop-card-featured .bc-shop-media{margin:12px 12px 0!important}.bc-shop-card-copy{padding:19px!important}.bc-shop-card-copy h3{font-size:31px!important}}.bc-card-variants{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.bc-card-variant{min-height:36px;padding:0 12px;border:1px solid rgba(179,155,86,.28);border-radius:999px;background:#fff;color:#555;font:800 11px/1 Montserrat, sans-serif;letter-spacing:.06em;text-transform:uppercase}.bc-card-variant{cursor:pointer;transition:background-color .2s ease,color .2s ease,border-color .2s ease,transform .2s ease}.bc-card-variant:hover,.bc-card-variant.is-active{background:#b39b56;border-color:#b39b56;color:#fff;transform:translateY(-1px)}@media (max-width:620px){.bc-card-variants{gap:7px}.bc-card-variant{min-height:34px;padding:0 10px;font-size:10px}}.bc-featured-grid .bc-shop-card::before,.bc-featured-grid .bc-shop-card-featured::before{content:"Producto destacado";right:14px;top:14px;background:var(--bc-ink);color:var(--bc-white);border-color:rgba(255,255,255,.52);box-shadow:0 14px 34px rgba(35,34,32,.18);letter-spacing:.10em}.bc-featured-grid .bc-shop-media span{background:rgba(35,34,32,.84);color:var(--bc-white)}.bc-card-variant{min-height:36px!important;padding:0 12px!important;border:1px solid rgba(179,155,86,.30)!important;border-radius:999px!important;background:rgba(255,255,255,.86)!important;color:var(--bc-ink)!important;font-size:11px!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important;cursor:pointer!important}.bc-card-variant.is-active{background:var(--bc-ink)!important;border-color:var(--bc-ink)!important;color:var(--bc-white)!important}.bc-shop-card-featured .bc-shop-media span{background:var(--bc-ink)!important;color:var(--bc-white)!important}.bc-shop-card:not(.bc-shop-card-featured) .bc-shop-media span{background:rgba(255,255,255,.88)!important;color:var(--bc-ink)!important}.bc-shop-card-copy h3{margin-top:0!important}.bc-shop-card-copy small{display:none!important}.bc-shop-media figure{margin:0;position:relative}.bc-shop-media figcaption{position:absolute;left:14px;right:14px;bottom:14px;display:inline-flex;width:max-content;max-width:calc(100% - 28px);padding:8px 11px;border:1px solid rgba(255,255,255,.58);border-radius:999px;background:rgba(255,255,255,.86);color:var(--bc-ink);font-size:10px;font-weight:900;letter-spacing:.08em;text-transform:uppercase;box-shadow:var(--bc-shadow-soft);backdrop-filter:blur(14px)}.bc-card-variants{display:flex;flex-wrap:wrap;gap:8px;margin:16px 0 0}.bc-card-variant{min-height:34px;padding:0 12px;border:1px solid var(--bc-line);border-radius:999px;background:#fff;color:var(--bc-muted);font-size:11px;font-weight:900;letter-spacing:.04em;cursor:pointer}.bc-card-variant.is-active,.bc-card-variant:hover{background:var(--bc-ink);border-color:var(--bc-ink);color:#fff}@media (max-width:620px){.bc-shop-media figcaption{font-size:9px;left:10px;right:10px;bottom:10px;max-width:calc(100% - 20px)}.bc-card-variants{gap:7px}.bc-card-variant{min-height:32px;padding:0 10px;font-size:10px}}.bc-shop-featured,.bc-featured-grid,.bc-featured-grid .bc-shop-card::before,.bc-featured-grid .bc-shop-card-featured::before{display:none!important;content:none!important}.bc-shop-media figcaption{display:none!important}.bc-shop-media span{background:rgba(255,255,255,.9)!important;color:var(--bc-ink)!important}.bc-shop-card-copy h3{font-size:clamp(24px,2.1vw,32px)!important;line-height:1.04!important}.bc-shop-media figcaption{z-index:2}.bc-shop-card-copy h3{font-size:clamp(1.55rem,2.1vw,2.15rem)!important}.bc-shop-card-copy small{display:block;color:var(--bc-gold)}.bc-shop-card-copy h3[data-card-title]{margin-top:6px}.bc-shop-card-copy p[data-card-desc]{color:var(--bc-ink);font-size:12px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}.bc-featured-grid .bc-shop-card::before,.bc-featured-grid .bc-shop-card-featured::before{content:none !important}.bc-shop-card-copy small{color:var(--bc-gold);font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}.bc-shop-card-copy h3,.bc-featured-grid .bc-shop-card-featured .bc-shop-card-copy h3{margin-top:8px;font-size:clamp(34px,3vw,46px);line-height:.92;letter-spacing:-.05em;text-transform:none}.bc-shop-card-copy p{margin:10px 0 0;color:var(--bc-muted);font-size:12.5px;font-weight:700;line-height:1.45}@media (max-width:620px){.bc-shop-card-copy h3,.bc-featured-grid .bc-shop-card-featured .bc-shop-card-copy h3{font-size:clamp(34px,12vw,44px)}}.bc-shop-card-copy{padding:24px!important}.bc-shop-card-copy h3[data-card-title]{margin-top:8px!important;font-size:clamp(42px,4vw,58px)!important;line-height:.9!important;letter-spacing:-.055em!important;text-transform:none!important}.bc-shop-card-copy small{display:block!important;color:var(--bc-gold)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.16em!important;text-transform:uppercase!important}.bc-shop-card-copy p[data-card-desc],.bc-shop-card-copy ul{display:none!important}.bc-card-variants{margin-top:18px!important}@media (max-width:620px){.bc-shop-card-copy h3[data-card-title]{font-size:clamp(38px,12vw,48px)!important}}.bc-shop-card-copy h3,.bc-featured-grid .bc-shop-card-featured .bc-shop-card-copy h3{margin-top:7px;font-size:clamp(30px,2.7vw,42px);line-height:.92;letter-spacing:-.045em}.bc-card-variants{display:flex;flex-wrap:wrap;gap:8px;margin-top:16px}.bc-card-variant{min-height:34px;padding:0 12px;border:1px solid var(--bc-line);border-radius:999px;background:rgba(255,255,255,.86);color:var(--bc-ink);font-size:10px;font-weight:900;letter-spacing:.06em;text-transform:uppercase;cursor:pointer}.bc-card-variant.is-active,.bc-card-variant:hover{border-color:var(--bc-ink);background:var(--bc-ink);color:var(--bc-white)}@media (max-width:620px){.bc-shop-card-copy h3,.bc-featured-grid .bc-shop-card-featured .bc-shop-card-copy h3{font-size:22px}.bc-card-variants{gap:6px;margin-top:12px}.bc-card-variant{min-height:30px;padding:0 9px;font-size:8.5px}}.bc-shop-card-copy h3[data-card-title]{margin-top:10px;font-size:clamp(38px,3.7vw,58px);line-height:.88;letter-spacing:-.035em}.bc-card-title-keyword{display:inline;color:var(--bc-ink);font-family:var(--bc-title);font-weight:800}.bc-card-title-line{display:inline;color:var(--bc-ink);font-family:var(--bc-title);font-weight:900;font-size:1.12em}.bc-card-title-sep{color:var(--bc-ink);font-family:var(--bc-title)}@media (max-width:620px){.bc-shop-card-copy h3[data-card-title]{font-size:clamp(34px,12vw,50px)}}.bc-shop-card-copy h3[data-card-title]{display:grid!important;gap:2px!important;margin:10px 0 12px!important;line-height:.88!important;letter-spacing:-.035em!important}.bc-card-title-keyword{display:block!important;font-family:var(--bc-title)!important;font-size:clamp(24px,2.2vw,34px)!important;font-weight:800!important;color:var(--bc-ink)!important;letter-spacing:-.025em!important}.bc-card-title-line{display:block!important;font-family:var(--bc-title)!important;font-size:clamp(48px,4.5vw,72px)!important;font-weight:900!important;color:var(--bc-ink)!important;letter-spacing:-.055em!important}.bc-card-title-sep{display:none!important}@media (max-width:620px){.bc-card-title-keyword{font-size:clamp(22px,7vw,30px)!important}.bc-card-title-line{font-size:clamp(42px,13vw,58px)!important}}html,body{max-width:100%!important;overflow-x:hidden!important}*,*::before,*::after{box-sizing:border-box}img,video,svg{max-width:100%}@media (max-width:700px){.bc-header{z-index:90!important}}:root{--bc-safe-x:clamp(12px,4vw,32px)}html,body{width:100%;max-width:100%;overflow-x:hidden}.bc-header,.bc-hero,.bc-trust,.bc-section,.bc-sensation,.bc-wholesale,.bc-contact,.bc-proof,.bc-shop-hero,.bc-shop-lines,.bc-shop-catalog,.bc-shop-wholesale{max-width:calc(100vw - 24px)}.bc-nav,.bc-shop-filters,.bc-card-variants{min-width:0}.bc-shop-filters{position:relative;overflow-x:auto;scrollbar-width:none;-webkit-overflow-scrolling:touch;padding-bottom:2px}.bc-shop-filters::-webkit-scrollbar{display:none}.bc-shop-filters button{white-space:nowrap;flex:0 0 auto}.bc-shop-card{min-width:0}.bc-shop-media img{display:block;background:#fff}.bc-footer{max-width:calc(100vw - 24px)}.bc-footer a{overflow-wrap:anywhere}@media (max-width:700px){.bc-header{top:8px;width:calc(100% - 20px)!important;margin-top:8px!important;padding:10px 12px!important}.bc-nav{left:0!important;right:0!important;width:100%!important}.bc-shop-filters{display:flex!important;flex-wrap:nowrap!important;margin-left:calc(var(--bc-safe-x) * -0.2);margin-right:calc(var(--bc-safe-x) * -0.2)}.bc-shop-filters button{min-height:42px;padding-inline:14px;font-size:10px}.bc-shop-lines{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}.bc-shop-lines article{min-height:124px!important;padding:14px 10px!important}.bc-shop-lines strong{font-size:18px!important}.bc-shop-lines small{font-size:10.5px!important}.bc-shop-grid,.bc-shop-grid-small{grid-template-columns:1fr!important}.bc-shop-card-copy h3[data-card-title]{font-size:clamp(34px,11vw,48px)!important}.bc-actions .bc-btn,.bc-shop-actions .bc-btn{width:100%}}@media (max-width:380px){.bc-brand img{width:118px!important}.bc-shop-lines{grid-template-columns:1fr!important}}.bc-shop-catalog{scroll-margin-top:96px}.bc-shop-filters{width:100%;max-width:100%;min-height:0!important;margin:0 0 22px!important;padding:2px 0 8px!important;display:flex!important;flex-wrap:nowrap!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;-webkit-overflow-scrolling:touch;scrollbar-width:none;overscroll-behavior-inline:contain}.bc-shop-filters button{flex:0 0 auto!important;min-width:max-content;min-height:46px!important;padding:0 18px!important;white-space:nowrap!important;line-height:1!important}.bc-shop-card{min-height:0!important}.bc-shop-media{min-height:0!important}.bc-shop-media img{min-height:0!important}@media (max-width:700px){.bc-shop-catalog{width:calc(100% - 20px)!important;margin-bottom:64px!important;scroll-margin-top:82px}.bc-shop-catalog .bc-section-head{gap:12px!important;margin-bottom:18px!important}.bc-shop-catalog .bc-section-head h2{font-size:clamp(43px,14vw,64px)!important;line-height:.9!important;letter-spacing:-.055em!important}.bc-shop-catalog .bc-section-head p{margin-top:8px!important;font-size:15px!important;line-height:1.55!important}.bc-shop-filters{position:sticky!important;top:76px!important;z-index:30!important;margin-left:-10px!important;margin-right:-10px!important;padding:8px 10px 10px!important;background:linear-gradient(180deg,rgba(247,245,239,.96),rgba(247,245,239,.86));backdrop-filter:blur(14px);border-top:1px solid rgba(179,155,86,.12);border-bottom:1px solid rgba(179,155,86,.12)}.bc-shop-filters button{min-height:44px!important;padding:0 16px!important;border-radius:999px!important;font-size:10.5px!important;letter-spacing:.08em!important;box-shadow:0 10px 22px rgba(35,34,32,.055)}.bc-shop-grid,.bc-shop-grid-small{grid-template-columns:1fr!important;gap:16px!important}.bc-shop-card{border-radius:26px!important}.bc-shop-media{margin:10px 10px 0!important;border-radius:20px!important}.bc-shop-card-copy{padding:18px!important}.bc-shop-card-copy h3[data-card-title],.bc-shop-card-copy h3{font-size:clamp(30px,10vw,42px)!important;line-height:.94!important}.bc-shop-card-copy small{font-size:9px!important}}@media (max-width:390px){.bc-shop-filters button{min-height:42px!important;padding:0 14px!important;font-size:10px!important}.bc-shop-catalog .bc-section-head h2{font-size:clamp(38px,13vw,54px)!important}}.bc-shop-catalog{position:relative}.bc-shop-filters{isolation:isolate!important;align-items:center!important;width:100%!important;max-width:100%!important;border-radius:28px!important}.bc-shop-filters button{display:inline-flex!important;align-items:center!important;justify-content:center!important;text-align:center!important;user-select:none!important;-webkit-tap-highlight-color:transparent!important}.bc-shop-filters button:focus-visible{outline:3px solid rgba(179,155,86,.35)!important;outline-offset:3px!important}@media (min-width:701px){.bc-shop-filters{position:sticky!important;top:88px!important;z-index:34!important;display:flex!important;flex-wrap:wrap!important;justify-content:center!important;gap:10px!important;margin:0 0 34px!important;padding:14px!important;overflow:visible!important;background:rgba(247,245,239,.86)!important;border:1px solid rgba(179,155,86,.16)!important;box-shadow:0 18px 45px rgba(35,34,32,.07)!important;backdrop-filter:blur(16px)!important}.bc-shop-filters button{min-height:44px!important;padding:0 17px!important;font-size:11px!important;letter-spacing:.075em!important;white-space:nowrap!important}}@media (max-width:700px){.bc-shop-filters{top:70px!important;border-radius:0!important;box-shadow:0 14px 30px rgba(35,34,32,.08)!important}.bc-shop-filters button{min-width:auto!important;max-width:none!important}}@media (max-width:420px){.bc-shop-filters{gap:8px!important}.bc-shop-filters button{min-height:40px!important;padding:0 13px!important;font-size:9.5px!important}}:root{--bc-header-height:74px;--bc-header-gap:14px;--bc-sticky-top:calc(var(--bc-header-height) + var(--bc-header-gap))}html{scroll-padding-top:calc(var(--bc-header-height) + 26px)!important}body{padding-top:calc(var(--bc-header-height) + var(--bc-header-gap))!important;overflow-x:hidden!important}.bc-header{position:fixed!important;top:10px!important;left:50%!important;right:auto!important;transform:translateX(-50%)!important;z-index:9999!important;width:min(var(--bc-max),calc(100% - 32px))!important;min-height:var(--bc-header-height)!important;margin:0!important;isolation:isolate!important;border-color:rgba(179,155,86,.28)!important;background:rgba(247,245,241,.88)!important;-webkit-backdrop-filter:blur(22px) saturate(140%)!important;backdrop-filter:blur(22px) saturate(140%)!important}.bc-header[data-scrolled="true"],.bc-header.is-open{background:rgba(255,255,255,.94)!important;box-shadow:0 18px 52px rgba(35,34,32,.16)!important}.bc-brand,.bc-menu,.bc-nav,.bc-header-cta{position:relative!important;z-index:2!important}.bc-brand img{display:block!important;width:clamp(126px,13vw,144px)!important;height:auto!important}.bc-menu{touch-action:manipulation!important}.bc-nav a,.bc-header-cta,.bc-shop-filters button,.bc-card-variant{-webkit-tap-highlight-color:transparent!important}.bc-menu-open body{overflow:hidden!important}.bc-shop-hero,.bc-hero{padding-top:clamp(24px,4vw,54px)!important}.bc-shop-catalog{overflow:visible!important}.bc-shop-filters{position:sticky!important;top:var(--bc-sticky-top)!important;z-index:900!important;display:flex!important;align-items:center!important;gap:10px!important;flex-wrap:nowrap!important;width:100%!important;max-width:100%!important;margin:0 0 30px!important;padding:10px!important;overflow-x:auto!important;overflow-y:hidden!important;border:1px solid rgba(179,155,86,.22)!important;border-radius:999px!important;background:rgba(247,245,241,.92)!important;-webkit-backdrop-filter:blur(18px) saturate(140%)!important;backdrop-filter:blur(18px) saturate(140%)!important;box-shadow:0 18px 46px rgba(35,34,32,.10)!important;scrollbar-width:none!important;scroll-snap-type:x proximity!important;-webkit-overflow-scrolling:touch!important}.bc-shop-filters::-webkit-scrollbar{display:none!important}.bc-shop-filters button{flex:0 0 auto!important;min-width:max-content!important;min-height:42px!important;padding:0 16px!important;border-radius:999px!important;white-space:nowrap!important;scroll-snap-align:center!important}.bc-shop-grid{align-items:stretch!important}.bc-shop-card{min-width:0!important;height:100%!important}.bc-shop-media figure{margin:0!important}.bc-shop-media img{display:block!important;aspect-ratio:1/1!important;object-fit:cover!important;background:#fff!important}.bc-card-variants{display:flex!important;flex-wrap:wrap!important;gap:8px!important;margin-top:16px!important}.bc-card-variant{min-height:36px!important;padding:0 12px!important}@media (min-width:981px){.bc-header{grid-template-columns:auto 1fr auto!important}.bc-nav{display:flex!important;position:relative!important;inset:auto!important;opacity:1!important;visibility:visible!important;transform:none!important;padding:0!important;border:0!important;background:transparent!important;box-shadow:none!important}.bc-shop-filters{justify-content:flex-start!important}}@media (max-width:980px){:root{--bc-header-height:66px;--bc-header-gap:10px}body{padding-top:calc(var(--bc-header-height) + var(--bc-header-gap))!important}.bc-header{top:8px!important;width:calc(100% - 20px)!important;min-height:var(--bc-header-height)!important;grid-template-columns:auto auto!important;padding:9px 12px!important;border-radius:28px!important}.bc-nav{position:fixed!important;left:10px!important;right:10px!important;top:calc(var(--bc-header-height) + 18px)!important;display:grid!important;grid-template-columns:1fr!important;gap:4px!important;max-height:calc(100dvh - var(--bc-header-height) - 34px)!important;overflow:auto!important;padding:14px!important;border:1px solid rgba(179,155,86,.24)!important;border-radius:28px!important;background:rgba(255,255,255,.97)!important;box-shadow:0 30px 80px rgba(35,34,32,.20)!important;opacity:0!important;visibility:hidden!important;transform:translateY(-8px)!important;pointer-events:none!important}.bc-header.is-open .bc-nav{opacity:1!important;visibility:visible!important;transform:none!important;pointer-events:auto!important}.bc-nav a{min-height:46px!important;display:flex!important;align-items:center!important;padding:0 14px!important;border-radius:18px!important;color:var(--bc-ink)!important}.bc-nav a:hover,.bc-nav a[aria-current="page"]{background:rgba(179,155,86,.12)!important}.bc-shop-filters{top:var(--bc-sticky-top)!important;border-radius:24px!important;padding:8px!important}}@media (max-width:620px){.bc-shop-hero,.bc-shop-lines,.bc-shop-catalog,.bc-shop-wholesale,.bc-footer,.bc-section{width:calc(100% - 24px)!important;max-width:calc(100vw - 24px)!important}.bc-shop-filters{margin-bottom:22px!important}.bc-shop-filters button{min-height:40px!important;padding:0 13px!important;font-size:10px!important;letter-spacing:.055em!important}.bc-shop-card-copy h3{font-size:clamp(30px,10vw,42px)!important}}html{scroll-padding-top:96px!important}body{padding-top:92px!important}.bc-header{position:fixed!important;top:14px!important;left:50%!important;transform:translateX(-50%)!important;width:min(var(--bc-max),calc(100% - 32px))!important;margin:0!important;z-index:9999!important}.bc-header[data-scrolled="true"]{transform:translateX(-50%)!important}.bc-shop-filters{position:sticky!important;top:calc(74px + 22px)!important;z-index:80!important;display:flex!important;flex-wrap:nowrap!important;gap:10px!important;overflow-x:auto!important;overflow-y:hidden!important;padding:12px!important;margin-bottom:30px!important;border:1px solid rgba(179,155,86,.18)!important;border-radius:999px!important;background:rgba(247,245,241,.92)!important;backdrop-filter:blur(18px) saturate(140%)!important;box-shadow:0 18px 45px rgba(35,34,32,.08)!important;scrollbar-width:none!important}.bc-shop-filters::-webkit-scrollbar{display:none!important}.bc-shop-filters button{flex:0 0 auto!important;white-space:nowrap!important;min-height:38px!important;padding:0 15px!important}.bc-card-selected{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:7px!important;width:fit-content!important;max-width:100%!important;min-height:30px!important;margin:10px 0 0!important;padding:6px 10px!important;border:1px solid rgba(179,155,86,.22)!important;border-radius:999px!important;background:rgba(247,245,241,.86)!important;color:var(--bc-ink)!important;font-family:var(--bc-text)!important;line-height:1!important}.bc-card-selected strong{display:block!important;font-size:11px!important;font-weight:900!important;letter-spacing:.06em!important;text-transform:uppercase!important}.bc-card-selected span{display:block!important;font-size:11px!important;font-weight:800!important;color:var(--bc-muted)!important;white-space:nowrap!important}.bc-card-variants{margin-top:12px!important;gap:8px!important}.bc-card-variant{min-height:34px!important;padding:0 13px!important}@media (max-width:980px){body{padding-top:82px!important}html{scroll-padding-top:86px!important}.bc-header{top:10px!important;width:calc(100% - 20px)!important;min-height:66px!important}.bc-nav{position:fixed!important;top:84px!important;left:10px!important;right:10px!important;width:auto!important;max-height:calc(100dvh - 104px)!important;overflow:auto!important}.bc-shop-filters{top:86px!important;border-radius:24px!important;padding:10px!important}}@media (max-width:620px){body{padding-top:76px!important}.bc-card-selected{min-height:28px!important;padding:6px 9px!important;gap:6px!important}.bc-card-selected strong,.bc-card-selected span{font-size:10px!important}.bc-card-variants{display:flex!important;flex-wrap:nowrap!important;overflow-x:auto!important;padding-bottom:2px!important;scrollbar-width:none!important}.bc-card-variants::-webkit-scrollbar{display:none!important}.bc-card-variant{flex:0 0 auto!important;min-height:33px!important;padding:0 12px!important}}.bc-shop-filters{gap:8px!important;padding:10px!important;border-radius:26px!important;background:rgba(247,245,241,.94)!important;border:1px solid rgba(179,155,86,.22)!important;box-shadow:0 18px 46px rgba(35,34,32,.09)!important}.bc-shop-filters button{display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;min-height:40px!important;padding:0 13px!important;border:1px solid rgba(179,155,86,.24)!important;border-radius:999px!important;background:rgba(255,255,255,.74)!important;color:var(--bc-ink)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.055em!important;text-transform:uppercase!important}.bc-shop-filters button b{display:inline-grid!important;place-items:center!important;min-width:22px!important;height:22px!important;padding:0 6px!important;border-radius:999px!important;background:rgba(179,155,86,.14)!important;color:var(--bc-gold)!important;font-size:10px!important;line-height:1!important}.bc-shop-filters button.is-active{background:var(--bc-ink)!important;border-color:var(--bc-ink)!important;color:var(--bc-white)!important}.bc-shop-filters button.is-active::before{content:"✓";display:inline-grid;place-items:center;width:18px;height:18px;border-radius:999px;background:rgba(255,255,255,.16);color:var(--bc-white);font-size:10px;line-height:1}.bc-shop-filters button.is-active b{background:rgba(255,255,255,.18)!important;color:var(--bc-white)!important}.bc-card-selected{display:inline-flex!important;width:fit-content!important;max-width:100%!important;min-height:28px!important;margin:9px 0 0!important;padding:6px 10px!important;border-radius:999px!important;background:rgba(179,155,86,.10)!important;border:1px solid rgba(179,155,86,.20)!important;box-shadow:none!important}.bc-card-selected strong{display:none!important}.bc-card-selected span{display:block!important;color:var(--bc-ink)!important;font-size:11px!important;font-weight:900!important;letter-spacing:.04em!important;white-space:nowrap!important}.bc-card-variants{margin-top:12px!important;gap:7px!important}.bc-card-variant{min-height:32px!important;padding:0 11px!important;font-size:9.5px!important}@media (min-width:981px){.bc-shop-filters{justify-content:center!important;overflow:visible!important;flex-wrap:wrap!important}}@media (max-width:700px){.bc-shop-filters{top:84px!important;margin-left:-12px!important;margin-right:-12px!important;padding:8px 12px!important;border-radius:0!important}.bc-shop-filters button{min-height:38px!important;padding:0 12px!important;font-size:9.5px!important}.bc-shop-filters button b{min-width:20px!important;height:20px!important;font-size:9px!important}}.bc-shop-catalog > .bc-shop-filters{position:relative!important;top:auto!important;z-index:2!important;display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:wrap!important;gap:10px!important;width:100%!important;max-width:1040px!important;margin:0 auto 34px!important;padding:12px!important;overflow:visible!important;border:1px solid rgba(179,155,86,.14)!important;border-radius:28px!important;background:rgba(255,255,255,.54)!important;box-shadow:0 18px 48px rgba(35,34,32,.055)!important;backdrop-filter:blur(14px)!important}.bc-shop-catalog > .bc-shop-filters button{position:relative!important;display:inline-flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;flex:0 0 auto!important;min-width:0!important;min-height:40px!important;padding:0 14px!important;border:1px solid rgba(179,155,86,.18)!important;border-radius:999px!important;background:rgba(255,255,255,.82)!important;box-shadow:none!important;color:#5f5b54!important;font-family:var(--bc-text)!important;font-size:11px!important;font-weight:850!important;line-height:1!important;letter-spacing:.055em!important;text-transform:uppercase!important;white-space:nowrap!important;cursor:pointer!important;transform:none!important;transition:background .22s ease,border-color .22s ease,color .22s ease,box-shadow .22s ease,transform .22s ease!important}.bc-shop-catalog > .bc-shop-filters button::before{content:none!important;display:none!important}.bc-shop-catalog > .bc-shop-filters button:hover{background:#fff!important;border-color:rgba(179,155,86,.46)!important;color:var(--bc-gold)!important;box-shadow:0 10px 24px rgba(35,34,32,.065)!important;transform:translateY(-1px)!important}.bc-shop-catalog > .bc-shop-filters button.is-active{background:var(--bc-gold)!important;border-color:var(--bc-gold)!important;color:#fff!important;box-shadow:0 14px 30px rgba(179,155,86,.24)!important}.bc-shop-catalog > .bc-shop-filters button b{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-width:21px!important;height:21px!important;padding:0 6px!important;border-radius:999px!important;background:rgba(179,155,86,.12)!important;color:#8a794b!important;font-size:10px!important;font-weight:900!important;line-height:1!important;letter-spacing:0!important}.bc-shop-catalog > .bc-shop-filters button.is-active b{background:rgba(255,255,255,.22)!important;color:#fff!important}.bc-shop-catalog > .bc-shop-filters button:focus-visible{outline:3px solid rgba(179,155,86,.32)!important;outline-offset:3px!important}@media (max-width:760px){.bc-shop-catalog > .bc-shop-filters{position:sticky!important;top:84px!important;justify-content:flex-start!important;flex-wrap:nowrap!important;max-width:none!important;margin:0 -12px 26px!important;padding:10px 12px!important;overflow-x:auto!important;overflow-y:hidden!important;border-left:0!important;border-right:0!important;border-radius:0!important;background:linear-gradient(180deg,rgba(247,245,239,.98),rgba(247,245,239,.90))!important;box-shadow:0 14px 28px rgba(35,34,32,.07)!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important}.bc-shop-catalog > .bc-shop-filters::-webkit-scrollbar{display:none!important}.bc-shop-catalog > .bc-shop-filters button{min-height:38px!important;padding:0 12px!important;font-size:9.8px!important;letter-spacing:.055em!important}.bc-shop-catalog > .bc-shop-filters button b{min-width:19px!important;height:19px!important;font-size:9px!important}}@media (max-width:390px){.bc-shop-catalog > .bc-shop-filters button{min-height:36px!important;padding:0 11px!important;font-size:9.2px!important}}.bc-shop-catalog > .bc-shop-filters{position:relative!important;top:auto!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;gap:8px!important;width:fit-content!important;max-width:100%!important;margin:0 auto 34px!important;padding:10px!important;overflow-x:auto!important;overflow-y:hidden!important;border:1px solid rgba(179,155,86,.14)!important;border-radius:999px!important;background:rgba(255,255,255,.62)!important;box-shadow:0 14px 34px rgba(35,34,32,.055)!important;backdrop-filter:blur(14px)!important;scrollbar-width:none!important;-webkit-overflow-scrolling:touch!important;scroll-snap-type:x proximity!important}.bc-shop-catalog > .bc-shop-filters::-webkit-scrollbar{display:none!important}.bc-shop-catalog > .bc-shop-filters button{flex:0 0 auto!important;scroll-snap-align:start!important;min-height:36px!important;padding:0 12px!important;gap:7px!important;border-radius:999px!important;font-size:10px!important;line-height:1!important;white-space:nowrap!important}.bc-shop-catalog > .bc-shop-filters button b{min-width:19px!important;height:19px!important;padding:0 5px!important;font-size:9px!important}@media (min-width:761px){.bc-shop-catalog > .bc-shop-filters{max-width:calc(100vw - 48px)!important}}@media (max-width:760px){.bc-shop-catalog > .bc-shop-filters{position:sticky!important;top:76px!important;width:auto!important;max-width:none!important;margin:0 -12px 24px!important;padding:9px 12px!important;border-left:0!important;border-right:0!important;border-radius:0!important;background:rgba(247,245,239,.96)!important}.bc-shop-catalog > .bc-shop-filters button{min-height:35px!important;padding:0 11px!important;font-size:9.2px!important}}.bc-shop-catalog > .bc-shop-filters{position:relative!important;top:auto!important;z-index:3!important;display:flex!important;align-items:center!important;justify-content:flex-start!important;flex-wrap:nowrap!important;gap:8px!important;width:100%!important;max-width:100%!important;margin:0 0 30px!important;padding:8px!important;overflow-x:auto!important;overflow-y:hidden!important;border:1px solid rgba(179,155,86,.18)!important;border-radius:999px!important;background:rgba(255,255,255,.64)!important;box-shadow:0 12px 32px rgba(35,34,32,.055)!important;-webkit-overflow-scrolling:touch!important;scrollbar-width:none!important;scroll-snap-type:x proximity!important}.bc-shop-catalog > .bc-shop-filters button{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 0 auto!important;gap:7px!important;min-width:max-content!important;min-height:38px!important;padding:0 13px!important;border:1px solid rgba(179,155,86,.22)!important;border-radius:999px!important;background:rgba(255,255,255,.82)!important;color:#5f5b54!important;font-size:10px!important;font-weight:900!important;line-height:1!important;letter-spacing:.052em!important;text-transform:uppercase!important;white-space:nowrap!important;scroll-snap-align:start!important;transform:none!important;box-shadow:none!important}.bc-shop-catalog > .bc-shop-filters button b{display:inline-grid!important;place-items:center!important;min-width:20px!important;height:20px!important;padding:0 6px!important;border-radius:999px!important;background:rgba(179,155,86,.13)!important;color:#8a794b!important;font-size:9px!important;font-weight:900!important;letter-spacing:0!important}.bc-shop-catalog > .bc-shop-filters button:hover,.bc-shop-catalog > .bc-shop-filters button.is-active{background:var(--bc-gold)!important;border-color:var(--bc-gold)!important;color:#fff!important}.bc-shop-catalog > .bc-shop-filters button:focus-visible{outline:3px solid rgba(179,155,86,.30)!important;outline-offset:3px!important}@media (min-width:900px){.bc-shop-catalog > .bc-shop-filters{width:fit-content!important;max-width:100%!important;margin-left:auto!important;margin-right:auto!important}}@media (max-width:760px){.bc-shop-catalog > .bc-shop-filters{position:sticky!important;top:76px!important;width:auto!important;max-width:none!important;margin:0 -12px 24px!important;padding:8px 12px!important;border-left:0!important;border-right:0!important;border-radius:0!important;background:rgba(247,245,239,.96)!important}.bc-shop-catalog > .bc-shop-filters button{min-height:36px!important;padding:0 11px!important;font-size:9.2px!important}}.bc-shop-filter-select-wrap{display:none}.bc-shop-filter-buttons{display:flex;flex-wrap:wrap;gap:10px}.bc-shop-filter-buttons button{min-height:44px;padding:0 17px;border:1px solid var(--bc-line);border-radius:999px;background:rgba(255,255,255,.64);color:var(--bc-muted);font-size:12px;font-weight:900;letter-spacing:.07em;text-transform:uppercase;cursor:pointer}.bc-shop-filter-buttons button.is-active{background:var(--bc-ink);border-color:var(--bc-ink);color:var(--bc-white)}.bc-shop-filter-buttons button b{margin-left:7px}@media (max-width:760px){.bc-shop-portrait{display:none!important}.bc-shop-hero{grid-template-columns:1fr!important;padding-top:32px!important;padding-bottom:36px!important}.bc-shop-copy{text-align:left!important}.bc-shop-catalog > .bc-shop-filters,.bc-shop-filters{display:block!important;overflow:visible!important;position:sticky!important;top:76px!important;z-index:20!important;margin:0 0 22px!important;padding:10px!important;border:1px solid rgba(179,155,86,.18)!important;border-radius:22px!important;background:rgba(247,245,239,.96)!important;box-shadow:0 16px 34px rgba(35,34,32,.08)!important;backdrop-filter:blur(14px)!important}.bc-shop-filter-buttons{display:none!important}.bc-shop-filter-select-wrap{display:grid!important;gap:7px!important}.bc-shop-filter-select-wrap span{color:var(--bc-gold)!important;font-size:10px!important;font-weight:900!important;letter-spacing:.14em!important;text-transform:uppercase!important}.bc-shop-filter-select{width:100%!important;min-height:46px!important;padding:0 42px 0 14px!important;border:1px solid rgba(179,155,86,.28)!important;border-radius:16px!important;background:#fff!important;color:var(--bc-ink)!important;font:700 14px/1 var(--bc-text)!important;outline:none!important}.bc-actions{display:flex!important;flex-wrap:nowrap!important;gap:8px!important}.bc-actions .bc-btn{width:auto!important;flex:1 1 0!important;min-width:0!important;min-height:44px!important;padding:0 10px!important;font-size:9.5px!important;letter-spacing:.045em!important;white-space:normal!important;text-align:center!important;line-height:1.15!important}}@media (max-width:380px){.bc-actions .bc-btn{font-size:8.8px!important;padding-inline:7px!important}}@media (min-width: 761px){.bc-shop-catalog > .bc-shop-filters,.bc-shop-filters{display:block!important;width:100%!important;max-width:100%!important;margin:0 0 30px!important;padding:8px 10px!important;overflow:visible!important;border:1px solid rgba(179,155,86,.18)!important;border-radius:999px!important;background:rgba(255,255,255,.64)!important;box-shadow:0 12px 32px rgba(35,34,32,.055)!important}.bc-shop-filter-select-wrap{display:none!important}.bc-shop-filter-buttons{display:flex!important;align-items:center!important;justify-content:center!important;flex-wrap:nowrap!important;gap:7px!important;width:100%!important;min-width:0!important}.bc-shop-filter-buttons button,.bc-shop-catalog > .bc-shop-filters .bc-shop-filter-buttons button{display:inline-flex!important;align-items:center!important;justify-content:center!important;flex:0 1 auto!important;min-width:0!important;max-width:max-content!important;min-height:38px!important;padding:0 10px!important;gap:6px!important;white-space:nowrap!important;border:1px solid rgba(179,155,86,.22)!important;border-radius:999px!important;background:rgba(255,255,255,.82)!important;color:#5f5b54!important;font-size:9.3px!important;font-weight:900!important;line-height:1!important;letter-spacing:.045em!important;text-transform:uppercase!important;box-shadow:none!important;transform:none!important}.bc-shop-filter-buttons button b,.bc-shop-catalog > .bc-shop-filters .bc-shop-filter-buttons button b{display:inline-grid!important;place-items:center!important;min-width:18px!important;height:18px!important;padding:0 5px!important;margin-left:0!important;border-radius:999px!important;background:rgba(179,155,86,.13)!important;color:#8a794b!important;font-size:8.5px!important;font-weight:900!important;letter-spacing:0!important}.bc-shop-filter-buttons button:hover,.bc-shop-filter-buttons button.is-active,.bc-shop-catalog > .bc-shop-filters .bc-shop-filter-buttons button:hover,.bc-shop-catalog > .bc-shop-filters .bc-shop-filter-buttons button.is-active{background:var(--bc-gold)!important;border-color:var(--bc-gold)!important;color:#fff!important}.bc-shop-filter-buttons button.is-active b,.bc-shop-catalog > .bc-shop-filters .bc-shop-filter-buttons button.is-active b{background:rgba(255,255,255,.22)!important;color:#fff!important}}@media (min-width: 761px) and (max-width: 1080px){.bc-shop-filter-buttons{gap:5px!important}.bc-shop-filter-buttons button,.bc-shop-catalog > .bc-shop-filters .bc-shop-filter-buttons button{padding:0 8px!important;font-size:8.7px!important;letter-spacing:.025em!important}.bc-shop-filter-buttons button b,.bc-shop-catalog > .bc-shop-filters .bc-shop-filter-buttons button b{min-width:17px!important;height:17px!important;font-size:8px!important}}.bc-card-title-line-simple{font-size:clamp(42px,4vw,62px)!important;line-height:.92!important;letter-spacing:-.045em!important;overflow-wrap:anywhere!important}@media (max-width:620px){.bc-card-title-line-simple{font-size:clamp(38px,11vw,52px)!important}}.bc-shop-card[data-line="Almohadones"] .bc-shop-card-copy h3{font-size:clamp(25px,2.4vw,30px)!important;line-height:.96!important;letter-spacing:-.02em}.bc-shop-card[data-line="Almohadones"] .bc-card-title-line-simple{font-size:inherit!important;line-height:inherit!important}@media (max-width:620px){.bc-shop-card[data-line="Almohadones"] .bc-shop-card-copy h3{font-size:28px!important}}.bc-shop-card[data-slug="medio-cilindro-multiproposito"] .bc-shop-card-copy h3{font-size:clamp(27px,2.6vw,34px)!important;line-height:.96!important;letter-spacing:-.025em!important}.bc-shop-card[data-slug="medio-cilindro-multiproposito"] .bc-card-title-keyword{font-size:clamp(21px,2vw,28px)!important;letter-spacing:-.018em!important}.bc-shop-card[data-slug="medio-cilindro-multiproposito"] .bc-card-title-line-compact{font-size:clamp(30px,3vw,40px)!important;line-height:.94!important;overflow-wrap:anywhere!important}@media (max-width:620px){.bc-shop-card[data-slug="medio-cilindro-multiproposito"] .bc-shop-card-copy h3{font-size:28px!important}.bc-shop-card[data-slug="medio-cilindro-multiproposito"] .bc-card-title-keyword{font-size:22px!important}.bc-shop-card[data-slug="medio-cilindro-multiproposito"] .bc-card-title-line-compact{font-size:31px!important}}.bc-card .bc-card-copy .bc-btn{margin-top:14px;width:max-content;max-width:100%}