.filters {
  flex-wrap: wrap;
}

.add-button,
.modal-close,
.cart-head button {
  min-height: 44px;
}

.add-button {
  align-items: center;
  padding: 13px 16px;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.01em;
}

.modal-product-copy .button,
.bundle-copy .bundle-add,
.cart-footer .button {
  min-height: 48px;
  align-items: center;
  font-size: 14px;
  line-height: 1.2;
}

.modal-close,
.cart-head button {
  min-width: 44px;
}

.product-image .tag {
  font-size: 10px;
}

.product-info p {
  color: #6f6266;
}

.modal-product-copy small {
  color: #655a5e;
  font-size: 10px;
}

.bundle-copy .bundle-add {
  border-color: var(--ink);
  background: var(--ink);
  color: #fff;
}

.bundle-copy .bundle-add:hover {
  background: #4a3a41;
}

button:focus-visible,
a:focus-visible,
.product-image:focus-visible,
summary:focus-visible,
input:focus-visible {
  outline: 3px solid #d78198;
  outline-offset: 3px;
}

.store-info {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 8vw;
  padding: 95px 10vw;
  border-top: 1px solid var(--line);
}

.info-list details {
  border-bottom: 1px solid var(--line);
}

.info-list summary {
  display: flex;
  justify-content: space-between;
  padding: 18px 0;
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.info-list summary::-webkit-details-marker {
  display: none;
}

.info-list details[open] summary span {
  transform: rotate(45deg);
}

.info-list summary span {
  color: #bf6e85;
  transition: .2s;
}

.info-list details p {
  max-width: 620px;
  margin: 0;
  padding: 0 0 20px;
  color: #655a5e;
  font-size: 12px;
  line-height: 1.8;
}

.product-card .product-image,
.product-card h3 {
  cursor: pointer;
}

.product-card h3:hover {
  color: #bf6e85;
}

.product-modal {
  position: fixed;
  z-index: 41;
  top: 50%;
  left: 50%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: min(900px, calc(100% - 40px));
  max-height: calc(100vh - 40px);
  overflow: auto;
  background: var(--cream);
  border-radius: 24px;
  box-shadow: 0 25px 80px rgba(49, 39, 44, .28);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, -46%);
  transition: .25s;
}

.product-open .overlay {
  opacity: 1;
  visibility: visible;
}

.product-open .product-modal {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, -50%);
}

.modal-close {
  position: absolute;
  z-index: 2;
  top: 14px;
  right: 14px;
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #fff;
  font-size: 24px;
  cursor: pointer;
}

.modal-product-image {
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  min-height: 520px;
  padding: 28px;
  background:
    radial-gradient(circle at 18% 18%, rgba(243, 185, 197, .55), transparent 32%),
    radial-gradient(circle at 82% 84%, rgba(217, 239, 230, .75), transparent 34%),
    #fffaf2;
}

.modal-product-image img {
  width: 100%;
  height: 100%;
  max-height: min(560px, calc(100vh - 110px));
  max-width: none;
  object-fit: contain;
}

.modal-product-copy {
  align-self: center;
  padding: 60px 55px;
}

.modal-product-copy h2 {
  font-size: 46px;
}

.modal-price {
  margin: 16px 0;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  font-weight: 700;
}

.modal-product-copy > p:not(.eyebrow) {
  color: #655a5e;
  line-height: 1.75;
}

.modal-product-copy ul {
  padding: 0;
  margin: 22px 0;
  list-style: none;
  color: #655a5e;
  font-size: 12px;
  line-height: 2;
}

.modal-product-copy li::before {
  content: "♡";
  margin-right: 10px;
  color: #bf6e85;
}

.modal-product-copy .button {
  width: 100%;
}

.modal-product-copy small {
  display: block;
  margin-top: 12px;
  color: #887b7e;
  text-align: center;
  font-size: 9px;
}

.trio-offer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin: -14px 0 34px;
  padding: 16px 20px;
  border: 1px solid #edd8de;
  border-radius: 16px;
  background: linear-gradient(90deg, #fae8ed, #fff7e9);
}

.trio-offer > div {
  display: flex;
  align-items: center;
  gap: 14px;
}

.trio-offer span {
  display: grid;
  place-items: center;
  flex: 0 0 42px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 20px;
  font-variant-numeric: lining-nums;
  line-height: 1;
  padding: 0 0 2px 1px;
}

.trio-offer p {
  display: flex;
  flex-direction: column;
  margin: 0;
  color: #75676b;
  font-size: 11px;
}

.trio-offer b {
  color: var(--ink);
  font-size: 14px;
}

