.page-id-5878 main#main {
    margin-top: 4%;
}
.woocommerce ul.products {
    display: flex !important;
    justify-content: center !important;
    gap: 40px !important;
    flex-wrap: wrap !important;
    padding: 20px 0 !important;
}

.woocommerce ul.products li.product {
    width: 320px !important;
    float: none !important;
    text-align: center !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    background: #f0f0f0 !important;
    border-radius: 6px !important;
    padding: 50px !important;
    margin-bottom: 24px !important;
    overflow: hidden !important;
    width: 320px !important;
    height: 320px !important;
    box-sizing: border-box !important;
}

.woocommerce ul.products li.product a.woocommerce-loop-product__link img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 4px !important;
    object-fit: cover !important;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-size: 16px !important;
    font-weight: 400 !important;
    color: #333 !important;
    margin: 0 0 8px 0 !important;
    padding: 0 !important;
    text-align: center !important;
}

.woocommerce ul.products li.product .price {
    display: block !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    color: #222 !important;
    text-align: center !important;
    margin-bottom: 0 !important;
}

.woocommerce ul.products li.product a.button {
    display: none !important;
}





/* ============================================
   DULWICH THERAPY ROOMS - CHECKOUT IMPROVEMENTS
   Paste into browser console as JS to test:
   Copy the JS version below instead
   ============================================ */

/* General form inputs */
.woocommerce-checkout .input-text,
.woocommerce-checkout select,
.woocommerce-checkout textarea {
  border: 1.5px solid #dde3ec !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-size: 14px !important;
  color: #2d3748 !important;
  background: #fff !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
  width: 100% !important;
}

.woocommerce-checkout .input-text:focus,
.woocommerce-checkout select:focus {
  border-color: #6b9dc9 !important;
  box-shadow: 0 0 0 3px rgba(107,157,201,0.15) !important;
  outline: none !important;
}

/* Select2 container (the visible dropdown) */
.select2-container--default .select2-selection--single {
  border: 1.5px solid #dde3ec !important;
  border-radius: 10px !important;
  height: 48px !important;
  background: #fff !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06) !important;
  transition: border-color 0.2s ease, box-shadow 0.2s ease !important;
  display: flex !important;
  align-items: center !important;
}

.select2-container--default .select2-selection--single:hover {
  border-color: #6b9dc9 !important;
}

.select2-container--default.select2-container--open .select2-selection--single,
.select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #6b9dc9 !important;
  box-shadow: 0 0 0 3px rgba(107,157,201,0.15) !important;
  outline: none !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #2d3748 !important;
  font-size: 14px !important;
  line-height: 48px !important;
  padding-left: 16px !important;
  padding-right: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #a0aec0 !important;
}

/* Custom dropdown arrow */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 46px !important;
  right: 12px !important;
  width: 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #6b9dc9 transparent transparent transparent !important;
  border-width: 6px 5px 0 5px !important;
  margin-top: -2px !important;
}

.select2-container--default.select2-container--open .select2-selection__arrow b {
  border-color: transparent transparent #6b9dc9 transparent !important;
  border-width: 0 5px 6px 5px !important;
}

/* Dropdown panel */
.select2-dropdown {
  border: 1.5px solid #dde3ec !important;
  border-radius: 10px !important;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12) !important;
  overflow: hidden !important;
  margin-top: 4px !important;
}

.select2-container--default .select2-results__option {
  padding: 10px 16px !important;
  font-size: 14px !important;
  color: #2d3748 !important;
  transition: background 0.15s ease !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #ebf4ff !important;
  color: #2b6cb0 !important;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #e8f0fe !important;
  color: #2b6cb0 !important;
  font-weight: 500 !important;
}

/* Search box inside dropdown */
.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1.5px solid #dde3ec !important;
  border-radius: 8px !important;
  padding: 8px 12px !important;
  font-size: 14px !important;
  margin: 8px !important;
  width: calc(100% - 16px) !important;
  box-sizing: border-box !important;
}

.select2-container--default .select2-search--dropdown .select2-search__field:focus {
  border-color: #6b9dc9 !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(107,157,201,0.15) !important;
}

