@charset "UTF-8";
.page-content__wrap {
  max-width: inherit !important;
}
@media only screen and (min-width: 992px) {
  .page-content__wrap {
    padding: 10.1rem 0 0 !important;
  }
}
.page-content__title {
  display: none;
}

@media only screen and (min-width: 992px) {
  .page-woocommerce {
    overflow: visible;
  }
}

.cart-page {
  padding: 4rem 0 8rem;
}
@media only screen and (min-width: 992px) {
  .cart-page {
    padding: 5.6rem 0 12rem;
  }
}
.cart-page__header {
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 992px) {
  .cart-page__header {
    margin-bottom: 4.8rem;
  }
}
.cart-page__title {
  font-size: clamp(2.4rem, 3.5vw, 4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 1.1;
  color: #252826;
  margin: 0;
}
@media only screen and (max-width: 992px) {
  .cart-page__title {
    text-align: center;
  }
}
.cart-page__wrapper {
  display: grid;
  gap: 2.4rem;
}
@media only screen and (min-width: 992px) {
  .cart-page__wrapper {
    grid-template-columns: 1fr 0.5fr;
    gap: clamp(3.2rem, 3.5vw, 5.6rem);
  }
}
.cart-page--empty .cart-page__title {
  text-align: center;
}
.cart-page--empty .cart-page__wrapper {
  display: block;
}
.cart-page--empty .cart-page__main {
  display: flex;
  justify-content: center;
}
.cart-page--empty .cart-page__items {
  width: 100%;
  max-width: 52rem;
}
@media only screen and (min-width: 992px) {
  .cart-page__main {
    align-self: start;
  }
}
.cart-page__main {
  min-width: 0;
}
.cart-page__empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 2rem;
  padding: 6rem 2rem;
}
.cart-page__empty svg {
  flex-shrink: 0;
  opacity: 0.85;
}
.cart-page__empty p {
  font-size: 1.6rem;
  color: rgba(37, 40, 38, 0.5);
  max-width: 36rem;
  line-height: 1.55;
  margin: 0;
}
.cart-page__empty .bttn-primary,
.cart-page__empty .bttn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 5rem;
  padding: 0 3.2rem;
  background: #ffd600;
  color: #252826;
  border: none;
  border-radius: 10rem;
  font-weight: 500;
  font-size: 1.6rem;
  text-decoration: none;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.cart-page__empty .bttn-primary:hover,
