/*
 * Lottery Analyser Studio Theme — isolated WooCommerce presentation layer.
 * Loaded on shop, product, account, basket and checkout screens only.
 */

body.woocommerce-account .las-theme-entry-content,
body.woocommerce-cart .las-theme-entry-content,
body.woocommerce-checkout .las-theme-entry-content,
body.woocommerce-shop .las-theme-woocommerce-shell,
body.post-type-archive-product .las-theme-woocommerce-shell,
body.tax-product_cat .las-theme-woocommerce-shell,
body.tax-product_tag .las-theme-woocommerce-shell,
body.single-product .las-theme-woocommerce-shell {
  width: min(calc(100% - 44px), 1180px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 0 72px;
}

body.woocommerce-account .las-theme-entry-content > *,
body.woocommerce-cart .las-theme-entry-content > *,
body.woocommerce-checkout .las-theme-entry-content > *,
body.woocommerce-shop .las-theme-woocommerce-shell > *,
body.post-type-archive-product .las-theme-woocommerce-shell > *,
body.tax-product_cat .las-theme-woocommerce-shell > *,
body.tax-product_tag .las-theme-woocommerce-shell > *,
body.single-product .las-theme-woocommerce-shell > * {
  max-width: none;
}

body.woocommerce-account .woocommerce,
body.woocommerce-cart .woocommerce,
body.woocommerce-checkout .woocommerce {
  width: 100%;
  max-width: none;
  margin: 0;
  color: #153a30;
  font-size: 16px;
  line-height: 1.55;
}

body.woocommerce-account .woocommerce::before,
body.woocommerce-account .woocommerce::after,
body.woocommerce-cart .woocommerce::before,
body.woocommerce-cart .woocommerce::after,
body.woocommerce-checkout .woocommerce::before,
body.woocommerce-checkout .woocommerce::after {
  display: table;
  clear: both;
  content: "";
}

/* Notices */
body.woocommerce-account .woocommerce-error,
body.woocommerce-account .woocommerce-info,
body.woocommerce-account .woocommerce-message,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-cart .woocommerce-info,
body.woocommerce-cart .woocommerce-message,
body.woocommerce-checkout .woocommerce-error,
body.woocommerce-checkout .woocommerce-info,
body.woocommerce-checkout .woocommerce-message,
body.woocommerce-account .wc-block-components-notice-banner,
body.woocommerce-cart .wc-block-components-notice-banner,
body.woocommerce-checkout .wc-block-components-notice-banner {
  width: 100%;
  margin: 0 0 22px;
  padding: 15px 18px;
  border: 1px solid rgba(8, 122, 80, .24);
  border-left: 5px solid #087a50;
  border-radius: 12px;
  background: #f2fbf5;
  color: #153a30;
  list-style: none;
}

body.woocommerce-account .woocommerce-error,
body.woocommerce-cart .woocommerce-error,
body.woocommerce-checkout .woocommerce-error {
  border-color: rgba(185, 45, 58, .22);
  border-left-color: #b92d3a;
  background: #fff4f5;
  color: #70222b;
}

/* Buttons and fields */
body.woocommerce-account .woocommerce a.button,
body.woocommerce-account .woocommerce button.button,
body.woocommerce-account .woocommerce input.button,
body.woocommerce-cart .woocommerce a.button,
body.woocommerce-cart .woocommerce button.button,
body.woocommerce-cart .woocommerce input.button,
body.woocommerce-checkout .woocommerce a.button,
body.woocommerce-checkout .woocommerce button.button,
body.woocommerce-checkout .woocommerce input.button,
body.woocommerce-account .wc-block-components-button,
body.woocommerce-cart .wc-block-components-button,
body.woocommerce-checkout .wc-block-components-button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 18px;
  border: 1px solid #063b2b;
  border-radius: 10px;
  background: #063b2b;
  color: #fff;
  box-shadow: none;
  font: inherit;
  font-weight: 850;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

body.woocommerce-account .woocommerce a.button:hover,
body.woocommerce-account .woocommerce button.button:hover,
body.woocommerce-account .woocommerce input.button:hover,
body.woocommerce-cart .woocommerce a.button:hover,
body.woocommerce-cart .woocommerce button.button:hover,
body.woocommerce-cart .woocommerce input.button:hover,
body.woocommerce-checkout .woocommerce a.button:hover,
body.woocommerce-checkout .woocommerce button.button:hover,
body.woocommerce-checkout .woocommerce input.button:hover,
body.woocommerce-account .wc-block-components-button:hover,
body.woocommerce-cart .wc-block-components-button:hover,
body.woocommerce-checkout .wc-block-components-button:hover {
  border-color: #087a50;
  background: #087a50;
  color: #fff;
}

body.woocommerce-account .woocommerce #respond input#submit.alt,
body.woocommerce-account .woocommerce a.button.alt,
body.woocommerce-account .woocommerce button.button.alt,
body.woocommerce-account .woocommerce input.button.alt,
body.woocommerce-cart .woocommerce #respond input#submit.alt,
body.woocommerce-cart .woocommerce a.button.alt,
body.woocommerce-cart .woocommerce button.button.alt,
body.woocommerce-cart .woocommerce input.button.alt,
body.woocommerce-checkout .woocommerce #respond input#submit.alt,
body.woocommerce-checkout .woocommerce a.button.alt,
body.woocommerce-checkout .woocommerce button.button.alt,
body.woocommerce-checkout .woocommerce input.button.alt {
  border-color: #efbd00;
  background: #ffd51e;
  color: #032a20;
}

body.woocommerce-account .woocommerce form .form-row input.input-text,
body.woocommerce-account .woocommerce form .form-row textarea,
body.woocommerce-account .woocommerce form select,
body.woocommerce-cart .woocommerce form .form-row input.input-text,
body.woocommerce-cart .woocommerce form .form-row textarea,
body.woocommerce-cart .woocommerce form select,
body.woocommerce-checkout .woocommerce form .form-row input.input-text,
body.woocommerce-checkout .woocommerce form .form-row textarea,
body.woocommerce-checkout .woocommerce form select,
body.woocommerce-account .wc-block-components-text-input input,
body.woocommerce-cart .wc-block-components-text-input input,
body.woocommerce-checkout .wc-block-components-text-input input,
body.woocommerce-account .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.woocommerce-cart .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
body.woocommerce-checkout .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid #cddbd5;
  border-radius: 10px;
  background: #fff;
  color: #153a30;
  font: inherit;
  line-height: 1.3;
}

body.woocommerce-account .woocommerce form .form-row textarea,
body.woocommerce-cart .woocommerce form .form-row textarea,
body.woocommerce-checkout .woocommerce form .form-row textarea {
  min-height: 110px;
  resize: vertical;
}