/* Labels */
.woocommerce-billing-fields label,
.woocommerce-shipping-fields label,
.woocommerce-checkout label {
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #4a5568 !important;
  margin-bottom: 6px !important;
  display: block !important;
  letter-spacing: 0.01em !important;
}

/* Form row spacing */
.woocommerce-checkout .form-row {
  margin-bottom: 18px !important;
}

/* Section headings */
.woocommerce-checkout h3 {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1a202c !important;
  border-bottom: 2px solid #ebf0f7 !important;
  padding-bottom: 10px !important;
  margin-bottom: 20px !important;
}

/* Order table */
.woocommerce-checkout-review-order-table {
  border-radius: 12px !important;
  overflow: hidden !important;
  border: 1.5px solid #e2e8f0 !important;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05) !important;
}

.woocommerce-checkout-review-order-table thead tr th {
  background: #f7fafc !important;
  color: #4a5568 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0.05em !important;
  text-transform: uppercase !important;
  padding: 12px 16px !important;
}

.woocommerce-checkout-review-order-table tbody td {
  padding: 12px 16px !important;
  border-bottom: 1px solid #f0f4f8 !important;
  font-size: 14px !important;
  color: #2d3748 !important;
}

.woocommerce-checkout-review-order-table tfoot tr th,
.woocommerce-checkout-review-order-table tfoot tr td {
  padding: 10px 16px !important;
  font-size: 14px !important;
  color: #4a5568 !important;
  border-top: 1px solid #e2e8f0 !important;
}

.woocommerce-checkout-review-order-table tfoot .order-total th,
.woocommerce-checkout-review-order-table tfoot .order-total td {
  font-size: 16px !important;
  font-weight: 700 !important;
  color: #1a202c !important;
  background: #f7fafc !important;
}

/* Place order button */
#ppcp-hosted-fields #place_order,
button#place_order {
  background: linear-gradient(135deg, #2b6cb0 0%, #3182ce 100%) !important;
  color: #fff !important;
  border: none !important;
  border-radius: 10px !important;
  padding: 14px 28px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  letter-spacing: 0.02em !important;
  cursor: pointer !important;
  transition: transform 0.15s ease, box-shadow 0.15s ease !important;
  box-shadow: 0 4px 14px rgba(49,130,206,0.35) !important;
  width: 100% !important;
}

#ppcp-hosted-fields #place_order:hover,
button#place_order:hover {
  transform: translateY(-1px) !important;
  box-shadow: 0 6px 20px rgba(49,130,206,0.45) !important;
}

/* Payment method labels */
.wc_payment_methods .wc_payment_method label {
  font-size: 14px !important;
  font-weight: 500 !important;
  color: #2d3748 !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  cursor: pointer !important;
  padding: 12px 0 !important;
}

/* Required asterisk */
.woocommerce-checkout .required {
  color: #e53e3e !important;
}

