/* BASIC css start */
/* ================================================================
   SWEETYSPOON | melee vichi   ¸ð¹ÙÀÏ Àå¹Ù±¸´Ï CSS
================================================================ */


@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');
.right_fixed { display: none; }


.prd_grey_top { padding: 0 !important; }
.sale-minus {     
    font-size: 11px !important;
    color: #fa5500 !important;
}
.benefit-desc { 
    font-size: 11px !important;
    color: #fa5500 !important;
}

/* ¦¡¦¡1. MakeShop ¿ÜºÎ CSS °­Á¦ ¿À¹ö¶óÀÌµå ¦¡¦¡ */

#cart-page,
#cart-page .cart-page-title,
#cart-page .cart-body,
#cart-page .cart-list,
#cart-page .cart-item,
#cart-page .cart-item-inner,
#cart-page .cart-item-details,
#cart-page .cart-summary,
#cart-page .cart-summary-row,
#cart-page .cart-giftbox,
#cart-page .cart-info-blocks,
#cart-page .cart-info-block {
  visibility: visible !important;
  opacity: 1 !important;
}
#cart-page .cart-page-title { display: flex !important; }
#cart-page .cart-body       { display: block !important; }
#cart-page .cart-list       { display: block !important; }
#cart-page .cart-item       { display: block !important; }
#cart-page .cart-item-inner { display: flex !important; }
#cart-page .cart-summary    { display: block !important; }
#cart-page .cart-giftbox    { display: flex !important; }
#cart-page .cart-info-blocks{ display: flex !important; }


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

#cart-page {
  max-width: 720px;
  margin: 0 auto;
  /* overflow-x: hidden Á¦°Å   WebKit ¿¡¼­ ÄÜÅÙÃ÷ ÀüÃ¼ Å¬¸®ÇÎ À¯¹ß */
}

.cart-checkbox-hidden { display: none !important; }


/* ¦¡¦¡ 3. ÆäÀÌÁö Å¸ÀÌÆ² ¦¡¦¡ */
.cart-page-title {
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 20px 18px 16px;
  border-bottom: 1px solid #e8e8e8;
}
.cart-page-h {
    margin: 0;
    font-size: 15px;
    font-weight: 400;
    color: #222222;
    letter-spacing: 0.02em;
}
.cart-item-count {
    font-size: 12px;
    color: #222;
    font-weight: 400;
}


/* ¦¡¦¡ 4. º»¹® ÄÁÅ×ÀÌ³Ê ¦¡¦¡ */
.cart-body {
  display: block !important;
  padding: 0 18px;
}


/* ¦¡¦¡ 5. »óÇ° ¸ñ·Ï ¦¡¦¡ */
.cart-list {
  display: block !important;
  margin: 0;
}

/* MakeShop basket JS °¡ form ³»ºÎ¿¡ µ¿Àû »ðÀÔÇÏ´Â ¼ö·®º¯°æ ÆÐ³Î CSS Â÷´Ü
   (JS ·Îµµ Á¦°ÅÇÏÁö¸¸ CSS ·Î ÀÌÁß ¹æ¾î) */
#cart-page .cart-item form > *:not(.cart-item-inner) {
  display: none !important;
}
#cart-page .cart-item > *:not(.cart-item-inner):not(.cart-checkbox-hidden):not(form) {
  display: none !important;
}

.cart-item {
  display: block !important;
  padding: 0;
}

/* ½æ³×ÀÏ + »ó¼¼ °¡·Î ¹èÄ¡ + ¾ÆÀÌÅÛ ±¸ºÐ¼± */
.cart-item-inner {
  display: flex !important;
  gap: 14px;
  align-items: flex-start;
  width: 100%;
  border-bottom: 1px solid #e8e8e8;
  padding: 30px 0;
}
/* ¸¶Áö¸· ¾ÆÀÌÅÛÀº border-bottom ¾øÀ½ */
.cart-item:last-child .cart-item-inner {
  border-bottom: none;
}

/* ½æ³×ÀÏ */
.cart-item-thumb {
  width: 86px;
  flex-shrink: 0;
  display: block;
}
.cart-item-thumb img {
  width: 100%;
  height: auto;
  display: block;  
}

/* »ó¼¼ ¿µ¿ª
   ¡¤ overflow: hidden Á¦°Å   flex ÀÚ½Ä height ¿À·ù ½Ã ÀüÃ¼ ¼û±è À¯¹ß
   ¡¤ min-width: 0 ¸¸ À¯Áö (flex ¸»ÁÙÀÓ ÇÙ½É) */
