body,
button,
input,
textarea,
select {
    font-family: 'Montserrat', sans-serif;
}

.w-40 {
    width: 40px;
}

.w-50 {
    width: 50px;
    height: auto;
}

.mini-cart-option .w-50 {
    padding-right: 10px;
    flex-shrink: 0;
}

.home-header2 .mini-cart-option .count {
    background: #000;
    color: #fff;
}

.mini-cart-option li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
    max-width: 112px;
    position: relative;
    margin-right: 10px;
    text-transform: uppercase;
    font-style: italic;
    margin-left: 20px;
}

.logo {
    width: 300px;
}

input.top-cat-field {
    border: none;
    background: #fff;
    color: #333;
    font-size: 14px;
    height: 60px;
    padding: 0 50px;
    width: 100%;
    border-radius: 40px;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    outline: none;
    transition: box-shadow 0.2s ease;
    text-transform: uppercase;
    font-style: italic;
}

input.top-cat-field:focus {
    box-shadow: 0 2px 16px rgba(0, 0, 0, 0.16);
}

input.top-cat-field::placeholder {
    color: #000;
    opacity: 1;
}

.home-header2 .header-middle-inner form.bb-header-search {
    position: relative;
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
}

.home-header2 .bb-header-search .top-search-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 45px !important;
    height: 45px;
    border: none;
    border-radius: 50%;
    background: #a20000;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    transition: background 0.2s ease;
    text-transform: uppercase;
}

.home-header2 .bb-header-search .top-search-btn .fa {
    font-size: 13px;
    line-height: 1;
    color: #fff;
}

.home-header2 .bb-header-search .top-search-btn:hover {
    background: #8a0000;
    text-transform: uppercase;
}

/* Sticky header – desktop: logo + pretraga + korpa */
@media (min-width: 992px) {
    .header-middle.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
        box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
    }

    .header-top-menu.sticker.sticky {
        position: static;
        box-shadow: none;
        animation: none;
    }
}

.home-header2 input.top-cat-field {
    width: 100% !important;
}

.logo img {
    max-width: 100%;
    height: auto;
    display: block;
}

.mr-10 {
    margin-right: 10px;
}

/* Centriran meni */
.header-top-menu .top-main-menu {
    float: none !important;
    display: flex !important;
    justify-content: center !important;
    width: 100% !important;
    height: auto !important;
    font-style: italic;
}

.main-menu li > a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 600;
    padding: 20px 20px;
    text-transform: uppercase;
    letter-spacing: 0px;
}

.bb-menu-center-group {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 100%;
}

.bb-menu-center-group .categories-menu-bar,
.bb-menu-center-group .main-menu {
    float: none !important;
}

.bb-menu-center-group .categories-menu-bar {
    margin-right: 0 !important;
}

.bb-menu-center-group .categories-menu-btn {
    float: none !important;
    width: auto !important;
    display: inline-flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px;
    white-space: nowrap;
}

.bb-menu-center-group .categories-menu-btn .left,
.bb-menu-center-group .categories-menu-btn .right {
    float: none !important;
    display: inline-flex !important;
    align-items: center !important;
}

.bb-menu-center-group #mobile-menu > ul,
.bb-menu-center-group .main-menu > nav > ul {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none;
}

.bb-menu-center-group .main-menu li {
    float: none !important;
}

#response_login, #response_login2, #response_fast_buy_products
{
	color:#d4415b;
    font-weight: bold;
    font-size: 14px;
}

label.error
{
	color:#d4415b;
	font-weight: bold;
}

#full-reg-form-partners-srb
{
    display: none;
}

.active-wishlist, .active-compare
{
	background: #a20000 !important;
    color: #ffffff !important;
}

.product-qty-shopping-cart {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 100px;
}

.product-qty-shopping-cart input {
    border: medium none;
    height: 100%;
    padding: 0 20px;
    width: 100%;
}

.product-qty-shopping-cart span {
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    width: 20px;
}

.product-qty-shopping-cart span.dec {
    border-left: 1px solid #ccc;
    bottom: 0;
    padding-top: 2px;
    right: 0;
}

.product-qty-shopping-cart span.inc {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    right: 0;
    top: 0;
}

.color-outline-transparent-active
{
    outline: 3px solid #a20000 !important;
}

.all-colors-items
{
    outline: 3px solid transparent;
}

.more-colors-response, .more-colors-response-popup
{
    color:#d4415b;
    font-weight: bold;
    font-size: 14px;
    display: none;
}

.active-compare-details {
    color: #000 !important;
}

.comment-pending
{
    background-color: #a20000;
    color: #fff;
}

.comment-deleted
{
    background-color: #dc3545;
    color: #fff;
}

#response_comments
{
    color: #dc3545;
}

#response_rating
{
    color: #dc3545;
    display: none;
}

.product-qty-popup {
    border: 1px solid #ccc;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    position: relative;
    width: 100px;
}

.product-qty-popup input {
    border: medium none;
    height: 100%;
    padding: 0 20px;
    width: 100%;
}

.product-qty-popup span.inc {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    right: 0;
    top: 0;
}

.product-qty-popup span.dec {
    border-left: 1px solid #ccc;
    bottom: 0;
    padding-top: 2px;
    right: 0;
}

.product-qty-popup span {
    height: 20px;
    line-height: 20px;
    position: absolute;
    text-align: center;
    width: 20px;
}

.page-item
{
    margin: 0px 2px;
}

.myactive
{
    color: #fff !important;
    background: #a20000;
    border: 1px solid #a20000 !important;
}

@media (min-width: 768px) {
    .collapse.dont-collapse-sm {
      display: block;
      height: auto !important;
      visibility: visible;
      background-color: #fff;
    }
  }
  
.slide-arrow{
    position: absolute;
    top: 50%;
    margin-top: -15px;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
}
.prev-arrow{
    left: 0px;
    width: 0;
    height: 0;
    border-left: 0 solid transparent;
    border-right: 15px solid #a20000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: 2;
}
.next-arrow{
    right: 0px;
    width: 0;
    height: 0;
    border-right: 0 solid transparent;
    border-left: 15px solid #a20000;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    z-index: 2;
}


/**** CATEGORIES MENU — 2. nivo podkategorija ****/
.bb-menu-center-group .categorie-menus li:hover > a {
    background: #8a0000;
    color: #fff !important;
}

.bb-menu-center-group .categorie-menus .bb-cat-submenu-l2 {
    min-width: 280px;
    padding: 12px 0;
}

.bb-menu-center-group .categorie-menus .bb-cat-submenu-l2 > li > a {
    color: #111 !important;
    font-size: 13px;
    font-weight: 600;
    text-transform: none;
    letter-spacing: 0;
    padding: 8px 22px;
    line-height: 1.35;
}

.bb-menu-center-group .categorie-menus .bb-cat-submenu-l2 > li:hover > a {
    color: #a20000 !important;
    background: #f5f5f5;
}

