@charset "UTF-8";

/**
 * Theme Name: kidzly
 * Author: One Pix Group
 * Author URI:
 * Description: Theme for wordpress multishop's
 * Version: 1.1.215
 **/

/* ============================================================================
   CSS VARIABLES - COLOR SYSTEM
   ============================================================================ */

:root {
  /* PRIMARY BRAND COLORS */
  --color-primary: #C75F54;
  --color-primary-hover: #D34C3D;
  --color-primary-dark: #C9302C;
  --color-white: #FFF;
  --color-black: #000;
  
  /* NEUTRAL COLORS */
  --color-black: #402D1B;
  --color-brown: #72675A;
  --color-gray: #C6BCB0;
  --color-gray-light: #DCD6CF;
  --color-gray-dark: #C3B29E;
  
  /* BACKGROUND COLORS */
  --color-bg-primary: #FFFEFB;
  --color-bg-light-pink: #FEFBF5;
  --color-bg-powder-pink: #FAF0E7;
  --color-bg-violet: #F3F0ED;
  --color-bg-mint: #E2F0EE;
  --color-bg-white: #FFF;
  --color-bg-light: #F5F5F5;
  
  /* CATEGORY COLORS */
  --color-category-1: #F3F0ED;
  --color-category-2: #FAF0E7;
  --color-category-3: #E2F0EE;
  
  /* INTERACTIVE STATES */
  --color-link: #C75F54;
  --color-link-hover: #D34C3D;
  --color-success: #558166;
  --color-error: #C75F54;
  --color-error-text: #D9534F;
  --color-warning: #F3C776;
  
  /* SPECIAL ELEMENTS */
  --color-star-rating: #F3C776;
  --color-badge-bg: #C75F54;
  --color-badge-bg: #FAF0E7;
  --color-overlay: rgba(64, 45, 27, 0.3);
  --color-overlay-dark: rgba(30, 30, 30, 0.6);
  
  /* HEADER & NAVIGATION */
  --color-header-bg: #FEFBF5;
  --color-header-border: #C6BCB0;
  --color-top-line-bg: #E2F0EE;
  
  /* SHADOWS */
  --shadow-card: 0 5px 20px 0 rgba(66, 28, 1, 0.10);
  --shadow-badge: 3px 0 16px 0 rgba(66, 28, 1, 0.15);
  
  /* CATEGORY HOVER STATES */
  --color-category-1-hover: #EBE8E6;
  --color-category-2-hover: #EFE2D7;
  --color-category-3-hover: #C5E3DF;
}

/* ============================================================================
   BASE STYLES
   ============================================================================ */

/* Global defaults */
* {
    font-family: Rubik, SansSerif;
	color: var(--color-black);
	font-size: 18px;
    line-height: 26px;
}

body {
    margin: 0;
    padding: 0;
    background: var(--color-bg-primary);
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

body.page:not(:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account)) ul:not(:is(.header-menu, .sub-menu, .slick-dots, .products)),
body.page:not(:is(.woocommerce-cart, .woocommerce-checkout, .woocommerce-account)) ol {
    list-style: disc;
    margin: 0;
    padding: 0 0 0 24px;
}

.footer_wrapper ul,
.footer_wrapper ol,
.helpie-faq-row > .helpie-faq-col > ul,
.helpie-faq-row > .helpie-faq-col > ul > li {
    list-style: none!important;
    margin: 0!important;
    padding: 0!important;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
}

h3 {
    color: var(--color-black);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

img {
    max-width: 100%;
    height: auto;
}

ins {
    text-decoration: none;
}

/* ============================================================================
   HEADER STYLES
   ============================================================================ */

header {
    background: var(--color-header-bg);
    border-bottom: 1px solid var(--color-header-border);
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 9999;
}

@media (max-width: 480px) {
    header {
        position: relative;
    }
}

.fancybox-caption__body {
    display: none;
}

/* Top line */
.top_line_wrapper {
    background: var(--color-top-line-bg);
    width: 100%;
}

.top_line {
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

.top_line_text {
    font-size: 14px;
    line-height: 22px;
    text-align: center;
    padding-top: 9px;
    padding-bottom: 9px;
}

.top_line_close img {
    position: absolute;
    right: 0;
    top: 7px;
}

/* ============================================================================
   SLIDER
   ============================================================================ */

.right_part {
    background: var(--color-badge-bg);
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding-left: 74px;
}

@media (min-width: 992px) {
    .right_part .text_and_button {
        max-width: 610px;
        margin-bottom: 15px;
    }
}

h2.slider_header {
    color: var(--color-black);
    font-family: Dosis;
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0.6px;
    margin-bottom: 32px;
}

.home_slider .slick-dots {
    bottom: 20px;
}

.home_slider .slick-dots li {
    position: relative;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border-radius: 50%;
    border: 1px solid var(--color-brown);
    background: var(--color-badge-bg);
}

@media (min-width: 1025px) {
    .slick-dots {
        height: 1px;
        position: absolute;
        top: 91%;
    }
	section.faq {
		background: url(/wp-content/themes/kidzly/img/faq.webp), lightgray 0 0/100% 102.077% no-repeat;
		background-size: cover;
		height: auto;
		background-attachment: fixed;
	}
}

.home_slider .slick-dots li.slick-active {
    background: var(--color-brown);
}

.home_slider .slick-dots li.slick-active button:before,
.home_slider .slick-dots li button:before {
    display: none;
}

@media (min-width: 1025px) and (max-width: 1360px) {
    html[lang="it-IT"] h2.slider_header {
        font-size: 45px;
        margin-top: 10px;
    }

    html[lang="it-IT"] .right_part {
        padding-right: 25px;
    }

    html[lang="it-IT"] .slick-dots {
        top: 84%;
    }
}

@media (min-width: 1361px) {
    html[lang="it-IT"] p.slider_text {
        margin-bottom: 10px;
    }
}

p.slider_text {
    margin-bottom: 44px;
}

.home_slider .button {
    color: var(--color-header-bg);
    text-align: center;
    font-family: Dosis;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    border-radius: 32px;
    background: var(--color-primary);
    text-decoration: none;
    width: 218px;
    display: block;
}

/* ============================================================================
   HEADER NAVIGATION
   ============================================================================ */

.header_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
}

#menu-right-menu-in-header {
    justify-content: space-between;
}

ul.header-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    gap: 80px;
}

.header-menu a {
    text-decoration: underline;
    text-decoration-style: dashed;
    text-decoration-color: transparent;
}

#toogle-menu,
.mobile_menu_close {
    display: none;
}

.logo_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
	margin: 0 auto;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
    width: 100%!important;
}

.header-right-menu_wrapper {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 80px;
}

html[lang="ja"] .header-right-menu_wrapper {
	display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 72px;
}

ul.sub-menu {
    display: none;
    border-radius: 0 0 16px 16px;
    background: var(--color-bg-violet);
}

@media (max-width: 1024px) {
    ul.sub-menu {
        border-radius: 0;
    }
	.header-menu_wrapper {
        width: 34px;
    }
}

@media (min-width: 1025px) {
	#menu-left-header-menu li,
	#menu-header-left-meanu li,
	#menu-left-menu-in-header li {
		padding: 20px 0;
	}

	#menu-left-header-menu .result_hover + ul.sub-menu,
	#menu-header-left-meanu .result_hover + ul.sub-menu,
	#menu-left-menu-in-header .result_hover + ul.sub-menu {
		display: grid;
		position: absolute;
		padding: 8px;
		top: 100px;
		left: 0;
		width: 100%;
		z-index: 999;
		gap: 0px 16px;
		grid-template-columns: repeat(4, 1fr);
		justify-items: center;
		overflow-wrap: break-word;
		word-break: break-word;
		hyphens: auto;
		text-align: center;
	}
	.sub-menu ul.sub-menu {
		font-size: 16px;
	}
}

/* ============================================================================
   SEARCH
   ============================================================================ */

.search:hover {
    cursor: pointer;
}

.site-search {
    background: var(--color-overlay);
    display: none;
    position: fixed;
    overflow-y: hidden;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
}

.site-search.active {
    display: block;
}

.site-search .widget.woocommerce.widget_product_search button[type="submit"] {
    display: none;
}

.header-right-menu_wrapper .widget.woocommerce.widget_product_search {
    border-radius: 12px;
    background: var(--color-bg-primary);
    display: flex;
    max-width: 1030px;
    padding: 12px 16px;
    justify-content: space-between;
    align-items: center;
    margin: 149px auto 0 auto;
}

input[type="search"] {
    width: 95%;
    border: none;
    margin-top: 5px;
    margin-left: 10px;
}

input[type="search"]:focus,
input[type="text"]:focus,
textarea:focus {
    outline: none;
}

form.woocommerce-product-search {
    width: 100%;
}

form.woocommerce-product-search:before {
    content: '';
    display: block;
    width: 34px;
    height: 34px;
    background: url(/wp-content/themes/kidzly/img/search.svg);
    float: left;
}

.menu-site-search {
    display: flex;
    justify-content: flex-end;
	align-items: center;
    gap: 6px;
}

.menu-site-search:hover {
    cursor: pointer;
}

/* ============================================================================
   CART
   ============================================================================ */

.count.cart_totals2 {
    display: flex;
    align-items: center;
	justify-content: flex-end;
}

.count.cart_totals2:hover {
    cursor: pointer;
}

body.woocommerce-cart .count.cart_totals2,
body.woocommerce-cart .count.cart_totals2:hover {
    cursor: auto;
}

.popup_cart {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    left: auto;
    width: 370px;
    height: 100vh;
    background-color: #fff;
    transition: all 0.5s;
    overflow: hidden;
    padding: 10px;
    padding-top: 40px;
    display: none;
}

.popup_opened .popup_cart {
    display: block;
}

/* ============================================================================
   HOME CATEGORIES
   ============================================================================ */

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 120px 48px;
	background: var(--color-bg-violet);
}

.home_categories_wrapper a {
    text-decoration: none;
}

.category_item:nth-of-type(1),
.category_item:nth-of-type(4),
.category_item:nth-of-type(7) {
    background: var(--color-bg-violet);
}

.category_item:nth-of-type(2),
.category_item:nth-of-type(5),
.category_item:nth-of-type(8) {
    background: var(--color-badge-bg);
}

.category_item:nth-of-type(3),
.category_item:nth-of-type(6) {
    background: var(--color-top-line-bg);
}

.category_name {
    font-family: Rubik, SansSerif;
    font-size: 26px;
    font-weight: 500;
    line-height: 36px;
}

/* ============================================================================
   SUMMER SALE
   ============================================================================ */

section.summer_sale {
    background: url(/wp-content/themes/kidzly/img/summer_sale.webp), lightgray 0 0/100% 105.263% no-repeat;
    background-size: cover;
    background-position: center;
}

h3.summer_sale_off {
    color: var(--color-primary);
    text-align: center;
    font-family: Rubik;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
    margin-top: 0;
    margin-bottom: 16px;
}

h2.summer_sale_header {
    text-align: center;
    font-family: Dosis;
    font-size: 54px;
    font-style: normal;
    font-weight: 700;
    line-height: 68px;
    letter-spacing: 0.6px;
    margin-top: 0;
    margin-bottom: 32px;
}

p.summer_sale_text {
    text-align: center;
    margin-top: 0;
    margin-bottom: 44px;
}

@media (min-width: 769px) and (max-width: 900px) {
    p.summer_sale_text {
        padding: 0 40px;
    }
}

.summer_sale_button {
    color: var(--color-header-bg) !important;
    text-align: center;
    font-family: Dosis;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    border-radius: 32px;
    background: var(--color-primary);
    width: 200px;
    display: block;
    margin: 0 auto;
    padding: 12px 12px 16px;
    text-decoration: none;
}

.summer_sale_button:hover {
    background: var(--color-primary-hover);
}

/* ============================================================================
   BENEFITS
   ============================================================================ */

.benefits {
    display: flex;
    padding: 0px;
    justify-content: center;
    align-items: center;
    gap: 80px;
    max-width: 1240px;
    margin: 0 auto;
    border-radius: 32px;
    background: var(--color-bg-violet);
	padding: 24px;
}

.benefit_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    min-width: 150px;
    overflow: hidden;
    text-wrap: nowrap;
    padding: 0 28px;
}

img.benefit_pic {
    background: var(--color-header-bg);
    border-radius: 50%;
}

/* ============================================================================
   ABOUT
   ============================================================================ */

.about {
    background: var(--color-badge-bg);
}

.about_wrapper {
    width: 100%;
    max-width: 1240px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 28% 37% 28%;
    gap: 3.5%;
}

.home .about_item:nth-of-type(1) {
    padding-top: 72px;
}

.about_header {
    color: var(--color-black);
    text-align: center;
    font-family: Dosis;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.4px;
    margin-bottom: 24px;
    margin-top: 35px;
	text-align: center;
}

.about_text {
    color: var(--color-brown);
    text-align: center;
    margin-bottom: 24px;
}

.learn_more_link {
    font-size: 18px;
    font-weight: 500;
    color: var(--color-primary);
    line-height: 26px;
}

.learn_more {
    text-align: center;
}

.about section.benefits {
    background: transparent;
}

.home section.about .about_item:nth-of-type(3) img {
    object-fit: cover;
    height: 292px;
    width: 100%;
    border-radius: 12px;
}

/* ============================================================================
   FOOTER
   ============================================================================ */

.footer_column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    flex: 1 0 0;
}

.footer_column:nth-of-type(4) .footer_column4_sub {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
}

.footer_wrapper ul li a {
    text-transform: capitalize;
}

html[lang="da-DK"] .footer_wrapper ul li a, html[lang="da-DK"] .woocommerce ul.products li.product .woocommerce-loop-product__title,
html[lang="de"] .footer_wrapper ul li a, html[lang="de"] .woocommerce ul.products li.product .woocommerce-loop-product__title,
html[lang="de-CH"] .footer_wrapper ul li a, html[lang="de-CH"] .woocommerce ul.products li.product .woocommerce-loop-product__title,
html[lang="de-AT"] .footer_wrapper ul li a, html[lang="de-AT"] .woocommerce ul.products li.product .woocommerce-loop-product__title,
html[lang="nl-NL"] .footer_wrapper ul li a, html[lang="nl-NL"] .woocommerce ul.products li.product .woocommerce-loop-product__title, 
html[lang="nl-BE"] .footer_wrapper ul li a, html[lang="nl-BE"] .woocommerce ul.products li.product .woocommerce-loop-product__title,
html[lang="fi"] .footer_wrapper ul li a, html[lang="fi"] .woocommerce ul.products li.product .woocommerce-loop-product__title,
html[lang="da-DK"] .footer_wrapper ul li a, html[lang="da-DK"] .woocommerce ul.products li.product .woocommerce-loop-product__title,
html[lang="nb-NO"] .footer_wrapper ul li a, html[lang="nb-NO"] .woocommerce ul.products li.product .woocommerce-loop-product__title,
html[lang="sv-SE"] .footer_wrapper ul li a, html[lang="sv-SE"] .woocommerce ul.products li.product .woocommerce-loop-product__title {
	hyphens: auto;
	overflow-wrap: anywhere;
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
}

.footer-menu-title {
    font-weight: 600 !important;
}

.footer_wrapper ul,
.footer_contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}

.footer_wrapper ul li a,
.footer_contacts div,
.kidzly-links a,
.footer_column,
.footer_column div {
    color: var(--color-brown);
    text-decoration: none;
}

.footer_wrapper ul li a:hover,
.kidzly-links a:hover {
    color: var(--color-primary);
}

.copyright {
    color: var(--color-header-border);
    font-size: 14px;
    line-height: 22px;
    width: 100%;
    max-width: 1240px;
	display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
	gap: 16px;
}

.footer_tags {
    display: grid;
    grid-template-columns: repeat(9, 1fr);
    gap: 12px;
}

.footer-tag a {
    display: flex;
    padding: 6px 20px;
    align-items: center;
    gap: 4px;
    border-radius: 16px;
    background: var(--color-badge-bg);
    font-size: 14px;
    line-height: 22px;
    text-decoration: none;
    justify-content: center;
    color: var(--color-brown);
}

.payment_card {
    width: 60px;
    height: 30px;
}

.payment_card img {
    background: var(--color-white);
    border-radius: 4px;
}

.footer-tag:nth-of-type(3n+2) a {
    background: var(--color-top-line-bg);
}

.footer-tag:nth-of-type(3n+3) a {
    background: var(--color-header-bg);
    white-space: nowrap;
}

.payment_cards {
    display: flex;
    gap: 12px 12px;
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}

.footer_contacts a {
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 500;
}

.social_row {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

/* ============================================================================
   SINGLE PRODUCT
   ============================================================================ */

.content-area {
    max-width: 1240px;
    width: 100%;
    margin: 60px auto 120px auto;
}

.content-area-breadcrumb {
    max-width: 1240px;
    width: 100%;
    margin: 60px auto 0 auto;
}

.woocommerce .woocommerce-breadcrumb,
.page .woocommerce-breadcrumb {
    font-size: 14px;
    line-height: 22px;
    color: var(--color-black);
    margin-bottom: 40px;
}

.woocommerce .woocommerce-breadcrumb a,
.page .woocommerce-breadcrumb a {
    font-size: 14px;
    color: var(--color-brown);
    text-decoration: none;
}

.woocommerce .woocommerce-breadcrumb a:nth-child(2) {
    white-space: nowrap;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
    float: left;
    width: 51%;
    max-width: 630px;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    float: right;
    width: 44.5%;
    clear: none;
    max-width: 550px;
}

.woocommerce div.product div.images .wpgs-for img {
    border-radius: 32px;
}

.wpgs-nav .slick-slide {
    border-radius: 4px;
    max-width: 68px;
    margin-left: 7px;
    margin-right: 8px;
}

.wpgs-nav .slick-slide img {
    border-radius: 4px;
}

.wpgs-nav .slick-current {
    border: 1px solid var(--color-brown);
}

.wpgs-nav.slick-initialized.slick-slider {
    max-width: 400px;
    margin: 0 auto;
}

.woo-product-gallery-slider .wpgs-nav .slick-active img {
    opacity: 1;
}

.wpgs-nav .slick-next:before,
.wpgs-nav .slick-prev:before {
    content: '';
}

/* ============================================================================
   PRODUCT GALLERY NAVIGATION
   ============================================================================ */

.woo-product-gallery-slider .wpgs-nav .slick-next {
    right: -20px;
}

.woo-product-gallery-slider .wpgs-nav .slick-prev {
    margin-left: -12px;
}

.woo-product-gallery-slider .wpgs-for .slick-arrow {
    display: none !important;
}

.wpgs-for.slick-initialized.slick-slider {
    margin-bottom: 17px;
}

.wpgs-nav .slick-next, .wpgs-nav .slick-next:hover {
    background: url(/wp-content/themes/kidzly/img/arrow-right.svg)!important;
}

.wpgs-nav .slick-prev, .wpgs-nav .slick-prev:hover {
    background: url(/wp-content/themes/kidzly/img/arrow-left.svg)!important;
}

.slick-next,
.slick-prev {
    font-size: 0 !important;
}

/* ============================================================================
   PRODUCT INFO & PRICING
   ============================================================================ */

.woocommerce div.product .product_title {
    color: var(--color-black);
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 8px;
}

/* Add to cart buttons */
.single-product .product .summary .single_add_to_cart_button,
.woocommerce-mini-cart__buttons .wc-forward:not(.checkout) {
    color: var(--color-header-bg);
    text-align: center;
    font-family: Dosis;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 0.2px;
    border-radius: 32px;
    background: var(--color-primary);
	width: auto;
    padding: 14px;
	transition: 0.3s;
}

.home:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button {
    padding: 0.618em 1em;
}

.woocommerce-cart .cart_totals .wc-proceed-to-checkout a.checkout-button {
    color: var(--color-header-bg);
    text-align: center;
    font-family: Dosis;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    border-radius: 32px;
    background: var(--color-primary);
    padding: 12px 10px 16px 10px;
	transition: 0.3s;
}

.single-product .product .summary .single_add_to_cart_button:hover {
    background-color: var(--color-primary-hover)!important;
	transition: 0.3s;
}

.single-product .product .summary .single_add_to_cart_button {
    font-weight: 700;
    padding: 8px 12px;
    height: 50px;
}

/* ============================================================================
   PRODUCT TABS & DESCRIPTION
   ============================================================================ */

.woocommerce div.product .woocommerce-tabs ul.tabs {
    display: none;
}

div#tab-reviews {
    display: block !important;
}

div#tab-description {
    margin-bottom: 80px;
}

div#tab-description p {
    color: var(--color-black);
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 24px;
    margin-top: 0;
}

hr.description_hr {
    background: var(--gray, var(--color-header-border));
    border: none;
    height: 1px;
    margin-bottom: 80px;
}

div#tab-description h5,
div#tab-description strong {
    color: var(--accent, var(--color-primary));
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    text-transform: uppercase;
}

div#tab-description h2 {
    font-weight: bold;
    font-size: 22px;
	line-height: 28px;
    margin-bottom: 26px;
}

div#tab-description h2.description_header,
.related.products h2,
.reviews_header {
    color: var(--color-black);
    text-align: center;
    font-family: Dosis, SansSerif;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.4px;
    margin-bottom: 32px;
    margin-top: 0;
}

#reviews .reviews_header {
    margin-bottom: 60px;
    font-size: 38px;
    font-weight: 700;
}

.benefit_text {
    font-weight: 500;
    white-space: normal;
    text-align: center;
}

/* ============================================================================
   PRODUCT PRICING
   ============================================================================ */

.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
    text-decoration: none;
}

ins .woocommerce-Price-amount.amount bdi,
ins .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    color: var(--color-primary) !important;
    font-family: Dosis;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
}

del .woocommerce-Price-amount.amount bdi,
del .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
    color: var(--color-brown) !important;
    font-family: Dosis;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
}

.related.products .woocommerce-Price-amount.amount bdi,
.related.products .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    color: var(--color-primary);
    font-family: Dosis;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
}

/* ============================================================================
   QUANTITY SELECTOR
   ============================================================================ */

.quantity .plus,
.quantity .minus {
    width: 20px !important;
    height: 20px !important;
    padding: 8px;
    position: relative;
    border-radius: 32px;
    background-color: var(--color-bg-violet);
}

@media (max-width: 1024px) {
	section.faq {
		background: url(/wp-content/themes/kidzly/img/faq.webp), lightgray 0 0/100% 102.077% no-repeat;
		background-size: cover;
		height: auto;
		background-attachment: scroll;
	}
	.quantity .plus,
	.quantity .minus {
		width: 24px !important;
		height: 24px !important;
		padding: 8px;
		position: relative;
		border-radius: 32px;
		background-color: var(--color-bg-violet);
	}
}

.quantity .plus:hover,
.quantity .minus:hover {
    cursor: pointer;
}

.woocommerce div.product form.cart div.quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-bottom: 24px;
}

.popup_cart form div.quantity {
	display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
	margin-bottom: 26px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.woocommerce .quantity .qty {
    width: 80px;
    height: 34px;
    text-align: center;
    font-weight: 500;
    border-radius: 32px;
    border: 1px solid var(--color-header-border);
    padding: 0;
}

#text-field-container {
    height: 34px;
}

/* Mini-cart qty input: own sizing, isolated from the global rule above */
.popup_cart .mini-cart-product-quantity .quantity .qty {
    width: 56px;
    height: 36px;
    padding: 0;
    text-align: center;
    font-weight: 500;
    border: 1px solid var(--color-header-border);
    border-radius: 32px;
}

.popup_cart .quantity .plus,
.popup_cart .quantity .minus {
    width: 20px !important;
    height: 20px !important;
    margin-left: 0;
}

.quantity_label {
    color: var(--color-brown);
    margin-bottom: 16px;
}

.quantity_and_stock {
    display: flex;
    width: 100%;
    justify-content: space-between;
}

/* ============================================================================
   STOCK STATUS
   ============================================================================ */

.in_stock:before,
.out_of_stock:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color-success);
    display: inline-block;
    border-radius: 6px;
    margin-right: 11px;
	font-weight: 500;
}

.out_of_stock:before {
    background: var(--color-primary);
}

.no_variation_selected:before {
    content: '';
    width: 12px;
    height: 12px;
    background: var(--color-success);
    display: inline-block;
    border-radius: 6px;
    margin-right: 11px;
	font-weight: 500;
}

.in_stock, .out_of_stock {
	font-weight: 500;
	font-size: 18px;
	line-height: 26px;
	height: fit-content;
}

.no_variation_selected {
    display: none;
}

/* ============================================================================
   SIZE GUIDE
   ============================================================================ */

.size_guide_notification {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}

.size_guide_notification_text {
    font-weight: 500 !important;
    margin-top: 1px;
}

.woocommerce div.product form.cart {
    margin-bottom: 20px;
}

.woocommerce div.product div.summary {
    margin-bottom: 0;
}

.woocommerce div.product div.images {
    margin-bottom: 60px;
}

.age_grade {
    margin: 5px 0;
}

.dimensions {
    margin: 5px 0;
}

a.size-table {
    display: flex;
    max-width: 216px;
    padding: 10px 12px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 20px;
    border: 2px dashed var(--color-star-rating);
    background: var(--color-header-bg);
    color: var(--color-primary);
    font-family: Dosis;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-decoration: none;
    margin-bottom: 32px;
}

a.size-table:hover {
    background: var(--color-star-rating);
    color: var(--color-header-bg);
}

a.size-table:active {
    background-color: var(--color-star-rating) !important;
    color: var(--color-header-bg);
}

/* ============================================================================
   RELATED PRODUCTS
   ============================================================================ */

.summary_free_shipping {
    float: left;
    color: var(--color-brown);
    text-align: center;
    width: 100%;
    margin-top: 20px;
}

.minicart.summary_free_shipping {
    float: left;
    color: var(--color-brown);
    text-align: center;
    width: 100%;
    margin-top: 16px;
}

/* ============================================================================
   STAR RATINGS
   ============================================================================ */

.woocommerce .star-rating span {
    font-family: 'star' !important;
    color: var(--color-star-rating);
    font-size: 14px;
    letter-spacing: 1px;
}

.woocommerce .star-rating::before {
    color: var(--color-star-rating);
    top: 1px;
}

.woocommerce .woocommerce-product-rating .star-rating {
    margin: 1px 8px 0 0;
}

.woocommerce .star-rating {
    float: right;
    overflow: hidden;
    position: relative;
    height: 1.5em;
    line-height: 1.6;
    font-size: 14px;
    width: 5.6em;
    font-family: 'star' !important;
    letter-spacing: 1px;
}

.rating_row .rating_percent {
    color: var(--brown, var(--color-brown));
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    min-width: 78px;
    text-align: left;
    margin-left: 20px;
	white-space: nowrap;
}

