.product-card{color:inherit;display:flex;flex-direction:column;text-decoration:none}.product-card__wrapper{background-color:var(--es-surface-50);border-radius:20px;display:flex;flex-direction:column;height:100%;padding:16px;position:relative;transition:box-shadow .2s}@media(min-width:1280px){.product-card__wrapper:hover{box-shadow:var(--es-shadow-down-700)}.product-card__wrapper:hover .product-card-fav-btn{display:block}.product-card__wrapper:hover .product-card-cart-button>.es-button.es-button--color--black.es-button--size--600{--background:var(--es-mono-a-500);--text:var(--es-mono-b-500)}}.product-card-fav-btn{position:absolute;right:16px;top:16}.product-card-fav-btn .es-button{--icon:var(--es-mono-a-a500)}@media(max-width:1279px){.product-card-fav-btn{right:8px;top:0}}.product-card-price .es-price__currency,.product-card-price .es-price__price{color:var(--es-mono-a-a900);font-size:1.125rem;font-weight:500;letter-spacing:.009375rem;line-height:1.5rem;text-decoration-thickness:.125rem;text-underline-offset:.125rem}.product-card-count{background-color:currentcolor;border-radius:8px;height:8px;margin:4px 3px 0 1px;width:8px}.product-card-img{aspect-ratio:1/1;border-radius:6px;color:var(--es-mono-a-a200);overflow:hidden;position:relative;text-align:center}.product-card-img img{height:100%;object-fit:contain;object-position:center;width:100%}.product-card-name{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;text-overflow:ellipsis}@media(max-width:639px){.product-card-name{-webkit-line-clamp:3}}.product-card-cart-button .es-button.es-button--color--black.es-button--size--600{transition:color .2s,background .2s;width:100%}@media(max-width:639px){.product-card-cart-button .es-button.es-button--color--black.es-button--size--600{height:40px;margin-left:auto}.product-card-cart-button .es-button.es-button--color--black.es-button--size--600 .es-button-base__wrapper{height:40px}.product-card-cart-button--card-size-big{margin-left:auto}.product-card-cart-button--card-size-big .es-button__start-icon{display:none}}.product-card-cart-button--card-size-big .product-cart-button-counter{margin-left:auto;min-width:151px}@media(max-width:639px){.product-card-cart-button--card-size-big .product-cart-button-counter{min-width:123px}.product-card-cart-button--card-size-small{flex:1 1;margin-left:152px}}.product-card-cart-button--card-size-small .product-cart-button-counter{min-width:140px}@media(max-width:1279px){.product-card-cart-button--card-size-small .product-cart-button-counter{height:40px;min-width:123px}.product-card-cart-button--card-size-small .product-cart-button-counter .es-button-base__wrapper{height:40px}}@media(max-width:639px){.product-card-cart-button--card-size-small .product-cart-button-counter{min-width:auto}}.product-card-cart-button--card-size-small>.es-button.es-button--color--black.es-button--size--600 .es-button-base__wrapper span:first-of-type{margin:-4px}.product-card-cart-button--card-size-small>.es-button.es-button--color--black.es-button--size--600 .es-button-base__wrapper span:last-of-type{display:none}@media(max-width:1279px){.product-card-cart-button--card-size-small>.es-button.es-button--color--black.es-button--size--600{height:40px;margin-left:auto}.product-card-cart-button--card-size-small>.es-button.es-button--color--black.es-button--size--600 .es-button__start-icon{display:none}.product-card-cart-button--card-size-small>.es-button.es-button--color--black.es-button--size--600 .es-button-base__wrapper span:last-of-type{display:block}.product-card-cart-button--card-size-small>.es-button.es-button--color--black.es-button--size--600 .es-button-base__wrapper{height:40px}}.product-card-big{color:inherit;display:grid;flex-grow:1;grid-gap:16px 32px;gap:16px 32px;grid-template-areas:"image main" "image properties";grid-template-columns:minmax(1px,236px) 1fr;grid-template-rows:auto 1fr;text-decoration:none}.product-card-big-img{grid-area:image}.product-card-big__main{grid-area:main;min-width:0}.product-card-big__properties{grid-area:properties}@media(max-width:639px){.product-card-big{gap:0 24px;grid-template-areas:"image main" "properties properties";grid-template-columns:128px 1fr}}.product-card-big__wrapper{background-color:var(--es-surface-50);border-radius:24px;height:100%;position:relative;transition:box-shadow .2s}@media(min-width:1280px){.product-card-big__wrapper:hover{box-shadow:var(--es-shadow-down-700)}.product-card-big__wrapper:hover .product-card-cart-button>.es-button.es-button--color--black.es-button--size--600{--background:var(--es-mono-a-500);--text:var(--es-mono-b-500)}}@media(min-width:640px){.product-card-big-fav-btn{position:absolute;right:16px;top:32px}}.product-card-big-fav-btn .es-button{--icon:var(--es-mono-a-a400)}@media(max-width:639px){.product-card-big-fav-btn .es-button{box-shadow:inset 0 0 0 1px var(--es-mono-a-a200)}}.product-card-big-property.es-property.es-property--size--s .es-property__name{color:var(--es-mono-a-a800)}.product-card-big-property.es-property.es-property--size--s .es-property__value{color:var(--es-mono-a-a900)}@media(min-width:1280px){.product-card-big__price{flex-basis:253px}}.product-card-big-price.es-price .es-price__currency,.product-card-big-price.es-price .es-price__price{color:var(--es-mono-a-a900);font-size:1.125rem;font-weight:500;letter-spacing:.009375rem;line-height:1.5rem;text-decoration-thickness:.125rem;text-underline-offset:.125rem}@media(min-width:1280px){.product-card-big-price.es-price{justify-content:flex-end;width:100%}.product-card-big-price.es-price .es-price__currency,.product-card-big-price.es-price .es-price__price{font-size:1.375rem;font-weight:500;letter-spacing:.009375rem;line-height:1.75rem;text-decoration-thickness:.125rem;text-underline-offset:.125rem}}@media(min-width:1280px)and (min-width:640px){.product-card-big-price.es-price .es-price__currency,.product-card-big-price.es-price .es-price__price{font-size:1.5rem;line-height:1.75rem}}.product-card-small{align-items:center;color:inherit;grid-column-gap:18px;column-gap:18px;display:grid;grid-template-areas:"img main count price";grid-template-columns:88px minmax(125px,573px) auto auto;text-decoration:none}.product-card-small-img{grid-area:img}.product-card-small-main{grid-area:main;min-width:0}@media(max-width:639px){.product-card-small-main>div:first-of-type{order:1}}.product-card-small-count{grid-area:count}@media(max-width:639px){.product-card-small-count{padding-top:12px}}.product-card-small-price{grid-area:price}@media(max-width:639px){.product-card-small-price{margin-bottom:4px;margin-top:6px;padding:1px 0}.product-card-small{gap:6px 24px;grid-template-areas:"img count" "img main" "img price";grid-template-columns:128px 1fr}}.product-card-small__wrapper{background-color:var(--es-surface-50);border-radius:24px;height:100%;position:relative;transition:box-shadow .2s}@media(min-width:1280px){.product-card-small__wrapper:hover{box-shadow:var(--es-shadow-down-700);z-index:1}.product-card-small__wrapper:hover .product-card-cart-button>.es-button.es-button--color--black.es-button--size--600{--background:var(--es-mono-a-500);--text:var(--es-mono-b-500)}}.product-card-small__btns{flex-shrink:0;min-width:140px}.product-card-small-fav-btn.es-button{--icon:var(--es-mono-a-a400)}@media(max-width:1279px){.product-card-small-fav-btn.es-button{box-shadow:inset 0 0 0 1px var(--es-mono-a-a200);height:40px}.product-card-small-fav-btn.es-button .es-button-base__wrapper{height:40px;padding:0 4px}}@media(max-width:639px){.product-card-small-fav-btn.es-button{order:1}}.product-card-small-price.es-price .es-price__currency,.product-card-small-price.es-price .es-price__price{color:var(--es-mono-a-a900);font-size:1.125rem;font-weight:500;letter-spacing:.009375rem;line-height:1.5rem;text-decoration-thickness:.125rem;text-underline-offset:.125rem}@media(min-width:1280px){.product-card-small-price.es-price{justify-content:flex-end;width:100%}.product-card-small-price.es-price .es-price__currency,.product-card-small-price.es-price .es-price__price{font-size:1.25rem;font-weight:500;letter-spacing:.0125rem;line-height:1.5rem;text-decoration-thickness:.125rem;text-underline-offset:.125rem}}.product-delivery{height:214px;position:relative;width:332px}.product-delivery--loading{border:1px solid #ccc}.product-delivery__widget{display:block;inset:0;position:absolute}.product-filters__divider{background-color:var(--es-mono-a-a100);flex-shrink:0;height:2px;width:6px}.product-filters__drawer .MuiBackdrop-root{background-color:var(--es-overlay-200)}.product-filters__drawer .MuiPaper-root{border-left:1px solid var(--es-mono-a-a100);box-shadow:var(--es-shadow-left-800);width:335px}@media(max-width:1279px){.product-filters__drawer .MuiPaper-root{width:100%}}.product-filters__drawer .es-filters{display:flex;flex-direction:column;flex-grow:1}.product-filters__drawer .es-filters-header{background-color:var(--es-surface-100);position:-webkit-sticky;position:sticky;top:0;z-index:2}.product-filters__drawer .es-filters-footer{margin-top:auto}.product-filters__footer{background-color:var(--es-surface-100);bottom:0;margin-top:auto;position:-webkit-sticky;position:sticky;z-index:2}.product-sorting__icon{background-color:var(--es-secondary-300);border-radius:1000px;color:var(--es-white-500)}.product-swiper{min-width:0}.product-swiper:not(:has(.product-swiper__prev+.product-swiper__next)) .product-swiper__divider{visibility:hidden}.product-swiper__swiper{min-width:0}.product-swiper__swiper .es-swiper__container{padding-bottom:16px;padding-top:8px}@media(min-width:1280px){.product-swiper__swiper .es-swiper__container{gap:24px!important;padding:24px 0}}.product-swiper__swiper .product-card__wrapper{width:180px}@media(min-width:1280px){.product-swiper__swiper .product-card__wrapper{width:320px}}.product-swiper__prev{left:calc(100% - 92px)}.product-swiper__next{left:calc(100% - 40px)}