/*@media (min-width: 1280px) {*/
/*    .container {*/
/*        max-width: 1180px;*/
/*    }*/
/*}*/

@media (min-width: 992px) {
    .px-4 {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}

/* General styling for button container */
.button-container {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    gap: 0.25rem;
    width: 50%;
}

/* Button styling */
.button {
    width: 3.5rem;
    height: 3.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: #000;
}

.button-container-right {
    align-items: end;
}

.menu-slider .slick-active a {
    text-decoration: none;
}

.button svg path {
    fill: #fff;
}

.fixed {
    position: fixed;
}

/* Medium screens: flex wrap and width 33% */
@media (min-width: 768px) {
    .button-container {
        flex-direction: row;
        flex-wrap: wrap;
        width: 33.33%;
    }
}

/* Large screens: width 25% */
@media (min-width: 1024px) {
    .button-container {
        width: 25%;
    }
}

/* Extra large screens: width 20% */
@media (min-width: 1280px) {
    .button-container {
        width: 20%;
    }
}

.fa-angle-left:before {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: auto;
    /* Enable pointer events */
    display: block;
}

.add-to-cart {
    width: 70%;
}

.slider-div {
    min-height: 392px !important;
}

@media (max-width: 640px) {
    .slider-div {
        min-height: 392px !important;
    }

    .add-to-cart {
        width: 100%;
    }

    .side-div {
        margin-bottom: 170px;
    }
}


@media (max-width: 768px) {
    .slick-dots li {
        display: none;
    }

    .slick-dots li:nth-child(-n+5) {
        display: inline-block;
        /* Show only first 5 dots */
    }
}

.discount {
    padding: 10px;
    margin: 12px;
}

.custom-button {
    width: 186px;
}

/* Best-selling product titles: use full space to the price, no fixed 186px */
.home-best-selling-section h3 a.custom-button {
    width: auto;
    max-width: 100%;
}

/* Color icon buttons - override custom-button for small icons */
ul.flex.flex-wrap.pt-2\.5.border-t.border-black li img,
ul.flex.flex-wrap.gap-1.pt-2\.5.border-t.border-black li img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    object-fit: contain !important;
}

/* Brand Slider - Visual Normalization and Standardization */
.swiper.brandSlider {
    min-height: 120px !important;
    padding: 20px 0 !important;
}

.swiper.brandSlider .swiper-wrapper {
    align-items: center !important;
    min-height: 120px !important;
}

.swiper.brandSlider .swiper-slide {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 120px !important;
    padding: 15px 20px !important;
    box-sizing: border-box !important;
}

.swiper.brandSlider .swiper-slide img {
    max-width: 100% !important;
    max-height: 90px !important;
    width: auto !important;
    height: auto !important;
    object-fit: contain !important;
    object-position: center !important;
    filter: grayscale(0%) !important;
    transition: all 0.3s ease !important;
    opacity: 0.8 !important;
}

.swiper.brandSlider .swiper-slide:hover img {
    opacity: 1 !important;
    transform: scale(1.05) !important;
}

/* Responsive adjustments */
@media (max-width: 640px) {
    .swiper.brandSlider {
        min-height: 100px !important;
    }

    .swiper.brandSlider .swiper-wrapper {
        min-height: 100px !important;
    }

    .swiper.brandSlider .swiper-slide {
        height: 100px !important;
        padding: 10px 15px !important;
    }

    .swiper.brandSlider .swiper-slide img {
        max-height: 70px !important;
    }
}

@media (min-width: 1024px) {
    .swiper.brandSlider {
        min-height: 140px !important;
    }

    .swiper.brandSlider .swiper-wrapper {
        min-height: 140px !important;
    }

    .swiper.brandSlider .swiper-slide {
        height: 140px !important;
        padding: 20px 25px !important;
    }

    .swiper.brandSlider .swiper-slide img {
        max-height: 100px !important;
    }
}

@media (min-width: 1024px) {
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 40px;
    }
}

/* Back Button Styling */
.back-button,
.back-btn.back-button {
    font-size: 16px !important;
    line-height: 1.5 !important;
    transition: all 0.2s ease !important;
    cursor: pointer !important;
    text-decoration: none !important;
    display: flex !important;
    align-items: center !important;
}