.rating_row .stars_wrapper {
    margin-right: 16px;
    display: flex;
    flex-wrap: nowrap;
}

span.count {
    color: var(--color-brown);
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

a.woocommerce-review-link {
    text-decoration: none;
}

.woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 20px;
    line-height: 1;
}

.related_rating {
    display: flex;
    margin-bottom: 16px;
}

ul.products li.product a.woocommerce-loop-product__link {
    display: flex!important;
    flex-direction: column;
    height: 100%;
}
ul.products li.product a.woocommerce-loop-product__link .woocommerce-loop-product__title {
    flex-grow: 1;
}
ul.products li.product a.woocommerce-loop-product__link .price {
    margin: auto 0 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0px 8px;
}

/* ============================================================================
   PRODUCT LISTINGS
   ============================================================================ */

.woocommerce ul.products li.product .woocommerce-loop-product__title {
    font-family: Rubik;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 12px;
    margin-top: 0;
    padding: 0;
    text-align: left;
}

.related img,
.woocommerce ul.products li.product a img {
    border-radius: 12px;
}

.woocommerce-page ul.products li.product,
.best_sales ul.products li.product {
    padding: 10px 10px 24px !important;
}

.woocommerce-page .related ul.products li.product,
.woocommerce-page ul.products li.product,
.best_sales ul.products li.product {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: auto;
    margin-left: 0;
}

.woocommerce ul.products::after,
.woocommerce ul.products::before {
    display: none;
}

.related ins {
    text-decoration: none;
}

.woocommerce ul.products li.product .star-rating {
    font-size: 14px;
    margin-right: 6px;
}

.five_stars {
    display: flex;
}

/* ============================================================================
   RATINGS & REVIEWS
   ============================================================================ */

.rating_info {
    display: grid;
    grid-template-columns: 2fr 4fr 2fr;
    max-width: 1030px;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 60px;
	gap: 16px;
}

.rating_column_2 {
    border-left: 1px solid var(--color-header-border);
    border-right: 1px solid var(--color-header-border);
    padding-left: 38px;
    padding-right: 38px;
}

.rating_column_3 {
    display: flex;
    justify-content: right;
    position: relative;
}

.left_rating {
    font-family: Dosis;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    margin-bottom: 4px;
}

.based {
    font-size: 18px;
    line-height: 24px;
    color: var(--color-brown);
}

.rating_info .star-rating {
    float: inherit;
    margin-bottom: 12px;
}

.rating_row {
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
    justify-items: center;
    align-items: center;
}

.hystogram_wrapper {
    outline: 2px solid var(--color-star-rating);
    border-radius: 4px;
    width: 100%;
    height: 14px;
}

.pr-ratings-histogram-barValue {
    background: var(--color-star-rating);
    height: 14px;
}

a.write_review,
#review_form_wrapper input.submit,
.woocommerce #review_form #respond .form-submit input.submit,
.woocommerce-mini-cart__buttons .button.checkout {
    border-radius: 32px;
    border: 2px solid var(--color-primary);
    color: var(--color-black);
    text-align: center;
    font-family: Dosis;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-decoration: none;
    padding: 12px;
    background: transparent;
}

a.write_review:hover {
    cursor: pointer;
}

/* ============================================================================
   REVIEW COMMENTS
   ============================================================================ */

.author_letter {
    text-transform: uppercase;
    padding: 10px;
    border-radius: 26px;
    background: var(--color-badge-bg);
    width: 32px;
    height: 32px;
    line-height: 14px;
    position: relative;
}

ol.commentlist li:nth-of-type(2n) .author_letter {
    background: var(--color-top-line-bg);
}

.comment_container {
    display: grid;
    grid-template-columns: auto 1fr;
}

@media (max-width: 768px) {
    .comment_container {
        grid-template-columns: auto;
    }
	form.woocommerce-product-search {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
	}
	.search-min-hint {
		font-size: 12px;
		line-height: 16px;
	}
}

.comment_author {
    max-width: 122px;
    display: flex;
    align-items: flex-start;
    gap: 8px;
}

p.verified {
    color: var(--color-brown);
    font-family: Rubik;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
}

.author_name {
    color: var(--color-black);
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    max-width: 100px;
    word-wrap: break-word;
}

.author_letter:after {
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url(/wp-content/themes/kidzly/img/author_checked.svg);
    position: relative;
    right: -13px;
    bottom: 3px;
}

.woocommerce .comment_container .star-rating {
    float: left;
}

.woocommerce #reviews #comments ol.commentlist li {
    margin: 0 0 24px;
    border-bottom: 1px solid var(--color-header-border);
}

.woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0 0 0 88px;
    border: none;
    border-radius: 0;
    padding: 0;
}

.woocommerce #reviews #comments ol.commentlist li .meta {
    margin: 0 !important;
    float: right;
}

.woocommerce #reviews #comments ol.commentlist li .comment-text p.meta time {
    color: var(--color-brown);
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.comment-text .description {
    float: left;
    width: 100%;
}

.comment-text .description p {
    margin: 16px 0 !important;
}

/* ============================================================================
   REVIEW FORM
   ============================================================================ */

div#review_form_wrapper {
    margin: 60px auto;
    max-width: 1030px;
}

.woocommerce div#review_form_wrapper p.stars a::before {
    color: var(--color-star-rating);
}

.woocommerce div#review_form_wrapper p.stars {
    width: 100%;
    margin-bottom: 0;
}

.woocommerce #review_form #respond textarea,
#review_form #respond input[type='text'],
#review_form #respond input[type='email'] {
    font-size: 14px;
}

span#reply-title {
    color: var(--color-black);
    text-align: left;
    font-family: Dosis;
    font-size: 28px;
    line-height: 36px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin: 0 auto;
    display: block;
}

.woocommerce #review_form #respond span#reply-title p {
    margin-top: 16px;
    font-size: 14px;
}

.file-upload {
    grid-row-start: 3;
    display: flex;
    gap: 12px;
    grid-column-start: 1;
    grid-column-end: 3;
	margin-bottom: 20px;
}

.file-upload-item {
    display: flex;
    gap: 10px;
    align-items: center;
    border: 1px solid grey;
    border-radius: 4px;
    padding: 0 8px;
}

p.comment-form-author,
p.comment-form-email {
    grid-row-start: 4;
    display: flex;
    flex-direction: column;
}

.comment-form-rating {
    grid-row-start: 1;
    grid-column-start: 1;
    grid-column-end: 3;
}

.comment-form-comment {
    grid-row-start: 2;
    grid-column-start: 1;
    grid-column-end: 3;
}

p.form-submit {
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 5;
    text-align: right;
}

p.comment-form-cookies-consent {
    grid-row-start: 4;
}

#commentform label {
    font-size: 14px;
    line-height: 22px;
}

input[type='text'],
textarea,
input[type='email'] {
    border-radius: 32px;
    border: 1px solid var(--color-header-border);
    padding: 8px 10px;
}

form#commentform label {
    margin-bottom: 0px;
    display: block;
    font-size: 18px;
}

.woocommerce #reviews #comment {
    height: 184px;
}

/* ============================================================================
   PRODUCT VARIATIONS
   ============================================================================ */

.woocommerce div.product form.cart .variations th {
    text-align: left;
}

.woocommerce div.product form.cart .variations label {
    color: var(--color-brown);
    font-weight: 500;
}

#variations-table {
    margin-top: 0;
}

.variations_form .variations tr {
    display: flex;
    margin-bottom: 8px;
    text-wrap: nowrap;
}

html[lang="fr-FR"] .variations_form .variations th.label::after {
    content: "\00A0:";
}

.variations_form .variations th.label::after {
    content: ":";
    color: #72675a;
    font-weight: 500;
    margin-right: 2px;
}

.color-variable-items-wrapper li div.variable-item-contents {
    max-width: 18px;
    max-height: 18px;
}

a.reset_variations {
    display: none !important;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item {
    border-radius: 12px;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item.selected:not(.no-stock) .variable-item-contents:before,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).image-variable-item.selected:not(.no-stock) .variable-item-contents:before {
    background-image: none;
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).color-variable-item .variable-item-span-color {
    border-radius: 50% !important;
    box-shadow: none;
}

.woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.button-variable-item) {
    border-radius: 50% !important;
    box-shadow: none;
    border: 1px solid var(--color-brown);
}

.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item.selected:not(.no-stock),
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected,
.woo-variation-swatches .variable-items-wrapper .variable-item:not(.radio-variable-item).selected:hover {
    background-color: transparent;
    box-shadow: none;
    border-radius: 12px;
    border: 1px solid var(--color-primary);
}

/* ============================================================================
   SIZE GUIDE POP-UP
   ============================================================================ */

.summary.entry-summary .size-guide {
    font-size: 21px;
    text-decoration: underline;
    letter-spacing: 0.7px;
    color: #666;
    margin: 0 auto 15px auto;
    display: block;
    transition: all 0.2s;
}

.shoptimizer-sticky-add-to-cart-select-options .size-guide {
    display: none;
}

.splash {
    background: var(--color-overlay);
    display: none;
    position: fixed;
    overflow-y: hidden;
    top: 0 !important;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999999;
    width: 100%;
}

.splash-center-wrapper {
    text-align: center;
    max-width: 1030px;
    background: #fff;
    position: relative;
    height: 80vh;
    margin: 120px auto;
    border-radius: 16px;
    overflow-y: scroll;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.splash-center-wrapper::-webkit-scrollbar {
    display: none;
}

.splash {
    overflow: auto;
}

.CoverPop-close {
    position: absolute;
    right: 60px;
    top: 40px;
    z-index: 9999;
    cursor: pointer;
    width: 34px;
    height: 34px;
}

.CoverPop-close:after {
    content: "";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    background-image: url(/wp-content/themes/kidzly/img/popup_close.svg);
    width: 34px;
    height: 34px;
}

.size_guide_sizeTable {
    margin-bottom: 1.5em;
}

/* ============================================================================
   PAGE STYLES
   ============================================================================ */

h1.page_title {
    color: var(--color-black);
    font-family: "Dosis", sans-serif;
    font-size: clamp(24px, 5vw, 40px);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.4px;
}

.page .content-area .page_content h3,
.single-post .page_content h3 {
    color: var(--color-black);
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 36px;
}

body:not(.woocommerce-cart) .page .content-area .page_content p {
    margin-bottom: 24px;
	font-weight: 400;
    font-size: 18px;
    line-height: 26px;
}

.page:not(.woocommerce-cart) .content-area .page_content a {
    color: var(--color-primary);
    font-weight: 500;
    text-decoration-line: underline;
}

td.woocommerce-table__product-name.product-name > a {
    white-space: wrap !important;
    width: 100% !important;
}

section.faq h5 {
    color: var(--color-black);
    text-align: center;
    font-family: Dosis;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.4px;
}

p.faq_text {
    text-align: center;
}

.helpie-faq.accordions .accordion__header:before,
.helpie-faq.accordions .accordion__header:after {
    background: var(--color-primary);
}

.helpie-faq.accordions .accordion .accordion__item {
    border-bottom: solid 1px var(--color-header-border);
}

.helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    padding-right: 28px;
}

/* ============================================================================
   PRODUCT CATEGORY
   ============================================================================ */

html[lang="ro-RO"] del,
html[lang="cs"] del,
html[lang="hu"] del {
    font-size: 20px !important;
}

ul.products.columns-4 del {
    font-size: 24px;
}

.content-area-breadcrumb {
    max-width: 1240px;
    width: 100%;
}

section.product_category {
    background: var(--color-badge-bg);
    position: relative;
    overflow: hidden;
}

body.home .product_category_header_wrapper {
    max-width: 1240px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 60px;
    position: relative;
}

h1.product_category_title,
.tax-product_tag h1.page-title {
    color: var(--color-black);
    font-family: Dosis;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 48px;
    letter-spacing: 0.4px;
    position: relative;
    z-index: 1;
}

.product_category_header_wrapper > img {
    z-index: 1;
    position: relative;
}


.tax-product_tag h1.page-title {
    margin-bottom: 40px;
}

.archive ins {
    text-decoration: none;
}

.archive del {
    font-size: 20px;
}

option[selected="selected"] {
    font-weight: 500;
}

option[selected="selected"]:before {
    background: url(/wp-content/themes/kidzly/img/check.svg);
    display: block;
    width: 24px;
    height: 24px;
    position: relative;
}

/* ============================================================================
   BLOG
   ============================================================================ */
.wpgs-nav .slick-prev {
    margin-left: -2px!important;
}
.slick-next {
    right: -10px!important;
}
.slick-prev {
    z-index: 1!important;
}
div.wpgs.woocommerce-product-gallery.wpgs--with-images.images > div.wpgs-nav.slick-initialized.slick-slider > div {
    margin-left: 4px!important;
}
.wpgs-nav .slick-slide {
    margin-left: 6px!important;
    margin-right: 10px!important;
    margin-top: 10px!important;
}
.slick-track {
    display: flex !important;
    justify-content: center;
}

.blog_posts .content-area .slick-track {
    display: flex !important;
    justify-content: center;
    gap: 20px;
}

.slick-slide {
    height: auto !important;
}

section.blog_posts .content-area {
    padding: 0;
}

section.blog_posts .slick-dots {
    display: none;
}

section.blog_page_header {
    display: flex;
    padding-top: 130px;
    padding-bottom: 24px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    background: var(--color-badge-bg);
    max-width: 1240px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding-left: 80px;
    padding-right: 80px;
}

@media (max-width: 480px) {
    section.blog_page_header {
        padding-left: 28px;
        padding-right: 28px;
    }

    #reviews {
        scroll-margin-top: 0 !important;
    }
}

#reviews {
    scroll-margin-top: 140px;
}

.blog_page_header_wrapper {
    background: var(--color-badge-bg);
}

.single:not(.single-product) .content-area {
    display: grid;
    grid-template-columns: 140px auto;
    gap: 70px;
}

.reading_time {
    color: var(--color-primary);
}

.blog_author img {
    margin-bottom: 8px;
}

.blog_author {
    display: flex;
    width: 140px;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
}

.blog_author_name {
    font-weight: 500;
}

.blog_author_role {
    color: var(--color-brown);
}

.blog_post_date {
    color: var(--color-brown);
    font-size: 14px;
    line-height: 22px;
}

.single-post .page_content img {
    width: 100%;
    height: auto;
    border-radius: 16px;
}

.single-post .page_content p {
    color: var(--color-brown);
    margin-bottom: 32px;
}

.single-post .page_content h3 {
    margin-bottom: 24px;
}

.blog_page_category_wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
}

.post_item {
    display: flex !important;
    width: 400px;
    padding: 32px 24px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    border-radius: 12px;
    background: var(--color-badge-bg);
}

.post_item img {
    border-radius: 16px;
}

h5.post_item_header {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
}

.post_item p {
    margin: 0;
    z-index: 1;
}

.post_item a {
    color: var(--color-primary);
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
}

.single-post .page_content ol {
    list-style: auto;
    margin-left: 20px;
}

.single-post .page_content ol li {
    color: var(--color-brown);
    margin-bottom: 32px;
}

.single-post .page_content ol li strong {
    font-weight: 600;
}

/* ============================================================================
   CART PAGE
   ============================================================================ */

@media (min-width: 481px) {
    .woocommerce-cart-form .product-thumbnail {
        width: 68px;
        height: 68px;
        min-width: 68px;
    }
	h5.about_header {
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 34px;
		line-height: 48px;
		letter-spacing: 0.26px;
	}
	h1.blog_post_title {
		color: var(--color-black);
		text-align: center;
		font-family: Dosis;
		font-size: 40px;
		font-style: normal;
		font-weight: 700;
		line-height: 48px;
		letter-spacing: 0.4px;
		max-width: 820px;
		position: relative;
		z-index: 1;
	}
	.popup_cart .mini-cart-product-quantity .quantity .input-text.qty {
		width: 56px;
		height: 34px;
	}
	.popup_cart img.attachment-woocommerce_thumbnail,
	.woocommerce .popup_cart ul.cart_list li img.attachment-woocommerce_thumbnail,
	.woocommerce .popup_cart ul.product_list_widget li img.attachment-woocommerce_thumbnail {
		width: 68px;
		height: auto;
		border-radius: 12px;
		float: left;
	}
}

@media (max-width: 480px) {
	.minicart-subtotal {
		font-size: 16px;
		line-height: 24px;
	}
    .woocommerce-cart-form .product-thumbnail {
        width: 100%;
        min-width: 68px;
        display: flex;
        justify-content: space-around;
    }
	h1.blog_post_title {
		color: var(--color-black);
		text-align: center;
		font-family: Dosis;
		font-size: 26px;
		font-style: normal;
		font-weight: 700;
		line-height: 38px;
		letter-spacing: 0.4px;
		position: relative;
		z-index: 1;
	}
	.popup_cart img.attachment-woocommerce_thumbnail,
	.woocommerce .popup_cart ul.cart_list li img.attachment-woocommerce_thumbnail,
	.woocommerce .popup_cart ul.product_list_widget li img.attachment-woocommerce_thumbnail {
		width: 52px;
		height: auto;
		border-radius: 12px;
		float: left;
	}
}

@media (min-width: 1025px) {
	.cart_table_header_row {
		display: grid;
		grid-template-columns: 3fr 1fr 1fr 1fr;
		border-top: 1px solid var(--gray, var(--color-header-border));
		border-bottom: 1px solid var(--gray, var(--color-header-border));
		padding-top: 24px;
		padding-bottom: 24px;
		gap: 20px;
	}
	div.cart_table_header_row > div.product-subtotal {
		text-align: right;
	}
}

@media (max-width: 1024px) {
	.woocommerce-cart .content-area .page_content a.cart_continue-shopping {
		text-align: left;
	}
	.cart_table_header_row {
		display: flex;
		border-bottom: 1px solid var(--gray, var(--color-header-border));
		padding-top: 24px;
		padding-bottom: 24px;
		gap: 20px;
		justify-content: space-between;
	}
	div.cart_table_header_row > div.product-name {
		order: 0;
		width: auto;
	}
}

.product-thumbnail a img {
    width: 68px;
    height: auto;
    border-radius: 12px;
}

.thumbnail_and_product {
    display: flex;
    gap: 20px;
}

.cart_item .quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.cart_item .product-subtotal {
    display: flex;
    flex-direction: column;
    align-items: end;
    justify-content: flex-start;
	gap: 16px;
}

#add_payment_method table.cart td,
#add_payment_method table.cart th,
.woocommerce-cart table.cart td,
.woocommerce-cart table.cart th,
.woocommerce-checkout table.cart td,
.woocommerce-checkout table.cart th {
    color: var(--color-brown);
    font-weight: 400;
}

form.woocommerce-cart-form {
    display: grid;
    grid-template-columns: auto auto;
    gap: 40px;
}

.woocommerce-cart .page_content .woocommerce {
    overflow: hidden;
}

@media (min-width: 1322px) {
    .woocommerce .cart-collaterals,
    .woocommerce-page .cart-collaterals {
        max-width: 380px;
        float: right;
        width: 100%;
    }
	div.cart_content-area {
		width: 820px;
	}
}

@media (max-width: 359px) {
    .cart-collaterals {
        width: 100% !important;
    }

    .woocommerce-cart .content-area .page_content .cart_item a {
        font-size: 16px;
        line-height: 24px;
        white-space: normal !important;
    }

    .woocommerce ul.products li.product a.woocommerce-loop-product__link {
        white-space: normal;
    }
}

.woocommerce-cart .content-area .page_content a {
    text-decoration: none;
	transition: 0.3s;
}

.woocommerce td.product-name .wc-item-meta .wc-item-meta-label,
.woocommerce td.product-name .wc-item-meta dt,
.woocommerce td.product-name dl.variation .wc-item-meta-label,
.woocommerce td.product-name dl.variation dt,
.woocommerce td.product-name dl.variation p,
.woocommerce ul.cart_list li dl dt,
.woocommerce ul.product_list_widget li dl dt,
.woocommerce ul.cart_list li dl dd,
.woocommerce ul.product_list_widget li dl dd,
.woocommerce ul.cart_list li dl dd p,
.home td.product-name dl.variation p,
.home ul.cart_list li dl dt,
.home ul.product_list_widget li dl dt,
.home ul.cart_list li dl dd,
.home ul.product_list_widget li dl dd,
.home ul.cart_list li dl dd p,
body dl.variation p,
body dl dt,
body dl dd,
body dl dd p {
    color: var(--color-brown);
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin: 0 !important;
}

table.cart img.minus,
table.cart img.plus {
    width: 20px;
}

.woocommerce table.cart .quantity {
    display: flex;
    gap: 4px;
}

.woocommerce table.cart .quantity .qty {
    width: 60px;
    padding: 2px 0;
}

.woocommerce button[name="update_cart"],
.woocommerce input[name="update_cart"] {
    display: none;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
}

.cart-collaterals {
    border-radius: 12px;
    background: var(--color-bg-violet);
    padding: 40px 32px;
}

.woocommerce table.shop_table tbody tr th {
    color: var(--color-black);
    text-align: right;
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}

.woocommerce ul#shipping_method li label {
    color: var(--color-black);
    text-align: right;
    font-size: 14px;
    line-height: 22px;
}

.product-thumbnail a,
.popup_cart li.woocommerce-mini-cart-item.mini_cart_item .minicart_thumbnail a {
    position: relative;
}

.product-thumbnail a span,
.minicart_thumbnail a span {
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    width: 18px;
    height: 18px;
	font-size: 14px;
    line-height: 18px;
    text-align: center;
    border-radius: 50%;
    z-index: 0;
    background: var(--color-bg-violet);
}

div.woocommerce-cart-form__cart-item.cart_item > div.thumbnail_and_product > div.product-thumbnail > a > span {
	top: auto;
}

.woocommerce-cart .content-area .page_content a.remove {
    width: 24px;
    height: 24px;
    display: block;
}

.woocommerce-cart table.cart td {
    vertical-align: top;
    padding-top: 24px;
    padding-bottom: 24px;
}

.woocommerce a.remove:hover {
    background: transparent;
}

.woocommerce-cart-form td.product-subtotal span.woocommerce-Price-currencySymbol,
.woocommerce-cart-form td.product-subtotal bdi {
    font-weight: bold;
}

.woocommerce table.shop_table {
    border-left: none;
    border-right: none;
    border-radius: 0;
}

.woocommerce .cart-collaterals table.shop_table th {
    padding-left: 0;
    float: left;
    text-align: left;
}

.woocommerce .cart-collaterals table.shop_table {
    border: none;
}

.woocommerce-cart .cart-collaterals .cart_totals table tr td {
    text-align: right;
    padding-left: 0;
}

.woocommerce .cart-collaterals table.shop_table td[data-title="Shipping"] {
    font-size: 14px;
    color: var(--color-primary);
    border: none;
    background: none;
}

.woocommerce .cart-collaterals table.shop_table td[data-title="Shipping"]::before {
    color: var(--Black, var(--color-black));
}

th.coupon_header {
    display: none;
}

.woocommerce-cart .coupon {
    display: grid;
    grid-template-columns: 4fr 1fr;
    position: relative;
}

.cart_totals form {
    width: 100%;
}

.coupon input[type='text'] {
    font-size: 14px;
    border-radius: 32px 0 0 32px;
    border: 1px solid var(--gray, var(--color-header-border));
}

.woocommerce-cart .cart-collaterals .coupon button[name="apply_coupon"] {
    color: var(--white, var(--color-bg-primary));
    font-family: Rubik;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    border-radius: 32px;
    background: var(--gray, var(--color-header-border));
    width: 118px;
}

/* ============================================================================
   MINI CART
   ============================================================================ */

.mini-cart-product-quantity.mobile {
    display: none;
}

.minicart_product_name dl.variation,
.woocommerce-cart .cart_item dl.variation {
    display: grid;
    grid-template-columns: repeat(2, auto);
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
}

.mini_cart_item .minicart_product_name dl.variation:before {
    display: none;
}

.popup_cart .mini_cart_item .minicart_thumbnail img {
    margin-left: 0;
}

.popup_cart {
    padding: 24px 40px;
    border-radius: 16px 0 0 0;
    background: var(--color-header-bg);
    width: 660px;
}

.popup_cart li.woocommerce-mini-cart-item.mini_cart_item:nth-of-type(1) {
    border-top: 1px solid var(--color-header-border);
	padding: 28px 0 0 0;
}

/* ============================================
   MINI CART / POPUP CART
   ============================================ */

.popup_cart li.woocommerce-mini-cart-item.mini_cart_item {
    display: grid;
    grid-template-columns: auto 1fr auto;
    grid-template-rows: auto auto;
    column-gap: 18px;
    row-gap: 0px;
    padding: 28px 0 0 0;
    border-bottom: 1px solid var(--color-header-border);
    align-items: start;
}

.popup_cart .minicart_thumbnail {
    grid-column: 1;
    grid-row: 1 / span 2;
}
.popup_cart .minicart_product_name {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
    min-width: 0;
	-webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
}
.popup_cart .minicart_price {
    grid-column: 3;
    grid-row: 1;
    white-space: nowrap;
    align-self: start;
}

.popup_cart a.remove {
    grid-column: 3;
    grid-row: 2;
    align-self: start;
    justify-self: end;
}
.popup_cart .minicart_item_variations {
    grid-column: 2;
    grid-row: 2;
    font-size: 13px;
    opacity: .7;
}
.popup_cart .mini-cart-product-quantity {
    grid-column: 1 / -1;
    grid-row: 2;
    width: fit-content;
	display: flex;
    justify-content: flex-start;
	margin-left: 86px;
}

@media  (min-width: 481px) and (max-width: 768px) {
	.popup_cart .mini-cart-product-quantity {
		margin-left: 98px;
	}
}

@media (max-width: 480px) {
	.popup_cart .mini-cart-product-quantity {
		margin-left: 78px;
	}
}

.popup_cart .remove-btn {
	margin-top: 20px;
	display: flex;
    justify-content: flex-end;
}

.popup_cart a {
  text-decoration: none;
  font-weight: 400!important;
}

div.minicart_price > span {
	display: flex;
}

.minicart_price {
  text-align: right;
  width: auto;
}

.minicart_thumbnail {
  grid-column-start: 1;
}

.minicart_thumbnail a {
  position: relative;
  display: inline-block;
}

.product-thumbnail a,
.popup_cart li.woocommerce-mini-cart-item.mini_cart_item .minicart_thumbnail a {
  width: 100%;
  height: 100%;
}

.woocommerce .popup_cart ul.cart_list li dl,
.woocommerce .popup_cart ul.product_list_widget li dl {
  padding-left: 0;
  border-left: none;
}

.close_popup_cart {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
  margin-bottom: 24px;
}

