.search {
  align-items: center;
  align-self: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-end;
  max-width: 400px;
  position: relative;
  width: 100%;
}

.search__title {
  font-size: 1.5rem;
  margin: 8px;
}

.search__container {
  align-items: center;
  align-self: center;
  background-color: var(--white);
  border: 2px solid;
  border-color: var(--black);
  border-radius: 40px;
  display: flex;
  flex: 0 0 auto;
  max-height: 92px;
  max-width: 400px;
  min-height: 52px;
  min-width: 80px;
  overflow: hidden;
  padding: 0px 4px 0px 16px;
  position: relative;
  width: 100%;
}

.search__input {
  color: var(--black);
  flex: 1;
  line-height: normal;
  position: relative;
  border: none;
  outline: none;
  font-size: 1rem;
}
.search__icon {
  height: 40px;
  position: relative;
  width: 40px;
  cursor: pointer;
}

.result {
  width: 100%;
  align-items: center;
  align-self: center;
  max-width: 390px;
}

.result__table {
  width: 100%;
  /* border-collapse: collapse; */
  border-collapse: unset;
  margin: 8px 0;
  font-size: 16px;
  text-align: center;
  border: 1px solid var(--black);
  border-radius: 20px;
}

/* 테이블 헤더 스타일 */
.result__table thead th {
  padding: 8px;
  background-color: var(--black);
  color: var(--white);
  border-bottom: 1px solid var(--gray); /* 헤더 밑줄 */
}
.result__border--thead {
  border-radius: 20px 0 0 0;
}

.result__tbody {
  width: 100%;
  align-items: center;
  align-self: center;
  max-width: 390px;
}

/* 테이블 본문 스타일 */
.result__table tbody tr td {
  padding: 8px;
  background-color: var(--white);
  color: var(--black);
  border-top: 1px solid var(--gray); /* 각 행 구분선 */
}

/* 테이블 셀 스타일 - 열 구분선 추가 */
.result__table th,
.result__table td {
  border-right: 1px solid var(--gray); /* 오른쪽에 구분선 */
  height: 33px;
}

.result__table th:last-child,
.result__table td:last-child {
  border-right: none; /* 마지막 열에는 오른쪽 테두리 제거 */
}

.result__button {
  text-align: center;
  width: 10%;

  background-color: #469fff;
  color: white;
  justify-content: right;
  font-size: 1rem;
  transition: background-color 0.2s, font-size 0.2s;

  border-radius: 0 0 20px 0;
}

.result__button:hover {
  background-color: #004ea1;
}
.result__button-disabled {
  text-align: center;
  width: 10%;

  background-color: #555555;
  color: rgb(131, 131, 131);
  justify-content: right;
  font-size: 1rem;
  transition: background-color 0.2s, font-size 0.2s;
  pointer-events: none;

  border-radius: 0 0 20px 0;
}

/* .extra {
  align-items: center;
  align-self: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 16px;
  max-width: 400px;
  padding: 0px 0px 32px;
  position: relative;
  width: 100%;
} */

/*  {
  align-items: center;
  background-color: #4b4b5f;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  position: relative;
} */

.text-1 {
  color: var(--picton-blue);
  letter-spacing: 0;
  margin-top: -1px;
}

.header-2 {
  color: var(--flowkitwhite);
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.top_munu {
  align-items: flex-start;
  align-self: center;
  border-radius: 0px 0px 40px 0px;
  display: flex;
  height: 44px;
  position: relative;
  width: 100%;
}

.my-page {
  align-items: center;
  align-self: stretch;
  background-color: var(--picton-blue);
  border-bottom-style: solid;
  border-color: #21252933;
  border-left-style: solid;
  border-right-style: solid;
  border-style: solid;
  border-top-style: solid;
  display: flex;
  flex: 1;
  flex-grow: 1;
  gap: 19px;
  justify-content: center;
  padding: 0px 20px;
  position: relative;
}

.frame-70 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  position: relative;
}

.vector {
  height: 17px;
  position: relative;
  width: 12.25px;
}