.cart-page__empty .bttn:hover {
  background: #506e4a;
  color: #fff;
}
.cart-page__items {
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
}
.cart-page__items-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.cart-page__items-list .cart-popup__item {
  display: grid;
  grid-template-columns: 8rem 1fr;
  grid-template-rows: auto auto;
  column-gap: 1.2rem;
  row-gap: 0;
  padding: 1.4rem;
  background: #fff;
  border: 1px solid rgba(80, 110, 74, 0.12);
  border-radius: 1.6rem;
  position: relative;
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1), box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.cart-page__items-list .cart-popup__item + .cart-popup__item {
  border-top: 1px solid rgba(80, 110, 74, 0.12);
}
.cart-page__items-list .cart-popup__item:hover {
  border-color: rgba(80, 110, 74, 0.2);
  box-shadow: 0 4px 20px rgba(80, 110, 74, 0.08);
}
@media only screen and (min-width: 992px) {
  .cart-page__items-list .cart-popup__item {
    grid-template-columns: 11rem 1fr auto;
    grid-template-rows: 1fr;
    align-items: center;
    padding: 2rem;
    gap: 2rem;
  }
}
.cart-page__items-list .cart-popup__item-image {
  grid-column: 1;
  grid-row: 1/span 2;
  align-self: stretch;
  width: 100%;
  min-height: 8rem;
  border-radius: 1.2rem;
  border: 1px solid rgba(80, 110, 74, 0.12);
  background: #f3f6f2;
  overflow: hidden;
  padding: 0.8rem;
  transition: border-color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (min-width: 992px) {
  .cart-page__items-list .cart-popup__item-image {
    grid-row: 1;
    min-height: 11rem;
  }
}
.cart-page__items-list .cart-popup__item-image a {
  display: block;
  width: 100%;
  height: 100%;
}
.cart-page__items-list .cart-popup__item-image img {
  width: 100%;
  height: 100% !important;
  object-fit: contain;
  display: block;
  transition: transform 0.4s ease;
}
.cart-page__items-list .cart-popup__item-image:hover {
  border-color: rgba(80, 110, 74, 0.2);
}
.cart-page__items-list .cart-popup__item-image:hover img {
  transform: scale(1.04);
}
.cart-page__items-list .cart-popup__item--pc {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.5rem;
  min-width: 0;
  padding-top: 0.2rem;
}
@media only screen and (min-width: 992px) {
  .cart-page__items-list .cart-popup__item--pc {
    gap: 0.6rem;
    padding-top: 0;
  }
}
.cart-page__items-list .cart-popup__item-info {
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
}
.cart-page__items-list .cart-popup__item-name a,
.cart-page__items-list .cart-popup__item-name h6,
.cart-page__items-list .cart-popup__item-name h6 a {
  font-size: 1.55rem;
  font-weight: 500;
  color: #252826;
  line-height: 1.3;
  letter-spacing: -0.01em;
  text-decoration: none;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  margin: 0;
  transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.cart-page__items-list .cart-popup__item-name a:hover,
.cart-page__items-list .cart-popup__item-name h6:hover,
.cart-page__items-list .cart-popup__item-name h6 a:hover {
  color: #506e4a;
}
@media only screen and (min-width: 992px) {
  .cart-page__items-list .cart-popup__item-name a,
  .cart-page__items-list .cart-popup__item-name h6,
  .cart-page__items-list .cart-popup__item-name h6 a {
    font-size: 1.9rem;
  }
}
.cart-page__items-list .cart-popup__item-description {
  font-size: 1.2rem;
  color: rgba(37, 40, 38, 0.4);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}
.cart-page__items-list .cart-popup__item-price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}
.cart-page__items-list .cart-popup__item-price .price {
  display: flex;
  align-items: baseline;
  gap: 0.4rem;
}
.cart-page__items-list .cart-popup__item-price .price del,
.cart-page__items-list .cart-popup__item-price .price ins {
  opacity: 1;
  text-decoration: none !important;
}
.cart-page__items-list .cart-popup__item-price .price del .woocommerce-Price-amount,
.cart-page__items-list .cart-popup__item-price .price del span {
  font-size: 1.2rem;
  font-weight: 400;
  text-decoration: line-through;
  color: rgba(37, 40, 38, 0.35);
}
.cart-page__items-list .cart-popup__item-price .price ins .woocommerce-Price-amount,
.cart-page__items-list .cart-popup__item-price .price ins span {
  font-size: 1.7rem;
  font-weight: 500;
  color: #252826;
  letter-spacing: -0.03em;
  line-height: 1;
}
@media only screen and (min-width: 992px) {
  .cart-page__items-list .cart-popup__item-price .price ins .woocommerce-Price-amount,
  .cart-page__items-list .cart-popup__item-price .price ins span {
    font-size: 2rem;
  }
}
.cart-page__items-list .cart-popup__item-price .price del + ins .woocommerce-Price-amount,
.cart-page__items-list .cart-popup__item-price .price del + ins span {
  color: #506e4a;
}
.cart-page__items-list .cart-popup__item-details {
  grid-column: 2;
  grid-row: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  padding: 0.8rem 0 0.2rem;
}
.cart-page__items-list .cart-popup__item-details .cart-popup__item-price {
  display: none;
}
@media only screen and (min-width: 992px) {
  .cart-page__items-list .cart-popup__item-details {
    grid-column: 3;
    grid-row: 1;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    padding: 0;
  }
}
.cart-page__items-list .cart-popup__item-quantity {
  order: 1;
  display: inline-flex;
  align-items: center;
  gap: 0.3rem;
  background: #f3f6f2;
  border-radius: 10rem;
  padding: 0.3rem;
}
.cart-page__items-list .cart-popup__item-remove {
  order: 2;
  position: static;
  top: unset;
  right: unset;
  width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 0.8rem;
  background: transparent;
  cursor: pointer;
  padding: 0;
  color: rgba(37, 40, 38, 0.25);
  transition: color 0.28s cubic-bezier(0.4, 0, 0.2, 1), background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.cart-page__items-list .cart-popup__item-remove:hover {
  color: rgba(180, 30, 30, 0.75);
  background: rgba(180, 30, 30, 0.08);
}
.cart-page__items-list .cart-popup__item-remove svg {
  width: 1.8rem;
  height: 1.8rem;
  display: block;
}
.cart-page__items-list .cart-popup__item-remove svg path {
  fill: currentColor;
}
.cart-page__combinations {
  background: #f3f6f2;
  border-radius: 1.6rem;
  padding: 2rem 1.6rem;
}
@media only screen and (min-width: 992px) {
  .cart-page__combinations {
    padding: 2.4rem;
  }
}
.cart-page__combinations-list {
  display: flex;
  flex-direction: column;
}
.cart-page__combinations-title {
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7a8579;
  margin: 0 0 1.4rem;
}
.cart-page .cart-popup__recommendation {
  padding: 1.4rem 0;
}
.cart-page .cart-popup__recommendation + .cart-popup__recommendation {
  border-top: 1px solid rgba(80, 110, 74, 0.12);
}
@media only screen and (min-width: 992px) {
  .cart-page__sidebar {
    align-self: stretch;
  }
}
.cart-page__sidebar-sticky {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
@media only screen and (min-width: 992px) {
  .cart-page__sidebar-sticky {
    position: sticky;
    top: 10rem;
  }
}
.cart-page__summary {
  background: #fff;
  border-radius: 2rem;
  box-shadow: 0 1px 3px rgba(37, 40, 38, 0.07), 0 4px 16px rgba(37, 40, 38, 0.06);
  overflow: hidden;
}
.cart-page__summary-title {
  font-size: 2.2rem;
  font-weight: 500;
  letter-spacing: -0.03em;
  color: #252826;
  margin: 0;
  padding: 2.4rem 2.4rem 0;
}
.cart-page__summary-wrap {
  display: flex;
  flex-direction: column;
}
.cart-page__summary-group {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  padding: 1.8rem 2.4rem;
}
.cart-page__summary-group:first-child {
  padding-bottom: 1.8rem;
}
.cart-page__summary-group:last-child {
  padding: 0;
  gap: 0;
}
.cart-page__summary-group + .cart-page__summary-group {
  border-top: 1px solid rgba(80, 110, 74, 0.12);
}
.cart-page__summary-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.2rem;
}
.cart-page__summary-row span {
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(37, 40, 38, 0.5);
  line-height: 1.3;
}
.cart-page__summary-row .cart-page__summary-value {
  font-size: 1.8rem;
  font-weight: 500;
  color: #252826;
  white-space: nowrap;
  letter-spacing: -0.02em;
}
.cart-page__summary-row .cart-page__summary-value .woocommerce-Price-amount,
.cart-page__summary-row .cart-page__summary-value .woocommerce-Price-currencySymbol,
.cart-page__summary-row .cart-page__summary-value bdi {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
}
.cart-page__summary-discount .cart-page__summary-value {
  color: #506e4a;
}
.cart-page__summary-discount .cart-page__summary-value::before {
  content: "−";
}
.cart-page__summary-total {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.6rem;
  padding: 2rem 2.4rem;
  background: #252826;
}
.cart-page__summary-total span,
.cart-page__summary-total .h6 {
  all: unset;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1;
  white-space: nowrap;
}
.cart-page__summary-total .cart-page__summary-value,
.cart-page__summary-total .cart-page__summary-value.h6 {
  all: unset;
  display: block;
  font-size: 3.2rem;
  font-weight: 500;
  letter-spacing: -0.05em;
  color: #ffd600;
  line-height: 1;
  white-space: nowrap;
}
.cart-page__summary-total .cart-page__summary-value .woocommerce-Price-amount,
.cart-page__summary-total .cart-page__summary-value .woocommerce-Price-currencySymbol,
.cart-page__summary-total .cart-page__summary-value bdi,
.cart-page__summary-total .cart-page__summary-value.h6 .woocommerce-Price-amount,
.cart-page__summary-total .cart-page__summary-value.h6 .woocommerce-Price-currencySymbol,
.cart-page__summary-total .cart-page__summary-value.h6 bdi {
  font-family: inherit;
  color: inherit;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
}
.cart-page__checkout-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 5.8rem;
  padding: 1.6rem 2.4rem;
  background: #ffd600;
  color: #252826;
  border: none;
  border-radius: 0;
  font-size: 1.7rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1), color 0.28s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}
