.solo-watch {
    --solo-ink: #122f40;
    --solo-muted: #284557;
    --solo-aqua: #35c8cc;
    --solo-aqua-soft: #dcf7f5;
    --solo-lime: #a7d81e;
    --solo-curve: #e9f5be;
    color: var(--solo-ink);
    font-family: inherit;
    overflow: hidden;
    position: relative;
    background: #fff;
}

.solo-watch *,
.solo-watch *::before,
.solo-watch *::after {
    box-sizing: border-box;
}

.solo-watch__inner {
    position: relative;
    z-index: 1;
    width: min(100%, 82rem);
    margin: 0 auto;
    padding: 2rem 1.25rem 4.5rem;
}

.solo-watch__specs-toggle{
}

.solo-watch__header {
    margin: 0 auto 2.25rem;
    text-align: center;
}

.solo-watch__header h2 {
    text-align: center;
    margin-bottom: 8px;
}

.solo-watch__header p {
    margin: 0 auto;
    max-width: 63rem;
    /* color: var(--solo-ink); */
    font-size: 20px;
    /* line-height: 1.25; */
}

.solo-watch__layout {
    display: grid;
    gap: 2rem;
}

.solo-watch__visual {
    display: grid;
    gap: 1.75rem;
}

.solo-watch__image-link {
    display: flex;
    justify-content: center;
    min-height: 18rem;
    color: inherit;
    text-decoration: none;
}

.solo-watch__image {
    display: block;
    width: min(100%, 27rem);
    height: auto;
    object-fit: contain;
}

.solo-watch__trust-list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.solo-watch__trust-list--visual {
    display: none;
}

.solo-watch__trust-list--mobile {
    margin-top: 1.75rem;
}

.solo-watch__trust-list li {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: .75rem;
    justify-content: center;
    min-height: 2.75rem;
    color: var(--solo-ink);
    font-size: .95rem;
    line-height: 1.25;
    text-align: center;
}

.solo-watch__trust-list li>span:last-child{
    font-size:12px;
}

.solo-watch__trust-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 2rem;
    margin: auto;
    color: var(--solo-ink);
}

.solo-watch__trust-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.solo-watch__content {
    display: grid;
    align-content: start;
}

.solo-watch__title-row {
    display: grid;
    gap: .85rem;
    margin-bottom: 1rem;
}

.solo-watch__title-row h3 {
    margin: 0;
    color: var(--solo-ink);
    font-size: 26px;
    line-height: 1.08;
    font-weight: 400;
    text-align: center;
}

.solo-watch__title-row h3 strong {
    font-weight: 800;
}

.solo-watch__title-row > span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 12.5rem);
    /* min-height: 2.25rem; */
    padding: 8px 26px;
    border-radius: 999rem;
    background: var(--solo-aqua-soft);
    color: var(--color1);
    font-size: 1rem;
    line-height: 1.15;
    font-weight: 600;
    display: none;
}

.solo-watch__intro {
    margin: 0 0 1.75rem;
    color: var(--solo-ink);
    font-size: 1.05rem;
    line-height: 1.42;
    text-align: center;
}

.solo-watch__features {
    display: grid;
    gap: 1.1rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.solo-watch__features li {
    display: grid;
    grid-template-columns: 2rem 1fr;
    gap: .85rem;
    align-items: start;
    color: var(--solo-ink);
    font-size: 1rem;
    line-height: 1.32;
}

.solo-watch__features strong {
    display: block;
    font-weight: 600;
}

.solo-watch__check {
    position: relative;
    display: block;
    width: 1.7rem;
    height: 1.7rem;
}

.solo-watch__check::before {
    content: "";
    position: absolute;
    left: .35rem;
    top: .22rem;
    width: .7rem;
    height: 1.15rem;
    border-right: .1rem solid #111;
    border-bottom: .1rem solid #111;
    transform: rotate(45deg);
}

.solo-watch__actions {
    display: grid;
    gap: .85rem;
    margin-top: 2rem;
}

.solo-watch__order {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    /* min-height: 2.85rem; */
    /* padding: .65rem 1.35rem; */
    border-radius: 999rem;
    background: var(--color3);
    color: #fff;
    /* font-size: 1.05rem; */
    /* line-height: 1.1; */
    /* font-weight: 800; */
    width: 100%;
    /* text-align: center; */
    border: 1px solid var(--color4);
    text-decoration: none;
    transition: transform .18s ease, filter .18s ease;
}

.solo-watch__order:hover,
.solo-watch__order:focus {
    color: #fff;
    filter: brightness(.97);
    transform: translateY(-1px);
    text-decoration: none;
}

.solo-watch__order:focus-visible,
.solo-watch__specs-toggle:focus-visible {
    outline: .18rem solid var(--solo-aqua);
    outline-offset: .18rem;
}

.solo-watch__specs-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: .8rem;
    /* min-height: 2.85rem; */
    width: 100% !important;
    /* padding: .62rem 1.25rem; */
    border: .08rem solid var(--solo-ink);
    border-radius: 999rem;
    color: var(--solo-ink);
    background: #fff;
    cursor: pointer;
    /* font: inherit; */
    font-weight: 800;
}

.solo-watch__specs-toggle::after {
    content: "";
    flex: 0 0 auto;
    width: .9rem;
    height: .9rem;
    border-top: .1rem solid currentColor;
    border-left: .1rem solid currentColor;
    transform: translateY(-.18rem) rotate(225deg);
    transition: transform 0.4s ease;
}

.solo-watch__specs-toggle[aria-expanded="true"]::after {
    transform: translateY(.2rem) rotate(45deg);
}

