/*!***************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/Toast.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************/
.Toast_toast__UZ6rv {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.875rem 1.25rem;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
  min-width: 280px;
  max-width: 420px;
  cursor: pointer;
  animation: Toast_slideIn__mj_fV 0.35s cubic-bezier(0.22, 1, 0.36, 1);
  font-size: 0.95rem;
}

.Toast_toast__UZ6rv:focus {
  outline: none;
}

.Toast_icon__kV1K4 {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Toast_success__mIQmT {
  background: #fff;
  border-left: 4px solid #2d7a3e;
  color: #1a1a1a;
}

.Toast_success__mIQmT .Toast_icon__kV1K4 {
  color: #2d7a3e;
}

.Toast_error__yUZ1y {
  background: #fff;
  border-left: 4px solid #c44;
  color: #1a1a1a;
}

.Toast_error__yUZ1y .Toast_icon__kV1K4 {
  color: #c44;
}

.Toast_info__aE1Uv {
  background: #fff;
  border-left: 4px solid #c9a962;
  color: #1a1a1a;
}

.Toast_info__aE1Uv .Toast_icon__kV1K4 {
  color: #c9a962;
}

.Toast_message__AlZ3K {
  flex: 1 1;
}

@keyframes Toast_slideIn__mj_fV {
  0% {
    opacity: 0;
    transform: translateX(24px) scale(0.95);
  }
  70% {
    transform: translateX(-4px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}

/*!************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/components/ToastContainer.module.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************/
.ToastContainer_container__AnmNM {
  position: fixed;
  top: 1rem;
  right: 1rem;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  pointer-events: none;
}

.ToastContainer_container__AnmNM > * {
  pointer-events: auto;
}

/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[7].use[3]!./app/cart/page.module.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
.page_main__hN7ky {
  padding: 2.5rem 1.5rem;
  max-width: 900px;
  margin: 0 auto;
  min-height: calc(100vh - 72px);
}

.page_title__dh7wl {
  font-family: 'Cormorant Garamond', serif;
  font-size: 2rem;
  margin-bottom: 1.5rem;
  color: #1a1a1a;
}

.page_empty__xuzDd {
  color: #5a5856;
  margin-bottom: 1.5rem;
}

.page_linkCatalogue__ECm63 {
  color: #4a7c59;
  text-decoration: none;
  font-weight: 500;
}

.page_linkCatalogue__ECm63:hover {
  text-decoration: underline;
}

.page_tableWrap__ugzl_ {
  overflow-x: auto;
  margin-bottom: 2rem;
}

.page_table__Y5Tqt {
  width: 100%;
  border-collapse: collapse;
}

.page_table__Y5Tqt th,
.page_table__Y5Tqt td {
  padding: 1rem;
  text-align: left;
  border-bottom: 1px solid #e8e6e1;
}

.page_table__Y5Tqt th {
  font-size: 0.85rem;
  font-weight: 600;
  color: #5a5856;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.page_thPrice__DDNX_,
.page_thQty__xBbeP,
.page_thTotal__RIg2_ {
  text-align: right;
}

.page_productCell__rs_kU {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.page_thumb__HYuXB {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 4px;
  background: #f5f4f2;
}

.page_productTitle__aNfAk {
  color: #1a1a1a;
  text-decoration: none;
  font-weight: 500;
}

.page_productTitle__aNfAk:hover {
  color: #4a7c59;
}

.page_catalogNum__tNMDx {
  display: block;
  font-size: 0.85rem;
  color: #8c8984;
}

.page_price__Upb6p,
.page_lineTotal__HWIFe {
  text-align: right;
}

.page_qtyControls__fQmGi {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.page_qtyControls__fQmGi button {
  width: 32px;
  height: 32px;
  font-size: 1rem;
  background: #e8e6e1;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.page_qtyControls__fQmGi button:hover:not(:disabled) {
  background: #d4d2cc;
}

.page_qtyControls__fQmGi button:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

.page_removeBtn__7F59z {
  background: none;
  border: none;
  font-size: 1.5rem;
  color: #8c8984;
  cursor: pointer;
  padding: 0 0.5rem;
}

.page_removeBtn__7F59z:hover {
  color: #c44;
}

.page_summary__MVVx_ {
  background: #f8f7f5;
  padding: 1.5rem;
  border-radius: 8px;
}

.page_summaryRow__zb66V {
  display: flex;
  justify-content: space-between;
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.page_summaryRowTotal__PFIMD {
  display: flex;
  justify-content: space-between;
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 1rem;
  padding-top: 0.5rem;
  border-top: 1px solid #e8e6e1;
}

.page_deliveryLabel__LNpTy {
  font-size: 1rem;
  font-weight: 600;
  color: #1a1a1a;
}

.page_deliverySelect__zgE8_ {
  font-size: 0.95rem;
  padding: 0.4rem 0.6rem;
  border: 1px solid #e8e6e1;
  border-radius: 4px;
  background: #fff;
  min-width: 12rem;
}

.page_limitsAlert__bYWqL {
  background: #fff3cd;
  border: 1px solid #ffc107;
  border-radius: 6px;
  padding: 1rem;
  margin-bottom: 1rem;
  font-size: 0.9rem;
  color: #856404;
}

.page_limitsAlert__bYWqL p {
  margin: 0 0 0.5rem;
}

.page_limitsAlert__bYWqL p:last-child {
  margin-bottom: 0;
}

.page_note__ytgsd {
  font-size: 0.9rem;
  color: #5a5856;
  margin: 0 0 1rem;
}

.page_continueLink__t_T9m {
  display: inline-block;
  color: #4a7c59;
  text-decoration: none;
  margin-bottom: 1rem;
}

.page_continueLink__t_T9m:hover {
  text-decoration: underline;
}

.page_checkoutBtn__PIyLU {
  display: block;
  width: 100%;
  padding: 0.9rem;
  font-size: 1rem;
  font-weight: 600;
  background: #4a7c59;
  color: #fff;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.page_checkoutBtn__PIyLU:hover:not(:disabled) {
  background: #3d6a4a;
}

.page_checkoutBtn__PIyLU:disabled {
  background: #bbb;
  cursor: not-allowed;
}

