@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);width:100%;border-radius:.25rem;display:inline-flex;line-height:1;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;overflow:hidden}.react-loading-skeleton:after{content:" ";display:var(--pseudo-element-display);position:absolute;top:0;left:0;right:0;height:100%;background-repeat:no-repeat;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));transform:translateX(-100%);animation-name:react-loading-skeleton;animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-timing-function:ease-in-out;animation-iteration-count:infinite}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}.product-add-buttons{flex-direction:row;align-items:center;margin-right:32px}.product-add-buttons p{width:60px;height:24px;line-height:24px;text-align:center}.product-add-buttons.small{margin-right:0}.product-add-buttons.small p{width:32px}.basket-card{position:relative;margin-bottom:12px;padding:12px;background-color:#f4f5f4}.basket-card,.basket-card .basket-card-wrap{flex-direction:row;align-items:center;width:100%}.basket-card .basket-card-wrap{justify-content:space-between}.basket-card .basket-card-image{flex-grow:0;flex-shrink:0;width:72px;height:72px;margin-right:12px}.basket-card .basket-card-info{flex-grow:1;flex-shrink:1;overflow:hidden}.basket-card .basket-card-info h3{margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.basket-card .basket-card-control{justify-content:center;flex-grow:0;flex-shrink:0;margin:0 12px}.basket-card .basket-card-button{position:absolute;top:0;right:0;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;width:16px;height:16px;background-color:#1d1d1b;transition:all .35s ease-out 0s}.basket-card .basket-card-button svg{fill:#fff}.basket-card .basket-card-button:hover{background-color:#bf624c;transition:all .35s ease-out 0s}@media (max-width:768px){.basket-card{flex-wrap:wrap}.basket-card .basket-card-control{flex-wrap:1;flex-shrink:0;justify-content:space-between;height:auto;padding:8px 0;margin:0 5px 0 0;width:70px}}.order-delivery-type{display:flex;flex-direction:row;justify-content:space-between}.order-delivery-type .order-delivery-type-btn{display:flex;align-items:center;justify-content:center;width:calc(50% - 8px);height:42px;margin:12px 0;background-color:#f4f5f4;transition:all .35s ease-out 0s}.order-delivery-type .order-delivery-type-btn.active{background-color:#1d1d1b;color:#fff;transition:all .35s ease-out 0s}.postcard-card{position:relative;flex-direction:row;align-items:center;width:100%;max-width:360px;margin-bottom:12px;border:1px solid #d77b8f}.postcard-card .postcard-card-wrap{flex-direction:row;align-items:center;justify-content:space-between;width:100%}.postcard-card .postcard-card-image{align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;width:90px;height:90px;margin-right:12px;background-color:#d77b8f}.postcard-card .postcard-card-image svg{margin-bottom:2px}.postcard-card .postcard-card-image h2{color:#fff;font-size:12px;line-height:16px;text-align:center}.postcard-card .postcard-card-info{flex-grow:1;flex-shrink:1;overflow:hidden}.postcard-card .postcard-card-info h3{margin-bottom:8px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.postcard-card .postcard-card-control{justify-content:center;flex-grow:0;flex-shrink:0;margin:0 12px}.postcard-card .postcard-card-button{position:absolute;bottom:12px;right:12px;align-items:center;justify-content:center;flex-grow:0;flex-shrink:0;width:20px;height:20px;border:1px solid #1d1d1b;background-color:#fff;transition:all .35s ease-out 0s}.postcard-card .postcard-card-button svg{fill:#d77b8f}.postcard-card .postcard-card-button.active{background-color:#1d1d1b;transition:all .35s ease-out 0s}@media (max-width:768px){.postcard-card{flex-wrap:wrap}.postcard-card .postcard-card-control{flex-wrap:1;flex-shrink:1;justify-content:space-between;height:auto;padding:8px 0;margin:0 24px 0 0}.postcard-card .postcard-card-button{height:auto;padding:8px 0}}.order-info-card{display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-end;justify-content:flex-start;flex-grow:0;flex-shrink:0;width:100%;margin:10px 0}.order-info-card .order-info-card-info{flex-grow:0;flex-shrink:1;margin-right:32px}.order-info-card .order-info-card-info h3{margin-bottom:8px;color:#1d1d1b;font-size:14px;font-weight:600;line-height:1.22;text-align:left;text-transform:none}.order-info-card .order-info-card-info p{color:#1d1d1b;font-size:13px;font-weight:400;line-height:1.22;text-align:left}.order-info-card>p{color:#1d1d1b;font-size:13px;font-weight:600;text-decoration:underline}