.product-card{display:flex;flex-direction:column;height:100%}.product-card:hover .product-card__cart,.product-card:hover .product-card__favorite,.product-card_favorite .product-card__favorite{opacity:1;visibility:visible}.product-card_long:hover .product-card__header{background:#f6f3f0}@media(max-width:1023px){.product-card_long .product-card__header{background:#f6f3f0}}.product-card_long .product-card__image{padding-bottom:100%;position:relative}.product-card_long .product-card__image>iframe,.product-card_long .product-card__image>img,.product-card_long .product-card__image>video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.product-card_long .product-card__image:not(:has(img)){background:transparent url(../img/logo.svg) 50%/38% no-repeat}.product-card_long .product-card__favorite{background-color:transparent;border-radius:0;height:28px;width:28px}@media(min-width:1024px){.product-card_long .product-card__favorite{right:20px;top:20px}}.product-card_long .product-card__cart{display:inline-block}.product-card_long .product-card__name{margin-top:8px}@media(min-width:1024px){.product-card_long .product-card__name{margin-top:16px}}.product-card_long .product-card__cart-outside{display:none}.product-card__header{position:relative;transition:background-color .3s ease}.product-card__image{padding-bottom:100%;position:relative}.product-card__image>iframe,.product-card__image>img,.product-card__image>video{height:100%;left:0;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;width:100%}.product-card__image:not(:has(img)){background:#f6f3f0 url(../img/logo.svg) 50%/38% no-repeat}.product-card__favorite{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:32px;justify-content:center;position:absolute;right:8px;top:8px;transition:background-color .3s ease,opacity .3s ease,color .3s ease;width:32px}@media(min-width:1024px){.product-card__favorite{opacity:0;right:14px;top:14px;visibility:hidden}}.product-card__favorite:hover{color:#f63636}.product-card__favorite .iconify{font-size:28px}.product-card__cart{background-color:#fff;bottom:8px;font-size:16px;font-weight:600;left:8px;line-height:16px;padding:14px 10px;position:absolute;right:8px;text-transform:uppercase;transition:background-color .3s ease,opacity .3s ease,color .3s ease}@media(max-width:1023px){.product-card__cart{display:none}}@media(min-width:1024px){.product-card__cart{bottom:20px;left:20px;opacity:0;padding:16px 10px;right:20px;visibility:hidden}}.product-card__cart:hover{background:#b48f7e;color:#fff}.product-card__cart:active{background:#9b6953;color:#fff}.product-card__cart:disabled{background:#bebebe;color:#fff}.product-card__dot{background-color:#b48f7e;border-radius:50%;height:32px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);visibility:hidden;width:32px;z-index:-1}.product-card__content{display:flex;flex:1;flex-direction:column}.product-card__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:16px;font-weight:500;line-height:1.25;margin-top:16px;max-height:40px;overflow:hidden;text-align:center;text-overflow:ellipsis}@media(min-width:1024px){.product-card__name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;font-size:20px;max-height:50px;overflow:hidden;text-overflow:ellipsis}}.product-card__values{align-items:center;display:flex;font-size:14px;justify-content:center;line-height:16px;margin:10px 0 16px}@media(min-width:1024px){.product-card__values{font-size:18px;line-height:20px;margin:16px 0 0}}.product-card__weight{align-items:center;display:flex}.product-card__weight:before{background:#cdb4a9;border-radius:50%;content:"";display:inline-block;height:6px;margin:0 12px;width:6px}.product-card__cart-outside{background:#b48f7e;color:#fff;font-size:16px;font-weight:600;line-height:16px;margin:auto 8px 0;padding:14px 10px;position:relative;text-transform:uppercase;transition:background-color .3s ease,opacity .3s ease,color .3s ease;width:calc(100% - 16px)}@media(min-width:1024px){.product-card__cart-outside{display:none}}.products-list{display:grid;gap:44px 12px;grid-template-columns:repeat(2,minmax(0,1fr));margin:0 -16px}@media(min-width:640px){.products-list{grid-template-columns:repeat(3,minmax(0,1fr))}}@media(min-width:1024px){.products-list{gap:32px 20px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0}.products-list_3{grid-template-columns:repeat(3,minmax(0,1fr))}}
