:root{--ee-green:#2F381C;--ee-gold:#BCB295;--ee-grey:#D0CBC8;--ee-brown:#AAA097;--ee-taupe:#9D9185;--ee-blush:#F0EBE6;--ee-sage:#4C7257;--ee-sand:#E9D8B0;--ee-paper:#F4F2F0}.ee-heart{display:inline-flex;align-items:center;justify-content:center;width:38px;height:38px;padding:0;border:0;border-radius:50%;background:#ffffffeb;color:var(--ee-green);cursor:pointer;box-shadow:0 1px 4px #0000001f;transition:transform .15s ease;-webkit-tap-highlight-color:transparent}.ee-heart:hover{transform:scale(1.08)}.ee-heart:focus-visible{outline:2px solid var(--ee-green);outline-offset:2px}.ee-heart svg{width:20px;height:20px;display:block}.ee-heart svg path{fill:transparent;stroke:currentColor;stroke-width:1.6;transition:fill .15s ease}.ee-heart.is-saved svg path{fill:currentColor}.ee-heart.ee-pop{animation:ee-pop .35s ease}@keyframes ee-pop{0%{transform:scale(1)}40%{transform:scale(1.3)}to{transform:scale(1)}}.ee-heart--card{position:absolute;top:10px;right:10px;z-index:5}.card-wrapper{position:relative}.ee-heart--title{box-shadow:none;background:transparent;width:40px;height:40px;flex:none;border:1px solid var(--ee-grey)}.ee-heart--title svg{width:22px;height:22px}.ee-title-row{display:flex;align-items:flex-start;gap:12px}.ee-title-row>.product__title{flex:1;min-width:0}.ee-save-design{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;margin:12px 0 0;padding:10px 0;border:0;background:none;color:var(--ee-green);font:inherit;font-size:1.4rem;letter-spacing:.04rem;cursor:pointer;text-decoration:underline;text-underline-offset:3px}.ee-save-design svg{width:18px;height:18px}.ee-save-design svg path{fill:transparent;stroke:currentColor;stroke-width:1.6}.ee-save-design.is-saved svg path{fill:currentColor}.ee-saved-link{position:relative}.header__icon .ee-saved-count,.ee-saved-count{position:absolute;top:6px;right:2px;display:block;width:auto;min-width:17px;height:17px;padding:0 4px;border-radius:9px;background:var(--ee-green);color:#fff;font-size:1rem;line-height:17px;text-align:center;letter-spacing:0}.header__icon .ee-saved-count[hidden],.ee-saved-count[hidden]{display:none}.ee-toast{position:fixed;left:50%;bottom:24px;z-index:1000;transform:translate(-50%,20px);opacity:0;max-width:calc(100vw - 32px);width:max-content;display:flex;align-items:center;gap:14px;flex-wrap:wrap;padding:12px 18px;border-radius:6px;background:var(--ee-green);color:#fff;font-size:1.4rem;line-height:1.4;box-shadow:0 8px 24px #0003;transition:opacity .2s ease,transform .2s ease;pointer-events:none}.ee-toast.is-on{opacity:1;transform:translate(-50%);pointer-events:auto}.ee-toast[hidden]{display:none}.ee-toast__msg{max-width:46ch}.ee-toast__msg small{display:block;opacity:.8;font-size:1.2rem;margin-top:2px}.ee-toast a,.ee-toast button{color:var(--ee-sand);background:none;border:0;padding:0;font:inherit;text-decoration:underline;text-underline-offset:3px;cursor:pointer;white-space:nowrap}.ee-saved{padding-top:36px;padding-bottom:120px}.ee-saved__head{text-align:center;margin-bottom:28px}.ee-saved__title{margin:0 0 8px}.ee-saved__sub{margin:0 auto;max-width:60ch;color:#121313b3}.ee-saved__empty{text-align:center;padding:48px 16px;background:var(--ee-paper);border-radius:6px}.ee-saved__empty .button{margin-top:16px}.ee-saved__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(230px,1fr));gap:20px}.ee-item{position:relative;display:flex;flex-direction:column;background:#fff;border:1px solid var(--ee-grey);border-radius:6px;overflow:hidden}.ee-item.is-selected{border-color:var(--ee-green);box-shadow:0 0 0 1px var(--ee-green)}.ee-item__img{display:block;aspect-ratio:1/1;background:var(--ee-paper)}.ee-item__img img{width:100%;height:100%;object-fit:cover;display:block}.ee-item__body{display:flex;flex-direction:column;gap:8px;padding:14px;flex:1}.ee-item__title{margin:0;font-size:1.5rem;line-height:1.35}.ee-item__title a{color:inherit;text-decoration:none}.ee-item__price{font-size:1.4rem;color:#121313bf}.ee-item__cfg{margin:0;padding:10px;list-style:none;background:var(--ee-paper);border-radius:4px;font-size:1.25rem;line-height:1.45}.ee-item__cfg li{display:flex;gap:6px}.ee-item__cfg b{font-weight:600;color:var(--ee-green);flex:none}.ee-item__tag{align-self:flex-start;padding:2px 8px;border-radius:10px;background:var(--ee-sand);color:var(--ee-green);font-size:1.15rem}.ee-item__actions{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-top:auto;padding-top:6px}.ee-item__cmp{display:inline-flex;align-items:center;gap:6px;font-size:1.35rem;cursor:pointer;-webkit-user-select:none;user-select:none}.ee-item__cmp input{width:17px;height:17px;accent-color:var(--ee-green);margin:0}.ee-item__go{font-size:1.35rem;color:var(--ee-green);text-underline-offset:3px}.ee-item__rm{position:absolute;top:8px;right:8px;width:30px;height:30px;border:0;border-radius:50%;background:#ffffffeb;color:var(--ee-green);font-size:18px;line-height:30px;cursor:pointer;box-shadow:0 1px 4px #0000001f}.ee-cmpbar{position:fixed;left:0;right:0;bottom:0;z-index:90;display:flex;align-items:center;justify-content:center;gap:16px;padding:12px 16px;background:#fff;border-top:1px solid var(--ee-grey);box-shadow:0 -4px 16px #00000014}.ee-cmpbar[hidden]{display:none}.ee-cmpbar__count{font-size:1.4rem}.ee-cmpbar__count b{color:var(--ee-green);font-size:1.7rem}.ee-cmpbar .button{min-height:44px;padding:0 28px}.ee-cmpbar__clear{border:0;background:none;font:inherit;font-size:1.3rem;text-decoration:underline;cursor:pointer;color:#121313b3}.ee-compare{margin-top:44px;scroll-margin-top:170px}.ee-compare[hidden]{display:none}.ee-compare__head{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap;margin-bottom:14px}.ee-compare__head h2{margin:0}.ee-compare__tools{display:flex;align-items:center;gap:18px;font-size:1.35rem}.ee-compare__tools label{display:inline-flex;align-items:center;gap:6px;cursor:pointer}.ee-compare__tools input{accent-color:var(--ee-green)}.ee-compare__tools button{border:0;background:none;font:inherit;text-decoration:underline;cursor:pointer;color:#121313b3}.ee-compare__scroll{overflow-x:auto;-webkit-overflow-scrolling:touch;border:1px solid var(--ee-grey);border-radius:6px}.ee-ct{width:100%;border-collapse:collapse;table-layout:fixed;min-width:calc(140px + var(--ee-cols,2) * 190px);font-size:1.35rem;line-height:1.45}.ee-ct th,.ee-ct td{padding:12px 14px;border-bottom:1px solid var(--ee-blush);vertical-align:top;text-align:left}.ee-ct tr:last-child th,.ee-ct tr:last-child td{border-bottom:0}.ee-ct tbody th{width:140px;position:sticky;left:0;z-index:1;background:var(--ee-paper);font-weight:600;color:var(--ee-green)}.ee-ct thead th{background:#fff;vertical-align:bottom}.ee-ct thead th:first-child{position:sticky;left:0;z-index:2;background:#fff}.ee-ct__prod{display:flex;flex-direction:column;gap:6px}.ee-ct__prod img{width:100%;max-width:160px;height:auto;aspect-ratio:1/1;object-fit:cover;border-radius:4px;background:var(--ee-paper)}.ee-ct__prod a{color:inherit;font-weight:600;text-decoration:none;font-size:1.4rem}.ee-ct__prod .ee-ct__price{font-weight:400;color:#121313bf}.ee-ct__prod .button{min-height:38px;padding:0 14px;font-size:1.3rem;margin-top:4px;align-self:flex-start}.ee-ct tr.is-same td{color:#1213138c}.ee-ct tr.is-diff td{background:#e9d8b040}.ee-ct td.is-empty{color:#12131359}.ee-ct__cfg{margin:0;padding:0;list-style:none}.ee-ct__cfg li b{font-weight:600}.ee-compare__loading{padding:24px;text-align:center;color:#12131399}.ee-hide-same tr.is-same{display:none}.ee-help{margin-top:48px;padding:32px 24px;background:var(--ee-blush);border-radius:6px}.ee-help__title{margin:0 0 6px;text-align:center}.ee-help__sub{margin:0 auto 24px;text-align:center;max-width:60ch;color:#121313bf}.ee-help__cards{display:grid;grid-template-columns:1fr 1fr;gap:20px}.ee-help__card{display:flex;flex-direction:column;gap:10px;padding:24px;background:#fff;border-radius:6px}.ee-help__icon{width:44px;height:44px;border-radius:50%;background:var(--ee-paper);display:flex;align-items:center;justify-content:center;color:var(--ee-green)}.ee-help__icon svg{width:24px;height:24px}.ee-help__card h3{margin:0;font-size:1.9rem}.ee-help__card p{margin:0;color:#121313bf}.ee-help__card ul{margin:0;padding-left:1.2em;color:#121313bf}.ee-help__card ul li{margin-bottom:4px}.ee-help__card ul b{color:var(--ee-green)}.ee-help__note{font-size:1.25rem;color:var(--ee-taupe)}.ee-help__btns{display:flex;flex-wrap:wrap;align-items:center;gap:14px;margin-top:auto;padding-top:8px}.ee-help__btns .button{min-height:46px}.ee-help__link{font-size:1.35rem;color:var(--ee-green);text-underline-offset:3px}.ee-help__form{margin-top:20px;padding:24px;background:#fff;border-radius:6px}.ee-help__form[hidden]{display:none}.ee-help__form h3{margin:0 0 6px}.ee-help__form p{margin:0 0 14px;color:#121313bf}.ee-help__form .field{margin-bottom:12px}.ee-help__form .button[type=submit]{margin-top:12px}.ee-help__grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.ee-help__ok{padding:12px 14px;background:var(--ee-paper);border-left:3px solid var(--ee-sage);color:var(--ee-green)}.ee-help__err{padding:12px 14px;background:var(--ee-paper);border-left:3px solid var(--ee-taupe)}.ee-swbanner{margin:10px 0 14px;padding:14px 16px;background:var(--ee-blush);border-left:3px solid var(--ee-green);border-radius:4px;text-align:left;font-size:1.4rem;line-height:1.5}.ee-swbanner b{color:var(--ee-green)}.ee-swbanner ul{margin:6px 0 0;padding-left:1.2em}.cl-po--option.ee-sw-hit{box-shadow:0 0 0 2px var(--ee-gold) inset;border-radius:6px}@media(max-width:749px){.ee-saved{padding-top:24px}.ee-saved__grid{grid-template-columns:1fr 1fr;gap:12px}.ee-item__body{padding:10px;gap:6px}.ee-item__title{font-size:1.35rem}.ee-item__actions{flex-direction:column;align-items:flex-start}.ee-help{padding:24px 16px}.ee-help__cards,.ee-help__grid{grid-template-columns:1fr}.ee-ct tbody th{width:108px;padding:10px}.ee-ct{min-width:calc(108px + var(--ee-cols,2) * 160px)}.ee-toast{bottom:16px}.ee-heart--card{top:6px;right:6px;width:34px;height:34px}.ee-cmpbar{justify-content:flex-end;gap:10px;padding:10px 12px 10px 84px}.ee-cmpbar .button{padding:0 18px}.ee-cmpbar__count{white-space:nowrap}}
/*# sourceMappingURL=/cdn/shop/t/80/assets/ee-wishlist.css.map */
