@charset "UTF-8";

/* =========================================================
   Awashima Coffee Theme - Cart
========================================================= */

.cart_page .ec-layoutRole,
.cart_page .ec-layoutRole__contents,
.cart_page .ec-layoutRole__main,
.cart_page .ec-role{
  width:100% !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  float:none !important;
  overflow:visible !important;
}

.cart_page .ec-pageHeader{
  margin:230px 0 48px !important;
  text-align:center !important;
  border:none !important;
  box-shadow:none !important;
}

.cart_page .ec-pageHeader h1{
  margin:0 !important;
  padding:0 !important;
  color:#2d2924 !important;
  font-family:"Noto Serif JP",serif !important;
  font-size:38px !important;
  font-weight:400 !important;
  line-height:1.5 !important;
  letter-spacing:.14em !important;
  border:none !important;
  box-shadow:none !important;
}

.cart_page .aw-cartPage{
  max-width:1120px;
  margin:0 auto 140px;
  padding:0 24px;
  color:#2d2924;
  font-family:"Noto Serif JP",serif;
}

/* =========================================================
   Step navigation
========================================================= */

.cart_page .aw-cartStep{
  width:100% !important;
  max-width:920px !important;
  margin:0 auto 44px !important;
  padding:0 !important;
}

.cart_page .aw-cartStep .ec-progress{
  position:relative;
  display:flex !important;
  flex-wrap:nowrap !important;
  justify-content:space-between !important;
  align-items:flex-start !important;
  width:100% !important;
  max-width:920px !important;
  margin:0 auto !important;
  padding:0 !important;
  list-style:none !important;
}

.cart_page .aw-cartStep .ec-progress__item{
  position:relative;
  z-index:1;
  flex:1 1 0 !important;
  min-width:0 !important;
  display:flex !important;
  flex-direction:column;
  align-items:center;
  gap:10px;
  margin:0 !important;
  padding:0 !important;
  background:transparent !important;
}

.cart_page .aw-cartStep .ec-progress__item::after{
  content:"";
  position:absolute;
  top:16px;
  left:50%;
  width:100%;
  height:1px;
  background:#d8d4cf;
  z-index:-1;
}

.cart_page .aw-cartStep .ec-progress__item:last-child::after{
  display:none;
}

.cart_page .aw-cartStep .ec-progress__item.is-complete::after{
  height:2px;
  background:#6f8977;
}

.cart_page .aw-cartStep .ec-progress__number{
  display:flex !important;
  align-items:center;
  justify-content:center;
  width:32px !important;
  height:32px !important;
  margin:0 auto -6px !important;
  border-radius:50%;
  background:#fff !important;
  border:1px solid rgba(75,40,23,.22);
  color:#6f6258 !important;
  font-family:"Noto Serif JP",serif !important;
  font-size:14px !important;
  font-weight:400 !important;
  line-height:1 !important;
}

.cart_page .aw-cartStep .ec-progress__item.is-complete .ec-progress__number{
  background:#6f8977 !important;
  border-color:#6f8977 !important;
  color:#fff !important;
}

.cart_page .aw-cartStep .ec-progress__label{
  color:#6f6258 !important;
  font-family:"Noto Serif JP",serif !important;
  font-size:14px !important;
  font-weight:500 !important;
  line-height:1.5 !important;
  letter-spacing:.04em !important;
  text-align:center;
  white-space:nowrap !important;
  word-break:keep-all !important;
  overflow-wrap:normal !important;
}

.cart_page .aw-cartStep .ec-progress__item.is-complete .ec-progress__label{
  color:#6f8977 !important;
}

/* =========================================================
   Lead / notice
========================================================= */

.cart_page .aw-cartLead,
.cart_page .aw-cartFreeText{
  margin:0 auto 18px;
  color:#6f6258;
  font-size:15px;
  line-height:2;
  letter-spacing:.06em;
  text-align:center;
}

.cart_page .aw-cartFreeText{
  margin-bottom:48px;
}

