#header.ct-header {
    display: none;
}

.tt-global-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10000;
    background: #05324a;
    color: #fff;
    font-family: "Poppins", "Segoe UI", Arial, sans-serif;
    font-size: 15px;
    font-weight: 500;
    letter-spacing: 0;
    box-shadow: 0 2px 8px rgba(6, 17, 27, .16);
    transform: translateY(0);
    transition: transform .24s ease, box-shadow .24s ease;
    will-change: transform;
}

body {
    padding-top: var(--tt-header-total-height, 132px);
}

body.admin-bar .tt-global-header {
    top: 32px;
}

@media (max-width: 782px) {
    body.admin-bar .tt-global-header {
        top: 46px;
    }
}

.tt-global-header.tt-header-is-stuck {
    box-shadow: 0 8px 18px rgba(6, 17, 27, .18);
}

.tt-global-header.tt-header-is-compact {
    transform: translateY(calc(-1 * var(--tt-header-main-height, 90px)));
}

.tt-global-header.tt-header-is-compact .tt-header-categories {
    border-top-color: rgba(255, 255, 255, .12);
}

.tt-global-header input,
.tt-global-header button {
    font-family: "Poppins", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
}

.tt-global-header svg {
    width: 22px;
    height: 22px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.35;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tt-header-main {
    display: grid;
    grid-template-columns: 150px minmax(280px, 560px) auto auto 42px minmax(165px, auto);
    align-items: center;
    gap: 0;
    width: calc(100% - 32px);
    max-width: 1400px;
    min-height: 90px;
    margin: 0 auto;
    padding: 0;
}

.tt-mobile-menu-toggle,
.tt-mobile-menu-backdrop,
.tt-submenu-toggle {
    display: none;
}

.tt-header-main > .tt-mobile-menu-toggle + .tt-header-logo {
    margin-left: 0;
    padding-left: 0;
}

.tt-header-main > .tt-mobile-menu-toggle + .tt-header-logo::before {
    display: none;
}

.tt-header-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 0;
    text-decoration: none;
}

.tt-header-logo img {
    display: block;
    width: 142px;
    max-height: 50px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.tt-header-logo span {
    color: #fff;
    font-size: 20px;
    font-weight: 900;
}

.tt-header-search {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 46px;
    height: 42px;
    margin: 0;
    border: 0;
}

.tt-header-search input[type="search"] {
    min-width: 0;
    height: 42px;
    margin: 0;
    padding: 0 14px;
    border: 0;
    border-radius: 0;
    background: #fff;
    color: #1e2d3a;
    font-size: 14px;
}

.tt-header-search button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 42px;
    padding: 0;
    border: 0;
    border-radius: 0 3px 3px 0;
    background: #06425f;
    color: #fff;
    cursor: pointer;
}

.tt-header-about,
.tt-header-phone,
.tt-header-account,
.tt-global-cart {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    white-space: nowrap;
}

.tt-header-main > * {
    position: relative;
}

.tt-header-main > * + * {
    margin-left: 20px;
    padding-left: 20px;
}

.tt-header-main > * + *::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1px;
    height: 32px;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, .16);
}

.tt-header-main > .tt-header-search {
    padding-left: 0;
}

.tt-header-main > .tt-header-search::before,
.tt-header-main > .tt-header-search + *::before {
    display: none;
}

.tt-header-main > .tt-header-search + * {
    padding-left: 0;
}

.tt-header-about span {
    width: 0;
    height: 0;
    margin-left: 5px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 5px solid currentColor;
}

.tt-header-phone {
    gap: 7px;
}

.tt-header-phone svg {
    color: #39d56b;
}

.tt-header-account {
    width: 42px;
    padding-right: 0;
}

.tt-header-account svg {
    display: none;
}

.tt-header-account::after {
    content: "";
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 22px 22px;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='11' fill='white'/%3E%3Ccircle cx='12' cy='8.5' r='3.2' fill='%2305324a'/%3E%3Cpath d='M6.2 19c.9-3.3 3-5.1 5.8-5.1s4.9 1.8 5.8 5.1' fill='%2305324a'/%3E%3C/svg%3E");
}

.tt-global-cart {
    gap: 10px;
}

.tt-global-cart::before {
    display: none !important;
}

.tt-header-account + .tt-global-cart {
    padding-left: 0;
}

.tt-global-cart .tt-icon-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    border-radius: 4px;
    background: #06425f;
    color: #a0cf19;
}

.tt-cart-copy {
    color: #fff;
    font-weight: 600;
}

.tt-header-categories {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 0;
    width: calc(100% - 32px);
    max-width: 1400px;
    min-height: 41px;
    margin: 0 auto;
    padding: 0;
    border-top: 1px solid rgba(255, 255, 255, .08);
    overflow: visible;
    scrollbar-width: none;
}

@media (prefers-reduced-motion: reduce) {
    .tt-global-header {
        transition: none;
    }
}

.tt-header-categories::-webkit-scrollbar {
    display: none;
}

.tt-header-categories a {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 41px;
    padding: 0 8px;
    color: #fff;
    text-decoration: none;
    font-size: 12.75px;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    transition: color .18s ease;
}

