.tonny-set-shortcuts {
  --tc-bg: #171612;
  --tc-accent: #d4af37;
  --tc-text: #ffffff;
  --tc-muted: #d5d5d5;
  --tc-radius: 28px;
  --tc-pad-desktop: 66px 0 66px 0;
  --tc-pad-tablet: 54px 0 54px 0;
  --tc-pad-mobile: 44px 0 44px 0;
  --tc-gap-desktop: 18px;
  --tc-gap-tablet: 14px;
  --tc-gap-mobile: 12px;
  --tc-slides-desktop: 5;
  --tc-slides-tablet: 3;
  --tc-slides-mobile: 1.5;
  --tc-card-height-desktop: 410px;
  --tc-card-height-tablet: 390px;
  --tc-card-height-mobile: 350px;
  --tc-heading-size-desktop: 72px;
  --tc-heading-size-tablet: 58px;
  --tc-heading-size-mobile: 44px;
  --tc-image-width-desktop: 90%;
  --tc-image-width-tablet: 91%;
  --tc-image-width-mobile: 92%;
  --tc-content-height-desktop: 122px;
  --tc-content-height-tablet: 118px;
  --tc-content-height-mobile: 114px;
  --tc-card-title-size-desktop: 25px;
  --tc-card-title-size-tablet: 24px;
  --tc-card-title-size-mobile: 22px;
  position: relative;
  background: var(--tc-bg);
  color: var(--tc-text);
  padding: var(--tc-pad-desktop);
  overflow: hidden;
}

.tonny-set-shortcuts * { box-sizing: border-box; }
.tonny-set-shortcuts a { color: inherit; text-decoration: none; }

.tonny-set-shortcuts__inner {
  width: min(100% - 40px, 1440px);
  margin: 0 auto;
}

.tonny-set-shortcuts__heading {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.9fr);
  gap: 40px;
  align-items: start;
  margin-bottom: 34px;
}

.tonny-set-shortcuts__heading--desktop-stack {
  grid-template-columns: 1fr;
}

.tonny-set-shortcuts__heading-copy span {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--tc-accent);
}

.tonny-set-shortcuts__heading-copy span::before {
  content: "";
  width: 34px;
  height: 3px;
  border-radius: 999px;
  background: var(--tc-accent);
}

.tonny-set-shortcuts__heading h2 {
  margin: 0;
  font-size: var(--tc-heading-size-desktop);
  line-height: 0.95;
  letter-spacing: -0.05em;
  font-weight: 800;
}

.tonny-set-shortcuts__heading p {
  margin: 10px 0 0;
  max-width: 700px;
  font-size: 1.15rem;
  line-height: 1.55;
  color: var(--tc-muted);
}

.tonny-set-shortcuts__carousel { position: relative; }

.tonny-set-shortcuts__carousel-controls {
  position: absolute;
  right: 0;
  top: -68px;
  z-index: 20;
  display: flex;
  gap: 12px;
}

.tonny-set-shortcuts__carousel-controls button {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  background: rgba(14,14,15,0.88);
  color: #fff;
  font-size: 1.45rem;
  cursor: pointer;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
}

.tonny-set-shortcuts__carousel-controls button:hover {
  transform: translateY(-2px);
  background: rgba(24,24,25,0.95);
  border-color: rgba(255,255,255,0.22);
}

.tonny-set-shortcuts__carousel-controls button:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

.tonny-set-shortcuts__viewport {
  overflow: hidden;
  touch-action: pan-y;
}