body.woocommerce-account .woocommerce form .form-row input.input-text:focus,
body.woocommerce-account .woocommerce form .form-row textarea:focus,
body.woocommerce-account .woocommerce form select:focus,
body.woocommerce-cart .woocommerce form .form-row input.input-text:focus,
body.woocommerce-cart .woocommerce form .form-row textarea:focus,
body.woocommerce-cart .woocommerce form select:focus,
body.woocommerce-checkout .woocommerce form .form-row input.input-text:focus,
body.woocommerce-checkout .woocommerce form .form-row textarea:focus,
body.woocommerce-checkout .woocommerce form select:focus {
  border-color: #087a50;
  outline: 3px solid rgba(8, 122, 80, .14);
  outline-offset: 1px;
}

body.woocommerce-account .select2-container--default .select2-selection--single,
body.woocommerce-cart .select2-container--default .select2-selection--single,
body.woocommerce-checkout .select2-container--default .select2-selection--single {
  min-height: 48px;
  border: 1px solid #cddbd5;
  border-radius: 10px;
}

body.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__rendered,
body.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__rendered,
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 9px 38px 9px 13px;
  line-height: 28px;
}

body.woocommerce-account .select2-container--default .select2-selection--single .select2-selection__arrow,
body.woocommerce-cart .select2-container--default .select2-selection--single .select2-selection__arrow,
body.woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 10px;
  right: 8px;
}

/* Classic basket/cart */
body.woocommerce-cart .woocommerce table.shop_table {
  width: 100%;
  margin: 0 0 26px;
  overflow: hidden;
  border: 1px solid #d7e2dd;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(3, 42, 32, .055);
}

body.woocommerce-cart .woocommerce table.shop_table th,
body.woocommerce-cart .woocommerce table.shop_table td {
  padding: 16px;
  border-top: 0;
  border-bottom: 1px solid #e5ece8;
  text-align: left;
  vertical-align: middle;
}

body.woocommerce-cart .woocommerce table.shop_table thead th {
  background: #f2fbf5;
  color: #032a20;
  font-weight: 850;
}

body.woocommerce-cart .woocommerce table.shop_table tr:last-child td {
  border-bottom: 0;
}

body.woocommerce-cart .woocommerce table.shop_table .product-thumbnail img {
  display: block;
  width: 74px;
  min-width: 74px;
  height: 74px;
  border-radius: 12px;
  object-fit: cover;
}

body.woocommerce-cart .woocommerce table.shop_table .product-name a {
  color: #032a20;
  font-weight: 800;
  text-decoration: none;
}

body.woocommerce-cart .woocommerce .quantity .qty {
  width: 78px;
  min-height: 44px;
  padding: 8px;
  border: 1px solid #cddbd5;
  border-radius: 9px;
  background: #fff;
  text-align: center;
}

body.woocommerce-cart .woocommerce table.shop_table td.actions {
  padding: 18px;
  background: #fbfdfc;
}

body.woocommerce-cart .woocommerce table.shop_table td.actions .coupon {
  display: flex;
  max-width: 500px;
  align-items: center;
  gap: 10px;
}

body.woocommerce-cart .woocommerce table.shop_table td.actions .coupon .input-text {
  width: min(260px, 100%);
  min-height: 46px;
  padding: 10px 12px;
  border: 1px solid #cddbd5;
  border-radius: 10px;
}

body.woocommerce-cart .woocommerce .cart-collaterals {
  display: flex;
  width: 100%;
  justify-content: flex-end;
  gap: 24px;
}

body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
  float: none;
  width: min(100%, 520px);
  padding: 24px;
  border: 1px solid #d7e2dd;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(3, 42, 32, .055);
}

body.woocommerce-cart .woocommerce .cart_totals h2 {
  margin: 0 0 16px;
  color: #032a20;
  font-size: 1.65rem;
}

body.woocommerce-cart .woocommerce .cart_totals table {
  width: 100%;
  border-collapse: collapse;
}

body.woocommerce-cart .woocommerce .cart_totals th,
body.woocommerce-cart .woocommerce .cart_totals td {
  padding: 13px 0;
  border-bottom: 1px solid #e5ece8;
  text-align: left;
}

body.woocommerce-cart .woocommerce .wc-proceed-to-checkout {
  padding: 20px 0 0;
}

body.woocommerce-cart .woocommerce .wc-proceed-to-checkout a.checkout-button {
  width: 100%;
  min-height: 54px;
  margin: 0;
  font-size: 17px;
}

/* My Account */
body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) {
  display: grid;
  grid-template-columns: 250px minmax(0, 1fr);
  align-items: start;
  gap: 28px;
}

body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-notices-wrapper,
body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-error,
body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-info,
body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-message {
  grid-column: 1 / -1;
}

body.woocommerce-account .woocommerce-MyAccount-navigation {
  float: none;
  width: 100%;
  margin: 0;
  padding: 10px;
  border: 1px solid #d7e2dd;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(3, 42, 32, .055);
}

body.woocommerce-account .woocommerce-MyAccount-navigation ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li {
  margin: 0;
  padding: 0;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li + li {
  border-top: 1px solid #e8eeeb;
}

body.woocommerce-account .woocommerce-MyAccount-navigation a {
  display: block;
  padding: 12px 13px;
  border-radius: 9px;
  color: #214c3d;
  font-weight: 750;
  text-decoration: none;
}

body.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a,
body.woocommerce-account .woocommerce-MyAccount-navigation a:hover {
  background: #e8f8ee;
  color: #032a20;
}

body.woocommerce-account .woocommerce-MyAccount-content {
  float: none;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 26px;
  border: 1px solid #d7e2dd;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(3, 42, 32, .055);
}

body.woocommerce-account .woocommerce-MyAccount-content > :first-child {
  margin-top: 0;
}

body.woocommerce-account .woocommerce-MyAccount-content > :last-child {
  margin-bottom: 0;
}

body.woocommerce-account .woocommerce table.shop_table {
  width: 100%;
  margin: 18px 0;
  overflow: hidden;
  border: 1px solid #d7e2dd;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 14px;
  background: #fff;
}

body.woocommerce-account .woocommerce table.shop_table th,
body.woocommerce-account .woocommerce table.shop_table td {
  padding: 13px;
  border-bottom: 1px solid #e8eeeb;
  text-align: left;
}

body.woocommerce-account .woocommerce table.shop_table th {
  background: #f2fbf5;
  color: #032a20;
}

body.woocommerce-account .woocommerce .woocommerce-Addresses {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: stretch;
  gap: 18px;
}

body.woocommerce-account .woocommerce .woocommerce-Addresses::before,
body.woocommerce-account .woocommerce .woocommerce-Addresses::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-account .woocommerce .woocommerce-Address {
  float: none;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  padding: 20px;
  border: 1px solid #d7e2dd;
  border-radius: 15px;
  background: #fbfdfc;
}

body.woocommerce-account .woocommerce .u-columns,
body.woocommerce-account .woocommerce .col2-set {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}

body.woocommerce-account .woocommerce .u-column1,
body.woocommerce-account .woocommerce .u-column2,
body.woocommerce-account .woocommerce .col-1,
body.woocommerce-account .woocommerce .col-2 {
  float: none;
  width: 100%;
  padding: 24px;
  border: 1px solid #d7e2dd;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(3, 42, 32, .055);
}

body.woocommerce-account .woocommerce form.login,
body.woocommerce-account .woocommerce form.register,
body.woocommerce-account .woocommerce form.edit-account {
  padding: 24px;
  border: 1px solid #d7e2dd;
  border-radius: 18px;
  background: #fff;
}

/* Classic checkout */
body.woocommerce-checkout .woocommerce form.checkout {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
  align-items: start;
  gap: 0 28px;
}

body.woocommerce-checkout .woocommerce form.checkout > .col2-set,
body.woocommerce-checkout .woocommerce form.checkout > #customer_details {
  grid-column: 1;
  grid-row: 1 / span 3;
  width: 100%;
  margin: 0;
  padding: 26px;
  border: 1px solid #d7e2dd;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(3, 42, 32, .055);
}

