/* =============================================================
   shop.css — svi custom stilovi BitLab webshopa
   
   Redoslijed učitavanja u header.blade.php:
   1. bootstrap.min.css  — BS5 grid i utility klase
   2. font-awesome        — ikone
   3. slick.css           — slider
   4. fancybox.css        — galerija
   5. style.css           — stari custom stilovi (zadržan zbog btn-pay, bs-wizard, itd.)
   6. shop.css (ovaj)     — novi stilovi, overridaju sve gore
   ============================================================= */

/* =============================================================
   shop.css — override stilovi i custom komponente
   Učitava se zadnji, može overridati sve biblioteke (BS5, style.css)
   ============================================================= */

/* =============================================================
   FONT
   ============================================================= */


:root {
    /* Primarne boje — narandžasta (akcija, korpa, CTA) */
    --color-primary:     #fb6d3b;
    --color-primary-dk:  #e0511f;
    --c-primary:         #fb6d3b;
    --c-primary-dk:      #e0511f;

    /* BitLab plava (navbar, akcenti, linkovi) */
    --color-blue:        #0066cc;
    --color-blue-dk:     #0052a3;
    --color-dark:        #1a2a4a;
    --color-light-blue:  #e8f0fb;

    /* Tekst i UI */
    --color-text:        #2c2c2c;
    --color-text-muted:  #888;
    --color-border:      #e8e8e8;
    --color-bg:          #f7f7f7;
    --color-white:       #ffffff;
    --color-price:       #c0392b;
    --c-text:            #222;
    --c-muted:           #888;
    --c-border:          #e8e8e8;

    /* Badge boje */
    --color-badge-sale:  #e74c3c;
    --color-badge-new:   #27ae60;

    /* Border radius */
    --radius-sm:  4px;
    --radius-md:  8px;
    --radius-lg:  12px;

    /* Sjene */
    --shadow-card:  0 2px 12px rgba(0,0,0,0.08);
    --shadow-hover: 0 8px 24px rgba(0,0,0,0.14);

    /* Tranzicija */
    --transition: 0.25s ease;

    /* Layout */
    --container-max: 1200px;
    --section-gap:   64px;

    /* Navbar/Header dimenzije */
    --header-h:   68px;
    --catbar-h:   44px;
    --nav-h:      64px;
    --topbar-h:   46px;

    /* Header boje */
    --c-header:   #1a1a2e;
    --c-catbar:   #fb6d3b;
}


body {
    font-family: 'Inter', 'Segoe UI', sans-serif !important;
}

/* =============================================================
   NEUTRALIZUJ KONFLIKTE IZ style.css
   ============================================================= */

/* Sakrij stari Bootstrap 3 navbar koji dolazi iz style.css */
nav.navbar:not(.bl-navbar) {
    display: none !important;
}

/* Sakrij stari topbar ako postoji */
.topbar:not(.bl-topbar) {
    display: none !important;
}

/* Bootstrap 3 hover dropdown iz style.css kolidiira s novim navbarom */
.dropdown:hover > .dropdown-menu {
    display: none;
}

/* Sticky navbar shadow */
nav.bl-navbar.sticky {
    box-shadow: 0 2px 12px rgba(0,0,0,0.12);
}

/* Neutralizuj agresivni p font-size iz style.css u našim komponentama */
.bl-navbar p,
.bl-topbar p,
.bl-footer p {
    font-size: inherit;
    margin: 0;
}

/* =============================================================
   CUSTOM FILE INPUT
   ============================================================= */
.menuLink {
    text-transform: uppercase;
    font-size: 12.5px;
    letter-spacing: 0.3px;
}

.custom-file-input::-webkit-file-upload-button {
    visibility: hidden;
}

