/* =============================================================================
   WOOCOMMERCE
   Product archive, single product, tabs, sale badges, sliders, related products
   Source: customiser.css
============================================================================= */

.mnm_item dl.variation dd {

    text-transform: capitalize;
}

.has-mnm-product small.wcsatt-sub-options {
    display: none;
}

.has-mnm-product span.wcsatt-sub-discount {
    display: none;
}

#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column-standard > a.mega-menu-link, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item > a.mega-menu-link:hover {
    color: #3dad84;
}

h2.fb-contact-form__heading.text-center {
    margin-top: -70px;
}

.woocommerce div.product div.images img {

    border-radius: 20px;
}

.usp2 .blk2 img {
    height: 30px;
    margin-top: 5px;
    margin-bottom: -19px;
    margin-right: 0;
}

.usp4 .blk2 img {
    height: 30px;
    margin-top: 5px;
    margin-bottom: -19px;
    margin-right: 0;
}

.wp-block-woocommerce-empty-cart-block h2 a {
    color: #255154;
}

.wp-block-stackable-button.stk-block-button.has-text-align-center.stk-block.stk-3a22ff2 {
    margin-top: 50px;
}

a.stk-link.stk-button.stk--hover-effect-darken {
    border-radius: 20px!important;
}

.wp-block-woocommerce-empty-cart-block .wp-block-woocommerce-product-collection.is-layout-flow.wp-block-woocommerce-product-collection-is-layout-flow {
    display: block;
    max-width: 70%;
    margin: 0 auto;
}

.wp-block-woocommerce-empty-cart-block a.add_to_cart_button {
    background: #255153!important;
}

.wp-block-woocommerce-empty-cart-block button.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button.ajax_add_to_cart.product_type_simple {
    background: #255153!important;
}

a.button.product_type_variable:hover {
    background: #492774!important;
    border: 0;
    color: #fff!important;
    filter: brightness(1);
    box-shadow: 1px 2px 10px 1px #2452544d;
}

.wcpscwc-design-14 .wcpscwc-product-title a, 
.wcpscwc-design-14 .wcpscwc-product-title a:focus, 
.wcpscwc-design-14 .wcpscwc-product-title a:hover, 
.wcpscwc-design-14 .wcpscwc-product-title a:visited {
    color: #fff!important;
    font-size: 1.2rem;
    font-weight: normal!important;
    text-transform: capitalize;
    background: #333;
    padding: 6px 35px;
    margin: 0 auto;
    border-radius: 20px;
}


/* --- Forms (login, register, coupon) ------------------------------------- */

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
    background: #fff!important; /* !important-flag */
    max-width: 900px!important;
    margin: 0 auto!important;
}

/* --- Single Product structure reset -------------------------------------- */

.woocommerce-page div.product div.summary,
.woocommerce-page div.product div.images{
    float: none;
    width: unset;
    clear: unset;
}

/* --- Sale badges --------------------------------------------------------- */

/* Slider sale badge visibility (controlled by checkbox meta) */
.woocommerce-product-slider .manual-sale-badge-disabled .onsale,
.wps-slider-section .manual-sale-badge-disabled .onsale,
.wcps-items .manual-sale-badge-disabled .onsale {
    display: none!important;
}

.woocommerce-product-slider .manual-sale-badge-enabled .onsale,
.wps-slider-section .manual-sale-badge-enabled .onsale,
.wcps-items .manual-sale-badge-enabled .onsale {
    display: block!important;
}

span.onsale {
    display: block!important;
}

/* Archive/loop sale badge */
.woocommerce span.onsale {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    padding: 46px 30px 0 30px;
    background: url(/wp-content/uploads/2026/04/sale.svg);
    line-height: 0px;
    font-size: 18px;
    color: #fff;
    height: 100px;
    font-weight: 700;
    width: 100px;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    transform: none;
}

@media (max-width: 989px){
    .woocommerce span.onsale{
        display: none!important;
    }
}

/*

@media (max-width: 767px){
    .woocommerce span.onsale{
        top:15px;
        left: 15px;
        width: 80px;
        height: 80px;
        padding: 37px 10px 0 10px;
    }
}

*/

/* Single product sale badge */
.single-product .product-image-summary-wrapper {
    position: relative;
    /* Override customiser.css which sets display:block; float:left — these
       fight Bootstrap's .row flexbox. The template provides the col structure. */
    display: flex !important;
    float: none !important;

    /*width: 100% !important;*/ /*BUG*/

    /* Concave bottom curve — truly transparent so the element behind shows through.
       The ellipse is centred at the bottom edge; its top arc bites 60px upward.
       Pair with a negative margin on the element below equal to the curve depth. */
    -webkit-mask-image: radial-gradient(ellipse 55% 60px at 50% 100%, transparent 99%, black 100%);
    mask-image:         radial-gradient(ellipse 55% 60px at 50% 100%, transparent 99%, black 100%);
}

.single-product .product-image-summary-wrapper > .onsale.custom-sale-badge {
    position: absolute!important;
    top: 70px!important;
    left: 45%!important;
    right: auto!important;
    transform: translateX(-50%);
    z-index: 3;
}

.single-product.woocommerce span.onsale {
    z-index: 9;
    display: block;
}

/* WCPSCWC slider sale badge */
.wcpscwc-design-1 .wcpscwc-product-onsale {
    position: absolute;
    top: 0;
    left: 62%;
    display: block;
    padding: 32px 15px 0 15px;
    background: url(/wp-content/uploads/2026/04/sale.svg);
    line-height: 0px;
    font-size: 18px;
    color: #fff;
    height: 70px!important;
    font-weight: 700;
    width: 70px!important;
    background-size: contain!important;
    background-repeat: no-repeat!important;
    transform: none;
}

/* --- Product archive layout ---------------------------------------------- */

.tw-archive-banner {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    overflow: hidden;
    background: url(/wp-content/uploads/2026/01/product-archive-bg.png) bottom no-repeat;
    background-size: contain;
}

.tw-archive-banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--twBannerBg) center / cover no-repeat;
    z-index: 0;
}

.tw-archive-banner__inner {
    position: relative;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 32px;
    align-items: center;
    z-index: 1;
    align-content: center;
    justify-content: center!important;
    max-width: 1400px;
}

@media (min-width:992px){

	.tw-archive-banner__content {
	    margin: 0 auto;
	    transform: translateY(-60px);
	}
}

.tw-archive-banner__title {
    font-size: clamp(36px, 4vw, 58px);
    line-height: 1.05;
    margin: 0 0 14px;
}