body.woocommerce-checkout .woocommerce form.checkout > #order_review_heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  padding: 22px 24px 0;
  border: 1px solid #d7e2dd;
  border-bottom: 0;
  border-radius: 18px 18px 0 0;
  background: #fff;
  color: #032a20;
}

body.woocommerce-checkout .woocommerce form.checkout > #order_review {
  grid-column: 2;
  grid-row: 2;
  width: 100%;
  margin: 0;
  padding: 18px 24px 24px;
  border: 1px solid #d7e2dd;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(3, 42, 32, .055);
}

body.woocommerce-checkout .woocommerce .col2-set,
body.woocommerce-checkout .woocommerce .col2-set .col-1,
body.woocommerce-checkout .woocommerce .col2-set .col-2 {
  float: none;
  width: 100%;
}

body.woocommerce-checkout .woocommerce .woocommerce-billing-fields h3,
body.woocommerce-checkout .woocommerce .woocommerce-additional-fields h3,
body.woocommerce-checkout .woocommerce #order_review_heading {
  color: #032a20;
  font-size: 1.55rem;
}

body.woocommerce-checkout .woocommerce table.shop_table {
  width: 100%;
  margin: 0 0 18px;
  border: 0;
  border-collapse: collapse;
}

body.woocommerce-checkout .woocommerce table.shop_table th,
body.woocommerce-checkout .woocommerce table.shop_table td {
  padding: 13px 8px;
  border-bottom: 1px solid #e5ece8;
  text-align: left;
}

body.woocommerce-checkout .woocommerce-checkout-payment,
body.woocommerce-checkout .woocommerce #payment {
  border: 1px solid #d7e2dd;
  border-radius: 14px;
  background: #f2fbf5;
}

body.woocommerce-checkout .woocommerce #payment ul.payment_methods {
  margin: 0;
  padding: 18px;
  border-bottom: 1px solid #d7e2dd;
  list-style: none;
}

body.woocommerce-checkout .woocommerce #payment div.payment_box {
  margin: 12px 0 0;
  padding: 13px;
  border-radius: 9px;
  background: #fff;
  color: #49685e;
}

body.woocommerce-checkout .woocommerce #payment div.form-row {
  padding: 18px;
}

body.woocommerce-checkout .woocommerce #payment #place_order {
  width: 100%;
  min-height: 54px;
  margin: 0;
  border-color: #efbd00;
  background: #ffd51e;
  color: #032a20;
  font-size: 17px;
}

/* WooCommerce Cart and Checkout blocks */
body.woocommerce-cart .wc-block-cart,
body.woocommerce-checkout .wc-block-checkout,
body.woocommerce-cart .wp-block-woocommerce-cart,
body.woocommerce-checkout .wp-block-woocommerce-checkout {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-sidebar-layout {
  width: 100%;
  max-width: none;
  align-items: flex-start;
  gap: 28px;
}

body.woocommerce-cart .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-main,
body.woocommerce-cart .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-sidebar {
  min-width: 0;
  margin: 0;
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-cart .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-checkout__billing-fields,
body.woocommerce-checkout .wc-block-checkout__shipping-fields,
body.woocommerce-checkout .wc-block-checkout__payment-method,
body.woocommerce-checkout .wc-block-checkout__additional-fields {
  overflow: hidden;
  border: 1px solid #d7e2dd;
  border-radius: 16px;
  background: #fff;
}

body.woocommerce-cart .wc-block-components-totals-wrapper,
body.woocommerce-checkout .wc-block-components-totals-wrapper {
  padding: 16px;
  border-top: 1px solid #e5ece8;
}

body.woocommerce-cart .wc-block-components-order-summary-item,
body.woocommerce-checkout .wc-block-components-order-summary-item {
  padding: 16px;
}

body.woocommerce-cart .wc-block-cart__submit-button,
body.woocommerce-checkout .wc-block-components-checkout-place-order-button {
  width: 100%;
  min-height: 54px;
  border-color: #efbd00;
  background: #ffd51e;
  color: #032a20;
  font-weight: 900;
}

/*
 * WooCommerce 8+ blocks do not guarantee their desktop columns when a theme
 * supplies its own content canvas. Define the columns explicitly instead of
 * relying on block-library cascade order.
 */
body.woocommerce-cart .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-components-sidebar-layout,
body.woocommerce-cart .wc-block-cart .wc-block-components-sidebar-layout,
body.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout {
  display: flex !important;
  flex-flow: row nowrap !important;
  align-items: flex-start !important;
  gap: 30px !important;
}

body.woocommerce-cart .wc-block-components-sidebar-layout > .wc-block-components-main,
body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-main,
body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-checkout .wc-block-checkout__main {
  flex: 1 1 auto !important;
  width: auto !important;
  max-width: none !important;
  min-width: 0 !important;
  padding-right: 0 !important;
}

body.woocommerce-cart .wc-block-components-sidebar-layout > .wc-block-components-sidebar,
body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-sidebar,
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-checkout .wc-block-checkout__sidebar {
  flex: 0 0 380px !important;
  width: 380px !important;
  max-width: 380px !important;
  min-width: 320px !important;
  margin: 0 !important;
  padding-left: 0 !important;
}

body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-checkout .wc-block-checkout__sidebar {
  box-sizing: border-box;
}

body.woocommerce-cart .wc-block-cart-items,
body.woocommerce-checkout .wc-block-checkout__main > div,
body.woocommerce-checkout .wc-block-components-checkout-step,
body.woocommerce-cart .wc-block-components-sidebar > div,
body.woocommerce-checkout .wc-block-components-sidebar > div {
  margin-top: 0;
}

body.woocommerce-cart .wc-block-cart__totals-title,
body.woocommerce-checkout .wc-block-components-checkout-order-summary__title {
  color: #032a20;
  font-size: 1.2rem;
  font-weight: 850;
}

/* Fix WooCommerce clearfix pseudo-elements becoming Account grid items. */
body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation)::before,
body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation)::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-MyAccount-navigation {
  grid-column: 1 !important;
  grid-row: 1 !important;
}

