/* AG_REFINEMENT_BATCH5_CART_CHECKOUT_V1_START */
.page-cart-full .am-checkout-card,
.page-checkout .am-checkout-card,
.page-checkout-success .am-checkout-card {
  border: 1px solid var(--color-border);
  border-radius: 1.5rem;
  background: #fff;
  box-shadow: 0 14px 34px rgba(17, 24, 39, .07);
}

.page-cart-full .cart-delivery-conditions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .45rem 1.25rem;
  font-size: .9rem;
  color: rgba(255, 255, 255, .82);
}

.page-cart-full .cart-delivery-conditions a,
.page-checkout .checkout-zone-link {
  color: #fff;
  font-weight: 700;
  text-underline-offset: .2em;
}

.page-cart-full .cart-items-card {
  overflow: hidden;
}

.page-cart-full .am-cart-product {
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-bottom: 0;
}

.page-cart-full .am-cart-product + .am-cart-product {
  border-top: 1px solid var(--color-border);
}

.page-cart-full .am-cart-product:first-child {
  padding-top: 0;
}

.page-cart-full .am-cart-product:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.page-cart-full .am-cart-product > img {
  display: block;
  width: 112px;
  height: 88px;
  border-radius: 1rem;
  object-fit: cover;
}

.page-cart-full .am-cart-product__content {
  min-width: 0;
}

.page-cart-full .am-cart-product__content h3 {
  margin: 0 0 .35rem;
  font-size: clamp(1rem, 1.7vw, 1.25rem);
  overflow-wrap: anywhere;
}

.page-cart-full .am-cart-product__content p {
  margin: 0 0 .75rem;
  color: var(--color-muted);
}

.page-cart-full .am-cart-product__price {
  white-space: nowrap;
  font-size: 1.1rem;
}

.page-cart-full .am-remove {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border: 0;
  border-radius: 50%;
  color: var(--color-accent);
  background: var(--color-accent-soft);
  font-size: 1.45rem;
  line-height: 1;
}

.page-cart-full .cart-summary-card,
.page-checkout .checkout-summary-card,
.page-checkout-success .am-order-summary-card {
  top: 100px;
}

.page-cart-full .cart-summary-separator {
  height: 1px;
  margin: 1.25rem 0;
  background: var(--color-border);
}

.page-cart-full .cart-upsell-card {
  overflow: hidden;
  border: 1px solid var(--color-border);
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 0 10px 24px rgba(17, 24, 39, .06);
}

.page-cart-full .cart-upsell-card > img {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.page-cart-full .cart-upsell-card__body {
  padding: 1rem;
}

.page-cart-full .cart-upsell-card h3 {
  min-height: 2.7em;
  margin: 0 0 .8rem;
  font-size: 1rem;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.page-cart-full .cart-upsell-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
}

.page-cart-full .cart-upsell-card__footer strong {
  white-space: nowrap;
}

.page-cart-full .cart-upsell-card__add {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  color: #fff;
  background: var(--color-accent);
  text-decoration: none;
  font-size: 1.35rem;
  line-height: 1;
}

.page-checkout .checkout-delivery-methods {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}

.page-checkout .am-choice {
  display: flex;
  align-items: flex-start;
  gap: .75rem;
  min-width: 0;
  padding: 1rem;
  border: 1px solid var(--color-border);
  border-radius: 1rem;
  background: #fff;
}

.page-checkout .am-choice.is-active {
  border-color: var(--color-accent);
  box-shadow: 0 0 0 2px rgba(117, 14, 14, .08);
}

.page-checkout .am-choice span {
  min-width: 0;
}

.page-checkout .am-choice strong,
.page-checkout .am-choice small {
  display: block;
}

.page-checkout .am-choice small {
  margin-top: .25rem;
  color: var(--color-muted);
  line-height: 1.35;
}

.page-checkout .am-checkout-card > h2 {
  margin-bottom: 1.25rem;
  font-size: clamp(1.25rem, 2vw, 1.6rem);
}

.page-checkout-success .am-order-success-alert {
  border-radius: 1.5rem !important;
}

.page-checkout-success .am-order-success-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 68px;
  height: 68px;
  border-radius: 50%;
  color: #fff;
  background: var(--bs-success);
}

