/*
Theme Name: Designer Plates Theme
Template: hello-elementor
Version: 1.0
*/

/* ================================
   Designer Plates Product Gallery
   Thumbnails LEFT (desktop) + clean mobile
================================ */

/* --- Make the gallery a 2-column layout --- */
.woocommerce div.product .woocommerce-product-gallery {
  display: flex !important;
  gap: 14px !important;
  align-items: flex-start !important;
}

/* --- Thumbnails column (left) --- */
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
  order: 1 !important;
  width: 86px !important;
  flex: 0 0 86px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Each thumb item */
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li {
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

/* Thumb image styling */
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs img {
  width: 100% !important;
  height: auto !important;
  border-radius: 10px !important;
  border: 1px solid #e5e5e5 !important;
  opacity: .85;
  transition: opacity .15s ease, border-color .15s ease;
}

/* Active thumb */
.woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs img.flex-active {
  opacity: 1;
  border-color: #000000 !important;
}

/* --- Main image area (right) --- */
.woocommerce div.product .woocommerce-product-gallery .flex-viewport {
  order: 2 !important;
  flex: 1 1 auto !important;
  width: auto !important;
  border-radius: 12px !important;
}

/* Main image styling */
.woocommerce div.product .woocommerce-product-gallery__image img {
  border-radius: 12px !important;
  border: 1px solid #e5e5e5;
}

/* --- Disable zoom hover effect --- */
.woocommerce div.product .woocommerce-product-gallery__image a {
  cursor: default !important;
}

/* Remove zoom overlay image */
.woocommerce div.product .zoomImg {
  display: none !important;
}

/* Remove zoom container if present */
.woocommerce div.product .zoomContainer {
  display: none !important;
}

/* ================================
   Designer Plates Variation Pills
================================ */

.dp-variation-pills-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 20px 0 24px;
}

