body 
{
	overflow-x: hidden;
}

/* Stretch the parent container full width */
.elementor-element-17efcaa6 {
    width: 100vw !important;
    max-width: 100vw !important;
}




/* Force the floating-cart footer to be visible */
.adfy__woofc-colophon {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    height: auto !important;
    overflow: visible !important;
}


/* -------------------------------------------------------
   PRODUCT CARD MODERN DESIGN — WooCommerce Blocks
   ------------------------------------------------------- */

/* 1. Modern card container style */
li.wc-block-product {
    background: #ffffff;
    border-radius: 10px;
    padding: 15px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease;
}

li.wc-block-product:hover {
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
}

/* 2. REMOVE Add to Cart button (WooCommerce Blocks version) */
.wc-block-components-product-button,
.wp-block-woocommerce-product-button,
.wc-block-components-product-button__button,
.add_to_cart_button {
    display: none !important;
}

/* 3. REMOVE Wishlist (TI Wishlist plugin) */
.tinvwl-loop-button-wrapper,
.tinvwl_add_to_wishlist_button,
.tinvwl_add_to_wishlist-text,
.tinvwl-tooltip,
.tinv-wraper {
    display: none !important;
}

/* 4. Center title & apply Prompt Light (300) */
li.wc-block-product h2,
li.wc-block-product h2 a {
    text-align: center !important;
    font-family: "Prompt", sans-serif !important;
    font-weight: 300 !important;
    color: #111;
    display: block;
}

/* 5. Center price + apply Roboto & larger size */
li.wc-block-product .wc-block-components-product-price span,
li.wc-block-product .wc-block-components-product-price .woocommerce-Price-amount {
    font-family: "Roboto", sans-serif !important;
    font-size: 1.25rem !important;
    font-weight: 900 !important;
    text-align: center !important;
    display: block;
    color: #000;
}

/* 6. Ensure image stays centered & neat */
li.wc-block-product .wc-block-components-product-image img {
    border-radius: 8px;
	  margin-top: 1em;
    object-fit: cover;
    width: 100%;
    height: auto;
}

/* 7. Optional: give spacing between title, price, etc. */
li.wc-block-product h2 {
    margin: 12px 0 8px 0;
}

li.wc-block-product .wc-block-components-product-price {
    margin-bottom: 12px;
}

/* Keep the currency symbol and price inline */
li.wc-block-product .wc-block-components-product-price,
li.wc-block-product .woocommerce-Price-amount,
li.wc-block-product .woocommerce-Price-amount bdi {
    display: inline-flex !important;
    align-items: center !important;
    gap: 3px; /* space between £ and number */
}





/* Force the container to not stack the lines */
li.wc-block-product .wc-block-components-product-price span,
li.wc-block-product .wc-block-components-product-price .woocommerce-Price-currencySymbol {
    display: inline-block !important;
    vertical-align: middle !important;
}


/* Remove Add to Cart button */
ul.products li.product .add_to_cart_button,
ul.products li.product a.button {
    display: none !important;
}

/* Remove Add to Wishlist text + icon (TI WooCommerce Wishlist) */
ul.products li.product .tinvwl-loop-button-wrapper,
ul.products li.product .tinvwl_add_to_wishlist_button,
ul.products li.product .tinvwl_add_to_wishlist-text,
ul.products li.product .tinvwl-tooltip {
    display: none !important;
}


/* ================================
   PRODUCT GRID RESPONSIVE FIXES
   ================================ */

/* --- TABLET: 2 products per row --- */
@media (min-width: 768px) and (max-width: 1024px) {
    ul.products {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important; /* space BETWEEN products */
    }

    ul.products li.product {
        flex: 0 0 calc(50% - 10px) !important; /* 2 per row */
        max-width: calc(50% - 10px) !important;
        margin: 0 !important;
    }
}

/* --- MOBILE: 1 product per row --- */
@media (max-width: 767px) {
    ul.products {
        display: flex !important;
        flex-wrap: wrap !important;
        gap: 10px !important;
    }

    ul.products li.product {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
    }
}


del span.woocommerce-Price-amount {
    color: #ccc !important;
    text-decoration: line-through !important;
	  margin-right: .5em;
		font-size: .1em !important;
			
}

