header, main {
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}



.nav-dropdown-item {
    margin-bottom: 12px;
}

.site-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.site-header__socials{
    width: 125px;
}
.site-header__menu {
    width: 25px;
}
.site-header__menu button {
    margin-top: 3px;
}
.site-header__menu ul, .site-header__menu ul {
    width: 100% !important;
}
.site-header__basket {
    width: 100px;
}
.site-header__logo {
    flex-grow: 1;
}
/* Nav dropdown */
.wp-block-navigation__responsive-container-close {
    right: unset !important;
   align-self: center;
}
.wp-block-navigation__responsive-dialog {
    display: flex !important;
    width: 100% !important;
    flex-direction: column;
    justify-content: center;
    justify-items: center;
}
.site-header__menu .wp-block-navigation-item__content {
    width: fit-content !important;
    white-space: nowrap !important;
}
.dropdown-menu__shop-text>a:first-of-type {
    margin-bottom:0.25rem !important;
}
@media screen and (max-width: 599px) {
    .site-header__socials {
        display: none !important;
    }
    .site-header__menu {
        order: 1;
        justify-content: flex-start;
        width: 50px;
    }
    .site-header__logo {
    order: 2;
    width: 130px !important;
    }
    .site-header__basket {
        width: 50px;
        justify-content: flex-end;
        order: 3;
    }
    .site-header__basket__text {
        display: none;
    }
    .nav-menu {
        display: none !important;
    }
}

.sh-full-width {
    width: 100%;
    max-width: 100%;
    justify-content: center;
    column-gap: 5rem;
}

.max-width-x {
    max-width: 1050px !important;
}

.width-fit-content {
    width: fit-content !important;

}

.flex-centre-full-width {
    display: flex !important;
    width: 100% !important;
    justify-content: center !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#flex-centre-full-width1 {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

.banner-columns-outer {
    width: 100%;
    margin-right: -8% !important;
}

.test-box.wp-block-cover .wp-block-cover__inner-container {
    width: unset !important;
}

.hero-container {
    background-color: rgba(12, 52, 65, 0.5);
    backdrop-filter: blur(6px); /* Background blur */
    -webkit-backdrop-filter: blur(20px); /* Safari support */
    border-radius: 16px
}

@media screen and (max-width: 600px) {
  .hero-container {
    margin-left: 28px;
    margin-right: 28px;
  }
}


@media only screen and (max-width: 781px) {
    .max-width-x {
    max-width: 400px !important;
        gap: 4rem !important;
}
}

.max-width-333 {
    max-width: 333px !important;
}

.justify-content-center {
    justify-content: center;
}

.header-home-icon {
    flex-basis: unset !important
}

.icon--hover-effect {
  transition: transform 0.2s ease-in-out;
}

.icon--hover-effect:hover {
  transform: scale(1.2);
}

@media screen only and (max-width: 900px){
    .nav-menu-li a span, .nav-menu {
        font-size: 1rem !important;
    }
}

.nav-menu li a {
  position: relative;
  display: inline-block;
  color: #333; /* Default text color */
  text-decoration: none;
  transition: color 0.3s ease;
}

.nav-menu li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px; /* Thin line */
  bottom: -10px; /* Small offset below the text */
  left: 0;
  background-color: #000; /* Black underline */
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out;
}

.nav-menu li a:hover {
  color: #333; /* Keep text color the same on hover */
}

.nav-menu li a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}

.nav-dropdown-item--desktop a::before, .nav-dropdown-link--desktop a::before {
  display: none !important;
}



/* Default styles for the CTA button */
.cta-button a {
  transition: background-color 0.3s ease, color 0.3s ease !important; /* Smooth transition */
    padding: 10px 16px !important;
    font-size: 1.1rem !important;
}

/* Hover effect for the CTA button */
.cta-button a:hover {
  background-color: #364043 !important; 
  color: #ffffff !important; 
}


@media only screen and (max-width:768px) {
    .header-home-icon {
    width: 125px !important;
        margin-bottom: 0 !important;
}
    .cover-text {
        font-size: 3rem !important;
    }

}

.quick-view-button {
    padding: 1rem !important;
    font-size: 1rem !important;
    border-radius: 4px !important;
}

.add_to_cart_inline .quick-view-button {
    padding: 6px !important; }

.sp-wqv-woocommerce-loop-product-buttons {
    justify-content: space-around !important;
    flex-wrap: wrap;
}

.sp-wqv-woocommerce-loop-product-buttons>*, .sp-wqv-woocommerce-loop-product-buttons button {
    min-width: 155px !important;
}

#is-search-input-793 {
    border-radius: 10px 0 0 10px;
}
.is-form-id-793 button, .is-form-id-793 .is-search-icon {
    border-radius: 0px 10px 10px 0px !important;
}
.wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    background: white;
    width: 250px;
    border: 0;
    height: 2rem;
}

