:root {
  --ts-primary: #2a2957;
  --ts-deep: #353470;
  --ts-secondary: #ff5b5b;
  --ts-blue: #5098e2;
  --ts-button-hover: #3c3a80;
  --ts-ice: #e6edf5;
  --ts-pink: #f4edf2;
  --ts-line: #cdd8e5;
  --ts-muted: #818181;
  --ts-text: #333342;
  --ts-white: #fff;
  --ts-max: 1590px;
}

*, *::before, *::after { box-sizing: border-box; }
html { min-height: 100%; scroll-behavior: smooth; }
body { display: flex; flex-direction: column; min-height: 100vh; min-height: 100dvh; margin: 0; color: var(--ts-text); background: var(--ts-white); font-family: "Marmelad", "Poppins", Arial, sans-serif; font-size: 16px; font-weight: 600; line-height: 1.35; }
body > main { flex: 1 0 auto; }
body > .ts-site-footer { flex-shrink: 0; margin-top: auto; }
body.has-panel-open { overflow: hidden; }
img, svg { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
button { cursor: pointer; }

.ts-header { position: fixed; inset: 0 0 auto; z-index: 60; display: grid; grid-template-columns: minmax(280px, 1fr) 233px minmax(330px, 1fr); align-items: center; min-height: 100px; padding: 15px 22px; color: var(--ts-primary); transition: background-color .25s ease, box-shadow .25s ease; }
.ts-header.is-sticky, .ts-header:hover { background: rgba(238, 238, 238, .96); box-shadow: 0 8px 24px rgba(42, 41, 87, .08); }
.ts-nav > ul { display: flex; align-items: center; gap: clamp(12px, 1.45vw, 27px); margin: 0; padding: 0; list-style: none; }
.ts-nav--right > ul { justify-content: flex-end; }
.ts-nav li { position: relative; }
.ts-nav a { display: inline-flex; align-items: center; gap: 5px; min-height: 44px; color: var(--ts-primary); font-size: 13px; white-space: nowrap; transition: color .2s ease; }
.ts-nav a:hover, .ts-nav a:focus-visible, .ts-nav__item:hover > a { color: var(--ts-secondary); }
.ts-nav__item > a span { font-size: 16px; line-height: 1; }
.ts-nav__dropdown { position: absolute; top: 100%; left: -15px; display: grid; gap: 5px; min-width: 235px; margin: 0; padding: 12px 15px; background: var(--ts-white); box-shadow: 0 15px 35px rgba(42, 41, 87, .13); list-style: none; opacity: 0; pointer-events: none; transform: translateY(8px); transition: opacity .2s ease, transform .2s ease; }
.ts-nav__item:hover .ts-nav__dropdown, .ts-nav__item:focus-within .ts-nav__dropdown { opacity: 1; pointer-events: auto; transform: translateY(0); }
.ts-nav__dropdown a { min-height: 34px; white-space: normal; }
.ts-brand { display: inline-flex; align-items: center; justify-self: center; gap: 9px; color: var(--ts-primary); }
.ts-brand img { width: 132px; height: auto; }
.ts-brand span { font-family: "Poppins", Arial, sans-serif; font-size: 17px; font-weight: 500; line-height: .95; }
.ts-icon-button { position: relative; display: inline-grid; place-items: center; width: 44px; height: 44px; padding: 8px; border: 0; background: transparent; color: var(--ts-primary); }
.ts-icon-button svg { width: 24px; height: 24px; fill: none; stroke: currentColor; stroke-linecap: round; stroke-linejoin: round; stroke-width: 1.6; }
.ts-icon-button:hover, .ts-icon-button:focus-visible { color: var(--ts-secondary); }
.ts-cart-button span { position: absolute; right: -5px; bottom: 0; color: var(--ts-secondary); font-family: "Poppins", Arial, sans-serif; font-size: 10px; white-space: nowrap; }
.ts-menu-button { display: none; width: 44px; height: 44px; padding: 8px; border: 0; background: transparent; }
.ts-menu-button span { display: block; width: 25px; height: 2px; margin: 5px auto; background: var(--ts-primary); transition: transform .2s ease; }
.ts-mobile-menu { display: none; }

.ts-hero { position: relative; height: 100vh; min-height: 700px; overflow: hidden; background: var(--ts-white); }
.ts-hero__track { display: flex; height: 100%; transition: transform .55s cubic-bezier(.22, .61, .36, 1); }
.ts-hero__slide { display: grid; flex: 0 0 100%; grid-template-rows: 80vh 20vh; min-height: 100%; overflow: hidden; }
.ts-hero__main { position: relative; display: grid; grid-template-columns: 1fr 1fr; align-items: center; overflow: hidden; }
.ts-hero__copy { z-index: 2; max-width: 570px; padding: 112px 4vw 0 9vw; color: var(--ts-primary); }
.ts-hero__copy p { max-width: 355px; margin: 0 0 17px; color: var(--ts-text); font-family: "Poppins", Arial, sans-serif; font-size: clamp(15px, 1.15vw, 18px); font-weight: 400; line-height: 1.35; }
.ts-hero__copy h1 { margin: 0 0 31px; font-size: clamp(50px, 5.6vw, 86px); font-weight: 800; line-height: .86; text-transform: uppercase; }
.ts-hero__copy h1 small { display: block; margin-bottom: 8px; font-size: .53em; font-weight: 400; line-height: 1; text-transform: none; }
.ts-hero__word { position: absolute; top: 47%; left: 43%; z-index: 0; color: rgba(42, 41, 87, .075); font-family: "Poppins", Arial, sans-serif; font-size: clamp(100px, 13vw, 220px); font-style: italic; font-weight: 800; line-height: .75; white-space: nowrap; transform: translate(-50%, -50%); }
.ts-hero__figure { z-index: 1; align-self: end; justify-self: center; width: auto; height: 76vh; max-height: 790px; object-fit: contain; object-position: center bottom; }
.ts-button { display: inline-flex; align-items: center; justify-content: center; gap: 18px; min-height: 52px; padding: 0 27px; border: 1px solid var(--ts-primary); background: var(--ts-primary); color: var(--ts-white); font-family: "Poppins", Arial, sans-serif; font-size: 13px; font-weight: 600; line-height: 1; transition: background-color .2s ease, border-color .2s ease, color .2s ease; }
.ts-button span { font-size: 19px; line-height: 0; }
.ts-button:hover, .ts-button:focus-visible { border-color: var(--ts-button-hover); background: var(--ts-blue); }

/* Standard WooCommerce action buttons use the shared site hover colour. */
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus-visible,
.woocommerce a.button:hover,
.woocommerce a.button:focus-visible,
.woocommerce button.button:hover,
.woocommerce button.button:focus-visible,
.woocommerce input.button:hover,
.woocommerce input.button:focus-visible,
.woocommerce #place_order:hover,
.woocommerce #place_order:focus-visible {
  border-color: var(--ts-button-hover);
  background-color: var(--ts-button-hover);
  color: var(--ts-white);
}
.ts-hero__tiles { display: grid; grid-template-columns: repeat(4, 1fr); min-height: 20vh; background: var(--ts-ice); }
.ts-hero-tile { position: relative; min-width: 0; overflow: hidden; background: var(--ts-ice); }
.ts-hero-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.ts-hero-tile:hover img { transform: scale(1.04); }
.ts-hero-tile__panel { position: absolute; right: 0; bottom: 0; left: 0; display: flex; align-items: center; justify-content: space-between; gap: 8px; padding: 10px 17px; background: rgba(255, 255, 255, .9); color: var(--ts-primary); font-family: "Poppins", Arial, sans-serif; font-size: 12px; }
.ts-hero-tile__panel strong { font-weight: 600; }
.ts-hero-tile__panel b { font-weight: 500; white-space: nowrap; }
.ts-slider-arrow, .ts-carousel-arrow { position: absolute; z-index: 5; display: grid; place-items: center; width: 48px; height: 48px; padding: 0; border: 1px solid transparent; background: transparent; color: var(--ts-primary); font-size: 27px; line-height: 1; transition: border-color .2s ease, color .2s ease; }
.ts-slider-arrow:hover, .ts-slider-arrow:focus-visible, .ts-carousel-arrow:hover, .ts-carousel-arrow:focus-visible { border-color: var(--ts-primary); color: var(--ts-secondary); }
.ts-slider-arrow { top: 49%; }
.ts-slider-arrow--prev { left: 20px; }
.ts-slider-arrow--next { right: 20px; }
.ts-slider-dots { position: absolute; bottom: calc(20vh + 20px); left: 50%; z-index: 5; display: flex; gap: 8px; transform: translateX(-50%); }
.ts-slider-dots button { width: 8px; height: 8px; padding: 0; border: 0; border-radius: 50%; background: #c3cbd7; }
.ts-slider-dots button.is-active { background: var(--ts-secondary); }

.ts-section-band { width: min(var(--ts-max), calc(100% - 64px)); margin-right: auto; margin-left: auto; }
.ts-tailoring { display: grid; grid-template-columns: minmax(0, 1fr) minmax(420px, 1fr); align-items: center; gap: clamp(35px, 7vw, 120px); padding-top: 95px; }
.ts-tailoring__content { max-width: 610px; padding-left: 4vw; }
.ts-eyebrow { margin: 0 0 12px; color: var(--ts-blue); font-family: "Poppins", Arial, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.ts-tailoring h2, .ts-section-head h2 { margin: 0 0 20px; color: var(--ts-primary); font-size: clamp(25px, 2.5vw, 55px); font-weight: 400; line-height: .98; }
.ts-tailoring__content > p:not(.ts-eyebrow) { max-width: 470px; margin: 24px 0 30px; color: var(--ts-text); font-family: "Poppins", Arial, sans-serif; font-size: 15px; font-weight: 400; }
.ts-tailoring__image { min-height: 390px; overflow: hidden; }
.ts-tailoring__image img { width: 100%; height: 100%; max-height: 590px; object-fit: contain; object-position: center; }
.ts-features { display: grid; grid-template-columns: repeat(4, 1fr); gap: 12px; width: min(var(--ts-max), calc(100% - 64px)); margin: 58px auto 0; }
.ts-features a { display: flex; min-height: 180px; flex-direction: column; justify-content: flex-end; padding: 25px 27px; background: var(--ts-pink); transition: background-color .2s ease; }
.ts-features a:nth-child(2n) { background: var(--ts-ice); }
.ts-features a:hover { background: #d8e0ec; }
.ts-features span { color: var(--ts-muted); font-family: "Poppins", Arial, sans-serif; font-size: 14px; font-weight: 500; }
.ts-features strong { color: var(--ts-blue); font-family: "Poppins", Arial, sans-serif; font-size: clamp(22px, 2.3vw, 36px); font-style: italic; font-weight: 700; line-height: .97; text-transform: uppercase; }

.ts-showcase, .ts-grid-section { width: 100%; margin-top: 96px; padding: 74px max(32px, 5vw) 86px; background: var(--ts-ice); }
.ts-grid-section { margin-top: 16px; background: var(--ts-pink); }
.ts-section-head { position: relative; width: min(var(--ts-max), 100%); margin: 0 auto 34px; }
.ts-inline-link { position: absolute; right: 0; bottom: 8px; display: inline-flex; align-items: center; gap: 12px; color: var(--ts-primary); font-family: "Poppins", Arial, sans-serif; font-size: 13px; }
.ts-inline-link:hover { color: var(--ts-secondary); }
.ts-product-carousel { position: relative; width: min(var(--ts-max), 100%); margin: 0 auto; padding: 0 54px; }
.ts-product-carousel__viewport { overflow: hidden; }
.ts-product-carousel__track { display: flex; gap: 12px; transition: transform .35s ease; }
.ts-carousel-arrow { top: 43%; }
.ts-carousel-arrow--prev { left: 0; }
.ts-carousel-arrow--next { right: 0; }
.ts-product-card { display: flex; flex: 0 0 calc((100% - 36px) / 4); min-width: 0; flex-direction: column; padding: 6px; background: var(--ts-white); }
.ts-product-card__media { display: grid; place-items: center; aspect-ratio: 2 / 3; overflow: hidden; background: #eef0f1; }
.ts-product-card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.ts-product-card:hover .ts-product-card__media img { transform: scale(1.03); }
.ts-product-card__body { display: flex; min-height: 122px; flex-direction: column; padding: 14px 10px 8px; }
.ts-product-card__title { color: var(--ts-primary); font-family: "Poppins", Arial, sans-serif; font-size: 13px; font-weight: 500; line-height: 1.25; }
.ts-product-card strong { margin-top: auto; color: var(--ts-primary); font-family: "Poppins", Arial, sans-serif; font-size: 14px; font-weight: 700; }
.ts-swatches { display: flex; gap: 6px; margin-top: 10px; }
.ts-swatch { width: 15px; height: 15px; padding: 0; border: 1px solid #b9bec6; border-radius: 50%; background: var(--swatch); }
.ts-swatch.is-selected { outline: 2px solid var(--ts-secondary); outline-offset: 2px; }

.ts-categories { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; width: min(var(--ts-max), calc(100% - 64px)); margin: 16px auto 0; }
.ts-category { position: relative; min-height: 390px; overflow: hidden; padding: 47px 48px; background: var(--ts-ice); }
.ts-category--pink { background: var(--ts-pink); }
.ts-category span, .ts-category strong, .ts-category b { position: relative; z-index: 1; display: block; }
.ts-category span { margin-bottom: 4px; color: var(--ts-muted); font-family: "Poppins", Arial, sans-serif; font-size: 17px; font-weight: 500; }
.ts-category strong { max-width: 420px; color: var(--ts-blue); font-family: "Poppins", Arial, sans-serif; font-size: clamp(38px, 4.2vw, 64px); font-style: italic; line-height: .9; text-transform: uppercase; }
.ts-category b { position: absolute; bottom: 43px; left: 48px; color: var(--ts-primary); font-family: "Poppins", Arial, sans-serif; font-size: 12px; font-weight: 600; text-transform: uppercase; }
.ts-category img { position: absolute; right: -6%; bottom: -17%; width: 53%; height: 107%; object-fit: contain; }
.ts-product-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 12px; width: min(var(--ts-max), 100%); margin: 0 auto; }

.ts-footer { display: grid; grid-template-columns: minmax(240px, .8fr) minmax(0, 1.55fr); gap: 8vw; width: min(var(--ts-max), calc(100% - 64px)); margin: 0 auto; padding: 76px 0 70px; color: var(--ts-primary); }
.ts-footer__intro { max-width: 350px; }
.ts-footer__intro img { width: 155px; height: auto; margin-bottom: 22px; }
.ts-footer p, .ts-footer a, .ts-footer button { font-family: "Poppins", Arial, sans-serif; font-size: 12px; font-weight: 500; }
.ts-footer p { margin: 0; line-height: 1.55; }
.ts-socials { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 25px; }
.ts-socials a { display: inline-grid; min-width: 37px; min-height: 30px; place-items: center; border: 1px solid var(--ts-primary); font-size: 10px; }
.ts-socials a:hover { background: var(--ts-primary); color: var(--ts-white); }
.ts-footer__columns { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px; }
.ts-footer__columns div { display: flex; flex-direction: column; align-items: flex-start; gap: 10px; }
.ts-footer h3 { margin: 0 0 8px; font-family: "Poppins", Arial, sans-serif; font-size: 13px; font-weight: 700; }
.ts-footer a:hover, .ts-footer button:hover { color: var(--ts-secondary); }
.ts-footer button { padding: 0; border: 0; background: transparent; color: var(--ts-primary); }
.ts-footer__bottom { display: flex; justify-content: space-between; gap: 15px; padding: 18px max(32px, 5vw); background: var(--ts-primary); color: var(--ts-white); font-family: "Poppins", Arial, sans-serif; font-size: 11px; font-weight: 500; }

.ts-overlay { position: fixed; inset: 0; z-index: 70; background: rgba(42, 41, 87, .4); opacity: 0; pointer-events: none; transition: opacity .25s ease; }
.ts-panel { position: fixed; top: 0; right: 0; z-index: 80; display: flex; width: min(500px, 100%); height: 100%; flex-direction: column; padding: 115px 48px 50px; background: var(--ts-white); box-shadow: -10px 0 40px rgba(42, 41, 87, .12); opacity: 0; pointer-events: none; transform: translateX(100%); transition: opacity .25s ease, transform .3s ease; }
.ts-panel.is-open, .ts-overlay.is-open { opacity: 1; pointer-events: auto; }
.ts-panel.is-open { transform: translateX(0); }
.ts-panel__close { position: absolute; top: 28px; right: 30px; width: 44px; height: 44px; border: 0; background: transparent; color: var(--ts-primary); font-size: 31px; font-weight: 300; }
.ts-panel h2 { margin: 0 0 32px; color: var(--ts-primary); font-size: 40px; font-weight: 400; line-height: 1; }
.ts-panel form { display: grid; gap: 18px; }
.ts-panel label { display: grid; gap: 7px; color: var(--ts-primary); font-family: "Poppins", Arial, sans-serif; font-size: 12px; font-weight: 600; }
.ts-panel input, .ts-panel textarea { width: 100%; padding: 12px 0; border: 0; border-bottom: 1px solid var(--ts-line); outline: 0; color: var(--ts-primary); resize: vertical; }
.ts-panel input:focus, .ts-panel textarea:focus { border-color: var(--ts-secondary); }
.ts-panel form > div { display: flex; border-bottom: 1px solid var(--ts-primary); }
.ts-panel form > div input { border: 0; }
.ts-panel form > div button { width: 48px; border: 0; background: transparent; color: var(--ts-secondary); font-size: 25px; }
.ts-panel [data-form-message] { min-height: 22px; margin: 0; color: var(--ts-blue); font-family: "Poppins", Arial, sans-serif; font-size: 12px; }

@media (max-width: 1300px) {
  .ts-header { grid-template-columns: minmax(250px, 1fr) 190px minmax(300px, 1fr); padding-right: 15px; padding-left: 15px; }
  .ts-nav > ul { gap: 10px; }
  .ts-nav a { font-size: 11px; }
  .ts-brand img { width: 110px; }
  .ts-brand span { font-size: 14px; }
  .ts-hero__copy { padding-left: 7vw; }
}
@media (max-width: 1020px) {
  .ts-header { grid-template-columns: 1fr auto 1fr; min-height: 76px; padding: 10px 17px; }
  .ts-nav { display: none; }
  .ts-brand { justify-self: center; }
  .ts-brand img { width: 110px; }
  .ts-menu-button { display: block; justify-self: end; }
  .ts-mobile-menu { position: fixed; top: 76px; right: 16px; left: 16px; z-index: 59; display: block; max-height: calc(100vh - 92px); overflow: auto; padding: 18px; background: rgba(255, 255, 255, .98); box-shadow: 0 15px 35px rgba(42, 41, 87, .13); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: opacity .2s ease, transform .2s ease; }
  .ts-mobile-menu.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .ts-mobile-menu ul { display: grid; gap: 4px; margin: 0; padding: 0; list-style: none; }
  .ts-mobile-menu a { display: flex; min-height: 40px; align-items: center; color: var(--ts-primary); font-family: "Poppins", Arial, sans-serif; font-size: 13px; }
  .ts-mobile-menu .ts-nav__dropdown { position: static; display: flex; flex-wrap: wrap; gap: 0 14px; min-width: 0; padding: 0 0 7px 15px; box-shadow: none; opacity: 1; pointer-events: auto; transform: none; }
  .ts-mobile-menu .ts-nav__dropdown a { min-height: 29px; color: var(--ts-muted); font-size: 11px; }
  .ts-mobile-menu__actions { display: flex; gap: 20px; margin-top: 15px; padding-top: 15px; border-top: 1px solid var(--ts-line); }
  .ts-text-button { padding: 0; border: 0; background: transparent; color: var(--ts-primary); font-family: "Poppins", Arial, sans-serif; font-size: 12px; font-weight: 600; }
  .ts-hero { min-height: 750px; }
  .ts-hero__slide { grid-template-rows: 80% 20%; }
  .ts-hero__main { grid-template-columns: 1fr 1fr; }
  .ts-hero__copy { padding-left: 6vw; }
  .ts-hero__figure { width: 90%; height: 67vh; }
  .ts-hero__word { left: 50%; }
  .ts-tailoring { grid-template-columns: 1fr; }
  .ts-tailoring__content { max-width: 700px; padding-left: 0; }
  .ts-tailoring__image { max-height: 520px; }
  .ts-features, .ts-product-grid { grid-template-columns: repeat(2, 1fr); }
  .ts-product-card { flex-basis: calc((100% - 12px) / 2); }
}
@media (max-width: 700px) {
  .ts-section-band, .ts-features, .ts-categories, .ts-footer { width: calc(100% - 28px); }
  .ts-header { min-height: 70px; }
  .ts-brand img { width: 95px; }
  .ts-brand span { font-size: 11px; }
  .ts-mobile-menu { top: 70px; right: 14px; left: 14px; }
  .ts-hero { height: auto; min-height: 760px; }
  .ts-hero__slide { grid-template-rows: 530px 230px; }
  .ts-hero__main { display: block; }
  .ts-hero__figure { position: absolute; right: 5%; bottom: 0; width: 90%; height: 470px; }
  .ts-hero__copy { position: absolute; top: 118px; right: 20px; left: 20px; max-width: none; padding: 0; text-align: center; }
  .ts-hero__copy p { max-width: 290px; margin-right: auto; margin-left: auto; font-size: 13px; }
  .ts-hero__copy h1 { margin-bottom: 22px; font-size: 43px; }
  .ts-hero__copy h1 small { font-size: 24px; }
  .ts-hero__word { top: 58%; left: 50%; font-size: 74px; }
  .ts-hero__tiles { grid-template-columns: repeat(2, 1fr); }
  .ts-hero-tile__panel { padding: 8px 9px; font-size: 9px; }
  .ts-slider-arrow { top: 45%; width: 40px; height: 40px; }
  .ts-slider-arrow--prev { left: 3px; }
  .ts-slider-arrow--next { right: 3px; }
  .ts-slider-dots { bottom: 245px; }
  .ts-tailoring { gap: 16px; padding-top: 57px; }
  .ts-tailoring__content > p:not(.ts-eyebrow) { font-size: 13px; }
  .ts-tailoring__image { min-height: 245px; }
  .ts-features { grid-template-columns: 1fr 1fr; gap: 8px; margin-top: 28px; }
  .ts-features a { min-height: 145px; padding: 16px 12px; }
  .ts-features span { font-size: 10px; }
  .ts-features strong { font-size: 20px; }
  .ts-showcase, .ts-grid-section { margin-top: 55px; padding: 44px 14px 50px; }
  .ts-section-head { margin-bottom: 22px; }
  .ts-inline-link { position: static; margin-top: 18px; }
  .ts-product-carousel { padding: 0 33px; }
  .ts-product-card { flex-basis: calc((100% - 8px) / 2); }
  .ts-product-card__title { font-size: 11px; }
  .ts-product-card__body { min-height: 112px; padding-right: 5px; padding-left: 5px; }
  .ts-carousel-arrow { width: 32px; height: 42px; }
  .ts-categories { grid-template-columns: 1fr; gap: 8px; margin-top: 8px; }
  .ts-category { min-height: 280px; padding: 28px 25px; }
  .ts-category strong { font-size: 36px; }
  .ts-category b { bottom: 24px; left: 25px; }
  .ts-category img { right: -5%; width: 51%; }
  .ts-product-grid { grid-template-columns: repeat(2, 1fr); gap: 8px; }
  .ts-grid-section .ts-product-card { flex-basis: auto; }
  .ts-footer { grid-template-columns: 1fr; gap: 43px; padding-top: 52px; padding-bottom: 50px; }
  .ts-footer__columns { grid-template-columns: 1fr 1fr; gap: 34px 20px; }
  .ts-footer__columns div:last-child { grid-column: 1 / -1; }
  .ts-footer__bottom { align-items: flex-start; flex-direction: column; padding: 16px 14px; font-size: 10px; }
  .ts-panel { padding: 95px 24px 35px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Callback form spacing and controls, matching the Elementor source layout. */
.ts-callback-form__field {
  padding-right: calc(10px / 2);
  padding-left: calc(10px / 2);
  margin-bottom: 16px;
}

.ts-callback-form__field input,
.ts-callback-modal__form .ts-callback-form__field input:not([type="submit"]) {
  font-size: 18px;
  min-height: 59px;
  padding: 7px 20px;
}

.ts-callback-form__submit {
  padding-right: calc(5px);
  padding-left: calc(5px);
  margin-bottom: 16px;
  display: flex;
  flex-direction: row-reverse;
  width: 100%;
  margin: 20px 0 0 0;
}

/* Product-category shortcode: same tree presentation as a product page. */
.ts-product-categories-shortcode {
  color: #333;
}

.ts-product-categories-shortcode .wc-cat-title {
  margin: 0 0 16px;
  font: 500 28px/33.6px "Marmelad", Poppins, sans-serif;
}

.ts-product-categories-shortcode .wc-cat-list,
.ts-product-categories-shortcode .wc-cat-level {
  display: grid;
  gap: 8px;
}

.ts-product-categories-shortcode .wc-cat-level + .wc-cat-level {
  margin-top: 8px;
}

.ts-product-categories-shortcode .wc-cat-level.level-1 {
  margin-left: 12px;
}

.ts-product-categories-shortcode .wc-cat-level.level-2 {
  margin-left: 24px;
}

.ts-product-categories-shortcode .wc-cat-link {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  color: #333;
  font: 400 16px/24px "Marmelad", Poppins, sans-serif;
  text-decoration: none;
}

.ts-product-categories-shortcode .wc-cat-link:hover,
.ts-product-categories-shortcode .wc-cat-link:focus-visible {
  color: var(--ts-blue);
}

.ts-product-categories-shortcode .wc-cat-count {
  color: #767676;
  font-size: 13px;
}