del .woocommerce-Price-currencySymbol
{
	 color: #ccc !important;
}
del .woocommerce-Price-amount.amount bdi {
    color: #ccc !important;
    text-decoration: line-through !important;
}

h2.wp-block-post-title {
    border-bottom: 1px solid #ccc;
	 border-top: 1px solid #ccc;
    padding-bottom: 1.5em;
    margin-bottom: 0.5em;
	 padding-top: 1.5em;
    margin-top: 0.5em;
}


/* Container styling */
.woocommerce-MyAccount-navigation {
    width: 250px;
    background-color: #fff;
    border-radius: 15px;
    padding: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    font-family: 'Arial', sans-serif;
    transition: all 0.3s ease;
}

/* Avatar wrapper */
.woocommerce-account-gravatar {
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.woocommerce-account-gravatar__avatar-wrapper {
    position: relative;
    display: inline-block;
}

.woocommerce-account-gravatar img {
    border-radius: 50%;
    border: 3px solid #cda109;
    width: 100px;
    height: 100px;
    object-fit: cover;
    transition: transform 0.3s;
}

.woocommerce-account-gravatar img:hover {
    transform: scale(1.05);
}

.woocommerce-account-gravatar__edit-wrapper {
    position: absolute;
    bottom: -5px;
    right: -5px;
    background-color: #cda109;
    color: #000;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.8rem;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.woocommerce-account-gravatar__edit-wrapper:hover {
    background-color: #e0b800;
    transform: scale(1.1);
}

/* Display name styling */
.woocommerce-account-gravatar__display-name {
    display: block;
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.1rem;
    color: #333;
}

/* Navigation list styling */
.woocommerce-MyAccount-navigation ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.woocommerce-MyAccount-navigation-link {
    margin-bottom: 10px;
}

.woocommerce-MyAccount-navigation-link a {
    display: block;
    padding: 10px 15px;
    border-radius: 10px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s;
}

.woocommerce-MyAccount-navigation-link a:hover {
    background-color: #f5f5f5;
    color: #cda109;
    transform: translateX(5px);
}

/* Active link styling */
.woocommerce-MyAccount-navigation-link.is-active a {
    background-color: #cda109;
    color: #000;
    font-weight: bold;
}

/* Optional: smooth hover shadow for links */
.woocommerce-MyAccount-navigation-link a:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}


.woocommerce-MyAccount-content {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px 30px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.1);
    font-family: 'Arial', sans-serif;
    color: #333;
    line-height: 1.6;
    margin-top: 20px;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-content p {
    margin-bottom: 15px;
    font-size: 1rem;
}

.woocommerce-MyAccount-content p strong {
    color: #cda109;
}

.woocommerce-MyAccount-content a {
    color: #2575fc;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.woocommerce-MyAccount-content a:hover {
    text-decoration: underline;
    color: #6a11cb;
}

.woocommerce-notices-wrapper {
    margin-bottom: 15px;
}

.woocommerce-MyAccount-content p a.logout-link {
    color: #e74c3c;
}

.woocommerce-MyAccount-content p a.logout-link:hover {
    text-decoration: underline;
    color: #c0392b;
}

.wp-block-post-title.has-text-align-center {
    text-align: center;
    font-family: 'Poppins', 'Arial', sans-serif;
    font-size: 2.2rem;
    font-weight: 700;
    color: #000;
    margin-bottom: 30px;
    position: relative;
}

/* Optional underline accent */
.wp-block-post-title.has-text-align-center::after {
    content: '';
    display: block;
    width: 60px;
    height: 4px;
    background: linear-gradient(90deg, #cda109, #000);
    margin: 10px auto 0;
    border-radius: 2px;
}


.wp-block-query-title.alignwide {
    font-family: 'Poppins', 'Arial', sans-serif;
    font-weight: 700;
    font-size: 2rem;
    line-height: 1.2;
    color: #000; /* Primary accent color */
    text-align: center;
    margin-top: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-top: 1rem;
    padding-bottom: 0.5rem;
}

/* Optional gradient underline for style */
.wp-block-query-title.alignwide::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #000, #cda109);
    margin: 10px auto 0;
    border-radius: 2px;
}

/* Responsive font size */
@media (max-width: 768px) {
    .wp-block-query-title.alignwide {
        font-size: 1.6rem;
    }
}