.custom-file-input::before {
    content: 'Izaberite';
    display: inline-block;
    background: linear-gradient(to bottom, #f9f9f9, #e3e3e3);
    border: 1px solid #999;
    border-radius: 3px;
    padding: 0 8px;
    outline: none;
    cursor: pointer;
    font-weight: 700;
    font-size: 10pt;
}

.custom-file-input:hover::before  { border-color: #000; }
.custom-file-input:active::before { background: linear-gradient(to bottom, #e3e3e3, #f9f9f9); }

/* =============================================================
   KORPA TABELA
   ============================================================= */
.bl-cart-table-wrap {
    padding-right: 8px;
}

.bl-cart-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
}

.bl-cart-table thead tr {
    background: #f5f5f5;
    border-bottom: 2px solid #e8e8e8;
}

.bl-cart-table thead th {
    padding: 10px;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #555;
    white-space: nowrap;
}

.bl-cart-table td {
    padding: 8px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #f0f0f0;
    font-size: 13px;
    color: #333;
}

.bl-cart-table .bl-cart-row:hover        { background: #fafafa; }
.bl-cart-table .bl-cart-row--special     { background: #fffbf0; }
.bl-cart-table .bl-cart-row--special td { color: #888; font-style: italic; }

.bl-cart-table .bl-cart-row--total {
    background: #f5f5f5;
    border-top: 2px solid #e8e8e8;
}

.bl-cart-table .bl-cart-row--total td {
    padding: 10px;
    font-weight: 700;
    font-size: 13px;
}

.bl-cart-table .col-num   { width: 32px;  text-align: center; color: #aaa; font-size: 11px; }
.bl-cart-table .col-sku   { width: 90px;  color: #999; font-size: 11px; white-space: nowrap; }
.bl-cart-table .col-name  { min-width: 160px; }
.bl-cart-table .col-price { width: 90px;  text-align: right; white-space: nowrap; }
.bl-cart-table .col-qty   { width: 90px;  text-align: center; }
.bl-cart-table .col-total { width: 90px;  text-align: right; white-space: nowrap; font-weight: 600; color: #c0392b; }
.bl-cart-table .col-del   { width: 36px;  text-align: right; }

/* Količina +/- */
.bl-qty-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
    width: 90px;
    margin: 0 auto;
}

.bl-qty-btn {
    background: #f5f5f5;
    border: none;
    width: 26px;
    height: 28px;
    font-size: 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #555;
    flex-shrink: 0;
    transition: background 0.15s;
    padding: 0;
    line-height: 1;
}

.bl-qty-btn:hover { background: #fb6d3b; color: #fff; }

.bl-qty-input {
    width: 38px;
    height: 28px;
    border: none;
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    text-align: center;
    font-size: 13px;
    padding: 0 2px;
    outline: none;
    -moz-appearance: textfield;
}

.bl-qty-input::-webkit-outer-spin-button,
.bl-qty-input::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

/* Brisanje dugme */
.bl-btn-remove {
    background: none;
    border: 1px solid #eee;
    border-radius: 4px;
    width: 26px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #ccc;
    font-size: 13px;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    padding: 0;
    margin-left: auto;
}

.bl-btn-remove:hover {
    background: #fdf2f2;
    border-color: #e74c3c;
    color: #e74c3c;
}

/* Ukupno iznos */
#bl_total_summ {
    color: #c0392b;
    font-weight: 700;
    font-size: 14px;
}



/* Responsive */
@media (max-width: 540px) {
    .bl-cart-table .col-sku { display: none; }
    .bl-cart-table .col-num { display: none; }
    .bl-qty-input { width: 44px; }
}


/* ============================================================
   FOOTER.BLADE.PHP
   ============================================================ */



/* =============================================================
   CUSTOM MODAL
   ============================================================= */
.bl-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    background: rgba(0,0,0,0.55);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 40px 16px 24px;
    overflow-y: auto;
}

.bl-modal[hidden] {
    display: none !important;
}

.bl-modal__dialog {
    background: #fff;
    border-radius: 10px;
    width: 100%;
    max-width: 560px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.25);
    animation: blModalIn 0.22s ease;
    position: relative;
}

.bl-modal__dialog--lg { max-width: 780px; }

@keyframes blModalIn {
    from { opacity: 0; transform: translateY(-16px); }
    to   { opacity: 1; transform: translateY(0); }
}

.bl-modal__content {
    display: flex;
    flex-direction: column;
    max-height: 85vh;
    overflow: hidden;
    border-radius: 10px;
}

.bl-modal__header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    padding: 24px 48px 16px 24px;
    border-bottom: 1px solid #eee;
    position: relative;
    flex-shrink: 0;
}

.bl-modal__icon {
    max-height: 70px;
    object-fit: contain;
}

.bl-modal__title {
    font-size: 18px;
    font-weight: 700;
    margin: 0;
    color: #222;
    text-align: center;
}

.bl-modal__close {
    position: absolute;
    top: 12px;
    right: 14px;
    background: none;
    border: none;
    font-size: 26px;
    line-height: 1;
    color: #999;
    cursor: pointer;
    padding: 0 4px;
    transition: color 0.15s;
}

.bl-modal__close:hover { color: #333; }

.bl-modal__body {
    padding: 20px 24px 24px;
    overflow-y: auto;
    font-size: 14px;
    line-height: 1.65;
    color: #444;
}

.bl-modal__body p { margin: 0 0 12px; }
.bl-modal__body p:last-child { margin-bottom: 0; }
.bl-modal__body a { color: #fb6d3b; }

/* =============================================================
   FAQ ACCORDION (unutar modala)
   ============================================================= */
.bl-faq-heading {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    border-bottom: 2px solid #fb6d3b;
    padding-bottom: 6px;
    margin: 20px 0 8px;
}

.bl-faq-heading:first-child { margin-top: 0; }

.bl-faq { margin-bottom: 4px; }

.bl-faq__item { border-bottom: 1px solid #f0f0f0; }

.bl-faq__q {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 11px 32px 11px 0;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    position: relative;
    transition: color 0.15s;
    line-height: 1.4;
}

.bl-faq__q:hover { color: #fb6d3b; }

.bl-faq__q .fa {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #aaa;
    transition: transform 0.25s;
    pointer-events: none;
}

.bl-faq__item.is-open .bl-faq__q .fa {
    transform: translateY(-50%) rotate(180deg);
    color: #fb6d3b;
}

.bl-faq__item.is-open .bl-faq__q { color: #fb6d3b; }

.bl-faq__a {
    display: none;
    padding: 4px 0 14px;
    font-size: 13px;
    color: #555;
    line-height: 1.6;
}

.bl-faq__item.is-open .bl-faq__a { display: block; }

/* =============================================================
   FOOTER
   ============================================================= */
.bl-footer {
    background: #1a1a2e;
    color: #ccc;
    font-size: 14px;
    margin-top: 60px;
}
.bl-footer__main { padding: 48px 0 32px; }
.bl-footer__grid {
    display: grid;
    grid-template-columns: 150px repeat(4, 1fr);
    gap: 28px;
}
.bl-footer__col--brand {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
.bl-footer__logo {
    max-width: 120px;
    filter: brightness(0) invert(1);
    opacity: 0.9;
}
.bl-footer__social { display: flex; gap: 10px; }
.bl-social-link {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 17px;
    color: #fff;
    opacity: 0.85;
    transition: opacity 0.2s, transform 0.2s;
    text-decoration: none;
}
.bl-social-link:hover { opacity: 1; transform: scale(1.1); color: #fff; }
.bl-social-link--fb { background: #1877f2; }
.bl-social-link--ig { background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fd5949 45%, #d6249f 60%, #285AEB 90%); }
.bl-footer__heading {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    color: #fff;
    margin: 0 0 14px;
}
.bl-footer__heading a { color: #fff; text-decoration: none; }
.bl-footer__heading a:hover { color: var(--color-blue); }
.bl-footer__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 7px;
}
.bl-footer__list li a {
    color: #bbb;
    text-decoration: none;
    font-size: 13px;
    transition: color 0.2s;
}
.bl-footer__list li a:hover { color: var(--color-blue); }
.bl-footer__list--contact li {
    display: flex;
    align-items: flex-start;
    gap: 8px;
}
.bl-footer__list--contact .fa {
    color: #fb6d3b;
    font-size: 14px;
    margin-top: 2px;
    flex-shrink: 0;
    width: 14px;
}
.bl-footer__list--contact small {
    display: block;
    font-size: 11px;
    color: #999;
}
.bl-footer__tax {
    font-size: 11px;
    color: #999;
    line-height: 1.7;
    padding-left: 22px;
}
.bl-footer__bottom {
    background: #0f0f1a;
    padding: 12px 0;
    text-align: center;
}
.bl-footer__bottom p { margin: 0; font-size: 12px; color: #888; }
.bl-footer__bottom a { color: #999; text-decoration: none; transition: color 0.2s; }
.bl-footer__bottom a:hover { color: var(--color-blue); }
/* Responsive */
@media (max-width: 1100px) {
    .bl-footer__grid { grid-template-columns: repeat(3, 1fr); }
    .bl-footer__col--brand { grid-column: 1 / -1; flex-direction: row; align-items: center; gap: 20px; }
}
@media (max-width: 640px) {
    .bl-footer__grid { grid-template-columns: 1fr 1fr; gap: 20px; }
    .bl-footer__col--brand { grid-column: 1 / -1; }
}
@media (max-width: 400px) {
    .bl-footer__grid { grid-template-columns: 1fr; }
}

/* Korpa modal — širi od standardnog */
.bl-modal__dialog--cart {
    max-width: 680px;
}

.bl-modal__dialog--cart .bl-modal__body {
    max-height: 70vh;
    overflow-y: auto;
}


/* ============================================================
   NAVBAR.BLADE.PHP
   ============================================================ */


@keyframes blCartBump {
    0%   { transform: scale(1); }
    40%  { transform: scale(1.6); }
    70%  { transform: scale(0.88); }
    100% { transform: scale(1); }
}
.bl-cart-bump { animation: blCartBump 0.45s ease; }

/* ============================================================
   HEADER — full width tamni
   ============================================================ */
.bl-header {
    background: var(--c-header);
    height: var(--header-h);
    display: flex;
    align-items: center;
    padding: 0 24px;
    gap: 20px;
    position: sticky;
    top: 0;
    z-index: 999;
    box-shadow: 0 2px 16px rgba(0,0,0,0.3);
}

.bl-header__logo-wrap { flex-shrink: 0; }

.bl-header__logo {
    display: flex;
    align-items: center;
    filter: brightness(0) invert(1);
    opacity: 0.9;
    transition: opacity 0.2s;
}
.bl-header__logo:hover { opacity: 1; }
.bl-header__logo img { height: 34px; width: auto; }

.bl-header__right {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;
}

/* Viber */
.bl-header__viber {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #fff;
    padding: 6px 12px;
    border-radius: 7px;
    border: 1.5px solid rgba(255,255,255,0.15);
    transition: border-color 0.2s, background 0.2s;
    white-space: nowrap;
}

.bl-header__viber:hover {
    border-color: #7360f2;
    background: rgba(115,96,242,0.15);
}

.bl-header__viber img { width: 20px; height: 20px; flex-shrink: 0; }

.bl-header__viber-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
}

.bl-header__viber-text small {
    font-size: 10px;
    color: rgba(255,255,255,0.5);
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.bl-header__viber-text strong,
.bl-header__viber-text {
    font-size: 13px;
    font-weight: 700;
    color: #fff;
}

/* Korpa */
.bl-cart {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: #fff !important;
    background: rgba(255,255,255,0.1);
    border: 1.5px solid rgba(255,255,255,0.2);
    padding: 8px 16px;
    border-radius: 7px;
    white-space: nowrap;
    transition: background 0.2s, border-color 0.2s;
    cursor: pointer;
    flex-shrink: 0;
}

.bl-cart:hover {
    background: var(--c-primary);
    border-color: var(--c-primary);
}

.bl-cart .fa { font-size: 18px; color: #fff; }
.bl-cart__text { font-size: 13px; font-weight: 700; color: #fff; }

.bl-cart__count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--c-primary);
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    min-width: 20px;
    height: 20px;
    border-radius: 10px;
    padding: 0 4px;
}

/* ============================================================
   SEARCH — full width između loga i desnog bloka
   ============================================================ */
.bl-search-wrap {
    flex: 1;
    position: relative;
    min-width: 0;
}

.bl-search {
    display: flex;
    align-items: center;
    height: 42px;
    border-radius: 6px;
    overflow: hidden;
    border: 2px solid transparent;
    background: #fff;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.bl-search:focus-within {
    border-color: var(--c-primary);
    box-shadow: 0 0 0 3px rgba(251,109,59,0.25);
}

.bl-search__cat-wrap {
    position: relative;
    display: flex;
    align-items: center;
    background: #f0f0f0;
    border-right: 1px solid #ddd;
    height: 100%;
    flex-shrink: 0;
}

.bl-search__cat {
    height: 100%;
    border: none;
    background: transparent;
    padding: 0 26px 0 10px;
    font-size: 12px;
    font-weight: 600;
    color: #444;
    cursor: pointer;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    max-width: 150px;
}

.bl-search__cat-arrow {
    position: absolute;
    right: 6px;
    color: #888;
    font-size: 10px;
    pointer-events: none;
}

.bl-search__input {
    flex: 1;
    border: none;
    background: transparent;
    outline: none;
    font-size: 14px;
    color: #333;
    padding: 0 12px;
    min-width: 0;
}

.bl-search__input::placeholder { color: #bbb; }

.bl-search__btn {
    background: var(--c-primary);
    border: none;
    color: #fff;
    padding: 0 20px;
    height: 100%;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.2s;
    flex-shrink: 0;
}

.bl-search__btn:hover { background: var(--c-primary-dk); }

/* Autocomplete */
.bl-search__dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0; right: 0;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    box-shadow: 0 8px 32px rgba(0,0,0,0.14);
    z-index: 1200;
    overflow: hidden;
}

.bl-search__results { max-height: 400px; overflow-y: auto; }

.bl-search__item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 10px 14px;
    text-decoration: none;
    color: #333;
    border-bottom: 1px solid #f5f5f5;
    transition: background 0.15s;
}

.bl-search__item:hover, .bl-search__item:focus { background: #fff5f0; outline: none; }
.bl-search__item-img { width: 44px; height: 44px; object-fit: contain; border-radius: 4px; border: 1px solid #eee; background: #fafafa; flex-shrink: 0; }
.bl-search__item-info { flex: 1; min-width: 0; }
.bl-search__item-name { font-size: 13px; font-weight: 600; color: #222; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; display: block; }
.bl-search__item-price { font-size: 13px; font-weight: 700; color: #c0392b; white-space: nowrap; flex-shrink: 0; }

.bl-search__all {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 11px 14px;
    background: #f8f8f8;
    color: var(--c-primary);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    border-top: 1px solid #eee;
    transition: background 0.15s;
}
.bl-search__all:hover { background: #fff5f0; }
.bl-search__loading, .bl-search__empty { padding: 20px 14px; text-align: center; color: #888; font-size: 13px; }

/* ============================================================
   CATBAR — narandžasta, full width
   ============================================================ */
nav.bl-navbar {
    background: var(--c-catbar) !important;
    height: var(--catbar-h) !important;
    position: sticky !important;
    top: var(--header-h) !important;
    z-index: 998 !important;
    box-shadow: 0 2px 8px rgba(251,109,59,0.3) !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    min-height: unset !important;
}

.bl-navbar .bl-nav-wrap {
    display: flex !important;
    align-items: center !important;
    height: var(--catbar-h) !important;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

.bl-navbar .bl-nav {
    display: flex !important;
    align-items: center !important;
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    gap: 0 !important;
    height: 100% !important;
    width: 100%;
}

.bl-navbar .bl-nav__item {
    position: relative !important;
    height: 100%;
    display: flex;
    align-items: center;
}

.bl-navbar .bl-nav__item--right { margin-left: auto; }

.bl-navbar .bl-nav__link {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    padding: 0 14px !important;
    height: 100% !important;
    font-size: 12.5px !important;
    font-weight: 700 !important;
    letter-spacing: 0.3px !important;
    color: rgba(255,255,255,0.92) !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background 0.15s, color 0.15s !important;
}

.bl-navbar .bl-nav__link .fa {
    font-size: 13px;
    opacity: 0.8;
}

.bl-navbar .bl-nav__link:hover,
.bl-navbar .bl-dropdown.is-open > .bl-dropdown__head > .bl-nav__link,
.bl-navbar .bl-dropdown:hover > .bl-dropdown__head > .bl-nav__link {
    background: rgba(0,0,0,0.2) !important;
    color: #fff !important;
}

.bl-navbar .bl-nav__link--akcija {
    color: #fff !important;
    background: rgba(0,0,0,0.15) !important;
    border-radius: 4px !important;
    margin: 0 4px !important;
}

.bl-navbar .bl-nav__link--akcija:hover {
    background: rgba(0,0,0,0.3) !important;
}

.bl-navbar .bl-nav__link--ghost {
    color: rgba(255,255,255,0.7) !important;
    font-weight: 600 !important;
}

.bl-navbar .bl-nav__link--ghost:hover { color: #fff !important; }

.bl-dropdown__head { display: flex; align-items: center; height: 100%; }
.bl-dropdown__head .bl-nav__link { flex: 1; }

.bl-dropdown__arrow {
    background: none;
    border: none;
    padding: 0 8px 0 0;
    cursor: pointer;
    color: rgba(255,255,255,0.7);
    height: 100%;
    display: flex;
    align-items: center;
    transition: color 0.15s;
}

.bl-dropdown__arrow .fa { font-size: 10px; transition: transform 0.25s; pointer-events: none; }
.bl-dropdown__arrow:hover { color: #fff; }

/* ============================================================
   MEGA MENU
   ============================================================ */
.bl-mega {
    display: none;
    position: fixed;
    left: 0; right: 0;
    background: #fff;
    border-top: 3px solid var(--c-primary);
    box-shadow: 0 12px 40px rgba(0,0,0,0.15);
    z-index: 1050;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 0.18s ease, transform 0.18s ease;
    pointer-events: none;
}

.bl-mega::before {
    content: '';
    position: absolute;
    top: -16px; left: 0; right: 0;
    height: 16px;
    background: transparent;
}

.bl-mega__inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 28px 24px 32px;
}

.bl-mega__header {
    display: flex;
    align-items: baseline;
    gap: 12px;
    margin-bottom: 20px;
    padding-bottom: 16px;
    border-bottom: 1px solid #f0f0f0;
}

.bl-mega__header a {
    font-size: 18px;
    font-weight: 800;
    color: var(--c-primary);
    text-decoration: none;
    letter-spacing: -0.3px;
}

.bl-mega__header span { font-size: 13px; color: #aaa; }

.bl-mega__cols {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 40px;
}

.bl-mega__col { display: flex; flex-direction: column; }

.bl-mega__col a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px 10px;
    font-size: 13.5px;
    font-weight: 500;
    color: #333;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.15s, color 0.15s, transform 0.15s;
}

.bl-mega__col a .fa {
    width: 18px;
    text-align: center;
    color: var(--c-primary);
    font-size: 14px;
    flex-shrink: 0;
}

.bl-mega__col a:hover {
    background: #fff5f0;
    color: var(--c-primary);
    transform: translateX(3px);
}

@media (min-width: 992px) {
    .bl-dropdown:hover > .bl-mega,
    .bl-dropdown.is-open > .bl-mega {
        display: block; opacity: 1; transform: translateY(0); pointer-events: auto;
    }
    .bl-dropdown:hover .bl-dropdown__arrow .fa,
    .bl-dropdown.is-open .bl-dropdown__arrow .fa { transform: rotate(180deg); }
}

/* ============================================================
   HAMBURGER
   ============================================================ */
.bl-hamburger {
    display: none;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 40px; height: 40px;
    background: none;
    border: 1.5px solid rgba(255,255,255,0.25);
    border-radius: 7px;
    padding: 6px 8px;
    cursor: pointer;
}

.bl-hamburger__bar {
    display: block; width: 100%; height: 2px;
    background: #fff; border-radius: 2px;
    transition: transform 0.3s, opacity 0.3s;
}

.bl-hamburger.is-open .bl-hamburger__bar:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.bl-hamburger.is-open .bl-hamburger__bar:nth-child(2) { opacity: 0; }
.bl-hamburger.is-open .bl-hamburger__bar:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

.bl-nav-search-mobile { display: none; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 991px) {
    .bl-hamburger { display: flex; }
    .bl-header__viber-text { display: none; }

    nav.bl-navbar { display: none !important; }

    .bl-nav-wrap {
        display: none;
        position: fixed;
        top: var(--header-h);
        left: 0; right: 0; bottom: 0;
        background: #fff;
        border-top: 3px solid var(--c-primary);
        box-shadow: 0 4px 24px rgba(0,0,0,0.15);
        z-index: 997;
        flex-direction: column;
        align-items: stretch;
        overflow-y: auto;
        padding: 0 0 40px;
    }

    .bl-nav-wrap.is-open { display: flex; }

    .bl-nav-search-mobile {
        display: flex;
        margin: 12px 16px;
        border: 1.5px solid #ddd;
        border-radius: 7px;
        overflow: hidden;
    }

    .bl-nav-search-mobile input {
        flex: 1; border: none; outline: none;
        padding: 11px 12px; font-size: 14px; background: #fafafa;
    }

    .bl-nav-search-mobile button {
        background: var(--c-primary); border: none;
        color: #fff; padding: 0 16px; cursor: pointer; font-size: 15px;
    }

    .bl-navbar .bl-nav { flex-direction: column; align-items: stretch; width: 100%; height: auto; }
    .bl-navbar .bl-nav__item { width: 100%; height: auto; }
    .bl-navbar .bl-nav__item--right { margin-left: 0; }
    .bl-navbar .bl-nav__link {
        padding: 13px 16px !important;
        height: auto !important;
        color: #333 !important;
        background: transparent !important;
        font-size: 14px !important;
        border-bottom: 1px solid #f5f5f5 !important;
    }
    .bl-navbar .bl-nav__link:hover { color: var(--c-primary) !important; background: #fff5f0 !important; }
    .bl-navbar .bl-nav__link--akcija { color: var(--c-primary) !important; background: #fff5f0 !important; }

    .bl-dropdown__head { border-bottom: 1px solid #f0f0f0; }
    .bl-dropdown__arrow { height: 46px; padding: 0 16px; color: #888; }

    .bl-dropdown.is-open > .bl-mega {
        display: block; opacity: 1; transform: none; pointer-events: auto;
        position: static; box-shadow: none; border: none;
        border-left: 3px solid var(--c-primary);
        background: #fafafa; margin-left: 16px;
    }

    .bl-dropdown.is-open > .bl-mega .bl-mega__inner { padding: 8px 0; }
    .bl-dropdown.is-open > .bl-mega .bl-mega__header { display: none; }
    .bl-dropdown.is-open > .bl-mega .bl-mega__cols { grid-template-columns: 1fr; gap: 0; }
    .bl-dropdown.is-open > .bl-mega .bl-mega__col a {
        padding: 9px 12px; border-radius: 0; font-size: 13px;
        transform: none !important;
        color: #333;
    }
    .bl-dropdown.is-open .bl-dropdown__arrow .fa { transform: rotate(180deg); }
    .bl-dropdown.is-open > .bl-dropdown__head > .bl-nav__link { color: var(--c-primary) !important; }

    .bl-search__cat-wrap { display: none; }
    .bl-cart__text { display: none; }
}

@media (max-width: 480px) {
    :root { --header-h: 56px; }
    .bl-header { padding: 0 12px; gap: 10px; }
    .bl-header__viber { display: none; }
}

/* ============================================================
   HOME_REFACTORED.BLADE.PHP
   ============================================================ */


/* Countdown timer */
.bl-countdown {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #e3342f;
    font-weight: 600;
    margin-bottom: 12px;
}
.bl-countdown__box {
    background: #e3342f;
    color: #fff;
    border-radius: 4px;
    padding: 2px 6px;
    font-size: 14px;
    font-weight: 700;
    min-width: 28px;
    text-align: center;
}

/* Newsletter */
.bl-newsletter {
    background: linear-gradient(135deg, #fb6d3b 0%, #e0511f 100%);
    border-radius: 12px;
    padding: 36px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin: 40px 0;
}
.bl-newsletter__text h3 { color: #fff; font-size: 22px; font-weight: 700; margin: 0 0 6px; }
.bl-newsletter__text p  { color: rgba(255,255,255,0.85); font-size: 14px; margin: 0; }
.bl-newsletter__form { display: flex; gap: 8px; flex-wrap: wrap; }
.bl-newsletter__form input {
    padding: 10px 16px;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    width: 260px;
    outline: none;
}
.bl-newsletter__form button {
    background: #fff;
    color: #fb6d3b;
    border: none;
    border-radius: 6px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s;
    white-space: nowrap;
}
.bl-newsletter__form button:hover { background: #fff5f0; }

/* Recenzije */
.bl-reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin: 24px 0;
}
.bl-review-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
}
.bl-review-card__stars { color: #f6c90e; font-size: 15px; margin-bottom: 8px; }
.bl-review-card__text  { font-size: 14px; color: #555; margin: 0 0 12px; line-height: 1.6; }
.bl-review-card__author { font-size: 13px; font-weight: 600; color: #333; }
.bl-review-card__date   { font-size: 12px; color: #aaa; margin-top: 2px; }

@media (max-width: 640px) {
    .bl-newsletter { padding: 24px 20px; }
    .bl-newsletter__form input { width: 100%; }
    .bl-newsletter__form { width: 100%; }
    .bl-newsletter__form button { width: 100%; }
}

/* =============================================================
   CSS VARIJABLE — jedna mjesta za sve boje i vrijednosti
   ============================================================= */

/* =============================================================
   RESET / GLOBAL
   ============================================================= */
*,
*::before,
*::after { box-sizing: border-box; }

body {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    color: var(--color-text);
    line-height: 1.55;
    background: var(--color-bg);
}

a { color: inherit; text-decoration: none; }

img { display: block; max-width: 100%; }

.bl-container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 20px;
}

.bl-section {
    margin-top: var(--section-gap);
}

.bl-section-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-text);
    margin: 0 0 24px;
    letter-spacing: -0.3px;
}

.bl-section-title a {
    color: inherit;
}

.bl-section-title a:hover {
    color: var(--color-primary);
}

/* =============================================================
   TRUST BAR
   ============================================================= */
.trust-bar {
    background: var(--color-white);
    border-top:    1px solid var(--color-border);
    border-bottom: 1px solid var(--color-border);
    padding: 12px 20px;
}

.trust-bar__inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 32px;
    justify-content: center;
}

.trust-bar__item {
    display: flex;
    align-items: center;
    gap: 9px;
    color: #555;
    flex-shrink: 0;
}

.trust-bar__item svg {
    width: 22px;
    height: 22px;
    stroke: var(--color-primary);
    flex-shrink: 0;
}

.trust-bar__item span {
    font-size: 13px;
    white-space: nowrap;
    line-height: 1.3;
}

.trust-bar__item strong {
    color: var(--color-text);
}

/* =============================================================
   ISTAKNUTE KATEGORIJE
   ============================================================= */
.featured-categories {
    margin-top: 48px;
}

.featured-categories__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

/* Wrap <a> da se ispravno ponaša kao block */
.featured-categories__grid > a {
    display: block;
}

.cat-card {
    position: relative;
    height: 200px;
    border-radius: var(--radius-lg);
    overflow: hidden;
    background-size: cover;
    background-position: center;
    cursor: pointer;
    transition: transform var(--transition), box-shadow var(--transition);
}

.cat-card:hover {
    transform: translateY(-4px);
    box-shadow: var(--shadow-hover);
}

.cat-card__overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.65) 0%, rgba(0,0,0,0.0) 60%);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 16px 18px;
}

.cat-card__name {
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.4);
}

.cat-card__link {
    color: #ffd166;
    font-size: 13px;
    font-weight: 600;
    opacity: 0;
    transform: translateY(4px);
    transition: opacity var(--transition), transform var(--transition);
    margin-top: 4px;
    display: inline-block;
}

.cat-card:hover .cat-card__link {
    opacity: 1;
    transform: translateY(0);
}

.featured-categories__cta {
    text-align: center;
    margin-top: 24px;
    padding-bottom: 8px;
}

.featured-categories__cta a {
    display: inline-block;
    padding: 10px 32px;
    border: 2px solid var(--color-primary);
    border-radius: 50px;
    color: var(--color-primary);
    font-size: 14px;
    font-weight: 600;
    transition: background var(--transition), color var(--transition);
}

.featured-categories__cta a:hover {
    background: var(--color-primary);
    color: #fff;
}

/* =============================================================
   BADGE (Akcija / Novo)
   ============================================================= */
.badge {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    padding: 3px 8px;
    border-radius: var(--radius-sm);
    color: #fff;
    z-index: 1;
    pointer-events: none;
}

.badge--sale { background: var(--color-badge-sale); }
.badge--new  { background: var(--color-badge-new);  }

/* =============================================================
   PRODUCT CARD — univerzalna kartica (koristi se svuda)
   ============================================================= */
.product-card {
    position: relative;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    padding: 14px;
    display: flex;
    flex-direction: column;
    min-height: 340px;
    transition: box-shadow var(--transition), transform var(--transition);
}

.product-card:hover {
    box-shadow: var(--shadow-hover);
    transform: translateY(-3px);
}

.product-card__image {
    height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
    flex-shrink: 0;
}

.product-card__image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card__title {
    font-size: 13.5px;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 8px;
    flex-shrink: 0;
}

.product-card__title a {
    color: var(--color-text);
    transition: color var(--transition);
}

.product-card__title a:hover {
    color: var(--color-primary);
}

.product-card__old-price {
    font-size: 12px;
    color: var(--color-text-muted);
    text-decoration: line-through;
    margin: 0 0 2px;
}

.product-card__price {
    font-size: 17px;
    font-weight: 700;
    color: var(--color-price);
    margin: 0 0 12px;
}

/* Gura dugme na dno kartice */
.product-card__spacer { flex: 1; }

.btn-cart {
    display: block;
    width: 100%;
    background: var(--color-primary);
    color: #fff;
    border: none;
    border-radius: var(--radius-sm);
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    transition: background var(--transition);
    line-height: 1.4;
}

.btn-cart:hover {
    background: var(--color-primary-dk);
    color: #fff;
}

.product-card__unavailable {
    display: block;
    color: var(--color-text-muted);
    font-size: 12px;
    font-style: italic;
    text-align: center;
}

/* =============================================================
   HORIZONTALNI SLIDER (Akcija + Novo u ponudi)
   ============================================================= */
.h-slider {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 12px;
    scroll-snap-type: x mandatory;
}

.h-slider::-webkit-scrollbar {
    height: 5px;
}

.h-slider::-webkit-scrollbar-track {
    background: #eee;
    border-radius: 10px;
}

.h-slider::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 10px;
}

/* Svaka kartica u slideru ima fiksnu širinu */
.h-slider > .product-card {
    flex: 0 0 210px;
    scroll-snap-align: start;
}

/* =============================================================
   SEKCIJA HEADER (naslov + link)
   ============================================================= */
.section-header {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 12px;
}

.section-header .bl-section-title {
    margin: 0;
}

.section-header__link {
    font-size: 13px;
    color: var(--color-primary);
    font-weight: 600;
    white-space: nowrap;
    transition: color var(--transition);
}

.section-header__link:hover {
    color: var(--color-primary-dk);
}

/* =============================================================
   KAKO KUPITI — info sekcija
   ============================================================= */
.kako-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 24px;
    background: var(--color-white);
    border: 1px solid var(--color-border);
    border-radius: var(--radius-lg);
    padding: 28px 20px;
}

.kako-box {
    text-align: center;
    flex: 0 0 auto;
    min-width: 90px;
}

.kako-box a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    color: var(--color-text);
    transition: color var(--transition), transform var(--transition);
    cursor: pointer;
}

.kako-box a:hover {
    color: var(--color-primary);
    transform: translateY(-3px);
}

.kako-box img {
    width: 44px;
    height: 44px;
    object-fit: contain;
}

.kako-box p {
    font-size: 12px;
    font-weight: 600;
    margin: 0;
    line-height: 1.3;
}

/* =============================================================
   BRENDOVI
   ============================================================= */
.brands-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;
}

.brands-slider {
    flex: 1;
    display: flex;
    gap: 10px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    padding: 8px 0;
}

.brands-slider::-webkit-scrollbar { display: none; }

.brand-item {
    flex: 0 0 auto;
    width: 110px;
    height: 64px;
    border: 1px solid var(--color-border);
    border-radius: var(--radius-md);
    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 8px;
    transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition);
}

.brand-item:hover {
    transform: scale(1.05);
    border-color: var(--color-primary);
    box-shadow: 0 2px 8px rgba(251,109,59,0.15);
}

.brand-item img {
    max-height: 38px;
    max-width: 100%;
    object-fit: contain;
}

.brand-nav {
    flex-shrink: 0;
    width: 34px;
    height: 34px;
    border: 1px solid var(--color-border);
    background: var(--color-white);
    border-radius: 50%;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background var(--transition), border-color var(--transition);
    color: var(--color-text);
}

.brand-nav:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}

.brands-cta {
    text-align: center;
    margin-top: 16px;
}

.brands-cta a {
    display: inline-block;
    padding: 8px 24px;
    border: 1px solid var(--color-border);
    border-radius: 50px;
    font-size: 13px;
    color: var(--color-text);
    transition: border-color var(--transition), color var(--transition);
}

.brands-cta a:hover {
    border-color: var(--color-primary);
    color: var(--color-primary);
}

/* =============================================================
   VIJESTI
   ============================================================= */
.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.news-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: var(--radius-md);
    display: block;
    margin-bottom: 10px;
    transition: opacity var(--transition), transform var(--transition);
}

.news-card:hover img {
    opacity: 0.88;
    transform: scale(1.02);
}

.news-card {
    overflow: hidden;
}

.news-card > a:last-child {
    font-size: 14px;
    font-weight: 600;
    color: var(--color-text);
    line-height: 1.4;
    transition: color var(--transition);
    display: block;
    margin-top: 6px;
}

.news-card > a:last-child:hover {
    color: var(--color-primary);
}

/* =============================================================
   HOT BADGE
   ============================================================= */
.bl-badge-hot {
    display: inline-block;
    background: #e74c3c;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 1px;
    padding: 2px 7px;
    border-radius: 4px;
    vertical-align: middle;
    margin-left: 6px;
    position: relative;
    top: -2px;
}

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width: 991px) {
    .featured-categories__grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 640px) {
    :root { --section-gap: 40px; }

    .featured-categories__grid {
        grid-template-columns: 1fr;
    }
    .cat-card { height: 160px; }

    .news-grid {
        grid-template-columns: 1fr;
    }

    .kako-wrapper { gap: 16px; }

    .h-slider > .product-card { flex: 0 0 180px; }

    .bl-section-title { font-size: 19px; }
}


/* ============================================================
   ORDERCONFIRM.BLADE.PHP
   ============================================================ */


.oc-wrap {
    max-width: 560px;
    margin: 56px auto 80px;
    text-align: center;
    padding: 0 16px;
}

/* Ikona */
.oc-icon {
    width: 80px;
    height: 80px;
    background: #eafaf1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    animation: ocPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.oc-icon .fa {
    font-size: 42px;
    color: #27ae60;
}

@keyframes ocPop {
    0%   { transform: scale(0.4); opacity: 0; }
    100% { transform: scale(1);   opacity: 1; }
}

/* Naslov */
.oc-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 14px;
}

/* Tekst */
.oc-text {
    font-size: 14px;
    color: #666;
    line-height: 1.65;
    margin: 0 0 28px;
}

/* Kod narudžbe */
.oc-code-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #f5f5f5;
    border: 1px dashed #ccc;
    border-radius: 8px;
    padding: 14px 20px;
    margin-bottom: 12px;
}

.oc-code-label {
    font-size: 12px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    white-space: nowrap;
}

.oc-code {
    font-size: 20px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: 2px;
    font-family: 'Courier New', monospace;
}

.oc-copy-btn {
    background: none;
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #888;
    transition: background 0.15s, color 0.15s, border-color 0.15s;
    padding: 0;
    flex-shrink: 0;
}

.oc-copy-btn:hover {
    background: #fb6d3b;
    border-color: #fb6d3b;
    color: #fff;
}

.oc-track-hint {
    font-size: 13px;
    color: #888;
    margin: 0 0 28px;
}

/* Akcijska dugmad */
.oc-actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.oc-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: background 0.2s, transform 0.15s;
}

.oc-btn--track {
    background: #fb6d3b;
    color: #fff;
    box-shadow: 0 3px 10px rgba(251,109,59,0.3);
}

.oc-btn--track:hover {
    background: #e0511f;
    color: #fff;
    transform: translateY(-1px);
}

.oc-btn--home {
    background: #fff;
    color: #555;
    border: 1px solid #ddd;
}

.oc-btn--home:hover {
    border-color: #999;
    color: #333;
}

@media (max-width: 480px) {
    .oc-code-box  { flex-direction: column; gap: 6px; }
    .oc-actions   { flex-direction: column; align-items: stretch; }
    .oc-btn       { justify-content: center; }
}


/* ============================================================
   PRODUCT.BLADE.PHP
   ============================================================ */


/* =============================================================
   BANNER
   ============================================================= */
.pd-banner {
    height: 140px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    position: relative;
}

.pd-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.pd-banner__title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

/* =============================================================
   BREADCRUMB
   ============================================================= */
.pd-breadcrumb-wrap {
    padding-top: 16px;
    padding-bottom: 8px;
}

.pd-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 13px;
    color: #888;
}

.pd-breadcrumb li::after {
    content: '›';
    margin-left: 4px;
    color: #ccc;
}

.pd-breadcrumb li:last-child::after { content: ''; }

.pd-breadcrumb a {
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
}

.pd-breadcrumb a:hover { color: #fb6d3b; }
.pd-breadcrumb .active { color: #333; font-weight: 600; }

/* =============================================================
   GLAVNI LAYOUT
   ============================================================= */
.pd-main {
    padding-top: 24px;
    padding-bottom: 48px;
}

.pd-layout {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    align-items: start;
    margin-bottom: 48px;
}

/* =============================================================
   GALERIJA
   ============================================================= */
.pd-gallery__main {
    position: relative;
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pd-gallery__main a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 16px;
}

.pd-gallery__img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    transition: transform 0.3s ease;
}

.pd-gallery__main:hover .pd-gallery__img { transform: scale(1.04); }

.pd-gallery__zoom-hint {
    position: absolute;
    bottom: 10px;
    right: 10px;
    background: rgba(0,0,0,0.4);
    color: #fff;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    opacity: 0;
    transition: opacity 0.2s;
}

.pd-gallery__main:hover .pd-gallery__zoom-hint { opacity: 1; }

.pd-gallery__thumbs {
    display: flex;
    gap: 8px;
    margin-top: 12px;
    flex-wrap: wrap;
}

.pd-gallery__thumb {
    width: 70px;
    height: 70px;
    border: 2px solid #eee;
    border-radius: 6px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.2s;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    padding: 4px;
}

.pd-gallery__thumb img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.pd-gallery__thumb:hover,
.pd-gallery__thumb.is-active {
    border-color: #fb6d3b;
}

/* =============================================================
   DETALJI
   ============================================================= */
.pd-brand {
    font-size: 13px;
    color: #888;
    margin-bottom: 8px;
}

.pd-brand__link {
    color: #fb6d3b;
    font-weight: 600;
    text-decoration: none;
}

.pd-brand__link:hover { text-decoration: underline; }

.pd-title {
    font-size: clamp(18px, 2vw, 24px);
    font-weight: 700;
    color: #1a1a1a;
    line-height: 1.3;
    margin: 0 0 10px;
}

.pd-sku {
    font-size: 16px;
    color: #aaa;
    margin-bottom: 16px;
}

.pd-label {
    color: #888;
    font-size: 16px;
    margin-right: 4px;
}

/* Cijene */
.pd-prices {
    display: flex;
    align-items: center;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 14px;
}

.pd-price-old {
    font-size: 16px;
    color: #aaa;
    text-decoration: line-through;
}

.pd-discount-badge {
    background: #e74c3c;
    color: #fff;
    font-size: 11px;
    font-weight: 700;
    padding: 2px 7px;
    border-radius: 4px;
}

.pd-price {
    font-size: clamp(26px, 3vw, 34px);
    font-weight: 800;
    color: #c0392b;
    line-height: 1.1;
    width: 100%;
}

.pd-price small {
    font-size: 13px;
    font-weight: 400;
    color: #888;
}

/* Dostupnost */
.pd-availability {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    padding: 5px 12px;
    border-radius: 50px;
    margin-bottom: 16px;
}

.pd-availability--in {
    background: #eafaf1;
    color: #27ae60;
}

.pd-availability--out {
    background: #fdf3f2;
    color: #e74c3c;
}

/* Kratki opis */
.pd-short-desc {
    font-size: 14px;
    color: #555;
    line-height: 1.65;
    margin-bottom: 14px;
    border-left: 3px solid #fb6d3b;
    padding-left: 12px;
}

.pd-label1 {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin-bottom: 14px;
    background: #fff8f5;
    border-radius: 6px;
    padding: 10px 14px;
}

/* Info linkovi */
.pd-info-links {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 16px;
}

.pd-info-link {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 12px;
    color: #555;
    text-decoration: none;
    padding: 5px 10px;
    border: 1px solid #eee;
    border-radius: 6px;
    transition: border-color 0.2s, color 0.2s;
}

.pd-info-link:hover {
    border-color: #fb6d3b;
    color: #fb6d3b;
}

.pd-divider {
    border: none;
    border-top: 1px solid #f0f0f0;
    margin: 16px 0;
}

/* Kupovina */
.pd-buy {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.pd-btn-cart {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fb6d3b;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 13px 28px;
    border-radius: 8px;
    text-decoration: none;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(251,109,59,0.3);
}

.pd-btn-cart:hover {
    background: #e0511f;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 18px rgba(251,109,59,0.4);
}

.pd-btn-viber,
.pd-btn-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    color: #555;
    text-decoration: none;
    padding: 8px 12px;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: border-color 0.2s, background 0.2s;
}

.pd-btn-viber:hover  { border-color: #7360f2; background: #f5f3ff; color: #7360f2; }
.pd-btn-whatsapp:hover { border-color: #25d366; background: #f0fdf6; color: #25d366; }

.pd-unavailable-msg {
    font-size: 14px;
    color: #888;
    background: #fafafa;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 20px;
    border: 1px solid #eee;
}

.pd-unavailable-msg a {
    color: #fb6d3b;
    text-decoration: none;
}

/* Dijeljenje */
.pd-share {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
}

.pd-share__link {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    color: #fff;
    text-decoration: none;
    transition: opacity 0.2s, transform 0.2s;
}

.pd-share__link:hover { opacity: 0.85; transform: scale(1.1); color: #fff; }
.pd-share__link--fb   { background: #1877f2; }
.pd-share__link--tw   { background: #1da1f2; }
.pd-share__link--mail { background: #888; }

/* =============================================================
   TABOVI
   ============================================================= */
.pd-tabs-section {
    border: 1px solid #eee;
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.pd-tabs {
    display: flex;
    border-bottom: 1px solid #eee;
    background: #fafafa;
    flex-wrap: wrap;
}

.pd-tab {
    background: none;
    border: none;
    border-bottom: 3px solid transparent;
    padding: 14px 20px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    cursor: pointer;
    transition: color 0.2s, border-color 0.2s;
    white-space: nowrap;
    display: flex;
    align-items: center;
    gap: 6px;
}

.pd-tab:hover { color: #fb6d3b; }

.pd-tab.is-active {
    color: #fb6d3b;
    border-bottom-color: #fb6d3b;
    background: #fff;
}

.pd-tab-content { padding: 24px; }

.pd-tab-pane { display: none; }
.pd-tab-pane.is-active { display: block; }

/* Puni opis */
.pd-full-desc img { max-width: 100%; height: auto; }
.pd-full-desc video { max-width: 100%; }
.pd-full-desc table { width: 100%; border-collapse: collapse; margin: 16px 0; }
.pd-full-desc table td,
.pd-full-desc table th { padding: 8px 12px; border: 1px solid #eee; font-size: 13px; }
.pd-full-desc table tr:nth-child(even) { background: #fafafa; }

/* Specifikacija */
.pd-spec table { width: 100%; border-collapse: collapse; }
.pd-spec table td { padding: 9px 14px; border-bottom: 1px solid #f0f0f0; font-size: 13px; }
.pd-spec table td:first-child { font-weight: 600; color: #555; width: 40%; background: #fafafa; }

/* Video */
.pd-video-wrap {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    border-radius: 8px;
}
.pd-video-wrap iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

/* Datoteke */
.pd-files {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.pd-files li {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
}

.pd-files li .fa { color: #fb6d3b; font-size: 18px; }
.pd-files li a { color: #333; text-decoration: none; }
.pd-files li a:hover { color: #fb6d3b; }

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width: 900px) {
    .pd-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }
    .pd-gallery__main { aspect-ratio: auto; height: 320px; }
}

@media (max-width: 640px) {
    .pd-tabs { overflow-x: auto; flex-wrap: nowrap; }
    .pd-tab  { padding: 12px 14px; font-size: 12px; }
    .pd-tab-content { padding: 16px; }
    .pd-btn-cart { width: 100%; justify-content: center; }
    .pd-buy { flex-direction: column; align-items: stretch; }
    .pd-btn-viber, .pd-btn-whatsapp { justify-content: center; }
}


/* ============================================================
   PURCHASE.BLADE.PHP
   ============================================================ */


/* =============================================================
   LAYOUT
   ============================================================= */
.pur-section { padding: 24px 0 64px; }

.pur-layout-2col {
    display: grid;
    grid-template-columns: 1fr 380px;
    gap: 20px;
    align-items: start;
}

@media (max-width: 900px) {
    .pur-layout-2col { grid-template-columns: 1fr; }
}

/* =============================================================
   STEPPER
   ============================================================= */
.pur-steps {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 14px 20px;
    margin-bottom: 20px;
    position: sticky;
    top: 54px;
    z-index: 100;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.pur-step {
    display: flex;
    align-items: center;
    gap: 8px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 6px 12px;
    border-radius: 6px;
    color: #aaa;
    font-size: 13px;
    font-weight: 600;
    transition: color 0.2s, background 0.2s;
}

.pur-step:hover { color: #fb6d3b; background: #fff5f0; }
.pur-step.is-active { color: #fb6d3b; }
.pur-step.is-done   { color: #27ae60; }

.pur-step__num {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 800;
    background: #eee;
    color: #999;
    transition: background 0.2s, color 0.2s;
    flex-shrink: 0;
}

.pur-step.is-active .pur-step__num { background: #fb6d3b; color: #fff; }
.pur-step.is-done   .pur-step__num { background: #27ae60; color: #fff; }
.pur-step__arrow { color: #ddd; font-size: 22px; line-height: 1; }

@media (max-width: 480px) {
    .pur-step__label { display: none; }
    .pur-steps { gap: 2px; padding: 10px; }
}

/* =============================================================
   PANELI
   ============================================================= */
.pur-pane           { display: none !important; }
.pur-pane.is-active { display: block !important; }

/* =============================================================
   KARTICA
   ============================================================= */
.pur-card {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 24px 28px;
    margin-bottom: 16px;
}

.pur-card__title {
    font-size: 16px;
    font-weight: 700;
    color: #222;
    margin: 0 0 20px;
    padding-bottom: 12px;
    border-bottom: 1px solid #f0f0f0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* =============================================================
   POLJA FORME
   ============================================================= */
.pur-field { margin-bottom: 14px; }

.pur-row-2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}

@media (max-width: 580px) {
    .pur-row-2 { grid-template-columns: 1fr; }
}

.pur-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #555;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 0.4px;
}

.pur-label small {
    font-weight: 400;
    text-transform: none;
    color: #aaa;
}

.pur-required { color: #e74c3c; }

.pur-input {
    width: 100%;
    height: 40px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 12px;
    font-size: 14px;
    color: #333;
    outline: none;
    transition: border-color 0.2s, box-shadow 0.2s;
    background: #fafafa;
}

.pur-input:focus {
    border-color: #fb6d3b;
    box-shadow: 0 0 0 3px rgba(251,109,59,0.10);
    background: #fff;
}

.pur-textarea { height: auto; padding: 10px 12px; resize: vertical; }

.pur-input--error {
    border-color: #e74c3c !important;
    background: #fdf2f2 !important;
    box-shadow: 0 0 0 3px rgba(231,76,60,0.08) !important;
}

.has-error .pur-input { border-color: #e74c3c; }

.pur-error-msg {
    display: block;
    font-size: 11px;
    color: #e74c3c;
    margin-top: 3px;
}

/* =============================================================
   GREŠKE
   ============================================================= */
.pur-errors {
    background: #fdf2f2;
    border: 1px solid #f5c6cb;
    border-radius: 8px;
    padding: 14px 18px;
    margin-bottom: 16px;
    font-size: 13px;
    color: #721c24;
}

.pur-err-group {
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #f5c6cb;
}

.pur-err-group:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: none; }

/* =============================================================
   RADIO KARTICE
   ============================================================= */
.pur-radio-group { display: flex; flex-direction: column; gap: 10px; }

.pur-radio-card {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    border: 2px solid #eee;
    border-radius: 8px;
    padding: 12px 14px;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
}

.pur-radio-card:hover { border-color: #fb6d3b; background: #fff8f5; }

.pur-radio-card:has(.pur-radio-input:checked) {
    border-color: #fb6d3b;
    background: #fff8f5;
}

.pur-radio-input {
    width: 17px;
    height: 17px;
    accent-color: #fb6d3b;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
}

.pur-radio-box { display: flex; flex-direction: column; gap: 3px; flex: 1; }

.pur-radio-title {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.pur-radio-desc {
    font-size: 12px;
    color: #777;
    line-height: 1.5;
}

.pur-radio-desc a { color: #fb6d3b; text-decoration: none; }

.pur-badge-free {
    background: #27ae60;
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    padding: 1px 6px;
    border-radius: 3px;
    letter-spacing: 0.5px;
}

/* Adresa dostave */
.pur-delivery-adr {
    background: #fafafa;
    border: 1px solid #eee;
    border-radius: 0 0 8px 8px;
    border-top: none;
    padding: 12px 14px;
    margin-top: -8px;
}

/* =============================================================
   TRUST BOX
   ============================================================= */
.pur-trust-box {
    background: #f8fdf9;
    border: 1px solid #d4edda;
    border-radius: 8px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.pur-trust-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #27ae60;
    font-weight: 600;
}

.pur-trust-item .fa { font-size: 14px; }

/* =============================================================
   SAŽETAK (korak 3)
   ============================================================= */
.pur-summary { font-size: 13px; }

.pur-summary-row {
    display: flex;
    justify-content: space-between;
    padding: 7px 0;
    border-bottom: 1px solid #f5f5f5;
    gap: 12px;
}

.pur-summary-row:last-child { border-bottom: none; }

.pur-summary-row__label { color: #888; }
.pur-summary-row__value { font-weight: 600; color: #333; text-align: right; }

.pur-summary-total {
    display: flex;
    justify-content: space-between;
    padding: 12px 0 0;
    margin-top: 6px;
    border-top: 2px solid #eee;
    font-size: 16px;
    font-weight: 700;
}

.pur-summary-total span:last-child { color: #c0392b; }

/* =============================================================
   SAGLASNOST
   ============================================================= */
.pur-consent {
    margin: 14px 0;
}

.pur-consent__label {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #555;
    cursor: pointer;
    line-height: 1.5;
    font-weight: 400;
}

.pur-consent__check {
    width: 16px;
    height: 16px;
    accent-color: #fb6d3b;
    flex-shrink: 0;
    margin-top: 2px;
    cursor: pointer;
}

.pur-consent__label a { color: #fb6d3b; }

/* =============================================================
   SUBMIT DUGME
   ============================================================= */
.pur-btn-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background: #27ae60;
    color: #fff;
    border: none;
    border-radius: 8px;
    padding: 15px;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(39,174,96,0.3);
}

.pur-btn-submit:hover {
    background: #219a52;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(39,174,96,0.4);
}

.pur-submit-note {
    font-size: 12px;
    color: #aaa;
    text-align: center;
    margin: 10px 0 0;
}

/* =============================================================
   NAV DUGMAD
   ============================================================= */
.pur-nav-btns {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 8px;
}

.pur-nav-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 24px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    border: 1px solid #ddd;
    transition: all 0.2s;
}

.pur-nav-btn--back { background: #fff; color: #555; }
.pur-nav-btn--back:hover { border-color: #999; color: #333; }

.pur-nav-btn--next {
    background: #fb6d3b;
    color: #fff;
    border-color: #fb6d3b;
    padding: 10px 32px;
}

.pur-nav-btn--next:hover { background: #e0511f; border-color: #e0511f; }

@media (max-width: 480px) {
    .pur-nav-btns { flex-direction: column; }
    .pur-nav-btn  { width: 100%; justify-content: center; }
    .pur-card     { padding: 16px; }
}


/* ============================================================
   SLAJDER.BLADE.PHP
   ============================================================ */


/* =============================================================
   HERO SLIDER
   ============================================================= */
.bl-hero {
    background: #fff;
    overflow: hidden;
    border-bottom: 1px solid #eee;
}

/* Slick override — ukloni default margine */
.bl-hero .slick-list,
.bl-hero .slick-track {
    margin: 0;
    padding: 0;
}

/* ---- Jedan slide ---- */
.bl-hero__slide {
    position: relative;
    min-height: 360px;
    padding: 40px 48px;
    overflow: hidden;
    background: linear-gradient(135deg, #fff 60%, #fff8f4 100%);
}

/* Slick wrappuje slide u div — koristimo inner flex container */
.bl-hero__slide-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
    height: 100%;
}

/* Dekorativni krug u pozadini */
.bl-hero__bg-shape {
    position: absolute;
    right: -80px;
    top: -80px;
    width: 480px;
    height: 480px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(251,109,59,0.08) 0%, transparent 70%);
    pointer-events: none;
}

/* ---- Info ---- */
.bl-hero__info {
    flex: 0 0 45%;
    max-width: 45%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bl-hero__category {
    display: inline-block;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
    color: var(--color-primary, #fb6d3b);
    background: rgba(251,109,59,0.08);
    padding: 4px 12px;
    border-radius: 50px;
    align-self: flex-start;
}

.bl-hero__title {
    font-size: clamp(18px, 2.2vw, 26px);
    font-weight: 700;
    line-height: 1.3;
    color: #1a1a1a;
    margin: 0;
}

.bl-hero__title a {
    color: inherit;
    text-decoration: none;
    transition: color 0.2s;
}

.bl-hero__title a:hover {
    color: var(--color-primary, #fb6d3b);
}

/* ---- Cijene ---- */
.bl-hero__prices {
    display: flex;
    align-items: baseline;
    gap: 12px;
    flex-wrap: wrap;
}

.bl-hero__price-old {
    font-size: 15px;
    color: #aaa;
    text-decoration: line-through;
}

.bl-hero__price {
    font-size: clamp(22px, 2.8vw, 32px);
    font-weight: 800;
    color: var(--color-price, #c0392b);
    letter-spacing: -0.5px;
}

/* ---- CTA dugme ---- */
.bl-hero__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: var(--color-primary, #fb6d3b);
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 24px;
    border-radius: 8px;
    text-decoration: none;
    align-self: flex-start;
    transition: background 0.2s, transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 4px 14px rgba(251,109,59,0.3);
}

.bl-hero__btn:hover {
    background: var(--color-primary-dk, #e0511f);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(251,109,59,0.4);
}

.bl-hero__btn svg {
    transition: transform 0.2s;
}

.bl-hero__btn:hover svg {
    transform: translateX(4px);
}

/* ---- Slika ---- */
.bl-hero__image-wrap {
    flex: 0 0 50%;
    max-width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.bl-hero__image {
    max-height: 280px;
    width: 100%;
    object-fit: contain;
    transition: transform 0.4s ease;
    filter: drop-shadow(0 8px 24px rgba(0,0,0,0.10));
}

.bl-hero__slide:hover .bl-hero__image {
    transform: scale(1.03);
}

/* =============================================================
   SLICK DOTS
   ============================================================= */
.bl-hero .slick-dots {
    bottom: 14px;
    z-index: 10;
}

.bl-hero .slick-dots li button:before {
    font-size: 8px;
    color: #ccc;
    opacity: 1;
}

.bl-hero .slick-dots li.slick-active button:before {
    color: var(--color-primary, #fb6d3b);
    opacity: 1;
}

/* =============================================================
   SLICK ARROWS
   ============================================================= */
.bl-hero .slick-prev,
.bl-hero .slick-next {
    width: 40px;
    height: 40px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 50%;
    z-index: 10;
    box-shadow: 0 2px 8px rgba(0,0,0,0.10);
    transition: background 0.2s, border-color 0.2s, transform 0.2s;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    line-height: 1;
    color: #333;
}

.bl-hero .slick-prev { left: 12px; }
.bl-hero .slick-next { right: 12px; }

.bl-hero .slick-prev:hover,
.bl-hero .slick-next:hover {
    background: var(--color-primary, #fb6d3b);
    border-color: var(--color-primary, #fb6d3b);
    color: #fff;
    transform: scale(1.08);
}

/* Ukloni default slick pseudo-element strelice */
.bl-hero .slick-prev:before,
.bl-hero .slick-next:before {
    display: none;
}

/* =============================================================
   RESPONSIVE
   ============================================================= */
@media (max-width: 767px) {
    .bl-hero__slide {
        padding: 24px 20px 48px;
        min-height: auto;
    }

    .bl-hero__slide-inner {
        flex-direction: column-reverse;
        align-items: center;
        gap: 20px;
    }

    .bl-hero__info {
        flex: 0 0 100%;
        max-width: 100%;
        align-items: center;
        text-align: center;
    }

    .bl-hero__image-wrap {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .bl-hero__category {
        align-self: center;
    }

    .bl-hero__btn {
        align-self: center;
    }

    .bl-hero__image {
        max-height: 200px;
    }

    .bl-hero__bg-shape {
        width: 280px;
        height: 280px;
        right: -40px;
        top: -40px;
    }
}

@media (max-width: 480px) {
    .bl-hero .slick-prev,
    .bl-hero .slick-next {
        display: none !important;
    }
}

/* ============================================================
   CATALOG.BLADE.PHP
   ============================================================ */

/* Breadcrumb */
.shop-breadcrumb-wrap {
    padding-top: 14px;
    padding-bottom: 6px;
}

.shop-breadcrumb {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
    font-size: 13px;
    color: #888;
}

.shop-breadcrumb li::after {
    content: '›';
    margin-left: 4px;
    color: #ccc;
}

.shop-breadcrumb li:last-child::after { content: ''; }

.shop-breadcrumb a {
    color: #555;
    text-decoration: none;
    transition: color 0.2s;
}

.shop-breadcrumb a:hover { color: #fb6d3b; }
.shop-breadcrumb .active { color: #333; font-weight: 600; }

/* Section title */
.shop-section-title {
    font-size: 20px;
    font-weight: 700;
    color: #222;
    margin: 0 0 20px;
}

/* Kategorije grid */
.cat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
    margin-bottom: 40px;
}

/* Product grid */
.product-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 16px;
}

.product-card__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    background: #fb6d3b;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 9px 12px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
    transition: background 0.2s;
}

.product-card__btn:hover {
    background: #e0511f;
    color: #fff;
}

/* Supercat grid (početna katalog stranica) */
.supercat-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
    gap: 20px;
}

.supercat-card {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

.supercat-card__head {
    background: #fb6d3b;
    padding: 12px 16px;
}

.supercat-card__head a {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

.supercat-card__list {
    list-style: none;
    padding: 8px 0;
    margin: 0;
    flex: 1;
}

.supercat-card__list li a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 7px 16px;
    font-size: 13px;
    color: #333;
    text-decoration: none;
    transition: background 0.15s, color 0.15s;
}

.supercat-card__list li a:hover {
    background: #fff5f0;
    color: #fb6d3b;
}

.supercat-card__count {
    background: #f0f0f0;
    color: #888;
    font-size: 11px;
    font-weight: 600;
    padding: 1px 6px;
    border-radius: 10px;
    flex-shrink: 0;
}

.supercat-card__footer {
    padding: 10px 16px;
    border-top: 1px solid #f0f0f0;
    text-align: right;
}

.supercat-card__footer a {
    font-size: 13px;
    color: #fb6d3b;
    text-decoration: none;
    font-weight: 600;
}

/* Prazno stanje pretrage */
.shop-empty-state {
    text-align: center;
    padding: 60px 20px;
    color: #aaa;
}

.shop-empty-state .fa {
    font-size: 48px;
    margin-bottom: 16px;
    display: block;
}

.shop-empty-state p {
    font-size: 16px;
    margin: 0 0 16px;
}

.shop-empty-state a {
    color: #fb6d3b;
    font-weight: 600;
    text-decoration: none;
}

/* Responsive */
@media (max-width: 640px) {
    .cat-grid       { grid-template-columns: repeat(2, 1fr); }
    .product-grid   { grid-template-columns: repeat(2, 1fr); }
    .supercat-grid  { grid-template-columns: 1fr; }
}

@media (max-width: 400px) {
    .cat-grid     { grid-template-columns: 1fr; }
    .product-grid { grid-template-columns: 1fr; }
}

/* Akcijska dugmad korpe — ažurirano */
.bl-cart-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 0 4px;
    border-top: 1px solid #f0f0f0;
    margin-top: 8px;
}

.bl-cart-actions__right {
    display: flex;
    gap: 8px;
    align-items: center;
}

.bl-cart-actions__empty {
    background: none;
    border: 1px solid #eee;
    border-radius: 7px;
    padding: 8px 14px;
    font-size: 12px;
    font-weight: 600;
    color: #aaa;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s, background 0.2s;
    display: flex;
    align-items: center;
    gap: 5px;
}

.bl-cart-actions__empty:hover {
    border-color: #e74c3c;
    color: #e74c3c;
    background: #fdf2f2;
}

.bl-cart-actions__continue {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 7px;
    padding: 9px 14px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    cursor: pointer;
    transition: border-color 0.2s, color 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

.bl-cart-actions__continue:hover {
    border-color: #fb6d3b;
    color: #fb6d3b;
}

.bl-cart-actions__checkout {
    display: flex;
    align-items: center;
    gap: 7px;
    background: #27ae60;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 7px;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.15s;
    box-shadow: 0 3px 10px rgba(39,174,96,0.25);
}

.bl-cart-actions__checkout:hover,
.bl-cart-actions__checkout:visited,
.bl-cart-actions__checkout:active,
.bl-cart-actions__checkout:focus {
    background: #219a52;
    color: #fff !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

@media (max-width: 480px) {
    .bl-cart-actions { flex-direction: column; align-items: stretch; }
    .bl-cart-actions__right { justify-content: flex-end; }
}

/* Ukloni narandžasti outline koji browser/Bootstrap dodaje na klik */
a:focus:not(:focus-visible),
button:focus:not(:focus-visible),
input:focus:not(:focus-visible),
select:focus:not(:focus-visible),
textarea:focus:not(:focus-visible),
[tabindex]:focus:not(:focus-visible) {
    outline: none !important;
    box-shadow: none !important;
}

/* Paginacija */
.pagination {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination li a,
.pagination li span {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 36px;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    text-decoration: none;
    background: #fff;
    transition: background 0.15s, border-color 0.15s, color 0.15s;
}

.pagination li a:hover {
    background: #fff5f0;
    border-color: #fb6d3b;
    color: #fb6d3b;
}

.pagination li.active span {
    background: #fb6d3b;
    border-color: #fb6d3b;
    color: #fff;
}

.pagination li.disabled span,
.pagination li.disabled a {
    color: #ccc;
    border-color: #eee;
    pointer-events: none;
}

/* ============================================================
   PROIZVOĐAČI (manufacturer.blade.php)
   ============================================================ */

.shop-banner {
    height: 160px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding-bottom: 20px;
    position: relative;
}

.shop-banner::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.35);
}

.shop-banner__title {
    position: relative;
    z-index: 1;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
    text-shadow: 0 1px 4px rgba(0,0,0,0.5);
}

.shop-filter-bar {
    background: #fff;
    border: 1px solid #eee;
    border-radius: 8px;
    padding: 12px 16px;
    margin-bottom: 24px;
}

.shop-filter-bar__inner {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.shop-filter-group {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 13px;
    color: #555;
}

.shop-filter-group select {
    height: 34px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 13px;
    color: #333;
    background: #fafafa;
    outline: none;
    cursor: pointer;
}

.shop-filter-group select:focus { border-color: #fb6d3b; }

.shop-filter-submit {
    background: #fb6d3b;
    color: #fff !important;
    border: none;
    border-radius: 6px;
    padding: 8px 18px;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
    margin-left: auto;
}

.shop-filter-submit:hover { background: #e0511f; }

/* Brands grid */
.brands-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
}

.brand-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 20px 12px 14px;
    text-decoration: none;
    transition: box-shadow 0.2s, transform 0.2s, border-color 0.2s;
}

.brand-card:hover {
    box-shadow: 0 6px 20px rgba(0,0,0,0.10);
    transform: translateY(-3px);
    border-color: #fb6d3b;
}

.brand-card__img {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.brand-card__img img {
    max-height: 70px;
    max-width: 100%;
    object-fit: contain;
}

.brand-card__name {
    font-size: 13px;
    font-weight: 700;
    color: #222;
    margin-bottom: 6px;
}

.brand-card__cta {
    font-size: 11px;
    color: #fb6d3b;
    font-weight: 600;
    opacity: 0;
    transition: opacity 0.2s;
}

.brand-card:hover .brand-card__cta { opacity: 1; }

@media (max-width: 991px) { .brands-grid { grid-template-columns: repeat(4, 1fr); } }
@media (max-width: 640px) { .brands-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 400px) { .brands-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   INFO / VIJESTI (info.blade.php)
   ============================================================ */

.news-card-full {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s, transform 0.2s;
}

.news-card-full:hover {
    box-shadow: 0 8px 24px rgba(0,0,0,0.10);
    transform: translateY(-3px);
}

.news-card-full__img-wrap {
    display: block;
    overflow: hidden;
    height: 200px;
}

.news-card-full__img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.news-card-full:hover .news-card-full__img-wrap img {
    transform: scale(1.04);
}

.news-card-full__body {
    padding: 16px 20px 20px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.news-card-full__title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 12px;
    flex: 1;
}

.news-card-full__title a {
    color: #222;
    text-decoration: none;
    transition: color 0.2s;
}

.news-card-full__title a:hover { color: #fb6d3b; }

.news-card-full__cta {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #fb6d3b !important;
    text-decoration: none !important;
    transition: gap 0.2s;
}

.news-card-full__cta:hover { gap: 10px; }



/* ============================================================
   INFO ITEM (infoItem.blade.php)
   ============================================================ */

.info-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 32px;
    align-items: start;
}

.info-article {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 32px;
}

.info-article__title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
    line-height: 1.35;
}

.info-article__meta {
    font-size: 13px;
    color: #aaa;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.info-article__img-wrap {
    margin-bottom: 24px;
    border-radius: 8px;
    overflow: hidden;
}

.info-article__img-wrap img {
    width: 100%;
    max-height: 420px;
    object-fit: cover;
    display: block;
}

.info-article__body {
    font-size: 15px;
    line-height: 1.75;
    color: #444;
}

.info-article__body img { max-width: 100%; height: auto; border-radius: 6px; margin: 12px 0; }
.info-article__body p  { margin: 0 0 16px; }
.info-article__body h2,
.info-article__body h3 { color: #222; margin: 24px 0 12px; }
.info-article__body a  { color: #fb6d3b; }

/* Sidebar */
.info-sidebar {
    position: sticky;
    top: 80px;
}

.info-sidebar__title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin: 0 0 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fb6d3b;
}

.info-sidebar__list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.info-sidebar__item {
    display: flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    padding: 10px;
    border: 1px solid #eee;
    border-radius: 8px;
    transition: border-color 0.2s, background 0.2s;
}

.info-sidebar__item:hover {
    border-color: #fb6d3b;
    background: #fff5f0;
}

.info-sidebar__item img {
    width: 60px;
    height: 50px;
    object-fit: cover;
    border-radius: 6px;
    flex-shrink: 0;
}

.info-sidebar__item span {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    line-height: 1.4;
}

.info-sidebar__item:hover span { color: #fb6d3b; }

@media (max-width: 860px) {
    .info-layout { grid-template-columns: 1fr; }
    .info-sidebar { position: static; }
    .info-article { padding: 20px; }
}

/* ============================================================
   O NAMA (aboutUs.blade.php)
   ============================================================ */

.about-tabs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
    border-bottom: 2px solid #eee;
    padding-bottom: 0;
}

.about-tab {
    display: flex;
    align-items: center;
    gap: 7px;
    padding: 10px 18px;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    text-decoration: none !important;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    transition: color 0.2s, border-color 0.2s;
    white-space: nowrap;
}

.about-tab .fa { font-size: 15px; }
.about-tab:hover { color: #fb6d3b; }
.about-tab.is-active { color: #fb6d3b; border-bottom-color: #fb6d3b; }

/* Paneli */
.about-pane { display: none; }
.about-pane.is-active { display: block; }

/* Layout unutar panela */
.about-layout {
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 32px;
    align-items: start;
    margin-bottom: 28px;
}

.about-title-col { padding-top: 4px; }

.about-service-title {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.2;
    margin: 0;
    border-left: 4px solid #fb6d3b;
    padding-left: 14px;
}

.about-content-col {
    font-size: 15px;
    line-height: 1.75;
    color: #444;
}

.about-content-col p { margin: 0 0 14px; }

.about-more a {
    color: #fb6d3b !important;
    font-weight: 700;
    text-decoration: none !important;
    font-size: 14px;
}

.about-more a:hover { text-decoration: underline !important; }

/* Info box */
.about-box {
    background: #fff8f5;
    border: 1px solid #fde8df;
    border-left: 4px solid #fb6d3b;
    border-radius: 8px;
    padding: 20px 24px;
    margin-top: 8px;
}

.about-box__title {
    font-size: 15px;
    font-weight: 700;
    color: #222;
    margin: 0 0 14px;
}

.about-box__list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.about-box__list li {
    font-size: 14px;
    color: #555;
    padding-left: 20px;
    position: relative;
    line-height: 1.5;
}

.about-box__list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #fb6d3b;
    font-weight: 700;
}

@media (max-width: 640px) {
    .about-layout { grid-template-columns: 1fr; gap: 16px; }
    .about-service-title { font-size: 22px; }
    .about-tab span { display: none; }
    .about-tab { padding: 10px 14px; }
}

/* ============================================================
   EMPTYCART.BLADE.PHP
   ============================================================ */

.empty-cart-wrap {
    max-width: 420px;
    margin: 0 auto;
    padding: 40px 20px;
}

.empty-cart-icon {
    width: 90px;
    height: 90px;
    background: #fff5f0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
}

.empty-cart-icon .fa {
    font-size: 40px;
    color: #fb6d3b;
}

.empty-cart-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 12px;
}

.empty-cart-text {
    font-size: 15px;
    color: #888;
    margin: 0 0 28px;
    line-height: 1.6;
}

.empty-cart-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #fb6d3b;
    color: #fff !important;
    font-size: 14px;
    font-weight: 700;
    padding: 12px 28px;
    border-radius: 8px;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.15s;
    box-shadow: 0 3px 10px rgba(251,109,59,0.3);
}

.empty-cart-btn:hover {
    background: #e0511f;
    transform: translateY(-1px);
}

/* ============================================================
   GALERIJA (gallery.blade.php)
   ============================================================ */

.gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}

.gallery-item {
    display: block;
    overflow: hidden;
    border-radius: 8px;
    aspect-ratio: 1;
    background: #f0f0f0;
}

.gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease, opacity 0.2s;
    display: block;
}

.gallery-item:hover img {
    transform: scale(1.06);
    opacity: 0.9;
}

@media (max-width: 991px) { .gallery-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .gallery-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 400px) { .gallery-grid { grid-template-columns: 1fr; } }

/* ============================================================
   ORDER CHECK (orderCheck.blade.php)
   ============================================================ */

.order-check-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    align-items: start;
}

@media (max-width: 860px) {
    .order-check-grid { grid-template-columns: 1fr; }
}

/* ============================================================
   ORDER CONFIRM (orderConfirm novi)
   ============================================================ */

.order-confirm {
    max-width: 520px;
    margin: 0 auto;
    text-align: center;
}

.order-confirm__icon {
    width: 90px;
    height: 90px;
    background: #eafaf1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    animation: ocPop 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.order-confirm__icon .fa {
    font-size: 44px;
    color: #27ae60;
}

.order-confirm__title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 10px;
}

.order-confirm__subtitle {
    font-size: 14px;
    color: #888;
    margin: 0 0 28px;
}

.order-confirm__code-box {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: #f5f5f5;
    border: 1px dashed #ccc;
    border-radius: 10px;
    padding: 20px 24px;
    margin-bottom: 28px;
}

.order-confirm__code-label {
    font-size: 12px;
    color: #888;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.order-confirm__code {
    font-size: 28px;
    font-weight: 800;
    color: #1a1a1a;
    letter-spacing: 3px;
    font-family: 'Courier New', monospace;
}

.order-confirm__code-hint {
    font-size: 12px;
    color: #aaa;
    line-height: 1.5;
}

.order-confirm__actions {
    display: flex;
    gap: 12px;
    justify-content: center;
    flex-wrap: wrap;
}

.order-confirm__btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none !important;
    transition: background 0.2s, transform 0.15s;
}

.order-confirm__btn--primary {
    background: #fb6d3b;
    color: #fff !important;
    box-shadow: 0 3px 10px rgba(251,109,59,0.3);
}

.order-confirm__btn--primary:hover {
    background: #e0511f;
    transform: translateY(-1px);
}

.order-confirm__btn--secondary {
    background: #fff;
    color: #555 !important;
    border: 1px solid #ddd;
}

.order-confirm__btn--secondary:hover {
    border-color: #999;
    color: #333 !important;
}

@media (max-width: 480px) {
    .order-confirm__actions { flex-direction: column; align-items: stretch; }
    .order-confirm__btn { justify-content: center; }
}

/* ============================================================
   HOME — kategorije grid (6 kolona)
   ============================================================ */
.home-cat-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 12px;
}

.home-cat-grid .cat-card { height: 160px; }

@media (max-width: 991px) { .home-cat-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { .home-cat-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 400px) { .home-cat-grid { grid-template-columns: repeat(2, 1fr); } }

/* ============================================================
   KONTAKT (contact.blade.php)
   ============================================================ */

.contact-grid {
    display: grid;
    grid-template-columns: 340px 1fr;
    gap: 32px;
    align-items: start;
}

.contact-info {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 10px;
    padding: 28px;
}

.contact-info__title {
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 20px;
    padding-bottom: 14px;
    border-bottom: 2px solid #fb6d3b;
}

.contact-info__list {
    list-style: none;
    padding: 0;
    margin: 0 0 24px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.contact-info__list li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 14px;
    color: #444;
    line-height: 1.5;
}

.contact-info__icon {
    width: 32px;
    height: 32px;
    background: #fff5f0;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #fb6d3b;
    font-size: 15px;
}

.contact-info__list a {
    color: #333;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.2s;
}

.contact-info__list a:hover { color: #fb6d3b; }

.contact-info__list small {
    display: block;
    font-size: 11px;
    color: #aaa;
    font-weight: 400;
}

.contact-info__tax {
    font-size: 12px;
    color: #888;
    line-height: 1.8;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

/* Mapa */
.contact-map {
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e8e8e8;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

#map {
    width: 100%;
    height: 480px;
}

@media (max-width: 860px) {
    .contact-grid { grid-template-columns: 1fr; }
    #map { height: 360px; }
}

/* ============================================================
   FILTER SELECT — native select stilizacija
   ============================================================ */
.shop-filter-group select {
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 32px 0 10px;
    font-size: 13px;
    color: #333;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    min-width: 80px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.shop-filter-group select:focus {
    border-color: #fb6d3b;
    box-shadow: 0 0 0 3px rgba(251,109,59,0.10);
}

.shop-filter-group select:hover {
    border-color: #bbb;
}


/* FILTER BAR */


/* ============================================================
   FILTER SELECT — native select stilizacija
   ============================================================ */
.shop-filter-group select {
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 32px 0 10px;
    font-size: 13px;
    color: #333;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    min-width: 80px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.shop-filter-group select:focus {
    border-color: #fb6d3b;
    box-shadow: 0 0 0 3px rgba(251,109,59,0.10);
}

.shop-filter-group select:hover {
    border-color: #bbb;
}


/* FILTER BAR */

.shop-filter-bar{
    background:#fff;
    border:1px solid #e6e6e6;
    border-radius:10px;
    padding:18px;
    margin-bottom:20px;
}

.sf-row-main{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    margin-bottom:14px;
}

.sf-row-sort{
    display:flex;
    flex-wrap:wrap;
    gap:16px;
    align-items:flex-end;
}

.sf-group{
    display:flex;
    flex-direction:column;
    min-width:160px;
}

.sf-label{
    font-size:12px;
    font-weight:600;
    margin-bottom:4px;
    color:#555;
    text-transform:uppercase;
}

.sf-input,
.sf-select{
    height:38px;
    border:1px solid #ddd;
    border-radius:6px;
    padding:0 10px;
    font-size:14px;
    background:#fff;
    transition:all .2s;
}

.sf-input:focus,
.sf-select:focus{
    border-color:#fb6d3b;
    outline:none;
    box-shadow:0 0 0 2px rgba(251,109,59,0.15);
}

.sf-price-row{
    display:flex;
    align-items:center;
    gap:6px;
}

.sf-checkbox{
    display:flex;
    align-items:center;
    gap:6px;
    font-size:14px;
    cursor:pointer;
}

/* ACTIVE FILTERS */

.sf-active-filters{
    margin-bottom:10px;
}

.sf-badge{
    display:inline-flex;
    align-items:center;
    background:#fb6d3b;
    color:#fff;
    font-size:13px;
    padding:5px 10px;
    border-radius:20px;
    margin-right:6px;
}

.sf-badge a{
    color:#fff;
    margin-left:6px;
    text-decoration:none;
    font-weight:bold;
}

/* MOBILE */

@media (max-width:768px){

.sf-row-main,
.sf-row-sort{
    flex-direction:column;
}

.sf-group{
    width:100%;
}

.sf-btns{
    margin-left:0;
}

}

/* ============================================================
   BITLAB PLAVA — dodatne boje iz logotipa
   ============================================================ */

/* Trust bar ikone */
.trust-bar__item svg {
    stroke: var(--color-blue);
}

/* ============================================================
   FILTER SELECT — native select stilizacija
   ============================================================ */
.shop-filter-group select {
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 32px 0 10px;
    font-size: 13px;
    color: #333;
    background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath d='M0 0l5 6 5-6z' fill='%23999'/%3E%3C/svg%3E") no-repeat right 10px center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    min-width: 80px;
    transition: border-color 0.2s, box-shadow 0.2s;
}

.shop-filter-group select:focus {
    border-color: #fb6d3b;
    box-shadow: 0 0 0 3px rgba(251,109,59,0.10);
}

.shop-filter-group select:hover {
    border-color: #bbb;
}


/* FILTER BAR */

/* ============================================================
   FILTER BAR — jedan red
   ============================================================ */
.shop-filter-bar {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 10px;
    padding: 12px 18px;
    margin-bottom: 20px;
}

.sf-row-main {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: flex-end;
    margin-bottom: 0;
}

.sf-row-sort {
    display: none; /* premještamo u sf-row-main */
}

.sf-group {
    display: flex;
    flex-direction: column;
    min-width: 0; /* dozvoli skupljanje */
}

/* Pretraga — šira */
.sf-group--search {
    flex: 2 1 180px;
}

/* Brend — srednja */
.sf-group--brend {
    flex: 1 1 130px;
}

/* Sortiranje — srednja */
.sf-group--sort {
    flex: 1 1 110px;
}

/* Cijena, smjer, po strani — uži */
.sf-group--price {
    flex: 0 1 160px;
}

.sf-group--direction {
    flex: 0 1 100px;
}

.sf-group--count {
    flex: 0 1 80px;
}

/* Dostupnost i dugmad — auto */
.sf-group--check {
    flex: 0 0 auto;
    justify-content: flex-end;
    padding-bottom: 2px;
}

.sf-group--btns {
    flex: 0 0 auto;
    justify-content: flex-end;
}

.sf-label {
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 3px;
    color: #555;
    text-transform: uppercase;
    white-space: nowrap;
}

.sf-input,
.sf-select {
    height: 36px;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0 10px;
    font-size: 13px;
    background: #fff;
    transition: all .2s;
    width: 100%;
}

.sf-input:focus,
.sf-select:focus {
    border-color: #fb6d3b;
    outline: none;
    box-shadow: 0 0 0 2px rgba(251,109,59,0.15);
}

.sf-price-row {
    display: flex;
    align-items: center;
    gap: 4px;
}

.sf-price-row .sf-input {
    width: 64px;
    padding: 0 6px;
    text-align: center;
}

.sf-checkbox {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    cursor: pointer;
    height: 36px;
    white-space: nowrap;
}

.sf-btns {
    display: flex;
    gap: 8px;
    align-items: center;
}

.sf-btn-reset {
    height: 36px;
    padding: 0 14px;
    border-radius: 6px;
    border: 1px solid #ddd;
    font-size: 13px;
    color: #666;
    text-decoration: none;
    display: flex;
    align-items: center;
    background: #fff;
    transition: all .2s;
}

.sf-btn-reset:hover {
    border-color: #bbb;
    color: #333;
}

.sf-btn-submit {
    height: 36px;
    padding: 0 18px;
    border-radius: 6px;
    border: none;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    background: #fb6d3b;
    cursor: pointer;
    transition: background .2s;
}

.sf-btn-submit:hover {
    background: #e55a28;
}

@media (max-width: 768px) {
    .sf-group--search,
    .sf-group--brend {
        flex: 1 1 100%;
    }
    .sf-group--price,
    .sf-group--sort,
    .sf-group--direction,
    .sf-group--count {
        flex: 1 1 calc(50% - 5px);
    }
}
/* Select focus */
.shop-filter-group select:focus,
.sf-input:focus,
.sf-select:focus {
    border-color: var(--color-blue);
    box-shadow: 0 0 0 3px rgba(0,102,204,0.10);
}

/* Supercat header */
.supercat-card__head {
    background: var(--color-blue);
}

.supercat-card__footer a {
    color: var(--color-blue);
}

.supercat-card__list li a:hover {
    background: var(--color-light-blue);
    color: var(--color-blue);
}

.supercat-card__count {
    background: var(--color-light-blue);
    color: var(--color-blue);
}

/* Paginacija */
.pagination li.active span {
    background: var(--color-blue);
    border-color: var(--color-blue);
}

.pagination li a:hover {
    background: var(--color-light-blue);
    border-color: var(--color-blue);
    color: var(--color-blue);
}

/* Section title linkovi */
.bl-section-title a:hover {
    color: var(--color-blue);
}

.section-header__link {
    color: var(--color-blue);
}

.section-header__link:hover {
    color: var(--color-blue-dk);
}

/* Info sidebar title */
.info-sidebar__title {
    border-bottom-color: var(--color-blue);
}

/* About tab */
.about-tab:hover,
.about-tab.is-active {
    color: var(--color-blue);
}

.about-tab.is-active {
    border-bottom-color: var(--color-blue);
}

.about-service-title {
    border-left-color: var(--color-blue);
}

/* About box */
.about-box {
    border-left-color: var(--color-blue);
    background: var(--color-light-blue);
    border-color: #c8ddf5;
}

.about-box__list li::before {
    color: var(--color-blue);
}

/* Footer linkovi */
.bl-footer__list li a:hover {
    color: var(--color-blue);
}

.bl-footer__heading a:hover {
    color: var(--color-blue);
}

.bl-footer__bottom a:hover {
    color: var(--color-blue);
}

/* FAQ border */
.bl-faq-heading {
    border-bottom-color: var(--color-blue);
}

.bl-faq__item.is-open .bl-faq__q {
    color: var(--color-blue);
}

.bl-faq__item.is-open .bl-faq__q .fa {
    color: var(--color-blue);
}

.bl-faq__q:hover {
    color: var(--color-blue);
}

/* Modal linkovi */
.bl-modal__body a {
    color: var(--color-blue);
}

/* Breadcrumb hover */
.shop-breadcrumb a:hover,
.pd-breadcrumb a:hover {
    color: var(--color-blue);
}

/* Product card title hover */
.product-card__title a:hover {
    color: var(--color-blue);
}

/* Brand card hover */
.brand-card:hover {
    border-color: var(--color-blue);
}

.brand-card__cta {
    color: var(--color-blue);
}

.brand-item:hover {
    border-color: var(--color-blue);
    box-shadow: 0 2px 8px rgba(0,102,204,0.15);
}

.brand-nav:hover {
    background: var(--color-blue);
    border-color: var(--color-blue);
}

/* News card hover */
.news-card > a:last-child:hover,
.news-card-full__title a:hover,
.news-card-full__cta {
    color: var(--color-blue) !important;
}

/* Kako kupiti hover */
.kako-box:hover,
.kako-box a:hover {
    color: var(--color-blue);
}

.kako-box:hover {
    border-color: var(--color-blue);
}

/* Dropdown menu akcenti */
.bl-dropdown__menu li a:hover {
    background: var(--color-light-blue);
    color: var(--color-blue);
}

.bl-dropdown__menu {
    border-top-color: var(--color-blue);
}

/* Narandžasta OSTAJE za: */
/* - .btn-cart, .btn-add-to-cart — Dodaj u korpu */
/* - .bl-cart — korpa u navbaru */
/* - .badge--sale — popust badge */
/* - .product-card__price — cijena */
/* - .pd-btn-cart — detalj proizvoda */
/* - .bl-hero__btn — slider CTA */



/* ============================================================
   HERO SEKCIJA — home stranica
   ============================================================ */
.bl-hero {
    background: #fff;
    padding: 36px 0 32px;
}

.bl-hero__text {
    text-align: center;
    margin-bottom: 8px;
}

.bl-hero__title {
    font-size: clamp(22px, 3vw, 36px);
    font-weight: 700;
    color: var(--shop-text);
    line-height: 1.25;
    margin: 0 0 12px;
}

.bl-hero__accent {
    color: var(--shop-primary);
}

.bl-hero__sub {
    font-size: 15px;
    color: #666;
    margin: 0 0 16px;
    line-height: 1.6;
}

.bl-hero__badges {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 8px;
}

.bl-hero__badges span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #444;
    background: #f5f5f5;
    padding: 6px 14px;
    border-radius: 50px;
    border: 1px solid #e8e8e8;
}

.bl-hero__badges .fa {
    color: var(--shop-primary);
    font-size: 13px;
}

/* SEO tekst — vizualno diskretno, semantički prisutno */
.bl-seo-block {
    padding: 32px 20px 6px;
    border-top: 1px solid var(--shop-border);
    margin-top: 40px;
}

.bl-seo-block h2 {
    font-size: 16px;
    font-weight: 600;
    color: #888;
    margin: 0 0 8px;
}

.bl-seo-block p {
    font-size: 13px;
    color: #aaa;
    line-height: 1.7;
   /* max-width: 800px; */
}

@media (max-width: 768px) {
    .bl-hero__title { font-size: 22px; }
    .bl-hero__sub   { font-size: 14px; }
    .bl-hero__badges span { font-size: 12px; padding: 5px 10px; }
}

/* ============================================================
   HOME — recenzije kupaca
   ============================================================ */
.bl-reviews {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin: 24px 0;
}

.bl-review-card {
    background: #fff;
    border: 1px solid var(--shop-border);
    border-radius: var(--shop-radius-lg);
    padding: 20px;
}

.bl-review-card__stars { color: #f6c90e; font-size: 15px; margin-bottom: 8px; }
.bl-review-card__text  { font-size: 14px; color: #555; margin: 0 0 12px; line-height: 1.6; }
.bl-review-card__author { font-size: 13px; font-weight: 600; color: #333; }
.bl-review-card__date   { font-size: 12px; color: #aaa; margin-top: 2px; }