.wp-block-search .wp-block-search__input {
    border: none;
    padding: 10px 40px 10px 15px;
    width: 100%;
    background: transparent;
}

.wp-block-search .wp-block-search__input::placeholder {
    color: #959B9E;
}

.wp-block-search .wp-block-search__button {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    border: none;
    background: transparent;
    padding: 0 15px;
}

.wp-block-search .wp-block-search__button svg {
    fill: #959B9E;
    width: 20px;
    height: 20px;
}

/* Focus styles */
.wp-block-search .wp-block-search__input:focus {
    outline: none;
    box-shadow: 0 0 0 2px #007cba;
}

.blurb-box {
    display: flex;
    justify-content: center;
    align-items: center;
}

.blurb-box__text {
    width: fit-content;
    max-width: 150px;
    font-weight: 400;
    margin: 0;
    overflow-wrap: unset;
    word-break: unset;
}

.blurb-box__img {
    margin-inline-end: 1em !important;
}

@media only screen and (max-width:900px) {
    .blurb-box__img {
    margin-inline-end: 0.25em !important;
}
}

@media only screen and (max-width:781px) {
    .gap-4rem {
        gap: 4rem !important;
    }
}

.remove-bullets li {
    list-style-type: none;
    
}

.remove-bullets ul {
    padding-inline-start: 0;
}

.remove-a-underline a {
  /*text-decoration: none;*/
}

.pos-relative {
    position: relative;
}

.cover-block-text {
    font-family: Merriweather Sans !important;
  /*  position: absolute !important;
    left: 8%;
    bottom: 8%;
    z-index: 2; 
    transition: transform 0.3s ease, color 0.3s ease, text-shadow 0.3s ease;
    line-height: 36px;*/
    
}

/* Hover effect for the text when category cover is hovered */
/*.category-cover:hover + .cover-block-text {
    transform: scale(1.05);
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3); 

}*/

@media only screen and (max-width: 768px) {
  .2-cols-mob {
    align-items: flex-start !important;
  }
  .wp-container-core-group-is-layout-af5c4d54 {
    align-items: flex-start !important;
  }
  .2-cols-mob .2-cols-mob__item {
    width: 45% !important;
  }
  .wp-container-content-2f62e668 {
    flex-basis: 45% !important;
  }
  .wp-container-core-group-is-layout-af5c4d54 {
    gap: var(--wp--preset--spacing--50);
    }
    .cover-block-text {
        font-size: 1.125rem !important;
    }
}


.quick-hide {
    display: none !important;
}

.category-cover {
    cursor: pointer;
    will-change: transform;
    position: relative;
    overflow: hidden; /* This will keep the zoomed image within bounds */
    width: 100%; /* Ensure the cover maintains its size */
    height: auto; /* Adjust height as needed */
    border: 1px solid #abb8c3;
}

.category-cover a {
    display: inline !important;
    position: relative;
 
}

.category-cover img {
    transition: transform 0.3s ease;
    display: block;
    width: 100%;
    height: auto;
}

/* Overlay styles
.category-cover::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #778F99;
    opacity: 1;
    mix-blend-mode: multiply;
    transition: background-color 0.3s ease;
    z-index: 1;  */ /* Ensure overlay stays above the image but below text and link */
    /*pointer-events: none;  Ensure the overlay doesn't block clicks 
} */


/* Hover effects */
.category-cover:hover img {
    transform: scale(1.05);
}

.category-cover:hover::before {

    background-color: #5A6D75; 
    /* Slightly darker shade for hover */
}

#category-section--home h2:not(#category-heading--home) {
   /* background-color: #1786AB;
    padding: 0.25rem 0.75rem;
    cursor: pointer;*/

}


footer {
    margin-block-start: unset !important;
}

body:not(.home) footer {
  margin-top: 3rem !important;
}


.footer-columns {
    max-width: 1050px !important;
    justify-content: flex-start !important;
    row-gap: 4rem;

}
.footer-columns__logo {
    width: 45% !important;
}
.footer-columns__links1 {
    width: 27.5% !important;
}
.footer-columns__links2 {
    width: 27.5% !important;
}

.footer-columns div {
    flex-basis: unset !important;
}

.unset-margin-start {
    margin-block-start: unset !important;
}

.unset-first-child-margin-start .wp-block-woocommerce-product-price {
  margin-block-start: unset !important;
}

.product-buttons .input-text.qty.text {
  padding: 0.6rem !important;
}

.product-buttons .single_add_to_cart_button {
  padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
}

.wp-block-woocommerce-product-meta a {
    text-decoration: underline !important;
}
.wp-block-woocommerce-product-meta a:hover {
    text-decoration: none !important;
}

