/* Font imports — MUST stay at the very top: @import is ignored after any rule. */
@import url('https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@400;500;600&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

@font-face {
    font-family: "Inter";
    src: url("/files/inter-variable.woff2") format("woff2") tech("variations"),
        url("/files/inter-variable.woff2") format("woff2-variations");
    font-weight: 100 1000;
    font-stretch: 25% 151%;
}

/* :root *::-moz-placeholder {
  font-size: var(--tpg-bt);
}

:root *::placeholder {
  font-size: var(--tpg-bt);
} */

:root,
*::before,
*::after {
    --tpg-h1: 61.04px;
    --tpg-h2: 48.83px;
    --tpg-h3: 39.06px;
    --tpg-h4: 31.25px;
    --tpg-h5: 25px;
    --tpg-h6: 20px;
    --tpg-bt: 16px;
    --tpg-st: 12.8px;
    --clr-primary-50: rgba(241, 248, 254, 1);
    --clr-primary-100: rgba(226, 241, 253, 1);
    --clr-primary-200: rgba(192, 227, 251, 1);
    --clr-primary-300: rgba(149, 211, 249, 1);
    --clr-primary-400: rgba(91, 191, 245, 1);
    --clr-primary-500: rgba(14, 165, 233, 1);
    --clr-primary-600: rgba(13, 145, 217, 1);
    --clr-primary-700: rgba(12, 129, 202, 1);
    --clr-primary-800: rgba(10, 105, 173, 1);
    --clr-primary-900: rgba(8, 78, 135, 1);
    --clr-primary-950: rgba(5, 50, 91, 1);
    --clr-white: rgba(255, 255, 255, 1);

    --clr-gray-100: #f7f9fb;
    --clr-gray-200: #e5edf1;
    --clr-gray-300: #d3e0e6;
    --clr-gray-400: #c3d5dd;
    --clr-gray-500: #b2c9d3;
    --clr-gray-600: #92a8b2;
    --clr-gray-700: #70848e;
    --clr-gray-800: #50636c;
    --clr-gray-900: #2e4048;
    --clr-success-100: #e2fcd3;
    --clr-success-200: #bff9a9;
    --clr-success-300: #91ef7c;
    --clr-success-400: #67e059;
    --clr-success-500: #2bcc28;
    --clr-success-600: #1daf27;
    --clr-success-700: #149227;
    --clr-success-800: #0c7625;
    --clr-success-900: #076124;
    --clr-warning-100: #fff4cd;
    --clr-warning-200: #ffe59b;
    --clr-warning-300: #ffd369;
    --clr-warning-400: #ffc143;
    --clr-warning-500: #ffa305;
    --clr-warning-600: #db8303;
    --clr-warning-700: #b76702;
    --clr-warning-800: #934d01;
    --clr-warning-900: #7a3b00;
    --clr-danger-100: #ffe3d4;
    --clr-danger-200: #ffc0aa;
    --clr-danger-300: #ff957f;
    --clr-danger-400: #ff6d60;
    --clr-danger-500: #ff2b2b;
    --clr-danger-600: #db1f2f;
    --clr-danger-700: #b71531;
    --clr-danger-800: #930d30;
    --clr-danger-900: #7a082f;
    --clr-white: #fff;
    --clr-black: #000;

    --sps-0: 1px;
    --sps-25: 2px;
    --sps-50: 4px;
    --sps-75: 6px;
    --sps-100: 8px;
    --sps-150: 10px;
    --sps-200: 12px;
    --sps-250: 14px;
    --sps-300: 16px;
    --sps-350: 20px;
    --sps-400: 24px;
    --sps-450: 28px;
    --sps-500: 32px;
    --sps-600: 48px;
    --sps-700: 64px;
    --sps-800: 96px;
    --sps-900: 128px;
    --sps-1000: 192px;
    --sps-1100: 256px;
    --sps-1200: 384px;
    --sps-1300: 512px;
    --sps-1400: 640px;
    --sps-1500: 768px;

    --bsh-100: 0 1px 3px hsla(0, 0%, 0%, 0.025);
    --bsh-200: 0 4px 6px hsla(0, 0%, 0%, 0.05);
    --bsh-300: 0 5px 15px hsla(0, 0%, 0%, 0.05);
    --bsh-400: 0 10px 24px hsla(0, 0%, 0%, 0.05);
    --bsh-500: 0 15px 35px hsla(0, 0%, 0%, 0.05);

    --dbs-100: 0 1px 3px hsla(0, 0%, 0%, 0.12), 0 1px 2px hsla(0, 0%, 0%, 0.24);
    --dbs-200: 0 3px 6px hsla(0, 0%, 0%, 0.15), 0 2px 4px hsla(0, 0%, 0%, 0.12);
    --dbs-300: 0 10px 20px hsla(0, 0%, 0%, 0.15), 0 3px 6px hsla(0, 0%, 0%, 0.1);
    --dbs-400: 0 15px 25px hsla(0, 0%, 0%, 0.15),
        0 5px 10px hsla(0, 0%, 0%, 0.05);
    --dbs-500: 0 20px 40px hsla(0, 0%, 0%, 0.2);
}
@media (max-width: 1024px) {
    :root,
    *::before,
    *::after {
        --tpg-h1: 48.83px;
        --tpg-h2: 39.06px;
        --tpg-h3: 31.25px;
        --tpg-h4: 25px;
        --tpg-h5: 20px;
        --tpg-h6: 16px;
        --tpg-bt: 12.8px;
        --tpg-st: 10.24px;
    }
}

body {
    padding: 0;
    margin: 0;
    /* background-color: var(--clr-gray-100); */
    color: var(--clr-gray-900);
    fill: var(--clr-gray-900);
}
body *:not(i) {
    font-family: "Inter", sans-serif;
}
body *::-moz-placeholder {
    color: var(--clr-gray-600);
    font-family: "Inter", sans-serif;
}
body *::placeholder {
    color: var(--clr-gray-600);
    font-family: "Inter", sans-serif;
}

* {
    box-sizing: border-box;
}

@media screen and (min-width: 1679px) {
    html {
        font-size: 19px;
    }
}
/* 
div,
a,
button,
p {
  font-size: var(--tpg-bt);
} */

h1 {
    font-size: var(--tpg-h1);
}

h2 {
    font-size: var(--tpg-h2);
}

h3 {
    font-size: var(--tpg-h3);
}

h4 {
    font-size: var(--tpg-h4);
}

h5 {
    font-size: var(--tpg-h5);
}

h6 {
    font-size: var(--tpg-h6);
}

.x-subtext,
.x-subtext * {
    font-size: var(--tpg-st);
}

a {
    text-decoration: none;
    color: var(--clr-gray-900);
}

p a:hover {
    text-decoration: underline;
}

header.old {
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
    background-color: var(--clr-white);
}
header.old > * {
    padding: 0 100px;
}
@media (max-width: 876px) {
    header.old > * {
        padding: 0 25px;
    }
}
header.old img {
    height: 3.125em;
}
@media (min-width: 876px) {
    header.old img {
        display: initial !important;
    }
}
header.old nav {
    height: 3.2em;
    border-bottom: 1px solid var(--clr-gray-200);
    border-top: 1px solid var(--clr-gray-200);
    display: flex;
    align-items: center;
    gap: 1.1em;
    overflow-y: auto;
}
@media (max-width: 876px) {
    header.old nav {
        justify-content: space-between;
        padding: 0 5px;
        gap: 0.2em;
        height: -moz-fit-content;
        height: fit-content;
    }
}

input.xbec__input,
select.xbec__select,
textarea {
    height: 2.55em;
    outline: 1px solid var(--clr-gray-400);
    border: none;
    background-color: var(--clr-white);
    border-radius: 100vw;
    padding: 0 1.33em;
}

select.xbec__select,
textarea {
    display: block;
}

textarea {
    width: 100%;
    height: 300px;
    border-radius: 20px;
    resize: none;
    padding: 1.33em;
}

input:focus {
    outline: none;
    border: none;
}

.x-strong {
    font-weight: 700;
}

.x-flex {
    display: flex;
    align-items: center;
}

.x-flex-between {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.xbec__breadcrumbs {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: default;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    list-style: none;
    padding-left: 0;
    margin-bottom: var(--sps-600);
}
.xbec__breadcrumbs li {
    white-space: nowrap;
}
@media (max-width: 1024px) {
    .xbec__breadcrumbs {
        font-size: 10px;
        flex-wrap: wrap;
    }
}
.xbec__breadcrumbs .xbec__breadcrumbs__separator {
    font-size: var(--tpg-st);
    color: var(--clr-gray-600);
    margin-left: 8px;
}
.xbec__breadcrumbs .xbec__breadcrumbs__link {
    color: var(--clr-gray-700) !important;
    cursor: pointer;
}
.xbec__breadcrumbs li {
    margin-left: 8px;
}
.xbec__breadcrumbs li:first-of-type {
    margin-left: 0;
}
.xbec__breadcrumbs .xbec__breadcrumbs__link:hover {
    text-decoration: underline;
}
.xbec__breadcrumbs.c-product-categories {
    max-width: calc(100% - 120px);
}
.xbec__breadcrumbs span:not(.xbec__breadcrumbs__separator) {
    text-transform: uppercase;
}

.xbec__image-frame.c-product-manufacturer {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 100px;
    aspect-ratio: 1;
}

.xbec__message {
    background-color: #fff;
    border: 1px solid var(--clr-gray-300);
    border-radius: 0.7rem;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    padding: 1rem;
    position: fixed;
    top: 8rem;
    right: 4rem;
    transform: translateX(calc(100% + 4rem));
    opacity: 0;
    transition: all 300ms ease-out;
    z-index: 9999;
}

.c-cart-amount {
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--clr-danger-400);
    color: white;
    border-radius: 100%;
    width: 22px;
    height: 22px;
    display: block;
    padding: 0.2rem;
    position: absolute;
    top: 50%;
    right: calc(100% - 11px);
    transform: translateY(-50%);
}

.c-cart-link {
    position: relative;
}

.xbec__message.x-revealed {
    opacity: 1;
    transform: translateX(0);
}

.xbec__suggested-input {
    display: inline-block;
}

.xbec__separator {
    background-color: var(--clr-gray-200);
    pointer-events: none;
    cursor: default;
    display: inline-flex;
    overflow: hidden;
    padding: 0;
    margin: 0;
}
.xbec__separator.x-horizontal {
    height: 1px;
    width: 100%;
}
.xbec__separator.x-vertical {
    height: 100%;
    width: 1px;
}

.xbec__complex-input {
    height: 2.55em;
    outline: 1px solid var(--clr-gray-400);
    display: flex;
    background-color: var(--clr-white);
    border-radius: 100vw;
    align-items: center;
    padding: 0 0.33em;
    box-sizing: border-box;
    gap: 1.1em;
}
.xbec__complex-input input[type="text"] {
    margin: -5px;
    padding: 10px 0 10px 20px;
    border-radius: 100vw;
}
.xbec__complex-input input {
    outline: none !important;
}
.xbec__complex-input .c-main-input {
    min-width: 250px;
    width: 100%;
}
@media (max-width: 876px) {
    .xbec__complex-input {
        gap: 0.3em;
    }
}

.xbec__button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 0.5em;
    padding: 0.35em 1.15em;
    border-radius: 100vw;
    font-weight: 500;
    cursor: pointer;
    letter-spacing: 0.5px;
    height: 1.95em;
    box-sizing: border-box;
    white-space: nowrap;
}
.xbec__button.x-mobile {
    height: 30px;
    aspect-ratio: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}
.xbec__button.x-mobile i {
    font-size: 1.75em;
}
.xbec__button.x-nav {
    height: 60px;
    aspect-ratio: unset;
    width: -moz-fit-content;
    width: fit-content;
    flex-direction: column;
    padding: 0.1em;
}
.xbec__button.x-nav i {
    font-size: 2em;
}
.xbec__button.x-nav span {
    text-transform: uppercase;
}
.xbec__button.x-primary {
    color: var(--clr-white);
    fill: var(--clr-white);
    background-color: var(--clr-primary-500);
    border: none;
}
.xbec__button.x-primary:hover {
    background-color: var(--clr-primary-600);
}
.xbec__button.x-primary:active {
    background-color: var(--clr-primary-700);
}
.xbec__button.x-secondary {
    color: var(--clr-gray-900);
    fill: var(--clr-gray-900);
    background-color: var(--clr-gray-500);
    border: none;
}
.xbec__button.x-secondary:hover {
    background-color: var(--clr-gray-600);
}
.xbec__button.x-secondary:active {
    background-color: var(--clr-gray-700);
}
.xbec__button.x-light {
    color: var(--clr-gray-900);
    fill: var(--clr-gray-900);
    background-color: var(--clr-gray-200);
    border: none;
    outline: 1.5px solid var(--clr-gray-500);
}
.xbec__button.x-light:hover {
    background-color: var(--clr-gray-300);
}
.xbec__button.x-light:active {
    background-color: var(--clr-gray-400);
}
.xbec__button.x-link {
    color: var(--clr-gray-900);
    fill: var(--clr-gray-900);
    border: none;
    background-color: transparent;
}
.xbec__button.x-link:hover {
    background-color: var(--clr-gray-200);
}
.xbec__button.x-link:active {
    background-color: var(--clr-gray-300);
}
.xbec__button.x-yellow {
    color: var(--clr-white);
    fill: var(--clr-white);
    border: none;
    background-color: var(--clr-warning-400);
}
.xbec__button.x-yellow:hover {
    background-color: var(--clr-warning-500);
}
.xbec__button.x-yellow:active {
    background-color: var(--clr-warning-600);
}

.xbec__thumbnail {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    background-size: cover;
    cursor: pointer;
    transform-origin: center;
    transition: all 0.12s ease-out;
}
.xbec__thumbnail .xbec__button {
    width: -moz-fit-content;
    width: fit-content;
}
.xbec__thumbnail .xbec__thumbnail__overlay {
    position: absolute;
    inset: 0;
    background: rgb(0, 0, 0);
    background: linear-gradient(
        180deg,
        rgba(0, 0, 0, 0) 0%,
        rgba(0, 0, 0, 0.6) 75%
    );
}
.xbec__thumbnail *:not(.xbec__thumbnail__overlay) {
    z-index: 2;
}
.xbec__thumbnail:hover {
    transform: scale(1.03);
    transition: all 0.2s ease-in;
}

.xbec__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    z-index: 90;
    height: -moz-fit-content;
    height: fit-content;
    background-color: var(--clr-white);
    border-width: 0 1px 1px 1px;
    border-style: solid;
    border-color: var(--clr-gray-200);
    display: flex;
    flex-direction: column;
    padding: 0.45em;
    border-radius: 20px;
    transform: scaleY(0);
    transform-origin: top;
    transition: all 0.15s linear;
}
.xbec__dropdown.x-extended {
    transform: scaleY(1);
}
.xbec__dropdown * {
    justify-content: left;
    text-align: left;
}
.xbec__dropdown.c-header-product-list-element {
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 0 0 20px 20px;
    left: calc(100px - 1.6em);
}
@media (max-width: 876px) {
    .xbec__dropdown.c-header-product-list-element {
        display: none;
    }
}

.xbec__panel {
    background-color: var(--clr-white);
    border: 1px solid var(--clr-gray-300);
    border-radius: 20px;
}
.xbec__panel.c-renting {
    margin: 50px 100px;
    padding: 20px;
}
.xbec__panel.c-renting h1 {
    margin-top: 0;
    font-size: var(--tpg-h3);
}
@media (max-width: 876px) {
    .xbec__panel.c-renting {
        margin: 1em 1em 6em;
    }
}

.xbec__section .xbec__section__title {
    display: flex;
    gap: 20px;
    align-items: center;
}

.xbec__product {
    width: 100%;
    background-color: var(--clr-gray-200);
    border-width: 1px;
    border-style: solid;
    border-color: var(--clr-gray-300);
    border-radius: 20px;
    cursor: pointer;
    transform-origin: center;
    transition: all 0.12s ease-out;
}
.xbec__product.x-featured {
    position: relative;
}
// .xbec__product.x-featured::after {
//   position: absolute;
//   content: "IZDVOJENO";
//   top: 0;
//   left: 50%;
//   transform: translateX(-50%);
//   background-color: var(--clr-warning-400);
//   color: var(--clr-white);
//   font-weight: 500;
//   padding: 0.2em 1.2em;
//   border-radius: 0 0 0.4em 0.4em;
// }
.xbec__product:hover {
    transform: scale(1.03);
    transition: all 0.2s ease-in;
}
.xbec__product .xbec__product__thumbnail {
    width: 100%;
    aspect-ratio: 3/2;
    -o-object-fit: scale-down;
    object-fit: scale-down;
    background-color: var(--clr-white);
    padding: 10px 0;
    border-radius: 20px 20px 0 0;
    border-bottom: 1px solid var(--clr-gray-300);
}
.xbec__product .xbec__product__pricetag {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 10px;
}
.xbec__product .xbec__product__price {
    font-weight: 700;
}
.xbec__product .xbec__product__old-price {
    position: relative;
    color: var(--clr-gray-700);
    font-size: var(--tpg-st);
}
.xbec__product .xbec__product__old-price::before {
    position: absolute;
    content: "";
    top: 50%;
    left: -2.5px;
    height: 1px;
    width: calc(5px + 100%);
    background-color: red;
}
.xbec__product .xbec__product__name {
    line-height: 1.3em;
    height: 2.6em;
    overflow: hidden;
    margin: 10px;
}
.xbec__product .xbec__product__footer {
    display: flex;
    justify-content: space-between;
    margin: 10px;
}
.xbec__product .xbec__product__footer .xbec__button {
    font-size: 0.8rem;
}
.xbec__product .xbec__product__footer .xbec__button > * {
    font-size: 0.8rem;
}
@media (max-width: 876px) {
    .xbec__product {
        width: 100%;
    }
}

.xbec__gallery {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));
    gap: 20px;
}
@media (max-width: 867px) {
    .xbec__gallery {
        grid-template-columns: repeat(2, 1fr);
        gap: 1em;
    }
}

.xbec__carousel {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.xbec__carousel img {
    width: 22%;
    -o-object-fit: scale-down;
    object-fit: scale-down;
}
@media (max-width: 876px) {
    .xbec__carousel img {
        width: 50%;
        height: 50%;
    }
}

.xbec__footer .xbec__section.c-partners-footer {
    background-color: var(--clr-gray-600);
    margin: 0;
    padding: 50px 100px;
}
.xbec__footer .xbec__section.c-partners-footer h5 {
    margin: 0;
}
@media (max-width: 876px) {
    .xbec__footer .xbec__section.c-partners-footer {
        padding: 1em;
    }
}
.xbec__footer .xbec__section.c-end-footer {
    background-color: var(--clr-gray-900);
    margin: 0;
    padding: 50px 100px;
    color: var(--clr-gray-600);
    display: grid;
    grid-template-areas: "logo logo newsletter newsletter newsletter" "pages pages pages pages pages";
}
.xbec__footer .xbec__section.c-end-footer h5 {
    margin: 0;
}
.xbec__footer .xbec__section.c-end-footer img {
    grid-area: logo;
    height: 130px;
}
.xbec__footer .xbec__section.c-end-footer .c-newsletter {
    grid-area: newsletter;
}
.xbec__footer .xbec__section.c-end-footer .c-pages {
    grid-area: pages;
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}
.xbec__footer .xbec__section.c-end-footer .c-pages ul {
    list-style: none;
    padding-left: 0;
}
.xbec__footer .xbec__section.c-end-footer .c-pages ul span {
    color: var(--clr-white) !important;
    line-height: 1.65em;
}
.xbec__footer .xbec__section.c-end-footer .c-pages ul li:not(:first-of-type) a {
    color: var(--clr-white) !important;
    line-height: 1.65em;
}
.xbec__footer
    .xbec__section.c-end-footer
    .c-pages
    ul
    li:not(:first-of-type)
    a:hover {
    text-decoration: underline;
}
.xbec__footer .xbec__section.c-end-footer .c-pages ul li:first-of-type {
    color: var(--clr-gray-600);
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 20px;
}
@media (max-width: 876px) {
    .xbec__footer .xbec__section.c-end-footer {
        grid-template-areas: "newsletter" "pages";
        padding: 1em;
    }
    .xbec__footer .xbec__section.c-end-footer img {
        display: none;
    }
    .xbec__footer .xbec__section.c-end-footer .c-pages {
        flex-wrap: wrap;
    }
    .xbec__footer .xbec__section.c-end-footer .c-pages * {
        flex: 1 1 50%;
        text-align: center;
    }
}
.xbec__footer .xbec__carousel {
    height: 250px;
    mix-blend-mode: luminosity;
}

a.xbec__button.c-separated-after {
    position: relative;
}
a.xbec__button.c-separated-after::after {
    content: "";
    position: absolute;
    top: 3px;
    bottom: 3px;
    right: -2.5px;
    width: 1px;
    background-color: var(--clr-gray-200);
}
@media (max-width: 1200px) {
    a.xbec__button.c-separated-after::after {
        display: none;
    }
}

@media (max-width: 876px) {
    form.xbec__complex-input.c-main-product-search-input {
        position: absolute;
        top: 50%;
        right: 15px;
        transform: translateY(-50%) scaleX(0);
        transform-origin: right;
        transition: all 0.3s ease-in;
        width: calc(100% - 30px);
    }
    form.xbec__complex-input.c-main-product-search-input.x-extended {
        transform: translateY(-50%) scaleX(1);
    }
}

button.xbec__button.c-close-mobile-sidebar-button {
    position: fixed;
    bottom: 30px;
    right: 30px;
}

button.xbec__button.c-sidebar-product-list-toggle.x-extended i {
    transform: rotate(180deg);
}

@media (max-width: 1200px) {
    .hb-1200 {
        display: none !important;
    }
}
@media (max-width: 876px) {
    .hb-876 {
        display: none !important;
    }
}
@media (min-width: 876px) {
    .ha-876 {
        display: none !important;
    }
}
@media (max-width: 1024px) {
    .x-hb-1024 {
        display: none !important;
    }
}
@media (min-width: 1024px) {
    .x-ha-1024 {
        display: none !important;
    }
}
@media (max-width: 1280px) {
    .x-hb-1280 {
        display: none !important;
    }
}
@media (min-width: 1280px) {
    .x-ha-1280 {
        display: none !important;
    }
}
@media (max-width: 1536px) {
    .x-hb-1536 {
        display: none !important;
    }
}
@media (min-width: 1536px) {
    .x-ha-1536 {
        display: none !important;
    }
}

.xbec__container {
    padding: 0 clamp(5px, 3.5vw, 65px);
}

.x-new\:xbec__container.x-max-wide {
    padding: 0 !important;
}

.xbec__container {
    position: relative;
}

.xbec__container .xbec__container__content {
    max-width: 1367px;
    margin-left: auto;
    margin-right: auto;
}

.x-new\:xbec__container.x-max-wide .x-new\:xbec__container__content {
    margin: 0 !important;
}

.xbec__wrapper.x-flex-2 {
    display: flex;
    gap: 3rem;
    align-items: center;
    flex-wrap: wrap;
}

.xbec__wrapper.x-flex-2 > .xbec__wrapper {
    width: calc(50% - 1.5rem);
}

@media (max-width: 876px) {
    .xbec__wrapper.x-flex-2 > .xbec__wrapper {
        width: 100%;
    }
}

.xbec__wrapper.x-grid-2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem;
}

@media (max-width: 876px) {
    .xbec__wrapper.x-grid-2 {
        grid-template-columns: 100%;
    }
}

/* mailing - list */

.c-mailing-list-container {
    text-align: center;
    /* color: var(--clr-primary-800); */
    padding-top: var(--sps-400);
    padding-bottom: var(--sps-400);
}

.c-mailing-list-container p:first-of-type {
    font-size: 2rem;
    font-weight: 800;
    margin: 0 0 1.5rem;
}

.c-mailing-list-container p:last-of-type {
    max-width: 650px;
    display: block;
    margin: 0 auto 1.5rem;
}

/* inputs */

.xbec__input {
    padding: 0.33rem 0.65rem;
    border: none;
    outline: 1px solid var(--clr-gray-600);
    border-radius: 0.2rem;
}

.xbec__input::placeholder {
    font-size: 0.8rem;
    color: var(--clr-gray-700);
}

