.bv-bag-page {
  background: #f5f4f2 !important;
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
}

.bv-bag-page > div {
  max-width: 1180px !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}

.bv-bag-page > div > h1 {
  font-family: Georgia, serif;
  font-size: 24px;
  font-weight: 400;
}

.bv-bag-page > div > div.flex {
  gap: 24px !important;
}

.bv-bag-page > div > div.flex > .flex-1 > .bg-white,
.bv-bag-page > div > div.flex > div:last-child .sticky > .bg-white {
  border: 1px solid #e6e2db;
  border-radius: 4px;
}

.bv-bag-page > div > div.flex > div:last-child .sticky > .bg-white + .bg-white {
  margin-top: 16px;
}

.bv-bag-page a[href="/checkout/"] {
  border-radius: 30px;
}

@media (min-width: 1024px) {
  .bv-bag-page > div > div.flex > div:last-child {
    width: 380px !important;
    flex: 0 0 380px;
  }
}

@media (max-width: 1023px) {
  .bv-bag-page > div > div.flex > div:last-child {
    width: 100% !important;
  }
}

@media (max-width: 640px) {
  .bv-bag-page > div {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
