body {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    line-height: 26px;
    letter-spacing: -0.02em;
    font-weight: 400;
    color: #2D2D2D;
    font-variation-settings: 'opsz' 28;
}

@media (min-width: 1400px) {
    .container,
    .container-lg,
    .container-xl,
    .container-xxl {
        max-width: 1380px;
    }
}

.row {
    --bs-gutter-x: 20px;
}

.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    --bs-gutter-x: 20px;
}

header {
    padding: 22px 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
    transition: all .3s ease;
}

header.sticky {
    position: fixed;
    background: #f1f2f2;
}

header .logo img {
    width: 148px;
}

#logo-sticky {
    display: none;
}

.sticky #logo-sticky {
    display: block;
}

.sticky #logo-default {
    display: none;
}

header nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header nav ul li a {
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.01em;
    color: #f1f2f2;
}

.sticky nav ul li a {
    color: #171717;
}

a {
    text-decoration: none;
}

.header-cta {
    text-align: right;
}

.header-cta a {
    text-align: center;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: 0.01em;
    padding: 5px 24px;
    border: 1px solid #f1f2f2;
    border-radius: 5px;
    color: #f1f2f2;
    transition: all .3s ease;
}

.header-cta a:hover {
    background: #ED1C24;
    border-color: transparent;
}

.sticky .header-cta a {
    color: #171717;
    border-color: #171717;
}

.sticky .header-cta a:hover {
    background: #ED1C24;
    border-color: transparent;
    color: #f1f2f2;
}

.header-cta a strong {
    font-weight: 600;
}

.hero-gradient-top {
    background: linear-gradient(0deg, #171717 0%, rgba(23, 23, 23, 0) 100%);
    position: absolute;
    top: 0;
    width: 100%;
    height: 100px;
    transform: rotate(-180deg);
    left: 0;
}

.home-page #hero {
    background: url("../img/home/brendoil_lp_hero.png") no-repeat center center;
    background-size: cover;
    min-height: 57vw;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.home-page #hero .hero-content {
    padding: 60px 0 70px;
    border-top: 1px solid rgba(255, 255, 255, .5);
    border-radius: 20px;
    position: relative;
    z-index: 1;
}

.home-page #hero .hero-content h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #F1F2F2;
    margin: 0;
}

.home-page #hero .hero-content p {
    line-height: 1.33em;
    letter-spacing: 0;
    color: #F1F2F2;
    margin-bottom: 60px;
}

.home-page #hero .hero-content .cta-hero {
    display: flex;
    column-gap: 20px;
}

.cta-hero .bbtn {
    font-size: 20px;
    line-height: 1em;
    letter-spacing: -0.01em;
    text-align: center;
    width: 190px;
    padding: 9px 0;
    color: #ffffff;
    border-radius: 5px;
    border: 1px solid #ffffff;
    transition: all .3s ease;
}

.cta-hero .bbtn::after {
    content: url("../img/arrow-right.svg");
    display: inline-block;
    margin-left: 6px;
}

.cta-hero .bbtn-red {
    background: #ED1C24;
    border: 1px solid transparent;
}

.cta-hero .bbtn:hover {
    background: #FFFFFF;
    color: #171717;
    border: 1px solid transparent;
}

.cta-hero .bbtn:hover::after {
    content: url("../img/arrow-right-b.svg");
}

.hero-gradient-bottom {
    background: linear-gradient(0deg, #171717 0%, rgba(23, 23, 23, 0) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22.77vw;
}

#proizvodi {
    padding: 100px 0 75px;
    background: #171717;
}

.title-cta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.title-cta h2 {
    font-weight: 600;
    font-size: 54px;
    line-height: 1em;
    letter-spacing: -0.02em;
    margin-bottom: 0;
    color: #F1F2F2;
}

.button-red {
    font-size: 16px;
    line-height: 1em;
    letter-spacing: -0.01em;
    color: #ffffff;
    padding: 10px 36px;
    background: #ED1C24;
    border-radius: 5px;
    display: inline-block;
    transition: all .3s ease;
    text-align: center;
}

.button-red:hover {
    background: #ffffff;
    color: #171717;
}

.button-red.hover-black:hover {
    background: #171717;
    color: #ffffff;
}

.pr-box {
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 20px;
}

.pr-box .upper {
    background: #ffffff;
}

.pr-box-content {
    padding: 34px 34px 34px 50px;
    border-left: 1px solid rgba(23, 23, 23, 0.5);
}

