.product-modern {
    max-width: 1110px;
    margin: 0 auto 48px;
    padding: 0 14px !important;
}

.product-modern > .col-md-12 {
    padding: 0;
}

.product-modern > .col-md-12 > .row {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 360px;
    gap: 18px;
    margin: 0;
    align-items: start;
}

.product-modern .col-md-7,
.product-modern .col-md-5 {
    flex: none;
    max-width: none;
    width: auto;
    padding: 0;
}

.product-modern .col-md-7 > .row {
    margin: 0;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
}

.product-modern .col-md-7 .col-md-3,
.product-modern .col-md-7 .col-md-9 {
    flex: none;
    max-width: none;
    width: auto;
    padding: 0;
}

.product-modern .col-md-7 .col-md-9 {
    position: relative;
    padding-top: 18px;
}

.product-modern .span-pozicija {
    position: absolute;
    top: -12px;
    left: 0;
    z-index: 5;
    display: inline-flex;
    align-items: center;
    height: 24px;
    overflow: hidden;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
    color: #111;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: .02em;
}

.product-modern img.span-pozicija {
    width: auto !important;
    max-width: 96px;
    height: auto;
    padding: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.product-modern .span-pozicija .ikona-pozicija,
.product-modern .span-pozicija .text-pozicija {
    display: inline-flex;
    align-items: center;
    height: 100%;
    padding: 0 10px !important;
    border-radius: 0 !important;
    background: transparent !important;
    color: inherit !important;
}

.product-modern .span-pozicija .ikona-pozicija {
    min-width: 28px;
    justify-content: center;
    background: #f1f3f4 !important;
}

.product-modern .span-pozicija .text-pozicija {
    font-weight: 600;
}

.product-modern .span-pozicija img {
    max-width: 14px;
    max-height: 14px;
}

.product-modern .pozicija-bestseller {
    position: absolute;
    top: -12px;
    left: 0;
    z-index: 5;
    height: 24px;
    padding: 0 12px;
    border-radius: 999px;
    background: #2c3031;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 24px;
    box-shadow: 0 4px 14px rgba(0,0,0,.12);
}

.product-modern .horVerSlider {
    display: none !important;
}

.product-modern #vertical-slider {
    height: 620px;
}

.product-modern #vertical-slider:before {
    background: none !important;
}

.product-modern .img-slider-left {
    border: 1px solid transparent;
    transition: border-color .2s ease, opacity .2s ease;
}

.product-modern .img-slider-left:hover {
    border-color: #222;
    opacity: .86;
}

.product-modern #mainCarousel {
    background: transparent;
}

.product-modern #mainCarousel .carousel-inner {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    min-height: 0;
    overflow: visible;
}

.product-modern #mainCarousel .carousel-item,
.product-modern #mainCarousel .carousel-item.active,
.product-modern #mainCarousel .carousel-item-next,
.product-modern #mainCarousel .carousel-item-prev {
    display: block;
    float: none;
    position: relative;
    width: 100%;
    margin-right: 0;
    transform: none !important;
    transition: none;
}

.product-modern #mainCarousel .carousel-item .col-md-12 {
    padding: 0;
    overflow: hidden;
    background: #f7f5f2;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 470px;
}

.product-modern #mainCarousel .carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    background: #f7f5f2;
    cursor: zoom-in;
    transition: transform .35s ease;
    transform-origin: center center;
}

.product-modern #mainCarousel .carousel-item:hover img {
    transform: scale(1.08);
}

.product-modern .zoo-item {
    display: none;
}

.product-modern #mainCarousel .carousel-indicators,
.product-modern #mainCarousel .carousel-control-prev,
.product-modern #mainCarousel .carousel-control-next {
    display: none;
}

.product-modern .sticky-top {
    position: sticky;
    top: 96px;
    z-index: 2;
    width: 100%;
    padding: 18px 0 0;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #fff;
}

body.modal-open .product-modern .sticky-top {
    padding-right: 0 !important;
}

