
/* Only loaded on Cart page when cart is empty */
.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-cart .cart-empty.woocommerce-info,
.woocommerce-cart .return-to-shop,
.woocommerce-cart .woocommerce-cart-form,
.woocommerce-cart .cart-collaterals,
.woocommerce-cart .cross-sells,
.woocommerce-cart .woocommerce-message,
.woocommerce-cart .woocommerce-error,
.woocommerce-cart .woocommerce-info {
  display: none !important;
}

/* Main layout */
.woocommerce-cart .site-main,
.woocommerce-cart main {
  /* keep whatever theme does */
}

.tyy-cart-empty-wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: clamp(32px, 4vw, 64px) 24px 80px;
}

.tyy-cart-empty-header {
  margin-bottom: 28px;
}

.tyy-cart-title {
  font-family: ui-serif, "Playfair Display", Georgia, serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  font-size: clamp(44px, 5vw, 64px);
  line-height: 1.05;
  color: #0f3d2e; /* Tyybac green-ish */
  margin: 0;
}

.tyy-cart-empty-card {
  background: #ffffff;
  border-radius: 28px;
  box-shadow: 0 20px 60px rgba(0,0,0,0.08);
  padding: clamp(28px, 3vw, 44px);
  min-height: clamp(320px, 36vw, 420px);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.tyy-cart-empty-icon {
  width: 54px;
  height: 54px;
  color: rgba(15,61,46,0.35);
  margin-bottom: 14px;
}

.tyy-cart-empty-icon svg {
  width: 100%;
  height: 100%;
}

.tyy-cart-empty-h {
  font-family: ui-serif, "Playfair Display", Georgia, serif;
  font-size: 24px;
  margin: 8px 0 6px;
  color: #0f3d2e;
  font-weight: 700;
}

.tyy-cart-empty-p {
  max-width: 520px;
  margin: 0 0 18px;
  color: #6b7280; /* gray-500 */
  font-size: 15px;
  line-height: 1.55;
}

.tyy-cart-empty-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 26px;
  border-radius: 999px;
  background: #0f6b3b; /* green */
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 700;
  box-shadow: 0 14px 28px rgba(15,107,59,0.22);
  transition: transform 160ms ease, filter 160ms ease;
}

.tyy-cart-empty-btn:hover {
  transform: translateY(-1px);
  filter: brightness(0.96);
}

.tyy-cart-empty-btn:active {
  transform: translateY(0px);
}

/* If theme adds giant margins/paddings around Woo wrappers, neutralize a bit */
.woocommerce-cart .woocommerce {
  padding-top: 0 !important;
}