.pr-box-content h3 {
    font-weight: 600;
    font-size: 42px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #171717;
    margin-bottom: 80px;
}

.pr-box-content p {
    color: #171717;
    margin-bottom: 0;
}

.pr-box-icon {
    display: block;
    margin: 30px 0 0 34px;
}

.pr-box .bottom {
    position: relative;
}

.pr-box .bottom a {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    text-align: center;
}

.no-bg {
    border: 1px solid rgba(245, 245, 245, 0.5);
}

.no-bg .upper {
    background: transparent;
}

.no-bg .pr-box-content {
    border-color: rgba(245, 245, 245, 0.5);
}

.no-bg .pr-box-content h3,
.no-bg .pr-box-content p {
    color: #f5f5f5;
}

.pr-box-content {
    position: relative;
}

.pr-box-content a {
    position: absolute;
    right: 40px;
    bottom: 38px;
}

#iskustvo {
    padding-top: 90px;
    padding-bottom: 80px;
}

#iskustvo h2 {
    font-weight: 600;
    font-size: 54px;
    line-height: 56px;
    letter-spacing: -0.02em;
    margin-bottom: 28px;
}

#iskustvo p {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0;
    margin-bottom: 50px;
}

#iskustvo p span {
    color: #ED1C24;
}

#iskustvo .sep {
    height: 1px;
    background: rgba(23, 23, 23, 0.5);
    margin-top: 90px;
}

#iskustvo .button-red:hover {
    background: #171717;
    color: #fff;
}

#ind-ulja {
    padding-bottom: 165px;
}

.section-title-cta {
    align-items: center;
    margin-bottom: 50px;
}

.section-title-cta a {
    display: block;
    width: 100%;
    text-align: center;
}

.section-title-cta h2 {
    font-weight: 600;
    font-size: 54px;
    line-height: 1em;
    letter-spacing: -0.02em;
}

.box-ulje {
    background: #F1F2F2;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 20px 20px 28px;
}

.box-ulje img {
    margin-bottom: 24px;
    border-radius: 6px;
}

.box-ulje .num {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.01em;
    color: #a5a5a5;
    margin-bottom: 30px;
    display: block;
}

.box-ulje h4 {
    font-weight: 500;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
}

.box-ulje p {
    margin-bottom: 0;
}

#zasto {
    padding: 60px 0;
    background: url("../img/home/brendoil_lp_07.png") no-repeat center center;
    background-size: cover;
}

#zasto h2 {
    font-weight: 600;
    font-size: 54px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #F1F2F2;
    margin-bottom: 24px;
}

#zasto .bullet-row {
    border-top: 1px solid rgba(241, 242, 242, 0.5);
    padding-top: 19px;
    padding-bottom: 19px;
}

.bullet-row span {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #f1f2f2;
}

.bullet-row:last-child {
    border-bottom: 1px solid rgba(241, 242, 242, 0.5);
}

#proces {
    padding: 180px 0 135px;
}

#proces.who-we-are {
    padding-top: 0;
}

#proces .big-image img {
    border-radius: 6px;
}

.proces-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 30px;
    height: 100%;
}

.proces-content h3 {
    font-weight: 600;
    font-size: 54px;
    line-height: 56px;
    letter-spacing: -0.02em;
}

.proces-content p {
    margin-bottom: 0;
}

.img-icon-holder {
    height: 100%;
    border-right: 1px solid rgba(23, 23, 23, 0.5);
}

footer {
    background: #171717;
    padding: 50px 0 30px;
}

.bottom-footer {
    padding-top: 22px;
    border-top: 1px solid rgba(245, 245, 245, 0.5);
    margin-top: 29px;
}

.bottom-footer .copy {
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.02em;
    color: #f1f2f2;
}

.bottom-footer .copy a {
    color: #f1f2f2;
    text-decoration: underline;
}

.footer-image {
    margin-top: 145px;
}

footer .info-row h3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 56px;
    letter-spacing: -0.01em;
    color: #f1f2f2;
    margin-bottom: 20px;
}

.info-row .sep {
    height: 100%;
    border-left: 1px solid rgba(245, 245, 245, 0.5);
}

.info-footer h4 {
    font-weight: 600;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #f1f2f2;
    margin-bottom: 18px;
}

.info-footer p,
.info-footer a {
    margin-bottom: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: -0.02%;
    color: #f1f2f2;
}

