/*
Theme Name:   My Custom Child Theme
Theme URI:    https://example.com/
Description:  Customizations for Storefront
Author:       Andrej
Template:     storefront
Version:      1.0
*/
h1, h2, h3 {
    font-family: kaisei-decol, sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    font-family: darker-grotesque, sans-serif;
    font-weight: 400;
    font-style: normal;
}

img {
    border-radius: unset !important;
}

.page .entry-header {
    display: none;
}

.col-full {
    padding: unset !important;
    max-width: unset !important;
    margin-right: unset !important;
    margin-left: unset !important;
}

/* HEADER */

.site-header {
    margin-bottom: unset !important;
    padding-top: unset !important;
    padding-bottom: unset !important;
}

.top-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E7B475;
    color: white;
    padding: 5px 40px;
    font-weight: bold;
    font-size: 14px;
}
.top-banner .banner-text {
    flex: 1;
    text-align: center;
}

div .header-wrapper {
    display:flex; 
    flex-direction: column;
    justify-content:space-between; 
    font-family: kaisei-decol, sans-serif;
    font-weight: bold;
    font-size: 18px;
}
a.banner-btn.bestseller-btn {
    display: block;
    width: fit-content;
    margin: auto;
    margin-bottom: calc(4pc + 48px);
    margin-top: 2pc;    

}.proza.hilosa li {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
}.prazninaa.proza.prozasredaa p {
    font-weight: 500 !important;
}
.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 40px;
}

.header-wrapper a {
    color: #451E39 !important;
}

.header-icons {
    display:flex; 
    gap: 21px;
}

.main-menu ul {
    display: flex; 
    gap: 2vw; 
    list-style: none; 
    margin: 0; 
    padding: 0;
}

.banner-language-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.banner-language-dropdown .selected {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.banner-language-dropdown .options {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background:#E7B475;
    min-width: 100%;
    z-index: 10;
}

.banner-language-dropdown .options.show {
    display: block;
}

.banner-language-dropdown .options div {
    padding: 0.5rem 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.banner-language-dropdown .options div:hover {
    background: #f0f0f0;
}

.promo-page-message {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #E7B475;
    color: white;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 14px;
    font-family: kaisei-decol, sans-serif;
}

/* HOME PAGE BANNER */
.home-banner {
    display: flex;
    width: 100vw;        /* vedno čez celotno širino viewporta */
    margin-left: calc(-50vw + 50%); /* poravna z levim robom zaslona */
    display: flex;
    flex-wrap: wrap;
}

.home-banner .banner-right img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* naj slika lepo zapolni prostor */
    object-position: center;
}

.home-banner .banner-left,
.home-banner .banner-right {
    flex: 1 1 50%;   /* vsak polovico prostora */
    min-height: 50px; /* samo za primer – višino prilagodiš */
}

.home-banner-title {
    padding-bottom: 20px;
}

p, .home-banner {
    font-weight: bold;
    font-size: 20px;
    margin: 10px !important;
}

.home-banner-text {
    font-weight: 400 !important;
}

h2, .home-banner {
    color: white !important;
    margin: unset !important;
    padding-bottom: 5px;
}

.banner-left {
    display: flex;
    width: 50%;
    background-color: #451E39;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    color: white !important;
}

.banner-right {
    width: 50%;
    height: 50vh;
}

a.banner-btn {
    color: #E3B376;
    font-weight: bold;
    border: 1px solid;
    padding: 17px 72px;
    font-family: darker-grotesque, sans-serif;
}

a.bestseller-btn {
    color: #451E39;
    font-weight: bold;
    border: 1px solid;
    padding: 17px 72px;
    font-family: darker-grotesque, sans-serif;

}

.bestseller-btn-div {
    padding-top: 44px;
    padding-bottom: 73px;
    display: flex;
    justify-content: center;
}

.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after {
    content: 'next';
    color: white;
    background: rgba(0, 0, 0, 0.3);
    border-top-left-radius: 800px;
    border-bottom-left-radius: 800px;
    padding: 25px;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-prev:after {
    content: 'prev';
    color: white;
    background: rgba(0, 0, 0, 0.3);
    border-top-right-radius: 800px;
    border-bottom-right-radius: 800px;
    padding: 25px;
}


h2.home-category-title{
   
    text-align: center;
    padding: 48px 0px 35px;
    color: #451E39 !important;

}

.home-category-title a{
    color: #451E39 !important;
}

.home-page-bestseller {
    display: flex;
    gap: 20px;
}

.category-cards {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    margin: 0px 40px;
}


.category-card {
    width: 50vw; 
    background-color: #451E39;
    overflow: hidden;
    text-align: center;
}

.category-cards img {
    aspect-ratio: 16 / 8;
    object-fit: cover;
    width: 100%;
}

.category-cards h3{
    text-align: center;
    color: #E3B376;
    background-color: #451E39;
    margin: unset;
}



@media (max-width: 768px) {
    .top-banner {
        flex-direction: column;
        gap: 5px;
    }

    .top-banner .banner-text {
        text-align: center;
    }
}