/* Gift card bar */
.ywgc_have_code {
  background: linear-gradient(90deg, #ebf8ff, #e9f5fe) !important;
  border: 1px solid #bee3f8 !important;
  border-radius: 8px !important;
  padding: 10px 16px !important;
  font-size: 13px !important;
  color: #2b6cb0 !important;
  margin-bottom: 20px !important;
}

.ywgc_have_code a {
  color: #2b6cb0 !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}

/* ============================================================
   CART MODERN STYLE OVERRIDE
   Add to: WordPress > Appearance > Customize > Additional CSS
   OR: your child theme's style.css
   Scoped to .woocommerce — will NOT affect other page elements
   ============================================================ */

/* --- Gift card notice bar --- */
.woocommerce .ywgc_have_code {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: #ffffff !important;
  border: none !important;
  border-bottom: 1px solid #e8e8e8 !important;
  border-radius: 0 !important;
  padding: 14px 0 !important;
  margin-bottom: 0 !important;
  font-size: 14px !important;
  color: #333 !important;
}
.woocommerce .ywgc_have_code a.ywgc-show-giftcard {
  color: #2a9d8f !important;
  font-weight: 600 !important;
  text-decoration: underline !important;
}
.woocommerce .ywgc_woocommerce_message_icon {
  width: 20px !important;
  height: 20px !important;
  flex-shrink: 0 !important;
  float: none !important;
  margin: 0 !important;
}

/* --- Main cart table: remove all borders --- */
.woocommerce .woocommerce-cart-form .shop_table {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  width: 100% !important;
}

/* --- Table header row --- */
.woocommerce .woocommerce-cart-form .shop_table thead tr {
  border-top: none !important;
  border-bottom: 2px solid #e8e8e8 !important;
}
.woocommerce .woocommerce-cart-form .shop_table thead th {
  background: transparent !important;
  border: none !important;
  padding: 10px 12px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: #555 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
}

/* --- Table body rows --- */
.woocommerce .woocommerce-cart-form .shop_table tbody tr.cart_item {
  border-bottom: 1px solid #f0f0f0 !important;
  background: transparent !important;
}
.woocommerce .woocommerce-cart-form .shop_table tbody tr.cart_item:hover {
  background: #fafafa !important;
}
.woocommerce .woocommerce-cart-form .shop_table tbody td {
  border: none !important;
  padding: 16px 12px !important;
  vertical-align: middle !important;
  background: transparent !important;
  color: #333 !important;
  font-size: 14px !important;
}

/* --- Remove (×) button --- */
.woocommerce .woocommerce-cart-form .product-remove a.remove {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 20px !important;
  height: 20px !important;
  background: transparent !important;
  color: #aaa !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  text-decoration: none !important;
  line-height: 1 !important;
  padding: 0 !important;
  transition: color 0.2s !important;
}
.woocommerce .woocommerce-cart-form .product-remove a.remove:hover {
  color: #333 !important;
  background: transparent !important;
}

/* --- Product thumbnail --- */
.woocommerce .woocommerce-cart-form .product-thumbnail img {
  width: 52px !important;
  height: 52px !important;
  object-fit: cover !important;
  border: none !important;
  border-radius: 4px !important;
}

/* --- Product name link --- */
.woocommerce .woocommerce-cart-form .product-name a {
  color: #222 !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  text-decoration: none !important;
}
.woocommerce .woocommerce-cart-form .product-name a:hover {
  color: #2a9d8f !important;
}

/* Recipient / sender meta details */
.woocommerce .ywgc-details-in-cart-recipient-name,
.woocommerce .ywgc-details-in-cart-recipient-email,
.woocommerce .ywgc-details-in-cart-sender-name,
.woocommerce .ywgc-details-in-cart-message {
  font-size: 12px !important;
  color: #888 !important;
  margin-top: 3px !important;
  font-weight: 400 !important;
}

/* --- Quantity input with spin arrows --- */
.woocommerce .woocommerce-cart-form .quantity {
  display: inline-flex !important;
  align-items: center !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  overflow: hidden !important;
  background: #fff !important;
  width: 80px !important;
}
.woocommerce .woocommerce-cart-form .quantity .input-text.qty {
  width: 40px !important;
  border: none !important;
  padding: 6px 4px !important;
  text-align: center !important;
  font-size: 14px !important;
  box-shadow: none !important;
  background: transparent !important;
  color: #333 !important;
  outline: none !important;
  -moz-appearance: textfield !important;
}
.woocommerce .woocommerce-cart-form .quantity .input-text.qty::-webkit-inner-spin-button,
.woocommerce .woocommerce-cart-form .quantity .input-text.qty::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
}

/* Qty arrow buttons */
.woocommerce .woocommerce-cart-form .quantity .product-qty-arrows {
  display: flex !important;
  flex-direction: column !important;
  border-left: 1px solid #e0e0e0 !important;
}
.woocommerce .woocommerce-cart-form .quantity .product-qty-increase,
.woocommerce .woocommerce-cart-form .quantity .product-qty-decrease {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 22px !important;
  height: 17px !important;
  cursor: pointer !important;
  color: #666 !important;
  font-size: 10px !important;
  background: #f8f8f8 !important;
  line-height: 1 !important;
  transition: background 0.15s !important;
}
.woocommerce .woocommerce-cart-form .quantity .product-qty-increase {
  border-bottom: 1px solid #e0e0e0 !important;
}
.woocommerce .woocommerce-cart-form .quantity .product-qty-increase:hover,
.woocommerce .woocommerce-cart-form .quantity .product-qty-decrease:hover {
  background: #ececec !important;
}

/* --- Price / Subtotal --- */
.woocommerce .woocommerce-cart-form .product-price .woocommerce-Price-amount,
.woocommerce .woocommerce-cart-form .product-subtotal .woocommerce-Price-amount {
  color: #222 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
}

/* --- Actions row (coupon + buttons) --- */
.woocommerce .woocommerce-cart-form .actions {
  border: none !important;
  background: transparent !important;
  padding: 16px 0 !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  flex-wrap: wrap !important;
  border-top: 1px solid #e8e8e8 !important;
}

/* Coupon wrapper */
.woocommerce .woocommerce-cart-form .coupon {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex: 1 !important;
}

/* Coupon input */
.woocommerce .woocommerce-cart-form .coupon input#coupon_code {
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  padding: 8px 12px !important;
  font-size: 13px !important;
  box-shadow: none !important;
  background: #fff !important;
  color: #333 !important;
  width: 200px !important;
  outline: none !important;
  transition: border-color 0.2s !important;
}
.woocommerce .woocommerce-cart-form .coupon input#coupon_code:focus {
  border-color: #2a9d8f !important;
}

