/* MK Conference shared design system */

body.single-product,
body.woocommerce-cart,
body.woocommerce-checkout {
  font-family: Manrope, Arial, sans-serif !important;
  background: #F7F8FA !important;
  color: #2B2E33 !important;
  min-height: 100vh !important;
}

body.single-product .site-content,
body.woocommerce-cart .site-content,
body.woocommerce-checkout .site-content {
  background: transparent !important;
  min-height: 100vh !important;
}

body.single-product .col-full,
body.woocommerce-cart .col-full,
body.woocommerce-checkout .col-full {
  width: 100% !important;
  max-width: 1200px !important;
  margin: 0 auto !important;
  padding-left: 32px !important;
  padding-right: 32px !important;
}

body.single-product #primary,
body.woocommerce-cart #primary,
body.woocommerce-checkout #primary,
body.single-product .content-area,
body.woocommerce-cart .content-area,
body.woocommerce-checkout .content-area {
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  margin: 0 !important;
}

body.woocommerce-cart .entry-header h1,
body.woocommerce-checkout .entry-header h1,
body.woocommerce-cart h1.entry-title,
body.woocommerce-checkout h1.entry-title {
  margin: 0 0 32px !important;
  font-size: clamp(32px, 4vw, 44px) !important;
  line-height: 1.1 !important;
  letter-spacing: -0.03em !important;
  font-weight: 700 !important;
  color: #1D1F24 !important;
}

.mk-qty-stepper {
  display: inline-flex !important;
  align-items: center !important;
  height: 56px !important;
  border: 1px solid #E1E4E8 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  background: #FFFFFF !important;
  flex: 0 0 auto !important;
}

.mk-qty-stepper input.qty {
  width: 64px !important;
  height: 54px !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid #E1E4E8 !important;
  border-right: 1px solid #E1E4E8 !important;
  border-radius: 0 !important;
  background: #FFFFFF !important;
  box-shadow: none !important;
  text-align: center !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #1D1F24 !important;
  -moz-appearance: textfield !important;
}

.mk-qty-stepper input.qty::-webkit-inner-spin-button,
.mk-qty-stepper input.qty::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}

.mk-qty-btn {
  width: 56px !important;
  height: 54px !important;
  padding: 0 !important;
  border: 0 !important;
  background: #FFFFFF !important;
  color: #1D1F24 !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: background-color 180ms ease !important;
}

.mk-qty-btn:hover {
  background: #F7F8FA !important;
}

.mk-qty-stepper input.qty:focus,
.mk-qty-btn:focus {
  outline: none !important;
  box-shadow: none !important;
}

body.single-product .woocommerce-error,
body.single-product .woocommerce-message,
body.single-product .woocommerce-info,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-checkout .woocommerce-info {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  min-height: 64px !important;
  margin: 0 0 24px !important;
  padding: 18px 24px 18px 64px !important;
  border: 1px solid #E8E8E8 !important;
  border-left: 4px solid #6B7076 !important;
  border-radius: 16px !important;
  background: #FFFFFF !important;
  color: #2B2E33 !important;
  box-shadow: 0 1px 2px rgba(16,24,40,.04), 0 4px 12px rgba(16,24,40,.04) !important;
  font-size: 15px !important;
  line-height: 1.45 !important;
  overflow: visible !important;
  white-space: normal !important;
}

body.single-product .woocommerce-error,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-error {
  border-left-color: #D64541 !important;
}

body.single-product .woocommerce-message,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-checkout .woocommerce-message {
  border-left-color: #1F9D55 !important;
}

body.single-product .woocommerce-info,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-checkout .woocommerce-info {
  border-left-color: #3B82C4 !important;
}

body.woocommerce-cart .woocommerce-error::before,
body.woocommerce-cart .woocommerce-message::before,
body.woocommerce-cart .woocommerce-info::before,
body.woocommerce-checkout .woocommerce-error::before,
body.woocommerce-checkout .woocommerce-message::before,
body.woocommerce-checkout .woocommerce-info::before {
  position: absolute !important;
  left: 24px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  margin: 0 !important;
  line-height: 1 !important;
  color: inherit !important;
}

body.woocommerce-cart .woocommerce-error > *,
body.woocommerce-cart .woocommerce-message > *,
body.woocommerce-cart .woocommerce-info > *,
body.woocommerce-checkout .woocommerce-error > *,
body.woocommerce-checkout .woocommerce-message > *,
body.woocommerce-checkout .woocommerce-info > * {
  position: relative !important;
  z-index: 1 !important;
}

body.woocommerce-cart .woocommerce-error a,
body.woocommerce-cart .woocommerce-message a,
body.woocommerce-cart .woocommerce-info a,
body.woocommerce-checkout .woocommerce-error a,
body.woocommerce-checkout .woocommerce-message a,
body.woocommerce-checkout .woocommerce-info a {
  color: #1D1F24 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px !important;
}

@media (max-width: 1023px) {
  body.single-product .col-full,
  body.woocommerce-cart .col-full,
  body.woocommerce-checkout .col-full {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
}