/* button - new */

.xbec__button.x-new {
    padding: 0 0.85rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: calc(1rem * 1.3 + 0.66rem);
    border: none;
    outline: none;
    /* border-radius: 0.2rem; */
    font-size: 0.85rem;
    font-weight: 600;
    font-family: "Inter", sans-serif;
}

/* headings */

.x-h1 {
    font-size: clamp(2.2rem, 4vw, 3rem);
    font-weight: 700;
}

.x-h2 {
    font-size: clamp(1.5rem, 3vw, 2rem);
    font-weight: 700;
}

/* blog-link */

.xbec__blog-link {
    background-color: var(--clr-white);
    border-radius: 0.7rem;
    padding: 1rem;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.05);
    display: flex;
    position: relative;
}

.xbec__blog-link + .xbec__blog-link {
    margin-top: 2rem;
}

.xbec__blog-link:not(.c-main) {
    gap: 1rem;
}

.xbec__blog-link:not(.c-main) .xbec__blog-link__thumbnail {
    flex: 1 0 180px;
    margin-bottom: 0;
}

.xbec__blog-link:not(.c-main) .xbec__wrapper {
    flex: 0 1 100%;
}

@media (max-width: 876px) {
    .xbec__blog-link:not(.c-main) .xbec__blog-link__thumbnail {
        flex: 1 0 100px;
        margin-bottom: 0;
    }

    .xbec__blog-link:not(.c-main) .xbec__blog-link__heading {
        white-space: normal;
        margin-bottom: 0.3rem;
    }

    /* .xbec__blog-link:not(.c-main) .xbec__blog-link__preview {
         display: none;
    } */
}

.xbec__blog-link.c-main {
    flex-direction: column;
    height: 100%;
    box-sizing: border-box;
}

.xbec__blog-link.c-main .xbec__blog-link__thumbnail {
    flex: 1 1 100%;
}

.xbec__blog-link__info {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 0.7rem;
    font-weight: 500;
    color: var(--clr-gray-700);
}

.xbec__blog-link__info i {
    margin-top: 3px;
}

.xbec__blog-link__heading {
    font-size: 1.1rem;
    font-weight: 700;
    margin: 0.65rem 0 0.8rem;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.xbec__blog-link__preview {
    font-size: 0.75rem;
    letter-spacing: 0.5px;
    line-height: 1.4;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    margin: 0;
    color: var(--clr-gray-800);
}

.xbec__blog-link__thumbnail {
    width: 100%;
    margin-bottom: 1.2rem;
    border-radius: 0.2rem;
    overflow: hidden;
}

.xbec__blog-link__thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xbec__blog-link.c-main .xbec__blog-link__heading {
    font-size: 1.4rem;
    padding-bottom: 0.5rem;
}

.xbec__blog-link.c-main .xbec__blog-link__preview {
    padding-bottom: 1rem;
    font-size: 0.9rem;
}

.xbec__notification {
    margin-top: 3rem;
    background-color: var(--clr-white);
    border: 1px solid var(--clr-gray-200);
    border-radius: 1rem;
    padding: 1rem;
    font-weight: 500;
    font-size: 1.2rem;
}

.c-contact-container {
    margin: 3rem 0;
}

.c-alert-container + .c-contact-container {
    margin: 1rem 0 3rem;
}

.c-contact-container .xbec__container__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

@media (max-width: 1024px) {
    .c-contact-container .xbec__container__content {
        display: grid;
        grid-template-columns: 100%;
        gap: 2rem;
    }
}

.c-contact-container .xbec__container__content {
    box-sizing: border-box;
    background-color: var(--clr-white);
    padding: 1rem;
    border-radius: 1rem;
    border: 1px solid var(--clr-gray-200);
}

.c-contact-container .x-h2 {
    margin-top: 0;
}

.c-contact-container .c-buttons-wrapper {
    margin-bottom: 1rem;
}

.c-contact-container label {
    display: block;
    margin: 1rem 0 0.5rem;
}

.c-contact-container form input {
    display: block;
    width: 100%;
}

.c-contact-container .c-captcha-wrapper .xbec__wrapper {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}

.c-contact-container .c-captcha-wrapper {
    margin-bottom: 1rem;
}

.c-contact-container .c-contact-map-wrapper {
    width: 100%;
    height: 100%;
    min-height: 400px;
    border-radius: 1rem;
    overflow: hidden;
    outline: 1px solid var(--clr-gray-200);
}

.c-login-container .xbec__container__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.c-login-wrapper {
    box-sizing: border-box;
    width: 300px;
    background-color: var(--clr-white);
    padding: 1rem;
    border-radius: 0.75rem;
    border: 1px solid var(--clr-gray-200);
    margin-bottom: 2rem;
}

.c-login-wrapper img {
    height: 50px;
    display: block;
    margin: 0 auto;
    margin-bottom: 2rem;
}

.c-login-wrapper h1 {
    font-size: 1.25rem;
    text-align: center;
}

.c-login-wrapper label {
    margin-top: 1.5rem;
    display: block;
}

.c-login-wrapper input {
    width: 100%;
}

.c-login-wrapper button {
    margin: 2rem auto 0;
    display: block;
    width: fit-content;
}

.c-login-wrapper label + input {
    margin-top: 0.75rem;
}

.c-login-container a {
    cursor: pointer;
    text-decoration: underline;
    margin-bottom: 4rem;
}

.c-cart-list-container {
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.c-step-2-container {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

.c-cart-list-container * {
    box-sizing: border-box;
}

.c-cart-list-container .xbec__container__content {
    display: grid;
    grid-template-columns: 27% 1fr;
    gap: 2rem;
}

.c-customer-person-wrapper,
.c-customer-person-wrapper {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.5rem 2rem 2rem;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
}

.c-cart-list-wrapper {
    margin-top: 2rem;
    margin-bottom: 3rem;
}

.c-cart-item-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1rem 0;
    position: relative;
}

.c-cart-item-wrapper:first-of-type {
    padding-top: 0;
}

.c-cart-item-wrapper:last-of-type {
    padding-bottom: 0;
}

.c-cart-item-wrapper img {
    height: 100px;
    aspect-ratio: 1;
    display: block;
    margin: 0 auto;
}

.c-cart-item-wrapper + .c-cart-item-wrapper {
    border-top: 1px solid var(--clr-gray-200);
}

.c-cart-item-price-wrapper {
    width: 150px;
}

.c-cart-item-details-wrapper,
.c-cart-item-id-wrapper,
.c-cart-item-price-wrapper {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.c-cart-item-price-wrapper {
    align-items: flex-end;
    text-align: right;
}

.c-cart-item-id-wrapper {
    color: var(--clr-gray-500);
    align-items: flex-end;
    margin-left: auto;
    font-size: 0.7rem;
    text-align: right;
    white-space: nowrap;
}

.c-cart-item-total-price {
    white-space: nowrap;
}

.c-cart-item-name,
.c-cart-item-total-price {
    font-size: 1rem;
    font-weight: 500;
}

.c-cart-item-manufacturer,
.c-cart-item-unit-price {
    font-size: 0.7rem;
    font-weight: 500;
}

.c-cart-item-amount-wrapper {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0 1rem;
}

.c-cart-item-amount-wrapper button,
.c-cart-item-wrapper > button {
    border: none;
    background-color: var(--clr-gray-200);
    color: var(--clr-gray-800);
    height: 1.5rem;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 0.3rem;
}

.c-cart-item-mobile-row {
    display: contents;
    justify-content: space-between;
    width: 100%;
}

@media (width <= 768px), (1024px <= width <= 1150px) {
    .c-cart-item-mobile-row {
        display: flex;
    }

    .c-cart-item-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .c-cart-item-id-wrapper {
        display: none;
    }

    .c-cart-item-amount-wrapper {
        margin: 0;
        width: 125px;
        justify-content: center;
        align-items: center;
        height: 100%;
    }

    .c-cart-item-details-wrapper {
        justify-content: center;
        align-items: flex-end;
        text-align: right;
    }

    .c-cart-item-wrapper img {
        height: 125px;
    }
}

@media (max-width: 350px) {
    .c-cart-item-mobile-row {
        flex-direction: column;
        gap: 0.5rem;
        align-items: center;
    }

    .c-cart-item-details-wrapper,
    .c-cart-item-price-wrapper {
        text-align: center;
        align-items: center;
    }

    .c-cart-item-amount-wrapper {
        width: 100%;
    }
}

.xbec__new-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-size: 0.8rem;
    font-weight: 600;
    font-family: inherit;
    letter-spacing: 0.35px;
    cursor: pointer;
    padding: 0.45rem 0.85rem;
    border: none;
    outline: none;
    border-radius: 0.35rem;
}

.xbec__new-button.x-primary {
    background-color: var(--clr-primary-500);
    color: var(--clr-white);
}

.xbec__new-button.x-primary:hover {
    background-color: var(--clr-primary-600);
}

.xbec__new-button.x-secondary {
    background-color: var(--clr-gray-200);
    color: var(--clr-gray-800);
}

.xbec__new-button.x-secondary:hover {
    background-color: var(--clr-gray-300);
}

.xbec__label {
    font-size: 0.8rem;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: var(--clr-gray-700);
    display: block;
    margin-bottom: 0.5rem;
}

input + .xbec__label {
    margin-top: 1rem;
}

.xbec__new-input {
    outline: none !important;
    background-color: var(--clr-gray-100) !important;
    border-radius: 0.35rem !important;
    padding: 0.45rem 0.65rem !important;
    font-weight: 500 !important;
    font-size: 0.8rem;
    height: unset !important;
    color: var(--clr-gray-900);
}

.xbec__new-input::placeholder {
    font-size: 0.8rem !important;
    font-weight: 300;
}

.c-customer-person-wrapper p.c-title,
.c-cart-list-container h1 {
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin: 0;
}

.c-customer-person-wrapper {
    height: fit-content;
}

.c-customer-person-wrapper form {
    margin-top: 2rem;
}

.c-customer-person-wrapper form button {
    display: flex;
    margin-top: 2.5rem;
}

.c-checkout-container .xbec__container__content {
    display: flex;
}

.c-customer-person-wrapper .xbec__new-input,
.c-customer-person-wrapper .xbec__new-button {
    width: 100%;
}

@media (width <= 1024px) {
    .c-cart-list-container .xbec__container__content {
        grid-template-columns: 100%;
    }

    .c-customer-person-wrapper {
        order: 2;
    }
}

.c-cart-item-amount-wrapper span {
    border: 1px solid var(--clr-gray-300);
    padding: 0.2rem 0.5rem;
    border-radius: 0.4rem;
}

.c-step-2-container .xbec__container__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

@media (width <= 768px) {
    .c-step-2-container .xbec__container__content {
        grid-template-columns: 100%;
    }
}

.c-cart-disclaimer {
    font-size: 0.8rem;
    font-weight: 500;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-top: 1rem;
    border-top: 1px solid var(--clr-gray-200);
}

.c-cart-company-wrapper {
    padding: var(--sps-200);
    border-radius: var(--sps-50);
    background-color: var(--clr-white);
    cursor: pointer;
    transition: outline 100ms ease-out;
}

.c-cart-company-wrapper * {
    pointer-events: none;
}

.c-cart-company-wrapper.x-selected {
    outline: 2px solid var(--clr-primary-300);
}

.c-cart-company-wrapper + .c-cart-company-wrapper {
    margin-top: var(--sps-75);
}

.c-cart-company-wrapper p {
    margin: 0;
    font-weight: 500;
}

.c-cart-company-wrapper p + p {
    margin-top: 0.25rem;
}

.c-cart-company-wrapper p:not(:first-of-type) {
    font-size: var(--sps-200) !important;
    color: var(--clr-gray-600);
    font-weight: 400;
}

.c-cart-new-company-info,
.c-cart-delivery-address-person-info,
.c-cart-delivery-address-company-info {
    display: none;
}

.c-cart-new-company-info.x-revealed,
.c-cart-delivery-address-person-info.x-revealed,
.c-cart-delivery-address-company-info.x-revealed {
    display: contents;
}

.c-step-2-container input[type="checkbox"] {
    margin: 1.5rem 0 0;
}

.c-step-2-container .c-customer-person-wrapper:hover .xbec__new-button {
    color: #fff;
    background-color: var(--clr-primary-500);
}

.c-step-2-container .c-customer-person-wrapper:hover .xbec__new-button:hover {
    background-color: var(--clr-primary-600);
}

.c-total-total-span {
    margin-left: auto;
    font-weight: 500;
}

.xbec__new-panel {
    background-color: #fff;
    border-radius: 1rem;
    padding: 1.5rem 2rem 2rem;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);
    position: relative;
}

.xbec__new-panel .xbec__new-panel {
    background-color: #fcfcfc;
    border-radius: 0.7rem;
    padding: 1.4rem 1.6rem 1.6rem;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    position: relative;
}

.xbec__new-h1 {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.3px;
    margin: 0;
}

.c-product-image {
    position: absolute;
    top: 1.5rem;
    right: 2rem;
}

.xbec__new-subheading {
    margin-top: 0.25rem;
    color: var(--clr-gray-700);
    font-size: 0.8rem;
}

.c-product-title-h1 {
    padding-right: 160px;
}

.c-product-id-wrapper {
    margin: 2rem 0;
}

.c-product-id-wrapper p {
    margin: 0.5rem 0;
    font-size: 0.8rem;
    color: var(--clr-gray-700);
}

.c-product-price-wrapper p {
    color: var(--clr-gray-700);
}

.c-product-price-wrapper p:first-of-type {
    color: var(--clr-gray-700);
    margin: 0;
}

.c-product-price-wrapper p:first-of-type span {
    color: var(--clr-gray-900);
    font-size: 1.15rem;
    font-weight: 600;
}

.c-product-price-wrapper p:last-of-type {
    font-size: 0.8rem;
    margin-top: 0.5rem;
}

.c-product-cart-control-wrapper {
    display: flex;
    align-items: center;
}

.c-product-cart-control-wrapper .c-cart-item-amount-wrapper {
    margin-left: 0;
}

.c-product-info-panel {
    height: fit-content;
    position: sticky;
    top: 2rem;
}

.c-product-additional-panel {
    margin-top: 3rem;
}

.c-product-additional-panel {
    font-size: unset;
    font-size: 0.8rem !important;
}

.c-product-additional-section-title {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 0;
}

div + .c-product-additional-section-title {
    margin-top: 2rem;
}

.xbec__pricing {
    display: contents;
}

/*  */
/*  */
/*  */
/*  */
/*  */
/*  */


*[class^="x-new"],
* [class^="x-new"],
.xbec__sidebar,
.xbec__controls,
.xbec__controls *,
.xbec__popular,
.xbec__popular * {
    font-size: 16px !important;
}

*[class^="x-new"] svg {
    height: 1em;
}

.x-sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
}

.x-new\:xbec__container {
    padding: 0 clamp(5px, 3.5vw, 65px);
}

.c-header-container {
    background-color: #fff;
}

.x-new\:xbec__container .x-new\:xbec__container__content {
    max-width: 90rem;
    margin-left: auto;
    margin-right: auto;
}

.x-new\:xbec__container .x-new\:xbec__container__content.x-medium {
    max-width: 70rem;
}

.x-new\:xbec__container .x-new\:xbec__container__content.x-narrow {
    max-width: 50rem;
}

.c-header-row-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--sps-300) 0;
    gap: var(--sps-200);
}

.x-new\:xbec__image {
    display: block;
}

@media (max-width: 1024px) {
    .x-new\:xbec__image {
        height: 35px !important;
    }
}

.c-header-actions-wrapper {
    display: flex;
    align-items: center;
    gap: var(--sps-200);
}

.c-header-action-wrapper {
    display: inline-flex;
    gap: var(--sps-75);
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
    padding: 0 var(--sps-100);
    position: relative;
}

.c-header-action-wrapper:hover {
    background-color: var(--clr-gray-100);
    border-radius: var(--sps-50);
}

.c-header-action-wrapper svg {
    height: var(--sps-350);
    fill: var(--clr-gray-500);
}

@media (min-width: 1024px) {
    .c-header-action-wrapper svg {
        height: var(--sps-400);
    }
}

.c-header-action-wrapper-two-row {
    display: flex;
    flex-direction: column;
    white-space: nowrap;
    padding: var(--sps-50) 0;
}

.x-new\:xbec__link.c-header-logo-link {
    margin-top: calc(-1 * var(--sps-50));
}

.c-header-search-wrapper {
    display: flex;
    align-items: center;
    flex: 1 1 100%;
}

.c-header-action-wrapper-two-row span {
    display: block;
    text-align: right;
}

.c-header-action-wrapper-two-row span:first-of-type {
    font-size: var(--sps-250);
}

.c-header-action-wrapper-two-row span:last-of-type {
    font-weight: 600;
}

.c-header-action-wrapper-two-row {
    margin-right: var(--sps-150);
}

@media (min-width: 1024px) {
    .c-header-row-wrapper:first-of-type
        .c-header-actions-wrapper:first-of-type {
        text-transform: uppercase;
        margin-right: auto;
        font-weight: 600;
        margin-left: var(--sps-500);
    }

    .c-header-row-wrapper:first-of-type
        .c-header-actions-wrapper:first-of-type
        .c-header-action-wrapper:first-of-type {
        border-bottom: 3px solid var(--clr-warning-300);
        margin-bottom: -3px;
        padding: 0;
        margin-right: var(--sps-100);
    }

    .c-header-row-wrapper:first-of-type
        .c-header-actions-wrapper:first-of-type
        .c-header-action-wrapper:hover {
        background-color: transparent !important;
    }
}

/* input elements */
/* ************** */
/* [sinput] -> simple inputs: used for divs containing form controls with labels on SEO optimized websites. */
/* [cinput] -> complex inputs: used for complex inputs to maximise usability and reactivity, html contenteditable elements */

@keyframes sinput_lock_tranlation {
    0% {
        transform: translateX(0);
    }

    25% {
        transform: translateX(3.5px);
    }

    75% {
        transform: translateX(-3.5px);
    }

    100% {
        transform: translateX(0);
    }
}

.xbec__sinput {
    display: block;
    overflow: visible !important;
    position: relative;
    width: 100%;
}

.xbec__sinput.x-required .xbec__sinput__label::after {
    content: "\002A";
    margin-left: var(--sps-25);
}

.xbec__sinput.x-readonly .xbec__sinput__field {
    padding-left: 35px;
}

.xbec__sinput.x-readonly .xbec__sinput__lock {
    display: block;
}

.xbec__sinput.x-readonly:focus-within .xbec__sinput__field {
    transition: outline 1000s ease-out;
    outline: none;
}

.xbec__sinput.x-readonly:focus-within .xbec__sinput__lock {
    animation: sinput_lock_tranlation 200ms;
}

.xbec__sinput__label,
.xbec__captcha__label {
    font-size: var(--fsz-100);
    color: var(--clr-gray-700);
    margin-bottom: var(--sps-100);
    display: inline-block;
    user-select: none;
    cursor: default;
    vertical-align: middle;
}

.xbec__sinput__field,
.xbec__captcha__field {
    display: block;
    width: 100%;
    background-color: var(--clr-gray-100);
    padding: var(--sps-75) var(--sps-200);
    border-radius: var(--sps-75);
    outline: var(--sps-25) solid var(--clr-gray-100);
    outline-offset: calc(-1 * var(--sps-25));
    transition: outline 100ms ease-out;
    border: none;
}

.xbec__captcha__field {
    width: var(--sps-700);
    text-align: right;
}

.xbec__captcha__formula {
    display: flex;
    gap: var(--sps-100);
    align-items: center;
}

.xbec__sinput__field::placeholder,
.xbec__sinput__textarea::placeholder,
.xbec__captcha__field::placeholder {
    color: var(--clr-gray-600);
}

.xbec__sinput__field:focus,
.xbec__sinput__textarea:focus,
.xbec__captcha__field:focus {
    outline: var(--sps-25) solid var(--clr-primary-300);
    outline-offset: 0px;
}

.xbec__sinput__field[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
    padding: var(--sps-100) calc(var(--sps-100) * 2 + var(--sps-400));
    text-align: center;
}

.xbec__sinput__field[type="number"]::-webkit-inner-spin-button,
.xbec__sinput__field[type="number"]::-webkit-outer-spin-button {
    display: none;
}

.xbec__sinput__datepicker {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 0;
}

.xbec__sinput__datepicker span {
    height: 40px;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url("/files/calendar-days-regular.svg");
    background-repeat: no-repeat;
    background-size: 45%;
    background-position: center;
}

.xbec__sinput__datepicker input[type="date"],
input[type="date"]::-webkit-calendar-picker-indicator {
    inset: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

.xbec__sinput__lock {
    position: absolute;
    bottom: 0;
    height: 40px;
    padding: var(--sps-200);
    fill: var(--clr-gray-400);
    display: none;
}

.c-header-search-sinput .xbec__sinput__field {
    background-color: #fff;
    font-size: var(--sps-300);
}

/* button */

.x-new\:xbec__button {
    font-family: inherit;
    line-height: inherit;
    text-decoration: inherit;
    fill: inherit;
    border: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: var(--sps-100);
    cursor: pointer;
    transition: all 200ms ease-out;
    user-select: none;
    white-space: nowrap;
}

.x-new\:xbec__button * {
    pointer-events: none;
}

.x-new\:xbec__button * {
    user-select: none;
    pointer-events: none;
}

.x-new\:xbec__button.x-theme {
    background-color: var(--clr-white);
    color: var(--clr-gray-300);
    fill: var(--clr-gray-400);
}

.x-new\:xbec__button.x-theme:hover {
    color: var(--clr-gray-400);
    fill: var(--clr-gray-500);
}

.x-new\:xbec__button.x-primary {
    background-color: var(--clr-primary-500);
    color: var(--clr-white);
    fill: var(--clr-white);
}

.x-new\:xbec__button.x-primary:hover {
    background-color: var(--clr-primary-600);
}

.x-new\:xbec__button.x-primary:active {
    background-color: var(--clr-primary-700);
}

.x-new\:xbec__button.x-gray {
    background-color: var(--clr-gray-200);
    color: var(--clr-gray-900);
    fill: var(--clr-gray-900);
}

.x-new\:xbec__button.x-gray:hover {
    background-color: var(--clr-gray-300);
}

.x-new\:xbec__button.x-gray:active {
    background-color: var(--clr-gray-400);
}

.x-new\:xbec__button.x-white {
    background-color: var(--clr-white);
    color: var(--clr-gray-700);
    fill: var(--clr-gray-600);
}

.x-new\:xbec__button.x-white:hover {
    color: var(--clr-primary-500);
    fill: var(--clr-primary-400);
}

.x-new\:xbec__button.x-white:active {
    background-color: var(--clr-gray-100);
}

.x-new\:xbec__button.x-input-button {
    height: var(--sps-400);
    min-width: var(--sps-400);
    border-radius: var(--sps-50);
}

.x-new\:xbec__button.x-input-button svg {
    height: var(--fsz-100);
}

.x-new\:xbec__button.x-small {
    padding: var(--sps-50) var(--sps-300);
    border-radius: var(--sps-75);
    font-weight: 500;
    letter-spacing: 0.5px;
}

.x-new\:xbec__button.x-small svg:first-child {
    margin-left: calc(-1 * var(--sps-25));
}

.x-new\:xbec__button.x-small svg:last-child {
    margin-right: calc(-1 * var(--sps-25));
}

.x-new\:xbec__button.x-medium {
    padding: var(--sps-75) var(--sps-400);
    border-radius: var(--sps-100);
    font-weight: 600;
    letter-spacing: 0.5px;
}

.x-new\:xbec__button.x-medium svg:first-child {
    margin-left: calc(-1 * var(--sps-50));
}

.x-new\:xbec__button.x-medium svg:last-child {
    margin-right: calc(-1 * var(--sps-50));
}

.x-new\:xbec__button.c-sinput-number-minus,
.x-new\:xbec__button.c-sinput-number-plus {
    position: absolute;
    bottom: var(--sps-100);
}

.x-new\:xbec__button.c-sinput-number-minus {
    left: var(--sps-100);
}

.x-new\:xbec__button.c-sinput-number-plus {
    right: var(--sps-100);
}

.c-header-search-sinput .xbec__sinput__field {
    border-radius: var(--sps-50) 0 0 var(--sps-50) !important;
    outline-color: var(--clr-gray-200);
}

.c-header-search-button {
    padding: var(--sps-75) var(--sps-200) !important;
    border-radius: 0 var(--sps-50) var(--sps-50) 0 !important;
    height: var(--sps-500);
}

.c-header-categories-button {
    outline: var(--sps-25) solid var(--clr-gray-200);
    fill: var(--clr-gray-600);
    height: var(--sps-600);
    padding: 0 var(--sps-500);
    border-radius: var(--sps-50);
    font-weight: 600;
    width: var(--sps-1100);
}

.c-header-big-search-wrapper {
    display: flex;
    flex: 1 1 1024px;
    max-width: 1024px;
    outline: var(--sps-25) solid var(--clr-gray-200);
    border-radius: var(--sps-75);
    height: calc(var(--sps-600) + 2 * var(--sps-25));
    white-space: nowrap;
    outline-offset: calc(-1 * var(--sps-25));
    margin-right: auto;
    margin-left: var(--sps-500);
}

.c-header-big-search-wrapper * {
    font-size: var(--sps-300);
}

.c-header-big-search-wrapper input {
    flex: 1 1 100%;
    outline: none;
    border: none;
    padding-left: var(--sps-400);
    border-radius: var(--sps-50) 0 0 var(--sps-50);
}

.c-header-big-search-wrapper label {
    margin: var(--sps-200);
    padding-left: var(--sps-200);
    border-left: var(--sps-0) solid var(--clr-gray-200);
    display: flex;
    align-items: center;
    color: var(--clr-gray-600);
}

.c-header-big-search-wrapper select {
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    border: none;
    font-weight: 600;
    outline: none;
    cursor: pointer;
    height: 100%;
    color: var(--clr-gray-800);
    background-color: #fff;
}

.c-header-big-search-wrapper button {
    height: 100%;
    border-radius: 0;
    outline: none;
    border: none;
    background-color: var(--clr-primary-500);
    color: #fff;
    z-index: 2;
    border-radius: 0 var(--sps-50) var(--sps-50) 0;
    margin-left: var(--sps-200);
    padding: 0 var(--sps-500);
}

.c-header-action-wrapper.c-alt {
    font-size: var(--sps-250);
    font-weight: 500;
    padding: var(--sps-100);
}

.c-header-action-wrapper.c-alt svg {
    height: var(--sps-300);
}

.xbec__bubble {
    background-color: var(--clr-primary-500);
    color: #fff;
    padding: var(--sps-25);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100vw;
    font-size: var(--sps-200);
    font-weight: 600;
    min-height: var(--sps-350);
    min-width: var(--sps-350);
}

.c-header-cart-total-bubble {
    position: absolute;
    right: var(--sps-25);
    top: var(--sps-25);
}

.c-header-categories-button:focus,
.c-header-big-search-wrapper select:focus,
.c-header-big-search-wrapper button:focus {
    outline: var(--sps-25) solid black;
    outline-offset: calc(-1 * var(--sps-25));
}

.c-header-action-wrapper[title="Navigacioni meni"] svg {
    height: var(--sps-500);
}

.c-header-categories-area-wrapper {
    position: relative;
}

.c-header-categories-list {
    position: absolute;
    top: calc(100% + var(--sps-200));
    left: 0;
    width: 100%;
    background-color: #fff;
    outline: var(--sps-25) solid var(--clr-gray-200);
    border-radius: var(--sps-50);
    padding: 0 var(--sps-200);
    transform: scaleY(0);
    transform-origin: center top;
    transition: transform 150ms ease-out;
    z-index: 50;
}

.c-header-categories-list-link,
.c-header-categories-list-link-highlight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--sps-300);
}

