@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bellefair&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Syncopate:wght@400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Bellefair&family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Syncopate:wght@400;700&display=swap');

@import "./components/header.css";
@import "./components/footer.css";
@import "./components/content-card.css";
@import "./components/prefooter.css";
@import "./components/product-card.css";

body{
    font-family: "Barlow", sans-serif;
}
h1, h2, h3, h4, h5, h6{
    font-family: "Alfa Slab One", sans-serif;
}
a{
    outline: none !important;
}
.crafter-main{
    overflow: hidden;
}
.col-full{
    max-width: 100% !important;
    width: 100% ;
    padding: 0 !important;
    margin: 0 !important;
}
main{
    --col-gap: 20px;
    --row-gap: 16px;
}
h2{
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    color: #434343;
    margin-bottom:0 !important;
}
@media (max-width:767px){
    h2 {
        font-size: 20px !important;
        line-height: 28px !important;
    }
}
section{
    width: 100%;
    padding: 0;
}
section:not(:last-child){
    margin-bottom: 60px;
}
@media(max-width:767px){
    section:not(:last-child){
        margin-bottom: 30px;
    }
}

.container{
    width: 100%;
    display: block;
}
.row{
    display: block;
    max-width: 1420px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}
.column{
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    align-items: stretch;
}
.single-column{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: start;
    align-items: center;
    column-gap: var(--col-gap);
    row-gap: var(--row-gap);
}

@media (max-width:767px){
    .single-column{
        justify-content: space-between;
    }
}

@media(max-width:1480px){
    .row{
        padding-left: 30px;
        padding-right: 30px;
    }
}
@media(max-width:767px){
    .row{
        padding-left: 20px;
        padding-right: 20px;
    }
}

.splide{
    width: 100%;
}
.splide__slide{
    z-index: 10;
}

.splide__arrows{
    position: absolute !important;
    display: flex;
    justify-content: end ;
    align-items: center;
    column-gap: 20px;
    top: -30px;
    right: 0;
}
.splide__arrow{
    justify-content: center;
    background:transparent !important;
    width: fit-content !important;
    border-radius: 0 !important;
    position: relative !important;
    inset: unset !important;
    outline: none !important;
    opacity: 1 !important;
}
.splide__arrow:disabled{
    opacity: 1 !important;
}
.splide__arrow:disabled svg path{
    fill:#D8D8D8 !important;
}
.splide__arrow svg path{
    fill:#434343
}
@media(max-width:767px){
    .splide__arrows{
        column-gap: 5px;
        right: 0;
    }
    .splide__arrow{
        width: 20px !important;
        height: 20px !important;
    }
    .splide__arrow svg{
        width: 15px !important;
        height: 15px !important;
    }
}

.hero-section{
    margin-top: 40px;
}
.hero-section .column{
    display: grid;
    grid-template-columns: 2fr 1fr ;
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}
.hero-section .column .hero-baner{
    border-radius: 20px;
    overflow: hidden;
}

.hero-section .column .hero-baner img{
    border-radius: 20px;
    width: 100%;
}
.hero-section .column .hero-baner:first-child{
    grid-column: span 1;
    grid-row: span 2;
    object-fit: cover;
}
.hero-section .column .hero-baner:not(:first-child){
    grid-column: span 1;
    grid-row: span 1;
    aspect-ratio: 2.24;
    object-fit: cover;
}
@media(max-width:767px){
    .hero-section{
        margin-top: 30px;
    }
    .hero-section .column{
        grid-template-columns: 1fr ;
        grid-template-rows: auto;
        gap: 10px;
    }
    .hero-section .column{
        grid-column: span 1 !important;
    }
}

.categories .splide__track{
    padding-top: 30px;
}
.categories .splide__track{
    overflow: hidden visible!important;
}
.categories .category{
    display: flex;
    flex-flow: column nowrap;
    justify-content: space-between;
    align-items: center;
}
.categories .category img{
    max-width: 60%;
    width: 100%;
    aspect-ratio: 1;
    object-fit: contain;
    object-position: top center;
    margin-top: -30px;
    margin-bottom: 8px;
}
.categories .category-title{
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    text-transform: uppercase;
    color: #434343;
    margin-bottom: 0;
}
.categories .splide__slide{
    background: #F0F0F0;
    border-radius: 20px;
    padding: 0 14px 20px 14px;
}

