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

a:where(:not(.wp-element-button)):hover {
    text-decoration: underline;
    text-decoration-thickness: 1.5px; /* Make the underline thinner */
    text-underline-offset: 2px; /* Offset the underline slightly */
}

.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);
}


/* 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;}