.your_cart {
  font-weight: 500;
}

.popup_cart_wrapper {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}

.subtotal_wrapper {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 16px 8px;
  background: inherit;
  z-index: 0;
  align-items: center;
  flex-wrap: wrap;
}

p.woocommerce-mini-cart__buttons.buttons {
  display: grid;
  gap: 10px;
  margin: 0;
}

.wpgs-nav .slick-slide:not(.slick-current) {
    border-color: #e3e3e3 !important;
}

.wpgs-nav .slick-slide.slick-current {
    border-color: #000 !important;
}

span.woo-selected-variation-item-name {
  display: none !important;
}


/* ============================================
   BLOG POSTS
   ============================================ */

.read_more_posts a,
.learn_more a,
a.show_more {
  color: var(--accent, var(--color-primary));
  font-weight: 500;
  text-decoration-style: dashed;
  text-decoration-color: var(--color-primary);
  text-underline-offset: 6px;
}

.read_more_posts a:hover,
.learn_more a:hover,
a.show_more:hover {
  text-decoration: underline;
  text-decoration-thickness: 2px;
}


/* ============================================
   JOIN US SECTION
   ============================================ */

section.join_us {
  position: relative;
  max-width: 610px;
  margin: 0 auto;
  padding-top: 120px;
  padding-bottom: 120px;
  z-index: 1;
}

.join_us .section_header {
  color: var(--Black, var(--color-black));
  font-family: Rubik;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.join_us_text {
  margin-top: 24px;
  margin-bottom: 44px;
  text-align: center;
}

.join_us_form {
  display: grid;
  width: 100%;
  grid-template-columns: 400px 190px;
  gap: 20px;
}

.join_us_button {
  height: 48px;
  color: var(--color-header-bg);
  font-family: Dosis;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: center;
  border: none;
  border-radius: 32px;
  background: var(--color-primary);
}

#join_us_button:hover {
  cursor: pointer;
  background: var(--color-primary-hover) !important;
}

#join_us_success {
  display: none;
  position: absolute;
  margin-top: 10px;
  color: var(--color-primary);
}


/* ============================================
   THANK YOU PAGE
   ============================================ */

.thank_you_block {
  max-width: 820px;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 60px;
  text-align: center;
}

img.thank_you_pic {
  width: 20px;
  height: 20px;
  padding: 10px;
  border-radius: 40px;
  background: var(--color-primary);
}

p.thank_you {
  margin: 24px;
  color: var(--color-primary) !important;
  font-family: Dosis;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.4px;
  text-align: center;
}

@media (min-width: 1025px) {
	.woocommerce ul.order_details li,
	.woocommerce ul.order_details li:last-of-type {
	  width: 100%;
	  margin-right: 0;
	  padding: 18px;
	  font-size: 18px;
	  font-weight: 500;
	  line-height: 26px;
	  text-align: center;
	  text-transform: capitalize;
	  border: 1px solid var(--color-header-border) !important;
	}
}

@media (max-width: 1024px) {
	.woocommerce ul.order_details li,
	.woocommerce ul.order_details li:last-of-type {
	  width: 100%;
	  margin-right: 0;
	  padding: 12px;
	  font-size: 18px;
	  font-weight: 500;
	  line-height: 26px;
	  text-align: center;
	  text-transform: capitalize;
	  border: 1px solid var(--color-header-border) !important;
	}
}


.woocommerce ul.order_details li strong {
  display: block;
  font-size: 16px;
  line-height: 24px;
  text-transform: none;
}

h2.woocommerce-order-details__title {
  margin-top: 60px;
  margin-bottom: 40px;
  font-family: Rubik;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  text-align: center;
}

.order_details_wrapper {
  display: grid;
  grid-template-columns: 50% 45%;
  gap: 5%;
}

.woocommerce-table--order-details.shop_table.order_details {
  margin-top: -10px;
  border: none;
}

.woocommerce-table--order-details.shop_table.order_details th,
.woocommerce-table--order-details.shop_table.order_details td {
  padding: 3px 12px;
  font-weight: 400;
}

.woocommerce-table--order-details.shop_table.order_details tfoot td {
  max-width: max-content;
}

.woocommerce-table--order-details.shop_table.order_details tfoot td,
.woocommerce-table--order-details.shop_table.order_details tfoot th {
  border: none;
}

.woocommerce-table--order-details.shop_table.order_details a {
  width: 100%;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-decoration-line: none;
}

.woocommerce-table--order-details.shop_table.order_details td.product-name .wc-item-meta p {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 22px;
}

.woocommerce .woocommerce-customer-details address {
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 30px;
  text-align: left;
  border: none;
  border-top: 1px solid var(--color-header-border);
  border-radius: 0;
  font-style: normal;
}

.woocommerce-customer-details h2.woocommerce-column__title {
  margin-bottom: 11px;
}

.woocommerce-columns--addresses {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.woocommerce-customer-details .woocommerce-columns--addresses::before,
.woocommerce-customer-details .woocommerce-columns--addresses::after {
  display: none;
}

.woocommerce-customer-details .col2-set .col-1,
.woocommerce-customer-details .col2-set .col-2 {
  float: left;
  width: 100%;
}

body .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
body .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  margin: 0;
  padding-left: 0;
  font-size: 14px;
}

.woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone::before,
.woocommerce .woocommerce-customer-details .woocommerce-customer-details--email::before {
  display: none;
}


/* ============================================
   ABOUT US
   ============================================ */

.we_believe {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
  padding-left: 105px;
  padding-right: 105px;
}

h5.we_believe_item_header {
  color: var(--color-primary);
  font-family: Dosis;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.4px;
}

p.we_believe_item_text {
  color: var(--color-brown);
}


/* ============================================
   CONTACT US / PAGE HEADER
   ============================================ */

.contact_us_column div {
  margin-bottom: 24px;
}

.contact_us_column h3 {
  margin-bottom: 24px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.page_header {
  position: relative;
  overflow: hidden;
  background: var(--color-badge-bg);
}

.page_header_wrapper {
  position: relative;
  max-width: 1240px;
  margin: 0 auto;
  padding-top: 105px;
  padding-bottom: 105px;
}

h1.page_header_text {
  font-family: Dosis;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.4px;
  z-index: 3;
  position: relative;
}



/* ============================================
   DARK BACKGROUND OVERLAY
   ============================================ */

.popup_opened .dark_back,
.popup_active .dark_back {
	  display: block;
}

@media (max-width: 1024px) {
	.dark_back {
	  position: fixed;
	  top: 0 !important;
	  right: 0;
	  bottom: 0;
	  left: 0;
	  z-index: 9999999;
	  display: none;
	  width: 100%;
	  overflow-y: hidden;
	  background: var(--color-overlay);
	}
}

@media (min-width: 481px) and (max-width: 1024px) {
   .mobile_menu {
	position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
	width: 95%;
    max-width: 628px;
    height: 100vh;
    padding: 73px 54px;
    border-radius: 0 16px 0 0;
    background: var(--color-bg-violet);	
  }
}

@media (min-width: 1025px) {
	.mobile_menu {
		display: none!important;
	}
}
 
/* ============================================
   GLOBAL HOVER EFFECTS
   ============================================ */

.category_name:hover {
  color: var(--color-primary);
}

.button.wc-forward:hover {
  color: var(--color-header-bg);
  background: var(--color-primary-hover);
}

.header-menu a:hover {
  text-decoration-style: dashed;
  text-decoration-color: var(--color-primary);
  text-underline-offset: 6px;
}

ul.sub-menu a:hover {
  text-decoration: none;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:hover {
  color: var(--color-header-bg);
  background: var(--color-primary-hover);
}


/* ============================================
   COUPON FIELD
   ============================================ */

input.button[name="apply_coupon"] {
  width: auto;
  padding: 0 16px;
  height: 41px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  border-radius: 32px;
  background: var(--gray, var(--color-header-border));
  z-index: 1;
}


/* ============================================
   404 ERROR PAGE
   ============================================ */

body.error404 {
  background: var(--powder-pink, var(--color-badge-bg));
}

.error404 .page_content {
  display: flex;
  align-items: center;
  height: auto;
}

.error404 .content-area {
	margin: 0px auto 120px auto;
}

.not_found_wrapper {
  display: grid;
  gap: 24px;
  max-width: 571px;
  justify-items: baseline;
  z-index: 9;
}

.not_found_header {
  font-family: Dosis;
  font-size: 60px;
  font-weight: 700;
  line-height: 68px;
  letter-spacing: 0.6px;
}

.not_found_sub_header {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

.not_found_text {
  margin: 0;
  color: var(--color-brown);
}


/* ============================================
   FOOTER
   ============================================ */

.footer_column:nth-of-type(3) a {
  color: var(--accent, var(--color-primary));
  font-weight: 500;
  text-decoration: none;
}


/* ============================================
   PRODUCT TABS
   ============================================ */

div#tab-description {
  display: block !important;
}

.comment-text img {
  width: auto;
  height: 100px;
  border-radius: 4px;
}


/* ============================================
   STICKY ADD TO CART
   ============================================ */

.shoptimizer-sticky-add-to-cart {
  position: fixed;
  bottom: 0;
  z-index: 99;
  display: none;
  border-bottom: 1px solid #eee;
}

.shoptimizer-sticky-add-to-cart.visible {
  top: auto;
  display: block;
  width: 100%;
  background-color: transparent;
}

.email-coupon-test-url {
	font-size: 12px;
	color: var(--color-primary);
    line-height: 16px;
	font-weight: 400;
    text-decoration: none;
    position: relative;
    display: inline-block;
	white-space: nowrap;
}

.email-coupon-test-url::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 0;
    height: 1px;
    background-color: currentColor;
    transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.email-coupon-test-url:hover::after {
    width: 100%;
}

@media (min-width: 768px) and (max-width: 1160px) {
	.shoptimizer-sticky-add-to-cart__content-product-text {
		width: 40%;
	}
	.shoptimizer-sticky-add-to-cart__content-coupon {
		width: 60%;
	}
}
@media (min-width: 768px) {
	.shoptimizer-sticky-add-to-cart.visible .variable-grouped-sticky.button:hover {
		background-color: var(--color-primary-hover) !important;
	}
	.coupon_img {
		position: relative;
	}
	.shoptimizer-sticky-add-to-cart__content {
      display: flex;
      align-items: center;
      justify-content: space-between;
      position: relative;
	  gap: 20px;
	  padding: 16px 0 8px 0;
	}
	.shoptimizer-sticky-add-to-cart__content_text {
		padding: 12px 0 10px 0;
	}
	#coupon-extra-test {
        border-bottom: 1px solid var(--cloudy-gray, var(--color-gray-light));
    }
	h3.coupon {
        display: flex;
		align-items: flex-start;
		gap: 6px;
		vertical-align: middle;
		color: var(--black, var(--color-black));
		font-family: Rubik;
		font-size: 18px;
		font-weight: 500;
		line-height: 26px;
	}
}

#coupon-extra-test {
	width: 100%;
}

@media (max-width: 1160px) {
	.shoptimizer-sticky-add-to-cart__content {
	  max-width: 860px;
	  margin: 0 auto;
	}
}

@media (min-width: 1161px) {
	.shoptimizer-sticky-add-to-cart__content {
	  max-width: 1000px;
	  margin: 0 auto;
	}
	.shoptimizer-sticky-add-to-cart__content-product-text, .shoptimizer-sticky-add-to-cart__content-coupon {
		width: 490px;
	}
}

.shoptimizer-sticky-add-to-cart__content-product-info {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 4px;
  color: #222;
}

.shoptimizer-sticky-add-to-cart__content-button {
  display: flex;
  white-space: inherit;
  padding: 0;
  margin: 0;
  justify-content: flex-end;
  align-items: center;
  width: auto;
}

.single-product.product-type-variable .shoptimizer-sticky-add-to-cart__content-button {
    width: 100%;
}

body .shoptimizer-sticky-add-to-cart.visible .variable-grouped-sticky.button, .single_add_to_cart_button.button.alt,
.not_found_button, .variable-grouped-sticky.button {
	color: var(--light-pink, var(--color-header-bg));
    font-family: Dosis;
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;
    border-radius: 32px;
    height: 52px;
    background-color: var(--accent, var(--color-primary)) !important;
    padding: 0px 18px;
    display: flex;
    min-width: 160px;
    width: max-content;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

div.shoptimizer-sticky-add-to-cart__content-desktop > img,
div.shoptimizer-sticky-add-to-cart__content-desktop-single > img {
  width: 60px!important;
  height: 60px;
  width: inherit;
  border-radius: 4px;
}

.shoptimizer-sticky-add-to-cart__content-title {
  display: block;
  font-size: 14px;
  line-height: 20px;
}


/* ============================================
   COUPON STICKY STYLES
   ============================================ */

.showCouponTest {
  color: var(--black, var(--color-black));
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-align: center;
}

.showCouponTest strong {
  color: var(--accent, var(--color-primary));
  font-size: 16px;
  line-height: 20px;
}

@media (min-width: 481px) and (max-width: 1340px) {
	img.closecoupontest {
		width: 24px;
		height: 24px;
		cursor: pointer;
		position: absolute;
		top: 12px;
		right: 12px;
		z-index: 1;
	}
}
@media (min-width: 1341px) {
	img.closecoupontest {
		width: 24px;
		height: 24px;
		cursor: pointer;
		position: relative;
		top: 12px;
		right: 12px;
		float: right;
		z-index: 1;
	}
}

.get_coupon_form {
	width: 100%;
    position: relative;
    display: flex;
    justify-content: flex-end;
	height: 44px;
}

/* ============================================
   CART FORMS
   ============================================ */

form.cart.cart_animation.form_buy_now {
  display: inline-block;
  float: none;
  padding-right: 40px;
}

form.cart.cart_animation.form_buy_now > button {
  margin-right: 13px;
  border: none;
}

.form_buy_now > .quantity.buttons_added {
  float: right;
}

.shoptimizer-sticky-add-to-cart__content .cart.cart_animation.old_cart {
  display: inline-block;
  float: none;
  text-align: right;
}

.shoptimizer-sticky-add-to-cart__content .product_type_simple {
  float: left;
  width: calc(100% - 95px);
  height: 58px;
  margin-left: 44px;
  padding: 0.6180469716em 1.41575em !important;
  color: #fff;
  line-height: normal !important;
  border-radius: 2px;
  outline: 0;
  background: #1a73e8 !important;
}

.shoptimizer-sticky-add-to-cart__content .quantity_buy_now.plus::before {
  top: 0 !important;
  left: 10px;
  margin-left: 10px !important;
  color: black;
  font-family: 'FontAwesome';
  font-size: 21px !important;
  content: "\f106";
}

.shoptimizer-sticky-add-to-cart__content .quantity_buy_now.minus::before {
  top: 0 !important;
  left: 10px;
  margin-left: 10px !important;
  color: black;
  font-family: 'FontAwesome';
  font-size: 21px !important;
  content: "\f107";
}

.shoptimizer-sticky-add-to-cart__content .quantity_buy_now {
  display: block;
  width: 35px;
  height: 17px !important;
  text-decoration: none;
}


/* ============================================
   STICKY VARIATION SELECTOR
   ============================================ */

.shoptimizer-sticky-add-to-cart-select-options {
  position: fixed;
  top: -300px;
  right: 0;
  left: 0;
  z-index: 99;
  display: none;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 2em;
  overflow: hidden;
  font-size: 15px;
  border-bottom: 1px solid #eee;
  background-color: #fff;
  transition: all .45s;
  zoom: 1;
}

.shoptimizer-sticky-add-to-cart-select-options.visible {
  top: auto;
  bottom: 63px;
  z-index: 999999;
  display: block;
  padding-top: 8px;
}

.shoptimizer-sticky-add-to-cart-select-options a[id="close-var"] {
  position: absolute;
  top: 18px;
  right: 18px;
  color: transparent;
}

.shoptimizer-sticky-add-to-cart-select-options a[id="close-var"]::after {
  display: block;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 29px;
  height: 29px;
  padding: 1px 1px 1px 2px;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  cursor: pointer;
  background: var(--color-black);;
  border: 3px solid #fff;
  border-radius: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .5);
  content: 'X';
}

.shoptimizer-sticky-add-to-cart-select-options .cart .single_add_to_cart_button,
.shoptimizer-sticky-add-to-cart-select-options .variations_button button.single_add_to_cart_button.button.alt {
  line-height: 0 !important;
  background: #1a73e8 !important;
}

.shoptimizer-sticky-add-to-cart-select-options .single_variation_wrap button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  display: block;
  width: 150px !important;
  padding: 0 10px;
  line-height: 34px;
  text-transform: none;
  border-radius: 2px;
  background-color: #1a73e8;
  visibility: visible !important;
}

.shoptimizer-sticky-add-to-cart-select-options .cart .single_add_to_cart_button,
.shoptimizer-sticky-add-to-cart-select-options .variations_button button.single_add_to_cart_button.button.alt {
  position: absolute;
  left: 90px;
  float: left;
  width: 160px !important;
  height: auto;
  margin-bottom: -6px;
  padding: 18px 20px;
  font-size: 14px;
  font-weight: 700;
  line-height: 0;
  text-transform: inherit;
  border: 0;
  border-radius: 2px;
}

html[lang="it-IT"] .shoptimizer-sticky-add-to-cart-select-options .cart .single_add_to_cart_button,
html[lang="it-IT"] .shoptimizer-sticky-add-to-cart-select-options .variations_button button.single_add_to_cart_button.button.alt {
  width: 190px !important;
}

html[lang="de"] .pp-url-page, html[lang="de-CH"] .pp-url-page, html[lang="de-AT"] .pp-url-page {
	word-wrap: break-word;
    hyphens: auto;
	white-space: normal !important;
}

.shoptimizer-sticky-add-to-cart-select-options .single_variation_wrap button::after,
.shoptimizer-sticky-add-to-cart-select-options .variations_button button.single_add_to_cart_button.button.alt::after {
  visibility: hidden;
}


/* ============================================
   MEDIA QUERIES
   ============================================ */

@supports (-moz-appearance: none) {
  .minicart_thumbnail a span {
    top: -6px;
  }
}

/* Mobile menu */
.mobile_menu {
  display: none;
}


@media (max-width: 600px) {
  .home section.about .about_item:nth-of-type(3) img {
	height: auto;
    width: 424px;
    padding: 0;
    border-radius: 12px;
    text-align: center;
  }
}

@media (min-width: 1025px) {
	body.single-product .quantity-shoptimizer-sticky .quantity.buttons_added {
		margin-right: 10px;
	}
}
@media (min-width: 768px) and (max-width: 1024px) {
	body.single-product .quantity-shoptimizer-sticky .input-text.buy_now_qty {
		min-width: 64px;
		width: 64px;
		height: 32px;
	}
	body.single-product .quantity-shoptimizer-sticky .quantity .plus, body.single-product .quantity-shoptimizer-sticky .quantity .minus {
		padding: 4px!important;
	}
	body.single-product .quantity-shoptimizer-sticky .quantity.buttons_added {
		margin-right: 10px;
		gap: 4px;
		width: 100%;
		display: flex;
        justify-content: flex-end;
		min-width: 148px;
	}
}

input#email-coupon-test {
    width: 100%;
    color: var(--brown, var(--color-brown));
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    outline: 0;
    border-radius: 32px;
	height: 44px;
    background: var(--light-pink, var(--color-header-bg));
    box-sizing: border-box;
	padding: 10px 16px !important;
    line-height: 22px;
    border: 1px solid var(--Gray, var(--color-header-border)) !important;
  }

@media (max-width: 480px) {
	.variable-grouped-sticky.button, .quantity-shoptimizer-sticky .single_add_to_cart_button.button.alt {
		height: 48px!important;
	}
	.shoptimizer-sticky-add-to-cart__content-product-info .size-table {
	  max-width: 232px;
	  width: auto;
	  margin-bottom: 0;
	  padding: 4px 12px;
	  font-size: 16px;
	  line-height: 20px;
	  letter-spacing: 0.16px;
	}
  form.cart.cart_animation.form_buy_now > button {
    display: none;
  }
  img.logo-pic {
    max-width: 68px;
  }

  .woocommerce div.product form.cart {
    margin-bottom: 40px;
  }
  h5.about_header {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.26px;
	margin: 0 0 20px 0;
  }
     img.closecoupontest {
        width: 24px;
        height: 24px;
        cursor: pointer;
        position: absolute;
        top: 10px;
        right: 6px;
        z-index: 1;
    }
	.popup_cart .mini-cart-product-quantity .quantity .input-text.qty {
		width: 44px;
		height: 34px;
	}
	.popup_cart li.woocommerce-mini-cart-item.mini_cart_item {
		column-gap: 12px;
	}
}

/* ============================================
   STICKY CART - QUANTITY CONTROLS
   ============================================ */

.shoptimizer-sticky-add-to-cart-select-options i.fa.fa-angle-down {
  position: absolute;
  bottom: 0;
  left: 10px;
  z-index: 1;
  font-size: 18px;
}

.shoptimizer-sticky-add-to-cart-select-options i.fa.fa-angle-up {
  position: absolute;
  top: 0;
  left: 10px;
  z-index: 1;
  font-size: 18px;
}

.shoptimizer-sticky-add-to-cart-select-options input.qty_button.minus {
  position: absolute;
  bottom: 0;
  z-index: 1111;
  width: 35px;
  height: 17px;
  opacity: 0;
}

.shoptimizer-sticky-add-to-cart-select-options input.qty_button.plus {
  position: absolute;
  top: 0;
  z-index: 1111;
  width: 35px;
  height: 17px;
  opacity: 0;
}

.shoptimizer-sticky-add-to-cart-select-options .quantity {
  position: relative;
  display: inline-block;
  height: 35px;
}

.shoptimizer-sticky-add-to-cart-select-options.visible .input-text.qty.text {
  float: left;
  max-width: 50px;
  height: 35px;
  font-size: 12px;
  text-align: center;
}

#coupon-show-test.shoptimizer-sticky-add-to-cart__content {
  justify-content: center;
  width: 1000px;
  padding: 12px 0 6px 0;
}


/* ============================================
   WOOCOMMERCE ADJUSTMENTS
   ============================================ */

body .woocommerce button.button.alt#place_order {
  padding: 0.8em 1em;
}

.cart-discount.coupon-fst3 td {
  text-align: right;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
  display: none;
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  width: auto !important;
}

.wpgs-nav .slick-slide {
    margin-left: 6px;
    margin-right: 5px;
    margin-top: 10px;
}


/* ============================================
   ANIMATIONS
   ============================================ */

@keyframes go-left-right {
  from {
    top: 100vh;
  }
  to {
    top: 40%;
  }
}

@-webkit-keyframes go-left-right {
  from {
    top: 100vh;
  }
  to {
    top: 40%;
  }
}

@keyframes go-left-right2 {
  from {
    top: 100vh;
  }
  to {
    top: 57%;
  }
}

@-webkit-keyframes go-left-right2 {
  from {
    top: 100vh;
  }
  to {
    top: 57%;
  }
}

@keyframes go-left-right3 {
  from {
    top: 0;
  }
  to {
    top: 171px;
  }
}

@-webkit-keyframes go-left-right3 {
  from {
    top: 0;
  }
  to {
    top: 171px;
  }
}

.balloon {
  position: absolute;
  top: 40%;
  left: 36%;
  z-index: 99990;
  animation: go-left-right 3s infinite alternate;
  -webkit-animation: go-left-right 3s infinite alternate;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

.balloon2 {
  position: absolute;
  top: 57%;
  left: 41%;
  z-index: 99990;
  animation: go-left-right2 3s infinite alternate;
  -webkit-animation: go-left-right2 3s infinite alternate;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}

.cloudy {
  position: absolute;
  top: 171px;
  left: 0;
  z-index: 99990;
  animation: go-left-right3 4s infinite alternate;
  -webkit-animation: go-left-right3 4s infinite alternate;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
}


/* ============================================
   SIZE GUIDE MODAL
   ============================================ */

.CoverPop-content h3 {
  margin-top: 34px;
  margin-bottom: 40px;
  font-size: 28px;
  line-height: 36px;
}

.CoverPop-content p {
  color: var(--Brown, var(--color-brown));
}

.CoverPop-content table {
  width: 100%;
  margin-bottom: 20px;
  border-spacing: 0;
}

.CoverPop-content table tr th {
  padding: 8px 10px;
  font-weight: 500;
  border-top: 1px solid var(--gray, var(--color-header-border))!important;
  border-left: 1px solid var(--gray, var(--color-header-border));
  background: var(--powder-violent, var(--color-bg-violet));
}

#size-guide > div > div > div > table > tbody > tr:nth-child(1) > th:nth-child(5) {
  border-bottom: 0px;
  border-top-right-radius: 16px;
}

#size-guide > div > div > div > table > tbody > tr:nth-child(2) > th:nth-child(1),
#size-guide > div > div > div > table > tbody > tr:nth-child(2) > th:nth-child(2),
.size_chart_content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > th:nth-child(1),
.size_chart_content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > th:nth-child(2),
.size_chart_content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > th:nth-child(3),
.size_chart_content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > th:nth-child(4),
.size_chart_content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > th:nth-child(5),
.size_chart_content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > th:nth-child(6),
.size_chart_content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > th:nth-child(7),
.size_chart_content > table:nth-child(1) > tbody:nth-child(1) > tr:nth-child(2) > th:nth-child(8) {
  border-bottom: 1px solid var(--gray, var(--color-header-border));
}

#size-guide > div > div > div > table > tbody > tr:nth-child(1) > th:nth-child(1) {
  border-top-left-radius: 16px;
}

.CoverPop-content table tr th:last-child {
  border-right: 1px solid var(--gray, var(--color-header-border));
}

#size-guide > div > div > div > table > tbody > tr:nth-child(1) > th:last-child {
	border-top-right-radius: 16px;
}

.CoverPop-content table tr:last-child th {
  border-bottom: 1px solid var(--gray, var(--color-header-border));
}

#size-guide > div > div > div > table > thead > tr > th:nth-child(6) {
  border-bottom: 1px solid var(--gray, var(--color-header-border));
}

.CoverPop-content table tr td {
  padding: 8px;
  border-left: 1px solid var(--gray, var(--color-header-border));
  border-bottom: 1px solid var(--gray, var(--color-header-border));
  background: var(--white, var(--color-bg-primary));
}

.CoverPop-content table tr td:first-child {
  background: var(--light-pink, var(--color-header-bg));
}

#size-guide > div > div > div.size_chart_content > table > thead > tr:nth-child(2) > th:nth-child(1),
#size-guide > div > div > div.size_chart_content > table > thead > tr:nth-child(2) > th:nth-child(2) {
	border-top: 0px;
}

