/* WPForms fixes */
/* Initial field looks */
.wpforms-container input[type=date],
.wpforms-container input[type=datetime],
.wpforms-container input[type=datetime-local],
.wpforms-container input[type=email],
.wpforms-container input[type=month],
.wpforms-container input[type=number],
.wpforms-container input[type=password],
.wpforms-container input[type=range],
.wpforms-container input[type=search],
.wpforms-container input[type=tel],
.wpforms-container input[type=text],
.wpforms-container input[type=time],
.wpforms-container input[type=url],
.wpforms-container input[type=week],
.wpforms-container select,
.wpforms-container textarea {
    background: #fff;
    border-width: 0 0 1px 0;
    color: var(--ast-global-color-2);
    opacity: 0.5;
}
/* On focus */
.wpforms-container input:focus,
.wpforms-container select:focus,
.wpforms-container textarea:focus {
    outline: none;
    opacity: 1;
    border-color: var(--ast-global-color-0);
}
/* Don't allow resizing the Message box */
.wpforms-container textarea {
    resize: none;
}
/* Message box fixed height */
.wpforms-container .wpforms-field-textarea textarea.wpforms-field-medium {
    height: 136px;
}
/* Button size & font size */
.wpforms-container button {
    padding: 15px 34px;
    font-size: 15px;
}
/* WPForms done */
/* Footer 2 big columns on sides and 1 small one in the middle */
.ast-builder-grid-row-3-equal .ast-builder-grid-row {
    grid-template-columns: 3fr 1fr 3fr;
} /* Align the primary menu (About, Contact) to the left */
.ast-primary-menu {
    display: flex;
    justify-content: flex-start;
}

/* Align the social media icons to the right */
.ast-header-social-inner {
    margin-left: auto;
}
/* Align the primary menu (About, Contact) to the left */
.ast-header-break-point .ast-primary-menu {
    display: flex;
    justify-content: flex-start;
    width: 100%;
}

/* Align the social media icons to the right */
.ast-header-break-point .ast-header-social-inner {
    margin-left: auto;
}
/* Hide star ratings on product grid */
.woocommerce ul.products li.product .star-rating {
    display: none !important;
}
/* Center the Add to Cart button */
.woocommerce ul.products li.product .button {
    display: block;
    margin: 10px auto 0 auto;
    text-align: center;
}
/* Hide all star ratings on the site */
.woocommerce .star-rating {
    display: none !important;
}
/* Limit product box width */
.woocommerce ul.products li.product {
    max-width: 300px;  /* Adjust this value to make the box smaller or larger */
    margin: 0 auto;    /* Center the product box */
}
/* Center product title, price, and description */
.woocommerce ul.products li.product h2,
.woocommerce ul.products li.product .price,
.woocommerce ul.products li.product .woocommerce-product-details__short-description {
    text-align: center;
}
/* Change header menu font color on the shop page */
.page-id-1797 .main-header-menu a {
  color: #333 !important; /* change this to any color you prefer */
}
/* Swap logo image only on the shop page */
.page-id-1797 .ast-site-identity img {
  content: url('https://notsolame.co.uk/wp-content/uploads/2025/04/NOT-SO.png');
}
/* Darken social icons on the Shop page */
.page-id-1797 .ast-header-social-1-wrap svg,
.page-id-123 .ast-header-social-1-wrap svg path {
  fill: #333333 !important; /* Change this to any darker shade you like */
}
/* Swap logo only on the Shop page */
.page-id-1797 .ast-site-identity img {
  content: url("https://notsolame.co.uk/wp-content/uploads/2025/04/NOT-SO.png") !important;
}
/* Change logo image on the Shop page */
.page-id-1797 .ast-site-identity img,
.page-id-1797 .ast-site-logo-img img {
  content: url("https://notsolame.co.uk/wp-content/uploads/2025/04/NOT-SO.png") !important;
  width: auto;
  max-height: 100%;
}
/* Hide the default logo only on the Shop page */
.page-id-1797 .ast-site-identity img {
  display: none !important;
}

/* Add a new dark logo only on the Shop page */
.page-id-1797 .ast-site-identity::after {
  content: "";
  display: block;
  background-image: url("https://notsolame.co.uk/wp-content/uploads/2025/04/NOT-SO.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 60px; /* adjust as needed */
  width: 200px;  /* adjust as needed */
  margin: 0 auto;
}
.page-id-105 .ast-site-identity::after {
  content: "";
  display: block;
  background-image: url("https://notsolame.co.uk/wp-content/uploads/2025/04/NOT-SO.png");
  background-size: contain;
  background-repeat: no-repeat;
  height: 80px; /* Increase height */
  width: 300px;  /* Increase width */
  margin: 0 auto;
}
.page-id-1797 .ast-site-identity::after {
  content: "";
  display: block;
  background-image: url("https://notsolame.co.uk/wp-content/uploads/2025/04/NOT-SO.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 100px;
  width: 250px;
  margin: 0 auto;
}

/* Hide original logo image if needed */
.page-id-1979 .ast-site-identity img {
  opacity: 0;
  height: 0;
}
/* Adjust Logo Position on Shop Page */
.page-id-1979 .ast-site-identity::after {
  content: "";
  display: block;
  background-image: url("https://notsolame.co.uk/wp-content/uploads/2025/04/NOT-SO.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center; /* Change 'left' to 'center' or 'right' */
  height: 100px; /* Adjust the height */
  width: 250px; /* Adjust the width */
  margin-left: 20px;  /* Push logo a little to the left */
  margin-right: 0; /* Optional: Remove right margin */
  margin-top: 10px;  /* Optional: Add some top margin */
  margin-bottom: 0;  /* Optional: Remove bottom margin */
}

/* Optional: Reset any unwanted flex behavior */
.page-id-1979 .ast-header-break-point .ast-site-identity {
  display: block; /* Adjust the logo to avoid centering */
}
/* =============== Align Logo Left on Shop Page =============== */
.page-id-1797 .ast-site-identity {
  display: flex !important;
  justify-content: flex-start !important; /* Aligns logo to the left */
  align-items: center;
}

/* Set the logo image size and background positioning */
.page-id-1797 .ast-site-identity::after {
  content: "";
  display: block;
  background-image: url("https://notsolame.co.uk/wp-content/uploads/2025/04/NOT-SO.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  height: 100px;  /* Adjust the height as needed */
  width: 250px;   /* Adjust the width as needed */
  margin: 0;      /* Reset any margin for better alignment */
}

/* Optional: Hide the default logo if it exists */
.page-id-1797 .ast-site-identity img {
  display: none;
}
/* =============== Align Menu Left on Shop Page =============== */
.page-id-1797 .ast-builder-menu {
  display: flex !important;
  justify-content: flex-start !important; /* Aligns menu to the left */
  align-items: center;
  margin-left: 20px;  /* Optional: Add some space between logo and menu */
}
.woocommerce-page.single-product .site-content {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.woocommerce ul.products li.product {
  margin-bottom: 40px;
}
/* Product cards: make them feel clickable */
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.woocommerce ul.products li.product:hover,
.woocommerce-page ul.products li.product:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 28px rgba(0,0,0,0.12);
}
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  cursor: pointer;
}