.page-checkout-success .am-order-success-icon svg {
  width: 36px;
  height: 36px;
}

.page-checkout-success .am-success-order-item {
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
  border-top: 1px solid var(--color-border);
}

.page-checkout-success .am-success-order-item:last-child {
  border-bottom: 1px solid var(--color-border);
}

.page-checkout-success .am-success-order-item > img {
  display: block;
  width: 76px;
  height: 60px;
  max-width: 76px;
  border-radius: .85rem;
  object-fit: cover;
}

.page-checkout-success .am-success-order-item__content {
  min-width: 0;
  color: var(--color-muted);
  font-size: .9rem;
}

.page-checkout-success .am-success-order-item__content h3 {
  margin: 0 0 .2rem;
  color: var(--color-text);
  font-size: 1rem;
  overflow-wrap: anywhere;
}

.page-checkout-success .am-success-order-item > strong {
  white-space: nowrap;
}

.page-checkout-success .min-w-0 {
  min-width: 0;
}

@media (max-width: 991.98px) {
  .page-checkout .checkout-delivery-methods {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767.98px) {
  .page-cart-full .cart-delivery-conditions {
    flex-direction: column;
    align-items: center;
    gap: .35rem;
  }

  .page-cart-full .am-cart-product {
    grid-template-columns: 76px minmax(0, 1fr) auto;
    gap: .75rem;
  }

  .page-cart-full .am-cart-product > img {
    width: 76px;
    height: 70px;
  }

  .page-cart-full .am-cart-product__price {
    grid-column: 2;
    justify-self: start;
  }

  .page-cart-full .am-remove {
    grid-column: 3;
    grid-row: 1;
  }

  .page-cart-full .cart-upsell-swiper .swiper-wrapper {
    flex-wrap: nowrap;
    margin: 0;
  }

  .page-cart-full .cart-upsell-swiper .swiper-slide {
    width: auto;
    padding: 0;
  }

  .page-cart-full .cart-upsell-card h3 {
    min-height: 0;
  }

  .page-checkout-success .am-order-success-icon {
    width: 56px;
    height: 56px;
  }

  .page-checkout-success .am-success-order-item {
    grid-template-columns: 64px minmax(0, 1fr);
    gap: .8rem;
  }

  .page-checkout-success .am-success-order-item > img {
    width: 64px;
    height: 54px;
  }

  .page-checkout-success .am-success-order-item > strong {
    grid-column: 2;
    justify-self: start;
  }
}

@media (max-width: 399.98px) {
  .page-cart-full .am-cart-product {
    grid-template-columns: 64px minmax(0, 1fr) auto;
  }

  .page-cart-full .am-cart-product > img {
    width: 64px;
    height: 60px;
  }

  .page-cart-full .am-qty button {
    width: 30px;
    height: 30px;
  }
}
/* AG_REFINEMENT_BATCH5_CART_CHECKOUT_V1_END */

/* AG_VISUAL_REPAIR_CART_V30 */
.page-cart-full .cart-upsell-card {
  overflow: hidden;
  border-radius: 1.25rem;
}

.page-cart-full .cart-upsell-card > .ag-media--cart-upsell,
.page-cart-full .cart-upsell-card > .ag-media--cart-upsell > img {
  border-radius: 1.25rem 1.25rem 0 0;
}

.page-cart-full .cart-upsell-card__add {
  display: inline-flex;
  width: auto;
  height: auto;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 4px 4px 4px 16px;
  border: 2px solid var(--color-accent);
  border-radius: 999px;
  background: var(--color-surface);
  color: var(--color-accent);
  font-size: .95rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
}

.page-cart-full .cart-upsell-card__add-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  place-items: center;
  border-radius: 50%;
  background: var(--color-accent);
  color: var(--color-text-inverse);
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1;
}

