/*
 Theme Name:   Louka Theme
 Author:       Martin Modrý
 Author URI:   https://martinmodry.cz
 Template:     storefront
 Version:      1.2.91
*/

/* FONTS */

@font-face {
    font-family: Artifakt;
    src: url(./fonts/Artifakt\ Element\ Regular.ttf);
    font-weight: 400;
}
@font-face {
    font-family: Artifakt;
    src: url(./fonts/Artifakt\ Element\ Light.ttf);
    font-weight: 300;
}

@font-face {
    font-family: Artifakt;
    src: url(./fonts/Artifakt\ Element\ Bold.ttf);
    font-weight: bold;
}

@font-face {
    font-family: Artifakt;
    src: url(./fonts/Artifakt\ Element\ Medium.ttf);
    font-weight: 500;
}

@font-face {
    font-family: Recline;
    src: url(./fonts/Recline-Medium.otf);
    font-weight: 500;
}

@keyframes loading {
    0% {
        width: 0%;
    }
    10% {
        width: 20%;
    }
    50% {
        width: 30%;
    }
    60% {
        width: 60%;
    }
    70% {
        width: 70%;
    }
    100% {
        width: 100%;
    }
}

/* COLORS */

:root {
    --lavender: #2c3d75;
    --light-lavender: #eef2ff;
    --deep-lavender: #1a2856;
    --light: #f7f3ed;
    --medium: #ece7d9;
    --dark: #cec6b1;
    --darker: #b2a37c;
    --grey: #6d6d6d;
    --green: #008f02;
    --deep-green: #0b6c3f;
}

.has-lavender-color {
    color: var(--lavender);
}
.has-lavender-background-color {
    background-color: var(--lavender);
}
.has-black-color {
    color: black;
}
.has-black-background-color {
    background-color: black;
}
.has-white-color {
    color: white;
}
.has-white-background-color {
    background-color: white;
}

/* ELEMENT STYLES */

:focus-visible,
:focus {
    outline: none !important;
}

img {
    border-radius: 0;
}

body {
    background-color: var(--light);
    min-width: 320px;
    font-family: "Artifakt";
}

h1,
h2,
h3,
h1 strong,
h2 strong,
h3 strong {
    font-family: "Recline";
    font-weight: 500;
    letter-spacing: 0.5px;
}

h4,
h5,
h6 {
    font-weight: 400;
}

a {
    color: var(--lavender);
}

p {
    font-weight: 300;
}

.form-row .button {
    min-width: 150px;
}

