/* Larger discovery and product-card typography */
.collection-discovery { padding-right: 3vw; padding-left: 3vw; }
.shortcut-card { height: 520px; }
.shortcut-card small { font-size: 10px; }
.shortcut-card strong { font-size: 34px; }

.brand-product-card .product-meta { padding-top: 21px; }
.brand-product-card .product-brand { font-size: 11px; line-height: 1.5; }
.brand-product-card .product-title { margin-top: 10px; font-size: 20px; line-height: 1.35; }
.brand-product-card .product-price { font-size: 15px; font-weight: 500; }
.brand-product-card .product-code { margin-top: 11px; font-size: 11px; line-height: 1.5; }
.brand-product-card .quick-view-link { margin-top: 14px; font-size: 10px; line-height: 1.5; }
.brand-product-card { cursor: pointer; }
.brand-product-card .favorite-button {
  right: 63px !important;
  left: auto;
  width: 42px !important;
  min-width: 42px !important;
  max-width: 42px !important;
  height: 42px !important;
  min-height: 42px !important;
  max-height: 42px !important;
  opacity: 0;
  transform: translateY(-6px);
  transition: opacity .22s ease, transform .22s ease, background .2s ease, color .2s ease;
}
.quick-view-eye {
  position: absolute;
  z-index: 5;
  top: 13px;
  right: 13px;
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(7,27,54,.13);
  border-radius: 50%;
  background: rgba(255,255,255,.96);
  color: var(--navy);
  box-shadow: 0 7px 22px rgba(7,27,54,.13);
  opacity: 0;
  cursor: pointer;
  transform: translateY(-6px);
  transition: opacity .22s ease, transform .22s ease, background .2s ease, color .2s ease;
}
.quick-view-eye svg { width: 21px; fill: none; stroke: currentColor; stroke-width: 1.45; }
.brand-product-card:hover .quick-view-eye,
.quick-view-eye:focus-visible { opacity: 1; transform: none; }
.brand-product-card:hover .favorite-button,
.favorite-button:focus-visible { opacity: 1; transform: none; }
.quick-view-eye:hover { background: var(--navy); color: #fff; }
.brand-product-card .favorite-button:hover { background: var(--navy); color: #fff; transform: none; }
.brand-product-card .favorite-button.active:hover { background: #fff; color: var(--navy); }

/* Product preview aligned with the full product page */
.brand-quickview { inset: 2.5vh 3vw; grid-template-columns: minmax(0, 1.08fr) minmax(430px, .92fr); }
.quickview-copy { padding: 54px clamp(32px, 4vw, 62px) 45px; }
.quickview-brand { font-size: 11px; }
.quickview-copy h2 { margin: 14px 0 17px; font-size: clamp(38px, 3.8vw, 56px); }
.quickview-price { font-size: 18px; }
.availability { margin: 20px 0 16px; padding: 15px 0; font-size: 11px; }
.quickview-description { font-size: 14px; line-height: 1.75; }

.quickview-delivery-estimate {
  display: grid;
  grid-template-columns: 38px 1fr;
  gap: 12px;
  align-items: center;
  margin: 0 0 21px;
  padding: 15px 16px;
  border: 1px solid #d9e3d8;
  background: #f3f7f1;
  color: #264c34;
}
.quickview-delivery-estimate[hidden] { display: none; }
.quickview-delivery-estimate > span { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 50%; background: #dfeade; font-size: 19px; }
.quickview-delivery-estimate small { display: block; margin-bottom: 3px; font-size: 9px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.quickview-delivery-estimate strong { display: block; font-size: 13px; font-weight: 600; text-transform: capitalize; }
.quickview-delivery-estimate p { margin: 4px 0 0; color: #65766b; font-size: 10px; line-height: 1.4; }

.quickview-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.quickview-benefits span { justify-content: center; min-height: 58px; padding: 13px 9px; text-align: center; font-size: 11px; }
.quickview-purchase-actions { grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr) 54px; align-items: stretch; }
.quickview-purchase-actions .quickview-add,
.quickview-purchase-actions .quickview-buy-now { min-height: 62px; }
.quickview-add { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 4px; box-shadow: 0 10px 24px rgba(5,24,48,.16); }
.quickview-add > span { font-size: 12px; }
.quickview-add > small { color: rgba(255,255,255,.72); font-size: 9px; font-weight: 400; letter-spacing: .04em; text-transform: none; }
.quickview-buy-now { font-size: 11px; }
.quickview-favorite { display: grid; place-items: center; min-width: 54px; border: 1px solid var(--navy); background: #fff; color: var(--navy); cursor: pointer; }
.quickview-favorite svg { width: 20px; fill: none; stroke: currentColor; stroke-width: 1.5; }
.quickview-favorite.active svg { fill: currentColor; }

@media (max-width: 950px) {
  .shortcut-card { height: 470px; }
  .brand-quickview { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .shortcut-card { min-width: 88vw; height: 490px; }
  .brand-product-card .product-brand { font-size: 10px; }
  .brand-product-card .product-title { font-size: 17px; }
  .brand-product-card .product-price { font-size: 14px; }
  .brand-product-card .product-code { font-size: 11px; }
  .brand-product-card .quick-view-link { font-size: 10px; }
  .quick-view-eye { width: 40px; height: 40px; opacity: 1; transform: none; }
  .brand-product-card .favorite-button { right: 61px !important; width: 40px !important; min-width: 40px !important; max-width: 40px !important; height: 40px !important; min-height: 40px !important; max-height: 40px !important; opacity: 1; transform: none; }
  .brand-quickview { display: block; }
  .quickview-copy { padding: 35px 21px 48px; }
  .quickview-copy h2 { font-size: 38px; }
  .quickview-description { font-size: 15px; }
  .quickview-benefits { grid-template-columns: 1fr; }
  .quickview-benefits span { justify-content: flex-start; min-height: 50px; font-size: 13px; text-align: left; }
  .quickview-purchase-actions { grid-template-columns: 1fr 54px; }
  .quickview-purchase-actions .quickview-add { grid-column: 1 / -1; min-height: 64px; }
  .quickview-purchase-actions .quickview-buy-now { min-height: 54px; }
  .quickview-delivery-estimate strong { font-size: 14px; }
  .quickview-delivery-estimate p { font-size: 11px; }
}
