body.page.page-id-5111 { background-color: #d49784; }



.product .sku_wrapper { display: none !important; }


/* Hide Tags on Single Product pages | 3676369-zd LDG */
.single-product .tagged_as {
    display: none !important;
}

/* Hide 'Additional Info' header and Order Notes on Checkout | 3676369-zd LDG */
.woocommerce-checkout .woocommerce-additional-fields h3,
.woocommerce-checkout .woocommerce-additional-fields #order_comments_field {
    display: none;
}

/* Remove Currency switcher from menu | #28347435-hc JL */
.list-dropdown {
	display: none;
}

span.swiper-pagination-bullet {
    font-size: 0;
    line-height: 0;
    width: 20px;
    height: 20px;
    padding: 7px;
    border: 0;
    outline: 0;
    position: relative;
    background: transparent;
}

/* Hide date and comments elements on blog post pages */
.single-post time.entry-date,
.single-post span.comments-link {
    display: none;
}

/* Hide specified elements on the sustainable fashion category page */
.page-id-12345 /* Replace 12345 with the actual page ID of the sustainable fashion category page */ {
    /* Hide search element */
    #search-8 {
        display: none;
    }

    /* Hide editor's pick element */
    #posts-slider-widget-1 {
        display: none;
    }

    /* Hide popular post element */
    #konte-popular-posts-widget-1 {
        display: none;
    }

    /* Hide join element */
    #text-11 {
        display: none;
    }

    /* Hide social media element */
    #konte-instagram-widget-1 {
        display: none;
    }
}
/* Hide specified elements on all blog category pages */
.category /* This targets all category pages */ #search-8,
.category #posts-slider-widget-1,
.category #konte-popular-posts-widget-1,
.category #text-11,
.category #konte-instagram-widget-1 {
    display: none;
}

/* Hide 'Sort by Popularity' and 'Sort by Latest' options in the product catalog */
.archive.woocommerce select.orderby option[value="popularity"],
.archive.woocommerce select.orderby option[value="date"] {
    display: none !important;
}

.woocommerce-product-gallery__image {
  pointer-events: none;
}