.tonny-set-shortcuts__track {
  display: flex;
  gap: var(--tc-gap-desktop);
  will-change: transform;
  transition: transform 0.45s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.tonny-set-shortcuts__card {
  position: relative;
  flex: 0 0 calc((100% - (var(--tc-slides-desktop) - 1) * var(--tc-gap-desktop)) / var(--tc-slides-desktop));
  min-width: 0;
  height: var(--tc-card-height-desktop);
  border-radius: var(--tc-radius);
  overflow: hidden;
  isolation: isolate;
  background: #070707;
  border: 1px solid rgba(212,175,55,0.24);
  box-shadow: 0 18px 45px rgba(0,0,0,0.28);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.tonny-set-shortcuts__card:hover {
  transform: translateY(-3px);
  border-color: color-mix(in srgb, var(--tc-card-accent) 55%, transparent);
  box-shadow: 0 22px 52px rgba(0,0,0,0.34);
}

.tonny-set-shortcuts__card.is-clickable {
  cursor: pointer;
}

.tonny-set-shortcuts__card.is-clickable:focus-visible {
  outline: 3px solid var(--tc-card-accent, var(--tc-accent));
  outline-offset: 4px;
}

.tonny-set-shortcuts__media-zone {
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  top: 0;
  bottom: var(--tc-content-height-desktop);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: #0a0a0a;
}

.tonny-set-shortcuts__blur-bg {
  position: absolute;
  inset: -10%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: var(--tc-image-pos-d);
  filter: blur(var(--tc-blur-amount)) saturate(1.06);
  transform: scale(1.16);
  opacity: var(--tc-blur-opacity);
}

.tonny-set-shortcuts__media-frame {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--tc-image-width-desktop);
  height: 92%;
  max-width: 100%;
  max-height: 100%;
  border-radius: 22px;
  overflow: hidden;
  transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.tonny-set-shortcuts__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: var(--tc-image-fit);
  object-position: var(--tc-image-pos-d);
  transform: scale(var(--tc-image-scale));
  filter: drop-shadow(0 14px 28px rgba(0,0,0,0.38));
  transition: transform 0.25s ease;
}

.tonny-set-shortcuts__overlay {
  position: absolute;
  z-index: 3;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,calc(var(--tc-overlay) * 0.42)) 0%, rgba(0,0,0,0.02) 40%, rgba(0,0,0,0.1) 100%);
  pointer-events: none;
}

.tonny-set-shortcuts__card--frame-always .tonny-set-shortcuts__media-frame {
  border: 2px solid color-mix(in srgb, var(--tc-card-accent) 78%, white 8%);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08) inset, 0 12px 34px rgba(0,0,0,0.24);
}

.tonny-set-shortcuts__card--frame-hover .tonny-set-shortcuts__media-frame {
  border: 2px solid transparent;
}

.tonny-set-shortcuts__card--frame-hover:hover .tonny-set-shortcuts__media-frame {
  border-color: color-mix(in srgb, var(--tc-card-accent) 78%, white 8%);
  box-shadow: 0 0 0 1px rgba(255,255,255,0.08) inset, 0 12px 34px rgba(0,0,0,0.24);
}

.tonny-set-shortcuts__card--frame-none .tonny-set-shortcuts__media-frame {
  border: 0;
  box-shadow: none;
}


.tonny-set-shortcuts__top-copy {
  position: absolute;
  z-index: 8;
  left: 14px;
  top: 12px;
  right: 14px;
  font-size: 0.90rem;
  line-height: 1.18;
  font-weight: 500;
  color: rgba(255,255,255,0.95);
  text-shadow: 0 4px 18px rgba(0,0,0,0.48);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.tonny-set-shortcuts__content {
  position: absolute;
  z-index: 6;
  left: 0;
  right: 0;
  bottom: 0;
  height: var(--tc-content-height-desktop);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  pointer-events: none;
}

.tonny-set-shortcuts__content::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--tc-card-image, none);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: var(--tc-image-pos-d);
  filter: blur(calc(var(--tc-blur-amount) * 0.45)) saturate(1.06);
  transform: scale(1.18);
  opacity: 0.26;
}

.tonny-set-shortcuts__content::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(8,8,8,0.10) 0%, rgba(6,6,6,0.72) 26%, rgba(3,3,3,0.96) 100%);
}

.tonny-set-shortcuts__upper-copy,
.tonny-set-shortcuts__lower-copy {
  position: relative;
  z-index: 2;
}

.tonny-set-shortcuts__upper-copy {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 18px 24px 0;
}

