.show-more-block{display:flex;justify-content:center}.show-more-block .show-more-btn{padding:10px 50px}.show-more-block .buttonDefault{position:relative;overflow:hidden;font-size:3.8rem;background:#d91d70}.show-more-block .buttonDefault:hover{transform:scale(1.03)}.show-more-block .buttonDefault:hover:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:linear-gradient(45deg,transparent,hsla(0,0%,100%,.1) 45%,hsla(0,0%,100%,.5) 50%,hsla(0,0%,100%,.1) 55%,transparent);transform:rotate(45deg);animation:shine 1s ease-in-out infinite}@keyframes shine{0%{transform:translateX(-70%) rotate(45deg)}to{transform:translateX(70%) rotate(45deg)}}.bread-crumbs-container{position:absolute;top:5rem;left:50%;transform:translateX(-50%);width:100%;display:flex;justify-content:center}@media(max-width:1024px){.bread-crumbs-container{top:9rem}}.catalog-filter{display:flex;flex-direction:column;gap:3rem}@media(max-width:600px){.catalog-filter{gap:1rem}}.catalog-filter__popup{max-width:80rem!important;padding:3rem!important}@media(max-width:1024px){.catalog-filter__popup{padding:2rem!important}}.catalog-filter__container{display:grid;grid-template-columns:repeat(5,1fr);gap:2rem;width:100%;overflow:visible;padding:0 1rem}.catalog-filter__container .filter-dropdown__content{max-height:25rem}@media(max-width:600px){.catalog-filter__container .filter-dropdown__content{max-height:15rem;gap:.2rem}.catalog-filter__container .filter-dropdown__content .catalog-filter-check{font-size:1.6rem;padding:.6rem 1rem}.catalog-filter__container .filter-dropdown__content .catalog-filter-check .catalog-filter-check__icon{width:1.4rem;height:1.4rem}}.catalog-filter__container .filter-dropdown__title{font-weight:700;font-family:AmaticSC;font-size:2.6rem}@media(max-width:600px){.catalog-filter__container .filter-dropdown__title{font-size:1.8rem}}@media(max-width:1024px){.catalog-filter__container{grid-template-columns:repeat(3,1fr);gap:1rem;padding:0}}@media(max-width:600px){.catalog-filter__container{grid-template-columns:1fr}.catalog-filter__container .filter-dropdown{margin-bottom:0}.catalog-filter__container .filter-dropdown__btn{padding:1rem 1.2rem}}.catalog-filter__box{position:relative;display:flex;flex-direction:column;gap:1.2rem;width:100%}@media(max-width:600px){.catalog-filter__box{gap:.2rem}}.catalog-filter__box_big{grid-column:1/-1}.catalog-filter__subtitle{font-family:AmaticSC;font-size:2.8rem;font-weight:700;text-transform:uppercase;color:#353131;text-align:center}@media(max-width:1024px){.catalog-filter__subtitle{font-size:2.4rem}}.catalog-filter-range{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;margin-top:.5rem}.catalog-filter-range__item{display:flex;align-items:center;position:relative;width:100%;border:.2rem solid rgba(217,29,112,.3);border-radius:.8rem;padding:.8rem 1.5rem;font-size:3rem;font-weight:700;font-family:AmaticSC;transition:all .2s ease}@media(max-width:1024px){.catalog-filter-range__item{padding:.6rem 1rem;font-size:2.4rem}}.catalog-filter-range__item:focus-within{border-color:#d91d70}.catalog-filter-range__item[data-text]:before{content:attr(data-text);color:rgba(53,49,49,.7)}.catalog-filter-range__input{width:8rem;background:transparent;border:none;outline:none;padding:0;margin:0;font-size:inherit;font-weight:inherit;font-family:inherit;color:#353131}.catalog-filter-range__input::-webkit-inner-spin-button,.catalog-filter-range__input::-webkit-outer-spin-button{-webkit-appearance:none}.catalog-filter__buttons{display:flex;gap:1.5rem;padding:2rem;border-top:.1rem solid rgba(53,49,49,.1);margin-top:1rem}@media(max-width:1024px){.catalog-filter__buttons{padding:1rem 0 0;gap:1rem}}.catalog-filter__btn{flex:1;padding:1rem;font-family:AmaticSC;font-size:2.8rem;font-weight:700;text-transform:uppercase;border-radius:.8rem;transition:all .2s ease}@media(max-width:1024px){.catalog-filter__btn{font-size:2.4rem!important;padding:.8rem!important}}@media(max-width:600px){.catalog-filter__btn{font-size:2rem!important;padding:1rem 3rem!important}}.catalog-filter__btn:not(.catalog-filter__btn_reset){background:#d91d70;color:#fff}.catalog-filter__btn:not(.catalog-filter__btn_reset):hover{background:#c31a64}.catalog-filter__btn_reset{background:transparent!important;color:#d91d70!important;border:.1rem solid}.catalog-filter__btn_reset:hover{background:#d91d70!important;color:#fff!important}.catalog-filter-check{display:flex;align-items:center;gap:1rem;cursor:pointer;padding:.8rem;transition:.3s;border-radius:.4rem;font-size:2.4rem;font-family:AmaticSC;font-weight:700;white-space:nowrap}.catalog-filter-check:hover{background:rgba(217,29,112,.1)}input:checked+.catalog-filter-check__icon{background:#d91d70;border-color:#d91d70}input:checked+.catalog-filter-check__icon svg{opacity:1}.catalog-filter-check__icon{width:1.8rem;height:1.8rem;border:.1rem solid hsla(220,7%,74%,.5);border-radius:.3rem;position:relative;transition:.3s;flex-shrink:0}.catalog-filter-check__icon svg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1.2rem;height:1.2rem;opacity:0;transition:.3s;color:#fff}.catalog-filter .select{position:relative;width:100%}.catalog-filter .select__content{position:absolute;left:0;top:100%;width:-moz-max-content;width:max-content;min-width:100%;max-width:none;background:#fff;border-radius:.8rem;box-shadow:0 .4rem 2rem rgba(0,0,0,.1);z-index:10;overflow-y:auto;max-height:30rem;padding:.5rem}.catalog-filter .select__option{padding:.8rem 1.2rem;font-family:AmaticSC;font-size:2.4rem;font-weight:700;color:#353131;cursor:pointer;transition:all .2s ease;border-radius:.4rem;white-space:nowrap;width:100%}.catalog-filter .select__option:hover{background:rgba(217,29,112,.05)}.catalog-filter .select__option.selected{background:rgba(217,29,112,.1)}@media(max-width:1024px){.catalog-filter .select__option{font-size:2rem;padding:.6rem 1rem}}.catalog-filter .select__button{width:100%;font-family:AmaticSC;font-size:2.4rem;font-weight:700;color:#353131;background:#fff;border:.2rem solid rgba(217,29,112,.3);border-radius:.8rem;cursor:pointer;transition:all .2s ease;text-align:left;position:relative;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;padding:.8rem 3rem .8rem 1.2rem}.catalog-filter .select__button:hover{border-color:#d91d70}.catalog-filter .select__button:after{content:"";position:absolute;right:1.2rem;top:50%;width:.8rem;height:.8rem;border-right:.2rem solid #d91d70;border-bottom:.2rem solid #d91d70;transform:translateY(-75%) rotate(45deg);transition:all .2s ease}.catalog-filter .select__button.open:after{transform:translateY(-25%) rotate(-135deg)}@media(max-width:1024px){.catalog-filter .select__button{font-size:2rem;padding:.6rem 2.5rem .6rem 1rem}}.catalog__text{margin:8rem auto}@media(max-width:1024px){.catalog__text{margin:0 auto}}.catalog__text h1,.catalog__text h2,.catalog__text h3,.catalog__text h4,.catalog__text h5,.catalog__text h6{font-size:4.5rem}@media(max-width:1024px){.catalog__text h1,.catalog__text h2,.catalog__text h3,.catalog__text h4,.catalog__text h5,.catalog__text h6{font-size:2.2rem}}.catalog__text li,.catalog__text p{font-size:2.5rem}@media(max-width:1024px){.catalog__text li,.catalog__text p{font-size:1.3rem}}.catalog__text ol,.catalog__text ul{padding-left:1em}.catalog__text ol{list-style-type:decimal}.catalog__text a{color:#d91d70}.catalog__expandable{display:flex;flex-direction:column;align-items:center}.catalog__expand-checkbox{position:absolute;opacity:0;z-index:-1}.catalog__text_expandable{height:0;opacity:0;transform:translateY(-2rem);transition:all .3s ease;overflow:hidden}.catalog__expand-checkbox:checked~.catalog__text_expandable{height:auto;opacity:1;transform:translateY(0)}.catalog__expand-button{font-family:AmaticSC;font-size:3.2rem;font-weight:700;padding:0;background-color:transparent;border:none;color:#d91d70;cursor:pointer;transition:all .3s ease;text-transform:uppercase}.catalog__expand-button .expand{display:inline-block}.catalog__expand-button .collapse{display:none}.catalog__expand-button:hover{opacity:.8;background-color:transparent;color:#d91d70}@media(max-width:1024px){.catalog__expand-button{font-size:2.8rem}}@media(max-width:600px){.catalog__expand-button{font-size:2.4rem}}.catalog__expand-checkbox:checked~.catalog__expand-button .expand{display:none}.catalog__expand-checkbox:checked~.catalog__expand-button .collapse{display:inline-block}@keyframes slideDown{0%{opacity:0;transform:translateY(-2rem)}to{opacity:1;transform:translateY(0)}}.catalog-sort{display:flex;flex-direction:column;gap:1.5rem}.catalog-sort__container{width:100%;display:flex;flex-direction:column}.catalog-sort__check{display:flex;align-items:center;gap:.8rem;cursor:pointer;padding:.6rem 1rem;transition:all .2s ease;border-radius:.4rem;font-family:AmaticSC;font-size:2.6rem;font-weight:700;color:#353131}@media(max-width:1024px){.catalog-sort__check{font-size:2rem;padding:.5rem .8rem}}.catalog-sort__check:hover{background:rgba(217,29,112,.05)}input:checked+.catalog-sort__check__icon{background:#d91d70;border-color:#d91d70}input:checked+.catalog-sort__check__icon:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:.6rem;height:.6rem;background:#fff;border-radius:50%}.catalog-sort__check__icon{width:1.4rem;height:1.4rem;border:.15rem solid rgba(217,29,112,.3);border-radius:50%;position:relative;transition:all .2s ease;flex-shrink:0}@media(max-width:1024px){.catalog-sort__check__icon{width:1.2rem;height:1.2rem}}.catalog-sort__btn{width:100%;padding:.6rem;font-family:AmaticSC;font-size:2.8rem;font-weight:700;text-transform:uppercase;background:#d91d70;color:#fff;border:none;border-radius:.4rem;cursor:pointer;transition:all .2s ease}@media(max-width:1024px){.catalog-sort__btn{font-size:2.2rem;padding:.5rem}}.catalog-sort__btn:hover{background:#c31a64}.popup__content_sort{gap:2rem!important;max-width:28rem;padding:1.5rem;border-radius:.8rem}@media(max-width:1024px){.popup__content_sort{padding:1.2rem;max-width:26rem}}.popup__title_sort{font-family:AmaticSC;font-size:2.8rem;font-weight:700;text-transform:uppercase;color:#353131;text-align:center;margin-bottom:1rem}@media(max-width:1024px){.popup__title_sort{font-size:2.6rem;margin-bottom:.8rem}}.product-card{display:flex;flex-direction:column;position:relative;transform:translateX(-1rem)}.product-card__label{color:#fff;text-shadow:0 .4rem .4rem rgba(0,0,0,.25);font-family:AmaticSC;font-size:14rem;font-style:normal;font-weight:700;line-height:normal;position:absolute;z-index:100;top:0;left:2rem}@media(max-width:1024px){.product-card__label{font-size:8rem}}@media(max-width:600px){.product-card__label{font-size:6.2rem;left:1rem}}.product-card__label--order{font-size:9rem;line-height:.9;text-align:left;top:3rem;left:3rem}@media(max-width:1024px){.product-card__label--order{font-size:6rem;top:2rem;left:2rem}}@media(max-width:600px){.product-card__label--order{font-size:4.5rem;top:1.5rem;left:1.5rem}}@media(max-width:1024px){.product-card{font-size:3.8rem}}@media(max-width:600px){.product-card{font-size:3.2rem;left:1rem}}.product-card__container{display:grid;grid-template-columns:auto 1fr auto;align-items:flex-start}.product-card__inner{gap:.5rem}.product-card__btns,.product-card__inner{display:flex;flex-direction:column;align-items:center}.product-card__btns{margin-top:2rem}@media(max-width:1024px){.product-card__btns{margin-top:1.5rem}}.product-card__cart{position:relative;width:6rem;height:6rem;border-radius:50%;background-color:#fff;box-shadow:.5rem .5rem 2.5rem rgba(0,0,0,.25);display:flex;align-items:center;justify-content:center;overflow:hidden;transition:.3s}@media(hover){.product-card__cart:hover{color:#d91d70}}.product-card__cart:active{scale:.95}@media(max-width:1024px){.product-card__cart{width:3.9rem;height:3.9rem}}@media(max-width:600px){.product-card__cart{width:4.9rem;height:4.9rem}}.product-card__cart._active{color:#fff}.product-card__cart._active:before{background:#d91d70;animation:none}.product-card__cart:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(#fff,#ffe3e3);animation:spin 3s linear infinite}.product-card__cart svg{width:60%;height:50%;position:relative}.product-card__cart:not(._active){animation:pulse-cart 2s ease-in-out infinite}.product-card__fav{flex:none;position:relative;width:6rem;height:6rem;display:flex;align-items:center;justify-content:center;color:#f39cc6}@media(max-width:1024px){.product-card__fav{width:4.2rem;height:4.2rem}}@media(max-width:600px){.product-card__fav{width:5.2rem;height:5.2rem}}.product-card__fav.active{color:#d91d70}.product-card__fav.active svg:nth-child(2){transform:scale(1);opacity:1}.product-card__fav:not(.active){animation:pulse-fav 2s ease-in-out infinite}.product-card__fav:not(.active) svg:first-child{animation:shake 6s linear 3s infinite}.product-card__fav svg{width:100%;height:100%;position:absolute;transition:.3s}.product-card__fav svg:nth-child(2){width:120%;height:120%;transform:scale(0);opacity:0}.product-card__swiper{position:relative;width:100%;margin-bottom:2.2rem}@media(max-width:1024px){.product-card__swiper{margin-bottom:1.5rem}}.product-card__swiper .swiper{width:100%}.product-card__swiper .swiper-wrapper{align-items:stretch}.product-card__swiper .swiper-slide{position:relative;width:100%;padding-top:125.92%}.product-card__swiper .swiper-pagination{position:absolute;z-index:100;bottom:3.6rem;left:0;right:0}@media(max-width:1024px){.product-card__swiper .swiper-pagination{bottom:3rem}}.product-card__swiper .swiper-pagination__item{width:1.4rem;height:1.4rem}@media(max-width:1024px){.product-card__swiper .swiper-pagination__item{width:1.8rem;height:1.8rem}}@media(max-width:600px){.product-card__swiper .swiper-pagination__item{width:.8rem;height:.8rem}}.product-card__img{position:absolute;top:0;left:0;width:100%;height:100%}.product-card__img img,.product-card__img video{-o-object-fit:cover;object-fit:cover;-o-object-position:center top;object-position:center top;width:100%;height:100%;pointer-events:none}.product-card__name{display:block;width:100%;font-family:AmaticSC;font-size:3.8rem;font-style:normal;font-weight:700;line-height:normal;text-align:center}@media(max-width:1024px){.product-card__name{font-size:3.8rem}}@media(max-width:600px){.product-card__name{font-size:2.8rem}}.product-card-price{display:flex;align-items:flex-end;justify-content:center;gap:2rem;flex-wrap:wrap;font-family:AmaticSC;font-size:3.8rem;font-style:normal;font-weight:700;line-height:normal}@media(max-width:1024px){.product-card-price{font-size:2.8rem;gap:2rem}}@media(max-width:600px){.product-card-price{font-size:2.2rem;gap:1.5rem}}.product-card-price.sale{color:#d91d70}.product-card-price__last{text-decoration:line-through;text-decoration-line:strikethrough;color:#616161;font-size:4.5rem}@media(max-width:1024px){.product-card-price__last{font-size:2.4rem}}@media(max-width:600px){.product-card-price__last{font-size:1.8rem}}@keyframes shake{0%{transform:rotate(0deg)}1%{transform:rotate(-30deg) scale(1.2)}3%{transform:rotate(30deg) scale(1.2)}5%{transform:rotate(-30deg) scale(1.2)}7%{transform:rotate(30deg) scale(1.2)}9%{transform:rotate(-30deg) scale(1.2)}11%{transform:rotate(30deg) scale(1.2)}13%{transform:rotate(-30deg) scale(1.2)}14%{transform:rotate(0deg) scale(1)}to{transform:rotate(0deg) scale(1)}}@keyframes spin{0%{rotate:0deg}to{rotate:1turn}}@keyframes pulse-cart{0%{box-shadow:.5rem .5rem 2.5rem rgba(0,0,0,.25);transform:scale(1);background-color:#fff}50%{box-shadow:0 0 2rem rgba(243,156,198,.4);transform:scale(1.05);background-color:#fff5f5}to{box-shadow:.5rem .5rem 2.5rem rgba(0,0,0,.25);transform:scale(1);background-color:#fff}}@keyframes pulse-fav{0%{filter:drop-shadow(0 0 0 rgba(243,156,198,0));transform:scale(1);color:#f8c8dd}50%{filter:drop-shadow(0 0 1.5rem rgba(243,156,198,.4));transform:scale(1.05);color:#f39cc6}to{filter:drop-shadow(0 0 0 rgba(243,156,198,0));transform:scale(1);color:#f8c8dd}}.buttonDefault{background:#d91d70;color:#fff;font-size:2.3rem;font-family:AmaticSC;font-weight:700;padding:1rem 5rem;border-radius:1rem;transition:.1s}.buttonDefault:active{transform:scale(.9)}.catalog-head__title{text-align:center}@media(max-width:600px){.catalog-head__title{font-size:2.4rem}}.catalog-head__line{width:100%;height:8.8541666667vw;position:relative;z-index:100;margin-bottom:2rem}@media(max-width:600px){.catalog-head__line{margin-bottom:1rem}}.catalog-head__line img{-o-object-fit:fill;object-fit:fill;-o-object-position:center;object-position:center;width:100%;height:100%}.catalog-head__line svg{width:14rem;height:14rem;position:absolute;left:26.0416666667vw;top:5.2083333333vw;color:#d91d70}@media(max-width:1024px){.catalog-head__line svg{width:10rem;height:10rem}}@media(max-width:600px){.catalog-head__line svg{width:8rem;height:8rem;top:.8rem;left:50%;transform:translateX(-50%)}}.catalog-head__container{width:-moz-fit-content;width:fit-content;margin:0 auto;display:grid;grid-template-columns:auto 53rem;gap:20rem}@media(max-width:1024px){.catalog-head__container{width:100%;grid-template-columns:55% 40%;gap:5%}}@media(max-width:600px){.catalog-head__container{grid-template-columns:100%;gap:4rem}}.catalog-head__main{flex:none;width:67rem;position:relative}@media(max-width:1024px){.catalog-head__main{width:100%}}.catalog-head__main .product-card{width:100%}.catalog-head__main .product-card__swiper:after{content:"";position:absolute;z-index:50;top:0;left:0;right:0;bottom:0;border:1rem solid var(--dark,#3e3e3e);pointer-events:none}@media(max-width:1024px){.catalog-head__main .product-card__swiper:after{border-width:.5rem}}@media(max-width:600px){.catalog-head__main .product-card__swiper:after{border-width:.3rem}}.catalog-head__main .product-card__swiper .swiper{transform:rotate(-1.693deg)}.catalog-head__inner{display:flex;flex-direction:column;justify-content:flex-start;gap:4rem;padding-top:5.6rem}@media(max-width:600px){.catalog-head__inner{padding:0}}.catalog-head__text{font-family:FuturaFuturisC;font-size:2.6rem;font-style:normal;font-weight:300;line-height:normal;letter-spacing:-.1rem;margin-bottom:auto}@media(max-width:1024px){.catalog-head__text{font-size:1.8rem}}.catalog-head-filter__container{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.catalog-head-filter__btn{display:flex;align-items:center;gap:1.8rem;color:#d91d70;font-size:2.8rem;font-weight:700;font-family:AmaticSC;transition:.3s}@media(hover){.catalog-head-filter__btn:hover{opacity:.6}}@media(max-width:1024px){.catalog-head-filter__btn{font-size:2rem;line-height:normal;gap:1rem}}@media(max-width:600px){.catalog-head-filter__btn{font-size:1.8rem}}.catalog-head-filter__btn svg{flex:none;width:3.2rem;height:3.2rem}@media(max-width:1024px){.catalog-head-filter__btn svg{width:2.2rem;height:2.2rem}}@media(max-width:600px){.catalog-head-filter__btn svg{width:1.8rem;height:1.8rem}}.catalog-head__empty{display:flex;flex-direction:column;align-items:center;gap:2rem}.catalog-head__empty-btn{padding:1.5rem 3rem;background:#d91d70;color:#fff;border-radius:1.5rem;font-family:AmaticSC;font-size:3.6rem;font-weight:700;text-transform:uppercase;transition:.3s}@media(hover){.catalog-head__empty-btn:hover{opacity:.8}}@media(max-width:1024px){.catalog-head__empty-btn{font-size:2.4rem;padding:1rem 2rem}}.page-head{margin:4.8rem 0;display:flex;flex-direction:column;gap:7rem}@media(max-width:1024px){.page-head{margin:4.8rem 0 7rem;gap:2.8rem}}@media(max-width:600px){.page-head{margin:3rem 0 4rem;gap:2rem}}.empty-catalog{padding:10rem 0}.catalog-list{padding:6rem 0}@media(max-width:600px){.catalog-list{padding:4rem 0}}.catalog-list__container{display:grid;grid-template-columns:repeat(2,calc((100% - 70rem) / 2));justify-content:center;gap:12rem 32rem}@media(max-width:1024px){.catalog-list__container{grid-template-columns:repeat(2,calc((100% - 29rem) / 2));gap:12rem 20rem;row-gap:6rem}}@media(max-width:600px){.catalog-list__container{grid-template-columns:100%;-moz-column-gap:2rem;column-gap:2rem;row-gap:5.7rem}}