.c-header-categories-list-link-highlight {
    font-weight: 600;
}

.c-header-categories-list-link:not(:first-child),
.c-header-categories-list-link-highlight:not(:first-child) {
    border-top: var(--sps-0) solid var(--clr-gray-200);
}

.c-header-categories-area-wrapper:hover .c-header-categories-list {
    transform: scaleY(100%);
}

.c-header-categories-area-wrapper:hover .c-header-categories-list::before {
    content: "";
    height: var(--sps-350);
    aspect-ratio: 1;
    border-width: var(--sps-25) var(--sps-25) 0 0;
    border-color: var(--clr-gray-200);
    border-style: solid;
    background-color: #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: calc(-1 * var(--sps-200));
    left: var(--sps-450);
}

.c-header-categories-area-buffer {
    height: var(--sps-200);
    position: absolute;
    top: 100%;
    width: 100%;
    left: 0;
    z-index: 49;
}

/* list */
@keyframes sidebar-backdrop-reveal {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes sidebar-container-reveal {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0);
    }
}

.xbec__sidebar {
    position: fixed;
    inset: 0;
    display: none;
    z-index: 40;
}

.xbec__sidebar.x-revealed {
    display: block;
}

.xbec__sidebar__backdrop {
    position: fixed;
    inset: 0;
    background-color: #2e4048ad;
    backdrop-filter: blur(0.25rem);
    animation-duration: 300ms;
}

.xbec__sidebar.x-revealed .xbec__sidebar__backdrop {
    animation-name: sidebar-backdrop-reveal;
}

.xbec__sidebar__container {
    position: fixed;
    inset: 0 auto 0 0;
    background-color: var(--clr-gray-200);
    width: 20rem;
    max-width: calc(100% - 2rem);
    animation-duration: 300ms;
    padding-bottom: var(--sps-900);
}

.xbec__sidebar.x-revealed .xbec__sidebar__container {
    animation-name: sidebar-container-reveal;
}

.xbec__sidebar__close {
    position: absolute;
    top: var(--sps-400);
    right: var(--sps-400);
    border: none;
    background-color: transparent;
    height: var(--sps-500);
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    fill: var(--clr-gray-900);
    z-index: 100;
}

.xbec__sidebar__close svg {
    transform: rotate(180deg);
    height: var(--sps-450);
}

.xbec__sidebar__header {
    padding: var(--sps-300) 0 var(--sps-400) var(--sps-300);
    position: sticky;
    top: 0;
    z-index: 99;
}

.xbec__sidebar__body {
    height: 100%;
    overflow-y: auto;
    padding: 0 var(--sps-300);
}

.xbec__sidebar__footer {
    position: fixed;
    bottom: 0;
    left: 0;
    height: var(--sps-600);
    width: 20rem;
    max-width: calc(100% - 2rem);
    background-color: var(--clr-gray-400);
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 500;
}

.c-sidebar-list-wrapper {
    background-color: #fff;
    border-radius: var(--sps-50);
    outline: var(--sps-25) solid var(--clr-gray-400);
    margin-top: var(--sps-25);
    padding: 0 var(--sps-100);
}

.c-sidebar-list-wrapper + .c-sidebar-list-wrapper {
    margin-top: var(--sps-300);
}

.c-sidebar-list-link,
.c-sidebar-list-link-highlight {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--sps-200);
}

.c-sidebar-list-link-highlight {
    text-transform: uppercase;
    font-weight: 600;
}

.c-sidebar-list-link:not(:first-child),
.c-sidebar-list-link-highlight:not(:first-child) {
    border-top: var(--sps-0) solid var(--clr-gray-200);
}

/* tree */
.xbec__tree__item {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--clr-fg-200);
}

.xbec__tree__node {
    display: flex;
    align-items: center;
    font-weight: 600;
    color: var(--clr-fg-200);
    margin-bottom: var(--mar-lg);
}

li + li > .xbec__tree__item {
    margin-top: var(--mar-rg);
}

li + li > .xbec__tree__node {
    margin-top: var(--mar-mx);
}

html[data-color-mode="dark"] .xbec__tree__item:hover {
    color: var(--clr-fg-100);
}

.xbec__tree__item:hover .xbec__icon {
    box-shadow: 0 0px 3px 0px #0000005e;
}

/* list */
.xbec__list {
    padding-left: var(--pde-lg);
    position: relative;
}

.xbec__list::before {
    position: absolute;
    content: "";
    width: 1.5px;
    inset: 0 auto 0 1.5px;
    background-color: rgba(var(--clr-fg-rgb-100), 0.2);
}

.xbec__list__item {
    color: var(--clr-fg-200);
}

li + li .xbec__list__item {
    display: block;
    position: relative;
    margin-top: var(--mar-rg);
}

.xbec__list__item:hover {
    color: var(--clr-fg-300);
}

.xbec__list__item:hover::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: calc(100% + var(--pde-lg) - 3px);
    content: "";
    width: 1.5px;
    background-color: var(--clr-fg-100);
}

.x-no-scroll {
    overflow: hidden !important;
}

.c-hero-carousel {
    position: relative;
    overflow: hidden;
}

.c-hero-carousel * {
    transition: all 500ms ease-out;
}

.c-hero-carousel .x-new\:xbec__container__content {
    display: flex;
    max-width: unset;
}

.c-hero-carousel img {
    display: block;
    height: 70vh;
    width: 100%;
    object-fit: cover;
}

.c-hero-carousel .c-hero-carousel-image {
    display: block;
    flex: 0 0 100%;
    max-width: 100vw;
    background-size: cover;
    background-position: center;
    height: 60vh;
}

.c-ups-hero {
    background-image: url("/img/velika-ponuda-ups-uredjaja-S.512x670.contain.jpg");
}

.c-liveu-hero {
    background-image: url("/img/liveu-produkcija-i-video-prenos-S.512x670.contain.jpg");
}

.c-robustel-hero {
    background-image: url("/img/robustel-r5030-hero-s.512x670.cover.jpg");
}

.c-telecom-hero {
    background-image: url("/img/pogledajte-najbolju-ponudu-telekomunikacione-opreme-u-srbiji-S.512x670.contain.jpg");
}

.c-splicer-hero {
    background-image: url("/img/alat-i-merna-oprema-specijalna-ponuda-S.512x670.contain.jpg");
}

@media (min-width: 512px) {
    .c-hero-carousel .c-hero-carousel-image {
        height: var(--sps-1200);
    }

    .c-ups-hero {
        background-image: url("/img/velika-ponuda-ups-uredjaja-M.768x384.contain.jpg");
    }

    .c-liveu-hero {
        background-image: url("/img/liveu-produkcija-i-video-prenos-M.768x384.contain.jpg");
    }

    .c-telecom-hero {
        background-image: url("/img/pogledajte-najbolju-ponudu-telekomunikacione-opreme-u-srbiji-M.768x384.contain.jpg");
    }

    .c-robustel-hero {
        background-image: url("/img/robustel-r5030-hero-m.768x384.cover.jpg");
    }

    .c-splicer-hero {
        background-image: url("/img/alat-i-merna-oprema-specijalna-ponuda-M.768x384.contain.jpg");
    }
}

@media (min-width: 1024px) {
    .c-hero-carousel .c-hero-carousel-image {
        height: var(--sps-1300);
    }

    .c-ups-hero {
        background-image: url("/img/velika-ponuda-ups-uredjaja-L.1920x512.contain.jpg");
    }

    .c-liveu-hero {
        background-image: url("/img/liveu-produkcija-i-video-prenos-L.1920x512.contain.jpg");
    }

    .c-telecom-hero {
        background-image: url("/img/pogledajte-najbolju-ponudu-telekomunikacione-opreme-u-srbiji-L.1920x512.contain.jpg");
    }

    .c-robustel-hero {
        background-image: url("/img/robustel-r5030-hero.1920x512.cover.jpg");
    }

    .c-splicer-hero {
        background-image: url("/img/alat-i-merna-oprema-specijalna-ponuda-L.1920x512.contain.jpg");
    }
}

.c-hero-carousel-controls-wrapper {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: var(--sps-200);
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--sps-200);
}

.x-new\:xbec__button.x-control {
    height: var(--sps-500);
    aspect-ratio: 1;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: var(--sps-50);
    fill: var(--clr-gray-300);
}

.c-hero-carousel-dots-wrapper {
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: var(--sps-50);
    height: var(--sps-500);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--sps-200);
    gap: var(--sps-200);
}

.c-hero-carousel-dot {
    border-radius: var(--sps-50);
    aspect-ratio: 1;
    height: var(--sps-100);
    outline: var(--sps-25) solid var(--clr-gray-300);
    outline-offset: calc(-1 * var(--sps-25));
    cursor: pointer;
    opacity: 0.5;
}

.c-hero-carousel-dot.x-active {
    aspect-ratio: 1 unset;
    width: var(--sps-400);
    background-color: var(--clr-gray-300);
}

.c-ecosystem-container {
    margin-top: var(--sps-900);
    margin-bottom: var(--sps-900);
}

.c-ecosystem-container .x-new\:xbec__container__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.c-ecosystem-text-wrapper p {
    max-width: 600px;
}

.c-ecosystem-link-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: var(--sps-400);
}

.c-ecosystem-link {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: var(--sps-400);
    background-size: cover;
    color: #fff;
    border-radius: var(--sps-50);
    transition: transform 150ms ease-out;
    font-weight: 500;
    height: 150px;
    box-shadow: var(--bsh-100);
}

.c-ecosystem-link:last-of-type {
    color: var(--clr-gray-900);
}

.c-ecosystem-link p {
    margin: 0;
    font-size: 18px;
}

.c-ecosystem-link:hover {
    transform: scale(1.03);
    box-shadow: var(--bsh-400);
}

@media (max-width: 1024px) {
    .c-ecosystem-container .x-new\:xbec__container__content {
        grid-template-columns: 100%;
        gap: var(--sps-500);
    }

    .c-ecosystem-text-wrapper p {
        margin: var(--sps-400) auto;
        text-align: center;
    }
}

@media (max-width: 512px) {
    .c-ecosystem-link-wrapper {
        grid-template-columns: 100%;
        grid-template-rows: unset;
    }
}

.xbec__controls {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--sps-200);
}

.xbec__controls.c-hero-carousel-controls {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: var(--sps-300);
}

.xbec__controls__single {
    height: var(--sps-500);
    aspect-ratio: 1;
    background-color: #0000005e;
    fill: var(--clr-gray-300);
    border-radius: var(--sps-50);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.xbec__controls__single:hover {
    background-color: #0000006b;
}

.xbec__controls__single svg {
    height: var(--sps-300);
}

.xbec__controls__dots {
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: var(--sps-50);
    height: var(--sps-500);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--sps-200);
    gap: var(--sps-200);
}

.xbec__controls__dot {
    border-radius: var(--sps-50);
    aspect-ratio: 1;
    height: var(--sps-100);
    outline: var(--sps-25) solid var(--clr-gray-300);
    outline-offset: calc(-1 * var(--sps-25));
    cursor: pointer;
    opacity: 0.5;
}

.xbec__controls__dot.x-active {
    aspect-ratio: unset;
    width: var(--sps-400);
    background-color: var(--clr-gray-300);
}

.xbec__popular {
    width: var(--sps-1100);
    padding: var(--sps-200);
    outline: var(--sps-25) solid var(--clr-gray-200);
    border-radius: var(--sps-50);
    overflow: hidden;
}

.xbec__popular__header {
    padding: 0 var(--sps-100) var(--sps-150);
    font-weight: 600;
    font-size: var(--sps-350) !important;
    border-bottom: var(--sps-0) solid var(--clr-gray-200);
}

.xbec__popular__footer {
    padding: var(--sps-200) var(--sps-100) 0;
}

.xbec__popular__carousel {
    display: flex;
    transition: transform 300ms ease-out;
}

.xbec__popular__item {
    flex: 0 0 100%;
    display: flex;
    flex-direction: column;
    gap: var(--sps-200);
    align-items: center;
    margin-top: var(--sps-300);
}

.xbec__popular__item p {
    margin: 0;
    text-align: center;
}

.xbec__popular__name {
    font-weight: 500;
    max-width: var(--sps-1000);
}

.x-h3 {
    font-size: var(--sps-400) !important;
    font-weight: 600;
}

.c-popular-categories-container {
    margin-top: var(--sps-400);
}

.c-popular-categories-container .x-new\:xbec__container__content {
    /* outline: var(--sps-25) solid var(--clr-gray-200); */
    border-radius: var(--sps-50);
    padding: var(--sps-150) var(--sps-200) var(--sps-200);
}

.c-popular-categories-wrapper a {
    flex: 0 0 calc(20% - 0.8 * var(--sps-500));
    display: flex;
    align-items: center;
    gap: var(--sps-300);
}

.c-popular-categories-wrapper a p {
    font-size: var(--sps-350);
    font-weight: 500;
    color: var(--clr-warning-400);
    margin: 0;
}

.c-popular-categories-wrapper a span {
    color: var(--clr-gray-900);
}

.c-popular-categories-wrapper a img {
    transition: transform 100ms ease-out;
}

.c-popular-categories-wrapper a:hover p {
    text-decoration: underline;
}

.c-popular-categories-wrapper a:hover img {
    transform: scale(1.05);
}

.c-popular-categories-wrapper {
    display: flex;
    gap: var(--sps-400);
    overflow: hidden;
}

@media (max-width: 1850px) {
    .c-popular-categories-wrapper a {
        flex: 0 0 calc(25% - 0.75 * var(--sps-400));
    }
}

@media (max-width: 1367px) {
    .c-popular-categories-wrapper a {
        flex: 0 0 calc(33% - 0.66 * var(--sps-400));
    }
}

@media (max-width: 1024px) {
    .c-popular-categories-wrapper,
    .c-popular-categories-wrapper a {
        flex-direction: column;
    }
}

.c-deals-container {
    margin-top: var(--sps-500);
}

.c-deals-container .x-new\:xbec__container__content {
    display: grid;
    grid-template-columns: var(--sps-1100) 1fr;
    gap: var(--sps-700);
}

@media (max-width: 1024px) {
    .c-deals-container .x-new\:xbec__container__content {
        grid-template-columns: 100%;
    }
}

.c-deals-wrapper {
    position: sticky;
    top: 0;
}

.c-popular-link {
    margin-top: var(--sps-200);
    padding: var(--sps-200);
    background-color: var(--clr-gray-200);
    position: relative;
    display: flex;
    border-radius: var(--sps-50);
    justify-content: left;
    align-items: center;
    gap: var(--sps-50);
}

.c-popular-link svg {
    position: absolute;
    top: 50%;
    right: var(--sps-200);
    transform: translateY(-50%);
    transition: right 150ms ease-out;
}

.c-popular-link:hover svg {
    right: var(--sps-100);
}

.c-product-deals-featured-wrapper > p,
.c-deals-featured-wrapper > p {
    font-size: var(--sps-350);
    margin: 0 0 var(--sps-400);
    font-weight: 600;
    padding: var(--sps-200) 0 var(--sps-150);
    border-bottom: var(--sps-0) solid var(--clr-gray-200);
}

.c-deals-featured-grid-wrapper {
    margin-top: var(--sps-500);
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-rows: repeat(3, auto);
    grid-auto-rows: 0px;
    overflow: hidden;
}

.c-product-deals-featured-wrapper {
    margin: var(--sps-700) 0;
}

.c-product-deals-featured-wrapper .c-deals-featured-grid-wrapper {
    grid-template-rows: repeat(2, auto);
}

.x-new\:xbec__product:nth-of-type(5n) .x-new\:xbec__product__display {
    border-right: 0px !important;
}

@media (max-width: 1800px) {
    .c-deals-featured-grid-wrapper {
        grid-template-columns: repeat(4, 1fr);
    }

    .x-new\:xbec__product:nth-of-type(4n) .x-new\:xbec__product__display {
        border-right: 0px !important;
    }

    .x-new\:xbec__product:nth-of-type(5n) .x-new\:xbec__product__display {
        border-right: var(--sps-0) solid var(--clr-gray-200) !important;
    }
}

@media (max-width: 1320px) {
    .c-deals-featured-grid-wrapper {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(4, auto);
        grid-auto-rows: 0px;
    }

    .x-new\:xbec__product:nth-of-type(3n) .x-new\:xbec__product__display {
        border-right: 0px !important;
    }

    .x-new\:xbec__product:nth-of-type(4n) .x-new\:xbec__product__display {
        border-right: var(--sps-0) solid var(--clr-gray-200) !important;
    }

    .x-new\:xbec__product:nth-of-type(5n) .x-new\:xbec__product__display {
        border-right: var(--sps-0) solid var(--clr-gray-200) !important;
    }
}

@media (max-width: 768px) {
    .c-deals-featured-grid-wrapper {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(8, auto);
        grid-auto-rows: 0px;
    }

    .x-new\:xbec__product:nth-of-type(3n) .x-new\:xbec__product__display {
        border-right: var(--sps-0) solid var(--clr-gray-200) !important;
    }

    .x-new\:xbec__product:nth-of-type(4n) .x-new\:xbec__product__display {
        border-right: var(--sps-0) solid var(--clr-gray-200) !important;
    }

    .x-new\:xbec__product:nth-of-type(5n) .x-new\:xbec__product__display {
        border-right: var(--sps-0) solid var(--clr-gray-200) !important;
    }

    .x-new\:xbec__product:nth-of-type(2n) .x-new\:xbec__product__display {
        border-right: 0px !important;
    }
}

@media (max-width: 512px) {
    .c-deals-featured-grid-wrapper {
        grid-template-columns: 100%;
        grid-template-rows: repeat(12, auto);
        grid-auto-rows: 0px;
    }

    .x-new\:xbec__product__display {
        border-right: 0px !important;
    }
}

.x-new\:xbec__product {
    position: relative;
    outline: 0 solid var(--clr-gray-200);
    border-radius: var(--sps-50) var(--sps-50) 0 0;
    // height: 280px;
    margin-bottom: var(--sps-500);
}

.x-new\:xbec__product__display {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    padding: var(--sps-400);
    text-align: center;
    // height: 280px;
    border-right: var(--sps-0) solid var(--clr-gray-200);
}

.x-new\:xbec__product:hover {
    outline: var(--sps-25) solid var(--clr-gray-200);
    outline-offset: calc(-1 * var(--sps-25));
    box-shadow: var(--bsh-200);
}

.x-new\:xbec__product .x-new\:xbec__product__actions {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    transform: scaleY(0);
    transform-origin: top;
    transition: transform 100ms ease-out;
    background-color: var(--clr-gray-200);
    box-shadow: var(--bsh-100);
    border-radius: 0 0 var(--sps-150) var(--sps-150);
    padding: var(--sps-150);
    z-index: 10;
}

.x-new\:xbec__product .x-new\:xbec__product__actions > * {
    width: 100%;
}

.x-new\:xbec__product__available {
    text-align: center;
    margin-top: var(--sps-100);
    font-weight: 500;
    color: var(--clr-gray-800);
    display: block;
    font-size: var(--sps-250) !important;
}

.x-new\:xbec__product:hover .x-new\:xbec__product__actions {
    display: block;
    transform: scaleY(100%);
}

.x-new\:xbec__product__manufacturer {
    font-size: var(--sps-250) !important;
}

.x-new\:xbec__product__name {
    font-weight: 600;
    margin-bottom: var(--sps-50);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.x-new\:xbec__product__price {
    white-space: nowrap;
    font-weight: 500;
    color: var(--clr-gray-600);
}

.x-new\:xbec__product__thumb {
    padding-top: var(--sps-300);
    margin-bottom: auto;
}

.c-deals-sidebar-content-wrapper {
    position: sticky;
    top: var(--sps-500);
}

@media (max-width: 1024px) {
    .c-deals-sidebar-content-wrapper {
        margin: 0 auto;
        max-width: var(--sps-1100);
    }
}

.c-home-blog-section-container {
    margin-bottom: var(--sps-900);
}

.c-home-blog-section-container .x-new\:xbec__container__content {
    background-color: var(--clr-gray-200);
    border-radius: var(--sps-100);
    padding: var(--sps-500);
}

.c-home-blog-section-title {
    display: flex;
    align-items: center;
    gap: var(--sps-400);
}

.c-home-blog-section-title p {
    margin: 0;
}

.c-home-blog-section-posts-wrapper {
    margin-top: var(--sps-500);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--sps-400);
}

@media (max-width: 1024px) {
    .c-home-blog-section-posts-wrapper {
        grid-template-columns: 100%;
    }
}

.c-home-blog-section-posts-wrapper .xbec__blog-link {
    margin-top: 0 !important;
    border-radius: var(--sps-50);
}

.c-home-blog-section-container .xbec__link {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: var(--sps-100);
    margin-top: var(--sps-300);
    font-weight: 500;
}