.tonny-set-shortcuts__upper-copy small {
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.18em;
  line-height: 1.35;
  text-transform: uppercase;
  color: var(--tc-accent);
}

.tonny-set-shortcuts__upper-copy strong {
  display: block;
  font-size: 1.45rem;
  line-height: 1.05;
  font-weight: 800;
  color: var(--tc-text);
}

.tonny-set-shortcuts__upper-copy em {
  display: block;
  font-style: normal;
  font-size: 0.92rem;
  line-height: 1.35;
  color: var(--tc-muted);
}

.tonny-set-shortcuts__lower-copy {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
  height: 100%;
  padding: 18px 24px 22px;
}

.tonny-set-shortcuts__lower-copy small {
  display: block;
  font-size: 0.86rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  line-height: 1.3;
  text-transform: uppercase;
  color: var(--tc-card-accent);
  white-space: normal;
}

.tonny-set-shortcuts__lower-copy strong {
  display: block;
  font-size: var(--tc-card-title-size-desktop);
  line-height: 1.06;
  font-weight: 800;
  color: var(--tc-text);
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}

.tonny-set-shortcuts__upper-copy small,
.tonny-set-shortcuts__upper-copy strong,
.tonny-set-shortcuts__upper-copy em,
.tonny-set-shortcuts__lower-copy small,
.tonny-set-shortcuts__lower-copy strong {
  text-shadow: 0 4px 18px rgba(0,0,0,0.45);
}

.tonny-set-shortcuts__card--content-none .tonny-set-shortcuts__content {
  display: none;
}

.tonny-set-shortcuts__card--content-none .tonny-set-shortcuts__media-zone {
  bottom: 0;
}

.tonny-set-shortcuts__card--content-full .tonny-set-shortcuts__content {
  justify-content: space-between;
}

.tonny-set-shortcuts__card--content-full .tonny-set-shortcuts__lower-copy {
  height: auto;
  padding-top: 8px;
}

.tonny-set-shortcuts__dots {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}

.tonny-set-shortcuts__dots button {
  width: 9px;
  height: 9px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255,255,255,0.28);
  cursor: pointer;
}

.tonny-set-shortcuts__dots button.is-active {
  width: 28px;
  border-radius: 999px;
  background: var(--tc-accent);
}

@media (max-width: 1180px) {
  .tonny-set-shortcuts {
    padding: var(--tc-pad-tablet);
  }

  .tonny-set-shortcuts__inner {
    width: min(100% - 32px, 1440px);
  }

  .tonny-set-shortcuts__heading {
    grid-template-columns: 1fr;
    gap: 18px;
  }

  .tonny-set-shortcuts__heading--tablet-split {
    grid-template-columns: minmax(0, 1.05fr) minmax(280px, 0.95fr);
    gap: 26px;
  }

  .tonny-set-shortcuts__heading h2 {
    font-size: var(--tc-heading-size-tablet);
  }

  .tonny-set-shortcuts__track {
    gap: var(--tc-gap-tablet);
  }

  .tonny-set-shortcuts__card {
    flex-basis: calc((100% - (var(--tc-slides-tablet) - 1) * var(--tc-gap-tablet)) / var(--tc-slides-tablet));
    height: var(--tc-card-height-tablet);
  }

  .tonny-set-shortcuts__carousel-controls {
    top: -62px;
  }
  .tonny-set-shortcuts__top-copy {
    left: 13px;
    top: 11px;
    right: 13px;
    font-size: 0.86rem;
  }

  .tonny-set-shortcuts__media-zone {
    bottom: var(--tc-content-height-tablet);
  }

  .tonny-set-shortcuts__blur-bg {
    background-position: var(--tc-image-pos-t);
  }

  .tonny-set-shortcuts__media-frame {
    width: var(--tc-image-width-tablet);
    height: 92%;
  }

  .tonny-set-shortcuts__image {
    object-position: var(--tc-image-pos-t);
  }

  .tonny-set-shortcuts__content {
    height: var(--tc-content-height-tablet);
  }

  .tonny-set-shortcuts__content::before {
    background-position: var(--tc-image-pos-t);
  }

  .tonny-set-shortcuts__lower-copy {
    padding: 16px 20px 20px;
  }

  .tonny-set-shortcuts__lower-copy strong {
    font-size: var(--tc-card-title-size-tablet);
  }

  .tonny-set-shortcuts__card--content-none .tonny-set-shortcuts__media-zone {
    bottom: 0;
  }
}