.CoverPop-content tr td:last-child {
  border-right: 1px solid var(--gray, var(--color-header-border));
}

.CoverPop-content thead tr:first-child th:first-child {
  border-top-left-radius: 16px;
}

.CoverPop-content thead tr:first-child th:last-child {
  border-top: 1px solid var(--gray, var(--color-header-border));
  border-top-right-radius: 16px;
  border-bottom: 0px;
}

.CoverPop-content table tbody tr:last-child td:first-child {
  border-bottom-left-radius: 16px;
}

.CoverPop-content table tbody tr:last-child td:last-child {
  border-bottom-right-radius: 16px;
}

.CoverPop-content th[rowspan="2"] {
  border-bottom: 1px solid var(--gray, var(--color-header-border));
}

.CoverPop-content br {
  display: none;
}

.CoverPop-content .table_wrapper table th:not(:first-child),
.CoverPop-content .table_wrapper table td:not(:first-child) {
  white-space: nowrap;
}


/* ============================================
   SEARCH MODAL
   ============================================ */

.search-desktop__results {
  margin-top: 1px;
}

.search-item__image img {
  max-height: 74px;
  border-radius: 12px;
}

div.search-results {
  position: relative;
  top: -2px;
  display: flex;
  flex-direction: column;
  max-width: 1030px;
  max-height: 272px;
  margin: 0 auto;
  padding: 24px 16px;
  overflow: scroll;
  overflow-x: hidden;
  border-top: solid 2px var(--color-header-border);
  background: var(--color-bg-primary);
}

.search-item {
  display: flex;
  gap: 10px;
  text-decoration: none;
}

.search-results--disable {
  pointer-events: none;
}

.search-results--disable > * {
  opacity: 0.5;
}

.search-results--disable::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  content: url('data:image/svg+xml,%3Csvg%20width%3D%2236px%22%20height%3D%2236px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16%208.00023L18.3642%205.63609M5.63631%2018.364L8.00026%2016M17.6566%2012H21M3%2012H6.34315M12%206.34342L12%203M12%2021L12%2017.6569M8.00023%208.00023L5.63609%205.63609M18.364%2018.364L16%2016%22%20stroke%3D%22%23363853%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
  animation: 3s linear infinite rotate;
  -webkit-animation: 3s linear infinite rotate;
}

.mini-cart-content__wrapper--disable > * {
  pointer-events: none;
  opacity: 0.5;
  filter: blur(2px);
  -webkit-filter: blur(2px);
}

.mini-cart-content__wrapper--disable::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  margin: -18px 0 0 -18px;
  content: url('data:image/svg+xml,%3Csvg%20width%3D%2236px%22%20height%3D%2236px%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%3Cpath%20d%3D%22M16%208.00023L18.3642%205.63609M5.63631%2018.364L8.00026%2016M17.6566%2012H21M3%2012H6.34315M12%206.34342L12%203M12%2021L12%2017.6569M8.00023%208.00023L5.63609%205.63609M18.364%2018.364L16%2016%22%20stroke%3D%22%23363853%22%20stroke-width%3D%221.5%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%0A%3C%2Fsvg%3E');
  animation: 3s linear infinite rotate;
  -webkit-animation: 3s linear infinite rotate;
}


/* ============================================
   POLICY PAGES
   ============================================ */

.page h1.page_title {
  margin-bottom: 40px;
}

.page .page_content h2 {
  color: var(--Black, var(--color-black));
  font-family: Rubik;
  font-size: clamp(20px, 4vw, 28px);
  font-weight: 500;
  margin: 32px 0 16px 0;
  line-height: 1.6;
}

.page .page_content h2 strong {
  margin-bottom: 24px;
  color: var(--Accent, var(--color-primary));
  font-family: Rubik;
  font-size: clamp(18px, 2.5vw, 28px);
  font-weight: 500;
  line-height: clamp(24px, 3vw, 36px);
}

.page .page_content p:not(.kidzly-shipping-bar__message) {
  color: var(--Brown, var(--color-brown));
  line-height: 24px;
}

@media (max-width: 380px) {
	html[lang="de"] .page .page_content h2, html[lang="de"] .page .page_content p,
	html[lang="de-CH"] .page .page_content h2, html[lang="de-CH"] .page .page_content p,
	html[lang="de-AT"] .page .page_content h2, html[lang="de-AT"] .page .page_content p {
	  word-break: break-word;
	  hyphens: auto;
	  -webkit-hyphens: auto;
	  -ms-hyphens: auto;
	}	
}

.page .page_content p strong {
  font-weight: bold;
}

.accordion__body ul {
    margin-top: 16px;
    margin-bottom: 16px;
    margin-left: 26px;
    list-style: disc;
}

.page .page_content ol {
  margin: 16px 0 16px 0;
  list-style: decimal;
}

.page .page_content ul li,
.page .page_content ol li {
  color: var(--Brown, var(--color-brown));
}


/* ============================================
   MEDIA QUERIES
   ============================================ */
   
@media (max-width: 1024px) {
    .CoverPop-content .table_wrapper, .CoverPop-content .size_chart_content {
        justify-content: flex-start;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .CoverPop-content .table_wrapper table {
        min-width: 200px;
        width: 100%;
    }
}

.woocommerce-order-received table.woocommerce-table--order-details td.product-name {
	padding-right: 16px;
}

@media (max-width: 768px) {
  div.mobile-coupon-text-test > h3.coupon-test {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
  }

  .we_believe_item p.we_believe_item_text {
    margin-top: 0;
  }

  .home section.about {
    overflow: hidden;
  }

  .page-id-38 .about_item img {
    width: 100%;
    max-height: 304px;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
  }

  .page-id-38 .about {
    padding: 60px 42px;
  }

  .mini-cart-product-quantity.mobile {
    display: block;
  }

  .popup_cart form div.quantity {
    position: relative;
    top: 10px;
    right: 12px;
    justify-content: flex-start;
  }

  .splash-center-wrapper {
    height: 90vh;
    margin: 60px 42px;
    padding: 40px 36px;
  }

  .CoverPop-close {
    right: 36px;
  }

  .wpgs-lightbox-icon::before {
    display: none !important;
  }

  .comment_author {
    position: absolute;
    white-space: nowrap;
  }

  .comment-text {
    display: grid;
    grid-template-rows: 1fr;
  }

  .comment_container .star-rating {
    grid-row-start: 2;
  }

  .comment_container .meta {
    display: flex;
    justify-content: end;
    grid-row-start: 1;
  }

  .woocommerce #reviews #comments ol.commentlist li .comment-text {
    margin: 0;
  }

  .woocommerce #reviews #comments ol.commentlist li .comment-text p.meta {
    margin-bottom: 22px !important;
  }

  .woocommerce table.shop_table_responsive tr:nth-child(2n) td,
  .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    background-color: transparent !important;
  }

  .about_item:nth-of-type(1) {
    padding-top: 25px;
  }

  .we_believe_item:nth-of-type(2) {
    grid-row-start: 1;
  }

  .we_believe {
    grid-template-columns: 1fr;
  }

  .menu-site-search {
    display: none;
  }

  form.woocommerce-cart-form {
    display: flex;
    flex-direction: column;
    width: 100%;
  }

  .home .post_item {
    width: auto;
  }

  .blog_posts {
    padding: 60px 42px;
  }

  .about_wrapper {
    gap: 20px;
    padding: 0;
  }

  .about {
    padding: 60px 0;
  }

  .about_item img {
    height: 100%;
    object-fit: cover;
  }

  .home .about_item:nth-of-type(1) img {
    border-top-right-radius: 16px;
    border-bottom-right-radius: 16px;
  }

  .home .about_item:nth-of-type(3) img {
    border-top-left-radius: 16px;
    border-bottom-left-radius: 16px;
  }

  section.join_us {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .blog_posts {
    gap: 48px;
  }

  .join_us_form {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  .join_us_button {
    line-height: 44px;
  }

  .wpgs-for .slick-arrow {
    top: 45% !important;
  }

  .flaticon-right-arrow {
    right: -33px !important;
  }

  .flaticon-back {
    left: -33px !important;
  }

  .flaticon-right-arrow::before {
    display: block;
    width: 70px;
    height: 70px;
    background: url(/wp-content/themes/kidzly/img/slick-next.svg);
    background-size: cover;
    content: "" !important;
  }

  .flaticon-back::before {
    display: block;
    width: 70px;
    height: 70px;
    background: url(/wp-content/themes/kidzly/img/slick-prev.svg);
    background-size: cover;
    content: "" !important;
  }

  .woo-product-gallery-slider .wpgs-for .slick-arrow {
    display: block !important;
  }

  .woo-product-gallery-slider .wpgs-for .slick-arrow.slick-disabled {
    display: none !important;
  }

  .wpgs-nav.slick-initialized.slick-slider {
    top: -40px;
  }

  .woocommerce div.product div.images .wpgs-nav img {
    display: none;
  }

  .woocommerce div.product div.images {
    margin-bottom: 16px;
  }

  div#tab-description {
    margin-bottom: 48px;
  }

  .benefits {
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 40px;
  }

  a.write_review {
    width: 100%;
  }

  .wpgs-nav .slick-slide {
    border: none !important;
  }

  .wpgs-nav.slick-slider {
    height: 18px;
    line-height: 15px;
    text-align: center;
  }

  .wpgs-nav .slick-slide {
    width: 8px !important;
    margin: 0 10px;
    line-height: 6px;
  }

  .wpgs-nav div.slick-slide::before {
    position: inherit;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    color: var(--color-header-bg) !important;
    font-family: 'slick';
    font-size: 9px;
    line-height: 20px;
    text-align: center;
    border: 1px solid var(--color-brown);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: var(--color-header-bg);
    opacity: 1;
    content: '•';
    -webkit-font-smoothing: antialiased;
  }

  .wpgs-nav.slick-slider .slick-list {
    display: inline-block;
  }

  .wpgs-nav.slick-slider .slick-list .slick-track {
    display: contents !important;
    gap: 2px;
    width: 100% !important;
  }

  .wpgs-nav div.slick-slide.slick-current::before {
    font-size: 10px;
    color: var(--color-header-border) !important;
    border: 1px solid var(--color-brown);
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    background-color: var(--color-header-border);
    opacity: 1;
  }

  .woo-product-gallery-slider .wpgs-nav .slick-active img {
    opacity: 0;
  }

  .wpgs-nav .slick-next,
  .wpgs-nav .slick-prev {
    display: none !important;
  }

  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    max-width: 684px;
    width: 100%;
  }

  .wpgs-for.slick-initialized.slick-slider {
    margin: 0 auto;
  }

  .woocommerce-page div.product div.summary {
    max-width: 684px;
    width: 100%;
  }

  .product_category_header_wrapper {
    gap: 42px;
  }

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: auto;
  }
}

@media (max-width: 680px) {
  .home .about_item:nth-of-type(1) img {
    height: clamp(20vh, 100%, 300px);
  }
}

@media (min-width: 541px) and (max-width: 768px) {
  .woocommerce .related ul.products,
  .woocommerce ul.products {
	display: grid;
    gap: 20px;
    grid-template-columns: repeat(2, 1fr) !important;
  }
}

@media (max-width: 1024px) {
  .page-id-38 .about_item:nth-of-type(3) {
    display: none;
  }

  .page-id-38 .about_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .blog_posts {
    padding-bottom: 80px;
  }

  .splash-center-wrapper {
    margin: 80px 54px;
    padding: 40px 44px;
  }
  
  .we_believe {
    padding-left: 0;
    padding-right: 0;
  }

  form.woocommerce-cart-form {
    gap: 20px;
  }

  .cart_item .quantity {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 50%;
  }

  div.content-area > div > div > form > div.cart_content-area > div > div:nth-child(2) > div.thumbnail_and_product > div.product-name {
    width: 100%;
  }

  .product-quantity.desktop {
    position: absolute;
    margin-top: 70px;
  }

  .cart_item .product-price,
  .product-price {
    display: none;
  }

  div.content-area > div > div > form > div.cart_content-area > div > div.cart_table_header_row > div.product-quantity {
    display: none;
  }

  ul#menu-right-header-menu,
  ul#menu-right-menu-in-header {
    display: none;
  }

  .mobile_menu .widget.woocommerce.widget_product_search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1030px;
    margin-top: 60px;
    margin-bottom: 20px;
    padding: 8px 16px;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    background: var(--color-bg-primary);
  }

  .mobile_menu .widget.woocommerce.widget_product_search button[type="submit"] {
    display: none;
  }

  .desktop_menu {
    display: none;
  }

  .mobile_menu input[type="search"] {
    float: left;
    width: 85%;
    margin-top: 2px;
    margin-left: 10px;
    border: none;
  }

  .mobile_menu .header-menu li.menu-item-has-children {
    position: relative;
  }

  .mobile_menu .header-menu li.menu-item-has-children::after {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    text-align: right;
    content: url(/wp-content/themes/kidzly/img/arrow-up.svg);
  }

  .mobile_menu .header-menu li.menu-item-has-children.submenu_closed::after {
    content: url(/wp-content/themes/kidzly/img/arrow-down.svg);
  }

  #toogle-menu {
    display: flex;
  }

  .mobile_menu ul.header-menu {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .popup_active ul.sub-menu {
    display: block;
  }

  .popup_active .mobile_menu_close {
    position: fixed;
    top: 45px;
    left: 54px;
    z-index: 999999999;
    display: block;
  }

  ul#menu-mobile-menu-header > li {
    margin-top: 24px;
  }

  .popup_active ul.sub-menu li:nth-of-type(1) {
    margin-top: 24px;
  }

  .popup_active ul.sub-menu li {
    margin-bottom: 24px;
  }

  ul.header-menu li a {
    display: block;
    font-weight: 500 !important;
  }

  ul.sub-menu li a {
    font-weight: 400 !important;
  }

  .header-menu li.menu-item-type-custom a {
    width: 100%;
    padding-bottom: 24px;
  }

  .header-menu li.menu-item-has-children ul.sub-menu a {
    width: 100%;
    padding-bottom: 0;
    border-bottom: none;
  }

  .right_part .text_and_button {
    max-width: initial;
  }

  .right_part {
    padding: 60px 54px 80px;
    text-align: center;
  }

  .home_slider .button {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .home_slider .slick-list {
    background: var(--color-badge-bg);
  }

  .woocommerce ul.order_details::after,
  .woocommerce ul.order_details::before {
    display: none;
  }

  .woocommerce ul.order_details li,
  .woocommerce ul.order_details li:last-of-type {
    width: auto;
  }

  li.woocommerce-order-overview__payment-method.method {
    grid-column-start: 2;
    grid-column-end: 4;
  }

  .order_details_wrapper {
    display: grid;
    grid-template-columns: 1fr;
    gap: 3%;
  }

  .CoverPop-close {
    right: 44px;
  }

  a.size-table {
    margin-bottom: 24px;
  }

  div#tab-description {
    margin-bottom: 60px;
  }

  #reviews .reviews_header {
    margin-bottom: 48px;
  }
}

/* ============================================
   PRODUCT VARIATIONS
   ============================================ */

.woocommerce div.product form.cart .variations th.label {
  display: flex;
  align-items: baseline;
}


/* ============================================
   CUSTOM SALE BADGES - BASE STYLES
   ============================================ */

.custom_onsale {
  position: absolute;
  z-index: 1;
  top: 20px;
  left: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  border: 3px solid var(--color-badge-bg);
  background: var(--color-primary);
  box-shadow: 3px 0 16px 0 rgba(66, 28, 1, 0.15);
  width: 64px;
  height: 64px;
  flex-shrink: 0;
  overflow: hidden;
}

.columns-4 div.custom_onsale {
  width: 64px;
  height: 64px;
}

.loop_custom_onsale_text {
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color-white);
  font-family: Dosis;
  font-weight: 700;
  text-align: center;
  width: 100%;
  padding: 6px;
  box-sizing: border-box;
  overflow-wrap: break-word;
  word-break: break-word;
}

html[lang="hu"] .loop_custom_onsale_text {
	hyphens: auto;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
}

html[lang^="en"] .custom_onsale .loop_custom_onsale_text,
html[lang="fi"] .custom_onsale .loop_custom_onsale_text,
html[lang="cs"] .custom_onsale .loop_custom_onsale_text,
html[lang="ja"] .custom_onsale .loop_custom_onsale_text {
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.4px;
}

html[lang="de"] a > .custom_onsale .loop_custom_onsale_text, 
html[lang="de-CH"] a > .custom_onsale .loop_custom_onsale_text, 
html[lang="de-AT"] a > .custom_onsale .loop_custom_onsale_text,
html[lang="sv-SE"] a > .custom_onsale .loop_custom_onsale_text,
html[lang="nb-NO"] a > .custom_onsale .loop_custom_onsale_text,
html[lang="da-DK"] a > .custom_onsale .loop_custom_onsale_text,
html[lang="it-IT"] a > .custom_onsale .loop_custom_onsale_text {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: -0.4px;
  height: inherit;
}

html[lang="fr-FR"] .loop_custom_onsale_text,
html[lang="es"] .loop_custom_onsale_text,
html[lang="pt-PT"] .loop_custom_onsale_text,
html[lang="ro-RO"] .loop_custom_onsale_text,
html[lang="nl-NL"] .loop_custom_onsale_text,
html[lang="nl-BE"] .loop_custom_onsale_text,
html[lang="hu"] .loop_custom_onsale_text {
    font-size: 11px;
    line-height: 13px;
    letter-spacing: -0.2px;
    padding: 2px;
}

@media (min-width: 561px) {
	html[lang^="en"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="fi"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="cs"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="ja"] .product > .custom_onsale .loop_custom_onsale_text {
	  font-size: 32px;
	  line-height: 32px;
	  letter-spacing: -0.4px;
	  height: inherit;
	  hyphens: auto;
	  -webkit-hyphens: auto;
	  -moz-hyphens: auto;
	  -ms-hyphens: auto;
	}
	html[lang="de"] .product > .custom_onsale .loop_custom_onsale_text, 
	html[lang="de-CH"] .product > .custom_onsale .loop_custom_onsale_text, 
	html[lang="de-AT"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="sv-SE"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="nb-NO"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="da-DK"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="nl-NL"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="nl-BE"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="it-IT"] .product > .custom_onsale .loop_custom_onsale_text {
      font-size: 22px;
      line-height: 22px;
	  letter-spacing: -0.4px;
	  height: inherit;
	}
	html[lang="fr-FR"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="es"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="pt-PT"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="ro-RO"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="hu"] .product > .custom_onsale .loop_custom_onsale_text {
	  font-size: 16px;
      line-height: 20px;
	  letter-spacing: -0.4px;
	  height: inherit;
	}
	.single-product .custom_onsale {
	  width: 96px;
	  height: 96px;
	}
}
@media (max-width: 560px) {
	html[lang^="en"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="fi"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="cs"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="ja"] .product > .custom_onsale .loop_custom_onsale_text {
	  font-size: 18px;
	  line-height: 20px;
	  letter-spacing: -0.4px;
	  overflow-wrap: break-word;
	  word-break: break-word;
	}
	
	html[lang="de"] .product > .custom_onsale .loop_custom_onsale_text, 
	html[lang="de-CH"] .product > .custom_onsale .loop_custom_onsale_text, 
	html[lang="de-AT"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="sv-SE"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="nb-NO"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="da-DK"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="nl-NL"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="nl-BE"] .product > .custom_onsale .loop_custom_onsale_text,
	html[lang="it-IT"] .product > .custom_onsale .loop_custom_onsale_text {
      font-size: 14px;
      line-height: 16px;
	  letter-spacing: -0.4px;
	  overflow-wrap: break-word;
	  word-break: break-word;
	}
	.single-product .custom_onsale {
	  width: 64px;
	  height: 64px;
	}	
}


/* ============================================
   MEDIA QUERIES - MOBILE FIRST
   ============================================ */

@media (min-width: 360px) and (max-width: 430px) {
  .footer_tags {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 431px) and (max-width: 480px) {
  .footer_tags {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 480px) {
  body.woocommerce-order-received table.shop_table.order_details th:nth-child(2),
  body.woocommerce-order-received table.shop_table.order_details td:nth-child(2),
  body.woocommerce-order-received .woocommerce-Price-amount.amount,
  body.woocommerce-order-received .woocommerce-Price-currencySymbol,
  body.woocommerce-order-received span.woocommerce-Price-amount.amount,
  body.woocommerce-order-received .woocommerce .woocommerce-order-details :last-child,
  body.woocommerce-order-received .woocommerce table.shop_table tfoot tr:nth-child(1) th,
  body.woocommerce-order-received .woocommerce-table--order-details.shop_table.order_details tfoot th {
    font-size: 16px;
  }

  .menu-site-search {
    display: none;
  }

  header {
    padding: 4px 28px;
  }

  div#tab-description h2.description_header,
  .related.products h2,
  .reviews_header {
    margin-top: 0;
    margin-bottom: 40px;
    color: var(--color-black);
    font-family: Dosis, SansSerif;
    font-size: 26px;
    font-weight: 700;
    line-height: 38px;
    letter-spacing: 0.26px;
    text-align: center;
  }

  .woocommerce #reviews #comments ol.commentlist li .comment-text p {
    font-size: 16px;
  }

  .woocommerce div.product div.images {
    margin-bottom: 8px;
  }

  .summer_sale_button {
    width: auto;
  }

  .home section.about {
    padding: 60px 28px 40px 28px;
    overflow: hidden;
  }

  .home section.about .about_item:nth-of-type(3) img {
    height: 488px;
  }
  
   .CoverPop-content .table_wrapper table th,
  .CoverPop-content .table_wrapper table td {
    padding: 4px 8px;
    text-align: center;
	font-size: 14px;
	line-height: 20px;
  }

  .CoverPop-content .table_wrapper table th:first-child,
  .CoverPop-content .table_wrapper table td:first-child {
    text-align: center;
  }

  .CoverPop-content .table_wrapper table th:nth-child(2) {
    white-space: nowrap;
  }

  .CoverPop-content h3 {
    margin-bottom: 24px;
    font-size: 20px;
    line-height: 28px;
  }

  .CoverPop-content p {
    font-size: 14px;
    line-height: 22px;
  }

  .splash-center-wrapper {
    height: 100%;
    margin: 0;
    padding: 32px 28px;
  }

  .CoverPop-close {
    top: 32px;
    right: 28px;
  }

  header {
    width: auto;
    padding: 0 !important;
  }

  div#tab-description h5,
  div#tab-description strong {
    font-size: 16px;
  }

  div#tab-description {
    margin-bottom: 40px;
  }

  .page_header_wrapper {
    padding-left: 24px;
    padding-right: 28px;
  }

  body .content-area {
    margin: 0;
    padding: 40px 28px;
    overflow: hidden;
  }

  body:not(.home) .about section.benefits {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
  }

  body:not(.home) .about .about_wrapper .about_item:nth-of-type(1) {
    display: block;
  }

  .copyright {
    flex-direction: row;
    justify-content: space-between;
  }

  .benefits {
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 40px;
  }

  .rating_row {
    grid-template-columns: 2fr 2fr 2fr;
  }

  p.comment-form-email {
    grid-row-start: 5;
  }

  #review_form_wrapper input.submit,
  .woocommerce #review_form #respond .form-submit input.submit {
    width: 100%;
    margin-top: 32px;
    padding: 12px 48px;
    color: var(--color-black);
    font-family: Dosis;
    font-size: 20px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: 0.2px;
    text-align: center;
    text-decoration: none;
    border: 2px solid var(--color-primary);
    border-radius: 32px;
    background: transparent;
  }

  p.comment-form-author,
  p.comment-form-email {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .header-menu li.menu-item-type-custom a {
    font-size: 16px;
    line-height: 24px;
  }

  .mobile_menu input[type="search"] {
    width: 78%;
    font-size: 14px;
  }

  .popup_active .mobile_menu_close {
    left: 28px;
  }

  .home_slider .button {
    width: 90%;
  }

  h2.slider_header {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
    line-height: 44px;
    letter-spacing: 0.6px;
  }

  .right_part {
    padding: 24px 28px 60px 28px;
    text-align: left;
  }

  p.slider_text {
    margin-bottom: 28px;
  }

  .blog_posts {
    padding: 60px 28px;
  }

  .home img.category-pic {
    width: 60px;
  }

  .about_wrapper {
    grid-template-columns: 1fr;
  }

  .about_item:nth-of-type(1) {
    display: none;
  }

  .about_item:nth-of-type(3) {
    text-align: center;
    grid-row-start: 1;
  }

  .about_text {
    font-size: 16px;
    line-height: 24px;
  }

  h3.summer_sale_off {
    margin-bottom: 12px;
    font-size: 20px;
    line-height: 28px;
  }

  h2.summer_sale_header {
    margin-bottom: 20px;
	font-size: 32px;
    line-height: 38px;
  }

  p.summer_sale_text {
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
  }

  .popup_cart {
    width: auto;
    padding: 24px 20px;
  }

  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: auto;
    margin-bottom: 0;
  }

  .woocommerce .woocommerce-ordering,
  .woocommerce-page .woocommerce-ordering {
    float: left;
  }

  .summary_free_shipping {
    margin-top: 16px;
    font-size: 16px;
    line-height: 22px;
  }

  .product_category_header_wrapper {
    gap: 40px;
  }

  h1.product_category_title,
  .tax-product_tag h1.page-title {
    z-index: 1;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.26px;
  }

  .content-area, .error404 .content-area {
    margin: 0;
    padding: 40px 28px;
  }

  li.woocommerce-order-overview__payment-method.method {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .CoverPop-content table {
     margin: 12px 0 16px;
  }

  #reviews .reviews_header {
    margin-bottom: 40px;
  }

  .based {
    font-size: 16px;
    line-height: 24px;
  }

  .home section.about {
    padding: 48px 20px;
  }
}

@media (min-width: 481px) and (max-width: 600px) {
  .about_wrapper {
    grid-template-columns: 1fr;
  }

  .home .about_item:nth-of-type(1) {
    display: none;
  }

  .about_item:nth-of-type(3) {
    text-align: center;
    grid-row-start: 1;
  }
  .about_header,
  .about_text,
  .learn_more {
    padding: 0 42px;
  }
}

@media (max-width: 380px) and (max-width: 479px) {
	.footer_column:nth-of-type(4) {
		gap: 40px;
	}
}

@media (max-width: 380px) {
  .woocommerce-cart .coupon {
	display: flex;
    position: relative;
    flex-direction: column;
    gap: 8px;
  }
  .coupon input[type='text'] {
	border-radius: 32px;
  }
  input.button[name="apply_coupon"] {
	width: 100%;
  }
  input#coupon_code {
    position: relative;
    height: 19px;
    width: 100%;
    padding: 10px 16px;
    box-sizing: border-box;
	height: 40px;
	background: none;
  }
}