.c-product-container {
    margin-top: var(--sps-500);
}

.c-deals-sidebar-wrapper .xbec__popular {
    outline-color: var(--clr-primary-500) !important;
}

.c-product-grid-wrapper {
    display: grid;
    gap: var(--sps-700);
    grid-template-columns: var(--sps-1100) auto;
}

.c-small-product-list {
    margin-top: var(--sps-500);
}

.x-new\:xbec__product.x-small {
    height: 150px;
    margin-bottom: 0;
}

.x-new\:xbec__product.x-small .x-new\:xbec__product__display {
    flex-direction: row;
    height: 170px;
    border-right: 0 !important;
    border-bottom: var(--sps-0) solid var(--clr-gray-200);
}

.x-new\:xbec__product.x-small .x-new\:xbec__product__display div {
    flex: 0 1 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.x-new\:xbec__product.x-small .x-new\:xbec__product__thumb {
    margin-bottom: 0;
    height: var(--sps-800);
    padding-top: var(--sps-200);
    padding-bottom: var(--sps-200);
}

.x-new\:xbec__product.x-small .x-new\:xbec__product__name,
.x-new\:xbec__product.x-small .x-new\:xbec__product__price {
    text-align: right;
}

.c-small-product-list .x-h4 {
    margin: 0;
    padding-bottom: var(--sps-150);
    border-bottom: var(--sps-0) solid var(--clr-gray-200);
}

.x-h4 {
    font-size: var(--sps-350) !important;
    font-weight: 600;
}

.xbec__image-list {
    list-style: none;
    padding-left: 0;
    /* width: var(--sps-700); */
}

.xbec__image-list__item {
    padding: var(--sps-100);
    cursor: pointer;
}

.xbec__image-list__image {
    height: var(--sps-700);
    width: var(--sps-700);
    opacity: 0.5;
}

.xbec__image-list__image:hover {
    opacity: 1;
}

/* Button wrapper inside .xbec__image-list__item (v2 product gallery).
 * Reset the browser-default button chrome so the thumb visually
 * matches the v1 plain <img>-thumb layout while still being a
 * semantic interactive control. The is-active state matches the
 * hover state (full opacity). */
.xbec__image-list__thumb {
    all: unset;
    display: block;
    cursor: pointer;
    line-height: 0;
}

.xbec__image-list__thumb.is-active .xbec__image-list__image {
    opacity: 1;
}

.c-product-main-top-wrapper {
    display: flex;
    align-items: flex-start;
    gap: var(--sps-500);
}

.c-product-main-bottom-wrapper {
    background-color: var(--clr-gray-100);
    padding: var(--sps-450);
    border-radius: var(--sps-50);
    height: fit-content;
}

.c-product-big-image {
    height: auto;
    max-width: var(--sps-1300);
}

.c-product-main-tags-wrapper {
    display: flex;
    gap: var(--sps-200);
    align-items: center;
    justify-content: flex-start;
}

.xbec__tag {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: var(--sps-75);
    padding: var(--sps-50) var(--sps-100);
    font-weight: 500;
    font-size: var(--sps-250);
    border-radius: var(--sps-50);
}

.xbec__tag svg {
    height: var(--sps-200);
}

.xbec__tag.x-featured {
    background-color: var(--clr-primary-200);
    color: var(--clr-primary-800);
    fill: var(--clr-primary-800);
}

.xbec__tag.x-popular {
    background-color: var(--clr-warning-200);
    color: var(--clr-warning-700);
    fill: var(--clr-danger-700);
}

.c-product-main-info-wrapper {
    flex: 0 1 100%;
}

.c-product-main-info-wrapper h1 {
    border-bottom: var(--sps-0) solid var(--clr-gray-200);
    padding-bottom: var(--sps-300);
}

.c-product-main-details p {
    margin: 0;
    font-size: var(--sps-250);
    font-weight: 600;
    color: var(--clr-gray-700);
}

.c-product-main-details p + p {
    margin-top: var(--sps-100);
}

.c-product-main-details span {
    font-weight: 400;
}

.c-product-main-price {
    color: var(--clr-gray-700);
}

.c-product-global-price {
    margin-top: var(--sps-400);
}

.c-product-personal-price {
    font-size: var(--sps-350);
}

.c-product-personal-price span {
    font-weight: 600;
    color: var(--clr-gray-900);
}

.c-product-avaliability-info {
    display: flex;
    align-items: center;
    gap: var(--sps-100);
    margin: var(--sps-500) 0 0;
    color: var(--clr-gray-700);
}

.c-product-cart-control-wrapper {
    margin-top: var(--sps-300);
}

.c-telemet-ad-wrapper {
    padding: var(--sps-200) 0;
    margin: var(--sps-600) 0;
    border-width: var(--sps-0) 0;
    border-style: solid;
    border-color: var(--clr-gray-200);
    display: flex;
    gap: var(--sps-300);
    align-items: center;
    color: var(--clr-gray-700);
    font-size: var(--sps-250) !important;
}

.c-telemet-ad-wrapper .x-h4 {
    font-size: var(--sps-300) !important;
}

.c-telemet-ad-wrapper a {
    color: var(--clr-primary-700);
    font-weight: 600;
}

@media (max-width: 1367px) {
    .c-product-grid-wrapper {
        grid-template-columns: 100%;
    }

    .c-product-sidebar-wrapper {
        display: none;
        order: 2;
    }
}

@media (max-width: 1024px) {
    .c-product-main-top-wrapper {
        flex-direction: column;
        align-items: center;
    }

    .c-product-main-top-wrapper .xbec__image-list {
        order: 1;
        display: flex;
        width: 100%;
        justify-content: center;
        overflow-y: auto;
    }

    .c-product-main-info-wrapper {
        order: 2;
    }

    .c-product-big-image {
        max-width: MIN(var(--sps-1300), 90vw);
    }
}

[data-carousel] {
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

[data-carousel]::-webkit-scrollbar {
    display: none;
}

[data-carousel-wrapper] {
    display: flex;
    width: 100%;
    transition: transform 300ms ease-out;
}

[data-carousel-element] {
    flex: 0 0 100%;
    width: 100%;
}

img[data-carousel-element] {
    display: block;
}

.c-footer-partners-container {
    border-top: var(--sps-50) solid var(--clr-warning-400);
    background: var(--clr-primary-800);
    background: linear-gradient(
        135deg,
        var(--clr-primary-800) 0%,
        var(--clr-primary-900) 100%
    );
}

.c-partners-carousel-wrapper {
    padding: var(--sps-500) 0;
    text-align: center;
    color: var(--clr-white);
}

.c-partners-carousel-wrapper [data-carousel-element] {
    opacity: 0.5;
}

.c-partners-carousel-wrapper .x-h3 {
    text-transform: uppercase;
    letter-spacing: var(--sps-0);
    margin-bottom: var(--sps-300);
}

.c-partners-carousel-wrapper .x-h4 {
    font-size: var(--sps-250) !important;
    margin-bottom: var(--sps-300);
}

@media (max-width: 1024px) {
    .c-partners-carousel-images-wrapper {
        padding: var(--sps-500) 0;
    }
}

.c-footer-bottom-container {
    background-color: var(--clr-primary-950);
    color: var(--clr-white);
}

.c-footer-bottom-container .c-header-row-wrapper {
    padding: var(--sps-600) 0;
    border-bottom: var(--sps-0) solid var(--clr-primary-900);
}

.c-footer-bottom-container a {
    color: var(--clr-white);
}

.c-footer-bottom-container .xbec__drawer__trigger svg {
    fill: var(--clr-white);
}

.c-footer-bottom-container .c-header-action-wrapper {
    background-color: transparent !important;
}

.xbec__drawer__trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: var(--sps-250) 0;
    font-size: var(--sps-350);
    cursor: pointer;
}

.xbec__drawer__trigger svg {
    transition: transform 200ms ease-out;
}

.xbec__drawer__trigger * {
    pointer-events: none;
}

.xbec__drawer__content {
    display: none;
}

.xbec__drawer.x-revealed .xbec__drawer__trigger svg {
    transform: rotate(180deg);
}

.xbec__drawer.x-revealed .xbec__drawer__content {
    display: block;
}

.c-footer-mobile-link {
    display: block;
    padding: var(--sps-100) 0;
    opacity: 0.55;
}

.xbec__link-tree {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.xbec__link-tree__title {
    text-transform: uppercase;
}

.xbec__link-tree__link {
    padding-left: var(--sps-300);
    margin-top: var(--sps-150);
    position: relative;
}

.xbec__link-tree__link > * {
    opacity: 0.55;
}

.xbec__link-tree__link::before {
    content: "\276F";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    opacity: 0.55;
}

.xbec__link-tree__link:hover a {
    opacity: 1;
}

.xbec__link-tree__link > * {
    display: block;
}

.c-footer-links-desktop-wrapper {
    padding: var(--sps-600) 0;
}

.c-footer-links-desktop-wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.c-tribit-container {
    background-color: #231f20;
    color: #ffffff60;
}

.c-tribit-container .x-new\:xbec__container__content {
    padding: 16px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}

.c-tribit-container span {
    font-size: 14px !important;
    text-align: center;
}

@media (max-width: 1024px) {
    .c-tribit-container .x-new\:xbec__container__content {
        flex-direction: column;
    }
}

.xbec__alert {
    padding: var(--sps-200);
    display: none;
    border-radius: var(--sps-50);
    font-size: var(--sps-250);
    font-weight: 600;
    margin-bottom: var(--sps-500);
}

.xbec__alert.x-revealed {
    margin-top: var(--sps-200);
    display: block;
}

.xbec__alert.x-success {
    background-color: var(--clr-success-200);
    color: var(--clr-success-800);
}

.xbec__alert.x-error {
    background-color: var(--clr-danger-200);
    color: var(--clr-danger-800);
}

.xbec__alert.x-warning {
    background-color: var(--clr-warning-200);
    color: var(--clr-warning-800);
}

.c-gonzales-login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
}

.c-gonzales-login-container-wrapper {
    position: relative;
}

.c-gonzales-login-panel-wrapper {
    width: min(95vw, 300px);
    background-color: var(--clr-primary-950);
    padding: var(--sps-400);
    border-radius: var(--sps-200);
    outline: var(--sps-50) solid var(--clr-primary-300);
}

.c-gonzales-login-panel-wrapper img {
    margin-bottom: var(--sps-400);
}

.c-gonzales-login-panel-wrapper h1 {
    font-size: var(--sps-400);
    margin-top: 0;
    color: #fff;
    margin-bottom: var(--sps-400);
}

.c-gonzales-login-panel-wrapper form {
    display: flex;
    flex-direction: column;
    gap: var(--sps-300);
}

.c-gonzales-login-panel-wrapper form button {
    margin-top: var(--sps-400);
}

.c-gonzales-login-panel-wrapper .xbec__sinput__label {
    font-size: var(--sps-250);
}

.c-gonzales-login-panel-wrapper .xbec__sinput__field {
    font-size: var(--sps-300);
}

.c-gonzales-login-help-wrapper {
    width: 175px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--sps-600);
    padding: var(--sps-400);
    position: absolute;
    top: 0;
    left: 110%;
    height: 100%;
}

.c-gonzales-login-help-link,
.c-gonzales-contact-help-link {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: var(--sps-100);
    font-weight: 600;
    font-size: var(--sps-250);
    text-align: center;
}

.c-gonzales-contact-help-link {
    width: var(--sps-900);
}

.c-gonzales-login-help-icon,
.c-gonzales-contact-help-icon {
    width: 70%;
    background-color: var(--clr-gray-100);
    border-radius: 100%;
    aspect-ratio: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    transform-origin: center;
    transition: all 200ms ease-out;
}

.c-gonzales-login-help-icon svg,
.c-gonzales-contact-help-icon svg {
    width: 70%;
    stroke: var(--clr-gray-600);
    fill: none;
}

.c-gonzales-contact-help-icon svg {
    height: auto;
}

.c-gonzales-login-help-link:hover,
.c-gonzales-contact-help-link:hover {
    text-decoration: underline;
}

.c-gonzales-login-help-link:hover .c-gonzales-login-help-icon,
.c-gonzales-contact-help-link:hover .c-gonzales-contact-help-icon {
    transform: scale(1.07);
}

@media (max-width: 768px) {
    .c-gonzales-login-wrapper {
        height: fit-content;
        margin-top: var(--sps-700);
    }

    .c-gonzales-login-help-wrapper {
        top: 100%;
        left: 0;
        width: 100%;
        flex-direction: row;
        height: fit-content;
        align-items: flex-start;
        margin-top: var(--sps-400);
    }
}

.c-news-list-container {
    margin-top: var(--sps-600);
}

.x-copy {
    font-size: var(--sps-350);
    line-height: 1.6;
}

.c-top-news-wrapper {
    display: flex;
    gap: var(--sps-500);
    border-bottom: var(--sps-0) solid var(--clr-gray-200);
    padding-bottom: var(--sps-600);
}

.c-top-news-wrapper .x-h2 {
    font-weight: 800;
}

.c-top-news-wrapper .x-copy {
    color: var(--clr-gray-800);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.c-top-news-right-wrapper,
.c-top-news-left-wrapper {
    flex: 0 1 50%;
}

.c-top-news-left-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.c-top-news-right-wrapper img {
    display: block;
    width: 100%;
}

.c-top-news-left-wrapper .x-new\:xbec__button {
    margin-top: auto;
}

.c-featured-news-list-wrapper {
    display: flex;
    border-bottom: var(--sps-0) solid var(--clr-gray-200);
    padding: var(--sps-600) 0;
    gap: var(--sps-500);
}

.c-featured-news-list-wrapper > .xbec__post {
    flex: 0 1 33%;
}

.xbec__post__date {
    fill: var(--clr-gray-700);
    display: flex;
    align-items: center;
    color: var(--clr-gray-600);
    font-weight: 500;
    font-size: var(--sps-250);
    gap: var(--sps-50);
    margin-top: var(--sps-400);
}

.xbec__post__short {
    color: var(--clr-gray-800);
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.xbec__post__title {
    margin: var(--sps-300) 0 var(--sps-300);
}

.xbec__post__thumbnail {
    max-width: 100%;
}

.xbec__post__link {
    font-weight: 600;
    color: var(--clr-primary-500);
    font-size: var(--sps-250);
}

.c-all-news-container {
    margin-bottom: var(--sps-600);
}

.c-all-news-container .xbec__post {
    border-bottom: var(--sps-0) solid var(--clr-gray-200);
    padding-top: var(--sps-300);
    padding-bottom: var(--sps-600);
}

.c-news-grid {
    margin-top: var(--sps-600);
    margin-bottom: var(--sps-600);
    display: grid;
    grid-template-columns: var(--sps-1100) auto;
    gap: var(--sps-900);
}

.c-news-sidebar .xbec__post {
    border-bottom: var(--sps-0) solid var(--clr-gray-200);
    padding: 0 0 var(--sps-400);
}

.c-news-sidebar .xbec__popular {
    margin-top: var(--sps-500);
}

.c-news-sidebar .xbec__post__short {
    -webkit-line-clamp: 2;
}

@media (max-width: 1024px) {
    .c-top-news-wrapper {
        flex-direction: column-reverse;
    }

    .c-featured-news-list-wrapper {
        flex-direction: column;
    }

    .c-news-grid {
        grid-template-columns: 100%;
    }

    .c-news-sidebar {
        order: 2;
    }

    .xbec__popular {
        margin-left: auto;
        margin-right: auto;
    }

    .c-contact-links-wrapper {
        flex-direction: column;
        gap: var(--sps-500);
    }

    .c-gonzales-contact-help-link {
        width: var(--sps-700);
    }
}

.c-contact-map-wrapper iframe {
    width: 100%;
    height: 40vh;
}

.c-contact-links-wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: var(--sps-600) 0;
}

input {
    font-size: var(--sps-300);
}

.xbec__sinput__textarea {
    display: block;
    width: 100%;
    background-color: var(--clr-gray-100);
    padding: var(--sps-200);
    border-radius: var(--sps-75);
    outline: var(--sps-25) solid var(--clr-gray-100);
    outline-offset: calc(-1 * var(--sps-25));
    transition: outline 100ms ease-out;
    border: none;
    font-size: inherit;
}

.xbec__form > * + * {
    margin-top: var(--sps-300);
}

.c-contact-form {
    max-width: var(--sps-1500);
    margin: var(--sps-600) auto;
}

.xbec__wrapper.x-contents {
    display: contents !important;
}

.c-contact-breadcrumbs {
    margin-bottom: var(--sps-500);
}

.c-cart-grid-wrapper {
    margin: var(--sps-500) 0 var(--sps-600);
    display: grid;
    grid-template-columns: var(--sps-1100) auto;
    gap: calc(var(--sps-500) + var(--sps-200));
}

.c-cart-details-wrapper {
    background-color: var(--clr-gray-200);
    border-radius: var(--sps-50);
    padding: var(--sps-300);
    display: flex;
    flex-direction: column;
    gap: var(--sps-300);
    height: fit-content;
}

.c-cart-details-wrapper p {
    margin: 0;
}

.c-cart-details-wrapper .xbec__sinput__field {
    background-color: var(--clr-white);
    padding: var(--sps-100) var(--sps-200);
}

.x-small {
    font-size: var(--sps-250) !important;
    color: var(--clr-gray-700);
}

.xbec__separator {
    height: var(--sps-0);
    width: 100%;
    background-color: var(--clr-gray-200);
}

.xbec__separator.x-margins {
    margin: var(--sps-300) 0;
}

.c-cart-details-wrapper .xbec__separator {
    background-color: var(--clr-gray-400);
}

.xbec__scheckbox {
    display: block;
    position: relative;
    padding-left: var(--sps-500);
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.xbec__scheckbox__input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

.xbec__scheckbox__checkmark {
    position: absolute;
    top: 50%;
    left: var(--sps-100);
    transform: translateY(-50%);
    height: var(--sps-300);
    width: var(--sps-300);
    border-radius: var(--sps-50);
    outline: var(--sps-25) solid var(--clr-gray-200);
    outline-offset: calc(-1 * var(--sps-25));
    background-color: var(--clr-gray-100);
}

.xbec__scheckbox:hover .xbec__scheckbox__input ~ .xbec__scheckbox__checkmark {
    background-color: var(--clr-gray-200);
}

.xbec__scheckbox__input:checked ~ .xbec__scheckbox__checkmark {
    background-color: var(--clr-primary-500);
    outline: none;
}

.xbec__scheckbox__checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

.xbec__scheckbox__input:checked ~ .xbec__scheckbox__checkmark:after {
    display: block;
}

.xbec__scheckbox .xbec__scheckbox__checkmark::after {
    left: 50%;
    top: 45%;
    width: 30%;
    height: 60%;
    border: solid white;
    border-width: 0 var(--sps-50) var(--sps-50) 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg) scale(0.7);
    -ms-transform: translate(-50%, -50%) rotate(45deg) scale(0.7);
    transform: translate(-50%, -50%) rotate(45deg) scale(0.7);
}

.c-cart-item-wrapper.x-selected {
    opacity: 0.6;
}

.xbec__loader {
    position: fixed;
    height: 100vh;
    width: 100svw;
    z-index: 999999;
    display: none;
}

.xbec__loader.x-revealed {
    display: block;
}

.xbec__loader__backdrop {
    position: absolute;
    inset: 0;
    background-color: #99999942;
}

.xbec__loader__spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    position: relative;
    width: 80px;
    height: 80px;
    transform: scale(50%) translateX(-50%);
}

.xbec__loader__spinner div {
    transform-origin: 40px 40px;
    animation: xbec__loader__spinner 1.2s linear infinite;
}

.xbec__loader__spinner div:after {
    content: " ";
    display: block;
    position: absolute;
    top: 3px;
    left: 37px;
    width: 6px;
    height: 18px;
    border-radius: 3px;
    background: var(--clr-gray-800);
}

.xbec__loader__spinner div:nth-child(1) {
    transform: rotate(0deg);
    animation-delay: -1.1s;
}

.xbec__loader__spinner div:nth-child(2) {
    transform: rotate(30deg);
    animation-delay: -1s;
}

.xbec__loader__spinner div:nth-child(3) {
    transform: rotate(60deg);
    animation-delay: -0.9s;
}

.xbec__loader__spinner div:nth-child(4) {
    transform: rotate(90deg);
    animation-delay: -0.8s;
}

.xbec__loader__spinner div:nth-child(5) {
    transform: rotate(120deg);
    animation-delay: -0.7s;
}

.xbec__loader__spinner div:nth-child(6) {
    transform: rotate(150deg);
    animation-delay: -0.6s;
}

.xbec__loader__spinner div:nth-child(7) {
    transform: rotate(180deg);
    animation-delay: -0.5s;
}

.xbec__loader__spinner div:nth-child(8) {
    transform: rotate(210deg);
    animation-delay: -0.4s;
}

.xbec__loader__spinner div:nth-child(9) {
    transform: rotate(240deg);
    animation-delay: -0.3s;
}

.xbec__loader__spinner div:nth-child(10) {
    transform: rotate(270deg);
    animation-delay: -0.2s;
}

.xbec__loader__spinner div:nth-child(11) {
    transform: rotate(300deg);
    animation-delay: -0.1s;
}

.xbec__loader__spinner div:nth-child(12) {
    transform: rotate(330deg);
    animation-delay: 0s;
}

@keyframes xbec__loader__spinner {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

@media (max-width: 1024px) {
    .c-cart-grid-wrapper {
        grid-template-columns: 100%;
    }

    .c-cart-details-wrapper {
        order: 2;
    }

    .c-cart-item-wrapper > button {
        position: absolute;
        top: 0;
        right: 0;
    }
}

.c-registration-container {
    margin: var(--sps-800) 0;
}

.xbec__wrapper.c-admin-strip {
    padding: 2px 10px;
    background-color: var(--clr-primary-500);
    display: flex;
    align-items: center;
    gap: 10px;

    span,
    a {
        font-size: var(--sps-250);
        color: white;
    }

    a {
        font-weight: 600;
    }
}

.xbec__gsidebar {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: min(100vw, 400px);
    background-color: #f5faff;
    z-index: 100;
    border-left: 1px solid #e6edf5;
    color: #24344b;
    display: none;
    overflow-y: auto;
}

.xbec__gsidebar.x-active {
    display: block;
}

.xbec__gsidebar__header {
    display: flex;
    align-items: center;
    padding: 10px;
}

.xbec__gsidebar__body {
    padding: 18px 20px 20px;
}

.xbec__gsidebar__title {
    margin: 0 0 35px;
    font-size: 22px;
    font-weight: 600;
    color: #6e829a;
}

.xbec__gbutton {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    padding: 5px 10px;
    border-radius: 5px;
    background-color: #f5faff;
    color: #6e829a;
    font-size: 14px;
    cursor: pointer;
    transition: background-color 200ms ease-out;
    border: 1px solid #e6edf5;
    font-weight: 500;

    &.x-no-border {
        border: none;
    }

    &.x-square {
        height: 29px;
        width: 29px;
        padding: 0;
        gap: 3px;
    }

    &.x-full {
        width: 100%;
    }

    &.x-big {
        height: 40px;
        border-width: 2px;
        border-radius: 10px;
    }

    &.x-active {
        color: #42a5f5;
        background-color: #daefff;
        border-color: #cae3f7;

        &:hover {
            background-color: #cbe2f4;
        }
    }

    &.x-red {
        color: #f44336;
        background-color: #ffebee;
        border-color: #ffcdd2;

        &:hover {
            background-color: #ffcdd2;
        }
    }

    &:hover {
        background-color: #e6edf5;
    }
}

.xbec__gdropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #f5faff;
    border: 1px solid #e6edf5;
    border-radius: 5px;
    display: none;

    &.x-active {
        display: block;
    }
}

.xbec__gdropdown__item {
    padding: 6px 10px;
    cursor: pointer;
    transition: background-color 200ms ease-out;
    display: flex;
    gap: 7px;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #6e829a;

    span {
        white-space: nowrap;
    }

    &:hover {
        background-color: #e6edf5;
    }
}

.x-relative {
    position: relative;
}

.xbec__gform {
    display: flex;
    flex-direction: column;
    gap: 25px;
}