.back-button:hover,
.back-btn.back-button:hover {
    opacity: 0.8 !important;
    transform: translateX(-2px) !important;
}

/* Ensure back button text doesn't affect circle positioning */
.back-button>span:nth-child(2),
.back-btn.back-button>span:nth-child(2) {
    margin-left: 0 !important;
    display: block !important;
}

/* Back button arrow in circle with brand color - border only */
/* Perfect centering like header button - independent from text */
.back-button span:first-child.styled-circle,
.back-btn.back-button span:first-child.styled-circle,
.back-button>span:first-of-type.styled-circle,
.back-btn.back-button>span:first-of-type.styled-circle,
.back-button span:first-of-type.styled-circle,
.back-btn.back-button span:first-of-type.styled-circle {
    font-weight: 400 !important;
    line-height: 1 !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 32px !important;
    min-width: 32px !important;
    height: 32px !important;
    min-height: 32px !important;
    max-width: 32px !important;
    max-height: 32px !important;
    border-radius: 50% !important;
    background-color: transparent !important;
    border: 1px solid #e7a724 !important;
    color: #e7a724 !important;
    margin-right: 8px !important;
    transition: all 0.2s ease !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    box-sizing: border-box !important;
    padding: 0 !important;
    position: relative !important;
    /* Ensure perfect centering - no text interference */
    vertical-align: middle !important;
}

/* Ensure SVG inside is perfectly centered */
.back-button span:first-child.styled-circle svg,
.back-btn.back-button span:first-child.styled-circle svg {
    display: block !important;
    margin: auto !important;
    width: 12px !important;
    height: 12px !important;
    flex-shrink: 0 !important;
}

.back-button:hover span:first-child.styled-circle,
.back-btn.back-button:hover span:first-child.styled-circle,
.back-button:hover>span:first-of-type.styled-circle,
.back-btn.back-button:hover>span:first-of-type.styled-circle,
.back-button:hover span:first-of-type.styled-circle,
.back-btn.back-button:hover span:first-of-type.styled-circle {
    border-color: #d6971f !important;
    color: #d6971f !important;
    transform: scale(1.05) !important;
}

/* Override old back-btn styles */
.back-btn.back-button {
    font-size: 16px !important;
    color: inherit !important;
}

.home-best-selling-title,
.home-inspiration {
    font-weight: normal;
}

@media (min-width: 640px) {

    .home-best-selling-title,
    .home-inspiration {
        font-weight: bold;
    }
}

.oxy-modu {
    padding-top: 130px;
    padding-bottom: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center 30%;
    background-image: url('../images/oxy-mobile.png');
}

@media (min-width: 768px) {
    .oxy-modu {
        padding-top: 140px;
        padding-bottom: 140px;
        background-position: center;
        background-image: url('../images/oxy.jpg');
    }
}

/* Hide color selection for shoes - additional CSS fallback */
/* This will hide color icons if the product has sizes with subtitles (cm ranges) */
ul.flex.flex-wrap.gap-2.pb-7 li:has(+ ul li span.text-xs),
ul.flex.flex-wrap.gap-2.pb-2 li:has(+ ul li span.text-xs),
ul.flex.flex-wrap.gap-2.my-5 li:has(+ ul li span.text-xs) {
    /* This is a fallback - the main logic is in Blade */
}

/* Size Selection for Shoes - Display like size chart */
ul.flex.flex-wrap.gap-2.pb-7 li,
ul.flex.flex-wrap.gap-2.pb-2 li {
    min-width: 70px !important;
    padding: 12px 16px !important;
    border-radius: 8px !important;
    transition: all 0.2s ease !important;
}

/* Selected size - brand color border */
ul.flex.flex-wrap.gap-2.pb-7 li.border,
ul.flex.flex-wrap.gap-2.pb-2 li.border {
    border: 2px solid #e7a724 !important;
    background-color: transparent !important;
}

/* Unselected size - no border */
ul.flex.flex-wrap.gap-2.pb-7 li.border-0,
ul.flex.flex-wrap.gap-2.pb-2 li.border-0 {
    border: 2px solid transparent !important;
    background-color: transparent !important;
}