.product-modern .sticky-kategorija {
    display: block;
    color: #737373;
    font-size: 12px;
    line-height: 1.4;
    margin-bottom: 12px;
}

.product-modern .sticky-naziv {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin: 0 0 12px;
    color: #111;
    font-size: 20px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}

.product-modern .btn-favourite {
    flex: 0 0 38px;
    width: 38px !important;
    min-width: 38px;
    max-width: 38px;
    height: 38px !important;
    min-height: 38px;
    max-height: 38px;
    padding: 0 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    border: 1px solid rgba(208,208,208,.9);
    border-radius: 999px;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(2px);
    color: #2c3031;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
    transition: transform .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.product-modern .btn-favourite:hover {
    transform: scale(1.07);
    background: rgba(255,255,255,1);
    border-color: #e30040;
    color: #e30040;
    box-shadow: 0 4px 14px rgba(0,0,0,.24);
}

.product-modern .btn-favourite:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(227,0,64,.15), 0 4px 14px rgba(0,0,0,.24);
}

.product-modern .edit-proizvod {
    background-color: #e30040;
    color: #fff;
    margin: 0 0 10px;
}

.product-modern .cena {
    display: flex;
    gap: 8px;
    align-items: baseline;
    margin: 0 0 34px;
    color: #111;
    font-size: 18px;
    font-weight: 700;
}

.product-modern .stara-cena {
    color: #777;
    text-decoration: line-through;
    font-weight: 400;
}

.product-modern .promo-cena {
    color: #e30040;
    font-weight: 700;
}

.product-modern .div-atribut {
    display: grid;
    grid-template-columns: 1fr;
    gap: 14px;
    margin: 0;
    padding: 24px 0;
    border-top: 1px solid #dedede;
}

.product-modern .div-atribut > [class*="col-"] {
    flex: none;
    max-width: none;
    width: auto;
    padding: 0 !important;
    margin: 0 !important;
}

.product-modern .div-atribut > .row {
    display: flex;
    align-items: center;
    gap: 8px;
    margin: 0 !important;
}

.product-modern .text-atibut {
    margin: 0;
    padding: 0;
    color: #111;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: none;
}

.product-modern .div-img-boja {
    width: 44px;
    height: 58px;
    margin: 0;
    padding: 2px;
    border-radius: 6px;
    background: #f7f5f2;
    overflow: hidden;
}

.product-modern .div-img-boja img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.product-modern .border-color {
    border: 1px solid #2c3031;
    border-radius: 6px;
}

.product-modern .border-nocolor {
    border: 1px solid #ececec;
    border-radius: 6px;
}

.product-modern .border-nocolor:hover {
    border-color: #2c3031;
}

.product-modern .div-golemina-vrednost-proizvod {
    min-width: 64px;
    width: auto;
    height: 32px;
    margin: 0;
    border: 1px solid #aeb6bc;
    border-radius: 16px;
    background: #fff;
}

.product-modern .div-golemina-vrednost-proizvod.border-color {
    border-color: #2c3031;
    background: #2c3031;
    box-shadow: 0 0 0 1px #2c3031 inset;
}

.product-modern .div-golemina-vrednost-proizvod.div-golemina-border:hover {
    border-color: #2c3031;
}

.product-modern .div-golemina-vrednost-proizvod.border-color .label-golemina-proizvod,
.product-modern .input-golemina:checked + .label-golemina-proizvod {
    color: #fff;
    font-weight: 600;
}

.product-modern .label-golemina-proizvod {
    color: #2c3031;
    line-height: 30px;
    font-size: 13px;
    cursor:pointer;
}

.product-modern .label-golemina-disabled {
    color: #b8b8b8;
    opacity: 1;
}

.product-modern .product-size-warning {
    color: #e30040;
    font-size: 13px;
    line-height: 1.4;
}

.product-modern .input-atribut-proizvod {
    position: absolute;
    opacity: .01;
}

.product-modern .golemina-kolicina {
    width: 72px;
    height: 38px;
    border: 1px solid #cfd4d7;
    border-radius: 0;
    color: #2c3031;
}