@media (min-width: 381px) {
	input#coupon_code {
	  position: relative;
	  height: 19px;
	  width: 100%;
	  padding: 10px 12px;
	  background: none;
	}
}

#all-products-loaded { 
	 text-align: center; 
	 margin: 20px 0; 
	 padding: 4px;
	 font-weight: bold;
	 font-size: 18px;
	 font-weight: 500;
	 line-height: 26px;
	 background: #f3f0ed;
	 border-radius: 16px;
}

@media (max-width: 360px) {
  .footer_wrapper {
	width: 100%;
  } 
  
  body:not(.single-product) footer {
		padding: 48px 20px;
	}

	body.single-product footer {
		padding: 48px 20px 180px;
	}
  .footer_column:not(:last-child):not(:nth-last-child(2)) {
    padding-bottom: 32px;
  }
  .footer_column:nth-of-type(4) .footer_column4_sub, .footer_column {
	  gap: 0;
  }
  .footer-menu-title {
	 padding-bottom: 20px;
  }
   .footer_wrapper > div:nth-child(3){
	 padding-bottom: 32px;
  }

  .popup_cart li.woocommerce-mini-cart-item.mini_cart_item {
        display: grid;
        grid-template-columns: auto 1fr;
        grid-template-rows: auto auto auto;
        grid-template-areas:
            "thumb  remove"
            "name   name"
            "qty    price";
        column-gap: 12px;
        row-gap: 8px;
        align-items: center;
    }

    .popup_cart li.woocommerce-mini-cart-item.mini_cart_item .minicart_price {
        display: contents;
    }

    .popup_cart li.woocommerce-mini-cart-item.mini_cart_item .minicart_thumbnail {
        grid-area: thumb;
		width: 52px;
    }
    .popup_cart li.woocommerce-mini-cart-item.mini_cart_item .minicart_price .remove-btn {
        grid-area: remove;
        justify-self: end;
        align-self: start;
        position: static;
    }

    .popup_cart li.woocommerce-mini-cart-item.mini_cart_item .minicart_product_name {
        grid-area: name;
    }

    .popup_cart li.woocommerce-mini-cart-item.mini_cart_item .mini-cart-product-quantity {
        grid-area: qty;
    }
    .popup_cart li.woocommerce-mini-cart-item.mini_cart_item .minicart_price > .woocommerce-Price-amount.amount {
        grid-area: price;
        justify-self: end;
        align-self: center;
    }
	.popup_cart form div.quantity {
		right: 0;
	}
	.popup_cart .mini-cart-product-quantity {
		margin-left: 0;
	}
	.popup_cart .remove-btn {
		margin-top: 0;
	}
	.popup_cart form div.quantity {
		gap: 8px;
	}
}

@media (min-width: 361px) and (max-width: 540px) {
   .footer_wrapper {
	   width: 100%;  
   }
  .footer_wrapper > div:nth-child(3){
	 padding-bottom: 40px;
  }

  	body:not(.single-product) footer {
		padding: 60px 28px;
	}

	body.single-product footer {
		padding: 60px 28px 168px;
	}
  .footer_column:not(:last-child):not(:nth-last-child(2)) {
    padding-bottom: 40px;
  }
  .footer_column4_sub, .footer_column {
	  gap: 0;
  }
  .footer-menu-title {
	 padding-bottom: 20px;
  }
  body > footer > div.footer_wrapper > div:nth-child(4) > div:nth-child(2) {
	 padding-top: 40px;
  }
  .footer_column:nth-of-type(4) .footer_column4_sub {
	  gap: 0;
  }
}

@media (min-width: 541px) and (max-width: 900px) {
  .footer_wrapper {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 48px;
    grid-row-gap: 48px;
	width: 100%;
  }
	body:not(.single-product) footer {
		padding: 60px 42px;
	}

	body.single-product footer {
		padding: 60px 42px 168px;
	}
}

@media (min-width: 901px) and (max-width: 1068px) {
  .footer_wrapper {
	display: grid;  
    grid-template-columns: repeat(3, 1fr);
    gap: 72px 100px;
	width: 100%;
  }
  	body:not(.single-product) footer {
		padding: 80px 54px;
	}

	body.single-product footer {
		padding: 80px 54px 120px;
	}
  .footer_column:nth-of-type(4) {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 100px;
    grid-column-start: 1;
    grid-column-end: 3;
  }
}

@media (max-width: 379px) {
  .footer_column:nth-of-type(4) {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
    grid-column-start: auto;
    grid-column-end: auto;
  }
}

@media (min-width: 1069px) {
	.footer_wrapper {
		width: 100%;
		max-width: 1240px;
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 60px;
	}
}

@media (min-width: 769px) and (max-width: 900px) {
	.kidzly-links {
		padding-bottom: 20px;
	}
}
@media (min-width: 480px) and (max-width: 768px) {
  .content-area, .error404 .content-area {
    margin: 0;
    padding: 48px 42px 60px 42px;
  }

  .rating_info {
    grid-template-columns: 1fr 2fr;
    gap: 40px 12px;
  }

  .rating_column_2 {
    padding-right: 0;
    border-right: none;
  }

  .rating_column_3 {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .footer_column:nth-of-type(4) {
    display: grid;
    grid-template-columns: 1fr;
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .footer_tags {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 540px) and (max-width: 768px) {
  .footer_column:nth-of-type(4) {
    gap: 40px;
  }
}

@media (min-width: 481px) and (max-width: 660px) {
  .home section.about {
    padding: 48px 0;
  }
}

@media (max-width: 620px) {
  section.join_us {
    padding: 60px 28px;
  }
}

@media (min-width: 768px) and (max-width: 1069px) {
  .search_menu_text {
    display: none;
  }

  span.minicart_product_count {
    color: var(--color-primary);
  }

  .content-area {
    margin: 0;
    padding: 48px 54px 80px 54px;
  }

  .footer_tags {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
  }
}

@media (max-width: 992px) {
  .benefits {
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 40px;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .rating_info {
    display: grid;
    grid-template-columns: 2fr 3fr 2fr;
	gap: 16px;
  }

  .rating_column_2 {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) and (max-width: 1239px) {
  #menu-right-menu-in-header {
    display: none;
  }

  ul.header-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
  }
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .woocommerce-order-overview-wrapper {
    margin: 60px 40px 120px 40px;
  }
}

@media (min-width: 1025px) and (max-width: 1320px) {
  .content-area {
    margin: 0 auto;
    padding: 48px 54px 80px 54px;
  }

  .menu-site-search {
    justify-content: end;
  }
  .header_wrapper {
	padding: 0 54px;
  }
}

@media (min-width: 1281px) {
  .woocommerce-order-overview-wrapper {
    max-width: 1240px;
    margin: 60px auto 120px auto;
  }
}

.email-coupon-test-container {
	padding-top: 6px;
	font-size: 12px;
    line-height: 16px;
	font-weight: 400;
}

#commentform > p.comment-form-author {
	margin-bottom: 12px!important;
}
.comment-form-author, #commentform > p.comment-form-comment > label {
	margin-bottom: 6px;
}

/* ============================================
   GLOBAL FORM STYLES
   ============================================ */

input[type=search]::-webkit-input-placeholder,
input[type=search] {
  color: var(--Gray, var(--color-header-border));
  font-family: Rubik;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}

input[type=search] {
  color: var(--Black, var(--color-black));
}

.join_us_form input[type=email] {
  padding: 10px;
  color: var(--color-brown);
  font-size: 14px;
  line-height: 22px;
  background: transparent;
}

.join_us_form input::-webkit-input-placeholder {
  color: var(--color-brown);
  font-size: 14px;
  line-height: 22px;
}

button#get-email-test {
  position: absolute;
  right: 0;
  height: 44px;
  color: var(--color-white);
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  min-width: 120px;
  border-radius: 32px;
  background: var(--gray, var(--color-header-border));
}

form#commentform input,
textarea {
  padding: 13px 16px;
  background: var(--light-pink, var(--color-header-bg));
}

form#commentform input#submit {
  min-width: 190px;
  margin-top: 34px !important;
}

form#commentform div.comment-form-rating label::before,
form#commentform p.comment-form-comment label::before {
  margin-right: 2px;
  color: var(--Accent, var(--color-primary));
  content: "*";
}

span#reply-title p::after {
  margin-left: 2px;
  color: var(--Accent, var(--color-primary));
  content: "*";
}


/* ============================================
   GLOBAL UI ELEMENTS
   ============================================ */

.slick-dots {
  margin-left: -2.9% !important;
}

span.minicart_product_count {
  color: var(--color-primary);
}

.minicart_item_variations {
  color: var(--Brown, var(--color-brown));
  font-family: Rubik;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 22px;
  margin-bottom: 2px;
}

.woocommerce-mini-cart__buttons .wc-forward {
  font-weight: 700 !important;
}

.mobile_menu input[type=search]::placeholder {
  color: var(--color-header-border);
}

.post_item:nth-of-type(2n) {
  background: var(--color-bg-violet);
}

.read_more_posts {
  padding-top: 30px;
  text-align: center;
}

.helpie-faq.accordions .accordion__header::before,
.helpie-faq.accordions .accordion__header::after {
  margin-right: 0;
}

.woocommerce ul.products[class*=columns-] li.product,
.woocommerce-page ul.products[class*=columns-] li.product {
  margin: 0 !important;
  border: 1px solid #f9f5eb;
  border-radius: 16px;
}

ul.products li.product:hover {
  border-radius: 16px;
  box-shadow: 0 5px 20px 0 rgba(66, 28, 1, 0.10);
}

img.benefit_pic {
  width: 68px;
  height: 68px;
}

#variations-table li.button-variable-item,
#variations-table li.color-variable-item {
  background: none;
}

.related.products h2 {
  margin-bottom: 60px;
}

.related.products li.product {
  margin-bottom: 0 !important;
}


/* ============================================
   CART PAGE
   ============================================ */

body.woocommerce-cart h1.page_title {
  font-family: Rubik;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
}

body.woocommerce-cart div.content-area {
  position: relative;
}

.woocommerce-cart-form .cart_totals table.shop_table .order-total th,
.woocommerce-cart-form .cart_totals table.shop_table .order-total td bdi,
.woocommerce-cart-form .cart_totals table.shop_table .order-total td bdi span {
  color: var(--Black, var(--color-black));
  font-size: 18px;
  line-height: 26px;
}

.woocommerce-cart-form .cart_totals .coupon {
  padding: 16px 0;
  align-items: center;
  border-top: 1px solid var(--Gray, var(--color-header-border));
  border-bottom: 1px solid var(--Gray, var(--color-header-border));
}

.cart_table_header_row div {
  color: var(--Brown, var(--color-brown));
}


/* ============================================
   CONTACT PAGE
   ============================================ */

.contact_us_line {
  margin: 0;
  color: var(--Gray, var(--color-header-border));
}

.page_header_description {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  color: var(--Brown, var(--color-brown));
  font-weight: 400;
}


/* ============================================
   PRIVACY POLICY PAGE
   ============================================ */

.privacy-policy .helpie-faq.accordions .accordion .accordion__item .accordion__header {
  padding-left: 0;
}

.privacy-policy .helpie-faq.accordions .accordion .accordion__item .accordion__body {
  padding: 0;
}

.privacy-policy .page_content h2 {
  font-size: 18px;
  line-height: 26px;
}


/* ============================================
   THANK YOU PAGE
   ============================================ */

.thank_you_block {
  max-width: none;
  margin: 0 auto;
  padding: 60px 0;
  background: var(--Light-pink, var(--color-header-bg));
}

.thank_you_block-wrapper {
  max-width: 820px;
  margin: 0 auto;
}

.thank_you_block-wrapper p.woocommerce-notice {
  color: var(--Black, var(--color-black));
}

body.woocommerce-order-received .content-area {
  max-width: none;
  margin: 0;
  padding: 0;
}

.page .page_content ul.woocommerce-thankyou-order-details {
  margin: 0 auto;
}

ul.woocommerce-thankyou-order-details li {
  overflow-wrap: break-word;
}

ul.woocommerce-thankyou-order-details li strong {
  margin-top: 12px;
}

table.shop_table.order_details tbody ul {
  display: flex;
  flex-direction: row;
  gap: 12px;
}

table.shop_table.order_details tbody li {
  display: flex;
  gap: 8px;
  align-items: baseline;
  height: 28px;
}

table.shop_table.order_details tbody li p {
  margin: 0;
  font-size: 14px !important;
  line-height: 24px !important;
}

table.shop_table.order_details tbody ul.wc-item-meta {
  margin: 0 8px;
}

table.shop_table.order_details th:nth-child(2),
table.shop_table.order_details td:nth-child(2) {
  text-align: right;
}

table.shop_table.order_details tfoot tr:nth-child(2) td {
  color: var(--accent, var(--color-primary));
  font-weight: 500;
}

.woocommerce-customer-details h2.woocommerce-column__title {
  margin-top: 10px;
  color: var(--Black, var(--color-black));
  font-family: Rubik;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  white-space: nowrap;
}

.woocommerce .woocommerce-customer-details address {
  padding-top: 27px;
}

.woocommerce-table--order-details.shop_table.order_details th,
.woocommerce-table--order-details.shop_table.order_details td {
  padding: 8px 0;
}

body > div.content-area > div > div > div > div.woocommerce-order-overview-wrapper > div > section.woocommerce-order-details > table > tfoot > tr:nth-child(1) > th,
body > div.content-area > div > div > div > div.woocommerce-order-overview-wrapper > div > section.woocommerce-order-details > table > tfoot > tr:nth-child(2) > th,
body > div.content-area > div > div > div > div.woocommerce-order-overview-wrapper > div > section.woocommerce-order-details > table > tfoot > tr:nth-child(3) > th,
body > div.content-area > div > div > div > div.woocommerce-order-overview-wrapper > div > section.woocommerce-order-details > table > tfoot > tr:nth-child(4) > th,
body > div.content-area > div > div > div > div.woocommerce-order-overview-wrapper > div > section.woocommerce-order-details > table > tfoot > tr:nth-child(5) > th {
	padding-right: 6px;
}

.woocommerce-table--order-details.shop_table.order_details tbody tr:first-child td {
  padding-top: 24px;
}

.woocommerce-table--order-details.shop_table.order_details tbody tr:last-child td {
  width: 100%;
  padding-bottom: 24px;
}

span.woocommerce-Price-amount.amount {
  font-weight: 600;
  white-space: nowrap;
}

.woocommerce table.shop_table td {
  border: none;
}

.woocommerce table.shop_table tr:nth-child(1) td {
  border-top: 1px solid var(--color-header-border);
}

.woocommerce table.shop_table tfoot tr:nth-child(1) th {
  padding-top: 24px;
  border-top: 1px solid var(--color-header-border);
}

.woocommerce table.shop_table tfoot tr:nth-child(1) td {
  padding-top: 24px;
}

body .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
  margin-top: 28px;
  color: var(--Black, var(--color-black));
  font-family: Rubik;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

body .woocommerce .woocommerce-customer-details .woocommerce-customer-details--phone,
.woocommerce-customer-details address p {
  margin-top: 16px;
}

.woocommerce-customer-details address br {
  display: block;
  margin-top: 16px;
  content: " ";
}


/* ============================================
   BLOG
   ============================================ */

.blog .post_item {
  width: 100%;
}

.blog_category_header {
  margin-bottom: 60px;
  color: var(--Black, var(--color-black));
  font-family: Dosis;
  font-size: 40px;
  font-weight: 700;
  line-height: 48px;
  letter-spacing: 0.4px;
  text-align: center;
}


/* ============================================
   MEDIA QUERIES
   ============================================ */

@media (max-width: 360px) {
   .woocommerce ul.order_details li strong {
        font-size: 14px;
        line-height: 22px;
   }
   .thank_you_block {
    padding: 32px 20px;
  }
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-direction: column;	
  }

  header {
    padding: 4px 20px;
  }
  .header_wrapper {
    padding: 0px 20px;
  }
  body:not(.woocommerce-order-received) .content-area {
    margin: 0;
    padding: 32px 20px 48px 20px !important;
  }

  .flaticon-right-arrow::before,
  .flaticon-back::before {
    width: 50px;
    height: 50px;
  }

  .flaticon-back {
    left: -23px !important;
  }

  .flaticon-right-arrow {
    right: -23px !important;
  }

  .woocommerce div.product div.images {
    margin-bottom: 0;
  }

  .summary p.price {
    margin: 0;
  }

  .woocommerce div.product .woocommerce-product-rating {
    margin-bottom: 16px;
  }

  .size_guide_notification_text {
    font-size: 16px;
    font-weight: 500 !important;
    line-height: 24px;
  }

  .size_guide_notification {
    align-items: flex-start;
  }

  .woo-variation-swatches .wvs-style-squared.variable-items-wrapper .variable-item:not(.radio-variable-item).button-variable-item .variable-item-span {
    font-size: 16px;
    line-height: 24px;
  }

  .quantity_label {
    margin-bottom: 16px;
    color: var(--color-brown);
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }

  .in_stock {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
  }

  .popup_cart .mini-cart-product-quantity .quantity .qty {
    width: 56px;
    height: 36px;
  }

    padding: 48px 20px;
  }

  .footer_tags {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }

  .woocommerce-page div.product div.summary {
    margin-bottom: 15px;
  }

  .benefits {
    gap: 32px;
  }

  .woocommerce .related ul.products {
    gap: 16px;
  }

  img.benefit_pic {
    border-radius: 50%;
    background: var(--color-header-bg);
  }

  .blog_category_wrapper {
    grid-template-columns: 1fr;
  }

  .top_line_text {
    display: flex;
    justify-content: center;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 11px;
    line-height: 16px;
    text-align: center;
  }

  .top_line_close img {
    top: 2px;
    right: 12px;
  }

  .right_part {
    padding: 20px 20px 68px 20px;
  }

  .home_slider .slick-dots {
    bottom: 20px;
  }

  .blog_posts {
    padding: 48px 16px;
  }

  .home_categories_wrapper {
    gap: 8px;
  }

  section.summer_sale {
    background-position: center center;
  }

  .woocommerce-cart h1.page_title {
    font-family: 'Rubik';
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .splash-center-wrapper {
    padding: 28px 24px;
  }

  .CoverPop-close {
    top: 28px;
    right: 20px;
  }

  #variations-table {
    margin-top: 16px;
  }

  #reviews .reviews_header {
    margin-bottom: 32px;
  }

  body.home .about {
    padding: 48px 20px;
  }
}

@media (min-width: 360px) and (max-width: 459px) {
  .copyright {
    display: flex;
    flex-direction: column-reverse;
    gap: 12px;
  }

  .about {
    padding: 48px 20px;
  }

  .home .about {
    padding: 48px 20px;
  }

  .about_text {
    margin-bottom: 32px;
  }

  .blog_posts {
    gap: 32px;
  }

  .mobile_menu {
    width: 100%;
  }

  .popup_cart {
    width: 100%;
    margin-left: 28px;
    padding: 24px 20px 28px 20px;
  }
}

.cart_continue-shopping {	
    position: relative;
    color: var(--Brown, var(--color-brown));
    font-size: 16px;
    line-height: 24px;
    text-decoration: underline;
    text-underline-offset: 6px;
	text-align: right;
}

@media (min-width: 361px) and (max-width: 480px) {
  .header_wrapper {
    padding: 0px 28px;
  }
  body.home .about {
    padding: 60px 28px;
  }
  .shoptimizer-sticky-add-to-cart .col-full {
     padding: 0 28px;
   }
}

@media (max-width: 420px) {
  .top_line_close {
    margin-right: auto;
  }
}

@media (max-width: 480px) {
.error404 .content-area {
  position: relative;
  min-height: 480px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
}
  .home_slider .slick-dots {
    bottom: 20px;
  }

  .join_us_form {
    gap: 16px;
  }

  .join_us .section_header {
    font-size: 20px;
    font-weight: 500;
    line-height: 28px;
  }

  .join_us_text {
    margin-top: 20px;
    margin-bottom: 28px;
    font-size: 16px;
    line-height: 24px;
  }

  .about {
    padding: 60px 28px 40px 28px;
  }

  .blog_posts .post_item p {
    margin: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .blog .post_item a {
    font-size: 18px;
    line-height: 26px;
    white-space: nowrap;
  }

  .blog_posts .post_item a {
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
  }

  h5.post_item_header {
    z-index: 1;
    font-size: 20px;
    line-height: 28px;
  }


  h2.summer_sale_header {
    letter-spacing: 0;
	overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }

  .helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title {
    padding-right: 28px;
    font-size: 20px;
    line-height: 28px;
  }

  .helpie-faq.accordions .accordion .accordion__item .accordion__body p {
    font-size: 16px;
    line-height: 24px;
  }

  section.faq h5 {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.26px;
  }

  p.faq_text, .helpie-faq.accordions .accordion .accordion__item .accordion__body {
    font-size: 16px;
    line-height: 24px;
  }

  .blog_posts {
    gap: 40px;
  }

  .top_line_close {
    margin-right: 28px;
  }
}

@media (max-width: 768px) {
  .join_us_form {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
  }

  section.join_us {
    max-width: 508px;
  }

  .minicart_price {
    width: auto;
  }

  .blog_posts {
    gap: 48px;
  }
}

@media (min-width: 769px) {
  .mobile_menu .widget.woocommerce.widget_product_search {
    display: none;
  }
  .woocommerce-cart .cart-collaterals .cart_totals tr td {
	border-top: 0px!important;
  }
}


@media (min-width: 841px) {
  .home_slider .slick-dots {
    right: 3.3vw;
    bottom: 15px;
  }
}

@media (max-width: 1024px) {
  .site-search.active {
    padding-left: 13%;
    padding-right: 13%;
  }

  input[type=search] {
    width: 86%;
  }

  .footer_tags {
    width: 100%;
  }
  
  .helpie-faq.accordions .accordion .accordion__item .accordion__header {
    padding-left: 0;
    padding-right: 0;
  }

  .helpie-faq.accordions .accordion .accordion__item .accordion__body {
    padding: 0;
  }

  .slick-dots {
    margin-left: 0 !important;
  }

  .header-right-menu_wrapper {
    display: flex;
    gap: 40px;
    align-items: center;
    justify-content: flex-end;
  }

  .top_line_close {
    margin-right: 54px;
  }

  .mobile_menu ul.header-menu {
    margin-top: 36px;
  }
}

@media (min-width: 1181px) {
  .woocommerce .related ul.products,
  .woocommerce ul.products {
	display: grid;
    gap: 20px;
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1025px) {
  .blog_posts {
    padding-bottom: 0;
  }
}

@media (min-width: 1025px) and (max-width: 1240px) {
  span.search_menu_text {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1920px) {
  .privacy-policy .content-area {
    padding: 48px 105px;
	margin: 0 auto;
  }
}

@media (min-width: 1740px) {
  section.blog_page_header {
    overflow: visible;
  }
}

/* ============================================
   DECORATIVE ELEMENTS (CLOUDS & BALLOONS)
   ============================================ */

.clouds_block {
  top: -60px;
  right: -30px;
  display: flex;
  gap: 16px;
}

.about_clouds_block {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  display: flex;
  gap: 32px;
}

.join_us_wrapper {
  position: relative;
  overflow: hidden;
  background: var(--color-header-bg);
}

.join_us_left_clouds {
  position: absolute;
  top: 0;
  left: 10%;
  display: flex;
}

.join_us_right_clouds {
  position: absolute;
  top: 0;
  right: 10%;
  display: flex;
}

.post_clouds_wrapper {
  position: absolute;
  top: 0;
  right: 32px;
  display: flex;
}

.left_part {
  position: relative;
}

.slider_clouds {
  position: absolute;
  top: 0;
}

.slider_balloons {
  position: absolute;
  top: 225px;
  right: -65px;
  z-index: 2;
}

.slider_balloons svg:nth-of-type(1) {
  margin-right: -88px;
}

.blog .content-area {
  position: relative;
}

.blog_balloons_left {
  position: absolute;
  top: 325px;
  left: -310px;
}

.blog_balloons_left svg:nth-of-type(2) {
  position: absolute;
  top: 265px;
  left: 105px;
}

.blog_balloons_right {
  position: absolute;
  top: 44px;
  right: -180px;
}


/* ============================================
   PRICE STYLING
   ============================================ */

.woocommerce-Price-amount.amount bdi,
span.woocommerce-Price-currencySymbol {
  font-weight: 600;
}


/* ============================================
   ABOUT PAGE
   ============================================ */

.we_believe_item:nth-of-type(2) h5,
.we_believe_item:nth-of-type(3) h5 {
  display: none;
}


/* ============================================
   MEDIA QUERIES
   ============================================ */

@media (max-width: 360px) {
  .shoptimizer-sticky-add-to-cart .col-full {
     padding: 0 20px;
  }
  body.woocommerce-cart .page_title,
  body.woocommerce-cart .woocommerce-breadcrumb,
  body.woocommerce-cart .cart_continue-wrapper,
  .cart_content-area {
		padding: 0 20px;
  }
  .related.products h2 {
    margin-bottom: 22px;
  }
  .woocommerce-order-overview-wrapper {
    margin: 32px 20px 48px;
   }

  div#tab-description h2.description_header {
    margin-bottom: 24px;
  }

  .benefits {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  div#review_form_wrapper {
    margin: 32px auto;
  }

  #comments {
    margin-top: 30px;
  }

  #commentform label {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  .woocommerce-cart .thumbnail_and_product {
    flex-direction: column;
  }

  .woocommerce-cart .content-area .product-subtotal a.remove {
    margin-top: 22px;
  }

  html[lang="en-NZ"] .woocommerce-cart .content-area .product-subtotal a.remove {
    margin-top: 14px;
  }

  .cart-collaterals {
    padding: 40px 20px;
  }

  .woocommerce-cart .page_content {
    margin-top: 32px;
  }

  body.woocommerce-cart .page_title,
  body.woocommerce-cart .woocommerce-breadcrumb,
  body.woocommerce-cart .cart_continue-wrapper,
  .cart_content-area {
    padding-left: 20px;
    padding-right: 20px;
  }

  .page-id-36 .page_header {
    height: 202px;
  }

  .page-id-36 .page_header_wrapper {
    padding: 85px 20px 0 20px;
  }

  .page-id-38 .page_header {
    height: 202px;
  }

  .page-id-38 .page_header_wrapper {
    padding: 48px 20px;
  }

  .about_wrapper {
    gap: 32px;
  }

  .thank_you_block-wrapper {
    max-width: 320px;
  }

  .blog_category_header {
    margin-bottom: 32px;
  }
  div.woocommerce-error.osm-cart-notice, body:not(.search) .woocommerce-info, .woocommerce-message {
    margin: 0 20px;
	font-size: 16px;
    line-height: 22px;
  }
}

