#collection {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-top: 64px;
  padding-bottom: 54px;
  background: radial-gradient(ellipse at 85% 0%, #173d60 0%, transparent 55%), linear-gradient(130deg, #061b30, #0c2948 65%, #061b30);
  border-top: 1px solid #c9a85e70;
  border-bottom: 1px solid #c9a85e70;
}
#collection::before, #collection::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
  width: 540px;
  height: 540px;
  border-radius: 50%;
  border: 1px solid #d4b36a40;
  background: repeating-radial-gradient(circle, transparent 0 47px, #d4b36a22 48px 49px, transparent 50px 80px);
}
#collection::before { right: -240px; top: -340px; }
#collection::after { left: -330px; bottom: -380px; width: 720px; height: 720px; }
#collection .aq-section-title { color: #f0d59b; }
#collection .aq-product-top { border-bottom: 1px solid #c9a85e40; padding-bottom: 10px; margin-bottom: 28px; }
#collection .grc-product-btn a { color: #f0d59b; }
#collection .grc-product-btn a::after { background: #d4b36a; }
#collection .aq-product-main { background: #fff; padding: 12px; border: 1px solid #cfb678; border-radius: 14px; overflow: hidden; }
#collection .aq-product-thumb { border-radius: 9px; overflow: hidden; }
#collection .aq-product-content { padding: 8px 6px 6px; }
#collection .aq-product-arrow button { background: #e0c080; color: #09213b; border: 1px solid #f2dca8; }
#collection .aq-product-arrow button:hover { background: #f3deb1; color: #061b30; }
#collection > .container > [role="status"], #collection .aq-product-slide-wrap > p { color: #f0d59b; }
#collection a:focus-visible, #collection button:focus-visible { outline: 2px solid #d4b36a; outline-offset: 4px; }
@media(max-width:767px) { #collection { padding-top: 38px; padding-bottom: 30px; } }

/* Tonal navy cards with warm gold details. */
#collection .aq-product-main {
  background: #102f48;
  border-color: #c5a46380;
  color: #f7e5c1;
  box-shadow: 0 6px 20px #04121f18;
  transition: border-color .2s, box-shadow .2s;
}
#collection .aq-product-main:hover {
  border-color: #e2bf79;
  box-shadow: 0 10px 26px #04121f40;
}
#collection .aq-product-thumb { background: #193c55; }
#collection img[src="/reference/product-placeholder.svg"] {
  content: url("/reference/product-placeholder-navy.svg");
}
#collection .aq-product-title,
#collection .aq-product-title a { color: #ffebbf; }
#collection .aq-product-title a:hover { color: #fff6e2; }
#collection .aqf-product-3-category { color: #bfccd6; }
#collection .aq-product-price,
#collection .aq-product-new-price { color: #e8c887; }
#collection .aq-product-ratting { color: #d8bb80; }
#collection .aq-product-action-btn {
  background: #102b41;
  color: #e8c887;
  border: 1px solid #c5a46380;
}
#collection .aq-product-action-btn:hover {
  background: #e8c887;
  color: #102b41;
}

#collection .shop-card-add {
  display: block;
  width: 100%;
  margin-top: 16px;
  padding: 12px 8px;
  border: 1px solid #e3c184;
  border-radius: 999px;
  background: #e3c184;
  color: #102b41;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
  transition: background .2s;
}
#collection .shop-card-add:hover:not(:disabled) { background: #f5dba7; }
#collection .shop-card-add:disabled { background: #294357; color: #b9c6cf; border-color: #687781; cursor: not-allowed; }