.trio-offer button {
  flex: 0 0 auto;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.cart-savings {
  margin: 0 0 10px;
  color: #bf6e85;
  font-size: 11px;
  font-weight: 700;
}

.edge-section {
  padding: 90px 5vw;
  background: var(--ink);
  color: #fff;
}

.edge-heading {
  display: grid;
  grid-template-columns: 1.15fr .85fr;
  align-items: center;
  gap: 7vw;
  max-width: 1180px;
  margin: 0 auto 38px;
}

.edge-heading h2 {
  color: #fff;
}

.edge-heading > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.edge-heading .eyebrow {
  margin-bottom: 18px;
}

.edge-heading > p:last-child {
  color: #d4c9cc;
  line-height: 1.8;
  max-width: 480px;
  margin: 0;
}

.edge-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  max-width: 1180px;
  margin: 0 auto;
}

.edge-grid article {
  min-height: 0;
  padding: 26px 26px 28px;
  border: 1px solid #5a4d52;
  border-radius: 18px;
  background: #392e33;
}

.edge-grid span {
  color: var(--pink);
  font-family: "Playfair Display", serif;
}

.edge-grid h3 {
  margin: 20px 0 8px;
  font-size: 16px;
}

.edge-grid p {
  margin: 0;
  color: #cfc3c6;
  font-size: 12px;
  line-height: 1.7;
}

.bundle-image img {
  object-position: center;
}

.review-grid blockquote footer {
  display: flex;
  min-height: 0;
  padding: 0;
  margin-top: 18px;
  background: transparent;
  color: var(--ink);
  text-align: left;
  gap: 2px;
}

.review-grid blockquote footer b {
  color: var(--ink);
}

.review-grid blockquote footer span {
  color: #887b7e;
}

.site-footer {
  padding: 55px 5vw 30px;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  align-items: center;
}

.logo span,
h1,
h2,
.floating-note b,
.product-info > b,
.bundle-price b,
.review-grid p {
  font-family: "Playfair Display", serif;
}

.product-image .tag {
  top: auto;
  bottom: 14px;
  left: 50%;
  max-width: calc(100% - 24px);
  padding: 8px 13px;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(49, 39, 44, 0.16);
}

.product-image > img {
  object-position: center center;
}

.product-image.crop-rn img,
.product-image.crop-bow img,
.product-image.crop-steth img,
.product-image.crop-sun img,
.product-image.crop-heart img,
.product-image.crop-cross img {
  width: 210%;
  height: 150%;
  object-fit: cover;
}

.product-image.crop-rn img { object-position: 63% 74%; }
.product-image.crop-bow img { object-position: 84% 73%; }
.product-image.crop-steth img { object-position: 62% 15%; }
.product-image.crop-sun img { object-position: 45% 72%; }
.product-image.crop-heart img { object-position: 44% 13%; }
.product-image.crop-cross img { object-position: 83% 18%; }

.product-image.quadrant img {
  position: absolute;
  width: 200%;
  height: 200%;
  max-width: none;
  object-fit: cover;
}

.product-image.quadrant.q1 img { left: 0; top: 0; }
.product-image.quadrant.q2 img { left: -100%; top: 0; }
.product-image.quadrant.q3 img { left: 0; top: -100%; }
.product-image.quadrant.q4 img { left: -100%; top: -100%; }

@media (max-width: 560px) {
  .store-info {
    grid-template-columns: 1fr;
    gap: 25px;
    padding: 65px 20px;
  }

  .product-modal {
    grid-template-columns: 1fr;
  }

  .modal-product-image {
    min-height: 320px;
    padding: 18px;
  }

  .modal-product-image img {
    max-height: 340px;
  }

  .modal-product-copy {
    padding: 35px 25px;
  }

  .modal-product-copy h2 {
    font-size: 36px;
  }

  .trio-offer {
    align-items: flex-start;
    flex-direction: column;
  }

  .edge-section {
    padding: 65px 20px;
  }

  .edge-heading,
  .edge-grid {
    grid-template-columns: 1fr;
  }

  .edge-heading {
    gap: 10px;
    margin-bottom: 28px;
  }

  .edge-grid article {
    min-height: 0;
  }

  .edge-grid h3 {
    margin-top: 18px;
  }

  .filters {
    width: 100%;
    border-radius: 18px;
  }

  .filters button {
    flex: 1 1 auto;
  }
}

.product-open,
.cart-open {
  overflow: hidden;
}

.modal-product-copy small,
.cart-footer small {
  color: #655a5e;
  font-size: 10px;
  line-height: 1.5;
}