.page-cart-full .cart-upsell-card__add:hover,
.page-cart-full .cart-upsell-card__add:focus-visible {
  background: var(--color-accent);
  color: var(--color-text-inverse);
}

.page-cart-full .cart-upsell-card__add:hover .cart-upsell-card__add-icon,
.page-cart-full .cart-upsell-card__add:focus-visible .cart-upsell-card__add-icon {
  background: var(--color-surface);
  color: var(--color-accent);
}

@media (max-width: 399.98px) {
  .page-cart-full .cart-upsell-card__add {
    min-height: 42px;
    padding-left: 13px;
    font-size: .88rem;
  }

  .page-cart-full .cart-upsell-card__add-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
}
/* AG_CART_UPSELL_QUANTITY_INTERACTION_V54 */
.page-cart-full .cart-upsell-card__add,
.page-cart-full .cart-upsell-card__qty,
.page-cart-full .cart-upsell-card__qty button {
  transition:
    background-color .22s ease,
    border-color .22s ease,
    color .22s ease,
    box-shadow .22s ease,
    transform .22s ease,
    opacity .22s ease;
}

.page-cart-full .cart-upsell-card__add:hover,
.page-cart-full .cart-upsell-card__add:focus-visible {
  box-shadow: 0 8px 20px rgba(117, 14, 14, .16);
  transform: translateY(-2px);
}

.page-cart-full .cart-upsell-card__qty {
  display: inline-grid;
  grid-template-columns: 34px minmax(28px, auto) 34px;
  min-height: 42px;
  align-items: center;
  overflow: hidden;
  border: 2px solid var(--color-accent);
  border-radius: 999px;
  background: var(--color-surface);
  color: var(--color-accent);
}

.page-cart-full .cart-upsell-card__qty button {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font-size: 1.2rem;
  line-height: 1;
}

.page-cart-full .cart-upsell-card__qty button:hover,
.page-cart-full .cart-upsell-card__qty button:focus-visible {
  background: var(--color-accent);
  color: var(--color-text-inverse);
}

.page-cart-full .cart-upsell-card__qty button:active {
  transform: scale(.94);
}

.page-cart-full .cart-upsell-card__qty-value {
  min-width: 28px;
  text-align: center;
  font-weight: 800;
  line-height: 1;
}

@media (prefers-reduced-motion: reduce) {
  .page-cart-full .cart-upsell-card__add,
  .page-cart-full .cart-upsell-card__qty,
  .page-cart-full .cart-upsell-card__qty button,
  .product-page .qty-placeholder__btn,
  .product-page .product-add-btn,
  .page-albero-group .ag-modal-restaurant__actions .ag-btn {
    transition: none;
  }

  .page-cart-full .cart-upsell-card__add:hover,
  .page-cart-full .cart-upsell-card__add:focus-visible,
  .product-page .product-add-btn:hover,
  .product-page .product-add-btn:focus-visible,
  .page-albero-group .ag-modal-restaurant__actions .ag-btn:hover,
  .page-albero-group .ag-modal-restaurant__actions .ag-btn:focus-visible {
    transform: none;
  }
}

/* ALBERO_CART_CONTROLS_LAYOUT_V215_START */
.page-cart-full .am-cart-product {
  grid-template-columns: 112px minmax(0, 1fr) minmax(88px, auto) 42px;
  gap: 1.25rem;
}

.page-cart-full .am-cart-product__media {
  display: block;
  width: 112px;
  height: 88px;
  overflow: hidden;
  border-radius: 1rem;
}

.page-cart-full .am-cart-product__media > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.page-cart-full .am-cart-product__price {
  justify-self: end;
}

.page-cart-full .am-cart-product__remove-form {
  display: grid;
  width: 42px;
  margin: 0;
  place-items: center;
}