.solo-watch__specs-panel {
    width: 100%;
    height: 0;
    margin: 0 auto;
    padding: 0;
    overflow: visible;
    opacity: 0;
    transform: translateY(-1rem);
    transition: height .36s ease, opacity .24s ease, transform .36s ease, margin-top .36s ease;
    will-change: height, opacity, transform;
}

.solo-watch__specs-panel.is-open {
    margin-top: 2.25rem;
    opacity: 1;
    transform: translateY(0);
}

.solo-watch__specs-card {
    overflow: hidden;
    padding: 1.5rem 1rem;
    border: .08rem solid #e2e6e5;
    border-radius: 1.45rem;
    background: #fff;
    box-shadow: 0px 3px 6px #00000029;
}

.solo-watch__specs-card h4 {
    margin: 0 0 1.25rem;
    color: var(--solo-ink);
    font-size: 18px;
    line-height: 1.25;
    font-weight: 500;
    text-align: center;
}

.solo-watch__specs-grid {
    display: grid;
    gap: 1rem;
}

.solo-watch__spec-column {
    min-width: 0;
}

.solo-watch__spec-column--security {
    padding: 1rem;
    background: #eefcfb;
}

.solo-watch__spec-heading {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    min-height: 5.35rem;
    margin-bottom: .7rem;
    text-align: center;
}

.solo-watch__spec-heading h5 {
    margin: 0;
    color: var(--solo-ink);
    font-size: 14px;
    line-height: 1.28;
    font-weight: 600;
}

.solo-watch__spec-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 30px;
    height: 40px;
    color: var(--solo-ink);
}

.solo-watch__spec-icon--shield {
    width: 3.35rem;
}

.solo-watch__spec-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.solo-watch__spec-list {
    display: grid;
    margin: 0;
    padding: 0;
    width: 100%;
}

.solo-watch__spec-list div {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    min-height: 2.65rem;
    border-bottom: .06rem solid #dfe3e2;
    gap: 0px;
}

.solo-watch__spec-list dt,
.solo-watch__spec-list dd {
    margin: 0;
    min-width: 0;
    color: #9d9d9d;
    font-size: 12px;
    line-height: 1.2;
    font-weight: 400;
}

.solo-watch__spec-list dt {
    padding: .45rem .55rem;
}

.solo-watch__spec-list dd {
    padding: .45rem .55rem;
    color: var(--solo-ink);
    text-align: center;
}

.solo-watch__spec-list--checks div {
    grid-template-columns: minmax(0, 1fr) 5.5rem;
}

.solo-watch__table-check {
    position: relative;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    color: #00aeb7;
    vertical-align: middle;
}

.solo-watch__table-check::before {
    content: "";
    position: absolute;
    left: .36rem;
    top: .05rem;
    width: .45rem;
    height: .9rem;
    border-right: .12rem solid currentColor;
    border-bottom: .12rem solid currentColor;
    transform: rotate(45deg);
}

@media (min-width: 768px) {
    .solo-watch__inner {
        padding: 2.65rem 2rem 5rem;
    }

    .solo-watch__title-row > span{
        display:block;
    }

    .solo-watch__trust-list li>span:last-child{
        font-size: 16px;
    }

    .solo-watch__title-row h3,
    .solo-watch__intro{
        text-align:left;
    }

    .solo-watch__trust-list {
        grid-template-columns: repeat(3, 1fr);
        align-items: start;
    }

    .solo-watch__trust-list--visual {
        display: grid;
    }

    .solo-watch__trust-list--mobile {
        display: none;
    }

    .solo-watch__trust-list li {
        grid-template-columns: 2.2rem minmax(0, 1fr);
        align-items: center;
        text-align: left;
    }

    .solo-watch__title-row {
        grid-template-columns: 1fr auto;
        align-items: center;
    }

    .solo-watch__specs-card {
        padding: 1.7rem 2rem 1.55rem;
    }

    .solo-watch__specs-grid {
        grid-template-columns: 1fr 1fr;
        gap: 1.25rem;
    }

    .solo-watch__spec-column--security , .solo-watch__spec-column--hardware{
        padding: 1rem;
    }

    .solo-watch__spec-list dt,
    .solo-watch__spec-list dd {
        font-size: 1.05rem;
    }

    .solo-watch__header p{
        font-size:26px;
    }
}

@media (min-width: 992px) {
    .solo-watch__inner {
        padding-top: 3.05rem;
    }

    .solo-watch__header {
        margin-bottom: 2.75rem;
    }

    .solo-watch__layout {
        grid-template-columns: 48% 1fr;
        align-items: end;
        gap: 2rem;
    }

    .solo-watch__visual {
        align-self: stretch;
        grid-template-rows: 1fr auto;
        position: relative;
        display: block;
    }

    .solo-watch__image-link {
        align-items: center;
        min-height: 37rem;
    }

    .solo-watch__image {
        width: min(100%, 35rem);
    }

    .solo-watch__content {
        padding: .85rem 0 0;
        width: 100%;
    }

    .solo-watch__intro {
        max-width: 35rem;
        font-size: 18px;
    }

    .solo-watch__features {
        max-width: 35rem;
        gap: 1.05rem;
    }

    .solo-watch__features li {
        grid-template-columns: 2.55rem 1fr;
        font-size: 1.04rem;
    }

    .solo-watch__actions {
        max-width: 35rem;
        margin-top: 2.85rem;
    }
}

@media (min-width: 1200px) {
    .solo-watch__trust-list--visual {
        width: 100%;
        position: absolute;
        bottom: 0;
    }
}