.cart-item-details {
  flex: 1;
  min-width: 0;
  /* overflow: hidden Á¦°Å */
}


/* ¦¡¦¡ 5-1. Á¦Ç°¸í + »èÁ¦ ¾ÆÀÌÄÜ (°°Àº ¶óÀÎ) ¦¡¦¡ */
.cart-item-title-row {
  display: flex;
    align-items: center;
    justify-content: center;
  gap: 6px;
  margin-bottom: 5px;
  width: 100%;
}
.cart-item-name {
    
    flex: 1;
    min-width: 0;
    display: block;
    font-size: 11.5px;
    font-weight: 600;
    color: #222;
    line-height: 1.4;
    letter-spacing: -0.01em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cart-item-del {
  flex-shrink: 0;
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: end;
  color: #b0b0b0;
  margin-top: 1px;
}
.cart-item-del .material-symbols-outlined {
  font-size: 20px;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 30;
}


/* ¦¡¦¡ 5-2. ¿É¼Ç ÅØ½ºÆ® ¦¡¦¡ */
.cart-item-options {
    font-size: 11px;
    color: #333;
    line-height: 1.65;
    margin-bottom: 10px;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
    letter-spacing: -0.02rem;
    max-width: 95%;
}


/* ¦¡¦¡ 5-3. ¼ö·® + ´ÜÇ° °¡°Ý (°°Àº ¶óÀÎ) ¦¡¦¡ */
.cart-item-bottom-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
}
.cart-qty-wrap {
  display: flex;
  align-items: center;
  gap: 0px;
  flex-shrink: 0;
}
.cart-qty-label {
  font-size: 12px;
  color: #888888;
  flex-shrink: 0;
  margin-right: 2px;
}
/* ÀÎ¶óÀÎ "/+ ¹öÆ° (¹Ú½º ¾øÀ½, Material Symbols ¾ÆÀÌÄÜ) */
.cart-step-inline {
  display: inline-flex;
  align-items: center;
  padding: 0 3px;
  color: #1a1a1a;
  text-decoration: none;
  line-height: 1;
}
.cart-step-inline .material-symbols-outlined {
  font-size: 15px;
  font-variation-settings: 'FILL' 0, 'wght' 300, 'GRAD' 0, 'opsz' 20;
}

/* MakeShop ¼ö·® input ¡æ ÀÐ±â Àü¿ë ¼ýÀÚ ÅØ½ºÆ®Ã³·³ º¸ÀÌ°Ô */
.cart-qty-input-wrap { display: inline-flex; align-items: center; }
.cart-qty-num,
.cart-qty-input-wrap input[type="text"],
.cart-qty-input-wrap input {
  width: 20px !important;
  border: none !important;
  background: none !important;
  box-shadow: none !important;
  font-size: 12px;
  font-weight: 500;
  color: #1a1a1a;
  text-align: center;
  outline: none;
  padding: 0;
  pointer-events: none;
  -webkit-appearance: none;
  appearance: none;
  font-family: "Open Sans", sans-serif !important;
}
.cart-edit-btn {
    font-family: 'Lato', 'Noto Sans KR', sans-serif;    
    font-size: 10px;
    letter-spacing: -0.02em;
    color: #222 !important;
    border: none;
    border-bottom: 1px solid #222;
    line-height: 1.2;
    cursor: pointer;
    margin-left: 25px;
    background: none;
    padding: 0 5px;
    font-weight: 600;
}

/* ´ÜÇ° °¡°Ý   ·¹±Ö·¯, '¿ø' ¾øÀ½ */
.cart-item-price {
    font-size: 13px;
    font-weight: 400;
    color: #222222;
    letter-spacing: 0.03em;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: "Open Sans", sans-serif !important;
}
.cart-item-reserve {
  font-size: 11px;
  color: #c2935f;
  margin-top: 5px;
}

.cart-summary-delivery {
  padding-bottom: 45px !important;
}

