/* Cart, checkout and account states retain WooCommerce's native forms and links. */
:root { --splesh-flow-ink: #003b43; --splesh-flow-teal: #006d68; --splesh-flow-charcoal: #293536; --splesh-flow-line: #d9e0df; }

.woocommerce-cart .woocommerce-notices-wrapper,
.woocommerce-checkout .woocommerce-notices-wrapper { max-width: 1120px; margin: 20px auto 0; padding: 0 16px; }

/* Cart */
.woocommerce-cart-form,
.cart-collaterals { max-width: 1120px; margin-left: auto; margin-right: auto; padding-left: 16px; padding-right: 16px; }
.woocommerce-cart-form { margin-top: 58px; }
.woocommerce-cart-form__contents { width: 100%; border: 0; border-collapse: collapse; }
.woocommerce-cart-form table.shop_table { border: 0 !important; border-radius: 0 !important; }
.woocommerce-cart-form__contents thead { display: none; }
.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item > * { border: 0; border-bottom: 1px solid var(--splesh-flow-line); padding: 18px 8px; vertical-align: top; }
.woocommerce-cart-form__contents .product-remove { width: 28px; padding-left: 0; padding-right: 0; }
.woocommerce-cart-form__contents .product-remove a { color: #446064 !important; font-size: 25px; line-height: 28px; font-weight: 400; text-decoration: none; }
.woocommerce-cart-form__contents .product-thumbnail { width: 98px; padding-left: 0; }
.woocommerce-cart-form__contents .product-thumbnail img { display: block; width: 76px; height: 76px; object-fit: contain; border-radius: 3px; }
.woocommerce-cart-form__contents .product-name { color: var(--splesh-flow-ink); font-weight: 600; line-height: 1.35; }
.woocommerce-cart-form__contents .product-name a { color: inherit; text-decoration: none; }
.woocommerce-cart-form__contents .product-price,
.woocommerce-cart-form__contents .product-subtotal { color: var(--splesh-flow-ink); font-size: 15px; }
.woocommerce-cart-form__contents .product-quantity { min-width: 120px; }
.woocommerce-cart-form .quantity { display: inline-flex; align-items: center; width: 106px; min-height: 38px; overflow: hidden; border: 1px solid #afc1c1; border-radius: 2px; background: #fff; }
.woocommerce-cart-form .quantity input.qty { width: 34px !important; min-height: 36px; padding: 0; border: 0; background: transparent; color: var(--splesh-flow-ink); text-align: center; font: inherit; appearance: textfield; -moz-appearance: textfield; }
.woocommerce-cart-form .quantity input.qty::-webkit-inner-spin-button,
.woocommerce-cart-form .quantity input.qty::-webkit-outer-spin-button { appearance: none; margin: 0; }
.splesh-quantity-step { display: grid; width: 35px; height: 36px; place-items: center; border: 0; background: transparent; color: var(--splesh-flow-ink); font: 500 21px/1 Arial, sans-serif; cursor: pointer; }
.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item + tr .actions { padding: 0; border: 0; }
.woocommerce-cart-form .coupon { display: none; align-items: center; gap: 8px; padding: 16px 0; }
.woocommerce-cart-form .coupon.is-open { display: flex; }
.woocommerce-cart-form .coupon input { width: 160px; min-height: 38px; border: 1px solid #bac9c9; border-radius: 2px; padding: 8px 10px; }
.woocommerce-cart-form .coupon button,
.woocommerce-cart-form button[name="update_cart"] { min-height: 38px; border: 0; border-radius: 2px; background: #e8eded; color: var(--splesh-flow-ink); font: inherit; }
.splesh-coupon-toggle { display: flex; align-items: center; justify-content: space-between; width: 100%; min-height: 52px; padding: 0; border: 0; border-bottom: 1px solid var(--splesh-flow-line); background: #fff; color: var(--splesh-flow-ink); font: 500 15px/1.2 inherit; text-align: left; cursor: pointer; }
.splesh-coupon-toggle::after { content: '⌄'; color: #244d50; font-size: 22px; transform: translateY(-3px); }
.splesh-coupon-toggle[aria-expanded="true"]::after { transform: rotate(180deg) translateY(2px); }
.cart-collaterals { margin-top: 0; }
.cart-collaterals .cart_totals { float: none; width: 100%; max-width: none; }
.cart-collaterals .cart_totals > h2 { display: none; }
.cart-collaterals .shop_table { width: 100%; margin: 0; border: 0; border-collapse: collapse; }
.cart-collaterals .shop_table th,
.cart-collaterals .shop_table td { border: 0; border-bottom: 1px solid var(--splesh-flow-line); padding: 17px 0; color: var(--splesh-flow-ink); font-size: 16px; }
.cart-collaterals .shop_table th { font-weight: 500; text-align: left; }
.cart-collaterals .shop_table td { font-weight: 700; text-align: right; }
.cart-collaterals .wc-proceed-to-checkout { padding: 16px 0 0; }
.cart-collaterals .wc-proceed-to-checkout a.checkout-button { display: grid; min-height: 58px; margin: 0; place-items: center; border-radius: 1px; background: var(--splesh-flow-charcoal); color: #fff; font-size: 16px; font-weight: 600; text-decoration: none; }
.woocommerce-cart .cart-empty { max-width: 1120px; margin: 62px auto 0; padding: 22px 16px; border: 0; background: #f4f7f6; color: var(--splesh-flow-ink); text-align: center; }
.woocommerce-cart .return-to-shop { max-width: 1120px; margin: 18px auto 70px; padding: 0 16px; text-align: center; }
.woocommerce-cart .return-to-shop .button { background: var(--splesh-flow-charcoal); border-radius: 1px; color: #fff; }
.woocommerce-cart .return-to-shop { display: none; }
.splesh-empty-cart-store { max-width: 1120px; margin: 0 auto 72px; padding: 0 16px; }
.splesh-empty-cart-store__divider { border-top: 1px dashed #a9b7b6; margin: 10px 0 34px; }
.splesh-empty-cart-store h2 { margin: 0 0 26px; color: var(--splesh-flow-ink); font: 600 25px/1.2 Poppins, sans-serif; text-align: center; }
.splesh-empty-cart-store ul.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 22px; margin: 0; padding: 0; list-style: none; }
.splesh-empty-cart-store ul.products li.product { margin: 0; text-align: center; }
.splesh-empty-cart-store ul.products li.product img { width: 100%; height: auto; object-fit: contain; }
.splesh-empty-cart-store ul.products li.product .woocommerce-loop-product__title { color: var(--splesh-flow-ink); font-size: 15px; line-height: 1.35; }
.splesh-empty-cart-store ul.products li.product .price { color: var(--splesh-flow-ink); font-size: 15px; }
.splesh-empty-cart-store ul.products li.product .button { display: inline-grid; min-height: 38px; padding: 8px 20px; place-items: center; border-radius: 999px; background: var(--splesh-flow-charcoal); color: #fff; font-size: 13px; text-decoration: none; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product:has([data-product_id="704"]) { order: 1; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product:has([data-product_id="705"]) { order: 2; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product:has([data-product_id="706"]) { order: 3; }
.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product:has([data-product_id="707"]) { order: 4; }

/* Checkout: mirrors the reference's dedicated classic-checkout template. */
.checkout-splesh__top-bar { padding: 16px 0; border-bottom: 1px solid #e5e5e5; background: #fff; }
.checkout-splesh__top-inner { display: flex; align-items: center; justify-content: space-between; max-width: 1100px; margin: 0 auto; padding: 0 20px; }
.checkout-splesh__logo-link { display: flex; align-items: center; min-width: 0; }
.checkout-splesh__logo-img { display: block; width: 250px; height: auto; }
.checkout-splesh__breadcrumb { display: flex; align-items: center; gap: 6px; color: #555; font: 13px/1.5 DM Sans, sans-serif; white-space: nowrap; }
.checkout-splesh__breadcrumb a { color: #006a67; text-decoration: none; }
.checkout-splesh__breadcrumb a:hover { text-decoration: underline; }
.checkout-splesh__body { min-height: 60vh; padding: 30px 20px 60px; background: #f5f5f5; }
.checkout-splesh__content { max-width: 1100px; margin: 0 auto; }
.checkout-splesh__content .woocommerce { display: grid; grid-template-columns: 1fr 380px; align-items: start; gap: 30px; margin: 0; padding: 0; background: transparent; }
.checkout-splesh__content .woocommerce-notices-wrapper { max-width: none; margin: 0; padding: 0; }
.checkout-splesh__content .woocommerce > :not(#order_review):not(.woocommerce-checkout-review-order) { grid-column: 1; }
.checkout-splesh__content #order_review,
.checkout-splesh__content .woocommerce-checkout-review-order { grid-area: 1 / 2 / 100; }
.checkout-splesh__content .woocommerce > .col2-set,
.checkout-splesh__content .woocommerce > .woocommerce-billing-fields,
.checkout-splesh__content .woocommerce > .woocommerce-shipping-fields,
.checkout-splesh__content .woocommerce > .woocommerce-additional-fields,
.checkout-splesh__content .woocommerce > #payment { margin-bottom: 20px; padding: 32px; border-radius: 8px; background: #fff; box-shadow: 0 1px 3px #0000000f; }
.checkout-splesh__content .woocommerce > .woocommerce-NoticeGroup { margin-bottom: 16px; padding: 0; background: transparent; box-shadow: none; }
.checkout-splesh__content h3 { margin: 0 0 20px !important; padding: 0 !important; color: #003644 !important; font: 600 1.25rem/1.3 Poppins, sans-serif !important; }
.checkout-splesh__content label { display: block; margin-bottom: 6px !important; color: #333 !important; font: 500 13px/2 DM Sans, sans-serif !important; }
.checkout-splesh__content .col2-set .col-1,
.checkout-splesh__content .col2-set .col-2 { float: none !important; width: 100% !important; padding: 0 !important; }
.checkout-splesh__content .woocommerce-billing-fields__field-wrapper,
.checkout-splesh__content .woocommerce-shipping-fields__field-wrapper,
.checkout-splesh__content .woocommerce-additional-fields__field-wrapper { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.checkout-splesh__content .form-row-wide { grid-column: 1 / -1; }
.checkout-splesh__content .form-row { float: none !important; width: 100% !important; margin: 0 !important; padding: 0 !important; }
.checkout-splesh__content .input-text,
.checkout-splesh__content select,
.checkout-splesh__content .select2-container .select2-selection { box-sizing: border-box !important; width: 100% !important; height: auto !important; min-height: 48px; padding: 12px 14px !important; border: 1px solid #d1d5db !important; border-radius: 6px !important; background: #fff !important; color: #333 !important; font: 15px/1.5 DM Sans, sans-serif !important; transition: border-color .2s, box-shadow .2s; }
.checkout-splesh__content select.select2-hidden-accessible { position: absolute !important; width: 1px !important; height: 1px !important; min-height: 1px !important; margin: -1px !important; padding: 0 !important; border: 0 !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; overflow: hidden !important; white-space: nowrap !important; }
.checkout-splesh__content .input-text:focus,
.checkout-splesh__content select:focus { border-color: #006a67 !important; outline: none !important; box-shadow: 0 0 0 3px #006a671a !important; }
.checkout-splesh__content textarea.input-text { min-height: 80px; }
.checkout-splesh__content .select2-container .select2-selection { display: flex !important; align-items: center; }
.checkout-splesh__content .select2-container--default .select2-selection--single .select2-selection__arrow { top: 50% !important; transform: translateY(-50%) !important; }
.checkout-splesh__content .woocommerce-form-coupon-toggle { margin-bottom: 16px; }
.checkout-splesh__content .woocommerce-form-coupon-toggle .woocommerce-info { margin-bottom: 0; padding: 14px 18px; border: 0; border-radius: 8px; background: #fff; font-size: 14px; line-height: 1.6; box-shadow: 0 1px 3px #0000000f; }
.checkout-splesh__content .checkout_coupon { margin-bottom: 20px; padding: 20px; border: 0 !important; border-radius: 8px; background: #fff; box-shadow: 0 1px 3px #0000000f; }
.checkout-splesh__content .checkout_coupon .input-text { max-width: 250px; margin-right: 10px; }
.checkout-splesh__content #order_review { position: sticky; top: 100px; padding: 28px; border: 0; border-radius: 8px; background: #fff; box-shadow: 0 1px 3px #0000000f; }
.checkout-splesh__content #order_review .woocommerce-checkout-review-order-table { width: 100%; border: 0 !important; border-collapse: collapse; }
.checkout-splesh__content #order_review thead { display: none; }
.checkout-splesh__content #order_review .cart_item { border-bottom: 1px solid #f0f0f0; }
.checkout-splesh__content #order_review .cart_item td { padding: 14px 0; border: 0; vertical-align: middle; }
.checkout-splesh__content #order_review .product-name { padding-left: 0; color: #333; font: 500 14px/1.5 DM Sans, sans-serif; }
.checkout-splesh__content #order_review .product-total { color: #333; font-size: 14px; font-weight: 500; text-align: right; white-space: nowrap; }
.checkout-splesh__content #order_review tfoot { border-top: 1px solid #e5e5e5; }
.checkout-splesh__content #order_review tfoot th,
.checkout-splesh__content #order_review tfoot td { padding: 10px 0; border: 0; color: #555; font: 400 14px/1.5 DM Sans, sans-serif; }
.checkout-splesh__content #order_review .order-total th,
.checkout-splesh__content #order_review .order-total td { margin-top: 8px; padding-top: 14px; border-top: 1px solid #e5e5e5; color: #003644; font-size: 18px; font-weight: 600; }
.checkout-splesh__content #order_review .checkout-splesh__trust-badge { display: flex; align-items: center; justify-content: center; margin: 20px 0; padding: 16px 0; border-top: 1px solid #f0f0f0; border-bottom: 1px solid #f0f0f0; }
.checkout-splesh__content #order_review .checkout-splesh__trust-badge img { display: block; width: 100%; max-width: 300px; height: auto; border-radius: 6px; }
.checkout-splesh__content #payment { padding: 0; border-radius: 8px; background: #fafafa; }
.checkout-splesh__content #payment ul.payment_methods { padding: 0; border: 0 !important; }
.checkout-splesh__content #payment .wc_payment_method { margin: 0; padding: 16px 20px; border-bottom: 1px solid #e5e5e5; }
.checkout-splesh__content #payment .wc_payment_method:last-child { border-bottom: 0; }
.checkout-splesh__content #payment .wc_payment_method label { display: inline; cursor: pointer; font-size: 15px !important; font-weight: 600 !important; }
.checkout-splesh__content #payment div.payment_box { margin-top: 12px; padding: 16px; border-radius: 6px; background: #fff; color: #555; font-size: 14px; }
.checkout-splesh__content #payment div.payment_box::before { display: none !important; }
.checkout-splesh__content #payment:has(.payment_method_cod) ul.payment_methods { min-height: 450.59375px; }
.checkout-splesh__content .woocommerce-privacy-policy-text { color: #777; font-size: 13px; }
.checkout-splesh__content #payment #place_order { display: block !important; float: none !important; width: 100% !important; margin: 0 !important; padding: 16px 32px !important; border: 1px solid #000 !important; border-radius: 9999px !important; background: #006a67 !important; color: #fff !important; font: 600 18px/1 Poppins, sans-serif !important; letter-spacing: .025em; text-transform: none !important; cursor: pointer; transition: background .2s, transform .2s; }
.checkout-splesh__content .woocommerce-terms-and-conditions-wrapper p.form-row.validate-required { height: 58.875px; overflow: visible; }
.checkout-splesh__content #payment #place_order:hover { background: #003735 !important; transform: translateY(-1px); }
.checkout-splesh__content .woocommerce-error,
.checkout-splesh__content .woocommerce-info,
.checkout-splesh__content .woocommerce-message { padding: 14px 18px; border-top: 0 !important; border-radius: 6px; font: 14px/1.5 DM Sans, sans-serif; }
.checkout-splesh__content .woocommerce-error::before,
.checkout-splesh__content .woocommerce-info::before,
.checkout-splesh__content .woocommerce-message::before { display: none; }
.splesh-delivery-modal[hidden] { display: none; }
.splesh-delivery-modal { position: fixed; z-index: 10000; inset: 0; display: grid; place-items: center; padding: 18px; background: rgba(15, 36, 38, .36); }
.splesh-delivery-modal__dialog { width: min(100%, 350px); padding: 26px 24px 22px; border-radius: 7px; background: #fff; box-shadow: 0 18px 55px rgba(0,0,0,.2); color: var(--splesh-flow-ink); text-align: center; }
.splesh-delivery-modal__icon { display: block; margin-bottom: 12px; font-size: 29px; }
.splesh-delivery-modal h2 { margin: 0 0 13px; font: 600 23px/1.15 Poppins, sans-serif; }
.splesh-delivery-modal p { margin: 0 0 11px; color: #5d7072; font-size: 14px; line-height: 1.5; }
.splesh-delivery-modal__confirm { width: 100%; min-height: 46px; margin-top: 8px; border: 0; border-radius: 2px; background: var(--splesh-flow-charcoal); color: #fff; font: 600 14px inherit; cursor: pointer; }

/* Account */
.woocommerce-account .woocommerce { max-width: 1120px; margin: 0; padding: 0; }
.woocommerce-account .woocommerce-form-login { max-width: 480px; margin: 2em 0; padding: 20px; border: 1px solid #cfc8d8; border-radius: 5px; }
.woocommerce-account .woocommerce-form-login > p:first-child { margin-top: 0; }
.woocommerce-account .woocommerce-form-login .form-row { margin: 0 0 6px; padding: 3px; }
.woocommerce-account .woocommerce-form-login label { color: var(--splesh-flow-ink); font-size: 1em; font-weight: 400; line-height: 2; }
.woocommerce-account .woocommerce-form-login input.input-text { min-height: 0; margin: 0; border: 1px solid rgba(32, 7, 7, .8); border-radius: 2px; padding: .5em; }
.woocommerce-account .woocommerce-form-login .password-input { display: block; position: relative; }
.woocommerce-account .woocommerce-form-login .show-password-input { top: 8px; right: 12px; color: #4a6768; }
.woocommerce-account .woocommerce-form-login button[type="submit"] { min-width: 0; min-height: 0; margin-right: 1em; padding: .618em 1em; border: 0; border-radius: 3px; background: #ebe9eb; color: #515151; font-size: 1em; font-weight: 700; line-height: 1; }
.woocommerce-account .woocommerce-form-login .woocommerce-form-login__rememberme { display: inline-block; margin: 0; color: inherit; font-size: 1em; font-weight: 400; line-height: 2; }
.woocommerce-account .woocommerce-form-login .lost_password { margin: 0; }
.woocommerce-account .woocommerce-form-login .lost_password a,
.woocommerce-account .woocommerce-MyAccount-navigation a { color: var(--splesh-flow-ink); }
.woocommerce-account .woocommerce-MyAccount-navigation { width: 23%; }
.woocommerce-account .woocommerce-MyAccount-navigation ul { margin: 0; padding: 0; list-style: none; }
.woocommerce-account .woocommerce-MyAccount-navigation li { border-bottom: 1px solid #dde6e5; }
.woocommerce-account .woocommerce-MyAccount-navigation a { display: block; padding: 12px 0; text-decoration: none; }
.woocommerce-account .woocommerce-MyAccount-content { width: 72%; color: var(--splesh-flow-ink); }
.woocommerce-account .woocommerce-ResetPassword { max-width: 480px; padding: 28px; border: 1px solid #cbd7d5; border-radius: 3px; }

@media (max-width: 767px) {
	.woocommerce-cart .wc-block-cart-items__row { grid-template-columns: 80px minmax(0, 1fr) 73px !important; column-gap: 0 !important; }
	.woocommerce-cart-form { margin-top: 60px; padding-left: 16px; padding-right: 16px; }
	.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item { display: grid; grid-template-columns: 72px minmax(0, 1fr); position: relative; min-height: 129px; padding: 18px 0; border-bottom: 1px solid var(--splesh-flow-line); }
	.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item > * { display: block !important; border: 0; padding: 0; }
	.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item > *::before { display: none !important; }
	.woocommerce-cart-form__contents .product-remove { display: block !important; position: absolute; left: 204px; bottom: 22px; width: auto; }
	.woocommerce-cart-form__contents .product-thumbnail { display: block !important; grid-column: 1; grid-row: 1 / span 4; width: auto; }
	.woocommerce-cart-form__contents .product-thumbnail img { display: block !important; width: 64px; height: 64px; }
	.woocommerce-cart-form__contents .product-name { grid-column: 2; grid-row: 1; padding-right: 4px; font-size: 13px; }
	.woocommerce-cart-form__contents .product-price { grid-column: 2; grid-row: 2; margin-top: 7px; font-size: 13px; }
	.woocommerce-cart-form__contents .product-subtotal { display: none !important; }
	.woocommerce-cart-form__contents .product-quantity { grid-column: 2; grid-row: 3; margin-top: 12px; }
	.woocommerce-cart-form__contents .product-quantity::before { display: none !important; }
	.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item + tr { display: block; }
	.woocommerce-cart-form__contents tr.woocommerce-cart-form__cart-item + tr td.actions { display: block; padding: 0; }
	.woocommerce-cart-form .coupon { padding: 14px 0; }
	.woocommerce-cart-form button[name="update_cart"] { display: none; }
	.cart-collaterals { padding-left: 16px; padding-right: 16px; }
	.cart-collaterals .shop_table th,
	.cart-collaterals .shop_table td { padding: 17px 0; font-size: 14px; }
	.checkout-splesh__content .woocommerce { grid-template-columns: 1fr; gap: 20px; }
	.checkout-splesh__content #order_review,
	.checkout-splesh__content .woocommerce-checkout-review-order { grid-area: auto / 1; }
	.checkout-splesh__content .woocommerce-billing-fields__field-wrapper,
	.checkout-splesh__content .woocommerce-shipping-fields__field-wrapper,
	.checkout-splesh__content .woocommerce-additional-fields__field-wrapper { grid-template-columns: 1fr; }
	.checkout-splesh__content .woocommerce > .col2-set,
	.checkout-splesh__content .woocommerce > .woocommerce-billing-fields,
	.checkout-splesh__content .woocommerce > #payment { padding: 20px; }
	.checkout-splesh__content #order_review { position: static; border-radius: 0; box-shadow: none; }
	.woocommerce-account .woocommerce { margin: 0; padding: 0; }
	.woocommerce-cart .cart-empty { margin-top: 57px; padding: 0 16px 22px; background: transparent; font-size: 18px; }
	.woocommerce-cart .cart-empty::before { content: '☹'; display: block; margin: 0 0 15px; color: var(--splesh-flow-ink); font: 42px/1 Arial, sans-serif; }
	.splesh-empty-cart-store { margin-bottom: 54px; }
	.splesh-empty-cart-store__divider { margin: 0 0 29px; }
	.splesh-empty-cart-store h2 { font-size: 22px; }
	.splesh-empty-cart-store ul.products { display: block; }
	.splesh-empty-cart-store ul.products li.product { margin: 0 0 46px; }
	.splesh-empty-cart-store ul.products li.product img { width: min(100%, 244px); }
	.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__products { display: flex !important; flex-direction: column; }
	.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product img { width: 150px; height: 150px; }
	.woocommerce-cart .wp-block-woocommerce-empty-cart-block .wc-block-grid__product:has([data-product_id="707"]) img { width: 358px; height: 358px; max-width: 100%; }
	.woocommerce-account .woocommerce-form-login { padding: 20px; }
	.woocommerce-account .woocommerce-MyAccount-navigation,
	.woocommerce-account .woocommerce-MyAccount-content { float: none; width: 100%; }
	.woocommerce-account .woocommerce-MyAccount-content { margin-top: 28px; }
}

@media (min-width: 768px) {
	.woocommerce-cart-form__contents .product-name { width: 44%; }
	.woocommerce-cart-form__contents .product-price { width: 14%; }
	.woocommerce-cart-form__contents .product-quantity { width: 16%; }
	.woocommerce-cart-form__contents .product-subtotal { width: 15%; }
}

/* Current account */
body.woocommerce-account:not(.logged-in) .site-header,body.woocommerce-account:not(.logged-in) .site-footer,body.woocommerce-account:not(.logged-in) #masthead,body.woocommerce-account:not(.logged-in) #colophon{display:none!important}
body.woocommerce-account:not(.logged-in) .site-content{min-height:100vh;background:#f7f7f7}
.splesh-account-current{min-height:100vh;padding:54px 24px 90px;background:#f7f7f7}
.splesh-account-current>.container-site{max-width:390px!important;padding:0}
.splesh-account-current .woocommerce{max-width:none;margin:0}
.splesh-account-access{color:#161616;text-align:left}
.splesh-account-logo{height:244px;margin:0;text-align:center}
.splesh-account-logo img{display:inline-block;width:155px;height:auto}
.splesh-account-access h1{margin:0 0 6px;color:#161616;font:600 24px/1.2 Poppins,sans-serif}
.splesh-account-intro{margin:0 0 21px;color:#666;font-size:14px}
.splesh-account-status{margin:-7px 0 16px;padding:10px 12px;border-radius:7px;background:#e6f5ef;color:#245f51;font-size:13px}.splesh-account-status.is-error{background:#fbe9e7;color:#8b2c25}
.splesh-magic-login-form{margin:0}
.splesh-account-email-row{position:relative;margin-bottom:14px}
.woocommerce-account .splesh-magic-login-form input.input-text{width:100%;height:52px;padding:12px 52px 12px 13px;border:2px solid #26383c;border-radius:12px;background:#fff;font-size:14px}
.woocommerce-account .splesh-account-continue{position:absolute;top:2px;right:2px;display:grid!important;width:48px!important;height:48px!important;min-width:0!important;min-height:0!important;margin:0!important;padding:0!important;place-items:center;border:0!important;border-radius:10px!important;background:transparent!important;color:#18282b!important;font:500 23px/1 Arial,sans-serif!important}
.splesh-account-marketing{display:flex!important;align-items:flex-start;gap:10px;margin:0!important;color:#4d4d4d!important;text-align:left}
.splesh-account-marketing input{width:17px;height:17px;margin:1px 0 0;accent-color:#193c45}
.splesh-account-terms{margin:21px auto 0;color:#666;font-size:12px;line-height:1.65;text-align:center}
.splesh-account-terms a{color:inherit;text-decoration:underline}

/* Current product purchase controls */
.single-product .summary .woocommerce-product-details__short-description{display:none}
.single-product .splesh-shop-shell div.product div.summary{width:100%!important}
.single-product .summary form.cart{display:block!important;height:auto!important;min-height:0!important;overflow:visible!important}
.splesh-product-tax-note{margin:-7px 0 13px;color:#667b7e;font-size:12px}
.splesh-product-stock{display:flex;align-items:center;gap:8px;margin:0 0 4px;color:#1f665a;font-size:13px}
.splesh-product-stock span{width:8px;height:8px;border-radius:50%;background:#1f9b75}
.splesh-purchase-plan{margin:20px 0 16px;padding:0;border:1px solid #aab7b8;border-radius:7px;overflow:hidden}
.splesh-plan-option{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:60px;padding:14px 16px;color:#173f48;font-size:14px;cursor:pointer}
.splesh-plan-option.is-selected{background:#f2faf8}
.splesh-plan-option input{margin-right:7px;accent-color:#006a67}
.splesh-plan-price{white-space:nowrap}
.splesh-plan-frequency{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:12px 16px;border-top:1px solid #d7e0e0;border-bottom:1px solid #d7e0e0;background:#f2faf8;font-size:13px}
.splesh-plan-frequency select{min-width:170px;padding:9px 30px 9px 10px;border:1px solid #b5c2c3;border-radius:4px;background:#fff;color:#173f48}
.single-product .summary .quantity{display:inline-flex!important;margin:0 8px 12px 0!important;padding:0!important;vertical-align:top}
.single-product .summary .quantity input{height:50px!important;border-radius:2px!important}
.single-product .summary .single_add_to_cart_button:not(.splesh-buy-now){display:inline-grid!important;width:calc(100% - 86px);height:50px!important;margin:0 0 12px!important;place-items:center;border-radius:2px!important;background:#003d47!important;font-size:15px!important}
.single-product .summary .splesh-buy-now{display:grid!important;width:100%!important;height:50px!important;margin:0 0 17px!important;place-items:center;border:1px solid #003d47!important;border-radius:2px!important;background:#fff!important;color:#003d47!important;font-size:15px!important}
.single-product .summary .product_meta{display:none}
.splesh-product-accordions{margin-top:12px;border-top:1px solid #ccd6d7}
.splesh-product-accordions details{border-bottom:1px solid #ccd6d7}
.splesh-product-accordions summary{position:relative;padding:17px 34px 17px 0;color:#123d46;font-weight:600;cursor:pointer;list-style:none}
.splesh-product-accordions summary::-webkit-details-marker{display:none}
.splesh-product-accordions summary::after{content:'+';position:absolute;right:5px;font-size:20px;font-weight:400}
.splesh-product-accordions details[open] summary::after{content:'−'}
.splesh-product-accordions details>div{padding:0 0 18px;color:#52686d;font-size:14px;line-height:1.65}
.splesh-product-description{max-height:330px;overflow:auto}
.splesh-product-description *{font-family:inherit!important;font-size:inherit!important}
.single-product .splesh-shop-shell div.product .woocommerce-tabs{display:none}
.single-product .splesh-shop-shell div.product .related{grid-column:1/-1!important;grid-row:2;width:100%!important;margin-top:40px}
.single-product .related>h2{text-align:center}
.single-product .splesh-shop-shell div.product .splesh-product-more{grid-column:1/-1;grid-row:3;width:100%;margin-top:50px}
.splesh-product-benefits{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;background:#d9e5e4;border:1px solid #d9e5e4}
.splesh-product-benefits>div{padding:34px 24px;background:#f5faf8;text-align:center}
.splesh-product-benefits>div>span{display:grid;width:48px;height:48px;margin:0 auto 15px;place-items:center;border:1px solid #6d9492;border-radius:50%;color:#007873;font-size:24px}
.splesh-product-benefits strong{display:block;color:#003d47;font:600 15px/1.3 Poppins,sans-serif}.splesh-product-benefits p{margin:8px 0 0;color:#607477;font-size:12px;line-height:1.55}
.splesh-product-pefc{margin-top:54px;padding:55px 30px;background:linear-gradient(120deg,#e8f4ed,#f7fbf9);text-align:center}
.splesh-product-pefc>div{max-width:650px;margin:auto}.splesh-product-pefc__mark{display:grid;width:78px;height:78px;margin:0 auto 17px;place-items:center;border:3px solid #2f7a58;border-radius:50%;color:#2f7a58;font-weight:800}.splesh-product-pefc h2{margin:0 0 11px}.splesh-product-pefc p{margin:0;color:#577069;line-height:1.7}
.splesh-product-faq{max-width:840px;margin:55px auto 0}.splesh-product-faq>h2{text-align:center}.splesh-product-faq details{border-bottom:1px solid #cbd8d7}.splesh-product-faq summary{padding:18px 5px;color:#003d47;font-weight:600;cursor:pointer}.splesh-product-faq details p{padding:0 5px 17px;color:#5f7477}

/* Current cart */
.splesh-cart-current{min-height:560px;padding:62px 20px 100px}
.splesh-cart-current>.container-site{max-width:1160px!important;padding:0}
.splesh-cart-current h1{margin:0 0 48px;color:#003d47;font:600 35px/1.2 Poppins,sans-serif;text-align:center}
.splesh-cart-current .cart-empty{margin:0 auto 22px!important;padding:0!important;background:transparent!important;font-size:17px}
.splesh-cart-current .return-to-shop{display:block!important;margin:0 auto!important}
.splesh-cart-current .return-to-shop .button{display:inline-grid;min-width:190px;min-height:48px;place-items:center;border-radius:2px;background:#003d47;color:#fff}
@media(max-width:767px){
	.splesh-account-current{min-height:100vh;padding:54px 24px 70px}
	.splesh-account-logo{height:244px}
	.splesh-account-access h1{font-size:24px}
	.splesh-plan-frequency{align-items:flex-start;flex-direction:column}
	.splesh-plan-frequency select{width:100%}
	.splesh-product-benefits{grid-template-columns:repeat(2,minmax(0,1fr))}
	.splesh-product-benefits>div{padding:26px 15px}
	.splesh-product-pefc{padding:42px 20px}
	.splesh-cart-current{min-height:470px;padding:45px 20px 75px}
	.splesh-cart-current h1{margin-bottom:34px;font-size:29px}
	.splesh-cart-current .cart-empty::before{display:none}
}
.splesh-contact-current{max-width:760px;margin:0 auto;padding:70px 24px 100px;color:#003d47}
.splesh-contact-current h1{margin:0 0 30px;font-size:34px}
.splesh-contact-current form p{margin:0 0 18px}
.splesh-contact-current label{display:block;margin-bottom:7px;font-weight:500}
.splesh-contact-current input,.splesh-contact-current textarea{width:100%;padding:13px;border:1px solid #94a8aa;border-radius:2px;font:inherit}
.splesh-contact-current button{min-width:130px;padding:14px 25px;border:0;background:#003d47;color:#fff;font-weight:600}
.splesh-form-status{padding:13px 15px;background:#e9f7f1}.splesh-form-status.is-error{background:#fcebea}

/* Current collection template */
.tax-product_cat .splesh-shop-shell{max-width:none;padding:0}
.splesh-collection-hero{display:grid;width:100%;min-height:376px;place-items:center;padding:35px;background:#29484d center/cover no-repeat;color:#fff;text-align:center}
.splesh-collection-hero>div{max-width:720px}.splesh-collection-hero h1{margin:0;color:#fff;font:700 clamp(36px,5vw,66px)/1.05 Poppins,sans-serif}.splesh-collection-hero p{margin:20px 0 0;font-size:17px}
.tax-product_cat .woocommerce-breadcrumb{display:none}
.tax-product_cat .woocommerce-notices-wrapper,.tax-product_cat .woocommerce-ordering,.tax-product_cat ul.products,.tax-product_cat .woocommerce-pagination{width:min(100% - 80px,1280px);margin-left:auto!important;margin-right:auto!important}
.tax-product_cat .woocommerce-ordering{margin-top:34px!important;margin-bottom:18px!important}
.splesh-collection-filters{float:left;width:180px;margin:32px 0 16px max(40px,calc((100vw - 1280px)/2));color:#003d47}
.splesh-collection-filters details{border-bottom:1px solid #559491}.splesh-collection-filters summary{padding:10px 0;cursor:pointer;list-style:none}.splesh-collection-filters summary::after{content:'⌄';float:right}.splesh-collection-filters details>label{display:block;padding:10px 0;font-size:13px}.splesh-collection-filters details>div{padding:10px 0}.splesh-collection-filters details>div label{display:block;margin-bottom:7px;font-size:12px}.splesh-collection-filters input[type=number]{width:75px;margin-left:5px;padding:5px}.splesh-collection-filters button{padding:7px 13px;border:0;background:#003d47;color:#fff}
.tax-product_cat ul.products{clear:both}
.splesh-collection-faq{max-width:760px;margin:105px auto 70px;padding:0 24px;color:#003d47}.splesh-collection-faq>h2{margin:0;text-align:center;font-size:36px}.splesh-collection-faq__eyebrow{text-align:center;font-size:12px;letter-spacing:.12em}.splesh-collection-faq>div{margin-top:45px}.splesh-collection-faq details{border-bottom:1px solid #47928f}.splesh-collection-faq summary{padding:18px 0;font-size:21px;cursor:pointer}.splesh-collection-faq details p{padding-bottom:18px;color:#607577;line-height:1.65}
.splesh-collection-media-spacer{display:grid;min-height:380px;place-items:center;background:#e1e1e1;color:#111;font-size:24px;letter-spacing:3px}
@media(max-width:767px){
	.splesh-collection-hero{min-height:300px;padding:24px}.splesh-collection-hero h1{font-size:36px}.splesh-collection-hero p{font-size:14px}
	.tax-product_cat .woocommerce-notices-wrapper,.tax-product_cat .woocommerce-ordering,.tax-product_cat ul.products,.tax-product_cat .woocommerce-pagination{width:calc(100% - 28px)}
	.splesh-collection-filters{float:none;width:calc(100% - 28px);margin:18px auto 12px}.splesh-collection-filters details{display:inline-block;width:48%;vertical-align:top}.tax-product_cat .woocommerce-ordering{float:none;text-align:right}
	.splesh-collection-faq{margin:75px auto 55px;padding:0 22px}.splesh-collection-faq>h2{font-size:28px}.splesh-collection-faq summary{font-size:17px}
	.splesh-collection-media-spacer{min-height:250px}
}