.info-footer a:hover {
    text-decoration: underline;
}

#page-title {
    position: relative;
    background: linear-gradient(180deg, #000000 0%, #030303 0%, #292323 100%);
    overflow: hidden;
    min-height: 57vw;
    padding-top: 170px;
    color: #f1f2f2;
}

.sva-ulja-page #page-title {
    background: #171717;
    min-height: auto;
    padding-bottom: 90px;
}

#page-title::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../img/page-title-cover.webp") center / cover no-repeat;
    opacity: 0.8;
    mix-blend-mode: multiply;
    pointer-events: none;
    z-index: 0;
}

.sva-ulja-page #page-title::before {
    display: none;
}

.hero-bottom-fade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 58%;
    background: linear-gradient(
            0deg,
            #171717 0%,
            rgba(23, 23, 23, 0) 100%
    );
    pointer-events: none;
    z-index: 2;
}

#page-title .container {
    position: relative;
    z-index: 3;
}

#page-title h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

#page-title p {
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: -0.01em;
    margin-bottom: 0;
}

#page-title p.smaller {
    font-size: 18px;
    line-height: 1.33em;
}

strong {
    font-weight: 600;
}

.intro-content {
    background-image: url("../img/about/o-nama-brendoil.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 10px;
    padding: 50px;
    position: relative;
    display: flex;
    align-items: center;
    height: 44.44vw;
    margin-top: -33vw;
    z-index: 4;
    width: 100%;
    margin-bottom: 120px;
}

.indulja .intro-content {
    background-image: url("../img/indulja/brendoil_industrijska_ulja_hero.jpg");
}

.motulja .intro-content {
    background-image: url("../img/motulja/brendoil_motorna_ulja_hero.png");
}

.usluzna .intro-content {
    background-image: url("../img/usluzna/brendoil_usluzna_proizvodnja_hero.png");
}

#about-intro-icon {
    position: absolute;
    top: 50px;
    left: 50px;
}

.intro-content .text {
    color: #F1F2F2;
    line-height: 1.33em;
    letter-spacing: -0.01em;
    width: 100%;
}

.intro-content .text p span {
    color: #ED1C24;
}

.intro-content .text h4 {
    font-weight: 400;
    font-size: 42px;
    line-height: 40px;
    letter-spacing: -0.01em;
}

.intro-content .text .sep {
    margin-top: 30px;
    margin-bottom: 30px;
    height: 1px;
    background: rgba(255, 255, 255, 0.5);
}

.with-padd-bott > div > div {
    padding-bottom: 155px;
}

.mt-neg {
    margin-top: -160px;
    padding-top: 75px;
}

.big-red {
    padding-left: 30px;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    letter-spacing: -0.01em;
    color: #f1555b;
    margin-bottom: 0;
}

#pristup-kvalitet {
    --top-part: 33.4%;
    margin-bottom: -20px;
    background-image: linear-gradient(#171717, #171717),
    url("../img/about/brendoil_o_nama_02.jpg");

    background-size: 100% var(--top-part),
    100% calc(100% - var(--top-part));

    background-position: top,
    bottom;

    background-repeat: no-repeat;
}

#pristup {
    padding-top: 66px;
    padding-bottom: 140px;
}

#pristup h3,
#kvalitet h3 {
    margin-bottom: 33px;
    font-weight: 600;
    font-size: 54px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #f1f2f2;
}

#kvalitet h3 {
    margin-bottom: 70px;
}

.pristup-row {
    padding-top: 22px;
    padding-bottom: 22px;
    border: 1px solid rgba(241, 242, 242, 0.5);
    border-radius: 6px;
    margin-bottom: 20px;
}

.pristup-row > .row {
    align-items: center;
}

.pristup-row > .row img {
    margin-left: 28px;
}

.pristup-row > .row span {
    display: block;
    font-size: 30px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #f1f2f2;
}

#kvalitet {
    padding-bottom: 140px;
}

#kvalitet h5 {
    margin-bottom: 16px;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.5em;
    letter-spacing: -0.02em;
    color: #f1f2f2;
}

.kval-box {
    border-radius: 6px;
    border: 1px solid #f1f2f2;
    padding: 19px 28px;
    background: #2D2D2D;
}

.kval-box span {
    display: block;
}

.kval-box .num {
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    color: #5A5A5A;
}