.div-font-weight-light>p {
    font-weight 300 !important;
}

.wp-block-woocommerce-product-details .woocommerce-Tabs-panel p {
  font-weight: 300 !important;
}

.min-width-250 {
    min-width: 250px;
}
/* Custom styling for the checkout button in the mini cart footer */
.wc-block-mini-cart__footer-checkout {
    background-color: black !important;
    color: white !important;
}
/* Style for the "Place Order" button */
.wc-block-components-checkout-place-order-button.contained {
    background-color: black !important;
    color: white !important;
}
/* Style for the "Proceed to Checkout" link */
.wc-block-cart__submit-button.contained {
    background-color: black !important;
    color: white !important;
}
/* Style for the "Add to basket" button with drop shadow and transition */
.single_add_to_cart_button.button.alt.wp-element-button {
    background-color: var(--wp--preset--color--tertiary) !important;
    color: black;
    border-radius: 673px !important;
    border-color: var(--wp--custom--button--border--color) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover state: changes to a black background with white text */
.single_add_to_cart_button.button.alt.wp-element-button:hover {
    background-color: black !important;
    color: white !important;
}
.wqv-product-info form.cart {padding-bottom: 10px;}
/* Base styling for the "Add to basket" button (normal & quick view) */
.single_add_to_cart_button.button.alt.wp-element-button,
#wqv-quick-view-content .single_add_to_cart_button.button.alt.wp-element-button {
    background-color: var(--wp--preset--color--tertiary) !important;
    color: black !important;
    border-radius: 673px !important;
    border-color: var(--wp--custom--button--border--color) !important;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.15) !important;
    transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover state: switch to a black background with white text */
.single_add_to_cart_button.button.alt.wp-element-button:hover,
#wqv-quick-view-content .single_add_to_cart_button.button.alt.wp-element-button:hover {
    background-color: black !important;
    color: white !important;
}

/*Removes top margin set by Poptin newsletter form */
.poptin-embedded {margin-top: 0;}

/* Show submenu arrow in the mobile overlay 
.wp-block-navigation__responsive-container.is-menu-open 
  .wp-block-navigation__responsive-container-content 
  .wp-block-navigation__submenu-icon {
  display: inline-flex !important;
}
*/

/* Closed by default 
.wp-block-navigation__submenu-container {
  display: none;
}
*/

/* Open when aria-expanded="true" on the toggle
.wp-block-navigation-submenu__toggle[aria-expanded="true"]
  + .wp-block-navigation__submenu-container {
  display: block;
}
 */

.client-events-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  margin: 0 auto;
}

.client-event {
  background-color: #f4f9fd;
  border-radius: 8px;
  padding: 1.0rem 1.25rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  flex: 1 1 260px;
  box-sizing: border-box;

  display: flex;
  gap: 1rem;
  align-items: stretch; /* image full height of card */
}

.client-event__image-wrap {
  flex: 0 0 90px; /* fixed square size, tweak as needed */
  max-width: 90px;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  border-radius: 6px;
}

.client-event__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.client-event__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.client-event__title {
  margin: 0 0 0.35rem;
  font-size: 1.05rem;
  font-weight: 600;
}

.client-event__datetime {
  font-size: 0.95rem;
  margin-bottom: 0.35rem;
  color: #333333;
}

.client-event__address {
  font-size: 0.9rem;
  line-height: 1.4;
  margin-bottom: 0.35rem;
  color: #555555;
}

.client-event__handle a {
  font-size: 0.9rem;
  color: #1d9bf0;
  text-decoration: none;
}

.client-event__handle a:hover {
  text-decoration: underline;
}

.text-centred {max-width: 650px !important;}

@media screen and (max-width: 768px) {
	.hide-on-mobile { display: none !important;}
}
@media screen and (min-width: 768px) {
	#shop-by-gem-mobile {display: none;}
}

/* Remove grey outline/border from submenu container */
#shop-by-gem-mobile ul, #shop-by-gem-mobile li {
  border: none;
  outline: none;
}

/* Remove outline on submenu links when clicked/focused */
#shop-by-gem-mobile ul, #shop-by-gem-mobile li  {
  outline: none;
  box-shadow: none;
}

/* If the grey is actually a focus outline on links/buttons */
#shop-by-gem-mobile a:focus,
#shop-by-gem-mobile button:focus {
  outline: none;
  box-shadow: none;
}

.wp-block-navigation-submenu li {
	line-height: 1.8;
}

.wp-block-navigation-submenu li:first-of-type {
	margin-top: 12px;
}

/* Hide result count and dropdown filter */
.woocommerce-result-count,
.woocommerce-ordering {
    display: none !important;
}