.tw-archive-banner__desc {
    max-width: 76ch;
    font-size: 18px;
    text-align: center;
}

.tw-archive-banner__image {
    margin-top: -20px;
    margin-bottom: 20px;
    text-align: center;
}

.tw-archive-banner__image img {
    height: auto;
}

@media (min-width:992px) {

    .tw-archive-banner__image img{
        float: right;
        display: block;
    }

}

.tax-product_tag .tw-archive-banner__image {
    transform: scale(.85);
    transform-origin: center;
}

@media (max-width: 900px) {
    .tw-archive-banner__inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    .tw-archive-banner__desc { margin: 0 auto; }
}

/* --- Archive filter (pills + pet selector) ------------------------------- */

.tw-archive-filter {
    margin: 0 0 24px;
    text-align: center;
}

.tw-archive-filter__pills {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-bottom: 18px;
}

.tw-archive-filter__title {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 14px;
}

/* Merged from two definitions — font props from first, background from second */
.tw-archive-filter__or {
    font-style: italic;
    margin-bottom: 4px;
    opacity: 1;
    font-family: caveat;
    font-size: 1.8em;
    background: url(/wp-content/uploads/2026/02/cat-underline.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

.tw-archive-filter__pets {
    margin-top: 6px;
}

/* Pet selector */
.tw-pets {
    display: flex;
    flex-wrap: wrap;
    gap: 26px;
    justify-content: center;
}

.tw-pet {
    text-decoration: none;
    color: inherit;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

/* Default icon state (inside .tw-pets / .tw-archive-filter context) */
.tw-pet__icon {
    width: 74px;
    height: 74px;
    border-radius: 999px;
  
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    box-shadow: 0 6px 18px rgba(0,0,0,.08);
}

/* Override: transparent bg when used outside the pet filter (e.g. single product) */
.tw-pet.is-active .tw-pet__icon,
.single-product .tw-pet__icon {
    background: transparent!important;
    box-shadow: none!important;
}

.tw-pet__icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.tw-pet.is-active .tw-pet__icon {
    outline: 3px solid #2e1a55;
    outline-offset: 3px;
}

.tw-pet__label {
    font-weight: 600;
}

/* --- Shop sections layout ----------------------------------------------- */

.tw-shop-section { margin: 34px 0; }

.tw-shop-section__head {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 14px;
}

.tw-shop-section__title {
    font-size: 26px;
    margin: 0;
}

.tw-shop-section__link {
    font-weight: 600;
    text-decoration: none;
}

/* --- Product loop cards -------------------------------------------------- */

/*
REMOVED/BUGGY
.woocommerce .products ul,
.woocommerce ul.products {
    margin: 0 auto 1em;
    padding: 0;
    justify-content: center;
    list-style: none outside;
    clear: both;
    max-width: 97%;
}
*/

/* Bootstrap .row + .col-* (added via PHP filter + content-product.php) handles
   all column widths and gutters. Remove the old inline-grid / fixed-width rules
   that were preventing Bootstrap from taking over. */
ul.products article.product {
    border: 0;
}

/* Product title in loop */
h2.woocommerce-loop-product_title.h6.card-title.mb-2 {
    margin-top: 20px;
    font-size: 1.5em!important;
    margin-bottom: 20px!important;
	font-weight:bold;
}

h2.woocommerce-loop-product_title.h6.card-title.mb-2 a {
    color: #245254;
    font-weight: 800;
}

/* Per-product background colours on title links */
/* !important-flag: these use post IDs — will break if products are recreated */
.products .product.post-743  h2.woocommerce-loop-product_title.h6.card-title.mb-2 > a { background: #ee3731!important; }
.products .product.post-969  h2.woocommerce-loop-product_title.h6.card-title.mb-2 > a { background: #ffb81d!important; }
.products .product.post-994  h2.woocommerce-loop-product_title.h6.card-title.mb-2 > a { background: #a2d884!important; }
.products .product.post-1175 h2.woocommerce-loop-product_title.h6.card-title.mb-2 > a { background: #44693e!important; }
.products .product.post-849  h2.woocommerce-loop-product_title.h6.card-title.mb-2 > a { background: #ef95cf!important; }
.products .product.post-1007 h2.woocommerce-loop-product_title.h6.card-title.mb-2 > a { background: #ff6a15!important; }
.products .product.post-1094 h2.woocommerce-loop-product_title.h6.card-title.mb-2 > a { background: #b59fcc!important; }
.products .product.post-827  h2.woocommerce-loop-product_title.h6.card-title.mb-2 > a { background: #62b5e5!important; }
.products .product.post-922  h2.woocommerce-loop-product_title.h6.card-title.mb-2 > a { background: #592884!important; }
.products .product.post-980  h2.woocommerce-loop-product_title.h6.card-title.mb-2 > a { background: #8fd6be!important; }
.products .product.post-1146 h2.woocommerce-loop-product_title.h6.card-title.mb-2 > a { background: #005787!important; }
.products .product.post-1071 h2.woocommerce-loop-product_title.h6.card-title.mb-2 > a { background: #8fd6be!important; }
.products .product.post-1114 h2.woocommerce-loop-product_title.h6.card-title.mb-2 > a { background: #8fd6be!important; }

.archive .card .card-body h2.woocommerce-loop-product_title.h6.card-title.mb-2 > a {
    background: transparent!important;
}

.pw-loop-desc {
    font-size: 0.8125rem;
    color: #556060;
    line-height: 1.5;
    margin: 0 0 0.75rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-align: center;
}

/* Archive hide elements */
nav.woocommerce-pagination {
    display: none;
}

p.woocommerce-result-count {
    display: none;
}

form.woocommerce-ordering {
    display: none;
}

.price.mb-3 {
    display: none;
}

.post-type-archive .page-description {
    display: none;
}

.term-description {
    display: none;
}

/* Add to cart buttons */

.archive a.add_to_cart_button {
    margin: 0 auto!important;
    display: block!important;
    text-align: center;
    max-width: 240px;
}


a.add_to_cart_button {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.add_to_cart_button:not(.wc-block-components-product-button__button) {
    background: #fff!important;
    border: 2px solid #255153!important;
    border-radius: 20px!important;
}

a.button.product_type_variable {
    background: #fff!important;
    border: 2px solid #255153!important;
    border-radius: 20px!important;
    margin: 0 auto!important;
    text-align: center;
    display: block;
}

/* NOTE: orphaned rule removed — was missing opening brace in customiser.css */

a.button.product_type_mix-and-match {
    background: #fff!important;
    border: 2px solid #255153!important;
    border-radius: 20px!important;
    width: 100%;
    text-align: center;
}

/* --- Single product ------------------------------------------------------ */

.single-product main#primary {
    margin: 0;
    max-width: 100%;
    margin-top: 0!important;
    padding: 0;
    background: url(/wp-content/uploads/2026/01/FAQ-white-bg.png) bottom no-repeat;
}

/* Product summary wrapper with coloured background */
.product-image-summary-wrapper {
    background-image: url(/wp-content/uploads/2025/12/animal-texture-img-46.svg)!important;
    background: #245255;
    padding: 5%;
    display: block;
    z-index: 2;
}

/* Per-product background colours */
body.product-pillow-wad-pellets   .product-image-summary-wrapper { background: #44693d; }
body.product-alfalfa-hay          .product-image-summary-wrapper { background: #5a2684; }
body.product-woodshavings         .product-image-summary-wrapper { background: #005687; }
body.product-farmers-blend        .product-image-summary-wrapper { background: #76140a; }
body.product-eco-nest             .product-image-summary-wrapper { background: #6c1d45; }
body.product-fusions-immune-boosters .product-image-summary-wrapper { background: #644178; }
body.product-willow-sticks        .product-image-summary-wrapper { background: #94969d; }
body.product-whole-nettle         .product-image-summary-wrapper { background: #94969d; }
body.product-dandelion-root       .product-image-summary-wrapper { background: #94969d; }
body.product-dandelion-leaf       .product-image-summary-wrapper { background: #94969d; }
body.product-flower-forage        .product-image-summary-wrapper { background: #ef95cf; }
body.product-nibbley-bit-cookies  .product-image-summary-wrapper { background: #44693d; }
body.product-meadow-hay           .product-image-summary-wrapper { background: #44693d; }
body.product-barley-straw         .product-image-summary-wrapper { background-color: #ee3731; background-image: url(/wp-content/uploads/2025/12/animal-texture-img-46.svg); }
body.product-herb-garden          .product-image-summary-wrapper { background-color: #644178; background-image: url(/wp-content/uploads/2025/12/animal-texture-img-46.svg); }
body.product-timothy-hay          .product-image-summary-wrapper { background-color: #245255; background-image: url(/wp-content/uploads/2025/12/animal-texture-img-46.svg); }

/* USP strip on single product */

a.blk {
    color: #1f2430;
}

a.blk2 {
    color: #1f2430;
}

a.blk2:hover {
    text-decoration:underline;
}


.single-product .usps {
    /*background: url(/wp-content/uploads/2025/11/white-line.png) center center;*/
    background-repeat: no-repeat;
    width: 100%;
    background-size: 100%;
    padding: 0 5%;
}

.woocommerce div.product .product_title {
    clear: none;
    margin-top: 0;
    padding: 0;
    color: #fff!important;
    display: inline-flex;
    flex-direction: row;
}

.woocommerce div.product div.summary {
    margin-bottom: 2em;
    margin-top: 38px;
}

.woocommerce-product-details__short-description {
    color: #fff;
    font-size: 1.1em;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product p.price,
.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product span.price {
    color: #fff;
    font-size: 1.25em;
}

.woocommerce:where(body:not(.woocommerce-uses-block-theme)) div.product .out-of-stock {
    color: #fff;
}

/* Rating snippet */
span.ruk-rating-snippet-count {
    color: #fff!important;
}

.ruk_rating_snippet .ruk-rating-snippet-count {
    bottom: 0px!important;
}

.ruk_rating_snippet {
    display: inline-flex;
    margin-left: 20px;
}

/* --- Single product: product head layout --------------------------------- */

.tw-product-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 25px;
}

.tw-product-head-left {
    flex: 0 0 60%;
    max-width: 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
}

.tw-product-head .product-review-nuggets {
    flex: 0 0 40%;
    max-width: 40%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
}

.tw-product-head-left .product_title,
.tw-product-head-left .ruk_rating_snippet,
.tw-product-head-left .price {
    margin-left: 0;
    text-align: left;
}

.tw-product-head .product-review-nugget {
    width: 100%;
}

@media (max-width: 767px) {
    .tw-product-head {
        flex-direction: column;
        margin:20px 0 0 0;
    }
    .tw-product-head-left,
    .tw-product-head .product-review-nuggets {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .tw-product-head .product-review-nuggets {
        justify-content: flex-start;
        text-align: left;
        width: 100%;
    }
}

/* --- Product review nuggets (rotating quotes) ----------------------------- */

/* Outer container */
.product-review-nuggets {
    position: relative;
    margin-top: 0px;
    margin-bottom: 20px;
    min-height: 140px;
    overflow: hidden;
}

/* Individual nugget — hidden by default, shown via JS .is-active */
.product-review-nugget {
    position: absolute;
    inset: 0;
    min-height: 140px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.8s ease, visibility 0.8s ease;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  
}

.product-review-nugget.is-active {
    opacity: 1;
    visibility: visible;
    position: relative;
}

/* Stars — pink confirmed correct colour */
.product-review-stars {
    font-size: 22px;
    line-height: 1;
    color: #ef95cf;
    margin-bottom: 4px;
    letter-spacing: 2px;
}

.product-review-quote {
    color: #ffffff;
    font-size: 1.6em;
    font-style: italic;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 5px;
    max-width: 900px;
}

.product-review-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    font-size: 18px;
    line-height: 1.4;
	justify-content: flex-end;
}

.product-review-meta .review-author {
    color: #ffffff;
    font-weight: 300;
    font-size: 0.9em;
}

.product-review-meta .review-verified {
    color: rgba(255,255,255,0.78);
    font-weight: 500;
    position: relative;
    padding-left: 28px;
}

.product-review-meta .review-verified::before {
    content: "✔";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ffffff;
    color: #6f7f5b;
    font-size: 13px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
}

.review-extra {
    display: flex;
    align-items: center;
    gap: 6px;
}


@media (max-width: 767px) {

    .product-review-nugget,
    .product-review-nuggets{
        min-height: unset;
    }
    
    .product-review-stars {
        font-size: 28px;
        margin-bottom: 18px;
    }
    .product-review-quote {
        font-size: 24px;
        margin-bottom: 18px;
    }
    .product-review-meta {
        font-size: 16px;
    }
}

/* --- Ratings tab --------------------------------------------------------- */

/* Consolidated from 4 duplicate .tw-product-tab definitions */
.tw-product-tab {
    padding: 18px;
    border-radius: 10px;
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: center;
    /*text-align: center;*/
    z-index: 1;
}

.tw-product-tab h2,
.tw-product-tab h3,
.tw-product-tab h4{
    text-align: left;
    /*
    background-image: url("../img/green-underline.png");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: contain;
    padding-bottom:1rem;
    display: inline-block;
    */
    font-family: "lato";
    font-weight: 700;
    font-size: 1.8rem;
    color: #245255;
}

/*
.tw-tab-tips{
    padding-bottom: 140px;
}

.tw-tab-tips .container{
    max-width: 1400px;
    margin: 0 auto;
}
*/

/*
NO NEEDED
.tw-tab-tips::after{
    content: '';
    position: absolute;
    bottom: 0;
    inset: 0;
    background-image: url(../img/grass-background-white-1.svg);
    background-repeat: no-repeat;
    background-position: 0 150%;
    filter: invert(10%);
    background-size: 100%;
    z-index: 0;
    pointer-events: none;
}
*/

.tw-tab-tips .container {
    position: relative;
    z-index: 1;
}

.tw-product-tab.tw-tab-ratings {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin: 0 auto;
}

.tw-product-tab.tw-tab-ratings .tw-tab-content {
    width: 100%;
    flex: 0 0 100%;
}

.tw-product-tab.tw-tab-ratings .tw-ratings-rows {
    width: 100%;
}

.tw-product-tab.tw-tab-ingredients {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.tw-tab-image img { max-width: 100%; height: auto; display: block; }
.tw-tab-title { margin: 0 0 12px; }

@media (min-width: 768px) {
    .tw-tab-content {
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}

.tw-tab-content a{
    text-decoration: underline;
    color: #245255;
    font-weight: 700;
}

/*
REMOVED
.tw-tab-content { max-width: 90%; }
*/
.tw-tab-wellbeing h2.tw-tab-title {
    display: none;
}


/* Wellbeing tabs */

/*
MOVED
.tw-tab-wellbeing{
    background-image: url('../img/background-repeat-grey-opacity.png');
    background-repeat: repeat;
    background-size: 70%;
}
*/


/* Ratings stars — consolidated from 2 duplicate definitions (gap:16px wins) */
.tw-ratings-stars {
    display: flex;
    align-items: center;
    gap: 16px;
    font-size: 48px;
    line-height: 1;
    flex-wrap: nowrap;
}

.tw-ratings-star {
    display: inline-block;
    color: #d9d9d9;
}

.tw-ratings-star.is-filled {
    color: #f4b400;
}

.tw-ratings-star.is-empty {
    color: #d9d9d9;
}

.tw-ratings-rows {
    display: flex;
    flex-direction: column;
    gap: 0px!important;
    width: 100%;
}

.tw-ratings-row {
    display: grid;
    grid-template-columns: minmax(260px, 360px) 140px 1fr;
    align-items: center;
    column-gap: 40px;
    width: 100%;
    border: 0!important;
    padding: 14px;
    border-radius: 10px;
}

.tw-ratings-content {
    font-size: 20px;
    line-height: 1.15;
    font-weight: 700;
    color: #1f2a37;
}

.tw-ratings-content p {
    margin: 0;
}

.tw-ratings-animal {
    display: flex;
    align-items: center;
    justify-content: center;
}

.tw-ratings-animal img {
    display: block;
    max-width: 100px;
    max-height: 100px;
    width: auto;
    height: auto;
}

div#tab-tw_ratings {
    margin-top: 0;
}

@media (max-width: 991px) { /* aligned to Bootstrap lg — was 1024px */
    .tw-ratings-row {
        grid-template-columns: minmax(220px, 1fr) 110px 1fr;
        column-gap: 24px;
    }
    .tw-ratings-content { font-size: 22px; }
    .tw-ratings-animal img { max-width: 90px; max-height: 90px; }
    .tw-ratings-stars { font-size: 48px; gap: 10px; }

    .woocommerce-page div.product div.images{
        margin-left: auto;
        margin-right: auto;
    }
}

@media (max-width: 768px) {
    .tw-ratings-row {
        grid-template-columns: auto 1fr;
        row-gap: 10px;
        column-gap: 20px;
        align-items: center;
    }
    /* Content spans both columns on its own row */
    .tw-ratings-content {
        grid-column: 1 / -1;
        font-size: 20px;
        text-align: left;
    }
    /* Animal (col 1) and stars (col 2) share the second row */
    .tw-ratings-animal { justify-content: flex-start; }
    .tw-ratings-animal img { max-width: 80px; max-height: 80px; }
    .tw-ratings-stars { font-size: 32px; gap: 6px; justify-content: flex-start; }
}

/* --- Highlight cards (tab panel) ----------------------------------------- */

.highlights-panel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(180px, 1fr));
    gap: 20px;
    align-items: start;
}

.highlight-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 14px;
    padding: 18px;
    text-align: center;
}

.highlight-card__icon img {
    max-width: 90px;
    height: auto;
    display: block;
    margin: 0 auto 12px;
}

.highlight-card__text {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 10px;
}

.highlight-card__stars {
    font-size: 22px;
    line-height: 1;
    letter-spacing: 2px;
}

.highlight-card__stars .is-filled { color: #f5b301; }
.highlight-card__stars .is-empty  { color: #d9d9d9; }

/* --- Why module (tab panel) ---------------------------------------------- */

.tw-why-module {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    width: 100%;
    gap: 28px;
    align-items: center;
}

.tw-why-left-col {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tw-why-intro {
    font-size: 1em;
    line-height: 1.5;
    color: #1f2a37;
}

.tw-why-intro p {
    margin: 0 0 8px;
}

.tw-why-intro p:last-child {
    margin-bottom: 0;
}

.tw-why-intro__cta {
    color: #000000;
    font-weight: 700;
}

.tw-why-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 16px;
}

.tw-why-display__text {
    font-size: 1.2em;
    max-width: 60%;
}

.tw-why-display__image img {
    height: auto;
    display: block;
}

.tw-why-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
}

.tw-why-grid__btn {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
    border-radius: 999px;
    outline: none;
}

.tw-why-grid__btn img {
    width: 100px;
    height: auto;
    border-radius: 999px;
    display: block;
    opacity: .55;
    filter: saturate(.6);
    transition: opacity .2s ease, filter .2s ease, transform .2s ease;
    margin: 0 auto;
}

.tw-why-grid__btn:hover img,
.tw-why-grid__btn.is-active img {
    opacity: 1;
    filter: saturate(1);
}

@media (max-width: 767px) {
    .tw-why-module { grid-template-columns: 1fr; gap: 18px; }
    .tw-why-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
    /*.tw-why-grid__btn img { width: 60px; }*/
    .tw-mobile-accordions { display: block; }
}

.tw-mobile-accordions {
    display: none;
}

/* --- Woo tabs ------------------------------------------------------------ */

/* Outer wrapper: max-width + breathing room */
.tab-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 40px 20px 60px;
    clear: both;
    width: 100%;
    background: none;
    min-height: 0;
    box-sizing: border-box;
}

/* Card shell */
.woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper {
    /*background: #e3f3ed;*/
    border-radius: 20px;
    overflow: visible;
}

/* Tab nav row */
.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    list-style: none;
    margin: 0;
    padding:0;
    background: transparent;
    gap: 6px;
    overflow: visible;
    position: relative;
    justify-content: flex-start;
}

/* Remove WooCommerce's decorative pseudo-elements */
.woocommerce div.product .woocommerce-tabs ul.tabs::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::before,
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    display: none;
}

/* Each tab pill */
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    background: rgba(255, 255, 255, 0.5);
    border: none;
    border-radius: 10px 10px 0 0;
    margin: 0 !important;
    padding: 0 !important;
    display: inline-block;
    position: relative;
    z-index: 0;
    border: #e3f3ed 1px solid;
    border-bottom: none;
}

@media (max-width: 1023px){
    .woocommerce div.product .woocommerce-tabs ul.tabs{
        gap: 0;
    }
    .woocommerce div.product .woocommerce-tabs ul.tabs li{
        width:100%;
    }
    /*
    .woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(1),
    .woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(2){
        border-bottom: #e3f3ed 1px solid;
    }
    */

    .woocommerce div.product .woocommerce-tabs .panel{
        border-radius:0 0 20px 20px!important;
    }

    .woocommerce div.product .woocommerce-tabs ul.tabs li{
        border-radius: 0;
    }

     .woocommerce div.product .woocommerce-tabs ul.tabs li:nth-child(1){
        border-radius: 20px 20px 0 0;
     }
}

/* Active tab: same bg as panel so it blends in */
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background: #e3f3ed;
    z-index: 2;
}

/* Tab links */
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    display: block;
    padding: 15px 42px;
    color: #015e5d;
    font-weight: 900;
    font-size: 1.4em;
    text-decoration: none;
    background: none;
    min-width: 0;
    height: auto;
    white-space: nowrap;
}

.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    font-weight: 900;
    font-size: 1.4rem;
    color: #015e5d;
}


/* "+" indicator on inactive tabs */
/*
REMOVED
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(.active) a::after {
    content: ' +';
    font-weight: 400;
}
*/

/* Panel */
.woocommerce div.product .woocommerce-tabs .panel {
    max-width: 100%;
    margin: 0;
    padding: 32px;
    background: transparent;
    border-radius: 0 20px 20px 20px;
    position: relative;
    z-index: 1;
    background-color: #e3f3ed;
    background-image: url('/wp-content/uploads/2026/06/background-repeat-grey-opacity.png');
    background-repeat: repeat;
    background-size: 70%;
}

/* --- Accordion (mobile ≤ 768px) ------------------------------------------ */

@media (max-width: 768px) {

    .tab-wrap {
        padding: 20px 12px 40px;
    }

    /* Wrapper adjusts for accordion layout */
    .woocommerce div.product .woocommerce-tabs.wc-tabs-wrapper.is-accordion {
        border-radius: 10px;
        overflow: hidden;
    }

    .tw-accordion-shelf {
        display: flex;
        flex-direction: column;
        gap: 4px;
        padding: 8px;
    }

    .tw-accordion-item {
        border-radius: 10px;
        overflow: hidden;
    }

    /* Accordion header — the <li> moved outside ul.tabs so desktop ul.tabs li rules
       no longer match; we style it fresh here */
    .tw-accordion-item > li {
        display: block;
        list-style: none;
        margin: 0;
        padding: 0;
        background: rgba(255, 255, 255, 0.55);
        border-radius: 10px;
        cursor: pointer;
    }

    .tw-accordion-item.is-open > li {
        background: rgba(255, 255, 255, 0.8);
        border-radius: 10px 10px 0 0;
    }

    .tw-accordion-item > li > a {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 14px 18px;
        color: #015e5d;
        font-weight: 700;
        font-size: 1.2em;
        text-decoration: none;
        white-space: normal;
    }

    /* Open/close indicator */
    .tw-accordion-item > li > a::after {
        content: '+';
        font-size: 1.4em;
        font-weight: 300;
        line-height: 1;
        flex-shrink: 0;
        margin-left: 10px;
    }

    .tw-accordion-item.is-open > li > a::after {
        content: '−';
    }

    /* Panel visibility — !important overrides WooCommerce's inline display:none */
    .woocommerce div.product .woocommerce-tabs.is-accordion .woocommerce-Tabs-panel {
        display: none !important;
        padding: 20px 16px;
        border-radius: 0 0 10px 10px;
    }

    .woocommerce div.product .woocommerce-tabs.is-accordion .tw-accordion-item.is-open .woocommerce-Tabs-panel {
        display: block !important;
    }
}

/* --- Single product: add to cart / quantity ------------------------------ */

.quantity {
    background: #fff;
}

.woocommerce .quantity .qty {
    width: 40px;
    text-align: center;
    border: 0;
}

.qty-button {
    width: 36px;
    height: 36px;
    border: 0!important;
    background: #ffffff;
    cursor: pointer;
    font-size: 18px;
    line-height: 1;
	border-radius:20px;
}

.woocommerce div.product form.cart div.quantity {
    float: left;
    border-radius: 20px;
    margin-bottom: 10px;
    margin: 0 4px 0 0;
}

@media(max-width: 575px){
.woocommerce div.product form.cart .button.single_add_to_cart_button {
    width: 63%;
    padding: 12px 40px!important;
}
}
/* !important-flag on first definition kept — second definition (background:#ffffff29)
   removed as it conflicts and has lower specificity */
.woocommerce div.product form.cart .button {
    vertical-align: middle;
    float: left;
    background: #ffffff!important;
    border-radius: 10px!important;
    margin-left: 10px;
    text-transform: uppercase;
    font-weight: 400;
    color: #000!important;
    padding: 10px 30px;
}

.woocommerce div.product form.cart .button.single_add_to_cart_button {
    color: #000!important;
    background: #fff!important;
    padding: 12px 60px;
    display: block;
    border-radius: 20px!important;
    font-weight: normal;
    font-size: 0.9em;
    text-transform: uppercase;
}

.single_variation_wrap {
    background: transparent;
    display: block;
    border-radius: 20px;
    width: 100%;
    height: 230px;
    padding: 0px;
}

a.reset_variations {
    display: none!important;
}

.woocommerce-variation-price {
    display: none;
}

.product_meta {
    display: none;
}

th.label {
    display: none;
}

/* --- Subscribe button ---------------------------------------------------- */

a.button.tw-subscribe-btn {
    margin-left: 0!important;
}

.tw-alt-option {
    margin-top: 20px;
    float: left;
    text-align: center;
    width: 100%;
}

.tw-subscribe-btn {
    display: inline-block;
    margin-bottom: 10px;
}

/* Or divider */
.tw-or-divider {
    position: relative;
    margin: 20px 0;
}

.tw-or-divider span {
    padding: 0 15px;
    position: relative;
    z-index: 2;
}

/* Merged: second definition adds width:45% to left line */
.tw-or-divider:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 1px;
    background: #ccc;
    z-index: 1;
    width: 45%;
}

.tw-or-divider:after {
    content: "";
    position: absolute;
    left: 55%;
    right: 0;
    top: 50%;
    height: 1px;
    background: #ccc;
    z-index: 1;
    width: 45%;
}

/* --- Related products ---------------------------------------------------- */

section.related.products {
    background: url(../img/related-top.png) no-repeat top;
    background-size: 100% auto;
}

body.single-product .product-type-mix-and-match section.related.products,
body.single-product .product-includes-whats-inside section.related.products{
    position: relative;
    z-index: 2;
    margin-top: -100px;
    padding-top: 125px;
}

section.related.products h2 {
    margin-top: 50px;
    margin-bottom: 50px;
}

body.single-product .product-type-mix-and-match section.related.products h2,
body.single-product .product-includes-whats-inside section.related.products h2{
    margin: 0 0 2rem 0;
}

@media(max-width: 575px){
    body.single-product .product-type-mix-and-match section.related.products h2,
    body.single-product .product-includes-whats-inside section.related.products h2{
        margin-bottom: 1rem;
    }
}

section.related.products a.button {
    display: none;
}

/* Consolidated: first definition (23%!important) wins */
/*
BUGGY
.related .card {
    border: 0;
    display: inline-grid;
    align-content: start;
    align-items: start;
    width: 23%!important;
    margin: 10px;
}
*/

/* Single product in related loop */
.single-product h2.woocommerce-loop-product_title.h6.card-title.mb-2 a {
    color: #fff;
    background: #245254;
    padding: 8px;
    width: 100%;
    display: block;
    border-radius: 20px;
    font-weight: normal;
    font-size: 0.9em;
}

.single section.up-sells.upsells.products {
    display: none;
}

/* --- FAQ accordion ------------------------------------------------------- */

.tw-product-faqs__title { margin: 0 0 1rem; }

.tw-accordion__item {
    background: #fff;
    margin: 20px 0;
    border-radius: 20px;
    padding: 0px 30px;
}

.tw-accordion__trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: transparent;
    border: 0;
    padding: 14px 0;
    cursor: pointer;
    text-align: left;
    pointer-events: auto;
    position: relative;
    z-index: 1;
}

.tw-accordion__q { flex: 1 1 auto; font-weight:600; }
.tw-accordion__icon { flex: 0 0 auto; font-weight: 700; pointer-events: none; }
.tw-accordion__panel { padding: 0 0 14px; }
.tw-accordion__a > *:first-child { margin-top: 0; }
.tw-accordion__a > *:last-child { margin-bottom: 0; }

.tw-product-faqs {
    max-width: 100%;
    margin: 0 auto;
    background-color: #d2dbd1!important;
    margin-top: -23px;
    padding-top: 100px;
    padding-bottom: 160px;
    display: block;
    position: relative;
    float: left;
    width: 100%;
}

.tw-product-faqs::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -2px;
    height: 320px;
    background: url('/wp-content/uploads/2026/01/FAQ-white-bg.png') bottom center / 100% auto no-repeat;
    pointer-events: none;
}

.tw-accordion {
    width: 90%;
    margin: 20px auto;
}

/* --- MNM table styling --------------------------------------------------- */

table {
    border-collapse: separate;
    border-spacing: 0 30px;
}

table tbody {
    border-spacing: 0 25px;
}

thead {
    display: none;
}

.mnm_form .mnm_price {
    font-weight: 700;
    text-align: right;
}

table tbody tr.mnm_item {
    background: rgba(255, 255, 255, 44%);
    border-radius: 50px;
    overflow: hidden;
}

table tbody tr.mnm_item td {
    background: transparent;
    padding: 20px;
}

table tbody tr.mnm_item td:first-child {
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
}

table tbody tr.mnm_item td:last-child {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}

td h4.woocommerce-loop-product__title.product_title.entry-title a {
    color: #fff;
    text-decoration: none;
}

/* --- WCPSCWC product slider ---------------------------------------------- */

.wcpscwc-product-slider-wrap .wcpscwc-product-title {
    font-size: 20px;
    line-height: normal;
    margin-bottom: 10px;
    text-align: center;
}

.wcpscwc-design-1 .wcpscwc-product-title a,
.wcpscwc-design-1 .wcpscwc-product-title a:visited {
    color: #245255!important;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: normal;
    padding: 10px 30px;
    border-radius: 20px;
    background: transparent!important;
}

.wcpscwc-design-1 .wcpscwc-product-title a:focus,
.wcpscwc-design-1 .wcpscwc-product-title a:hover {
    color: #245255!important;
}

.mega-sub-menu .wcpscwc-product-title a.product-id-774 {
    background: transparent!important;
}

/* Per-product slider title colours */
.wcpscwc-product-title a.product-id-774 { background: #245255!important; }
.wcpscwc-product-title a.product-id-849 { background: #ef95cf!important; }
.wcpscwc-product-title a.product-id-809 { background: #a9c23f!important; }

/*
.wcpscwc-design-14 .wcpscwc-product-title a,
.wcpscwc-design-14 .wcpscwc-product-title a:focus,
.wcpscwc-design-14 .wcpscwc-product-title a:hover,
.wcpscwc-design-14 .wcpscwc-product-title a:visited {
    color: #fff!important;
    font-size: 22px;
    font-weight: normal!important;
    text-transform: capitalize;
    background: #333;
    width: 80%;
    display: block;
    padding: 8px;
    margin: auto;
    border-radius: 20px;
}

.product-timothy-hay .wcpscwc-design-14 .wcpscwc-product-title a,
.wcpscwc-design-14 .wcpscwc-product-title a:focus,
.wcpscwc-design-14 .wcpscwc-product-title a:hover,
.wcpscwc-design-14 .wcpscwc-product-title a:visited {
    color: #fff!important;
    font-size: 22px;
    font-weight: normal!important;
    text-transform: capitalize;
    background: #333;
    width: 80%;
    display: block;
    padding: 8px;
    margin: auto;
    border-radius: 20px;
}
*/

.wcpscwc-design-1 .wcpscwc-product-slider {
    padding: 0px 0 10px 0;
}

.wcpscwc-design-14.wcpscwc-slide-show-2 .wcpscwc-product-image-wrapper,
.wcpscwc-design-14.wcpscwc-slide-show-3 .wcpscwc-product-image-wrapper,
.wcpscwc-design-14.wcpscwc-slide-show-4 .wcpscwc-product-image-wrapper,
.wcpscwc-design-14.wcpscwc-slide-show-5 .wcpscwc-product-image-wrapper {
    height: 370px;
}

.wcpscwc-product-slider-wrap .wcpscwc-product-image-wrapper {
    background: transparent!important;
}

.wcpscwc-product-slider-wrap .wcpscwc-image-fit .wcpscwc-product-image-wrapper img {
    width: 100%;
    height: 100%;
    object-position: top center;
    object-fit: contain;
    display: block;
}

.wcpscwc-product-slider-wrap .wcpscwc-product-shortdes,
.wcpscwc-product-slider-wrap .wcpscwc-product-shortdes p {
     color: #000;
    line-height: 1.6rem;
    font-size: 1.2rem;
    font-weight: 400;
    margin: 20px auto 0 auto;
    max-width: 360px;
}

.wcpscwc-product-slider-wrap .wcpscwc-product-price {
    display: none!important;
}

.wcpscwc-product-addtocart {
    display: none;
}

.wcpscwc-design-14 .wcpscwc-product-slider {
    padding: 0px 0 10px 0;
}

.wcpscwc-product-slider button.slick-arrow i,
.wcpscwc-product-slider button.slick-arrow svg {
    font-size: 50px;
    line-height: 50px;
}

.wcpscwc-design-14 .wcpscwc-product-slider button.slick-prev {
    left: 25px!important;
    top: 50%!important;
    height: 70px;
}

.wcpscwc-design-14 .wcpscwc-product-slider button.slick-next {
    right: 25px!important;
    top: 50%!important;
    height: 70px;
    left: unset!important;
}

/* Mobile: arrows clipped by overflow:hidden — pull inside container boundary */
@media (max-width: 767px) {
    .wcpscwc-design-14 .wcpscwc-product-slider button.slick-prev {
        left: 18px !important;
        top: 35%!important;
    }
    .wcpscwc-design-14 .wcpscwc-product-slider button.slick-next {
        left: unset!important;
        right: 18px!important;
        top: 35%!important;
    }
}

.wcpscwc-design-14 .wcpscwc-product-slider button.slick-arrow {
    bottom: 0;
    top: auto;
    background: url(/wp-content/uploads/2026/02/arrow-bg.png) no-repeat center!important;
    width: 70px;
    background-size: contain!important;
}

.wcpscwc-product-slider .wcpscwc-product-slide {
    padding: 0!important;
}

ul.slick-dots {
    display: none;
}

.wcpscwc-product-slider-wrap.wcpscwc-design-14.wcpscwc-slide-show-3.wcpscwc-clearfix {
    margin-top: 30px;
}

/* Prevent Slick slider cloned slides from creating horizontal scrollbar */
.wcpscwc-main-wrapper,
.wcpscwc-product-slider-wrap,
section.woocommerce-product-slider {
    overflow: hidden;
}

/* --- PCDFWP category slider ---------------------------------------------- */

.pcdfwp-cat-wrap.pcdfwp-clearfix {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 50px;
}

.pcdfwp-default-2 .pcdfwp-pdt-cat-inner,
.pcdfwp-design-1 .pcdfwp-pdt-cat-inner {
    border: 0;
}

.pcdfwp-cat-wrap .pcdfwp-img-wrapper {
    height: 376px;
    position: relative;
    overflow: hidden;
}

.pcdfwp-cat-wrap .pcdfwp-image-fit .pcdfwp-img-wrapper .pcdfwp-cat-img {
    width: 100%;
    height: 100%;
    object-position: top center;
    object-fit: contain;
}

/* Consolidated: second definition (font-size:16px, font-weight:700) wins */
.pcdfwp-design-1 .pcdfwp-pdt-cat-inner .pcdfwp-title .pcdfwp-title-link,
.pcdfwp-design-1 .pcdfwp-pdt-cat-inner .pcdfwp-title .pcdfwp-title-link:focus,
.pcdfwp-design-1 .pcdfwp-pdt-cat-inner .pcdfwp-title .pcdfwp-title-link:hover {
    color: #fff;
    padding: 15px 10px;
    width: 100%;
    font-size: 16px;
    background: transparent;
    font-weight: 700;
}

.pcdfwp-pdt-cat-slider .slick-prev {
    left: -150px!important;
}

.pcdfwp-pdt-cat-slider .slick-next {
    right: -150px!important;
}

.pcdfwp-pdt-cat-slider .slick-arrow {
    width: 45px!important;
    height: 50px!important;
    background: transparent!important;
}

.nswiper-wrapper {
    align-items: center!important;
}

/* --- Checkout block ------------------------------------------------------- */

.wp-block-woocommerce-checkout-order-summary-block {
    background: #d6dfa5;
    border-radius: 20px;
    border: none;
    padding: 20px;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-product-name {
    font-weight: bolder;
    font-size: 18px;
    margin: 0;
    text-align: left;
}

/* --- Misc WooCommerce ---------------------------------------------------- */

div#respond {
    display: none;
}

.header-bottom {
    background-size: cover!important;
}

/* --- Media Queries ---------------------------------------------------- */

@media (min-width: 1400px){
    .single-product .usps{
        margin-top: -130px;
    }

    /*
    .single-product .product-image-summary-wrapper{
        padding: 5% 10% 120px 5% !important;
    }
    */

    .single-product .product-image-summary-wrapper{
        padding-bottom: 120px!important;
    }
}

@media (min-width: 1200px) and (max-width: 1399px){
    
    .single-product .usps{
        margin-top: -150px;
    }

    /*
    .single-product .product-image-summary-wrapper{
        padding: 5% 10% 140px 5% !important;
    }
    */

    .single-product .product-image-summary-wrapper{
        padding-bottom: 140px!important;
    }
}

@media (min-width: 1100px) and (max-width: 1199px){
    .single-product .usps{
        margin-top: -150px;
    }

    .pw-mnm-guide{
        margin-top: -145px;
    }

    /*
    .single-product .product-image-summary-wrapper{
        padding: 5% 10% 140px 5% !important;
    }
    */

    .single-product .product-image-summary-wrapper{
        padding-bottom: 140px!important;
    }

    .pw-mnm-guide::after{
        background-size: 150% auto;
    }
}


@media (min-width: 992px) and (max-width: 1099px){

    .pw-mnm-guide::before{
        top: -600px;
    }

    .single-product .usps{
        gap: 0;
    }

    .pw-mnm-guide{
        margin-top: -135px;
    }

    .pw-mnm-guide::after{
        background-size: 200% auto;
    }

}


@media (min-width: 768px) and (max-width: 991px){

    .pw-mnm-guide::before{
        top: -500px;
    }

    .pw-mnm-guide .container{
        max-width: 100%;
    }

    .pw-mnm-guide{
        margin-top: -120px;
    }

    .pw-mnm-guide::after{
        background-size: 200% auto;
    }

    /*
    .single-product .product-image-summary-wrapper{
        padding: 5% 10% 60px 5% !important;
    }
    */

    .single-product .product-image-summary-wrapper{
        padding-bottom: 60px!important;
    }

    body.single-product .product-type-mix-and-match section.related.products,
    body.single-product .product-includes-whats-inside section.related.products{
        padding-top: 80px;
    }
}


@media (min-width: 576px) and (max-width: 767px){

    .pw-mnm-guide::before{
        top: -600px;
    }

    .pw-mnm-guide::after{
        background-size: 250% auto;
    }

    body.single-product .product-type-mix-and-match section.related.products,
    body.single-product .product-includes-whats-inside section.related.products{
        padding-top: 60px;
    }

    /*
    .single-product .product-image-summary-wrapper{
        padding: 5% 10% 60px 5% !important;
    }
    */

    .single-product .product-image-summary-wrapper{
        padding-bottom: 60px!important;
    }
    
}

@media (max-width: 576px){
	
	.usps {
    display: none;
}
	
	.home	.usps {
    display: block;
}

    .pw-mnm-guide::before{
        top: -1200px;
    }

    body.single-product .product-type-mix-and-match section.related.products,
    body.single-product .product-includes-whats-inside section.related.products{
        padding-top: 40px;
    }

    .pw-mnm-guide::after{
        background-size: 350% auto;
    }

    /*
    NOT NEEDED
    .single-product .product-image-summary-wrapper{
        padding: 5% 10% 60px 5% !important;
    }
    */

    .single-product .product-image-summary-wrapper{
        padding-bottom: 60px!important;
    }

}

/* ── Single product: floating WC notices ─────────────────────────────────── */
/* Position: set in user request. Tweak top/width/left here if needed.
   JS counterpart: assets/js/product-notices.js */

body.single-product .woocommerce-notices-wrapper {
    position: fixed;
    top: 240px;
    z-index: 999;
    width: 50vw;
    left: 25%;
    pointer-events: none; /* let clicks pass through to the page behind */
}

/* Success notices are suppressed entirely — sidecart opens instead */
body.single-product .woocommerce-notices-wrapper .woocommerce-message {
    display: none !important;
}

body.single-product .woocommerce-notices-wrapper .woocommerce-error,
body.single-product .woocommerce-notices-wrapper .woocommerce-info,
body.single-product .woocommerce-notices-wrapper .woocommerce-message {
    pointer-events: auto;
    position: relative !important;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
    padding-right: 2.5rem !important;
    transition: opacity 0.4s ease;
}

/* Dismiss (×) button injected by JS */
.pw-notice-dismiss {
    position: absolute;
    top: 0.6rem;
    right: 0.75rem;
    background: none;
    border: none;
    font-size: 1.3rem;
    line-height: 1;
    cursor: pointer;
    opacity: 0.6;
    padding: 0;
    color: inherit;
}

.pw-notice-dismiss:hover {
    opacity: 1;
}

/* Fade-out state applied before removal */
.pw-notice-hiding {
    opacity: 0 !important;
    pointer-events: none !important;
}

/*
My account pages > container fix
*/

@media(max-width: 1599px){

    body.woocommerce-account #primary.container{
        max-width: 100%;
    }

}

.woocommerce ul.products{
    margin: 0 auto;
    max-width: 1400px;
    justify-content: center;
}

.wp-block-woocommerce-checkout-order-summary-block .wc-block-components-checkout-order-summary__title .wc-block-components-checkout-order-summary__title-text{
    margin: 0!important;
}

.woocommerce-variation-availability{
    display: none;
}

/*
Basket Upsells
*/

.wp-block-woocommerce-product-collection{
    padding-top: 30px;
    margin-top: 30px;
    border-top: #4d6b6b 1px solid;
}

.wp-block-woocommerce-product-collection h2{
    font-size: 1.4em !important;
    color: #4d6b6b;
    font-weight: bold;
    margin-bottom: 2.2rem!important;
}

.wp-block-woocommerce-product-collection a{
    color: #4d6b6b;
    font-weight: bold;
    font-size: 1.2rem;
}

.wp-block-woocommerce-product-collection .woocommerce-Price-amount{
    font-size: 1.1rem;
}

.wp-block-woocommerce-product-collection .add_to_cart_button{
    padding: 0!important;
    border-radius: 20px!important;
    background-color: #4d6b6b!important;
    color: #ffffff!important;
    font-size: 1rem!important;
    text-transform: capitalize!important;
    border: none!important;
}

.wp-block-woocommerce-product-collection .add_to_cart_button span{
    padding: 8px 35px!important;
}

.wp-block-woocommerce-product-collection .wcsatt-sub-options,
.wp-block-woocommerce-product-collection .wcsatt-sub-discount{
    display: none;
}

.wp-block-woocommerce-product-collection img{
    max-height: 200px;
    object-fit: contain !important;
}

@media(max-width: 767px){
    .wc-block-product-template__responsive.columns-3{
        grid-template-columns:auto;
    }

    .wp-block-woocommerce-product-collection img{
        max-height: 300px;
    }

    .wp-block-woocommerce-product-collection h2{
        text-align: center!important;
    }
}

@media(min-width: 768px) and (max-width: 990px){

    .wp-block-woocommerce-product-collection .add_to_cart_button span{
        padding: 8px 15px!important;
    }

}


/* Hide order notes in Blocks checkout */
.wc-block-checkout__add-note { display: none !important; }


body.woocommerce-view-order mark{
    background:none;
    padding: 0;
}