@media screen and (max-width: 767px) {
    form p {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 500px) {
    .form-row .button,
    button[type="submit"] {
        width: 100%;
    }
    form.cart button[type="submit"] {
        width: auto;
    }
}

/* UTILITY CLASSES */

.no-shadow {
    box-shadow: none !important;
}
.no-padding-right {
    padding-right: 0 !important;
}
.no-padding-left {
    padding-left: 0 !important;
}
.background {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.alignwide {
    max-width: 940px !important;
    margin: auto !important;
}
.overlay-gradient::after {
    content: "";
    position: absolute;
    width: 100%;
    opacity: 0.8;
    bottom: 0;
    background-image: linear-gradient(0, black, transparent, transparent);
}

.rounded-corners {
    border-radius: 20px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .hide-on-small {
        display: none;
    }
}

/* TEMPLATE STYLES */

.text-focused h1.entry-title {
    text-align: center;
    font-size: 4em;
    margin-bottom: 40px;
    margin-top: 0 !important;
    color: var(--lavender);
}

.text-focused p,
.text-focused ul,
.text-focused ol,
.text-focused h1,
.text-focused h2,
.text-focused h3,
.text-focused h4 {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 767px) {
    .text-focused .entry-header h1.entry-title {
        font-size: 3rem;
        margin-bottom: 1rem !important;
    }
    .text-focused p,
    .text-focused ul,
    .text-focused ol,
    .text-focused h1,
    .text-focused h2,
    .text-focused h3,
    .text-focused h4 {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .text-focused :where(.wp-block-columns.is-layout-flex) {
        gap: 0;
    }
    .text-focused .wp-block-columns.alignfull h1,
    .text-focused .wp-block-columns.alignfull h2,
    .text-focused .wp-block-columns.alignfull h3,
    .text-focused .wp-block-columns.alignfull p,
    .text-focused .wp-block-columns.alignfull .wp-block-button {
        padding: 0 1rem;
    }
    .text-focused .wp-block-cover.alignfull {
        border-radius: 40px;
        width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }
}

/* (RE)SETTING STOREFRONT STYLES */

.star-rating span:before,
.quantity .plus,
.quantity .minus,
p.stars a:hover:after,
p.stars a:after,
.star-rating span:before,
#payment
    .payment_methods
    li
    input[type="radio"]:first-child:checked
    + label:before {
    color: var(--lavender);
}

html :where(.wp-block) {
    margin-top: 0;
}

.edit-link {
    display: none;
}

.single_add_to_cart_button {
        background-color: var(--green) !important;
}.single_add_to_cart_button:hover {
    background-color: var(--deep-green) !important;
}


a.button,
button[type="submit"] {
    background-color: var(--lavender);
    color: white;
    border-radius: 10px;
}

a.button:hover,
button[type="submit"]:hover {
    background-color: var(--deep-lavender);
    color: white;
}

hr.wp-block-separator {
    margin: 0 auto 0.5rem auto !important;
    width: 100px;
    max-width: 8rem !important;
}

.site-content {
    padding: 0 1.5rem;
}

.site-main {
    margin-bottom: 0;
}

.content-area {
    margin-bottom: 0 !important;
}

.page-template-template-fullwidth .col-full,
.page-template-template-text .col-full,
.archive .col-full {
    max-width: none;
    margin: 0;
    padding: 0;
}

@media (max-width: 568px) {
    .col-full {
        margin: 0;
    }
}

.wp-block-cover {
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .wp-block-cover {
        min-height: 500px !important;
    }
}

.wp-block-cover.alignfull {
    border-radius: 0;
}
.wp-block-columns.alignfull .wp-block-cover {
    border-radius: 0 !important;
}

.wp-block-columns h1,
.wp-block-columns h2,
.wp-block-columns h3 {
    padding: 0 0.8rem;
}

.home.storefront-align-wide.page-template-template-fullwidth
    .hentry
    .entry-content
    > .wp-block-cover.alignfull {
    margin-top: 0;
}

.wp-block-columns.no-edges,
.wp-block-columns.no-edges .wp-block-column {
    margin: 0 auto !important;
}

.wp-block-handpicked-products .wc-block-grid__product-image {
    box-shadow: 0 25px 15px -12px rgb(0 0 0 / 0.1);
    padding: 0 !important;
}

.wp-block-handpicked-products .wc-block-grid__product-title {
    font-weight: 500 !important;
}
.wp-block-handpicked-products .wc-block-grid__product {
    margin-bottom: 0;
}

.background-lavender {
    position: absolute;
    width: 50%;
    top: 100px;
    opacity: 0.1;
    z-index: -1;
}

.background-lavender.lower {
    top: 800px;
}

.page-template-template-text .background-lavender {
    display: none;
}

.wp-block-columns {
    max-width: 940px;
    width: 100%;
    border-radius: 40px;
    margin: 0 auto;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.wp-block-columns.no-gap {
    gap: 0 !important;
}

.wp-block-columns.alignfull {
    max-width: none;
    border-radius: 0;
    padding: 0;
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
    box-shadow: none;
}

@media screen and (max-width: 767px) {
    .wp-block-columns.alignfull {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}

@media (min-width: 600px) {
    .hentry .entry-content .wp-block-columns .wp-block-column {
        padding-right: 0;
    }
}

.wp-block-columns.alignfull .wp-block-column {
    margin: 0 !important;
}

.wp-block-columns.alignfull h1,
.wp-block-columns.alignfull h2,
.wp-block-columns.alignfull h3,
.wp-block-columns.alignfull p,
.wp-block-columns.alignfull ul,
.wp-block-columns.alignfull .wp-block-button {
    padding: 0 3rem;
}

.wp-block-columns.alignfull ul {
    margin: 0 0 1.41575em;
    font-weight: 300;
}

.wp-block-columns.alignfull.rounded-top {
    border-radius: 40px 40px 0 0;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    .has-huge-font-size {
        font-size: 2rem !important;
    }
    .wp-block-columns .wp-block-column .wp-block-cover {
        margin-top: 2rem;
        margin-bottom: 2rem !important;
    }
    .wp-block-columns > .wp-block-column:first-child > .wp-block-cover {
        margin-top: 0;
    }
    .wp-block-columns > .wp-block-column:last-child {
        padding-bottom: 2rem;
    }
    .wp-block-columns > .wp-block-column:last-child > .wp-block-cover {
        margin-bottom: 0 !important;
    }
    .wp-block-columns.alignfull.rounded-top {
        background-color: transparent !important;
    }
    .wp-block-columns.alignfull .wp-block-column .wp-block-cover {
        border-radius: 40px !important;
        overflow: hidden;
    }
}

.single-product div.product form.cart .quantity {
    margin-right: 0;
}

@media screen and (min-width: 767px) {
    ul.products li.product {
        margin-bottom: 2em;
    }
}

/* HEADER AND NAVIGATION */

.site-header {
    padding: 0 3rem;
    font-size: 0.9rem;
    z-index: 10;
}

@media screen and (max-width: 1150px) {
    .site-header,
    .site-content {
        padding: 0 1rem;
    }
    h2 {
        font-size: 26px;
    }
    .primary-navigation {
        display: none;
    }
    .handheld-navigation {
        display: block !important;
    }
    .menu-toggle {
        display: inline-block !important;
    }
    .main-navigation ul li,
    .secondary-navigation ul li {
        display: list-item !important;
    }
}

.entry-header h1.entry-title {
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 40px !important;
}

header.entry-header {
    padding: 0 !important;
}

.storefront-primary-navigation .col-full {
    margin: 0;
    padding: 0;
}

@media screen and (max-width: 1150px) {
    .storefront-primary-navigation .col-full {
        height: 4rem;
    }
}

.site-header {
    margin-bottom: 0rem !important;
    padding-top: 0 !important;
    border: none !important;
    background-color: transparent !important;
}

.site-header .storefront-primary-navigation {
    position: relative;
}

.site-header .site-branding {
    width: auto !important;
    margin: auto !important;
    float: none !important;
    display: flex !important;
    position: absolute;
    left: 0;
    right: 0;
    justify-content: center;
}

.site-header .site-branding a {
    position: relative;
    z-index: 2;
}

.site-header .site-branding img {
    width: auto !important;
    height: 3rem;
    margin-top: 2rem;
}

@media screen and (max-width: 1150px) {
    .site-header .site-branding {
        display: none !important;
    }
    body.home .site-header .site-branding {
        display: flex !important;
    }
    .site-header .site-branding img {
        filter: brightness(100);
    }
    .site-header .site-branding .custom-logo-link {
        margin-top: 4rem;
    }
}

a.cart-contents:hover,
.site-header-cart .widget_shopping_cart a:hover,
.site-header-cart:hover > li > a {
    color: inherit;
}
.site-header-cart > li:hover > a {
    color: var(--lavender);
}

.site-header-cart {
    position: absolute !important;
    right: 80px !important;
    left: auto !important;
    top: 1.2em !important;
    width: auto !important;
}

@media screen and (max-width: 1150px) {
    .site-header-cart {
        top: 1.7em !important;
        font-size: 0.875em;
        font-weight: 600;
        position: static !important;
        text-align: center;
    }
    .site-header-cart li {
        position: absolute;
        top: 1.7em;
        left: auto;
        right: 72px;
    }
    .site-header-cart li.site-header-login {
        position: absolute;
        margin: auto;
        top: 1.7em;
        left: 0;
        right: 0;
        width: 7rem;
    }
}

.site-header-cart .widget_shopping_cart {
    display: none !important;
}

.site-header-cart .cart-contents {
    display: inline-block !important;
    z-index: 3;
    position: relative;
}

@media (max-width: 1150px) {
    .site-header-cart .cart-contents {
        padding: 0;
    }
}

.site-header-cart .cart-contents::after {
    margin-right: 0.4rem;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "";
    height: 1em;
    float: left;
    line-height: 1.618;
}
.site-header-cart .count {
    display: none !important;
}

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

.site-header .menu-toggle {
    margin-top: 0.8rem;
    background-color: transparent;
    border: none;
    padding-left: 2.5rem;
    padding-right: 0;
    float: left;
}

.site-header .menu-toggle:hover {
    background-color: transparent;
}

@media (min-width: 1150px) {
    .woocommerce-active .site-header .main-navigation {
        width: auto;
        float: none;
    }
}

@media (min-width: 1150px) {
    .woocommerce-active .site-header .site-header-cart {
        position: absolute;
        left: 40px;
        top: 40px;
    }
}

/* SOCIAL ICONS */

.header-social-icons {
    font-size: 24px;
    display: flex;
    gap: 18px;
    align-items: center;
    position: absolute;
    right: 0;
    top: 34px;
}

@media (max-width: 1150px) {
    .header-social-icons{
        top: 14px;
        gap: 16px;
    }
}

/* HANDHELD NAVIGATION */

.menu-toggle {
    z-index: 3;
}

.main-navigation.toggled .menu-toggle {
    position: fixed;
}

.handheld-navigation {
    opacity: 0;
    transition: opacity 0.5s;
}

.main-navigation .handheld-navigation ul {
    margin-top: 1rem;
}

.main-navigation .handheld-navigation ul.menu > li > a {
    padding: 0;
    font-size: 2rem;
    font-family: "Recline";
    font-weight: 500;
    letter-spacing: 0.5px;
    margin-bottom: 1rem;
}

.main-navigation.toggled .handheld-navigation {
    opacity: 0.9;
    position: fixed;
    background-color: var(--medium);
    width: 100%;
    left: 0;
    height: 100%;
    z-index: 2;
    padding: 3rem;
}

/* CATEGORY ARCHIVE */

.woocommerce-products-header {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
    padding: 40px;
    text-align: center;
    background-color: var(--lavender);
}

@media screen and (max-width: 767px) {
    .woocommerce-products-header {
        padding: 20px;
        padding-top: 2rem;
    }
}

.woocommerce-products-header .background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    mix-blend-mode: multiply;
}
.woocommerce-products-header .info {
    max-width: 640px;
    color: white;
    margin: auto;
    position: relative;
}
.woocommerce-products-header .info h1 {
    color: white;
    font-weight: 400;
}

@media screen and (max-width: 400px) {
    .woocommerce-products-header .info h1 {
        font-size: 2em;
    }
}

.archive.tax-product_cat .site-content {
    max-width: 1200px;
    margin: auto;
}

/* THEME FIXES */
.hentry .entry-content .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
    padding: 0.5em 2em;
    min-width: 10em;
    transition: transform 0.3s;
}
.hentry .entry-content .wp-block-button .wp-block-button__link:hover,
.editor-styles-wrapper .wp-block-button .wp-block-button__link:hover {
    transform: scale(1.05);
}

.hentry .entry-content .wp-block-button .wp-block-button__link,
.editor-styles-wrapper .wp-block-button .wp-block-button__link {
    font-weight: 400;
}
.main-navigation ul.menu > li > a,
.main-navigation ul.nav-menu > li > a {
    padding-top: 3em;
    padding-bottom: 3em;
}

/* BLOCKS */

.wc-block-grid__product-add-to-cart,

.wc-block-grid__product-image,
img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    background-color: var(--medium);
    border-radius: 20px;
    margin-bottom: 0;
}

.woocommerce-cart-form
    img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    background-color: transparent;
    border-radius: 0;
    padding: 0;
    max-width: 6rem;
}

@media screen and (max-width: 767px) {
    .wc-block-grid__product-image,
    img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        border-radius: 40px;
    }
    .woocommerce-cart-form
        img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
        width: 70%;
        max-width: none;
        margin-bottom: 1rem;
    }
}

