
.entry-content h1.splat-title {
  font-family: Futura New Medium !important;
  font-size: 52px;
  font-weight: 450;
  line-height: 100%;
  margin-bottom: 48px;
}

.delivery-addresses-container {
  margin: 0 auto;
  padding: 0 0 0 24px;
}

.entry-content .address-card {
  font-size: 18px;
}

.addresses-list {
  position: relative;
}

.address-card {
  position: relative;
}

.address-card {
  padding: 40px;
  border-radius: 16px;
  margin-bottom: 20px;
  position: relative;
  box-shadow: 0px 2px 30px 0px rgba(0, 0, 0, 0.10);
}

.address-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.splat-address-badge {
  padding: 10px 16px;
  color: white;
  display: flex;
  gap: 6px;
  max-width: fit-content;
  background-color: #222222;
}
.address-menu {
  position: absolute;
  top: 0;
  right: 0;
}
.splat-menu-trigger {
  background: none;
  border: none;
  cursor: pointer;
}
.splat-menu-dropdown {
  padding: 0 16px;
  position: absolute;
  top: 44px;
  right: 0;
  border-radius: 8px;
  border: 1px solid rgba(34, 34, 34, 0.10);
  width: 193px;
  display: none;
  background-color: white;
  z-index: 10;
}

.splat-menu-dropdown.active {
  display: block;
}

.splat-menu-dropdown__item {
  padding: 16px 0;
  font-family: "Futura New Book";
  font-size: 16px;
  line-height: 130%;
  text-transform: none;
  color: #222222;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  cursor: pointer;
}

.address-card__content {
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-width: 600px;
}

.address-details {
  display: flex;
  align-items: center;
  gap: 10px;
}

.address-details__item {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #222222;
  transition: .3s ease-in-out;
}

.splat-menu-dropdown__item:hover {
  color: #BA0C2F;
}

.address-details__item span:first-child {
  opacity: 0.3;
}

.splat-courier-comment {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.splat-courier-comment__title {
  opacity: .3;
}

.address-empty {
  margin-bottom: 64px;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.address-empty-title {
  font-size: 32px;
  font-weight: 450;
  line-height: 100%;
}

.address-empty-text {
  font-size: 20px;
  line-height: 125%;
}

.splat-add-address {
  padding: 8px 32px;
  border: 1px solid #BA0C2F;
  border-radius: 245px;
  font-family: Futura New Book !important;
  font-size: 16px;
  line-height: 200%;
  font-weight: 450;
  letter-spacing: 0.04em !important;
  color: #BA0C2F !important;
  text-transform: none;
  display: flex!important;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  max-width: 100%;
  background-color: white;
  transition: .3s ease-in-out;
}
.splat-add-address.button:hover {
  color: white !important;
  background-color: #BA0C2F;
  text-decoration: none !important;
}
.splat-add-address.button span:first-child {
  font-size: 32px;
}
.splat-add-address.button span:last-child {
  font-family: Futura New Medium !important;
}

@media screen and (max-width: 1200px) {
  .entry-content h1.splat-title {
    margin-top: 0;
    font-size: 32px;
  }
  .delivery-addresses-container {
    padding-left: 0;
  }
}