body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-MyAccount-content {
  grid-column: 2 !important;
  grid-row: 1 !important;
}

body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-notices-wrapper:not(:empty),
body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-error,
body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-info,
body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-message {
  grid-column: 1 / -1 !important;
  grid-row: auto !important;
}

body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-notices-wrapper:empty {
  display: none !important;
}

/* Shop and product archive */
body.woocommerce-shop .woocommerce,
body.post-type-archive-product .woocommerce,
body.tax-product_cat .woocommerce,
body.tax-product_tag .woocommerce,
body.single-product .woocommerce {
  width: 100%;
  max-width: none;
  color: #153a30;
}

body.woocommerce-shop .woocommerce-products-header,
body.post-type-archive-product .woocommerce-products-header,
body.tax-product_cat .woocommerce-products-header,
body.tax-product_tag .woocommerce-products-header {
  margin: 0 0 24px;
}

body.woocommerce-shop .woocommerce-products-header__title,
body.post-type-archive-product .woocommerce-products-header__title,
body.tax-product_cat .woocommerce-products-header__title,
body.tax-product_tag .woocommerce-products-header__title {
  margin: 0;
  color: #032a20;
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.05;
}

body.woocommerce-shop .woocommerce-result-count,
body.post-type-archive-product .woocommerce-result-count,
body.tax-product_cat .woocommerce-result-count,
body.tax-product_tag .woocommerce-result-count {
  float: left;
  margin: 8px 0 24px;
  color: #49685e;
}

body.woocommerce-shop .woocommerce-ordering,
body.post-type-archive-product .woocommerce-ordering,
body.tax-product_cat .woocommerce-ordering,
body.tax-product_tag .woocommerce-ordering {
  float: right;
  margin: 0 0 24px;
}

body.woocommerce-shop .woocommerce-ordering select,
body.post-type-archive-product .woocommerce-ordering select,
body.tax-product_cat .woocommerce-ordering select,
body.tax-product_tag .woocommerce-ordering select {
  min-height: 44px;
  padding: 8px 38px 8px 12px;
  border: 1px solid #cddbd5;
  border-radius: 10px;
  background: #fff;
  color: #153a30;
  font: inherit;
}

body.woocommerce-shop .woocommerce ul.products,
body.post-type-archive-product .woocommerce ul.products,
body.tax-product_cat .woocommerce ul.products,
body.tax-product_tag .woocommerce ul.products,
body.single-product .woocommerce ul.products {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  clear: both !important;
  width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  gap: 22px !important;
  list-style: none !important;
}

body.woocommerce-shop .woocommerce ul.products::before,
body.woocommerce-shop .woocommerce ul.products::after,
body.post-type-archive-product .woocommerce ul.products::before,
body.post-type-archive-product .woocommerce ul.products::after,
body.tax-product_cat .woocommerce ul.products::before,
body.tax-product_cat .woocommerce ul.products::after,
body.tax-product_tag .woocommerce ul.products::before,
body.tax-product_tag .woocommerce ul.products::after,
body.single-product .woocommerce ul.products::before,
body.single-product .woocommerce ul.products::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-shop .woocommerce ul.products li.product,
body.post-type-archive-product .woocommerce ul.products li.product,
body.tax-product_cat .woocommerce ul.products li.product,
body.tax-product_tag .woocommerce ul.products li.product,
body.single-product .woocommerce ul.products li.product {
  display: flex !important;
  float: none !important;
  width: auto !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 18px !important;
  flex-direction: column !important;
  border: 1px solid #d7e2dd;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(3, 42, 32, .06);
}

body.woocommerce-shop .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body.post-type-archive-product .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_cat .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body.tax-product_tag .woocommerce ul.products li.product a.woocommerce-LoopProduct-link,
body.single-product .woocommerce ul.products li.product a.woocommerce-LoopProduct-link {
  color: #032a20;
  text-decoration: none;
}

body.woocommerce-shop .woocommerce ul.products li.product img,
body.post-type-archive-product .woocommerce ul.products li.product img,
body.tax-product_cat .woocommerce ul.products li.product img,
body.tax-product_tag .woocommerce ul.products li.product img,
body.single-product .woocommerce ul.products li.product img {
  display: block;
  width: 100% !important;
  height: auto !important;
  margin: 0 0 18px !important;
  border-radius: 12px;
}

body.woocommerce-shop .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.post-type-archive-product .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_cat .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.tax-product_tag .woocommerce ul.products li.product .woocommerce-loop-product__title,
body.single-product .woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 0 !important;
  color: #032a20;
  font-size: 1.15rem !important;
  line-height: 1.3;
}

body.woocommerce-shop .woocommerce ul.products li.product .price,
body.post-type-archive-product .woocommerce ul.products li.product .price,
body.tax-product_cat .woocommerce ul.products li.product .price,
body.tax-product_tag .woocommerce ul.products li.product .price,
body.single-product .woocommerce ul.products li.product .price {
  margin: 8px 0 16px;
  color: #087a50 !important;
  font-size: 1.15rem !important;
  font-weight: 850;
}

body.woocommerce-shop .woocommerce ul.products li.product .button,
body.post-type-archive-product .woocommerce ul.products li.product .button,
body.tax-product_cat .woocommerce ul.products li.product .button,
body.tax-product_tag .woocommerce ul.products li.product .button,
body.single-product .woocommerce ul.products li.product .button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  align-self: flex-start;
  margin-top: auto !important;
  padding: 11px 18px !important;
  border: 1px solid #063b2b;
  border-radius: 10px;
  background: #063b2b !important;
  color: #fff !important;
  font-weight: 850;
  text-decoration: none;
}

/* Individual product: a balanced two-card summary above a full-width description. */
body.single-product .woocommerce div.product {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
  align-items: start !important;
  width: 100% !important;
  margin: 0 !important;
  gap: 28px !important;
}

body.single-product .woocommerce div.product::before,
body.single-product .woocommerce div.product::after {
  display: none !important;
  content: none !important;
}

body.single-product .woocommerce div.product div.images,
body.single-product .woocommerce div.product div.summary {
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 0 !important;
  box-sizing: border-box;
  border: 1px solid #d7e2dd;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(3, 42, 32, .065);
}

body.single-product .woocommerce div.product div.images {
  padding: 20px;
}