.woocommerce-cart-form table td {
    vertical-align: middle;
}

.storefront-align-wide.page-template-template-fullwidth-php
    .hentry
    .entry-content
    .alignwide {
    padding: 0 !important;
}

ul.products,
.wc-block-grid__products {
    margin-left: -8px;
}

@media screen and (max-width: 767px) {
    ul.products,
    .wc-block-grid__products {
        margin-left: 0;
    }
}

/* FILTER */
/* Responsive filter */

#secondary button.close_sidebar {
    display: none;
    background: none;
    position: absolute;
    right: 0;
    top: 0.6em;
    opacity: 0.5;
}

body.tax-product_cat button.open_sidebar {
    margin-top: 1rem;
    background-color: transparent;
    padding: 0;
    gap: 10px;
    text-decoration: underline;
    align-items: center;
    margin-left: 10px;
    opacity: 0.5;
    color: black;
    display: none;
    font-weight: 400;
    margin-bottom: -1rem;
}

#secondary button.close_sidebar svg {
    height: 1.2em;
}

@media screen and (max-width: 767px) {
    body.tax-product_cat #secondary {
        position: fixed;
        top: 20%;
        box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
        height: 400px;
        height: 400px;
        overflow-y: scroll;
        border-radius: 20px;
        z-index: 20;
        transition: left 0.5s;
        left: 1rem;
    }
    body.archive.tax-product_cat #secondary.hidden {
        left: -400px;
    }
    body.tax-product_cat #secondary .WOOF_Widget {
        margin: 0;
    }
    body.tax-product_cat #secondary .widget.widget-woof {
        margin: 0;
        border-radius: 0;
    }
    #secondary button.close_sidebar {
        display: inline-block;
    }
    body.tax-product_cat button.open_sidebar {
        display: flex;
    }
}

