    /* ####################################################
    :: Template Name: Essence - Fashion Ecommerce Template
    :: Author: Colorlib
    :: Author URL: https://colorlib.com
    :: Description: Essence is smart & elegant fashion e-commerce Template. It's suitable for all e-commerce business platform.
    :: Version: 1.0.0
    :: Created: April 27, 2018
    :: Last Updated: May 2, 2018
    #################################################### */

    /* ---------------------------------------
    ##### - PLACE YOUR CUSTOM CSS HERE - #####
    --------------------------------------- */
.logoo {
    width: 100px;
    height: auto;
    padding: 10px;
}

 /* Prilagođavanje izgleda pošto nema mape, kako bi tekst bio lepo centriran */
.contact-area-custom {
        padding: 100px 0;
        background-color: #ffffff;
}
.contact-info-custom {
        max-width: 600px;
        margin: 0 auto;
        text-align: center;
}
.contact-info-custom h2 {
        font-size: 36px;
        font-weight: 700;
        margin-bottom: 20px;
        text-transform: uppercase;
        letter-spacing: 1px;
}
.contact-info-custom p.lead-text {
        font-size: 16px;
        color: #787878;
        line-height: 1.8;
        margin-bottom: 40px;
}
.contact-address-custom {
        background-color: #f5f7fa;
        padding: 30px;
        border-radius: 4px;
        border-left: 4px solid #ff084e; /* Prepoznatljiva Essence crvena linija */
}
.contact-address-custom p {
        font-size: 14px;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-bottom: 5px;
        color: #2f2f2f;
}
.contact-address-custom a {
        font-size: 20px;
        color: #ff084e;
        font-weight: 700;
        transition: color 0.2s ease;
}
.contact-address-custom a:hover {
        color: #000000;
a}

/* Mobile verzija */
@media (max-width: 768px) {
    .logoo {
        width: 100px;
        padding: 25px;
    }
}

    .thanks-wrapper {
        min-height: 70vh;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #fcfcfc;
        padding: 40px 0;
    }

    .thanks-card {
        background: #fff;
        border-radius: 30px;
        padding: 60px;
        border: 1px solid #f0f0f0;
        box-shadow: 0 20px 60px rgba(0,0,0,0.05);
        max-width: 600px;
        width: 100%;
        text-align: center;
    }

    .success-icon {
        width: 80px;
        height: 80px;
        background: #f0fff4;
        color: #27ae60;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 40px;
        margin: 0 auto 30px;
        border: 2px solid #e2f9e9;
    }

    .order-number {
        display: inline-block;
        background: #f8f9fa;
        padding: 8px 20px;
        border-radius: 50px;
        font-weight: 700;
        color: #1a1a1a;
        margin: 20px 0;
        border: 1px solid #eee;
    }

    .btn-home {
        background: #1a1a1a;
        color: #fff;
        border-radius: 50px;
        padding: 15px 40px;
        font-weight: 700;
        text-transform: uppercase;
        border: none;
        transition: 0.3s;
        text-decoration: none;
        display: inline-block;
        margin-top: 20px;
    }

    .btn-home:hover {
        background: #ffb400;
        color: #000;
        transform: translateY(-3px);
        box-shadow: 0 10px 20px rgba(255,180,0,0.2);
    }
/* Resetujemo fabričke visine i pozadine iz teme */
    .welcome_area {
        position: relative !important;
        width: 100% !important;
        height: auto !important;
        background-image: none !important; /* Gasimo stari background */
        overflow: hidden;
    }

    /* Slika koja se prirodno skuplja i širi i diktira visinu banera */
    .hero-responsive-img {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    /* POTPUNO GASIMO FABRIČKO ZATAMNJENJE TEME */
    /* Ako želiš da vratiš malo zatamnjenja, promeni 'none' u 'block' */
    .welcome_area.background-overlay::after {
        display: none !important; 
    }

    /* Sloj za tekst (ako ikada odlučiš da upišeš tekst kroz administraciju/kod) */
    .hero-overlay-content {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
    }
    
    /* === STILOVI ZA SLIDER (STRELICE) === */
    .product_thumbnail_slides .owl-nav {
        display: block !important;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    #main-slider-wrap:hover .owl-nav {
        opacity: 1;
    }

    .owl-prev, .owl-next {
        position: absolute !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 45px !important;
        height: 45px !important;
        background: #ffffff !important;
        border-radius: 50% !important;
        box-shadow: 0 4px 15px rgba(0,0,0,0.15) !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        cursor: pointer !important;
        transition: all 0.3s ease !important;
        border: none !important;
        z-index: 10 !important; 
    }

    .owl-prev::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23333' d='M15.41 7.41L14 6l-6 6 6 6 1.41-1.41L10.83 12z'/%3E%3C/svg%3E") !important;
    }
    .owl-next::before {
        content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%23333' d='M10 6L8.59 7.41 13.17 12l-4.58 4.59L10 18l6-6z'/%3E%3C/svg%3E") !important;
    }

    .owl-prev:hover, .owl-next:hover {
        background: #111111 !important;
    }
    
    .owl-prev:hover::before, .owl-next:hover::before {
        filter: brightness(0) invert(1) !important;
    }

    .owl-prev { left: 20px !important; }
    .owl-next { right: 20px !important; }

    /* === STILOVI ZA DUGMIĆE VELIČINA === */
    .attr-label {
        font-size: 13px;
        font-weight: 700;
        text-transform: uppercase;
        color: #111111;
        margin-bottom: 12px;
        display: block;
        letter-spacing: 1px;
    }
    
    .attribute-swatches-container {
        gap: 10px;
    }

    .attr-radio-input {
        display: none !important;
    }

    .attr-button-label {
        display: inline-block;
        padding: 12px 24px;
        border: 1px solid #e1e1e1;
        background-color: #ffffff;
        color: #111111;
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        cursor: pointer;
        transition: all 0.2s ease;
        user-select: none;
        margin-right: 8px;
        margin-bottom: 10px;
    }

    .attr-button-label:hover {
        border-color: #111111;
    }

    .attr-radio-input:checked + .attr-button-label {
        background-color: #111111 !important;
        border-color: #111111 !important;
        color: #ffffff !important;
    }

    .no-attr-alert {
        color: #ff0000;
        font-size: 13px;
        font-weight: 600;
        background: #fff5f5;
        padding: 10px;
        border: 1px dashed #ff0000;
    }

    /* === STILOVI ZA EKSTERNU SEKCIJU POVEZANIH PROIZVODA === */
    .related-products-section {
        padding: 80px 0;
        border-top: 1px solid #eee;
        background-color: #fff;
    }
    .related-title {
        font-size: 24px;
        font-weight: 700;
        text-transform: uppercase;
        letter-spacing: 1.5px;
        color: #111;
        margin-bottom: 40px;
    }