.wp-block-group.alignwide.wp-container-core-group-is-layout-72496393 {
    max-width: 700px;
    margin: 2rem auto;
    padding: 1.5rem 2rem;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
}

/* Search form wrapper */
.wp-block-search.wp-block-search__text-button {
    display: flex;
    gap: 10px;
    align-items: center;
}

/* Input styling */
.wp-block-search__input {
    flex: 1;
    padding: 12px 18px;
    border: 2px solid #ddd;
    border-radius: 12px;
    font-size: 1rem;
    font-family: 'Arial', sans-serif;
    transition: all 0.3s ease;
}

.wp-block-search__input:focus {
    border-color: #6a11cb;
    box-shadow: 0 0 8px rgba(106,17,203,0.3);
    outline: none;
}

/* Button styling */
.wp-block-search__button {
    padding: 12px 20px;
    background-color: #cda109;
    color: #000;
    border: none;
    border-radius: 12px;
    font-weight: bold;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
}

.wp-block-search__button:hover {
    background-color: #e0b800;
    transform: scale(1.05);
}

/* Placeholder styling */
.wp-block-search__input::placeholder {
    color: #999;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .wp-block-search.wp-block-search__text-button {
        flex-direction: column;
    }
    
    .wp-block-search__button {
        width: 100%;
    }
}

.wp-block-query-no-results
{
	text-align: center;
}

.woocommerce.wp-block-breadcrumbs {
    font-family: 'Arial', sans-serif;
    font-size: 0.9rem;
    color: #666;
    margin: 1.5rem 0;
    text-align: left;
}

.woocommerce.wp-block-breadcrumbs a {
    color: #2575fc;
    text-decoration: none;
    transition: all 0.3s ease;
}

.woocommerce.wp-block-breadcrumbs a:hover {
    text-decoration: underline;
    color: #6a11cb;
}

