.tambur-favorite-btn{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:0;background:none;color:var(--tambur-black);cursor:pointer;flex-shrink:0;transition:opacity .15s ease,transform .15s ease}.tambur-favorite-btn:hover{opacity:.65}.tambur-favorite-btn__icon{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.tambur-favorite-btn__icon svg{display:block;width:100%;height:100%}.tambur-favorite-btn.is-favorite .tambur-favorite-btn__icon svg path{fill:var(--tambur-black);stroke:var(--tambur-black)}.tambur-favorite-btn:not(.is-favorite) .tambur-favorite-btn__icon svg path{fill:none}.tambur-header__favorites{position:relative}.tambur-header__favorites-count{position:absolute;top:-2px;right:-4px;min-width:14px;height:14px;padding:0 3px;border-radius:999px;background:var(--tambur-black);color:var(--tambur-white);font-family:var(--tambur-font-sans);font-size:9px;font-weight:500;line-height:14px;text-align:center;letter-spacing:0}.tambur-product-card__media-wrap .tambur-favorite-btn--card{position:absolute;top:10px;right:10px;z-index:6;width:28px;height:28px;margin:0;background:none;opacity:0;transition:opacity .2s ease}.tambur-product-card:hover .tambur-favorite-btn--card,.tambur-product-card:focus-within .tambur-favorite-btn--card,.tambur-favorite-btn--card.is-favorite{opacity:1}@media(max-width:768px){.tambur-product-card__media-wrap .tambur-favorite-btn--card{opacity:1}}.tambur-favorite-btn--product{margin-top:2px}.tambur-header__favorites.is-favorite .tambur-header__icon-svg path,.tambur-header__favorites.is-favorite svg path{fill:var(--tambur-black);stroke:var(--tambur-black)}.tambur-mobile-nav__favorites{text-decoration:none}.tambur-mobile-nav__favorites{position:relative}.tambur-mobile-nav__favorites-count{position:absolute;top:0;right:0;min-width:16px;height:16px;padding:0 4px;border-radius:50%;background:var(--tambur-black);color:var(--tambur-white);font-family:var(--tambur-font-sans);font-size:9px;font-weight:500;line-height:16px;text-align:center}.tambur-favorites-page{width:100%;padding:0 0 80px}.tambur-favorites-page__header{padding:48px 1.5rem 32px;max-width:var(--page-width, 1440px);margin:0 auto}.tambur-favorites-page__title{margin:0;font-family:var(--tambur-font-serif);font-size:1.75rem;font-weight:400;letter-spacing:.14rem;color:var(--tambur-black)}.tambur-favorites-page__count{margin:10px 0 0;font-family:var(--tambur-font-sans);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--tambur-text-muted)}.tambur-favorites-page__empty{padding:48px 1.5rem 0;max-width:36rem;margin:0 auto;text-align:center}.tambur-favorites-page__empty p{margin:0 0 20px;font-family:var(--tambur-font-serif);font-size:14px;line-height:1.7;color:var(--tambur-text)}.tambur-favorites-page__empty-link{display:inline-block;font-family:var(--tambur-font-sans);font-size:12px;font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--tambur-black);text-decoration:none;border-bottom:1px solid var(--tambur-black);padding-bottom:2px}.tambur-favorites-page__empty-link:hover{opacity:.65}.tambur-favorites-page__grid-wrap{width:100%}.tambur-favorites-page__grid{display:grid;grid-template-columns:repeat(2,1fr);column-gap:.125rem;row-gap:2rem;list-style:none;margin:0;padding:0;width:100%}@media(min-width:48.01em){.tambur-favorites-page__grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:62em){.tambur-favorites-page__grid{grid-template-columns:repeat(4,1fr)}}.tambur-favorites-page .tambur-product-card__media-wrap{position:relative;margin:0 0 14px}.tambur-favorites-page .tambur-product-card{display:flex;flex-direction:column;height:100%}.tambur-favorites-page .tambur-product-card__media{position:relative;aspect-ratio:2.2 / 3;overflow:hidden;background:var(--tambur-panel)}.tambur-favorites-page .tambur-product-card__slider{width:100%;height:100%;position:relative}.tambur-favorites-page .tambur-product-card__slide{width:100%;height:100%}.tambur-favorites-page .tambur-product-card__image{width:100%;height:100%;object-fit:cover;display:block}@media(min-width:769px){.tambur-favorites-page .tambur-product-card__slide{position:absolute;top:0;right:0;bottom:0;left:0;transition:opacity .3s ease}.tambur-favorites-page .tambur-product-card__slide[data-slide-index="0"]{opacity:1;z-index:2}.tambur-favorites-page .tambur-product-card__slide[data-slide-index="1"]{opacity:0;z-index:1}.tambur-favorites-page .tambur-product-card__slide:nth-child(n+3){display:none}.tambur-favorites-page .tambur-product-card__link--multi:hover .tambur-product-card__slide[data-slide-index="0"]{opacity:0}.tambur-favorites-page .tambur-product-card__link--multi:hover .tambur-product-card__slide[data-slide-index="1"]{opacity:1}}@media(max-width:768px){.tambur-favorites-page .tambur-product-card__slider{display:flex;width:100%;height:100%;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;scroll-behavior:smooth;overscroll-behavior-inline:contain}.tambur-favorites-page .tambur-product-card__slider::-webkit-scrollbar{display:none}.tambur-favorites-page .tambur-product-card__slide{flex:0 0 100%;scroll-snap-align:center;scroll-snap-stop:always}.tambur-favorites-page .tambur-product-card__bar{position:absolute;bottom:0;left:0;right:0;display:block;height:2px;overflow:hidden;z-index:5;pointer-events:none}.tambur-favorites-page .tambur-product-card__progress{display:block;width:calc(100% / var(--n, 1));height:100%;background:#000000d9;transition:transform .3s ease;will-change:transform}}.tambur-favorites-page .tambur-product-card__info{flex:1;padding:0 1rem}.tambur-favorites-page .tambur-product-card__title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:8px;margin-bottom:8px}.tambur-favorites-page .tambur-product-card__title{font-family:var(--tambur-font-sans);font-size:12px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--tambur-black);margin-bottom:0;line-height:1.4;flex:1;min-width:0;text-decoration:none}.tambur-favorites-page .tambur-product-card__price-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.tambur-favorites-page .tambur-product-card__price{font-family:var(--tambur-font-sans);font-size:12px;font-weight:500;letter-spacing:.05em;text-transform:uppercase;color:var(--tambur-black);min-width:0}.tambur-favorites-page .tambur-product-card__stock{flex-shrink:0;font-family:var(--tambur-font-sans);font-size:10px;font-weight:400;letter-spacing:.1em;text-transform:uppercase;color:var(--tambur-text-muted);white-space:nowrap;opacity:0;transition:opacity .2s ease}@media(hover:hover){.tambur-favorites-page .tambur-product-card:hover .tambur-product-card__stock,.tambur-favorites-page .tambur-product-card:focus-within .tambur-product-card__stock{opacity:1}}.tambur-favorites-page .tambur-product-card__price-sale{color:var(--tambur-black);margin-right:8px}.tambur-favorites-page .tambur-product-card__price-original{color:var(--tambur-text-muted);text-decoration:line-through}.tambur-favorites-page .tambur-favorite-btn--card{opacity:1;transform:none}.tambur-favorites-page__loading{padding:32px 1.5rem;text-align:center;font-family:var(--tambur-font-sans);font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--tambur-text-muted)}
/*# sourceMappingURL=/cdn/shop/t/2/assets/favorites.css.map */