.bb-menu-center-group .categorie-menus .bb-cat-submenu-l2 > li > a .lnr {
    float: right;
    margin-top: 4px;
    font-size: 10px;
    color: #a20000;
}

.bb-menu-center-group .categorie-menus .bb-cat-submenu-l3 {
    min-width: 240px;
}

.bb-menu-center-group .categorie-menus .bb-cat-submenu-l3 > li > a {
    color: #333 !important;
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
    padding: 6px 22px;
}

.bb-menu-center-group .categorie-menus .bb-cat-submenu-l3 > li:hover > a {
    color: #a20000 !important;
    background: #fafafa;
}

.bb-menu-center-group .categorie-menus .category-mega.bb-cat-submenu-l2 {
    width: min(920px, calc(100vw - 320px)) !important;
    padding: 16px 8px;
}

.bb-menu-center-group .categorie-menus .category-mega.bb-cat-submenu-l2 > li {
    width: 33.333%;
    float: left;
}

.bb-menu-center-group .categorie-menus .bb-cat-has-children > a .lnr {
    float: right;
    margin-top: 8px;
}

/* Mobilni slicknav — podkategorije uvučene */
.categories-menu-bar .slicknav_nav .bb-cat-submenu-l2,
.categories-menu-bar .slicknav_nav .bb-cat-submenu-l3 {
    background: rgba(0, 0, 0, 0.15);
    margin: 4px 0 4px 12px;
    border-radius: 8px;
    padding: 6px 0;
}

.categories-menu-bar .slicknav_nav .bb-cat-submenu-l2 a,
.categories-menu-bar .slicknav_nav .bb-cat-submenu-l3 a {
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: none !important;
    padding: 8px 14px !important;
}

@media(max-width: 991px) {
    .categories-menu-bar {
        width: auto;
        top: 9px;
        display: none;
    }
    
    .categories-menu-bar .slicknav_nav {
        transition: -webkit-transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s;
        transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        box-shadow: none;
        position: fixed;
        top: 0;
        left: 0;
        padding-top: 48px;
        width: 350px;
        max-width: 100%;
        height: 100%;
        overflow-y: auto;
        z-index: 1;
    }

    .categories-menu-bar .slicknav_btn {
		transition: none;
    }

    .categories-menu-bar .slicknav_nav li {
        padding-right: 15px;
    }

    .categories-menu-bar .slicknav_nav a {
    	text-transform: none;
    }

    .header-top-menu.sticker.sticky .categories-menu-bar {
        display: block;
    }

    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_nav {
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }

    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn {
        position: fixed;
        bottom: 0;
        top: auto;
        width: 100%;
        left: 50%;
        transform: translateX(-50%);
        padding: 1em;
        text-align: center;
    }

    /*.header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn:not(.slicknav_open) {
		box-shadow: 0 0 8px rgba(0,0,0,.43);
    }*/

    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn>span {
        display: inline-block;
        float: none;
        vertical-align: middle;
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 900;
    }

    .header-top-menu.sticker.sticky {
        z-index: 999;
        -webkit-animation: none;
        animation: none;
    }
    
    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn.slicknav_open+.slicknav_nav,
    .categories-menu-bar .slicknav_btn.slicknav_open+.slicknav_nav {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        box-shadow: 4px 0 50px -10px rgba(0, 0, 0, .8);
    }
    
    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn.slicknav_open>span:first-of-type,
    .categories-menu-bar .slicknav_btn.slicknav_open>span:first-of-type {
        color: #fff;
        text-shadow: none;
        text-align: left;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-size: 18px;
    }

    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn.slicknav_open>span:last-of-type,
    .categories-menu-bar .slicknav_btn.slicknav_open>span:last-of-type {
        display: none;
    }

    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn.slicknav_open,
    .categories-menu-bar .slicknav_btn.slicknav_open {
        position: fixed;
        top: 0;
        left: 0;
        bottom: auto;
        background: #a20000;
        border-bottom: 1px solid #a20000;
        padding-top: 10px;
        padding-bottom: 10px;
        width: 350px;
        max-width: 100%;
        transform: none;
        text-align: left;
        z-index: 101;
    }

    .categories-menu-bar .slicknav_btn.slicknav_open::after {
        content: 'x';
        position: absolute;
        right: 0;
        top: 0;
        line-height: 47px;
        width: 47px;
        height: 100%;
        background-color: #a20000;
        color: #fff;
        text-align: center;

    }

    .slicknav_nav .slicknav_parent.slicknav_open .cat-submenu {
        max-width: calc(100% - 20px)
    }

    .slicknav_nav .slicknav_parent.slicknav_open .cat-submenu>li {
        width: auto;
    }

    .mean-container .mean-bar {
        z-index: 997;
    }

    .categories-backdrop {
    	display: none;
    	position: fixed;
    	top: 0;
    	left: 0;
    	right: 0;
    	bottom: 0;
    	background-color: rgba(0,0,0,0.35);
    	z-index: 998
    	;
    }

}

@media(max-width: 576px) {
    .header-top-menu.sticker.sticky .categories-menu-bar .slicknav_btn {
        width: 100%;
        max-width: none;
    }
}

@media(max-width: 479px) {
    .categories-menu-bar {
        bottom: 0px;
    }
}

@media(max-width: 420px) {
	.categories-menu-bar .slicknav_nav,
	.categories-menu-bar .slicknav_btn.slicknav_open {
		width: 100%!important;
	}
}

/* Mini korpa – dizajn po predlogu u bojama sajta */
.mini-cart-drop-down {
    width: 340px;
    padding: 20px;
    border: none;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.14);
    overflow: visible;
}

.mini-cart-drop-down::before {
    display: none;
}

.mini-cart-drop-down > li.mb-30 {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
    margin: 0 0 16px !important;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    background: #fff;
}

.mini-cart-drop-down > li.mb-30 .cart-img {
    width: 64px;
    margin-right: 0;
    flex-shrink: 0;
}

.mini-cart-drop-down > li.mb-30 .cart-img img {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 8px;
    display: block;
}

.mini-cart-drop-down .cart-info {
    flex: 1;
    min-width: 0;
}

.mini-cart-drop-down .cart-info h4 {
    font-size: 12px;
    font-weight: 600;
    margin: 0 0 6px;
    line-height: 1.35;
}