.woocommerce.wp-block-breadcrumbs .woocommerce-breadcrumb {
    display: inline-block;
    background-color: #f9f9f9;
    padding: 6px 12px;
    border-radius: 8px;
    box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.woocommerce.wp-block-breadcrumbs .woocommerce-breadcrumb a + span::before {
    content: "/";
    margin: 0 6px;
    color: #999;
}


.woocommerce.wc-block-catalog-sorting {
    margin: 1.5rem 0;
    font-family: 'Arial', sans-serif;
    display: flex;
    justify-content: flex-end;
}

.woocommerce.wc-block-catalog-sorting select.orderby {
    padding: 10px 14px;
    border: 2px solid #ddd;
    border-radius: 12px;
    background-color: #fff;
    font-size: 0.95rem;
    color: #333;
    appearance: none; /* remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    min-width: 180px;
}

.woocommerce.wc-block-catalog-sorting select.orderby:hover,
.woocommerce.wc-block-catalog-sorting select.orderby:focus {
    border-color: #6a11cb;
    box-shadow: 0 0 8px rgba(106, 17, 203, 0.2);
    outline: none;
}

/* Optional custom arrow */
.woocommerce.wc-block-catalog-sorting select.orderby {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236a11cb'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
}

.alg-wc-products-per-page-form {
    display: flex;
    align-items: center;
    gap: 10px;
    font-family: 'Arial', sans-serif;
    font-size: 0.95rem;
    margin: 1.5rem 0;
    background-color: #fff;
    padding: 10px 15px;
    border-radius: 12px;
    box-shadow: 0 6px 15px rgba(0,0,0,0.05);
    justify-content: flex-start;
}

.alg-wc-products-per-page-form strong {
    color: #6a11cb;
}

.alg-wc-products-per-page-form select.sortby {
    padding: 8px 12px;
    border-radius: 12px;
    border: 2px solid #ddd;
    font-size: 0.95rem;
    background-color: #fff;
    color: #333;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 80px;
}

/* Hover & focus */
.alg-wc-products-per-page-form select.sortby:hover,
.alg-wc-products-per-page-form select.sortby:focus {
    border-color: #6a11cb;
    box-shadow: 0 0 8px rgba(106, 17, 203, 0.2);
    outline: none;
}

/* Optional custom arrow for select */
.alg-wc-products-per-page-form select.sortby {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%236a11cb'%3E%3Cpath d='M7 10l5 5 5-5H7z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 16px 16px;
}




/* Product container */
.wp-block-column.is-layout-flow {
    background-color: #fff;
    border-radius: 15px;
    padding: 25px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    margin-bottom: 2rem;
    font-family: 'Arial', sans-serif;
    transition: all 0.3s ease;
}

/* Product title */
.wp-block-post-title {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.8rem;
    color: #000;
    margin-bottom: 10px;
}

.product_title.entry-title
{
	color: #aaa;
	display: none;
}

/* Price styling */
.wp-block-woocommerce-product-price {
    font-size: 1.5rem;
    font-weight: bold;
    color: #cda109;
    margin-bottom: 15px;
}

/* Excerpt / description */
.wp-block-post-excerpt__excerpt {
    font-size: 1rem;
    line-height: 1.6;
    color: #aaa;
    margin-bottom: 20px;
}

/* Stock status */
.wp-block-add-to-cart-form .stock.in-stock {
    font-weight: 600;
    color: #28a745;
    margin-bottom: 10px;
}

/* Quantity input */
.wp-block-add-to-cart-form .quantity input.qty {
    width: 80px;
    padding: 8px 10px;
    border: 2px solid #ddd;
    border-radius: 10px;
    font-size: 1rem;
    transition: all 0.3s ease;
}

.wp-block-add-to-cart-form .quantity input.qty:focus {
    border-color: #6a11cb;
    box-shadow: 0 0 6px rgba(106,17,203,0.2);
    outline: none;
}

/* Add to cart button */
.single_add_to_cart_button {
    background-color: #cda109;
    color: #000;
    border: none;
    border-radius: 12px;
    padding: 12px 25px;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
}

.single_add_to_cart_button:hover {
    background-color: #e0b800;
    transform: scale(1.05);
}

/* Wishlist button */
.tinvwl_add_to_wishlist_button {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background-color: #fff;
    color: #6a11cb;
    border: 2px solid #6a11cb;
    border-radius: 12px;
    padding: 8px 14px;
    font-size: 0.95rem;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-left: 10px;
}

.tinvwl_add_to_wishlist_button:hover {
    background-color: #6a11cb;
    color: #fff;
    transform: scale(1.05);
}

/* Product meta / category */
.wp-block-woocommerce-product-meta .taxonomy-product_cat a {
    color: #2575fc;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.wp-block-woocommerce-product-meta .taxonomy-product_cat a:hover {
    color: #6a11cb;
    text-decoration: underline;
}











/* ===== GRID WRAPPER ===== */
.wp-block-post-template.is-layout-grid {
  gap: 2rem;
  padding: 2rem 0;
}

/* ===== PRODUCT CARD ===== */
.wp-block-post-template li.wp-block-post {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  display: flex;
  flex-direction: column;
}

.wp-block-post-template li.wp-block-post:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.1);
}

/* ===== IMAGE ===== */
.wp-block-post-featured-image {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}

.wp-block-post-featured-image img {
  transition: transform 0.5s ease;
}

.wp-block-post-template li.wp-block-post:hover 
.wp-block-post-featured-image img {
  transform: scale(1.06);
}

/* ===== CONTENT WRAPPER ===== */
.wp-block-post-template li .wp-block-group.is-layout-flex {
  padding: 1.25rem 1.25rem 1.5rem;
  gap: 0.75rem;
}

/* ===== TITLE ===== */
.wp-block-post-title {
  font-size: 1.05rem;
  line-height: 1.4;
  font-weight: 600;
  margin: 0;
}

.wp-block-post-title a {
  color: #111;
  text-decoration: none;
  transition: color 0.25s ease;
}

.wp-block-post-title a:hover {
  color: #8b5cf6; /* subtle premium accent */
}

/* ===== META (DATE / BY) ===== */
.wp-block-post-date,
.wp-block-post-date a {
  font-size: 0.75rem;
  color: #777;
  text-decoration: none;
}

.wp-block-template-part p {
  margin: 0;
}

/* ===== EXCERPT ===== */
.wp-block-post-excerpt {
  font-size: 0.85rem;
  line-height: 1.55;
  color: #555;
}