.dp-variation-group {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dp-variation-label {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
  color: #111111;
  margin: 0;
}

.dp-variation-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dp-variation-pill {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid #d7d7d7;
  background: #ffffff;
  color: #111111;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  padding: 14px 18px;
  border-radius: 999px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: none;
}

.dp-variation-pill:hover {
  border-color: #111111;
  background: #f2f2f2;
  color: #111111;
}

.dp-variation-pill.active {
  background: #111111;
  color: #ffffff;
  border-color: #111111;
}

.dp-variation-pill:focus {
  outline: none;
  border-color: #111111;
}

/* Hide native Woo variation dropdown UI */
.woocommerce div.product form.variations_form table.variations,
.woocommerce div.product form.variations_form .reset_variations {
  display: none !important;
}

/* Hide variation price above cart button */
.woocommerce div.product .single_variation_wrap .woocommerce-variation-price {
  display: none !important;
}

/* ================================
   Add To Cart Layout
================================ */

.woocommerce div.product form.cart {
  margin: 20px 0 0 0 !important;
  padding: 0 !important;
  width: 100% !important;
}

.woocommerce div.product .single_variation_wrap .woocommerce-variation-add-to-cart,
.woocommerce div.product .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button {
  display: flex !important;
  align-items: stretch !important;
  gap: 12px !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce div.product .single_variation_wrap .quantity {
  flex: 0 0 72px !important;
  width: 72px !important;
  min-width: 72px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.woocommerce div.product .single_variation_wrap .quantity input.qty {
  width: 72px !important;
  min-width: 72px !important;
  max-width: 72px !important;
  height: 52px !important;
  border: 1px solid #dcdcdc !important;
  border-radius: 4px !important;
  text-align: center !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 16px !important;
  padding: 0 !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

.woocommerce div.product .single_variation_wrap .single_add_to_cart_button,
.woocommerce div.product .single_variation_wrap button.single_add_to_cart_button {
  flex: 1 1 auto !important;
  min-width: 220px !important;
  width: auto !important;
  height: 52px !important;
  padding: 0 24px !important;
  margin: 0 !important;
  border-radius: 4px !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  border: none !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  text-align: center !important;
  line-height: 1 !important;
  box-sizing: border-box !important;
  transition: all 0.2s ease !important;
}

.woocommerce div.product .single_variation_wrap .single_add_to_cart_button:hover,
.woocommerce div.product .single_variation_wrap button.single_add_to_cart_button:hover {
  background: #000000 !important;
  color: #ffffff !important;
  transform: translateY(-1px);
}

/* ================================
   Mobile
================================ */
@media (max-width: 767px) {

  .woocommerce div.product .woocommerce-product-gallery {
    flex-direction: column !important;
    gap: 12px !important;
  }

  .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs {
    order: 2 !important;
    width: 100% !important;
    flex: 0 0 auto !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    gap: 10px !important;
    padding-bottom: 6px !important;
  }

  .woocommerce div.product .woocommerce-product-gallery .flex-control-thumbs li {
    flex: 0 0 72px !important;
  }

  .dp-variation-pills-wrapper {
    gap: 16px;
    margin: 18px 0 22px;
  }

  .dp-variation-label {
    font-size: 15px;
  }

  .dp-variation-pills {
    gap: 8px;
  }

  .dp-variation-pill {
    font-size: 14px;
    padding: 12px 16px;
  }

  /* FIXED Add to Cart layout (mobile) */
  .woocommerce div.product .single_variation_wrap .woocommerce-variation-add-to-cart,
  .woocommerce div.product .single_variation_wrap .woocommerce-variation-add-to-cart.variations_button {
    display: flex !important;
    align-items: stretch !important;
    gap: 10px !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .woocommerce div.product .single_variation_wrap .quantity {
    flex: 0 0 72px !important;
    width: 72px !important;
    min-width: 72px !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .woocommerce div.product .single_variation_wrap .single_add_to_cart_button,
  .woocommerce div.product .single_variation_wrap button.single_add_to_cart_button {
    flex: 1 1 auto !important;
    width: 100% !important;
    min-width: 0 !important;
  }

}

.dp-product-benefits {
  list-style: none;
  padding: 0;
  margin: 16px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.dp-product-benefits li {
  position: relative;
  padding-left: 28px;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  color: #000000;
}

.dp-product-benefits li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: 0;
  color: #4CAF50;
  font-weight: 600;
}

/* ================================
   Registration Field Styling
================================ */

.dp-registration-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 18px;
}

.dp-registration-field label {
  font-family: 'Outfit', sans-serif;
  font-size: 16px;
  font-weight: 600;
  color: #111111;
  margin: 0;
}

.dp-registration-field input {
  width: 100%;
  height: 52px;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 0 14px;
  font-family: 'Outfit', sans-serif;
  font-size: 15px;
  color: #111111;
  background: #ffffff;
  transition: all 0.2s ease;
  box-sizing: border-box;
}

/* Placeholder */
.dp-registration-field input::placeholder {
  color: #999999;
}

/* Focus state */
.dp-registration-field input:focus {
  outline: none;
  border-color: #111111;
}

/* Optional: slight hover */
.dp-registration-field input:hover {
  border-color: #111111;
}

/* Registration field width control */
.dp-registration-field {
  max-width: 420px;
}

@media (max-width: 767px) {
  .dp-registration-field {
    max-width: 95%;
  }
}

/* Move registration field above pills */
.dp-registration-field {
  order: -1;
}

/* Fix variation pills styling now that they're inside the Woo form */
.woocommerce div.product form.variations_form .dp-variation-pills {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.woocommerce div.product form.variations_form .dp-variation-pill {
  display: inline-flex !important;
  width: auto !important;
  min-width: unset !important;
  max-width: none !important;
  flex: 0 0 auto !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 14px 18px !important;
  margin: 0 !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #111111 !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
  text-align: center !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.woocommerce div.product form.variations_form .dp-variation-pill:hover {
  border-color: #111111 !important;
  background: #f2f2f2 !important;
  color: #111111 !important;
}

.woocommerce div.product form.variations_form .dp-variation-pill.active {
  background: #111111 !important;
  color: #ffffff !important;
  border-color: #111111 !important;
}
/* ================================
   Checkout Page - Designer Plates
================================ */

/* Hide Elementor Theme Builder header/footer */
body.woocommerce-checkout [data-elementor-type="header"],
body.woocommerce-checkout [data-elementor-type="footer"],
body.woocommerce-checkout .elementor-location-header,
body.woocommerce-checkout .elementor-location-footer {
  display: none !important;
}

/* Remove page title */
body.woocommerce-checkout h1.entry-title,
body.woocommerce-checkout .entry-title,
body.woocommerce-checkout .woocommerce-checkout h1 {
  display: none !important;
}

/* Background split */
body.woocommerce-checkout {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 58%,
    #f5f5f5 58%,
    #f5f5f5 100%
  );
}

/* Main wrapper */
body.woocommerce-checkout .wp-site-blocks,
body.woocommerce-checkout .site-main,
body.woocommerce-checkout main {
  background: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body.woocommerce-checkout .wc-block-checkout {
  max-width: 1240px !important;
  margin: 0 auto !important;
  padding: 36px 28px 56px !important;
  background: transparent !important;
}

/* Main columns */
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .wc-block-components-sidebar {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

body.woocommerce-checkout .wc-block-checkout__main {
  padding-right: 34px !important;
}

body.woocommerce-checkout .wc-block-checkout__sidebar {
  padding-left: 24px !important;
}

/* Let the summary use the full width available in the right column */
body.woocommerce-checkout .wc-block-checkout__sidebar > *,
body.woocommerce-checkout .wc-block-checkout__sidebar .wp-block-woocommerce-checkout-order-summary-block,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary__content {
  width: 100% !important;
  max-width: none !important;
}

/* Typography */
body.woocommerce-checkout .wc-block-components-checkout-step__heading,
body.woocommerce-checkout .wc-block-components-title,
body.woocommerce-checkout .wc-block-checkout__sidebar h2,
body.woocommerce-checkout .wc-block-components-order-summary__title-text,
body.woocommerce-checkout .wc-block-components-text-input label,
body.woocommerce-checkout .wc-block-components-checkbox label,
body.woocommerce-checkout .wc-block-components-radio-control__label,
body.woocommerce-checkout .wc-block-components-address-form__address_1 label {
  font-family: 'Outfit', sans-serif !important;
  color: #111111 !important;
}

/* Keep font consistent in summary without forcing every element colour */
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-order-summary *,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block * {
  font-family: 'Outfit', sans-serif !important;
}

/* Fields */
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-text-input select,
body.woocommerce-checkout .wc-block-components-address-form__address_1 input,
body.woocommerce-checkout .wc-block-components-combobox-control .components-combobox-control__input,
body.woocommerce-checkout .wc-block-components-text-input.is-active input,
body.woocommerce-checkout .wc-block-components-select select {
  min-height: 52px !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 16px !important;
  color: #111111 !important;
}

body.woocommerce-checkout .wc-block-components-text-input input:focus,
body.woocommerce-checkout .wc-block-components-text-input select:focus,
body.woocommerce-checkout .wc-block-components-combobox-control .components-combobox-control__input:focus,
body.woocommerce-checkout .wc-block-components-select select:focus {
  border-color: #111111 !important;
  box-shadow: none !important;
  outline: none !important;
}

/* Remove generic borders/boxes from sidebar */
body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-order-summary__content,
body.woocommerce-checkout .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-panel,
body.woocommerce-checkout .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-totals-item,
body.woocommerce-checkout .wc-block-components-order-summary-item {
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}

/* Clean order summary sections */
body.woocommerce-checkout .wc-block-components-order-summary-item,
body.woocommerce-checkout .wc-block-components-totals-item,
body.woocommerce-checkout .wc-block-components-order-summary-item__quantity,
body.woocommerce-checkout .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-item__value {
  border: 0 !important;
  box-shadow: none !important;
}

/* Order summary title */
body.woocommerce-checkout .wc-block-components-order-summary__title-text {
  font-size: 18px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  margin-bottom: 18px !important;
}

/* Product row layout */
body.woocommerce-checkout .wc-block-components-order-summary-item {
  display: flex !important;
  align-items: flex-start !important;
  gap: 14px !important;
  padding: 0 0 18px 0 !important;
  margin: 0 0 18px 0 !important;
}

/* Product image */
body.woocommerce-checkout .wc-block-components-order-summary-item__image {
  margin-right: 0 !important;
  flex: 0 0 auto !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__image img {
  width: 58px !important;
  height: 58px !important;
  object-fit: cover !important;
  border-radius: 6px !important;
}

/* Quantity badge */
body.woocommerce-checkout .wc-block-components-order-summary-item__quantity {
  background: #111111 !important;
  color: #ffffff !important;
  border-radius: 999px !important;
  min-width: 20px !important;
  height: 20px !important;
  line-height: 20px !important;
  padding: 0 6px !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  text-align: center !important;
}

body.woocommerce-checkout .wc-block-components-order-summary-item__quantity *,
body.woocommerce-checkout .wc-block-components-order-summary-item__quantity span {
  color: #ffffff !important;
}

/* Product description area */
body.woocommerce-checkout .wc-block-components-order-summary-item__description {
  flex: 1 1 auto !important;
  min-width: 0 !important;
}

/* Product title */
body.woocommerce-checkout .wc-block-components-product-name {
  display: block !important;
  width: auto !important;
  max-width: none !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #111111 !important;
  line-height: 1.35 !important;
  margin-bottom: 4px !important;
  word-break: break-word !important;
}

/* Product metadata */
body.woocommerce-checkout .wc-block-components-product-metadata,
body.woocommerce-checkout .wc-block-components-product-metadata *,
body.woocommerce-checkout .wc-block-components-order-summary-item__description,
body.woocommerce-checkout .wc-block-components-order-summary-item__description * {
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #5a5a5a !important;
  text-align: left !important;
}

/* Price in product row */
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price * {
  flex: 0 0 auto !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  white-space: nowrap !important;
  text-align: right !important;
}

/* Coupon row */
body.woocommerce-checkout .wc-block-components-totals-coupon {
  background: transparent !important;
  border-top: 1px solid #dfdfdf !important;
  border-bottom: 1px solid #dfdfdf !important;
  border-left: 0 !important;
  border-right: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  margin: 10px 0 12px !important;
  padding: 0 !important;
}

/* Coupon button alignment */
body.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button,
body.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button:hover,
body.woocommerce-checkout .wc-block-components-totals-coupon .wc-block-components-panel__button:focus,
body.woocommerce-checkout .wc-block-components-panel__button,
body.woocommerce-checkout .wc-block-components-panel__button:hover,
body.woocommerce-checkout .wc-block-components-panel__button:focus {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-height: 44px !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-align: left !important;
}

body.woocommerce-checkout .wc-block-components-panel__button *,
body.woocommerce-checkout .wc-block-components-panel__button:hover *,
body.woocommerce-checkout .wc-block-components-panel__button:focus * {
  color: #111111 !important;
}

body.woocommerce-checkout .wc-block-components-panel__button[aria-expanded="true"],
body.woocommerce-checkout .wc-block-components-panel__button[aria-expanded="true"] * {
  color: #111111 !important;
}

/* Coupon input area when opened */
body.woocommerce-checkout .wc-block-components-totals-coupon__content,
body.woocommerce-checkout .wc-block-components-panel__content {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

/* Totals spacing */
body.woocommerce-checkout .wc-block-components-totals-wrapper {
  margin-top: 8px !important;
  padding-top: 0 !important;
}

body.woocommerce-checkout .wc-block-components-totals-item {
  padding: 8px 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  font-size: 15px !important;
  color: #111111 !important;
}

body.woocommerce-checkout .wc-block-components-totals-item__label,
body.woocommerce-checkout .wc-block-components-totals-item__value {
  font-size: 15px !important;
  color: #111111 !important;
  font-family: 'Outfit', sans-serif !important;
}

/* Total row */
body.woocommerce-checkout .wc-block-components-totals-footer-item,
body.woocommerce-checkout .wc-block-components-totals-footer-item * {
  font-family: 'Outfit', sans-serif !important;
  color: #111111 !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 18px !important;
  font-weight: 600 !important;
}

body.woocommerce-checkout .wc-block-components-totals-footer-item .wc-block-components-totals-item__value {
  font-size: 18px !important;
  font-weight: 700 !important;
}

/* Remove extra horizontal rules / separators */
body.woocommerce-checkout .wc-block-components-divider,
body.woocommerce-checkout hr.wc-block-components-divider,
body.woocommerce-checkout .wc-block-components-order-summary hr,
body.woocommerce-checkout .wc-block-components-sidebar hr {
  display: none !important;
}

/* Buttons */
body.woocommerce-checkout .wc-block-components-button,
body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-button {
  min-height: 52px !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
}

body.woocommerce-checkout .wc-block-components-button:hover,
body.woocommerce-checkout .wc-block-checkout__actions_row .wc-block-components-button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* Mobile */
@media (max-width: 767px) {
  body.woocommerce-checkout {
    background: #ffffff !important;
  }

  body.woocommerce-checkout .wc-block-checkout {
    padding: 24px 16px 40px !important;
  }

  body.woocommerce-checkout .wc-block-checkout__main {
    padding-right: 0 !important;
  }

  body.woocommerce-checkout .wc-block-checkout__sidebar {
    padding-left: 0 !important;
    margin-top: 28px !important;
    padding-top: 22px !important;
    border-top: 1px solid #e3e3e3 !important;
  }
}

/* Hide right-hand price column in checkout order summary item */
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price,
body.woocommerce-checkout .wc-block-components-order-summary-item__total-price * {
  display: none !important;
}

/* Let the description/content fill the freed space */
body.woocommerce-checkout .wc-block-components-order-summary-item__description {
  flex: 1 1 100% !important;
  max-width: 100% !important;
}

/* Keep the row to two visible parts: image + content */
body.woocommerce-checkout .wc-block-components-order-summary-item {
  grid-template-columns: auto 1fr !important;
}

/* ================================
   Mobile - Remove Order Summary Borders
================================ */
@media (max-width: 767px) {

  body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block-fill-wrapper,
  body.woocommerce-checkout .checkout-order-summary-block-fill,
  body.woocommerce-checkout .checkout-order-summary-block,
  body.woocommerce-checkout .wp-block-woocommerce-checkout-order-summary-block,
  body.woocommerce-checkout .wc-block-components-order-summary,
  body.woocommerce-checkout .wc-block-components-order-summary__content,
  body.woocommerce-checkout .wc-block-components-sidebar-layout,
  body.woocommerce-checkout .wc-block-components-sidebar,
  body.woocommerce-checkout .wc-block-components-panel {
    border: none !important;
    box-shadow: none !important;
    background: transparent !important;
    outline: none !important;
  }

}

/* ================================
   Designer Plates - Thank You Page
================================ */

.dp-thankyou-page {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    max-width: 1140px;
    margin: 0 auto;
    min-height: 100vh;
    background: #ffffff;
    font-family: 'Outfit', sans-serif;
}

/* Left Column */
.dp-thankyou-left {
    padding: 56px 64px;
    background: #ffffff;
}

/* Right Column */
.dp-thankyou-right {
    padding: 56px 48px;
    background: #f5f5f5;
    border-left: 1px solid #e6e6e6;
}

/* Branding */
.dp-thankyou-brand {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #111;
}

/* Order Number */
.dp-thankyou-order-number {
    font-size: 15px;
    color: #6b7280;
    margin-bottom: 6px;
}

/* Heading */
.dp-thankyou-heading {
    font-size: 35px;
    line-height: 1.1;
    letter-spacing: -0.6px;
    margin: 0 0 30px;
    color: #111;
}

/* Map */
.dp-order-map {
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 28px;
    border: 1px solid #e6e6e6;
}

/* Cards */
.dp-thankyou-card {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 24px 26px;
    margin-bottom: 22px;
    background: #fff;
}

.dp-thankyou-card h2 {
    font-size: 20px;
    margin-bottom: 12px;
    color: #111;
}

.dp-thankyou-card h3 {
    font-size: 16px;
    margin-bottom: 10px;
    color: #111;
}

.dp-thankyou-card p {
    margin: 0 0 10px;
    color: #222;
    font-size: 15px;
    line-height: 1.6;
}

/* Info Grid */
.dp-thankyou-info-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 32px;
    margin-top: 16px;
}

.dp-thankyou-address {
    line-height: 1.7;
    font-size: 15px;
    color: #222;
}

.dp-thankyou-subheading {
    margin-top: 20px !important;
}

/* ================================
   Order Summary (Right Side)
================================ */

.dp-thankyou-summary-panel {
    max-width: 420px;
    margin: 0 auto;
}

.dp-thankyou-summary-panel h2 {
    font-size: 22px;
    margin-bottom: 22px;
    color: #111;
}

/* Items */
.dp-order-summary-items {
    margin-bottom: 18px;
}

.dp-order-summary-item {
    display: grid;
    grid-template-columns: 60px 1fr auto;
    gap: 14px;
    align-items: start;
    padding-bottom: 18px;
    margin-bottom: 18px;
    border-bottom: 1px solid #e3e3e3;
}

.dp-order-summary-item-image img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    background: #fff;
}

/* Product Details */
.dp-order-summary-item-name {
    font-size: 15px;
    font-weight: 500;
    color: #111;
    line-height: 1.4;
}

.dp-order-summary-item-qty {
    font-size: 13px;
    color: #6b7280;
    margin-left: 6px;
}

/* Custom Meta (important for your plates) */
.dp-order-summary-item-meta {
    font-size: 13px;
    color: #555;
    margin-top: 4px;
    line-height: 1.4;
}

.dp-order-summary-item-meta strong {
    color: #111;
    font-weight: 500;
}

/* Price */
.dp-order-summary-item-total {
    font-size: 15px;
    font-weight: 600;
    color: #111;
    white-space: nowrap;
    padding-top: 2px;
}

/* Totals */
.dp-order-summary-totals {
    border-top: 1px solid #e3e3e3;
    padding-top: 14px;
}

.dp-order-summary-total-row {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    font-size: 15px;
    color: #111;
}

.dp-order-summary-total-row strong {
    font-weight: 600;
}

/* Final total */
.dp-order-summary-total-row--order_total {
    margin-top: 10px;
    padding-top: 16px;
    border-top: 1px solid #e3e3e3;
    font-size: 18px;
}

.dp-order-summary-total-row--order_total strong {
    font-size: 28px;
    font-weight: 700;
}

/* ================================
   Responsive
================================ */

@media (max-width: 1024px) {

    .dp-thankyou-page {
        grid-template-columns: 1fr;
    }

    .dp-thankyou-left,
    .dp-thankyou-right {
        padding: 32px 24px;
    }

    .dp-thankyou-right {
        border-left: none;
        border-top: 1px solid #e6e6e6;
    }

    .dp-thankyou-summary-panel {
        max-width: 100%;
    }
}

@media (max-width: 767px) {

    .dp-thankyou-heading {
        font-size: 32px;
    }

    .dp-thankyou-card {
        padding: 18px;
    }

    .dp-thankyou-info-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .dp-order-summary-item {
        grid-template-columns: 56px 1fr auto;
        gap: 12px;
    }

    .dp-order-summary-item-image img {
        width: 56px;
        height: 56px;
    }

    .dp-order-summary-total-row--order_total strong {
        font-size: 22px;
    }
}

.dp-thankyou-card:first-of-type {
    border-color: #d1fae5;
    background: #f0fdf4;
}

/* ================================
   Cart Page - Designer Plates
================================ */

/* Remove page title */
body.woocommerce-cart h1.entry-title,
body.woocommerce-cart .entry-title,
body.woocommerce-cart .page-header {
  display: none !important;
}

/* Background split */
body.woocommerce-cart {
  background: linear-gradient(
    to right,
    #ffffff 0%,
    #ffffff 59%,
    #f5f5f5 59%,
    #f5f5f5 100%
  );
}

/* Main wrappers */
body.woocommerce-cart .wp-site-blocks,
body.woocommerce-cart .site-main,
body.woocommerce-cart main,
body.woocommerce-cart .page-content {
  background: transparent !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Main outer cart wrapper
   Wider and better aligned with site layout */
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  width: calc(100% - 40px) !important;
  max-width: 1560px !important;
  margin: 0 auto !important;
  padding: 36px 0 56px !important;
  background: transparent !important;
  font-family: 'Outfit', sans-serif !important;
}

/* Inner Woo cart should fill wrapper */
body.woocommerce-cart .wc-block-cart {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

/* Force font consistency */
body.woocommerce-cart .wc-block-cart,
body.woocommerce-cart .wc-block-cart * {
  font-family: 'Outfit', sans-serif !important;
  box-shadow: none !important;
}

/* Two column spacing */
body.woocommerce-cart .wc-block-cart__main {
  padding-right: 40px !important;
}

body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
  padding-left: 40px !important;
}

/* Remove generic panel styling */
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-cart .wc-block-components-panel,
body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-cart .wp-block-woocommerce-cart-items-block,
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block {
  background: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
}

/* Remove borders/box feel from totals side wrappers */
body.woocommerce-cart .wp-block-woocommerce-cart-totals-block,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-block,
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-cart .wc-block-components-panel,
body.woocommerce-cart .wc-block-components-totals-wrapper {
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

/* Remove cart header divider line */
body.woocommerce-cart .wc-block-cart-items__header,
body.woocommerce-cart .wc-block-cart-items thead {
  border-bottom: none !important;
}

body.woocommerce-cart .wc-block-cart-items th {
  font-size: 13px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  text-transform: uppercase !important;
  color: #111111 !important;
  padding-bottom: 12px !important;
}

/* Cart item rows */
body.woocommerce-cart .wc-block-cart-items__row {
  padding: 18px 0 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  align-items: start !important;
}

/* Product image */
body.woocommerce-cart .wc-block-cart-item__image,
body.woocommerce-cart .wc-block-cart-item__image img {
  width: 66px !important;
  max-width: 66px !important;
  border-radius: 6px !important;
  overflow: hidden !important;
}

/* Product text area */
body.woocommerce-cart .wc-block-cart-item__product {
  min-width: 0 !important;
}

/* Product title */
body.woocommerce-cart .wc-block-components-product-name,
body.woocommerce-cart .wc-block-components-product-name a {
  font-size: 16px !important;
  line-height: 1.35 !important;
  font-weight: 500 !important;
  color: #111111 !important;
  text-decoration: none !important;
}

/* Product price under title */
body.woocommerce-cart .wc-block-cart-item__prices,
body.woocommerce-cart .wc-block-components-product-price,
body.woocommerce-cart .wc-block-components-product-price .wc-block-formatted-money-amount {
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #111111 !important;
}

/* Product meta */
body.woocommerce-cart .wc-block-components-product-metadata,
body.woocommerce-cart .wc-block-components-product-metadata *,
body.woocommerce-cart .wc-block-components-product-details,
body.woocommerce-cart .wc-block-components-product-details * {
  font-size: 14px !important;
  line-height: 1.45 !important;
  color: #5a5a5a !important;
}

/* Quantity selector */
body.woocommerce-cart .wc-block-components-quantity-selector {
  border: 1px solid #d7d7d7 !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  max-width: 108px !important;
  min-height: 36px !important;
  margin-top: 10px !important;
  background: #ffffff !important;
}

body.woocommerce-cart .wc-block-components-quantity-selector input {
  font-size: 14px !important;
  color: #111111 !important;
  border: 0 !important;
}

body.woocommerce-cart .wc-block-components-quantity-selector button {
  color: #111111 !important;
  background: #ffffff !important;
  border: 0 !important;
  min-width: 32px !important;
}

/* Remove item button */
body.woocommerce-cart .wc-block-cart-item__remove-link,
body.woocommerce-cart .wc-block-cart-item__remove-link:hover {
  color: #111111 !important;
  text-decoration: none !important;
  opacity: 1 !important;
}

/* Right-side line total */
body.woocommerce-cart .wc-block-cart-item__total,
body.woocommerce-cart .wc-block-cart-item__total .wc-block-formatted-money-amount {
  font-size: 15px !important;
  font-weight: 600 !important;
  color: #111111 !important;
  white-space: nowrap !important;
}

/* Totals panel heading */
body.woocommerce-cart .wc-block-components-title,
body.woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block,
body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  color: #111111 !important;
}

/* Coupon row */
body.woocommerce-cart .wc-block-components-totals-coupon {
  margin: 10px 0 12px !important;
  padding: 0 !important;
  background: transparent !important;
  border-top: 1px solid #dfdfdf !important;
  border-bottom: 1px solid #dfdfdf !important;
  border-left: 0 !important;
  border-right: 0 !important;
}

body.woocommerce-cart .wc-block-components-panel__button,
body.woocommerce-cart .wc-block-components-panel__button:hover,
body.woocommerce-cart .wc-block-components-panel__button:focus {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  min-height: 44px !important;
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
  color: #111111 !important;
  font-size: 15px !important;
  font-weight: 400 !important;
  text-align: left !important;
}

/* Totals rows */
body.woocommerce-cart .wc-block-components-totals-wrapper {
  margin-top: 8px !important;
  padding-top: 0 !important;
}

body.woocommerce-cart .wc-block-components-totals-item {
  padding: 10px 0 !important;
  font-size: 15px !important;
  color: #111111 !important;
}

body.woocommerce-cart .wc-block-components-totals-item__label,
body.woocommerce-cart .wc-block-components-totals-item__value {
  font-size: 15px !important;
  color: #111111 !important;
}

/* Estimated/total row */
body.woocommerce-cart .wc-block-components-totals-footer-item {
  margin-top: 4px !important;
  padding-top: 16px !important;
  border-top: 1px solid #dfdfdf !important;
}

body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__label {
  font-size: 18px !important;
  font-weight: 600 !important;
}

body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-components-totals-item__value,
body.woocommerce-cart .wc-block-components-totals-footer-item .wc-block-formatted-money-amount {
  font-size: 18px !important;
  font-weight: 700 !important;
  color: #111111 !important;
}

/* Proceed to checkout button */
body.woocommerce-cart .wc-block-cart__submit,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block {
  margin-top: 18px !important;
}

body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-cart .wc-block-components-button,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button {
  min-height: 52px !important;
  width: 100% !important;
  background: #111111 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
}

body.woocommerce-cart .wc-block-cart__submit-button:hover,
body.woocommerce-cart .wc-block-components-button:hover,
body.woocommerce-cart .wp-block-woocommerce-proceed-to-checkout-block .wc-block-components-button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* Remove accepted payment block clutter if empty/awkward */
body.woocommerce-cart .wp-block-woocommerce-cart-accepted-payment-methods-block:empty,
body.woocommerce-cart .wp-block-woocommerce-cart-express-payment-block:empty {
  display: none !important;
}

/* Mobile */
@media (max-width: 1024px) {
  body.woocommerce-cart {
    background: #ffffff !important;
  }

  body.woocommerce-cart .wp-block-woocommerce-cart,
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    width: 100% !important;
    max-width: 100% !important;
    padding: 24px 18px 40px !important;
  }

  body.woocommerce-cart .wc-block-cart {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  body.woocommerce-cart .wc-block-cart__main {
    padding-right: 0 !important;
  }

  body.woocommerce-cart .wc-block-cart__sidebar,
  body.woocommerce-cart .wp-block-woocommerce-cart-totals-block {
    padding-left: 0 !important;
    margin-top: 28px !important;
    padding-top: 22px !important;
    border-top: 1px solid #e3e3e3 !important;
  }
}

@media (max-width: 767px) {
  body.woocommerce-cart .wp-block-woocommerce-cart,
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
    padding: 20px 16px 36px !important;
  }

  body.woocommerce-cart .wc-block-cart-items__row {
    padding: 16px 0 !important;
  }

  body.woocommerce-cart .wc-block-cart-item__image,
  body.woocommerce-cart .wc-block-cart-item__image img {
    width: 56px !important;
    max-width: 56px !important;
  }

  body.woocommerce-cart .wc-block-components-product-name,
  body.woocommerce-cart .wc-block-components-product-name a {
    font-size: 15px !important;
  }

  body.woocommerce-cart .wc-block-components-product-metadata,
  body.woocommerce-cart .wc-block-components-product-metadata *,
  body.woocommerce-cart .wc-block-components-product-details,
  body.woocommerce-cart .wc-block-components-product-details * {
    font-size: 13px !important;
  }

  body.woocommerce-cart .wc-block-cart-item__total,
  body.woocommerce-cart .wc-block-cart-item__total .wc-block-formatted-money-amount {
    font-size: 14px !important;
  }
}

/* ================================
   Hide WooCommerce Notices
================================ */

.woocommerce-notices-wrapper,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info {
  display: none !important;
}

/* =========================================
   Designer Plates - Delivery Timeline
========================================= */

.dp-delivery-timeline {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
  width: 100%;
  max-width: 100%;
  margin: 24px 0;
  padding: 18px 0;
}

.dp-timeline-step {
  flex: 1 1 0;
  min-width: 0;
}

.dp-timeline-item {
  width: 100%;
  font-family: inherit;
}

/* Alignment per column */
.dp-timeline-step:nth-child(1) .dp-timeline-item {
  text-align: left;
}

.dp-timeline-step:nth-child(2) .dp-timeline-item {
  text-align: center;
}

.dp-timeline-step:nth-child(3) .dp-timeline-item {
  text-align: right;
}

.dp-timeline-icon {
  margin-bottom: 10px;
  line-height: 1;
}

.dp-timeline-icon img {
  width: 28px;
  height: 28px;
  display: block;
}

/* Icon alignment per column */
.dp-timeline-step:nth-child(1) .dp-timeline-icon img {
  margin: 0 auto 0 0;
}

.dp-timeline-step:nth-child(2) .dp-timeline-icon img {
  margin: 0 auto;
}

.dp-timeline-step:nth-child(3) .dp-timeline-icon img {
  margin: 0 0 0 auto;
}

.dp-timeline-title {
  margin-bottom: 6px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #020946;
  font-family: "Outfit", sans-serif;
}

.dp-timeline-date {
  font-size: 17px;
  line-height: 1.4;
  color: #020946;
  opacity: 0.85;
  font-family: "Outfit", sans-serif;
}

/* Mobile */
@media (max-width: 767px) {
  .dp-delivery-timeline {
    gap: 12px;
    width: 100%;
    max-width: 100%;
    padding: 14px 0;
  }

  .dp-timeline-icon img {
    width: 35px;
    height: 35px;
  }

  .dp-timeline-title {
    font-size: 13px;
  }

  .dp-timeline-date {
    font-size: 13px;
    line-height: 1.3;
  }
}

/* =========================================
   Designer Plates - Pagination
========================================= */

nav.elementor-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  width: 100% !important;
  margin-top: 32px !important;
}

nav.elementor-pagination .page-numbers {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 44px !important;
  height: 44px !important;
  padding: 0 14px !important;
  border: 1px solid rgba(2, 9, 70, 0.12) !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #020946 !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: 0 4px 14px rgba(2, 9, 70, 0.05) !important;
  transition: all 0.25s ease !important;
}

nav.elementor-pagination a.page-numbers:hover {
  background: #D1FAE5 !important;
  border-color: #D1FAE5 !important;
  color: #020946 !important;
  transform: translateY(-1px) !important;
}

nav.elementor-pagination .page-numbers.current {
  background: #020946 !important;
  border-color: #020946 !important;
  color: #ffffff !important;
  box-shadow: 0 8px 18px rgba(2, 9, 70, 0.12) !important;
}

@media (max-width: 767px) {
  nav.elementor-pagination {
    gap: 8px !important;
  }

  nav.elementor-pagination .page-numbers {
    min-width: 40px !important;
    height: 40px !important;
    font-size: 14px !important;
  }
}

/* Hide on desktop */
.dp-mobile-menu-wrap {
	display: none;
}

@media (max-width: 1024px) {
	.dp-mobile-menu-wrap {
		display: block;
	}

	.dp-mobile-menu-toggle {
		width: 48px;
		height: 48px;
		border: 0;
		border-radius: 10px;
		background: #f3f4f6;
		display: flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
		gap: 5px;
		cursor: pointer;
		padding: 0;
	}

	.dp-mobile-menu-toggle span {
		display: block;
		width: 20px;
		height: 2px;
		background: #111827;
		border-radius: 10px;
	}

	.dp-mobile-menu-overlay {
		position: fixed;
		inset: 0;
		background: rgba(0, 0, 0, 0.5);
		opacity: 0;
		visibility: hidden;
		transition: all 0.3s ease;
		z-index: 9998;
	}

	.dp-mobile-menu-panel {
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		max-width: 420px;
		height: 100dvh;
		background: #ffffff;
		transform: translateX(100%);
		transition: transform 0.35s ease;
		z-index: 9999;
		box-shadow: -10px 0 30px rgba(0,0,0,0.08);
		overflow-y: auto;
	}

	.dp-mobile-menu-wrap.active .dp-mobile-menu-overlay {
		opacity: 1;
		visibility: visible;
	}

	.dp-mobile-menu-wrap.active .dp-mobile-menu-panel {
		transform: translateX(0);
	}

	.dp-mobile-menu-inner {
		display: flex;
		flex-direction: column;
		min-height: 100%;
		padding: 20px 20px 30px;
	}

	.dp-mobile-menu-top {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		gap: 16px;
		margin-bottom: 20px;
	}

	.dp-mobile-menu-logo img {
		width: 100%;
		max-width: 220px;
		height: auto;
		display: block;
	}

	.dp-mobile-menu-close {
		border: 0;
		background: #f3f4f6;
		color: #111827;
		width: 42px;
		height: 42px;
		border-radius: 10px;
		font-size: 28px;
		line-height: 1;
		cursor: pointer;
		flex-shrink: 0;
	}

	.dp-mobile-menu-search {
		margin-bottom: 24px;
	}

	.dp-mobile-menu-search form {
		display: flex;
		align-items: center;
		border: 1px solid #dbe2ea;
		border-radius: 999px;
		overflow: hidden;
		background: #fff;
	}

	.dp-mobile-menu-search input[type="search"] {
		flex: 1;
		border: 0;
		padding: 14px 16px;
		font-size: 15px;
		outline: none;
		background: transparent;
	}

	.dp-mobile-menu-search button {
		border: 0;
		background: #03045e;
		color: #fff;
		padding: 14px 18px;
		font-weight: 600;
		cursor: pointer;
	}

	.dp-mobile-menu-nav {
		flex: 1;
	}

	.dp-mobile-menu-group-title {
		font-size: 13px;
		font-weight: 700;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		color: #6b7280;
		margin: 10px 0 12px;
	}

	.dp-mobile-menu-links {
		list-style: none;
		padding: 0;
		margin: 0 0 18px;
	}

	.dp-mobile-menu-links li {
		margin: 0;
	}

	.dp-mobile-menu-links a {
		display: block;
		padding: 14px 0;
		border-bottom: 1px solid #edf0f4;
		font-size: 17px;
		font-weight: 500;
		color: #111827;
		text-decoration: none;
	}

	.dp-mobile-menu-links a:hover {
		color: #03045e;
	}

	.dp-mobile-menu-bottom {
		display: grid;
		grid-template-columns: 1fr;
		gap: 12px;
		padding-top: 18px;
		margin-top: auto;
	}

	.dp-mobile-menu-btn {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		min-height: 50px;
		padding: 12px 18px;
		border-radius: 10px;
		text-decoration: none;
		font-weight: 600;
		text-align: center;
	}

	.dp-mobile-menu-btn-primary {
		background: #03045e;
		color: #ffffff;
	}

	.dp-mobile-menu-btn-secondary {
		background: #d1fae5;
		color: #065f46;
	}

	body.dp-mobile-menu-open {
		overflow: hidden;
	}
}

/* ================================
   My Account Page - Designer Plates
================================ */

body.woocommerce-account {
  background: #ffffff !important;
}

/* Keep page content aligned with site width */
body.woocommerce-account .site-main {
  width: min(80vw, 1400px);
  max-width: min(80vw, 1400px);
  margin: 0 auto;
  padding: 44px 0 72px;
}

/* Remove default page title spacing and restyle */
body.woocommerce-account .page-header {
  margin: 0 0 28px !important;
  padding: 0 !important;
}

body.woocommerce-account .entry-title,
body.woocommerce-account h1.entry-title {
  margin: 0 !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 56px !important;
  line-height: 1.05 !important;
  font-weight: 600 !important;
  letter-spacing: -1px !important;
  color: #111111 !important;
}

/* Main account layout */
body.woocommerce-account .woocommerce {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: 40px !important;
  align-items: start !important;
  font-family: 'Outfit', sans-serif !important;
}

body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation,
body.woocommerce-account .woocommerce-MyAccount-content {
  float: none !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  grid-column: 1 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  grid-column: 2 !important;
  min-width: 0 !important;
}

/* ================================
   Account Navigation
================================ */

body.woocommerce-account .woocommerce-MyAccount-navigation {
  width: 100%;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  list-style: none !important;
  margin: 0 !important;
  padding: 12px !important;
  background: #f7f7f7 !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 14px !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li {
  margin: 0 !important;
  padding: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li + li {
  margin-top: 6px !important;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
  display: block !important;
  padding: 14px 16px !important;
  border-radius: 10px !important;
  text-decoration: none !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  color: #111111 !important;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li a:hover {
  background: #ececec !important;
  color: #111111 !important;
  transform: translateX(2px);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation ul li.is-active a:hover {
  background: #111111 !important;
  color: #ffffff !important;
}

/* Logout item can stay neutral */
body.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a {
  color: #111111 !important;
}

/* ================================
   Account Content
================================ */

body.woocommerce-account .woocommerce-MyAccount-content {
  width: 100%;
  min-width: 0;
  padding: 28px 32px !important;
  background: #ffffff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

body.woocommerce-account .woocommerce-MyAccount-content,
body.woocommerce-account .woocommerce-MyAccount-content p,
body.woocommerce-account .woocommerce-MyAccount-content li,
body.woocommerce-account .woocommerce-MyAccount-content label,
body.woocommerce-account .woocommerce-MyAccount-content input,
body.woocommerce-account .woocommerce-MyAccount-content select,
body.woocommerce-account .woocommerce-MyAccount-content textarea,
body.woocommerce-account .woocommerce-MyAccount-content a,
body.woocommerce-account .woocommerce-MyAccount-content strong {
  font-family: 'Outfit', sans-serif !important;
}

body.woocommerce-account .woocommerce-MyAccount-content p {
  margin: 0 0 18px !important;
  font-size: 18px !important;
  line-height: 1.65 !important;
  color: #222222 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content p:last-child {
  margin-bottom: 0 !important;
}

body.woocommerce-account .woocommerce-MyAccount-content a {
  color: #111111 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

body.woocommerce-account .woocommerce-MyAccount-content strong {
  color: #111111 !important;
  font-weight: 600 !important;
}

/* Hide empty notices wrapper if nothing in it */
body.woocommerce-account .woocommerce-notices-wrapper:empty {
  display: none !important;
}

/* ================================
   Forms / Tables inside My Account
================================ */

body.woocommerce-account .woocommerce form,
body.woocommerce-account .woocommerce-EditAccountForm,
body.woocommerce-account .woocommerce-address-fields,
body.woocommerce-account .woocommerce-form {
  margin-top: 0 !important;
}

body.woocommerce-account .woocommerce form .form-row {
  margin-bottom: 16px !important;
}

body.woocommerce-account .woocommerce form label {
  display: block !important;
  margin-bottom: 8px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #111111 !important;
}

body.woocommerce-account .woocommerce form input.input-text,
body.woocommerce-account .woocommerce form select,
body.woocommerce-account .woocommerce form textarea {
  min-height: 52px !important;
  width: 100% !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  padding: 0 16px !important;
  font-size: 16px !important;
  color: #111111 !important;
}

body.woocommerce-account .woocommerce form textarea {
  min-height: 140px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

body.woocommerce-account .woocommerce form input.input-text:focus,
body.woocommerce-account .woocommerce form select:focus,
body.woocommerce-account .woocommerce form textarea:focus {
  border-color: #111111 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Buttons */
body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce .button,
body.woocommerce-account .woocommerce input.button {
  min-height: 50px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body.woocommerce-account .woocommerce button.button:hover,
body.woocommerce-account .woocommerce a.button:hover,
body.woocommerce-account .woocommerce .button:hover,
body.woocommerce-account .woocommerce input.button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

/* Tables for orders/downloads/payment methods */
body.woocommerce-account .woocommerce table.shop_table {
  width: 100% !important;
  border-collapse: collapse !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  margin: 0 !important;
}

body.woocommerce-account .woocommerce table.shop_table th,
body.woocommerce-account .woocommerce table.shop_table td {
  padding: 16px 18px !important;
  border-bottom: 1px solid #e6e6e6 !important;
  font-size: 15px !important;
  color: #111111 !important;
  text-align: left !important;
  vertical-align: middle !important;
}

body.woocommerce-account .woocommerce table.shop_table th {
  background: #f7f7f7 !important;
  font-weight: 600 !important;
}

body.woocommerce-account .woocommerce table.shop_table tr:last-child td {
  border-bottom: 0 !important;
}

/* Orders page - centre button text properly */
body.woocommerce-account .woocommerce table.shop_table .button,
body.woocommerce-account .woocommerce table.shop_table a.button,
body.woocommerce-account .woocommerce table.shop_table .woocommerce-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 46px !important;
  line-height: 1 !important;
  padding: 0 22px !important;
  vertical-align: middle !important;
}

/* Address boxes */
body.woocommerce-account .woocommerce-Addresses {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 24px !important;
  align-items: stretch !important;
}

body.woocommerce-account .woocommerce-Addresses .woocommerce-Address,
body.woocommerce-account .woocommerce-Addresses address {
  height: 100% !important;
}

body.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  padding: 24px 26px !important;
  background: #f7f7f7 !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 14px !important;
}

body.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title {
  margin-bottom: 18px !important;
}

body.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title h3 {
  margin: 0 0 10px !important;
  font-size: 22px !important;
  line-height: 1.15 !important;
}

body.woocommerce-account .woocommerce-Addresses .woocommerce-Address-title .edit {
  display: inline-block !important;
  margin: 0 0 10px !important;
  font-size: 15px !important;
}

body.woocommerce-account .woocommerce-Addresses address,
body.woocommerce-account .woocommerce-customer-details address {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  font-size: 16px !important;
  line-height: 1.75 !important;
  font-style: normal !important;
}

/* Section headings within account pages */
body.woocommerce-account .woocommerce-MyAccount-content h2,
body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account .woocommerce-MyAccount-content legend {
  font-family: 'Outfit', sans-serif !important;
  color: #111111 !important;
  font-weight: 600 !important;
  letter-spacing: -0.3px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content h2 {
  font-size: 28px !important;
  margin: 0 0 20px !important;
}

body.woocommerce-account .woocommerce-MyAccount-content h3,
body.woocommerce-account .woocommerce-MyAccount-content legend {
  font-size: 20px !important;
  margin: 0 0 14px !important;
}

/* Notices if Woo ever outputs them */
body.woocommerce-account .woocommerce-message,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-error {
  border-radius: 12px !important;
  border: 1px solid #e6e6e6 !important;
  background: #f7f7f7 !important;
  color: #111111 !important;
  padding: 16px 18px !important;
  margin-bottom: 18px !important;
}

/* ================================
   Add Payment Method Styling
================================ */

body.woocommerce-account #add_payment_method,
body.woocommerce-account .woocommerce-PaymentMethods,
body.woocommerce-account .woocommerce-MyAccount-content form#add_payment_method {
  margin: 0 !important;
}

body.woocommerce-account .payment_methods,
body.woocommerce-account .payment_methods.methods,
body.woocommerce-account ul.payment_methods {
  margin: 0 0 24px !important;
  padding: 0 !important;
  list-style: none !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 14px !important;
  background: #f7f7f7 !important;
  overflow: hidden !important;
}

body.woocommerce-account ul.payment_methods li,
body.woocommerce-account .payment_methods li {
  margin: 0 !important;
  padding: 18px 20px !important;
  border-bottom: 1px solid #e6e6e6 !important;
  background: transparent !important;
}

body.woocommerce-account ul.payment_methods li:last-child,
body.woocommerce-account .payment_methods li:last-child {
  border-bottom: 0 !important;
}

body.woocommerce-account .payment_box,
body.woocommerce-account .wc_payment_method .payment_box {
  margin: 14px 0 0 !important;
  padding: 18px !important;
  background: #ffffff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 12px !important;
  box-shadow: none !important;
}

body.woocommerce-account .payment_box::before,
body.woocommerce-account .wc_payment_method .payment_box::before {
  display: none !important;
}

body.woocommerce-account .wc-stripe-upe-form,
body.woocommerce-account .wc-stripe-upe-element,
body.woocommerce-account .StripeElement,
body.woocommerce-account .wc-stripe-elements-field,
body.woocommerce-account .stripe-card-group,
body.woocommerce-account .woocommerce-SavedPaymentMethods-saveNew {
  background: transparent !important;
  box-shadow: none !important;
}

body.woocommerce-account #add_payment_method .form-row,
body.woocommerce-account form#add_payment_method .form-row {
  margin-bottom: 0 !important;
}

body.woocommerce-account #add_payment_method .button,
body.woocommerce-account form#add_payment_method .button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* ================================
   Responsive
================================ */

@media (max-width: 1024px) {
  body.woocommerce-account .site-main {
    width: calc(100% - 36px);
    max-width: none;
    padding: 32px 0 56px;
  }

  body.woocommerce-account .entry-title,
  body.woocommerce-account h1.entry-title {
    font-size: 44px !important;
  }

  body.woocommerce-account .woocommerce {
    grid-template-columns: 1fr !important;
    gap: 24px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    grid-column: auto !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul li + li {
    margin-top: 0 !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 24px !important;
  }

  body.woocommerce-account .woocommerce-Addresses {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 767px) {
  body.woocommerce-account .site-main {
    width: calc(100% - 24px);
    padding: 24px 0 40px;
  }

  body.woocommerce-account .page-header {
    margin-bottom: 20px !important;
  }

  body.woocommerce-account .entry-title,
  body.woocommerce-account h1.entry-title {
    font-size: 34px !important;
    letter-spacing: -0.6px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    grid-template-columns: 1fr;
    padding: 10px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul li a {
    padding: 13px 14px !important;
    font-size: 15px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content {
    padding: 20px !important;
    border-radius: 14px !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-content p {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }

  body.woocommerce-account .woocommerce table.shop_table th,
  body.woocommerce-account .woocommerce table.shop_table td {
    padding: 12px 14px !important;
    font-size: 14px !important;
  }

  body.woocommerce-account .woocommerce-Addresses .woocommerce-Address {
    padding: 20px !important;
  }

  body.woocommerce-account ul.payment_methods li,
  body.woocommerce-account .payment_methods li {
    padding: 16px !important;
  }

  body.woocommerce-account .payment_box,
  body.woocommerce-account .wc_payment_method .payment_box {
    padding: 14px !important;
  }
}

/* ================================
   My Account - Login / Register
================================ */

body.woocommerce-account:not(.logged-in) {
  background: #ffffff !important;
}

/* Main page width */
body.woocommerce-account:not(.logged-in) .site-main {
  width: min(80vw, 1100px) !important;
  max-width: min(80vw, 1100px) !important;
  margin: 0 auto !important;
  padding: 48px 0 72px !important;
}

/* IMPORTANT:
   Reset logged-in account layout rules on logged-out page */
body.woocommerce-account:not(.logged-in) .woocommerce {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  font-family: 'Outfit', sans-serif !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce::before,
body.woocommerce-account:not(.logged-in) .woocommerce::after,
body.woocommerce-account:not(.logged-in) #customer_login::before,
body.woocommerce-account:not(.logged-in) #customer_login::after,
body.woocommerce-account:not(.logged-in) .u-columns::before,
body.woocommerce-account:not(.logged-in) .u-columns::after {
  display: none !important;
  content: none !important;
}

/* Hide empty notices wrapper so it doesn't interfere */
body.woocommerce-account:not(.logged-in) .woocommerce-notices-wrapper:empty {
  display: none !important;
}

/* Real login/register wrapper */
body.woocommerce-account:not(.logged-in) #customer_login,
body.woocommerce-account:not(.logged-in) .u-columns,
body.woocommerce-account:not(.logged-in) .col2-set {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 28px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
}

/* Force both columns to behave */
body.woocommerce-account:not(.logged-in) .u-column1,
body.woocommerce-account:not(.logged-in) .u-column2,
body.woocommerce-account:not(.logged-in) .col-1,
body.woocommerce-account:not(.logged-in) .col-2 {
  float: none !important;
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Cards */
body.woocommerce-account:not(.logged-in) .woocommerce-form-login,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register,
body.woocommerce-account:not(.logged-in) form.login,
body.woocommerce-account:not(.logged-in) form.register {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 28px 30px !important;
  background: #ffffff !important;
  border: 1px solid #e6e6e6 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
}

/* Headings */
body.woocommerce-account:not(.logged-in) .woocommerce h2 {
  margin: 0 0 20px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 30px !important;
  line-height: 1.1 !important;
  font-weight: 600 !important;
  color: #111111 !important;
  letter-spacing: -0.5px !important;
}

/* Form rows */
body.woocommerce-account:not(.logged-in) .woocommerce form .form-row {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  float: none !important;
  clear: both !important;
  margin: 0 0 16px !important;
  padding: 0 !important;
  box-sizing: border-box !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form .form-row-first,
body.woocommerce-account:not(.logged-in) .woocommerce form .form-row-last,
body.woocommerce-account:not(.logged-in) .woocommerce form .form-row-wide {
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
  margin-left: 0 !important;
}

/* Labels */
body.woocommerce-account:not(.logged-in) .woocommerce form label {
  display: block !important;
  margin-bottom: 8px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #111111 !important;
}

/* Inputs */
body.woocommerce-account:not(.logged-in) .woocommerce form input.input-text,
body.woocommerce-account:not(.logged-in) .woocommerce form select,
body.woocommerce-account:not(.logged-in) .woocommerce form textarea,
body.woocommerce-account:not(.logged-in) .woocommerce form .password-input,
body.woocommerce-account:not(.logged-in) .woocommerce form span.password-input {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form input.input-text,
body.woocommerce-account:not(.logged-in) .woocommerce form select,
body.woocommerce-account:not(.logged-in) .woocommerce form textarea {
  min-height: 52px !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  padding: 0 16px !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 16px !important;
  color: #111111 !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form textarea {
  min-height: 140px !important;
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce form input.input-text:focus,
body.woocommerce-account:not(.logged-in) .woocommerce form select:focus,
body.woocommerce-account:not(.logged-in) .woocommerce form textarea:focus {
  border-color: #111111 !important;
  outline: none !important;
  box-shadow: none !important;
}

/* Password icon */
body.woocommerce-account:not(.logged-in) .password-input {
  position: relative !important;
}

body.woocommerce-account:not(.logged-in) .show-password-input,
body.woocommerce-account:not(.logged-in) .hide-password-input {
  top: 50% !important;
  right: 14px !important;
  transform: translateY(-50%) !important;
}

/* Buttons */
body.woocommerce-account:not(.logged-in) .woocommerce .button,
body.woocommerce-account:not(.logged-in) .woocommerce button.button,
body.woocommerce-account:not(.logged-in) .woocommerce input.button {
  min-height: 50px !important;
  padding: 0 24px !important;
  border-radius: 999px !important;
  border: 0 !important;
  background: #111111 !important;
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce .button:hover,
body.woocommerce-account:not(.logged-in) .woocommerce button.button:hover,
body.woocommerce-account:not(.logged-in) .woocommerce input.button:hover {
  background: #000000 !important;
  color: #ffffff !important;
}

body.woocommerce-account:not(.logged-in) .woocommerce-form-login .woocommerce-form-login__rememberme {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-size: 14px !important;
}

body.woocommerce-account:not(.logged-in) .lost_password {
  margin-top: 14px !important;
}

body.woocommerce-account:not(.logged-in) .lost_password a {
  color: #111111 !important;
  text-decoration: underline !important;
  text-underline-offset: 2px;
}

body.woocommerce-account:not(.logged-in) .woocommerce-password-strength,
body.woocommerce-account:not(.logged-in) .woocommerce-password-hint,
body.woocommerce-account:not(.logged-in) .woocommerce-privacy-policy-text,
body.woocommerce-account:not(.logged-in) .woocommerce-form-register p,
body.woocommerce-account:not(.logged-in) .woocommerce-form-login p {
  font-family: 'Outfit', sans-serif !important;
  color: #444444 !important;
  line-height: 1.6 !important;
}

/* Notices */
body.woocommerce-account:not(.logged-in) .woocommerce-error,
body.woocommerce-account:not(.logged-in) .woocommerce-message,
body.woocommerce-account:not(.logged-in) .woocommerce-info {
  border-radius: 12px !important;
  border: 1px solid #e6e6e6 !important;
  background: #f7f7f7 !important;
  color: #111111 !important;
  padding: 16px 18px !important;
  margin-bottom: 20px !important;
}

/* Mobile */
@media (max-width: 767px) {
  body.woocommerce-account:not(.logged-in) .site-main {
    width: calc(100% - 24px) !important;
    max-width: none !important;
    padding: 28px 0 40px !important;
  }

  body.woocommerce-account:not(.logged-in) #customer_login,
  body.woocommerce-account:not(.logged-in) .u-columns,
  body.woocommerce-account:not(.logged-in) .col2-set {
    grid-template-columns: 1fr !important;
    gap: 20px !important;
  }

  body.woocommerce-account:not(.logged-in) .woocommerce-form-login,
  body.woocommerce-account:not(.logged-in) .woocommerce-form-register,
  body.woocommerce-account:not(.logged-in) form.login,
  body.woocommerce-account:not(.logged-in) form.register {
    padding: 20px !important;
    border-radius: 14px !important;
  }

  body.woocommerce-account:not(.logged-in) .woocommerce h2 {
    font-size: 26px !important;
  }
}