/* BASIC css start */
/* ================================================================
   SWEETYSPOON | melee vichi   ¸ð¹ÙÀÏ ÃÖ±Ùº»»óÇ° CSS      
================================================================ */

.right_fixed { display: none; }


/* ¦¡¦¡ 1. ½ºÄÚÇÁ ¸®¼Â ¦¡¦¡ */
#mypage-page,
#mypage-page * { box-sizing: border-box; }
#mypage-page ul,
#mypage-page li { list-style: none; margin: 0; padding: 0; }
#mypage-page p  { margin: 0; }
#mypage-page a  { text-decoration: none; color: inherit; }


/* ¦¡¦¡ 2. ÆäÀÌÁö ÄÁÅ×ÀÌ³Ê ¦¡¦¡ */
#mypage-page {
  background: #fff;
  max-width: 720px;
  margin: 0 auto;
  padding: 0 20px 60px;
}


/* ¦¡¦¡ 3. Å¸ÀÌÆ² / ¼­ºêÅ¸ÀÌÆ² ¦¡¦¡ */
.rv-title {
  font-family: 'Josefin Sans', 'Noto Sans KR', sans-serif;
  font-weight: 400;
  letter-spacing: 0.1em;
  color: #000;
  text-align: center;
  font-size: 17px;
  padding: 25px 0 6px;
  margin: 0;
}
.rv-subtitle {
  text-align: center;
  font-size: 12px;
  color: #999;
  padding-bottom: 18px;
  border-bottom: 1px solid #000;
}


/* ¦¡¦¡ 4. ÀüÃ¼ ¼±ÅÃ ¦¡¦¡ */
.rv-controls {
  display: flex;
  align-items: center;
  padding: 12px 0px 12px 7px;
  border-bottom: 1px solid #e7e2db;
  margin-bottom: 20px;
}
.rv-all-label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: #555;
  cursor: pointer;
}


/* ¦¡¦¡ 5. »óÇ° ¸ñ·Ï (2¿­ ±×¸®µå) ¦¡¦¡ */
.rv-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 30px;
}

.rv-item {
  display: flex;
  flex-direction: column;
}

/* ÀÌ¹ÌÁö ¿µ¿ª */
.rv-item-img {
  position: relative;
  width: 100%;
}
.rv-item-img > a:last-of-type {
  display: block;
}
.rv-item-img img {
  display: block;
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}

/* °³º° Ã¼Å©¹Ú½º (ÀÌ¹ÌÁö ÁÂ»ó´Ü ¿À¹ö·¹ÀÌ) */
.rv-item-check {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
  line-height: 1;
}

/* »èÁ¦ ¹öÆ° (ÀÌ¹ÌÁö ¿ì»ó´Ü ¿À¹ö·¹ÀÌ) */
.rv-item-del {
  position: absolute;
  top: 6px;
  right: 6px;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: rgba(255, 255, 255, 0.88);
}
.rv-item-del .material-symbols-outlined {
  font-size: 16px;
  color: #444;
  line-height: 1;
}

/* »óÇ° Á¤º¸ */
.rv-item-info {
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex: 1;
}
.rv-item-name {
    display: block;
    font-size: 11px;
    color: #222 !important;
    line-height: 1.5;
    word-break: keep-all;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* °¡°Ý (ÇÒÀÎ°¡ ÀÖÀ» ¶§ ¿ø°¡ Ãë¼Ò¼±) */
.rv-item-price {
  font-size: 12px;
  font-weight: 700;
  color: #000;
}
.rv-item-price-origin {
  font-size: 11px;
  font-weight: 400;
  color: #aaa;
  text-decoration: line-through;
}
.rv-item-price-sale {
  color: #b1483f;
}

/* Àå¹Ù±¸´Ï ´ã±â ¹öÆ° */
.rv-cart-btn {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin-top: 10px;
    border: 1px solid #e7e2db;
    background: #fff;
    color: #3d3d3d !important;
    text-align: center;
    font-family: 'Noto Sans KR', sans-serif;
    font-size: 11px;
    letter-spacing: 0.02em;
}


/* ¦¡¦¡ 6. ¼±ÅÃ»èÁ¦ / ÀüÃ¼»èÁ¦ ¹öÆ° ¦¡¦¡ */
.rv-actions {
  display: flex;
  gap: 8px;
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px solid #e7e2db;
}
.rv-action-btn {
  display: block;
  flex: 1;
  height: 46px;
  line-height: 44px;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  text-align: center;
  font-family: 'Josefin Sans', 'Noto Sans KR', sans-serif;
  font-size: 13px;
  letter-spacing: 0.03em;
}
.rv-action-clear {
  background: #000;
  color: #fff !important;
}


/* ¦¡¦¡ 7. ºó »óÅÂ ¦¡¦¡ */
.rv-empty {
  padding: 60px 0 40px;
  text-align: center;
  font-size: 13px;
  color: #999;
  border-bottom: 1px solid #f0ece4;
}


/* ¦¡¦¡ 8. ÇÏ´Ü µÚ·Î°¡±â ¦¡¦¡ */
.rv-foot { margin-top: 24px; }
.rv-back-btn {
  display: block;
  width: 100%;
  height: 46px;
  line-height: 44px;
  text-align: center;
  border: 1px solid #000;
  background: #fff;
  color: #000;
  font-size: 12.5px;
}

/* BASIC css end */

