.c-social[data-social-root="profile"] .c-shopHeadTitle.c-shopPhysicalTitleLine {
  display: flex;
  align-items: center;
  gap: 8px;
}

.c-shopPhysicalSettingsBtn {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border: 0;
  border-radius: 10px;
  background: rgba(127, 127, 127, .13);
  color: inherit;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  font-size: 19px;
  line-height: 1;
  letter-spacing: 1px;
  cursor: pointer;
  padding: 0 0 7px;
}

.c-shopPhysicalSettingsBtn:hover {
  background: rgba(127, 127, 127, .22);
}

.c-shopPhysicalSection {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid rgba(127, 127, 127, .18);
}

.c-shopPhysicalHead {
  margin-bottom: 12px;
}

.c-shopPhysicalTitle {
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
  color: inherit;
}

.c-shopPhysicalText {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.4;
  opacity: .68;
}

.c-shopPhysicalGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.c-shopPhysicalCard {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(127, 127, 127, .18);
  border-radius: 15px;
  background: rgba(127, 127, 127, .07);
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  padding: 0;
  text-align: left;
  font: inherit;
}

.c-shopPhysicalCard:hover {
  border-color: rgba(116, 87, 255, .5);
}

.c-shopPhysicalImage {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: rgba(127, 127, 127, .12);
  display: flex;
  align-items: center;
  justify-content: center;
}

.c-shopPhysicalImage img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.c-shopPhysicalNoImage {
  font-size: 12px;
  opacity: .62;
  padding: 10px;
  text-align: center;
}

.c-shopPhysicalBody {
  display: block;
  padding: 9px 10px 11px;
}

.c-shopPhysicalPrice {
  display: block;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 850;
}

.c-shopPhysicalName {
  margin-top: 5px;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 700;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.c-shopPhysicalCity {
  display: block;
  margin-top: 6px;
  font-size: 11px;
  line-height: 1.2;
  opacity: .6;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.c-shopPhysicalMoreCard::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(4, 5, 10, .66);
  backdrop-filter: blur(1px);
}

.c-shopPhysicalMoreLabel {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px;
  color: #fff;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 850;
  text-align: center;
}

.c-shopPhysicalModalBack {
  position: fixed;
  z-index: 10070;
  inset: 0;
  background: rgba(0, 0, 0, .58);
  backdrop-filter: blur(4px);
  display: none;
}

.c-shopPhysicalModalBack[data-open="1"] {
  display: block;
}

.c-shopPhysicalModal {
  position: fixed;
  z-index: 10071;
  left: 50%;
  top: 50%;
  width: min(420px, calc(100vw - 28px));
  transform: translate(-50%, -50%) scale(.98);
  opacity: 0;
  pointer-events: none;
  border: 1px solid rgba(127, 127, 127, .2);
  border-radius: 22px;
  background: #fff;
  color: #15151b;
  box-shadow: 0 26px 80px rgba(0, 0, 0, .34);
  transition: opacity .16s ease, transform .16s ease;
}

.c-shopPhysicalModal[data-open="1"] {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
  pointer-events: auto;
}

html[data-clb-theme="dark"] .c-shopPhysicalModal {
  background: #15151d;
  color: #f4f4f8;
  border-color: rgba(255, 255, 255, .12);
}

.c-shopPhysicalModalInner {
  padding: 18px;
}

.c-shopPhysicalModalTop {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.c-shopPhysicalModalTitle {
  font-size: 19px;
  line-height: 1.25;
  font-weight: 850;
}

.c-shopPhysicalModalClose {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border: 0;
  border-radius: 10px;
  background: rgba(127, 127, 127, .13);
  color: inherit;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
}

.c-shopPhysicalModalText {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.48;
  opacity: .72;
}

.c-shopPhysicalChoice {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 18px;
}

.c-shopPhysicalChoiceBtn {
  min-height: 46px;
  border: 1px solid rgba(127, 127, 127, .2);
  border-radius: 14px;
  background: rgba(127, 127, 127, .08);
  color: inherit;
  font: inherit;
  font-weight: 780;
  cursor: pointer;
}

.c-shopPhysicalChoiceBtn.is-active {
  background: linear-gradient(135deg, #6950ff, #8a58ff);
  border-color: transparent;
  color: #fff;
}

.c-shopPhysicalChoiceBtn:disabled {
  opacity: .58;
  cursor: default;
}

.c-shopPhysicalModalStatus {
  min-height: 18px;
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.35;
  opacity: .7;
}

@media (max-width: 520px) {
  .c-shopPhysicalGrid {
    gap: 8px;
  }

  .c-shopPhysicalBody {
    padding: 8px 8px 10px;
  }

  .c-shopPhysicalTitle {
    font-size: 18px;
  }
}