/* Size number - bold and larger */
ul.flex.flex-wrap.gap-2.pb-7 li span:first-child,
ul.flex.flex-wrap.gap-2.pb-2 li span:first-child {
    font-size: 16px !important;
    font-weight: 700 !important;
    color: #000000 !important;
    line-height: 1.2 !important;
}

/* Size range (subtitle) - smaller and gray */
ul.flex.flex-wrap.gap-2.pb-7 li span.text-xs,
ul.flex.flex-wrap.gap-2.pb-2 li span.text-xs {
    font-size: 11px !important;
    color: #6b7280 !important;
    line-height: 1.2 !important;
    margin-top: 2px !important;
}

/* Footer padding-top fix */
footer.pt-\[50px\] {
    padding-top: 50px !important;
}

/* Cart: мобилен scroll за табела */
.cart-table-scroll {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

/* Cart table: product image – фиксна големина, не да се растегнува */
.cart_inner .cart-product-img-wrap {
    width: 64px;
    height: 64px;
    min-width: 64px;
    min-height: 64px;
    max-width: 80px;
    max-height: 80px;
    overflow: hidden;
    border-radius: 4px;
    background-color: #f9fafb;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cart_inner .cart-product-img-wrap img.cart-product-img {
    width: 100% !important;
    height: 100% !important;
    max-width: 100% !important;
    max-height: 100% !important;
    object-fit: contain !important;
}

@media (min-width: 640px) {
    .cart_inner .cart-product-img-wrap {
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
    }
}

/* Cart: X за бришење – црвен квадрат, бел X. Мобилно: поголем touch target */
.cart_inner .cart-remove-btn {
    min-width: 24px;
    min-height: 24px;
    width: 24px;
    height: 24px;
    background-color: #ef4444 !important;
    color: #fff !important;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.cart_inner .cart-remove-btn:hover {
    background-color: #dc2626 !important;
}

.cart_inner .cart-remove-btn .cart-remove-icon {
    width: 12px;
    height: 12px;
    flex-shrink: 0;
}

@media (max-width: 640px) {
    .cart_inner .cart-remove-btn {
        min-width: 36px;
        min-height: 36px;
        width: 36px;
        height: 36px;
    }

    .cart_inner .cart-remove-btn .cart-remove-icon {
        width: 16px;
        height: 16px;
    }
}

.cart_inner .cart-remove-btn,
.cart_inner .cart-qty-btn,
.cart_inner .cart-cta-btn {
    touch-action: manipulation;
}

/* Продолжете со купување – постојана позадина (#1f2937), на hover само раб */
.cart_inner .cart-cta-wrap .cart-cta-btn.cart-cta-continue {
    background-color: #1f2937 !important;
    color: #fff !important;
    border: 1px solid #1f2937 !important;
}

.cart_inner .cart-cta-wrap .cart-cta-btn.cart-cta-continue:hover {
    background-color: transparent !important;
    color: #1f2937 !important;
    border: 1px solid #1f2937 !important;
}

/* Продолжете кон наплата – на hover само раб во бојата на копчето */
.cart_inner .cart-cta-wrap .cart-cta-btn.cart-cta-checkout:hover {
    background-color: transparent !important;
    border: 1px solid #e7a724 !important;
    color: #e7a724 !important;
    opacity: 1 !important;
}

/* Cart count badge – горен десен агол на иконата, бела кружна позадина, црн број */
.cart-count-badge {
    top: 0;
    right: 0;
    transform: translate(50%, -50%);
    z-index: 10;
    pointer-events: none;
    background-color: #fff !important;
    color: #111 !important;
    font-size: 0.75rem;
    font-weight: 700;
    min-width: 1.25rem;
    height: 1.25rem;
    line-height: 1;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
    border: 1px solid rgba(0, 0, 0, 0.08);
}

/* Confirmation page: исти стилови како cart CTA копчиња */
.confirmation-cta-wrap.cart-cta-wrap .cart-cta-btn.cart-cta-continue {
    background-color: #1f2937 !important;
    color: #fff !important;
    border: 1px solid #1f2937 !important;
}

.confirmation-cta-wrap.cart-cta-wrap .cart-cta-btn.cart-cta-continue:hover {
    background-color: transparent !important;
    color: #1f2937 !important;
    border: 1px solid #1f2937 !important;
}

.confirmation-cta-wrap.cart-cta-wrap .cart-cta-btn.cart-cta-checkout:hover {
    background-color: transparent !important;
    border: 1px solid #e7a724 !important;
    color: #e7a724 !important;
    opacity: 1 !important;
}

.confirmation-cta-wrap.cart-cta-wrap .cart-cta-btn {
    touch-action: manipulation;
}

@media (max-width: 639px) {
    .confirmation-cta-wrap.cart-cta-wrap {
        flex-direction: column;
        align-items: stretch;
    }

    .confirmation-cta-wrap.cart-cta-wrap .cart-cta-btn {
        width: 100%;
        text-align: center;
    }
}

/* Мобилно: CTA копчиња во колона, full-width. Десктоп: остануваат во ред, десно. */
@media (max-width: 639px) {
    .cart_inner .cart-cta-wrap {
        flex-direction: column;
        align-items: stretch;
        gap: 0.75rem;
    }

    .cart_inner .cart-cta-wrap .cart-cta-btn {
        width: 100%;
        text-align: center;
    }
}

/* About-us legacy look: mustard bg + contact-bg.png */
.about-section-legacy {
    background-color: #DE9E24;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
}

.about-section-legacy .about-title {
    color: #ffffff;
    font-size: 90px;
    font-weight: bold;
    line-height: 1.1;
    margin-bottom: 30px;
    font-family: 'Futura Now Headline', sans-serif;
}

.about-section-legacy .about-text {
    color: #ffffff;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Rich text from editor: нумерирани листи, bold, параграфи */
.about-section-legacy .about-text ol,
.about-section-legacy .about-text ul {
    list-style-position: outside;
    padding-left: 1.5em;
    margin: 0.75em 0;
}

.about-section-legacy .about-text ol {
    list-style-type: decimal !important;
}

.about-section-legacy .about-text ul {
    list-style-type: disc !important;
}

.about-section-legacy .about-text li {
    display: list-item;
    margin-bottom: 0.35em;
}

.about-section-legacy .about-text strong,
.about-section-legacy .about-text b {
    font-weight: 700;
}

.about-section-legacy .about-text p {
    margin-bottom: 0.75em;
}

@media (max-width: 768px) {
    .about-section-legacy .about-title {
        font-size: 50px;
    }

    .about-section-legacy .about-text {
        font-size: 15px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .about-section-legacy .about-title {
        font-size: 60px;
    }
}

/* ========== FAQ page: layout + card bg lighter than page bg ========== */
.about-section-legacy.faq-page {
    --faq-page-bg: #e7a724;
    --faq-card-bg: #ffffff;
    --faq-card-border: #dfe1e4;
    --faq-card-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
    --faq-text: #1a1a1a;
    --faq-text-muted: #5f6368;
    --faq-cta-bg: #d6971f;
    --faq-cta-text: #ffffff;
    --faq-cta-btn-bg: #ffffff;
    --faq-cta-btn-text: #1a1a1a;
    background-color: var(--faq-page-bg);
    background-image: none;
}

.about-section-legacy.faq-page .faq-page-back {
    color: var(--faq-text-muted);
}

.about-section-legacy.faq-page .faq-page-title {
    color: #ffffff;
    font-size: clamp(2rem, 5vw, 3.5rem);
    font-weight: 700;
    line-height: 1.15;
    margin: 0 0 0.5rem;
    font-family: 'Futura Now Headline', sans-serif;
}

.about-section-legacy.faq-page .faq-page-subtitle {
    color: var(--faq-text);
    font-size: 1rem;
    line-height: 1.5;
    margin: 0;
}

.faq-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
}

@media (min-width: 768px) {
    .faq-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

.faq-card {
    background-color: var(--faq-card-bg);
    border: 1px solid var(--faq-card-border);
    border-radius: 1rem;
    box-shadow: var(--faq-card-shadow);
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: box-shadow 0.2s ease;
}

.faq-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.faq-card-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.25rem 1.5rem;
    border-bottom: 1px solid var(--faq-card-border);
    flex-shrink: 0;
}

.faq-card-title {
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--faq-text);
    margin: 0;
    line-height: 1.3;
}

.faq-card-arrow {
    color: var(--faq-text-muted);
    flex-shrink: 0;
}

.faq-card-body {
    padding: 1rem 1.5rem 1.25rem;
    flex: 1;
}

.faq-item {
    border: none;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    overflow: hidden;
}

.faq-item:last-child {
    margin-bottom: 0;
}

.faq-item-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.875rem 1rem;
    cursor: pointer;
    list-style: none;
    color: var(--faq-text);
    font-size: 0.9375rem;
    line-height: 1.4;
    transition: background-color 0.15s ease;
}