.kval-box .value {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: -0.03em;
    color: #f1f2f2;
}

#kvalitet .red-kval {
    font-weight: 600;
    font-size: 32px;
    line-height: 40px;
    letter-spacing: -0.02em;
    color: #ED1C24;
    margin-top: 60px;
    margin-bottom: 0;
}

#usluga-up {
    padding-bottom: 15px;
}

#usluga-up h3 {
    font-weight: 600;
    font-size: 54px;
    line-height: 56px;
    letter-spacing: -0.02em;
    color: #171717;
    margin-bottom: 35px;
}

.up-box {
    margin-bottom: 15px;
    border-radius: 6px;
    background: #171717;
    padding: 35px 30px 30px 35px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 430px;
}

.up-box img {
    max-width: 90px;
}

.up-box h5 {
    font-weight: 600;
    font-size: 26px;
    line-height: 32px;
    letter-spacing: -0.02em;
    color: #ffffff;
}

#iskustvo.usluzna {
    padding-bottom: 140px;
}

#iskustvo.usluzna p {
    line-height: 44px;
    letter-spacing: -0.02em;
}

#podela-ulja {
    padding-bottom: 100px;
}

#podela-ulja h2 {
    color: #171717;
    font-weight: 600;
    font-size: 54px;
    line-height: 56px;
    letter-spacing: -0.02em;
    margin-bottom: 40px;
}

.cat-row {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid rgba(23, 23, 23, 0.5);
}

.cat-img img {
    border-radius: 6px;
}

.cat-content {
    position: relative;
    padding-left: 55px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.cat-content h4 {
    font-weight: 600;
    font-size: 36px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #171717;
}

.cat-content .num {
    position: absolute;
    left: 0;
    color: #a5a5a5;
}

.cat-content .button-red {
    min-width: 290px;
}

.cat-content p {
    margin-bottom: 24px;
}

.cat-content-img {
    position: absolute;
    right: 0;
    max-width: 245px;
    border-radius: 6px;
}

.kontakt-page {
    background: #171717;
}

#kontakt {
    padding-bottom: 94px;
    padding-top: 170px;
}

#kontakt h1 {
    font-weight: 600;
    font-size: 60px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #F1F2F2;
    margin-bottom: 50px;
}

#kontakt .grey {
    color: #a4a4a4;
    letter-spacing: 0;
    margin-bottom: 24px;
}

#kontakt-forma input[type="text"],
#kontakt-forma input[type="email"],
#kontakt-forma textarea {
    background: transparent;
    border: 1px solid rgba(245, 245, 245, 0.5);
    border-radius: 4px;
    padding: 8px 13px;
    color: #929292;
}

#kontakt-forma input::placeholder,
#kontakt-forma textarea::placeholder {
    color: #929292;
}

#kontakt-forma input[type="submit"] {
    border: none;
    box-shadow: none;
}

#kontakt-forma textarea {
    height: 190px;
}

.wpcf7 form .wpcf7-response-output {
    color: #f1f2f2;
}

.kontakt-right {
    padding-top: 30px;
    color: #f1f2f2;
}

.info-kontakt h4 {
    font-weight: 600;
    font-size: 30px;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
}

.kontakt-right .row > div:first-child {
    margin-bottom: 75px;
}

.info-kontakt p {
    line-height: 1.75em;
    margin-bottom: 0;
}

#map {
    padding-bottom: 110px;
}

#map h2 {
    color: #f1f2f2;
    font-weight: 600;
    font-size: 60px;
    line-height: 1em;
    margin-bottom: 40px;
    letter-spacing: -0.02em;
}

#map iframe {
    height: 430px;
    border-radius: 8px;
    width: 100%;
}

#primena {
    background: linear-gradient(180deg, #414141 0%, #171717 100%);
    padding-top: 90px;
    padding-bottom: 135px;
}

#primena h2 {
    margin-bottom: 30px;
    font-size: 54px;
    line-height: 56px;
    letter-spacing: -0.02em;
    font-weight: 600;
    color: #f1f2f2;
}

.primena-row {
    display: flex;
    justify-content: space-between;
}

.prim-box {
    flex: 0 0 calc(20% - 10px);
    border-radius: 6px;
    border: 1px solid rgba(241, 242, 242, 0.5);
    background: #2D2D2D;
    padding: 30px 30px 50px;
    margin-bottom: 15px;
}

.prim-box img {
    display: block;
}