.cart-page__checkout-btn::after {
  content: "→";
  position: absolute;
  right: 2.4rem;
  top: 50%;
  transform: translateY(-50%) translateX(0.4rem);
  opacity: 0;
  font-size: 1.8rem;
  transition: opacity 0.28s cubic-bezier(0.4, 0, 0.2, 1), transform 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.cart-page__checkout-btn:hover {
  background: #506e4a;
  color: #fff;
}
.cart-page__checkout-btn:hover::after {
  opacity: 1;
  transform: translateY(-50%) translateX(0);
}

.cart-page__items-list .cart-popup__qty-btn svg rect {
  fill: #506e4a;
}
.cart-page__items-list .cart-popup__qty-btn:hover {
  background: #506e4a;
}
.cart-page__items-list .cart-popup__qty-btn:hover svg rect {
  fill: #fff;
}

.cart-page.is-loading::before {
  content: "";
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.82);
  z-index: 100;
}
.cart-page.is-loading::after {
  content: "";
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.8rem;
  height: 4.8rem;
  border: 3px solid rgba(80, 110, 74, 0.15);
  border-top-color: #506e4a;
  border-radius: 50%;
  animation: cartSpinner 0.8s linear infinite;
  z-index: 101;
}

@keyframes cartSpinner {
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}