.faq-item-summary::-webkit-details-marker {
    display: none;
}

.faq-item-summary:hover {
    background-color: rgba(0, 0, 0, 0.03);
}

.faq-item-question {
    flex: 1;
    padding-right: 0.5rem;
}

.faq-item-arrow {
    flex-shrink: 0;
    color: var(--faq-text-muted);
    transition: transform 0.2s ease;
}

.faq-item[open] .faq-item-arrow {
    transform: rotate(90deg);
}

.faq-item-answer {
    padding: 0 1rem 1rem;
    font-size: 0.875rem;
    line-height: 1.55;
    color: var(--faq-text);
    border-top: 1px solid var(--faq-card-border);
}

.about-section-legacy.faq-page .faq-item-answer,
.about-section-legacy.faq-page .faq-item-answer p,
.about-section-legacy.faq-page .faq-item-answer ol,
.about-section-legacy.faq-page .faq-item-answer ul,
.about-section-legacy.faq-page .faq-item-answer li,
.about-section-legacy.faq-page .faq-item-answer strong,
.about-section-legacy.faq-page .faq-item-answer b {
    color: var(--faq-text);
}

.faq-empty {
    grid-column: 1 / -1;
    padding: 2rem;
    text-align: center;
    color: var(--faq-text-muted);
}