.tt-header-categories a:not(.tt-enterprise) {
    flex: 0 1 auto;
    justify-content: center;
    min-width: 0;
}

.tt-header-categories a:first-child {
    padding-left: 8px;
}

.tt-header-categories a:hover {
    background: transparent;
    color: #fff;
}

.tt-header-categories a:not(.tt-enterprise)::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    height: 2px;
    border-radius: 2px 2px 0 0;
    background: #ff7a1a;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .18s ease;
}

.tt-header-categories a:not(.tt-enterprise):hover::after,
.tt-header-categories a:not(.tt-enterprise):focus-visible::after {
    transform: scaleX(1);
}

.tt-header-categories .tt-enterprise {
    flex: 0 0 auto;
    gap: 9px;
    margin-left: 14px;
    padding: 0 12px;
    background: #ff7a1a;
    font-size: 13px;
    font-weight: 600;
}

.tt-header-categories .tt-enterprise:hover {
    background: #f06809;
}

.tt-header-categories .tt-enterprise svg {
    width: 18px;
    height: 18px;
}

@media (max-width: 1180px) {
    .tt-header-main {
        grid-template-columns: 130px minmax(260px, 1fr) auto auto auto;
        gap: 0;
        padding: 14px 18px;
    }

    .tt-header-main > * + * {
        margin-left: 12px;
        padding-left: 12px;
    }

    .tt-header-phone strong,
    .tt-cart-copy {
        display: none;
    }

    .tt-global-cart .tt-icon-wrap {
        width: 42px;
    }

    .tt-header-categories {
        justify-content: flex-start;
        padding: 0 18px;
    }
}

@media (max-width: 760px) {
    .tt-header-main {
        grid-template-columns: 1fr auto auto auto;
        min-height: 0;
        gap: 0;
    }

    .tt-header-main > * + * {
        margin-left: 10px;
        padding-left: 10px;
    }

    .tt-header-logo img {
        width: 128px;
        max-height: 44px;
    }

    .tt-header-search {
        grid-column: 1 / -1;
        grid-row: 2;
        width: 100%;
        margin-top: 12px;
        padding-left: 0;
    }

    .tt-header-search::before {
        display: none;
    }

    .tt-header-about {
        display: none;
    }

    .tt-header-categories a {
        padding: 0 12px;
        font-size: 13px;
    }
}

#footer.ct-footer {
    display: none;
}

.tt-shop-footer {
    margin-top: 44px;
    background: #071623;
    color: #cbd8e2;
    font-family: "Poppins", "Segoe UI", Arial, sans-serif;
    letter-spacing: 0;
}

.tt-footer-main {
    display: grid;
    grid-template-columns: 1.35fr 1.2fr repeat(3, minmax(150px, .9fr));
    gap: 28px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 42px 16px 34px;
}

.tt-shop-footer h2 {
    margin: 0 0 14px;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0;
}

.tt-shop-footer p {
    margin: 0 0 10px;
    color: #cbd8e2;
    font-size: 14px;
    line-height: 1.6;
}

.tt-shop-footer a {
    color: #cbd8e2;
    text-decoration: none;
}

.tt-shop-footer a:hover {
    color: #40b4e7;
}

.tt-footer-logo {
    display: inline-flex;
    align-items: center;
    margin-bottom: 15px;
}

.tt-footer-logo img {
    width: 155px;
    max-height: 54px;
    object-fit: contain;
    filter: brightness(0) invert(1);
}

.tt-footer-logo strong {
    color: #fff;
    font-size: 22px;
}

.tt-footer-social {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 16px;
}

.tt-footer-social .tt-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: rgba(255,255,255,.09);
    color: #fff;
    border: 1px solid rgba(255,255,255,.12);
}

.tt-footer-social .tt-social-icon svg {
    width: 18px;
    height: 18px;
    display: block;
    fill: currentColor;
    stroke: none;
}

.tt-footer-social .tt-social-instagram svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tt-footer-social .tt-social-icon span {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.tt-footer-social .tt-social-facebook:hover {
    background: #1877f2;
    color: #fff;
}

.tt-footer-social .tt-social-instagram:hover {
    background: #e4405f;
    color: #fff;
}

.tt-footer-contact-line {
    margin-bottom: 10px;
}

.tt-footer-contact-line a {
    display: grid;
    grid-template-columns: 1em minmax(0, 1fr);
    align-items: baseline;
    gap: 8px;
    color: inherit;
    line-height: 1.55;
}

.tt-footer-contact-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1em;
    height: 1em;
    margin-top: 0;
    color: #40b4e7;
    transform: translateY(.12em);
}

.tt-footer-contact-icon svg {
    display: block;
    width: 1em;
    height: 1em;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.tt-footer-links {
    display: grid;
    gap: 8px;
}

.tt-footer-links a {
    position: relative;
    display: block;
    padding-left: 13px;
    color: #cbd8e2;
    font-size: 14px;
    line-height: 1.35;
}

.tt-footer-links a::before {
    content: "";
    position: absolute;
    left: 0;
    top: .55em;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #40b4e7;
}

.tt-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    max-width: 1180px;
    margin: 0 auto;
    padding: 17px 16px;
    border-top: 1px solid rgba(255,255,255,.1);
    color: #9fb0be;
    font-size: 13px;
}