.mini-cart-drop-down .cart-info h4 a {
    color: #000 !important;
    text-transform: uppercase;
    margin-bottom: 0;
    max-width: 100%;
    letter-spacing: 0.02em;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.mini-cart-drop-down .cart-info span {
    color: #333;
    font-size: 13px;
    font-weight: 400;
}

.mini-cart-drop-down .del-icon {
    width: 28px;
    height: 28px;
    border: 1px solid #ddd;
    border-radius: 50%;
    color: #000;
    cursor: pointer;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color 0.2s ease, color 0.2s ease, background 0.2s ease;
}

.mini-cart-drop-down .del-icon i {
    font-size: 12px;
    line-height: 1;
}

.mini-cart-drop-down .del-icon:hover {
    color: #a20000;
    border-color: #a20000;
    background: #fff5f5;
}

.mini-cart-drop-down > li:has(.subtotal-text) {
    background: transparent;
    padding: 7px 0;
    color: #000;
    border: none;
}

.mini-cart-drop-down > li:has(.subtotal-text):first-of-type {
    padding-top: 4px;
    border-top: none;
    margin-top: 0;
}

.mini-cart-drop-down > li:has(.subtotal-text):last-of-type {
    padding-bottom: 4px;
}

.mini-cart-drop-down .subtotal-text {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    text-transform: none;
}

.mini-cart-drop-down .subtotal-price {
    color: #000;
    font-weight: 500;
    font-size: 14px;
    text-align: right;
    margin-left: auto;
    flex-shrink: 0;
}

.mini-cart-drop-down .subtotal-price a.text-primary {
    color: #a20000 !important;
    font-weight: 500;
    text-decoration: none;
    text-transform: none;
    font-size: 14px;
    letter-spacing: 0;
    display: block;
    text-align: right;
    max-width: none;
    margin-bottom: 0;
}

.mini-cart-drop-down > li:has(.subtotal-text):last-of-type .subtotal-text,
.mini-cart-drop-down > li:has(.subtotal-text):last-of-type .subtotal-price {
    font-weight: 500;
    font-size: 14px;
}

.mini-cart-drop-down .subtotal-price a.text-primary:hover {
    color: #000 !important;
}

.mini-cart-drop-down > li.mt-30,
.mini-cart-drop-down > li:has(.cart-button) {
    display: block;
    padding: 0;
    margin-left: 0;
    margin-top: 0 !important;
}

.mini-cart-drop-down > li.mt-30 {
    padding-top: 16px;
}

.mini-cart-drop-down > li:has(.cart-button):last-of-type {
    padding-bottom: 0;
}

.mini-cart-drop-down a.cart-button {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    font-size: 15px;
    font-weight: 500;
    line-height: 1;
    padding: 14px 20px;
    margin-bottom: 10px;
    letter-spacing: 0.01em;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    text-transform: none;
}

.mini-cart-drop-down a.cart-button.pink {
    background: #fff !important;
    color: #000 !important;
    border: 1px solid #ddd;
}

.mini-cart-drop-down a.cart-button.pink:hover {
    background: #f5f5f5 !important;
    color: #000 !important;
    border-color: #000;
}

.mini-cart-drop-down a.cart-button.hm2:not(.pink) {
    background: #a20000 !important;
    color: #fff !important;
    border: 1px solid #a20000;
    font-weight: 600;
}

.mini-cart-drop-down a.cart-button.hm2:not(.pink):hover {
    background: #8a0000 !important;
    color: #fff !important;
    border-color: #8a0000;
}

/* Footer – bela pozadina, uvećane dimenzije */
.bb-footer {
    background: #fff;
}

/* Newsletter – crna traka */
.bb-footer .newsletter-group,
.bb-footer .bb-newsletter {
    background: #000;
    padding: 72px 0;
    border-top: 4px solid #a20000;
    position: relative;
    overflow: hidden;
}

.bb-footer .bb-newsletter::before {
    content: '';
    position: absolute;
    top: -120px;
    right: -80px;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(162, 0, 0, 0.18) 0%, transparent 70%);
    pointer-events: none;
}

.bb-footer .bb-newsletter-inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 28px;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.bb-footer .newsletter-title {
    flex: none;
    width: 100%;
    min-width: 0;
    padding: 0;
}

.bb-footer .bb-newsletter-badge {
    display: inline-block;
    color: #a20000;
    font-size: 12px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 14px;
}

.bb-footer .newsletter-title > h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    margin-bottom: 14px;
    line-height: 1.2;
}

.bb-footer .newsletter-title > p {
    color: rgba(255, 255, 255, 0.72);
    font-size: 17px;
    font-style: italic;
    margin: 0 auto;
    line-height: 1.65;
    max-width: 540px;
}

.bb-footer .bb-newsletter-form-wrap {
    flex: none;
    width: 100%;
    min-width: 0;
    max-width: 560px;
}

.bb-footer .bb-newsletter-form {
    position: relative;
}

.bb-footer .bb-newsletter-field {
    position: relative;
    display: flex;
    align-items: center;
}

.bb-footer .bb-newsletter-field > .fa-envelope-o {
    position: absolute;
    left: 22px;
    top: 50%;
    transform: translateY(-50%);
    color: #999;
    font-size: 16px;
    pointer-events: none;
    z-index: 2;
}

.bb-footer .email-box {
    width: 100%;
    height: 60px;
    border: 2px solid transparent;
    border-radius: 40px;
    padding: 0 68px 0 52px;
    color: #222;
    font-size: 16px;
    font-style: italic;
    background: #fff;
    outline: none;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
}

.bb-footer .email-box::placeholder {
    color: #999;
    font-style: italic;
}

.bb-footer .email-box:focus {
    border-color: #a20000;
    box-shadow: 0 0 0 4px rgba(162, 0, 0, 0.15);
}

.bb-footer .newsletter-btn {
    position: absolute;
    right: 6px;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 50%;
    background: #a20000;
    color: #fff;
    line-height: 1;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    cursor: pointer;
    transition: background 0.2s ease, transform 0.15s ease;
}

.bb-footer .newsletter-btn:hover {
    background: #8a0000;
    transform: translateY(-50%) scale(1.04);
}

.bb-footer #response_newsletter {
    margin-top: 12px;
    font-size: 14px;
    font-style: italic;
    color: rgba(255, 255, 255, 0.9);
    min-height: 20px;
    text-align: center;
}

.bb-footer .footer-top,
.bb-footer .bb-footer-main {
    background: #fff;
    padding: 72px 0 56px;
}

.bb-footer .footer-top.pt-50,
.bb-footer .footer-top.pb-50 {
    padding-top: 72px;
    padding-bottom: 56px;
}

.bb-footer .bb-footer-grid {
    row-gap: 16px;
}

.bb-footer .bb-footer-cols-3 > [class*="col-"] {
    margin-bottom: 8px;
}

@media (min-width: 992px) {
    .bb-footer .bb-footer-cols-3 {
        justify-content: space-between;
    }
}

.bb-footer .bb-footer-col-center {
    text-align: center;
}

.bb-footer .bb-footer-col-center .footer-useful-link li a {
    justify-content: center;
}

.bb-footer .bb-footer-col-right {
    text-align: right;
}

.bb-footer .bb-footer-col-right .footer-useful-link li a {
    justify-content: flex-end;
}

@media (max-width: 991px) {
    .bb-footer .bb-footer-col-right {
        text-align: center;
    }

    .bb-footer .bb-footer-col-right .footer-useful-link li a {
        justify-content: center;
    }
}

.bb-footer .bb-footer-col-center .footer-useful-link li a:hover {
    padding-left: 14px;
    padding-right: 14px;
}