.my-page-1 {
  color: var(--black);
  line-height: normal;
  margin-top: -1px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.freinds {
  align-items: center;
  align-self: center;
  background-color: var(--picton-blue);
  border-bottom-style: solid;
  border-color: #21252933;
  border-left-style: solid;
  border-right-style: solid;
  border-style: solid;
  border-top-style: solid;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  justify-content: center;
  padding: 25px;
  position: relative;
}

.frame-83 {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 4px;
  justify-content: center;
  margin-bottom: -12.5px;
  margin-top: -12.5px;
  position: relative;
}

.vector-1 {
  height: 14px;
  position: relative;
  width: 26px;
}

.soicial {
  color: var(--black);
  line-height: normal;
  margin-top: -1px;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.list::-webkit-scrollbar {
  display: none;
  width: 0;
}

.list {
  align-items: center;
  align-self: center;
  background-color: #e8eaef;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 16px;
  overflow-y: scroll;
  padding: 16px 16px 24px;
  position: relative;
  width: 100%;
}

.frame-1000004727 {
  align-items: center;
  align-self: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  justify-content: flex-end;
  max-width: 400px;
  position: relative;
  width: 100%;
}

.frame-1000004727-1 {
  align-items: center;
  border-radius: 25px;
  display: inline-flex;
  flex: 0 0 auto;
  justify-content: center;
  max-width: 400px;
  position: relative;
}

.frame-1000004727-item {
  letter-spacing: -0.43px;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: fit-content;
}

.place {
  height: 35px;
  letter-spacing: -0.43px;
  line-height: normal;
  position: relative;
  white-space: nowrap;
  width: 162px;
}

.input_field {
  align-items: center;
  align-self: center;
  background-color: var(--flowkitwhite);
  border: 4px solid;
  border-color: var(--black);
  border-radius: 40px;
  display: flex;
  flex: 0 0 auto;
  margin-bottom: -4px;
  margin-left: -4px;
  margin-right: -4px;
  max-height: 92px;
  max-width: 400px;
  min-height: 52px;
  min-width: 80px;
  overflow: hidden;
  padding: 0px 4px 0px 16px;
  position: relative;
  width: 100%;
}

.enter-the-domain-your-want {
  color: #000000;
  flex: 1;
  line-height: normal;
  position: relative;
  border: none;
  outline: none;
}

.icon-search {
  height: 40px;
  position: relative;
  width: 40px;
}

.body {
  align-items: center;
  align-self: center;
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 18px;
  max-width: 400px;
  padding: 0px 0px 32px;
  position: relative;
  width: 100%;
}

.extra {
  align-items: center;
  display: grid;
  max-width: 400px;
  position: relative;
  width: 100%;
  grid-template-rows: repeat(14, 1fr);
  grid-auto-rows: 40px;
}

.extra__headcopy {
  color: var(--black);
  font-size: 1.25rem;
  line-height: normal;
  text-align: center;
  width: 80%;
  grid-row: span 1;
  justify-self: center;
}
.extra__subcopy {
  color: var(--black);
  font-size: 1rem;
  line-height: normal;
  text-align: center;
  grid-row: span 1;
}
/* .bento {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 8px;
  width: 100%;
} */
/* 다양한 셀 배치 */
.column--1 {
  grid-column: span 1;
}
.column--2 {
  grid-column: span 2;
}
.column--3 {
  grid-column: span 3;
}
.row--1 {
  grid-row: span 1;
}
.row--2 {
  grid-row: span 2;
}
.row--3 {
  grid-row: span 3;
}

.bento {
  display: grid;
  gap: 8px;
  padding: 8px;
  width: 100%;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 80px;
  grid-row: span 5;
}
@media (max-width: 350px) {
  .bento {
    grid-template-columns: repeat(3, 1fr);
  }
}
.bento__item-00 {
  background-color: var(--red);
  border-radius: 8px;
  padding: 0 24px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
}
.bento__item-01 {
  grid-column: 3 / 5;
  grid-row: 1 / 3;
}

.bento__item-02 {
  color: var(--white);
  line-height: normal;
  text-align: center;
  background-color: var(--black);
  border-radius: 8px;
  align-content: center;
}
.bento__item-03 {
  background-color: var(--white);
  border: 1px solid var(--black);
  border-radius: 8px;
  cursor: pointer;
}
.bento__item-05 {
  background-color: var(--green);
  border-radius: 8px;
  align-content: center;
  justify-items: center;
}

.bento__handycode-text {
  color: var(--black);
  font-size: 0.75rem;
  grid-column: 3 / 5;
  grid-row: 2 / 3;
  text-align: start;
  align-self: end;
  margin: 8px;
  width: 50%;
}

.bento__image {
  width: 100%;
  height: 100%;
  border-radius: 8px;
}

.bento__shafscan-image {
  object-fit: contain;
  animation: bento-shafscan 2s linear infinite;
}

/* @keyframes eyes {
  0% {
    height: 44px;
  }
  50% {
    height: 32px;
  }
  100% {
    height: 44px;
  }
} */

.eyes {
  height: 40px;
  position: relative;
  width: 40px;
  /* animation: eyes 2s linear infinite; */
}

.streamlineback-camera-1-solid {
  height: 43px;
  position: relative;
  width: 43px;
}

.span0 {
  letter-spacing: -0.09px;
  font-size: 1rem;
}

.span1 {
  font-size: 1.25rem;
  letter-spacing: -0.1px;
}
@keyframes bento-shafscan {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 1;
  }
}

/* .link {
  max-height: 28px;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 3px;
  max-width: 81px;
  width: 70%;
  height: auto;
}

.x {
  height: 5px;
  right: 2%;
  position: absolute;
  top: 14px;
  width: 19px;
}

.sns {
  max-height: 34px;
  left: 65px;
  position: absolute;
  top: 0;
  max-width: 195px;
  width: 65%;
  height: auto;
}

.txt {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  gap: 10px;
  justify-content: flex-end;
  max-width: 82px;
  position: relative;
} */

.text-2 {
  color: var(--flowkitwhite);
  font-size: 1.5rem;
  line-height: 1.5;
  text-align: center;
}

.domainbox {
  align-self: normal;
  border-radius: 8px;
  overflow: hidden;
  /* grid-row: 9 / 13; */
  grid-row: span 5;
  height: auto;
  max-height: 360px;
  margin-top: 8px;
  padding: 8px;
}
/* .box {
  align-items: flex-start;
  align-self: stretch;
  border-radius: 20px;
  display: flex;
  flex: 1;
  flex-direction: column;
  flex-grow: 1;
  gap: 10px;
  position: relative;
  width: 100%;

  max-height: 120px;
  overflow: hidden;
} */

.domainbox__container {
  border: 2px solid;
  border-color: var(--red);
  border-radius: 8px;
  display: flex;
  flex-wrap: wrap;
  gap: 4px 0px;
  justify-content: center;
  overflow: hidden;
  padding: 8px 0px;
  position: relative;
  width: 100%;
  height: 100%; /* 상위 요소에 맞춤 */
  overflow-y: auto; /* 넘칠 경우 수직 스크롤 */
  scroll-behavior: auto; /* 부드러운 스크롤 */
  -ms-overflow-style: none; /* IE 및 Edge에서 스크롤바 숨기기 */
  scrollbar-width: none; /* Firefox에서 스크롤바 숨기기 */
}
.domainbox__container::-webkit-scrollbar {
  display: none; /* Chrome, Safari, Opera에서 스크롤바 숨기기 */
}
.domainbox__item {
  align-items: flex-start;
  display: inline-flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 10px;
  height: 16px;
  justify-content: center;
  position: relative;
}

.domainbox__frame {
  align-items: center;
  align-self: stretch;
  border-color: var(--red);
  border-left-style: solid;
  border-left-width: 2px;
  display: flex;
  gap: 8px;
  height: 8px;
  padding: 0px 8px;
  position: relative;
  width: 100%;
}

.domainbox__name {
  color: var(--red);
  position: relative;
  text-align: center;
  text-decoration: line-through;
  white-space: nowrap;
  width: fit-content;
}

@keyframes soldout-rotate {
  0% {
    transform: rotate(-8deg);
  }
  50% {
    transform: rotate(-12deg);
  }
  100% {
    transform: rotate(-8deg);
  }
}

.soldout {
  background-color: var(--white);
  border: 4px solid var(--red);
  border-radius: 11px;
  box-shadow: 2px 2px 4px #333333cc;
  position: absolute;
  padding: 8px;
  font-weight: bold;
  animation: soldout-rotate 2s linear infinite;
  grid-row: 10 / 11;
  margin: -44px 0 0 -8px;
}

.text {
  font-size: 32px;
  line-height: normal;
  position: relative;
  text-align: center;
  white-space: nowrap;
  width: fit-content;
}

/* 메뉴 항목의 호버 스타일 */
.menu a:hover {
  background-color: #d4d4d4;
}

/*로그인 페이지*/
.container {
  width: 90%;
  padding-right: 16px;
  padding-left: 16px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2rem;
}

/* 드래그 방지 스타일 */
.nodrag {
  -webkit-user-select: none; /* Safari */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* IE10+/Edge */
  user-select: none; /* 표준 */
}

.pointer {
  cursor: pointer;
}

.button-disabled {
  pointer-events: none;
  opacity: 0.5;
}

/* 열 간격 및 정렬 */
.searched-domain {
  text-align: center;
  width: 30%; /* 가장 넓게 차지 */
  border-radius: 0 0 0 20px;
}

.domain-status {
  text-align: center;
  width: 25%;
}

.buy-button {
  text-align: center;
  width: 10%;
  background-color: var(--blue);
  color: white;
  justify-content: right;
  font-size: 1rem;
  transition: background-color 0.2s, font-size 0.2s;

  border-radius: 0 0 20px 0;
}

.buy-button:hover {
  background-color: #004ea1;
}
.buy-button-disabled {
  text-align: center;
  width: 10%;

  background-color: #555555;
  color: rgb(131, 131, 131);
  justify-content: right;
  font-size: 1rem;
  transition: background-color 0.2s, font-size 0.2s;
  pointer-events: none;

  border-radius: 0 0 20px 0;
}

/* .domain-ticker{
  position: relative;

  height: 64px;     
  overflow: hidden;
      grid-row: span 1;
}

.ticker-item{
  position: absolute;
  width: 120px;
  text-align: center;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  white-space: nowrap;
  transition: transform 0.6s ease;
  will-change: transform;
  opacity: 0;                       
}

.ticker--center { transform: translate(-50%, -50%); opacity: 1; }
.ticker--right  { transform: translate(150%, -50%); opacity: 0; }
.ticker--left   { transform: translate(-250%, -50%); opacity: 1; } */

.recent-sold {
  height: 64px;
  position: relative;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f6f8ff 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  text-align: center;
}

/* 슬라이드 대상 */
.recent-sold__item {
  position: absolute;
  inset: 0; /* 상하좌우 꽉 채움 */
  display: grid;
  align-content: center;
  gap: 6px;
  transition: transform 0.6s ease, opacity 0.6s ease;
  will-change: transform, opacity;
  opacity: 0;
}

/* 도메인 이름(크게, 굵게) */
.recent-sold__name {
  letter-spacing: 0.2px;
  color: var(--black); /* slate-900 */
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 24px;
  font-size: 1rem;
}

/* 시간 + sold 라벨(작게) */
.recent-sold__meta {
  font-size: 0.75rem;
  color: var(--gray); /* slate-600 */
  display: inline-flex;
  align-items: center;
  gap: 6px;
  opacity: 0.9;
  justify-content: center;
}
.recent-sold__item .dot {
  opacity: 0.6;
}

.recent-sold__label {
  color: var(--red);
}

/* 상태 프리셋 */
.ticker--center {
  transform: translateX(0%);
  opacity: 1;
}
.ticker--right {
  transform: translateX(120%);
  opacity: 0;
}
.ticker--left {
  transform: translateX(-120%);
  opacity: 0;
}

/* 호버 시 살짝 강조 */
.recent-sold:hover {
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.09);
}

