.has-modal{overflow:hidden}.modal{position:fixed;inset:0;z-index:95;display:grid;place-items:center;padding:28px}.modal[hidden]{display:none}.modal__overlay{position:absolute;inset:0;background:rgba(40,35,31,0.64);backdrop-filter:blur(2px)}.modal__panel{position:relative;z-index:1;width:min(438px,calc(100vw - 32px));padding:44px 46px 31px;border:1px solid rgba(66,55,46,0.14);border-radius:10px;background:#fff;box-shadow:0 24px 70px rgba(36,29,24,0.24);text-align:center;transform:translateY(0);animation:modal-in 260ms var(--ease)}.modal__close{position:absolute;top:15px;right:15px;width:36px;height:36px;display:grid;place-items:center;border:0;border-radius:50%;background:transparent;color:var(--color-muted);cursor:pointer;font-size:28px;line-height:1}.modal__close:hover{color:var(--color-heading)}.modal__mark{width:54px;height:54px;display:inline-grid;place-items:center;margin-bottom:19px;border-radius:50%;background:#f0e7dc;color:var(--color-accent-dark)}.modal__mark .svg-icon{width:25px;height:25px;stroke-width:1.6}.modal__panel h2{margin-bottom:10px;font-family:"Manrope",Arial,sans-serif;font-size:22px;font-weight:700;line-height:1.25}.modal__panel p{margin-bottom:0;color:var(--color-muted);font-size:13px;line-height:1.55}.modal__actions{display:grid;grid-template-columns:1fr 1fr;gap:14px;margin-top:28px}.modal__actions .button{min-height:44px;justify-content:center}@keyframes modal-in{from{opacity:0;transform:translateY(12px) scale(0.98)}to{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:720px){.modal{padding:16px}.modal__panel{padding:38px 22px 24px}.modal__actions{grid-template-columns:1fr;gap:10px}}.favorite-card__swatches,.favorite-remove-product__swatches{display:flex;gap:8px;align-items:center}.favorite-card__swatches{margin:2px 0 8px}.favorite-card__swatches span,.favorite-remove-product__swatches span{width:18px;height:18px;display:block;border:1px solid rgba(66,55,46,0.14);border-radius:50%;background:var(--swatch-color,#9b806d)}.favorite-card__remove{justify-self:start;margin-top:4px;color:var(--color-muted);font-size:13px}.favorite-card__remove::before{content:"♡";margin-right:7px;color:var(--color-accent-dark)}.favorite-card.is-removing{opacity:0;transform:scale(0.98);transition:opacity 220ms var(--ease),transform 220ms var(--ease)}.modal__panel--favorite-remove{width:min(555px,calc(100vw - 32px));padding:36px 54px 40px}.modal__panel--favorite-remove h2{margin-bottom:17px;font-family:"Manrope",Arial,sans-serif;font-size:28px;font-weight:700}.modal__panel--favorite-remove p{margin-bottom:26px;font-size:15px}.favorite-remove-product{display:grid;grid-template-columns:1fr 1.25fr;min-height:176px;overflow:hidden;margin-bottom:38px;border:1px solid var(--color-line);border-radius:7px;text-align:left}.favorite-remove-product img{width:100%;height:100%;min-height:176px;object-fit:cover}.favorite-remove-product div{display:grid;align-content:center;gap:8px;padding:24px 32px}.favorite-remove-product strong{color:var(--color-heading);font-size:16px}.favorite-remove-product span{color:var(--color-muted);font-size:13px}.favorite-remove-product b{margin-top:6px;color:var(--color-heading);font-size:22px}.modal__panel--favorite-remove .modal__actions{margin-top:0}@media (max-width:720px){.modal__panel--favorite-remove{padding:34px 20px 24px}.modal__panel--favorite-remove h2{font-size:23px}.modal__panel--favorite-remove p{font-size:14px}.favorite-remove-product{grid-template-columns:1fr;margin-bottom:24px}.favorite-remove-product img{min-height:160px;max-height:190px}.favorite-remove-product div{padding:20px}}.favorite-toolbar__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:flex-end;gap:16px}.favorite-share-trigger{min-width:190px}.modal__panel--favorite-share{width:min(625px,calc(100vw - 32px));padding:36px 34px 35px}.modal__panel--favorite-share h2{margin-bottom:14px;font-family:"Manrope",Arial,sans-serif;font-size:28px;font-weight:700;line-height:1.18}.modal__panel--favorite-share p{max-width:450px;margin:0 auto 29px;font-size:15px;line-height:1.45}.favorite-share-card{width:min(455px,100%);display:grid;grid-template-columns:170px 1fr;gap:19px;align-items:center;margin:0 auto 27px;padding:12px;border:1px solid var(--color-line);border-radius:7px;background:#fff;text-align:left}.favorite-share-card__image{position:relative;overflow:hidden;border-radius:5px}.favorite-share-card__image img{width:100%;aspect-ratio:16 / 9;display:block;object-fit:cover}.favorite-share-card__image span{position:absolute;top:8px;right:8px;width:28px;height:28px;display:grid;place-items:center;border:1px solid rgba(255,255,255,0.78);border-radius:50%;background:rgba(80,61,48,0.5);color:#fff;font-size:18px;line-height:1}.favorite-share-card__content{display:grid;gap:6px}.favorite-share-card__content strong{color:var(--color-heading);font-size:16px;line-height:1.25}.favorite-share-card__content span{color:var(--color-muted);font-size:14px;line-height:1.2}.favorite-share-form{display:grid;gap:14px;text-align:left}.favorite-share-form label,.favorite-share-form__label{color:var(--color-heading);font-size:14px;font-weight:700}.favorite-share-copy{display:grid;grid-template-columns:minmax(0,1fr) 192px;gap:14px}.favorite-share-copy input{width:100%;min-height:43px;padding:0 14px;border:1px solid var(--color-accent);border-radius:5px;background:#fff;color:var(--color-muted);font:inherit;font-size:14px}.favorite-share-copy .button{min-height:43px;padding:0 18px;white-space:nowrap}.favorite-share-socials{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.favorite-share-social{min-height:43px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 12px;border:1px solid var(--color-accent);border-radius:5px;background:#fff;color:var(--color-heading);font-size:14px;font-weight:700;text-decoration:none;transition:background 220ms var(--ease),color 220ms var(--ease),transform 220ms var(--ease)}.favorite-share-social:hover{background:#f8f1eb;transform:translateY(-2px)}.favorite-share-social__mark{min-width:18px;color:var(--color-accent-dark);font-size:11px;font-weight:800;line-height:1;text-align:center}.favorite-share-social__mark--telegram{color:#2aabee}.favorite-share-social__mark--vk{color:#2f6fb2}.favorite-share-social__mark--whatsapp{color:#20b15a}.favorite-share-social__mark--email{color:var(--color-accent-dark);font-size:15px}.favorite-share-close{margin-top:4px;min-height:43px}@media (max-width:720px){.favorite-toolbar__actions{width:100%;align-items:stretch;justify-content:flex-start}.favorite-share-trigger{min-width:0;width:100%}.modal__panel--favorite-share{max-height:calc(100vh - 32px);overflow-y:auto;padding:30px 18px 18px}.modal__panel--favorite-share h2{font-size:23px}.modal__panel--favorite-share p{margin-bottom:18px;font-size:14px}.favorite-share-card{grid-template-columns:1fr;gap:12px;margin-bottom:18px}.favorite-share-card__image img{max-height:138px}.favorite-share-form{gap:12px}.favorite-share-copy{grid-template-columns:1fr;gap:10px}.favorite-share-copy .button{width:100%}.favorite-share-socials{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}}@media (max-width:360px){.favorite-share-socials{grid-template-columns:1fr}.favorite-share-social{justify-content:flex-start}}