@media (max-width:767px){
    .categories .category-title{
        font-size: 12px;
        line-height: 12px;
    }
    .categories .splide__track{
        margin-right: -20px
    }
    .categories .category img{
        max-width: 80%;
        margin-top: -11px;
    }
    .categories .splide__track{
        padding-top: 11px;
    }
    .categories .splide__slide{
        padding: 0 8px 16px 8px;
    }
}

@media (min-width:768px){
	.bestsellers-section .shop-link{
		display: none;
	}
}


.banner-section .row{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: start;
    column-gap: var(--col-gap);
    row-gap: var(--col-gap);
}
.banner-section .column{
    flex:1;
    min-width: 48%;
}
.banner-section .column:nth-child(odd):last-child{
    width: 100%;
}
.banner-section .banner-image{
    width: 100%;
    border-radius: 20px;
}
@media(max-width:767px){
    .banner-section{
        display: none;
    }
}


.text-link{
    display: inline-block;
    font-weight: 700;
    font-size: 14px;
    line-height: 100%;
    text-decoration: underline;
    color: #FF7E00;
}
.text-link svg{
    margin-left: 6px;;
}
.brendovi{
    width: 100%;
    margin-bottom: 40px;
}
@media (min-width:768px){
    .brendovi .splide__list{
        display: grid !important;
        grid-template-columns: repeat(6, 1fr);
        column-gap: var(--col-gap);
    }
}
@media(max-width:767px){
    .brendovi{
        margin-bottom: 10px;
    }
}
.brend{
    grid-column: span 1;
    background: #F9F9F9;
    border-radius: 20px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
@media(max-width:1200px){
    .brend{
        padding: 20px;
    }
}
@media(max-width:880px){
    .brendovi .splide__list{
        column-gap: 10px;
    }
}
@media(max-width:767px){
    .brend{
        padding: 18px;
    }
}


.wpforms-submit-spinner{
    display: none !important;
}



/*SEKCIJA IZABRANE KATEGORIJE*/



.featured-category{
    width: 100%;
    display: flex;
    justify-content: end;
    align-items: stretch;
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}
.featured-category .gradient-cover{
	display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.featured-category .category-image{
    position: relative;
}
.featured-category h2{
    color: white
}
.featured-category .text-link{
    color: white;
    margin: 4px 0 36px;
}
.featured-category .category-content, .featured-category .category-image{
    width: 50%;
    flex:1;
}
.featured-category .category-content{
    display: block;
    padding: 40px 20px 20px;
}

.featured-section .product:hover .price .amount{
    color:#FF7E00
}
.featured-section .product .price del{
    margin-bottom: 10px;
}
.featured-section .product:hover .price del .amount{
    color: #A0A0A0;
}
@media(min-width:768px){
    .featured-section .product .price .amount{
        font-size: 24px;
        line-height: 20px;
    }
    .featured-section .product .price del .amount{
        font-size: 16px;
        line-height: 11px;
    }
    .featured-section .shop-link{
        display: none;
    }
}
@media (max-width:1024px){
    .featured-category .splide .splide__track{
        margin-right: -20px;
    }
}
@media(max-width:767px){
    .featured.splide .splide__track, .bestsellers.splide .splide__track, .blog-posts.splide .splide__track{
        margin-right: -20px;
    }
    .featured-category{
        flex-direction: column;
    }
    .featured-category .category-image{
        aspect-ratio: 1.49;
    }
    .featured-category .category-content, .featured-category .category-image{
        width: 100%;
    }
    .gradient-cover{
        background-image: linear-gradient(180deg, var(--gr1) 42.08%, var(--gr2) 100%) !important;
		margin-bottom: -2px;
    }
    .featured-category .splide .splide__track{
        margin-right: -40px;
    }
    .featured-categories-section .row{
        overflow: visible !important;
    }
    .featured-category{
        overflow: visible;
    }
    .featured-category .category-image{
        border-radius: 40px 40px 0 0;
        overflow: hidden; 
    }
    .featured-category .category-content{
        border-radius: 0 0 40px 40px;
    }
    .featured-category .text-link{
        margin: 4px 0 20px;
    }
}



/*SEKCIJA USLUGE*/

.usluge-section .single-column{
    background: #F47721;
    border-radius: 40px;
    padding: 64px 38px;
    justify-content: space-between;
    column-gap: var(--col-gap);
}
.usluge-section .column{
    width: 48%;
    flex:1;
}
.usluge-content{
    padding: 0 90px;
    align-items: start;
}
.usluge-content > *{
    max-width: min(420px, 100%);
}
.usluge-content h2{
    display: block;
    font-weight: 400;
    font-size: 48px;
    line-height: 58px;
    margin-bottom: 24px !important;
}
.usluge-content .usluge-text p{
    font-weight: 500;
    font-size: 18px;
    line-height: 20px;
    margin-bottom: 60px;
    color: white;
}
.usluge-content a{
    border: 2px solid #FFFFFF;
    border-radius: 20px;
    padding: 16px 23px;
    color: #FFFFFF;
    outline: none;

    font-weight: 700;
    font-size: 14px;
    line-height: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.usluge-section .usluge{
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    align-items: start;
    column-gap: var(--col-gap);
    row-gap: 35px;
}
.usluge-section .usluge .usluga{
    grid-column: span 1;
}
.usluge-section .usluge .usluga a{
    display: flex;
    flex-flow: column nowrap;
    justify-content: start;
    align-items: center;
    row-gap: 15px;
}
.usluge-section .usluge .usluga img{
    height: 80px;
    object-fit: contain;
}
.usluga-title{
    margin-bottom: 0;
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
    color: white;
}
.usluge-intro{
    display: flex;
    justify-content: start;
    align-items: center;
    column-gap: 12px;
    margin-bottom: 60px;
}
.crafter-usluge{
    margin-bottom: 60px;
}
@media(max-width:1200px){
    .usluge-content{
        padding: 0 40px;
    }
}
@media(max-width:1024px){
    .usluge-section .single-column{
        padding: 40px 30px;
    }
    .usluge-content{
        padding: 0;
    }
    .usluge-content h2{
        font-size: 40px;
        line-height: 50px;
    }
}
@media(max-width:880px){
    .usluge-section .single-column{
        flex-direction: column;
        row-gap: 30px;
    }
    .usluge-section .column{
        width: 100%;
    }
    .crafter-usluge{
        margin-bottom: 30px;
    }
    .usluge-content > *{
        max-width: 100%;
    }
    .usluge-content .usluge-text p{
        margin-bottom: 30px;
    }
}
@media(max-width:767px){
    .usluge-section .single-column{
        padding: 50px 35px;
    }
    .usluge-content h2{
        font-size: 28px!important;
        line-height: 32px!important;
        margin-bottom: 16px !important;
    }
    .crafter-usluge{
        max-width: 100%;
        width: min(100%, 282px);
    }
    .usluge-content .usluge-text p{
        margin-bottom:20px;
    }
    .usluge-section .usluge{
        grid-template-columns: 1fr;
        align-items: start;
        row-gap: 23px;
    }
    .usluge-section .usluge .usluga a{
        flex-flow: row nowrap;
        column-gap: 12px;
    }
    .usluge-section .usluge .usluga img{
        width: 40px;
        height: auto;
    }
    .usluga-title{
        font-size: 14px;
        line-height: 14px;
        text-align: left;
    }
}


/*SEKCIJA BLOG*/
.blog-posts{
    width: 100%;
}
@media(min-width:768px){
    .blog-posts .splide__list{
        display: grid !important;
        grid-template-columns: repeat(3, 1fr);
        column-gap: 5%;
    }
}









