/*Theme name: SHOP_2026
Author: Ludek Pasecky, ludek.pasecky@seznam.cz, +420602775598
*/



body, p, a, li, span {
  font-family: 'Montserrat', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Montserrat', sans-serif;
}

@media (min-width: 767.5px) {
.back-home {
	position: fixed;
    width: 100%;
	color: white;
    text-align: center;
    height: 32px;
    line-height: 32px;
    z-index: 2;
    background: radial-gradient(ellipse at top right, #2EE889 0%, #4EC9D4 50%, #2563EB 100%);
    background: radial-gradient(circle at 30% 30%, rgba(34, 171, 227, 0.9) 0%, rgba(16, 158, 190, 0.6) 40%, rgba(0, 0, 0, 0) 70%), linear-gradient(45deg, #2EE889 0%, #109ebe 20%, #096db5 50%, #2EE889 133%);
    display: flex;
    justify-content: space-between;
    padding: 0 calc((100% - 1418px) / 2);
}

.back-home a {
    color: white;
}    

.overall-wrapper {
    background: radial-gradient(ellipse at top right, #2EE889 0%, #4EC9D4 50%, #2563EB 100%);
    background: radial-gradient(circle at 30% 30%, rgba(34, 171, 227, 0.9) 0%, rgba(16, 158, 190, 0.6) 40%, rgba(0, 0, 0, 0) 70%), linear-gradient(45deg, #2EE889 0%, #109ebe 20%, #096db5 50%, #2EE889 133%);
		top: 32px;
    position: relative;
    z-index: 1;
}

.header-top {
    display: flex;
    flex-wrap: wrap;
    height: 100px;
    padding-bottom: 20px;
    padding-top: 20px;
    margin: 0 -10px;
}

#header {
    padding-bottom: 40px;
}

#header .site-name a {
    height: 50px;
}

#header .site-name a img {
    object-fit: contain;
    height: 100%;
}

nav#navigation {
    border-radius: 20px;
}

.navigation-in {
    background: radial-gradient(ellipse at top right, #2EE889 0%, #4EC9D4 50%, #2563EB 100%);
    background: radial-gradient(circle at 30% 30%, rgba(34, 171, 227, 0.9) 0%, rgba(16, 158, 190, 0.6) 40%, rgba(0, 0, 0, 0) 70%), linear-gradient(45deg, #2EE889 0%, #109ebe 20%, #096db5 50%, #2EE889 133%);
}

.navigation-in>ul>li>a {
    background-color: transparent;
}

.homepage-box {
    padding-bottom: 40px;
    padding-top: 0px;
    border: unset;
    background-color: white;
    margin-bottom: 40px;
}

.row.banners-row {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.banners-row .col-sm-4 {
    padding-right: 0;
    height: 100%; 
}

.next-to-carousel-banners {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.content-wrapper.container {
    border-radius: 20px;
    overflow: hidden;
}

.content {
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 40px;
}

.benefitBanner {
    margin: 40px auto 0;
    padding: 0 0 40px;
    width: 100%;
    border-bottom: 1px solid var(--colors-foregrounds-borders-secondary);
}

.benefitBanner__item {
    flex-direction: column;
    gap: 5px;
}

.benefitBanner__content {
    text-align: center;
}

}



@media (max-width: 767px) {
.back-home {
	position: fixed;
    width: 100%;
	color: white;
    text-align: center;
    height: 32px;
    line-height: 32px;
    z-index: 2;
    background: radial-gradient(ellipse at top right, #2EE889 0%, #4EC9D4 50%, #2563EB 100%);
    background: radial-gradient(circle at 30% 30%, rgba(34, 171, 227, 0.9) 0%, rgba(16, 158, 190, 0.6) 40%, rgba(0, 0, 0, 0) 70%), linear-gradient(45deg, #2EE889 0%, #109ebe 20%, #096db5 50%, #2EE889 133%);
    display: flex;
    justify-content: space-between;
    padding: 0 calc((100% - 1418px) / 2);
    display: none;
}

.back-home a {
    color: white;
}    

.overall-wrapper {
    background: radial-gradient(ellipse at top right, #2EE889 0%, #4EC9D4 50%, #2563EB 100%);
    background: radial-gradient(circle at 30% 30%, rgba(34, 171, 227, 0.9) 0%, rgba(16, 158, 190, 0.6) 40%, rgba(0, 0, 0, 0) 70%), linear-gradient(45deg, #2EE889 0%, #109ebe 20%, #096db5 50%, #2EE889 133%);
    top: Opx;
    padding-top: 50px !important;
    position: relative;
    z-index: 1;
}
	
#header .site-name img {
    filter: brightness(50) grayscale(1);
}

.top-navigation-bar .responsive-tools {
    height: 50px;
}
	
ol.cart-header {
    left: 0;
    position: fixed;
    right: 0;
    top: 50px;
    z-index: 1;
}
	
.ordering-process .top-navigation-bar {
        position: absolute;
}
	
.ordering-process .responsive-tools>a[data-target=navigation] {
    height: 40px;
    line-height: 40px;
    position: fixed;
    right: 0;
    top: 0;
    width: 60px;
}
	
.ordering-process .site-name {
        display: block;
    }
	
:where(.header-background-dark) .ordering-process .responsive-tools>a[data-target=navigation]:before, :where(.header-background-dark) .ordering-process .responsive-tools>a[data-target=navigation]:hover:before {
     background-color: unset;
}

.ordering-process .responsive-tools>a[data-target=search] {
    visibility: visible;
}	
	
.container.breadcrumbs-wrapper {
    display: none;
}

.banner-wrapper {
    border-radius: 10px;
    overflow: hidden;
}

#header .site-name>a {
    align-items: center;
    display: flex;
    height: 50px;
    max-width: 150px;
    width: 150px;
}

div#carousel {
    border-radius: 10px;
    overflow: hidden;
    margin-top: 10px;
}

#header, .top-navigation-bar {
     background: radial-gradient(ellipse at top right, #2EE889 0%, #4EC9D4 50%, #2563EB 100%);
    background: radial-gradient(circle at 30% 30%, rgba(34, 171, 227, 0.9) 0%, rgba(16, 158, 190, 0.6) 40%, rgba(0, 0, 0, 0) 70%), linear-gradient(45deg, #2EE889 0%, #109ebe 20%, #096db5 50%, #2EE889 133%);
	
    }



.navigation-in>ul>li>a {
    background-color: transparent;
}

.homepage-box {
    padding-bottom: 40px;
    padding-top: 0px;
    border: unset;
    background-color: white;
    margin-bottom: 40px;
}

.row.banners-row {
    border-radius: 20px;
    overflow: hidden;
    height: 100%;
}

.banners-row .col-sm-4 {
    padding-right: 0;
    height: 100%; 
}

.next-to-carousel-banners {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.content-wrapper.container {
    border-radius: 0;
    overflow: hidden;
}

.benefitBanner {
    margin: 40px auto 0;
    padding: 0 0 40px;
    width: 100%;
    border-bottom: 1px solid var(--colors-foregrounds-borders-secondary);
    display: flex;
    flex-wrap: wrap;
}

.benefitBanner__item {
    flex-direction: column;
    gap: 5px;
}

.benefitBanner__content {
    text-align: center;
}
	
.benefitBanner__item {
    align-items: center;
    display: flex;
    flex: 1 1 50%;
    margin-bottom: 15px;
    overflow: hidden;
}	
	

}



@media (min-width: 992px) {
    .benefitBanner__item {
        flex: 1 1 10%;
    }
}

.homepage-group-title.homepage-products-heading-2.h4 {
    font-family: 'Montserrat';
    font-weight: bold;
}

a.name {
    font-weight: bold;
}

.products-block.products>div {
    padding: 30px;
}

.btn.btn-cart, .btn.btn-conversion, a.btn.btn-cart, a.btn.btn-conversion {
    border-color: unset;
    background: radial-gradient(circle at 30% 30%, rgba(34, 171, 227, 0.9) 0%, rgba(16, 158, 190, 0.6) 40%, rgba(0, 0, 0, 0) 70%), linear-gradient(45deg, #2EE889 0%, #109ebe 20%, #096db5 50%, #2EE889 133%);
    border-radius: 60px;
		padding-left: 15px;
    padding-right: 20px;
}

.homepage-box.welcome-wrapper {
    background-color: unset;
    color: white;
    text-align: center;
    margin-bottom: 30px;
    margin-top: 40px;
    padding: 20px 20px 40px;
}

.welcome .h1 {
    font-family: 'Montserrat';
    font-weight: bold;
    color: white;
}

.footer-bottom {
    border-radius: 0 0 20px 30px;
}

footer#footer {
    background-color: white;
    margin-top: 32px;
}







.container.breadcrumbs-wrapper {
    margin-top: 20px;
    margin-bottom: 20px;
    border-radius: 20px;
    overflow: hidden;
}

.multiple-columns-body .benefitBanner__item {
    flex: 1 1 50%;
}



h1.h1.cart-heading {
    font-family: 'Montserrat';
    font-weight: bold;
    color: white;
}

.cart-content {
    border-radius: 0px;
    overflow: hidden;
}

.content-inner  {
    margin-top: 40px;
}