.product-link-button {
    display: flex;
    align-items: center;
    gap: 8px;
    width: auto;
    border: 0;
    background: transparent;
    padding: 7px 0;
    color: #444;
    font-size: 14px;
    text-align: left;
}

.product-link-button:hover {
    color: #e30040;
    cursor: pointer;
}

.product-link-button img {
    width: 18px;
    height: 18px;
    object-fit: contain;
}

.product-modern .link-velicini {
    margin-bottom: 16px;
}

.product-modern .link-velicini,
.product-modern .link-prodavnici {
    width: 100%;
    height: 36px;
    margin-top: 10px;
    justify-content: center;
    border: 1px solid #2c3031;
    border-radius: 20px;
    color: #2c3031;
}

.product-modern .link-velicini img {
    filter: grayscale(1) brightness(.25);
}

.product-modern .link-prodavnici .fa-map-marker {
    color: #2c3031;
}

.product-modern .link-velicini:hover,
.product-modern .link-prodavnici:hover {
    background: #f7f7f7;
    color: #111;
}

.product-modern .btn-plakanje {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    margin-top: 16px;
    padding: 0 18px;
    border: 1px solid #2c3031;
    border-radius: 24px;
    background: #2c3031;
    color: #fff;
    text-transform: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.product-modern .btn-plakanje:hover {
    background: #111;
    border-color: #111;
}

.product-drawer-links {
    margin-top: 22px;
    border-top: 1px solid #dedede;
}

.product-drawer-links button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 52px;
    padding: 0;
    border: 0;
    border-bottom: 1px solid #dedede;
    background: transparent;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    text-align: left;
}

.product-drawer-links button:hover {
    color: #e30040;
    cursor: pointer;
}

.product-modern .shop-look {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid #dedede;
}

.product-modern .shop-look h5 {
    margin: 0 0 18px;
    color: #111;
    font-size: 20px;
    font-weight: 700;
}

.product-modern .div-predlog-kombinacija {
    padding: 0 0 28px;
    margin-bottom: 28px;
    border-bottom: 1px solid #ededed;
}

.product-modern .shop-look-product {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 20px;
    align-items: center;
}

.product-modern .shop-look-image img {
    width: 92px;
    height: 92px;
    object-fit: cover;
    background: #f7f5f2;
}

.product-modern .kombinacija-naziv {
    color: #111;
    font-size: 15px;
    line-height: 1.25;
    text-transform: none;
}

.product-modern .kombinacija-cena,
.product-modern .kombinacija-cena-promo {
    color: #111;
    font-size: 16px;
    font-weight: 700;
}

.product-modern .shop-look-actions {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 150px;
    gap: 16px;
    margin-top: 18px;
}

.product-modern .shop-look-size {
    height: 42px;
    border: 1px solid #d7dce0;
    border-radius: 4px;
    color: #555;
    font-size: 14px;
}