.page-cart-full .am-cart-product__remove-form .am-remove {
  display: inline-grid;
  width: 38px;
  height: 38px;
  padding: 0;
  border: 1px solid color-mix(in srgb, var(--color-accent) 12%, transparent);
  border-radius: 999px;
  background: color-mix(in srgb, var(--color-accent) 7%, #fff);
  color: var(--color-accent);
  font-size: 1.25rem;
  line-height: 1;
  place-items: center;
  cursor: pointer;
  transition:
    background-color .2s ease,
    border-color .2s ease,
    color .2s ease,
    transform .2s ease;
}

.page-cart-full .am-cart-product__remove-form .am-remove:hover,
.page-cart-full .am-cart-product__remove-form .am-remove:focus-visible {
  border-color: var(--color-accent);
  background: var(--color-accent);
  color: #fff;
  transform: translateY(-1px);
}

.page-cart-full .cart-upsell {
  min-width: 0;
}

.page-cart-full .cart-upsell__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.page-cart-full .cart-upsell-swiper {
  width: 100%;
  min-width: 0;
  overflow: hidden;
}

.page-cart-full .cart-upsell-swiper:not(.swiper-initialized) .cart-upsell-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
  width: 100%;
  margin: 0;
  transform: none !important;
}

.page-cart-full .cart-upsell-swiper:not(.swiper-initialized) .cart-upsell-slide {
  width: auto;
  min-width: 0;
  height: auto;
  margin: 0;
}

.page-cart-full .cart-upsell-card {
  display: flex;
  min-width: 0;
  height: 100%;
  flex-direction: column;
}

.page-cart-full .cart-upsell-card__media {
  display: block;
  width: 100%;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 1.25rem 1.25rem 0 0;
}

.page-cart-full .cart-upsell-card__media > img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
}

.page-cart-full .cart-upsell-card__body {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 1rem;
}

.page-cart-full .cart-upsell-card h3 {
  min-height: 2.7em;
}

.page-cart-full .cart-upsell-card__footer {
  margin-top: auto;
}

.page-cart-full .cart-upsell-card__add-form {
  margin: 0;
}

.page-cart-full .cart-upsell-card__add {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: .6rem;
  padding: 4px 4px 4px 14px;
  border: 1.5px solid var(--color-accent);
  border-radius: 999px;
  background: #fff;
  color: var(--color-accent);
  font: inherit;
  font-size: .9rem;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.page-cart-full .cart-upsell-card__add-label {
  white-space: nowrap;
}

.page-cart-full .cart-upsell-card__add-icon {
  display: grid;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  border-radius: 999px;
  background: var(--color-accent);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  place-items: center;
}

.page-cart-full .cart-upsell-card__add:hover,
.page-cart-full .cart-upsell-card__add:focus-visible {
  background: var(--color-accent);
  color: #fff;
}

.page-cart-full .cart-upsell-card__add:hover .cart-upsell-card__add-icon,
.page-cart-full .cart-upsell-card__add:focus-visible .cart-upsell-card__add-icon {
  background: #fff;
  color: var(--color-accent);
}

@media (max-width: 991.98px) {
  .page-cart-full .cart-upsell-swiper:not(.swiper-initialized) .cart-upsell-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767.98px) {
  .page-cart-full .am-cart-product {
    grid-template-columns: 76px minmax(0, 1fr) 38px;
    gap: .75rem;
  }

  .page-cart-full .am-cart-product__media {
    width: 76px;
    height: 70px;
  }

  .page-cart-full .am-cart-product__price {
    grid-column: 2;
    justify-self: start;
  }

  .page-cart-full .am-cart-product__remove-form {
    grid-column: 3;
    grid-row: 1;
    width: 38px;
  }

  .page-cart-full .am-cart-product__remove-form .am-remove {
    width: 36px;
    height: 36px;
  }

  .page-cart-full .cart-upsell__heading {
    align-items: flex-end;
  }

  .page-cart-full .cart-upsell-swiper:not(.swiper-initialized) .cart-upsell-grid {
    grid-template-columns: 1fr;
  }

  .page-cart-full .cart-upsell-swiper.swiper-initialized .cart-upsell-grid {
    display: flex;
    gap: 0;
  }

  .page-cart-full .cart-upsell-card h3 {
    min-height: 0;
  }
}

@media (max-width: 399.98px) {
  .page-cart-full .am-cart-product {
    grid-template-columns: 64px minmax(0, 1fr) 34px;
  }

  .page-cart-full .am-cart-product__media {
    width: 64px;
    height: 60px;
  }

  .page-cart-full .am-cart-product__remove-form {
    width: 34px;
  }

  .page-cart-full .am-cart-product__remove-form .am-remove {
    width: 32px;
    height: 32px;
  }

  .page-cart-full .cart-upsell__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: .4rem;
  }

  .page-cart-full .cart-upsell-card__add {
    min-height: 42px;
    padding-left: 12px;
    font-size: .84rem;
  }

  .page-cart-full .cart-upsell-card__add-icon {
    width: 32px;
    height: 32px;
    flex-basis: 32px;
  }
}
/* ALBERO_CART_CONTROLS_LAYOUT_V215_END */

