.tts-stock,
.tts-product {
    --tts-ink: #15171a;
    --tts-muted: #626a73;
    --tts-line: #dfe4e8;
    --tts-soft: #f5f7f8;
    --tts-soft-strong: #edf3f1;
    --tts-accent: #0f766e;
    --tts-accent-dark: #0b5f59;
    --tts-blue: #1d4ed8;
    --tts-warn: #b45309;
    --tts-radius: 8px;
    color: var(--tts-ink);
    font-family: inherit;
}

body.tts-product-template #Header_wrapper .mfn-main-slider,
body.tts-product-template #Header_wrapper .mfn-rev-slider,
body.tts-product-template #Header_wrapper .rev_slider_wrapper,
body.tts-product-template #Header_wrapper .rev_slider,
body.tts-product-template #Header_wrapper .rs-module-wrap,
body.tts-product-template #Header_wrapper .rs-fullwidth-wrap,
body.tts-product-template #Header_wrapper .slider_pagination,
body.tts-product-template #Header_wrapper #Subheader {
    display: none !important;
}

body.tts-product-template #Header_wrapper {
    min-height: 0 !important;
}

.tts-product-page {
    background: #ffffff;
    padding: 70px max(18px, calc((100vw - 1180px) / 2)) 72px;
}

.tts-stock *,
.tts-product * {
    box-sizing: border-box;
}

.tts-filters {
    align-items: end;
    background: #ffffff;
    border: 1px solid var(--tts-line);
    border-radius: var(--tts-radius);
    display: grid;
    gap: 12px;
    grid-template-columns: minmax(220px, 2fr) repeat(5, minmax(110px, 1fr)) auto;
    margin: 0 0 18px;
    padding: 16px;
}

.tts-field {
    display: grid;
    gap: 6px;
}

.tts-field span {
    color: var(--tts-muted);
    font-size: 12px;
    font-weight: 700;
    line-height: 1.2;
}

.tts-field input,
.tts-field select {
    background: #ffffff;
    border: 1px solid var(--tts-line);
    border-radius: 6px;
    color: var(--tts-ink);
    font: inherit;
    min-height: 42px;
    padding: 8px 10px;
    width: 100%;
}

.tts-field input:focus,
.tts-field select:focus,
.tts-tablist button:focus-visible,
.tts-button:focus-visible,
.tts-budget__links a:focus-visible {
    outline: 3px solid rgba(15, 118, 110, 0.22);
    outline-offset: 2px;
}

.tts-stock__summary {
    color: var(--tts-muted);
    font-size: 14px;
    margin: 0 0 12px;
}

.tts-stock.is-loading .tts-stock__summary::after {
    content: " ";
    animation: tts-pulse 1s infinite;
}