.indiegogo-text {
  display: inline-block;
  letter-spacing: 0.5px;
}

/* 1) Typewriter + caret (1회 재생 후 멈춤) */
.typewriter {
  overflow: hidden;
  border-right: 2px solid currentColor;
  animation: typing 1.6s steps(24, end) 0.1s 1 both,
    caret 0.8s step-end infinite;
}
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}
@keyframes caret {
  50% {
    border-color: transparent;
  }
}

/* 2) Subtle fade-up (부드럽게 등장) */
.fadeup {
  opacity: 0;
  transform: translateY(6px);
  animation: fadeup 0.6s ease-out 0.1s forwards;
}
@keyframes fadeup {
  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes fadeup {
  to {
    opacity: 1;
    transform: none;
  }
}

/* 3) Gradient shimmer (텍스트 그라데이션 반짝) */
.shimmer {
  background: linear-gradient(
    90deg,
    #fff 0%,
    #f0f4ff 30%,
    #cfe3ff 50%,
    #f0f4ff 70%,
    #fff 100%
  );
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  background-size: 200% 100%;
  animation: shimmer 1.8s linear infinite;
}
@keyframes shimmer {
  to {
    background-position: -200% 0;
  }
}

.scantext {
  position: relative;
  display: inline-block;
  line-height: 1;
  /* 필요에 맞게 사이즈만 조절 */
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

/* 바탕 글자(기본 색) */
.scantext__base {
  color: var(--black); /* 라이트 톤 */
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

/* 스캔 라인(글자 모양으로만 보이게) */
.scantext__line {
  position: absolute;
  inset: 0;
  color: transparent; /* 글자 채움을 투명으로 */
  /* 얇은 빨간 띠가 있는 세로 그라데이션 */
  --line: rgba(255, 0, 0, 0.95);
  --glow: rgba(255, 0, 0, 0.45);
  --thickness: 10%; /* 라인 두께(퍼센트) */
  --pad: 4%; /* 위/아래 여백 */

  background: linear-gradient(
    to bottom,
    transparent 0%,
    transparent calc(50% - var(--thickness) / 2 - var(--pad)),
    var(--line) calc(50% - var(--thickness) / 2),
    var(--line) calc(50% + var(--thickness) / 2),
    transparent calc(50% + var(--thickness) / 2 + var(--pad)),
    transparent 100%
  );
  background-size: 100% 200%; /* 세로로 왕복 이동할 여유 */
  background-position: 0% 0%;
  -webkit-background-clip: text;
  background-clip: text;

  filter: drop-shadow(0 0 10px var(--glow)) drop-shadow(0 0 2px var(--line));
  animation: scanY 2.2s ease-in-out infinite;
}

@keyframes scanY {
  0% {
    background-position: 0% 0%;
  }
  50% {
    background-position: 0% 100%;
  }
  100% {
    background-position: 0% 0%;
  }
}

.selling-ticker .ticker-frame {
  height: 64px;
  position: relative;
  border-radius: 16px;
  background: linear-gradient(135deg, #ffffff 0%, #f6f8ff 100%);
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  text-align: center;
}

.selling-ticker .pane {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  opacity: 0;
  transform: translateY(100%);
  will-change: transform, opacity;
}

.selling-ticker .pane .domain {
  font-size: 1rem;
}
.selling-ticker .pane .price {
  font-size: 0.75rem;
}
.selling-ticker .pane .time {
  font-size: 0.75rem;
  color: #6b7280;
}

.selling-ticker .pane.enter {
  animation: slideIn 0.8s ease forwards;
}
.selling-ticker .pane.leave {
  animation: slideOut 0.8s ease forwards;
}

@keyframes slideIn {
  from {
    transform: translateY(100%);
    opacity: 0;
  }
  to {
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes slideOut {
  from {
    transform: translateY(0%);
    opacity: 1;
  }
  to {
    transform: translateY(-100%);
    opacity: 0;
  }
}

.selling__btn {
  background-color: var(--black);
  color: var(--white);
  border-radius: 8px;
  box-shadow: 2px 2px 4px #333333cc;
  position: absolute;
  padding: 8px;
  grid-row: 4 / 5;
  z-index: 10;
  width: 64px;
  text-align: center;
}

.selling__btn.sell {
  left: 40px;
}
.selling__btn.more {
  right: 40px;
}


/* Cart styles */
.cart-icon {
  background: none;
  border: none;
  color: var(--white);
  cursor: pointer;
  font-size: 1.2rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.cart-icon:hover {
  color: var(--green);
}

.cart-icon--disabled,
.cart-icon:disabled {
  opacity: 0.4;
  cursor: not-allowed;
  color: rgba(255, 255, 255, 0.6);
}

.cart-icon--disabled:hover,
.cart-icon:disabled:hover {
  color: rgba(255, 255, 255, 0.6);
}

.cart-section {
  margin-top: 16px;
  padding: 16px;
  border: 1px solid var(--gray-light);
  border-radius: 12px;
  background-color: var(--white);
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.cart-section__title {
  margin: 0;
}

.cart-section__list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.cart-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 12px;
  border: 1px solid var(--gray-light);
  border-radius: 8px;
  background-color: #f7f7f7;
}

.cart-item-name {
  font-weight: 600;
  color: var(--black);
}

.cart-item-price {
  font-weight: 500;
  color: var(--green);
}

.cart-item-remove {
  border: none;
  background-color: transparent;
  color: var(--red);
  cursor: pointer;
  font-size: 0.85rem;
}

.cart-item-remove:hover {
  text-decoration: underline;
}

.cart-section__total {
  display: flex;
  justify-content: flex-end;
  gap: 8px;
  font-weight: 600;
  color: var(--black);
}

.cart-pay-button {
  width: 100%;
  margin-top: 12px;
}