@media (max-width: 767px) {
  .tonny-set-shortcuts {
    padding: var(--tc-pad-mobile);
  }

  .tonny-set-shortcuts__inner {
    width: min(100% - 24px, 1440px);
  }

  .tonny-set-shortcuts__heading,
  .tonny-set-shortcuts__heading--tablet-split {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-bottom: 26px;
  }

  .tonny-set-shortcuts__heading h2 {
    font-size: var(--tc-heading-size-mobile);
  }

  .tonny-set-shortcuts__heading p {
    font-size: 1rem;
  }

  .tonny-set-shortcuts__carousel-controls {
    position: static;
    justify-content: flex-end;
    margin: -6px 0 12px;
  }

  .tonny-set-shortcuts__carousel-controls button {
    width: 44px;
    height: 44px;
  }

  .tonny-set-shortcuts__track {
    gap: var(--tc-gap-mobile);
  }

  .tonny-set-shortcuts__card {
    flex-basis: calc((100% - (var(--tc-slides-mobile) - 1) * var(--tc-gap-mobile)) / var(--tc-slides-mobile));
    height: var(--tc-card-height-mobile);
    border-radius: min(var(--tc-radius), 24px);
  }

  .tonny-set-shortcuts__media-zone {
    bottom: var(--tc-content-height-mobile);
  }

  .tonny-set-shortcuts__blur-bg {
    background-position: var(--tc-image-pos-m);
  }

  .tonny-set-shortcuts__media-frame {
    width: var(--tc-image-width-mobile);
    height: 94%;
    border-radius: 18px;
  }

  .tonny-set-shortcuts__image {
    object-position: var(--tc-image-pos-m);
  }

  .tonny-set-shortcuts__top-copy {
    left: 12px;
    top: 10px;
    right: 12px;
    font-size: 0.82rem;
  }

  .tonny-set-shortcuts__content {
    height: var(--tc-content-height-mobile);
  }

  .tonny-set-shortcuts__content::before {
    background-position: var(--tc-image-pos-m);
  }

  .tonny-set-shortcuts__lower-copy {
    padding: 14px 16px 17px;
    gap: 6px;
  }

  .tonny-set-shortcuts__lower-copy small {
    font-size: 0.68rem;
    letter-spacing: 0.13em;
  }

  .tonny-set-shortcuts__lower-copy strong {
    font-size: var(--tc-card-title-size-mobile);
  }

  .tonny-set-shortcuts__card--content-none .tonny-set-shortcuts__media-zone {
    bottom: 0;
  }

  .tonny-set-shortcuts__dots {
    margin-top: 17px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .tonny-set-shortcuts__track,
  .tonny-set-shortcuts__card,
  .tonny-set-shortcuts__image,
  .tonny-set-shortcuts__media-frame {
    transition: none !important;
  }
}

/* Tonny light retail palette */
.tonny-set-shortcuts{--tc-bg:#F8F7F3;--tc-accent:#B98C14;--tc-muted:#494946;background:#F8F7F3}
.tonny-set-shortcuts__heading h2{color:#151515}
.tonny-set-shortcuts__heading p{color:#494946}
.tonny-set-shortcuts__carousel-controls button{background:#fff;color:#151515;border-color:#E2E0D9;box-shadow:0 8px 18px rgba(21,21,21,.10)}
.tonny-set-shortcuts__carousel-controls button:hover{background:#EFEEE8;border-color:#D8AE2F}
.tonny-set-shortcuts__card{border-color:#E2E0D9;box-shadow:0 14px 34px rgba(21,21,21,.13)}
.tonny-set-shortcuts__dots button{background:#D3D0C7}.tonny-set-shortcuts__dots button.is-active{background:#B98C14}

/* v8.2.0: native touch carousel for phone + tablet/iPad.
 * The class is added by widget.js only on touch devices or widths <= 1180px,
 * so the existing desktop translated carousel is preserved. */
.tonny-set-shortcuts--native-swipe .tonny-set-shortcuts__viewport {
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x mandatory;
  scroll-behavior: smooth;
  overscroll-behavior-x: contain;
  touch-action: pan-x pan-y;
  scrollbar-width: none;
  cursor: grab;
}

.tonny-set-shortcuts--native-swipe .tonny-set-shortcuts__viewport::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.tonny-set-shortcuts--native-swipe .tonny-set-shortcuts__track {
  transform: none !important;
  transition: none !important;
  will-change: auto;
}

.tonny-set-shortcuts--native-swipe .tonny-set-shortcuts__card {
  scroll-snap-align: start;
  scroll-snap-stop: normal;
  -webkit-user-drag: none;
}

.tonny-set-shortcuts--native-swipe .tonny-set-shortcuts__card,
.tonny-set-shortcuts--native-swipe .tonny-set-shortcuts__card:hover {
  transform: none;
}

.tonny-set-shortcuts--native-swipe .tonny-set-shortcuts__carousel-controls button,
.tonny-set-shortcuts--native-swipe .tonny-set-shortcuts__dots button {
  min-width: 44px;
  min-height: 44px;
  touch-action: manipulation;
}

.tonny-set-shortcuts--native-swipe .tonny-set-shortcuts__dots {
  gap: 4px;
}

.tonny-set-shortcuts--native-swipe .tonny-set-shortcuts__dots button {
  position: relative;
  width: 44px;
  height: 44px;
  margin: -16px 0;
  padding: 0;
  background: transparent;
}

.tonny-set-shortcuts--native-swipe .tonny-set-shortcuts__dots button::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  margin: auto;
  border-radius: 999px;
  background: #D3D0C7;
}

.tonny-set-shortcuts--native-swipe .tonny-set-shortcuts__dots button.is-active::after {
  width: 28px;
  background: #B98C14;
}

@media (prefers-reduced-motion: reduce) {
  .tonny-set-shortcuts--native-swipe .tonny-set-shortcuts__viewport {
    scroll-behavior: auto;
  }
}


/* v8.3.0: cleaner phone composition.
 * Instead of squeezing 1.5 large cards into the viewport, the recommended
 * phone mode keeps one card visually complete and shows only a small, clean
 * preview of the next card. Existing "Cards visible" behavior remains
 * available from Elementor via Phone swipe layout = Use Cards visible. */
.tonny-set-shortcuts {
  --tc-mobile-preview-width: 64px;
}

@media (max-width: 767px) {
  .tonny-set-shortcuts--native-swipe[data-mobile-swipe-layout="preview"] .tonny-set-shortcuts__viewport {
    scroll-padding-inline: 0 var(--tc-mobile-preview-width);
  }

  .tonny-set-shortcuts--native-swipe[data-mobile-swipe-layout="preview"] .tonny-set-shortcuts__card {
    flex: 0 0 calc(100% - var(--tc-mobile-preview-width));
    width: calc(100% - var(--tc-mobile-preview-width));
    max-width: calc(100% - var(--tc-mobile-preview-width));
  }

  /* Give product artwork a little more breathing room on narrow phones. */
  .tonny-set-shortcuts--native-swipe[data-mobile-swipe-layout="preview"] .tonny-set-shortcuts__media-frame {
    width: min(var(--tc-image-width-mobile), 94%);
    max-width: 94%;
  }

  .tonny-set-shortcuts--native-swipe[data-mobile-swipe-layout="preview"] .tonny-set-shortcuts__image {
    max-width: 100%;
    max-height: 100%;
  }
}

@media (max-width: 390px) {
  .tonny-set-shortcuts {
    --tc-mobile-preview-width: 54px;
  }
}