body.single-product .woocommerce div.product div.images img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 14px;
}

body.single-product .woocommerce div.product div.summary {
  padding: 28px;
}

body.single-product .woocommerce div.product .product_title {
  margin: 0 0 14px;
  color: #032a20;
  font-size: clamp(2rem, 4vw, 3rem);
  line-height: 1.08;
}

body.single-product .woocommerce div.product p.price,
body.single-product .woocommerce div.product span.price {
  margin: 0 0 18px;
  color: #087a50;
  font-size: 1.45rem;
  font-weight: 900;
}

body.single-product .woocommerce div.product form.cart {
  display: flex;
  align-items: center;
  margin: 24px 0 20px;
  gap: 10px;
}

body.single-product .woocommerce div.product form.cart .quantity .qty {
  width: 76px;
  min-height: 48px;
  padding: 9px;
  border: 1px solid #cddbd5;
  border-radius: 10px;
  background: #fff;
  font: inherit;
  text-align: center;
}

body.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
  min-height: 48px;
  padding: 11px 20px;
  border: 1px solid #063b2b;
  border-radius: 10px;
  background: #063b2b;
  color: #fff;
  font: inherit;
  font-weight: 900;
  cursor: pointer;
}

body.single-product .woocommerce div.product .product_meta {
  padding-top: 16px;
  border-top: 1px solid #e5ece8;
  color: #49685e;
  font-size: .9rem;
}

