/*
Theme Name: Custom Origins Rootz Template
Theme URI: https://wordpress.org/themes/customoriginsrootz/
Author: Tkay Design
Author URI: https://wordpress.org
Description: Orgins Rootz custom theme template
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2

License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: originsrootz
Tags: one-column, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

html {
    scroll-behavior: smooth ;
}

@media screen and (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto ;
    }
}

/* Custom class */
.marginTop {
    margin-top: 5rem;
}

/* End Custom class */

.alertbar { 
    background-color: #c22a2a; 
    color: #FFFFFF; 
    width: 4rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    overflow: hidden;
    line-height: 10px;
    padding: 5px 4px;
    height: auto; 
    position: relative; 
    /* text-align: center;  */
    text-decoration: none; 
    top: 0px; 
    width: 100%;
    z-index: 5;
	text-overflow: ellipsis;
    border-radius: 2px;
}


:root {
    --background-80: rgba(236, 236, 236, 0.8);
    --background-1: rgba(255, 255, 255 , 0.08);
    --background-2: rgba(236, 236, 236 , 0.08);
    --background-default: rgba(250, 250, 250, 1); 
    --background-primary: rgba(236, 236, 236, 1); 
    --background-slide: rgba(244, 242, 242, 1);
    --background-slide-button: rgba(255, 255, 255, 0.8);
    --background-slide-color: rgba(14, 13, 15, 0.64);
    --action-main: rgba(14, 13, 15, 0.64);
    --action-main-svg: rgba(14, 13, 15);
    --divider-main: rgba(184, 134, 11, 0.8);
    --text-primary: #0E0D0F;
    --text-secondary: #b8860b;
    --secondary-4: rgba(14,13,15, 0.04);
    /* --text-secondary: #0E0D0F; */
    --wp--preset--color--contrast: #0E0D0F;
    --secondary-48: rgba(250, 250, 250, 0.48);
    --white-contrast: #0A090A;
    --secondary-main: #0A090A;
    --black-contrast: #ececec;
    --purple-main: #6F76C0;
    --green-main: #00A86B;
    --wp--preset--color--base: #ECECEC;
    --mask-gradient: linear-gradient(270deg, rgba(14, 13, 15, 0.00) 0%, #ECECEC 79.5% );
    --mask-gradient-second: linear-gradient(180deg, rgba(250, 250, 250, 0.00) 0%, #ECECEC 100% );
    --mask-gradient-top-bottom: linear-gradient(270deg, rgba(14, 13, 15, 0.00) 0%, #ECECEC 79.5% );
    --accent-gradient: linear-gradient(90deg, #3DAFE2 0%, #6F76C0 100%);
    --green-48: rgba(35, 91, 81, 0.61);
    --accent--gradient: linear-gradient(90deg, #3DAFE2 0%, #6F76C0 100%);
    --divider-input: rgba(14,13,15, 0.7);
}

.dark-mode-origins-rootz {
    --background-80: rgba(32, 97, 60, 0.64);
    --background-1: rgba(184, 134, 11, 0.2);
    --background-2: rgba(184, 134, 11, 0.08);
    --background-default: rgba(184, 134, 11, 1); 
    --background-primary: rgba(32, 97, 60, 1);
    --background-slide: rgba(172, 155, 113, 1);
    --background-slide-button: rgba(32, 97, 60, 0.64);
    --background-slide-color: rgba(255, 255, 255, 0.8);
    --action-main: rgba(255, 255, 255, 0.64);
    --action-main-svg: rgba(255, 255, 255);
    --divider-main: rgba(184, 134, 11, 0.6);
    --text-primary: #ffffff;
    --text-secondary: #b8860b;
    --wp--preset--color--contrast: #ffffff;
    --secondary-48: rgba(255, 255, 255, 0.7);
    --white-contrast: #ececec;
    --secondary-main: #ececec;    
    --black-contrast: #0A090A;
    --wp--preset--color--base: rgba(32, 97, 60, 1);
    --mask-gradient: linear-gradient(270deg, rgba(14, 13, 15, 0.00) 0%, #20613c 79.5% );
    --mask-gradient-second: linear-gradient(180deg, rgba(14, 13, 15, 0.00) 0%, #20613c 100% );
    --green-48: rgba(32, 97, 60, 0.48);
    --accent--gradient: linear-gradient(90deg, #3DAFE2 0%, #6F76C0 100%);
    --divider-input: rgba(255,255,225, 0.24);
}

.wrapper {
    width: auto;
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
}
p {
    font-family: "Quicksand";
}
h1,h2,h3,h4,h5,h6 {
    font-family: "Quicksand";
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
}

h1 {
    font-size: clamp(2.5rem, calc(2.11rem + 1.97vw), 4rem);
}

h2 {
    font-size: clamp(2.25rem, calc(1.95rem + 1.48vw), 3.38rem);
}

h3 {
    font-size: clamp(2rem, calc(1.8rem + 0.98vw),2.75rem );
}

h4 {
    font-size: clamp(1.75rem, calc(1.65rem + 0.49vw), 2.13rem);
}

h5 {
    font-size: clamp(1.5rem, calc(1.4rem + 0.49rem), 1.88rem);
}

h6 {
    font-size: clamp(1.25rem, calc(1.8rem + 0.98rem), );
}
input[type="text"],
input[type="email"] {
    margin: 0;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 16px 24px;
    border-radius: 5px;
    border: 1px solid var(--divider-input, rgba(13, 13,15, 0.24));
    background: transparent;
    font-family: "Quicksand";
    line-height: 1rem;
}


.epic-button,
input[type="submit"] {
    border-radius: 5px;
    display: inline-flex;
    padding: 10px 32px;
    justify-content: center;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.1px;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    text-decoration: none;
    color: #FFF;
    background: var(--accent-gradient, linear-gradient(90deg, #3DAFE2 0%, #6F76C0 100%));
    transition: all 300ms ease-in-out;
    cursor: pointer;

    &.shadow {
        box-shadow: 0px 16px 24px 0px var(--green-48, rgba(61, 226, 196, 0.48));
    }

    &:hover {
        background: linear-gradient(90deg, #6F76C0 0%, #6F76C0 100%);
        transition: all 300ms ease-in-out;

        &.shadow {
            box-shadow: 0px 16px 24px -8px var(--green-48, rgba(61, 226, 196, 0.48));
        }
    }
}

.popup-origins-rootz-search-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(14, 13, 15, 0.9);
    backdrop-filter: blur(8px);
    padding-top: 48px;
    padding-bottom: 0;
    box-sizing: border-box;
}

#close-origins-rootz-search {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 24px;
    right: 24px;
    cursor: pointer;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="24" height="24" viewBox="0 0 24 24"><image xlink:href="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAABCUlEQVR4AdySXQ6EIBCD0be9lZ7MeDK9lY9sP6IJLsOPm/AioZF0Oi0ZHH3nNTqtodOStQsBHHrhpQH+8JOwtY4NrTBZ+tyIFu9cU4iMN7QyX4RkmwHDZ5gH53YaMUi6ToIaGrT0nPTtYwagoIFGDDCCiwFHDQ3auBafswGIaMQAIwzhAGc4amjgcigG0IQBRhgG48OHmcNRQ1NCNYBmjDAMIXp8znDUamgKqJmU6k0BYTTXzRv+rjiwGnAz5/cFD0KKAb/m182YP+8Q3kSPfvHWNxuQM79MWkPMgJr5kxAzQAYrI+CWOhc3GrQSrUKyzQA17cKcqDMEWmG3ymaAJfyXe0mA77QY6xcAAP//x7lc5wAAAAZJREFUAwADG0XgmaDRKQAAAABJRU5ErkJggg==" x="0" y="0" width="24" height="24"/></svg>') center center no-repeat;
    transition: all 300ms ease-in-out;
}

#close-origins-rootz-search:hover {
    opacity: 0.7;
}

.search-container .search-bar #popup-search-input {
    width: 100%;
}
.search-container .search-bar .search-label {
    display: flex;
    flex-direction: column;
    gap: 48px;   
}

.search-container .search-bar .search-label {
    color: #FFF;
}

#popup-search-input {
    height: 60px;
    padding: 16px 24px;
    align-self: stretch;
    border-radius: 5px;
    border: 1px solid  rgba(255, 255, 255, 0.24);
    background: rgba(250, 250, 250, 0.04);
    color: var(--text-primary, rgba(255,255,255, 0.7));
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    box-sizing: border-box;
    font-family: "Quicksand";
}

.search-popup-title {
    color: #FFF;
    font-family: "Quicksand";
}

.search-container {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.search-results-wrapper {
    max-width: 100%;
    overflow-y: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
    box-sizing: border-box;
}

.search-results-wrapper::-webkit-scrollbar {
    display: none;
}

.popup-search-results {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    row-gap: 24px;
    justify-content: center;
}

.popup-search-results > div {
    width: 47.29999%;
    height: 47.29999%;
}

.popup-search-results > div a img {
    width: 60%;        
    height: 60%;        
    object-fit: cover;
    
}

.product-placeholder {
    border-radius: 8px;
    background: rgba(250, 250, 250, 0.08);
    width: calc(16.66666% - 13.33333px);
    height: 360px;
    animation: pulse 1.5s infinite;
}

.product-result .product-featured-image {
    width: 100%;
    height: 340px;
    margin-bottom: 16px;
}

.product-result a {
    text-decoration: none;
}

.product-result .product-featured-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.product-result .product-meta {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.product-result .product-meta h3 {
    color: var(--text-primary, rgba(14,13,15, 0.8));
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    font-size: 18px;
    font-style: normal;
    max-height: 24px;
    font-weight: 700;
    line-height: 1.2;
    display: flex;
    justify-content: start;
}

.product-result .product-meta .product-price {
    font-size: 16px;
    font-weight: 700;
    line-height: 140%;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    text-decoration: none;
    color: darkgoldenrod;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 5px;
}

.product-result .product-meta .product-price bdi {
    text-decoration: none;
    color: darkgoldenrod;
}

.product-types {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 12px;
}

strong {
    background: var(--accent-gradient, linear-gradient(90deg, #3DAFE2 0%, #6F76C0 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


.product-types div {
    width: 20px;
    height: 20px;
    display: block;
    color: grey;
}

.product_type_spray {
    background: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="utf-8"%3F><!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools --><svg fill="darkgoldenrod" width="20px" height="20px" viewBox="0 0 32 32" xmlns="http://www.w3.org/2000/svg"><path d="M 12 2 L 12 8 L 14 8 L 14 9.0625 C 9.898438 9.5 8.125 12.53125 8.125 12.53125 L 8 12.75 L 8 30 L 22 30 L 22 12.75 L 21.875 12.53125 C 21.875 12.53125 20.101563 9.5 16 9.0625 L 16 8 L 18 8 L 18 2 Z M 24 2 C 23.449219 2 23 2.449219 23 3 C 23 3.550781 23.449219 4 24 4 C 24.550781 4 25 3.550781 25 3 C 25 2.449219 24.550781 2 24 2 Z M 14 4 L 16 4 L 16 6 L 14 6 Z M 21 4 C 20.449219 4 20 4.449219 20 5 C 20 5.550781 20.449219 6 21 6 C 21.550781 6 22 5.550781 22 5 C 22 4.449219 21.550781 4 21 4 Z M 24 6 C 23.449219 6 23 6.449219 23 7 C 23 7.550781 23.449219 8 24 8 C 24.550781 8 25 7.550781 25 7 C 25 6.449219 24.550781 6 24 6 Z M 15 11 C 16.738281 11 17.910156 11.480469 18.6875 12 L 11.3125 12 C 12.089844 11.480469 13.261719 11 15 11 Z M 10 14 L 20 14 L 20 28 L 10 28 Z M 15 18 C 13.355469 18 12 19.355469 12 21 C 12 22.644531 13.355469 24 15 24 C 16.644531 24 18 22.644531 18 21 C 18 19.355469 16.644531 18 15 18 Z M 15 20 C 15.5625 20 16 20.4375 16 21 C 16 21.5625 15.5625 22 15 22 C 14.4375 22 14 21.5625 14 21 C 14 20.4375 14.4375 20 15 20 Z"/></svg>') center center no-repeat;
}
.product_type_herbs{
    background: url('data:image/svg+xml,<svg viewBox="0 0 128 128" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--noto" preserveAspectRatio="xMidYMid meet" fill="darkgoldenrod"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M84.5 37.89s-10.95 2.89-26.19 25.75c-11.77 17.65-12.95 31.48-22.8 40.75c-5.01 4.71-13.09 7.94-13.09 7.94s-6.47-.15-6.91.15c-.44.29-1.73 3.53.69 7.51c2 3.29 5.05 4.12 6.08 4.26c1.03.15 2.94-4.27 3.68-4.86c.74-.59 9.43-3.93 15.6-10.74c12.65-13.98 12.45-26.11 21.63-42.08c10.15-17.65 22.66-26.19 22.66-26.19l-1.35-2.49z" fill="darkgoldenrod"></path><path d="M122.69 3.39c-.39-.43-25.34-.05-38.15 11.52c-15.22 13.74-11.1 32.76-11.1 32.76s17.77 4.21 31.18-7.93c15.64-14.15 18.46-35.92 18.07-36.35z" fill="darkgoldenrod"></path><path d="M72.4 70.49c.82.64 2 1.39 3.69 2.23c9.56 4.78 21.5 2.16 27.35-.16c8.13-3.23 20.21-12.95 20.21-13.69c0-.74-5.5-3.38-13.32-5.71s-18.27-2.44-26.21.95c-7.28 3.11-10.67 8.58-12.54 11.86c0 0-2.9.46-5 .82c-3.7.63-6.55 1.9-6.55 1.9l-2.85 5.92s5.81-2.64 8.77-3.28s6.45-.84 6.45-.84z" fill="darkgoldenrod"></path><path d="M54.31 8.73c-.93.19-5.33 7.06-8.03 13.63c-2.13 5.17-4.26 18.38-.45 26.52s8.22 9.68 8.22 9.68s.54 2.37.48 5.55c-.03 1.8-.21 6.76-.21 6.76l4.35-1.89s.29-4.16.27-6.18c-.03-2.13-.29-4.82-.29-4.82s7.19-6.73 7.72-17.18c.42-8.24-.46-15.89-5-24.14c-3.56-6.43-6.53-8.03-7.06-7.93z" fill="darkgoldenrod"></path><path d="M5.8 24.95c-1.08 1.23 1.37 4.33 1.59 11.31c.17 5.71 1.16 25.05 6.87 34.98s13.63 12.37 16.17 13.21c2.54.85 8.03.95 8.03.95s2.33 2.01 3.17 4.86c.85 2.85 1.69 7.08 1.69 7.08l4.02-5.92s-1.16-4.65-2.33-6.76c-1.16-2.11-1.59-2.85-1.59-2.85s2.57-15.99-1.8-29.17C36.45 37 27.57 31.08 19.33 27.59S6.54 24.11 5.8 24.95z" fill="darkgoldenrod"></path><path d="M50.3 93.01s1.89-1.15 5.27-1.23c3.11-.07 5.04.51 5.04.51s5.81-6.67 12.31-8.58c6.13-1.8 14.22-3.41 28.47 2.5c14.27 5.92 22.47 11.66 22.37 13.46c-.11 1.8-14.13 8.22-19.94 10.22c-5.81 2.01-19.14 6.23-31.64 1.4c-9.93-3.84-12.15-13-12.15-13s-2.3-1.27-4.94-1.12c-4.83.26-8.9 3.87-8.9 3.87l4.11-8.03z" fill="darkgoldenrod"></path><path d="M77.97 38.72c1.57.97 5.5-8.88 9.3-13.42s10.89-9.19 10.15-11.2s-9.09.85-14.8 8.24c-5.7 7.4-6.02 15.54-4.65 16.38z" fill="%238dc02c"></path><path d="M79.04 63.53c1.14 1.57 6.37-2.17 11.63-3.38c5.41-1.25 11.2.51 10.99-2.43c-.2-2.78-7.93-3.06-13-1.69s-10.99 5.59-9.62 7.5z" fill="%238dc02c"></path><path d="M50.51 48.58c1.93-.08 1.27-6.02 1.37-11.63s1.06-14.06-1.06-14.16c-2.11-.11-3.89 5.47-4.02 12.15c-.1 5.5 1.17 13.74 3.71 13.64z" fill="%238dc02c"></path><path d="M12.14 38.06c-1.27.42-.37 3.38-.32 4.76c.32 9.09 3.38 23.15 8.35 29.28c3.86 4.76 8.24 8.24 11.2 6.13c2.96-2.11-2.67-6.67-5.5-11.2c-4.54-7.29-7.4-16.59-8.88-21.14s-2.46-8.63-4.85-7.83z" fill="%238dc02c"></path><path d="M67.41 92.04c.19 2.77 6.21 1.32 12.59.69s11.63-1.51 11.38-3.85c-.23-2.18-7.36-2.41-12.99-2.01c-5.63.4-11.15 2.7-10.98 5.17z" fill="%238dc02d"></path></g></svg>') center center no-repeat;
}
.product_type_dropper {
    background: url('data:image/svg+xml,<svg viewBox="0 0 16 16" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" fill="darkgoldenrod"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path fill="darkgoldenrod" d="M15 1c-1.8-1.8-3.7-0.7-4.6 0.1-0.4 0.4-0.7 0.9-0.7 1.5v0c0 1.1-1.1 1.8-2.1 1.5l-0.1-0.1-0.7 0.8 0.7 0.7-6 6-0.8 2.3-0.7 0.7 1.5 1.5 0.8-0.8 2.3-0.8 6-6 0.7 0.7 0.7-0.6-0.1-0.2c-0.3-1 0.4-2.1 1.5-2.1v0c0.6 0 1.1-0.2 1.4-0.6 0.9-0.9 2-2.8 0.2-4.6zM3.9 13.6l-2 0.7-0.2 0.1 0.1-0.2 0.7-2 5.8-5.8 1.5 1.5-5.9 5.7z"></path></g></svg>') center center no-repeat;	
}
.product_type_jar {
    background: url('data:image/svg+xml,<svg fill="darkgoldenrod" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" viewBox="0 0 128 128" xml:space="preserve"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><g><polygon points="86.5,37.6 43.3,37.6 41.9,37.6 41.9,37.7 87.9,37.7 87.9,37.6 "></polygon><polyline points="41.9,37.6 43.3,37.6 86.5,37.6 87.9,37.6 "></polyline><path d="M96.6,37.7V36v-4.4h1.6h3.7v-15h-3.7H31.6h-3.7v15h3.7h1.6V36v1.7c-6.7,0.6-11.8,6.2-11.8,13v50.7c0,5.1,3,9.5,7.2,11.7 c1.7,0.9,3.7,1.4,5.8,1.4h60.8c2.1,0,4-0.5,5.8-1.4c4.3-2.1,7.2-6.6,7.2-11.7V50.7C108.3,43.9,103.2,38.3,96.6,37.7z M41.9,37.6 v-1.7v-4.3h1.4h43.2h1.4v4.3v1.7v0.1L41.9,37.6L41.9,37.6z M95.3,107.2H34.5c-3.2,0-5.8-2.6-5.8-5.8l0-6.8h72.4l0,6.8 C101.1,104.6,98.5,107.2,95.3,107.2z M28.7,61.7c0,0,0-11.1,0-11.1c0-3.2,2.6-5.8,5.8-5.8h59.2c0.1,0,0.3,0,0.4,0 c0.1,0,0.1,0,0.2,0c0.2,0,0.4,0,0.6,0h0.5c3.2,0,5.8,2.6,5.8,5.8l0,11.1H28.7z"></path></g></g></svg>') center center no-repeat;						
}
.product_type_bottle{
    background: url('data:image/svg+xml,<svg viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M0.707107 12.7071L3.29289 15.2929C3.74565 15.7456 4.35971 16 5 16C5.64029 16 6.25435 15.7456 6.70711 15.2929L11 11V8L12.5 6.5H12.5858L9.5 3.41421V3.5L8 5H5L0.707107 9.29289C0.254354 9.74565 0 10.3597 0 11C0 11.6403 0.254354 12.2544 0.707107 12.7071Z" fill="%23b8860b"></path><path d="M10.4571 1.54289L14.4571 5.54289L16 4L12 0L10.4571 1.54289Z" fill="%23b8860b"></path></g></svg>') center center no-repeat;
}
.product_type_bakery{
    background: url('data:image/svg+xml,<svg  fill="darkgoldenrod" viewBox="0 0 15 15" xmlns="http://www.w3.org/2000/svg" id="bakery"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><path d="M5.294,4.382,6,9.5a.979.979,0,0,0,1,1H8a.979.979,0,0,0,1-1l.706-5.118C9.706,3,7.5,3,7.5,3S5.291,3,5.294,4.382ZM3.5,5C2,5,2,6,2,6l1,4H4.5a.793.793,0,0,0,.794-.765L4.5,5Zm-2,2.5a1.533,1.533,0,0,0-1.059.412A1.366,1.366,0,0,0,0,8.794V11H.882A1.02,1.02,0,0,0,2,10ZM11.5,5C13,5,13,6,13,6l-1,4H10.5a.793.793,0,0,1-.794-.765L10.5,5Zm2,2.5a1.533,1.533,0,0,1,1.059.412A1.366,1.366,0,0,1,15,8.794V11h-.882A1.02,1.02,0,0,1,13,10Z"></path></g></svg>') center center no-repeat;
}
.product_type_clothes{
    background: url('data:image/svg+xml,<svg  viewBox="0 0 48 48" xmlns="http://www.w3.org/2000/svg" fill="darkgoldenrod"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round"></g><g id="SVGRepo_iconCarrier"><title>clothes</title><g id="Layer_2" data-name="Layer 2"><g id="invisible_box" data-name="invisible box"><rect width="48" height="48" fill="none"></rect></g><g id="icons_Q2" data-name="icons Q2"><path d="M45.2,12.9,37.1,4H10.9L2.8,12.9a3,3,0,0,0,.1,4.2l7.5,7.5V44H37.7V24.6l7.5-7.5A3,3,0,0,0,45.2,12.9Zm-8.4,6.8-3.1-2.9V40H14.3V16.8l-3.1,2.9L6.4,14.9,12.7,8h7.4a4,4,0,0,0,7.8,0h7.4l6.3,6.9Z"></path></g></g></g></svg>') center center no-repeat;	
}
.product_type_other{
    background: url('data:image/svg+xml,<svg fill="darkgoldenrod" class="svg-icon" style="width: 1em; height: 1em;vertical-align: middle;overflow: hidden;" viewBox="0 0 1024 1024" version="1.1" xmlns="http://www.w3.org/2000/svg"><path d="M512 1024C229.888 1024 0 794.112 0 512S229.888 0 512 0s512 229.888 512 512-229.888 512-512 512z m0-960c-246.784 0-448 201.216-448 448s201.216 448 448 448 448-201.216 448-448-201.216-448-448-448z" fill="darkgoldenrod" /><path d="M272.384 512m-79.872 0a79.872 79.872 0 1 0 159.744 0 79.872 79.872 0 1 0-159.744 0Z" fill="darkgoldenrod" /><path d="M512 512m-79.872 0a79.872 79.872 0 1 0 159.744 0 79.872 79.872 0 1 0-159.744 0Z" fill="darkgoldenrod" /><path d="M751.616 512m-79.872 0a79.872 79.872 0 1 0 159.744 0 79.872 79.872 0 1 0-159.744 0Z" fill="darkgoldenrod" /></svg>') center center no-repeat;
}

.woocommerce .wp-block-woocommerce-product-image-gallery  {
    float: right;
    margin-inline-start: 2em;
    margin-inline-end: 0;
}
			
.woocommerce.wc-block-store-notices.alignwide {
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 870px){
    .popup-search-results > div {
        width: calc(16.66666% - 13.3333px);
    }

    .popup-search-results > div a img {
        width: 100%;        
        height: 100%;        
        object-fit: cover;
    }
}
	
@keyframes pulse {
    0% {opacity: 1;}
    50% {opacity: .5;}
    100% {opacity: 1;}
}