@media (max-width: 460px) {
  div.thumbnail_and_product > div.product-name > a {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
  }

  .cart_item .quantity {
    margin-top: 100px;
    margin-left: 0;
  }

  .product-name > :first-child {
    display: block !important;
  }
}

.shoptimizer-sticky-add-to-cart__content_bottom_block {
	display: flex;
	flex-direction: row;	
	max-width: 680px;
	padding: 8px 0;
	justify-content: space-between;
	width: 100%;
	gap: 16px;
}

@media (max-width: 767px) {
	.quantity-shoptimizer-sticky {
		height: 52px;
	}
	.shoptimizer-sticky-add-to-cart__content {
      display: flex;
      align-items: center;
	  flex-wrap: wrap;
      justify-content: space-between;
      position: relative;
	  gap: 8px;
	  padding: 2px 0 6px 0;
	}
	.coupon_img {
		position: relative;
		top: 6px;
		right: 6px;
	}
	h3.coupon {
        color: var(--black, var(--color-black));
        font-family: Rubik;
        font-size: 16px;
        font-weight: 500;
        line-height: 20px;
        padding: 0 12px;
	}
	.shoptimizer-sticky-add-to-cart__content-product-text {
		width: 100%;
		text-align: center;
	}
	.shoptimizer-sticky-add-to-cart__content_text {
		padding: 12px 10px;
		width: 100%;
	}
	 .quantity-shoptimizer-sticky .single_add_to_cart_button.button.alt, .variable-grouped-sticky.button {
		width: 100%!important;
	}
}

@media (min-width: 480px) and (max-width: 767px) {
	#coupon-extra-test {
		border-bottom: 1px solid var(--cloudy-gray, var(--color-gray-light));
	}
	.shoptimizer-sticky-add-to-cart__content_bottom_block {
		flex-direction: column;		
		gap: 16px;
	}
}

@media (max-width: 479px) {
	#coupon-extra-test {
		border-bottom: 1px solid var(--cloudy-gray, var(--color-gray-light));
	}
	.shoptimizer-sticky-add-to-cart__content_bottom_block {
		flex-direction: column;
		gap: 12px;
	}
}

@media (max-width: 540px) {
  .woocommerce .related ul.products,
  .woocommerce ul.products {
	display: grid;
    gap: 16px;
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media (max-width: 478px) {
  .woocommerce .woocommerce-breadcrumb,
  .page .woocommerce-breadcrumb {
    margin-bottom: 32px;
  }

  .woocommerce .woocommerce-breadcrumb a,
  .woocommerce .woocommerce-breadcrumb,
  .page .woocommerce-breadcrumb {
    font-size: 13px;
  }

  .woocommerce div.product .product_title {
    font-size: 20px;
    line-height: 28px;
  }

  #variations-table label {
    font-size: 16px;
    line-height: 24px;
  }

  #variations-table tr {
    align-items: center;
  }

  #variations-table li.color-variable-item {
    width: 24px;
    height: 24px;
    padding: 4px;
  }

  #variations-table li.button-variable-item span {
    font-size: 16px;
    line-height: 24px;
  }

  div.variations_button div.quantity_label,
  div.variations_button div.in_stock,
  div.variations_button div.size_guide_notification_text {
    font-size: 16px;
    line-height: 24px;
  }

  .woocommerce .related li.product:nth-child(3) {
    display: block;
  }

  .related.products h2 {
    margin-bottom: 30px;
  }

  div#review_form_wrapper {
    margin: 40px auto;
  }

  div#tab-description h2.description_header {
    margin-bottom: 20px;
  }

  .benefits {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  #comments {
    margin-top: 42px;
  }

  span#reply-title {
    font-size: 20px;
    line-height: 28px;
  }

  #commentform label {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  hr.description_hr {
    margin-bottom: 40px;
  }

  .shoptimizer-sticky-add-to-cart__content-product-info {
    text-align: left;
  }

  body.woocommerce-cart h1.page_title {
    font-size: 20px;
    line-height: 28px;
  }

  .woocommerce-cart-form .product-subtotal .woocommerce-Price-amount.amount bdi,
  .woocommerce-cart-form .product-subtotal .woocommerce-Price-amount.amount bdi .woocommerce-Price-currencySymbol {
    font-size: 16px !important;
    line-height: 24px;
  }

  .woocommerce-cart-form .cart_totals table.shop_table.shop_table_responsive .order-total th,
  .woocommerce-cart-form .cart_totals table.shop_table .order-total td bdi,
  .woocommerce-cart-form .cart_totals table.shop_table .order-total td bdi span {
    font-size: 16px;
    line-height: 24px;
  }

  .cart-collaterals {
    padding: 40px 28px;
  }

  .woocommerce-cart .content-area .page_content .cart_item a {
    font-size: 16px !important;
    line-height: 24px;
  }

  .not_found_header {
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
  }

  .not_found_sub_header {
    font-size: 20px;
    line-height: 28px;
  }

  .not_found_text {
    font-size: 16px;
    line-height: 24px;
  }

  .page-id-36 .page_header {
    height: 226px;
    padding-left: 0;
    padding-right: 0;
  }

  .page-id-36 .page_header_wrapper {
    padding: 90px 28px 0 28px;
  }

  .page-id-36 .page_header_wrapper h1.page_header_text {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.26px;
  }

  .page_header_description {
    max-width: 332px;
    margin-top: 20px;
    font-size: 16px;
    line-height: 24px;
  }

  .about_text {
    margin-bottom: 20px;
    color: var(--color-brown);
  }

  .page-id-38 .page_header {
    height: 226px;
    padding-left: 0;
    padding-right: 0;
  }

  .page-id-38 .page_header_wrapper {
    padding-left: 28px;
    padding-right: 28px;
  }

  .page-id-38 .page_header_wrapper h1.page_header_text {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.26px;
  }

  .about {
    padding: 48px 20px;
  }

  h5.we_believe_item_header {
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.26px;
  }

  .we_believe_item_text {
    font-size: 16px;
    line-height: 24px;
  }

  body.privacy-policy h1.page_title {
    margin-bottom: 28px;
    font-size: 24px;
    line-height: 38px;
    letter-spacing: 0.26px;
  }

  body.privacy-policy .page_content p {
    font-size: 16px;
    line-height: 24px;
  }

  .privacy-policy .page_content h2 {
    font-size: 16px;
    line-height: 24px;
  }

  .woocommerce-customer-details h2.woocommerce-column__title {
    font-size: 16px;
    line-height: 24px;
  }

  .woocommerce-customer-details address {
    padding-top: 24px;
  }

  h2.woocommerce-order-details__title {
    margin-top: 48px;
  }

  body .woocommerce .woocommerce-customer-details .woocommerce-customer-details--email {
    font-size: 16px;
    line-height: 24px;
  }

  .woocommerce-customer-details section.woocommerce-columns.addresses {
    grid-template-columns: auto;
    gap: 32px;
  }

  .thank_you_block-wrapper {
    max-width: 424px;
  }

  .thank_you_block-wrapper p.thank_you {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
    line-height: 38px;
  }

  .thank_you_block-wrapper p.woocommerce-notice {
    font-size: 16px;
    line-height: 24px;
  }

  .page .page_content h2.woocommerce-order-details__title {
    font-size: 20px;
    line-height: 28px;
  }

  .blog_category_header {
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 38px;
    letter-spacing: 0.26px;
  }
}

@media (max-width: 560px) {
  .contact_us_wrapper {
    display: flex;
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .woocommerce .related li.product:nth-child(3) {
    display: none;
  }

  .popup_cart .mini-cart-product-quantity .quantity .qty {
    width: 56px;
    height: 36px;
  }

  .rating_info {
    margin-bottom: 0;
  }

  div#review_form_wrapper {
    margin: 48px auto;
  }

  #review_form input#submit {
    width: 100%;
  }

  #comments {
    margin-top: 60px;
  }

  .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents div:nth-last-child(2) {
    border: none;
  }

  .thumbnail_and_product {
    gap: 12px;
  }

  .woocommerce table.shop_table_responsive tr td::before,
  .woocommerce-page table.shop_table_responsive tr td::before {
    float: left !important;
    font-size: 14px;
    font-weight: 400 !important;
    line-height: 24px;
    content: attr(data-title) !important;
  }

  .woocommerce table.shop_table_responsive tr.order-total td::before,
  .woocommerce-page table.shop_table_responsive tr.order-total td::before {
    font-size: 16px !important;
    font-weight: 500 !important;
    line-height: 24px !important;
    content: attr(data-title) !important;
  }

  body.woocommerce-cart .content-area {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .page-id-36 .page_header {
    height: 244px;
  }

  .page-id-36 .page_header_wrapper {
    padding-top: 95px;
  }

  .about_header,
  .about_text,
  .learn_more {
    text-align: center;
  }

  .we_believe_item img.attachment-full {
    width: 100%;
    max-height: 304px;
    border-radius: 12px;
    object-fit: cover;
  }

  .page-id-38 .about_item img.attachment-full {
    max-height: 304px;
  }

  .we_believe {
    gap: 48px;
  }

  .page-id-38 .page_header {
    height: 244px;
  }

  .about_wrapper {
    gap: 40px;
  }

  .thank_you_block-wrapper {
    max-width: 688px;
  }

  .blog_category_header {
    margin-bottom: 48px;
  }

  .blog_page_category_wrapper {
    grid-template-columns: 1fr;
    gap: 20px;
  }
}

@media (min-width: 769px) {
  .thank_you_block {
    padding: 48px 54px;
  }
}

@media (min-width: 481px) and (max-width: 993px) {
    .shoptimizer-sticky-add-to-cart .col-full {
        padding: 0 40px;  
    }
}

@media (max-width: 480px) {
   .mobile_menu {
	position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
	width: 95%;
    padding: 59px 28px;
    z-index: 999;
    height: 100vh;
    border-radius: 0 16px 0 0;
    background: var(--color-bg-violet);	
  }
}

@media (max-width: 1024px) {
  .related.products h2 {
    margin-bottom: 38px;
  }

  hr.description_hr {
    margin-bottom: 60px;
  }

body.single-product .single_variation_wrap .quantity .plus,
body.single-product .single_variation_wrap .quantity .minus,
body.single-product form.cart > .quantity .plus,
body.single-product form.cart > .quantity .minus {
    padding: 12px;
    background-color: var(--color-bg-violet);
  }

  .woocommerce .quantity .qty {
    width: 97px;
    height: 46px;
  }
  .popup_cart .mini-cart-product-quantity .quantity .qty {
    width: 56px;
    height: 36px;
  }

  .cart_item .product-subtotal {
    gap: 56px;
    align-items: end;
    justify-content: space-between;
    flex-direction: column-reverse;
  }

  .cart-collaterals {
    padding: 40px 24px;
  }

  .woocommerce-cart .page_content {
    margin-top: 40px;
  }

  .about_text {
    text-align: center;
  }

  .learn_more {
    text-align: center;
  }

  .about_item img.attachment-full {
    width: 100%;
  }

  .blog_page_category_wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }

  .single:not(.single-product) .content-area {
    grid-template-columns: 1fr;
    gap: 48px;
  }
}

/* ============================================
   GENERAL FIXES
   ============================================ */

input[type="number"] {
  -moz-appearance: textfield;
}

.page_404_clouds {
  position: absolute;
  top: -60px;
  right: -140px;
  display: flex;
}

.search-desktop__results.has_results .search-results {
  border-bottom-left-radius: 12px;
}

.widget.woocommerce.widget_product_search.has_results {
  border-bottom-left-radius: unset;
  border-bottom-right-radius: unset;
}

p.stock.out-of-stock {
  display: none;
}

p#billing_email_field {
  margin-bottom: 12px;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox {
  margin: 0;
}

.product_out_of_stock .woocommerce-variation-add-to-cart.variations_button.woocommerce-variation-add-to-cart-disabled,
.woocommerce-variation-price {
  display: none;
}

.comment-form .acf-comment-fields.acf-fields.-clear {
  display: none;
}

body #review_form #commentform .file-upload label[for="files"] {
  font-size: 14px !important;
}

.filter-catalog__close {
  display: none;
}


/* ============================================
   FILTER & DROPDOWN SYSTEM
   ============================================ */

.singleselect--category .singleselect__value, .singleselect__value {
  display: flex;
  padding: 12px;
  cursor: pointer;
}

.singleselect__values .singleselect__value:hover {
	background: #f3f0ed63;
}

.singleselect--category .singleselect__value .singleselect__value-checkbox-svg {
  display: block;
}

.singleselect--category .singleselect__value--checked .singleselect__value-checkbox-svg {
  display: none;
}

.singleselect--category .singleselect__value--checked .singleselect__value-checkbox-svg-checked {
  display: none;
}

.singleselect--category .singleselect__value-checkbox {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.singleselect--category .singleselect__value-checkbox-svg-checked {
  display: block;
}

.singleselect--category .singleselect__value-checkbox-svg-checked-desktop {
  display: block;
}

.singleselect--category .singleselect__prefix {
  display: none;
  color: #6B6B6B;
}

.singleselect--category .singleselect__mobile-title {
  display: block;
}

.singleselect--category .singleselect__title {
  display: block;
}

.singleselect--category .singleselect__values {
  position: absolute;
  display: flex;
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s;
}

.singleselect--active .singleselect__arrow {
  transform: rotate(180deg);
}

.singleselect__header .singleselect__mobile-title {
  display: none;
}

.singleselect__prefix {
  color: #6B6B6B;
}

.singleselect__title {
  display: block;
}

.singleselect__arrow {
  margin-left: auto;
  transition: all 0.5s;
}

.singleselect__value--checked .singleselect__value-checkbox {
  display: block;
}

.singleselect__value-checkbox {
  display: none;
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.singleselect__value-checkbox-svg {
  display: none;
}

.singleselect__value-checkbox-svg-checked {
  display: none;
}

.singleselect__value-title {
  flex: auto;
  color: var(--color-brown);
}

.singleselect__value--checked .singleselect__value-title,
.singleselect__value.selected {
  color: var(--color-black);
  font-weight: 500;
  text-decoration: none;
}

div.singleselect__value.singleselect__value--checked, a.singleselect__value.selected {
  background: var(--color-bg-violet);
}

.singleselect__values a {
  text-decoration: none;
}

.singleselect--active.singleselect {
    border-radius: 16px;
}

.singleselect--active .singleselect__values {
  max-height: 100vh;
  border-radius: 12px;
}

.singleselect__values {
  overflow-x: scroll;
  border-radius: 12px;
  border-top: none;
  scrollbar-width: none;
}

.reviews__filter .singleselect--category {
  border-bottom: none;
}

.reviews__filter .singleselect__values {
  border: none;
  border-radius: 12px;
}

.reviews__filter-wrapper {
  margin-bottom: 40px;
}

.filter-button {
  display: none;
  width: 100%;
  padding: 12px;
  gap: 8px;
  align-items: center;
  border: 1px solid #D9D9D9;
  cursor: pointer;
}

.filter-button__arrow {
  margin-left: auto;
}


/* ============================================
   MEDIA QUERIES - DECORATIVE ELEMENTS
   ============================================ */

@media (max-width: 360px) {
  .blog_balloons_left {
    left: -150px;
  }

  .slider_clouds {
    left: -60px;
  }

  .slider_balloons svg:nth-of-type(1) {
    width: 100px;
  }

  .slider_balloons svg:nth-of-type(2) {
    width: 67px;
  }

  .slider_balloons {
    top: -110px;
  }

  .page_header_description {
    max-width: 275px;
  }

  .clouds_block {
    top: -60px;
    right: -420px;
  }

  .helpie-faq.accordions .accordion .accordion__item .accordion__header div.accordion__title {
    padding-right: 22px;
	overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
  }

  .we_believe_item:nth-of-type(2),
  .we_believe_item:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  a.write_review {
    padding: 14px 16px;
  }
}

@media (max-width: 460px) {
  .thumbnail_and_product {
    flex-direction: column;
  }
}

a.woocommerce-remove-coupon {
  display: block;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

@media (max-width: 480px) {
  .woocommerce-Price-amount.amount bdi,
  span.woocommerce-Price-currencySymbol, tr.cart-discount > td > span,
  div.content-area > div.page_content > div > form > div.cart-collaterals > div > table:nth-child(1) > tbody > tr > td > span > span > span {
    font-size: 16px;
	line-height: 24px;
	font-weight: 600;
  }
  div#tab-description h2 {
	font-size: 18px;
    line-height: 24px;
  }
  div#tab-description p {
	font-size: 16px;
    line-height: 24px;
  }
  .benefit_text {
    font-size: 16px;
    line-height: 24px;
  }

  .page_404_clouds svg:nth-of-type(2) {
    margin-top: 50px;
  }

  .page_404_clouds {
    top: -150px;
  }

  .blog_balloons_left {
    left: -146px;
  }

  .post_clouds_wrapper {
    display: none;
  }

  .join_us_right_clouds {
    right: -60px;
  }

  .join_us_left_clouds {
    left: -95px;
  }

  .about_clouds_block {
    right: -100px;
  }

  .page_header_description {
    max-width: 332px;
  }

  .about_clouds_block svg:nth-of-type(1) {
    display: none;
  }

  .clouds_block {
    right: -310px;
  }

  .we_believe_item:nth-of-type(2),
  .we_believe_item:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }

  .we_believe_item:first-child p.we_believe_item_text {
    margin-bottom: 24px !important;
  }

  .woocommerce ul.order_details li {
    border-bottom: 0;
  }

  .single-product .benefit_item {
    width: auto;
    padding: 0px;
  }

  .filter {
    display: flex;
    flex-direction: column-reverse;
  }

  .reviews__filter-wrapper {
    margin-bottom: 32px;
  }

  p.form-submit {
    grid-row-start: 6;
  }
}

@media (min-width: 481px) {
	.error404 .content-area {
	  position: relative;
	  min-height: 600px;
	  display: flex;
	  align-items: center;
	  jutify-content: flex-start;
	  max-width: 1240px;
	  margin: 0 auto;
	}
}

@media (max-width: 640px) {
  .slider_clouds {
    top: -80px;
  }

  .slider_clouds svg {
    width: 160px;
  }

  .slider_balloons svg:nth-of-type(1) {
    width: 105px;
  }

  .slider_balloons svg:nth-of-type(2) {
    width: 88px;
  }

  .slider_balloons {
    top: -60px;
  }
}

@media (max-width: 768px) {
	.reviews__filter {
	  width: 100%;
	}
  .archive p.woocommerce-result-count {
    position: sticky;
    bottom: 60px;
    left: 0;
    margin-bottom: 12px;
  }

  .slider_balloons svg:nth-of-type(1) {
    width: 140px;
    margin-right: -80px;
  }

  .page_404_clouds {
    width: 90%;
  }

  .blog_balloons_right {
    display: none;
  }

  .slider_balloons {
    top: 50px;
  }

  .slider_clouds {
    left: -25px;
  }

  .post_clouds_wrapper {
    right: -170px;
  }

  .join_us_left_clouds {
    left: -85px;
  }

  .join_us_right_clouds {
    right: -35px;
  }

  .about_clouds_block {
    top: -12px;
    right: -145px;
  }

  .about_clouds_block svg:nth-of-type(1),
  .about_clouds_block svg:nth-of-type(3) {
    width: 148px;
    margin-top: -30px;
  }

  .about_clouds_block svg:nth-of-type(2) {
    width: 120px;
  }

  .page_header_wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .page_header_description {
    max-width: 421px;
  }

  .clouds_block svg:nth-of-type(1) {
    width: 138px;
  }

  .clouds_block svg:nth-of-type(2) {
    width: 170px;
  }

  .clouds_block {
    top: -100px;
    right: -275px;
    gap: 13px;
  }

  .we_believe_item:nth-of-type(2),
  .we_believe_item:nth-of-type(3) {
    display: flex;
    flex-direction: column;
    gap: 48px;
  }

  .we_believe_item:nth-of-type(2) h5,
  .we_believe_item:nth-of-type(3) h5 {
    display: block;
  }

  .we_believe_item:nth-of-type(1) h5,
  .we_believe_item:nth-of-type(4) h5 {
    display: none;
  }

  .we_believe {
    gap: 24px;
  }

  .we_believe_item:first-child p.we_believe_item_text {
    margin-bottom: 36px !important;
  }

  .singleselect--category .singleselect__value {
    padding: 12px;
  }

  .singleselect--category .singleselect__value .singleselect__value-checkbox {
    display: none;
  }

  .singleselect--category .singleselect__value--checked .singleselect__value-checkbox {
    display: block;
  }

  .singleselect--category .singleselect__value--checked .singleselect__value-checkbox-svg-checked {
    display: none;
  }

  .singleselect--category .singleselect__value-checkbox {
    display: none;
  }

  .singleselect--category .singleselect__value-checkbox-svg {
    display: none;
  }

  .singleselect--category .singleselect__value-checkbox-svg-checked-desktop {
    display: block;
  }

  .singleselect--category .singleselect__prefix {
    display: flex;
    align-items: center;
  }

  .singleselect--category .singleselect__mobile-title {
    display: none;
  }

  .singleselect--category .singleselect__title {
    display: block;
  }

  .singleselect--active .singleselect__wrapper {
    border: 1px solid var(--color-bg-light);
  }

  .filter-button {
    display: none;
    width: auto;
  }
}

@media (max-width: 767px) {
  .singleselect--category .singleselect__title, .singleselect__title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .quantity.buttons_added, .shoptimizer-sticky-add-to-cart__content-desktop-single {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1321px) {
  form.woocommerce-cart-form {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
}

@media (min-width: 1000px) and (max-width: 1100px) {
  .woocommerce #content div.product div.images,
  .woocommerce div.product div.images,
  .woocommerce-page #content div.product div.images,
  .woocommerce-page div.product div.images {
    width: 52.4%;
  }

  .woocommerce #content div.product div.summary,
  .woocommerce div.product div.summary,
  .woocommerce-page #content div.product div.summary,
  .woocommerce-page div.product div.summary {
    width: 43.1%;
  }
}

@media (min-width: 1024px) {
   .shoptimizer-sticky-add-to-cart__content_text {
        min-width: 1024px;
   }
  .home .blog_posts .post_item.slick-slide.slick-cloned,
  .home .blog_posts .post_item.slick-slide.slick-current.slick-active {
    margin-right: 20px;
  }

  .backinstock-subscribe-form .panel-primary {
    width: auto !important;
  }

  .backinstock-subscribe-form .panel-body {
    padding: 0 30px !important;
  }

  section.backinstock-subscribe-form {
    max-width: 420px;
    width: 420px;
  }
}

@media (max-width: 1024px) {
  .page_404_clouds {
    left: 30px;
  }

  .error404 .content-area,
  .blog .content-area {
    overflow: hidden;
  }

  .blog_balloons_left {
    top: 325px;
    left: -130px;
  }

  .blog_balloons_left svg:nth-of-type(2) {
    position: absolute;
    top: 265px;
    left: 50px;
  }

  .blog_balloons_right {
    top: 140px;
    right: -70px;
  }

  .slider_balloons {
    right: -55px;
  }

  .left_part {
    position: relative;
    overflow: hidden;
  }

  .post_clouds_wrapper {
    right: -50px;
  }

  .post_clouds_wrapper svg:nth-of-type(2) {
    margin-left: -80px;
    margin-top: -30px;
  }

  .join_us_text {
    position: relative;
    z-index: 1;
  }

  .join_us_right_clouds {
    right: 0;
  }

  .join_us_left_clouds {
    left: 0;
  }

  .join_us_left_clouds svg:nth-of-type(1),
  .join_us_right_clouds svg:nth-of-type(2) {
    display: none;
  }

  .clouds_block {
    right: -145px;
  }

  .about_clouds_block svg:nth-of-type(2) {
    margin-left: -64px;
    margin-right: -40px;
    margin-top: -60px;
  }

  .about_clouds_block {
    gap: 0;
    right: -100px;
  }
}

@media (min-width: 1025px) {
  .page-id-36 h1.page_header_text {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  body.page .woocommerce-breadcrumb {
    padding: 0;
  }
}


.shoptimizer-sticky-add-to-cart .col-full {
    display: flex;
	flex-direction: column;
    align-items: center;
    justify-items: center;
    background: var(--color-bg-violet);
    box-shadow: 0 0px 6px rgba(0, 0, 0, 0.1);
    border-top: 1px solid var(--cloudy-gray, var(--color-gray-light));
    margin: 0 auto;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    max-width: 1340px;
}


@media (min-width: 992px) {
  section.backinstock-subscribe-form {
    width: auto;
  }
}

@media (min-width: 1024px) and (max-width: 1380px) {
  .blog_balloons_right {
    display: none;
  }
}

@media (min-width: 1381px) and (max-width: 1600px) {
  .blog_balloons_right {
    top: 240px;
    right: -64px;
  }
}


/* ============================================
   SHOPTIMIZER SINGLE PRODUCT
   ============================================ */

.quantity-shoptimizer-sticky,.quantity.buttons_added {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4px;
  width: 100%;
  min-width: 148px;
}

.quantity-nav-minus,
.quantity-nav-plus {
  margin-top: 6px;
}


/* ============================================
   MOBILE MENU
   ============================================ */

.popup_active ul.sub-menu {
  height: 290px;
  overflow: auto;
  border-top: 1px solid var(--color-header-border);
}

#menu-mobile-menu-header {
  gap: 0;
}

ul#menu-mobile-menu-header > li {
  margin-top: 0;
}

#menu-item-202, #menu-item-13836 {
  z-index: 1;
  padding-top: 24px;
  border-top: 1px solid var(--color-header-border);
  box-shadow: 0 -10px 8px 8px var(--color-bg-violet);
}

#menu-item-192 > a {
  position: relative;
  z-index: 1;
  width: 20%;
}


/* ============================================
   CART & MINI CART
   ============================================ */

.woocommerce ul.cart_list,
.woocommerce ul.product_list_widget {
  overflow: auto;
  scrollbar-width: none;
}

div.woocommerce-notices-wrapper > ul {
  margin-left: 0 !important;
}


/* ============================================
   BUTTON STATES & LOADERS
   ============================================ */

.join_us_button.disabled,
.join_us_button.disabled:hover {
  cursor: not-allowed !important;
  background: var(--color-header-border) !important;
}

.disabled-button-coupon {
  color: #fff !important;
  cursor: not-allowed !important;
  opacity: 1 !important;
}

.disabled-button-coupon:hover {
  cursor: not-allowed !important;
  opacity: 1 !important;
  background-color: var(--color-header-border) !important;
}

.join_us_button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.button-text {
  display: inline-block;
  color: var(--color-header-bg) !important;
  font-family: Dosis;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: center;
}