.cart_page .aw-cartFreeText strong,
.cart_page .aw-cartFreeText em{
  color:#d35d4f;
  font-style:normal;
}

.cart_page .aw-cartError{
  max-width:720px;
  margin:0 auto 28px;
  padding:16px 20px;
  background:#f7f3ee;
  border-left:3px solid #d35d4f;
  color:#5a2d23;
  font-size:14px;
  line-height:1.8;
  letter-spacing:.05em;
}

/* =========================================================
   Layout
========================================================= */

.cart_page .aw-cartForm{
  margin:0;
  padding:0;
}

.cart_page .aw-cartLayout{
  display:grid;
  grid-template-columns:minmax(0, 1fr) 320px;
  gap:48px;
  align-items:start;
  max-width:1080px;
  margin:0 auto;
}

.cart_page .aw-cartItems{
  display:flex;
  flex-direction:column;
  gap:28px;
}

/* =========================================================
   Product card
========================================================= */

.cart_page .aw-cartCard{
  display:grid;
  grid-template-columns:220px minmax(0, 1fr);
  gap:32px;
  padding:32px;
  border:1px solid rgba(45,41,36,.14);
  background:#fff;
}

.cart_page .aw-cartCard__media{
  min-width:0;
}

.cart_page .aw-cartCard__roast{
  display:inline-block;
  margin:0 0 10px;
  padding:8px 16px;
  background:#f7f3ee;
  border-left:2px solid #4b2817;
  color:#4b2817;
  font-family:"Noto Serif JP",serif;
  font-size:15px;
  font-weight:400;
  letter-spacing:.08em;
  line-height:1.2;
}

.cart_page .aw-cartCard__image img{
  display:block;
  width:100%;
  aspect-ratio:5 / 4;
  object-fit:cover;
}

.cart_page .aw-cartCard__body{
  min-width:0;
}

.cart_page .aw-cartCard__head{
  display:flex;
  justify-content:space-between;
  gap:24px;
  align-items:flex-start;
  margin:0 0 18px;
}

.cart_page .aw-cartCard__name{
  margin:0;
  font-family:"Noto Serif JP",serif;
  font-size:18px;
  font-weight:500;
  line-height:1.8;
  letter-spacing:.06em;
}

.cart_page .aw-cartCard__name a{
  color:#2d2924;
  text-decoration:none;
}

.cart_page .aw-cartCard__delete{
  display:block;
  color:#9a948f;
  font-size:28px;
  font-weight:300;
  line-height:1;
  text-decoration:none;
}

.cart_page .aw-cartCard__delete:hover{
  color:#4b2817;
}

.cart_page .aw-cartSpec{
  margin:0;
  padding:0;
  color:#2d2924;
  font-size:15px;
  line-height:1.9;
  letter-spacing:.10em;
  font-weight:500;
}

.cart_page .aw-cartSpec__row{
  display:flex;
}

.cart_page .aw-cartSpec__row dt{
  margin:0;
  color:#2d2924;
  font-weight:500;
}

.cart_page .aw-cartSpec__row dt::after{
  content:"：";
}

.cart_page .aw-cartSpec__row dd{
  margin:0;
  color:#2d2924;
}

/* =========================================================
   Quantity / subtotal
========================================================= */

.cart_page .aw-cartCard__bottom{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:32px;
  margin-top:28px;
  padding-top:24px;
  border-top:1px solid rgba(45,41,36,.12);
}

.cart_page .aw-cartQty__label,
.cart_page .aw-cartCard__priceLabel{
  display:block;
  margin:0 0 10px;
  color:#8a7b70;
  font-family:"Noto Sans JP",sans-serif;
  font-size:12px;
  font-weight:400;
  letter-spacing:.12em;
}

.cart_page .aw-cartQty__control{
  display:flex;
  align-items:center;
  gap:12px;
}

.cart_page .aw-cartQty__button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:34px;
  height:34px;
  border:1px solid rgba(45,41,36,.2);
  border-radius:50%;
  color:#2d2924;
  background:#fff;
  font-family:"Noto Serif JP",serif;
  font-size:18px;
  line-height:1;
  text-decoration:none;
}