#secondary.widget-area {
    margin-bottom: 0;
}

/* Filter contents */

.widget.widget-woof {
    background-color: var(--medium);
    padding: 20px 40px;
    border-radius: 20px;
    margin-top: 36px;
    color: black;
}

.widget.widget-woof h4 {
    color: black;
    font-size: 14px;
    font-weight: 700;
}

.widget.widget-woof .widget-title {
    display: none;
}

.irs--round .irs-from,
.irs--round .irs-to,
.irs--round .irs-single,
.irs--round .irs-bar,
.irs--round .irs-handle.state_hover,
.irs--round .irs-handle:hover {
    background-color: var(--lavender) !important;
}
.irs--round .irs-handle {
    border-color: var(--lavender) !important;
    background-color: var(--medium) !important;
    box-shadow: none !important;
}
.irs--round .irs-from:before,
.irs--round .irs-to:before,
.irs--round .irs-single:before {
    border-top-color: var(--lavender) !important;
}
.irs--round .irs-line {
    background-color: var(--dark) !important;
}

.icheckbox_square-blue.hover,
.iradio_square-blue.hover {
    border: 2px solid var(--lavender);
    background: none;
}
.icheckbox_square-blue.checked {
    background-color: var(--lavender);
    background-image: none;
}
.iradio_square-blue.hover {
    border-radius: 100%;
}
.iradio_square-blue.checked {
    background-color: var(--lavender);
    border-radius: 100%;
    background-image: none;
}
.chosen-container-single .chosen-search {
    display: none;
}
.chosen-container .chosen-results li.highlighted {
    background-color: var(--lavender);
    background-image: none;
}
.woof_radio_term_reset,
.woof_radio_term_reset_visible {
    display: none !important;
}