.xbec__ginput {
    display: block;
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.xbec__ginput__label {
    color: #6e829a;
}

.xbec__ginput__text {
    padding: 7px 12px;
    border-radius: 5px;
    background-color: #e6edf5;
    border: none;
    color: #24344b;
    font-size: 14px;
    font-weight: 500;
}

.xbec__gselect {
    display: block;
    width: 100%;
    font-size: 14px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.xbec__gselect__label {
    color: #6e829a;
}

.xbec__gselect__select {
    padding: 7px 12px;
    border-radius: 5px;
    background-color: #e6edf5;
    border: none;
    color: #24344b;
    font-size: 14px;
    font-weight: 500;
}

.xbec__ghint {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.xbec__ghint__text {
    display: none;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background-color: #24344b;
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    z-index: 1000;
    min-width: 120px;
    text-align: center;
}

.xbec__ghint:hover .xbec__ghint__text {
    display: block;
}

.xbec__gseparator {
    height: 1px;
    background-color: #e6edf5;
}

.xbec__wrapper.c-product-state-buttons {
    display: flex;
    gap: 10px;
}

.xbec__gnavbar {
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
    position: sticky;
    top: 0;
    background-color: #f5faff;
    z-index: 99;
    border-bottom: 1px solid #e6edf5;
    color: #24344b;
    font-size: 14px;
}

.xbec__gdraglist {
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
}

.xbec__gdraglist i:not(.fa-circle-question) {
    cursor: pointer;
    color: #c1c9d3;
}

.xbec__gdraglist__label {
    color: #6e829a;
}

.xbec__gdraglist__list {
    border-radius: 10px;
    border-style: solid;
    border-width: 2px;
    border-color: #e6edf5;
    color: #6e829a;
    background-color: #f5faff;
}

.xbec__gdraglist__item,
.xbec__gdraglist__button {
    min-height: 38px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 10px;
}

.xbec__gdraglist__button {
    justify-content: center;
    cursor: pointer;
    font-weight: 500;

    &:hover {
        background-color: #e6edf5;
    }
}

.xbec__gdraglist__image {
    display: flex;
    align-items: center;
    gap: 10px;
    flex: 0 1 100%;
}

.xbec__gdraglist__image img {
    border-radius: 6px;
    margin: 3px 0;
    outline: 2px solid #e6edf5;
    outline-offset: -1px;
}

.xbec__gdraglist__image span {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.xbec__gdraglist__item + .xbec__gdraglist__item,
.xbec__gdraglist__item + .xbec__gdraglist__button,
.xbec__gdraglist__button + .xbec__gdraglist__item,
.xbec__gdraglist__button + .xbec__gdraglist__button {
    border-top: 1px solid #e6edf5;
}

.xbec__gdraglist__input {
    flex: 0 1 100%;
    width: unset;
    background-color: transparent;
    border: none;
    color: inherit;
    height: 31px;
    border-radius: 6px;
    font-family: inherit;
    font-size: inherit;

    &:focus {
        background-color: #e6edf5;
    }
}

.x-dragged .xbec__gdraglist__input {
    background-color: #f5faff;
}

.xbec__gdraglist__item.x-dragover {
    background-color: #e6edf5;
}

.x-flat * {
    pointer-events: none !important;
}

.xbec__gmodal {
    display: none;
}

.xbec__gmodal.x-active {
    display: block;
}

.xbec__gmodal__backdrop {
    position: fixed;
    inset: 0;
    background-color: #99999942;
    z-index: 1000;
}

.xbec__gmodal__content {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #f5faff;
    border-radius: 20px;
    padding: 20px;
    z-index: 1001;
    max-width: 90vw;
    width: 400px;
}

.xbec__gmodal__title {
    font-size: 18px;
    font-weight: 600;
    color: #6e829a;
    margin: 0 0 20px;
}

.xbec__gmodal__buttons {
    display: flex;
    gap: 10px;
    align-items: center;
    margin-top: 20px;
}

.xbec__wrapper.c-edit-image-wrapper,
.xbec__wrapper.c-edit-image-form {
    display: flex;
    gap: 20px;
    flex-direction: column;
}

.xbec__wrapper.c-edit-image-preview {
    border-radius: 12px;
    overflow: hidden;
    outline: 2px solid #e6edf5;
    outline-offset: -1px;
    height: 360px;
}

.xbec__wrapper.c-edit-image-preview img {
    object-fit: scale-down;
    background-color: #e6edf5;
    width: 100%;
    height: 100%;
}

.xbec__wrapper.c-loading-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    gap: 10px;
}

.xbec__wrapper.c-loading-indicator i {
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.x-gedit > *:not(.tiptap):not(.xbec__geditor) {
    display: none;
}

ul > li > p {
    margin: 0;
}

.tiptap {
    outline: 3px solid #cae3f7;
    border-radius: 10px;
    padding: 10px;
}

.x-gedit {
    position: relative;
}

.tiptap > *:hover {
    background-color: #42a4f51b;
}

.tiptap > *:focus {
    background-color: #42a4f52d;
}

.ProseMirror-focused {
    outline: 3px solid #42a5f5;
}

.xbec__geditor {
    position: absolute;
    bottom: calc(100% - 8px);
    left: 50%;
    transform: translateX(-50%);
    background-color: #f5faff;
    border-radius: 10px;
    border: 1px solid #e6edf5;
    padding: 3px;
    z-index: 100;
    display: none;
}

.xbec__geditor__separator {
    width: 1px;
    height: 28px;
    background-color: #e6edf5;
}

.xbec__geditor.x-active {
    display: flex;
    align-items: center;
    gap: 5px;
}

.c-product-main-bottom-wrapper {
    font-size: 14px;
}

.c-product-main-bottom-wrapper h3 {
    font-size: 15px;
    font-weight: 500;
}

// .xbec__attachment {
//     display: block;
//     margin: 0 auto;
// }

.xbec__anchor {
    color: #42a5f5;
    font-weight: 600;
    cursor: pointer !important;
}

.xbec__file-list {
    list-style: none;
    padding: 0;

    li + li {
        margin-top: 10px;
    }

    li::before {
        content: "\f15b";
        font-family: "Font Awesome 5 Free";
        font-weight: 400;
        margin-right: 5px;
        color: #42a5f5;
    }
}


/* ============================================================
 * Navigation v2 (header + sidebar + combobox)
 * Added 2026-05-19. Prefix .nav-*. Co-exists with legacy
 * .c-header-* rules above; old rules are still consumed by the
 * footer top-row mirror and will be swept when the footer is
 * uplifted in a later slice.
 *
 * Structure (desktop):
 *   .nav-utility          dark thin strip, contact + low-freq nav
 *   .nav-brand-row        white prominent row, brand + Proizvodi
 *                         + search + cart + burger
 * ============================================================ */

:root {
  --nav-bg: #ffffff;
  --nav-fg: #0b1320;
  --nav-fg-muted: #5b6473;
  --nav-accent: #f5b800;
  --nav-accent-fg: #0b1320;
  --nav-blue: #0ea5e9;
  --nav-border: #e6e8ec;
  --nav-utility-bg: #0b1320;
  --nav-utility-fg: #cfd4dd;
  --nav-utility-fg-strong: #ffffff;
  --nav-utility-border: rgba(255, 255, 255, 0.10);
  --nav-shadow: 0 1px 2px rgba(11, 19, 32, 0.04), 0 4px 16px rgba(11, 19, 32, 0.06);
  --nav-radius: 8px;
  --nav-radius-sm: 4px;
  --nav-height-utility: 36px;
  --nav-height-brand: 72px;
  --nav-height-compact: 56px;
  --nav-z-header: 50;
  --nav-z-sidebar: 60;
  --nav-z-dropdown: 70;
}

.nav-sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.nav-skip {
  position: absolute;
  left: -9999px;
  top: 0;
  background: var(--nav-accent);
  color: var(--nav-accent-fg);
  padding: 12px 20px;
  z-index: 999;
  font-weight: 600;
  border-radius: 0 0 var(--nav-radius-sm) 0;
}
.nav-skip:focus { left: 0; }

/* ─── Header shell ─────────────────────────────────────────── */
.nav-header {
  position: sticky;
  top: 0;
  z-index: var(--nav-z-header);
  background: var(--nav-bg);
  box-shadow: var(--nav-shadow);
}

/* ─── Utility strip ────────────────────────────────────────── */
.nav-utility {
  background: var(--nav-utility-bg);
  color: var(--nav-utility-fg);
  font-size: 12.5px;
  border-bottom: 1px solid var(--nav-utility-border);
}
.nav-utility-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  min-height: var(--nav-height-utility);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.nav-utility-left,
.nav-utility-right {
  display: flex;
  align-items: center;
  gap: 22px;
}
.nav-utility-link,
.nav-utility-hours {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: var(--nav-utility-fg);
  text-decoration: none;
  line-height: 1;
  padding: 8px 0;
  transition: color 100ms ease;
  letter-spacing: 0.01em;
}
.nav-utility-link:hover,
.nav-utility-link:focus-visible {
  color: var(--nav-utility-fg-strong);
  outline: none;
}
.nav-utility-link i,
.nav-utility-hours i {
  color: var(--nav-accent);
  font-size: 11px;
}
.nav-utility-contact { font-weight: 500; color: var(--nav-utility-fg-strong); }
.nav-utility-auth { color: var(--nav-utility-fg-strong); font-weight: 600; }

/* ─── Brand row ────────────────────────────────────────────── */
.nav-brand-row {
  background: var(--nav-bg);
  border-bottom: 1px solid var(--nav-border);
}
.nav-brand-row-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  min-height: var(--nav-height-brand);
  display: flex;
  align-items: center;
  gap: 20px;
}

/* Brand */
.nav-brand {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  flex-shrink: 0;
}
.nav-brand-logo {
  display: block;
  height: 50px;
  width: auto;
}

/* Search (centered, grows) */
.nav-search {
  display: flex;
  align-items: stretch;
  gap: 0;
  flex: 0 1 560px;
  margin-left: auto;
  border: 1px solid var(--nav-border);
  border-radius: var(--nav-radius);
  background: var(--nav-bg);
  transition: border-color 120ms ease, box-shadow 120ms ease;
}
.nav-search:focus-within {
  border-color: var(--nav-accent);
  box-shadow: 0 0 0 3px rgba(245, 184, 0, 0.18);
}
.nav-search-input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 16px;
  font-size: 14px;
  color: var(--nav-fg);
  outline: none;
  min-width: 0;
  height: 42px;
  border-radius: var(--nav-radius) 0 0 var(--nav-radius);
}
.nav-search-input::placeholder { color: var(--nav-fg-muted); }

/* Native <select> before JS upgrade; hidden after */
.nav-search-cat {
  flex: 0 0 200px;
  border: 0;
  border-left: 1px solid var(--nav-border);
  background: var(--nav-bg);
  padding: 0 12px;
  font-size: 13px;
  color: var(--nav-fg);
  height: 42px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.nav-search-cat.is-upgraded {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Combobox (custom UI rendered next to the hidden select) */
.nav-combobox {
  position: relative;
  flex: 0 0 200px;
  border-left: 1px solid var(--nav-border);
}
.nav-combobox-trigger {
  display: flex;
  align-items: center;
  width: 100%;
  height: 42px;
  padding: 0 36px 0 14px;
  background: var(--nav-bg);
  border: 0;
  color: var(--nav-fg);
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  cursor: pointer;
  position: relative;
}
.nav-combobox-trigger:focus-visible { outline: none; background: rgba(11, 19, 32, 0.03); }
.nav-combobox-trigger-label {
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav-combobox-caret {
  position: absolute;
  right: 14px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 10px;
  color: var(--nav-fg-muted);
  transition: transform 160ms ease;
}
.nav-combobox.is-open .nav-combobox-caret { transform: translateY(-50%) rotate(180deg); }
.nav-combobox-listbox {
  position: absolute;
  top: calc(100% + 4px);
  left: -1px;
  right: -1px;
  background: var(--nav-bg);
  border: 1px solid var(--nav-border);
  border-radius: var(--nav-radius);
  box-shadow: var(--nav-shadow);
  list-style: none;
  margin: 0;
  padding: 6px;
  max-height: 320px;
  overflow-y: auto;
  display: none;
  z-index: var(--nav-z-dropdown);
}
.nav-combobox.is-open .nav-combobox-listbox { display: block; }
.nav-combobox-option {
  padding: 10px 12px;
  font-size: 13px;
  color: var(--nav-fg);
  border-radius: var(--nav-radius-sm);
  cursor: pointer;
  user-select: none;
}
.nav-combobox-option.is-highlighted,
.nav-combobox-option:hover {
  background: rgba(11, 19, 32, 0.06);
}
.nav-combobox-option[aria-selected="true"] {
  font-weight: 600;
  color: var(--nav-accent);
  background: rgba(245, 184, 0, 0.10);
}

.nav-search-submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 42px;
  background: var(--nav-accent);
  color: var(--nav-accent-fg);
  border: 0;
  cursor: pointer;
  transition: filter 120ms ease;
  border-radius: 0 var(--nav-radius) var(--nav-radius) 0;
}
.nav-search-submit:hover { filter: brightness(0.96); }
.nav-search-submit:focus-visible { outline: 2px solid var(--nav-fg); outline-offset: -4px; }

/* ─── Proizvodi (button + dropdown) ────────────────────────── */
.nav-products {
  position: relative;
  flex-shrink: 0;
}
.nav-products-trigger {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 0 18px;
  height: 42px;
  text-decoration: none;
  color: var(--nav-fg);
  font-size: 14px;
  font-weight: 600;
  background: var(--nav-bg);
  border: 1px solid var(--nav-border);
  border-radius: var(--nav-radius);
  transition: background 120ms ease, border-color 120ms ease;
  letter-spacing: 0.01em;
}
.nav-products-trigger i.fa-grip {
  color: var(--nav-blue);
  font-size: 14px;
}
.nav-products-trigger:hover,
.nav-products-trigger:focus-visible,
.nav-products.is-open .nav-products-trigger,
.nav-products:hover .nav-products-trigger,
.nav-products:focus-within .nav-products-trigger {
  background: rgba(11, 19, 32, 0.03);
  border-color: var(--nav-fg-muted);
  outline: none;
}
.nav-products-chevron {
  font-size: 11px;
  color: var(--nav-fg);
  transition: transform 160ms ease;
}
.nav-products.is-open .nav-products-chevron,
.nav-products:hover .nav-products-chevron,
.nav-products:focus-within .nav-products-chevron { transform: rotate(180deg); }
/* ─── Mega menu ────────────────────────────────────────────── */
.nav-mega {
  position: absolute;
  /* Anchored flush below the trigger — NO gap. A gap here would put
     a dead zone between the trigger and the (display:none) panel:
     the cursor leaves the .nav-products hover region before the
     panel renders, so the menu closes. The 8px visual separation is
     recreated by a transparent top border, which is inside the menu
     and therefore part of the continuous hover region once open. */
  top: 100%;
  left: 0;
  display: none;
  grid-template-columns: 240px 280px 200px 280px;
  /* Single full-height row so every column (incl. the featured
     card, whose children are all absolutely positioned and thus
     contribute no intrinsic height) fills the locked menu height. */
  grid-template-rows: 1fr;
  background: var(--nav-bg);
  border: 1px solid var(--nav-border);
  border-top: 9px solid transparent;
  border-radius: var(--nav-radius);
  box-shadow: var(--nav-shadow);
  background-clip: padding-box;
  z-index: var(--nav-z-dropdown);
  overflow: hidden;
  /* Height is locked to the featured card's aspect ratio so the
     promo image shows in full on both axes (no crop). The card is
     a 320x440 image in a 280px-wide column -> 280 * 440/320 = 385px.
     The three text columns scroll within this fixed height. */
  height: 385px;
}
.nav-products.is-open .nav-mega,
.nav-products:hover .nav-mega,
.nav-products:focus-within .nav-mega { display: grid; }

/* Hover-intent bridge: an always-present transparent strip on the
   wrapper itself (NOT the menu, which is display:none until hover).
   It fills the trigger's bottom edge so the cursor never crosses a
   dead zone on the way into the panel. */
.nav-products::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 12px;
  display: none;
}
.nav-products:hover::after,
.nav-products:focus-within::after,
.nav-products.is-open::after { display: block; }

/* Shared section title for col 1/2/3 — unified visual rhythm. */
.nav-mega-title {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 700;
  color: var(--nav-fg-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

/* Unified column padding. Borders separate columns; backgrounds flat.
   `min-height: 0` lets these grid items shrink below their content so
   `overflow-y: auto` actually scrolls within the locked menu height. */
.nav-mega-cats,
.nav-mega-subs,
.nav-mega-brands {
  padding: 18px 16px;
  min-height: 0;
  overflow-y: auto;
}
.nav-mega-cats,
.nav-mega-subs,
.nav-mega-brands { border-right: 1px solid var(--nav-border); }

/* Column 1: top-level cats */
.nav-mega-cats {
  padding: 18px 12px;
}
.nav-mega-cat {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  text-decoration: none;
  color: var(--nav-fg);
  font-size: 13.5px;
  font-weight: 500;
  border-radius: var(--nav-radius-sm);
  transition: background 100ms ease, color 100ms ease;
}
.nav-mega-cat > span { flex: 1; }
.nav-mega-cat-caret {
  color: var(--nav-fg-muted);
  font-size: 10px;
  opacity: 0;
  transition: opacity 100ms ease, color 100ms ease;
}
.nav-mega-cat:hover,
.nav-mega-cat:focus-visible,
.nav-mega-cat.is-active {
  background: rgba(14, 165, 233, 0.08);
  color: var(--nav-blue);
  outline: none;
}
.nav-mega-cat:hover .nav-mega-cat-caret,
.nav-mega-cat.is-active .nav-mega-cat-caret {
  opacity: 1;
  color: var(--nav-blue);
}
.nav-mega-cat-highlight {
  background: rgba(245, 184, 0, 0.10);
  color: var(--nav-fg);
  font-weight: 600;
}
.nav-mega-cat-highlight i { color: var(--nav-accent); font-size: 12px; }
.nav-mega-cat-highlight:hover,
.nav-mega-cat-highlight:focus-visible {
  background: rgba(245, 184, 0, 0.18);
  color: var(--nav-fg);
}
.nav-mega-divider {
  height: 1px;
  background: var(--nav-border);
  margin: 8px 12px;
}

/* Column 2: sub-cats. Panels swap visibility — JS toggles .is-active. */
.nav-mega-subs {
  padding: 18px 20px;
}
.nav-mega-sub-panel { display: none; }
.nav-mega-sub-panel.is-active { display: block; }
.nav-mega-sub-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
  margin-bottom: 14px;
}
.nav-mega-sub-link {
  display: block;
  padding: 8px 10px;
  font-size: 13px;
  color: var(--nav-fg);
  text-decoration: none;
  border-radius: var(--nav-radius-sm);
  transition: background 100ms ease, color 100ms ease;
}
.nav-mega-sub-link:hover,
.nav-mega-sub-link:focus-visible {
  background: rgba(14, 165, 233, 0.08);
  color: var(--nav-blue);
  outline: none;
}
.nav-mega-sub-all {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  padding: 8px 10px;
  border-top: 1px solid var(--nav-border);
  font-size: 12.5px;
  font-weight: 600;
  color: var(--nav-blue);
  text-decoration: none;
  border-radius: 0;
}
.nav-mega-sub-all:hover { color: var(--nav-fg); }
.nav-mega-sub-all i { font-size: 10px; }

/* Column 3: brand rail */
.nav-mega-brands {
  padding: 18px 20px;
}
.nav-mega-brand-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2px;
}
.nav-mega-brand-link {
  display: block;
  padding: 8px 10px;
  font-size: 12.5px;
  color: var(--nav-fg);
  text-decoration: none;
  border-radius: var(--nav-radius-sm);
  transition: background 100ms ease, color 100ms ease;
}
.nav-mega-brand-link:hover,
.nav-mega-brand-link:focus-visible {
  background: rgba(14, 165, 233, 0.08);
  color: var(--nav-blue);
  outline: none;
}

/* Column 4: featured card — full-bleed image with bottom gradient overlay. */
.nav-mega-feature {
  position: relative;
  display: block;
  text-decoration: none;
  color: #ffffff;
  overflow: hidden;
  isolation: isolate;
}
.nav-mega-feature-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  transition: transform 300ms ease;
}
.nav-mega-feature:hover .nav-mega-feature-image { transform: scale(1.04); }
.nav-mega-feature-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 6px;
  background: linear-gradient(
    to top,
    rgba(11, 19, 32, 0.92) 0%,
    rgba(11, 19, 32, 0.65) 35%,
    rgba(11, 19, 32, 0.10) 65%,
    rgba(11, 19, 32, 0.00) 100%
  );
}
.nav-mega-feature-eyebrow {
  margin: 0;
  font-size: 11px;
  font-weight: 700;
  color: var(--nav-accent);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.nav-mega-feature-title {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.3;
}
.nav-mega-feature-cta {
  margin-top: 6px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: #ffffff;
  opacity: 0.9;
  transition: opacity 100ms ease;
}
.nav-mega-feature-cta i { font-size: 10px; }
.nav-mega-feature:hover .nav-mega-feature-cta { opacity: 1; }

/* ─── Cart icon (brand-row right) ──────────────────────────── */
.nav-cart {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: var(--nav-radius);
  color: var(--nav-fg);
  text-decoration: none;
  transition: background 120ms ease;
  flex-shrink: 0;
}
.nav-cart:hover { background: rgba(11, 19, 32, 0.05); }
.nav-cart i { font-size: 17px; }
.nav-cart-badge {
  position: absolute;
  top: 4px;
  right: 4px;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  background: var(--nav-accent);
  color: var(--nav-accent-fg);
  font-size: 11px;
  font-weight: 700;
  border-radius: 9px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* ─── Burger (mobile) ──────────────────────────────────────── */
.nav-burger {
  display: none;
  width: 44px;
  height: 44px;
  background: none;
  border: 0;
  color: var(--nav-fg);
  font-size: 18px;
  cursor: pointer;
  border-radius: var(--nav-radius);
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.nav-burger:hover { background: rgba(11, 19, 32, 0.05); }

/* ─── Sticky compact mode (scrolled) ───────────────────────── */
/* Everything animates via CSS transition. The header acts as a
   single fluid surface: the utility strip stays full-height, the
   brand row contracts (logo shrinks, search narrows, padding eases).
   No element toggles display:none on the scroll path — that would
   reflow the page and produce the jitter. */
.nav-header,
.nav-utility,
.nav-utility-inner,
.nav-brand-row,
.nav-brand-row-inner,
.nav-brand-logo,
.nav-search,
.nav-products-trigger,
.nav-search-input,
.nav-search-cat,
.nav-combobox,
.nav-combobox-trigger,
.nav-search-submit,
.nav-cart {
  transition:
    min-height 220ms cubic-bezier(0.4, 0, 0.2, 1),
    height 220ms cubic-bezier(0.4, 0, 0.2, 1),
    max-width 220ms cubic-bezier(0.4, 0, 0.2, 1),
    padding 220ms cubic-bezier(0.4, 0, 0.2, 1),
    width 220ms cubic-bezier(0.4, 0, 0.2, 1),
    font-size 220ms cubic-bezier(0.4, 0, 0.2, 1),
    background 120ms ease,
    border-color 120ms ease,
    box-shadow 220ms cubic-bezier(0.4, 0, 0.2, 1),
    filter 120ms ease,
    transform 160ms ease;
}

.nav-header.is-compact .nav-brand-row-inner { min-height: var(--nav-height-compact); }
.nav-header.is-compact .nav-brand-logo { height: 36px; }
.nav-header.is-compact .nav-search { flex-basis: 460px; }
.nav-header.is-compact .nav-products-trigger,
.nav-header.is-compact .nav-search-input,
.nav-header.is-compact .nav-search-cat,
.nav-header.is-compact .nav-combobox,
.nav-header.is-compact .nav-combobox-trigger,
.nav-header.is-compact .nav-search-submit { height: 38px; }
.nav-header.is-compact .nav-cart { width: 40px; height: 40px; }

/* ─── Mobile breakpoint ────────────────────────────────────── */
@media (max-width: 1024px) {
  .nav-utility { display: none; }
  .nav-burger { display: inline-flex; }
  .nav-products { display: none; }
  .nav-mega { display: none !important; }
  .nav-cart { display: inline-flex; }
  .nav-brand-row-inner { min-height: 60px; gap: 12px; }
  .nav-brand-logo { height: 40px; }
  .nav-search { flex: 1 1 auto; max-width: none; margin-left: 0; }
  .nav-search-cat,
  .nav-combobox { display: none; }
}

/* ─── Sidebar drawer ───────────────────────────────────────── */
.nav-sidebar-overlay {
  position: fixed;
  inset: 0;
  background: rgba(11, 19, 32, 0.45);
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
  z-index: var(--nav-z-sidebar);
}
.nav-sidebar-overlay.is-visible { opacity: 1; pointer-events: auto; }

.nav-sidebar {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: min(360px, calc(100vw - 48px));
  background: var(--nav-bg);
  z-index: calc(var(--nav-z-sidebar) + 1);
  transform: translateX(100%);
  transition: transform 240ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: -8px 0 24px rgba(11, 19, 32, 0.12);
  display: flex;
  flex-direction: column;
}
.nav-sidebar.is-open { transform: translateX(0); }
.nav-sidebar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 20px;
  border-bottom: 1px solid var(--nav-border);
  flex-shrink: 0;
}
.nav-sidebar-close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(11, 19, 32, 0.04);
  border: 0;
  border-radius: var(--nav-radius-sm);
  color: var(--nav-fg);
  cursor: pointer;
  font-size: 18px;
}
.nav-sidebar-close:hover { background: rgba(11, 19, 32, 0.08); }
.nav-sidebar-body {
  flex: 1;
  overflow-y: auto;
  padding: 16px 20px 24px;
}
.nav-sidebar-search {
  display: flex;
  border: 1px solid var(--nav-border);
  border-radius: var(--nav-radius);
  overflow: hidden;
  margin-bottom: 24px;
}
.nav-sidebar-search input {
  flex: 1;
  border: 0;
  padding: 0 14px;
  font-size: 14px;
  outline: none;
  height: 44px;
  min-width: 0;
}
.nav-sidebar-search button {
  width: 48px;
  background: var(--nav-accent);
  color: var(--nav-accent-fg);
  border: 0;
  cursor: pointer;
}
.nav-sidebar-section { margin-bottom: 24px; }
.nav-sidebar-label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--nav-fg-muted);
  margin: 0 0 8px;
  padding: 0 4px;
}
.nav-sidebar-label i { color: var(--nav-accent); font-size: 13px; }
.nav-sidebar-links {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nav-sidebar-link {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  font-size: 14px;
  text-decoration: none;
  color: var(--nav-fg);
  border-radius: var(--nav-radius-sm);
  transition: background 120ms ease;
  min-height: 44px;
}
.nav-sidebar-link:hover,
.nav-sidebar-link:focus-visible {
  background: rgba(11, 19, 32, 0.05);
  outline: none;
}
.nav-sidebar-link.nav-highlight {
  font-weight: 600;
  background: rgba(245, 184, 0, 0.10);
  color: var(--nav-fg);
}
.nav-sidebar-link.nav-highlight i { color: var(--nav-accent); }
.nav-sidebar-link.nav-highlight:hover { background: rgba(245, 184, 0, 0.18); }
.nav-sidebar-link-all {
  margin-top: 8px;
  border-top: 1px solid var(--nav-border);
  padding-top: 16px;
  font-weight: 600;
  color: var(--nav-fg-muted);
}
.nav-sidebar-footer {
  padding: 16px 20px;
  font-size: 12px;
  color: var(--nav-fg-muted);
  border-top: 1px solid var(--nav-border);
  flex-shrink: 0;
}

body.nav-no-scroll {
  overflow: hidden;
}
/* ============================================================
 * end navigation v2
 * ============================================================ */





















/* ============================================================
 * Hero carousel v2
 * Added 2026-05-19. Prefix .hero-*. Co-exists with legacy
 * .c-hero-carousel-* rules above; old rules will be swept when
 * naslovna.html no longer references them.
 * ============================================================ */

.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #0b1320;
  isolation: isolate;
}