.cart_page .aw-cartQty__button:hover{
  border-color:#4b2817;
  color:#4b2817;
}

.cart_page .aw-cartQty__button--disabled{
  opacity:.35;
}

.cart_page .aw-cartQty__number{
  min-width:24px;
  text-align:center;
  font-size:16px;
}

.cart_page .aw-cartCard__price{
  text-align:right;
}

.cart_page .aw-cartCard__priceValue{
  color:#2d2924;
  font-family:"Noto Serif JP",serif;
  font-size:24px;
  font-weight:500;
  letter-spacing:.04em;
}

/* =========================================================
   Summary
========================================================= */

.cart_page .aw-cartSummaryBox{
  position:sticky;
  top:120px;
  padding:32px;
  background:#f7f3ee;
}

.cart_page .aw-cartSummaryBox__head{
  margin:0 0 28px;
  padding-bottom:16px;
  border-bottom:1px solid rgba(45,41,36,.16);
  color:#2d2924;
  font-family:"Noto Serif JP",serif;
  font-size:20px;
  font-weight:400;
  line-height:1.6;
  letter-spacing:.12em;
  text-align:center;
}

.cart_page .aw-cartSummaryBox__total{
  display:flex;
  justify-content:space-between;
  align-items:baseline;
  margin:0 0 32px;
}

.cart_page .aw-cartSummaryBox__label{
  font-size:15px;
  letter-spacing:.08em;
}

.cart_page .aw-cartSummaryBox__amount{
  color:#d35d4f;
  font-family:"Noto Serif JP",serif;
  font-size:28px;
  font-weight:500;
  letter-spacing:.04em;
}

.cart_page .aw-cartSummaryBox__actions{
  display:flex;
  flex-direction:column;
  gap:14px;
}

.cart_page .aw-cartSummaryBox__button{
  display:flex;
  align-items:center;
  justify-content:center;
  width:100%;
  height:58px;
  font-family:"Noto Serif JP",serif;
  font-size:16px;
  font-weight:400;
  letter-spacing:.12em;
  text-decoration:none;
  box-sizing:border-box;
}

.cart_page .aw-cartSummaryBox__button--primary{
  background:#4b2817;
  color:#fff;
}

.cart_page .aw-cartSummaryBox__button--secondary{
  background:#fff;
  color:#4b2817;
  border:1px solid rgba(75,40,23,.28);
}

.cart_page .aw-cartSummaryBox__button:hover{
  opacity:.86;
}

/* =========================================================
   Empty
========================================================= */

.cart_page .aw-cartEmpty{
  max-width:720px;
  margin:80px auto 140px;
  text-align:center;
}

.cart_page .aw-cartEmpty p{
  margin:0 0 32px;
  color:#6f6258;
  font-size:16px;
  line-height:2;
  letter-spacing:.08em;
}

/* =========================================================
   Hide breadcrumb on cart
========================================================= */

.cart_page .aw-detailFooterBreadcrumb,
.cart_page .aw-footer__breadcrumb{
  display:none !important;
}

/* =========================================================
   Responsive
========================================================= */

@media screen and (max-width:900px){

  .cart_page .ec-pageHeader{
    margin:48px 0 30px !important;
  }

  .cart_page .ec-pageHeader h1{
    font-size:30px !important;
  }

  .cart_page .aw-cartPage{
    margin-bottom:100px;
    padding:0 18px;
  }

  .cart_page .aw-cartStep .ec-progress{
    max-width:100% !important;
  }

  .cart_page .aw-cartStep .ec-progress__label{
    font-size:12px !important;
    letter-spacing:.04em !important;
  }

  .cart_page .aw-cartLayout{
    grid-template-columns:1fr;
    gap:32px;
  }

  .cart_page .aw-cartSummaryBox{
    position:static;
  }

  .cart_page .aw-cartCard{
    grid-template-columns:1fr;
    gap:24px;
    padding:24px;
  }

  .cart_page .aw-cartCard__bottom{
    flex-direction:column;
    align-items:flex-start;
  }

  .cart_page .aw-cartCard__price{
    text-align:left;
	}
	
.cart_page .ec-pageHeader{
    padding-top:72px !important;
}
	
}