div#woof_html_buffer {
    top: auto;
    bottom: 0;
    left: 0;
    margin: auto;
    height: 10px;
    width: 100%;
    padding: 0;
    text-align: center;
    padding-top: 4px;
    background-color: var(--deep-lavender);
    box-shadow: none;
    border-radius: 0;
    font-size: 0;
    animation: loading 3s cubic-bezier(0.4, 0, 0.6, 1) 1;
}

/* PRODUCT */

.stock::before {
    display: none !important;
}
span.onsale {
    display: none !important;
}
.louka-loop-buttons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.5em;
}
.wc-block-grid__product-add-to-cart.wp-block-button {
    background: none;
    padding: 0;
}
.hentry .entry-content .wp-block-button .louka-loop-buttons .wp-block-button__link,
.louka-loop-buttons .wp-block-button__link {
    border-radius: 10px !important;
    transform: none !important;
    transition: background-color 0.2s !important;
    padding: 0.6180469716em 1.41575em !important;
    min-width: unset !important;
}
.louka-loop-buttons .add_to_cart_button {
    background-color: var(--green) !important;
    color: #fff !important;
}
.louka-loop-buttons .add_to_cart_button:hover {
    background-color: var(--deep-green) !important;
}
.louka-loop-buttons .add_to_cart_button.loading {
    background-color: var(--green) !important;
    opacity: 1 !important;
    padding-right: 1em !important;
    color: transparent !important;
    position: relative;
}
.louka-loop-buttons .add_to_cart_button.loading::after {
    display: none !important;
}
.louka-loop-buttons .add_to_cart_button.loading::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: louka-spin 0.6s linear infinite;
}
@keyframes louka-spin {
    to { transform: rotate(360deg); }
}
a.added_to_cart.wc-forward {
    display: none !important;
}
.louka-loop-buttons .add_to_cart_button.added {
    background-color: var(--deep-green) !important;
    color: transparent !important;
    pointer-events: none;
    position: relative !important;
}
.louka-loop-buttons .add_to_cart_button.added::after {
    content: "V košíku ✓" !important;
    font-family: inherit !important;
    vertical-align: unset !important;
    margin-left: 0 !important;
    color: #fff;
    position: absolute !important;
    inset: 0 !important;
    display: grid !important;
    place-items: center;
    animation: louka-check 0.3s ease;
}
@keyframes louka-check {
    from { opacity: 0; transform: scale(0.8); }
    to   { opacity: 1; transform: scale(1); }
}
a.reset_variations {
    display: none !important;
}

.single-product .product {
    margin-top: 40px;
}

@media screen and (max-width: 767px) {
    .single-product .product {
        margin-top: 0;
    }
}

.single-product div.product p.price {
    font-size: 2em;
    font-weight: bolder;
    color: black;
    margin: 0;
}

form.variations_form.cart {
    display: flex;
}
form.variations_form.cart table {
    width: auto;
    min-width: 200px;
}
form.variations_form.cart table .label {
    margin-bottom: 10px;
}
.single_variation_wrap {
    margin-top: 45px;
}
.woocommerce-variation.single_variation {
    margin-bottom: 10px;
}
.woocommerce-variation.single_variation .woocommerce-variation-price {
    margin-right: 20px;
    color: black;
}
.woocommerce-variation.single_variation .woocommerce-variation-description {
    display: none;
}

.woocommerce-variation.single_variation div {
    display: inline-block;
    vertical-align: top;
}
.single-product div.product .variations_button {
    margin-top: -10px;
    padding: 0;
}
.button.single_add_to_cart_button.button.alt.wp-element-button,
.single_add_to_cart_button {
    background-color: var(--lavender);
    border-radius: 10px;
}
.single-product .quantity input {
    background-color: white !important;
    border-radius: 10px;
    box-shadow: none;
    width: auto;
    margin-left: -5px;
}

.single-product div.product table.variations select {
    border-radius: 10px;
    border: none;
    padding: 0.6180469716em 1.41575em;
    display: inline-block;
    max-width: none;
    background-color: white;
    background-image: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>");
    background-repeat: no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    padding-right: 2rem !important;
    padding-left: 1rem !important;
}

.product_title {
    color: var(--lavender);
    font-weight: 500;
}

.category-above-title a {
    color: black;
    font-size: 12px;
    margin-bottom: 20px;
    display: inline-block;
    background-color: var(--medium);
    padding: 2px 16px;
    border-radius: 100px;
}

.woocommerce-product-gallery {
    background-color: var(--medium);
    border-radius: 40px;
    margin-bottom: 1.5em !important;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    max-width: 400px;
}

.woocommerce-product-gallery ol.flex-control-nav > li {
    border-radius: 5px;
    margin-right: 1.5rem !important;
    overflow: hidden;
}

.woocommerce-product-gallery ol.flex-control-nav > li:first-child {
    margin-left: 40px;
}

