:root{--color-bg: #EFF4FF;--color-text: #2D3142;--color-accent: #99C0F6;--color-dark: #3A4A6B;--color-emerald: #5B6377;--color-cream-soft: #FFFFFF;--font-display: "Cormorant Garamond", Georgia, serif;--font-body: "Jost", -apple-system, BlinkMacSystemFont, sans-serif;--wrap-width: 1240px;--space-1: 8px;--space-2: 16px;--space-3: 24px;--space-4: 40px;--space-5: 64px;--space-6: 96px;--radius-sm: 2px;--ease: cubic-bezier(.22, 1, .36, 1)}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);font-size:16px;line-height:1.55;-webkit-font-smoothing:antialiased}img{max-width:100%;display:block}a{color:inherit;text-decoration:none}button{font-family:inherit;cursor:pointer;background:none;border:none;color:inherit}ul{list-style:none;margin:0;padding:0}h1,h2,h3,h4{font-family:var(--font-display);font-weight:500;margin:0;letter-spacing:.01em}.wrap{max-width:var(--wrap-width);margin:0 auto;padding:0 var(--space-3)}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link{position:absolute;left:-9999px;top:0;background:var(--color-dark);color:#fff;padding:var(--space-1) var(--space-2);z-index:1000}.skip-link:focus{left:var(--space-2);top:var(--space-2)}:focus-visible{outline:2px solid var(--color-accent);outline-offset:3px}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;transition-duration:.001ms!important}}.btn{display:inline-flex;align-items:center;justify-content:center;padding:14px 32px;font-size:13px;letter-spacing:.12em;text-transform:uppercase;border-radius:var(--radius-sm);transition:transform .4s var(--ease),background .3s ease,color .3s ease}.btn--gold{background:var(--color-accent);color:var(--color-cream-soft)}.btn--gold:hover{background:var(--color-dark)}.btn--outline{background:transparent;border:1px solid var(--color-text)}.btn--outline:hover{background:var(--color-text);color:var(--color-cream-soft)}.btn--full{width:100%}.filigree-divider{display:flex;justify-content:center;padding:var(--space-2) 0;color:var(--color-accent)}.filigree-divider svg{width:180px;height:auto}.filigree-divider--dark{color:var(--color-accent);opacity:.8}.site-header .filigree-divider{padding:2px 0 10px}.site-header{background:var(--color-cream-soft);position:relative;z-index:100}.site-header__inner{display:flex;align-items:center;justify-content:space-between;padding:8px var(--space-3)}.site-header__logo img{max-height:40px;width:auto}.site-header__wordmark{font-family:var(--font-display);font-size:20px;letter-spacing:.03em}.site-header__nav ul{display:flex;gap:var(--space-4)}.site-header__nav a{font-size:13px;letter-spacing:.08em;text-transform:uppercase;position:relative}.site-header__nav a:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:1px;background:var(--color-accent);transition:width .3s var(--ease)}.site-header__nav a:hover:after{width:100%}.site-header__actions{display:flex;align-items:center;gap:4px}.icon-link{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:10px;font-size:15px}.site-header__actions .icon-link svg{width:16px;height:16px}.icon-link--cart .cart-count{position:absolute;top:4px;right:4px;background:var(--color-accent);color:#fff;font-size:10px;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center}.menu-toggle{display:none;flex-direction:column;gap:4px;padding:6px;width:44px;height:44px;align-items:center;justify-content:center}.menu-toggle span{width:20px;height:1.5px;background:currentColor;transition:transform .25s ease,opacity .2s ease}.menu-toggle[aria-expanded=true] span:nth-child(1){transform:translateY(5.5px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:nth-child(2){opacity:0}.menu-toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-5.5px) rotate(-45deg)}@media(max-width:860px){.site-header__nav{display:block;position:absolute;top:100%;left:0;right:0;background:var(--color-cream-soft);max-height:0;overflow:hidden;transition:max-height .3s ease;border-top:1px solid #DCE7FB}.site-header__nav.is-open{max-height:70vh;overflow-y:auto}.site-header__nav ul{flex-direction:column;gap:0}.site-header__nav li{border-bottom:1px solid #EFF4FF}.site-header__nav a{display:block;padding:16px var(--space-3);font-size:15px;letter-spacing:.04em}.site-header__nav a:after{display:none}.menu-toggle{display:flex;width:44px;height:44px}.menu-toggle span{width:22px}}.hero{position:relative;display:flex;overflow:hidden;color:var(--color-cream-soft)}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;overflow:hidden}.hero__media img,.hero__media video{width:100%;height:100%;object-fit:cover;opacity:var(--hero-media-opacity, .55);transform:scale(var(--hero-zoom-desktop, 1))}@media(max-width:860px){.hero__media img,.hero__media video{transform:scale(var(--hero-zoom-mobile, 1))}}.hero__content{position:relative;z-index:2;max-width:640px;padding:var(--space-3)}.hero__eyebrow{font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-2)}.hero__heading{font-size:clamp(36px,6vw,64px);line-height:1.08;margin-bottom:var(--space-2)}.hero__subheading{font-size:17px;opacity:.85;margin-bottom:var(--space-3)}.hero__sparkle{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.featured-collection{padding:var(--space-6) var(--space-3);text-align:center}.featured-collection__heading{margin-bottom:var(--space-4)}.eyebrow,.featured-collection .eyebrow{font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:var(--color-accent);display:block;margin-bottom:var(--space-1)}.featured-collection h2{font-size:34px}.featured-collection__footer{margin-top:var(--space-4)}.product-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:var(--space-3);text-align:left}@media(max-width:1000px){.product-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.product-grid{grid-template-columns:1fr}}.product-card{display:block}.product-card__media{position:relative;overflow:hidden;border-radius:var(--radius-sm);aspect-ratio:4 / 5;background:var(--color-cream-soft)}.product-card__img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;transition:transform .6s var(--ease)}.product-card:hover .product-card__img{transform:scale(1.06)}.product-card__badges{position:absolute;top:var(--space-2);left:var(--space-2);z-index:2;display:flex;flex-direction:column;align-items:flex-start;gap:4px}.product-card__badge{background:var(--color-emerald);color:#fff;font-size:10px;letter-spacing:.08em;text-transform:uppercase;padding:4px 10px;border-radius:999px}.product-card__badge--sold-out{background:var(--color-dark)}.product-card__quick-add{position:absolute;bottom:var(--space-2);right:var(--space-2);z-index:2;width:36px;height:36px;border-radius:50%;background:#fff;color:var(--color-text);display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000026;transition:transform .2s var(--ease),background .2s ease,color .2s ease}.product-card__quick-add:hover{background:var(--color-accent);color:#fff}.product-card__quick-add[disabled]{opacity:.6;pointer-events:none}.product-card__wishlist{position:absolute;top:var(--space-2);right:var(--space-2);z-index:2;width:32px;height:32px;border-radius:50%;background:#fff;color:var(--color-text);display:flex;align-items:center;justify-content:center;box-shadow:0 1px 4px #00000026;transition:transform .2s var(--ease),background .2s ease,color .2s ease}.product-card__wishlist:hover{background:var(--color-accent);color:#fff}.product-card__wishlist.is-saved{color:#b0453d}.product-card__wishlist.is-saved svg{fill:currentColor}@media(hover:hover){.product-card__quick-add,.product-card__wishlist{opacity:0;transform:translateY(4px)}.product-card:hover .product-card__quick-add,.product-card:focus-within .product-card__quick-add,.product-card:hover .product-card__wishlist,.product-card:focus-within .product-card__wishlist{opacity:1;transform:translateY(0)}.product-card__wishlist.is-saved{opacity:1;transform:translateY(0)}}.product-card__info{padding-top:var(--space-2)}.product-card__title{font-size:17px;font-weight:500;margin-bottom:4px}.product-card__price{font-size:14px;color:var(--color-accent)}.product-card__price s{color:#8891a6;margin-left:6px}.product-card__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(circle at var(--x, 50%) var(--y, 50%),rgba(153,192,246,.3),transparent 45%);opacity:0;transition:opacity .4s ease;pointer-events:none}.product-card:hover .product-card__media:after{opacity:1}.product{display:grid;grid-template-columns:1.1fr 1fr;gap:var(--space-5);padding:var(--space-5) var(--space-3)}@media(max-width:900px){.product{grid-template-columns:1fr;gap:var(--space-4)}}.product__gallery-main{position:relative;aspect-ratio:1 / 1;border-radius:var(--radius-sm);overflow:hidden}.product__gallery-image{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:0;transition:opacity .4s ease;pointer-events:none}.product__gallery-image.is-active{opacity:1;pointer-events:auto}.product__gallery-image img,.product__gallery-image video,.product__gallery-image model-viewer{width:100%;height:100%;object-fit:cover;display:block}.product__gallery-thumbs{display:flex;gap:var(--space-1);margin-top:var(--space-2)}.product__thumb{position:relative;width:64px;height:64px;border-radius:var(--radius-sm);overflow:hidden;opacity:.6}.product__thumb img{width:100%;height:100%;object-fit:cover}.product__thumb.is-active,.product__thumb:hover{opacity:1}.product__thumb-play{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background:#00000059;color:#fff;font-size:12px}.product__vendor{font-size:12px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-accent)}.product__title{font-size:36px;margin:var(--space-1) 0 var(--space-2)}.product__price{font-size:20px;margin-bottom:var(--space-2)}.product__price s{color:#8891a6;margin-left:8px;font-size:16px}.product__description{margin:var(--space-3) 0;color:#4a5468}.product-option{margin-bottom:var(--space-2)}.product-option label{display:block;font-size:12px;letter-spacing:.08em;text-transform:uppercase;margin-bottom:8px}.product-option__values{display:flex;gap:8px;flex-wrap:wrap}.product-option__value{padding:8px 16px;border:1px solid #CBD9F5;border-radius:var(--radius-sm);font-size:13px;transition:border-color .2s ease,background .2s ease}.product-option__value.is-selected,.product-option__value:hover{border-color:var(--color-accent);background:#99c0f61f}.product__quantity{margin:var(--space-2) 0;display:flex;flex-direction:column;gap:6px;max-width:100px}.product__quantity input{padding:8px;border:1px solid #CBD9F5;border-radius:var(--radius-sm)}.product__details{margin-top:var(--space-4);border-top:1px solid #DCE7FB}.product__details details{border-bottom:1px solid #DCE7FB;padding:var(--space-2) 0}.product__details summary{cursor:pointer;font-size:14px;letter-spacing:.04em}.collection{padding:var(--space-5) var(--space-3)}.collection__heading{text-align:center;margin-bottom:var(--space-4)}.collection__heading h1{font-size:40px;margin-bottom:var(--space-1)}.pagination{display:flex;justify-content:center;gap:var(--space-2);margin-top:var(--space-4)}.pagination .is-current{color:var(--color-accent)}.collection__toolbar{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);flex-wrap:wrap;margin-bottom:var(--space-3)}.collection__filter-toggle{display:flex;align-items:center;gap:6px;font-size:13px;padding:9px 16px;border:1px solid #CBD9F5;border-radius:999px;color:var(--color-text)}.collection__filter-toggle:hover{border-color:var(--color-accent);background:#99c0f614}.collection__filter-count{background:var(--color-accent);color:#fff;font-size:10px;width:18px;height:18px;border-radius:50%;display:flex;align-items:center;justify-content:center}.collection__sort{display:flex;align-items:center;gap:8px;font-size:13px;color:#4a5468;margin-left:auto}.collection__sort select{border:1px solid #CBD9F5;border-radius:6px;padding:7px 10px;font-size:13px;color:var(--color-text);background:#fff}.collection__layout{display:flex;gap:var(--space-4);align-items:flex-start}.collection__results{flex:1;min-width:0}.collection-filters-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:950;visibility:hidden;pointer-events:none}.collection-filters-drawer.is-open{visibility:visible;pointer-events:auto}.collection-filters-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1e2a4466;opacity:0;transition:opacity .3s ease}.collection-filters-drawer.is-open .collection-filters-drawer__overlay{opacity:1}.collection-filters{position:absolute;top:0;left:0;height:100%;width:min(320px,85vw);background:#fff;overflow-y:auto;padding:var(--space-3);transform:translate(-100%);transition:transform .35s var(--ease)}.collection-filters-drawer.is-open .collection-filters{transform:translate(0)}.collection-filters__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-2)}.collection-filters__header h2{font-size:18px;margin:0}.collection-filters__close{font-size:24px;line-height:1;color:#2d3142}.collection-filters__group{padding:var(--space-2) 0;border-top:1px solid #EFF4FF}.collection-filters__group h3{font-size:13px;text-transform:uppercase;letter-spacing:.06em;color:#4a5468;margin-bottom:8px}.collection-filters__checkbox{display:flex;align-items:center;gap:8px;font-size:13px;color:var(--color-text);padding:4px 0;cursor:pointer}.collection-filters__checkbox input:disabled+span{color:#adb5c4}.collection-filters__price-range{display:flex;gap:10px}.collection-filters__price-range label{flex:1;font-size:11px;color:#8891a6;display:flex;flex-direction:column;gap:4px}.collection-filters__price-range input{border:1px solid #CBD9F5;border-radius:4px;padding:6px 8px;font-size:14px;color:var(--color-text)}.collection-filters__clear{display:block;text-align:center;font-size:12px;color:var(--color-accent);text-decoration:underline;margin:var(--space-2) 0}.collection-filters__apply{display:none;margin-top:var(--space-2)}.collection__empty{text-align:center;padding:var(--space-5) 0}.collection__empty p{font-size:14px;color:#4a5468;margin-bottom:var(--space-2)}@media(max-width:700px){.collection-filters__apply{display:block}}.cart{padding:var(--space-5) var(--space-3)}.cart__empty{text-align:center;padding:var(--space-5) 0}.cart-table{width:100%;border-collapse:collapse;margin:var(--space-3) 0}.cart-table th{text-align:left;font-size:12px;letter-spacing:.08em;text-transform:uppercase;padding-bottom:var(--space-2);border-bottom:1px solid #DCE7FB}.cart-table td{padding:var(--space-2) 0;border-bottom:1px solid #DCE7FB;vertical-align:middle}.cart-table__product{display:flex;gap:var(--space-2);align-items:center}.cart-table__variant{font-size:12px;color:#8891a6}.cart__summary{display:flex;flex-direction:column;align-items:flex-end;gap:var(--space-2);max-width:320px;margin-left:auto}.cart__subtotal{font-size:18px}.site-footer{background:var(--color-dark);color:var(--color-cream-soft);margin-top:var(--space-4)}.site-footer__row{display:grid;grid-template-columns:1fr auto 1fr;gap:var(--space-4);align-items:start;padding:var(--space-3)}.site-footer__wordmark{font-family:var(--font-display);font-size:17px}.site-footer__brand p{opacity:.7;font-size:12px;margin-top:4px}.site-footer__social{display:flex;gap:10px;margin-top:8px}.site-footer__social a{color:#fffc;display:inline-flex}.site-footer__social a:hover{color:var(--color-accent)}.site-footer__social svg{width:15px;height:15px}.site-footer__newsletter{text-align:center;max-width:340px;margin:0 auto}.site-footer__newsletter-eyebrow{font-family:var(--font-display);font-size:17px;color:var(--color-accent);margin:0 0 6px}.site-footer__newsletter-sub{font-size:12px;opacity:.75;margin:0 0 var(--space-2);line-height:1.4}.klaviyo-form{display:flex;flex-direction:column;gap:8px;align-items:center}.klaviyo-form input{width:100%;max-width:260px;padding:11px 16px;border-radius:999px;border:1px solid rgba(255,255,255,.35);background:transparent;color:inherit;font-size:16px;text-align:center}.klaviyo-form input::placeholder{color:#ffffff80}.klaviyo-form button{padding:8px 22px;border-radius:999px;background:var(--color-accent);color:#1e2a44;font-size:11px;letter-spacing:.08em;text-transform:uppercase}.klaviyo-form__message{font-size:11px;color:var(--color-accent);margin-top:6px}.site-footer__columns{display:flex;gap:var(--space-3);justify-content:flex-end;flex-wrap:wrap}.site-footer__col h3{font-size:11px;letter-spacing:.1em;text-transform:uppercase;margin-bottom:6px;color:var(--color-accent)}.site-footer__col ul{list-style:none;margin:0;padding:0}.site-footer__col li{margin-bottom:4px}.site-footer__col a{font-size:12px;opacity:.85;text-transform:capitalize}.site-footer__col a:hover{opacity:1;color:var(--color-accent)}.site-footer__bottom{display:flex;justify-content:space-between;font-size:10px;opacity:.6;padding:8px var(--space-3) var(--space-2);flex-wrap:wrap;gap:4px;border-top:1px solid rgba(255,255,255,.12)}@media(max-width:900px){.site-footer__row{grid-template-columns:1fr 1fr}.site-footer__newsletter{grid-column:1 / -1;order:-1}}@media(max-width:560px){.site-footer__row{grid-template-columns:1fr;text-align:center}.site-footer__brand{text-align:center}.site-footer__social{justify-content:center}.site-footer__columns{justify-content:center;gap:var(--space-3)}.site-footer__bottom{flex-direction:column;text-align:center}}.stack-builder{padding:var(--space-5) var(--space-3)}.stack-builder__heading{text-align:center;max-width:560px;margin:0 auto}.stack-builder__heading h1{font-size:38px;margin:var(--space-1) 0}.stack-builder__intro{color:#4a5468;font-size:15px}.stack-builder__layout{display:grid;grid-template-columns:1.6fr 1fr;gap:var(--space-5);align-items:start;margin-top:var(--space-4)}@media(max-width:900px){.stack-builder__layout{grid-template-columns:1fr}}.stack-builder__step{margin-bottom:var(--space-5)}.stack-builder__step-label{display:flex;align-items:center;gap:12px;margin-bottom:var(--space-3)}.stack-builder__step-number{width:28px;height:28px;border-radius:50%;background:var(--color-accent);color:#1e2a44;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:500}.stack-builder__step-label h2{font-size:20px}.stack-builder__necklace-grid,.stack-builder__charm-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-2)}@media(max-width:560px){.stack-builder__necklace-grid,.stack-builder__charm-grid{grid-template-columns:repeat(2,1fr)}}.stack-builder__necklace-card,.stack-builder__charm-card{position:relative;display:flex;flex-direction:column;align-items:flex-start;gap:4px;background:#fff;border:1px solid #DCE7FB;border-radius:4px;padding:var(--space-1);text-align:left;transition:border-color .2s ease,transform .2s ease}.stack-builder__necklace-card img,.stack-builder__charm-card img{width:100%;aspect-ratio:1 / 1;object-fit:cover;border-radius:3px;margin-bottom:6px}.stack-builder__necklace-card:hover,.stack-builder__charm-card:hover{border-color:var(--color-accent)}.stack-builder__necklace-card.is-selected,.stack-builder__charm-card.is-selected{border-color:var(--color-accent);box-shadow:0 0 0 2px var(--color-accent) inset}.stack-builder__necklace-title,.stack-builder__charm-title{font-size:13px;color:#2d3142}.stack-builder__necklace-price,.stack-builder__charm-price{font-size:12px;color:#5b87c9}.stack-builder__charm-check{position:absolute;top:6px;right:6px;width:24px;height:24px;border-radius:50%;border:1px solid #CBD9F5;background:#fff;display:flex;align-items:center;justify-content:center}.stack-builder__charm-check svg{width:17px;height:17px;opacity:0;transform:scale(.6);transition:opacity .2s ease,transform .2s ease;fill:#fff}.stack-builder__charm-card.is-selected .stack-builder__charm-check{background:var(--color-accent);border-color:var(--color-accent)}.stack-builder__charm-card.is-selected .stack-builder__charm-check svg{opacity:1;transform:scale(1)}.stack-builder__empty{font-size:13px;color:#4a5468;grid-column:1 / -1}.stack-builder__summary{background:#fff;border:1px solid #DCE7FB;border-radius:6px;padding:var(--space-3);position:sticky;top:var(--space-3)}.stack-builder__summary h2{font-size:18px;margin-bottom:var(--space-2)}.stack-builder__summary-empty{font-size:13px;color:#4a5468}.stack-builder__summary-necklace,.stack-builder__summary-charms{margin:0 0 var(--space-2);padding:0;list-style:none}.stack-builder__summary-item{display:flex;justify-content:space-between;font-size:13px;padding:6px 0;border-bottom:1px solid #EFF4FF;color:#2d3142}.stack-builder__totals-row{display:flex;justify-content:space-between;font-size:13px;padding:4px 0;color:#4a5468}.stack-builder__totals-row--discount{color:#5b87c9}.stack-builder__totals-row--total{font-size:16px;color:#2d3142;padding-top:8px;border-top:1px solid #EFF4FF;margin-top:4px}.stack-builder__note{font-size:11px;color:#8891a6;margin-top:var(--space-1);text-align:center}.cart-table__stack-badge{display:inline-block;margin-top:4px;font-size:10px;letter-spacing:.06em;text-transform:uppercase;background:#99c0f626;color:#3a4a6b;padding:2px 8px;border-radius:999px}.predictive-search[hidden]{display:none}.predictive-search{position:fixed;top:0;right:0;bottom:0;left:0;z-index:999}.predictive-search__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1e2a4466}.predictive-search__panel{position:relative;max-width:560px;margin:80px auto 0;background:#fff;border-radius:8px;box-shadow:0 8px 30px #0003;overflow:hidden}.predictive-search__form{display:flex;align-items:center;gap:8px;padding:var(--space-2) var(--space-3);border-bottom:1px solid #EFF4FF}.predictive-search__form input[type=search]{flex:1;border:none;font-size:16px;color:#2d3142}.predictive-search__form input[type=search]::placeholder{color:#8891a6}.predictive-search__form button[type=submit]{width:32px;height:32px;border-radius:50%;background:var(--color-accent);display:flex;align-items:center;justify-content:center;color:#1e2a44;flex-shrink:0}.predictive-search__close{font-size:22px;line-height:1;color:#8891a6;padding:4px;flex-shrink:0}.predictive-search__close:hover{color:var(--color-text)}.predictive-search__results{max-height:60vh;overflow-y:auto;padding:8px}.predictive-search__results[hidden]{display:none}.predictive-search__empty{font-size:13px;color:#8891a6;text-align:center;padding:var(--space-3)}.predictive-search__list{list-style:none;margin:0;padding:0}.predictive-search__list a{display:flex;align-items:center;gap:12px;padding:8px;border-radius:4px}.predictive-search__list a:hover{background:#99c0f61a}.predictive-search__list img{border-radius:3px;object-fit:cover;flex-shrink:0}.predictive-search__item-info{display:flex;flex-direction:column;gap:2px;min-width:0}.predictive-search__item-title{font-size:14px;color:#2d3142;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.predictive-search__item-price{font-size:12px;color:var(--color-accent)}@media(max-width:620px){.predictive-search__panel{margin:0;max-width:100%;height:100%;border-radius:0;display:flex;flex-direction:column}.predictive-search__results{max-height:none;flex:1}}.cart-drawer{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;visibility:hidden;pointer-events:none}.cart-drawer.is-open{visibility:visible;pointer-events:auto}.cart-drawer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:#1e2a4466;opacity:0;transition:opacity .3s ease}.cart-drawer.is-open .cart-drawer__overlay{opacity:1}.cart-drawer__panel{position:absolute;top:0;right:0;height:100%;width:min(420px,100%);background:#fff;display:flex;flex-direction:column;transform:translate(100%);transition:transform .35s var(--ease)}.cart-drawer.is-open .cart-drawer__panel{transform:translate(0)}.cart-drawer__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-3);border-bottom:1px solid #DCE7FB}.cart-drawer__header h2{font-size:18px}.cart-drawer__close{font-size:26px;line-height:1;color:#2d3142}.cart-drawer__body{flex:1;overflow-y:auto;padding:var(--space-2) var(--space-3)}.cart-drawer__empty{color:#4a5468;font-size:14px;text-align:center;margin-top:var(--space-4)}.cart-drawer__empty-links{display:flex;flex-direction:column;gap:8px;margin-top:var(--space-3)}.cart-drawer__empty-links .btn{padding:10px 20px;font-size:12px}.cart-drawer__items{list-style:none;margin:0;padding:0}.cart-drawer__item{display:grid;grid-template-columns:60px 1fr auto;gap:var(--space-2);align-items:flex-start;padding:var(--space-2) 0;border-bottom:1px solid #EFF4FF}.cart-drawer__item img{width:60px;height:60px;object-fit:cover;border-radius:4px}.cart-drawer__item-title{font-size:13px;color:#2d3142;margin:0}.cart-drawer__item-variant{font-size:12px;color:#8891a6;margin:2px 0 0}.cart-drawer__item-qty{font-size:12px;color:#8891a6;margin:4px 0 0}.cart-drawer__item-price{font-size:13px;color:#2d3142}.cart-drawer__footer{padding:var(--space-3);border-top:1px solid #DCE7FB}.cart-drawer__subtotal{display:flex;justify-content:space-between;font-size:15px;color:#2d3142;margin-bottom:4px}.cart-drawer__note{font-size:11px;color:#8891a6;margin:0 0 var(--space-2)}.cart-drawer__footer .btn{margin-bottom:8px}.cart-drawer__footer .btn:last-child{margin-bottom:0}.password-body{background:var(--color-bg)}.password-screen{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:var(--space-4) var(--space-3)}.password-screen__inner{max-width:480px;width:100%;text-align:center}.password-screen__logo{width:min(420px,90%);height:auto;margin:0 auto var(--space-3)}.password-screen__status{font-size:14px;color:#4a5468;margin-bottom:var(--space-3)}.password-screen__signup h2{font-size:22px;margin-bottom:6px}.password-screen__signup p{font-size:13px;color:#4a5468;margin-bottom:var(--space-2)}.password-screen__instagram{display:inline-block;margin-top:var(--space-3);font-size:12px;letter-spacing:.1em;text-transform:uppercase;color:#3a4a6b;border-bottom:1px solid var(--color-accent);padding-bottom:2px}.password-screen__enter{margin-top:var(--space-4)}.password-screen__enter summary{font-size:12px;color:#8891a6;cursor:pointer;letter-spacing:.06em}.password-screen__enter form{margin-top:var(--space-2)}.newsletter-field--light{border-bottom:1px solid #CBD9F5;max-width:320px;margin:0 auto}.newsletter-field--light input{color:#2d3142}.newsletter-field--light input::placeholder{color:#8891a6}.newsletter-field--light button{color:#3a4a6b}.drop-countdown{margin:var(--space-3) 0}.drop-countdown__label{font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--color-accent);margin-bottom:var(--space-1)}.drop-countdown__units{display:flex;justify-content:center;gap:var(--space-2)}.drop-countdown__units>div{display:flex;flex-direction:column;align-items:center;min-width:48px}.drop-countdown__units span{font-family:var(--font-display);font-size:34px;line-height:1;color:#2d3142}.drop-countdown__units small{font-size:10px;letter-spacing:.12em;text-transform:uppercase;color:#8891a6;margin-top:4px}.drop-countdown--inline .drop-countdown__units span{font-size:18px;color:inherit}.drop-countdown--inline .drop-countdown__units small{color:inherit;opacity:.7}.drop-countdown--inline{margin:0}.drop-banner{background:var(--color-dark);color:#fff}.drop-banner__inner{display:flex;align-items:center;justify-content:center;gap:var(--space-2);padding:10px var(--space-3);flex-wrap:wrap}.drop-banner__text{font-size:12px;letter-spacing:.12em;text-transform:uppercase}.drop-banner__closed{padding:10px var(--space-3);text-align:center;font-size:12px;letter-spacing:.08em}.drop-banner.is-closed .drop-banner__inner{display:none}.is-disabled{opacity:.5;pointer-events:none}.stock-counter{display:inline-block;font-size:11px;letter-spacing:.08em;text-transform:uppercase;padding:3px 10px;border-radius:999px;margin-bottom:6px}.stock-counter--low{background:#99c0f633;color:#2d3142}.stock-counter--out{background:#eff4ff;color:#8891a6}.final-sale-note{margin-top:var(--space-3);padding:var(--space-2);background:#99c0f61a;border-radius:4px}.final-sale-note__line{font-size:12px;color:#2d3142;margin:0 0 4px;line-height:1.5}.final-sale-note__line--muted{color:#4a5468;margin-bottom:0}.cart-drawer__final-sale{font-size:11px;color:#8891a6;margin:0 0 var(--space-2)}.express-checkout{margin-top:10px}.express-checkout form{margin:0}.trust-badges{margin-top:12px;text-align:center}.trust-badges__secure{display:flex;align-items:center;justify-content:center;gap:6px;font-size:11px;color:#8891a6;letter-spacing:.04em;margin:0 0 8px}.trust-badges__payments{display:flex;align-items:center;justify-content:center;gap:6px;flex-wrap:wrap}.trust-badges__payments img{border-radius:3px;border:1px solid #EFF4FF}.basic-page{padding:var(--space-5) var(--space-3)}.basic-page__heading{text-align:center;margin-bottom:var(--space-3)}.basic-page__content{max-width:720px;margin:0 auto}.shopify-policy__container{max-width:720px;margin:0 auto;padding:var(--space-5) var(--space-3);font-family:var(--font-body);color:var(--color-text)}.shopify-policy__title h1{font-family:var(--font-display);text-transform:capitalize;margin-bottom:var(--space-3)}.shopify-policy__body{line-height:1.7}.shopify-policy__body a{text-decoration:underline;color:var(--color-accent)}.notify-back-in-stock{margin-top:var(--space-2);padding:var(--space-2);background:#99c0f61a;border-radius:4px}.notify-back-in-stock__label{font-size:13px;color:#2d3142;margin:0 0 8px}.notify-back-in-stock__row{display:flex;gap:8px}.notify-back-in-stock__row input{flex:1;border:1px solid #CBD9F5;border-radius:4px;padding:10px 12px;font-size:16px;color:#2d3142;background:#fff}.notify-back-in-stock__row input::placeholder{color:#8891a6}.notify-back-in-stock__message{font-size:12px;color:#2d3142;margin:8px 0 0}.wishlist-toggle{margin-top:8px}.wishlist-toggle.is-saved{background:var(--color-accent);border-color:var(--color-accent);color:#1e2a44}.saved-list{padding:var(--space-5) var(--space-3)}.saved-list__heading{text-align:center;max-width:520px;margin:0 auto}.saved-list__heading h1{font-size:34px;margin:var(--space-1) 0}.saved-list__intro{font-size:14px;color:#4a5468}.saved-list__empty{text-align:center;font-size:14px;color:#4a5468;padding:var(--space-4) 0}.recently-viewed{padding:var(--space-4) var(--space-3) var(--space-5)}.recently-viewed__heading{font-size:22px;text-align:center;margin-bottom:var(--space-3)}.product-recommendations{padding:var(--space-4) var(--space-3) var(--space-5)}.product-recommendations__heading{font-size:22px;text-align:center;margin-bottom:var(--space-3)}.product-reviews{padding:var(--space-4) var(--space-3) var(--space-5)}.product-reviews__heading{font-size:22px;text-align:center;margin-bottom:var(--space-3)}.product-reviews__empty{text-align:center;font-size:14px;color:#4a5468}.product-reviews__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:var(--space-3);max-width:960px;margin:0 auto}.product-reviews__item{padding:var(--space-3);border-radius:4px;background:#99c0f614}.product-reviews__stars{color:#cbd9f5;font-size:14px;margin-bottom:8px}.product-reviews__stars .is-filled{color:var(--color-accent)}.product-reviews__quote{font-size:14px;line-height:1.6;color:#2d3142;margin:0 0 8px}.product-reviews__author{font-size:12px;color:#4a5468;margin:0}.wishlist-confirm[hidden]{display:none}.wishlist-confirm{display:block;text-align:center;font-size:12px;color:#3a4a6b;text-decoration:underline;margin-top:8px}.cart-drawer__item-controls{display:flex;align-items:center;gap:8px;margin-top:6px}.cart-drawer__qty-btn{width:30px;height:30px;border:1px solid #CBD9F5;border-radius:3px;display:flex;align-items:center;justify-content:center;font-size:14px;color:#2d3142}.cart-drawer__qty-btn:hover{border-color:var(--color-accent);background:#99c0f61a}.cart-drawer__qty-input{width:44px;text-align:center;border:1px solid #CBD9F5;border-radius:3px;font-size:16px;padding:3px 0;-moz-appearance:textfield}.cart-drawer__qty-input::-webkit-outer-spin-button,.cart-drawer__qty-input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.cart-drawer__remove{font-size:11px;color:#8891a6;text-decoration:underline;margin-left:4px}.cart-drawer__remove:hover{color:#2d3142}.stack-builder__necklace-card.is-soldout,.stack-builder__charm-card.is-soldout{cursor:not-allowed;opacity:.5}.stack-builder__necklace-card.is-soldout img,.stack-builder__charm-card.is-soldout img{filter:grayscale(1)}.stack-builder__soldout-badge{position:absolute;top:8px;left:8px;background:#2d3142;color:#fff;font-size:10px;letter-spacing:.06em;text-transform:uppercase;padding:3px 8px;border-radius:999px}@media(max-width:480px){.drop-banner__inner{padding:8px var(--space-2);gap:6px}.drop-banner__text{font-size:10px}.drop-countdown--inline .drop-countdown__units{gap:6px}.drop-countdown--inline .drop-countdown__units>div{min-width:30px}.drop-countdown--inline .drop-countdown__units span{font-size:14px}.drop-countdown--inline .drop-countdown__units small{font-size:8px}.site-header__inner{padding:10px var(--space-2)}.site-header__logo img{max-height:34px}.site-header__actions{gap:2px}.site-header__actions .icon-link svg{width:19px;height:19px}.icon-link{font-size:18px;padding:11px}.hero__content{padding:var(--space-2)}.product,.stack-builder{padding:var(--space-3) var(--space-2)}.stack-builder__summary{position:static;margin-top:var(--space-3)}.cart-table th{font-size:10px}.cart-table td{padding:var(--space-1) 0;font-size:13px}.cart-table__product{gap:8px}.cart-table__product img{width:56px;height:56px}.cart-drawer__item-controls{flex-wrap:wrap}}.sticky-add-to-cart{display:none;position:fixed;left:0;right:0;bottom:0;z-index:500;background:#fff;border-top:1px solid #DCE7FB;transform:translateY(100%);transition:transform .3s var(--ease);padding-bottom:env(safe-area-inset-bottom,0)}.sticky-add-to-cart.is-visible{transform:translateY(0)}.sticky-add-to-cart__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:10px var(--space-3)}.sticky-add-to-cart__info{display:flex;flex-direction:column;min-width:0}.sticky-add-to-cart__title{font-size:12px;color:#2d3142;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sticky-add-to-cart__price{font-size:14px;color:#3a4a6b;font-weight:500}.sticky-add-to-cart .btn{padding:10px 22px;font-size:12px;flex-shrink:0}@media(max-width:860px){.sticky-add-to-cart{display:block}}.sticky-cart-checkout{display:none;position:fixed;left:0;right:0;bottom:0;z-index:500;background:#fff;border-top:1px solid #DCE7FB;transform:translateY(100%);transition:transform .3s var(--ease);padding-bottom:env(safe-area-inset-bottom,0)}.sticky-cart-checkout.is-visible{transform:translateY(0)}.sticky-cart-checkout__inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2);padding:10px var(--space-3)}.sticky-cart-checkout__subtotal{font-size:14px;color:#3a4a6b;font-weight:500}.sticky-cart-checkout .btn{padding:10px 22px;font-size:12px;flex-shrink:0}@media(max-width:860px){.sticky-cart-checkout{display:block}}.stack-builder__nudge{font-size:12px;color:#3a4a6b;text-align:center;background:#99c0f626;border-radius:4px;padding:8px;margin:0 0 var(--space-2)}.product-card__remove{position:absolute;top:8px;right:8px;z-index:2;width:24px;height:24px;border-radius:50%;background:#ffffffe6;color:#2d3142;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:1;box-shadow:0 1px 4px #00000026}.product-card__remove:hover{background:#fff;color:#b0453d}[data-saved-card]{position:relative}.search-page{padding:var(--space-5) var(--space-3)}.search-page__heading{text-align:center;max-width:560px;margin:0 auto}.search-page__heading h1{font-size:32px;margin:4px 0 var(--space-3);word-break:break-word}.search-page__form{display:flex;align-items:center;gap:8px;max-width:420px;margin:0 auto var(--space-3);border:1px solid #CBD9F5;border-radius:999px;padding:6px 6px 6px 20px;background:#fff}.search-page__form input[type=search]{flex:1;border:none;background:none;font-size:16px;color:#2d3142}.search-page__form input[type=search]::placeholder{color:#8891a6}.search-page__form button{width:36px;height:36px;border-radius:50%;background:var(--color-accent);display:flex;align-items:center;justify-content:center;color:#1e2a44}.search-page__prompt{text-align:center;font-size:14px;color:#4a5468;margin-top:var(--space-3)}.search-page__empty{text-align:center;padding:var(--space-4) 0}.search-page__empty p{font-size:14px;color:#4a5468;margin-bottom:var(--space-3)}.search-page__empty-links{display:flex;justify-content:center;gap:var(--space-2);flex-wrap:wrap}.search-page__other-result{display:flex;flex-direction:column;gap:4px;padding:var(--space-2);border:1px solid #DCE7FB;border-radius:4px;background:#fff}.search-page__other-result-type{font-size:11px;color:#8891a6;text-transform:uppercase;letter-spacing:.06em}.klaviyo-form--light input{border-color:#cbd9f5;color:#2d3142}.klaviyo-form--light input::placeholder{color:#8891a6}.error-404{text-align:center;padding:var(--space-6) var(--space-3);max-width:560px;margin:0 auto}.error-404 .eyebrow{font-size:12px;letter-spacing:.24em;text-transform:uppercase;color:var(--color-accent)}.error-404 h1{margin:4px 0 var(--space-2)}.error-404__text{font-size:14px;color:#4a5468;margin:var(--space-2) 0 var(--space-3)}.error-404__links{display:flex;justify-content:center;gap:var(--space-2);flex-wrap:wrap}.a11y-widget{position:fixed;right:0;top:50%;transform:translateY(-50%);z-index:900}.a11y-widget__toggle{width:44px;height:44px;border-radius:8px 0 0 8px;background:var(--color-dark);color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:-1px 1px 6px #00000026}.a11y-widget__toggle:hover{background:var(--color-accent);color:#1e2a44}.a11y-widget__panel{position:absolute;right:44px;top:50%;transform:translateY(-50%);width:300px;max-height:80vh;overflow-y:auto;background:#fff;color:var(--color-text);border-radius:8px;box-shadow:0 4px 20px #0000002e;padding:var(--space-2)}.a11y-widget__panel[hidden]{display:none}.a11y-widget__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.a11y-widget__header h2{font-size:15px;margin:0}.a11y-widget__header-actions{display:flex;align-items:center;gap:10px}.a11y-widget__reset{font-size:11px;color:var(--color-accent);text-decoration:underline}.a11y-widget__close{font-size:18px;line-height:1;color:#8891a6;padding:4px}.a11y-widget__close:hover{color:var(--color-text)}.a11y-widget__row{display:flex;align-items:center;justify-content:space-between;font-size:13px;padding:8px 0;border-top:1px solid #EFF4FF}.a11y-widget__stepper{display:flex;gap:4px}.a11y-widget__stepper button{font-size:11px;padding:4px 10px;border:1px solid #CBD9F5;border-radius:4px;color:var(--color-text)}.a11y-widget__stepper button:hover{background:#99c0f626}.a11y-widget__grid{display:grid;grid-template-columns:1fr 1fr;gap:6px;padding-top:8px;border-top:1px solid #EFF4FF}.a11y-widget__card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:10px 6px;border:1px solid #EFF4FF;border-radius:6px;font-size:11px;color:var(--color-text);text-align:center;line-height:1.2}.a11y-widget__card:hover{border-color:#cbd9f5;background:#99c0f614}.a11y-widget__card.is-active{background:var(--color-accent);border-color:var(--color-accent);color:#1e2a44}.a11y-widget__card-glyph{font-family:var(--font-display);font-size:18px;line-height:1}.a11y-widget__card-glyph--underline{text-decoration:underline}@media(max-width:480px){.a11y-widget__toggle{width:40px;height:40px}.a11y-widget__panel{right:40px;width:260px}}html.a11y-high-contrast{--color-bg: #FFFFFF;--color-text: #000000;--color-accent: #0645AD}html.a11y-high-contrast body{background:#fff;color:#000}html.a11y-high-contrast .btn--gold{background:#000;color:#fff}html.a11y-high-contrast .btn--outline{border-color:#000;color:#000}html.a11y-reduce-motion *,html.a11y-reduce-motion *:before,html.a11y-reduce-motion *:after{animation-duration:.001ms!important;animation-iteration-count:1!important;transition-duration:.001ms!important;scroll-behavior:auto!important}html.a11y-underline-links a{text-decoration:underline}html.a11y-wide-spacing *{letter-spacing:.06em!important;word-spacing:.12em!important}html.a11y-tall-lines p,html.a11y-tall-lines li,html.a11y-tall-lines span,html.a11y-tall-lines div{line-height:1.9!important}html.a11y-readable-font body,html.a11y-readable-font h1,html.a11y-readable-font h2,html.a11y-readable-font h3,html.a11y-readable-font p,html.a11y-readable-font span,html.a11y-readable-font a,html.a11y-readable-font button,html.a11y-readable-font li{font-family:Arial,Helvetica,sans-serif!important}html.a11y-big-cursor,html.a11y-big-cursor *{cursor:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' viewBox='0 0 24 24'%3E%3Cpath d='M4 2l14 6.5-6 1.7L10 16z' fill='%232D3142' stroke='white' stroke-width='1.5' stroke-linejoin='round'/%3E%3C/svg%3E") 4 4,auto!important}html.a11y-hide-images img:not(.a11y-widget img){visibility:hidden}.a11y-reading-guide-bar{position:fixed;left:0;right:0;height:36px;background:#ffd60059;pointer-events:none;z-index:850;display:none}.shop-the-look{padding:var(--space-5) var(--space-3)}.shop-the-look__heading{text-align:center;margin-bottom:var(--space-3)}.shop-the-look__heading h2{font-size:30px;margin-top:4px}.shop-the-look__media{position:relative;max-width:720px;margin:0 auto;border-radius:var(--radius-sm);overflow:hidden}.shop-the-look__media img{display:block;width:100%;height:auto}.shop-the-look__point{position:absolute;z-index:2}.shop-the-look__hotspot{width:32px;height:32px;margin:-16px 0 0 -16px;border-radius:50%;background:#ffffffe6;color:var(--color-dark);display:flex;align-items:center;justify-content:center;box-shadow:0 1px 6px #00000040;animation:shop-the-look-pulse 2.2s ease-in-out infinite}.shop-the-look__hotspot:hover,.shop-the-look__hotspot[aria-expanded=true]{background:var(--color-accent);color:#fff}@keyframes shop-the-look-pulse{0%,to{box-shadow:0 1px 6px #00000040,0 0 #99c0f680}50%{box-shadow:0 1px 6px #00000040,0 0 0 8px #99c0f600}}html.a11y-reduce-motion .shop-the-look__hotspot{animation:none}@media(prefers-reduced-motion:reduce){.shop-the-look__hotspot{animation:none}}.shop-the-look__popup{position:absolute;bottom:calc(100% + 12px);left:50%;transform:translate(-50%);width:220px;background:#fff;border-radius:8px;box-shadow:0 6px 24px #0003;padding:12px;display:flex;gap:10px;z-index:3}.shop-the-look__popup.is-below{bottom:auto;top:calc(100% + 12px)}.shop-the-look__popup[hidden]{display:none}.shop-the-look__popup-close{position:absolute;top:4px;right:6px;font-size:16px;line-height:1;color:#8891a6}.shop-the-look__popup-close:hover{color:var(--color-text)}.shop-the-look__popup-media img{border-radius:4px;object-fit:cover;flex-shrink:0}.shop-the-look__popup-info{display:flex;flex-direction:column;gap:4px;min-width:0}.shop-the-look__popup-title{font-size:13px;color:var(--color-text);font-weight:500;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.shop-the-look__popup-price{font-size:13px;color:var(--color-accent);margin:0}.shop-the-look__popup-add{padding:6px 12px;font-size:11px;margin-top:2px;align-self:flex-start}.value-props{background:var(--color-bg);padding:var(--space-4) 0}.value-props__row{display:flex;justify-content:center;flex-wrap:wrap}.value-props__item{flex:1 1 140px;max-width:200px;text-align:center;padding:0 var(--space-2);border-right:1px solid rgba(45,49,66,.12)}.value-props__item:last-child{border-right:none}.value-props__icon{height:30px;display:flex;align-items:center;justify-content:center;margin:0 auto 10px}.value-props__icon svg,.value-props__icon img{max-width:28px;max-height:28px;width:auto;height:auto;object-fit:contain;color:var(--color-accent)}.value-props__label{font-size:11px;letter-spacing:.12em;text-transform:uppercase;color:var(--color-text);margin:0}@media(max-width:700px){.value-props__row{flex-direction:column;align-items:stretch;gap:0}.value-props__item{flex:none;max-width:none;width:100%;text-align:left;display:flex;align-items:center;justify-content:flex-start;gap:var(--space-2);padding:var(--space-2) var(--space-3);border-right:none;border-bottom:1px solid rgba(45,49,66,.12)}.value-props__item:last-child{border-bottom:none}.value-props__icon{margin:0;flex-shrink:0}}.cart-nudge{position:relative;margin:var(--space-2) 0;padding:var(--space-2);background:#99c0f61a;border-radius:4px}.cart-nudge[hidden]{display:none}.cart-nudge__dismiss{position:absolute;top:6px;right:8px;font-size:16px;line-height:1;color:#8891a6}.cart-nudge__dismiss:hover{color:var(--color-text)}.cart-nudge__text{font-size:13px;color:#2d3142;margin:0 20px 10px 0}.cart-nudge__products{display:flex;flex-direction:column;gap:8px}.cart-nudge__product{display:flex;align-items:center;gap:10px}.cart-nudge__product img{border-radius:3px;object-fit:cover;flex-shrink:0}.cart-nudge__product-info{flex:1;min-width:0}.cart-nudge__product-title{font-size:12px;color:#2d3142;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cart-nudge__product-price{font-size:11px;color:var(--color-accent);margin:0}.cart-nudge__product-add{padding:5px 14px;font-size:11px;flex-shrink:0}
/*# sourceMappingURL=/cdn/shop/t/9/assets/theme.css.map */