.prim-box span {
    margin-top: 20px;
    display: block;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #f1f2f2;
}

.sva-ulja-page {
    background: #171717;
}

/*#productsFilters {
    display: flex;
    padding-bottom: 30px;
    flex-wrap: wrap;
}

#productsFilters a:not(:last-child) {
    margin-right: 28px;
}

#productsFilters a {
    font-size: 20px;
    line-height: 1.2em;
    letter-spacing: 0.01em;
    color: #f1f2f2;
    display: inline-block;
    margin-bottom: 15px;
}

#productsFilters .is-active,
#productsFilters a:hover {
    text-decoration: underline;
}*/

#productsGrid {
    padding-bottom: 115px;
}

.product-card {
    margin-bottom: 40px;
}

.product-image {
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 20px;
    cursor: pointer;
}

.product-title {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.2em;
    letter-spacing: -0.02em;
    margin-bottom: 14px;
    text-transform: uppercase;
    color: #f1f2f2;
}

.product-link {
    text-decoration: underline;
    font-size: 16px;
    line-height: 1em;
    letter-spacing: -0.02em;
    color: #ED1C24;
}

.single-proizvod-page {
    padding-top: 110px;
    padding-bottom: 140px;
    background: #171717;
}

.breadcrumbs {
    padding-bottom: 50px;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.01em;
    color: #F5F5F5;
}

.breadcrumbs a {
    color: #F5F5F5;
}

.term-cat {
    padding: 20px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.term-cat h4,
.product-description h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #f1f2f2;
    margin: 0;
}

#product-title h1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    color: #f1f2f2;
    font-weight: 600;
    font-size: 54px;
    line-height: 60px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
}

.single-proizvod-page .product-image {
    margin-top: 20px;
}

.product-description {
    padding-top: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.product-description h4 {
    margin-bottom: 40px;
}

.product-description p {
    letter-spacing: 0;
    margin-bottom: 20px;
    color: #f1f2f2;
}

.cta-bottom {
    margin-top: 75px;
    border: 1px solid rgba(245, 245, 245, 0.5);
    padding: 38px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 6px;
}

.cta-bottom h4 {
    font-weight: 600;
    font-size: 32px;
    line-height: 36px;
    letter-spacing: 0;
    color: #f1f2f2;
    margin: 0;
}

.pak-icons {
    display: flex;
}

.pak-icon {
    margin-right: 20px;
    padding: 19px 16px 17px;
    border: 1px solid rgba(245, 245, 245, 0.5);
    border-radius: 4px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.pak-icon img {
    margin-right: 20px;
}

.pak-icon span {
    color: #f1f2f2;
}

.pak-icon:last-child {
    margin-right: 0;
}

.kar-row:first-child {
    padding-top: 0;
}

.kar-row {
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid rgba(245, 245, 245, 0.5);
    color: #f1f2f2;
}

.kar-row:last-child {
    padding-bottom: 10px;
    border-bottom: none;
}


.products-filter {
    position: relative;
}

.pf-trigger {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: transparent;
    border: 0;
    color: #fff;
    padding: 0 0 12px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.pf-trigger-text {
    font-weight: 600;
    font-size: 20px;
    line-height: 1.2;
}

.pf-caret {
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(45deg);
    margin-left: 12px;
    transition: all .3s ease;
}

.products-filter.is-open .pf-caret {
    transform: rotate(-135deg); /* otvoreno stanje (gore) */
    margin-top: 10px;
}

.pf-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #171717;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
    padding: 0;
    z-index: 50;
}

.products-filter.is-open .pf-menu {
    display: block;
}

.pf-selected,
.pf-item {
    display: block;
    padding: 6px 0;
    font-size: 16px;
    color: #f1f2f2;
    text-decoration: none;
}

.pf-selected {
    font-weight: 600;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.pf-list .pf-item {
    font-weight: 400; /* originalna lista UVEK regular */
    border-bottom: 1px solid rgba(255, 255, 255, .5);
}

.pf-list .pf-item:last-child {
    border-bottom: 0;
}

.pf-list .pf-item:hover {
    background: rgba(255, 255, 255, .06);
}


#productsGrid {
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;  /* gutter */
    margin-right: -10px;
}

#productsGrid .product-card {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 24px;
    width: calc(50% - 1px);
}

@media (min-width: 768px) {
    #productsGrid .product-card {
        width: 25%;
    }
}