.entry-summary {
    margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
    .entry-summary,
    .woocommerce-tabs .panel {
        padding: 0 1rem;
    }
}

.woocommerce-tabs .panel h2:first-of-type {
    font-weight: 500;
    text-align: left;
    margin-bottom: 20px;
}

.woocommerce-tabs ul.tabs li.active::after {
    right: 1rem;
}

.woocommerce-tabs .panel li p {
    margin: 0;
}

.wc-tabs {
    border: none !important;
}

.wc-tabs li {
    background-color: var(--medium);
    border-radius: 1000px;
    padding-left: 20px;
    border: none !important;
    margin-bottom: 10px !important;
}

.wc-tabs li a {
    color: black;
}

.wc-tabs li.active {
    background-color: var(--lavender);
    color: white;
}

.wc-tabs li.active a {
    color: white !important;
}

.product_attributes {
    margin-top: 60px;
}

.product_attributes .attribute {
    display: inline-block;
    width: 25%;
    text-align: center;
    color: var(--lavender);
    margin-bottom: 40px;
    vertical-align: top;
}

@media screen and (max-width: 900px) {
    .product_attributes .attribute {
        width: 33%;
    }
}

@media screen and (max-width: 500px) {
    .product_attributes {
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .product_attributes .attribute {
        width: 50%;
    }
}

.product_attributes .attribute img {
    display: inline-block;
    height: 40px;
    margin-bottom: 20px;
}
.product_attributes .attribute .title {
    font-size: 12px;
    font-weight: bold;
    color: var(--lavender);
}

.product_documents {
    display: flex;
    justify-content: space-around;
}
.product_documents a {
    color: black;
    display: inline-block;
    padding: 8px 32px;
    background-color: var(--medium);
    border-radius: 10px;
}
.product_documents a::before {
    content: "\2192";
    margin-right: 4px;
}

/* FOOTER */
footer#colophon {
    padding: 6rem 3rem;
    font-size: 0.9rem;
}

@media screen and (max-width: 767px) {
    footer#colophon {
        padding: 3rem 2rem;
    }
}

footer#colophon .footer-widgets {
    padding: 0;
    max-width: 1000px;
    margin: auto;
    display: flex;
}

.footer-widgets.col-4 .block {
    width: auto !important;
    min-width: 10rem;
}

.footer-widgets .footer-widget-1 {
    min-width: 12rem !important;
}

.footer-widgets .footer-widget-1 img {
    display: inline-block;
}

@media screen and (max-width: 838px) {
    .footer-widgets.col-4 .footer-widget-1 {
        float: none !important;
        text-align: center;
        margin-bottom: 5rem;
    }
    footer#colophon {
        text-align: center;
    }
    footer#colophon .footer-widgets {
        display: inline-block;
        text-align: left;
        max-width: 550px;
    }
    footer#colophon .footer-widgets .block {
        display: block;
        width: 100%;
        float: left !important;
        margin-bottom: 1rem;
        padding-right: 1rem;
    }
}

footer#colophon h1,
footer#colophon h2 {
    margin-bottom: 2rem;
    font-weight: bolder;
    font-size: 1.8rem;
}
footer#colophon .widget {
    margin: 0;
}
footer#colophon p,
footer#colophon a {
    text-decoration: none;
    opacity: 0.8;
    margin: 0;
}
footer#colophon a {
    display: inline-block;
    margin-bottom: 0.8rem;
    line-height: 1.1;
}
footer#colophon a:hover {
    opacity: 1;
}

/* NEWSLETTER SIGNUP FORM */
.louka-newsletter {
    max-width: 1000px;
    margin: 0 auto 5rem;
    text-align: center;
}
.louka-newsletter label {
    display: block;
    margin-bottom: 1.5rem;
    font-size: 2.5rem;
    font-family: "Recline";
}
.louka-newsletter button{
    background-color: var(--deep-lavender);
    flex: 0;
}
.louka-newsletter button:hover{
    background-color: black;
}
.louka-newsletter button.is-loading {
    color: transparent !important;
    position: relative;
    pointer-events: none;
}
.louka-newsletter button.is-loading::before {
    content: "";
    position: absolute;
    inset: 0;
    margin: auto;
    width: 1em;
    height: 1em;
    border: 2px solid rgba(255, 255, 255, 0.4);
    border-top-color: #fff;
    border-radius: 50%;
    animation: louka-spin 0.6s linear infinite;
}

.louka-newsletter-fields {
    display: flex;
    gap: 0.5rem;
    max-width: 26rem;
    margin: 0 auto;
}
.louka-newsletter-fields input[type="email"] {
    flex: 1;
}
.louka-newsletter-consent {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    max-width: 26rem;
    margin: 1rem auto 0;
    text-align: left;
}
.louka-newsletter-consent input[type="checkbox"] {
    margin-top: 0.2rem;
    flex-shrink: 0;
}
.louka-newsletter-consent label {
    display: inline;
    margin-bottom: 0;
    font-size: 0.85rem;
    font-family: "Artifakt";
}
.louka-newsletter-consent a {
    color: white;
    text-decoration: underline !important;
}
.louka-newsletter-message {
    margin-top: 0.8rem !important;
    font-size: 0.85rem;
}
.louka-newsletter-message.is-success {
    color: white;
    opacity: 1;
}
.louka-newsletter-message.is-error {
    color: #c0392b;
    opacity: 1;
}

