@font-face {
  font-family: "EvolSNASM";
  src: url("https://www.evol-store.it/wp-content/uploads/fonts/snasmrg-regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "EvolSNASM";
  src: url("https://www.evol-store.it/wp-content/uploads/fonts/snasmrg-bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

#evol-desktop-topbar,
.evol-dt-cart-backdrop,
.evol-dt-cart { display: none; }

@keyframes evol-desktop-nav-scan {
  0%, 18% { opacity: 0; transform: translate3d(-100%, 0, 0); }
  26%, 72% { opacity: 1; }
  82%, 100% { opacity: 0; transform: translate3d(100%, 0, 0); }
}

@media (min-width: 1281px) {
  #header-outer { display: none !important; }
  #header-space { height: 118px !important; min-height: 118px !important; }

  #evol-desktop-topbar {
    --evol-yellow: #ffd400;
    --evol-ink: #111213;
    --evol-muted: #696a6d;
    --evol-line: rgba(17, 18, 19, .13);
    --evol-ease: cubic-bezier(.2, .8, .2, 1);
    position: fixed;
    z-index: 10000;
    top: 0;
    right: 0;
    left: 0;
    display: block;
    width: 100%;
    color: var(--evol-ink);
    background: var(--evol-yellow);
    box-shadow: 0 1px 0 rgba(0, 0, 0, .08), 0 12px 32px rgba(0, 0, 0, .08);
    font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
  }

  body.admin-bar #evol-desktop-topbar { top: 32px; }

  #evol-desktop-topbar, #evol-desktop-topbar * { box-sizing: border-box; }
  #evol-desktop-topbar a { color: inherit; text-decoration: none; }
  #evol-desktop-topbar button, #evol-desktop-topbar input { font: inherit; }
  #evol-desktop-topbar button { color: inherit; }
  #evol-desktop-topbar :focus-visible { outline: 3px solid var(--evol-yellow); outline-offset: 3px; }

  .evol-dt-utility { height: 32px; color: #fff; background: var(--evol-ink); font-size: 11px; font-weight: 650; letter-spacing: .08em; text-transform: uppercase; }
  .evol-dt-utility__inner, .evol-dt-main__inner { width: min(calc(100% - 48px), 1840px); height: 100%; margin-inline: auto; }
  .evol-dt-utility__inner { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
  .evol-dt-utility__group { display: flex; align-items: center; gap: 20px; }
  .evol-dt-utility__link { display: inline-flex; align-items: center; gap: 8px; opacity: .76; white-space: nowrap; transition: opacity 180ms ease; }
  .evol-dt-utility__link:hover, .evol-dt-utility__link:focus-visible { color: #fff; opacity: 1; }
  .evol-dt-status-dot { width: 7px; height: 7px; border-radius: 50%; background: var(--evol-yellow); box-shadow: 0 0 0 4px rgba(255, 212, 0, .16); }

  .evol-dt-main { height: 86px; background: var(--evol-yellow); }
  .evol-dt-main__inner { display: grid; grid-template-columns: 74px minmax(0, 1fr) auto; align-items: center; gap: clamp(18px, 2vw, 36px); }
  .evol-dt-brand { display: grid; place-items: center; width: 68px; height: 68px; border-radius: 50%; transition: transform 280ms var(--evol-ease); }
  .evol-dt-brand:hover { transform: rotate(-2deg) scale(1.025); }
  .evol-dt-brand img { display: block; width: 68px; height: 68px; object-fit: contain; }

  .evol-dt-nav {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 56px;
    padding: 6px 30px;
    background:
      linear-gradient(90deg, transparent 0, rgba(17,18,19,.035) 7%, rgba(17,18,19,.13) 18%, rgba(17,18,19,.14) 50%, rgba(17,18,19,.13) 82%, rgba(17,18,19,.035) 93%, transparent 100%) top / 100% 1px no-repeat,
      linear-gradient(90deg, transparent 0, rgba(17,18,19,.035) 7%, rgba(17,18,19,.13) 18%, rgba(17,18,19,.14) 50%, rgba(17,18,19,.13) 82%, rgba(17,18,19,.035) 93%, transparent 100%) bottom / 100% 1px no-repeat,
      linear-gradient(90deg, rgba(255,255,255,0) 0, rgba(255,255,255,.2) 3%, rgba(255,255,255,.62) 8%, rgba(255,255,255,.92) 15%, #fff 20%, rgba(248,249,249,.98) 50%, #fff 80%, rgba(255,255,255,.92) 85%, rgba(255,255,255,.62) 92%, rgba(255,255,255,.2) 97%, rgba(255,255,255,0) 100%);
    box-shadow: 0 8px 22px rgba(74, 59, 0, .07);
    backdrop-filter: blur(14px) saturate(.75);
  }
  .evol-dt-nav::before, .evol-dt-nav::after { position: absolute; top: 7px; width: 1px; height: 42px; content: ""; background: rgba(17,18,19,.52); box-shadow: 5px 0 0 rgba(17,18,19,.12); pointer-events: none; transform: skewX(-18deg); }
  .evol-dt-nav::before { left: 7px; }
  .evol-dt-nav::after { right: 7px; box-shadow: -5px 0 0 rgba(17,18,19,.12); }
  .evol-dt-nav__scan { position: absolute; z-index: 0; inset: 0; overflow: hidden; pointer-events: none; }
  .evol-dt-nav__scan::after { position: absolute; right: 0; bottom: 0; left: 0; width: 100%; height: 2px; content: ""; background: linear-gradient(90deg, transparent 0, transparent 43%, rgba(17,18,19,.18) 47%, rgba(17,18,19,.95) 50%, rgba(17,18,19,.18) 53%, transparent 57%, transparent 100%); transform: translate3d(-100%,0,0); animation: evol-desktop-nav-scan 5.8s cubic-bezier(.45,0,.55,1) infinite; }
  .evol-dt-nav__separator { position: relative; z-index: 1; width: 1px; height: 28px; flex: 0 0 1px; margin: 0 2px; background: rgba(17,18,19,.2); pointer-events: none; transform: skewX(-18deg); }
  #evol-desktop-topbar .evol-dt-nav__item { position: relative; z-index: 1; isolation: isolate; display: flex; align-items: center; justify-content: center; gap: 6px; height: 42px; padding: 0 clamp(13px,1.15vw,21px); border: 0; border-radius: 0; background: transparent !important; color: var(--evol-ink) !important; -webkit-text-fill-color: var(--evol-ink) !important; opacity: 1 !important; font-family: "EvolSNASM", sans-serif !important; font-size: clamp(12.5px,.82vw,14.5px) !important; font-weight: 700 !important; line-height: 1 !important; letter-spacing: .045em; text-transform: uppercase; white-space: nowrap; cursor: pointer; transition: color 190ms ease, transform 190ms var(--evol-ease); }
  .evol-dt-nav__item::before { position: relative; z-index: 2; width: 2px; height: 17px; flex: 0 0 auto; background: var(--evol-ink); content: ""; opacity: 0; transform: skewX(-18deg) scaleY(.55); transition: opacity 180ms ease, transform 220ms var(--evol-ease); }
  .evol-dt-nav__item::after { position: absolute; z-index: 0; inset: 3px 1px; background: var(--evol-ink); content: ""; opacity: 0; clip-path: polygon(11.7px 0,100% 0,calc(100% - 11.7px) 100%,0 100%); transform: scaleX(.88); transition: opacity 160ms ease, transform 260ms var(--evol-ease); }
  #evol-desktop-topbar .evol-dt-nav__label, #evol-desktop-topbar .evol-dt-nav__item > svg { position: relative; z-index: 2; color: inherit !important; -webkit-text-fill-color: inherit !important; }
  .evol-dt-nav__item.is-current::before { opacity: 1; transform: skewX(-18deg) scaleY(1); }
  #evol-desktop-topbar .evol-dt-nav__item:hover, #evol-desktop-topbar .evol-dt-nav__item:focus-visible, #evol-desktop-topbar .evol-dt-nav__item[aria-expanded="true"] { color: var(--evol-yellow) !important; -webkit-text-fill-color: var(--evol-yellow) !important; background: transparent !important; opacity: 1 !important; }
  #evol-desktop-topbar .evol-dt-nav__item:hover::before, #evol-desktop-topbar .evol-dt-nav__item:focus-visible::before, #evol-desktop-topbar .evol-dt-nav__item[aria-expanded="true"]::before { background: var(--evol-yellow) !important; opacity: .92; transform: skewX(-18deg) scaleY(.78); }
  #evol-desktop-topbar .evol-dt-nav__item:hover::after, #evol-desktop-topbar .evol-dt-nav__item:focus-visible::after, #evol-desktop-topbar .evol-dt-nav__item[aria-expanded="true"]::after { opacity: 1; transform: scaleX(1); }
  .evol-dt-nav__item svg { width: 11px; height: 11px; fill: none; stroke: currentColor; stroke-width: 1.5; transition: transform 180ms ease; }
  .evol-dt-nav__item[aria-expanded="true"] svg { transform: rotate(180deg); }

  .evol-dt-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
  #evol-desktop-topbar .evol-dt-icon { position: relative; display: inline-grid; place-items: center; width: 46px; height: 46px; min-width: 46px; min-height: 46px; flex: 0 0 46px; padding: 0 !important; border: 1px solid rgba(17,18,19,.22); border-radius: 50% !important; background: rgba(255,255,255,.18); line-height: 1 !important; cursor: pointer; transition: color 180ms ease, background 180ms ease, border-color 180ms ease, transform 180ms ease; }
  #evol-desktop-topbar .evol-dt-icon:hover, #evol-desktop-topbar .evol-dt-icon:focus-visible { color: var(--evol-yellow) !important; -webkit-text-fill-color: var(--evol-yellow) !important; border-color: var(--evol-ink) !important; background: var(--evol-ink) !important; transform: translateY(-1px); }
  #evol-desktop-topbar .evol-dt-icon[aria-expanded="true"] { color: var(--evol-yellow) !important; border-color: var(--evol-ink); background: var(--evol-ink); }
  #evol-desktop-topbar .evol-dt-icon.is-pulsing svg { animation: evol-cart-icon-pulse 420ms cubic-bezier(.2,.8,.2,1); transform-origin: center; }
  .evol-dt-icon svg { width: 21px; height: 21px; fill: none; stroke: currentColor; stroke-width: 1.9; stroke-linecap: round; stroke-linejoin: round; }
  .evol-dt-cart-count { position: absolute; top: -3px; right: -2px; display: grid; place-items: center; min-width: 19px; height: 19px; padding-inline: 5px; color: #fff; border: 2px solid var(--evol-yellow); border-radius: 99px; background: var(--evol-ink); font-size: 10px; font-weight: 800; }

  .evol-dt-search, .evol-dt-mega { position: absolute; top: 100%; right: 0; left: 0; visibility: hidden; opacity: 0; background: #fff; transform: translateY(-8px); pointer-events: none; transition: opacity 220ms ease, transform 260ms var(--evol-ease), visibility 220ms; }
  .evol-dt-search.is-open, .evol-dt-mega.is-open { visibility: visible; opacity: 1; transform: translateY(0); pointer-events: auto; }
  .evol-dt-search { max-height: calc(100vh - 118px); overflow: auto; border-top: 1px solid var(--evol-line); box-shadow: 0 26px 54px rgba(0,0,0,.14); }
  .evol-dt-search__form, .evol-dt-mega__inner, .evol-dt-search__meta, .evol-dt-search__grid, .evol-dt-search__all { width: min(calc(100% - 48px),1540px); margin-inline: auto; }
  .evol-dt-search__form { display: grid; grid-template-columns: auto minmax(0,1fr) auto; align-items: center; gap: 20px; min-height: 116px; }
  .evol-dt-search__form label { font: 700 21px/1 "EvolSNASM", sans-serif; }
  .evol-dt-search__form input { width: 100%; height: 58px; padding: 0 22px; border: 1px solid #d7d7d2; border-radius: 4px; outline: 0; background: #f6f6f3; color: var(--evol-ink); font-size: 17px; }
  .evol-dt-search__form input:focus { border-color: var(--evol-ink); box-shadow: 0 0 0 3px rgba(255,212,0,.42); }
  .evol-dt-search__form button { min-height: 44px; padding: 0 14px; border: 0; background: transparent; font-size: 12px; font-weight: 800; cursor: pointer; }
  .evol-dt-search__results { padding: 0 0 28px; border-top: 1px solid var(--evol-line); }
  .evol-dt-search__meta { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 54px; color: #747579; font-size: 10px; font-weight: 820; letter-spacing: .14em; text-transform: uppercase; }
  .evol-dt-search__meta strong { display: inline-flex; align-items: center; gap: 10px; color: var(--evol-ink); }
  .evol-dt-search__meta strong::before { width: 24px; height: 3px; background: var(--evol-yellow); content: ""; }
  .evol-dt-search__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); border-top: 1px solid var(--evol-line); border-bottom: 1px solid var(--evol-line); }
  .evol-dt-search__group { min-width: 0; padding: 20px clamp(22px,2.4vw,38px) 12px; }
  .evol-dt-search__group + .evol-dt-search__group { border-left: 1px solid var(--evol-line); }
  .evol-dt-search__group:only-child { grid-column: 1/-1; }
  .evol-dt-search__group:only-child .evol-dt-search__list { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); column-gap: clamp(34px,5vw,82px); }
  .evol-dt-search__group h2 { margin: 0 0 7px; color: #77787b; font-size: 9px; font-weight: 850; letter-spacing: .16em; text-transform: uppercase; }
  .evol-dt-search__result { display: grid; grid-template-columns: 3px minmax(0,1fr) auto auto; align-items: center; gap: 14px; min-height: 68px; border-top: 1px solid rgba(17,18,19,.09); transition: color 180ms ease, transform 220ms var(--evol-ease); }
  .evol-dt-search__result:first-child, .evol-dt-search__group:only-child .evol-dt-search__result:nth-child(2) { border-top-color: transparent; }
  .evol-dt-search__mark { width: 3px; height: 28px; background: var(--evol-yellow); transform: skewX(-18deg) scaleY(.55); transition: transform 220ms var(--evol-ease); }
  .evol-dt-search__copy { display: grid; min-width: 0; gap: 4px; }
  .evol-dt-search__title { overflow: hidden; font: 700 clamp(16px,1.15vw,20px)/1.05 "EvolSNASM",sans-serif; letter-spacing: .015em; text-overflow: ellipsis; white-space: nowrap; }
  .evol-dt-search__type { color: #77787b; font-size: 10px; font-weight: 720; letter-spacing: .055em; }
  .evol-dt-search__badge { padding: 7px 12px 6px; color: var(--evol-yellow); background: var(--evol-ink); clip-path: polygon(7px 0,100% 0,calc(100% - 7px) 100%,0 100%); font-size: 8px; font-weight: 880; letter-spacing: .1em; text-transform: uppercase; white-space: nowrap; }
  .evol-dt-search__arrow { color: #898a8c; font-size: 17px; transition: transform 180ms ease; }
  .evol-dt-search__result:hover, .evol-dt-search__result:focus-visible { color: #8a6c00; transform: translateX(3px); }
  .evol-dt-search__result:hover .evol-dt-search__mark { transform: skewX(-18deg) scaleY(1); }
  .evol-dt-search__result:hover .evol-dt-search__arrow { transform: translateX(3px); }
  .evol-dt-search__empty { grid-column: 1/-1; margin: 0; padding: 34px clamp(22px,2.4vw,38px); color: #67686b; font-size: 14px; }
  .evol-dt-search__all { display: flex; align-items: center; justify-content: space-between; min-height: 54px; padding-top: 18px; color: var(--evol-ink); font-size: 11px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }
  .evol-dt-search__all span:last-child { color: #947500; font-size: 17px; }

  .evol-dt-mega { max-height: calc(100vh - 118px); overflow: auto; border-top: 1px solid var(--evol-line); box-shadow: 0 26px 54px rgba(0,0,0,.14); }
  .evol-dt-mega__inner { display: grid; grid-template-columns: minmax(280px,1.05fr) minmax(0,3fr); gap: clamp(34px,3.2vw,58px); padding-block: 34px 38px; }
  .evol-dt-mega__feature { min-height: 182px; padding: 26px; color: #fff; background: var(--evol-ink); }
  .evol-dt-mega__feature.is-carousel { color: var(--evol-ink); border: 1px solid #e4e4df; background: #fff; }
  .evol-dt-mega__feature.is-carousel .evol-dt-carousel__viewport { background: transparent; }
  .evol-dt-mega__feature.is-carousel .evol-dt-carousel__head, .evol-dt-mega__feature.is-carousel .evol-dt-carousel__caption span { color: #626366; }
  #evolDesktopMegaFeatureCopy[hidden], #evolDesktopCarousel[hidden] { display: none; }
  .evol-dt-mega__eyebrow { display: inline-flex; align-items: center; gap: 8px; margin: 0 0 18px; color: #d1d1cd; font-size: 10px; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
  .evol-dt-mega__eyebrow::before { width: 22px; height: 3px; content: ""; background: var(--evol-yellow); }
  .evol-dt-mega__feature h2 { max-width: 360px; margin: 0 0 22px; color: inherit; font: 700 clamp(25px,2vw,35px)/1.02 "EvolSNASM",sans-serif; letter-spacing: -.035em; }
  .evol-dt-mega__cta { display: inline-flex; align-items: center; gap: 10px; color: var(--evol-yellow) !important; font-size: 12px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
  .evol-dt-mega__content { display: grid; min-width: 0; align-content: start; }
  .evol-dt-mega__columns { display: grid; grid-template-columns: repeat(var(--evol-column-count,3),minmax(0,1fr)); align-items: start; gap: clamp(28px,3vw,52px); min-width: 0; }
  .evol-dt-mega__columns.is-single { grid-template-columns: minmax(280px,430px); }
  .evol-dt-mega__column h3 { margin: 4px 0 20px; color: #8b8c8f; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
  .evol-dt-mega__column > a, .evol-dt-mega__placeholder { display: flex; align-items: center; justify-content: space-between; min-height: 39px; border-bottom: 1px solid #e8e8e3; font-size: 14px; font-weight: 650; }
  .evol-dt-mega__column > a::after { content: "↗"; color: #a1a1a1; font-size: 13px; }
  .evol-dt-mega__column > a:hover { color: #000; border-color: var(--evol-yellow); }
  .evol-dt-mega__brand { display: inline-flex !important; width: fit-content; min-height: 48px !important; margin: 0 0 12px; padding: 2px 12px 8px 0; border-bottom: 2px solid transparent !important; }
  .evol-dt-mega__brand::after { content: none !important; }
  .evol-dt-mega__brand:hover { border-color: var(--evol-yellow) !important; transform: translateY(-2px); }
  .evol-dt-mega__brand img { display: block; width: auto; max-width: 132px; height: 38px; object-fit: contain; object-position: left center; }
  .evol-dt-mega__placeholder { color: #7a7b7d; }
  .evol-dt-mega__placeholder::after { content: "In arrivo"; color: #a1a1a1; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .evol-dt-mega__more-control { display: flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 58px; margin-top: 20px; padding-top: 12px; border-top: 1px solid #deded8; }
  .evol-dt-mega__more-control[hidden], .evol-dt-mega__more[hidden] { display: none; }
  .evol-dt-mega__more-title { display: inline-flex; align-items: center; gap: 10px; font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
  .evol-dt-mega__more-title::before { width: 24px; height: 3px; background: var(--evol-yellow); content: ""; }
  .evol-dt-mega__more-actions { display: flex; align-items: center; justify-content: flex-end; gap: 18px; }
  #evol-desktop-topbar .evol-dt-mega__view-all { display: inline-flex; align-items: center; gap: 8px; min-height: 34px; padding: 0 15px; color: var(--evol-yellow) !important; background: var(--evol-ink); clip-path: polygon(7px 0,100% 0,calc(100% - 7px) 100%,0 100%); font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; transition: color 180ms ease,background 180ms ease,transform 180ms ease; }
  #evol-desktop-topbar .evol-dt-mega__view-all:hover, #evol-desktop-topbar .evol-dt-mega__view-all:focus-visible { color: var(--evol-ink) !important; background: var(--evol-yellow); transform: translateY(-1px); }
  .evol-dt-mega__more-control button { display: inline-flex; align-items: center; justify-content: flex-end; gap: 9px; min-height: 38px; padding: 0; border: 0; background: transparent; color: var(--evol-ink); font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }
  .evol-dt-mega__expand-label { min-width: 48px; font-size: 9px; font-weight: 750; letter-spacing: .045em; text-align: right; text-transform: none; }
  .evol-dt-mega__more-control svg { width: 16px; height: 16px; fill: none; stroke: currentColor; stroke-width: 1.6; transition: transform 280ms ease; }
  .evol-dt-mega__more-control button:hover, .evol-dt-mega__more-control button:focus-visible { color: #8b6e00; }
  .evol-dt-mega__more-control button[aria-expanded="true"] svg { transform: rotate(180deg); }
  .evol-dt-mega__more { display: grid; grid-template-rows: 0fr; opacity: 0; transition: grid-template-rows 360ms var(--evol-ease),opacity 240ms ease,margin-top 360ms var(--evol-ease); }
  .evol-dt-mega__more.is-open { grid-template-rows: 1fr; margin-top: 12px; opacity: 1; }
  .evol-dt-mega__more > div { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 10px; min-height: 0; overflow: hidden; }
  .evol-dt-mega__model { position: relative; display: grid; align-content: center; min-height: 74px; padding: 13px 38px 13px 15px; border: 1px solid #e0e0db; background: #f6f6f3; transition: color 180ms ease,background 180ms ease,transform 220ms ease; }
  .evol-dt-mega__model strong { font: 700 16px/1 "EvolSNASM",sans-serif; }
  .evol-dt-mega__model small { margin-top: 7px; color: #77787a; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
  .evol-dt-mega__model::after { position: absolute; top: 50%; right: 15px; content: "↗"; color: #9a9b9d; transform: translateY(-50%); }
  .evol-dt-mega__model:hover { color: var(--evol-yellow) !important; border-color: var(--evol-ink); background: var(--evol-ink); transform: translateY(-2px); }
  .evol-dt-mega__model:hover small, .evol-dt-mega__model:hover::after { color: #fff; }

  .evol-dt-carousel { display: grid; grid-template-rows: auto minmax(220px,1fr) auto; gap: 14px; min-height: 350px; }
  .evol-dt-carousel__head, .evol-dt-carousel__caption { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: #626366; font-size: 9px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
  .evol-dt-carousel__kicker { display: inline-flex; align-items: center; gap: 9px; }
  .evol-dt-carousel__kicker::before { width: 22px; height: 3px; background: var(--evol-yellow); content: ""; }
  .evol-dt-carousel__viewport { position: relative; min-width: 0; overflow: hidden; cursor: grab; touch-action: pan-y; }
  .evol-dt-carousel__track { display: flex; height: 100%; transition: transform 520ms var(--evol-ease); will-change: transform; }
  .evol-dt-carousel__slide { display: grid; flex: 0 0 100%; place-items: center; min-width: 0; padding: 12px 20px; overflow: hidden; }
  .evol-dt-carousel__slide img { display: block; width: 100%; height: 100%; max-height: 240px; object-fit: contain; filter: drop-shadow(0 13px 15px rgba(0,0,0,.13)); user-select: none; -webkit-user-drag: none; }
  .evol-dt-carousel__slide.is-opaque img { filter: none; }
  .evol-dt-carousel__arrow { position: absolute; z-index: 2; top: 50%; display: grid; place-items: center; width: 30px; height: 30px; padding: 0; border: 0; background: transparent; box-shadow: none; opacity: .72; transform: translateY(-50%); cursor: pointer; }
  .evol-dt-carousel__arrow.is-prev { left: 6px; }
  .evol-dt-carousel__arrow.is-next { right: 6px; }
  .evol-dt-carousel__arrow:hover { opacity: 1; transform: translateY(-50%) scale(1.12); }
  .evol-dt-carousel__arrow svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 1.7; }
  .evol-dt-carousel__caption strong { min-width: 0; overflow: hidden; color: var(--evol-ink); font: 700 clamp(19px,1.5vw,24px)/1 "EvolSNASM",sans-serif; text-overflow: ellipsis; white-space: nowrap; }
  .evol-dt-carousel__caption span { flex: 0 0 auto; }
  .evol-dt-carousel__link { display: inline-flex; align-items: center; gap: 9px; color: var(--evol-ink) !important; font-size: 10px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
  .evol-dt-carousel__link span { color: #a27f00; }
}

@keyframes evol-cart-icon-pulse {
  0% { transform: translateY(0) rotate(0) scale(1); }
  38% { transform: translateY(-3px) rotate(-7deg) scale(1.08); }
  100% { transform: translateY(0) rotate(0) scale(1); }
}

@media (min-width: 1281px) {
  body.evol-dt-cart-open { overflow: hidden; }

  .evol-dt-cart-backdrop {
    position: fixed;
    z-index: 10020;
    inset: 0;
    display: block;
    visibility: hidden;
    opacity: 0;
    background: rgba(17,18,19,.56);
    backdrop-filter: blur(3px);
    pointer-events: none;
    transition: opacity 340ms ease, visibility 340ms ease;
  }
  .evol-dt-cart-backdrop.is-open { visibility: visible; opacity: 1; pointer-events: auto; }

  .evol-dt-cart {
    --evol-yellow: #ffd400;
    --evol-ink: #111213;
    position: fixed;
    z-index: 10030;
    top: 0;
    right: 0;
    bottom: 0;
    display: grid;
    grid-template-rows: auto minmax(0,1fr);
    width: 50vw;
    min-width: 0;
    visibility: hidden;
    color: var(--evol-ink);
    background: var(--evol-yellow);
    box-shadow: -32px 0 80px rgba(0,0,0,.22);
    font-family: Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
    -webkit-font-smoothing: antialiased;
    transform: translate3d(104%,0,0);
    transition: transform 800ms cubic-bezier(.2,1,.3,1), visibility 800ms ease;
    will-change: transform;
  }
  .evol-dt-cart,
  .evol-dt-cart * { box-sizing: border-box; }
  .evol-dt-cart a { color: inherit; text-decoration: none; }
  .evol-dt-cart.is-open { visibility: visible; transform: translate3d(0,0,0); }

  .evol-dt-cart__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    padding: clamp(26px,4vh,48px) clamp(26px,5vw,82px) clamp(22px,3vh,36px);
    border-bottom: 1px solid rgba(17,18,19,.14);
  }
  .evol-dt-cart__header h2 {
    margin: 0;
    color: var(--evol-ink);
    font-family: "EvolSNASM",sans-serif !important;
    font-size: clamp(34px,2.5vw,44px) !important;
    font-weight: 400 !important;
    line-height: .95 !important;
    letter-spacing: -.045em;
  }
  #evolDesktopCartDrawer #evolDesktopCartClose {
    display: grid !important;
    place-items: center;
    width: 52px !important;
    height: 52px !important;
    min-width: 52px !important;
    min-height: 52px !important;
    flex: 0 0 52px;
    padding: 0 !important;
    border: 1px solid rgba(17,18,19,.14) !important;
    border-radius: 50% !important;
    background: rgba(17,18,19,.06) !important;
    color: var(--evol-ink) !important;
    line-height: 1 !important;
    cursor: pointer;
    transition: color 180ms ease,background 180ms ease,transform 180ms ease;
  }
  #evolDesktopCartDrawer #evolDesktopCartClose:hover,
  #evolDesktopCartDrawer #evolDesktopCartClose:focus-visible { color: var(--evol-yellow) !important; -webkit-text-fill-color: var(--evol-yellow) !important; border-color: var(--evol-ink) !important; background: var(--evol-ink) !important; transform: rotate(4deg); }
  .evol-dt-cart__close svg { display: block; width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; }
  .evol-dt-cart__close-line { stroke-dasharray: 18; stroke-dashoffset: 18; transform-box: fill-box; transform-origin: center; transition: stroke-dashoffset 260ms ease; }
  .evol-dt-cart.is-open .evol-dt-cart__close-line { stroke-dashoffset: 0; transition-delay: 390ms; }
  .evol-dt-cart.is-open .evol-dt-cart__close-line + .evol-dt-cart__close-line { transition-delay: 455ms; }

  .evol-dt-cart__content { display: grid; grid-template-rows: minmax(0,1fr) auto; min-height: 0; overflow: hidden; }
  .evol-dt-cart__items { min-height: 0; overflow-y: auto; overscroll-behavior: contain; padding: clamp(28px,4vh,54px) clamp(26px,5vw,82px) 34px; }
  .evol-dt-cart__item {
    display: grid;
    grid-template-columns: minmax(118px,150px) minmax(0,1fr) auto;
    align-items: center;
    gap: clamp(22px,3vw,48px);
    padding: 0 0 30px;
  }
  .evol-dt-cart__item + .evol-dt-cart__item { padding-top: 30px; border-top: 1px solid rgba(17,18,19,.12); }
  .evol-dt-cart__thumb {
    display: grid;
    place-items: center;
    width: 100%;
    min-height: 92px;
    padding: 16px;
    border: 1px solid rgba(17,18,19,.12);
    background: rgba(255,255,255,.18);
  }
  .evol-dt-cart__thumb img { display: block; width: 100% !important; height: 88px !important; margin: 0 !important; object-fit: contain; mix-blend-mode: multiply; }
  .evol-dt-cart__copy { display: grid; min-width: 0; gap: 10px; }
  .evol-dt-cart__name { color: var(--evol-ink) !important; -webkit-text-fill-color: var(--evol-ink) !important; font-size: clamp(23px,1.9vw,31px); font-weight: 400; line-height: 1.03; letter-spacing: -.035em; }
  .evol-dt-cart__name:hover, .evol-dt-cart__name:focus-visible { color: var(--evol-ink) !important; -webkit-text-fill-color: var(--evol-ink) !important; opacity: .72; }
  .evol-dt-cart__quantity { color: rgba(17,18,19,.66); font-size: 12px; font-weight: 750; line-height: 1.2; letter-spacing: .1em; text-transform: uppercase; }
  .evol-dt-cart__price { display: grid; justify-items: end; gap: 8px; text-align: right; white-space: nowrap; }
  .evol-dt-cart__price strong { color: var(--evol-ink); font-size: clamp(22px,1.65vw,27px); font-weight: 520; line-height: 1; }
  #evolDesktopCartDrawer .evol-dt-cart__remove { position: static; display: inline-block; width: auto; min-width: 0; height: auto; min-height: 28px; margin: 0; padding: 0; border: 0; border-radius: 0; background: transparent !important; color: var(--evol-ink) !important; -webkit-text-fill-color: var(--evol-ink) !important; font-family: inherit !important; font-size: 13px !important; font-weight: 400; line-height: 28px !important; text-decoration: underline !important; text-underline-offset: 4px; opacity: 1 !important; }
  #evolDesktopCartDrawer .evol-dt-cart__remove::before, #evolDesktopCartDrawer .evol-dt-cart__remove::after { content: none !important; }
  #evolDesktopCartDrawer .evol-dt-cart__remove:hover, #evolDesktopCartDrawer .evol-dt-cart__remove:focus-visible { color: var(--evol-ink) !important; -webkit-text-fill-color: var(--evol-ink) !important; background: transparent !important; opacity: .65 !important; }
  .evol-dt-cart__empty { display: grid; place-items: center; align-content: center; min-height: 100%; gap: 20px; text-align: center; }
  .evol-dt-cart__empty strong { font: 400 clamp(27px,2.2vw,38px)/1 "EvolSNASM",sans-serif; }
  .evol-dt-cart__empty a { display: inline-flex; gap: 10px; font-size: 12px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; }

  .evol-dt-cart__footer { padding: 24px clamp(26px,5vw,82px) max(28px,env(safe-area-inset-bottom)); border-top: 1px solid rgba(17,18,19,.15); background: var(--evol-yellow); }
  .evol-dt-cart__subtotal { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 22px; font-size: clamp(18px,1.35vw,22px); line-height: 1.2; }
  .evol-dt-cart__subtotal strong { color: var(--evol-ink); font-weight: 600; }
  .evol-dt-cart__actions { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 14px; }
  #evolDesktopCartDrawer .evol-dt-cart__actions a { display: inline-flex; align-items: center; justify-content: center; min-height: 58px; padding: 0 22px; border: 1px solid var(--evol-ink) !important; border-radius: 3px !important; background: var(--evol-ink) !important; color: #fff !important; -webkit-text-fill-color: #fff !important; font-size: clamp(13px,.95vw,15px); font-weight: 720; line-height: 1.15; text-align: center; opacity: 1 !important; transition: color 180ms ease,background 180ms ease,transform 180ms ease; }
  #evolDesktopCartDrawer .evol-dt-cart__actions a:hover,
  #evolDesktopCartDrawer .evol-dt-cart__actions a:focus-visible { color: var(--evol-ink) !important; -webkit-text-fill-color: var(--evol-ink) !important; border-color: var(--evol-ink) !important; background: #fff !important; opacity: 1 !important; transform: translateY(-1px); }
  .evol-dt-cart :focus-visible { outline: 3px solid var(--evol-ink); outline-offset: 3px; }
}

@media (min-width: 1281px) and (max-width: 1600px) {
  .evol-dt-main__inner { gap: 20px; }
  .evol-dt-nav { padding-inline: 20px; }
  #evol-desktop-topbar .evol-dt-nav__item { padding-inline: clamp(7px,.65vw,12px); font-size: clamp(11px,.76vw,12.5px) !important; }
}

@media (min-width: 1281px) and (max-width: 1400px) {
  .evol-dt-main__inner { gap: 12px; }
  .evol-dt-nav { padding-inline: 14px; }
  #evol-desktop-topbar .evol-dt-nav__item { gap: 4px; padding-inline: clamp(6px,.48vw,8px); font-size: clamp(10.5px,.78vw,11.5px) !important; }
  .evol-dt-nav__separator { margin-inline: 0; }
  .evol-dt-actions { gap: 5px; }
  #evol-desktop-topbar .evol-dt-icon { width: 42px; height: 42px; min-width: 42px; min-height: 42px; flex-basis: 42px; }
}

@media (min-width: 1281px) and (max-width: 1340px) {
  .evol-dt-utility__inner, .evol-dt-main__inner { width: calc(100% - 28px); }
  .evol-dt-main__inner { grid-template-columns: 64px minmax(0,1fr) auto; gap: 8px; }
  .evol-dt-brand, .evol-dt-brand img { width: 62px; height: 62px; }
  .evol-dt-nav { padding-inline: 11px; }
  #evol-desktop-topbar .evol-dt-nav__item { gap: 3px; padding-inline: 5px; font-size: 10px !important; letter-spacing: .035em; }
  .evol-dt-nav__item svg { width: 9px; height: 9px; }
  .evol-dt-actions { gap: 4px; }
  #evol-desktop-topbar .evol-dt-icon { width: 40px; height: 40px; min-width: 40px; min-height: 40px; flex-basis: 40px; }
}

@media (prefers-reduced-motion: reduce) {
  .evol-dt-nav__scan::after { animation: none !important; opacity: 0 !important; }
  #evol-desktop-topbar *, #evol-desktop-topbar *::before, #evol-desktop-topbar *::after { transition-duration: .01ms !important; }
  .evol-dt-cart, .evol-dt-cart-backdrop, .evol-dt-cart * { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
