.single-product .woocommerce-notices-wrapper:empty { display: none; }

body.andes-cart-drawer-open { overflow: hidden; }

.andes-cart-drawer__backdrop {
  position: fixed;
  z-index: 9998;
  inset: 0;
  visibility: hidden;
  border: 0;
  background: rgba(23, 23, 20, .54);
  opacity: 0;
  cursor: pointer;
  transition: opacity .24s ease, visibility .24s ease;
}

.andes-cart-drawer {
  position: fixed;
  z-index: 9999;
  inset: 0 0 0 auto;
  display: flex;
  width: min(440px, 100%);
  max-height: 100dvh;
  flex-direction: column;
  padding: 1.35rem;
  overflow: auto;
  background: #fffdf8;
  color: #1a1a1a;
  box-shadow: -24px 0 64px rgba(23, 23, 20, .2);
  transform: translateX(102%);
  transition: transform .28s cubic-bezier(.22, 1, .36, 1);
}

body.admin-bar .andes-cart-drawer { padding-top: calc(1.35rem + 32px); }
body.andes-cart-drawer-open .andes-cart-drawer__backdrop { visibility: visible; opacity: 1; }
body.andes-cart-drawer-open .andes-cart-drawer { transform: translateX(0); }

.andes-cart-drawer__header {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 1rem;
  border-bottom: 1px solid #d8d2c9;
}

.andes-cart-drawer__header p {
  margin: 0 0 .35rem;
  color: #648600;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.andes-cart-drawer__header h2 { margin: 0; font-size: clamp(1.55rem, 4vw, 2rem); line-height: 1.05; }
.andes-cart-drawer__close {
  display: inline-grid;
  width: 2.75rem;
  height: 2.75rem;
  flex: 0 0 2.75rem;
  place-items: center;
  border: 1px solid #d8d2c9;
  border-radius: 999px;
  background: transparent;
  color: #1a1a1a;
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.andes-cart-drawer__intro { margin: 1rem 0; color: #625e57; font-size: .9rem; }
.andes-cart-drawer__content { min-height: 0; }
.andes-cart-drawer__content .woocommerce-mini-cart { display: grid; gap: .85rem; margin: 0; padding: 0; list-style: none; }
.andes-cart-drawer__content .woocommerce-mini-cart-item {
  position: relative;
  display: grid;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: .85rem;
  min-height: 76px;
  padding: 0 2rem .85rem 0;
  border-bottom: 1px solid #d8d2c9;
}
.andes-cart-drawer__content .woocommerce-mini-cart-item > a:not(.remove) { color: #1a1a1a; font-size: .84rem; font-weight: 750; text-decoration: none; }
.andes-cart-drawer__content .woocommerce-mini-cart-item img { width: 76px; height: 76px; margin-right: .85rem; border-radius: 8px; object-fit: cover; float: left; }
.andes-cart-drawer__content .remove_from_cart_button { position: absolute; top: 0; right: 0; color: #625e57 !important; text-decoration: none; }
.andes-cart-drawer__content .quantity { display: block; margin-top: .35rem; color: #625e57; font-size: .8rem; }
.andes-cart-drawer__content .woocommerce-mini-cart__total { display: flex; justify-content: space-between; margin: 1rem 0; padding-top: .2rem; font-size: 1rem; }
.andes-cart-drawer__content .woocommerce-mini-cart__buttons { display: grid; grid-template-columns: 1fr 1fr; gap: .65rem; margin: 0; }
.andes-cart-drawer__content .woocommerce-mini-cart__buttons .button {
  display: inline-flex;
  min-height: 3rem;
  align-items: center;
  justify-content: center;
  padding: .75rem 1rem;
  border: 1px solid #1a1a1a;
  border-radius: 7px;
  background: transparent;
  color: #1a1a1a;
  font-weight: 800;
  text-align: center;
  text-decoration: none;
}
.andes-cart-drawer__content .woocommerce-mini-cart__buttons .checkout { border-color: #aeed11; background: #aeed11; color: #17120c; }
.andes-cart-drawer__continue {
  width: 100%;
  min-height: 2.75rem;
  margin-top: .75rem;
  border: 0;
  background: transparent;
  color: #1a1a1a;
  font-weight: 750;
  text-decoration: underline;
  text-underline-offset: .22em;
  cursor: pointer;
}
.andes-cart-drawer :focus-visible { outline: 3px solid #7da900; outline-offset: 3px; }
.andes-cart-drawer__empty { padding: 2rem 0; color: #625e57; text-align: center; }

.andes-commerce-offer {
  margin: 1.25rem 0;
  padding: 1rem 1.1rem;
  border: 1px solid #d6d6d6;
  border-left: 4px solid #1f3d2b;
  border-radius: 4px;
  background: #f4f1ec;
  color: #1a1a1a;
}

.andes-commerce-offer h2 {
  margin: 0 0 0.75rem;
  color: #1f3d2b;
  font-size: 1.05rem;
}

.andes-commerce-offer ul {
  display: grid;
  gap: 0.55rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.andes-commerce-offer li {
  display: grid;
  grid-template-columns: minmax(9rem, 1fr) auto;
  gap: 0.15rem 1rem;
  align-items: baseline;
}

.andes-commerce-offer li span {
  color: #7a5230;
  font-weight: 700;
}

.andes-commerce-offer li small {
  grid-column: 1 / -1;
  color: #555;
}

.andes-commerce-offer p {
  margin: 0.8rem 0 0;
  color: #555;
  font-size: 0.9rem;
}

@media (max-width: 480px) {
  body.admin-bar .andes-cart-drawer { padding-top: 1.1rem; }
  .andes-cart-drawer { padding: 1.1rem; }
  .andes-cart-drawer__content .woocommerce-mini-cart__buttons { grid-template-columns: 1fr; }

  .andes-commerce-offer li {
    grid-template-columns: 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  .andes-cart-drawer,
  .andes-cart-drawer__backdrop { transition: none; }
}
