/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 08 2026 | 17:54:15 */
h1.product_title.entry-title {
    font-size: 32px !important;
    line-height: 40px !important;
}

div#tab-description {
    font-family: 'Unica77';
}

.dk-gift-card-options {
    margin: 20px 0;
    padding: 20px;
    background: #FDF888;
    border-radius: 0px;
    font-family: 'Unica77';
}

input#dk_recipient_name {
    background: white;
    border-radius: .2rem;
    font-family: 'Unica77';
    color: #262626;
}

.dk-delivery-notice {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 15px;
    padding: 12px 15px;
    background: #DB4141;
    border-radius: 0px;
    font-size: 14px;
    color: #fff;
    font-family: 'Unica77';
}

span.dk-notice-icon {
    display: none;
}
.asp-price-tooltip {
    display: none;
    position: absolute;
    bottom: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
    background: #205540;
    font-family: 'Unica77';
    color: #fff;
    padding: 12px 16px;
    border-radius: 0px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    white-space: normal;
    min-width: 240px;
    max-width: 320px;
    text-align: left;
    z-index: 99999;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2), 0 4px 10px rgba(0, 0, 0, 0.1);
}

.asp-price-info-btn:hover, .asp-price-info-btn:focus {
    color: inherit !important;
    outline: none;
    opacity: 1;
    background-color: transparent;
}

:root {
    --page--max-width: 1340px;
	--products--gap: 40px;
}

.woocommerce ul.products li.product a img {
    border-radius: 0px !important;
}

h2.woocommerce-loop-product__title {
    font-family: 'Unica77' !important;
    font-size: 20px !important;
    line-height: 28px !important;
    padding-bottom: 20px !important;
}

span.woocommerce-Price-amount.amount {
    font-size: 18px;
    line-height: 24px;
}

.heim-label-itsnew {
    position: absolute;
    display: block;
    font-size: 14px;
    font-weight: 400;
    color: #262626;
    text-transform: inherit;
    margin-top: 0px;
    background: #FDF888;
    padding: 0.3rem;
    top: 1rem;
    left: 1rem;
    line-height: 20px;
}

.woocommerce ul.products.columns-2 li.product, .woocommerce-page ul.products.columns-2 li.product {
    padding-bottom: 40px;
}

.woocommerce.single-product #main {
    padding-top: 0.8rem;
}

.woocommerce.single-product:before {
    background: linear-gradient(180deg, #F9ECD7 0%, white 100%);
content: "";
height: 100%;
position: absolute;
width: 100%;
z-index: -1;
top: 0;
}
.woocommerce.archive:before {
    background: linear-gradient(180deg, #F9ECD7 0%, white 100%);
content: "";
height: 100%;
position: absolute;
width: 100%;
z-index: -1;
top: 0;
}

h1.woocommerce-products-header__title.page-title {
   padding-top: 2.8rem;
    font-size: 32px;
    line-height: 40px;
}

.woocommerce-products-header .term-description {
    max-width: 600px;
}

.term-description p {
    text-align: center;
}

.shop-filters.has-toggle > .widget > *:not(.no-toggle) {
    max-height: 100%;
}

/*mobiliems 1 stulpelis prek. psl. */
@media (max-width: 768px) {
	.woocommerce ul.products[class*="columns-"] li.product, .woocommerce-page ul.products[class*="columns-"] li.product {
    width: calc(100% - var(--products--gap));
}
	
	:root {
    --products--gap: 20px !important;
}
	
	.woocommerce-products-header .term-description {
    max-width: 19rem;
}
	
}
@media (min-width: 768px) {
.heim-shop-sidebar-wrapper {
    position: sticky;
    top: 0;
    will-change: top;
    min-height: 300px;
    height: calc(100vh - 198px);
}}

.single span.byline {
    display: none;
}

@media (max-width: 1023px) {
    .single-product #main > .woocommerce-breadcrumb {
        display: none;
    }
	    .woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
        padding-right: 0px;
        padding-left: 0;
	}
	
	.woocommerce.single-product #main {
    padding-top: 0rem;
}
	.wcflow-product-layout-row {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    background: #fff;
    border-top: 1px solid rgb(226, 224, 220);
    z-index: 50;
    box-shadow: none;
    min-height: 101px;
    padding: 0 24px;
}
	
}

.woocommerce div.product div.images .flex-control-thumbs {
        border-radius: .2rem;
    }