.tts-card-grid {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tts-card {
    background: #ffffff;
    border: 1px solid var(--tts-line);
    border-radius: var(--tts-radius);
    display: flex;
    flex-direction: column;
    min-width: 0;
    overflow: hidden;
}

.tts-card__media {
    align-items: center;
    background: var(--tts-soft);
    display: flex;
    justify-content: center;
    min-height: 190px;
    padding: 18px;
    text-decoration: none;
}

.tts-card__body {
    display: grid;
    gap: 12px;
    padding: 16px;
}

.tts-card__topline,
.tts-hero__status {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.tts-pill {
    align-items: center;
    border-radius: 999px;
    display: inline-flex;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    min-height: 28px;
    padding: 7px 10px;
}

.tts-pill--stock {
    background: #e7f6ee;
    color: #0f6b3f;
}

.tts-pill--verified {
    background: #eef2ff;
    color: #1d4ed8;
}

.tts-card__branch {
    color: var(--tts-muted);
    font-size: 13px;
    font-weight: 700;
}

.tts-card__title {
    font-size: 18px;
    line-height: 1.25;
    margin: 0;
}

.tts-card__title a {
    color: inherit;
    text-decoration: none;
}

.tts-card__title a:hover {
    color: var(--tts-accent);
}

.tts-price,
.tts-hero__price {
    color: var(--tts-ink);
    font-weight: 900;
}

.tts-price {
    font-size: 22px;
}

.tts-mini-specs {
    display: grid;
    gap: 8px;
    margin: 0;
}

.tts-mini-specs div {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    gap: 12px;
}

.tts-mini-specs dt {
    color: var(--tts-muted);
    font-size: 12px;
    font-weight: 700;
}

.tts-mini-specs dd {
    font-size: 13px;
    font-weight: 800;
    margin: 0;
    text-align: right;
}

.tts-card__actions,
.tts-hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tts-button {
    align-items: center;
    border: 1px solid transparent;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    font-size: 14px;
    font-weight: 800;
    justify-content: center;
    line-height: 1.2;
    min-height: 42px;
    padding: 10px 14px;
    text-decoration: none;
    transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
    white-space: normal;
}

.tts-button--primary {
    background: var(--tts-accent);
    color: #ffffff;
}

.tts-button--primary:hover {
    background: var(--tts-accent-dark);
    color: #ffffff;
}

.tts-button--ghost {
    background: #ffffff;
    border-color: var(--tts-line);
    color: var(--tts-ink);
}

.tts-button--ghost:hover {
    border-color: var(--tts-accent);
    color: var(--tts-accent);
}

.tts-empty,
.tts-error {
    background: #ffffff;
    border: 1px solid var(--tts-line);
    border-radius: var(--tts-radius);
    padding: 24px;
}

.tts-error {
    border-color: #f2c7c7;
}

.tts-empty h3,
.tts-error h3 {
    font-size: 18px;
    margin: 0 0 8px;
}

.tts-empty p,
.tts-error p {
    color: var(--tts-muted);
    margin: 0;
}

.tts-load-more {
    display: flex;
    justify-content: center;
    margin: 24px 0 0;
}

.tts-load-more[hidden] {
    display: none;
}

.tts-breadcrumb {
    align-items: center;
    color: var(--tts-muted);
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    gap: 8px;
    font-weight: 800;
    margin: 0;
}

.tts-hero {
    align-items: start;
    display: grid;
    gap: 76px;
    grid-template-columns: minmax(360px, 1.05fr) minmax(360px, 0.95fr);
    margin: 0 0 46px;
}

.tts-hero__gallery {
    align-items: center;
    background: #ffffff;
    border: 0;
    border-radius: var(--tts-radius);
    display: grid;
    gap: 22px;
    justify-items: center;
    min-height: 560px;
    padding: 0;
    position: relative;
}

.tts-hero__thumbs {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(3, 44px);
}

.tts-hero__thumbs span {
    background: #ffffff;
    border: 1px solid var(--tts-line);
    border-radius: 6px;
    display: block;
    height: 44px;
}

.tts-verified-stamp {
    align-items: center;
    background: #f6fbff;
    border-radius: 28px;
    box-shadow: 0 10px 28px rgba(21, 23, 26, 0.08);
    color: #15171a;
    display: grid;
    gap: 4px;
    height: 104px;
    justify-items: center;
    left: 34px;
    padding: 14px;
    position: absolute;
    bottom: 86px;
    width: 104px;
}

.tts-verified-stamp span {
    align-items: center;
    border: 2px solid #15171a;
    border-radius: 999px;
    display: flex;
    font-size: 22px;
    font-weight: 900;
    height: 42px;
    justify-content: center;
    width: 42px;
}

.tts-verified-stamp strong {
    font-size: 12px;
}

.tts-hero__content {
    align-content: center;
    display: grid;
    gap: 13px;
    min-width: 0;
    padding-top: 34px;
}

.tts-hero h1 {
    font-size: clamp(28px, 3vw, 36px);
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1.08;
    margin: 0;
}

.tts-hero__category {
    color: var(--tts-muted);
    font-size: 15px;
    font-weight: 800;
    margin: 0;
}

.tts-hero__summary {
    color: var(--tts-muted);
    font-size: 15px;
    line-height: 1.45;
    margin: 0;
}

.tts-hero__price {
    display: inline-block;
    font-size: 46px;
    line-height: 1;
    position: relative;
    width: max-content;
    z-index: 0;
}

.tts-hero__price::after {
    background: #d8f8dc;
    bottom: 0;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}

.tts-service-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tts-service-badges li {
    background: #f1faf2;
    border: 0;
    border-radius: 999px;
    color: #1f2937;
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    min-height: 28px;
    padding: 7px 10px;
}

.tts-service-badges li::before {
    color: #5edb66;
    content: "•";
    font-size: 18px;
    line-height: 0;
    margin-right: 6px;
}

.tts-hero__actions {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 4px;
}

.tts-hero__actions .tts-button--primary {
    background: #111827;
    border-color: #111827;
    border-radius: 0;
    color: #ffffff;
    min-height: 56px;
}

.tts-hero__actions .tts-button--ghost {
    background: #5adb62;
    border-color: #5adb62;
    border-radius: 0;
    color: #ffffff;
    min-height: 54px;
}

.tts-secondary-actions {
    display: grid;
    gap: 10px;
    grid-template-columns: 1fr;
}

.tts-secondary-actions .tts-button--ghost {
    border-radius: 0;
    min-height: 52px;
}

.tts-review-box {
    background: #ffffff;
    border: 0;
    border-radius: 0;
    display: grid;
    gap: 8px;
    margin-top: 6px;
    padding: 0;
    text-align: center;
}

.tts-review-box h2 {
    font-size: 13px;
    line-height: 1.25;
    margin: 0;
}

.tts-review-box ul,
.tts-check-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.tts-review-box li,
.tts-check-grid li {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: var(--tts-muted);
    font-size: 12px;
    font-weight: 800;
    min-height: 0;
    padding: 0;
}

.tts-review-box li::before {
    color: #5edb66;
    content: "•";
    font-size: 18px;
    line-height: 0;
    margin-right: 6px;
}

.tts-hero__note {
    color: var(--tts-muted);
    font-size: 14px;
    margin: 0;
}

.tts-hero__intro {
    color: var(--tts-muted);
    font-size: 14px;
    line-height: 1.55;
    margin: 0;
}

.tts-assurance {
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    margin: 0 0 34px;
}

.tts-assurance article {
    border-top: 3px solid var(--tts-accent);
    padding-top: 14px;
}

.tts-assurance h2 {
    font-size: 16px;
    line-height: 1.3;
    margin: 0 0 8px;
}

.tts-assurance p {
    color: var(--tts-muted);
    font-size: 14px;
    line-height: 1.5;
    margin: 0;
}

.tts-product-meta {
    border-bottom: 1px solid var(--tts-line);
    border-top: 1px solid var(--tts-line);
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 0 0 34px;
    padding: 14px 0;
    text-transform: uppercase;
}

.tts-product-meta p {
    color: var(--tts-muted);
    margin: 0;
}

.tts-product-meta strong {
    color: var(--tts-ink);
}

.tts-tabs,
.tts-description {
    margin: 0 0 42px;
}

.tts-tablist {
    border-bottom: 1px solid var(--tts-line);
    display: flex;
    gap: 8px;
    overflow-x: auto;
}

.tts-tablist button {
    background: transparent;
    border: 0;
    border-bottom: 3px solid transparent;
    color: var(--tts-muted);
    cursor: pointer;
    font: inherit;
    font-weight: 900;
    min-height: 48px;
    padding: 10px 4px;
    white-space: nowrap;
}

.tts-tablist button.is-active {
    border-bottom-color: var(--tts-accent);
    color: var(--tts-ink);
}

.tts-tab-panel {
    padding: 22px 0 0;
}

.tts-tab-panel h2,
.tts-description h2,
.tts-related h2,
.tts-budget h2,
.tts-buying-guide h2,
.tts-check-section h2,
.tts-faq h2,
.tts-trade-local h2 {
    font-size: 24px;
    line-height: 1.25;
    margin: 0 0 16px;
}

.tts-copy,
.tts-description .tts-copy,
.tts-buying-guide p,
.tts-faq p,
.tts-trade-local p,
.tts-budget p {
    color: var(--tts-muted);
    font-size: 16px;
    line-height: 1.65;
    margin: 0 0 16px;
}

.tts-single-tab {
    border-top: 1px solid var(--tts-line);
    margin-bottom: 24px;
    position: relative;
}

.tts-single-tab::before {
    background: #111827;
    content: "";
    display: block;
    height: 3px;
    left: 0;
    position: absolute;
    top: -2px;
    width: 72px;
}

.tts-spec-strip {
    display: grid;
    gap: 10px;
    margin-top: 22px;
}

.tts-spec-strip div {
    align-items: baseline;
    border-bottom: 1px solid var(--tts-line);
    display: grid;
    gap: 14px;
    grid-template-columns: 170px 1fr;
    padding: 12px 0;
}

.tts-spec-strip strong {
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.tts-spec-strip span {
    color: var(--tts-muted);
    font-size: 15px;
    font-weight: 700;
}

.tts-section-eyebrow,
.tts-trade-local span {
    color: var(--tts-accent);
    display: block;
    font-size: 13px;
    font-weight: 900;
    margin: 0 0 8px;
    text-transform: uppercase;
}

.tts-detail-table {
    border: 1px solid var(--tts-line);
    border-radius: var(--tts-radius);
    margin: 0;
    overflow: hidden;
}

.tts-detail-table div {
    display: grid;
    gap: 16px;
    grid-template-columns: minmax(160px, 0.32fr) 1fr;
}

.tts-detail-table div + div {
    border-top: 1px solid var(--tts-line);
}

.tts-detail-table dt,
.tts-detail-table dd {
    margin: 0;
    padding: 14px 16px;
}

.tts-detail-table dt {
    background: var(--tts-soft);
    color: var(--tts-muted);
    font-weight: 800;
}

.tts-detail-table dd {
    background: #ffffff;
    font-weight: 700;
    overflow-wrap: anywhere;
}

.tts-detail-table a {
    color: var(--tts-blue);
}

.tts-related {
    margin: 0 0 42px;
}

.tts-buying-guide,
.tts-check-section,
.tts-faq,
.tts-trade-local {
    border-top: 1px solid var(--tts-line);
    margin: 0 0 42px;
    padding-top: 28px;
}

.tts-buying-guide {
    max-width: 840px;
}

.tts-check-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.tts-check-grid li::before {
    color: var(--tts-accent);
    content: "✓ ";
    font-weight: 900;
}

.tts-faq {
    display: grid;
    gap: 14px;
}

.tts-faq h2 {
    margin-bottom: 4px;
}

.tts-faq article {
    border: 0;
    border-bottom: 1px solid var(--tts-line);
    border-radius: 0;
    padding: 16px 0;
}

.tts-faq h3 {
    font-size: 18px;
    margin: 0 0 8px;
}

.tts-faq h3::after {
    content: " +";
    float: right;
    font-weight: 900;
}

.tts-faq p {
    margin: 0;
}

.tts-trade-local {
    display: grid;
    gap: 18px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tts-trade-local > div {
    background: #f7faf9;
    border: 1px solid var(--tts-line);
    border-radius: var(--tts-radius);
    padding: 22px;
}

.tts-budget {
    background: #f7faf9;
    border: 1px solid #cfe0dc;
    border-radius: var(--tts-radius);
    padding: 22px;
}

.tts-budget__links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.tts-budget__links a {
    background: #ffffff;
    border: 1px solid #cfe0dc;
    border-radius: 999px;
    color: var(--tts-accent-dark);
    font-size: 13px;
    font-weight: 900;
    min-height: 36px;
    padding: 9px 12px;
    text-decoration: none;
}

.tts-budget__links a:hover {
    border-color: var(--tts-accent);
}

.tts-muted {
    color: var(--tts-muted);
}

.tts-visual {
    border-radius: var(--tts-radius);
    display: block;
    height: auto;
    max-width: 100%;
    object-fit: contain;
}

.tts-visual--card {
    max-height: 180px;
}

.tts-visual--hero {
    max-height: 560px;
}

.tts-device {
    align-items: center;
    display: grid;
    justify-items: center;
    position: relative;
}

.tts-device--phone {
    background: #15171a;
    border: 4px solid #2c3036;
    border-radius: 34px;
    box-shadow: inset 0 0 0 2px #0b0d10, 0 18px 38px rgba(21, 23, 26, 0.18);
    height: 300px;
    max-width: 170px;
    padding: 11px;
    width: 48vw;
}

.tts-device--phone.tts-device--card {
    height: 158px;
    max-width: 92px;
    padding: 7px;
}

.tts-device--mac {
    height: 260px;
    width: min(100%, 420px);
}

.tts-device--mac.tts-device--card {
    height: 150px;
    width: 220px;
}

.tts-device__screen {
    align-items: center;
    background:
        linear-gradient(135deg, rgba(15, 118, 110, 0.18), rgba(29, 78, 216, 0.12)),
        #ffffff;
    border-radius: 24px;
    display: flex;
    height: 100%;
    justify-content: center;
    padding: 16px;
    width: 100%;
}

.tts-device--phone.tts-device--card .tts-device__screen {
    border-radius: 16px;
    padding: 8px;
}

.tts-device--mac .tts-device__screen {
    border: 10px solid #15171a;
    border-radius: 8px;
    box-shadow: 0 18px 34px rgba(21, 23, 26, 0.16);
    height: 210px;
    max-width: 380px;
}

.tts-device--mac.tts-device--card .tts-device__screen {
    border-width: 7px;
    height: 118px;
    max-width: 210px;
}

.tts-device__base {
    background: #cbd5df;
    border-radius: 0 0 20px 20px;
    display: block;
    height: 14px;
    margin-top: -1px;
    width: 52%;
}

.tts-device--card .tts-device__base {
    height: 9px;
}

.tts-device__code {
    color: var(--tts-ink);
    font-size: 18px;
    font-weight: 900;
    max-width: 100%;
    overflow-wrap: anywhere;
    text-align: center;
}

.tts-device--card .tts-device__code {
    font-size: 12px;
}

@keyframes tts-pulse {
    0% {
        opacity: 0.25;
    }
    50% {
        opacity: 1;
    }
    100% {
        opacity: 0.25;
    }
}

@media (max-width: 1180px) {
    .tts-filters {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tts-field--search {
        grid-column: 1 / -1;
    }

    .tts-card-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tts-assurance {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tts-check-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .tts-hero {
        gap: 42px;
    }
}

@media (max-width: 860px) {
    .tts-card-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .tts-hero {
        grid-template-columns: 1fr;
    }

    .tts-hero__gallery {
        min-height: 420px;
    }

    .tts-hero h1 {
        font-size: 34px;
    }

    .tts-trade-local {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .tts-filters,
    .tts-card-grid,
    .tts-assurance,
    .tts-check-grid,
    .tts-detail-table div {
        grid-template-columns: 1fr;
    }

    .tts-card__media {
        min-height: 160px;
    }

    .tts-hero__gallery {
        min-height: 320px;
        padding: 0;
    }

    .tts-hero h1 {
        font-size: 32px;
    }

    .tts-hero__summary {
        font-size: 16px;
    }

    .tts-detail-table dt,
    .tts-detail-table dd {
        padding: 12px 14px;
    }

    .tts-detail-table dd {
        border-top: 1px solid var(--tts-line);
    }

    .tts-button {
        width: 100%;
    }

    .tts-verified-stamp {
        bottom: 62px;
        height: 82px;
        left: 10px;
        width: 82px;
    }

    .tts-verified-stamp span {
        height: 32px;
        width: 32px;
    }

    .tts-spec-strip div {
        grid-template-columns: 1fr;
        gap: 4px;
    }
}