/* Limit excerpt lines for consistency */
.wp-block-post-excerpt__excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 1024px) {
  .wp-block-post-template.is-layout-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .wp-block-post-template.is-layout-grid {
    grid-template-columns: 1fr;
  }

  .wp-block-post-template li .wp-block-group.is-layout-flex {
    padding: 1rem;
  }
}


/* ===== NEXT PAGE PAGINATION ===== */
.wp-block-query-pagination-next {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.4rem;
  margin: 3rem auto 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: #cda109;
  background: #fff;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}

/* Center it automatically */
.wp-block-query-pagination {
  display: flex;
  justify-content: center;
}

/* Arrow styling */
.wp-block-query-pagination-next-arrow {
  font-size: 1.1rem;
  transition: transform 0.35s ease;
}

/* Hover effect */
.wp-block-query-pagination-next:hover {
  background: #cda109;
  color: #000;
  border-color: #8b5cf6;
  box-shadow: 0 15px 40px rgba(139, 92, 246, 0.35);
  transform: translateY(-3px);
}

/* Arrow slide on hover */
.wp-block-query-pagination-next:hover 
.wp-block-query-pagination-next-arrow {
  transform: translateX(4px);
}

/* Focus (accessibility) */
.wp-block-query-pagination-next:focus-visible {
  outline: 2px solid #8b5cf6;
  outline-offset: 3px;
}



/* ===== PREVIOUS PAGE PAGINATION ===== */
.wp-block-query-pagination-previous {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.4rem;
  margin: 3rem auto 1rem;
  font-size: 0.9rem;
  font-weight: 600;
  text-decoration: none;
  color: #dca109;
  background: #fff;
  border-radius: 999px;
  border: 1px solid #e5e5e5;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}

/* Arrow styling */
.wp-block-query-pagination-previous-arrow {
  font-size: 1.1rem;
  transition: transform 0.35s ease;
}

/* Hover state */
.wp-block-query-pagination-previous:hover {
  background: #cda109;
  color: #000;
  border-color: #cda109;
  box-shadow: 0 15px 40px rgba(205, 161, 9, 0.35);
  transform: translateY(-3px);
}

/* Arrow slide on hover */
.wp-block-query-pagination-previous:hover 
.wp-block-query-pagination-previous-arrow {
  transform: translateX(-4px);
}

/* Focus (accessibility) */
.wp-block-query-pagination-previous:focus-visible {
  outline: 2px solid #cda109;
  outline-offset: 3px;
}


/* Mobile layout */
@media (max-width: 768px) {
  .wp-block-search__inside-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    gap: 0.75rem; /* space between input and button */
  }

  .wp-block-search__input {
    width: 100%;
    box-sizing: border-box;
  }

  .wp-block-search__button {
    width: 100%;
		position: relative;
		left: -.5em;
  }
}


/* === Product Card Container === */
.wpcu-product__content {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
	margin-top: 1em;
	height: 26em;
	width: 107%;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.wpcu-product__content:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
}

/* === Product Image === */
.wpcu-product__img img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.wpcu-product__content:hover .wpcu-product__img img {
  transform: scale(1.05);
}

/* === Product Details Section === */
.wpcu-product__details {
  padding: 16px 18px 20px;
  text-align: center;
}

/* === Product Title === */
.wpcu-product__title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  margin: 10px 0 6px;
}

.wpcu-product__title a {
  color: #111827; /* modern dark gray */
  text-decoration: none;
  transition: color 0.2s ease;
}

.wpcu-product__title a:hover {
  color: #4f46e5; /* modern indigo accent */
}

/* === Price Styling === */
.wpcu-product__price {
  margin-top: 6px;
}

.wpcu-product__price__sale {
  font-size: 18px;
  font-weight: 700;
  color: #16a34a; /* modern green */
}

/* === Rating === */
.wpcu-product__rating {
  margin-top: 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #6b7280;
}

/* === Add to Cart Overlay Button === */
.wpcu-overlay-content-bottom {
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.55),
    rgba(0, 0, 0, 0)
  );
  padding: 12px;
}

.wpcu-button .button {
  background: #4f46e5;
  color: #ffffff;
  border-radius: 999px;
  padding: 10px 18px;
  font-size: 14px;
  font-weight: 600;
  border: none;
  transition: background 0.2s ease, transform 0.2s ease;
}

.wpcu-button .button:hover {
  background: #4338ca;
  transform: scale(1.05);
}