.faq-cta-card {
    background-color: var(--faq-cta-bg);
    border-color: var(--faq-cta-bg);
    color: var(--faq-cta-text);
    padding: 1.5rem 1.5rem 1.75rem;
    justify-content: center;
    text-align: center;
}

.faq-cta-card .faq-card-header,
.faq-cta-card .faq-card-body {
    display: none;
}

.faq-cta-title {
    font-size: 1.125rem;
    font-weight: 700;
    margin: 0 0 0.35rem;
    color: inherit;
}

.faq-cta-subtitle {
    font-size: 0.9375rem;
    opacity: 0.95;
    margin: 0 0 1.25rem;
    line-height: 1.4;
}

.faq-cta-btn {
    display: inline-block;
    padding: 0.6rem 1.25rem;
    background-color: var(--faq-cta-btn-bg);
    color: var(--faq-cta-btn-text);
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: 0.5rem;
    text-decoration: none;
    transition: opacity 0.2s ease;
}

.faq-cta-btn:hover {
    opacity: 0.92;
}

/* Header – растојание 50px од краевите (како sticky иконата) */
.header-nav-spacing {
    padding-left: 16px;
    padding-right: 16px;
}

@media (min-width: 640px) {
    .header-nav-spacing {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (min-width: 768px) {
    .header-nav-spacing {
        padding-left: 32px;
        padding-right: 32px;
    }
}

@media (min-width: 1024px) {
    .header-nav-spacing {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* Header icons: hover rotation (menu, search, user, cart) */
.header-icon-hover-rotate {
    transition: transform 0.3s ease-out;
}

.header-icon-hover-rotate:hover {
    transform: rotate(-24deg);
}

/* Sticky icon (fixed right): hover zoom in / zoom out (scale) */
.sticky-icon-hover-zoom {
    transition: transform 0.3s ease-out;
}

.sticky-icon-hover-zoom img {
    transition: transform 0.3s ease-out;
    transform: scale(1);
}

.sticky-icon-hover-zoom:hover img {
    transform: scale(1.15);
}

/* Image hover zoom – homepage banners, best selling, other products only */
.img-hover-zoom {
    overflow: hidden;
    display: block;
}

.img-hover-zoom img {
    transition: transform 0.35s ease-out;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.img-hover-zoom:hover img {
    transform: scale(1.05);
}

/* Product card: image swap on hover (Shop + category listing only; not product page gallery) */
.product-card-img-swap {
    position: relative;
    overflow: hidden;
    display: block;
}

.product-card-img-swap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: opacity 0.3s ease;
}

.product-card-img-swap .product-card-img-hover {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.product-card-img-swap:hover .product-card-img-main {
    opacity: 0;
}

.product-card-img-swap:hover .product-card-img-hover {
    opacity: 1;
}

/* Hero slider CTA button – hover/active за да се знае дека е кликливо */
.hero-slider-cta-btn:hover {
    background-color: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hero-slider-cta-btn:active {
    transform: scale(0.97);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Category block „Истражи“ копчиња – hover/active */
.category-block-cta-btn:hover {
    background-color: rgba(255, 255, 255, 0.25);
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.category-block-cta-btn:active {
    transform: scale(0.97);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}

/* Product details – копче „Додади во кошничка“ само на desktop не full-width + блага анимација */
.add-to-cart-desktop-btn {
    transition: transform 0.25s ease, box-shadow 0.25s ease, opacity 0.2s ease !important;
}

.add-to-cart-desktop-btn:hover {
    transform: scale(1.03);
    box-shadow: 0 4px 14px rgba(227, 171, 67, 0.35);
}

.add-to-cart-desktop-btn:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(227, 171, 67, 0.25);
}

@media (min-width: 1024px) {
    .add-to-cart-desktop-btn {
        width: fit-content !important;
        flex-shrink: 0;
    }
}

/* Product details – боја swatches, помало растојание помеѓу иконите */
.product-color-swatches {
    gap: 6px;
}

.product-color-swatches li {
    padding: 3px !important;
}

/* Други производи – line spacing за наслов на продукт */
.product-card-title,
.product-card-title a {
    line-height: 1.45;
}

/* Drawer мени – благо поместување надесно при hover (без zoom, не се крие текст) */
.sidebar-menu-list>li>a,
.sidebar-menu-list>li>button {
    display: inline-block;
    transition: transform 0.25s ease, opacity 0.25s ease;
}

.sidebar-menu-list>li>a:hover,
.sidebar-menu-list>li>button:hover {
    transform: translateX(8px);
    opacity: 0.9;
}

.sidebar-menu-list li ul li a {
    display: inline-block;
    transition: transform 0.2s ease, opacity 0.2s ease;
}

.sidebar-menu-list li ul li a:hover {
    transform: translateX(6px);
    opacity: 0.9;
}

/* Product size options: на залиха vs нема на залиха */
.product-size-option {
    border-width: 1px;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.product-size-in-stock {
    background-color: #fff;
    border-color: #d1d5db;
    cursor: pointer;
}

.product-size-in-stock:hover {
    border-color: #e3ab43;
    background-color: #fdf8ed;
}

.product-size-in-stock.product-size-selected {
    border-width: 2px;
    border-color: #e3ab43;
    background-color: #fdf8ed;
}

.product-size-out-of-stock {
    background-color: #e5e7eb;
    border-color: #d1d5db;
    cursor: not-allowed;
    pointer-events: none;
    opacity: 0.85;
}

.product-size-out-of-stock .product-size-value {
    text-decoration: line-through;
    color: #6b7280;
}

.product-size-out-of-stock .product-size-subtitle {
    color: #9ca3af;
}

.product-size-out-of-stock .product-size-badge {
    font-size: 10px;
    color: #6b7280;
    margin-top: 2px;
}

/* Мобилен footer – посебен padding-bottom (иста вредност како pb-10) */
.footer-mobile-pb {
    padding-bottom: 5.5rem;
}

/* Product details – мобилна содржина, растојание под листата (Достава, Плаќање...) – само за овој блок */
.product-mobile-content-spacing {
    padding-bottom: 5rem;
}