:root{--berry-wl-gold: #c9a24a;--berry-wl-dark: #1b1815;--berry-wl-radius: 8px}.berry-wl-heart{--s: 38px;position:absolute;top:10px;z-index:6;width:var(--s);height:var(--s);display:inline-flex;align-items:center;justify-content:center;padding:0;margin:0;border:none;border-radius:50%;cursor:pointer;background:#ffffffd9;box-shadow:0 1px 4px #0000002e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:transform .15s ease,background .15s ease;-webkit-tap-highlight-color:transparent}.berry-wl-heart:hover{background:#fff}.berry-wl-heart:not(.berry-wl-heart--pdp){right:8px;left:auto;margin-left:0}product-card:has(.berry-card-variants__item) .berry-wl-heart:not(.berry-wl-heart--pdp){right:46px}.berry-wl-heart svg{width:20px;height:20px;display:block}.berry-wl-heart .berry-wl-heart__fill{fill:transparent;transition:fill .15s ease}.berry-wl-heart .berry-wl-heart__stroke{stroke:var(--berry-wl-dark);stroke-width:1.6;fill:none}.berry-wl-heart[aria-pressed=true] .berry-wl-heart__fill{fill:var(--berry-wl-gold)}.berry-wl-heart[aria-pressed=true] .berry-wl-heart__stroke{stroke:var(--berry-wl-gold)}@keyframes berry-wl-pop{0%{transform:scale(1)}40%{transform:scale(1.28)}to{transform:scale(1)}}.berry-wl-heart.is-animating{animation:berry-wl-pop .32s ease}@keyframes berry-wl-beat{0%,to{transform:scale(1)}14%{transform:scale(1.16)}28%{transform:scale(1)}42%{transform:scale(1.1)}56%{transform:scale(1)}}.berry-wl-heart[aria-pressed=true] svg,.berry-wl-headlink:has(.berry-wl-count:not([hidden])) svg{animation:berry-wl-beat 2.4s ease-in-out infinite;transform-origin:center;will-change:transform}@media(prefers-reduced-motion:reduce){.berry-wl-heart[aria-pressed=true] svg,.berry-wl-headlink:has(.berry-wl-count:not([hidden])) svg{animation:none}}.berry-wl-heart--pdp{position:static;vertical-align:middle;margin-inline-end:12px;background:transparent;box-shadow:none;--s: 40px}.berry-wl-heart--pdp:hover{background:#0000000d}.berry-wl-headlink{position:relative;display:inline-flex;align-items:center;justify-content:center;color:inherit;text-decoration:none}.berry-wl-headlink svg{width:22px;height:22px}.berry-wl-headlink .berry-wl-heart__stroke{stroke:currentColor;stroke-width:1.5;fill:none}.berry-wl-count{position:absolute;top:-6px;right:-8px;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--berry-wl-gold);color:var(--berry-wl-dark);font-size:11px;font-weight:700;line-height:17px;text-align:center}.berry-wl-count[hidden]{display:none}.berry-wl-page{width:100%}.berry-wl-empty{text-align:center;padding:48px 16px;opacity:.75}.berry-wl-empty a{color:var(--berry-wl-gold)}.berry-wl-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:24px}.berry-wl-item{position:relative;display:flex;flex-direction:column;border:1px solid rgba(0,0,0,.08);border-radius:var(--berry-wl-radius);overflow:hidden;background:var(--color-background, #fff)}.berry-wl-item__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:#f4f1ec}.berry-wl-item__media img{position:absolute!important;top:0;right:0;bottom:0;left:0;width:100%!important;height:100%!important;object-fit:contain!important;padding:10px;box-sizing:border-box}.berry-wl-item__remove{position:absolute;top:8px;right:8px;width:30px;height:30px;border:none;border-radius:50%;background:#ffffffe6;cursor:pointer;font-size:16px;line-height:30px;color:var(--berry-wl-dark);box-shadow:0 1px 4px #0000002e}.berry-wl-item__body{display:flex;flex-direction:column;gap:4px;padding:12px;flex:1}.berry-wl-item__brand{font-size:11px;letter-spacing:.06em;text-transform:uppercase;opacity:.6}.berry-wl-item__variant{font-size:12px;opacity:.65}.berry-wl-item__title{font-size:14px;line-height:1.3;color:inherit;text-decoration:none;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;min-height:2.6em}.berry-wl-item__title:hover{text-decoration:underline}.berry-wl-item__price{font-size:14px;font-weight:600;margin-top:2px}.berry-wl-item__price del{opacity:.5;font-weight:400;margin-inline-start:6px}.berry-wl-item__add{margin-top:auto;padding:10px 12px;border:none;border-radius:var(--berry-wl-radius);background:var(--berry-wl-dark);color:#fff;font-size:12px;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.berry-wl-item__add:disabled{opacity:.4;cursor:default}.berry-cmp-check{position:absolute;left:8px;bottom:8px;z-index:5;display:inline-flex;align-items:center;gap:6px;padding:6px;border:none;border-radius:20px;background:#ffffffe6;box-shadow:0 1px 4px #0000002e;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;font:inherit;font-size:11px;line-height:1;color:var(--berry-wl-dark);opacity:.92;transition:opacity .15s ease,background .15s ease;-webkit-tap-highlight-color:transparent}.berry-cmp-check:hover{opacity:1;background:#fff}.berry-cmp-check.is-disabled{opacity:.4;cursor:not-allowed}.berry-cmp-check__box{width:15px;height:15px;flex:none;border-radius:4px;border:1.6px solid var(--berry-wl-dark);background:#fff;display:inline-flex;align-items:center;justify-content:center;transition:background .15s ease,border-color .15s ease}.berry-cmp-check__box:after{content:"";width:8px;height:4px;border-left:2px solid var(--berry-wl-dark);border-bottom:2px solid var(--berry-wl-dark);transform:rotate(-45deg) translateY(-1px);opacity:0;transition:opacity .15s ease}.berry-cmp-check[aria-pressed=true] .berry-cmp-check__box{background:var(--berry-wl-gold);border-color:var(--berry-wl-gold)}.berry-cmp-check[aria-pressed=true] .berry-cmp-check__box:after{opacity:1}.berry-cmp-check__label{display:none;white-space:nowrap;letter-spacing:.02em}.berry-cmp-check[aria-pressed=true]{padding:5px 11px 5px 7px}.berry-cmp-check[aria-pressed=true] .berry-cmp-check__label{display:inline}.product-media:has(.berry-cmp-check[aria-pressed=true]),.bp-media:has(.berry-cmp-check[aria-pressed=true]),.berry-wl-item__media:has(.berry-cmp-check[aria-pressed=true]){outline:2px solid var(--berry-wl-gold);outline-offset:-2px}.berry-cmp-bar{position:fixed;left:50%;bottom:22px;transform:translate(-50%) translateY(140%);z-index:70;display:flex;align-items:center;gap:14px;padding:9px 12px 9px 20px;background:var(--berry-wl-dark);color:#fff;border-radius:40px;box-shadow:0 6px 26px #00000047;max-width:calc(100vw - 32px);opacity:0;pointer-events:none;transition:transform .28s cubic-bezier(.2,.8,.2,1),opacity .2s ease}.berry-cmp-bar.is-visible{transform:translate(-50%) translateY(0);opacity:1;pointer-events:auto}.berry-cmp-bar.is-flash{box-shadow:0 0 0 2px var(--berry-wl-gold),0 6px 26px #00000047}.berry-cmp-bar__count{font-size:13px;white-space:nowrap}.berry-cmp-bar__go{border:none;background:var(--berry-wl-gold);color:var(--berry-wl-dark);padding:9px 18px;border-radius:30px;font-size:13px;font-weight:700;cursor:pointer;white-space:nowrap}.berry-cmp-bar__go:disabled{opacity:.45;cursor:default}.berry-cmp-bar__clear{border:none;background:transparent;color:#fff;font-size:22px;line-height:1;cursor:pointer;opacity:.7;padding:0 4px}.berry-cmp-bar__clear:hover{opacity:1}.berry-wl-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100;display:flex;align-items:center;justify-content:center;padding:20px}.berry-wl-modal__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080}.berry-wl-modal__panel{position:relative;display:flex;flex-direction:column;width:100%;max-width:960px;max-height:88vh;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 14px 50px #00000052}.berry-wl-modal__head{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;border-bottom:1px solid rgba(0,0,0,.08)}.berry-wl-modal__head h2{margin:0;font-size:18px}.berry-wl-modal__close{border:none;background:transparent;cursor:pointer;font-size:26px;line-height:1;color:var(--berry-wl-dark)}.berry-wl-modal__scroll{overflow:auto;-webkit-overflow-scrolling:touch}.berry-wl-ctable{border-collapse:collapse;width:100%}.berry-wl-ctable th,.berry-wl-ctable td{padding:12px 14px;text-align:left;vertical-align:top;border-bottom:1px solid rgba(0,0,0,.06);font-size:13px;min-width:150px}.berry-wl-ctable thead th{position:sticky;top:0;z-index:2;background:#fff;border-bottom:1px solid rgba(0,0,0,.12)}.berry-wl-ctable__rowlabel{position:sticky;left:0;z-index:1;min-width:120px;width:120px;background:#faf8f4;font-weight:600;color:#6b655d;white-space:nowrap}.berry-wl-ctable thead .berry-wl-ctable__rowlabel{z-index:3}.berry-wl-ctable__img{display:block;width:120px;height:120px;object-fit:contain;background:#f4f1ec;border-radius:8px;padding:6px;box-sizing:border-box}.berry-wl-ctable__brand{display:block;margin-top:8px;font-size:11px;letter-spacing:.06em;text-transform:uppercase;opacity:.6}.berry-wl-ctable__ptitle{display:block;margin-top:2px;max-width:170px;color:inherit;text-decoration:none;line-height:1.3}.berry-wl-ctable__ptitle:hover{text-decoration:underline}.berry-wl-ctable__price{display:block;margin-top:4px;font-weight:600}.berry-wl-ctable__price del{opacity:.5;font-weight:400;margin-inline-start:6px}.berry-wl-ctable__na{opacity:.4}.berry-wl-ctable__add{border:none;border-radius:var(--berry-wl-radius);background:var(--berry-wl-dark);color:#fff;padding:9px 14px;font-size:12px;letter-spacing:.04em;text-transform:uppercase;cursor:pointer}.berry-wl-ctable__add:disabled{opacity:.4;cursor:default}@media(max-width:600px){.berry-wl-ctable__img{width:90px;height:90px}.berry-wl-ctable th,.berry-wl-ctable td{min-width:128px}}.product-card__content .berry-card-variants{position:absolute!important;top:10px;right:8px;left:auto;bottom:auto;z-index:4;flex-direction:column!important;align-items:flex-end;gap:5px;width:auto!important;margin:0!important;padding:0!important}.berry-card-variants__item{width:28px!important;height:28px!important;min-width:0!important;border-radius:5px;overflow:hidden;border:2px solid #fff!important;box-shadow:0 1px 5px #00000047;margin:0!important}.berry-card-variants__item.is-active{border-color:var(--berry-wl-gold)!important}.berry-card-variants__img{width:100%!important;height:100%!important;object-fit:cover}.berry-card-dots{display:none!important}
/*# sourceMappingURL=/cdn/shop/t/33/assets/berry-wishlist.css.map */