/* Apply Code button — teal outlined */
.woocommerce .woocommerce-cart-form .coupon .button[name="apply_coupon"] {
  background: transparent !important;
  color: #2a9d8f !important;
  border: 2px solid #2a9d8f !important;
  border-radius: 4px !important;
  padding: 7px 18px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  cursor: pointer !important;
  transition: background 0.2s, color 0.2s !important;
  box-shadow: none !important;
}
.woocommerce .woocommerce-cart-form .coupon .button[name="apply_coupon"]:hover {
  background: #2a9d8f !important;
  color: #fff !important;
}

/* Update cart button */
.woocommerce .woocommerce-cart-form .button[name="update_cart"] {
  background: transparent !important;
  color: #aaa !important;
  border: 1px solid #ddd !important;
  border-radius: 4px !important;
  padding: 7px 16px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  box-shadow: none !important;
  transition: color 0.2s, border-color 0.2s !important;
}
.woocommerce .woocommerce-cart-form .button[name="update_cart"]:not([disabled]):hover {
  color: #333 !important;
  border-color: #999 !important;
}

/* Empty cart button */
.woocommerce .woocommerce-cart-form .empty-cart {
  background: transparent !important;
  color: #aaa !important;
  border: none !important;
  padding: 7px 10px !important;
  font-size: 13px !important;
  cursor: pointer !important;
  box-shadow: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 5px !important;
  transition: color 0.2s !important;
}
.woocommerce .woocommerce-cart-form .empty-cart:hover {
  color: #e63946 !important;
}

/* --- Cart Totals section --- */
.woocommerce .cart-collaterals .cart_totals {
  background: #f9f9f9 !important;
  border: 1px solid #eee !important;
  border-radius: 6px !important;
  padding: 20px !important;
}
.woocommerce .cart-collaterals .cart_totals h2 {
  font-size: 16px !important;
  font-weight: 700 !important;
  margin-bottom: 16px !important;
  color: #222 !important;
  border-bottom: 1px solid #eee !important;
  padding-bottom: 10px !important;
}
.woocommerce .cart-collaterals .shop_table {
  border: none !important;
  width: 100% !important;
}
.woocommerce .cart-collaterals .shop_table th,
.woocommerce .cart-collaterals .shop_table td {
  border: none !important;
  padding: 8px 0 !important;
  font-size: 14px !important;
  color: #444 !important;
  background: transparent !important;
}
.woocommerce .cart-collaterals .shop_table tr.order-total th,
.woocommerce .cart-collaterals .shop_table tr.order-total td {
  font-weight: 700 !important;
  font-size: 16px !important;
  color: #222 !important;
  border-top: 1px solid #e8e8e8 !important;
  padding-top: 12px !important;
}

/* --- Proceed to Checkout button --- */
.woocommerce .wc-proceed-to-checkout .checkout-button {
  background: #2a9d8f !important;
  color: #fff !important;
  border: none !important;
  border-radius: 4px !important;
  padding: 12px 24px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.04em !important;
  width: 100% !important;
  text-align: center !important;
  display: block !important;
  margin-top: 16px !important;
  text-decoration: none !important;
  transition: background 0.2s !important;
  box-shadow: none !important;
}
.woocommerce .wc-proceed-to-checkout .checkout-button:hover {
  background: #21867a !important;
}