.louka-footer-divider {
    max-width: 1000px;
    margin: 0 auto 3rem;
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
}

/* NOTICES */

.entry-content > .woocommerce {
    margin-top: -2rem;
    margin-bottom: 1rem;
}
.entry-content > .woocommerce:empty {
    margin-top: 0;
    margin-bottom: 0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error {
    border-radius: 40px;
    color: white;
    border: none !important;
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
}
.woocommerce-message,
.woocommerce-info {
    background-color: var(--dark);
}
.woocommerce-error {
    background-color: var(--darker);
}
.woocommerce-message::before,
.woocommerce-info::before,
.woocommerce-error::before {
    color: white;
}
.woocommerce-message {
    margin-bottom: 0;
}

@media screen and (max-width: 450px) {
    .woocommerce-message,
    .woocommerce-info,
    .woocommerce-error {
        border-radius: 20px;
    }
    .woocommerce-message a.button,
    .woocommerce-info a.button,
    .woocommerce-error a.button {
        display: none;
    }
}

/* CART */

form.woocommerce-cart-form {
    border-radius: 40px;
    overflow: hidden;
}

@media screen and (max-width: 767px) {
    form.woocommerce-cart-form {
        border-radius: 40px 40px 0 0;
    }
}

table.cart {
    position: relative;
    z-index: 10;
    margin: 0;
}
table.cart thead th {
    background-color: var(--medium);
}

table.cart td.actions {
    padding: 1rem 2rem;
    background-color: var(--medium) !important;
}

table.cart td.actions input {
    background-color: white;
    border-radius: 10px;
    box-shadow: none;
    margin-right: 10px;
}

table.cart td.actions button {
    background-color: var(--darker);
    color: white;
    border-radius: 10px;
}

table.cart td.actions .coupon button {
    background-color: var(--lavender);
}

@media screen and (max-width: 767px) {
    table.cart td.actions {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    /* table.cart td.actions .coupon button, table.cart td.actions .coupon input{
        width: 100%;
    } */
}

.cart_totals {
    background-color: var(--dark);
    padding: 90px 40px 0 40px;
    border-radius: 40px;
    overflow: hidden;
    margin-top: -100px !important;
    position: relative;
}

@media screen and (max-width: 767px) {
    .cart_totals {
        padding-left: 1rem;
        padding-right: 1rem;
    }
}

.cart_totals h2 {
    color: white;
    font-weight: 500;
    margin-top: 10px;
}

.cart_totals table {
    border-radius: 10px;
    overflow: hidden;
}

.cart_totals .wc-proceed-to-checkout a {
    background-color: var(--lavender);
    border-radius: 10px;
}
.cart_totals .wc-proceed-to-checkout a:hover {
    background-color: var(--deep-lavender);
}
.cart_totals .wc-proceed-to-checkout a::after {
    display: none;
}

@media screen and (max-width: 767px) {
    .wc-proceed-to-checkout .button.checkout-button,
    #payment .place-order .button {
        font-size: 1rem;
    }
}

/* CHECKOUT */
form.checkout h3 {
    font-weight: bold;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"] {
    background-color: white;
    border-radius: 10px;
    box-shadow: none;
    margin-right: 10px;
    border: 2px solid transparent;
}
input[type="number"] {
    background-color: #ededed !important;
}

.woocommerce-form-login p {
    font-weight: 400;
}

.woocommerce-form-login__rememberme {
    margin-bottom: 1.2rem;
}

form.checkout_coupon button {
    background-color: var(--lavender);
    color: white;
    border-radius: 10px;
}
form.checkout_coupon p {
    font-weight: 400;
}
form.checkout_coupon .form-row-first {
    margin-right: 1.5rem;
}
form.checkout_coupon .form-row-last {
    float: left;
}
form.checkout input:focus,
form.checkout_coupon input:focus {
    background-color: var(--light-lavender);
    border: 2px solid var(--lavender);
}
.woocommerce-input-wrapper .select2-selection {
    height: 46px;
    border-radius: 10px;
    border: none;
}
.woocommerce-input-wrapper .select2-selection .select2-selection__rendered {
    padding-top: 9px;
    padding-left: 10px;
    font-weight: 400;
    font-size: 15px;
}
.woocommerce-input-wrapper .select2-selection .select2-selection__arrow {
    top: 9px;
    right: 10px;
}
.select2-dropdown .select2-search {
    display: none;
}
.select2-dropdown {
    border-radius: 10px;
    overflow: hidden;
    border: none;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}
.select2-container--default
    .select2-results__option--highlighted[aria-selected],
.select2-container--default
    .select2-results__option--highlighted[data-selected] {
    background-color: var(--lavender);
}
input#ship-to-different-address-checkbox {
    height: 1rem;
    width: 1rem;
    vertical-align: sub;
    position: relative !important;
}

