

/* Start:/local/components/printomat/basket/templates/.default/style.css?17879055362097*/
.cart-item .features .edit-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

/* Служебные сумма/вес строки для JS (data-field); в макете не показываем — только для пересчёта итогов. */
.cart-item__line-summary--visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cart-item {
  position: relative;
}

.layout-file--present .layout-link {
  text-decoration: underline;
  font-weight: 600;
}

.cart-item__specification li.product-price p {
  font-weight: 700;
}

.badge-layout {
  margin-left: 8px;
  padding: 2px 6px;
  font-size: 12px;
  border-radius: 6px;
  background: #f2dc00;
  color: #2c2c2c;
  white-space: nowrap;
}

@media (max-width: 767px) {
  .cart-content {
    padding-bottom: 80px;
  }
}

.cart-item .cart-item-info .top .features .del-btn,
.cart-item .cart-item-info .top .features .cart-item__remove-btn {
  background: var(--back-color);
  -webkit-transition: var(--trs-cubic-600);
  -o-transition: var(--trs-cubic-600);
  transition: var(--trs-cubic-600);
  padding: 0 !important;
}

.cart-empty {
  padding: 40px 0 100px;
}

.cart-empty p {
  font-size: 20px;
  margin-bottom: 30px;
  color: #2c2c2c;
}

.cart-empty .btn {
  width: max-content;
  padding: 0 40px;
  height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  text-decoration: none;
  font-weight: 600;
}

/* Button Loading State */
.btn.loading {
  position: relative;
  color: transparent !important;
  pointer-events: none;
  cursor: default;
}

.btn.loading::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  top: calc(50% - 10px);
  left: calc(50% - 10px);
  border: 2px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  border-top-color: #fff;
  animation: btn-spin 0.6s linear infinite;
}

@keyframes btn-spin {
  to {
    transform: rotate(360deg);
  }
}

/* End */
/* /local/components/printomat/basket/templates/.default/style.css?17879055362097 */
