/* Desktop only: shared visual language with the completed mobile storefront. */
@media (min-width: 1025px) {

    .mobile-home-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: 7px; gap: 8px; }

    .mobile-home-heading h2 { font-size: 21px; margin: 0; letter-spacing: -.6px; }

    .mobile-home-heading button { color: #ff6000; border: 0; background: none; font-size: 12px; padding: 8px 0; }

    .mobile-home-heading button span { margin-left: 5px; }

    .mobile-home-category-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }

    .mobile-home-category-grid > a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 5px; background: #f4f4f6; border-radius: 10px; padding: 8px 3px; min-height: 75px; color: #111; text-decoration: none; font-size: 12px; text-align: center; overflow-wrap: anywhere; }

    .mobile-home-category-grid .cat-ico, .mobile-home-category-grid .cat-ico svg { width: 43px; height: 43px; }

    .home-mobile-reference .product-card--catalog ,
    .product-catalog .product-card--catalog{ border: 1px solid #e5e6eb !important; border-radius: 9px; padding: 0; background: #fff; overflow: hidden; box-shadow: none; height: 100%; }

    .home-mobile-reference .product-card__top ,
    .product-catalog .product-card__top{ display: flex; flex-direction: column; padding: 0; gap: 0; }

    .home-mobile-reference .product-card__media ,
    .product-catalog .product-card__media{ width: 100%; padding: 0; }

    .home-mobile-reference .product-image ,
    .product-catalog .product-image{ aspect-ratio: 1.9; height: auto !important; min-height: 0 !important; margin: 0; }

    .home-mobile-reference .product-image img ,
    .product-catalog .product-image img{ width: 100%; height: 100%; object-fit: contain; }

    .home-mobile-reference .variation-swatches--empty, .home-mobile-reference .product-card__origin-slot:empty ,
    .product-catalog .variation-swatches--empty, .product-catalog .product-card__origin-slot:empty{ display: none; }

    .home-mobile-reference .product-card__body ,
    .product-catalog .product-card__body{ padding: 6px 9px 0; min-height: 0; }

    .home-mobile-reference .product-card__pack:not([title]) ,
    .product-catalog .product-card__pack:not([title]){ display: none; }

    .home-mobile-reference .product-card__title ,
    .product-catalog .product-card__title{ font-size: 13px; line-height: 1.2; min-height: 0; color: #111; font-weight: 600; }

    .home-mobile-reference .product-card__footer ,
    .product-catalog .product-card__footer{ padding: 0 9px 8px; display: flex; align-items: end; gap: 4px; }

    .home-mobile-reference .product-card__price-row ,
    .product-catalog .product-card__price-row{ flex: 1; min-width: 0; }

    .home-mobile-reference .product-card__price ,
    .product-catalog .product-card__price{ font-size: 16px; font-weight: 750; }

    .home-mobile-reference .product-card__brand-row ,
    .product-catalog .product-card__brand-row{ font-size: 9px; }

    .home-mobile-reference .product-card__cart-row ,
    .product-catalog .product-card__cart-row{ width: auto; flex: 0 0 auto; }

    .home-mobile-reference .product-card-add-btn:not(.product-card-add-btn--notify) ,
    .product-catalog .product-card-add-btn:not(.product-card-add-btn--notify){ width: 34px; height: 34px; min-height: 34px; padding: 8px; border-radius: 50%; background: #0b0b0b; color: #fff; }

    .home-mobile-reference .product-card-add-btn:not(.product-card-add-btn--notify) > span ,
    .product-catalog .product-card-add-btn:not(.product-card-add-btn--notify) > span{ display: none !important; }

    .home-mobile-reference .product-card-corner-badge ,
    .product-catalog .product-card-corner-badge{ font-size: 8px; padding: 3px 5px; }

    .home-mobile-reference .home-products .home-product-carousel .product-card--catalog ,
    .product-catalog .catalog-products .product-card--catalog{ padding: 0 !important; border-radius: 9px !important; }

    .home-mobile-reference .home-products .product-card--catalog .product-card__footer ,
    .product-catalog .catalog-products .product-card--catalog .product-card__footer{ flex-direction: row !important; align-items: end !important; gap: 4px !important; }

    .home-mobile-reference .home-products .product-card--catalog .product-card__cart-row ,
    .product-catalog .catalog-products .product-card--catalog .product-card__cart-row{ width: auto !important; }

    .home-mobile-reference .home-products .product-card-add-btn:not(.product-card-add-btn--notify) ,
    .product-catalog .catalog-products .product-card-add-btn:not(.product-card-add-btn--notify){ width: 34px !important; height: 34px !important; min-height: 34px !important; padding: 8px !important; border-radius: 50% !important; background: #0b0b0b !important; }

    .home-mobile-reference .home-products .price-current ,
    .product-catalog .catalog-products .price-current{ color: #111 !important; font-size: 16px; }

    .home-mobile-reference .home-products .product-card__title ,
    .product-catalog .catalog-products .product-card__title{ text-align: left; }

    .home-mobile-reference .home-products .product-card__origin-slot:not(:has(.made-in-japan)) ,
    .product-catalog .catalog-products .product-card__origin-slot:not(:has(.made-in-japan)){ display: none; }

    .home-mobile-reference .home-products .product-card-add-btn:not(.product-card-add-btn--notify) ,
    .product-catalog .catalog-products .product-card-add-btn:not(.product-card-add-btn--notify){
        background: transparent !important;
        color: #000 !important;
        border-radius: 0 !important;
        border: 0 !important;
        box-shadow: none !important;
    }

    .home-mobile-reference .home-products .product-card-add-btn:not(.product-card-add-btn--notify) svg ,
    .product-catalog .catalog-products .product-card-add-btn:not(.product-card-add-btn--notify) svg{
        width: 22px !important;
        height: 22px !important;
        color: #000 !important;
        stroke: #000 !important;
        stroke-width: 1.5;
        fill: none;
    }

    .home-mobile-reference .home-products .product-card-add-btn.cart-add-confirmed::after ,
    .product-catalog .catalog-products .product-card-add-btn.cart-add-confirmed::after{ border-color: #000; }


.home-card-heart, .home-card-brand, .home-card-stock { display: none; }

    .home-mobile-reference .home-products .product-card--home-reference ,
    .product-catalog .catalog-products .product-card--home-reference{
        position: relative;
        display: flex;
        flex-direction: column;
        padding: 0 !important;
        border: 1px solid #e6e8ed !important;
        border-radius: 12px !important;
        overflow: hidden;
    }

    .home-mobile-reference .product-card--home-reference .home-card-heart ,
    .product-catalog .product-card--home-reference .home-card-heart{
        display: block;
        position: absolute;
        top: 9px;
        right: 9px;
        z-index: 3;
        width: 20px;
        height: 20px;
        color: #111;
        pointer-events: none;
    }

    .home-card-heart svg { width: 100%; height: 100%; }

    .home-mobile-reference .home-products .product-card--home-reference .product-card__top ,
    .product-catalog .catalog-products .product-card--home-reference .product-card__top{
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 0;
        flex: 0 0 auto;
    }

    .home-mobile-reference .home-products .product-card--home-reference .product-image ,
    .product-catalog .catalog-products .product-card--home-reference .product-image{
        width: 100%;
        height: auto !important;
        min-height: 0 !important;
        aspect-ratio: 1.6;
        padding: 3px 12px 0;
        box-sizing: border-box;
    }

    .home-mobile-reference .product-card--home-reference .product-card__media-link,
    .home-mobile-reference .product-card--home-reference .product-image picture ,
    .product-catalog .product-card--home-reference .product-card__media-link,
    .product-catalog .product-card--home-reference .product-image picture{
        display: block;
        width: 100%;
        height: 100%;
    }

    .home-mobile-reference .product-card--home-reference .product-image img ,
    .product-catalog .product-card--home-reference .product-image img{
        width: 100%;
        height: 100%;
        max-height: none;
        object-fit: contain;
    }

    .home-mobile-reference .home-products .product-card--home-reference .product-card__body ,
    .product-catalog .catalog-products .product-card--home-reference .product-card__body{
        padding: 0 9px;
        min-height: 0;
        text-align: left;
    }

    .home-mobile-reference .product-card--home-reference .home-card-brand ,
    .product-catalog .product-card--home-reference .home-card-brand{
        display: block;
        height: 1.2em;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #797d88;
        font-size: 11px;
        font-weight: 400;
        line-height: 1.2;
        margin: 0 0 1px;
    }

    .home-mobile-reference .home-products .product-card--home-reference .product-card__title ,
    .product-catalog .catalog-products .product-card--home-reference .product-card__title{
        display: -webkit-box;
        font-size: 12px;
        font-weight: 650;
        line-height: 1.15;
        height: auto;
        min-height: 2.3em;
        max-height: 2.3em;
        overflow: hidden;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        white-space: normal;
        overflow-wrap: anywhere;
        text-align: left;
        margin: 0 0 0 -3px;
        padding: 0;
    }

    .home-mobile-reference .product-card--home-reference .product-card__body > .product-stock-label,
    .home-mobile-reference .product-card--home-reference .product-card__price-row > .product-card__brand-row,
    .home-mobile-reference .product-card--home-reference > .product-card-corner-badge ,
    .product-catalog .product-card--home-reference .product-card__body > .product-stock-label,
    .product-catalog .product-card--home-reference .product-card__price-row > .product-card__brand-row,
    .product-catalog .product-card--home-reference > .product-card-corner-badge{ display: none !important; }

    .home-mobile-reference .home-products .product-card--home-reference .product-card__footer ,
    .product-catalog .catalog-products .product-card--home-reference .product-card__footer{
        padding: 2px 9px 8px;
        margin-top: 0;
        gap: 5px !important;
        align-items: end !important;
    }

    .home-mobile-reference .home-products .product-card--home-reference .product-card__price-row ,
    .product-catalog .catalog-products .product-card--home-reference .product-card__price-row{
        flex: 1 1 auto;
        width: auto;
        min-width: 0;
    }

    .home-mobile-reference .product-card--home-reference .price-current ,
    .product-catalog .product-card--home-reference .price-current{
        font-size: 15px !important;
        font-weight: 750;
        line-height: 1.2;
        letter-spacing: -.5px;
    }

    .home-mobile-reference .product-card--home-reference .price-currency ,
    .product-catalog .product-card--home-reference .price-currency{ font-size: inherit; }

    .home-mobile-reference .product-card--home-reference .home-card-stock ,
    .product-catalog .product-card--home-reference .home-card-stock{
        display: flex;
        align-items: center;
        gap: 6px;
        margin: 2px 0 0;
        color: #149d54;
        font-size: 11px;
        line-height: 1.2;
        font-weight: 400;
    }

    .home-card-stock > span { width: 7px; height: 7px; border-radius: 50%; background: currentColor; flex-shrink: 0; }

    .home-mobile-reference .product-card--home-reference .home-card-stock--out ,
    .product-catalog .product-card--home-reference .home-card-stock--out{ color: #b64646; }

    .home-mobile-reference .home-products .product-card--home-reference .product-card-add-btn:not(.product-card-add-btn--notify) ,
    .product-catalog .catalog-products .product-card--home-reference .product-card-add-btn:not(.product-card-add-btn--notify){
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 36px !important;
        height: 36px !important;
        min-height: 36px !important;
        padding: 8px !important;
        flex-shrink: 0;
    }

    .home-mobile-reference .product-card--home-reference .product-card__cart-row:has(.product-card-add-btn--notify) ,
    .product-catalog .product-card--home-reference .product-card__cart-row:has(.product-card-add-btn--notify){ max-width: 45%; }

    .home-mobile-reference .product-card--home-reference .product-card-add-btn--notify ,
    .product-catalog .product-card--home-reference .product-card-add-btn--notify{ white-space: normal; font-size: 10px; }


.mobile-home-benefits { display: none; }

    .home-mobile-reference .mobile-home-benefits {
        display: grid;
        grid-template-columns: 1fr 1.15fr 1fr;
        order: 2;
        margin: 0 10px 12px;
        padding: 12px 4px;
        border: 1px solid #e7e8ed;
        border-radius: 10px;
        background: #fff;
        color: #080808;
    }

    .mobile-home-benefits__item {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: clamp(5px, 1.5vw, 12px);
        min-width: 0;
        padding: 0 4px;
    }

    .mobile-home-benefits__item + .mobile-home-benefits__item { border-left: 1px solid #e7e8ed; }

    .mobile-home-benefits__item svg { width: clamp(22px, 5.7vw, 42px); height: clamp(22px, 5.7vw, 42px); flex-shrink: 0; }

    .mobile-home-benefits__item > div { min-width: 0; }

    .mobile-home-benefits__item strong { display: block; font-size: clamp(9px, 2.35vw, 17px); font-weight: 650; line-height: 1.25; letter-spacing: -.2px; }

    .mobile-home-benefits__item span { display: block; margin-top: 3px; color: #888c99; font-size: clamp(7px, 1.9vw, 14px); font-weight: 400; line-height: 1.3; }


.mobile-home-category-grid .mobile-home-category-icon {
    display: block;
    width: 43px;
    height: 43px;
    object-fit: contain;
    flex-shrink: 0;
}


.home-loyalty-banner { display: none; }

    .home-mobile-reference main > .home-loyalty-banner {
        display: block;
        order: 3;
        margin: 0 0 20px;
        padding: 26px 18px 16px;
        background: #f5f5f7;
        color: #242426;
        text-align: center;
        overflow: hidden;
    }

    .home-loyalty-banner h2 { margin: 0 0 9px; font-size: clamp(27px, 7.2vw, 39px); line-height: 1.1; font-weight: 650; letter-spacing: -1.1px; }

    .home-loyalty-banner__intro { margin: 0 0 17px; font-size: clamp(16px, 4.5vw, 23px); font-weight: 400; line-height: 1.3; letter-spacing: -.35px; }

    .home-loyalty-banner__actions { position: relative; display: flex; justify-content: center; align-items: flex-start; gap: 12px; z-index: 2; }

    .home-loyalty-banner__actions > a, .home-loyalty-banner__details summary {
        display: block; padding: 10px 17px; border: 1px solid #0071e3; border-radius: 24px;
        font-size: 14px; line-height: 1.3; text-decoration: none; white-space: nowrap; cursor: pointer;
    }

    .home-loyalty-banner__actions > a { color: #0071e3; background: transparent; }

    .home-loyalty-banner__details summary { list-style: none; background: #0071e3; color: #fff; }

    .home-loyalty-banner__details summary::-webkit-details-marker { display: none; }

    .home-loyalty-banner__details > p { position: absolute; left: 0; right: 0; top: 44px; z-index: 2; padding: 15px; margin: 8px 0; border-radius: 12px; background: #fff; box-shadow: 0 8px 30px #0001; color: #444; font-size: 13px; line-height: 1.5; }

    .home-loyalty-banner__scene { display: grid; place-items: center; height: clamp(185px, 50vw, 280px); margin-top: 32px; perspective: 900px; }

    .home-loyalty-banner__card {
        position: relative; width: min(62vw, 295px); aspect-ratio: 1.586; box-sizing: border-box;
        border-radius: 12px; border: 1px solid #c9c9cb;
        background: linear-gradient(125deg, #fdfdfd 0%, #ededee 43%, #d5d5d7 100%);
        transform: rotate(-36deg) rotateY(-12deg) rotateX(20deg);
        box-shadow: -1px 2px 0 #999, 18px 34px 20px -16px #0004, inset 0 1px 1px #fff;
        color: #77787a; text-align: left;
    }

    .home-loyalty-banner__card-title { position: absolute; top: 18px; left: 20px; font-size: 16px; font-weight: 600; letter-spacing: -.4px; text-shadow: 0 1px #fff; }

    .home-loyalty-banner__mark { position: absolute; top: 15px; right: 18px; width: 30px; height: 30px; color: #909092; }

    .home-loyalty-banner__card-name { position: absolute; left: 20px; bottom: 32px; font-size: 12px; letter-spacing: .3px; }

    .home-loyalty-banner__card-brand { position: absolute; left: 20px; bottom: 18px; font-size: 8px; letter-spacing: 1px; }

    .home-mobile-reference .product-card--home-reference .product-sale-row ,
    .product-catalog .product-card--home-reference .product-sale-row{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 2px;
    }

    .home-mobile-reference .product-card--home-reference .product-sale-row > .price-original ,
    .product-catalog .product-card--home-reference .product-sale-row > .price-original{
        order: -1;
        margin: 0;
        text-decoration: line-through;
    }

    .home-mobile-reference .product-card--home-reference .product-sale-row > .product-sale-box ,
    .product-catalog .product-card--home-reference .product-sale-row > .product-sale-box{
        order: 0;
        margin: 0;
    }


.home-card-sale-percent { display: none; }

    .home-mobile-reference .home-products .product-card--home-reference:has(.product-sale-row) .product-card__footer ,
    .product-catalog .catalog-products .product-card--home-reference:has(.product-sale-row) .product-card__footer{ position: relative; display: block !important; }

    .home-mobile-reference .product-card--home-reference:has(.product-sale-row) .product-card__price-row ,
    .product-catalog .product-card--home-reference:has(.product-sale-row) .product-card__price-row{ width: 100% !important; }

    .home-mobile-reference .product-card--home-reference:has(.product-sale-row) .product-card__cart-row ,
    .product-catalog .product-card--home-reference:has(.product-sale-row) .product-card__cart-row{ position: absolute; right: 6px; bottom: 2px; }

    .home-mobile-reference .product-card--home-reference:has(.product-sale-row) .home-card-stock ,
    .product-catalog .product-card--home-reference:has(.product-sale-row) .home-card-stock{ min-height: 28px; padding-right: 38px; box-sizing: border-box; }

    .home-mobile-reference .product-card--home-reference .product-sale-row ,
    .product-catalog .product-card--home-reference .product-sale-row{
        display: flex; flex-direction: row; flex-wrap: wrap; align-items: center; justify-content: flex-start; gap: 2px;
    }

    .home-mobile-reference .product-card--home-reference .product-sale-row > .product-sale-box ,
    .product-catalog .product-card--home-reference .product-sale-row > .product-sale-box{ order: 0; }

    .home-mobile-reference .product-card--home-reference .product-sale-row > .price-original ,
    .product-catalog .product-card--home-reference .product-sale-row > .price-original{ order: 1; color: #777c87; font-size: 8px; white-space: nowrap; }

    .home-mobile-reference .product-card--home-reference .product-sale-row .card-dwell-now ,
    .product-catalog .product-card--home-reference .product-sale-row .card-dwell-now{ color: #080808 !important; font-size: clamp(12px, 3.3vw, 15px) !important; font-weight: 750 !important; line-height: 1.2; white-space: nowrap; }

    .home-mobile-reference .product-card--home-reference .home-card-sale-percent ,
    .product-catalog .product-card--home-reference .home-card-sale-percent{
        display: inline-block; order: 2; padding: 3px 4px; border-radius: 20px;
        background: #ff6500; color: #fff; font-size: 8px; font-weight: 600; line-height: 1.2; white-space: nowrap;
    }

    .home-mobile-reference .product-card--home-reference .product-sale-row > .price-original,
    .home-mobile-reference .product-card--home-reference .product-sale-row > .price-original .price-currency ,
    .product-catalog .product-card--home-reference .product-sale-row > .price-original,
    .product-catalog .product-card--home-reference .product-sale-row > .price-original .price-currency{
        color: #777c87 !important;
    }

    .home-mobile-reference main > .home-loyalty-banner {
        display: grid;
        grid-template-rows: auto auto auto minmax(0, 1fr);
        width: 100%;
        aspect-ratio: 1 / 1;
        box-sizing: border-box;
        padding: clamp(16px, 5vw, 28px) 18px 16px;
    }

    .home-loyalty-banner__scene {
        height: auto;
        min-height: 0;
        margin-top: 12px;
    }

    .home-loyalty-banner__card { width: min(48vw, 230px); }

    .home-mobile-reference main > .home-loyalty-banner--uploaded { display: block; padding: 0; }

    .home-loyalty-banner--uploaded > a,
    .home-sale-banner > a { display: block; width: 100%; height: 100%; }

    .home-loyalty-banner--uploaded img { display: block; width: 100%; height: 100%; aspect-ratio: 1; object-fit: contain; }

    .home-mobile-reference .product-card--home-reference > .home-card-sale-percent ,
    .product-catalog .product-card--home-reference > .home-card-sale-percent{
        position: absolute;
        top: 8px;
        left: 8px;
        z-index: 3;
        margin: 0;
        padding: 4px 7px;
        font-size: 10px;
        pointer-events: none;
    }


.home-shop-brands { display: none; }

    .home-mobile-reference main > .home-shop-brands { display: block; order: 6; margin: 0 12px 18px; }

    .home-shop-brands__heading { display: flex; align-items: center; justify-content: space-between; gap: 8px; margin-bottom: 8px; }

    .home-shop-brands__heading h2 { margin: 0; font-size: clamp(16px, 4.4vw, 22px); line-height: 1.2; font-weight: 750; letter-spacing: -.5px; color: #090909; }

    .home-shop-brands__heading > a { display: inline-flex; align-items: center; gap: 6px; color: #ff6500; font-size: 12px; white-space: nowrap; }

    .home-shop-brands__heading > a span { font-size: 21px; line-height: 1; }

    .home-shop-brands__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 6px; }

    .home-shop-brands__grid > a { display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 7px; min-width: 0; padding: 12px 6px 8px; border: 1px solid #e6e8ed; border-radius: 8px; background: #fff; }

    .home-shop-brands__grid img { display: block; width: 100%; height: 34px; object-fit: contain; }

    .home-shop-brands__grid span { color: #575b64; font-size: 10px; line-height: 1.2; text-align: center; text-transform: uppercase; overflow-wrap: anywhere; }

 .product-catalog .product-card--home-reference .home-card-heart { pointer-events: auto; border: 0; padding: 0; background: transparent; cursor: pointer; }

 .product-catalog .product-card--home-reference .variation-swatches { display: none; }

 .product-catalog .catalog-products .product-card--home-reference .product-card__title { font-size: 12px !important; line-height: 1.15 !important; }


.product-card--catalog .home-card-brand { display: block; min-height: 1.2em; color: #797d88; font-size: 11px; line-height: 1.2; margin-bottom: 1px; font-weight: 400; text-align: left; }


/* Compact stock notification action. */
.product-card.product-card--catalog .product-card-add-btn--notify {
    width: auto !important;
    min-width: 0 !important;
    height: auto !important;
    min-height: 28px !important;
    padding: 4px 7px !important;
    border-radius: 6px !important;
    font-size: 10px !important;
    line-height: 1.2 !important;
}

.product-card.product-card--catalog .product-card-add-btn--notify > span { font-size: inherit; white-space: normal; }

 .page-account .acc-dash-crumb, .page-account .acc-dash-hero, .page-account .acc-dash-nav, .page-account .home-trust-bar { display:none; }
 .page-account .account-page { padding: 8px 16px 24px; margin: 0; width:100%; max-width:none; box-sizing:border-box; background:white; }
 .page-account .acc-dash-layout { display:block; }
 .page-account .acc-dash-main { min-width:0; }
 .page-account [data-acc-panel="pregled"] > :not(.account-mobile-overview) { display:none; }
 .account-mobile-overview { display:block; color:#080808; }
 .account-mobile-overview h1 { font-size:28px; line-height:1.15; letter-spacing:-.8px; margin:5px 0; overflow-wrap:anywhere; }
 .account-mobile-overview header > p { font-size:13px; color:#737783; margin:0 0 12px; }
 .am-profile { display:flex; align-items:center; gap:10px; padding:10px; background:#f5f5f7; border-radius:10px; margin-bottom:8px; }
 .am-avatar { display:grid; place-items:center; border-radius:50%; background:#999da7; color:white; font-size:19px; width:42px; height:42px; flex-shrink:0; }
 .am-profile > div { flex:1; min-width:0; }
 .am-profile strong { font-size:14px; display:block; }
 .am-profile div > span { display:block; color:#737783; font-size:11px; overflow-wrap:anywhere; }
 .am-profile > a { border:1px solid #666973; border-radius:7px; padding:8px; color:#111; font-size:11px; white-space:nowrap; }
 .am-loyalty { padding:14px; border-radius:10px; background:linear-gradient(115deg,#080808,#252525); color:#fff; }
 .am-loyalty > small { font-size:9px; letter-spacing:2px; color:#b9bbc1; }
 .am-loyalty h2 { font-size:24px; margin:3px 0 8px; color:white; }
 .am-loyalty h2 span, .am-loyalty a { color:#ff7900; }
 .am-loyalty p { margin:0 0 7px; font-size:11px; }
 .am-progress { height:7px; background:#494949; border-radius:9px; overflow:hidden; }
 .am-progress span { display:block; height:100%; background:#ff7900; border-radius:9px; }
 .am-loyalty footer { display:flex; justify-content:space-between; gap:8px; font-size:10px; margin-top:8px; }
 .am-stats { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:6px; margin:8px 0; }
 .am-stats a { display:flex; align-items:center; gap:9px; padding:10px 8px; border-radius:9px; background:#f5f5f7; color:#111; }
 .account-mobile-overview svg { width:24px; height:24px; flex-shrink:0; fill:none; stroke:currentColor; stroke-width:1.6; stroke-linecap:round; stroke-linejoin:round; }
 .am-stats strong { font-size:16px; display:block; }
 .am-stats div > span { font-size:9px; color:#737783; display:block; }
 .am-menu a { display:flex; align-items:center; gap:16px; min-height:44px; padding:8px 14px; border:1px solid #e6e8ed; border-radius:7px; color:#111; box-sizing:border-box; }
 .am-menu strong { display:block; font-size:12px; font-weight:650; }
 .am-menu div > span { display:block; color:#737783; font-size:10px; margin-top:2px; }
 .am-menu b { margin-left:auto; font-size:23px; font-weight:400; color:#737783; }
 .am-menu .am-logout { margin-top:9px; color:#e01020; }
 .account-mobile-back { display:block; color:#656976; margin-bottom:12px; font-size:13px; }
 .acc-dash-main:has([data-acc-panel="pregled"]:not([hidden])) > .account-mobile-back { display:none; }
 .page-account .acc-panel[hidden] { display:none !important; }

}
@media (min-width: 1025px) {
 body { background:#fff; color:#111; padding-top:0 !important; }
 body main { padding-top:0 !important; }
 .site-chrome-backdrop { display:none; }
 body .promo-bar { position:relative !important; inset:auto; width:100%; height:auto; min-height:32px; background:#f5f5f7; color:#555b66; padding:6px 20px; }
 body .promo-bar p, body .promo-bar a, body .promo-bar span { color:#555b66 !important; font-size:13px; }
 body .header { position:relative !important; inset:auto; background:#fff !important; border:0; border-bottom:1px solid #eceef1; box-shadow:none; }
 body .header-shell { max-width:1280px; margin:auto; background:#fff !important; padding:0 24px; }
 body .header .header-row--primary { display:grid; grid-template-columns:230px minmax(260px,1fr) auto; grid-template-areas:'logo search actions'; align-items:center; gap:32px; min-height:106px; padding:18px 0; background:#fff !important; }
 body .header .header-leading { display:none; }
 body .header .logo-brand { grid-area:logo; padding:0 !important; }
 body .header .logo-brand > .logo { width:220px; transform:none; margin:0; }
 body .header .logo-image { max-width:220px; max-height:72px; width:100%; height:auto; object-fit:contain; filter:none; }
 body .header .header-search { grid-area:search; position:relative !important; display:block !important; inset:auto; width:100%; opacity:1; visibility:visible; transform:none; margin:0; }
 body .header .header-search-form { display:flex; min-height:48px; border:1px solid #e0e2e8 !important; border-radius:14px; background:#f5f5f7 !important; }
 body .header .header-search input { background:transparent; color:#111; font-size:15px; height:48px; }
 body .header .header-search-submit { background:transparent !important; color:#111 !important; }
 body .header .nav-actions { grid-area:actions; display:flex; gap:20px; }
 body .header .nav-action-link { color:#111 !important; background:none !important; }
 body .header .nav-action-link svg { width:27px; height:27px; stroke:#111; fill:none; stroke-width:1.7; }
 body .header .nav-action-label { font-size:12px; color:#555b66; }
 body .header .header-phone, body .header .reference-header-search, body .header .mobile-home-search-action, body .header .pd-reference-search { display:none; }
 body .header .cart-badge { background:#ff6500 !important; color:#fff !important; border:0; }
 body .header-row--categories { background:#fff; color:#111; border:0; padding:0 0 12px; }
 .home-mobile-reference main { display:flex; flex-direction:column; max-width:1280px; margin:0 auto; padding:24px !important; gap:0; }
 .home-mobile-reference main > * { order:10; }
 .home-mobile-reference .hero-carousel { order:0; width:100%; margin:0 0 28px; border-radius:18px; overflow:hidden; min-height:0 !important; height:auto !important; aspect-ratio:2172 / 724; }
 .home-mobile-reference .carousel-track, .home-mobile-reference .carousel-slide, .home-mobile-reference .slide-image { height:100% !important; }
 .home-mobile-reference .slide-image-img { width:100%; height:100%; object-fit:contain; }
 .home-mobile-reference .mobile-home-categories { order:1; display:block; margin:0 0 22px; }
 .mobile-home-category-grid { gap:16px; }
 .mobile-home-category-grid > a { min-height:135px; padding:18px; gap:10px; font-size:17px; }
 .mobile-home-category-grid svg, .mobile-home-category-icon { width:72px; height:64px; object-fit:contain; }
 .mobile-home-heading h2, .home-section-header__title, .home-shop-brands__heading h2 { font-size:28px !important; letter-spacing:-.6px; text-transform:none; color:#111; }
 .home-section-header--izdvojeno .home-section-header__title { font-size:20px !important; font-weight:700; letter-spacing:-.3px; }
 .home-section-header--izdvojeno .home-section-header__title::before { display:none !important; content:none !important; }
 .mobile-home-heading button, .home-section-header__see-all, .home-shop-brands__heading > a { font-size:15px; color:#ff6500; }
 .home-mobile-reference .mobile-home-benefits { order:2; margin:0 0 32px; padding:22px; }
 .home-mobile-reference main > .home-trust-bar { display:none; }
 .home-mobile-reference .home-products { width:100%; margin:0 0 36px; padding:0; background:#fff; border:0 !important; }
 .home-mobile-reference .home-products--izdvojeno { order:3; }
 .home-mobile-reference .home-products--novo { order:4; }
 .home-mobile-reference .home-products--akcija { order:5; }
 .home-section-header { margin-bottom:18px; }
 .home-mobile-reference .home-product-catalog, .home-mobile-reference .catalog-layout, .home-mobile-reference .catalog-products { padding:0; width:100%; min-width:0; }
 .home-mobile-reference .home-product-carousel { padding:0; }
 .home-mobile-reference .home-product-carousel__btn { display:none; }
 .home-mobile-reference .home-product-carousel__track { display:grid !important; grid-template-columns:repeat(4,minmax(0,1fr)); gap:20px; transform:none !important; width:100% !important; }
 .home-mobile-reference .home-product-carousel__slide { width:auto !important; min-width:0; max-width:none; }
 .home-mobile-reference .home-product-carousel__slide:nth-child(n+5) { display:none; }
 .category-page:not(.home-products), .brands-page, .subcategory-page { max-width:1280px; margin-left:auto; margin-right:auto; }
 .product-catalog .product-grid--catalog { display:grid !important; grid-template-columns:repeat(4,minmax(0,1fr)) !important; gap:18px; }
 .product-catalog .catalog-layout:not(.catalog-layout--full) .product-grid--catalog { grid-template-columns:repeat(3,minmax(0,1fr)) !important; }
 .product-card--home-reference { transition:box-shadow .2s; }
 .product-card--home-reference:hover { box-shadow:0 6px 22px #0000000b !important; }
 .product-catalog .catalog-products .product-card--home-reference .product-image,
 .home-mobile-reference .home-products .product-card--home-reference .product-image { aspect-ratio:1.35; padding:12px 20px 4px; }
 .product-catalog .catalog-products .product-card--home-reference .product-card__body { padding:0 16px; }
 .product-catalog .catalog-products .product-card--home-reference .product-card__title { font-size:16px !important; line-height:1.25 !important; min-height:2.5em; max-height:2.5em; margin:2px 0; }
 .product-catalog .product-card--home-reference .home-card-brand { font-size:12px; }
 .product-catalog .catalog-products .product-card--home-reference .product-card__footer { padding:8px 16px 14px; }
 .product-catalog .product-card--home-reference .price-current,
 .product-catalog .product-card--home-reference .product-sale-row .card-dwell-now { font-size:21px !important; }
 .product-catalog .product-card--home-reference .product-sale-row > .price-original { font-size:12px; }
 .product-catalog .product-card--home-reference .home-card-stock { font-size:12px; }
 .product-catalog .product-card--home-reference .home-card-heart { width:25px; height:25px; top:12px; right:12px; pointer-events:auto; border:0; background:none; padding:0; cursor:pointer; }
 .product-catalog .product-card--home-reference > .home-card-sale-percent { font-size:13px; padding:6px 9px; }
 .home-mobile-reference main > .home-loyalty-banner { display:grid; order:3; grid-template-columns:1fr 1fr; grid-template-rows:auto auto 1fr; align-content:center; padding:48px; border-radius:18px; margin:0 0 36px; min-height:360px; height:auto; aspect-ratio:auto; }
 .home-loyalty-banner h2 { font-size:40px; align-self:end; }
 .home-loyalty-banner__intro { font-size:23px; }
 .home-loyalty-banner__scene { grid-column:2; grid-row:1 / 4; margin:0; height:290px; }
 .home-loyalty-banner__card { width:310px; }
 .home-loyalty-banner__actions { align-self:start; }
 .home-mobile-reference main > .home-loyalty-banner--uploaded { display:block; padding:0; min-height:0; max-width:640px; width:100%; align-self:center; }
 .home-loyalty-banner--uploaded img { display:block; width:100%; height:auto; aspect-ratio:1; object-fit:contain; }
 .home-mobile-reference main > .home-sale-banner { order:7; width:100%; max-width:1920px; height:auto; aspect-ratio:96 / 25; }
 .home-mobile-reference .home-sale-banner img { width:100%; height:100%; aspect-ratio:auto; object-fit:cover; }
 .home-mobile-reference main > .home-shop-brands { display:block; order:6; margin:0 0 32px; }
 .home-shop-brands__grid { grid-template-columns:repeat(auto-fill,minmax(140px,1fr)); gap:10px; }
 .home-shop-brands__grid > a { padding:10px; min-height:65px; box-sizing:border-box; }
 .home-shop-brands__grid img { width:100%; max-width:130px; height:45px; margin-inline:auto; }
 .cart-page { max-width:1240px; padding:28px 24px 56px; }
 .cart-page h1 { text-transform:none; font-size:36px; }
 .cart-layout { grid-template-columns:minmax(0,1.5fr) minmax(340px,1fr); gap:32px; }
 .cart-items { border:0; padding:0; }
 .cart-item { grid-template-columns:100px minmax(0,1fr) auto; gap:14px; }
 .cart-item-image { width:100px; height:100px; background:#f5f5f7; }
 .cart-item-title { font-size:16px; }
 .cart-item-price { color:#111; }
 .cart-summary { border:0; border-radius:16px; padding:24px; background:#f5f5f7; }
 .cart-page .order-totals-row--total strong { color:#111; }
 .cart-page .btn-primary.btn-cart-checkout { text-transform:none; letter-spacing:0; font-size:17px; }
 .cart-page .cart-loyalty-panel { background:#eceef1; }
 .cart-page .cart-loyalty-next { color:#666b77; }
 .product-mobile-reference .product-detail { max-width:1280px; margin:auto; padding:30px 24px 50px; }
 .product-mobile-reference .product-detail-grid { display:grid; grid-template-columns:minmax(0,1.15fr) minmax(0,1fr); gap:48px; padding:0; background:white; border:0; }
 .product-mobile-reference .product-gallery-main { background:transparent; border:0; border-radius:0; box-shadow:none; padding:8px; aspect-ratio:1; height:auto !important; }
 .product-mobile-reference #mainProductImage { width:100%; height:100%; object-fit:contain; }
 .product-mobile-reference .pd-reference-brand { display:block; color:#797d88; font-size:15px; margin:0 0 8px; }
 .product-mobile-reference .product-detail-title-row h1 { font-size:22px; line-height:1.2; color:#111; }
 .product-mobile-reference .product-price--detail { justify-content:flex-start; align-items:baseline; color:#111; }
 .product-mobile-reference .product-detail-purchase .btn-add-to-bag { background:#ff6500; border-radius:10px; }
 .page-account .account-page { max-width:1180px; margin:auto; padding:32px 24px 56px; }
 .account-mobile-overview { display:grid; grid-template-columns:minmax(0,1fr) minmax(0,1fr); gap:20px 32px; }
 .account-mobile-overview > header { grid-column:1 / -1; }
 .account-mobile-overview h1 { font-size:36px; }
 .account-mobile-overview header > p { font-size:16px; }
 .am-profile { grid-column:1; margin:0; padding:24px; }
 .am-profile strong { font-size:20px; }.am-profile div > span { font-size:14px; }
 .am-profile > a { font-size:14px; padding:12px; }.am-avatar { width:60px; height:60px; font-size:26px; }
 .am-loyalty { grid-column:2; grid-row:2 / 4; padding:28px; }
 .am-loyalty h2 { font-size:36px; }.am-loyalty p,.am-loyalty footer { font-size:14px; }
 .am-stats { grid-column:1; margin:0; }.am-stats a { padding:18px 14px; }.am-stats strong { font-size:24px; }.am-stats div > span { font-size:12px; }
 .am-menu { grid-column:1 / -1; display:grid; grid-template-columns:1fr 1fr; gap:10px 24px; }
 .am-menu a { min-height:74px; padding:16px 22px; }.am-menu strong { font-size:16px; }.am-menu div > span { font-size:13px; }
 .am-menu .am-logout { margin:0; }
 .page-account .acc-panel[hidden] { display:none !important; }
}
@media (min-width:1025px) {
 body #header .header-row--primary { grid-template-columns:230px minmax(260px,1fr) auto !important; grid-template-areas:'logo search actions' !important; }
 body #header .header-search { display:block !important; grid-area:search !important; }
 .product-card--home-reference { box-sizing:border-box; min-width:0; width:100%; }
 .home-mobile-reference .home-product-carousel__viewport { overflow:visible; }
 .home-search-results .catalog-layout--full, .home-search-results .catalog-products { width:100%; max-width:none; }
 .home-search-results { width:100%; box-sizing:border-box; padding:28px 24px; }
 .product-mobile-reference .pd-reference-details { display:block; margin-top:24px; }
 .pd-reference-details details { border-bottom:1px solid #e6e8ed; }
 .pd-reference-details summary { cursor:pointer; padding:18px 0; font-size:18px; list-style:none; }
 .pd-reference-details summary::after { content:'⌄'; float:right; }
 .pd-reference-details details > div { font-size:15px; color:#626772; line-height:1.6; padding-bottom:16px; }
 .pd-reference-details dl { display:grid; grid-template-columns:1fr 2fr; gap:10px; }
 .product-mobile-reference .product-detail-content, .product-mobile-reference .product-detail-policies { display:none; }
 .product-mobile-reference .pd-reference-buy { display:inline-flex; align-items:center; justify-content:center; padding:12px 22px; border:1px solid #111; border-radius:10px; background:white; color:#111; font-size:16px; }
 .product-mobile-reference .pd-mobile-meta { display:block; color:#777c87; font-size:14px; }
 .product-mobile-reference .pd-mobile-meta > span + span { display:none; }
 .product-mobile-reference .product-price--detail { display:flex; flex-direction:row !important; justify-content:flex-start !important; text-align:left; }
 .product-mobile-reference .pd-options-price .price-current, .product-mobile-reference .pd-options-price .price-sale { color:#111 !important; font-size:24px !important; }
 .product-mobile-reference .pd-reference-heart { display:grid; place-items:center; position:absolute; top:16px; right:16px; border:1px solid #e6e8ed; border-radius:50%; background:white; width:42px; height:42px; padding:10px; color:#111; }
 .product-mobile-reference .pd-reference-heart svg { width:100%; height:100%; }
}
@media (min-width:1025px) {
 .home-mobile-reference .home-products .product-card--home-reference { width:100% !important; box-sizing:border-box !important; margin:0 !important; }
 .home-mobile-reference .home-product-carousel__slide { box-sizing:border-box; padding:0 !important; }
 .page-account .acc-panel[data-acc-panel="pregled"]:not([hidden]) .account-mobile-overview { display:grid; }
}
/* Wide homepage composition from the desktop reference. */
@media (min-width:1025px) {
 body .header-shell { max-width:1600px; padding:0 44px; }
 body #header .header-row--primary { grid-template-columns:270px minmax(260px,1fr) auto !important; min-height:90px; padding:16px 0 2px; gap:28px; }
 body .header .logo-brand > .logo, body .header .logo-image { width:245px; max-width:245px; max-height:66px; }
 body .header .header-search-form { border-radius:30px; height:52px; border-color:#f1f2f4 !important; }
 body .header .header-search input { height:50px; font-size:18px; }
 body .header .nav-actions { gap:22px; align-items:center; }
 body .header .nav-action-label, body .header .reference-header-menu { display:none !important; }
 body .header .reference-header-search { display:inline-flex !important; border:0; background:none; }
 body .header .reference-header-search svg { width:27px; height:27px; fill:none; stroke:#080808; stroke-width:1.7; }
 body .header .desktop-sale-link { display:inline-flex; padding:12px 20px; border-radius:24px; background:#ff6500; color:white; font-weight:600; font-size:14px; white-space:nowrap; }
 body .header .header-row--categories { display:none !important; }
 body .desktop-category-nav {
     display:flex;
     align-items:center;
     justify-content:space-between;
     gap:clamp(8px, 1vw, 20px);
     padding:0 0 12px;
     flex-wrap:nowrap;
 }
 body .desktop-category-nav > a,
 body .desktop-category-nav > .desktop-category-dropdown {
     flex:0 0 auto;
     white-space:nowrap;
 }
 body .desktop-category-nav > a,
 body .desktop-category-nav > .desktop-category-dropdown > summary {
     font-size:clamp(12px, .95vw, 14px);
 }
 .desktop-category-nav a { color:#111; font-size:14px; font-weight:500; text-decoration:none; }
 .desktop-category-nav a:hover { color:#ff6500; }
 .home-mobile-reference main { max-width:1600px; padding:0 24px 40px !important; }
 .home-mobile-reference .hero-carousel { aspect-ratio:2172 / 724; border-radius:13px; margin-bottom:16px; }
 .home-mobile-reference .slide-content { padding:28px 5%; width:53%; max-width:none; }
 .home-mobile-reference .slide-content h2 { font-size:clamp(32px,3.7vw,58px); line-height:.98; letter-spacing:-1.8px; margin:0 0 10px; }
 .home-mobile-reference .slide-subtitle { font-size:clamp(18px,2vw,32px); margin:0 0 14px; }
 .home-mobile-reference .slide-actions .btn { border-radius:28px; font-size:20px; padding:10px 30px; background:#ff6500; }
 .home-mobile-reference .carousel-dots { bottom:12px; }
 .home-mobile-reference .mobile-home-categories { margin-bottom:16px; }
 .mobile-home-category-grid { grid-template-columns:repeat(auto-fit,minmax(100px,1fr)); gap:12px; }
 .mobile-home-category-grid > a { min-height:116px; padding:8px; gap:5px; font-size:13px; }
 .mobile-home-category-grid .desktop-category-extra { display:flex; }
 .mobile-home-category-grid svg, .mobile-home-category-grid .cat-ico svg, .mobile-home-category-grid .cat-ico, .mobile-home-category-grid .mobile-home-category-icon { width:76px; height:68px; }
 .mobile-home-heading, .home-section-header { margin-bottom:8px; }
 .mobile-home-heading h2, .home-section-header__title { font-size:27px !important; }
 .home-section-header--izdvojeno .home-section-header__title { font-size:20px !important; }
 .home-mobile-reference .mobile-home-benefits { padding:11px 20px; margin-bottom:14px; border-radius:12px; }
 .mobile-home-benefits__item svg { width:37px; height:37px; }
 .mobile-home-benefits__item strong { font-size:14px; }
 .mobile-home-benefits__item span { font-size:13px; }
 .home-mobile-reference .home-product-carousel__track { grid-template-columns:repeat(6,minmax(0,1fr)); gap:8px; }
 .home-mobile-reference .home-product-carousel__slide:nth-child(-n+6) { display:block; }
 .home-mobile-reference .home-product-carousel__slide:nth-child(n+7) { display:none; }
 .home-mobile-reference .home-products--novo .home-product-carousel__track,
 .home-mobile-reference .home-products--akcija .home-product-carousel__track { grid-template-columns:repeat(4,minmax(0,1fr)); }
 .home-mobile-reference .home-products .product-card--home-reference .product-image { aspect-ratio:1 / 1; padding:6px 16px 0; }
 .home-mobile-reference .home-products .product-card--home-reference .product-card__body { padding:0 14px; }
 .home-mobile-reference .home-products .product-card--home-reference .product-card__title { font-size:14px !important; line-height:1.2 !important; min-height:3.6em; max-height:3.6em; -webkit-line-clamp:3; margin:2px 0 0; }
 .home-mobile-reference .home-products .product-card--home-reference .home-card-brand { font-size:11px; }
 .home-mobile-reference .home-products .product-card--home-reference .product-card__footer { padding:4px 14px 10px; }
 .home-mobile-reference .home-products .product-card--home-reference .price-current,
 .home-mobile-reference .home-products .product-card--home-reference .product-sale-row .card-dwell-now { font-size:18px !important; }
 .home-mobile-reference .home-products .product-card--home-reference .home-card-heart { width:21px; height:21px; top:10px; right:10px; }
 .home-mobile-reference .home-products .product-card--home-reference .home-card-sale-percent { top:9px; left:10px; font-size:12px; padding:4px 9px; }
}
@media (min-width:1025px) {
    body #header .header-search input,
    body #header .header-search input::placeholder {
        color:#000 !important;
        -webkit-text-fill-color:#000;
        opacity:1;
    }
    body #header .cart-btn,
    body #header .cart-btn .nav-action-icon,
    body #header .cart-btn svg,
    body #header .cart-btn svg path {
        color:#000 !important;
        stroke:#000 !important;
    }
    body #header .cart-btn svg { fill:none !important; }
    .home-mobile-reference .home-products--izdvojeno .home-product-carousel__track {
        grid-template-columns:repeat(4,minmax(0,1fr));
    }
    .home-mobile-reference .home-products--izdvojeno .home-product-carousel__slide:nth-child(n+5) {
        display:none;
    }
    .home-mobile-reference main > .home-loyalty-banner:not(.home-sale-banner) {
        width:100%;
        max-width:none;
        min-height:0;
        height:280px;
        margin:0 0 32px;
        box-sizing:border-box;
        padding:24px 48px;
    }
    .home-mobile-reference main > .home-loyalty-banner--uploaded:not(.home-sale-banner) {
        padding:0;
        background:#f5f5f7;
    }
    .home-loyalty-banner--uploaded:not(.home-sale-banner) > a {
        display:block;
        width:100%;
        height:100%;
    }
    .home-loyalty-banner--uploaded:not(.home-sale-banner) img {
        width:100%;
        height:100%;
        aspect-ratio:auto;
        object-fit:contain;
    }
    .home-loyalty-banner:not(.home-sale-banner) .home-loyalty-banner__scene {
        height:230px;
    }
    .home-loyalty-banner:not(.home-sale-banner) .home-loyalty-banner__card {
        width:260px;
    }
}
@media (min-width:1025px) {
    .site-chrome-sticky { z-index:1002; background:#fff; }
    body .header, body .header-shell, body .desktop-category-nav { overflow:visible; }
    body .header { z-index:100; }
    .desktop-category-dropdown { position:relative; }
    .desktop-category-dropdown summary { display:flex; align-items:center; gap:7px; list-style:none; cursor:pointer; font-size:14px; font-weight:500; color:#111; padding:5px 0; }
    .desktop-category-dropdown summary::-webkit-details-marker { display:none; }
    .desktop-category-dropdown summary span { font-size:15px; transition:transform .15s; }
    .desktop-category-dropdown[open] summary { color:#ff6500; }
    .desktop-category-dropdown[open] summary span { transform:rotate(180deg); }
    .desktop-category-dropdown__panel { position:absolute; top:100%; left:0; z-index:110; width:250px; max-height:65vh; overflow:auto; padding:8px; border:1px solid #e6e8ed; border-radius:12px; background:#fff; box-shadow:0 12px 30px #00000014; }
    .desktop-category-dropdown:nth-last-child(-n+3) .desktop-category-dropdown__panel { left:auto; right:0; }
    .desktop-category-dropdown__panel a { display:block; padding:11px 12px; border-radius:7px; line-height:1.3; }
    .desktop-category-dropdown__panel a:hover, .desktop-category-dropdown__panel a:focus-visible { background:#f5f5f7; color:#ff6500; }
    .desktop-category-dropdown__panel .desktop-category-dropdown__all { color:#ff6500; border-bottom:1px solid #eceef1; margin-bottom:4px; }
}
@media (min-width:1025px) {
    .product-catalog .product-grid--catalog,
    .product-catalog .catalog-layout:not(.catalog-layout--full) .product-grid--catalog {
        grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    }
}
@media (min-width:1025px) {
    body.catalog-header-reference .category-page {
        width:100%;
        max-width:1600px;
        margin-left:auto !important;
        margin-right:auto !important;
        padding-left:24px !important;
        padding-right:24px !important;
        box-sizing:border-box;
    }
    body.catalog-header-reference .product-catalog,
    body.catalog-header-reference .catalog-layout--full,
    body.catalog-header-reference .catalog-products {
        width:100%;
        max-width:none;
        margin-left:0 !important;
        margin-right:0 !important;
        padding-left:0 !important;
        padding-right:0 !important;
        box-sizing:border-box;
    }
}
@media (min-width:1025px) {
    body.catalog-header-reference .product-catalog .product-grid--catalog,
    body.catalog-header-reference .product-catalog .catalog-layout:not(.catalog-layout--full) .product-grid--catalog,
    body.catalog-header-reference.compact-search-results .product-catalog .product-grid--catalog {
        grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    }
    body.catalog-header-reference.compact-search-results .product-catalog .catalog-products .product-card--home-reference .product-card__title {
        font-size: 12px !important;
        line-height: 1.2 !important;
        min-height: 3.6em !important;
        max-height: 3.6em !important;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
    }
}
@media (min-width:1025px) {
    body.catalog-header-reference .category-page {
        max-width:none;
        margin-left:0 !important;
        padding-left:0 !important;
    }
}
@media (min-width:1025px) {
    /* The desktop dropdown replaces the sidebar; release its reserved space. */
    body.catalog-header-reference.cats-sidebar-open main {
        padding-left:0 !important;
        padding-right:0 !important;
    }
    body.catalog-header-reference.cats-sidebar-open .footer {
        margin-left:0;
    }
    body.catalog-header-reference .category-page {
        padding-left:24px !important;
        padding-right:24px !important;
    }
}
@media (min-width:1025px) {
    body .product-card--catalog .product-card-add-btn:not(.product-card-add-btn--notify):hover:not(:disabled) {
        background:transparent !important;
        color:#000 !important;
        box-shadow:none !important;
        transform:none !important;
    }
    body .product-detail-purchase .btn-add-to-bag:hover:not(:disabled) {
        background:#ff6500 !important;
        color:#fff !important;
        box-shadow:none !important;
        transform:none !important;
    }
}
@media (min-width:1025px) {
    .home-mobile-reference .home-products .home-product-carousel__track {
        grid-template-columns:repeat(5,minmax(0,1fr)) !important;
    }
    .home-mobile-reference .home-products .home-product-carousel__slide:nth-child(-n+5) {
        display:block !important;
    }
    .home-mobile-reference .home-products .home-product-carousel__slide:nth-child(n+6) {
        display:none !important;
    }
}
@media (min-width:1025px) {
    body #header .header-search input::placeholder {
        color:#969ba5 !important;
        -webkit-text-fill-color:#969ba5 !important;
        opacity:1;
    }
    body #header .nav-actions {
        gap:10px !important;
    }
}
@media (min-width:1025px) {
    body #header .nav-actions .nav-cart-stack {
        display:flex;
        flex-direction:row;
        align-items:center;
        gap:12px;
    }
    body #header .nav-cart-stack .staff-edit-toggle-form {
        position:static;
        margin:0;
        flex:0 0 auto;
        order:1;
    }
    body #header .nav-cart-stack .staff-edit-toggle {
        display:inline-flex;
        align-items:center;
        gap:5px;
        color:#111;
        white-space:nowrap;
    }
}

/* Shared desktop cards for featured, new, sale and category products. */
@media (min-width: 1025px) {
    body.home-mobile-reference .home-products .home-product-carousel__track,
    body.home-mobile-reference .home-products .product-grid--category-showcase {
        gap: 18px;
    }
    body.home-mobile-reference .home-products .product-card--home-reference {
        padding: 0 !important;
        border: 1px solid #e6e8ed !important;
        border-radius: 12px !important;
    }
    body.home-mobile-reference .home-products .product-card--home-reference .product-image {
        width: 82% !important;
        max-width: 82% !important;
        aspect-ratio: 1 / 1;
        margin-left: auto;
        margin-right: auto;
    }
    body.home-mobile-reference .home-products .product-card--home-reference .product-card__title {
        font-size: 14px !important;
        font-weight: 600 !important;
        line-height: 1.2 !important;
        min-height: 3.6em !important;
        max-height: 3.6em !important;
        -webkit-line-clamp: 3 !important;
        line-clamp: 3 !important;
    }
}

/* Six smaller cards per row throughout the desktop homepage. */
@media (min-width: 1025px) {
    body.home-mobile-reference .home-products .home-product-carousel__track,
    body.home-mobile-reference .home-products .product-grid--category-showcase {
        grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
    }
    body.home-mobile-reference .home-products .home-product-carousel__slide:nth-child(-n+6) {
        display: block !important;
    }
    body.home-mobile-reference .home-products .home-product-carousel__slide:nth-child(n+7) {
        display: none !important;
    }
    body.home-mobile-reference .home-products--category-showcase .product-grid--category-showcase .product-card--catalog:nth-child(6) {
        display: flex !important;
    }
}

/* Use the category stock quantity on every desktop homepage card. */
@media (min-width: 1025px) {
    body.home-mobile-reference .home-products .product-card--home-reference .product-card__body > .product-stock-label {
        display: inline-flex !important;
        align-items: center;
        flex-wrap: wrap;
        gap: 4px;
        margin: 4px 0 6px;
        font-size: 13px;
        line-height: 1.2;
        white-space: normal;
    }
    body.home-mobile-reference .home-products .product-card--home-reference .home-card-stock {
        display: none;
    }
}

@media (min-width: 1025px) {
    .home-mobile-reference main > .home-featured-desktop-banner.home-loyalty-banner {
        width: 100%;
        max-width: 1920px;
        height: auto;
        min-height: 0;
        aspect-ratio: 96 / 25;
        padding: 0;
    }
    .home-mobile-reference .home-sale-banner picture {
        display: block;
        width: 100%;
        height: 100%;
    }
    .home-mobile-reference .home-featured-desktop-banner.home-loyalty-banner img {
        object-fit: cover;
    }
}

@media (min-width: 1025px) {
    body #header .header-search-form .header-search-submit {
        display: none !important;
    }
}

@media (min-width: 1025px) {
    .home-search-results .sale-catalog-heading {
        display: grid;
        grid-template-columns: 1fr auto 1fr;
        align-items: center;
        gap: 12px 24px;
        margin-bottom: 18px;
    }
    .home-search-results .sale-catalog-heading .category-header {
        grid-column: 2;
        text-align: center;
    }
    .home-search-results .sale-catalog-heading .shop-breadcrumb,
    .home-search-results .sale-catalog-heading .category-header,
    .home-search-results .sale-catalog-heading h1 {
        margin: 0;
    }
    .home-search-results .sale-catalog-heading .category-header > p,
    .home-search-results .sale-catalog-intro {
        display: none;
    }
}

@media (min-width: 1025px) {
    .home-mobile-reference :is(.home-section-header--izdvojeno, .home-section-header--novo, .home-section-header--akcija) .home-section-header__title {
        display: block;
        font-size: 20px !important;
        font-weight: 700;
        letter-spacing: -.3px;
        color: #111;
        text-transform: lowercase !important;
    }
    .home-mobile-reference :is(.home-section-header--izdvojeno, .home-section-header--novo, .home-section-header--akcija) .home-section-header__title::first-letter {
        text-transform: uppercase;
    }
}

@media (min-width: 1025px) {
    .home-mobile-reference :is(.home-section-header--izdvojeno, .home-section-header--novo, .home-section-header--akcija) .home-section-header__title::before {
        content: none !important;
        display: none !important;
    }
}

@media (min-width: 1025px) {
    dialog.mobile-search-dialog {
        inset: 0;
        width: min(960px, calc(100vw - 64px));
        height: min(820px, calc(100dvh - 64px));
        max-height: calc(100dvh - 64px);
        margin: auto;
        padding: 28px 32px;
        border: 1px solid #e6e8ed;
        border-radius: 18px;
        box-shadow: 0 20px 80px #0003;
    }
    dialog.mobile-search-dialog::backdrop { background: #0006; }
    .mobile-search-dialog .mobile-search-form input { padding: 12px 8px; font-size: 18px; }
    .mobile-search-dialog .mobile-search-hint { font-size: 13px; }
    .mobile-search-dialog .mobile-search-result { gap: 20px; padding: 16px 0; }
    .mobile-search-dialog .mobile-search-result__main { gap: 18px; }
    .mobile-search-dialog .mobile-search-result__main img { width: 100px; height: 100px; }
    .mobile-search-dialog .mobile-search-result__main strong { font-size: 16px; }
    .mobile-search-dialog .mobile-search-result__main small { font-size: 12px; }
    .mobile-search-dialog .mobile-search-result__side strong { font-size: 18px; }
}

@media (min-width: 1025px) {
    body .header .reference-header-search { display: none !important; }
    body .header .reference-header-heart {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-width: 36px;
        padding: 3px;
        border: 0;
        background: none;
        color: #111;
        cursor: pointer;
    }
    body .header .reference-header-heart svg {
        width: 26px;
        height: 26px;
        stroke: #111;
        fill: none;
    }
    body .header .header-search-icon {
        display: flex;
        color: #6b7280;
        padding-left: 16px;
    }
    body .header .header-search-icon svg { stroke: #6b7280; }
    body .header .desktop-sale-link {
        margin-left: 4px;
        padding-left: 22px;
        border-left: 1px solid #e6e8ed;
    }
}

/* Align the blog and footer with each page's product content. */
@media (min-width: 1025px) {
    body.home-mobile-reference .home-vlog--mockup {
        width: 100%;
        max-width: none;
        margin-inline: 0;
        padding-inline: 0;
    }
    body.home-mobile-reference .home-vlog--mockup .home-vlog__wrap {
        width: 100%;
        max-width: none;
        margin-inline: 0;
        padding-inline: 0 !important;
    }
    body.home-mobile-reference.cats-sidebar-open .footer,
    body.product-mobile-reference.cats-sidebar-open .footer {
        margin-left: 0;
    }
    body.home-mobile-reference .footer--mockup .footer-main {
        max-width: 1600px;
        padding-inline: 24px;
    }
    body.product-mobile-reference .footer--mockup .footer-main {
        max-width: 1480px;
        padding-left: 122px;
        padding-right: 32px;
    }
}