body.single-product .woocommerce div.product .woocommerce-tabs,
body.single-product .woocommerce div.product .related,
body.single-product .woocommerce div.product .upsells {
  grid-column: 1 / -1 !important;
  float: none !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 12px 0 0 !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs {
  display: flex;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid #d7e2dd;
  border-bottom: 0;
  border-radius: 16px 16px 0 0;
  background: #fff;
  list-style: none;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::before,
body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs::after {
  display: none !important;
  content: none !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

body.single-product .woocommerce div.product .woocommerce-tabs ul.tabs li a {
  display: block;
  padding: 13px 15px !important;
  color: #214c3d;
  font-weight: 850;
  text-decoration: none;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel {
  width: 100%;
  margin: 0 !important;
  padding: 24px !important;
  box-sizing: border-box;
  border: 1px solid #d7e2dd;
  border-radius: 0 0 18px 18px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(3, 42, 32, .05);
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel > :first-child {
  margin-top: 0;
}

body.single-product .woocommerce div.product .woocommerce-tabs .panel > :last-child {
  margin-bottom: 0;
}

/* Deliberate WooCommerce canvases and complete Checkout block panels. */
body.woocommerce-checkout .las-theme-main,
body.woocommerce-cart .las-theme-main,
body.woocommerce-account .las-theme-main,
body.woocommerce-shop .las-theme-main,
body.post-type-archive-product .las-theme-main,
body.tax-product_cat .las-theme-main,
body.tax-product_tag .las-theme-main,
body.single-product .las-theme-main {
  background:
    radial-gradient(circle at 8% 8%, rgba(98, 201, 148, .11), transparent 24%),
    radial-gradient(circle at 94% 92%, rgba(255, 213, 30, .09), transparent 22%),
    linear-gradient(180deg, #f8fcf9 0%, #f3f6f8 52%, #f8faf8 100%);
}

body.woocommerce-checkout .wc-block-checkout__main,
body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-main {
  padding: 26px !important;
  border: 1px solid #d7e2dd;
  border-radius: 20px;
  background: #fff !important;
  box-shadow: 0 14px 38px rgba(3, 42, 32, .065);
}

body.woocommerce-checkout .wc-block-checkout__main .wc-block-components-checkout-step:first-child,
body.woocommerce-checkout .wc-block-checkout__main > :first-child {
  margin-top: 0 !important;
}

body.woocommerce-checkout .wc-block-checkout__sidebar,
body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-sidebar {
  overflow: hidden;
  border: 1px solid #d7e2dd;
  border-radius: 20px;
  background: #fff !important;
  box-shadow: 0 14px 38px rgba(3, 42, 32, .065);
}

body.woocommerce-checkout .wc-block-checkout__sidebar .wc-block-components-order-summary,
body.woocommerce-checkout .wc-block-components-sidebar .wc-block-components-order-summary {
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

/* Basket must have real panels, not transparent columns on the page canvas. */
body.woocommerce-cart .las-theme-main {
  background:
    radial-gradient(circle at 7% 10%, rgba(98, 201, 148, .18), transparent 27%),
    radial-gradient(circle at 94% 90%, rgba(255, 213, 30, .11), transparent 23%),
    linear-gradient(180deg, #f3fbf6 0%, #eef5f2 54%, #f8faf8 100%);
}

body.woocommerce-cart .wc-block-cart__main,
body.woocommerce-cart .wc-block-components-sidebar-layout > .wc-block-components-main {
  padding: 24px !important;
  border: 1px solid #d7e2dd;
  border-radius: 20px;
  background: #fff !important;
  box-shadow: 0 14px 38px rgba(3, 42, 32, .07);
}

body.woocommerce-cart .wc-block-cart__sidebar,
body.woocommerce-cart .wc-block-components-sidebar-layout > .wc-block-components-sidebar {
  overflow: hidden;
  padding: 22px !important;
  border: 1px solid #d7e2dd;
  border-radius: 20px;
  background: #fff !important;
  box-shadow: 0 14px 38px rgba(3, 42, 32, .07);
}

body.woocommerce-cart .wc-block-cart__sidebar .wc-block-components-order-summary,
body.woocommerce-cart .wc-block-components-sidebar .wc-block-components-order-summary {
  border-radius: 14px;
  background: #fff;
}

body.woocommerce-cart .woocommerce-cart-form {
  padding: 22px;
  border: 1px solid #d7e2dd;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(3, 42, 32, .07);
}

@media (max-width: 820px) {
  body.woocommerce-account .las-theme-entry-content,
  body.woocommerce-cart .las-theme-entry-content,
  body.woocommerce-checkout .las-theme-entry-content,
  body.woocommerce-shop .las-theme-woocommerce-shell,
  body.post-type-archive-product .las-theme-woocommerce-shell,
  body.tax-product_cat .las-theme-woocommerce-shell,
  body.tax-product_tag .las-theme-woocommerce-shell,
  body.single-product .las-theme-woocommerce-shell {
    width: calc(100% - 28px);
    padding: 30px 0 52px;
  }

  body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation),
  body.woocommerce-checkout .woocommerce form.checkout {
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
  }

  body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > *,
  body.woocommerce-checkout .woocommerce form.checkout > .col2-set,
  body.woocommerce-checkout .woocommerce form.checkout > #customer_details,
  body.woocommerce-checkout .woocommerce form.checkout > #order_review_heading,
  body.woocommerce-checkout .woocommerce form.checkout > #order_review {
    grid-column: 1;
    grid-row: auto;
  }

  body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce:has(> .woocommerce-MyAccount-navigation) > .woocommerce-MyAccount-content {
    grid-column: 1 !important;
    grid-row: auto !important;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation,
  body.woocommerce-account .woocommerce-MyAccount-content {
    width: 100%;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation ul {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation li {
    flex: 1 1 150px;
    border: 0;
  }

  body.woocommerce-account .woocommerce-MyAccount-navigation a {
    height: 100%;
    border: 1px solid #e5ece8;
    text-align: center;
  }

  body.woocommerce-checkout .woocommerce form.checkout > #order_review_heading {
    margin-top: 0;
    border-bottom: 0;
  }

  body.woocommerce-cart .wc-block-components-sidebar-layout,
  body.woocommerce-checkout .wc-block-components-sidebar-layout,
  body.woocommerce-cart .wc-block-cart .wc-block-components-sidebar-layout,
  body.woocommerce-checkout .wc-block-checkout .wc-block-components-sidebar-layout {
    flex-flow: column nowrap !important;
  }

  body.woocommerce-cart .wc-block-components-main,
  body.woocommerce-checkout .wc-block-components-main,
  body.woocommerce-cart .wc-block-components-sidebar,
  body.woocommerce-checkout .wc-block-components-sidebar,
  body.woocommerce-cart .wc-block-components-sidebar-layout > .wc-block-components-main,
  body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-main,
  body.woocommerce-cart .wc-block-components-sidebar-layout > .wc-block-components-sidebar,
  body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-sidebar,
  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-cart .wc-block-cart__sidebar,
  body.woocommerce-checkout .wc-block-checkout__sidebar {
    flex: 0 0 auto !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
  }

  body.woocommerce-shop .woocommerce ul.products,
  body.post-type-archive-product .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_tag .woocommerce ul.products,
  body.single-product .woocommerce ul.products {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  body.single-product .woocommerce div.product {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 20px !important;
  }

  body.single-product .woocommerce div.product .woocommerce-tabs,
  body.single-product .woocommerce div.product .related,
  body.single-product .woocommerce div.product .upsells {
    grid-column: 1 !important;
  }
}

@media (max-width: 600px) {
  body.woocommerce-shop .woocommerce-result-count,
  body.post-type-archive-product .woocommerce-result-count,
  body.tax-product_cat .woocommerce-result-count,
  body.tax-product_tag .woocommerce-result-count,
  body.woocommerce-shop .woocommerce-ordering,
  body.post-type-archive-product .woocommerce-ordering,
  body.tax-product_cat .woocommerce-ordering,
  body.tax-product_tag .woocommerce-ordering {
    float: none;
    width: 100%;
    margin: 0 0 14px;
  }

  body.woocommerce-shop .woocommerce-ordering select,
  body.post-type-archive-product .woocommerce-ordering select,
  body.tax-product_cat .woocommerce-ordering select,
  body.tax-product_tag .woocommerce-ordering select {
    width: 100%;
  }

  body.woocommerce-shop .woocommerce ul.products,
  body.post-type-archive-product .woocommerce ul.products,
  body.tax-product_cat .woocommerce ul.products,
  body.tax-product_tag .woocommerce ul.products,
  body.single-product .woocommerce ul.products {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.single-product .woocommerce div.product div.images,
  body.single-product .woocommerce div.product div.summary,
  body.single-product .woocommerce div.product .woocommerce-tabs .panel {
    padding: 18px !important;
  }

  body.single-product .woocommerce div.product form.cart {
    align-items: stretch;
    flex-direction: column;
  }

  body.single-product .woocommerce div.product form.cart .quantity .qty,
  body.single-product .woocommerce div.product form.cart .single_add_to_cart_button {
    width: 100%;
  }

  body.woocommerce-account .woocommerce table.shop_table,
  body.woocommerce-cart .woocommerce table.shop_table {
    display: block;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }

  body.woocommerce-account .woocommerce-MyAccount-content,
  body.woocommerce-cart .woocommerce form.woocommerce-cart-form {
    max-width: 100%;
    overflow-x: auto;
  }

  body.woocommerce-account .woocommerce .u-columns,
  body.woocommerce-account .woocommerce .col2-set,
  body.woocommerce-account .woocommerce .woocommerce-Addresses {
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce-account .woocommerce-MyAccount-content,
  body.woocommerce-account .woocommerce .u-column1,
  body.woocommerce-account .woocommerce .u-column2,
  body.woocommerce-account .woocommerce .col-1,
  body.woocommerce-account .woocommerce .col-2,
  body.woocommerce-checkout .woocommerce form.checkout > .col2-set,
  body.woocommerce-checkout .woocommerce form.checkout > #customer_details,
  body.woocommerce-checkout .woocommerce form.checkout > #order_review {
    padding: 18px;
  }

  body.woocommerce-checkout .wc-block-checkout__main,
  body.woocommerce-checkout .wc-block-components-sidebar-layout > .wc-block-components-main {
    padding: 18px !important;
  }

  body.woocommerce-cart .wc-block-cart__main,
  body.woocommerce-cart .wc-block-components-sidebar-layout > .wc-block-components-main,
  body.woocommerce-cart .wc-block-cart__sidebar,
  body.woocommerce-cart .wc-block-components-sidebar-layout > .wc-block-components-sidebar,
  body.woocommerce-cart .woocommerce-cart-form {
    padding: 18px !important;
  }

  body.woocommerce-cart .woocommerce table.shop_table td.actions .coupon {
    align-items: stretch;
    flex-direction: column;
  }

  body.woocommerce-cart .woocommerce table.shop_table td.actions .coupon .input-text,
  body.woocommerce-cart .woocommerce table.shop_table td.actions .coupon .button {
    width: 100%;
  }

  body.woocommerce-cart .woocommerce .cart-collaterals .cart_totals {
    width: 100%;
    padding: 18px;
  }
}


/* Order received / thank-you page */
body.woocommerce-order-received {
  background: #f4f6f1;
}

body.woocommerce-order-received .las-theme-entry-content {
  width: min(calc(100% - 44px), 1180px);
  max-width: 1180px;
  margin: 0 auto;
  padding: 42px 0 72px;
}

body.woocommerce-order-received .woocommerce-order {
  display: grid;
  gap: 22px;
}

body.woocommerce-order-received .woocommerce-notice--success,
body.woocommerce-order-received .woocommerce-thankyou-order-received {
  margin: 0;
  padding: 22px 24px;
  border: 1px solid rgba(8, 122, 80, .22);
  border-left: 6px solid #087a50;
  border-radius: 18px;
  background: #f2fbf5;
  color: #063b2b;
  box-shadow: 0 12px 34px rgba(3, 42, 32, .055);
  font-size: clamp(18px, 2.2vw, 23px);
  font-weight: 850;
}

body.woocommerce-order-received .woocommerce-order-overview {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

body.woocommerce-order-received .woocommerce-order-overview li {
  float: none !important;
  width: auto !important;
  min-width: 0;
  min-height: 94px;
  margin: 0 !important;
  padding: 16px !important;
  box-sizing: border-box;
  border: 1px solid #d7e2dd !important;
  border-radius: 14px;
  background: #fff;
  color: #527066;
  font-size: 12px;
  line-height: 1.35;
  text-transform: uppercase;
  box-shadow: 0 8px 24px rgba(3, 42, 32, .035);
}

body.woocommerce-order-received .woocommerce-order-overview li strong {
  display: block;
  margin-top: 7px;
  overflow-wrap: anywhere;
  color: #032a20;
  font-size: 15px;
  line-height: 1.4;
  text-transform: none;
}

body.woocommerce-order-received .woocommerce-order-overview::before,
body.woocommerce-order-received .woocommerce-order-overview::after,
body.woocommerce-order-received ul.order_details::before,
body.woocommerce-order-received ul.order_details::after {
  display: none !important;
  clear: none !important;
  content: none !important;
}

body.woocommerce-order-received .woocommerce-order-overview li::before,
body.woocommerce-order-received .woocommerce-order-overview li::after {
  display: none !important;
  content: none !important;
}

body.woocommerce-order-received .las-theme-order-download-card {
  position: relative;
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 20px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(8, 122, 80, .24);
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff 0%, #f1fbf4 100%);
  box-shadow: 0 18px 48px rgba(3, 42, 32, .09);
}

body.woocommerce-order-received .las-theme-order-download-card::after {
  position: absolute;
  right: -48px;
  bottom: -58px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(255, 213, 30, .14);
  content: "";
  pointer-events: none;
}

body.woocommerce-order-received .las-theme-order-download-card--waiting {
  border-color: rgba(239, 189, 0, .42);
  background: linear-gradient(145deg, #ffffff 0%, #fffbea 100%);
}

body.woocommerce-order-received .las-theme-order-download-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border-radius: 18px;
  background: #087a50;
  color: #fff;
  font-size: 27px;
  font-weight: 900;
  box-shadow: 0 10px 22px rgba(8, 122, 80, .2);
}

body.woocommerce-order-received .las-theme-order-download-card--waiting .las-theme-order-download-icon {
  background: #ffd51e;
  color: #4d3f00;
  box-shadow: 0 10px 22px rgba(239, 189, 0, .2);
}

body.woocommerce-order-received .las-theme-order-download-content {
  position: relative;
  z-index: 1;
  min-width: 0;
}

body.woocommerce-order-received .las-theme-order-download-eyebrow {
  margin: 0 0 5px;
  color: #087a50;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

body.woocommerce-order-received .las-theme-order-download-card--waiting .las-theme-order-download-eyebrow {
  color: #7d6600;
}

body.woocommerce-order-received .las-theme-order-download-card h2 {
  margin: 0 0 9px;
  color: #032a20;
  font-size: clamp(23px, 3vw, 31px);
  line-height: 1.16;
}

body.woocommerce-order-received .las-theme-order-download-intro {
  max-width: 780px;
  margin: 0;
  color: #3f5f55;
}

body.woocommerce-order-received .las-theme-order-download-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  gap: 11px;
  margin-top: 20px;
}

body.woocommerce-order-received .woocommerce a.button.las-theme-order-download-button,
body.woocommerce-order-received .woocommerce a.button.las-theme-order-download-account {
  position: relative;
  z-index: 1;
  min-height: 50px;
  gap: 9px;
  padding: 12px 20px;
  border-radius: 11px;
}

body.woocommerce-order-received .woocommerce a.button.las-theme-order-download-button {
  border-color: #efbd00;
  background: #ffd51e;
  color: #032a20;
  box-shadow: 0 12px 24px rgba(239, 189, 0, .18);
}

body.woocommerce-order-received .woocommerce a.button.las-theme-order-download-button:hover {
  border-color: #e4b300;
  background: #ffe05b;
  color: #032a20;
}

body.woocommerce-order-received .woocommerce a.button.las-theme-order-download-account {
  border-color: #063b2b;
  background: #fff;
  color: #063b2b;
}

body.woocommerce-order-received .woocommerce a.button.las-theme-order-download-account:hover {
  border-color: #087a50;
  background: #087a50;
  color: #fff;
}

body.woocommerce-order-received .las-theme-order-download-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 14px 0 0;
  color: #617a71;
  font-size: 13px;
}

body.woocommerce-order-received .woocommerce-order-details,
body.woocommerce-order-received .woocommerce-customer-details,
body.woocommerce-order-received .woocommerce-bacs-bank-details,
body.woocommerce-order-received .woocommerce-order-downloads {
  margin: 0;
  padding: 24px;
  border: 1px solid #d7e2dd;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 12px 34px rgba(3, 42, 32, .055);
}

body.woocommerce-order-received .woocommerce-order-details h2,
body.woocommerce-order-received .woocommerce-customer-details h2,
body.woocommerce-order-received .woocommerce-order-downloads h2,
body.woocommerce-order-received .wc-bacs-bank-details-heading {
  margin: 0 0 17px;
  color: #032a20;
  font-size: 22px;
  line-height: 1.25;
}

body.woocommerce-order-received .woocommerce table.shop_table {
  width: 100%;
  margin: 0;
  overflow: hidden;
  border: 1px solid #e0e9e5;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 14px;
  background: #fff;
}

body.woocommerce-order-received .woocommerce table.shop_table th,
body.woocommerce-order-received .woocommerce table.shop_table td {
  padding: 14px 16px;
  border: 0;
  border-bottom: 1px solid #e8efec;
  text-align: left;
  vertical-align: middle;
}

body.woocommerce-order-received .woocommerce table.shop_table thead th,
body.woocommerce-order-received .woocommerce table.shop_table tfoot th {
  background: #f2fbf5;
  color: #032a20;
  font-weight: 850;
}

body.woocommerce-order-received .woocommerce table.shop_table tr:last-child th,
body.woocommerce-order-received .woocommerce table.shop_table tr:last-child td {
  border-bottom: 0;
}

body.woocommerce-order-received .woocommerce-customer-details address {
  padding: 18px;
  border: 1px solid #e0e9e5;
  border-radius: 14px;
  background: #fbfdfc;
  color: #3f5f55;
  font-style: normal;
  line-height: 1.7;
}

@media (max-width: 900px) {
  body.woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  body.woocommerce-order-received .las-theme-entry-content {
    width: min(calc(100% - 28px), 1180px);
    padding: 28px 0 48px;
  }

  body.woocommerce-order-received .woocommerce-order-overview {
    grid-template-columns: minmax(0, 1fr);
  }

  body.woocommerce-order-received .las-theme-order-download-card {
    grid-template-columns: minmax(0, 1fr);
    padding: 21px;
  }

  body.woocommerce-order-received .las-theme-order-download-icon {
    width: 50px;
    height: 50px;
    border-radius: 15px;
    font-size: 23px;
  }

  body.woocommerce-order-received .las-theme-order-download-actions,
  body.woocommerce-order-received .woocommerce a.button.las-theme-order-download-button,
  body.woocommerce-order-received .woocommerce a.button.las-theme-order-download-account {
    width: 100%;
  }

  body.woocommerce-order-received .woocommerce-order-details,
  body.woocommerce-order-received .woocommerce-customer-details,
  body.woocommerce-order-received .woocommerce-bacs-bank-details,
  body.woocommerce-order-received .woocommerce-order-downloads {
    padding: 18px;
  }

  body.woocommerce-order-received .woocommerce table.shop_table {
    display: block;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

/* Empty Basket — branded Cart block and classic shortcode state. */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block {
  width: 100%;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wc-block-cart__empty-cart__title,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2.with-empty-cart-icon {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 0 28px !important;
  padding: 48px 28px 34px !important;
  box-sizing: border-box;
  border: 1px solid rgba(8, 122, 80, .24);
  border-radius: 22px;
  background: linear-gradient(145deg, #ffffff 0%, #f1fbf4 100%);
  color: #032a20;
  box-shadow: 0 18px 48px rgba(3, 42, 32, .085);
  font-size: clamp(25px, 3.2vw, 36px) !important;
  font-weight: 900;
  line-height: 1.18;
  text-align: center;
}

/* Replace WooCommerce's generic sad-face icon with the Lottery Analyser dot mark. */
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wc-block-cart__empty-cart__title::before,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2.with-empty-cart-icon::before {
  display: block !important;
  width: 12px !important;
  height: 12px !important;
  margin: 0 auto 52px !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: #087a50 !important;
  background-image: none !important;
  box-shadow:
    20px 0 #62c994,
    40px 0 #087a50,
    0 20px #62c994,
    20px 20px #174b3e,
    40px 20px #62c994,
    0 40px #087a50,
    20px 40px #62c994,
    40px 40px #ffd51e !important;
  content: "" !important;
  transform: translateX(-20px);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wc-block-cart__empty-cart__title::after,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2.with-empty-cart-icon::after {
  display: block;
  max-width: 620px;
  margin: 12px auto 0;
  color: #49685e;
  content: "Add Lottery Analyser Studio below when you are ready to continue to secure checkout.";
  font-size: 16px;
  font-weight: 500;
  line-height: 1.55;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wp-block-separator,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > hr {
  display: none !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title):not(.with-empty-cart-icon) {
  margin: 0 0 18px !important;
  color: #032a20;
  font-size: clamp(22px, 2.5vw, 30px) !important;
  font-weight: 900;
  line-height: 1.2;
  text-align: center;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2:not(.wc-block-cart__empty-cart__title):not(.with-empty-cart-icon)::before {
  display: block;
  margin: 0 0 7px;
  color: #087a50;
  content: "AVAILABLE NOW";
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .09em;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-new,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid {
  width: 100%;
  max-width: none;
  margin: 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-template,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-product-template {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(260px, 340px)) !important;
  justify-content: center !important;
  gap: 22px !important;
  width: 100% !important;
  max-width: 760px;
  margin: 0 auto !important;
  padding: 0 !important;
  list-style: none !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block li.wc-block-grid__product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block li.wc-block-product {
  display: flex !important;
  flex: none !important;
  flex-direction: column;
  width: 100% !important;
  max-width: 340px !important;
  min-width: 0;
  margin: 0 !important;
  padding: 22px !important;
  box-sizing: border-box;
  border: 1px solid #d7e2dd !important;
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 38px rgba(3, 42, 32, .07);
  text-align: center;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-product-image,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-image {
  display: block;
  width: 100%;
  margin: 0 auto 18px !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-image img,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-product-image img,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-image img {
  display: block;
  width: 100% !important;
  max-width: 296px !important;
  height: auto !important;
  margin: 0 auto !important;
  border-radius: 16px;
  object-fit: cover;
  box-shadow: 0 10px 24px rgba(3, 42, 32, .09);
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-title,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-product-name,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-post-title,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-post-title a {
  margin: 0 0 9px !important;
  color: #032a20 !important;
  font-size: 18px !important;
  font-weight: 850 !important;
  line-height: 1.35;
  text-decoration: none !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-price,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-components-product-price,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-price {
  margin: 0 0 17px !important;
  color: #087a50 !important;
  font-size: 22px !important;
  font-weight: 900 !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-button {
  width: 100%;
  margin: auto 0 0 !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-button .wp-element-button {
  display: inline-flex !important;
  width: 100% !important;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding: 12px 18px !important;
  border: 1px solid #efbd00 !important;
  border-radius: 11px !important;
  background: #ffd51e !important;
  color: #032a20 !important;
  box-shadow: 0 10px 22px rgba(239, 189, 0, .18);
  font-weight: 900 !important;
  text-decoration: none !important;
}

body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product-add-to-cart a:hover,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-button__link:hover,
body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-button .wp-element-button:hover {
  border-color: #e4b300 !important;
  background: #ffe05b !important;
  color: #032a20 !important;
}

/* Classic shortcode empty-basket output. */
body.woocommerce-cart .woocommerce > .cart-empty.woocommerce-info {
  max-width: 760px;
  margin: 0 auto 18px !important;
  padding: 32px 28px !important;
  border: 1px solid rgba(8, 122, 80, .24) !important;
  border-left: 7px solid #087a50 !important;
  border-radius: 18px !important;
  background: linear-gradient(145deg, #ffffff 0%, #f1fbf4 100%) !important;
  color: #032a20 !important;
  box-shadow: 0 14px 38px rgba(3, 42, 32, .07);
  font-size: 23px;
  font-weight: 850;
  text-align: center;
}

body.woocommerce-cart .woocommerce > .return-to-shop {
  margin: 0;
  text-align: center;
}

@media (max-width: 600px) {
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wc-block-cart__empty-cart__title,
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2.with-empty-cart-icon {
    padding: 38px 20px 28px !important;
  }

  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > .wc-block-cart__empty-cart__title::after,
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block > h2.with-empty-cart-icon::after {
    font-size: 15px;
  }

  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products,
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-grid__products,
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product-template,
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block ul.wc-block-product-template {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product,
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block li.wc-block-grid__product,
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-product,
  body.woocommerce-cart .wp-block-woocommerce-empty-cart-block li.wc-block-product {
    max-width: none !important;
    padding: 18px !important;
  }
}