@media (max-width: 980px) {
    .tt-footer-main {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px) {
    .tt-footer-main {
        grid-template-columns: 1fr;
        gap: 22px;
        padding-top: 34px;
    }

    .tt-footer-bottom {
        display: grid;
    }
}

html body .tt-header-categories {
    justify-content: center !important;
    gap: 0 !important;
}

html body .tt-header-categories a {
    position: relative !important;
    justify-content: center !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
    text-align: center !important;
}

html body .tt-header-categories a:not(.tt-enterprise) {
    flex: 0 1 auto !important;
    min-width: 0 !important;
}

html body .tt-header-categories a:not(.tt-enterprise):hover,
html body .tt-header-categories a:not(.tt-enterprise):focus-visible {
    background: transparent !important;
    color: #fff !important;
}

html body .tt-header-categories a:not(.tt-enterprise)::after {
    content: "";
    position: absolute;
    left: 8px;
    right: 8px;
    bottom: 0;
    height: 2px;
    border-radius: 2px 2px 0 0;
    background: #ff7a1a;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform .18s ease;
}

html body .tt-header-categories a:not(.tt-enterprise):hover::after,
html body .tt-header-categories a:not(.tt-enterprise):focus-visible::after {
    transform: scaleX(1);
}

@media (max-width: 1400px) and (min-width: 901px) {
    html body .tt-header-categories a {
        padding-left: 6px !important;
        padding-right: 6px !important;
    }

    html body .tt-header-categories a:not(.tt-enterprise)::after {
        left: 6px;
        right: 6px;
    }
}

html body .tt-header-categories {
    justify-content: flex-start !important;
    overflow: visible !important;
}

html body .tt-header-menu,
html body .tt-header-menu ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body .tt-header-menu {
    display: flex !important;
    align-items: stretch !important;
    justify-content: space-between !important;
    flex-wrap: nowrap !important;
    width: 100% !important;
    min-height: 41px !important;
}

html body .tt-header-menu .tt-menu-item {
    position: relative !important;
    flex: 0 0 auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

html body .tt-header-categories .tt-header-menu a::after {
    display: none !important;
    content: none !important;
}

html body .tt-header-menu > .tt-menu-item > .tt-menu-link {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    min-height: 41px !important;
    padding: 0 12px !important;
    border: 0 !important;
    background: transparent !important;
    color: #fff !important;
    font-size: 12.8px !important;
    font-weight: 500 !important;
    line-height: 1 !important;
    text-align: center !important;
    text-decoration: none !important;
    white-space: nowrap !important;
    transition: background-color .12s ease, color .12s ease !important;
}

html body .tt-header-menu > .tt-menu-item:hover > .tt-menu-link,
html body .tt-header-menu > .tt-menu-item:focus-within > .tt-menu-link {
    background: #fff !important;
    color: #07344a !important;
}

html body .tt-header-menu > .tt-enterprise-item {
    margin-left: auto !important;
}

html body .tt-header-menu > .tt-enterprise-item > .tt-menu-link {
    gap: 8px !important;
    padding: 0 13px !important;
    background: #ff7a1a !important;
    color: #fff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
}

html body .tt-header-menu > .tt-enterprise-item:hover > .tt-menu-link,
html body .tt-header-menu > .tt-enterprise-item:focus-within > .tt-menu-link {
    background: #f06809 !important;
    color: #fff !important;
}

html body .tt-enterprise-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

html body .tt-enterprise-icon svg {
    width: 18px !important;
    height: 18px !important;
}

html body .tt-menu-panel {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    z-index: 10040 !important;
    display: block !important;
    width: 220px !important;
    min-width: 220px !important;
    background: #fff !important;
    border: 0 !important;
    border-radius: 0 !important;
    box-shadow: 0 7px 16px rgba(20, 35, 48, .12) !important;
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
    transform: translate3d(0, 8px, 0) !important;
    transition: opacity .12s ease, transform .12s ease, visibility 0s linear .12s !important;
    transition-delay: 0s !important;
}

html body .tt-header-menu > .tt-menu-item > .tt-menu-panel::before {
    content: "" !important;
    position: absolute !important;
    top: -9px !important;
    left: 17px !important;
    width: 0 !important;
    height: 0 !important;
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    border-bottom: 9px solid #fff !important;
}

html body .tt-menu-panel .tt-menu-panel {
    top: 0 !important;
    left: 100% !important;
    transform: translate3d(8px, 0, 0) !important;
}

html body .tt-menu-item:hover > .tt-menu-panel,
html body .tt-menu-item:focus-within > .tt-menu-panel {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;
    transform: translate3d(0, 0, 0) !important;
    transition-delay: .18s !important;
}

html body .tt-submenu-link {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 39px !important;
    padding: 0 13px !important;
    border-bottom: 1px solid #dce4eb !important;
    background: #fff !important;
    color: #334351 !important;
    font-size: 13.8px !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    text-align: left !important;
    text-decoration: none !important;
    white-space: normal !important;
    transition: background-color .12s ease, color .12s ease !important;
}

html body .tt-has-children > .tt-submenu-link {
    justify-content: space-between !important;
}

html body .tt-submenu-link .tt-link-text {
    flex: 1 1 auto !important;
    text-align: left !important;
}

html body .tt-menu-panel > .tt-menu-item:last-child > .tt-submenu-link {
    border-bottom-color: transparent !important;
}

html body .tt-menu-panel > .tt-menu-item:hover > .tt-submenu-link,
html body .tt-menu-panel > .tt-menu-item:focus-within > .tt-submenu-link {
    background: #05324a !important;
    color: #fff !important;
}

html body .tt-header-categories .tt-header-menu .tt-menu-panel .tt-has-children > .tt-submenu-link::after {
    content: "" !important;
    display: block !important;
    position: static !important;
    flex: 0 0 auto !important;
    width: 7px !important;
    height: 7px !important;
    margin-left: auto !important;
    margin-right: 0 !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    border-top: 1.5px solid #7c8b96 !important;
    border-right: 1.5px solid #7c8b96 !important;
    border-left: 0 !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    background: transparent !important;
    transform: rotate(45deg) !important;
    transform-origin: center !important;
    transition: none !important;
}

html body .tt-header-categories .tt-header-menu .tt-menu-panel > .tt-menu-item:hover > .tt-submenu-link::after,
html body .tt-header-categories .tt-header-menu .tt-menu-panel > .tt-menu-item:focus-within > .tt-submenu-link::after {
    border-color: #fff #fff transparent transparent !important;
}

@media (max-width: 1500px) and (min-width: 901px) {
    html body .tt-header-menu > .tt-menu-item > .tt-menu-link {
        padding-left: 9px !important;
        padding-right: 9px !important;
        font-size: 12.5px !important;
    }

    html body .tt-header-menu > .tt-enterprise-item > .tt-menu-link {
        padding-left: 11px !important;
        padding-right: 11px !important;
    }
}

@media (max-width: 1180px) {
    html body .tt-header-categories {
        width: 100% !important;
        max-width: none !important;
        padding-left: 18px !important;
        padding-right: 18px !important;
        overflow-x: auto !important;
        overflow-y: visible !important;
    }

    html body .tt-header-menu {
        justify-content: flex-start !important;
        width: max-content !important;
    }

    html body .tt-header-menu > .tt-enterprise-item {
        margin-left: 12px !important;
    }
}

@media (max-width: 760px) {
    html body .tt-header-menu > .tt-menu-item > .tt-menu-link {
        padding-left: 12px !important;
        padding-right: 12px !important;
        font-size: 13px !important;
    }
}

@media (max-width: 760px) {
    html,
    body {
        max-width: 100%;
        overflow-x: hidden;
    }

    body {
        padding-top: var(--tt-header-total-height, 146px);
    }

    .tt-global-header {
        font-size: 14px;
    }

    .tt-header-main {
        grid-template-columns: minmax(112px, 1fr) 38px 38px;
        width: calc(100% - 20px);
        min-height: 0;
        padding: 9px 0 10px;
        row-gap: 8px;
        column-gap: 8px;
    }

    .tt-header-main > * + * {
        margin-left: 0;
        padding-left: 0;
    }

    .tt-header-main > * + *::before {
        display: none;
    }

    .tt-header-logo {
        min-height: 42px;
    }

    .tt-header-logo img {
        width: 124px;
        max-height: 42px;
    }

    .tt-header-search {
        grid-column: 1 / -1;
        grid-row: 2;
        height: 38px;
        margin-top: 0;
        grid-template-columns: minmax(0, 1fr) 42px;
    }

    .tt-header-search input[type="search"],
    .tt-header-search button {
        height: 38px;
    }

    .tt-header-search input[type="search"] {
        padding: 0 12px;
        font-size: 13px;
    }

    .tt-header-about,
    .tt-header-phone strong {
        display: none !important;
    }

    .tt-header-phone,
    .tt-header-account,
    .tt-global-cart {
        width: 38px;
        min-width: 38px;
        min-height: 38px;
        padding: 0;
    }

    .tt-header-phone {
        grid-column: 2;
        justify-self: end;
    }

    .tt-header-account {
        display: none;
    }

    .tt-global-cart {
        grid-column: 3;
        justify-self: end;
        gap: 0;
    }

    .tt-global-cart .tt-icon-wrap {
        width: 38px;
        height: 38px;
    }

    .tt-global-header svg {
        width: 20px;
        height: 20px;
    }

    .tt-cart-copy {
        display: none !important;
    }

    html body .tt-header-categories {
        width: 100% !important;
        max-width: none !important;
        min-height: 39px;
        padding: 0 10px !important;
        overflow-x: auto !important;
        overflow-y: hidden !important;
        -webkit-overflow-scrolling: touch;
    }

    html body .tt-header-menu {
        width: max-content !important;
        min-height: 39px !important;
        justify-content: flex-start !important;
    }

    html body .tt-header-menu > .tt-menu-item > .tt-menu-link {
        min-height: 39px !important;
        padding-left: 11px !important;
        padding-right: 11px !important;
        font-size: 12.6px !important;
        line-height: 1 !important;
    }

    html body .tt-header-menu > .tt-menu-item:hover > .tt-menu-link,
    html body .tt-header-menu > .tt-menu-item:focus-within > .tt-menu-link {
        background: transparent !important;
        color: #fff !important;
    }

    html body .tt-menu-panel,
    html body .tt-menu-panel .tt-menu-panel {
        display: none !important;
    }

    .tt-shop-footer {
        margin-top: 30px;
    }

    .tt-footer-main {
        gap: 20px;
        padding: 30px 16px 24px;
    }

    .tt-footer-logo img {
        width: 138px;
        max-height: 48px;
    }

    .tt-shop-footer h2 {
        margin-bottom: 10px;
        font-size: 15px;
    }

    .tt-shop-footer p,
    .tt-footer-links a {
        font-size: 13px;
    }

    .tt-footer-bottom {
        gap: 8px;
        padding: 14px 16px;
        font-size: 12px;
    }

    body.home .tt-gb2-slider,
    body.home .tt-gb2-categories,
    body.home .tt-gb2-brands {
        width: calc(100% - 20px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.home .tt-gb2-categories,
    body.home .tt-gb2-brands {
        margin-top: 18px !important;
    }

    body.home .tt-gb2-section-title,
    body.home .tt-gb2-categories h2,
    body.home .tt-gb2-brands h2,
    body.home h2 {
        font-size: 21px !important;
        line-height: 1.25 !important;
    }

    body.home ul.products {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 10px !important;
        width: calc(100% - 20px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.home ul.products li.product {
        min-width: 0 !important;
        padding: 9px !important;
    }

    body.home ul.products li.product img {
        height: 118px !important;
        object-fit: contain !important;
    }

    body.home ul.products li.product .woocommerce-loop-product__title {
        display: block !important;
        min-height: 0 !important;
        height: auto !important;
        max-height: none !important;
        font-size: 12px !important;
        line-height: 1.35 !important;
        white-space: normal !important;
        overflow: visible !important;
        text-overflow: clip !important;
        overflow-wrap: break-word !important;
        -webkit-line-clamp: unset !important;
        line-clamp: unset !important;
        -webkit-box-orient: initial !important;
    }

    body.home .tt-archive-card-features {
        display: none !important;
    }

    body.home ul.products li.product .price {
        font-size: 13px !important;
    }

    body.home ul.products li.product .button {
        min-height: 32px !important;
        font-size: 12px !important;
    }

    .woocommerce-cart .entry-content,
    .woocommerce-checkout .entry-content,
    .woocommerce-account .entry-content {
        width: calc(100% - 20px) !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .woocommerce-cart-form,
    .woocommerce-checkout-review-order,
    .woocommerce table.shop_table {
        max-width: 100% !important;
    }

    .woocommerce-cart-form {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .woocommerce table.shop_table {
        font-size: 13px !important;
    }

    .woocommerce-cart table.cart td,
    .woocommerce-cart table.cart th,
    .woocommerce-checkout table.shop_table td,
    .woocommerce-checkout table.shop_table th {
        padding: 9px 8px !important;
    }

    .woocommerce-cart .coupon {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 8px !important;
        float: none !important;
        width: 100% !important;
        margin-bottom: 10px !important;
    }

    .woocommerce-cart .coupon input,
    .woocommerce-cart .coupon button,
    .woocommerce-cart .actions > button,
    .woocommerce .cart-collaterals .cart_totals,
    .woocommerce-checkout .col2-set .col-1,
    .woocommerce-checkout .col2-set .col-2 {
        width: 100% !important;
        max-width: 100% !important;
    }

    .woocommerce-cart .cart-collaterals,
    .woocommerce-cart .cart_totals,
    .woocommerce-checkout .col2-set,
    .woocommerce-checkout #order_review,
    .woocommerce-checkout #order_review_heading {
        width: 100% !important;
        float: none !important;
    }

    .woocommerce-checkout .col2-set {
        display: grid !important;
        gap: 14px !important;
    }

    .woocommerce form .form-row-first,
    .woocommerce form .form-row-last {
        width: 100% !important;
        float: none !important;
    }

    .woocommerce input.input-text,
    .woocommerce textarea,
    .woocommerce select {
        min-height: 40px;
        font-size: 14px !important;
    }

    .wp-block-woocommerce-cart.alignwide,
    .wp-block-woocommerce-checkout.alignwide,
    .wc-block-components-sidebar-layout,
    .wc-block-components-main,
    .wc-block-components-sidebar {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    .wc-block-cart-items {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
    }

    .wc-block-cart-items thead,
    .wc-block-cart-items__header {
        display: none !important;
    }

    .wc-block-cart-items tbody {
        display: block !important;
        width: 100% !important;
    }

    .wc-block-cart-items__row {
        display: grid !important;
        grid-template-columns: 76px minmax(0, 1fr) !important;
        gap: 12px !important;
        width: 100% !important;
        padding: 14px 0 !important;
        border-bottom: 1px solid #dfe7ee !important;
    }

    .wc-block-cart-item__image,
    .wc-block-cart-item__product,
    .wc-block-cart-item__total {
        display: block !important;
        width: 100% !important;
        padding: 0 !important;
    }

    .wc-block-cart-item__image {
        grid-column: 1 !important;
    }

    .wc-block-cart-item__image img {
        width: 76px !important;
        height: 76px !important;
        object-fit: contain !important;
        background: #fff !important;
    }

    .wc-block-cart-item__product {
        grid-column: 2 !important;
        min-width: 0 !important;
    }

    .wc-block-cart-item__wrap {
        width: 100% !important;
        max-width: 100% !important;
        margin: 0 !important;
        min-width: 0 !important;
    }

    .wc-block-components-product-name {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        white-space: normal !important;
        overflow-wrap: anywhere !important;
        font-size: 13px !important;
        line-height: 1.35 !important;
    }

    .wc-block-cart-item__prices,
    .wc-block-cart-item__quantity {
        margin-top: 8px !important;
    }

    .wc-block-components-product-metadata {
        display: none !important;
    }

    .wc-block-cart-item__total {
        display: none !important;
    }

    .wc-block-components-sidebar {
        margin-top: 16px !important;
    }

    .wc-block-cart__totals-title,
    .wc-block-components-totals-wrapper,
    .wc-block-cart__submit {
        width: 100% !important;
        max-width: 100% !important;
    }

    .wc-block-cart__submit-container:not(.wc-block-cart__submit-container--sticky) {
        width: 100% !important;
    }
}

@media (max-width: 420px) {
    .tt-header-logo img {
        width: 118px;
    }

    html body .tt-header-menu > .tt-menu-item > .tt-menu-link {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 760px) {
    body {
        padding-top: var(--tt-header-total-height, 114px);
    }

    body.tt-mobile-menu-open {
        overflow: hidden;
    }

    .tt-global-header,
    .tt-global-header.tt-header-is-compact {
        transform: translateY(0) !important;
    }

    .tt-global-header {
        box-shadow: 0 3px 10px rgba(6, 17, 27, .18);
    }

    .tt-header-main {
        display: grid;
        grid-template-columns: 50px minmax(0, 1fr) 40px 50px;
        grid-template-rows: 65px 42px;
        align-items: center;
        width: 100%;
        min-height: 114px;
        max-width: none;
        margin: 0;
        padding: 0 7px 7px;
        row-gap: 0;
        column-gap: 0;
    }

    .tt-header-main > * + *,
    .tt-header-main > .tt-mobile-menu-toggle + .tt-header-logo {
        margin-left: 0;
        padding-left: 0;
    }

    .tt-header-main > * + *::before {
        display: none !important;
    }

    .tt-mobile-menu-toggle {
        display: inline-flex !important;
        grid-column: 1;
        grid-row: 1;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 50px;
        height: 65px;
        padding: 0;
        border: 0;
        border-radius: 0;
        background: transparent;
        color: #fff;
        cursor: pointer;
        font-size: 10px;
        font-weight: 500;
        line-height: 1;
    }

    .tt-mobile-menu-toggle:focus {
        outline: 0;
    }

    .tt-mobile-menu-toggle svg {
        width: 24px;
        height: 24px;
        margin-bottom: 3px;
        stroke-width: 2.3;
    }

    .tt-mobile-menu-toggle span {
        display: block;
    }

    .tt-header-logo {
        grid-column: 2;
        grid-row: 1;
        justify-content: center;
        min-height: 65px;
    }

    .tt-header-logo img {
        width: 132px;
        max-height: 46px;
    }

    .tt-header-about,
    .tt-header-phone {
        display: none !important;
    }

    .tt-header-account {
        display: inline-flex !important;
        grid-column: 3;
        grid-row: 1;
        justify-self: center;
        width: 40px;
        min-width: 40px;
        height: 65px;
        min-height: 65px;
        padding: 0;
    }

    .tt-header-account::after {
        width: 22px;
        height: 22px;
        background-size: 22px 22px;
    }

    .tt-global-cart {
        grid-column: 4;
        grid-row: 1;
        justify-self: end;
        width: 50px;
        min-width: 50px;
        height: 65px;
        min-height: 65px;
        padding: 0;
        gap: 0;
    }

    .tt-global-cart .tt-icon-wrap {
        width: 50px;
        height: 65px;
        border-radius: 0;
        background: transparent;
        color: #a0cf19;
    }

    .tt-global-header svg {
        width: 23px;
        height: 23px;
    }

    .tt-cart-copy {
        display: none !important;
    }

    .tt-header-search {
        grid-column: 1 / -1;
        grid-row: 2;
        display: grid;
        grid-template-columns: minmax(0, 1fr) 40px;
        width: 100%;
        height: 35px;
        margin: 0;
        padding: 0;
        box-shadow: 0 2px 5px rgba(6, 17, 27, .12);
    }

    .tt-header-search input[type="search"] {
        height: 35px;
        padding: 0 12px;
        border-radius: 3px 0 0 3px;
        font-size: 16px;
        line-height: 35px;
    }

    .tt-header-search button {
        height: 35px;
        border-radius: 0 3px 3px 0;
        background: #05324a;
    }

    html body .tt-header-categories {
        position: fixed !important;
        top: var(--tt-header-total-height, 114px) !important;
        left: 0 !important;
        bottom: 0 !important;
        z-index: 10003 !important;
        display: block !important;
        width: min(380px, 94vw) !important;
        max-width: min(380px, 94vw) !important;
        min-height: 0 !important;
        height: calc(100vh - var(--tt-header-total-height, 114px)) !important;
        max-height: calc(100vh - var(--tt-header-total-height, 114px)) !important;
        margin: 0 !important;
        padding: 8px 0 18px !important;
        border-top: 0 !important;
        background: #fff !important;
        box-shadow: 16px 0 28px rgba(6, 17, 27, .18);
        overflow-x: hidden !important;
        overflow-y: auto !important;
        transform: translateX(-104%);
        transition: transform .22s ease;
        -webkit-overflow-scrolling: touch;
    }

    body.tt-mobile-menu-open .tt-header-categories {
        transform: translateX(0);
    }

    html body .tt-header-menu {
        display: block !important;
        width: 100% !important;
        min-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    html body .tt-header-menu > .tt-menu-item {
        display: block !important;
        width: 100% !important;
    }

    html body .tt-header-menu > .tt-menu-item > .tt-menu-link {
        display: flex !important;
        justify-content: flex-start !important;
        width: 100% !important;
        min-height: 46px !important;
        padding: 0 18px !important;
        border-bottom: 1px solid #e5edf3 !important;
        color: #20303d !important;
        background: #fff !important;
        font-size: 14px !important;
        font-weight: 500 !important;
        line-height: 1.2 !important;
        text-align: left !important;
    }

    html body .tt-header-menu > .tt-menu-item:hover > .tt-menu-link,
    html body .tt-header-menu > .tt-menu-item:focus-within > .tt-menu-link {
        background: #eef7fb !important;
        color: #05324a !important;
    }

    html body .tt-header-menu > .tt-menu-item > .tt-menu-link::after,
    html body .tt-header-menu .tt-menu-panel {
        display: none !important;
    }

    .tt-mobile-menu-backdrop:not([hidden]) {
        position: fixed;
        top: var(--tt-header-total-height, 114px);
        right: 0;
        bottom: 0;
        left: 0;
        height: calc(100vh - var(--tt-header-total-height, 114px));
        z-index: 10002;
        display: block;
        border: 0;
        background: rgba(5, 50, 74, .38);
        cursor: pointer;
    }
}

@media (max-width: 420px) {
    .tt-header-logo img {
        width: 126px;
    }
}

@media (max-width: 760px) {
    html,
    body {
        width: 100% !important;
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    #main,
    .site-main,
    .ct-container,
    .ct-container-full,
    .entry-content,
    .hero-section,
    .ct-no-results,
    .wp-block-group,
    .wp-site-blocks {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
    }

    .ct-container {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }

    .ct-container-full {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .page-description {
        display: block !important;
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .ct-search-form {
        width: 100% !important;
        max-width: calc(100vw - 32px) !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    html body .tt-header-menu .tt-menu-item {
        position: relative !important;
    }

    html body .tt-header-menu .tt-has-children > .tt-menu-link,
    html body .tt-header-menu .tt-has-children > .tt-submenu-link {
        padding-right: 56px !important;
    }

    html body .tt-submenu-toggle {
        position: absolute !important;
        top: 0 !important;
        right: 0 !important;
        z-index: 2 !important;
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 48px !important;
        height: 46px !important;
        min-height: 46px !important;
        padding: 0 !important;
        border: 0 !important;
        border-left: 1px solid #e5edf3 !important;
        border-radius: 0 !important;
        background: transparent !important;
        color: #5b6b78 !important;
        cursor: pointer !important;
    }

    html body .tt-submenu-toggle::before {
        content: "" !important;
        display: block !important;
        width: 9px !important;
        height: 9px !important;
        border-right: 2px solid currentColor !important;
        border-bottom: 2px solid currentColor !important;
        margin-top: -4px !important;
        transform: rotate(45deg) !important;
        transform-origin: center !important;
        transition: transform .18s ease !important;
    }

    html body .tt-submenu-open > .tt-submenu-toggle::before {
        margin-top: 4px !important;
        transform: rotate(225deg) !important;
    }

    html body .tt-header-menu .tt-menu-panel {
        position: static !important;
        top: auto !important;
        left: auto !important;
        z-index: auto !important;
        display: none !important;
        width: 100% !important;
        min-width: 0 !important;
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        border: 0 !important;
        background: transparent !important;
        box-shadow: none !important;
        opacity: 1 !important;
        visibility: visible !important;
        pointer-events: auto !important;
        transform: none !important;
        transition: none !important;
    }

    html body .tt-header-menu .tt-menu-panel::before {
        display: none !important;
    }

    html body .tt-header-menu .tt-submenu-open > .tt-menu-panel {
        display: block !important;
    }

    html body .tt-header-menu .tt-menu-panel .tt-submenu-link {
        display: flex !important;
        align-items: center !important;
        justify-content: flex-start !important;
        width: 100% !important;
        min-height: 42px !important;
        padding: 0 18px 0 34px !important;
        border-bottom: 1px solid #e5edf3 !important;
        background: #f7fbfd !important;
        color: #344554 !important;
        font-size: 13.4px !important;
        font-weight: 400 !important;
        line-height: 1.25 !important;
        text-align: left !important;
        white-space: normal !important;
    }

    html body .tt-header-menu .tt-menu-depth-2 .tt-submenu-link {
        padding-left: 50px !important;
        background: #fff !important;
        font-size: 13px !important;
    }

    html body .tt-header-menu .tt-menu-depth-3 .tt-submenu-link {
        padding-left: 64px !important;
    }

    html body .tt-header-menu .tt-menu-panel .tt-submenu-link:hover,
    html body .tt-header-menu .tt-menu-panel .tt-submenu-link:focus-visible {
        background: #eef7fb !important;
        color: #05324a !important;
    }

    html body .tt-header-menu .tt-menu-panel .tt-submenu-toggle {
        height: 42px !important;
        min-height: 42px !important;
    }

    html body .tt-header-categories .tt-header-menu .tt-menu-panel .tt-has-children > .tt-submenu-link::after {
        content: none !important;
        display: none !important;
    }
}

@media (min-width: 901px) {
    body.home .tt-gb2-home,
    body.home .tt-gb2-slider,
    body.home .tt-gb2-categories,
    body.home .tt-gb2-brands {
        width: calc(100% - 32px) !important;
        max-width: 1400px !important;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    body.home .tt-gb2-home .woocommerce ul.products,
    body.home .tt-gb2-home .woocommerce.columns-5 ul.products,
    body.woocommerce-shop .tt-archive-main ul.products,
    body.tax-product_cat .tt-archive-main ul.products,
    body.post-type-archive-product .tt-archive-main ul.products {
        gap: 12px 8px !important;
        column-gap: 8px !important;
        row-gap: 12px !important;
    }
}

body.home .tt-gb2-slider {
    background: transparent !important;
}

body.home .tt-gb2-slider-track,
body.home .tt-gb-slide,
body.home .tt-gb-slide img {
    border-radius: inherit !important;
}

body.home .tt-gb-slide img {
    background: transparent !important;
}

@media (max-width: 760px) {
    body.home .tt-gb2-slider {
        height: auto !important;
        min-height: 0 !important;
        max-height: none !important;
        aspect-ratio: 1600 / 500 !important;
        background: #f7fbfd !important;
    }

    body.home .tt-gb2-slider-track,
    body.home .tt-gb-slide {
        height: 100% !important;
        transform: none !important;
    }

    body.home .tt-gb-slide img {
        width: 100% !important;
        height: 100% !important;
        object-fit: contain !important;
        object-position: center center !important;
    }

    body.home ul.products li.product figure,
    body.home ul.products li.product .ct-woo-card-media {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        height: 142px !important;
        min-height: 142px !important;
        margin-bottom: 8px !important;
    }

    body.home ul.products li.product figure > a.ct-media-container,
    body.home ul.products li.product .ct-woo-card-media > a,
    body.home ul.products li.product .ct-media-container {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        width: 100% !important;
        height: 100% !important;
        min-height: 0 !important;
    }

    body.home ul.products li.product img,
    body.home ul.products li.product img.wp-post-image {
        width: 100% !important;
        height: 100% !important;
        max-height: 142px !important;
        aspect-ratio: auto !important;
        object-fit: contain !important;
    }

    body.home::before,
    body.single-product::before,
    body.woocommerce-shop::before,
    body.post-type-archive-product::before,
    body.tax-product_cat::before,
    body.woocommerce-archive::before {
        inset: auto !important;
        top: -420px !important;
        right: auto !important;
        bottom: auto !important;
        left: 50% !important;
        width: 1600px !important;
        height: 1600px !important;
        max-width: none !important;
        max-height: none !important;
        margin-left: -800px !important;
        background-position: center 0 !important;
        background-size: 620px auto !important;
        transform: translate3d(0, 0, 0) rotate(-10deg) !important;
        transform-origin: center center !important;
        backface-visibility: hidden !important;
        will-change: auto !important;
    }

    body.home .tt-gb2-home {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    body.home .tt-gb2-slider,
    body.home .tt-gb2-categories {
        width: 100% !important;
        max-width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    body.home ul.products,
    body.home .tt-gb2-home .woocommerce ul.products,
    body.home .tt-gb2-home .woocommerce.columns-5 ul.products,
    body.woocommerce-shop .tt-archive-main ul.products,
    body.tax-product_cat .tt-archive-main ul.products,
    body.post-type-archive-product .tt-archive-main ul.products {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 8px 6px !important;
        column-gap: 6px !important;
        row-gap: 8px !important;
    }

    body.woocommerce-shop .site-main > .ct-container,
    body.tax-product_cat .site-main > .ct-container,
    body.post-type-archive-product .site-main > .ct-container,
    body.woocommerce-shop .site-main > .ct-container-full,
    body.tax-product_cat .site-main > .ct-container-full,
    body.post-type-archive-product .site-main > .ct-container-full {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 4px !important;
        padding-right: 4px !important;
    }

    body.woocommerce-shop .tt-archive-breadcrumb,
    body.tax-product_cat .tt-archive-breadcrumb,
    body.post-type-archive-product .tt-archive-breadcrumb,
    body.woocommerce-shop .tt-archive-layout,
    body.tax-product_cat .tt-archive-layout,
    body.post-type-archive-product .tt-archive-layout {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