.loader-f {
  position: absolute;
  right: 16px;
  display: none;
  width: 20px;
  height: 20px;
  border: 2px solid var(--color-primary);
  border-top: 2px solid var(--color-header-bg);
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ============================================
   LOADERS & COMMENTS
   ============================================ */

#comments-loader,
#loader {
  margin: 20px 0;
  text-align: center;
}

#comments-loader img,
#loader img {
  width: 50px;
  height: auto;
}

.fancybox-button svg path {
  color: #fff;
}

.order-again {
  display: none;
}


/* ============================================
   MISCELLANEOUS
   ============================================ */

.woocommerce a.added_to_cart {
  width: 100%;
  text-align: center;
  white-space: nowrap;
}

.shoptimizer-sticky-add-to-cart a.added_to_cart.wc-forward {
   padding-top: 0; 
   font-size: 16px;
   line-height: 22px;
}

.page_content h3,
#reviews .reviews_header {
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
}


/* ============================================
   MEDIA QUERIES
   ============================================ */

@media (max-width: 360px) {
  #reviews .reviews_header {
    font-size: 26px;
  }
}

@media (min-width: 361px) and (max-width: 440px) {
  .copyright {
    display: flex;
    flex-direction: column-reverse;
    gap: 16px;
  }
}

@media (max-width: 480px) {
  .shoptimizer-sticky-add-to-cart__content-button label {
    color: var(--brown, var(--color-brown));
    font-family: Rubik;
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
  }

  .shoptimizer-sticky-add-to-cart__content-button label a {
    color: var(--accent, var(--color-primary)) !important;
    font-size: 12px;
    text-decoration-line: underline;
    white-space: nowrap;
  }

  table.shop_table.order_details tbody ul.wc-item-meta {
    display: flex;
    flex-direction: column;
    gap: 0;
    margin: 0 8px 0 0;
  }

  body .shoptimizer-sticky-add-to-cart.visible .variable-grouped-sticky.button.single {
    width: 100%;
    margin-top: 6px;
    margin-bottom: 6px;
  }
}

body > section.shoptimizer-sticky-add-to-cart.visible > div > div.shoptimizer-sticky-add-to-cart__content {
    padding: 8px 0px;
}

@media (min-width: 481px) and (max-width: 680px) {
  .popup_cart {
    width: auto;
	margin-left: 32px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .benefits {
	display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 16px;
    row-gap: 40px;
	padding: 24px;
  }
  body.home .about {
      padding: 60px 0px;
  }

  .shoptimizer-sticky-add-to-cart__content-button label {
    color: var(--brown, var(--color-brown));
    font-family: Rubik;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
  }

  .shoptimizer-sticky-add-to-cart__content-button label a {
    color: var(--accent, var(--color-primary)) !important;
    font-size: 14px;
    text-decoration-line: underline;
  }

  #coupon-test > div.shoptimizer-sticky-add-to-cart__content-button > div {
    width: 90%;
  }
  div.woocommerce-error.osm-cart-notice, body:not(.search) .woocommerce-info, .woocommerce-message {
    margin: 0 42px;
  }
}

@media (min-width: 681px) {
  .contact_us_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
  }

  .contact_us_column {
    min-width: 280px;
  }
}

@media (max-width: 680px) {
  .contact_us_wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 12px;
  }

  .contact_us_column {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .CoverPop-content table tr th {
    padding: 4px 6px;
    font-size: 14px;
	line-height: 20px;
  }

  .CoverPop-content table tr td {
    padding: 8px 4px;
    font-size: 14px;
	line-height: 20px;
    white-space: nowrap;
  }
  
   .wpgs-nav .slick-cloned {
      display: none !important;
   }
  .return-to-shop {
    text-align: center;
  }

  .author_name {
    max-width: fit-content;
    width: 160px;
    text-wrap: nowrap;
  }
}

@media (min-width: 769px) and (max-width: 1180px) {
	.woocommerce .related ul.products,
	.woocommerce ul.products {
	  display: grid;
      gap: 20px;
      grid-template-columns: repeat(3, 1fr);
	}
}

@media (min-width: 769px) and (max-width: 1024px) {
    .header_wrapper {
        padding: 0px 54px;
    }
	body.home .about {
      padding: 80px 22px;
    }
	.about_item img {
        height: 100%;
        object-fit: cover;
		border-radius: 12px;
    }
}

@media (min-width: 768px) and (max-width: 1360px) {
  #slick-slide00 > div > div.right_part > div > p.slider_text {
    margin-bottom: 24px;
  }
}

@media (max-width: 980px) {
  .copyright {
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 16px;
  }
}

@media (min-width: 1024px) {
  .woocommerce .quantity .qty {
    width: 80px;
    height: 34px;
    padding: 0;
    font-weight: 500;
    text-align: center;
    border: 1px solid var(--color-header-border);
    border-radius: 32px;
  }

  .cart_table_header_row > div:nth-child(3) {
    text-align: center;
  }
}


@media (min-width: 1024px) and (max-width: 1360px) {
  .top_line_text {
    font-size: 12px;
  }
}

@media (max-width: 1280px) {
  .page_header {
    padding-left: 54px;
    padding-right: 54px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
  }
   .woocommerce-order-overview-wrapper {
    margin: 60px 54px 120px 54px;
  }
    ul.woocommerce-order-overview li:last-child:nth-child(3n - 2) {
        grid-column: 1 / -1;
    }

    ul.woocommerce-order-overview li:last-child:nth-child(3n - 1) {
        grid-column: span 2;
    }
}

@media (min-width: 481px) and (max-width: 768px) {
.woocommerce-order-overview-wrapper {
	max-width: 916px;
	margin: 60px 42px 80px;
  }
  .thank_you_block {
    padding: 48px 42px;
  }
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(3, auto);
    }

    .woocommerce-order-received li.woocommerce-order-overview__order.order {
        grid-row: 1;
        grid-column: 1;
    }

    .woocommerce-order-received li.woocommerce-order-overview__date.date {
        grid-row: 1;
        grid-column: 2;
    }

    .woocommerce-order-received li.woocommerce-order-overview__total.total {
        grid-row: 2;
        grid-column: 1;
    }

    .woocommerce-order-received li.woocommerce-order-overview__payment-method.method {
        grid-row: 2;
        grid-column: 2;
    }

    .woocommerce-order-received li.woocommerce-order-overview__email.email {
        grid-row: 3;
        grid-column: 1 / -1;
    }
}

@media (min-width: 361px) and (max-width: 480px) {
  body.woocommerce-cart .page_title,
  body.woocommerce-cart .woocommerce-breadcrumb,
  body.woocommerce-cart .cart_continue-wrapper,
  .cart_content-area {
		padding: 0 28px;
  }
  ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-direction: column;	
  }
  .woocommerce-order-overview-wrapper {
	max-width: 916px;
	margin: 40px 28px 60px;
  }
  .thank_you_block {
    padding: 40px 28px;
  }
  .woocommerce ul.order_details li strong {
        font-size: 14px;
        line-height: 22px;
  }
  div.woocommerce-error.osm-cart-notice, body:not(.search) .woocommerce-info, .woocommerce-message {
    margin: 0 28px;
	font-size: 16px;
    line-height: 22px;
  }
}


/* ============================================
   LANGUAGE SPECIFIC STYLES
   ============================================ */

html[lang="ro-RO"] h2.slider_header {
  font-size: 50px;
}


@media (min-width: 320px) and (max-width: 481px) {
  html[lang="ro-RO"] h2.slider_header {
    font-size: 30px;
  }
}

@media (min-width: 320px) and (max-width: 650px) {
  html[lang="ro-RO"] body.woocommerce-cart h1.page_title {
    max-width: 140px;
    font-size: clamp(15px, 5vw, 20px) !important;
    line-height: clamp(13px, 5vw, 26px) !important;
  }
}


@media (min-width: 320px) and (max-width: 768px) {
  html[lang="es"] .footer-menu-title {
    position: relative;
    top: 10px;
  }
}


html[lang="cs"] .shoptimizer-sticky-add-to-cart__content-product-info .size-table {
  font-size: 14px;
  white-space: nowrap !important;
}

html[lang="it-IT"] .shoptimizer-sticky-add-to-cart__content-product-info .size-table {
  font-size: 14px;
  white-space: nowrap !important;
}

html[lang="nl-BE"] .page-id-36 h1.page_header_text {
  position: relative;
  z-index: 2;
}

@media (max-width: 420px) {
  html[lang="nl-BE"] .product-name a {
    word-break: break-word;
    hyphens: auto;
  }
}

/* ============================================
   MULTI-LANGUAGE COMMON STYLES
   ============================================ */

 @media (max-width: 440px) {
   .popup_cart .minicart_product_name {
	-webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    word-wrap: break-word;
  }
  
    .woocommerce .woocommerce-breadcrumb a,
    .woocommerce .woocommerce-breadcrumb,
    .page .woocommerce-breadcrumb {
      overflow: visible;
    }
}

@media (min-width: 480px) {
    .shoptimizer-sticky-add-to-cart__content-button label a {
      font-size: 14px;
      text-wrap: nowrap;
    }
}

@media (min-width: 481px) {
	#coupon-test > div.shoptimizer-sticky-add-to-cart__content-button > div > div.email-coupon-test-container > label > a {
      color: var(--accent, var(--color-primary)) !important;
	}
	.shoptimizer-sticky-add-to-cart__content-product-info .size-table {
		min-width: 100px;
        width: fit-content;
        margin-bottom: 0;
        padding: 5px 8px;
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0.16px;
        height: auto;
	}
}

  @media (min-width: 481px) and (max-width: 540px) {
    h2.slider_header {
      font-size: 42px;
      line-height: 52px;
    }
  }

  @media (max-width: 600px) {
    .top_line_close {
      margin-right: 16px;
    }
  }

  @media (min-width: 701px) and (max-width: 768px) {
    h5.post_item_header {
      font-size: 24px;
      font-weight: 500;
      line-height: 32px;
    }
  }

  @media (min-width: 768px) {
    .author_name {
      max-width: 200px;
      text-wrap: nowrap;
    }

    .woocommerce #reviews #comments ol.commentlist li .comment-text {
      margin: 0 0 0 70px;
    }
  }

  @media (min-width: 769px) and (max-width: 840px) {
    a.write_review {
      padding: 16px;
      font-size: 18px;
    }
  }

  @media (min-width: 841px) {
    a.write_review {
      padding: 16px;
    }
  }


#coupon-test > div.shoptimizer-sticky-add-to-cart__content-button > div {
  width: 100%;
}

/* ============================================
   HOW TO MEASURE SECTION
   ============================================ */

.how_to_measure {
  max-width: 587px;
  margin: 25px auto 0;
}

.splash-center-wrapper strong,
.splash-center-wrapper b {
  font-weight: bold !important;
  text-transform: uppercase;
}

.how_to_measure_header h5 {
  color: #253A4C;
  font-family: 'IBM Plex Sans';
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  text-align: center;
}

.how_to_measure_header h5.how_to_measure_header_text {
  margin-top: 88px;
}

.how_to_measure_row {
    display: grid;
    grid-template-columns: 53% 45%;
    max-width: 950px;
    width: 100%;
    gap: 14px;
    align-items: self-start;
    justify-items: center;
    margin: 0 auto 24px;
}

.how_to_measure_row.two_img {
  grid-template-columns: auto auto;
}

.how_to_measure_row_subheader {
  width: 100%;
  height: auto;
  margin-bottom: 12px;
  color: var(--color-bg-white);
  font-family: 'IBM Plex Sans';
  font-size: 16px;
  font-weight: 500;
  line-height: 40px;
  text-align: center;
  background: #194567;
}

ul.how_to_measure_row_list {
  margin-left: 0;
  margin-bottom: 0;
  list-style: none;
}

li.how_to_measure_row_list_item {
  margin-bottom: 8px;
  color: var(--color-black);
  font-family: 'Rubik';
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
}


/* ============================================
   GENERAL FIXES & OVERRIDES
   ============================================ */

.woocommerce-error {
  display: none !important;
}

.coupon .button {
  position: static !important;
}

.woocommerce-table--order-details.shop_table td::after {
  content: none !important;
}

a:focus,
a:active {
  outline: none !important;
  background-color: transparent !important;
  box-shadow: none !important;
}

body.popup_opened {
  overflow: hidden !important;
}

.order-again,
.cross-sells {
  display: none;
}

.backinstock-subscribe-form {
  display: none !important;
}

[aria-current="page"] {
  color: var(--color-primary);
}

a[href*="gravatar"],
a[href*="/litespeed/"],
a[href*="/litespeed/avatar"] {
  display: none !important;
}

.quiz_section.quiz_begin {
  display: none;
}


/* ============================================
   OUT OF STOCK NOTIFICATIONS
   ============================================ */

.custom-out-of-stock-message {
  margin-bottom: 15px;
  color: var(--color-error-text);
  font-family: Rubik, SansSerif;
  font-size: 18px;
  font-weight: bold;
  text-align: left;
}

.notify-me-box {
  max-width: 400px;
  margin-top: 20px;
  padding: 20px;
  font-family: Rubik, SansSerif;
  text-align: left;
  border: 1px solid #E0E0E0;
  border-radius: 10px;
  background-color: var(--color-bg-violet);
}

.notify-me-box h4 {
  margin-bottom: 15px;
  color: #333333;
  font-family: Rubik, SansSerif;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.notify-me-box input {
  width: 100%;
  margin-bottom: 10px;
  padding: 12px;
  font-family: Rubik, SansSerif;
  font-size: 14px;
  border: 1px solid #CCC;
  border-radius: 20px;
  background-color: var(--color-header-bg);
  box-sizing: border-box;
}

.notify-me-box button {
  padding: 12px 20px;
  color: var(--color-bg-white);
  font-family: Rubik, SansSerif;
  font-size: 16px;
  text-align: center;
  cursor: pointer;
  border: none;
  border-radius: 20px;
  background-color: var(--color-primary);
  transition: background-color 0.3s ease;
}

.notify-me-box button:hover {
  background-color: var(--color-primary-dark);
}

.email-error {
  margin-top: 5px;
  color: var(--color-error-text);
  font-size: 0.9em;
}

#email-error-message {
  display: block;
  margin-bottom: 10px;
  color: var(--color-error-text);
  font-size: 14px;
}

.custom_out_of_stock_button.button.alt {
  position: relative;
  bottom: 15px;
  width: 100% !important;
  margin-top: 24px;
  padding: 0.618em 1em;
  color: var(--color-header-bg);
  font-family: Dosis;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0.2px;
  text-align: center;
  border-radius: 32px;
  background: var(--color-primary);
}

.product-out-of-stock .summary.entry-summary > .price {
  display: none !important;
}


/* ============================================
   PRICING & CURRENCY
   ============================================ */

.woocommerce ul.products li.product .price del {
  color: var(--color-brown) !important;
  font-family: Dosis, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 24px !important;
  letter-spacing: 0.2px !important;
  opacity: 1 !important;
}


/* ============================================
   FANCYBOX GALLERY
   ============================================ */

.comment_container img {
  max-width: 100px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.fancybox__counter,
.fancybox__nav,
.fancybox__button--zoom,
.fancybox__button--slideshow,
.fancybox__button--fullscreen {
  display: none !important;
}

.fancybox__container {
  z-index: 99999 !important;
}

button.fancybox-close-custom {
  position: fixed;
  bottom: min(953px, 76vh);
}


/* ============================================
   FOOTER CATEGORIES
   ============================================ */

.footer_categories {
  width: 100%;
  margin: 0;
  padding: 20px 0;
  background-color: transparent;
}

.footer_categories_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1240px;
  gap: 12px;
  margin: 0 auto;
  padding: 0;
}

.footer_category {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  height: 34px;
  padding: 6px 12px;
  color: var(--color-brown);
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid transparent;
  border-radius: 16px;
  background-color: #FFF;
  transition: all 0.3s ease;
}

.footer_category:hover {
  color: #333;
  background-color: var(--color-top-line-bg);
}

.footer_category.active {
  color: var(--color-brown);
  background-color: var(--color-top-line-bg);
}

a.footer_category.pink {
  width: auto;
  height: 24px;
  color: var(--color-brown);
  background-color: var(--color-header-bg) !important;
}

a.footer_category.blue {
  width: auto;
  height: 24px;
  color: var(--color-brown);
  background-color: var(--color-top-line-bg) !important;
}

a.footer_category.light {
  width: auto;
  height: 24px;
  color: var(--color-brown);
  background-color: var(--color-badge-bg) !important;
}

/* ============================================
   FREE SHIPPING TOP BANNER
   ============================================ */

.free-top {
  height: 32px;
  color: var(--color-black);
  font-size: 14px;
  font-weight: 400;
  line-height: 34px;
  text-align: center;
  background-color: var(--color-top-line-bg);
  top: 0;
  z-index: 9999;
}

#free-top {
  display: none;
}

.ban_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  display: block;
  overflow: visible;
  width: 32px;
  height: 32px;
  margin: 0;
  padding: 0;
  color: var(--color-black);
  text-decoration: none;
  cursor: pointer;
  border: 0;
  outline: 0;
  background: transparent;
}

.ban_close::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 32px;
  height: 32px;
  font-family: 'Flaticon' !important;
  font-size: 32px;
  font-weight: 600;
  line-height: 31px;
  text-align: center;
  content: "\00d7";
}


/* ============================================
   BUTTONS & INTERACTIONS
   ============================================ */

button.single_add_to_cart_button.button.alt.added::after {
  position: relative;
  right: 0;
  font-size: 20px;
}

.quantity-shoptimizer-sticky .single_add_to_cart_button.button.alt {
    padding: 12px 16px;
    font-size: 16px;
    line-height: 20px;
    width: auto;
	min-width: 190px;
}

.woocommerce div.product form.cart .button {
  width: 100%;
  height: 52px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner {
  position: relative;
  top: 15px;
  left: 5px;
  width: 215px;
  height: 40px;
  color: var(--color-header-bg) !important;
  font-family: Dosis;
  font-size: 22px;
  text-align: center;
  border: 1px solid var(--color-black) !important;
  border-radius: 32px;
  background: var(--color-primary) !important;
}


/* ============================================
   HOVER & ACTIVE STATES
   ============================================ */

a:active.category_item:nth-of-type(3),
a:active.category_item:nth-of-type(6),
a:focus.category_item:nth-of-type(3),
a:focus.category_item:nth-of-type(6) {
  background: #C5E3DF !important;
}

a:active.category_item:nth-of-type(2),
a:active.category_item:nth-of-type(5),
a:active.category_item:nth-of-type(8),
a:focus.category_item:nth-of-type(2),
a:focus.category_item:nth-of-type(5),
a:focus.category_item:nth-of-type(8) {
  background: #EFE2D7 !important;
}

a:active.category_item:nth-of-type(1),
a:active.category_item:nth-of-type(4),
a:active.category_item:nth-of-type(7),
a:focus.category_item:nth-of-type(1),
a:focus.category_item:nth-of-type(4),
a:focus.category_item:nth-of-type(7) {
  background: #EBE8E6 !important;
}

a.button.wc-forward:active,
a.button.wc-forward:focus,
a.button.wc-forward:hover {
  background-color: var(--color-primary-hover) !important;
  transition: 0.3s;
}

.summer_sale_button:active,
.summer_sale_button:focus {
  background-color: var(--color-primary-hover) !important;
  transition: 0.3s;
}

a.button.checkout.wc-forward:active,
a.button.checkout.wc-forward:focus,
a.button.checkout.wc-forward:hover {
  color: var(--color-primary) !important;
  background-color: unset !important;
}

.not_found_button:hover,
.not_found_button:active,
.not_found_button:focus {
  background-color: var(--color-primary-hover) !important;
}

a.singleselect__value {
  color: var(--color-brown);
}

a.footer_category.light:hover,
a.footer_category.light:active,
a.footer_category.light:focus {
  background: #EFE2D7 !important;
}

a.footer_category.pink:hover,
a.footer_category.pink:active,
a.footer_category.pink:focus {
  background: #EBE8E6 !important;
}

a.footer_category.blue:hover,
a.footer_category.blue:active,
a.footer_category.blue:focus {
  background: #C5E3DF !important;
}

a.write_review:active,
a.write_review:hover {
  color: var(--color-primary);
}

.submit:active,
.submit:hover {
  color: var(--color-primary) !important;
}

button#get-email-test:active,
button#get-email-test:hover {
  color: #FFF;
  background-color: var(--color-gray-dark);
}

body.woocommerce-cart .content-area div.coupon input.button:hover,
body.woocommerce-cart .content-area div.coupon input.button:active {
  color: #FFF;
  background-color: var(--color-gray-dark);
}

.woocommerce-page table.shop_table tr.shipping td::before {
  color: var(--color-black);
}

.woocommerce-page table.shop_table tr.shipping td {
  color: var(--color-primary);
}


/* ============================================
   MISCELLANEOUS
   ============================================ */

.singleselect__value-title::first-letter {
  text-transform: uppercase !important;
}

span.minicart-count {
  white-space: nowrap !important;
  padding-left: 4px;
}

img.slider-img-desktop.slider-pic {
  width: -webkit-fill-available;
}

.popup_cart_products_list_wrapper {
  overflow-y: auto;
  padding: 0 8px 0 0;
}

.popup_bottom_wrapper {
  position: relative;
  padding-bottom: 32px;
}

p.woocommerce-mini-cart__total.total {
	display: none;
}

.woocommerce-breadcrumb {
  display: block !important;
  overflow-x: auto !important;
  overflow-y: hidden !important;
  max-width: 100% !important;
  padding: 12px 0;
  white-space: nowrap !important;
  box-sizing: border-box !important;
}

/* ============================================
   MEDIA QUERIES
   ============================================ */

@media (max-width: 359px) {
  .popup_cart {
    padding: 28px 12px;
  }

  .popup_opened .popup_cart {
    width: 100%;
  }
}

@media (max-width: 340px) {
  .rating_info {
    position: relative;
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }
}

@media (max-width: 360px) and (min-width: 320px) {
  #toogle-menu {
    position: relative;
    display: flex;
  }
}

@media (min-width: 320px) and (max-width: 418px) {
  .minicart_cart_text {
    display: none !important;
  }
}

@media (max-width: 399px) {
  span.page-numbers.dots {
    font-size: 16px !important;
  }

  ul.page-numbers {
    height: 34px;
  }

  a.page-numbers,
  .current {
    font-size: 16px !important;
  }
}

@media (max-width: 480px) {
  .how_to_measure {
    padding: 0 10px;
  }

  .how_to_measure_header h5 {
    font-size: 24px;
    line-height: 32px;
  }

  .how_to_measure_header h5.how_to_measure_header_text {
    margin-top: 60px;
  }

  .how_to_measure_row {
    display: flex;
    flex-direction: column;
    gap: 10px !important;
    align-items: center;
    margin: 0 auto;
  }

  li.how_to_measure_row_list_item {
    font-size: 14px;
  }
	.popup_bottom_wrapper {
	  position: relative;
	  padding-bottom: 8px;
	}
}

@media (min-width: 480px) and (max-width: 788px) {
  .how_to_measure_row_subheader {
    width: 100%;
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
  }

  .how_to_measure_row {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 15px;
  }

  .how_to_measure_row_info {
    margin-left: 10px;
  }
}

@media (max-width: 600px) {
  .top_line_text {
    padding: 9px 46px !important;
  }
}

@media (min-width: 391px) and (max-width: 680px) {
  .free-top {
    height: auto;
    padding: 4px 28px;
    font-size: 14px;
    line-height: 22px;
  }

  .ban_close {
    width: 30px;
    height: 30px;
  }

  .ban_close::before {
    width: 28px;
    height: 28px;
    font-size: 28px;
    line-height: 28px;
  }
}

@media (max-width: 768px) {
  body.on-question-page section.blog_page_header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 1240px;
    gap: 25px;
    margin: 0 auto;
    padding-top: 35px;
    padding-bottom: 0;
    overflow: hidden;
    background: var(--color-badge-bg);
  }

  body.on-question-page .content-area {
    gap: 0 !important;
  }

  .footer_categories_wrapper {
    gap: 10px;
  }

  .footer_category {
    height: 34px;
    padding: 6px 12px;
    font-size: 13px;
  }
}

@media (max-width: 993px) {
   .shoptimizer-sticky-add-to-cart__content-button {
     display: flex;
     justify-content: center;
  }
}

.shoptimizer-sticky-add-to-cart__content-desktop,
.shoptimizer-sticky-add-to-cart__content-desktop-single {
	display: flex;
    flex-direction: row;
    align-items: center;
    gap: 8px;
}

.woocommerce nav.woocommerce-pagination {
	width: 100%;
	padding-top: 32px;
}

.woocommerce nav.woocommerce-pagination ul li {
	border: 1px solid #cfc8d8;
}

.woocommerce nav.woocommerce-pagination ul {
	gap: 6px;
    display: inline-flex;
	justify-content: center;
	width: 100%;	
    flex-wrap: wrap;
	border: none!important;
	margin: 0;
	height: auto;
}

.woocommerce nav.woocommerce-pagination ul li span.current {
	color: #c75f54;
	background: var(--color-bg-violet);
}

.woocommerce nav.woocommerce-pagination ul li a:hover {
	background: var(--color-bg-violet);
}


/* ============================================
   EMOJI FIXES
   ============================================ */

img.emoji {
  vertical-align: -0.2em !important;
}


/* ============================================
   COUPON ERROR NOTICES
   ============================================ */

.coupon-error-notice {
  color: var(--color-primary) !important;
  font-size: 14px !important;
  line-height: 18px !important;
}


/* ============================================
   FILTER & SORTING
   ============================================ */

div.content-area > div.filter {
	display: flex;
    justify-content: space-between;
    gap: 12px 32px;
    flex-wrap: wrap;
	align-items: flex-start;
    width: 100%;
}

.archive p.woocommerce-result-count {
	margin-bottom: 0px!important;
}

@media (min-width: 801px) {
	.singleselect__header {
	  display: flex;
	  gap: 8px;
	  height: 50px;
	  padding: 12px;
	  cursor: pointer;
	  min-width: 320px;
	  position: relative;
	  z-index: 1;
	  width: 100%;
	  text-wrap: nowrap;
	  border: 1px solid #D9D9D9;
	  border-radius: 12px;
	}
	.singleselect__values {
	  position: absolute;
	  z-index: 10;
	  display: flex;
	  flex-direction: column;
	  min-width: 320px;
	  max-height: 0;
	  overflow: hidden;
	  border-top: none;
	  background: #FFF;
	  transition: max-height 0.5s;
	}
	.reviews__filter, div.singleselect.singleselect--category, .singleselect__values, 
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
	  width: 360px;
	}
}