/* --- Talal's CSS --- */
    .page-title-section .aux-page-title-entry {
    display: none !important;
}
.page-title-section .page-header > .aux-container > *:first-child {
font-size: 1em;
}

section.elementor-section.elementor-top-section.elementor-element.elementor-element-6f20a14.elementor-section-boxed.elementor-section-height-default.elementor-section-height-default.elementor-motion-effects-element.elementor-sticky.elementor-sticky--effects.elementor-sticky--active.elementor-section--handles-inside {
    background: #fff !important;
}
.page-id-5893 .aux-primary {margin: 9% 0}
button.yith-plugin-fw__button--primary.ywgc-shortcode-submit-button {
    background: #54595f;
    color: white;
    width: 92%;
}

a.wpmenucart-contents {
    font-size: 1.5em;
}

/* Single Gift Card Page CSS */



.aux-content-top-margin .aux-primary {
    margin-top: 2%;
}
.woocommerce-product-gallery__image {
    padding: 3%;
}
.woocommerce div.product div.summary {
    padding: 2% 4% 0 0;
}
.ywgc-message label {
    margin: 0 !important;
    width: 2%;
}
.gift-cards-list .selected_button, .gift-cards-list .selected_button #ywgc-manual-amount,.gift-cards-list .selected_button .ywgc-manual-currency-symbol{
    background-color: #54595f !important;
    color: white !important;
}
.gift-cards-list label {
	margin-bottom: 0 !important;
}
.gift-cards_form .gift-card-content-editor.step-content textarea {
	max-width: 100%;
		    margin: 10px 0 10px 0;
}
.gift-cards_form .gift-card-content-editor.step-content input {
	margin: 0 0 1em 0;
}
form.gift-cards_form.cart {
    padding: 2em;
    margin-top: 3em;
    border-radius: 1em;
    box-shadow: 0 0 5px #54595f;
}
.woocommerce .quantity .qty {
    width: 4.631em;
    text-align: center;
    padding: 15px;
    margin-bottom: 7px;
    font-size: 20px;
}
.gift-card-content-editor.step-appearance, .gift-card-content-editor.step-content {
	margin-bottom: 5px !important;
}
button.single_add_to_cart_button.gift_card_add_to_cart_button.button.alt {
    width: 80%;
    padding: 1.3em;
    background: #54595f;
}


@media screen and (max-width: 900px) {
	a.wpmenucart-contents {
    display: none;
	}
}
@media screen and (max-width: 480px) {
		.entry-summary .woocommerce div.product div.summary {
			padding: 0;
				text-align: center;
		}
		.entry-summary h1.product_title.entry-title {
    	font-size: 30px;
		}
		.entry-summary .gift-cards-list {
				display: flex;
				flex-direction: column;
		}
		.gift-cards-list button.ywgc-predefined-amount-button {
    width: 100%;
    max-width: 100%;
    margin-bottom: 1em;
}
		button.ywgc-manual-amount-container.ywgc-manual-amount.ywgc-amount-buttons {
    max-width: 100%;
    width: 100%;
}
		button.single_add_to_cart_button.gift_card_add_to_cart_button.button.alt, .ywgc-recipient-sender-container .ywgc-recipient-name, .ywgc-recipient-sender-container .ywgc-sender-name {
			width: 100%
		}
}
ul.wc_payment_methods.payment_methods.methods li {
    display: flex !important;
}
.woocommerce-checkout #payment ul.payment_methods li input {
    margin-top: 1.3em !important;
}
.ag-mobile-cart{
    position:relative;
    font-size:22px;
    text-decoration:none;
    display:inline-block;
}

.ag-cart-count{
    position:absolute;
    top:-6px;
    right:-10px;
    background:#ff0000;
    color:#fff;
    border-radius:50%;
    padding:2px 6px;
    font-size:11px;
}

.ag-mini-cart{
    display:none;
    position:absolute;
    right:0;
    top:35px;
    width:300px;
    background:#fff;
    box-shadow:0 10px 20px rgba(0,0,0,0.15);
    z-index:9999;
}

.ag-mobile-cart:hover + .ag-mini-cart{
    display:block;
}