.woocommerce-additional-fields textarea {
    background-color: white;
    border-radius: 10px;
    box-shadow: none;
    margin-right: 10px;
    border: 2px solid transparent;
}
.woocommerce-additional-fields textarea:focus {
    background-color: var(--light-lavender);
    border: 2px solid var(--lavender);
}

.woocommerce-checkout-review-order {
    border-radius: 40px;
    overflow: hidden;
}

.woocommerce-checkout-review-order table thead th {
    background-color: var(--medium);
}

.place-order button {
    background-color: var(--lavender) !important;
    color: white;
    border-radius: 10px;
}
.place-order button:hover {
    background-color: var(--deep-lavender) !important;
}

a.button.zas-pop-kont.zas-tlac {
    text-align: center;
}

/* ORDER RECEIVED */

.woocommerce-order-received .entry-header {
    text-align: center;
}

.woocommerce-order-received p {
    font-weight: 400;
}
.shop_table.order_details.zasilkovna_detail {
    display: none;
}

.woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
    margin-top: 10px;
    text-align: center;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-order-overview.woocommerce-thankyou-order-details.order_details {
    border-radius: 40px;
    overflow: hidden;
    background-color: var(--lavender);
    color: white;
    margin-top: 0;
}

h2.woocommerce-order-details__title {
    font-weight: bold;
    text-align: center;
}

table.woocommerce-table--order-details {
    border-radius: 40px;
    overflow: hidden;
}

.qr_payment {
    border-radius: 40px;
    max-width: 600px;
    margin: auto;
    background-color: #ece7d9;
    padding: 40px 60px;
    margin-bottom: 3rem;
    text-align: center;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
}

.qr_payment #qrcode {
    display: inline-block;
}

/* ACCOUNT */

body.woocommerce-orders .entry-header {
    display: none;
}

body.woocommerce-orders .entry-content {
    margin-top: 2rem;
}

body.woocommerce-orders.logged-in .entry-content {
    margin-top: 0;
}
body.woocommerce-orders.logged-in .entry-header {
    display: initial;
}

body.woocommerce-orders form {
    margin-bottom: 4em;
}

.site-header-login {
    display: inline-block;
    padding-bottom: 3px;
    margin-right: 2rem;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    width: auto;
    text-indent: 0;
    z-index: 3;
    white-space: nowrap;
}

.site-header-login a::before {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    line-height: inherit;
    vertical-align: baseline;
    content: "";
    height: 1em;
    line-height: 1.618;
    margin-right: 10px;
}

.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--dashboard {
    display: none;
}

.woocommerce-MyAccount-content p,
#customer_login p,
#customer_login h2,
.lost_reset_password p {
    font-weight: 400;
}

.woocommerce-MyAccount-content fieldset {
    background-color: var(--dark);
    border-radius: 10px;
    color: white;
    position: relative;
    padding-top: 2rem;
    margin-top: 3rem;
}
.woocommerce-MyAccount-content fieldset legend {
    background-color: var(--dark);
    left: 0;
    position: absolute;
    margin: 0;
    top: -1.3em;
    border-radius: 10px;
}

@media screen and (max-width: 767px) {
    .woocommerce-Address-title a.edit {
        display: inline-block;
        color: var(--lavender);
        border: 2px solid var(--lavender);
        border-radius: 10px;
        padding: 0.4rem 2rem;
        text-decoration: none;
        margin-bottom: 1rem;
        text-align: center;
        min-width: 150px;
    }
}

@media screen and (max-width: 400px) {
    .woocommerce-Address-title a.edit {
        width: 100%;
    }
}

/* COOKIE CONSENT */

.cky-consent-container .cky-consent-bar {
    border-radius: 10px !important;
    border: none !important;
    box-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
}

.cky-modal {
    border-radius: 10px !important;
    border: none !important;
}

.cky-btn {
    border-radius: 10px !important;
}

.cky-btn:hover {
    opacity: 1 !important;
}

.cky-btn-accept:hover {
    background-color: var(--deep-lavender) !important;
}

/* TOP BANNER */
.louka-top-banner * {
    margin: 0;
    text-decoration: none;
}
.louka-top-banner {
    padding: 5px 20px;
    font-size: 0.9rem;
    text-align: center;
}

/* DISABLED */

/* PLANT PREVIEW */
/* .plantPreview{
    height: 100px;
    width: 100px;
    border-radius: 200px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
    transition: width .3s, height .3s;
    background-size: auto 150px !important;
    background-position: right top !important;
}
ul.products li:hover .plantPreview{
    height: 150px;
    width: 150px;
} */