.bb-footer .footer-single-widget {
    height: 100%;
}

.bb-footer .widget-title > h4 {
    color: #000;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 28px;
    font-style: italic;
}

.bb-footer .footer-single-widget:not(:first-child) .widget-title > h4 {
    padding-bottom: 14px;
    border-bottom: 3px solid #a20000;
    display: inline-block;
}

.bb-footer .widget-title img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

.bb-footer .footer-useful-link ul,
.bb-footer .bb-footer-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.bb-footer .bb-footer-nav-list {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.bb-footer .bb-footer-nav-list--multi {
    gap: 6px;
}

.bb-footer .footer-useful-link li {
    margin-bottom: 0;
    line-height: 1.4;
}

.bb-footer .footer-useful-link li a {
    color: #000;
    font-size: 18px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 10px;
    position: relative;
    transition: color 0.2s ease, background 0.2s ease, padding 0.2s ease;
    font-style: italic;
}

.bb-footer .bb-footer-col-right .footer-useful-link li a {
    width: 100%;
}

.bb-footer .footer-useful-link li a::before {
    content: '\203A';
    width: auto;
    height: auto;
    border-radius: 0;
    background: none;
    color: #a20000;
    font-size: 22px;
    font-weight: 700;
    font-style: normal;
    line-height: 1;
    flex-shrink: 0;
    opacity: 0.4;
    transform: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.bb-footer .footer-useful-link li a::after {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 3px;
    height: 0;
    background: #a20000;
    border-radius: 0 3px 3px 0;
    transform: translateY(-50%);
    transition: height 0.2s ease;
}

.bb-footer .footer-useful-link li a:hover {
    color: #a20000;
    background: rgba(162, 0, 0, 0.07);
    transform: none;
    padding-left: 18px;
}

.bb-footer .footer-useful-link li a:hover::before {
    opacity: 1;
    transform: translateX(3px);
}

.bb-footer .footer-useful-link li a:hover::after {
    height: 55%;
}

.bb-footer .footer-useful-link li:hover a {
    margin-left: 0;
}

.bb-footer .bb-footer-email {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding: 18px 20px;
    background: linear-gradient(135deg, #fafafa 0%, #f3f3f3 100%);
    border-radius: 12px;
    border-left: 4px solid #a20000;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
}

.bb-footer .bb-footer-email-icon {
    flex-shrink: 0;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a20000;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    line-height: 1;
}

.bb-footer .bb-footer-email-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 0;
}

.bb-footer .bb-footer-email-label {
    color: #000;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-style: normal;
}

.bb-footer .bb-footer-email a {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    text-decoration: none;
    transition: color 0.2s ease;
    padding: 0;
    background: none;
    border-radius: 0;
}

.bb-footer .bb-footer-email a:hover {
    color: #a20000;
    background: none;
    padding-left: 0;
}

.bb-footer .bb-footer-email a::before,
.bb-footer .bb-footer-email a::after {
    display: none;
}

.bb-footer .footer-bottom {
    background: #fafafa;
    border-top: 1px solid #eee;
}

.bb-footer .footer-bottom-content {
    justify-content: center;
    padding: 28px 0;
}

.bb-footer .footer-copyright p {
    color: #000;
    font-size: 18px;
    line-height: 1.6;
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
}

.bb-footer .footer-copyright a {
    color: #a20000;
    font-weight: 600;
    transition: color 0.2s ease;
}

.bb-footer .footer-copyright a:hover {
    color: #000;
}

@media (max-width: 991px) {
    .bb-footer .newsletter-group,
    .bb-footer .bb-newsletter {
        padding: 52px 0;
    }

    .bb-footer .newsletter-title > h3 {
        font-size: 26px;
    }

    .bb-footer .footer-single-widget {
        margin-bottom: 40px;
    }
}

/* Modernizovane kartice proizvoda */
.product-item {
    background:
        radial-gradient(ellipse 120% 80% at 50% 30%, rgba(162, 0, 0, 0.42) 0%, rgba(90, 0, 0, 0.22) 38%, transparent 68%),
        linear-gradient(180deg, #000000 0%, #140000 38%, #2a0000 52%, #120000 72%, #000000 100%);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background 0.3s ease;
    height: auto;
}

.owl-carousel .product-item {
    height: auto !important;
}

.product-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 16px 40px rgba(162, 0, 0, 0.25);
    border-color: rgba(162, 0, 0, 0.45);
    background:
        radial-gradient(ellipse 120% 80% at 50% 30%, rgba(162, 0, 0, 0.52) 0%, rgba(110, 0, 0, 0.28) 38%, transparent 68%),
        linear-gradient(180deg, #000000 0%, #1a0000 38%, #3a0000 52%, #180000 72%, #000000 100%);
}

.product-item .product-thumb {
    padding: 0;
    overflow: hidden;
    background: transparent;
}

.product-item .product-thumb a {
    position: relative;
    border-radius: 0 !important;
    overflow: hidden;
    /*! padding: 12px 12px 0; */
    min-height: 0;
    display: block;
    background: transparent !important;
}

.product-item .product-thumb a img.pri-img {
    position: relative;
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    height: auto !important;
    object-fit: contain;
    margin: 0;
    display: block;
}

.product-item .product-thumb a img.sec-img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    height: auto !important;
    object-fit: contain;
    opacity: 0;
    visibility: hidden;
    transform: none;
}

.product-item .product-caption {
    padding: 18px 16px 22px;
    background: transparent;
}

.product-item .manufacture-product a {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    font-style: italic;
    color: #a20000;
}

.product-item .product-name {
    margin-bottom: 10px;
}

.product-item .product-name h4 {
    font-size: 16px;
    font-weight: 600;
    font-style: italic;
    height: auto;
    min-height: 44px;
    line-height: 1.35;
    padding: 0;
}

.product-item .product-name h4 a,
.product-item .product-name h4:hover a {
    color: #fff;
}

.product-item .regular-price {
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    color: #fff;
}

.product-item .old-price {
    font-size: 15px;
    margin-bottom: 2px;
    color: rgba(255, 255, 255, 0.45);
}

.product-item .old-price del {
    color: rgba(255, 255, 255, 0.45);
}

.product-item .btn-cart {
    width: 100%;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.04em;
    margin-top: 6px;
    background: #a20000;
    color: #fff;
    box-shadow: 0 5px 18px rgba(162, 0, 0, 0.4);
    transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, color 0.2s ease;
}

.product-item .btn-cart:hover {
    background: #fff;
    color: #000;
    transform: translateY(-2px);
    box-shadow: 0 8px 24px rgba(255, 255, 255, 0.15);
}

.product-item .btn-cart:disabled {
    background: #333;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: none;
}

.product-item .label-product {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    left: 12px;
    top: 12px !important;
    line-height: 1.1;
}

.product-item .label-product span {
    display: block;
}

.product-item .label-product.label_sale {
    top: auto !important;
    bottom: 12px;
    left: 12px;
    background: #a20000;
}

.product-item .label-product.label_new {
    background: #a20000;
}

/* Akcije na kartici — horizontalno ispod cene */
.product-item .product-caption .action-links {
    position: static;
    transform: none;
    right: auto;
    top: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px;
    margin: 10px 0 18px;
}

.product-item .product-caption .action-links a {
    opacity: 1;
    visibility: visible;
    transform: none;
    width: 44px;
    height: 44px;
    margin-bottom: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #a20000;
    color: #fff;
    font-size: 17px;
    /*! border: 2px solid rgba(255, 255, 255, 0.35); */
    box-shadow: 0 6px 18px rgba(162, 0, 0, 0.45);
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.product-item .product-caption .action-links a i {
    line-height: 1;
}

.product-item .product-caption .action-links a:hover {
    background: #c40000;
    color: #fff;
    /*! border-color: rgba(255, 255, 255, 0.55); */
    transform: scale(1.08);
    box-shadow: 0 8px 22px rgba(162, 0, 0, 0.55);
}

.product-item .product-caption .action-links a.active-wishlist,
.product-item .product-caption .action-links a.active-wishlist:hover {
    background: #a20000 !important;
    color: #fff !important;
    border-color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
    .product-item .product-caption .action-links {
        gap: 10px;
        margin: 8px 0 14px;
    }

    .product-item .product-caption .action-links a {
        width: 38px;
        height: 38px;
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .product-item .product-name h4 {
        font-size: 14px;
        min-height: 38px;
    }

    .product-item .regular-price {
        font-size: 18px;
    }
}

/* Originalna slika proizvoda — bez smanjivanja u prikazu */
.pro-large-img img,
.product-details-main-wrapper .pro-large-img img {
    width: auto !important;
    max-width: 100%;
    height: auto !important;
}

.pro-nav-thumb img {
    width: auto;
    max-width: 100%;
    height: auto;
}

/* Detalji proizvoda — moderni layout */
.bb-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Pozadina shop / pretraga */
.main-wrapper,
.bb-shop-page-bg,
.product-details-main-wrapper.bb-product-details {
    background: #fff;
}

.main-wrapper {
    padding-top: 24px;
    padding-bottom: 40px;
}

.product-details-main-wrapper.bb-product-details {
    padding-top: 60px;
    padding-bottom: 40px;
}

.bb-shop-page-bg {
    padding-top: 8px;
    padding-bottom: 40px;
}

.bb-product-details {
    background: #fff;
}

.bb-product-order-panel {
    background: #f5f5f5;
    padding: 60px 28px;
    border-radius: 20px;
    margin-top: 8px;
}

/* Ista pozadina kao na kartici proizvoda (slika) */
.bb-product-card-bg {
    background:
        radial-gradient(ellipse 120% 80% at 50% 30%, rgba(162, 0, 0, 0.42) 0%, rgba(90, 0, 0, 0.22) 38%, transparent 68%),
        linear-gradient(180deg, #000000 0%, #140000 38%, #2a0000 52%, #120000 72%, #000000 100%);
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.35);
}

.bb-product-details-row {
    align-items: flex-start;
}

.bb-product-gallery {
    position: relative;
    padding: 20px 16px 16px;
    overflow: hidden;
}

/* Bedževi (NOVO, akcija…) — kao na početnoj / kartici proizvoda */
.bb-product-gallery .box-label {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 4;
}

.bb-product-gallery .box-label .label-product {
    position: relative !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    padding: 0;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
    line-height: 1.1;
    left: auto;
    top: auto;
    background: #a20000;
    box-shadow: none;
}

.bb-product-gallery .box-label .label-product.label_new {
    background: #a20000;
}

.bb-product-gallery .box-label .label-product.label_sale {
    background: #a20000;
    font-weight: 700;
}

.bb-product-gallery .box-label .label-product span {
    display: block;
}

.bb-product-gallery .promocija {
    position: absolute;
    top: 12px;
    right: 12px;
    z-index: 4;
}

.bb-product-gallery--single .bb-product-main-slider {
    margin-bottom: 0;
}

.bb-product-gallery--single .pro-large-img,
.bb-product-main-slider .pro-large-img {
    border-radius: 0;
    overflow: visible;
    background: transparent;
    padding: 12px 8px 8px;
    border: none;
    position: relative;
}

.bb-product-gallery--single .pro-large-img img,
.bb-product-main-slider .pro-large-img img {
    border: none;
    border-radius: 0;
    background: transparent;
    margin: 0 auto;
    display: block;
    width: auto !important;
    max-width: 100%;
    /*! max-height: 420px; */
    height: auto !important;
    object-fit: contain;
}

/* Zoom — donji desni ugao, ne prekriva proizvod */
.bb-product-gallery .pro-large-img .img-view.bb-product-zoom {
    left: auto;
    right: 14px;
    bottom: 14px;
    top: auto;
    width: auto;
    text-align: right;
    opacity: 1;
    visibility: visible;
    transform: none;
    z-index: 5;
    pointer-events: none;
}

.bb-product-gallery .pro-large-img:hover .img-view.bb-product-zoom {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.bb-product-gallery .bb-product-zoom-btn,
.bb-product-gallery .bb-product-main-slider .img-view a.bb-product-zoom-btn {
    pointer-events: auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    line-height: 1;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.28);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.35);
    color: #fff !important;
    font-size: 17px;
    transition: background 0.25s ease, border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

.bb-product-gallery .bb-product-zoom-btn:hover,
.bb-product-gallery .bb-product-main-slider .img-view a.bb-product-zoom-btn:hover {
    background: #a20000;
    border-color: rgba(255, 255, 255, 0.45);
    transform: scale(1.08);
    box-shadow: 0 8px 24px rgba(162, 0, 0, 0.45);
}

.bb-product-gallery .bb-product-zoom-btn i {
    line-height: 1;
}

.bb-product-thumbs {
    margin: 12px -6px 0;
    padding-top: 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bb-product-thumbs .pro-nav-thumb {
    padding: 6px;
}

.bb-product-thumbs .pro-nav-thumb img {
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.3);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.bb-product-thumbs .pro-nav-thumb.slick-current.slick-active.slick-center img,
.bb-product-thumbs .pro-nav-thumb:hover img {
    border-color: #a20000;
    box-shadow: 0 4px 14px rgba(162, 0, 0, 0.45);
}

.bb-product-thumbs .arrow-prev,
.bb-product-thumbs .arrow-next {
    background: #a20000;
    border: none;
    border-radius: 50%;
    color: #fff;
    width: 36px;
    height: 36px;
    line-height: 36px;
    z-index: 2;
}

.bb-product-title h1 {
    color: #000;
    font-size: clamp(22px, 3vw, 32px);
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.25;
    margin: 0 0 12px;
    border: none;
}

.bb-product-title h1::before {
    display: none;
    content: none;
}

.bb-product-title h2 {
    color: #333;
    font-size: clamp(16px, 2vw, 20px);
    font-weight: 600;
    font-style: italic;
    line-height: 1.4;
    margin: 0 0 10px;
    border: none;
    text-transform: none;
}

.bb-product-title h3 {
    color: #555;
    font-size: clamp(15px, 1.8vw, 18px);
    font-weight: 500;
    font-style: italic;
    line-height: 1.4;
    margin: 0;
    border: none;
    text-transform: none;
}

.bb-product-meta li {
    font-size: 15px;
    color: #333;
    margin-bottom: 8px;
}

.bb-product-meta li span {
    font-weight: 700;
    color: #000;
}

.bb-product-meta li a {
    color: #a20000;
    font-weight: 700;
    text-decoration: none;
}

.bb-product-meta li a:hover {
    color: #000;
}

.bb-product-price .regular-price,
.bb-product-price .special-price {
    font-size: 26px;
    font-weight: 800;
    font-style: italic;
    color: #000;
}

.bb-product-price .old-price del {
    font-size: 18px;
    color: #888;
}

.bb-product-price .usteda {
    display: block;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 700;
    color: #a20000;
    font-style: italic;
}

.bb-product-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 12px;
    margin-top: 8px;
}

.bb-product-actions .bb-product-qty {
    display: inline-flex;
    align-items: stretch;
    flex-shrink: 0;
    width: auto;
    min-width: 140px;
    height: 52px;
    border: 2px solid #e8e8e8;
    border-radius: 50px;
    overflow: hidden;
    background: #fff;
    position: relative;
    cursor: default;
}

.bb-product-actions .bb-product-qty input {
    order: 2;
    flex: 1;
    min-width: 48px;
    width: auto !important;
    height: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
    background: transparent;
    text-align: center;
    font-size: 17px;
    font-weight: 800;
    color: #000;
}

.bb-product-actions .bb-product-qty span.qtybtn {
    position: static;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: auto;
    min-height: 100%;
    border: none;
    background: #f5f5f5;
    color: #000;
    font-size: 12px;
    line-height: 1;
    cursor: pointer;
    transition: background 0.2s ease, color 0.2s ease;
}

.bb-product-actions .bb-product-qty span.dec {
    order: 1;
    border-right: 1px solid #e8e8e8;
}

.bb-product-actions .bb-product-qty span.inc {
    order: 3;
    border-left: 1px solid #e8e8e8;
    border-bottom: none;
    top: auto;
    bottom: auto;
    right: auto;
}

.bb-product-actions .bb-product-qty span.qtybtn:hover {
    background: #a20000;
    color: #fff;
}

.bb-product-actions .btn-cart.lg-btn,
.bb-product-actions .bb-product-cart-btn {
    flex: 1;
    min-width: 200px;
    margin: 0 !important;
    border: none;
    border-radius: 50px !important;
    padding: 0 32px !important;
    min-height: 52px !important;
    height: 52px;
    line-height: 52px !important;
    font-weight: 800 !important;
    font-style: italic;
    font-size: 14px !important;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    background: #a20000 !important;
    color: #fff !important;
    box-shadow: 0 8px 24px rgba(162, 0, 0, 0.35);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.bb-product-actions .btn-cart.lg-btn:hover,
.bb-product-actions .bb-product-cart-btn:hover:not(:disabled) {
    background: #000 !important;
    transform: translateY(-2px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.25);
}

.bb-product-actions .bb-product-cart-btn:disabled {
    background: #999 !important;
    box-shadow: none;
    cursor: not-allowed;
    transform: none;
}

/* Favoriti — detalji proizvoda */
.bb-product-fav-wrap {
    width: 100%;
}

.bb-product-fav-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    min-height: 50px;
    padding: 0 28px;
    border: 2px solid #1a1a1a;
    border-radius: 50px;
    background: #fff;
    color: #000;
    font-weight: 700;
    font-style: italic;
    font-size: 13px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.bb-product-fav-btn i {
    font-size: 18px;
    line-height: 1;
    transition: color 0.2s ease;
}

.bb-product-fav-btn span {
    line-height: 1.2;
}

.bb-product-fav-btn:hover {
    border-color: #a20000;
    color: #a20000;
    background: #fff5f5;
    transform: translateY(-1px);
    box-shadow: 0 6px 18px rgba(162, 0, 0, 0.15);
}

.bb-product-fav-btn:hover i {
    color: #a20000;
}

.bb-product-fav-btn.active-wishlist-details {
    background: #a20000;
    border-color: #a20000;
    color: #fff;
    box-shadow: 0 6px 20px rgba(162, 0, 0, 0.35);
}

.bb-product-fav-btn.active-wishlist-details i,
.bb-product-fav-btn.active-wishlist-details:hover,
.bb-product-fav-btn.active-wishlist-details:hover i {
    color: #fff;
}

.bb-product-fav-btn.active-wishlist-details:hover {
    background: #000;
    border-color: #000;
    transform: translateY(-1px);
}

.bb-product-share {
    display: block;
    margin-top: 16px;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-align: center;
}

.bb-product-share-title {
    display: block;
    margin: 0 0 14px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-size: 13px;
    color: #000;
    text-align: center;
}

.bb-product-share-title::after {
    content: " :";
}

.bb-share-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 18px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bb-share-list li {
    margin: 0;
}

.bb-share-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    min-width: 64px;
    text-decoration: none !important;
    color: #111 !important;
    transition: transform 0.2s ease;
}

.bb-share-item:hover {
    color: #111 !important;
    transform: translateY(-3px);
}

.bb-share-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: linear-gradient(145deg, #1a0000 0%, #000000 100%);
    border: 2px solid #a20000;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.2);
    color: #ffffff;
    transition: background 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, color 0.25s ease;
}

.bb-share-item:hover .bb-share-icon {
    background: #a20000;
    border-color: #a20000;
    color: #ffffff;
    box-shadow: 0 8px 22px rgba(162, 0, 0, 0.45);
    transform: scale(1.06);
}

.bb-share-svg {
    display: block;
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.bb-share-svg--facebook {
    width: 20px;
    height: 20px;
}

.bb-share-svg--viber {
    width: 24px;
    height: 24px;
}

.bb-share-label {
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    line-height: 1.2;
    text-align: center;
    color: #000;
    transition: color 0.2s ease;
}

.bb-share-item:hover .bb-share-label {
    color: #a20000;
}

@media (max-width: 767px) {
    .bb-product-order-panel {
        padding: 40px 20px;
    }
}

@media (max-width: 575px) {
    .bb-product-share {
        padding: 0;
    }

    .bb-share-list {
        justify-content: center;
        gap: 10px 14px;
    }

    .bb-share-item {
        min-width: 0;
        flex: 0 0 auto;
        max-width: 72px;
    }

    .bb-share-icon {
        width: 46px;
        height: 46px;
    }

    .bb-share-svg {
        width: 20px;
        height: 20px;
    }

    .bb-share-svg--facebook {
        width: 18px;
        height: 18px;
    }

    .bb-share-svg--viber {
        width: 22px;
        height: 22px;
    }

    .bb-share-label {
        font-size: 10px;
    }
}

.color-optionn li a.all-colors-items {
    border-radius: 50%;
    width: 36px;
    height: 36px;
}

/* Specifikacija proizvoda */
.bb-product-spec-section {
    padding-top: 60px;
}

.bb-product-spec {
    /*! max-width: 920px; */
    margin: 0 auto;
    padding: 0 16px 20px;
    text-align: center;
}

.bb-product-spec-title {
    margin: 0 0 36px;
    padding: 0;
    background: none !important;
    border: none;
    box-shadow: none;
    font-size: clamp(22px, 3vw, 30px);
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: #000;
    line-height: 1.2;
}

.bb-product-spec-title::before {
    display: none;
    content: none;
}

.bb-product-spec-content {
    text-align: center;
    font-size: 15px;
    line-height: 1.8;
    color: #000;
    font-style: italic;
}

.bb-product-spec-content p,
.bb-product-spec-content li,
.bb-product-spec-content h1,
.bb-product-spec-content h2,
.bb-product-spec-content h3,
.bb-product-spec-content h4,
.bb-product-spec-content div {
    text-align: center;
}

.bb-product-spec-content p {
    margin-bottom: 1.1em;
}

.bb-product-spec-content img {
    max-width: 100%;
    height: auto;
    margin: 16px auto;
    display: block;
}

.bb-product-spec-content a {
    color: #a20000;
    font-weight: 600;
}

.bb-product-spec-content a:hover {
    color: #000;
}

.bb-product-spec .bb-product-note {
    max-width: 100%;
    margin: 48px auto 0;
    padding: 28px 32px;
    text-align: center;
    background: linear-gradient(145deg, #0a0a0a 0%, #1a1a1a 50%, #000 100%);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-left: 4px solid #a20000;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.25);
}

.bb-product-spec .bb-product-note p {
    margin: 0;
    color: #f2f2f2;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.75;
    text-align: center;
    font-style: italic;
}

.bb-product-spec .bb-product-note p strong,
.bb-product-spec .bb-product-note p b {
    color: #fff;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 0.04em;
}

.bb-product-spec .bb-product-note a {
    color: #a20000;
    font-weight: 700;
    text-decoration: none;
    transition: color 0.2s ease;
}

.bb-product-spec .bb-product-note a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Stari tab stilovi — sakriveni ako se ponovo uključe */
.bb-product-tabs .product-info.mt-half ul.nav.nav-pills {
    background: transparent !important;
    padding: 0 !important;
}

.bb-product-tabs .bb-product-tab-nav .nav-link {
    background: transparent !important;
    color: #000;
    font-style: italic;
    text-transform: uppercase;
}

.bb-product-tabs .bb-product-tab-nav .nav-link.active,
.bb-product-tabs .bb-product-tab-nav .nav-link:hover {
    background: transparent !important;
    color: #a20000;
}

.bb-related-products--full {
    width: 100%;
    overflow: hidden;
    background: #f5f5f5;
    padding-top: 40px;
    padding-bottom: 48px;
}

.bb-related-products--full .container-fluid.plr-none {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.bb-related-products--full .bb-related-products-head {
    margin-bottom: 28px;
    padding-left: 20px;
    padding-right: 100px;
}

.bb-related-products--full .bb-related-carousel-wrap {
    width: 100%;
    padding: 0 12px;
}

.bb-related-products--full .flash-sale-active4.owl-carousel {
    width: 100%;
}

.bb-related-products--full .flash-sale-active4 .owl-stage-outer {
    overflow: hidden;
    padding: 8px 0 16px;
}

.bb-related-products--full .flash-sale-active4 .owl-item {
    padding: 0 8px;
}

.bb-related-products--full .owl-arrow-style .owl-nav {
    right: 20px;
    top: -72px;
}

.bb-related-products .home-section-title {
    margin-bottom: 24px;
}

@media (min-width: 1400px) {
    .bb-related-products--full .bb-related-carousel-wrap {
        padding: 0 24px;
    }

    .bb-related-products--full .bb-related-products-head {
        padding-left: 32px;
        padding-right: 120px;
    }
}

@media (max-width: 991px) {
    .bb-product-details-row > [class*="col-"]:first-child {
        margin-bottom: 28px;
    }

    .bb-product-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .bb-product-actions .bb-product-qty {
        width: 100%;
        max-width: 220px;
    }

    .bb-product-actions .btn-cart.lg-btn,
    .bb-product-actions .bb-product-cart-btn {
        width: 100%;
        min-width: 0;
        text-align: center;
    }
}

.shop-product-wrap.grid .product-item .product-thumb a img,
.owl-carousel .product-item .product-thumb a img {
    width: 100% !important;
    max-width: 100% !important;
    max-height: none !important;
    height: auto !important;
}

/* Sprečava horizontalni skrol na početnoj i u karuselima */
html,
body {
    overflow-x: hidden;
}

.home2-main-wrapper,
.product-gallary-wrapper,
.product-gallary-active2.owl-carousel {
    overflow-x: hidden;
}

.owl-carousel .owl-item .product-item .product-thumb a img {
    width: 100% !important;
    max-width: 100% !important;
}

/* Početna — naslovi sekcija */
.bb-home-section {
    margin-bottom: 48px;
}

/* Izdvajamo iz ponude */
.bb-home-section--featured {
    margin-bottom: 40px;
}

.bb-home-section--featured .home-section-title {
    margin-bottom: 28px !important;
}

.bb-home-section--featured .bb-home-featured-carousel {
    margin: 0;
    padding: 0;
}

.bb-home-section--featured .product-gallary-wrapper .owl-stage {
    margin-top: 0 !important;
}

.bb-home-section--featured .product-gallary-active2.owl-carousel {
    margin-bottom: 0 !important;
}

.bb-home-section--featured .product-gallary-active2 .owl-item {
    height: auto;
}

.bb-home-section--featured .product-gallary-active2 .owl-nav {
    top: -56px;
}

/* Proizvodi na akciji / novo — bez 80px razmaka ispod naslova */
.bb-home-section--sale .section-title.home2-tab-spacing,
.bb-home-section--new .section-title.home2-tab-spacing {
    margin-bottom: 28px !important;
}

.bb-home-section--sale .product-spacing.home2-tab-spacing .boxx-tab,
.bb-home-section--new .product-spacing.home2-tab-spacing .boxx-tab {
    top: auto;
}

.bb-home-section--center-banners:empty,
.bb-home-section--center-banners.bb-home-section--empty {
    display: none;
    margin: 0;
    padding: 0;
}

@media (min-width: 768px) {
    .bb-home-section--sale .section-title.product-spacing.home2-tab-spacing,
    .bb-home-section--new .section-title.product-spacing.home2-tab-spacing {
        margin-bottom: 28px !important;
    }
}

@media (max-width: 767px) {
    .bb-home-section--featured .product-gallary-active2 .owl-nav {
        top: auto;
        position: relative;
        margin-top: 12px;
        text-align: center;
    }
}

/* Breadcrumb — isključen na celom sajtu */
.breadcrumb-area {
    display: none !important;
}

/* Kategorija / shop — naslov stranice */
.search-title {
    text-align: center;
}

.search-title h1 {
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    letter-spacing: 0.06em;
    padding-bottom: 0;
    margin-top: 30px;
    margin-bottom: 0;
    border: none;
}

.search-title h1::before {
    display: none;
    content: none;
}

/* Shop / pretraga — puna širina (unutar main-wrapper pozadine) */
.bb-shop-page {
    width: 100%;
    max-width: 100%;
    flex: 0 0 100%;
}

.bb-shop-page .bb-shop-products {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.bb-shop-page .product-shop-main-wrapper {
    width: 100%;
    max-width: 100%;
}

.bb-shop-page .shop-product-wrap.grid.row {
    margin-left: -5px;
    margin-right: -5px;
    width: calc(100% + 10px);
    max-width: none;
}

/* Shop kategorija — toolbar i filteri */
.bb-shop-filters-bar {
    width: 100%;
    margin-bottom: 24px;
}

.bb-shop-toolbar-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    padding: 16px 18px;
}

.bb-shop-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 16px 20px;
}

.bb-filters-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 48px;
    padding: 0 22px;
    border: none;
    border-radius: 50px;
    background: #a20000;
    color: #fff;
    font-weight: 700;
    font-style: italic;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    box-shadow: 0 6px 18px rgba(162, 0, 0, 0.35);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.bb-filters-toggle:hover,
.bb-filters-toggle:focus {
    background: #c40000;
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 8px 22px rgba(162, 0, 0, 0.45);
}

.bb-filters-toggle:not(.collapsed) {
    background: #000;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.25);
}

.bb-filters-toggle-icon {
    display: inline-block;
    font-size: 12px;
    transition: transform 0.25s ease;
}

.bb-filters-toggle:not(.collapsed) .bb-filters-toggle-icon {
    transform: rotate(180deg);
}

.bb-shop-toolbar-meta {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 14px 24px;
    flex: 1;
    min-width: 0;
}

.bb-shop-count {
    margin: 0;
    font-size: 14px;
    font-weight: 600;
    color: #333;
    white-space: nowrap;
}

.bb-shop-toolbar-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 12px 20px;
}

.bb-shop-field {
    display: flex;
    flex-direction: column;
    gap: 6px;
    min-width: 140px;
}

.bb-shop-field-label {
    margin: 0;
    font-size: 11px;
    font-weight: 700;
    font-style: italic;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #a20000;
}

.bb-shop-toolbar .bb-shop-select.nice-select,
.bb-shop-toolbar .nice-select.bb-shop-select {
    float: none;
    width: 100%;
    min-width: 160px;
    height: 42px;
    line-height: 40px;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 10px;
    padding-left: 14px;
    padding-right: 36px;
    font-size: 14px;
    font-weight: 600;
    background-color: #fafafa;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
    text-transform: uppercase;
    font-style: italic;
}

.bb-shop-toolbar .nice-select.bb-shop-select:hover,
.bb-shop-toolbar .nice-select.bb-shop-select.open {
    border-color: #a20000;
    box-shadow: 0 0 0 3px rgba(162, 0, 0, 0.12);
}

.bb-shop-filters-panel {
    margin-top: 14px;
    padding: 22px 16px 8px;
    background: #f8f8f8;
    border-radius: 14px;
    border: 1px solid rgba(0, 0, 0, 0.06);
}

.bb-shop-filters-panel .single-sidebar {
    margin-bottom: 30px;
}

.bb-shop-filters-panel .sidebar-inner-title h3 {
    font-size: 15px;
    font-weight: 800;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    color: #000;
}

.bb-shop-filters-panel .filter-attribute-container ul li a {
    border-radius: 8px;
    transition: background 0.2s ease, color 0.2s ease;
}

.bb-shop-filters-panel .filter-attribute-container ul li a.active,
.bb-shop-filters-panel .filter-attribute-container ul li a:hover {
    background: rgba(162, 0, 0, 0.1);
    color: #a20000;
}

.bb-shop-filters-panel .sidebar-thumb img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

@media (max-width: 991px) {
    .bb-shop-toolbar-meta {
        width: 100%;
        justify-content: space-between;
    }
}

@media (max-width: 767px) {
    .bb-shop-toolbar-card {
        padding: 14px;
    }

    .bb-shop-toolbar {
        flex-direction: column;
        align-items: stretch;
    }

    .bb-filters-toggle {
        width: 100%;
    }

    .bb-shop-toolbar-meta {
        flex-direction: column;
        align-items: stretch;
    }

    .bb-shop-toolbar-actions {
        flex-direction: column;
        width: 100%;
    }

    .bb-shop-field {
        width: 100%;
        min-width: 0;
    }

    .bb-shop-toolbar .nice-select.bb-shop-select {
        min-width: 0;
    }
}

/* Paginacija — broj prikazanih proizvoda */
.bb-pagination-summary {
    text-align: center;
}

.bb-pagination-summary p {
    margin: 0;
    text-align: center;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 800;
    font-size: 15px;
    letter-spacing: 0.06em;
    color: #000;
}

.bb-shop-pagination-wrap {
    margin-top: 10px;
}

.bb-shop-pagination-wrap .paginatoin-area.bb-pagination-nav {
    border-top: none;
    padding-top: 0;
}

.bb-pagination-nav .pagination-box {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.bb-pagination-nav .pagination-box li {
    display: inline-block;
    margin: 0;
}

.bb-pagination-nav .pagination-box li a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 44px;
    min-height: 44px;
    padding: 10px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 30px;
    color: #000;
    font-size: 14px;
    font-weight: 700;
    font-style: italic;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    background: #fff;
    transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.bb-pagination-nav .pagination-box li a:hover {
    border-color: #a20000;
    color: #a20000;
}

.bb-pagination-nav .pagination-box li.active a,
.bb-pagination-nav .pagination-box li a.myactive {
    color: #fff !important;
    background: #a20000;
    border-color: #a20000;
}

.home-section-title {
    text-align: center;
    margin-bottom: 28px;
}

.home-section-title h4 {
    margin: 0;
    text-align: center;
}

.home-section-title h4 span {
    display: inline-block;
    background: none;
    color: #000;
    font-size: 28px;
    font-weight: 800;
    font-style: italic;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0;
    margin: 0;
}

@media (max-width: 767px) {
    .home-section-title h4 span {
        font-size: 22px;
    }

    .bb-home-section {
        margin-bottom: 36px;
    }
}

.product-item .label-product {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #fff;
    left: 12px;
    top: 12px !important;
    width: 50px;
    height: 50px;
    line-height: 1.1;
    padding: 0;
}
