.header{z-index:9999;background-color:#000;position:sticky;top:0}.header__container{justify-content:space-between;align-items:center;gap:20px;max-width:1300px;margin:0 auto;padding:5px 20px;display:flex}.header__logo{order:1;align-items:center;display:flex}.header__logo-desktop{display:block}.header__logo-mobile{display:none}.header__search{flex:1;order:2;max-width:560px;margin-left:auto;position:relative}.header__search-input{color:#fff;background-color:#fff3;background-image:url("data:image/svg+xml,%3csvg%20width='25'%20height='25'%20viewBox='0%200%2025%2025'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M23%2023L17.6965%2017.6965'%20stroke='white'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3cpath%20d='M10.4614%2019.9227C15.6867%2019.9227%2019.9227%2015.6867%2019.9227%2010.4614C19.9227%205.236%2015.6867%201%2010.4614%201C5.236%201%201%205.236%201%2010.4614C1%2015.6867%205.236%2019.9227%2010.4614%2019.9227Z'%20stroke='white'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e");background-position:right 12px center;background-repeat:no-repeat;border:2px solid #0000;border-radius:8px;width:100%;height:42px;padding:12px 40px 13px 15px}.header__search-input::placeholder{color:#ffffff80}.header__search-input:focus{border-color:#fff;outline:none}.header__search-dropdown{z-index:1000;background:#fff;border:1px solid #0003;border-radius:8px;position:absolute;top:calc(100% + 1px);left:0;right:0;overflow:hidden}.header__search-item{color:#000;cursor:pointer;padding:10px 12px;text-decoration:none;display:block}.header__search-item:hover{background:#0000001a}.header__cart{background:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201H1.47578C2.37567%201%203.16422%201.6122%203.401%202.49465L5.59889%2010.6857C5.83567%2011.5681%206.62422%2012.1803%207.52411%2012.1803H16.7149C17.4974%2012.1803%2018.2078%2011.7154%2018.5316%2010.9914L23%201H7'%20stroke='white'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3cpath%20d='M4.90728%2011.8197L4.29357%2012.6928C3.29325%2014.1162%204.2449%2016.1475%205.91211%2016.1475H20.1148'%20stroke='white'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3cpath%20d='M5.86886%2023C6.96438%2023%207.85247%2022.1119%207.85247%2021.0164C7.85247%2019.9209%206.96438%2019.0328%205.86886%2019.0328C4.77334%2019.0328%203.88525%2019.9209%203.88525%2021.0164C3.88525%2022.1119%204.77334%2023%205.86886%2023Z'%20stroke='white'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3cpath%20d='M18.1311%2023C19.2266%2023%2020.1147%2022.1119%2020.1147%2021.0164C20.1147%2019.9209%2019.2266%2019.0328%2018.1311%2019.0328C17.0356%2019.0328%2016.1475%2019.9209%2016.1475%2021.0164C16.1475%2022.1119%2017.0356%2023%2018.1311%2023Z'%20stroke='white'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e") 50% no-repeat;border-radius:3px;order:3;width:42px;height:42px;transition:background-color .2s;position:relative}.header__cart:hover{background-color:#fff3}.header__cart-count{color:#fff;background:#73f;border-radius:3px;padding:0 3px;position:absolute;top:2px;right:5px}@media (width<=440px){.header__container{gap:26px;padding:5px 24px}.header__logo{order:2;margin-right:22px}.header__logo-desktop{display:none}.header__logo-mobile{width:26px;height:auto;display:block}.header__cart{display:none}.header__search{flex:1;order:1;max-width:none;position:relative}.header__search-input{background-position:12px;padding-left:50px}.header__search-clear{cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;width:20px;height:20px;padding:0;display:flex;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.header__search-input{padding-right:64px}}.gallery-product{flex-direction:column;width:100%;height:100%;display:flex;position:relative;overflow:hidden}.gallery-product__image-wrapper{width:100%;height:100%;position:relative;overflow:hidden}.gallery-product__image{pointer-events:none;object-fit:contain;width:100%;height:100%;position:absolute;top:0;left:0}.gallery-product__content{position:absolute}.gallery-product-single__content{top:20px;left:50%;transform:translate(-50%)}.gallery-product-peek__content{bottom:20px;left:20px}.gallery-product__name{color:#000;text-shadow:0 0 10px #fff}.gallery-product__price{color:#000;font-weight:500}.gallery-product__actions{gap:20px;margin-top:20px;display:flex}.gallery-product__action{cursor:pointer;border:1px solid #0003;border-radius:5px;justify-content:center;align-items:center;width:142px;height:46px;transition:all .25s;display:flex}.gallery-product__action--details{color:#000;background:#fff}.gallery-product__action--details:hover{background-color:#0000001a}.gallery-product__action--buy{color:#fff;background:#73f}.gallery-product__action--buy:hover{background:#6257ff}@media (width<=440px){.gallery-product__content{position:absolute;top:80%;left:30%}.gallery-product__name{font-size:16px;font-weight:400}.gallery-product__actions{display:none}.gallery-product__image{object-fit:contain;width:100%;height:100%}}.gallery{width:100%}.gallery--single{margin-top:20px}.gallery--peek{margin-top:15px;padding:0 15px}.gallery__container{width:100%;height:475px;position:relative}.gallery__viewport{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden}.gallery__track{height:100%;display:flex}.gallery__slide{flex-shrink:0;height:100%;display:flex}.gallery--single .gallery__slide{width:100%}.gallery--peek .gallery__viewport{overflow:visible}.gallery--peek .gallery__slide{width:955px}.gallery__arrow{cursor:pointer;z-index:20;background:#fff 50% no-repeat;border:none;border-radius:3px;width:42px;height:42px;position:absolute;top:50%}.gallery__arrow.disabled{opacity:0;pointer-events:none}.gallery__arrow:hover{background-color:#fff3}.gallery__arrow--left{background-image:url("data:image/svg+xml,%3csvg%20width='9'%20height='17'%20viewBox='0%200%209%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.4183%2015.4138L0.722653%208.41382L7.41831%201.41382'%20stroke='black'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e");left:20px}.gallery__arrow--right{background-image:url("data:image/svg+xml,%3csvg%20width='9'%20height='17'%20viewBox='0%200%209%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.41388%2015.4141L8.10953%208.41406L1.41388%201.41406'%20stroke='black'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e");right:20px}.gallery__indicators{z-index:10;justify-content:center;gap:10px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.gallery__indicators--peek{bottom:-40px}.gallery__indicators--single{bottom:20px}.gallery__indicator{cursor:pointer;background:#d2d2d2;border:none;border-radius:50%;width:14px;height:14px;transition:all .3s}.gallery__indicator.active{background:#000}@media (width<=440px){.gallery--single{height:120px;margin-top:0}.gallery__container{height:100%}.gallery--peek{display:none}}.footer{background-color:#000}.footer__container{flex-direction:row;justify-content:space-between;align-items:end;max-width:1300px;min-height:320px;margin:0 auto;padding:20px;display:flex}.footer__logo{width:55px}.footer__link{color:#d2d2d2;border-bottom:1px solid #d2d2d2}.skeleton-title{width:200px;height:20px;margin-bottom:10px}@keyframes skeleton-loading{0%{background-position:100%}to{background-position:0}}@media (width<=440px){.skeleton-title{width:70%}.skeleton-price{width:90px}.skeleton-button{width:100%;max-width:180px}}.catalog-product{cursor:pointer;background:#fff;border-radius:5px;flex-direction:column;flex:0 0 305px;align-items:flex-start;width:305px;padding:20px;display:flex}.catalog-product:hover{background:#0000001a}.catalog-product__img{object-fit:cover;background-color:#d2d2d2;width:265px;height:150px}.catalog-product__info{flex-grow:1;margin-top:14px}.catalog-product__name{align-items:flex-start;gap:10px;display:flex}.catalog-product__name h3{-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;max-width:230px;display:-webkit-box;overflow:hidden}.catalog-product__name svg{width:16px;height:16px;margin-top:5px}.catalog-product__name svg path{stroke:#000}.catalog-product__name:hover h3{color:#73f}.catalog-product__name:hover svg path{stroke:#73f}.catalog-product__price{color:#0003;flex-direction:row;align-items:center;gap:10px;max-width:120px;margin-top:5px;display:flex;position:relative}.catalog-product__price img{width:24px;height:24px}.catalog-product__actions{gap:17px;margin-top:20px;display:flex}.catalog-product__action{cursor:pointer;min-width:90px;text-decoration:underline;transition:font-weight .2s;display:inline-block}.catalog-product__action:hover{font-weight:600}.catalog{position:relative}.catalog__container{background-color:#000;border-radius:5px;width:285px}.catalog__trigger{cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;align-items:center;gap:10px;padding:10px 14px 10px 12px;display:flex}.catalog__title{color:#fff;text-decoration:underline}.catalog__arrow{margin-left:auto;transition:transform .3s}.catalog__arrow.open{transform:rotate(180deg)}.catalog__menu{z-index:8888;background:#fff;border:1px solid #d2d2d2;border-radius:5px;padding-top:20px;display:flex;position:absolute;left:0}.catalog__column{flex-direction:column;gap:5px;width:285px;display:flex}.catalog__category{cursor:pointer;background:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201H15V15'%20stroke='black'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3e%3cpath%20d='M1.63623%2014.3637L14.3636%201.63629'%20stroke='black'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3e%3c/svg%3e") 96% no-repeat;border:2px solid #0000;border-radius:5px;align-items:center;gap:10px;width:285px;padding:12px;transition:border .3s;display:flex;position:relative;overflow:hidden}.catalog__category:before{content:"";z-index:0;background-color:#0000001a;width:0%;height:100%;transition:width .3s;position:absolute;top:0;left:0}.catalog__category:hover:before{width:100%}.catalog__category.active{border:2px solid #73f}.catalog-products{background-color:#fff;border:1px solid #d2d2d2;border-radius:5px;flex-direction:row;align-items:stretch;gap:20px;padding:20px;display:flex;position:absolute;left:285px}@media (width<=1440px){.catalog .items-column{min-width:calc(100vw - 435px)}.catalog .item-img{width:200px}.catalog .item-desc{max-width:200px}}@media (width<=440px){.catalog{display:none}}.page-header{z-index:1000;background:#fff;position:sticky;top:52px}.page-header__content{grid-template-columns:285px 1fr;align-items:center;gap:35px;max-width:1300px;margin:0 auto;padding:20px;display:grid}.page-header__nav{color:#000;gap:10px;display:flex}.page-header__nav p:last-of-type{color:#0003}.page-header__border{border:1px solid #d2d2d2}.home-page__container{max-width:1300px;min-height:100vh;margin:0 auto;padding:20px}.home-page__mobile-categories,.home-page__products{display:none}.home-page__about{margin-top:80px}.home-page__about h3{text-align:center;margin-bottom:20px}.home-page__about-top{-webkit-user-select:none;user-select:none;justify-content:space-between;gap:20px;display:flex}.home-page__about-list{justify-content:space-between;align-items:flex-end;margin-bottom:20px;display:flex}.home-page__about-links{flex-direction:column;width:100%;display:flex}.home-page__about-link{-webkit-user-select:none;user-select:none;gap:10px;display:flex}.home-page__about-link:hover{color:#73f}.home-page__about-bottom{text-align:center;margin-bottom:20px}.home-page .error{text-align:center;margin:80px auto}@media (width<=440px){.home-page__container{padding:24px 24px 84px}.home-page__gallery-slot{height:120px}.home-page__mobile-categories{-webkit-overflow-scrolling:touch;scrollbar-width:none;gap:8px;margin-top:24px;display:flex;overflow:auto hidden}.home-page__mobile-categories::-webkit-scrollbar{display:none}.home-page__mobile-category{color:#000;border:1px solid #0003;border-radius:4px;flex-direction:row;flex:none;justify-content:center;align-items:center;gap:15px;width:163px;padding:8px 10px;text-decoration:none;display:flex}.home-page__mobile-category img{object-fit:contain;width:24px;height:24px}.home-page__mobile-category span{text-align:left;font-size:12px;line-height:1.2}.home-page__products{flex-wrap:wrap;gap:16px;margin-top:24px;display:flex}.home-page__about{text-align:justify;margin-top:24px}.home-page__products{gap:10px}}.product-card__image-wrapper{aspect-ratio:790/475;background:0 0;width:100%;overflow:hidden}.product-card__image-wrapper--grid{height:265px}.product-card__image-wrapper--list,.product-card__image-wrapper--cart{flex-shrink:0;width:265px}.product-card__image-wrapper--full{min-width:790px;position:relative}.product-card__image{object-fit:contain;width:100%;height:100%;display:block}.product-card__image-wrapper--slider{position:relative;overflow:hidden}.product-card__slider-track{will-change:transform;height:100%;transition:transform .45s;display:flex}.product-card__slide{flex-shrink:0;min-width:100%;height:100%;position:relative}.product-card__slide img{height:90%}.product-card__slide--full img{height:100%}.product-card__slider-arrow{cursor:pointer;z-index:10;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.product-card__slider-arrow--prev{left:35px}.product-card__slider-arrow--next{right:35px}.product-card__slider-dots{justify-content:center;gap:20px;display:flex;position:absolute;bottom:10px;left:50%;transform:translate(-50%)}.product-card__dot{z-index:9999;cursor:pointer;background:#0003;border:none;border-radius:50%;width:14px;height:14px;padding:0;transition:background .2s}.product-card__dot.active{background:#000}@media (width<=440px){.product-card__image-wrapper{background:0 0;overflow:hidden}.product-card__image-wrapper--grid{height:163px}.product-card__image-wrapper--list,.product-card__image-wrapper--cart{flex-shrink:0;width:163px;height:163px}.product-card__image-wrapper--full{aspect-ratio:auto;width:100%;min-width:0;height:320px}.product-card__slide{flex-shrink:1}.product-card__slide--full img{object-fit:contain;width:100%;height:100%}.product-card__slider-dots{gap:8px;bottom:0}.product-card__slider-arrow{display:none}.product-card__dot{width:8px;height:8px}}.product-card__counter{background:0 0;border:1px solid #0000001a;border-radius:5px;align-items:center;width:fit-content;height:46px;margin-top:60px;display:inline-flex;overflow:hidden}.product-card__counter-btn{color:#0003;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;width:40px;height:100%;font-size:22px;font-weight:500;transition:all .2s;display:flex}.product-card__counter-btn:hover:not(:disabled),.product-card__counter-btn:active:not(:disabled){background:#0000001a}.product-card__counter-btn:disabled{cursor:not-allowed}.product-card__counter-value{color:#000;padding:10px 20px;font-size:22px;font-weight:400}@media (width<=440px){.product-card__counter{height:32px;margin-top:32px}.product-card__counter-btn{width:28px}.product-card__counter-value{color:#000;padding:1px 5px;font-size:22px;font-weight:400}}.product-card__title{align-items:flex-start;gap:8px;display:flex}.product-card__title--grid h3,.product-card__title--list h3,.product-card__title--cart h3{-webkit-box-orient:vertical;max-width:clamp(130px,45vw,230px);margin:0;display:-webkit-box;overflow:hidden}.product-card__title svg{flex-shrink:0;width:16px;height:16px}.product-card__link{color:#000;align-items:flex-start;gap:8px;text-decoration:none;transition:color .2s;display:inline-flex;position:relative}.product-card__link:hover{color:#73f}@media (width<=440px){.product-card__title{align-items:flex-end}.product-card__title--grid h3,.product-card__title--list h3,.product-card__title--cart h3{-webkit-line-clamp:2;max-width:108px;font-size:16px}.product-card__title svg{width:16px;height:16px;margin-top:0}}.product-card__description{color:#000;margin:0}.product-card__description--list,.product-card__description--cart{text-overflow:ellipsis;-webkit-box-orient:vertical;max-width:400px;display:-webkit-box;overflow:hidden}.product-card__description--full{max-width:100%}@media (width<=440px){.product-card__description--list,.product-card__description--cart{-webkit-line-clamp:3;max-width:100%}}.product-card__badge{color:#000;white-space:nowrap;background:#7733ff1a;border-radius:5px;justify-content:center;align-items:center;gap:8px;width:fit-content;max-width:120px;padding:10px 12px;display:inline-flex}.product-card__badge img{flex-shrink:0;width:18px;height:18px}.product-card__badge span{line-height:1}.product-card__badge--cart{margin-top:auto}@media (width<=440px){.product-card__badge{gap:6px;max-width:100%;padding:8px 10px}.product-card__badge img{width:14px;height:14px}.product-card__badge--list{margin-top:16px}.product-card__badge--grid{margin-bottom:8px}.product-card__badge--cart{display:none}}.product-card__content{flex-direction:column;flex:1;min-width:0;display:flex}.product-card__content--grid{gap:20px;width:100%}.product-card__content--full{justify-content:space-between;gap:20px}.product-card__header{flex-direction:column;display:flex}.product-card__header--list,.product-card__header--cart{justify-content:space-between;gap:20px}.product-card__header--grid{gap:5px}.product-card__header--grid .product-card__link{width:100%;display:block}@media (width<=440px){.product-card__content--grid{margin-top:8px}.product-card__content--full{gap:24px;width:100%}.product-card__header{gap:16px}}.product-card__price{display:flex;position:relative}.product-card__price--list,.product-card__price--cart{justify-content:flex-end;width:100%}.product-card__price--grid{align-items:flex-start;gap:10px}.product-card__price--full{gap:20px;max-width:305px}.product-card__current-price{-webkit-user-select:none;user-select:none;cursor:pointer;color:#0003;border:1px solid #0003;border-radius:5px;justify-content:center;align-items:center;gap:10px;padding:6px 10px;display:flex}.product-card__current-price img{width:24px;height:24px}.product-card__current-price span{line-height:1}@media (width<=440px){.product-card__price--grid .product-card__cart{display:none}.product-card__price--grid .product-card__current-price,.product-card__price--list .product-card__current-price{width:100%}.product-card__price--full{gap:16px;max-width:100%;display:flex}.product-card__price--full .product-card__current-price{flex:1}.product-card__price--cart{display:none}}.product-card__actions{display:flex}.product-card__actions--list{flex-direction:column;gap:10px}.product-card__actions--cart{justify-content:flex-end;align-items:center;gap:20px}.product-card__btn{cursor:pointer;border:1px solid #0003;border-radius:5px;flex:1;justify-content:center;align-items:center;min-width:140px;padding:12px 30px;display:flex}.product-card__btn--buy{color:#fff;background:#73f}.product-card__btn--buy:hover{background:#6257ff}.product-card__btn--details{color:#000;background:#fff}.product-card__btn--details:hover{background:#0003}.product-card__cart{cursor:pointer;background:#73f url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201H1.47578C2.37567%201%203.16422%201.6122%203.401%202.49465L5.59889%2010.6857C5.83567%2011.5681%206.62422%2012.1803%207.52411%2012.1803H16.7149C17.4974%2012.1803%2018.2078%2011.7154%2018.5316%2010.9914L23%201H7'%20stroke='white'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3cpath%20d='M4.90728%2011.8197L4.29357%2012.6928C3.29325%2014.1162%204.2449%2016.1475%205.91211%2016.1475H20.1148'%20stroke='white'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3cpath%20d='M5.86886%2023C6.96438%2023%207.85247%2022.1119%207.85247%2021.0164C7.85247%2019.9209%206.96438%2019.0328%205.86886%2019.0328C4.77334%2019.0328%203.88525%2019.9209%203.88525%2021.0164C3.88525%2022.1119%204.77334%2023%205.86886%2023Z'%20stroke='white'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3cpath%20d='M18.1311%2023C19.2266%2023%2020.1147%2022.1119%2020.1147%2021.0164C20.1147%2019.9209%2019.2266%2019.0328%2018.1311%2019.0328C17.0356%2019.0328%2016.1475%2019.9209%2016.1475%2021.0164C16.1475%2022.1119%2017.0356%2023%2018.1311%2023Z'%20stroke='white'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e") 50% no-repeat;border:none;border-radius:5px;width:46px;height:46px;padding:12px}.product-card__cart:hover{background-color:#6257ff}.product-card__cart-btn{cursor:pointer;background-color:#0000;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%201H16M1%205H23M3%205V23H21V5M9%209V19M15%209V19'%20stroke='black'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e");border:none;width:24px;height:24px}.product-card__cart-btn:hover{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%201H16M1%205H23M3%205V23H21V5M9%209V19M15%209V19'%20stroke='%23FF5C77'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e")}.product-card__checkbox{cursor:pointer;appearance:none;background-color:#0000;border:2px solid #000;outline:none;width:24px;height:24px;position:relative}.product-card__checkbox:hover{background-color:#f0f0f0}.product-card__checkbox:checked{background-color:#0000}.product-card__checkbox:checked:after{content:"";border-bottom:2px solid #000;border-right:2px solid #000;width:8px;height:12px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}@media (width<=440px){.product-card__actions--list{flex-direction:row;justify-content:flex-end;gap:0;width:100%}.product-card__actions--cart{flex-direction:row-reverse}.product-card__btn--buy{width:100%;min-width:auto;padding:12px 16px}.product-card__btn--details{display:none}.product-card__checkbox{border-color:#0003;position:absolute;top:0;left:0}.product-card__checkbox:checked:after{border-color:#0003}.product-card__cart-btn{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%201H16M1%205H23M3%205V23H21V5M9%209V19M15%209V19'%20stroke='black'%20stroke-opacity='0.2'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e");position:absolute;bottom:8px;right:8px}}.product-card__features{flex-direction:column;gap:10px;display:flex}.product-card__feature{border:1px solid #0000001a;border-radius:5px;justify-content:space-between;padding:10px;display:flex}@media (width<=440px){.product-card__features{gap:4px}.product-card__feature{padding:8px}}.product-card{border-radius:5px;height:100%;padding:20px;display:flex}.product-card--grid{border:1px solid #d2d2d2;flex-direction:column;justify-content:space-between;align-items:flex-start;width:300px;height:540px}.product-card--list,.product-card--cart{border:1px solid #d2d2d2;flex-direction:row;align-items:stretch;gap:24px;min-height:310px}.product-card--full{grid-template-columns:1fr 1fr;align-items:flex-start;gap:20px;width:100%;padding:0;display:grid}.product-card__right{flex-direction:column;gap:20px;display:flex}.product-card__right-cart{justify-content:space-between}@media (width<=440px){.product-card{padding:8px;position:relative}.product-card--grid{width:163px;height:300px;min-height:0}.product-card--list,.product-card--cart{flex-wrap:wrap;align-items:flex-start;gap:12px;min-height:auto}.product-card--cart{gap:0 16px;padding:8px}.product-card--full{flex-direction:column;gap:24px;padding:0;display:flex}.product-card__right{align-items:stretch;width:100%}.product-card__right-list{grid-template-columns:1fr 1fr;gap:16px;margin-top:0;display:grid}.product-card__right-cart{flex-direction:row;justify-content:flex-end}}@media (width<=390px){.product-card--grid{width:153px}.product-card--list{gap:6px}.product-card--cart{gap:0 6px}}.mobile-footer{height:60px;padding-bottom:env(safe-area-inset-bottom);z-index:1000;background:#d2d2d2;border-top:1px solid #ffffff40;justify-content:space-around;align-items:center;display:flex;position:fixed;bottom:0;left:0;right:0}.mobile-footer__item{color:#fff;cursor:pointer;background:0 0;border:none;outline:none;justify-content:center;align-items:center;width:56px;height:56px;margin:0;padding:0;transition:color .2s;display:flex;position:relative}.mobile-footer__item:hover,.mobile-footer__item.active{color:#ffffff80}.mobile-footer__item:active{transform:scale(.96)}.mobile-footer__item svg{width:24px;height:24px;display:block}.mobile-footer__badge{color:#fff;background:#73f;border-radius:3px;padding:0 2px;font-size:12px;font-weight:700;position:absolute;top:-7px;right:-2px}.mobile-footer__icon{justify-content:center;align-items:center;display:flex;position:relative}.categories-grid{max-width:950px;height:100vh;margin-left:auto;padding:20px 0}.categories-grid__container{flex-wrap:wrap;gap:40px;display:flex}.category-card{background:#fff;width:285px;padding:15px}.category-card__header{color:#000;cursor:pointer;align-items:center;margin-bottom:22px;display:flex}.category-card__header:hover{color:#73f}.category-card__icon{width:24px;height:24px;margin-right:10px}.category-card__icon img{object-fit:contain;width:100%;height:100%}.category-card__arrow{margin-left:auto;font-size:22px}.category-card__items{flex-direction:column;gap:10px;padding-left:35px;display:flex}.category-card__item{transition:all .25s}.category-card__item:hover{color:#73f}.category-card__item.loading{color:#000}@media (width<=440px){.categories-grid{padding:0}.categories-grid__container{gap:8px;width:100%}.category-card{border:1px solid #0003;border-radius:4px;width:100%;padding:9px}.category-card__header{margin-bottom:0}.category-card__items{display:none}.category-card__icon{margin-right:15px}.category-card:hover{color:#000;background:#00000008}}.catalog-page__container{max-width:1300px;min-height:100vh;margin:0 auto;padding:0 20px}@media (width<=440px){.catalog-page__container{padding:24px 24px 84px}}.products-list{flex:1}.products-list__container{width:100%}.products-list__header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.products-list__switcher{gap:8px;display:flex}.products-list__switch{cursor:pointer;color:#d2d2d2;background:0 0;border:none}.products-list__switch-active{color:#000}.products-list__items{display:flex}.products-list__items-list{flex-direction:column;gap:20px}.products-list__items-grid{flex-flow:wrap;gap:20px}@media (width<=440px){.products-list__header{margin-bottom:8px}.products-list__title{display:none}.products-list__switch{padding:0}.products-list__items{flex-wrap:wrap;display:flex}.products-list__items-list{flex-direction:column;gap:8px}.products-list__items-grid{flex-flow:wrap;gap:16px 8px}}.skeleton-switch{width:40px;height:40px}.skeleton-text{width:60%;height:16px;margin-bottom:10px}.skeleton-text.big{width:80%;height:20px}.skeleton-price{width:120px;height:40px;margin-bottom:10px}@media (width<=440px){.skeleton-title{width:170px}.skeleton-switch{width:36px;height:36px}.skeleton-price{width:110px;height:32px}.skeleton-button{width:100%;max-width:180px}}.catalog-item-page__container{gap:35px;max-width:1300px;min-height:100vh;margin:0 auto;padding:20px;display:flex}.catalog-item-page__sidebar{width:285px}.catalog-item-page .error{margin:160px auto}@media (width<=440px){.catalog-item-page__container{gap:0;min-height:0;padding:24px 24px 84px}.catalog-item-page__sidebar{width:0}}.mobile-page-header{z-index:20;background:#fff;border-bottom:1px solid #d2d2d2;grid-template-columns:44px 1fr 44px;align-items:center;height:68px;padding:0 24px;display:grid;position:sticky;top:0}.mobile-page-header__back,.mobile-page-header__right{justify-content:center;align-items:center;display:flex}.mobile-page-header__back{cursor:pointer;background:0 0;border:none;padding:0}.mobile-page-header__title{font-size:14px}.mobile-page-header__title .chat{text-align:center;color:#0003}.skeleton{background:linear-gradient(90deg,#e0e0e0 25%,#f5f5f5 37%,#e0e0e0 63%) 0 0/400% 100%;border-radius:5px;animation:1.4s infinite skeleton-loading}.skeleton-image{width:100%;height:100%}.skeleton-title{width:60%;height:28px}.skeleton-price{width:180px;height:40px}.skeleton-feature{width:100%;height:40px}.skeleton-badge{width:140px;height:40px}.skeleton-text{width:100%;height:16px}.skeleton-text.short{width:70%}.skeleton-button{width:200px;height:46px}@media (width<=440px){.skeleton-title{width:80%;height:24px}.skeleton-price{width:140px;height:32px}.skeleton-badge{width:120px;height:34px}.skeleton-button{width:100%;max-width:220px}}.product-page__container{max-width:1300px;min-height:100vh;margin:0 auto;padding:20px;display:flex}@media (width<=440px){.product-page__container{min-height:0;padding:24px 24px 84px}}.empty-cart{background-image:url(/assets/empty-C2TNSKpp.png);background-position:50%;background-repeat:no-repeat;justify-content:center;align-items:center;height:660px;display:flex}.empty-cart__content{text-align:center;max-width:320px}.empty-cart__title{margin-bottom:20px;font-size:28px}.empty-cart__link{text-decoration:underline}@media (width<=440px){.empty-cart{background-image:url(/assets/empty-mob-DuUEHBYI.png);height:520px;display:block}.empty-cart__content{text-align:center;max-width:100%;padding-top:80px}.empty-cart__name{text-align:left;max-width:215px;margin:0 auto}.empty-cart__title{margin-bottom:24px;font-size:32px;font-weight:400}}.cart-actions{border:1px solid #0003;border-radius:5px;justify-content:flex-end;align-items:center;gap:20px;margin-bottom:30px;padding:12px 20px;display:flex}.cart-actions__button{cursor:pointer;background:0 0;border:none;justify-content:space-between;gap:10px;display:flex}.cart-actions__button:disabled{opacity:0;pointer-events:none}.cart-actions__remove-icon{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%201H16M1%205H23M3%205V23H21V5M9%209V19M15%209V19'%20stroke='black'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e");background-position:50%;background-repeat:no-repeat;width:24px;height:24px}.cart-actions__remove-icon:hover{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%201H16M1%205H23M3%205V23H21V5M9%209V19M15%209V19'%20stroke='%23FF5C77'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e")}.cart-actions__checkbox-label{cursor:pointer;align-items:center;gap:8px;display:flex}.cart-actions__checkbox-label input{display:none}.cart-actions__checkbox-custom{background-color:#0000;border:2px solid #000;width:24px;height:24px;position:relative}.cart-actions__checkbox-custom:after{content:"";box-sizing:border-box;position:absolute}.cart-actions__checkbox-label input:indeterminate+.cart-actions__checkbox-custom:after{background-color:#000;width:14px;height:2px;top:50%;left:3px;transform:translateY(-50%)rotate(0)}.cart-actions__checkbox-label input:checked+.cart-actions__checkbox-custom:after{content:"";border-bottom:2px solid #000;border-right:2px solid #000;width:8px;height:12px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}@media (width<=440px){.cart-actions{border:none;flex-direction:row-reverse;justify-content:space-between;gap:0;margin-bottom:24px;padding:0}.cart-actions__button{flex-direction:row-reverse;align-items:center;gap:8px}.cart-actions__checkbox-label{flex-direction:row-reverse}.cart-actions__checkbox-custom,.cart-actions__checkbox-label input:checked+.cart-actions__checkbox-custom:after{border-color:#0003}.cart-actions__remove-icon{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%201H16M1%205H23M3%205V23H21V5M9%209V19M15%209V19'%20stroke='black'%20stroke-opacity='0.2'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e")}.cart-actions__remove-icon:hover{background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%201H16M1%205H23M3%205V23H21V5M9%209V19M15%209V19'%20stroke='%23FF5C77'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e")}}.cart-counter{border:1px solid #0003;border-radius:5px;flex-direction:column;gap:15px;padding:10px 20px;display:flex}.cart-counter__text{line-height:125%}.cart-counter__select-all-btn{background:0 0;border:1px solid #0000001a;border-radius:5px;height:46px}.cart-counter__select-all-btn:hover{background:#0000001a}.cart-counter__summary{flex-direction:row;justify-content:space-between;display:flex}.cart-counter__price{flex-direction:column;align-items:end;display:flex}.cart-counter__total{font-size:16px;font-weight:500}.cart-counter__old-price{text-align:right;color:#0000001a;text-decoration:line-through}.cart-counter__checkout-btn{color:#fff;text-align:center;background:#73f;border:none;border-radius:5px;height:46px}.cart-counter__checkout-btn:hover{background:#6257ff}@media (width<=440px){.cart-counter{gap:48px;padding:8px}}.cart-page__container{max-width:1300px;min-height:100vh;margin:0 auto;padding:20px}.cart-page__header{grid-template-columns:1fr auto;align-items:center;gap:20px;display:grid}.cart-page__print{color:#0000001a;background:0 0;border:none;align-items:center;gap:10px;margin-right:140px;display:flex}.cart-page__print:hover{color:#000}.cart-page__title{margin-bottom:20px}.cart-page__wrapper{grid-template-columns:1fr 1fr;gap:20px;width:100%;display:grid}.cart-page__content{width:955px}.cart-page__items{flex-direction:column;gap:20px;display:flex}@media print{body *{visibility:hidden}.cart-page__print-area,.cart-page__print-area *{visibility:visible}.cart-page__print-area{width:100%;position:absolute;top:0;left:0}}@media (width<=440px){.cart-page__container{padding:24px 24px 84px}.cart-page__header{display:none}.cart-page__content{width:100%}.cart-page__wrapper{flex-direction:column;gap:24px;display:flex}.cart-page__items{flex-direction:column;gap:8px;display:flex}}.checkout-header__wrapper{align-items:center;gap:35px;display:flex}.checkout-header__nav{align-items:center;gap:10px;display:flex}.checkout-header__nav-active{color:#0003}.checkout-header__order-info{background:0 0;border:1px solid #d2d2d2;border-radius:5px;width:285px;overflow:hidden}.checkout-header__order-info__trigger{text-align:left;background:#fff;border:none;justify-content:space-between;align-items:center;width:100%;padding:5px 10px;display:flex;position:relative}.checkout-header__order-info__trigger:hover{background:#0000001a}.checkout-header__order-arrow{margin-left:auto;transition:transform .3s}.checkout-header__order-arrow.open{transform:rotate(180deg)}.checkout-header__order-info__content{z-index:999;background:#fff;width:285px;position:absolute}.checkout-header__order-info__row{border:1px solid #d2d2d2;justify-content:space-between;width:100%;margin-top:-1px;padding:5px 10px;display:flex}.checkout-header__order-info__row:first-child{margin-top:0}.checkout-header__order-info__row:last-child{border-radius:5px}.checkout-header__order-info__total{border-top:1px solid #0000001a;padding:5px 10px;font-size:16px;font-weight:600}.buyer-info__title{margin-bottom:18px}.buyer-info__form-grid{grid-template-columns:1fr 1fr;gap:0 20px;display:grid}.buyer-info__form-field{position:relative}.buyer-info__form-field .floating-label{color:#0000001a;pointer-events:none;z-index:2;padding:0 4px;transition:all .2s;position:absolute;top:14px;left:12px}.buyer-info__form-field.focused .floating-label,.buyer-info__form-field.filled .floating-label{top:1px}.buyer-info__form-field .error-message{color:#e74c3c;min-height:12px;font-size:12px;display:block}.buyer-info__form-input{z-index:1;background:0 0;border:1px solid #0000001a;border-radius:8px;width:100%;padding:20px 12px 5px 14px;transition:border-color .2s;position:relative}.buyer-info__form-input:focus{border-color:#000;outline:none}.buyer-info__form-input.error{border-color:#e74c3c}@media (width<=440px){.buyer-info__title{margin-bottom:16px;font-size:16px;font-weight:400}.buyer-info__form-grid{flex-direction:column;gap:8px;display:flex}}.order-success__container{grid-template-columns:1fr 380px;gap:40px;max-width:1300px;min-height:100vh;margin:0 auto;padding:20px;display:grid}.order-success__content{max-width:630px}.order-success__info{flex-direction:column;gap:10px;margin-top:20px;display:flex}.order-success .info-row{border:1px solid #0000001a;border-radius:5px;justify-content:space-between;align-items:center;width:100%;min-height:46px;padding:5px 15px;display:flex}.order-success .info-row__label{color:#0003}.order-success__products{margin-top:40px}.order-success__products-list{flex-direction:column;align-items:flex-end;margin-top:20px;display:flex}.order-success .product-row{border:1px solid #0000001a;border-radius:4px 4px 0 0;justify-content:space-between;align-items:center;width:100%;min-height:46px;padding:5px 15px;display:flex}.order-success .product-row__count{color:#0003;margin-left:7px}.order-success__total{justify-content:space-between;gap:6px;margin-top:10px;margin-right:16px;display:flex}.order-success__total-label{color:#0003}.order-success__btn{color:#fff;background:#000 url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201H15V15'%20stroke='white'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3e%3cpath%20d='M1.63629%2014.3636L14.3636%201.63623'%20stroke='white'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3e%3c/svg%3e") 95% no-repeat;border:none;border-radius:5px;width:305px;margin-top:40px;padding:13px}@media (width<=440px){.order-success__container{padding:24px;display:block}.order-success__content{flex-direction:column;gap:24px;max-width:100%;display:flex}.order-success__info{gap:8px;margin-top:0}.order-success .info-row{border-radius:4px;width:100%;min-height:40px;padding:8px}.order-success__products{margin-top:0}.order-success__products-list-title{font-size:16px;font-weight:400}.order-success__products-list{margin-top:8px}.order-success .product-row{width:100%;min-height:40px;padding:8px}.order-success__btn{width:100%;padding:8px}}.checkout-page__container{grid-template-columns:1fr 285px;gap:40px;max-width:1300px;min-height:100vh;margin:0 auto;padding:20px;display:grid}.checkout-page__form{flex-direction:column;gap:32px;display:flex}.checkout-page__confirm-btn{color:#fff;cursor:pointer;background:#73f;border:none;border-radius:5px;width:100%;max-width:265px;padding:16px}.checkout-page__confirm-btn:hover{background:#6257ff}.checkout-page__agreement{color:#000;cursor:pointer;align-items:center;font-size:16px;display:flex}.checkout-page__agreement input{accent-color:#73f}.checkout-page__checkbox{display:none}.checkout-page__link{text-decoration:underline}.checkout-page .custom-radio{background-color:#0000;border:2px solid #000;width:24px;height:24px;margin-right:10px;position:relative}.checkout-page input:checked+.custom-radio:after{content:"";border-bottom:2px solid #000;border-right:2px solid #000;width:8px;height:12px;position:absolute;top:2px;left:6px;transform:rotate(45deg)}.error-message{color:#e74c3c;min-height:12px;font-size:12px;display:block}@media (width<=440px){.checkout-page__container{min-height:0;padding:24px;display:block}.checkout-page__form{gap:24px}.checkout-page__confirm-btn{max-width:100%;padding:8px}.checkout-page .custom-radio{border:1px solid #000;width:16px;height:16px;margin-right:8px}.checkout-page input:checked+.custom-radio:after{border-bottom:1px solid #000;border-right:1px solid #000;width:6px;height:10px;left:4px}.checkout-page .error-message{min-height:4px;font-size:10px}}.checkout-mobile-footer{z-index:100;border-top:1px solid #0000001a;position:fixed;bottom:0;left:0;right:0}.checkout-mobile-footer__header{border-bottom:1px solid #0000001a;justify-content:space-between;align-items:center;width:100%;padding:18px 43px 18px 24px;font-size:16px;display:flex}.checkout-mobile-footer__handle{background:#0003;width:73px;height:4px;margin:8px auto 16px}.checkout-mobile-footer__content{flex-direction:column;gap:8px;padding:0 24px 24px;display:flex}.checkout-mobile-footer__content h4{font-size:16px;font-weight:400}.checkout-mobile-footer__item{gap:5px;display:flex}.checkout-mobile-footer-qua{color:#0003}.checkout-mobile-footer__arrow{flex-shrink:0;transition:transform .25s}.checkout-mobile-footer__arrow--opened{transform:rotate(90deg)}.agreement-page__container{gap:35px;max-width:1300px;min-height:100vh;margin:0 auto;padding:20px}.agreement-page h1{font-size:26px;font-weight:500}.agreement-page h3{margin-top:24px}.agreement-page ul{padding-left:20px}.agreement-page p,.agreement-page ul{margin-top:10px}.agreement-page li{list-style-type:disc}@media (width<=440px){.agreement-page__container{gap:20px;padding:24px 24px 84px}.agreement-page h1{font-size:20px;font-weight:500}.agreement-page h3{margin-top:18px;font-size:18px;font-weight:400}.agreement-page ul{padding-left:20px}.agreement-page p,.agreement-page ul{margin-top:10px}}.not-found-page__container{background:url(/assets/404-ayEEK-Js.png) 50% no-repeat;flex-direction:column;justify-content:center;align-items:center;max-width:1300px;min-height:100vh;margin:0 auto;display:flex}.not-found-page p{margin-top:20px}.not-found-page button{color:#fff;background:#000 url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%201H15V15'%20stroke='white'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3e%3cpath%20d='M1.63629%2014.3636L14.3636%201.63623'%20stroke='white'%20stroke-width='2'%20stroke-miterlimit='10'%20stroke-linecap='square'/%3e%3c/svg%3e") 95% no-repeat;border:none;border-radius:5px;width:305px;margin-top:60px;padding:13px}.admin__login{background-color:#000c;justify-content:center;align-items:center;width:100vw;height:100vh;display:flex}.admin__form{background-color:#fff;border-radius:10px;flex-direction:column;gap:20px;width:100%;max-width:300px;padding:20px;display:flex}.admin__form-input{border:1px solid #d2d2d2;border-radius:5px;padding:10px}.admin__form-input:active,.admin__form-input:focus{border:1px solid #000}.admin__form-btn{border-radius:5px;padding:10px}.admin__form-btn:hover{background-color:#d2d2d2}.admin-sidebar__menu{flex-direction:column;gap:5px;display:flex}.admin-sidebar__item{text-align:left;cursor:pointer;color:#000;background:0 0;border:2px solid #0000;border-radius:5px;align-items:center;width:100%;padding:10px;font-size:16px;font-weight:400;transition:all .2s;display:flex}.admin-sidebar__item:hover{background:#0000001a}.admin-sidebar__item.active.new{border:2px solid #3b80ff}.admin-sidebar__item.active.processing{border:2px solid #73f}.admin-sidebar__item.active.completed{border:2px solid #1acc8e}.admin-sidebar__item.active.chats{border:2px solid #6257ff}.admin-sidebar__chat{cursor:pointer;border-radius:5px;flex:1;justify-content:space-between;align-items:center;width:100%;padding:10px;display:flex}.admin-sidebar__chat:hover{background-color:#0000001a}.admin-sidebar__chat-text{white-space:nowrap;text-overflow:ellipsis;text-align:left;width:100%;max-width:220px;display:block;position:relative;overflow:hidden;-webkit-mask-image:linear-gradient(90deg,#000 70%,#0000 100%);mask-image:linear-gradient(90deg,#000 70%,#0000 100%)}.admin-sidebar__chat.active-chat{background-color:#6257ff1a}.admin-sidebar__chat-delete{padding:0}.admin-sidebar__chat-delete .icon path{stroke:#000;transition:stroke .2s,stroke-opacity .2s}.admin-sidebar__chat-delete .icon:hover path{stroke:#ff5c77;stroke-opacity:1}.admin-sidebar__chat-badge{background:#6257ff;border-radius:100%;width:10px;height:10px;margin-right:5px}.admin-sidebar__icon{width:22px;height:22px}.admin-sidebar__label{flex:1;margin-left:10px}.admin-sidebar__count{color:#0003;font-size:16px;font-weight:400}.admin-sidebar__badge{color:#fff;background:#3b80ff;border-radius:5px;justify-content:center;align-self:center;align-items:center;margin-left:3px;padding:4px;display:flex}.admin-sidebar__group{scrollbar-width:thin;scrollbar-color:#d2d2d2 transparent;flex-direction:column;gap:5px;max-height:300px;margin-top:15px;display:flex;overflow-y:auto}.admin-sidebar__group::-webkit-scrollbar{width:8px}.admin-sidebar__group::-webkit-scrollbar-thumb{cursor:pointer;background-color:#d2d2d2;border-radius:6px}.admin-sidebar__group::-webkit-scrollbar-thumb:hover{background-color:#0003}.admin-sidebar__group-title{color:#0003;padding-left:10px}.orders-list{flex-direction:column;gap:10px;display:flex}.orders-list__empty,.orders-list__loading{text-align:center;color:#d2d2d2;padding:60px 20px;font-size:20px}.order-card{border:1px solid #0000001a;border-left:5px solid #73f;border-radius:5px;align-items:end;padding:13px 17px 19px 15px;transition:all .3s;overflow:hidden}.order-card--new{border-left:5px solid #3b80ff}.order-card--processing{border-left:5px solid #73f}.order-card--completed{border-left:5px solid #1acc8e}.order-card__main{justify-content:space-between;align-items:flex-start;width:100%;display:flex}.order-card__actions{flex-direction:column;gap:5px;width:130px;margin-right:11px;display:flex}.order-card__btn{text-align:left;background-position:5%;background-repeat:no-repeat;border-radius:5px;width:132px;height:32px;padding-left:25px}.order-card__btn--accept{background-color:#7733ff1a;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='14'%20viewBox='0%200%2016%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.2%2012L15%209.25L12.2%206.5M1%201V9.25H14.0667'%20stroke='%237733FF'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e");border:1px solid #73f3}.order-card__btn--accept:hover{background-color:#73f3}.order-card__btn--process{background-color:#1acc8e1a;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='14'%20viewBox='0%200%2016%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.2%2012L15%209.25L12.2%206.5M1%201V9.25H14.0667'%20stroke='%231ACC8E'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e");border:1px solid #1acc8e33}.order-card__btn--process:hover{background-color:#1acc8e33}.order-card__btn--cancel{background-color:#3b80ff1a;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='14'%20viewBox='0%200%2016%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.50117%2012L0.701172%209.25L3.50117%206.5M1.63451%209.25H14.7012V1H1.63451'%20stroke='%233B80FF'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e");background-position:5% 70%;border:1px solid #3b80ff33}.order-card__btn--cancel:hover{background-color:#3b80ff33}.order-card__btn--for-processing{background-color:#7733ff1a;background-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='14'%20viewBox='0%200%2016%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.50117%2012L0.701172%209.25L3.50117%206.5M1.63451%209.25H14.7012V1H1.63451'%20stroke='%237733FF'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e");background-position:5% 70%;border:1px solid #73f3}.order-card__btn--for-processing:hover{background-color:#73f3}.order-card__customer{width:142px;margin-right:20px}.order-card__process{color:#0003;flex-direction:column;gap:5px;width:83px;margin-right:10px;display:flex}.order-card__date{flex-direction:column;align-items:center;gap:5px;width:83px;margin-right:40px;display:flex}.order-card__items{gap:10px;width:240px;display:flex}.order-card__total{text-align:right;width:100px;margin-right:10px}.order-card__company{color:#000;font-size:16px;font-weight:500}.order-card__expand{flex:0 0 24px}.order-card__expand svg{transform-origin:50%;margin-top:6px;transition:transform .25s}.order-card__expand.open svg{transform:rotate(180deg)}.order-card__details{justify-content:space-between;padding:5px 40px 0 140px;display:flex}.order-card__contact-info{color:#0003;width:150px;font-size:12px}.order-card__items-list{flex-direction:column;gap:20px;width:100%;max-width:335px;display:flex}.order-card__item-row{justify-content:space-between;display:flex}.order-card__item-info{gap:10px;display:flex}.order-card__item-name{color:#000}.order-card__item-qty{color:#0003;text-align:right;font-size:14px}.order-card__item-total{flex-direction:column;align-items:flex-end;display:flex}.order-card__item-total-per{font-size:12px}.order-card__summary{flex-direction:column;flex:1;justify-content:flex-end;display:flex}.order-card__delivery{justify-content:space-between;display:flex}.order-card__total-row{border-top:1px solid #0000001a;justify-content:flex-end;gap:5px;padding-top:10px;font-size:16px;display:flex}.order-card__total-row span{color:#0003}.order-card__grand-total{color:#000}.order-card__first-item-qty{color:#0003}.admin-chat{flex-direction:column;max-height:100vh;display:flex}.admin-chat__messages{scrollbar-width:thin;scrollbar-color:#d2d2d2 transparent;flex-direction:column;flex:1;gap:10px;margin-bottom:20px;display:flex;overflow-y:auto}.admin-chat__messages::-webkit-scrollbar{width:8px}.admin-chat__messages::-webkit-scrollbar-thumb{cursor:pointer;background-color:#d2d2d2;border-radius:6px}.admin-chat__messages::-webkit-scrollbar-thumb:hover{background-color:#0003}.admin-chat__message{flex-direction:column;align-items:flex-start;max-width:80%;display:flex;position:relative}.admin-chat__message--mine .admin-chat__content{background:#fff}.admin-chat__message--theirs .admin-chat__content{background:#00000008}.admin-chat__content{border-radius:3px;padding:10px 10px 0}.admin-chat__text{word-break:break-word}.admin-chat__time{color:#0003}.admin-chat__message-wrapper{flex-direction:column;align-items:flex-start;display:flex}.admin-chat__message-wrapper--mine{align-items:flex-end}.admin-chat__message-wrapper--theirs{align-items:flex-start}.admin-chat__copy{background:0 0;border-radius:3px;margin-top:10px;padding:10px}.admin-chat__copy:hover{background:#0000001a}.admin-chat__input-wrapper{position:relative}.admin-chat__input{resize:none;border:1px solid #0000001a;border-radius:5px;width:100%;min-height:66px;max-height:150px;padding:22px 50px 25px 25px;overflow-y:auto}.admin-chat__input::-webkit-scrollbar{width:6px}.admin-chat__input::-webkit-scrollbar-thumb{background:#0000001a;border-radius:4px}.admin-chat__input::-webkit-scrollbar-track{background:0 0}.admin-chat__send-btn{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;display:flex;position:absolute;top:50%;right:10px;transform:translateY(-50%)}.admin-chat__send-btn:disabled{opacity:.3;cursor:not-allowed}.modal{background:#fff;border:1px solid #0000001a;border-radius:13px;width:360px;padding:10px}.modal-overlay{z-index:9999;background:#0000004d;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal__info{flex-direction:column;gap:10px;display:flex}.modal__info-text span{font-weight:500}.modal__info .modal__info-text:last-child{color:#d2d2d2}.modal__actions{justify-content:flex-end;gap:10px;margin-top:30px;display:flex}.modal__btn{cursor:pointer;border:1px solid #0000001a;border-radius:3px;min-width:96px;padding:10px}.modal__btn--cancel{background:0 0}.modal__btn--cancel:hover{background:#0000001a}.modal__btn--delete{color:#fff;background:#ff5c77}.modal__btn--delete:hover{background:#dd4962}.admin-panel{background:#fff}.admin-panel__container{max-width:1300px;min-height:100vh;margin:0 auto;padding:40px 20px}.admin-panel__header{justify-content:space-between;margin-bottom:40px;display:flex}.admin-panel__title{color:#000;font-size:22px;font-weight:500}.admin-panel__subtitle{gap:10px;display:flex}.admin-panel__count{color:#0003;font-size:22px;font-weight:500}.admin-panel__count--chat{color:#000;font-size:22px;font-weight:500}.admin-panel__content{grid-template-columns:285px 1fr;gap:40px;display:grid}.admin-panel__chats-empty{background:url(/assets/admin-empty-chat-cF7df0_3.png) 50% no-repeat;height:500px}.admin-panel__pagination{justify-content:flex-end;align-items:center;gap:15px;margin-top:20px;display:flex}.admin-panel__pagination button{cursor:pointer}.admin-panel__pagination button:disabled{opacity:1;cursor:not-allowed}.privacy_policy-page__container{gap:35px;max-width:1300px;min-height:100vh;margin:0 auto;padding:20px}.privacy_policy-page h1{font-size:26px;font-weight:500}.privacy_policy-page h2{font-size:24px;font-weight:500}.privacy_policy-page h3{font-size:18px;font-weight:400}.privacy_policy-page h3,.privacy_policy-page h2{margin-top:24px}.privacy_policy-page ul{padding-left:20px}.privacy_policy-page p,.privacy_policy-page ul{margin-top:10px}.privacy_policy-page li{list-style-type:disc}.privacy_policy-page table{border-collapse:collapse;width:100%;margin-top:10px}.privacy_policy-page th,.privacy_policy-page td{border:1px solid #ddd;padding:8px}.privacy_policy-page th{background:#f5f5f5;font-weight:500}.mobile-chat-page{background:#d2d2d2;flex-direction:column;height:100dvh;display:flex}.chat-widget{z-index:9999;position:fixed;bottom:30px;right:calc(50vw - 850px)}.chat-widget__button{background:#73f url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%2017L8%2013H19V1H1V13H3M5%205H15M5%209H12M19%2022L16%2018H10V17M21%2018H23V8'%20stroke='white'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e") 50% no-repeat;border-radius:3px;width:142px;height:42px;transition:all .1s}.chat-widget__button:hover{background-color:#3b80ff}.chat-widget__button.open{background:#6257ff url("data:image/svg+xml,%3csvg%20width='17'%20height='17'%20viewBox='0%200%2017%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.41431%2015.4142L15.4143%201.41418M1.41431%201.41418L15.4143%2015.4142'%20stroke='white'%20stroke-width='2'%20stroke-linecap='square'%20stroke-linejoin='bevel'/%3e%3c/svg%3e") 50% no-repeat}.chat-widget__button.open:hover{background-color:#3b80ff}.chat{z-index:9999;opacity:0;pointer-events:none;background:#d2d2d2;border:1px solid #0000001a;border-radius:5px;flex-direction:column;width:305px;height:485px;transition:opacity .2s,transform .25s cubic-bezier(.34,1.56,.64,1);display:flex;position:fixed;bottom:84px;right:calc(50vw - 850px);overflow:hidden;transform:translateY(10px)scale(.95)}.chat--open{opacity:1;pointer-events:auto;transform:translateY(0)scale(1)}.chat__header{color:#0003;background:#fff;flex-direction:column;justify-content:space-between;padding:10px 20px;display:flex}.chat__messages{scrollbar-width:thin;scrollbar-color:#0000001a #d2d2d2;flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.chat__messages::-webkit-scrollbar{width:6px}.chat__messages::-webkit-scrollbar-track{background:#d2d2d2}.chat__messages::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.chat__messages::-webkit-scrollbar-thumb:hover{background:#0000001a}.chat__message{background-color:#fff;border-radius:3px;flex-direction:column;max-width:75%;font-size:14px;display:flex}.chat__message--mine{align-self:flex-end}.chat__message--theirs{align-self:flex-start}.chat__text{overflow-wrap:anywhere;padding:10px 10px 0}.chat__time{color:#0003;align-self:flex-end}.chat__warning{text-align:center;color:#0003;-webkit-user-select:none;user-select:none;font-size:10px}.chat__input-area{background:#fff;justify-content:space-between;align-items:center;gap:18px;padding:12px 16px;display:flex}.chat__input{resize:none;scrollbar-width:thin;scrollbar-color:#0000001a #d2d2d2;background-color:#d2d2d2;border:none;border-radius:3px;width:100%;min-height:40px;max-height:120px;padding:15px;overflow-y:auto}.chat__input-wrapper{justify-content:space-between;gap:18px;width:100%;display:flex}.chat__input::-webkit-scrollbar{width:6px}.chat__input::-webkit-scrollbar-track{background:#d2d2d2;border-radius:10px}.chat__input::-webkit-scrollbar-thumb{background:#0000001a;border-radius:10px}.chat__input::-webkit-scrollbar-thumb:hover{background:#0000001a}.chat__send{cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;display:flex}.chat__send:disabled{opacity:.3;cursor:not-allowed}@media (width<=440px){.chat--mobile{opacity:1;pointer-events:auto;background:#d2d2d2;border:none;border-radius:0;flex:1;width:100%;height:auto;position:relative;bottom:0;left:0;right:0;transform:none}.chat--mobile .chat__messages{padding:16px}.chat--mobile .chat__message{max-width:82%}.chat--mobile{background:0 0;padding:0}.chat__input{background:#fff;padding:10px}.chat--mobile .chat__input-area{background:#fff;border-top:1px solid #d2d2d2;padding:8px 22px}}*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;height:100%}body{text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;min-height:100%;font-family:system-ui,-apple-system,Segoe UI,Roboto,Arial,sans-serif;line-height:1.5}img,picture,video,canvas,svg{max-width:100%;display:block}input,button,textarea,select{font:inherit;color:inherit}button{cursor:pointer;background:0 0;border:none}a{color:inherit;text-decoration:none}ul,ol{margin:0;padding:0;list-style:none}table{border-collapse:collapse;border-spacing:0}input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}input:-webkit-autofill{-webkit-text-fill-color:inherit;transition:background-color 9999s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}input:-webkit-autofill:hover{-webkit-text-fill-color:inherit;transition:background-color 9999s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}input:-webkit-autofill:focus{-webkit-text-fill-color:inherit;transition:background-color 9999s ease-in-out;-webkit-box-shadow:inset 0 0 0 1000px #0000}:focus{outline:none}body{color:#000;margin:0;font-family:Inter,system-ui,-apple-system,sans-serif;font-size:16px;line-height:1.25}h2{font-size:28px;font-weight:700}h3{font-size:22px;font-weight:500}.text-base{font-size:16px;font-weight:400}.text-base-medium{font-size:16px;font-weight:500}.text-sm{font-size:12px;font-weight:400}.text-sm-bold{font-size:12px;font-weight:700}html{box-sizing:border-box;font-size:16px;overflow-x:hidden}
