@import"https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700;1,9..40,400&family=Fraunces:opsz,wght@9..144,600;9..144,700&display=swap";:root{--navy: #0c1f3d;--gold: #c9a227;--sand: #f7f4ef;--hero-navy: #041024;--navy-10: rgba(12, 31, 61, .1);--navy-50: rgba(12, 31, 61, .5);--navy-60: rgba(12, 31, 61, .6);--navy-70: rgba(12, 31, 61, .7);--white-60: rgba(255, 255, 255, .6);--white-80: rgba(255, 255, 255, .8);--font-sans: "DM Sans", system-ui, sans-serif;--font-display: "Fraunces", Georgia, serif;--max-w: 80rem}*,*:before,*:after{box-sizing:border-box}body.lb-body{margin:0;font-family:var(--font-sans);background:var(--sand);color:var(--navy);-webkit-font-smoothing:antialiased;min-height:100vh;display:flex;flex-direction:column}.lb-main{flex:1}.lb-display{font-family:var(--font-display)}.lb-container{max-width:var(--max-w);margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}a{color:inherit;text-decoration:none}a:hover{color:var(--gold)}.lb-announcement{background:var(--navy);color:#fff;text-align:center;font-size:.75rem;padding:.375rem 1rem}.lb-announcement strong{color:var(--gold)}.lb-header{position:sticky;top:0;z-index:50;border-bottom:1px solid var(--navy-10);background:#fffffff2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.lb-header__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;max-width:var(--max-w);margin:0 auto}.lb-logo{font-family:var(--font-display);font-size:1.25rem;font-weight:700;letter-spacing:-.02em;flex-shrink:0}.lb-logo span{color:var(--gold)}.lb-ship-badge{display:none;align-items:center;gap:.25rem;font-size:.875rem;color:var(--navy-70)}@media(min-width:1024px){.lb-ship-badge{display:flex}}.lb-search{flex:1;max-width:28rem;min-width:0}.lb-search input{width:100%;border-radius:9999px;border:1px solid rgba(12,31,61,.15);background:var(--sand);padding:.5rem 1rem;font-size:.875rem;font-family:inherit}.lb-search input:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 1px var(--gold)}.lb-header__actions{display:flex;align-items:center;gap:1rem;font-size:.875rem;font-weight:500;flex-shrink:0}.lb-main-nav{border-top:1px solid var(--navy-10);background:var(--sand);position:relative;z-index:10}.lb-main-nav:has(.lb-nav-dropdown.is-open){z-index:55}.lb-main-nav__scroll{overflow-x:auto}.lb-main-nav__list{display:flex;align-items:center;gap:1.25rem;padding:.75rem 1rem;max-width:var(--max-w);margin:0 auto;list-style:none;min-width:max-content;font-size:.875rem}.lb-main-nav__list>li{flex-shrink:0}.lb-nav-link{font-weight:600;color:var(--navy);white-space:nowrap;background:none;border:none;cursor:pointer;font-family:inherit;font-size:inherit;padding:.25rem 0;display:inline-flex;align-items:center}.lb-nav-link:hover{color:var(--gold)}.lb-nav-caret{margin-left:.25rem;font-size:.625rem;opacity:.5;transition:transform .15s}.lb-nav-dropdown.is-open .lb-nav-caret{transform:rotate(180deg)}.lb-nav-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:190;display:none;background:#0c1f3d40;cursor:pointer}.lb-nav-menu{position:fixed;z-index:200;min-width:240px;max-width:min(280px,calc(100vw - 16px));max-height:min(360px,70vh);overflow-y:auto;background:#fff;border:1px solid var(--navy-10);border-radius:.75rem;padding:.5rem 0;box-shadow:0 20px 40px #0c1f3d26;display:none}.lb-nav-menu a{display:flex;align-items:center;gap:.45rem;padding:.5rem 1rem;font-size:.875rem;color:var(--navy-70)}.lb-nav-menu a:hover{background:var(--sand);color:var(--navy)}.lb-nav-menu a.is-highlight{font-weight:600;color:var(--gold)}.lb-nav-menu .meta{font-size:.75rem;opacity:.4;margin-left:.25rem}.lb-hero{background:var(--hero-navy);color:#fff;overflow:hidden}.lb-hero__grid{display:grid;gap:2.5rem;align-items:center;padding:4rem 1rem;max-width:var(--max-w);margin:0 auto}@media(min-width:768px){.lb-hero__grid{grid-template-columns:1fr 1fr;padding:6rem 1rem}}.lb-hero__eyebrow{color:var(--gold);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em}.lb-hero__title{font-family:var(--font-display);font-size:clamp(2rem,5vw,3rem);font-weight:700;line-height:1.15;margin:.75rem 0 0;text-wrap:balance}.lb-hero__text{margin-top:1rem;font-size:1.125rem;max-width:32rem;color:var(--white-80)}.lb-hero__actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.lb-btn{display:inline-block;border-radius:9999px;font-weight:600;padding:.75rem 1.5rem;font-size:1rem;transition:filter .15s,background .15s;border:none;cursor:pointer;font-family:inherit;text-align:center}.lb-btn--gold{background:#f6cf49;color:var(--navy)}.lb-btn--gold:hover{filter:brightness(1.1);color:var(--navy)}.lb-btn--orange{background:#f9a11b;color:var(--navy)}.lb-btn--orange:hover{filter:brightness(1.05);color:var(--navy)}.lb-btn--sm{font-size:.6875rem;padding:.45rem .5rem;font-weight:600;line-height:1.2}.lb-btn--block{width:100%;display:block}.lb-btn:disabled,.lb-btn[aria-disabled=true]{opacity:.55;cursor:not-allowed;filter:none}.lb-btn--outline-light{border:1px solid rgba(255,255,255,.3);color:#fff;background:transparent}.lb-btn--outline-light:hover{background:#ffffff1a;color:#fff}.lb-btn--outline{border:1px solid var(--navy-10);background:transparent;color:var(--navy)}.lb-hero__note{margin-top:1.5rem;font-size:.875rem;color:var(--white-60)}.lb-hero__media{position:relative}.lb-hero__media img{display:block;width:100%;height:auto;-webkit-mask-image:radial-gradient(ellipse 96% 94% at 50% 50%,#000 78%,transparent 100%);mask-image:radial-gradient(ellipse 96% 94% at 50% 50%,#000 78%,transparent 100%)}.lb-hero__fade{pointer-events:none;position:absolute;top:0;right:0;bottom:0;left:0}.lb-hero__fade--l{background:linear-gradient(to right,var(--hero-navy),transparent 12%)}.lb-hero__fade--r{background:linear-gradient(to left,var(--hero-navy),transparent 8%)}.lb-hero__fade--t{background:linear-gradient(to bottom,var(--hero-navy),transparent 6%)}.lb-hero__fade--b{background:linear-gradient(to top,var(--hero-navy),transparent 6%)}.lb-trust-strip{background:#fff;border-top:1px solid var(--navy-10);border-bottom:1px solid var(--navy-10);padding:1.75rem 1rem}.lb-trust-strip__inner{display:grid;grid-template-columns:1fr;gap:1.25rem;max-width:var(--max-w);margin:0 auto}@media(min-width:640px){.lb-trust-strip__inner{grid-template-columns:repeat(2,1fr);gap:1.5rem 2rem}}@media(min-width:1024px){.lb-trust-strip__inner{grid-template-columns:repeat(4,1fr);gap:1.25rem 1.5rem}.lb-trust-strip__copy strong{font-size:.875rem;white-space:nowrap}}.lb-trust-strip__item{display:flex;align-items:flex-start;gap:.85rem;text-align:left}.lb-trust-strip__icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.75rem;height:2.75rem;border-radius:999px;background:#0c1f3d0d;color:var(--navy)}.lb-trust-strip__svg{display:block;width:1.35rem;height:1.35rem}.lb-trust-strip__copy{display:flex;flex-direction:column;gap:.2rem;min-width:0}.lb-trust-strip__copy strong{display:block;font-size:.9375rem;font-weight:700;line-height:1.35;color:var(--navy)}.lb-trust-strip__copy span{font-size:.8125rem;line-height:1.45;color:var(--navy-60)}.lb-product-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media(min-width:768px){.lb-product-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.lb-product-card{display:flex;flex-direction:column;border-radius:.75rem;border:1px solid var(--navy-10);background:#fff;overflow:hidden;box-shadow:0 1px 3px #0c1f3d0f;transition:box-shadow .2s,border-color .2s;height:100%}.lb-product-card:hover{box-shadow:0 4px 12px #0c1f3d1a;border-color:#c9a22766}.lb-product-card__media,.lb-product-card__info{display:block;color:inherit;text-decoration:none}.lb-product-card__img{position:relative;aspect-ratio:1;width:100%;flex-shrink:0;background:#fff}@media(max-height:899px),(max-width:767px){.lb-product-card__img{max-height:200px}}@media(max-width:479px){.lb-product-card__img{max-height:min(44vw,168px)}}.lb-product-card__img img{width:100%;height:100%;object-fit:contain;padding:.5rem}.lb-product-card__badge{position:absolute;top:.5rem;left:.5rem;display:inline-flex;align-items:center;gap:.2rem;background:#0c1f3de6;color:#fff;font-size:.625rem;font-weight:500;padding:.2rem .45rem;border-radius:.25rem;line-height:1}.lb-product-card__body{padding:.8rem .85rem .9rem;display:flex;flex-direction:column;flex:1;gap:.2rem}.lb-product-card__brand{font-size:.625rem;text-transform:uppercase;letter-spacing:.05em;color:var(--navy-50)}.lb-product-card__title{font-size:.875rem;font-weight:500;margin:.125rem 0 0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lb-product-card__info:hover .lb-product-card__title,.lb-product-card:hover .lb-product-card__title{color:var(--gold)}.lb-product-card__actions{display:grid;grid-template-columns:auto 1fr;gap:.4rem;margin-top:.55rem;align-items:stretch}.lb-product-card__actions .lb-btn{width:100%}.lb-product-card__add-btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.lb-product-card__add-icon{flex-shrink:0}.lb-card-qty{display:grid;grid-template-columns:1.75rem 2.25rem 1.75rem;align-items:stretch;border:1px solid var(--navy-10);border-radius:.4rem;overflow:hidden;background:#fff;height:100%;min-height:2.1rem}.lb-card-qty__btn{border:0;background:#f8fafc;color:var(--navy);font-size:1rem;font-weight:700;line-height:1;cursor:pointer;padding:0}.lb-card-qty__btn:hover:not(:disabled){background:#eef2f7}.lb-card-qty__btn:disabled{opacity:.45;cursor:not-allowed}.lb-card-qty__input{width:100%;min-width:0;border:0;border-left:1px solid var(--navy-10);border-right:1px solid var(--navy-10);text-align:center;font-size:.8rem;font-weight:700;color:var(--navy);padding:0;-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield;background:#fff}.lb-card-qty__input::-webkit-outer-spin-button,.lb-card-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.lb-price-box-compare-label{margin:.35rem 0 0;font-size:.65rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--lb-muted, #6b7280)}.lb-product-card__pricing{margin-top:auto;padding-top:.55rem;border-top:1px solid rgba(12,31,61,.08)}.lb-product-card__price-main-row{margin:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:.2rem .35rem;line-height:1.1}.lb-product-card__price-main-amt{font-size:1.35rem;font-weight:800;color:var(--navy);letter-spacing:-.02em}.lb-product-card__price-main-unit{font-size:.8rem;font-weight:600;color:var(--navy-50)}.lb-product-card__price-multibuy{margin:.45rem 0 0;padding:.45rem .5rem;border-radius:.45rem;background:linear-gradient(135deg,#0b8a3a1f,#0b8a3a0d);border:1px solid rgba(11,138,58,.28)}.lb-product-card__price-multibuy-pill{display:inline-block;padding:.12rem .4rem;border-radius:999px;background:#0b8a3a;color:#fff;font-size:.55rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;line-height:1.2}.lb-product-card__price-multibuy-row{margin:.3rem 0 0;display:flex;align-items:baseline;gap:.1rem;line-height:1.1}.lb-product-card__price-multibuy-amt{font-size:.95rem;font-weight:800;color:#0b8a3a;letter-spacing:-.01em}.lb-product-card__price-multibuy-unit{font-size:.68rem;font-weight:700;color:#0b8a3a}.lb-product-card__price-multibuy-note{margin:.22rem 0 0;font-size:.62rem;font-weight:600;line-height:1.35;color:#0b6e2f}.lb-product-card__price-fallback{margin:0;font-size:1rem;font-weight:700;color:var(--navy)}.lb-product-card__pricing--v2 .lb-price-compare{display:grid;grid-template-columns:1fr 1fr;gap:.35rem}.lb-price-compare__col{display:flex;flex-direction:column;gap:.15rem;padding:.4rem .35rem;border-radius:.45rem;border:1px solid rgba(12,31,61,.1);background:#fff;min-width:0}.lb-price-compare__col--multi{background:linear-gradient(160deg,#0b8a3a1f,#0b8a3a0a);border-color:#0b8a3a47}.lb-price-compare__label{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--navy-50);line-height:1.2}.lb-price-compare__col--multi .lb-price-compare__label{color:#0b8a3a}.lb-price-compare__row{margin:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:.1rem .2rem;line-height:1.1}.lb-price-compare__amt{font-size:1.05rem;font-weight:800;color:var(--navy);letter-spacing:-.01em}.lb-price-compare__amt--deal{color:#0b8a3a}.lb-price-compare__unit{font-size:.62rem;font-weight:600;color:var(--navy-50)}.lb-price-compare__unit--deal{color:#0b8a3a;font-weight:700}.lb-price-compare__save{margin-top:.1rem;font-size:.58rem;font-weight:700;color:#0b8a3a;line-height:1.2}.lb-product-card__pricing--v3 .lb-price-v3__list{margin:0;padding:0;list-style:none;display:flex;flex-direction:column;gap:.3rem}.lb-price-v3__item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.35rem .5rem;padding:.38rem .45rem;border-radius:.4rem;border:1px solid rgba(12,31,61,.08);background:#fafbfc}.lb-price-v3__item--single strong{font-size:1.15rem;font-weight:800;color:var(--navy);letter-spacing:-.01em}.lb-price-v3__item--bulk{background:linear-gradient(90deg,#0b8a3a24,#0b8a3a0a);border-color:#0b8a3a4d;border-left:3px solid #0b8a3a}.lb-price-v3__item--bulk strong{font-size:1.05rem;font-weight:800;color:#0b8a3a}.lb-price-v3__qty{font-size:.58rem;font-weight:700;text-transform:uppercase;letter-spacing:.03em;color:var(--navy-50);white-space:nowrap}.lb-price-v3__item--bulk .lb-price-v3__qty{color:#0b8a3a}.lb-price-v3__price{display:flex;align-items:baseline;flex-wrap:wrap;gap:.15rem .25rem;line-height:1.1}.lb-price-v3__unit{font-size:.65rem;font-weight:600;color:var(--navy-50)}.lb-price-v3__item--bulk .lb-price-v3__unit{color:#0b8a3a;font-weight:700}.lb-price-v3__save{padding:.15rem .35rem;border-radius:999px;background:#0b8a3a;color:#fff;font-size:.52rem;font-weight:700;text-transform:uppercase;letter-spacing:.02em;white-space:nowrap;line-height:1.2}.lb-product-card__pricing--v4{border-radius:.55rem;overflow:hidden;border:1px solid rgba(12,31,61,.1);background:#fff}.lb-price-v4__standard{padding:.45rem .5rem .4rem;text-align:center;background:#fff}.lb-price-v4__standard-kicker{display:block;font-size:.58rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--navy-50);line-height:1.2}.lb-price-v4__standard-row{margin:.12rem 0 0;display:flex;align-items:baseline;justify-content:center;gap:.2rem;line-height:1.1}.lb-price-v4__standard-amt{font-size:1.3rem;font-weight:800;color:var(--navy);letter-spacing:-.02em}.lb-price-v4__standard-unit{font-size:.72rem;font-weight:600;color:var(--navy-50)}.lb-price-v4__tear{position:relative;display:flex;align-items:center;height:.65rem;background:#fff}.lb-price-v4__tear-line{flex:1;border-top:2px dashed rgba(12,31,61,.18);margin:0 .35rem}.lb-price-v4__tear-notch{width:.65rem;height:.65rem;border-radius:50%;background:var(--sand, #f5f0e8);flex-shrink:0}.lb-price-v4__tear-notch--left{margin-left:-.33rem;box-shadow:inset -1px 0 #0c1f3d14}.lb-price-v4__tear-notch--right{margin-right:-.33rem;box-shadow:inset 1px 0 #0c1f3d14}.lb-price-v4__coupon{padding:.45rem .5rem .5rem;text-align:center;background:linear-gradient(165deg,#0b8a3a,#066b2d);color:#fff}.lb-price-v4__coupon-tag{display:inline-block;padding:.1rem .45rem;border-radius:999px;background:#fff3;border:1px solid rgba(255,255,255,.35);font-size:.52rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;line-height:1.3}.lb-price-v4__coupon-amt{margin:.28rem 0 0;font-size:1.15rem;font-weight:800;line-height:1.1;letter-spacing:-.01em}.lb-price-v4__coupon-unit{font-size:.68rem;font-weight:700;opacity:.9;margin-left:.1rem}.lb-price-v4__coupon-note{margin:.22rem 0 0;font-size:.58rem;font-weight:600;line-height:1.35;opacity:.92}.lb-product-card__pricing--v5{display:flex;flex-direction:column;gap:.3rem;border-top:none;padding-top:.45rem}.lb-price-v5__multibuy{line-height:1.15}.lb-price-v5__multibuy.is-volume .lb-price-v5__hero-amt,.lb-price-v5__multibuy.is-volume .lb-price-v5__hero-unit,.lb-price-v5__multibuy.is-volume .lb-price-v5__hero-prefix{color:#0b8a3a}.lb-price-v5__hero{margin:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:.15rem .25rem;line-height:1.1}.lb-price-v5__hero--solo .lb-price-v5__hero-amt{font-size:1.2rem;color:var(--navy)}.lb-price-v5__hero-prefix{font-size:.82rem;font-weight:600;color:#0b8a3a}.lb-price-v5__hero-amt{font-size:1.28rem;font-weight:800;color:#0b8a3a;letter-spacing:-.02em}.lb-price-v5__hero-unit{font-size:.78rem;font-weight:700;color:#0b8a3a}.lb-price-v5__hero--solo .lb-price-v5__hero-unit{color:var(--navy-50)}.lb-price-v5__condition{margin:.1rem 0 0;font-size:.72rem;font-weight:600;color:#0b8a3a;line-height:1.25}.lb-price-v5__condition.is-unlocked{text-transform:lowercase;font-weight:700}.lb-price-v5__single{margin:.15rem 0 0;font-size:.8rem;font-weight:500;color:var(--navy-50);line-height:1.35}.lb-price-v5__single strong{font-size:.95rem;font-weight:800;color:var(--navy)}.lb-price-v5__single-unit{font-size:.8rem;font-weight:600}.lb-price-v5__save-badge{margin:.2rem 0 0;display:inline-flex;align-items:center;gap:.3rem;align-self:flex-start;padding:.3rem .55rem;border-radius:999px;background:#0b8a3a1a;border:1px solid rgba(11,138,58,.22);font-size:.64rem;font-weight:700;color:#0b8a3a;line-height:1.2}.lb-price-v5__save-icon{flex-shrink:0;color:#0b8a3a}@media(max-width:767px){.lb-product-grid{gap:.75rem}.lb-product-card__body{padding:.7rem .75rem .8rem}.lb-product-card__img img{padding:.4rem}.lb-price-v5__hero-amt{font-size:1.12rem}.lb-price-v5__hero-prefix,.lb-price-v5__hero-unit{font-size:.74rem}.lb-price-v5__condition{font-size:.68rem}.lb-price-v5__single{font-size:.75rem}.lb-price-v5__single strong{font-size:.875rem}.lb-price-v5__save-badge{font-size:.58rem;padding:.28rem .45rem;max-width:100%}.lb-product-card__actions{gap:.35rem}.lb-card-qty__btn{min-height:2.5rem}.lb-product-card__add-btn{min-height:2.5rem;font-size:.8125rem;padding-left:.5rem;padding-right:.5rem}}@media(max-width:399px){.lb-product-grid{gap:.65rem}.lb-product-card__body{padding:.65rem .65rem .75rem}.lb-product-card__title{font-size:.8125rem}.lb-product-card__actions{grid-template-columns:1fr;gap:.45rem}.lb-card-qty{width:100%;max-width:9.5rem}.lb-product-card__add-btn{width:100%}}.lb-trust-section{padding:3rem 1rem}.lb-trust-section--home{padding-top:2.5rem;padding-bottom:2.5rem}.lb-trust-panel{border:1px solid var(--navy-10);border-radius:1rem;background:linear-gradient(180deg,#fff,#ffffffeb);padding:2rem 1.25rem;box-shadow:0 1px #0c1f3d0a}@media(min-width:768px){.lb-trust-panel{padding:2.5rem 2rem}}.lb-trust-panel__intro{margin:.75rem 0 0;max-width:42rem;color:var(--navy-70);line-height:1.65}.lb-pillars--home .lb-pillar--home{position:relative;padding-top:2.25rem}.lb-pillar__num{position:absolute;top:1rem;left:1.25rem;color:var(--gold);font-size:.75rem;font-weight:700;letter-spacing:.04em}.lb-trust-motto{margin-top:1.75rem;padding:.875rem 1rem;border-radius:.5rem;border:1px solid rgba(242,204,89,.35);background:#f2cc591a;text-align:center}.lb-trust-motto p{margin:0;font-size:.8125rem;font-weight:600;letter-spacing:.02em;color:var(--navy)}.lb-trust-motto--page{margin-top:.5rem}.lb-trust-panel__cta{display:flex;flex-wrap:wrap;align-items:center;gap:1rem 1.25rem;margin-top:1.5rem}.lb-trust-panel__link{font-size:.9375rem;font-weight:600;color:var(--navy);text-decoration:underline;text-underline-offset:3px}.lb-trust-panel__link:hover{color:var(--gold)}.lb-faq-jump{display:flex;flex-wrap:wrap;gap:.5rem;margin:0 0 1.75rem}.lb-faq-jump a{display:inline-block;padding:.45rem .85rem;border-radius:999px;border:1px solid var(--navy-10);background:#fff;font-size:.8125rem;font-weight:600;color:var(--navy);text-decoration:none}.lb-faq-jump a:hover{border-color:var(--gold);color:var(--navy)}.lb-faq-page{border:1px solid var(--navy-10);border-radius:1rem;background:#fff;padding:1.25rem 1rem 1.5rem}@media(min-width:768px){.lb-faq-page{padding:1.75rem 1.5rem 2rem}}.lb-faq-group{margin-bottom:2rem}.lb-faq-group:last-of-type{margin-bottom:1.25rem}.lb-faq-group__title{font-family:var(--font-display);font-size:1.125rem;font-weight:700;margin:0 0 .75rem;padding-bottom:.5rem;border-bottom:2px solid rgba(242,204,89,.45)}.lb-faq--page{margin-top:0}.lb-faq--page details{border-radius:.625rem;border-color:#0c1f3d14}.lb-faq--page summary{padding:.875rem 1rem;font-size:.9375rem}.lb-faq--page summary .num{display:none}.lb-faq--page details p{font-size:.9375rem;line-height:1.65;padding:0 1rem 1rem}.lb-faq--page details p a{color:var(--gold);font-weight:600;text-decoration:underline;text-underline-offset:2px}.lb-section-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gold)}.lb-section-title{display:flex;align-items:center;gap:.45rem;flex-wrap:wrap;font-family:var(--font-display);font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;margin:.25rem 0 0;text-wrap:balance}.lb-section-title>span:first-child:not(#lb-collection-heading){display:inline-flex;align-items:center;flex-shrink:0;line-height:0}.lb-section-title>span:first-child:not(#lb-collection-heading) .lb-flag{display:block;width:1.85rem;height:auto;margin:0;vertical-align:unset}.lb-section-title>span:first-child:not(#lb-collection-heading):not(:has(.lb-flag)){line-height:1;font-size:1.65rem}.lb-pillars{display:grid;gap:1rem;margin-top:2rem}@media(min-width:640px){.lb-pillars{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.lb-pillars{grid-template-columns:repeat(4,1fr)}}.lb-pillar{border-radius:.75rem;border:1px solid var(--navy-10);background:#fff;padding:1.25rem}.lb-pillar h3{font-weight:600;margin:0;font-size:1rem}.lb-pillar p{font-size:.875rem;color:var(--navy-70);margin:.5rem 0 0}.lb-faq{margin-top:2.5rem}.lb-faq details{border-radius:.5rem;border:1px solid var(--navy-10);background:#fff;margin-bottom:.75rem}.lb-faq summary{cursor:pointer;list-style:none;display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;font-weight:500}.lb-faq summary::-webkit-details-marker{display:none}.lb-faq summary .num{color:var(--gold);font-size:.875rem;font-weight:700}.lb-faq details p{padding:.75rem 1.25rem 1rem;margin:0;font-size:.875rem;color:var(--navy-70);border-top:1px solid rgba(12,31,61,.05)}.lb-category-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem;margin-top:1.5rem}@media(min-width:768px){.lb-category-grid--6{grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.lb-category-grid--6{grid-template-columns:repeat(6,1fr)}}.lb-category-tile{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:.75rem;border:1px solid var(--navy-10);background:#fff;padding:1.5rem;text-align:center;transition:border-color .2s,box-shadow .2s}.lb-category-tile:hover{border-color:var(--gold);box-shadow:0 4px 12px #0c1f3d14;color:var(--navy)}.lb-category-tile .emoji{font-size:1.875rem;display:flex;align-items:center;justify-content:center;width:1.875rem;height:1.875rem;margin:0 auto;line-height:1}.lb-category-tile .emoji .lb-flag{display:block;width:2rem;height:auto;margin:0;vertical-align:unset;flex-shrink:0}.lb-flag{display:inline-block;width:1.15em;height:auto;vertical-align:-.15em;border-radius:2px;box-shadow:0 0 0 1px #0c1f3d1f}.lb-ship-badge .lb-flag{width:1.25rem}.lb-product-card__badge-flag{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;background:#fff;border-radius:2px;padding:1px 2px;line-height:0}.lb-product-card__badge .lb-flag,.lb-product-card__badge .lb-flag--badge{display:block;width:18px;height:12px;min-width:18px;min-height:12px;flex-shrink:0;margin:0;border-radius:2px;box-shadow:none;vertical-align:0;overflow:hidden}.lb-category-tile .label{width:100%;margin:.5rem 0 0;font-weight:500;font-size:.875rem;text-align:center;text-wrap:balance}.lb-category-tile .count{width:100%;font-size:.75rem;color:var(--navy-50);margin:.25rem 0 0;text-align:center}.lb-category-empty{margin-top:2rem;padding:2rem 1.5rem;text-align:center;border-radius:.75rem;border:1px dashed var(--navy-10);background:#ffffffb3;max-width:32rem;margin-left:auto;margin-right:auto}.lb-category-empty__lead{font-family:var(--font-display);font-weight:700;font-size:1.125rem;margin:0 0 .5rem;color:var(--navy)}.lb-category-empty__copy{color:var(--navy-60);margin:0 0 1.25rem;line-height:1.55;font-size:.9375rem}.lb-breadcrumb{font-size:.875rem;color:var(--navy-50);margin-bottom:1.5rem;display:flex;flex-wrap:wrap;align-items:center;gap:0;line-height:1.4}.lb-breadcrumb a:hover{color:var(--gold)}.lb-breadcrumb__vendor{text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;color:var(--navy-50)}.lb-product-page{padding:2.5rem 1rem}.lb-product-layout{display:grid;gap:2.5rem;align-items:start}@media(min-width:768px){.lb-product-layout{grid-template-columns:1fr 1fr;align-items:start}}.lb-product-media{display:flex;flex-direction:column;gap:1rem}.lb-product-gallery{display:flex;flex-direction:column;gap:.75rem}.lb-product-gallery__stage{position:relative;aspect-ratio:1;max-height:min(90vw,520px);border-radius:1rem;overflow:hidden;background:#fff;border:1px solid var(--navy-10)}.lb-product-gallery__main{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.lb-product-gallery__hero,.lb-product-gallery__placeholder{width:100%;height:100%;object-fit:contain;padding:2rem;box-sizing:border-box}.lb-product-gallery__placeholder svg{width:100%;height:100%;opacity:.35}.lb-product-gallery__nav{position:absolute;top:50%;transform:translateY(-50%);z-index:2;width:2.25rem;height:2.25rem;border:1px solid var(--navy-10);border-radius:999px;background:#fffffff2;color:var(--navy);font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:0;box-shadow:0 2px 8px #0f172a14}.lb-product-gallery__nav:hover{background:#fff;border-color:var(--gold)}.lb-product-gallery__nav--prev{left:.5rem}.lb-product-gallery__nav--next{right:.5rem}.lb-product-gallery__counter{position:absolute;bottom:.5rem;right:.5rem;margin:0;padding:.2rem .55rem;font-size:.75rem;font-weight:600;color:var(--navy);background:#ffffffeb;border-radius:999px;border:1px solid var(--navy-10)}.lb-product-gallery__thumbs{display:flex;flex-wrap:wrap;gap:.5rem}.lb-product-gallery__thumb{flex:0 0 auto;width:4.5rem;height:4.5rem;padding:.25rem;border:2px solid var(--navy-10);border-radius:.5rem;background:#fff;cursor:pointer;overflow:hidden}.lb-product-gallery__thumb img{width:100%;height:100%;object-fit:contain;display:block}.lb-product-gallery__thumb.is-active,.lb-product-gallery__thumb:hover{border-color:var(--gold)}.lb-product-gallery__thumb:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.lb-product-info h1,.lb-product-title{font-family:var(--font-display);font-size:1.875rem;font-weight:700;margin:0;line-height:1.2}.lb-price-row{display:flex;align-items:baseline;gap:.75rem;margin-top:1rem}.lb-price-from{margin:.75rem 0 0;font-size:1rem;font-weight:600;line-height:1.4;color:var(--navy)}.lb-price-from__label{margin-right:.35em}.lb-price-from__amount{font-size:1.375rem;font-weight:700;color:#0b8a3a}.lb-price-from__unit{margin-left:.25em;font-size:1rem;font-weight:600;color:var(--navy)}.lb-price{font-size:1.5rem;font-weight:700}.lb-compare{font-size:1.125rem;color:var(--navy-50);text-decoration:line-through}.lb-landed{margin-top:.5rem;font-size:.875rem;color:var(--gold);font-weight:500}.lb-price-note{font-size:.875rem;font-weight:500;color:var(--navy-50)}.lb-checkout-panel{margin:1rem 0 0;width:100%;border:1px solid var(--navy-10);border-radius:.875rem;background:#fff;box-shadow:0 2px 12px #0c1f3d12;overflow:hidden}.lb-checkout-panel__header{padding:.65rem 1.15rem;background:linear-gradient(180deg,#f4f7f4,#fff);border-bottom:1px solid var(--navy-10)}.lb-checkout-panel__header .lb-stock{margin:0;font-size:.8125rem}.lb-checkout-panel .lb-cart-form{margin:0}.lb-checkout-panel__actions{display:flex;flex-direction:column;gap:.75rem;padding:.85rem 1.15rem 1.1rem;border-top:1px solid var(--navy-10);background:var(--sand)}@media(min-width:560px){.lb-checkout-panel__actions{flex-direction:row;align-items:center;gap:1rem}}.lb-checkout-panel__qty{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.lb-checkout-panel__qty-label{font-size:.8125rem;font-weight:600;color:var(--navy-60);margin:0}.lb-checkout-panel__qty-input{box-sizing:border-box;width:auto;min-width:3.5rem;max-width:5.5rem;height:2.5rem;margin:0;padding:.25rem .5rem;text-align:center;font-size:1rem;font-weight:700;font-variant-numeric:tabular-nums;border-radius:.5rem;border:1px solid var(--navy-10);background:#fff;field-sizing:content}.lb-checkout-panel__buttons{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;flex:1;min-width:0}.lb-checkout-panel__buttons .lb-btn{width:100%;font-size:.9375rem;padding:.7rem .75rem;white-space:nowrap}.lb-product-after-buy{display:flex;flex-direction:column;gap:.75rem;width:100%;margin-top:1rem}.lb-product-shipping-note{margin:0;font-size:.75rem}.lb-product-after-buy+.lb-muted{display:none!important}.lb-product-request{margin-top:.35rem}.lb-product-request__trigger{display:flex;align-items:flex-start;gap:.75rem;width:100%;margin:0;padding:.85rem 1rem;text-align:left;font-family:inherit;font-size:.875rem;font-weight:600;line-height:1.35;color:var(--navy);background:linear-gradient(180deg,#fff,#f8f6f1);border:1px solid var(--navy-10);border-radius:.75rem;box-shadow:0 1px 4px #0c1f3d0f;cursor:pointer;transition:border-color .15s,box-shadow .15s,transform .1s}.lb-product-request__trigger:hover{border-color:#c69c2d73;box-shadow:0 4px 14px #0c1f3d14}.lb-product-request__trigger:focus-visible{outline:2px solid var(--gold);outline-offset:2px}.lb-product-request__trigger-icon{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2rem;height:2rem;border-radius:9999px;font-size:1.25rem;font-weight:700;line-height:1;color:var(--navy);background:#f6cf49}.lb-product-request__trigger-text{display:flex;flex-direction:column;gap:.2rem}.lb-product-request__trigger-hint{display:block;font-size:.75rem;font-weight:500;color:var(--navy-50)}.lb-product-request-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;z-index:10000;align-items:center;justify-content:center;padding:1rem;box-sizing:border-box}.lb-product-request-overlay[hidden]{display:none!important}.lb-product-request-overlay.is-open{display:flex}body.lb-product-request-open{overflow:hidden}.lb-product-request-overlay__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:0;border:none;background:#ffffffd1;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);cursor:pointer}.lb-product-request-dialog__panel{position:relative;z-index:1;width:100%;max-width:min(32rem,calc(100vw - 2rem));margin:0;padding:1.5rem 1.35rem 1.35rem;background:#fff;border-radius:1rem;border:1px solid var(--navy-10);box-shadow:0 20px 50px #0c1f3d2e;max-height:calc(100vh - 2rem);overflow-y:auto}.lb-product-request-dialog__top{display:flex;align-items:flex-start;justify-content:space-between;gap:.75rem;margin-bottom:1.15rem}.lb-product-request-dialog__close{position:relative;z-index:5;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;margin:0;padding:0;border:none;border-radius:9999px;font-size:1.5rem;line-height:1;color:var(--navy-50);background:var(--sand);cursor:pointer;transition:background .15s,color .15s}.lb-product-request-dialog__close span{pointer-events:none}.lb-product-request-dialog__close:hover{color:var(--navy);background:var(--navy-10)}.lb-product-request-dialog__header{flex:1;min-width:0;margin:0;padding:0}.lb-product-request-dialog__eyebrow{margin:0 0 .25rem;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}.lb-product-request-dialog__title{margin:0;font-family:var(--font-display, inherit);font-size:1.375rem;font-weight:700;color:var(--navy);line-height:1.2}.lb-product-request-dialog__lead{margin:.5rem 0 0;font-size:.875rem;line-height:1.5;color:var(--navy-60)}.lb-product-request-form{display:flex;flex-direction:column;gap:1rem}.lb-product-request-form__grid{display:grid;gap:1rem}@media(min-width:480px){.lb-product-request-form__grid{grid-template-columns:1fr 1fr}}.lb-product-request-form .lb-select{width:100%}.lb-product-request-form textarea.lb-select{min-height:7rem;resize:vertical}.lb-product-request-form__hint{margin:.4rem 0 0;font-size:.75rem;line-height:1.45;color:var(--navy-50)}.lb-product-request-form__hint strong{color:var(--navy);font-weight:600}.lb-product-request-form__actions{display:flex;flex-wrap:wrap;gap:.65rem;justify-content:flex-end;margin-top:.25rem}.lb-product-request-form__actions .lb-btn{min-width:7rem}.lb-product-request-form__alert{margin:0;padding:1rem 1.1rem;border-radius:.625rem;font-size:.875rem;line-height:1.5}.lb-product-request-form__alert--success{background:#edf7ef;border:1px solid #b8dfc4;color:#1a4d2e}.lb-product-request-form__alert--success strong{display:block;margin-bottom:.35rem;font-size:1rem}.lb-product-request-form__alert--success p{margin:0}.lb-product-request-form__alert--error{background:#fef2f2;border:1px solid #fecaca;color:#991b1b}.lb-product-request-form__alert--error ul{margin:.35rem 0 0;padding-left:1.1rem}.lb-checkout-panel .lb-bulk-savings{margin:0;padding:1rem 1.15rem .85rem;border:none;border-radius:0;background:transparent;box-shadow:none}.lb-bulk-savings{margin:1.25rem 0 1rem;padding:1rem;background:#ffffffd9;border:1px solid rgba(12,31,61,.1);border-radius:.625rem}.lb-bulk-savings__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.25rem .75rem;margin-bottom:.65rem}.lb-bulk-savings__label{margin:0;font-size:.875rem;font-weight:700;color:var(--navy);letter-spacing:.01em}.lb-bulk-savings__hint{margin:0;font-size:.75rem;color:var(--navy-50)}.lb-price-row__from{display:block;width:100%;margin-top:.15rem;font-size:.8125rem;font-weight:500;color:var(--navy-50)}.lb-bulk-savings__tiers{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.4rem}@media(min-width:480px){.lb-bulk-savings__tiers{grid-template-columns:repeat(4,minmax(0,1fr))}}.lb-bulk-tier{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.1rem;min-width:0;width:100%;padding:.5rem .35rem;border:1px solid var(--navy-10);border-radius:.5rem;background:var(--sand);cursor:pointer;font:inherit;text-align:center;transition:border-color .15s,background .15s,box-shadow .15s}.lb-bulk-tier:hover{border-color:#0c1f3d47;background:#fff}.lb-bulk-tier.is-active{border-color:var(--navy);background:#fff;box-shadow:0 0 0 1px var(--navy)}.lb-bulk-tier--plain{flex-direction:column}.lb-bulk-tier__qty{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--navy-50);line-height:1.2}.lb-bulk-tier__price{font-size:.875rem;font-weight:700;color:var(--navy);line-height:1.2}.lb-bulk-tier__per{font-size:.625rem;font-weight:500;color:var(--navy-50)}.lb-bulk-savings__total{display:grid;grid-template-columns:1fr 1fr;gap:.35rem 1rem;margin:.75rem 0 0;padding:.65rem .75rem;border-radius:.5rem;background:var(--sand);font-size:.8125rem;color:var(--navy-70)}.lb-bulk-savings__total-line{display:flex;justify-content:space-between;align-items:baseline;gap:.5rem;margin:0}.lb-bulk-savings__total-line--grand{grid-column:1 / -1;margin:.15rem 0 0;padding-top:.5rem;border-top:1px solid rgba(12,31,61,.1)}.lb-bulk-savings__total-label{margin:0;color:var(--navy-60)}.lb-bulk-savings__total-line strong{font-size:.8125rem;color:var(--navy);white-space:nowrap}.lb-bulk-savings__total-line--grand .lb-bulk-savings__total-label{font-weight:600;color:var(--navy)}.lb-bulk-savings__total-line--grand strong{font-size:1.0625rem;font-weight:700}.lb-product-desc{margin-top:1.5rem;line-height:1.6;color:var(--navy-70)}.lb-product-desc-block{margin-top:1rem}.lb-product-desc-block__title{margin:0 0 .35rem;font-weight:700;color:var(--navy)}.lb-product-desc-block .lb-product-desc{margin-top:0}.lb-pagination{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin-top:2.5rem;font-size:.875rem}.lb-pagination a,.lb-pagination span{min-width:2.5rem;padding:.5rem .75rem;border-radius:9999px;text-align:center;border:1px solid rgba(12,31,61,.15);text-decoration:none;color:inherit}.lb-pagination a:hover{border-color:var(--gold)}.lb-pagination .is-current{background:var(--navy);color:#fff;border-color:var(--navy)}.lb-footer{margin-top:4rem;border-top:1px solid var(--navy-10);background:var(--navy);color:#fff}.lb-footer__grid{display:grid;gap:2rem;padding:3rem 1rem;max-width:var(--max-w);margin:0 auto;font-size:.875rem}@media(min-width:768px){.lb-footer__grid{grid-template-columns:repeat(3,1fr)}}.lb-footer h3,.lb-footer .lb-footer__title{font-weight:600;color:var(--gold);margin:0 0 .75rem}.lb-footer ul{list-style:none;padding:0;margin:0}.lb-footer li{margin-bottom:.5rem}.lb-footer a{color:#fffc}.lb-footer__bottom{border-top:1px solid rgba(255,255,255,.1);padding:1rem;text-align:center;font-size:.75rem;color:#ffffff80}.lb-page-banner{background:var(--navy);color:#fff;padding:3rem 1rem;text-align:center}.lb-page-banner h1{font-family:var(--font-display);font-size:1.875rem;font-weight:700;margin:0}.lb-page-wrap{max-width:48rem}.lb-page-content{margin-top:1.5rem;line-height:1.7}.lb-lead{font-size:1.125rem;color:var(--navy-70);margin-bottom:1.5rem}.lb-eyebrow{color:var(--gold);font-size:.875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;margin:0}.lb-h2{font-family:var(--font-display);font-size:1.5rem;font-weight:700;margin:2rem 0 .75rem}.lb-list{margin:.75rem 0 1.5rem;padding-left:1.25rem;color:var(--navy-70)}.lb-list li{margin-bottom:.5rem}.lb-list--check{list-style:none;padding-left:0}.lb-list--check li:before{content:"\2713  ";color:var(--gold);font-weight:700}.lb-steps{list-style:none;padding:0;margin:0 0 2rem}.lb-steps li{display:flex;gap:1rem;margin-bottom:1.5rem}.lb-steps__num{color:var(--gold);font-weight:700;font-size:1.125rem;flex-shrink:0}.lb-steps h2{font-size:1.125rem;font-weight:600;margin:0 0 .25rem}.lb-steps p{margin:0;color:var(--navy-70)}.lb-contact-card{background:#fff;border:1px solid var(--navy-10);border-radius:1rem;padding:2rem;display:grid;gap:1.5rem}.lb-contact-card__label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--navy-50);margin:0 0 .25rem}.lb-contact-card a{color:var(--gold);font-weight:600;font-size:1.125rem}.lb-contact-layout{display:grid;gap:1rem}@media(min-width:960px){.lb-contact-layout{grid-template-columns:.95fr 1.05fr;align-items:start}}.lb-contact-form-card{padding-top:1.5rem}.lb-contact-form,.lb-contact-form__grid{display:grid;gap:.875rem}@media(min-width:640px){.lb-contact-form__grid{grid-template-columns:1fr 1fr}}.lb-contact-form .lb-select{width:100%;background:#fff}.lb-contact-form textarea.lb-select{min-height:8rem;resize:vertical;line-height:1.4}.lb-contact-form__alert{margin:0;border-radius:.5rem;padding:.75rem .875rem;font-size:.9375rem}.lb-contact-form__alert--success{background:#228b221a;color:#1a5c1a;border:1px solid rgba(34,139,34,.25)}.lb-contact-form__alert--error{background:#b4282814;color:#8b2020;border:1px solid rgba(180,40,40,.2)}.lb-contact-form__alert ul{margin:0;padding-left:1rem}.lb-reviews{display:grid;gap:1rem;margin-bottom:2rem}.lb-review{margin:0;padding:1.5rem;background:#fff;border:1px solid var(--navy-10);border-radius:.75rem}.lb-review p{margin:0;color:var(--navy-70)}.lb-review footer{margin-top:1rem;font-size:.875rem;font-weight:600;color:var(--navy)}.lb-page-wrap--about{max-width:52rem}.lb-about-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:0 0 2rem}@media(min-width:768px){.lb-about-stats{grid-template-columns:repeat(4,1fr)}}.lb-about-stat{background:#fff;border:1px solid var(--navy-10);border-radius:.75rem;padding:1rem 1.125rem;text-align:center}.lb-about-stat__value{margin:0;font-family:var(--font-display);font-size:1.375rem;font-weight:700;color:var(--navy);line-height:1.2}.lb-about-stat__label{margin:.35rem 0 0;font-size:.8125rem;color:var(--navy-60);line-height:1.35}.lb-about-quote{margin:1.75rem 0;padding:1.25rem 1.5rem;border-left:4px solid var(--gold);background:#f2cc5914;border-radius:0 .75rem .75rem 0}.lb-about-quote p{margin:0;font-size:1.0625rem;color:var(--navy-80);line-height:1.6}.lb-pillars--about{margin-top:1rem}.lb-about-cta{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.lb-section{padding:3rem 1rem}.lb-muted{color:var(--navy-60)}.lb-section-header{margin-bottom:.25rem}.lb-cart-page-form,.lb-cart-form{margin-top:2rem}.lb-cart-layout{display:grid;gap:2rem;margin-top:2rem}@media(min-width:768px){.lb-cart-layout{grid-template-columns:1fr min(320px,100%)}}.lb-cart-line{display:grid;grid-template-columns:80px 1fr auto;gap:1rem 1.25rem;padding:1.25rem 0;border-bottom:1px solid var(--navy-10);align-items:center}.lb-cart-line__info{min-width:0}.lb-cart-line__actions{display:flex;flex-direction:column;align-items:flex-end;gap:.625rem;flex-shrink:0}.lb-cart-qty{display:flex;flex-direction:column;align-items:flex-end;gap:.375rem}.lb-cart-qty__label{font-size:.6875rem;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--navy-50);margin:0}.lb-cart-qty__stepper{display:inline-flex;align-items:stretch;border:1px solid var(--navy-10);border-radius:.5rem;background:#fff;overflow:hidden;box-shadow:0 1px 2px #0c1f3d0a}.lb-cart-qty__btn{display:flex;align-items:center;justify-content:center;width:2.25rem;min-height:2.5rem;padding:0;border:0;background:var(--sand);color:var(--navy);font-size:1.125rem;font-weight:600;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.lb-cart-qty__btn:hover:not(:disabled){background:var(--navy-10);color:var(--navy)}.lb-cart-qty__btn:active:not(:disabled){background:var(--navy-20, #d4dae3)}.lb-cart-qty__btn:disabled{opacity:.35;cursor:not-allowed}.lb-cart-qty__input{width:2.75rem;min-height:2.5rem;margin:0;padding:0 .25rem;border:0;border-left:1px solid var(--navy-10);border-right:1px solid var(--navy-10);border-radius:0;background:#fff;text-align:center;font-size:.9375rem;font-weight:700;color:var(--navy);-moz-appearance:textfield;-webkit-appearance:textfield;appearance:textfield}.lb-cart-qty__input::-webkit-outer-spin-button,.lb-cart-qty__input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.lb-cart-qty__input:focus{outline:none;box-shadow:inset 0 0 0 2px var(--gold);z-index:1;position:relative}.lb-cart-line__remove{padding:0;border:0;background:none;font-size:.8125rem;font-weight:600;color:var(--navy-50);cursor:pointer;text-decoration:underline;text-underline-offset:2px;transition:color .15s ease}.lb-cart-line__remove:hover{color:#8b2020}@media(max-width:479px){.lb-cart-line{grid-template-columns:72px 1fr;grid-template-rows:auto auto;align-items:start}.lb-cart-line__img{grid-row:1 / 3}.lb-cart-line__actions{grid-column:2;flex-direction:row;align-items:center;justify-content:space-between;width:100%}.lb-cart-qty{align-items:flex-start}}.lb-cart-line__img img,.lb-cart-line__img svg{width:80px;height:80px;object-fit:contain;border-radius:.5rem;background:#fff}.lb-cart-line__title{font-weight:600;color:var(--navy);text-decoration:none}.lb-cart-line__title:hover{color:var(--gold)}.lb-cart-summary{background:var(--sand);border:1px solid var(--navy-10);border-radius:.75rem;padding:1.25rem}.lb-cart-bulk-banner{margin-bottom:1rem;padding:.75rem 1rem;border-radius:.5rem;font-size:.9375rem;font-weight:500}.lb-cart-bulk-banner--success{background:#228b221a;color:#1a5c1a;border:1px solid rgba(34,139,34,.25)}.lb-cart-bulk-banner--error{background:#b4282814;color:#8b2020;border:1px solid rgba(180,40,40,.2)}.lb-cart-line__pricing{margin-top:.25rem}.lb-cart-line__unit-cost{margin:0 0 .35rem;font-size:.8125rem;color:var(--navy-70)}.lb-cart-line__unit-cost strong{color:var(--navy);font-weight:600}.lb-cart-line__price-label{display:block;font-size:.6875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--navy-50);margin-bottom:.1rem}.lb-cart-line__price--was{font-size:.875rem;color:var(--navy-50);margin:0}.lb-cart-line__price--now{margin:.15rem 0 0}.lb-cart-line__price{margin:0;font-weight:600;color:var(--navy)}.lb-cart-line__deal{margin:.25rem 0 0;font-size:.875rem;font-weight:700;color:#0b8a3a}.lb-cart-line__margin-note{display:block;margin-top:.15rem;font-size:.68rem;font-weight:500;color:var(--navy-50)}.lb-cart-summary__row--list{color:var(--navy-70)}.lb-cart-summary__row--list strong{text-decoration:line-through;font-weight:500}.lb-cart-summary__row--savings,.lb-cart-summary__row--savings strong{color:#1a5c1a}.lb-cart-summary__row--total{margin-top:.5rem;padding-top:.5rem;border-top:1px solid rgba(12,31,61,.1);font-size:1.0625rem}.lb-cart-summary__discount{display:flex;justify-content:space-between;font-size:.875rem;color:var(--navy-70);margin:.25rem 0 0}.lb-live-shipping{position:sticky;top:var(--lb-header-offset, 5.75rem);z-index:45;background:var(--navy);color:#fff;font-size:.8125rem;border-bottom:2px solid var(--gold)}.lb-live-shipping[hidden]{display:none!important}.lb-live-shipping__inner{display:flex;flex-wrap:wrap;align-items:center;gap:.65rem 1.25rem;padding:.45rem 1rem}.lb-live-shipping__label{font-weight:600;color:var(--gold);text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem}.lb-live-shipping__item strong{color:#fff}.lb-live-shipping__total strong{color:var(--gold)}.lb-live-shipping__link{margin-left:auto;color:var(--gold);font-weight:600;text-decoration:none}.lb-live-shipping__link:hover{text-decoration:underline}.lb-cart-toast{position:fixed;bottom:1.25rem;right:1.25rem;z-index:100;max-width:20rem;padding:.75rem 1rem;background:var(--navy);color:#fff;border-radius:.5rem;font-size:.875rem;box-shadow:0 4px 20px #0003;opacity:0;pointer-events:none;transition:opacity .2s}.lb-cart-toast.is-visible{opacity:1}.lb-cart-toast.is-interactive{pointer-events:auto}.lb-cart-toast__msg{margin:0;font-weight:600}.lb-cart-toast__actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.65rem}.lb-cart-toast__btn{display:inline-flex;align-items:center;justify-content:center;padding:.4rem .75rem;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:transparent;color:#fff;font-size:.8125rem;font-weight:600;text-decoration:none;cursor:pointer;font-family:inherit}.lb-cart-toast__btn:hover{background:#ffffff1a;color:#fff}.lb-cart-toast__btn--gold{border-color:var(--gold);background:var(--gold);color:var(--navy)}.lb-cart-toast__btn--gold:hover{filter:brightness(1.05);color:var(--navy)}.lb-cart-toast--error{background:#8b2020}.lb-product-similar{margin-top:3rem;padding-top:2.5rem;border-top:1px solid var(--navy-10)}.lb-product-similar__head{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.75rem 1.5rem;margin-bottom:1.5rem}.lb-product-similar__eyebrow{width:100%;margin:0;font-size:.75rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--gold)}.lb-product-similar__browse{font-size:.875rem;font-weight:600;color:var(--navy);text-decoration:underline;text-underline-offset:2px}.lb-product-similar__browse:hover{color:var(--gold)}.lb-product-similar__grid{margin-top:0}.lb-cart-line.is-updating{opacity:.55;pointer-events:none}.lb-cart-summary__weight{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:var(--navy)}.lb-cart-breakdown{margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid var(--navy-10)}.lb-cart-breakdown--shipping{margin-bottom:.85rem}.lb-cart-breakdown__title{margin:0 0 .65rem;font-size:.8125rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em;color:var(--navy)}.lb-cart-breakdown__list{margin:0 0 .5rem;padding:0;list-style:none}.lb-cart-breakdown__line{display:flex;justify-content:space-between;align-items:flex-start;gap:.75rem;margin:0 0 .4rem;font-size:.8125rem;line-height:1.35;color:var(--navy-70)}.lb-cart-breakdown__name{flex:1;min-width:0}.lb-cart-breakdown__qty{color:var(--navy-50);white-space:nowrap}.lb-cart-breakdown__amt{font-weight:600;color:var(--navy);white-space:nowrap}.lb-cart-breakdown__meta{margin:.35rem 0 .5rem;padding-top:.35rem;border-top:1px dashed var(--navy-10)}.lb-cart-summary__row--section-total{margin-top:.5rem;padding-top:.5rem;border-top:1px solid var(--navy-10);font-weight:600}.lb-cart-summary__row--section-total strong{font-size:1rem;color:var(--navy)}.lb-cart-summary__footnote{font-size:.75rem;margin:.35rem 0 0}.lb-cart-summary__row--grand{margin-top:.5rem;padding-top:.65rem;border-top:2px solid var(--navy);font-size:1.0625rem}.lb-cart-summary__row--grand strong{color:var(--navy);font-size:1.125rem}.lb-header-cart{display:inline-flex;align-items:center;gap:.35rem;font-weight:600;color:var(--navy);text-decoration:none}.lb-header-cart:hover{color:var(--gold)}.lb-header-cart__icon{flex-shrink:0;width:1.25rem;height:1.25rem}.lb-shipping-estimate{margin:.75rem 0;padding:.75rem .85rem;background:#0c1f3d0a;border:1px solid rgba(12,31,61,.1);border-radius:.5rem;font-size:.875rem}.lb-shipping-estimate--cart{margin:.5rem 0 .75rem}.lb-shipping-estimate__main{margin:0;color:var(--navy);line-height:1.4}.lb-shipping-estimate__meta{font-weight:400;color:var(--navy-50);font-size:.8125rem}.lb-shipping-estimate__detail{margin:.35rem 0 0;font-size:.75rem;color:var(--navy-50)}.lb-shipping-estimate__save{color:#15803d;font-weight:500}.lb-bulk-savings__total-line--shipping-detail{margin-top:-.15rem;font-size:.75rem;color:var(--navy-50);line-height:1.35}#lb-bulk-shipping-amount.lb-bulk-shipping--included{font-size:.8125rem;font-weight:600;color:#15803d;white-space:normal;text-align:right;max-width:11rem;line-height:1.25}.lb-shipping-estimate__loading{margin:0;color:var(--navy-50);font-size:.8125rem}.lb-shipping-table-wrap{overflow-x:auto;margin:1rem 0}.lb-shipping-table{width:100%;border-collapse:collapse;font-size:.875rem}.lb-shipping-table th,.lb-shipping-table td{padding:.5rem .65rem;text-align:left;border-bottom:1px solid rgba(12,31,61,.1)}.lb-shipping-table th{font-weight:600;color:var(--navy);background:#0c1f3d0a}.lb-shipping-table td:last-child{font-weight:600;white-space:nowrap}.lb-cart-summary__hint{margin-top:.75rem;padding:.65rem .75rem;font-size:.8125rem;background:#c9a2271f;border-radius:.375rem;color:var(--navy);line-height:1.4}.lb-cart-summary__row{display:flex;justify-content:space-between;margin-top:1rem;font-size:1.125rem}.lb-checkout-trust{list-style:none;margin:0;padding:0;font-size:.8125rem;color:var(--navy-60)}.lb-cart-checkout-link{display:block;width:100%;margin-top:1rem;text-align:center;text-decoration:none;box-sizing:border-box}.lb-cart-continue-link{display:block;text-align:center;margin-top:1rem;font-size:.875rem}.lb-cart-upsell{margin-top:1.25rem;padding:1.15rem;border:1px solid rgba(12,31,61,.14);border-radius:1.1rem;background:radial-gradient(120% 180% at 0% 0%,#fff,#f6f8fc);box-shadow:0 14px 32px #0c1f3d1a}.lb-cart-upsell--full{margin-top:1.5rem}.lb-cart-upsell__head{margin-bottom:.95rem}.lb-cart-upsell__eyebrow{margin:0 0 .2rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.09em;color:#4d6283;font-weight:700}.lb-cart-upsell__title{margin:0;font-size:1.08rem;line-height:1.35;color:var(--navy);font-weight:700;max-width:680px}.lb-cart-upsell__marquee{overflow:hidden;border-radius:1rem;border:1px solid rgba(12,31,61,.12);background:#fff;position:relative}.lb-cart-upsell__marquee:before,.lb-cart-upsell__marquee:after{content:"";position:absolute;top:0;width:36px;height:100%;z-index:2;pointer-events:none}.lb-cart-upsell__marquee:before{left:0;background:linear-gradient(90deg,#fff 20%,#fff0)}.lb-cart-upsell__marquee:after{right:0;background:linear-gradient(270deg,#fff 20%,#fff0)}.lb-cart-upsell__track{display:flex;width:max-content;gap:1rem;padding:1.05rem;animation:lbUpsellTicker 34s linear infinite}.lb-cart-upsell__item{width:220px;min-width:220px;border:1px solid rgba(12,31,61,.1);border-radius:.95rem;padding:.8rem;text-decoration:none;color:var(--navy);background:linear-gradient(180deg,#fff,#fdfefe);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.lb-cart-upsell__item-link{text-decoration:none;color:var(--navy);display:block}.lb-cart-upsell__item:hover{transform:translateY(-4px);border-color:#c9a22773;box-shadow:0 16px 24px #0c1f3d24}.lb-cart-upsell__media{width:100%;height:136px;border-radius:.8rem;background:linear-gradient(180deg,#f8fafd,#eef3fb);display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;overflow:hidden;border:1px solid rgba(12,31,61,.06)}.lb-cart-upsell__media img,.lb-cart-upsell__placeholder{width:126px;height:126px;object-fit:contain;border-radius:.5rem;display:block}.lb-cart-upsell__placeholder{color:var(--navy-50);font-size:.82rem;text-align:center;align-items:center;justify-content:center}.lb-cart-upsell__name{display:block;font-size:.87rem;font-weight:600;line-height:1.3;min-height:2.7em;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.lb-cart-upsell__price{display:block;margin-top:.45rem;font-size:1rem;color:#0b8a3a;font-weight:700}.lb-cart-upsell__prices{margin:.6rem 0 0;display:grid;grid-template-columns:1fr 1fr;gap:.4rem}.lb-cart-upsell__price-pill{display:block;border:1px solid rgba(12,31,61,.12);background:#fff;border-radius:.55rem;padding:.28rem .35rem;line-height:1.25}.lb-cart-upsell__price-pill em{display:block;font-style:normal;font-size:.64rem;color:#5f7494;margin-bottom:.05rem}.lb-cart-upsell__price-pill strong{font-size:.72rem;color:var(--navy);font-weight:700}.lb-cart-upsell__price-pill--volume{background:#0b8a3a0f;border-color:#0b8a3a38}.lb-cart-upsell__card .lb-btn{margin-top:.65rem}@keyframes lbUpsellTicker{0%{transform:translate(0)}to{transform:translate(-50%)}}@media(prefers-reduced-motion:reduce){.lb-cart-upsell__track{animation:none}}@media(max-width:900px){.lb-cart-upsell{padding:.85rem}.lb-cart-upsell__item{width:184px;min-width:184px}.lb-cart-upsell__media{height:112px}.lb-cart-upsell__media img,.lb-cart-upsell__placeholder{width:104px;height:104px}}.lb-checkout-trust li{margin-bottom:.35rem}.lb-label{display:block;font-size:.75rem;font-weight:600;margin-bottom:.25rem;color:var(--navy-60)}.lb-select,.lb-qty-input{border:1px solid var(--navy-10);border-radius:.375rem;padding:.5rem .75rem;font-size:.875rem;max-width:100%}.lb-stock{font-size:.875rem;margin:1rem 0 0;color:var(--navy-60)}.lb-stock--in-stock{color:#0b8a3a;font-weight:600}.lb-stock--pending{color:var(--navy-60)}.lb-delivery-timeline{margin:0;padding:.85rem 1rem;border:1px solid var(--navy-10);border-radius:.75rem;background:#fff;width:100%}.lb-delivery-timeline__title{margin:0 0 .45rem;font-weight:700;color:var(--navy)}.lb-delivery-timeline__row{display:flex;justify-content:space-between;gap:1rem;margin:.2rem 0}.lb-delivery-timeline__label{color:var(--navy-60)}.lb-delivery-timeline__value{color:var(--navy);white-space:nowrap}.lb-delivery-timeline__note{margin:.45rem 0 0;font-size:.75rem;color:var(--navy-60)}.lb-btn--outline{background:transparent;border:1px solid var(--navy);color:var(--navy)}.lb-policy-links{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-wrap:wrap;gap:.75rem 1.25rem;font-size:.75rem}.lb-policy-links a{color:#ffffffa6}.lb-policy-links a:hover{color:var(--gold)}.shopify-policy__container{max-width:var(--max-w)}.lb-browse-filters{display:flex;flex-wrap:wrap;align-items:flex-end;gap:1rem;margin-top:1.5rem;padding:1rem;border:1px solid var(--navy-10);border-radius:.75rem;background:#fff}.lb-browse-filters__field{min-width:10rem}.lb-browse-filters__field--grow{flex:1 1 12rem;min-width:12rem}.lb-browse-filters__label{display:block;font-size:.75rem;font-weight:600;color:var(--navy-70);margin-bottom:.25rem}.lb-browse-filters__input,.lb-browse-filters__select{width:100%;border:1px solid var(--navy-10);border-radius:.5rem;background:var(--sand);padding:.5rem .75rem;font-size:.875rem;font-family:inherit;color:var(--navy)}.lb-browse-filters__input:focus,.lb-browse-filters__select:focus{outline:none;border-color:var(--gold);box-shadow:0 0 0 1px var(--gold)}.lb-browse-filters__check{display:flex;align-items:center;gap:.5rem;font-size:.875rem;padding-bottom:.35rem;cursor:pointer}.lb-browse-filters__actions{display:flex;gap:.5rem;flex-wrap:wrap}.lb-browse-filters__hint{margin-top:.5rem;font-size:.8125rem}
/*# sourceMappingURL=/cdn/shop/t/13/assets/london-basket.css.map?lbreq=39 */
