.breadcrumb {
  font-size: 13px;
  color: #8b7c84;
  padding: 18px 0;
}
.breadcrumb span {
  color: #b16d88;
}
.page-hero {
  background: linear-gradient(135deg, #2b1024, #5d2949);
  color: #fff;
  padding: 62px 0;
}
.page-hero h1 {
  font-family: Georgia, serif;
  font-size: clamp(42px, 6vw, 68px);
  font-weight: 400;
  margin: 0 0 10px;
}
.page-hero p {
  max-width: 680px;
  color: #eadce3;
  margin: 0;
}
.section {
  padding: 58px 0;
}
.section-title {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 20px;
  margin-bottom: 24px;
}
.section-title h2 {
  font-family: Georgia, serif;
  font-size: clamp(28px, 4vw, 42px);
  margin: 0;
  color: var(--ink);
}
.section-title p {
  margin: 0;
  color: var(--muted);
}
.card {
  border: 1px solid var(--line);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(43, 16, 36, 0.05);
}
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 11px;
  background: var(--ink);
  color: #fff;
  padding: 12px 18px;
  font-weight: 750;
  cursor: pointer;
}
.btn:hover {
  background: var(--ink2);
}
.btn.light {
  background: #fff;
  color: var(--ink);
  border: 1px solid var(--line);
}
.btn.pink {
  background: var(--accent);
  color: #2a1023;
}
.input {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 11px;
  padding: 12px 13px;
  background: #fff;
  outline: none;
}
.input:focus {
  border-color: #cb8aa3;
  box-shadow: 0 0 0 3px rgba(239, 134, 162, 0.12);
}
label {
  font-size: 13px;
  font-weight: 700;
  color: #4d3d46;
  display: block;
  margin-bottom: 7px;
}
.muted {
  color: var(--muted);
}
.eyebrow {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.2px;
  color: #b16d88;
  font-weight: 800;
}
.price {
  font-weight: 800;
  color: var(--ink);
}
.newsletter {
  background: linear-gradient(135deg, #2b1024, #421933);
  color: #fff;
  border-radius: 22px;
  padding: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
}
.newsletter h3 {
  margin: 0;
  font-family: Georgia, serif;
  font-size: 28px;
}
.newsletter p {
  margin: 4px 0 0;
  color: #d9c7d0;
}
.newsletter form {
  display: flex;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 12px;
  overflow: hidden;
}
.newsletter input {
  min-width: 290px;
  background: transparent;
  border: 0;
  color: #fff;
  padding: 13px;
  outline: none;
}
.newsletter button {
  border: 0;
  background: var(--accent);
  color: #2a1023;
  padding: 0 18px;
  font-weight: 800;
}

.product-mini {
  width: 82px;
  aspect-ratio: 1;
  border-radius: 16px;
  background: linear-gradient(145deg, #fff, #f7f1f4);
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  border: 1px solid var(--line);
}
.toy {
  width: 30px;
  height: 62px;
  border-radius: 22px;
  background: linear-gradient(160deg, #f5a6b9, #b94f7a);
  transform: rotate(12deg);
}
.toy.dark {
  background: linear-gradient(160deg, #281a25, #6a4056);
}
.toy.purple {
  background: linear-gradient(160deg, #7a3a74, #321534);
}
.notice {
  background: var(--blush);
  border: 1px solid #f1d6df;
  border-radius: 14px;
  padding: 13px 15px;
  color: #6f4354;
  font-size: 14px;
}
@media (max-width: 980px) {
  .actions .label {
    display: none;
  }
 
}
@media (max-width: 760px) {
  
  
  .section {
    padding: 44px 0;
  }
  .section-title {
    flex-direction: column;
    align-items: flex-start;
  }
  .newsletter {
    flex-direction: column;
    align-items: flex-start;
  }
  .newsletter form {
    width: 100%;
  }
  .newsletter input {
    min-width: 0;
    flex: 1;
  }
  
}
@media (max-width: 480px) {
  .container {
    width: min(100% - 22px, 1180px);
  }
  .topbar {
    font-size: 11px;
  }
  
}

.cart-layout {
  display: grid;
  grid-template-columns: 1fr 360px;
  gap: 28px;
}
.cart-items {
  overflow: hidden;
}
.cart-row {
  display: grid;
  grid-template-columns: 90px 1fr 105px 130px 30px;
  gap: 16px;
  align-items: center;
  padding: 18px;
  border-top: 1px solid var(--line);
}
.cart-row:first-child {
  border-top: 0;
}
.qty {
  display: inline-flex;
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
}
.qty button {
  width: 34px;
  border: 0;
  background: #fff;
}
.qty input {
  width: 42px;
  text-align: center;
  border: 0;
}
.summary {
  padding: 24px;
  align-self: start;
  position: sticky;
  top: 135px;
}
.summary-line {
  display: flex;
  justify-content: space-between;
  padding: 10px 0;
}
.summary-line.total {
  border-top: 1px solid var(--line);
  margin-top: 8px;
  padding-top: 16px;
  font-size: 19px;
}
.coupon {
  display: flex;
  gap: 8px;
  margin: 16px 0;
}
.coupon input {
  flex: 1;
}


/* New Css */
.cart_products {
    width: 100%;
}
.cart_products a img {
    height: 100%; 
}
.cart_product {
    background: #fefefe;
    overflow: hidden;
}
.summary .proceed_btn {
    background: #2b1024;
    color: #fff;
}
.summary .proceed_btn:hover {
    background: #3b1731;
}
.woocommerce-message {
    padding: 0;
    margin: 10px auto;
    list-style-type: none;
    padding: 15px;
    border: 1px solid #f2e4e4;
    border-radius: 13px;
    margin-bottom: 20px;
    background: #f8f8f8;
    width: 50%;
}

.woocommerce-message a {
    color: #f00;
}


/* New Css */
@media (max-width: 860px) {
  .cart-layout {
    grid-template-columns: 1fr;
  }
  .summary {
    position: static;
  }
  .cart-row {
    grid-template-columns: 80px 1fr auto;
  }
  .cart-row .qty,
  .cart-row .price {
    grid-column: 2;
  }
  .cart-row .remove {
    grid-column: 3;
    grid-row: 1;
  }
}

/* Coupon field validation state (js/cart-fix.js adds .input-error when empty) */
.coupon .input.input-error {
	border-color: #d9534f;
	box-shadow: 0 0 0 2px rgba(217, 83, 79, 0.15);
}