.product-modern .shop-look-add {
    height: 42px;
    border: 1px solid #2c3031;
    border-radius: 24px;
    background: #2c3031;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}

.product-modern .shop-look-add:hover {
    background: #111;
    border-color: #111;
    color: #fff;
}

.product-modern .btn-kombinacija-modal {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #2c3031;
}

.legacy-product-details {
    display: none;
}

.modal.product-drawer-modal.fade .modal-dialog {
    position: fixed;
    top: 0;
    right: 0;
    width: min(430px, calc(100vw - 36px));
    max-width: none;
    height: 100vh;
    margin: 0 0 0 auto;
    transform: translateX(100%);
}

.modal.product-drawer-modal.show .modal-dialog {
    transform: translateX(0);
}

.product-drawer-modal .modal-content {
    min-height: 100vh;
    height: 100vh;
    border: 0;
    border-radius: 0;
    box-shadow: -8px 0 24px rgba(0,0,0,.18);
}

.product-drawer-modal .close {
    position: absolute;
    top: 14px;
    right: 18px;
    z-index: 2;
    opacity: 1;
    font-size: 30px;
    font-weight: 300;
}

.product-drawer-modal .modal-body {
    height: 100%;
    overflow-y: auto;
    padding: 54px 30px 30px;
    color: #343434;
}

.product-drawer-modal h3 {
    margin: 0 0 28px;
    color: #111;
    font-size: 20px;
    font-weight: 700;
}

.product-drawer-modal p {
    color: #555;
    font-size: 15px;
    line-height: 1.7;
}

.product-drawer-modal .detali-tabela td {
    border: 0;
    padding: 14px 12px;
    color: #555;
}

.product-drawer-modal .detali-tabela tr:nth-child(even) {
    background-color: #f4f4f4;
}

.product-drawer-modal .modal-velicini img {
    width: 100%;
    height: auto;
}

.product-size-guide {
    display: grid;
    gap: 30px;
}

.product-size-guide + .product-size-guide {
    margin-top: 34px;
    padding-top: 30px;
    border-top: 1px solid #dedede;
}

.size-guide-section h4 {
    margin: 0 0 14px;
    color: #111;
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.size-guide-table-wrap {
    width: 100%;
    overflow-x: visible;
    border-top: 1px solid #e30040;
    border-bottom: 1px solid #ececec;
}

.size-guide-table {
    width: 100%;
    min-width: 0;
    margin: 0;
    border-collapse: collapse;
    color: #555;
    font-size: 12px;
    line-height: 1.35;
    table-layout:fixed;
}

.size-guide-bra-table {
    min-width: 0;
}

.size-guide-men-table {
    min-width: 0;
}

.size-guide-table th,
.size-guide-table td {
    padding: 10px 8px;
    border: 0;
    text-align: center;
    white-space: nowrap;
}

.size-guide-table th {
    color: #111;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
}

.size-guide-table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

.size-guide-table td:first-child,
.size-guide-table th:first-child {
    text-align: left;
    font-weight: 700;
}

.product-drawer-modal .modal-prodavnici table,
.product-drawer-modal .modal-prodavnici tbody,
.product-drawer-modal .modal-prodavnici tr,
.product-drawer-modal .modal-prodavnici td {
    display: block;
    width: 100%;
}

.product-drawer-modal .modal-prodavnici td {
    border: 0;
    padding: 0 0 18px;
}

.product-drawer-modal .modal-prodavnici h5 {
    color: #111;
    font-size: 15px;
    font-weight: 700;
}

.product-drawer-modal .modal-prodavnici h6 {
    color: #555;
    font-size: 13px;
    font-weight: 700;
}

.product-drawer-modal .modal-prodavnici p {
    margin: 0 0 6px;
    font-size: 13px;
}

.product-drawer-modal .modal-prodavnici p span {
    display: inline-block;
    background-color: #2c3031;
    color: #fff;
    padding: 0 5px;
}

.product-recommendations {
    max-width: 1110px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.product-recommendations .carousel-inner-slicni .carousel-item-slicni.active,
.product-recommendations .carousel-inner-slicni .carousel-item-next,
.product-recommendations .carousel-inner-slicni .carousel-item-prev {
    display: block;
}

.product-recommendations .similar-page-row {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.product-recommendations .similar-page-row .div-proizvod {
    position: relative;
    max-width: none;
    padding: 0;
}

.product-recommendations #carouselSlicni {
    padding: 0;
}

.product-recommendations .carousel-control-prev,
.product-recommendations .carousel-control-next {
    top: 50%;
    width: 38px;
    height: 38px;
    opacity: 1;
    border: 0;
    border-radius: 999px;
    background: #fff;
    box-shadow: 0 6px 18px rgba(0,0,0,.12);
    color: #111;
    transform: translateY(-50%);
    transition: box-shadow .15s ease;
}

.product-recommendations .carousel-control-prev {
    left: 12px;
}

.product-recommendations .carousel-control-next {
    right: 12px;
}

.product-recommendations .similar-home-arrow-icon {
    display: block;
}

.product-recommendations .similar-home-arrow-icon-left {
    transform: rotate(180deg);
}

.product-recommendations .carousel-control-prev:hover,
.product-recommendations .carousel-control-next:hover {
    box-shadow: 0 6px 18px rgba(0,0,0,.12), 0 0 0 3px rgba(0,0,0,.12);
    color: #111;
}

.product-recommendations .carousel-control-prev.is-disabled,
.product-recommendations .carousel-control-next.is-disabled {
    pointer-events: none;
    opacity: .25;
}

.product-recommendations h5 {
    margin: 0 0 20px;
    color: #111;
    font-size: 20px;
    font-weight: 700;
    text-align: left;
    text-transform: none;
}

.product-recommendations .div-proizvod {
    text-align: left;
}

.product-recommendations .div-proizvod a {
    display: block;
    color: inherit;
    text-decoration: none;
}

.product-recommendations .div-proizvod img {
    width: 100% !important;
    height: 360px !important;
    max-height: none !important;
    object-fit: cover;
    background: #f7f5f2;
}

.product-recommendations .div-naziv,
.product-recommendations .div-cena {
    text-align: left;
}

.product-recommendations .div-naziv {
    margin-top: 12px;
    color: #111;
    font-size: 14px;
    text-transform: none;
}

.product-recommendations .similar-favourite {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: auto;
    width: 38px;
    height: 38px;
    border-radius: 999px;
    border: 1px solid rgba(208,208,208,.9);
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(2px);
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 6;
    color: #2c3031;
    box-shadow: 0 2px 8px rgba(0,0,0,.18);
    transition: transform .15s ease, background-color .15s ease, border-color .15s ease, box-shadow .15s ease;
}

.product-recommendations .similar-favourite:hover {
    transform: scale(1.07);
    background: rgba(255,255,255,1);
    border-color: #e30040;
    color: #e30040;
    box-shadow: 0 4px 14px rgba(0,0,0,.24);
}

.product-recommendations .similar-favourite:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(227,0,64,.15), 0 4px 14px rgba(0,0,0,.24);
}

@media (max-width: 991px) {
    .product-modern > .col-md-12 > .row {
        grid-template-columns: 1fr;
    }

    .product-modern .sticky-top {
        position: static;
        margin-top: 24px;
    }

    .product-recommendations .similar-page-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    html,
    body {
        overflow-x: hidden;
    }

    body.sidebar-open,
    body.sidebar-l1-open,
    body.sidebar-l2-open {
        overflow-x: hidden;
    }
    
    .product-modern {
        padding: 0 !important;
        overflow-x: clip;
    }

    .product-modern > .col-md-12 > .row {
        gap: 0;
    }

    .product-modern .col-md-7 > .row {
        display: block;
    }

    .product-modern .col-md-7 .col-md-3 {
        display: none;
    }
    
    .product-modern .col-md-7 .col-md-9 {
        padding-top: 0 !important;
    }
    
    .product-modern #mainCarousel {
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
    }
    
    .product-modern .span-pozicija,
    .product-modern .pozicija-bestseller {
        top: 8px;
        left: 10px;
        z-index: 8;
    }

    .product-modern #mainCarousel .carousel-inner {
        display: block;
        overflow: hidden;
        min-height: 0;
    }

    .product-modern #mainCarousel .carousel-item,
    .product-modern #mainCarousel .carousel-item.active,
    .product-modern #mainCarousel .carousel-item-next,
    .product-modern #mainCarousel .carousel-item-prev {
        display: none !important;
        float: left;
        width: 100%;
        margin-right: -100%;
        position: relative;
    }

    .product-modern #mainCarousel .carousel-item.active,
    .product-modern #mainCarousel .carousel-item-next,
    .product-modern #mainCarousel .carousel-item-prev {
        display: block !important;
    }
    
    .product-modern #mainCarousel .carousel-item .col-md-12 {
        height: 480px;
        aspect-ratio: auto;
        overflow: hidden;
        position: relative;
    }

    .product-modern #mainCarousel .carousel-control-prev,
    .product-modern #mainCarousel .carousel-control-next {
        display: none;
    }

    .product-modern #mainCarousel .carousel-indicators {
        display: flex;
        bottom: 14px !important;
    }

    .product-modern #mainCarousel .carousel-item img {
        display: block !important;
        width: 100% !important;
        min-width: 100% !important;
        height: 100%;
        min-height: 0;
        max-height: none;
        max-width: none !important;
        object-fit: cover !important;
    }
    
    /*.product-modern #mainCarousel .carousel-item .col-md-12 > .zoo-item,*/
    /*.product-modern #mainCarousel .carousel-item .col-md-12 > img {*/
    /*    transform: translateY(28px);*/
    /*}*/

    /*.product-modern #mainCarousel .carousel-item .col-md-12 > img {*/
    /*    height: calc(100% + 28px);*/
    /*}*/

    .product-modern .col-md-5 {
        padding: 22px 16px 0;
    }
    
    .product-modern .sticky-top .nav-breadcrumb {
        display: block;
        margin: 0 0 10px !important;
        padding: 0;
        background: transparent !important;
    }

    .product-modern .sticky-top .nav-breadcrumb .breadcrumb {
        margin: 0;
        padding: 0;
        background: transparent !important;
    }

    .product-modern .sticky-top .nav-breadcrumb .breadcrumb-item {
        font-size: 12px;
        line-height: 1.2;
    }
    
    .product-modern .product-mobile-breadcrumb {
        width: 100%;
    }

    .product-modern .product-mobile-breadcrumb .breadcrumb-item + .breadcrumb-item::before {
        padding-right: .25rem;
        padding-left: .25rem;
    }

    .product-modern .sticky-kategorija {
        display: none;
    }

    .product-modern .sticky-naziv {
        font-size: 20px;
    }

    .product-modern .div-atribut {
        grid-template-columns: 1fr;
        gap: 8px;
    }
    
    .product-modern .shop-look-product,
    .product-modern .shop-look-actions {
        grid-template-columns: 1fr;
    }
    
    .product-modern .shop-look-actions {
        width: 100%;
        max-width: 100%;
        gap: 10px;
    }

    .product-modern .shop-look-size {
        width: 50%;
        max-width: 50%;
        min-width: 0;
    }

    .product-modern .shop-look-add {
        width: 100%;
        max-width: 100%;
    }

    .product-modern .shop-look-image img {
        width: 120px;
        height: 120px;
    }

    .product-modern .text-atibut {
        line-height: 1.3;
    }

    .modal.product-drawer-modal.fade .modal-dialog {
        width: min(92vw, 430px);
    }
    
    .size-guide-table {
        font-size: 12px;
        width: max-content;
        min-width: 100%;
        table-layout: auto;
    }

    .size-guide-table th {
        font-size: 11px;
    }

    .size-guide-table th,
    .size-guide-table td {
        padding: 8px 8px;
        white-space: nowrap;
    }

    .size-guide-table-wrap {
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
    }

    .product-recommendations .div-proizvod img {
        height: auto !important;
        aspect-ratio: 412 / 520;
        object-fit: cover;
    }
    
    .product-recommendations h5 {
        padding-left: 16px;
        padding-right: 16px;
        margin-bottom: 16px;
    }

    .product-recommendations .carousel-inner-slicni .carousel-item-slicni.active,
    .product-recommendations .carousel-inner-slicni .carousel-item-next,
    .product-recommendations .carousel-inner-slicni .carousel-item-prev {
        display: block;
    }

    .product-recommendations .similar-page-row {
        grid-template-columns: 1fr;
        gap: 0px;
    }

    .product-recommendations #carouselSlicni {
        padding: 0;
    }
    
    .product-recommendations #carouselSlicniMobile {
        padding: 0 8px;
    }

    .product-recommendations #carouselSlicniMobile .carousel-item-slicni {
        padding: 0 10px;
    }

    .product-recommendations #carouselSlicniMobile .div-proizvod {
        width: 100%;
    }
    
    body.sidebar-open,
    body.sidebar-l1-open,
    body.sidebar-l2-open {
        width: 100%;
        max-width: 100%;
    }
}