@media (max-width: 800px) {
	.singleselect__header {
	  display: flex;
	  gap: 8px;
	  height: 50px;
	  padding: 12px;
	  cursor: pointer;
	  position: relative;
	  z-index: 1;
	  width: 100%;
	  text-wrap: nowrap;
	  border: 1px solid #D9D9D9;
	  border-radius: 12px;
	}
	div.content-area > div.filter {
		display: flex;
		flex-direction: column;
	}
	.woocommerce-ordering, .filter__count {
		width: 100%;
	}
	.singleselect__header {
	   height: 50px;
	   padding: 12px;
	}
	.singleselect--category .singleselect__values {
		position: absolute;
		top: 50px;
	}
	form.woocommerce-ordering, .singleselect {
		position: relative;
		width: 100%;
	}
	.singleselect__values {
	  position: absolute;
	  z-index: 10;
	  display: flex;
	  flex-direction: column;
	  width: 100%;
	  max-height: 0;
	  overflow: hidden;
	  border-top: none;
	  background: #FFF;
	  transition: max-height 0.5s;
	}
}

.filter__sorting {
  display: contents;
}


/* ============================================
   RATING COMPONENTS
   ============================================ */

.hystogram_wrapper {
  min-width: 100px;
}


/* ============================================
   LANGUAGE SPECIFIC FIXES
   ============================================ */

html[lang="cs"] div.cart-collaterals .order-total > th {
  width: auto;
}

html[lang="fr-FR"] div#cookie-law-info-bar {
  z-index: 1;
}


/* ============================================
   CART LAYOUT - DESKTOP
   ============================================ */

@media (min-width: 1025px) {
    ul.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
	  display: flex;
	  width: 100%;
	  justify-content: space-between;
	}
  .woocommerce-cart-form__cart-item.cart_item {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr;
    gap: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--gray, var(--color-header-border));
  }

  .woocommerce-cart .woocommerce .quantity .qty {
    width: 60px;
    min-width: 60px;
    height: 34px;
    background: none;
  }
  body.home .about {
    padding: 100px 0px;
  }
  .logo_wrapper a {
		height: 84px;
	}
}


/* ============================================
   CART LAYOUT - TABLET
   ============================================ */

@media (max-width: 1024px) {
  .woocommerce-cart-form__cart-item.cart_item {
    display: grid;
    grid-template-columns: 1fr auto;
    grid-template-areas:
      "product price"
      "qty     remove";
    gap: 0 20px;
    align-items: center;
    row-gap: 10px;
    column-gap: 20px;
    padding-top: 24px;
    padding-bottom: 24px;
	align-items: start;
    border-bottom: 1px solid var(--gray, var(--color-header-border));
  }
  span.minicart_cart_text {
	display: none;
  }
  .logo_wrapper a {
	height: 68px;
  }
  .logo-pic {
        width: 69px;
        height: 68px;
   }

  .thumbnail_and_product {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    align-items: flex-start;
    grid-area: product;
  }

  .product-name {
    order: 2;
    width: 100%;
    min-width: 0;
    word-break: break-word;
  }

  .product-name .minicart_item_variations {
    margin-top: 4px;
    font-size: 13px;
    opacity: 0.8;
  }

  .product-thumbnail {
    order: 1;
  }

  .product-price,
  .product-subtotal {
    justify-self: end;
    font-weight: 400;
    white-space: nowrap;
    grid-area: price;
  }

  .product-quantity {
    display: flex;
    align-items: center;
    margin-top: 12px;
    white-space: nowrap;
    clear: both;
    grid-area: qty;
  }

  .product-quantity,
  .product-quantity .quantity {
    position: static !important;
    margin: 0 !important;
    padding-top: 0px;
    transform: none !important;
  }

  .product-remove {
    justify-self: end;
    grid-area: remove;
  }

  .product-remove img {
    opacity: 0.7;
  }

  .product-remove:hover img {
    opacity: 1;
  }

  .woocommerce-cart .woocommerce .quantity .qty {
    width: 84px;
    height: 38px;
    background: none;
  }

  .woocommerce-cart-form__cart-item.cart_item .thumbnail_and_product .product-thumbnail span {
    display: none;
  }

  header {
    position: static !important;
  }
}


/* ============================================
   CART LAYOUT - MOBILE
   ============================================ */

.product-subtotal-mobile {
  display: none;
}

.product-subtotal .product-subtotal-price {
  display: inline;
}

@media (max-width: 480px) {
	.minicart_product_name a {
		line-height: 22px;
        font-size: 16px;
	}
	 .minicart.summary_free_shipping {
		font-size: 16px;
		line-height: 22px;
	}
  .product-subtotal-mobile {
    display: block !important;
    margin-top: 0px;
  }

  .product-subtotal .product-subtotal-price {
    display: none !important;
  }

  div.product-quantity.desktop.mobile {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 22px 12px;
	padding-top: 8px;
  }

  .cart_item .product-subtotal {
    position: absolute !important;
    display: none !important;
  }

  .woocommerce-cart-form__cart-item.cart_item {
    display: inline-block;
	width: 100%;
  }
}

@media (min-width: 481px) {
  .product-remove-mobile {
    display: none !important;
  }
}


/* ============================================
   MEDIA QUERIES
   ============================================ */

@media (max-width: 359px) {
  html[lang="en-NZ"] .cart_item .product-subtotal .woocommerce-Price-amount bdi {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
    width: 60px;
  }

  html[lang="en-NZ"] .cart_item .product-subtotal .woocommerce-Price-amount bdi .woocommerce-Price-currencySymbol {
    flex: 0 0 auto;
  }

  html[lang="en-NZ"] .cart_item .product-subtotal .woocommerce-Price-amount bdi span:not(.woocommerce-Price-currencySymbol) {
    flex: 1 1 100%;
  }
}

@media (max-width: 360px) {
  html[lang="da-DK"] body.woocommerce-cart h1.page_title {
    font-size: 18px;
  }
}

@media (max-width: 390px) {
  .free-top {
    height: auto;
    padding: 4px 28px;
    font-size: 13px;
    line-height: 18px;
  }

  .ban_close {
    width: 24px;
    height: 24px;
    line-height: 24px;
	z-index: 9;
  }

  .ban_close::before {
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
  }

  img.emoji {
    width: 14px !important;
    height: 14px !important;
    vertical-align: -0.1em !important;
  }
}

@media (max-width: 400px) {
  .rating_column_2 {
    overflow-x: auto;
    padding-bottom: 6px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }

  .rating_column_2 .rating_row {
    display: flex;
    gap: 0;
    align-items: center;
    min-width: 200px;
    margin: 0;
    padding: 0;
    vertical-align: top;
    white-space: normal;
    border-radius: 6px;
    background: transparent;
    box-sizing: border-box;
  }

  .rating_column_2 .stars_wrapper {
    flex: 0 0 auto;
    margin-right: 12px;
  }

  .rating_column_2 .hystogram_wrapper {
    flex: 1 1 auto;
    min-width: 100px;
    margin: 0;
  }

  .rating_column_2 .rating_percent {
    flex: 0 0 auto;
    margin: 0 0 0 12px;
    white-space: nowrap;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .rating_column_2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left_rating {
    margin-bottom: 0;
  }
  .header_wrapper {
    padding: 0px 42px;
  }
  body.woocommerce-cart .page_title,
  body.woocommerce-cart .woocommerce-breadcrumb,
  body.woocommerce-cart .cart_continue-wrapper,
  .cart_content-area {
    padding: 0 42px;
  }
}

@media (max-width: 560px) {
  .rating_info {
    grid-template-columns: 1fr;
    grid-row-gap: 32px;
  }

  .rating_column_3 {
    grid-column-start: auto;
    grid-column-end: auto;
  }

  .rating_column_1 {
    display: grid;
    justify-content: center;
    justify-items: center;
  }

  .rating_column_2 {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
}

@media (min-width: 1025px) {
	.free-top {
		position: sticky;
	}
}

@media (max-width: 1024px) and (orientation: landscape) {
  header, .free-top {
    position: static !important;
  }
}

@media (max-width: 1240px) {
  .woocommerce-cart-form__cart-item.cart_item .thumbnail_and_product .product-thumbnail span {
    display: none;
  }
}

#coupon-extra-test shoptimizer-sticky-add-to-cart__content {
    gap: 20px;
}

#coupon-test > div.shoptimizer-sticky-add-to-cart__content-button > div > div.email-coupon-test-container > label > a {
  color: var(--accent, var(--color-primary))!important;
}

#coupon-test > div.shoptimizer-sticky-add-to-cart__content-button > div > div.email-coupon-test-container > label {
  font-size: 14px;
  line-height: 14px;
  display: block;
  padding-top: 2px;
  text-align: right;
  width: 100%;
}

div.thumbnail_and_product > div.product-thumbnail > div > a > img {
 border-radius: 0px;
}

.woocommerce-info {
    border-top-color: var(--color-primary);
}

.woocommerce-info::before {
	color: var(--color-primary);
}

.coupon .coupon-error-notice {
	margin: 12px 0 0 0;
}

section.shoptimizer-sticky-add-to-cart.visible > div > div.shoptimizer-sticky-add-to-cart__content > img {
   width: 60px; 
   height: 60px;
}


/* =============================NEW STYLES ========================== */
/* Main page */
body.home .slick-dotted.slick-slider {
    margin-bottom: 0px!important;
}
.home_categories {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.section_header {
    text-align: center;
    max-width: 1240px;
    font-family: 'Dosis';
    letter-spacing: 0.4px;
    margin: 0 auto;
}
.home_categories_wrapper {
    width: 100%;
    max-width: 1200px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}
.category_name {
    overflow-wrap: break-word;
    word-wrap: break-word;
    hyphens: auto;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    white-space: normal;
    width: 100%;
}
.category_item {
    display: flex;
    width: auto;
    padding: 60px 32px;
    flex-direction: column;
    align-items: flex-start;
    gap: 66px;
    flex-shrink: 0;
    border-radius: 12px;
}
.blog_posts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    padding: 120px 0 120px;
}
body.home .blog_posts .content-area {
    margin: 0px !important;
    padding: 0 !important;
}
.faq_wrapper {
    width: 100%;
    max-width: 1030px;
    margin: 0 auto;
    padding: 0px;
}
.about section.benefits {
    display: flex;
	flex-direction: row;
    gap: 36px 18px;
    align-items: center;
    text-align: center;
    background: transparent;
    flex-wrap: wrap;
    padding: 60px 0 0 0;
}
section.best_sales {
    display: flex;
    flex-direction: column;
    max-width: 1240px;
    margin: 0 auto;
}
section.best_sales .show_more {
    text-align: center;
}
/* End Main page */

@media (min-width: 1361px) {
    .home_categories, section.best_sales {
        padding: 120px 0 120px 0;
        gap: 60px;
    }
    .faq_wrapper {
        padding: 120px 0px 120px;
    }
	section.related.products {
		margin: 120px 0;
	}
	.summer_sale_wrapper {
		padding: 120px 0;
		max-width: 820px;
		margin: 0 auto;
	}
}

@media (min-width: 1024px) and (max-width: 1360px) {
    .home_categories, section.best_sales {
        padding: 100px 54px 100px;
        gap: 60px;
    }
    .blog_posts {
        padding: 80px 54px 80px;
        gap: 60px;
    }
    .faq_wrapper {
        padding: 80px 54px 80px;
    }
	section.related.products {
		margin: 80px 0;
	}
	.summer_sale_wrapper {
		padding: 80px 54px;
	}
}

@media (min-width: 1024px) and (max-width: 1280px) {
    .home_categories_wrapper {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, 1fr);
      }
    .home_categories_wrapper a:nth-of-type(4) {
        grid-column-start: 1;
        grid-column-end: 3;
    }
    .category_item {
        padding: 60px 32px;
        gap: 68px;
    }
}


@media (min-width: 768px) and (max-width: 1023px) {
    .home_categories, section.best_sales {
        padding: 60px 42px 60px;
        gap: 48px;
    }
    .home_categories_wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .blog_posts {
        padding: 60px 42px 60px;
        gap: 48px;
    }
    .faq_wrapper {
        padding: 60px 42px 60px;
    }
    .about section.benefits {
        padding: 48px 0 0 0;
    }
    .page-id-38 .about {
        padding: 60px 42px;
    }
    .clouds_block {
        position: absolute;
        top: -120px;
        right: -250px;
        display: flex;
        gap: 16px;
    }
    .product_category_header_wrapper {
        max-width: 1240px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: auto;
    }
    section.product_category {
        padding: 60px 42px;
    }
    .product_category_title {
        margin-top: 48px;
    }
	section.related.products {
		margin: 60px 0;
	}
	.summer_sale_wrapper {
		padding: 60px 42px;
	}
}

/* Headings Main Page */
@media (min-width: 1024px) {
    .page-id-38 .about {
        padding: 80px 54px;
    }
    .clouds_block {
        position: absolute;
        top: -70px;
        right: 0px;
        display: flex;
        gap: 16px;
    }
    .product_category_header_wrapper {
        max-width: 1240px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: auto;
    }
    .product_category_title {
        margin-top: 60px;
    }
    section.product_category {
        padding: 60px 54px;
    }
    .product_category_title {
        position: absolute;
    }
}

@media (max-width: 768px) {
    .page-id-38 .about_wrapper {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 767px) {
    .blog_page_category_wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

@media (min-width: 768px) {
    .section_header {
        font-weight: 600;
        font-size: 40px;
        line-height: 48px;
    }
}
/* === */

@media (min-width: 480px) and (max-width: 767px) {
    .home_categories, section.best_sales {
        padding: 60px 28px 60px;
        gap: 40px;
    }
    .section_header {
        font-weight: 600;
        font-size: 26px;
        line-height: 38px;
    }
    .blog_posts .section_header {
       padding: 0 48px; 
    }
    .home_categories_wrapper {
        display: grid;
        gap: 16px;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
    }
    .category_item {
        padding: 32px 20px;
        gap: 28px;
    }
    .category_name {
        font-size: 18px;
        line-height: 26px;
    }
    .blog_posts {
        padding: 60px 0px 60px;
        gap: 40px;
    }
    .faq_wrapper {
        padding: 60px 28px 60px;
    }
    .about section.benefits {
        padding: 40px 0 0 0;
    }
    .page-id-38 .about {
        padding: 40px 28px;
    }
    .clouds_block {
        position: absolute;
        top: -120px;
        right: -230px;
        display: flex;
        gap: 16px;
    }
    .product_category_header_wrapper {
        max-width: 1240px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: auto;
    }
    section.product_category {
        padding: 48px 28px;
    }
    .product_category_title {
        margin-top: 40px;
    }
	section.related.products {
		margin: 60px 0;
	}
	.summer_sale_wrapper {
		padding: 60px 28px;
	}
}

@media (min-width: 360px) and (max-width: 479px) {
   .home_categories, section.best_sales {
        padding: 48px 16px 48px;
        gap: 32px;
    }
    .section_header {
        font-weight: 600;
        font-size: 26px;
        line-height: 38px;
    }
    .blog_posts .section_header {
       padding: 0 28px; 
    }
    .home_categories_wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, 1fr);
        gap: 8px;
    }
    .category_item {
        padding: 32px 20px;
        gap: 28px;
    }
    .category_name {
        font-size: 18px;
        line-height: 26px;
     }
    .blog_posts {
        padding: 48px 0px 48px;
        gap: 32px;
    }
    .faq_wrapper {
        padding: 48px 20px 48px;
    }
    section.faq {
        background-position: -100px center;
    }
    .about section.benefits {
        padding: 32px 0 0 0;
    }
    .benefit_text {
        width: max-content;
    }
    .page-id-38 .about {
        padding: 40px 20px;
    }
    .clouds_block {
        position: absolute;
        top: -100px;
        right: -300px;
        display: flex;
        gap: 16px;
    }
    .product_category_header_wrapper {
        max-width: 1240px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: auto;
    }
    section.product_category {
        padding: 40px 20px;
    }
    .product_category_title {
        margin-top: 32px;
    }
	section.related.products {
		margin: 48px 0;
	}
	.summer_sale_wrapper {
		padding: 52px 20px;
	}
}

@media (max-width: 359px) {
    .home_categories, section.best_sales {
        padding: 40px 16px;
        gap: 28px;
    }
    .section_header {
        font-weight: 600;
        font-size: 26px;
        line-height: 38px;
    }
    .blog_posts .section_header {
       padding: 0 20px; 
    }
    .home_categories_wrapper {
        display: flex;
        flex-direction: column;
        gap: 8px;
    }
    .category_item {
        padding: 32px 20px;
        gap: 28px;
        align-items: center;
        text-align: center;
    }
    .category_name {
        font-size: 18px;
        line-height: 26px;
    }
    .blog_posts {
        padding: 40px 0px 40px;
        gap: 32px;
    }
    .faq_wrapper {
        padding: 48px 20px 48px;
    }
    section.faq {
        background-position: -100px center;
    }
    .about section.benefits {
        padding: 40px 0 0 0;
    }
    .benefit_item {
        width: 100%;
    }
    .page-id-38 .about {
        padding: 40px 20px;
    }
    .clouds_block {
        position: absolute;
        top: -110px;
        right: -350px;
        display: flex;
        gap: 16px;
    }
    .product_category_header_wrapper {
        max-width: 1240px;
        width: 100%;
        margin: 0 auto;
        position: relative;
        height: auto;
    }
    section.product_category {
        padding: 32px 16px;
    }
    .product_category_title {
        margin-top: 30px;
    }
	section.related.products {
		margin: 48px 0;
	}
	.summer_sale_wrapper {
		padding: 42px 16px;
	}
}

.woocommerce-cart .cart-collaterals .cart_totals tr th {
	border-top: none;
}

.woocommerce-cart .cart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
	gap: 16px 0px;
    flex-wrap: wrap;
}

.woocommerce-cart .cart-header .page_title {
    margin: 0;
}


.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading {
    color: transparent !important;
    position: relative;
}

:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:active:not(.checkout-button),
:where(body:not(.woocommerce-block-theme-has-button-styles)):where(:not(.edit-post-visual-editor)) .woocommerce a.button:focus:not(.checkout-button) {
    background-color: #e9e6ed !important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.alt:disabled {
	background-color: var(--color-primary)!important;
}

.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.loading::after {
    color: #fff !important;
    right: auto !important;
	top: 28%;
    left: 48%;
    font-size: 24px;
}

#buy_form_quick .single_add_to_cart_button.loading::after {
    color: #fff !important;
    right: auto !important;
    top: 28%;
    left: 45%;
    font-size: 22px;
}

@media (max-width: 767px) {
	#buy_form_quick .single_add_to_cart_button.loading::after {
		color: #fff !important;
		right: auto !important;
		top: 28%;
		left: 48%;
		font-size: 22px;
	}
}

ul.wc_stripe_cart_payment_methods {
    width: 100% !important;
}

/* For LightSpeed PART 1 - Before Lazy Load */
img[data-lazyloaded] {
    opacity: 0;
}

/* PART 2 - Upon Lazy Load */
img.litespeed-loaded {
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

.vat_incuded {
    font-size: 15px;
    display: block;
    float: left;
    width: 100%;
    text-align: left;
    margin-bottom: 0;
}

@media (max-width: 480px) {
	.vat_incuded {
		font-size: 14px !important;
	}
}

body.woocommerce-cart .vat_incuded {
    float: right;
    width: auto;
    text-align: right;
}

div.popup_bottom_wrapper > div.subtotal_wrapper > span.vat_incuded {
    text-align: right!important;
}


/* ============================================
   MINI CART - iOS VIEWPORT FIX
   ============================================ */

@media (max-width: 1024px) {
  body.popup_opened .popup_cart {
    top: var(--kz-vv-top, 0px) !important;
    bottom: auto !important;
    height: var(--kz-vv-height, 100dvh) !important;
    max-height: none !important;
  }

  body.popup_opened .dark_back {
    top: var(--kz-vv-top, 0px) !important;
    bottom: auto !important;
    height: var(--kz-vv-height, 100dvh) !important;
    max-height: none !important;
  }

  body .popup_cart .popup_cart_wrapper {
    height: 100%;
    max-height: 100%;
    box-sizing: border-box;
  }

  body .popup_cart .popup_cart_products_list_wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
    overflow: hidden;
  }

  body .popup_cart .mini-cart-content__wrapper {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
  }

  body .popup_cart ul.woocommerce-mini-cart {
    flex: 1 1 auto;
    min-height: 0;
    height: auto !important;
    max-height: none !important;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    overscroll-behavior: contain;
  }

  body .popup_cart .popup_bottom_wrapper {
    flex: 0 0 auto;
  }
}

/* ============================
   Free Shipping Progress Bar
   ============================ */
.kidzly-cart-summary {
    background: #FFFEFB;
    border-radius: 16px;
    padding: 20px 20px 0 20px;
    margin: 0 0 20px 0;
}

div.cart-collaterals > div > div.kidzly-cart-summary {
    margin: 0px 0 20px 0!important;
}

.kidzly-cart-summary__label,
span.kidzly-cart-summary__value.amount > span > bdi,
span.kidzly-cart-summary__value.amount > span > bdi > span,
span.kidzly-cart-summary__value > span:not(.kidzly-shipping-free),
span.kidzly-cart-summary__value > span:not(.kidzly-shipping-free) > span {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400!important;
}

div.kidzly-shipping-bar > p > span, div.kidzly-shipping-bar > p > span > span {
    font-weight: 500!important;
    font-size: 16px;
    line-height: 24px;
}

div.kidzly-cart-summary__row.kidzly-cart-summary__shipping {
    padding-bottom: 20px!important;
}

div.kidzly-shipping-bar {
    padding-bottom: 20px;
}

div.kidzly-cart-summary__row.kidzly-cart-summary__subtotal, div.kidzly-cart-summary__row.kidzly-cart-summary__shipping {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-end;
}

div.kidzly-cart-summary__row.kidzly-cart-summary__vat {
    display: flex;
    flex-direction: row;
    padding-bottom: 2px;
}

div.kidzly-cart-summary__row.kidzly-cart-summary__subtotal {
   padding-bottom: 2px; 
}

.kidzly-shipping-bar__message {
    font-size: 16px;
    margin: 0 0 8px;
    line-height: 24px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
.kidzly-shipping-bar--reached .kidzly-shipping-bar__message {
    color: #2BBB28;
    font-weight: 600;
}
.kidzly-shipping-bar__track {
    background: #e0e0e0;
    border-radius: 8px;
    height: 12px;
    overflow: hidden;
}
.kidzly-shipping-bar__fill {
    background: #E99640;
    height: 100%;
    border-radius: 8px;
    transition: width 0.4s ease;
}
/* Mini-cart shipping line */
.mini-cart-shipping-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 6px 0 2px;
    font-size: 14px;
    color: #555;
    margin-top: 4px;
}
.mini-cart-shipping-row .kidzly-shipping-free {
    font-weight: 600;
}
.mini-cart-shipping-row__label {
    font-size: 16px;
}
.mini-cart-shipping-row span.woocommerce-Price-amount.amount {
    font-size: 18px;
}

/* Cart totals - shipping bar row */
.kidzly-shipping-free {
    color: #558166;
    font-size: 16px;
	line-height: 24px;
    font-weight: 600;
}
.kidzly-shipping-bar-row td {
    padding-top: 0 !important;
    padding-bottom: 4px !important;
}
.kidzly-shipping-bar__message span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
.woocommerce-cart .kidzly-shipping-bar__message {
    text-align: left;
}
.cart_totals .shop_table_responsive .kidzly-shipping-bar span.woocommerce-Price-amount.amount {
    font-size: 16px;
}
@media (max-width:992px) {
    .woocommerce-cart tr.kidzly-shipping-bar-row td {
        display: table-cell !important;
    }
}

@media (max-width:480px) {
    .kidzly-cart-summary__label,
    span.kidzly-cart-summary__value.amount > span > bdi,
    span.kidzly-cart-summary__value.amount > span > bdi > span,
    span.kidzly-cart-summary__value > span:not(.kidzly-shipping-free),
    span.kidzly-cart-summary__value > span:not(.kidzly-shipping-free) > span,
    .kidzly-shipping-bar__message, div.kidzly-shipping-bar > p > span, div.kidzly-shipping-bar > p > span > span {
        font-size: 14px!important;
        line-height: 20px;
    }
	.kidzly-shipping-free {
		color: #558166;
		font-size: 14px;
        line-height: 20px;
	}
}


/* ============================================================================
   CUSTOMIZER MIGRATION
   ============================================================================ */

@media (min-width: 1025px) {
  .woocommerce-order-overview__order,
  .woocommerce-order-overview__date,
  .woocommerce-order-overview__email {
    border-right: 0 !important;
  }
}

@media (max-width: 1024px) {
  .woocommerce-order-overview__order {
    border-bottom: 0 !important;
    border-right: 0 !important;
  }

  .woocommerce-order-overview__date {
    border-bottom: 0 !important;
  }

  .woocommerce-order-overview__email {
    border-right: 0 !important;
  }
}


@media (max-width: 480px) {
  .woocommerce ul.order_details li {
    border-right: 1px solid #c6bcb0 !important;
  }
}

.content-area > div > div > div.woocommerce-notices-wrapper > div > a {
  display: none;
}

#commentform > p.comment-form-author > label,
#commentform > p.comment-form-email > label {
  display: flex;
}

#commentform > p.comment-form-author > label > span,
#commentform > p.comment-form-email > label > span {
  order: -1;
  margin-right: 2px;
  color: #c75f54;
}

div.comment-text > div.description > p > img {
  margin-top: 16px;
}

del {
  font-size: 20px;
}

@media (min-width: 1025px) and (max-width: 1543px) {
  .page_404_clouds {
    right: 0;
  }
}

@media (min-width: 480px) and (max-width: 768px) {
  .page_404_clouds {
    top: -130px !important;
  }
}

.woocommerce .cart_totals .kidzly-coupon-amount {
	white-space: nowrap;
}

@media (max-width: 768px) {
	.woocommerce .cart_totals table.shop_table_responsive tr.cart-discount td {
		display: grid !important;
		grid-template-columns: minmax(0, 1fr) auto;
		column-gap: 12px;
		align-items: start;
		text-align: left !important;
	}

	.woocommerce .cart_totals table.shop_table_responsive tr.cart-discount td::before {
		grid-column: 1;
		float: none !important;
		margin: 0;
		white-space: normal;
		overflow-wrap: break-word;
	}

	.woocommerce .cart_totals table.shop_table_responsive tr.cart-discount td .kidzly-coupon-value {
		grid-column: 2;
		text-align: right;
		line-height: 24px;
	}
}

@media (min-width: 769px) {
    .woocommerce table.shop_table tbody:first-child tr:first-child th {
        line-height: 24px!important;
    }
}