/* ¦¡¦¡ 7. ÁÖ¹® ±Ý¾× ¿ä¾à
   ¡¤ À½¼ö ¸¶Áø ¾øÀ½
   ¡¤ ¹è°æ #f8f7f3
   ¡¤ ÁÂ¿ì Ç®ºí¸®µå: cart-body ÆÐµù »ó¼â ÈÄ viewport ³¡±îÁö
¦¡¦¡ */
.cart-summary {
  display: block !important;
  margin-top: 0px;
  margin-left: -18px;
  margin-right: -18px;
  padding: 30px 18px 10px 18px;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.cart-summary-row {
  display: flex !important;
  align-items: baseline;
  justify-content: space-between;
  padding: 0px 0px 25px 0px;
  font-size: 13px;
  color: #3b3b3b;
  gap: 10px;  
  width: 100%;
}
.cart-summary-label { 
    flex: 1;
    letter-spacing: -0.02rem;
    font-size: 12px;
    font-weight: 600 !important;
    color: #222;
}
.cart-summary-desc {
    font-size: 10px;
    font-weight: 400;
    color: #1a1a1a;
    display: inline-block;
    white-space: normal;
    padding-left: 10px;
}
.cart-summary-value {
    font-family: "Open Sans", sans-serif !important;
    flex-shrink: 0;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    color: #222222;
    letter-spacing: 0.03em;
    white-space: nowrap;
}
.cart-summary-total {
    border-bottom: 1px solid #ebebeb !important;
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.cart-delivery-total {    
    align-items: center;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
    padding-bottom: 25px;
}
.cart-total-price {
    font-size: 13px;
    font-weight: 600;
    color: #222222;
    letter-spacing: 0.03em;
    white-space: nowrap;
    flex-shrink: 0;
    font-family: "Open Sans", sans-serif !important;
}


/* ¦¡¦¡ 8. SIGNATURE GIFT BOX
   ¡¤ À½¼ö ¸¶Áø ¾øÀ½
   ¡¤ border-right¡¤border-top ¾øÀ½ (¿äÃ»»çÇ×)
¦¡¦¡ */
.cart-giftbox {
    align-items: center;
    gap: 16px;
    margin-left: -18px;
    margin-right: -18px;
    padding: 40px 18px 40px 18px;        
}
.cart-giftbox-img-wrap {
  width: 76px;
  flex-shrink: 0;
}
.cart-giftbox-img-wrap img {
  width: 100%;
  height: auto;
  display: block;
}
.cart-giftbox-text { flex: 1; min-width: 0; }
.cart-giftbox-title {
  display: block;
  font-family: 'Noto Serif KR', serif !important;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;   
  color: #222;
  line-height: 1.4;
  margin-bottom: 7px;  
}
.cart-giftbox-desc {
    font-size: 11px;
    color: #333;
    line-height: 1.65;
    margin-bottom: 10px;
    word-break: break-all;
    overflow-wrap: break-word;
    white-space: normal;
    letter-spacing: -0.02rem;
    max-width: 95%;
}

.MK_change_price {
    font-family: "Open Sans", sans-serif !important;
    flex-shrink: 0;
    text-align: right;
    font-size: 13px;
    font-weight: 400;
    color: #fa5500;
    letter-spacing: 0.03em;
    white-space: nowrap;
}



/* ¹®ÀÇ ¸µÅ© (div/div ±¸Á¶   li °£¼· ¾øÀ½) */

/* °áÁ¦¼ö´Ü ¸ñ·Ï (div/p ±¸Á¶   li °£¼· ¾øÀ½) */


/* ¦¡¦¡ 10. ³×ÀÌ¹öÆäÀÌ ¦¡¦¡ */
.cart-naverpay { margin-bottom: 50px;}


/* ¦¡¦¡ 11. ºó Àå¹Ù±¸´Ï ¦¡¦¡ */
.cart-empty {
  padding: 180px 0 180px;
  text-align: center;
}
.cart-empty p {
    font-size: 12px;
    color: #222;
    line-height: 1.8;
    letter-spacing: 0.01rem;
}
.cart-contact-us {
    font-family: 'Josefin Sans';
    font-size: 12.5px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 8px;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.02rem;
}


/* ¦¡¦¡ 12. ÁÖ¹®ÇÏ±â (ÇÏ´Ü °íÁ¤)¦¡¦¡ */
.cart-checkout {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
  background: #fff;
  border-top: 1px solid #e8e8e8;
}
.cart-checkout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 720px;
  height: 52px;
  margin: 0 auto;
  background: #222;
  color: #fff !important;  
  font-size: 13px;
  letter-spacing: -0.02em;
  text-decoration: none;
}
.cart-checkout-spacer { height: 88px; }



/* BASIC css end */