/* AG_CART_CHECKOUT_REVIEW_V302_START */
.cart-promo-v302{padding:16px 0 18px;border-bottom:1px solid rgba(22,27,34,.08);margin:10px 0 2px}.cart-promo-v302__label{display:block;margin:0 0 9px;font-size:.92rem;font-weight:650;color:#252a32}.cart-promo-v302__control{display:flex;gap:8px;align-items:stretch}.cart-promo-v302__input{min-width:0;height:44px;border-radius:12px;border-color:rgba(22,27,34,.14);font-size:.94rem}.cart-promo-v302__input:focus{border-color:var(--brand-color,#8d0f12);box-shadow:0 0 0 3px rgba(141,15,18,.08)}.cart-promo-v302__button{flex:0 0 auto;height:44px;padding:0 16px;border:1px solid var(--brand-color,#8d0f12);border-radius:12px;background:#fff;color:var(--brand-color,#8d0f12);font-weight:650}.cart-promo-v302__button:hover{background:var(--brand-color,#8d0f12);color:#fff}.checkout-order-review-v302{margin:2px 0 18px}.checkout-review-list-v302{display:flex;flex-direction:column;margin:0 0 16px;border-top:1px solid rgba(22,27,34,.08)}.checkout-review-item-v302{display:grid;grid-template-columns:58px minmax(0,1fr) auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid rgba(22,27,34,.08)}.checkout-review-item-v302__media{width:58px;height:58px;border-radius:12px;overflow:hidden;background:#f2f2f2}.checkout-review-item-v302__media img{width:100%;height:100%;display:block;object-fit:cover}.checkout-review-item-v302__placeholder{width:100%;height:100%;background:linear-gradient(135deg,#f2f2f2,#e7e7e7)}.checkout-review-item-v302__body{min-width:0}.checkout-review-item-v302__title{font-size:.91rem;font-weight:650;line-height:1.25;color:#1f2530;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.checkout-review-item-v302__meta{margin-top:5px;font-size:.82rem;line-height:1.2;color:#7b818a}.checkout-review-item-v302__cost{white-space:nowrap;font-size:.91rem;font-weight:700;color:#1f2530}.page-checkout .checkout-summary-card .am-summary-line:first-of-type{border-top:0}.page-checkout .checkout-summary-card h2{margin-bottom:14px}.page-checkout .checkout-summary-card{padding-top:22px!important}.page-checkout .checkout-summary-card .am-summary-total{margin-top:4px;padding-top:16px}.page-checkout .checkout-summary-card .am-summary-line{gap:12px}.page-checkout .checkout-summary-card .am-summary-line strong{text-align:right}@media(max-width:575.98px){.cart-promo-v302__control{display:grid;grid-template-columns:minmax(0,1fr) auto}.cart-promo-v302__button{padding:0 13px}.checkout-review-item-v302{grid-template-columns:52px minmax(0,1fr) auto;gap:10px}.checkout-review-item-v302__media{width:52px;height:52px}.checkout-review-item-v302__cost{font-size:.86rem}}
/* AG_CART_CHECKOUT_REVIEW_V302_END */