/* Aspect ratio matches the source image per breakpoint exactly. */
.hero {
  aspect-ratio: 512 / 670;     /* phone: portrait */
}
@media (min-width: 512px) {
  .hero { aspect-ratio: 2 / 1; }   /* tablet: 768x384 */
}
@media (min-width: 1024px) {
  .hero { aspect-ratio: 1920 / 512; }  /* desktop: 3.75:1 */
}

.hero-track {
  position: relative;
  width: 100%;
  height: 100%;
}

.hero-slide {
  position: absolute;
  inset: 0;
  display: block;
  opacity: 0;
  pointer-events: none;
  transition: opacity 600ms ease;
  text-decoration: none;
  color: inherit;
}
.hero-slide.is-active {
  opacity: 1;
  pointer-events: auto;
}

/* prefers-reduced-motion: kill the crossfade */
@media (prefers-reduced-motion: reduce) {
  .hero-slide { transition: none; }
}

.hero-img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-size: cover;
  background-position: center;
}

/* sr-only — visible to screen readers and search engines, invisible
   to sighted users. Use position+clip, NOT display:none. */
.x-sr-only {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* ─── Controls ─────────────────────────────────────────────── */
.hero-controls {
  position: absolute;
  left: 50%;
  bottom: 20px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px 10px;
  background: rgba(11, 19, 32, 0.55);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 999px;
  z-index: 2;
}
.hero-prev,
.hero-next,
.hero-playpause {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  background: none;
  border: 0;
  border-radius: 50%;
  color: #ffffff;
  cursor: pointer;
  transition: background 120ms ease;
  padding: 0;
}
.hero-prev:hover,
.hero-next:hover,
.hero-playpause:hover,
.hero-prev:focus-visible,
.hero-next:focus-visible,
.hero-playpause:focus-visible {
  background: rgba(255, 255, 255, 0.15);
  outline: none;
}
.hero-playpause .hero-icon-play { display: none; }
.hero.is-paused .hero-playpause .hero-icon-pause { display: none; }
.hero.is-paused .hero-playpause .hero-icon-play { display: block; }

.hero-dots {
  display: flex;
  align-items: center;
  gap: 6px;
  padding: 0 6px;
}
.hero-dot {
  position: relative;
  width: 10px;
  height: 10px;
  padding: 0;
  background: rgba(255, 255, 255, 0.4);
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  transition: background 120ms ease, width 220ms ease;
}
.hero-dot:hover { background: rgba(255, 255, 255, 0.7); }
.hero-dot:focus-visible { outline: 2px solid #ffffff; outline-offset: 2px; }
.hero-dot.is-active {
  width: 28px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.3);
}
.hero-dot-progress {
  position: absolute;
  top: 0; left: 0; bottom: 0;
  width: 0;
  background: #ffffff;
  border-radius: 999px;
}
.hero-dot.is-active .hero-dot-progress {
  /* JS sets `animation: hero-progress 10000ms linear forwards`
     when the slide becomes active and not paused. */
}
@keyframes hero-progress {
  from { width: 0; }
  to   { width: 100%; }
}

/* Reduced motion: no progress fill, no animation */
@media (prefers-reduced-motion: reduce) {
  .hero-dot-progress { animation: none !important; width: 0 !important; }
}

/* Mobile: smaller control cluster */
@media (max-width: 511px) {
  .hero-controls { bottom: 12px; gap: 4px; padding: 4px 8px; }
  .hero-prev, .hero-next, .hero-playpause { width: 28px; height: 28px; }
  .hero-dot { width: 8px; height: 8px; }
  .hero-dot.is-active { width: 22px; }
}

/* ============================================================
 * end hero v2
 * ============================================================ */



/* ============================================================
 * Brand strip + cat grid v2
 * Added 2026-05-19. Prefix .brand-strip-* and .cat-*.
 * Sit between hero and existing home content.
 * ============================================================ */

/* ─── Brand strip ───────────────────────────────────────────── */
.brand-strip {
  width: 100%;
  background: #eef1f5;
  border-top: 1px solid #e0e4ea;
  border-bottom: 1px solid #e0e4ea;
  padding: 18px 0;
  overflow: hidden;
  position: relative;
}
/* Edge fade — soft fades on both sides so logos enter/exit gracefully. */
.brand-strip::before,
.brand-strip::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 80px;
  pointer-events: none;
  z-index: 1;
}
.brand-strip::before {
  left: 0;
  background: linear-gradient(to right, #eef1f5 0%, rgba(238, 241, 245, 0) 100%);
}
.brand-strip::after {
  right: 0;
  background: linear-gradient(to left, #eef1f5 0%, rgba(238, 241, 245, 0) 100%);
}
.brand-strip-track {
  display: flex;
  align-items: center;
  gap: 72px;
  width: max-content;
  animation: brand-strip-scroll 90s linear infinite;
}
.brand-strip-item {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  padding: 0 4px;
}
.brand-strip-logo {
  display: block;
  max-height: 100%;
  max-width: 110px;
  width: auto;
  height: auto;
  opacity: 0.75;
  transition: opacity 220ms ease;
}
.brand-strip-item:hover .brand-strip-logo,
.brand-strip-item:focus-visible .brand-strip-logo {
  opacity: 1;
}
@keyframes brand-strip-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .brand-strip-track { animation: none; }
}

/* ─── Cat grid ──────────────────────────────────────────────── */
.cat-grid {
  width: 100%;
  background: #ffffff;
  padding: 64px 0;
}
.cat-grid-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 20px;
}
@media (max-width: 1023px) {
  .cat-grid-inner { grid-template-columns: repeat(4, 1fr); gap: 16px; }
}
@media (max-width: 767px) {
  .cat-grid-inner { grid-template-columns: repeat(3, 1fr); gap: 14px; }
}
@media (max-width: 479px) {
  .cat-grid-inner { grid-template-columns: 1fr; gap: 12px; }
}

/* Card: per-slug background tint via inline data-attribute or via
   nth-child fallback. Each card has a colored backplate that fades
   from top to a clean white footer where the name and CTA live.
   The thumb floats on top of the backplate. */
.cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-end;
  gap: 0;
  padding: 0;
  background: #ffffff;
  border: 1px solid #e6e8ec;
  border-radius: 16px;
  text-decoration: none;
  color: #0b1320;
  transition: transform 280ms cubic-bezier(0.16, 1, 0.3, 1),
              box-shadow 280ms cubic-bezier(0.16, 1, 0.3, 1),
              border-color 200ms ease;
  overflow: hidden;
  min-height: 260px;
  isolation: isolate;
}
.cat-card:hover,
.cat-card:focus-visible {
  transform: translateY(-4px);
  box-shadow: 0 18px 36px -12px rgba(11, 19, 32, 0.18),
              0 2px 4px rgba(11, 19, 32, 0.04);
  border-color: transparent;
  outline: none;
}

/* The thumb sits in a colored backplate occupying the top 2/3 of card. */
.cat-card-thumb {
  position: relative;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 28px 20px;
  min-height: 0;
  /* Default backplate: subtle slate. Per-card colors below override. */
  background: linear-gradient(160deg, #eef2f7 0%, #f7f9fb 100%);
  transition: background 280ms ease;
}
.cat-card-thumb img {
  display: block;
  max-width: 100%;
  max-height: 140px;
  width: auto;
  height: auto;
  transition: transform 420ms cubic-bezier(0.16, 1, 0.3, 1);
  filter: drop-shadow(0 8px 16px rgba(11, 19, 32, 0.10));
}
.cat-card:hover .cat-card-thumb img {
  transform: scale(1.06) rotate(-1deg);
}

/* Per-card backplate tints. Restrained, professional, not playful. */
.cat-card:nth-of-type(2) .cat-card-thumb {
  /* Telekomunikaciona — calm slate-blue */
  background: linear-gradient(160deg, #dce6f0 0%, #eef3f8 100%);
}
.cat-card:nth-of-type(3) .cat-card-thumb {
  /* Audio i video — warm cream */
  background: linear-gradient(160deg, #efe6d8 0%, #f7f2ea 100%);
}
.cat-card:nth-of-type(4) .cat-card-thumb {
  /* Alat i merna — soft graphite */
  background: linear-gradient(160deg, #e0e3e8 0%, #f0f2f5 100%);
}
.cat-card:nth-of-type(5) .cat-card-thumb {
  /* Oprema za napajanje — soft amber */
  background: linear-gradient(160deg, #f0e4d0 0%, #f9f2e6 100%);
}
.cat-card:nth-of-type(6) .cat-card-thumb {
  /* Pasivna oprema optika — desaturated mint */
  background: linear-gradient(160deg, #d8e6df 0%, #ebf1ed 100%);
}

/* Body: name + slide-in affordance */
.cat-card-body {
  position: relative;
  padding: 16px 20px 18px;
  background: #ffffff;
  border-top: 1px solid #eef0f3;
  display: flex;
  flex-direction: column;
  gap: 4px;
  z-index: 1;
}
.cat-card-name {
  font-size: 14.5px;
  font-weight: 600;
  line-height: 1.3;
  color: #0b1320;
  letter-spacing: -0.005em;
}
.cat-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  font-weight: 600;
  color: #0ea5e9;
  margin-top: 4px;
  opacity: 0;
  transform: translateY(4px);
  transition: opacity 220ms ease, transform 220ms cubic-bezier(0.16, 1, 0.3, 1);
}
.cat-card-cta i { font-size: 9px; transition: transform 200ms ease; }
.cat-card:hover .cat-card-cta,
.cat-card:focus-visible .cat-card-cta {
  opacity: 1;
  transform: translateY(0);
}
.cat-card:hover .cat-card-cta i {
  transform: translateX(3px);
}

/* "Sve proizvode" card — anchor of the grid, dark + accent treatment. */
.cat-card-all {
  background: #0b1320;
  border-color: #0b1320;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 32px 20px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.cat-card-all::before {
  /* Decorative shape — pulsing accent ring behind the icon */
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 180px;
  height: 180px;
  margin: -90px 0 0 -90px;
  background: radial-gradient(circle at center,
    rgba(14, 165, 233, 0.25) 0%,
    rgba(14, 165, 233, 0) 70%);
  z-index: 0;
  animation: cat-all-pulse 4s ease-in-out infinite;
}
@keyframes cat-all-pulse {
  0%, 100% { transform: scale(1); opacity: 1; }
  50%      { transform: scale(1.15); opacity: 0.7; }
}
.cat-card-all:hover,
.cat-card-all:focus-visible {
  border-color: #0ea5e9;
  background: #0b1320;
  box-shadow: 0 18px 36px -12px rgba(14, 165, 233, 0.4);
}
.cat-card-all .cat-card-all-inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.cat-card-all .cat-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  font-size: 22px;
  color: #ffffff;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}
.cat-card-all:hover .cat-card-icon {
  transform: rotate(90deg);
  background: rgba(14, 165, 233, 0.15);
  border-color: rgba(14, 165, 233, 0.5);
}
.cat-card-all .cat-card-name {
  color: #ffffff;
  font-size: 14.5px;
  font-weight: 600;
}
.cat-card-all .cat-card-cta {
  color: #0ea5e9;
  opacity: 1;
  transform: none;
  margin-top: 0;
  font-size: 11.5px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
@media (prefers-reduced-motion: reduce) {
  .cat-card-all::before { animation: none; }
}

/* Mobile vertical: cards become horizontal rows */
@media (max-width: 479px) {
  .cat-card {
    flex-direction: row;
    min-height: 96px;
    align-items: stretch;
  }
  .cat-card-thumb {
    flex: 0 0 96px;
    min-height: 0;
    padding: 12px;
  }
  .cat-card-thumb img { max-height: 72px; }
  .cat-card-body {
    flex: 1 1 auto;
    border-top: 0;
    border-left: 1px solid #eef0f3;
    justify-content: center;
    padding: 14px 16px;
  }
  .cat-card-cta {
    opacity: 1;
    transform: none;
  }
  .cat-card-all { padding: 20px; }
  .cat-card-all::before { width: 120px; height: 120px; margin: -60px 0 0 -60px; }
  .cat-card-all .cat-card-icon { width: 48px; height: 48px; font-size: 18px; }
}

/* ============================================================
 * end brand strip + cat grid
 * ============================================================ */




/* ============================================================
 * Home page v3 — full redesign
 * Added 2026-05-19. Prefix .hp-*.
 *
 * Design system locks:
 *   - Base color: all white. No filled section backgrounds.
 *     Sections separated by spacing + hairlines + typography.
 *   - Type: Inter (already loaded) for body, Roboto Mono for
 *     codes / prices / dates / units.
 *   - Color: --clr-primary-500 (#0ea5e9) as primary accent.
 *     Yellow #f5b800 as side-primary (promo-only, used sparingly).
 *   - Spacing: 96-128px between sections for breathing.
 *   - Hairline: 1px solid #e6e8ec for dividers.
 *
 * Replaces the earlier .brand-strip-* and .cat-* blocks — those
 * stay in the CSS file but their classes are no longer referenced
 * by naslovna.html. Sweep in a follow-up.
 * ============================================================ */


:root {
  --hp-fg: #0b1320;
  --hp-fg-muted: #5b6473;
  /* Darkened from #727b8a (2.55:1 — failed WCAG AA) to a value that
     passes AA for normal text on white, while staying lighter than
     --hp-fg-muted so the faint/muted hierarchy is still readable. */
  --hp-fg-faint: #727b8a;
  --hp-accent: #0ea5e9;
  --hp-accent-soft: rgba(14, 165, 233, 0.08);
  --hp-yellow: #f5b800;
  --hp-hairline: #e6e8ec;
  --hp-hairline-strong: #c8ccd3;
  --hp-bg: #ffffff;
  --hp-mono: 'Roboto Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
  --hp-max: 1440px;
}

/* ─── Shared primitives ─────────────────────────────────────── */
.hp-eyebrow {
  margin: 0 0 12px;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--hp-fg-muted);
  font-family: var(--hp-mono);
}

.hp-heading {
  margin: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.05;
  letter-spacing: -0.025em;
  color: var(--hp-fg);
}
@media (max-width: 767px) {
  .hp-heading { font-size: 32px; }
}

.hp-lede {
  margin: 16px 0 0;
  font-size: 16px;
  line-height: 1.6;
  color: var(--hp-fg-muted);
  max-width: 56ch;
}

.hp-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--hp-accent);
  text-decoration: none;
  transition: gap 200ms ease, color 160ms ease;
}
.hp-link:hover,
.hp-link:focus-visible {
  gap: 12px;
  color: var(--hp-fg);
  outline: none;
}
.hp-link i { font-size: 11px; }

.hp-section-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 32px;
  margin-bottom: 56px;
  flex-wrap: wrap;
}
.hp-section-lede {
  margin: 0;
  max-width: 32ch;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--hp-fg-muted);
}

/* ─── Section 1: Credentials ────────────────────────────────── */
.hp-credentials {
  background: var(--hp-bg);
  border-bottom: 1px solid var(--hp-hairline);
  padding: 18px 0;
}
.hp-credentials-inner {
  max-width: var(--hp-max);
  margin: 0 auto;
  padding: 0 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  font-family: var(--hp-mono);
  font-size: 11.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--hp-fg);
}
.hp-credentials-item {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.hp-credentials-item i {
  font-size: 11px;
  color: var(--hp-accent);
}
.hp-credentials-sep {
  width: 4px;
  height: 4px;
  background: var(--hp-hairline-strong);
  border-radius: 50%;
}

/* ─── Section 2: Brand row ──────────────────────────────────── */
.hp-brands {
  background: var(--hp-bg);
  padding: 64px 0;
  border-bottom: 1px solid var(--hp-hairline);
}
.hp-brands-inner {
  max-width: var(--hp-max);
  margin: 0 auto;
  padding: 0 24px;
}
.hp-brands-inner .hp-eyebrow {
  text-align: center;
  margin-bottom: 28px;
}
.hp-brands-track {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 48px 56px;
  row-gap: 32px;
}
.hp-brand-item {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  flex-shrink: 0;
  transition: transform 200ms ease;
}
.hp-brand-item:hover { transform: translateY(-2px); }
.hp-brand-logo {
  display: block;
  max-height: 100%;
  max-width: 100px;
  width: auto;
  height: auto;
  opacity: 0.65;
  transition: opacity 220ms ease;
}
.hp-brand-item:hover .hp-brand-logo,
.hp-brand-item:focus-visible .hp-brand-logo { opacity: 1; }

/* On mobile, transition to horizontal auto-scroll for compactness. */
@media (max-width: 767px) {
  .hp-brands-track {
    flex-wrap: nowrap;
    overflow: hidden;
    width: 100%;
    position: relative;
    justify-content: flex-start;
    gap: 40px;
    /* Trick: animation moves the track */
    animation: hp-brand-scroll 60s linear infinite;
  }
  .hp-brands { padding: 48px 0; }
  .hp-brand-item { height: 32px; }
  .hp-brand-logo { max-width: 88px; }
}
@keyframes hp-brand-scroll {
  from { transform: translateX(0); }
  to   { transform: translateX(-50%); }
}
@media (prefers-reduced-motion: reduce) {
  .hp-brands-track { animation: none !important; flex-wrap: wrap; }
}

/* ─── Section 3: Taxonomy ───────────────────────────────────── */
.hp-taxonomy {
  background: var(--hp-bg);
  padding: 128px 0;
}
.hp-taxonomy-inner {
  max-width: var(--hp-max);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 5fr) minmax(0, 7fr);
  gap: 80px;
}
@media (max-width: 1023px) {
  .hp-taxonomy { padding: 88px 0; }
  .hp-taxonomy-inner { grid-template-columns: 1fr; gap: 48px; }
}
.hp-taxonomy-intro {
  position: sticky;
  top: 120px;
  align-self: start;
}
@media (max-width: 1023px) {
  .hp-taxonomy-intro { position: static; }
}
.hp-taxonomy-intro .hp-link {
  margin-top: 28px;
}
.hp-taxonomy-list {
  list-style: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--hp-hairline);
}
.hp-tax-row {
  border-bottom: 1px solid var(--hp-hairline);
  padding: 28px 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  transition: padding 200ms ease;
}
.hp-tax-row:hover {
  padding-left: 8px;
}
.hp-tax-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-decoration: none;
  color: var(--hp-fg);
  gap: 16px;
}
.hp-tax-name {
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.015em;
  transition: color 160ms ease;
}
.hp-tax-link:hover .hp-tax-name,
.hp-tax-link:focus-visible .hp-tax-name {
  color: var(--hp-accent);
  outline: none;
}
.hp-tax-chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: transparent;
  color: var(--hp-fg-muted);
  transition: background 160ms ease, color 160ms ease, transform 200ms cubic-bezier(0.16, 1, 0.3, 1);
  font-size: 12px;
}
.hp-tax-link:hover .hp-tax-chevron,
.hp-tax-link:focus-visible .hp-tax-chevron {
  background: var(--hp-accent-soft);
  color: var(--hp-accent);
  transform: translateX(4px);
}
.hp-tax-subs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 6px 0;
  font-family: var(--hp-mono);
  font-size: 12.5px;
  color: var(--hp-fg-faint);
}
.hp-tax-subs li {
  display: inline-flex;
  align-items: center;
}
.hp-tax-subs li::after {
  content: "·";
  padding: 0 10px;
  color: var(--hp-fg-faint);
}
.hp-tax-subs li:last-child::after { content: ""; padding: 0; }
.hp-tax-subs a {
  color: var(--hp-fg-muted);
  text-decoration: none;
  transition: color 160ms ease;
}
.hp-tax-subs a:hover {
  color: var(--hp-accent);
}

/* ─── Section 4: Featured products ──────────────────────────── */
.hp-featured {
  background: var(--hp-bg);
  padding: 0 0 128px;
}
.hp-featured-inner {
  max-width: var(--hp-max);
  margin: 0 auto;
  padding: 0 24px;
}
.hp-product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px 40px;
}
@media (max-width: 1023px) {
  .hp-featured { padding: 0 0 88px; }
  .hp-product-grid { grid-template-columns: repeat(3, 1fr); gap: 48px 32px; }
}
@media (max-width: 767px) {
  .hp-product-grid { grid-template-columns: repeat(2, 1fr); gap: 40px 20px; }
}
.hp-product {
  display: flex;
  flex-direction: column;
  gap: 16px;
  text-decoration: none;
  color: var(--hp-fg);
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}
/* Show only first 8 (2 rows × 4 desktop). The rest stay in DOM for
   SEO (they're real product links) but visually hidden. The "Sve
   istaknute →" link in the header takes users to the full list. */
