@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:40}.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:block;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.5rem 1rem}.lb-trust-strip__inner{display:flex;flex-wrap:wrap;justify-content:center;gap:2rem;text-align:center;font-size:.875rem;max-width:var(--max-w);margin:0 auto}.lb-trust-strip strong{display:block;font-weight:700}.lb-trust-strip span{color:var(--navy-60)}.lb-product-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media(min-width:768px){.lb-product-grid{grid-template-columns:repeat(4,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;background:#fff}.lb-product-card__img img{width:100%;height:100%;object-fit:contain;padding:.5rem}.lb-product-card__badge{position:absolute;top:.5rem;left:.5rem;background:#0c1f3de6;color:#fff;font-size:.625rem;font-weight:500;padding:.125rem .5rem;border-radius:.25rem}.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:1fr 1fr;gap:.35rem;margin-top:.55rem}.lb-product-card__actions .lb-btn{width:100%}.lb-product-card__pricing{margin-top:auto;padding-top:.55rem;border-top:1px solid rgba(12,31,61,.08)}.lb-product-card__price-hero{margin:0;line-height:1.2;display:flex;align-items:baseline;flex-wrap:wrap;gap:.15rem .35rem}.lb-product-card__price-hero-label{font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--navy-50)}.lb-product-card__price-hero-amt{font-size:1.2rem;font-weight:800;color:#0b8a3a;letter-spacing:-.01em}.lb-product-card__price-hero-unit{font-size:.8rem;font-weight:700;color:#0b8a3a}.lb-product-card__price-tiers{display:grid;grid-template-columns:1fr 1fr;gap:.35rem;margin-top:.15rem}.lb-product-card__price-pill{display:flex;flex-direction:column;gap:.1rem;padding:.28rem .35rem;border-radius:.45rem;border:1px solid rgba(12,31,61,.1);background:#fff;min-width:0}.lb-product-card__price-pill-label{font-size:.58rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:#5f7494;line-height:1.2}.lb-product-card__price-pill-value{font-size:.7rem;font-weight:700;color:var(--navy);line-height:1.25;white-space:nowrap}.lb-product-card__price-pill--list,.lb-product-card__price-pill--list .lb-product-card__price-pill-label,.lb-product-card__price-pill--list .lb-product-card__price-pill-value{text-decoration:none!important}.lb-product-card__price-pill--list .lb-product-card__price-pill-value{color:var(--navy);font-weight:700}.lb-product-card__price-pill--volume{background:#0b8a3a12;border-color:#0b8a3a38}.lb-product-card__price-pill--volume .lb-product-card__price-pill-label,.lb-product-card__price-pill--volume .lb-product-card__price-pill-value{color:#0b8a3a}.lb-product-card__price-save{margin:.35rem 0 0;font-size:.62rem;font-weight:600;color:#0b8a3a;line-height:1.3}.lb-product-card__price-fallback{margin:0;font-size:1rem;font-weight:700;color:var(--navy)}.lb-trust-section{padding:3rem 1rem}.lb-section-eyebrow{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.1em;color:var(--gold)}.lb-section-title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,1.875rem);font-weight:700;margin:.25rem 0 0;text-wrap:balance}.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__num{color:var(--gold);font-weight:700;font-size:.875rem}.lb-pillar h3{font-weight:600;margin:.5rem 0 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{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}.lb-category-tile .label{margin-top:.5rem;font-weight:500;font-size:.875rem}.lb-category-tile .count{font-size:.75rem;color:var(--navy-50);margin-top:.25rem}.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{width:3.25rem;height:2.5rem;margin:0;padding:.25rem;text-align:center;font-size:1rem;font-weight:700;border-radius:.5rem;border:1px solid var(--navy-10);background:#fff}.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)}.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(4,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-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:0;z-index:40;background:var(--navy);color:#fff;font-size:.8125rem;border-bottom:2px solid var(--gold)}.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--error{background:#8b2020}.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{font-weight:600}.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__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)}
/*# sourceMappingURL=/cdn/shop/t/13/assets/london-basket.css.map */
