@charset "UTF-8";
:root {
    --grey: #8c8c8c;
    --img-border: #eceeef;
    --small-text: 0.7rem;
}
*,
*::before,
*::after {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}
body {
    background: rgb(36, 36, 36) !important;
    box-sizing: border-box;
    font-family: sans-serif;
    hyphens: none;
    font-size: 1.1rem;
    font-weight: 400;
    letter-spacing: 0.8px;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
h1,
h2,
h3,
h4 {
    font-family: sans-serif;
}
h1 {
    font-size: clamp(2rem, 2vw + 1.9rem, 4rem);
}
h2 {
    margin: 2rem 0;
    font-size: clamp(1rem, 2vw + 1rem, 3.2rem);
    font-weight: 800;
}
h4 {
    margin: 1.5rem 0 1rem 0;
    font-weight: 300;
}
p {
    margin-bottom: 1.1rem;
    line-height: 28px;
}
small {
    font-size: 0.8rem;
    font-weight: 600;
}
ul {
    margin: 1rem 0 1rem 2rem;
}
ul li {
    margin-bottom: 0.25rem;
    font-size: 1.14rem;
}
.lead {
    font-size: 1.25rem;
    font-weight: 500;
}
img.img {
    display: block;
    width: 100%;
    height: auto;
    margin: auto;
    padding: 0.25rem;
    border: 1px solid var(--img-border);
}
img.img.img--sm {
    width: 80%;
}
img.img.img--xs {
    width: 56%;
}
.figure-caption {
    font-family: sans-serif;
    font-size: 0.875em;
    text-align: center;
    color: var(--grey);
}
.btn {
    display: inline-block;
    padding: 1.2rem 2rem;
    background: #e00000;
    border: 0.1rem solid #e00000;
    border-radius: 2rem;
    font-weight: 600;
    font-size: 1.3rem;
    text-align: center;
    text-decoration: none;
    color: white;
    filter: drop-shadow(0px 6px 2px rgba(0, 0, 0, 0.4));
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out,
        box-shadow 0.15s ease-in-out;
}
.btn:active,
.btn:hover,
.btn:focus-within {
    background: #ed701d;
    border-color: #ed701d;
    outline: 0;
}
div.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 0.5rem;
}
div.page {
    font-family: Georgia, "Times New Roman", Times, serif;
}
div.page-flex {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
    flex-direction: column-reverse;
}
div.page-flex div.page-flex__primary,
div.page-flex div.page-flex__secondary {
    width: 100%;
}
div.advertorial {
    padding: 0.15rem;
    background: black;
    font-size: var(--small-text);
    text-align: center;
    color: white;
}
div.page {
    background: white;
}
div.disclaimer {
    margin-top: 1.6rem;
    font-size: var(--small-text);
    line-height: 1.4;
    color: var(--grey);
}
footer.footer {
    color: var(--grey);
    font-size: var(--small-text);
}
footer.footer > * {
    margin: 0.6rem 0;
}
footer.footer .footer__links li {
    display: inline-block;
    list-style: none;
    margin-right: 1rem;
}
footer.footer .footer__links li:last-of-type {
    margin-right: 0;
}
footer.footer .footer__links a {
    text-decoration: none;
    font-size: var(--small-text);
    color: var(--grey);
}
.tisox-quote {
    margin: 1.8rem 0 1.6rem 18px;
    font-family: "Kalam", cursive;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.8rem;
    letter-spacing: 1px;
    color: brown;
}
.tisox-quote span {
    display: block;
    font-size: 1rem;
    font-weight: 400;
}
.tisox-form {
    font-family: sans-serif;
    font-size: 1.4rem;
    font-weight: 300;
    line-height: 1.6;
    text-align: center;
}
.tisox-form p {
    line-height: 1.2;
}
.tisox-form a.btn {
    width: 88%;
    max-width: 800px;
    margin: 1rem auto;
}
.tisox-form.tisox-form--secondary {
    padding: 4rem 2rem;
}
.tisox-product {
    margin: 0 2rem;
    padding: 0.8rem;
    font-family: sans-serif;
    text-align: center;
    border-radius: 1.6rem;
    border: 3px dotted var(--grey);
}
.tisox-product h4 {
    margin: 0;
    font-weight: 800;
    font-size: clamp(1rem, 2vw + 0.6rem, 2rem);
}
.tisox-product a {
    margin-bottom: 1rem;
    border-radius: 20px;
    font-size: 1rem;
    text-decoration: none;
}
.tisox-product__info > * {
    display: block;
    margin-bottom: 0.6rem;
}
.tisox-product__info .image {
    margin: 0.2rem auto;
    text-align: left;
}
.tisox-product__info .image img {
    position: absolute;
}
.tisox-product__info .image,
.tisox-product__info .image img {
    width: 150px;
    height: 150px;
}
.tisox-comments h3 {
    font-size: 1.66rem;
    line-height: 1.4;
    color: #4a4a4a;
}
.tisox-comments p {
    margin-left: 6px;
    font-size: 18px;
}
.tisox-comments .lead {
    font-size: 1.1rem;
    margin-left: 0;
}
.secure-payments {
    padding: 1.2rem 0;
    font-family: sans-serif;
    font-size: 1rem;
    line-height: 1.2;
}
.secure-payments p {
    margin: 1rem 0;
}
.secure-payments .secure-payments__badge {
    width: auto;
    height: 30px;
}
.secure-payments .secure-payments__methods {
    max-width: clamp(300px, 50%, 600px);
}
@media screen and (min-width: 576px) {
    div.container {
        max-width: 96%;
        padding: 1rem;
    }
}
@media screen and (min-width: 768px) {
    footer.footer {
        display: flex;
    }
    footer.footer .footer__copyright {
        width: 30%;
    }
    footer.footer .footer__links {
        width: 70%;
        text-align: right;
    }
}
@media screen and (min-width: 992px) {
    div.container {
        max-width: 960px;
    }
    div.page-flex {
        flex-direction: row;
    }
    div.page-flex div.page-flex__primary {
        width: 70%;
    }
    div.page-flex div.page-flex__secondary {
        width: 30%;
    }
    .tisox-product {
        position: sticky;
        top: 1rem;
        margin-bottom: 6rem;
    }
    .tisox-product h4 {
        font-size: 14px;
    }
    .tisox-product__info .image,
    .tisox-product__info .image img {
        width: 100px;
        height: 100px;
    }
    .tisox-product .tisox-prices .pairs {
        font-size: 0.8rem;
    }
}