.hp-product:nth-child(n+13) { display: none; }
@media (max-width: 1023px) {
  /* Tablet: 3 cols × 2 rows = 6 visible */
  .hp-product:nth-child(n+10) { display: none; }
}
@media (max-width: 767px) {
  /* Mobile: 2 cols × 2 rows = 4 visible */
  .hp-product:nth-child(n+7) { display: none; }
}
.hp-product:hover { transform: translateY(-2px); }
/* White image plate with a hairline edge — see .shop-product-thumb. */
.hp-product-thumb {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border: 1px solid var(--hp-hairline, #e6e8ec);
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}
.hp-product:hover .hp-product-thumb {
  border-color: var(--hp-hairline-strong, #c8ccd3);
}
.hp-product-thumb img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}
.hp-product:hover .hp-product-thumb img { transform: scale(1.04); }
.hp-product-meta {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.hp-product-manufacturer {
  margin: 0;
  font-family: var(--hp-mono);
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--hp-fg-faint);
}
.hp-product-name {
  margin: 0;
  font-size: 14.5px;
  font-weight: 500;
  line-height: 1.35;
  color: var(--hp-fg);
  transition: color 160ms ease;
  /* Two-line clamp */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hp-product:hover .hp-product-name { color: var(--hp-accent); }
.hp-product-price {
  margin: 0;
  font-family: var(--hp-mono);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--hp-fg);
  font-variant-numeric: tabular-nums;
}
/* "Cena na upit" — shown when a product has no price. */
.hp-product-price-ask {
  color: var(--hp-fg-muted);
}
/* Unit-of-measure suffix on a price — quieter than the price. */
.hp-product-price-unit {
  color: var(--hp-fg-faint, #727b8a);
  font-weight: 400;
}

/* ─── Section 5: Ecosystem ──────────────────────────────────── */
.hp-ecosystem {
  background: var(--hp-bg);
  padding: 128px 0;
  border-top: 1px solid var(--hp-hairline);
}
.hp-ecosystem-inner {
  max-width: var(--hp-max);
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  .hp-ecosystem { padding: 88px 0; }
}
.hp-eco-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}
@media (max-width: 1023px) {
  .hp-eco-grid { grid-template-columns: 1fr; gap: 16px; }
}
.hp-eco-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  padding: 36px 32px;
  background: var(--hp-bg);
  border: 1px solid var(--hp-hairline);
  border-radius: 12px;
  text-decoration: none;
  color: var(--hp-fg);
  transition: border-color 200ms ease, transform 240ms cubic-bezier(0.16, 1, 0.3, 1), box-shadow 240ms cubic-bezier(0.16, 1, 0.3, 1);
}
.hp-eco-card:hover,
.hp-eco-card:focus-visible {
  border-color: var(--hp-accent);
  transform: translateY(-3px);
  box-shadow: 0 12px 28px -10px rgba(14, 165, 233, 0.15);
  outline: none;
}
.hp-eco-card-head {
  display: flex;
  align-items: center;
  height: 40px;
}
.hp-eco-card-logo {
  display: block;
  max-height: 40px;
  width: auto;
}
.hp-eco-card-title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.015em;
  color: var(--hp-fg);
}
.hp-eco-card-copy {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: var(--hp-fg-muted);
}
.hp-eco-card-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  padding-top: 8px;
  font-size: 13px;
  font-weight: 600;
  color: var(--hp-accent);
  transition: gap 200ms ease;
}
.hp-eco-card:hover .hp-eco-card-cta { gap: 12px; }
.hp-eco-card-cta i { font-size: 10px; }

/* ─── Section 6: News ───────────────────────────────────────── */
.hp-news {
  background: var(--hp-bg);
  padding: 112px 0 128px;
}
.hp-news-inner {
  max-width: var(--hp-max);
  margin: 0 auto;
  padding: 0 24px;
}
@media (max-width: 1023px) {
  .hp-news { padding: 0 0 88px; }
}
.hp-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
@media (max-width: 767px) {
  .hp-news-grid { grid-template-columns: 1fr; gap: 32px; }
}
.hp-news-card {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-decoration: none;
  color: var(--hp-fg);
}
.hp-news-thumb {
  width: 100%;
  aspect-ratio: 3 / 2;
  background: #f7f9fb;
  border-radius: 4px;
  overflow: hidden;
}
.hp-news-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 400ms cubic-bezier(0.16, 1, 0.3, 1);
}
.hp-news-card:hover .hp-news-thumb img { transform: scale(1.04); }
.hp-news-thumb-empty {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--hp-fg-faint);
  background: #f7f9fb;
}
.hp-news-body {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.hp-news-date {
  margin: 0;
  font-family: var(--hp-mono);
  font-size: 11.5px;
  font-weight: 500;
  color: var(--hp-fg-faint);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.hp-news-title {
  margin: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  letter-spacing: -0.015em;
  color: var(--hp-fg);
  transition: color 160ms ease;
  /* Two-line clamp */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hp-news-card:hover .hp-news-title { color: var(--hp-accent); }
.hp-news-excerpt {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: var(--hp-fg-muted);
  /* Three-line clamp */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* ─── Section 7: Final CTA ──────────────────────────────────── */
.hp-cta {
  background: var(--hp-bg);
  border-top: 1px solid var(--hp-hairline);
  padding: 120px 0;
}
@media (max-width: 1023px) {
  .hp-cta { padding: 80px 0; }
}
.hp-cta-inner {
  max-width: var(--hp-max);
  margin: 0 auto;
  padding: 0 24px;
  text-align: center;
}
.hp-cta-inner .hp-eyebrow {
  margin: 0 auto 16px;
}
.hp-cta-heading {
  margin: 0;
  font-size: 64px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.03em;
  color: var(--hp-fg);
}
@media (max-width: 767px) {
  .hp-cta-heading { font-size: 44px; }
}
.hp-cta-lede {
  margin: 24px auto 0;
  max-width: 56ch;
  font-size: 17px;
  line-height: 1.55;
  color: var(--hp-fg-muted);
}
.hp-cta-actions {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 40px;
  flex-wrap: wrap;
  justify-content: center;
}
.hp-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 14px 24px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 600;
  text-decoration: none;
  transition: filter 160ms ease, transform 160ms ease, background 160ms ease, border-color 160ms ease;
  border: 1px solid transparent;
}
.hp-btn i { font-size: 13px; }
.hp-btn-primary {
  background: var(--hp-accent);
  color: #ffffff;
  border-color: var(--hp-accent);
}
.hp-btn-primary:hover,
.hp-btn-primary:focus-visible {
  filter: brightness(0.95);
  transform: translateY(-1px);
  outline: none;
}
.hp-btn-secondary {
  background: transparent;
  color: var(--hp-fg);
  border-color: var(--hp-hairline-strong);
  font-family: var(--hp-mono);
  letter-spacing: 0.01em;
}
.hp-btn-secondary:hover,
.hp-btn-secondary:focus-visible {
  background: var(--hp-accent-soft);
  border-color: var(--hp-accent);
  color: var(--hp-accent);
  outline: none;
}
.hp-cta-meta {
  margin: 32px 0 0;
  font-family: var(--hp-mono);
  font-size: 11.5px;
  color: var(--hp-fg-faint);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

/* ============================================================
 * end home page v3
 * ============================================================ */





/* ============================================================
 * Featured-category quick-links section (.feat-*)
 * 5 cards: Promoted + 4 cats. Glassy dark cards with blue
 * (or gold for Promoted) radial bloom + "peek" product image
 * bleeding past the bottom edge.
 *
 * Lives directly under the hero on the home page.
 * ============================================================ */

.feat {
  width: 100%;
  background: #ffffff;
  padding: 80px 0 64px;
}
.feat-inner {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 24px;
}
.feat-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}
.feat-eyebrow {
  font-family: var(--hp-mono, 'Roboto Mono', monospace);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--hp-fg-muted, #5b6473);
  margin: 0 0 12px;
}
.feat .feat-header h2.feat-title {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  letter-spacing: -0.02em !important;
  line-height: 1.1 !important;
  color: var(--hp-fg, #0b1320) !important;
  text-transform: none !important;
}
.feat-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color: var(--hp-accent, #0ea5e9);
  text-decoration: none;
  transition: gap 200ms ease, color 160ms ease;
}
.feat-link:hover { gap: 12px; }
.feat-link i { font-size: 11px; }

/* ─── Grid breakpoints ──────────────────────────────────────── */
.feat-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 20px;
}
.feat-card:nth-child(5) { display: block; }
@media (max-width: 1439px) {
  .feat-grid { grid-template-columns: repeat(4, 1fr); }
  .feat-card:nth-child(5) { display: none; }
}
@media (max-width: 1199px) {
  .feat-grid { grid-template-columns: repeat(3, 1fr); }
  .feat-card:nth-child(4) { display: none; }
}
@media (max-width: 959px) {
  .feat-grid { grid-template-columns: repeat(2, 1fr); }
  .feat-card:nth-child(4) { display: block; }
  .feat-card:nth-child(5) { display: none; }
}
@media (max-width: 639px) {
  .feat-grid { grid-template-columns: 1fr; }
  .feat-card:nth-child(5) { display: block; }
}

/* ─── Card ──────────────────────────────────────────────────── */
.feat-card {
  position: relative;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  overflow: visible;
  text-decoration: none;
  color: #fff;
  isolation: isolate;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
}
.feat-card:hover { transform: translateY(-3px); }

/* The chrome (dark bg + bloom + glassy border) lives in a clipped
   child layer so the peek image can bleed past the bottom without
   the chrome bleeding. */
.feat-card-bg {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: #0c1322;
  overflow: hidden;
  z-index: 0;
  box-shadow:
    inset 0 0 0 1px rgba(255, 255, 255, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.12),
    0 1px 2px rgba(11, 19, 32, 0.04),
    0 8px 24px -8px rgba(11, 19, 32, 0.18);
  transition: box-shadow 360ms cubic-bezier(0.16, 1, 0.3, 1);
}
.feat-card:hover .feat-card-bg {
  box-shadow:
    inset 0 0 0 1px rgba(14, 165, 233, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 1px 2px rgba(11, 19, 32, 0.04),
    0 20px 40px -12px rgba(14, 165, 233, 0.25);
}

/* Radial bloom inside the chrome layer */
.feat-card-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(
    ellipse 130% 110% at 50% 100%,
    rgba(14, 165, 233, 0.70) 0%,
    rgba(14, 165, 233, 0.35) 30%,
    rgba(14, 165, 233, 0.12) 55%,
    rgba(14, 165, 233, 0.00) 85%
  );
  z-index: 0;
  transition: opacity 360ms ease;
}
.feat-card:hover .feat-card-bg::before { opacity: 1.15; }

/* Glassy border highlight ring */
.feat-card-bg::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  pointer-events: none;
  z-index: 3;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.16) 0%,
    rgba(255, 255, 255, 0.04) 40%,
    rgba(14, 165, 233, 0.18) 100%
  );
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite: exclude;
  padding: 1px;
}

/* Title — top of card, centered. !important + tight selector beat
   the site-wide h3 size/weight rules in general.css / blanko.css. */
.feat .feat-grid .feat-card h3.feat-card-title {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 28px 24px 0;
  text-align: center;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 18px !important;
  font-weight: 600 !important;
  letter-spacing: -0.015em !important;
  line-height: 1.2 !important;
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  text-transform: none !important;
}

/* Peek image — bleeds past the bottom of the card */
.feat-card-image {
  position: absolute;
  left: 50%;
  bottom: -22%;
  width: 100%;
  height: 85%;
  transform: translateX(-50%);
  z-index: 1;
  object-fit: contain;
  object-position: center bottom;
  transition: transform 360ms cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
}
.feat-card:hover .feat-card-image {
  transform: translateX(-50%) translateY(-6px);
}

/* ─── Promoted (gold accents instead of blue) ───────────────── */
.feat-card-promoted .feat-card-bg::before {
  background: radial-gradient(
    ellipse 130% 110% at 50% 100%,
    rgba(245, 184, 0, 0.75) 0%,
    rgba(245, 184, 0, 0.38) 30%,
    rgba(245, 184, 0, 0.12) 55%,
    rgba(245, 184, 0, 0.00) 85%
  );
}
.feat-card-promoted .feat-card-bg::after {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.18) 0%,
    rgba(255, 255, 255, 0.04) 40%,
    rgba(245, 184, 0, 0.22) 100%
  );
}
.feat-card-promoted:hover .feat-card-bg {
  box-shadow:
    inset 0 0 0 1px rgba(245, 184, 0, 0.40),
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 1px 2px rgba(11, 19, 32, 0.04),
    0 20px 40px -12px rgba(245, 184, 0, 0.28);
}

/* Pill label positioning hook */
.feat-card-label {
  position: absolute;
  top: 16px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 4;
}
.feat .feat-grid .feat-card.feat-card-promoted h3.feat-card-title { padding-top: 48px; }

/* ─── Per-card image overrides (tuned to each source asset) ── */
.feat-card-telekom .feat-card-image {
  width: 88%;
  height: 78%;
  bottom: -16%;
}

/* ─── Reusable .label primitive (typographic pill) ─────────── */
.label {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 9px;
  border-radius: 4px;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.4;
  background: var(--label-bg);
  color: var(--label-fg);
  box-shadow: inset 0 1px 0 var(--label-highlight);
  white-space: nowrap;
}
.label i { font-size: 9px; line-height: 1; }
.label--promo {
  --label-bg: rgba(245, 184, 0, 0.18);
  --label-fg: #8a6500;
  --label-highlight: rgba(255, 255, 255, 0.35);
}
.label--accent {
  --label-bg: rgba(14, 165, 233, 0.14);
  --label-fg: #0369a1;
  --label-highlight: rgba(255, 255, 255, 0.35);
}
.label--success {
  --label-bg: rgba(34, 197, 94, 0.14);
  --label-fg: #15803d;
  --label-highlight: rgba(255, 255, 255, 0.35);
}
.label--warn {
  --label-bg: rgba(249, 115, 22, 0.14);
  --label-fg: #c2410c;
  --label-highlight: rgba(255, 255, 255, 0.35);
}
.label--neutral {
  --label-bg: rgba(11, 19, 32, 0.06);
  --label-fg: #475569;
  --label-highlight: rgba(255, 255, 255, 0.35);
}
.label--on-dark.label--promo {
  --label-bg: rgba(245, 184, 0, 0.18);
  --label-fg: #fcd34d;
  --label-highlight: rgba(255, 255, 255, 0.10);
}
.label--on-dark.label--accent {
  --label-bg: rgba(14, 165, 233, 0.20);
  --label-fg: #7dd3fc;
  --label-highlight: rgba(255, 255, 255, 0.10);
}
.label--on-dark.label--success {
  --label-bg: rgba(34, 197, 94, 0.18);
  --label-fg: #86efac;
  --label-highlight: rgba(255, 255, 255, 0.10);
}
.label--on-dark.label--warn {
  --label-bg: rgba(249, 115, 22, 0.18);
  --label-fg: #fdba74;
  --label-highlight: rgba(255, 255, 255, 0.10);
}
.label--on-dark.label--neutral {
  --label-bg: rgba(255, 255, 255, 0.08);
  --label-fg: #cbd5e1;
  --label-highlight: rgba(255, 255, 255, 0.10);
}

@media (prefers-reduced-motion: reduce) {
  .feat-card,
  .feat-card-image,
  .feat-card-bg,
  .feat-card-bg::before { transition: none; }
}
/* ============================================================
 * end .feat
 * ============================================================ */





/* ============================================================
 * Home directory section (.hp-directory)
 * Two-column shop directory: categories (wide, with sub-cats)
 * + brands (narrow plain list). Replaces the old .hp-taxonomy.
 * ============================================================ */