/* =========================================================
   Hide breadcrumb on purchase flow
========================================================= */

.aw-footer__breadcrumb{
    display:none !important;
}

/* =====================================================
SP step label short
===================================================== */

@media screen and (max-width:900px){

  .cart_page .aw-cartStep .ec-progress__label,
  .shopping_page .aw-shoppingStep .ec-progress__label,
  .shopping_confirm_page .aw-confirmStep .ec-progress__label{
    display:block !important;
    min-height:18px !important;
    font-size:0 !important;
    line-height:0 !important;
    color:transparent !important;
    overflow:hidden !important;
  }

  .cart_page .aw-cartStep .ec-progress__label *,
  .shopping_page .aw-shoppingStep .ec-progress__label *,
  .shopping_confirm_page .aw-confirmStep .ec-progress__label *{
    display:none !important;
  }

  .cart_page .aw-cartStep .ec-progress__label::after,
  .shopping_page .aw-shoppingStep .ec-progress__label::after,
  .shopping_confirm_page .aw-confirmStep .ec-progress__label::after{
    display:block !important;
    font-size:12px !important;
    line-height:1.4 !important;
    letter-spacing:.04em !important;
    color:#6f6258 !important;
  }

  .cart_page .aw-cartStep .ec-progress__item.is-complete .ec-progress__label::after,
  .shopping_page .aw-shoppingStep .ec-progress__item.is-complete .ec-progress__label::after,
  .shopping_confirm_page .aw-confirmStep .ec-progress__item.is-complete .ec-progress__label::after{
    color:#6f8977 !important;
  }

  .cart_page .aw-cartStep .ec-progress__item:nth-child(1) .ec-progress__label::after,
  .shopping_page .aw-shoppingStep .ec-progress__item:nth-child(1) .ec-progress__label::after,
  .shopping_confirm_page .aw-confirmStep .ec-progress__item:nth-child(1) .ec-progress__label::after{
    content:"カート";
  }

  .cart_page .aw-cartStep .ec-progress__item:nth-child(2) .ec-progress__label::after,
  .shopping_page .aw-shoppingStep .ec-progress__item:nth-child(2) .ec-progress__label::after,
  .shopping_confirm_page .aw-confirmStep .ec-progress__item:nth-child(2) .ec-progress__label::after{
    content:"情報";
  }

  .cart_page .aw-cartStep .ec-progress__item:nth-child(3) .ec-progress__label::after,
  .shopping_page .aw-shoppingStep .ec-progress__item:nth-child(3) .ec-progress__label::after,
  .shopping_confirm_page .aw-confirmStep .ec-progress__item:nth-child(3) .ec-progress__label::after{
    content:"手続き";
  }

  .cart_page .aw-cartStep .ec-progress__item:nth-child(4) .ec-progress__label::after,
  .shopping_page .aw-shoppingStep .ec-progress__item:nth-child(4) .ec-progress__label::after,
  .shopping_confirm_page .aw-confirmStep .ec-progress__item:nth-child(4) .ec-progress__label::after{
    content:"確認";
  }

  .cart_page .aw-cartStep .ec-progress__item:nth-child(5) .ec-progress__label::after,
  .shopping_page .aw-shoppingStep .ec-progress__item:nth-child(5) .ec-progress__label::after,
  .shopping_confirm_page .aw-confirmStep .ec-progress__item:nth-child(5) .ec-progress__label::after{
    content:"完了";
  }

}


/* Cart title line cleanup */
#page_cart .ec-pageHeader,
#page_cart .ec-pageHeader::before,
#page_cart .ec-pageHeader::after,
#page_cart .ec-pageHeader h1,
#page_cart .ec-pageHeader h1::before,
#page_cart .ec-pageHeader h1::after{
  border:none !important;
  box-shadow:none !important;
}