.hp-directory {
  background: var(--hp-bg, #ffffff);
  padding: 112px 0;
  border-top: 1px solid var(--hp-hairline, #e6e8ec);
}
@media (max-width: 1023px) {
  .hp-directory { padding: 80px 0; }
}
.hp-directory-inner {
  max-width: var(--hp-max, 1440px);
  margin: 0 auto;
  padding: 0 24px;
}

/* Combined single-column header (eyebrow + heading + lede stacked) */
.hp-directory-header {
  margin-bottom: 56px;
  max-width: 720px;
}
.hp-directory-lede {
  margin: 14px 0 0;
  font-size: 15px;
  line-height: 1.6;
  color: var(--hp-fg-muted, #5b6473);
  max-width: 58ch;
}

.hp-directory-grid {
  display: grid;
  grid-template-columns: minmax(0, 8fr) minmax(0, 3fr);
  gap: 64px;
}
@media (max-width: 1023px) {
  .hp-directory-grid { grid-template-columns: 1fr; gap: 48px; }
}

/* ─── Categories column ─────────────────────────────────────── */
.hp-dir-cats {
  columns: 2;
  column-gap: 48px;
}
@media (max-width: 639px) {
  .hp-dir-cats { columns: 1; }
}
.hp-dir-cat {
  min-width: 0;
  /* Keep a category (head + all its sub-cats) intact within one
     column — never split across the column break. */
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  margin-bottom: 40px;
}
.hp-dir-cat:last-child { margin-bottom: 0; }
.hp-dir-cat-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  text-decoration: none;
  color: var(--hp-fg, #0b1320);
  padding-bottom: 12px;
  margin-bottom: 14px;
  border-bottom: 1px solid var(--hp-hairline, #e6e8ec);
  transition: border-color 160ms ease;
}
.hp-dir-cat-head:hover { border-color: var(--hp-accent, #0ea5e9); }
.hp-dir-cat-name {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: -0.01em;
  transition: color 160ms ease;
}
.hp-dir-cat-head:hover .hp-dir-cat-name,
.hp-dir-cat-head:focus-visible .hp-dir-cat-name {
  color: var(--hp-accent, #0ea5e9);
  outline: none;
}
.hp-dir-cat-head i {
  font-size: 11px;
  color: var(--hp-fg-faint, #727b8a);
  transition: color 160ms ease, transform 200ms cubic-bezier(0.16, 1, 0.3, 1);
}
.hp-dir-cat-head:hover i {
  color: var(--hp-accent, #0ea5e9);
  transform: translateX(3px);
}
.hp-dir-subs {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.hp-dir-subs a {
  font-size: 14px;
  line-height: 1.4;
  color: var(--hp-fg-muted, #5b6473);
  text-decoration: none;
  transition: color 140ms ease;
}
.hp-dir-subs a:hover,
.hp-dir-subs a:focus-visible {
  color: var(--hp-accent, #0ea5e9);
  outline: none;
}

/* ─── Brands column ─────────────────────────────────────────── */
.hp-dir-brands {
  border-left: 1px solid var(--hp-hairline, #e6e8ec);
  padding-left: 48px;
}
@media (max-width: 1023px) {
  .hp-dir-brands {
    border-left: 0;
    border-top: 1px solid var(--hp-hairline, #e6e8ec);
    padding-left: 0;
    padding-top: 40px;
  }
}
.hp-dir-brands-label {
  margin: 0 0 18px;
  font-family: var(--hp-mono, 'Roboto Mono', monospace);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--hp-fg-muted, #5b6473);
}
.hp-dir-brand-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
@media (max-width: 1023px) {
  /* On tablet/mobile the brand list runs out of vertical room next
     to nothing — flow it into 2-3 columns instead. */
  .hp-dir-brand-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px 24px;
  }
}
@media (max-width: 639px) {
  .hp-dir-brand-list { grid-template-columns: repeat(2, 1fr); }
}
.hp-dir-brand-list li {
  border-bottom: 1px solid var(--hp-hairline, #e6e8ec);
}
@media (max-width: 1023px) {
  .hp-dir-brand-list li { border-bottom: 0; }
}
.hp-dir-brand-list li:last-child { border-bottom: 0; }
.hp-dir-brand-list a {
  display: block;
  padding: 11px 0;
  font-size: 14px;
  font-weight: 500;
  color: var(--hp-fg, #0b1320);
  text-decoration: none;
  transition: color 140ms ease, padding-left 160ms ease;
}
.hp-dir-brand-list a:hover,
.hp-dir-brand-list a:focus-visible {
  color: var(--hp-accent, #0ea5e9);
  padding-left: 6px;
  outline: none;
}
@media (max-width: 1023px) {
  .hp-dir-brand-list a { padding: 7px 0; }
  .hp-dir-brand-list a:hover { padding-left: 4px; }
}
/* ============================================================
 * end .hp-directory
 * ============================================================ */




/* ============================================================
 * Ecosystem section (.eco)
 * Three full-bleed (edge-to-edge) image bands, stacked
 * vertically. Each band: background image + directional dark
 * navy gradient scrim + overlaid logo / heading / copy / CTA.
 * Content side alternates: left / right / left.
 * ============================================================ */

.eco {
  width: 100%;
  background: var(--hp-bg, #ffffff);
}

/* The bands are edge-to-edge — they intentionally ignore the
   page content column and span the full viewport width. */
.eco-bands {
  width: 100%;
}

.eco-band {
  position: relative;
  display: block;
  width: 100%;
  height: 370px;
  overflow: hidden;
  text-decoration: none;
  isolation: isolate;
  border-top: 2px solid rgba(255, 255, 255, 0.10);
}
@media (max-width: 767px) {
  .eco-band { height: 320px; }
}

.eco-band-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  transition: transform 600ms cubic-bezier(0.16, 1, 0.3, 1);
}
.eco-band:hover .eco-band-img { transform: scale(1.03); }

/* Directional gradient scrim — opaque navy on the content side,
   fading to transparent on the image side. The content side is
   set per-band via .eco-band-left / .eco-band-right. */
.eco-band-scrim {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.eco-band-left .eco-band-scrim {
  background: linear-gradient(
    to right,
    rgba(8, 12, 22, 0.96) 0%,
    rgba(8, 12, 22, 0.90) 28%,
    rgba(8, 12, 22, 0.55) 52%,
    rgba(8, 12, 22, 0.12) 78%,
    rgba(8, 12, 22, 0.00) 100%
  );
}
.eco-band-right .eco-band-scrim {
  background: linear-gradient(
    to left,
    rgba(8, 12, 22, 0.96) 0%,
    rgba(8, 12, 22, 0.90) 28%,
    rgba(8, 12, 22, 0.55) 52%,
    rgba(8, 12, 22, 0.12) 78%,
    rgba(8, 12, 22, 0.00) 100%
  );
}

/* Content block — sits inside the contained column even though
   the band itself is edge-to-edge. */
.eco-band-content {
  position: relative;
  z-index: 2;
  max-width: var(--hp-max, 1440px);
  margin: 0 auto;
  padding: 0 24px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
}
.eco-band-left .eco-band-content {
  align-items: flex-start;
  text-align: left;
}
.eco-band-right .eco-band-content {
  align-items: flex-end;
  text-align: right;
}
/* Cap the content block width so copy doesn't run the full band. */
.eco-band-content > * { max-width: 460px; }

.eco-band-logo {
  display: block;
  height: 34px;
  width: auto;
  margin-bottom: 14px;
}
.eco-band-right .eco-band-logo { margin-left: auto; }

.eco-band-title {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #ffffff;
}
@media (max-width: 767px) {
  .eco-band-title { font-size: 21px; }
}
.eco-band-copy {
  margin: 0;
  font-size: 14.5px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.72);
}
.eco-band-cta {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
  font-family: var(--hp-mono, 'Roboto Mono', monospace);
  color: var(--hp-accent, #0ea5e9);
  transition: gap 200ms ease;
}
.eco-band:hover .eco-band-cta { gap: 12px; }
.eco-band-cta i { font-size: 10px; }

/* Mobile: every band becomes content-left for predictability;
   the scrim covers more of the frame so text stays legible on a
   narrower viewport. */
@media (max-width: 767px) {
  .eco-band-right .eco-band-content {
    align-items: flex-start;
    text-align: left;
  }
  .eco-band-right .eco-band-logo { margin-left: 0; }
  .eco-band-right .eco-band-scrim {
    background: linear-gradient(
      to right,
      rgba(8, 12, 22, 0.96) 0%,
      rgba(8, 12, 22, 0.90) 45%,
      rgba(8, 12, 22, 0.55) 72%,
      rgba(8, 12, 22, 0.15) 100%
    );
  }
  .eco-band-left .eco-band-scrim {
    background: linear-gradient(
      to right,
      rgba(8, 12, 22, 0.96) 0%,
      rgba(8, 12, 22, 0.90) 45%,
      rgba(8, 12, 22, 0.55) 72%,
      rgba(8, 12, 22, 0.15) 100%
    );
  }
}

@media (prefers-reduced-motion: reduce) {
  .eco-band-img { transition: none; }
}
/* ============================================================
 * end .eco
 * ============================================================ */






/* ============================================================
 * Contact section (.hp-contact)
 * Asymmetric on white: left intro + CTA, right structured
 * contact rows (phone / email / address / hours).
 * Replaces the old centered .hp-cta.
 * ============================================================ */

.hp-contact {
  background: var(--hp-bg, #ffffff);
  border-top: 1px solid var(--hp-hairline, #e6e8ec);
  padding: 112px 0;
}
@media (max-width: 1023px) {
  .hp-contact { padding: 80px 0; }
}
.hp-contact-inner {
  max-width: var(--hp-max, 1440px);
  margin: 0 auto;
  padding: 0 24px;
  display: grid;
  grid-template-columns: minmax(0, 6fr) minmax(0, 5fr);
  gap: 80px;
  align-items: center;
}
@media (max-width: 1023px) {
  .hp-contact-inner { grid-template-columns: 1fr; gap: 48px; align-items: start; }
}

/* ─── Left: intro + CTA ─────────────────────────────────────── */
.hp-contact-intro {
  max-width: 30ch;
}
@media (max-width: 1023px) {
  .hp-contact-intro { max-width: 46ch; }
}
.hp-contact-lede {
  margin: 16px 0 28px;
  font-size: 16px;
  line-height: 1.6;
  color: var(--hp-fg-muted, #5b6473);
}

/* ─── Right: structured contact rows ───────────────────────── */
.hp-contact-details {
  display: flex;
  flex-direction: column;
  border-top: 1px solid var(--hp-hairline, #e6e8ec);
}
.hp-contact-row {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 22px 4px;
  border-bottom: 1px solid var(--hp-hairline, #e6e8ec);
  text-decoration: none;
  color: var(--hp-fg, #0b1320);
  transition: padding-left 180ms cubic-bezier(0.16, 1, 0.3, 1);
}
a.hp-contact-row:hover,
a.hp-contact-row:focus-visible {
  padding-left: 12px;
  outline: none;
}
.hp-contact-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 8px;
  background: var(--hp-accent-soft, rgba(14, 165, 233, 0.08));
  color: var(--hp-accent, #0ea5e9);
  font-size: 16px;
  transition: background 180ms ease;
}
a.hp-contact-row:hover .hp-contact-icon {
  background: var(--hp-accent, #0ea5e9);
  color: #ffffff;
}
.hp-contact-text {
  display: flex;
  flex-direction: column;
  gap: 3px;
  min-width: 0;
}
.hp-contact-label {
  font-family: var(--hp-mono, 'Roboto Mono', monospace);
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--hp-fg-faint, #727b8a);
}
.hp-contact-value {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: var(--hp-fg, #0b1320);
  transition: color 160ms ease;
}
a.hp-contact-row:hover .hp-contact-value {
  color: var(--hp-accent, #0ea5e9);
}
/* ============================================================
 * end .hp-contact
 * ============================================================ */



/* ============================================================
 * Footer partners grid (.ftr-partners-*)
 * Replaces the old partners carousel — a centered grid of all
 * brand logos.
 * ============================================================ */

.ftr-partners {
  max-width: 1200px;
  margin: 0 auto;
  padding: 56px 24px;
}
.ftr-partners-head {
  text-align: center;
  margin-bottom: 36px;
}
.ftr-partners-eyebrow {
  margin: 0 0 8px;
  font-family: var(--hp-mono, 'Roboto Mono', monospace);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(255, 255, 255, 0.55);
}
.ftr-partners-sub {
  margin: 0 auto;
  max-width: 52ch;
  font-size: 14px;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.45);
}
.ftr-partners-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  overflow: hidden;
}
/* 5 per row on desktop -> 13 logos lay out as 5 / 5 / 3 (last row
   centered). Each tile is 1/5 of the row; tablet 1/3, mobile 1/2. */
.ftr-partner {
  flex: 0 0 20%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 26px 20px;
  min-height: 96px;
  background: rgba(255, 255, 255, 0.02);
  /* hairline grid via inset box-shadow so wrapped/centered rows
     still read as a cohesive grid without empty-cell borders */
  box-shadow: inset 0 0 0 0.5px rgba(255, 255, 255, 0.08);
  transition: background 180ms ease;
}
@media (max-width: 1023px) {
  .ftr-partner { flex-basis: 33.333%; }
}
@media (max-width: 639px) {
  .ftr-partner { flex-basis: 50%; }
}
.ftr-partner:hover,
.ftr-partner:focus-visible {
  background: rgba(255, 255, 255, 0.06);
  outline: none;
}
.ftr-partner-logo {
  display: block;
  max-width: 120px;
  max-height: 40px;
  width: auto;
  height: auto;
  /* Logos are dark/colored marks; the footer is dark, so render
     them white and slightly dimmed, brightening on hover. */
  filter: brightness(0) invert(1);
  opacity: 0.55;
  transition: opacity 180ms ease;
}
.ftr-partner:hover .ftr-partner-logo,
.ftr-partner:focus-visible .ftr-partner-logo {
  opacity: 1;
}
/* Text wordmark — shown for brands with no logo asset, so the
   footer never renders a broken <img>. Matches the dimmed-white
   treatment of the logos. */
.ftr-partner-wordmark {
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.01em;
  color: #ffffff;
  opacity: 0.55;
  transition: opacity 180ms ease;
}
.ftr-partner:hover .ftr-partner-wordmark,
.ftr-partner:focus-visible .ftr-partner-wordmark {
  opacity: 1;
}
/* ============================================================
 * end .ftr-partners
 * ============================================================ */




/* ============================================================
 * Footer body (.ftr-main / .ftr-bottom)
 * Replaces the old duplicated drawer + link-tree footer.
 * 4-column main footer + bottom bar. Dark navy.
 * ============================================================ */

.ftr-main {
  background: #0b1320;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.ftr-main-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 64px 24px;
  display: grid;
  grid-template-columns: 1.6fr 1fr 1fr 1.2fr;
  gap: 48px;
}
@media (max-width: 1023px) {
  .ftr-main-inner { grid-template-columns: 1fr 1fr; gap: 40px 32px; }
}
@media (max-width: 559px) {
  .ftr-main-inner { grid-template-columns: 1fr; gap: 36px; }
}

.ftr-col {
  display: flex;
  flex-direction: column;
}
.ftr-col-title {
  margin: 0 0 16px;
  font-family: 'Roboto Mono', monospace;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: rgba(255, 255, 255, 0.45);
}

/* ── Brand column ── */
.ftr-logo-link { display: inline-block; }
.ftr-logo {
  display: block;
  height: 44px;
  width: auto;
}
.ftr-tagline {
  margin: 18px 0 0;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.55);
  max-width: 36ch;
}
.ftr-eco {
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px 14px;
}
.ftr-eco-label {
  margin: 0;
  width: 100%;
  font-family: 'Roboto Mono', monospace;
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: rgba(255, 255, 255, 0.40);
}
.ftr-eco-link {
  font-size: 13px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: color 140ms ease;
}
.ftr-eco-link:hover { color: #ffffff; }

/* ── Link columns ── */
.ftr-link {
  font-size: 14px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  padding: 6px 0;
  transition: color 140ms ease, padding-left 160ms ease;
}
.ftr-link:hover,
.ftr-link:focus-visible {
  color: #ffffff;
  padding-left: 5px;
  outline: none;
}
.ftr-link-all {
  margin-top: 6px;
  font-weight: 600;
  color: var(--hp-accent, #0ea5e9);
}
.ftr-link-all:hover { color: #ffffff; }

/* ── Contact column ── */
.ftr-contact-line {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
  text-decoration: none;
  padding: 5px 0;
  margin: 0;
  display: block;
  transition: color 140ms ease;
}
a.ftr-contact-line:hover { color: #ffffff; }
.ftr-contact-static { color: rgba(255, 255, 255, 0.55); }
.ftr-legal {
  margin-top: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-family: 'Roboto Mono', monospace;
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.40);
}

/* ── Bottom bar ── */
.ftr-bottom {
  background: #0b1320;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.ftr-bottom-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}
.ftr-copyright {
  margin: 0;
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.42);
}
.ftr-tribit {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.38);
  transition: color 140ms ease;
}
.ftr-tribit:hover { color: rgba(255, 255, 255, 0.7); }
.ftr-tribit img {
  display: block;
  height: 14px;
  width: auto;
  opacity: 0.7;
  transition: opacity 140ms ease;
}
.ftr-tribit:hover img { opacity: 1; }
/* ============================================================
 * end footer body
 * ============================================================ */



/* ============================================================
 * Shop page v2 (.shop-*)
 * Sidebar filters + product grid. White base, Inter + JetBrains
 * Mono, blue accent. Server-driven filters (every option is an
 * <a href>); JS only runs the mobile filter drawer + sort select.
 * ============================================================ */

.shop {
  background: var(--hp-bg, #ffffff);
  min-height: 60vh;
}
.shop-inner {
  max-width: var(--hp-max, 1440px);
  margin: 0 auto;
  padding: 32px 24px 96px;
}

/* ─── Breadcrumb ────────────────────────────────────────────── */
.shop-crumbs {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  color: var(--hp-fg-faint, #727b8a);
  margin-bottom: 28px;
}
.shop-crumbs a {
  color: var(--hp-fg-muted, #5b6473);
  text-decoration: none;
  transition: color 140ms ease;
}
.shop-crumbs a:hover { color: var(--hp-accent, #0ea5e9); }
.shop-crumbs i { font-size: 9px; }

/* ─── Page header ───────────────────────────────────────────── */
.shop-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 32px;
  flex-wrap: wrap;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--hp-hairline, #e6e8ec);
  margin: 56px 0 24px;
}
.shop .shop-head h1.shop-title {
  margin: 6px 0 8px;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  letter-spacing: -0.025em !important;
  line-height: 1.05 !important;
  text-transform: none !important;
  color: var(--hp-fg, #0b1320);
}
.shop-count {
  margin: 0;
  font-family: var(--hp-mono, 'Roboto Mono', monospace);
  font-size: 13px;
  color: var(--hp-fg-muted, #5b6473);
}
.shop-count strong { color: var(--hp-fg, #0b1320); font-weight: 600; }

/* Search */
.shop-search {
  display: flex;
  align-items: stretch;
  border: 1px solid var(--hp-hairline, #e6e8ec);
  border-radius: 8px;
  overflow: hidden;
  flex: 0 1 380px;
  transition: border-color 120ms ease, box-shadow 120ms ease;
}
.shop-search:focus-within {
  border-color: var(--hp-accent, #0ea5e9);
  box-shadow: 0 0 0 3px var(--hp-accent-soft, rgba(14, 165, 233, 0.08));
}
.shop-search-input {
  flex: 1;
  border: 0;
  background: transparent;
  padding: 0 14px;
  height: 42px;
  font-size: 14px;
  color: var(--hp-fg, #0b1320);
  outline: none;
  min-width: 0;
}
.shop-search-input::placeholder { color: var(--hp-fg-faint, #727b8a); }
.shop-search-btn {
  width: 46px;
  border: 0;
  background: var(--hp-accent, #0ea5e9);
  color: #ffffff;
  cursor: pointer;
  transition: filter 120ms ease;
}
.shop-search-btn:hover { filter: brightness(0.95); }

/* ─── Active filter pills ───────────────────────────────────── */
.shop-pills {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  flex: 1 1 auto;
  min-width: 0;
}
.shop-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12.5px;
  font-weight: 500;
  text-decoration: none;
  background: var(--hp-accent-soft, rgba(14, 165, 233, 0.08));
  color: var(--hp-accent, #0ea5e9);
  border: 1px solid transparent;
  transition: background 120ms ease;
}
.shop-pill:hover { background: rgba(14, 165, 233, 0.16); }
.shop-pill i { font-size: 10px; }
.shop-pill-clear {
  background: transparent;
  color: var(--hp-fg-muted, #5b6473);
  border-color: var(--hp-hairline, #e6e8ec);
}
.shop-pill-clear:hover {
  background: rgba(11, 19, 32, 0.04);
  color: var(--hp-fg, #0b1320);
}

/* ─── Body layout: sidebar + content ───────────────────────── */
.shop-body {
  display: grid;
  grid-template-columns: 264px minmax(0, 1fr);
  gap: 40px;
  align-items: start;
}
@media (max-width: 1023px) {
  .shop-body { grid-template-columns: 1fr; gap: 0; }
}

/* ─── Sidebar filters ──────────────────────────────────────── */
.shop-filters {
  position: sticky;
  top: 96px;
}
.shop-filters-head { display: none; }

.shop-facet {
  padding: 20px 0;
  border-bottom: 1px solid var(--hp-hairline, #e6e8ec);
}
.shop-facet:first-of-type { padding-top: 0; }
.shop-facet-title {
  margin: 0 0 12px;
  font-family: var(--hp-mono, 'Roboto Mono', monospace);
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--hp-fg-muted, #5b6473);
}
.shop-facet-list {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.shop-facet-opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding: 7px 10px;
  border-radius: 6px;
  text-decoration: none;
  color: var(--hp-fg, #0b1320);
  font-size: 13.5px;
  transition: background 120ms ease, color 120ms ease;
}
.shop-facet-opt:hover {
  background: rgba(11, 19, 32, 0.04);
  color: var(--hp-accent, #0ea5e9);
}
.shop-facet-opt.is-active {
  background: var(--hp-accent-soft, rgba(14, 165, 233, 0.08));
  color: var(--hp-accent, #0ea5e9);
  font-weight: 600;
}
.shop-facet-opt-name {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.shop-facet-opt-count {
  flex-shrink: 0;
  font-family: var(--hp-mono, 'Roboto Mono', monospace);
  font-size: 11px;
  color: var(--hp-fg-faint, #727b8a);
}
.shop-facet-opt.is-active .shop-facet-opt-count { color: var(--hp-accent, #0ea5e9); }
.shop-facet-opt-sub {
  padding-left: 22px;
  font-size: 13px;
  color: var(--hp-fg-muted, #5b6473);
}
.shop-cat-group-label {
  margin: 8px 0 4px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 600;
  color: var(--hp-fg-faint, #727b8a);
}

/* ─── Content: toolbar + grid ──────────────────────────────── */
.shop-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 24px;
}
.shop-filter-trigger {
  display: none;
  align-items: center;
  gap: 8px;
  height: 40px;
  padding: 0 16px;
  border: 1px solid var(--hp-hairline, #e6e8ec);
  border-radius: 8px;
  background: var(--hp-bg, #ffffff);
  color: var(--hp-fg, #0b1320);
  font-size: 13.5px;
  font-weight: 600;
  cursor: pointer;
}
@media (max-width: 1023px) {
  .shop-filter-trigger { display: inline-flex; }
}
.shop-filter-trigger i { color: var(--hp-accent, #0ea5e9); }

.shop-sort {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
}
.shop-sort-label {
  font-size: 12.5px;
  color: var(--hp-fg-muted, #5b6473);
}
.shop-sort-select {
  height: 40px;
  border: 1px solid var(--hp-hairline, #e6e8ec);
  border-radius: 8px;
  background: var(--hp-bg, #ffffff);
  padding: 0 32px 0 12px;
  font-size: 13.5px;
  color: var(--hp-fg, #0b1320);
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 8'%3E%3Cpath fill='%235b6473' d='M6 8 0 0h12z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 9px;
}
.shop-sort-select:focus-visible {
  outline: none;
  border-color: var(--hp-accent, #0ea5e9);
}

/* ─── Product grid ─────────────────────────────────────────── */
.shop-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 36px 28px;
}
@media (max-width: 1199px) {
  .shop-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 767px) {
  .shop-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 16px; }
}
.shop-product {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
  color: var(--hp-fg, #0b1320);
  transition: transform 240ms cubic-bezier(0.16, 1, 0.3, 1);
}
.shop-product:hover { transform: translateY(-2px); }
/* White image plate. Product photos aren't uniformly transparent —
   some carry their own white/colored background — so the plate is
   white and a hairline border (not a gray fill) defines its edge,
   keeping the image area distinct without graying the UI. */
.shop-product-thumb {
  position: relative;
  aspect-ratio: 1 / 1;
  background: #ffffff;
  border: 1px solid var(--hp-hairline, #e6e8ec);
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 22px;
}
.shop-product:hover .shop-product-thumb {
  border-color: var(--hp-hairline-strong, #c8ccd3);
}
.shop-product-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  transition: transform 320ms cubic-bezier(0.16, 1, 0.3, 1);
}
.shop-product:hover .shop-product-img { transform: scale(1.04); }
.shop-product-body {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.shop-product-brand {
  font-family: var(--hp-mono, 'Roboto Mono', monospace);
  font-size: 10.5px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.10em;
  color: var(--hp-fg-faint, #727b8a);
}
.shop-grid .shop-product h2.shop-product-name {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: var(--hp-fg, #0b1320);
  transition: color 160ms ease;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.shop-product:hover .shop-product-name { color: var(--hp-accent, #0ea5e9); }
.shop-product-price {
  font-family: var(--hp-mono, 'Roboto Mono', monospace);
  font-size: 13.5px;
  font-weight: 500;
  color: var(--hp-fg, #0b1320);
  font-variant-numeric: tabular-nums;
}
.shop-product-price-ask { color: var(--hp-fg-faint, #727b8a); }
/* Unit-of-measure suffix on a price (e.g. "1.234 RSD / kom.") —
   quieter than the price itself. */
.shop-product-price-unit {
  color: var(--hp-fg-faint, #727b8a);
  font-weight: 400;
}

/* ─── Promotion badge ──────────────────────────────────────────
   Marks a product carrying the `general-promotion` slug. Shared
   across every product card (shop list, home featured). Sits
   top-left over the image plate. Styled to match the gold
   "Naš izbor" pill on the home featured-category cards
   (.label--promo). The `-mini` variant (star only) is for small
   cards — see article.css. */
.product-promo-badge {
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 9px;
  border-radius: 4px;
  background: rgba(245, 184, 0, 0.18);
  color: #8a6500;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: -0.005em;
  line-height: 1.4;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.35);
  white-space: nowrap;
}
.product-promo-badge i {
  font-size: 9px;
  color: #f5b800;
}

/* ─── Empty state ──────────────────────────────────────────────
   A contained v3 panel: hairline-bordered card on a soft tint,
   a circular accent icon badge, restrained type. Replaces the
   old bare icon-over-whitespace stack. */
.shop-empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin: 24px 0;
  padding: 64px 32px;
  background: #f7f9fb;
  border: 1px solid var(--hp-hairline, #e6e8ec);
  border-radius: 14px;
}
/* Circular icon badge — soft accent disc, not a bare gray glyph.
   Direct-child only, so the button's own nested <i> isn't caught. */
.shop-empty > i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 56px;
  margin-bottom: 20px;
  border-radius: 999px;
  background: #e0f2fe;
  color: var(--hp-accent, #0ea5e9);
  font-size: 20px;
}
.shop-empty h2.shop-empty-title {
  margin: 0;
  font-family: 'Inter', system-ui, sans-serif !important;
  font-size: 19px !important;
  font-weight: 700 !important;
  letter-spacing: -0.015em !important;
  text-transform: none !important;
  color: var(--hp-fg, #0b1320);
}
.shop-empty-text {
  margin: 6px 0 24px;
  max-width: 360px;
  font-size: 14px;
  line-height: 1.55;
  color: var(--hp-fg-muted, #5b6473);
}

/* ─── Pagination ───────────────────────────────────────────── */
.shop-pager-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
  margin-top: 56px;
  padding-top: 24px;
  border-top: 1px solid var(--hp-hairline, #e6e8ec);
}
.shop-tax-note {
  margin: 0;
  margin-left: auto;
  font-family: var(--hp-mono, monospace);
  font-size: 11.5px;
  color: var(--hp-fg-faint, #727b8a);
}
.shop-pager {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-start;
}
.shop-pager-item {
  display: inline-flex;
  align-items: center;
}
.shop-pager-ellipsis {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 32px;
  height: 40px;
  color: var(--hp-fg-faint, #727b8a);
  font-family: var(--hp-mono, monospace);
  font-size: 13px;
}
.shop-pager-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 8px;
  border-radius: 8px;
  border: 1px solid var(--hp-hairline, #e6e8ec);
  background: var(--hp-bg, #ffffff);
  color: var(--hp-fg, #0b1320);
  font-family: var(--hp-mono, 'Roboto Mono', monospace);
  font-size: 13px;
  text-decoration: none;
  transition: background 120ms ease, border-color 120ms ease, color 120ms ease;
}
.shop-pager-btn:hover {
  border-color: var(--hp-accent, #0ea5e9);
  color: var(--hp-accent, #0ea5e9);
}
.shop-pager-btn.is-current {
  background: var(--hp-accent, #0ea5e9);
  border-color: var(--hp-accent, #0ea5e9);
  color: #ffffff;
}

/* ─── Mobile filter drawer ─────────────────────────────────── */
.shop-backdrop {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(11, 19, 32, 0.45);
  z-index: 60;
}
@media (max-width: 1023px) {
  .shop-filters {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: min(340px, 88vw);
    background: var(--hp-bg, #ffffff);
    z-index: 61;
    transform: translateX(-100%);
    transition: transform 240ms cubic-bezier(0.4, 0, 0.2, 1);
    overflow-y: auto;
    padding: 20px;
    box-shadow: 8px 0 24px rgba(11, 19, 32, 0.12);
  }
  .shop.is-filters-open .shop-filters { transform: translateX(0); }
  .shop.is-filters-open .shop-backdrop { display: block; }
  .shop-filters-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--hp-hairline, #e6e8ec);
  }
  .shop-filters-title {
    margin: 0;
    font-size: 16px;
    font-weight: 700;
  }
  .shop-filters-close {
    width: 40px; height: 40px;
    border: 0;
    background: rgba(11, 19, 32, 0.04);
    border-radius: 6px;
    color: var(--hp-fg, #0b1320);
    font-size: 16px;
    cursor: pointer;
  }
  body.shop-no-scroll { overflow: hidden; }
}
/* ============================================================
 * end shop v2
 * ============================================================ */


/* nav-utility-user dropdown */
.nav-utility-user { position: relative; display: inline-flex; }
.nav-utility-user-trigger {
  background: none;
  border: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  cursor: pointer;
  color: var(--nav-utility-fg-strong);
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 7px;
}
.nav-utility-user-chev {
  font-size: 9px !important;
  opacity: 0.6;
  margin-left: 2px;
  transition: transform 160ms ease;
}
.nav-utility-user.is-open .nav-utility-user-chev { transform: rotate(180deg); }
.nav-utility-user-menu {
  position: absolute;
  top: 100%;
  right: 0;
  margin-top: 8px;
  min-width: 200px;
  background: var(--nav-bg, #fff);
  border: 1px solid var(--nav-border, #e6e8ec);
  border-radius: 10px;
  box-shadow: 0 12px 28px rgba(11, 19, 32, 0.10);
  padding: 6px;
  z-index: 200;
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.nav-utility-user-menu[hidden] { display: none; }
.nav-utility-user-item {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 9px 12px;
  border-radius: 7px;
  font-size: 13.5px;
  color: var(--hp-fg, #0b1320);
  text-decoration: none;
  cursor: pointer;
  background: none;
  border: 0;
  font-family: inherit;
  text-align: left;
  width: 100%;
}
.nav-utility-user-item i { width: 14px; text-align: center; color: var(--hp-fg-muted, #5b6473); font-size: 12px; }
.nav-utility-user-item:hover {
  background: rgba(11, 19, 32, 0.05);
  color: var(--hp-fg, #0b1320);
}
.nav-utility-user-item-danger { color: #8a1f17; }
.nav-utility-user-item-danger i { color: #b3261e; }
.nav-utility-user-item-danger:hover {
  background: #fdecea;
  color: #6b170f;
}
.nav-utility-user-logout { margin: 0; }
