:root {
    --mds-color-main: #ff8a4c;
    --tb-logo-blue: #315aa6;
    --tb-logo-blue-dark: #203d78;
    --tb-logo-blue-soft: #e9eef9;
    --tb-logo-orange: #ff8a4c;
    --tb-logo-orange-dark: #df6730;
    --tb-logo-ink: #17233d;
    --tb-text: #41494f;
    --tb-muted: #646f79;
    --tb-line: #edf4f8;
    --tb-bg-soft: #f4f8fb;
}

body {
    background: #ffffff;
    color: var(--tb-text) !important;
    font-family: "Open Sans", var(--mds-font-main), -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

#wrapper.index-wrapper {
    position: relative;
    overflow: hidden;
    padding-top: 30px;
    background-color: #ffffff;
    background-image: none;
}

#wrapper.index-wrapper > .container {
    position: relative;
    z-index: 3;
}

#wrapper.index-wrapper::before {
    display: none;
}

#wrapper.index-wrapper .h1-title-nvs {
    visibility: hidden;
    height: 0 !important;
    margin: 0 !important;
    color: transparent !important;
}

#wrapper.index-wrapper .h1-title-nvs .tb-title-char {
    display: inline-block;
    will-change: transform, opacity;
}

#wrapper.index-wrapper .bn-container-ds {
    position: relative;
    z-index: 3;
    padding: 12px;
    border: 1px solid rgba(49, 90, 166, 0.12);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.92), rgba(244, 248, 251, 0.86)),
        linear-gradient(120deg, rgba(255, 138, 76, 0.12), transparent 36%, rgba(49, 90, 166, 0.1));
    box-shadow: 0 18px 44px rgba(23, 35, 61, 0.1);
    backdrop-filter: blur(6px);
}

#wrapper.index-wrapper .bn-container-ds img {
    border-radius: 6px;
}

.bn-container,
.section-index-bn .col-index-bn {
    animation: tbBannerEnter 0.86s cubic-bezier(0.16, 1, 0.3, 1) both;
}

.bn-container:nth-of-type(2),
.section-index-bn .col-index-bn:nth-child(2) {
    animation-delay: 0.14s;
}

.bn-inner,
.section-index-bn .col-index-bn a {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
    isolation: isolate;
    transform: translateZ(0);
}

.bn-inner::before,
.section-index-bn .col-index-bn a::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: inherit;
    pointer-events: none;
}

.bn-inner::after,
.section-index-bn .col-index-bn a::after {
    content: "";
    position: absolute;
    top: -40%;
    bottom: -40%;
    left: -55%;
    z-index: 3;
    width: 38%;
    background: linear-gradient(105deg, transparent, rgba(255, 255, 255, 0.5), transparent);
    transform: rotate(12deg);
    animation: tbBannerShine 4.8s ease-in-out infinite;
    pointer-events: none;
}

.bn-inner img,
.section-index-bn .col-index-bn a img {
    display: block;
    transition: transform 0.7s cubic-bezier(0.16, 1, 0.3, 1), filter 0.7s ease;
}

.bn-container:hover .bn-inner,
.section-index-bn .col-index-bn:hover a {
    box-shadow: 0 24px 58px rgba(49, 90, 166, 0.18);
}

.bn-container:hover .bn-inner img,
.section-index-bn .col-index-bn:hover a img {
    transform: scale(1.025);
    filter: saturate(1.08) contrast(1.03);
}

.tb-shop-motion-host {
    position: relative;
}

.tb-hero-motion {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 390px;
    z-index: 2;
    overflow: hidden;
    pointer-events: none;
}

.tb-motion-grid {
    position: absolute;
    inset: -40px;
    display: block;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.09) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px);
    background-size: 72px 72px;
    opacity: 0.42;
    mask-image: linear-gradient(90deg, transparent, #000 18%, #000 82%, transparent);
    animation: tbGridShift 18s linear infinite;
}

.tb-motion-line,
.tb-motion-panel,
.tb-motion-scan {
    position: absolute;
    display: block;
    will-change: transform, opacity;
}

.tb-motion-line {
    height: 2px;
    background: linear-gradient(90deg, transparent, rgba(255, 138, 76, 0.86), rgba(49, 90, 166, 0.76), transparent);
    box-shadow: 0 0 18px rgba(255, 138, 76, 0.28);
    opacity: 0.52;
    animation: tbLineFlow 10.4s ease-in-out infinite;
}

.tb-motion-line-a {
    top: 24%;
    left: -16%;
    width: 52%;
    transform: rotate(-8deg);
}

.tb-motion-line-b {
    top: 56%;
    right: -22%;
    width: 62%;
    transform: rotate(10deg);
    animation-delay: 0.42s;
}

.tb-motion-line-c {
    bottom: 18%;
    left: 10%;
    width: 36%;
    transform: rotate(3deg);
    animation-delay: 0.84s;
}

.tb-motion-panel {
    width: 220px;
    height: 120px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-left-color: rgba(255, 138, 76, 0.56);
    border-bottom-color: rgba(49, 90, 166, 0.46);
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(255, 255, 255, 0.1), transparent 52%),
        linear-gradient(90deg, transparent 48%, rgba(255, 255, 255, 0.16) 49%, transparent 50%);
    background-size: auto, 28px 100%;
    opacity: 0.24;
    animation: tbPanelFloat 8.4s ease-in-out infinite;
}

.tb-motion-panel-a {
    top: 15%;
    right: 12%;
    transform: skewY(-6deg);
}

.tb-motion-panel-b {
    bottom: 12%;
    left: 4%;
    transform: skewY(7deg) scale(0.85);
    animation-delay: 0.62s;
}

.tb-motion-scan {
    top: 0;
    left: 0;
    width: 100%;
    height: 18%;
    background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.13), transparent);
    opacity: 0.18;
    animation: tbScan 8.6s ease-in-out infinite;
}

.tb-logo-animated {
    transform-origin: 50% 50%;
    will-change: transform, filter;
    animation: tbLogoPulse 1.1s ease-out 0.5s 1;
}

.tb-shop-reveal {
    opacity: 0;
    transform: translateY(22px);
}

.tb-shop-revealed {
    animation: tbRevealUp 0.78s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

a {
    color: var(--tb-logo-blue);
}

a:hover,
a:focus,
a:active {
    color: var(--tb-logo-orange) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.section .title,
.product-card .product-title {
    color: var(--tb-logo-ink);
}

#header {
    position: sticky;
    top: 0;
    z-index: 1000;
    /* Keep account/admin dropdowns visible outside the sticky header. */
    overflow: visible;
    background-color: var(--tb-logo-ink);
    background-image:
        linear-gradient(120deg, rgba(255, 138, 76, 0.22), transparent 32%),
        linear-gradient(300deg, rgba(49, 90, 166, 0.26), transparent 38%),
        linear-gradient(90deg, rgba(23, 35, 61, 0.76), rgba(23, 35, 61, 0.38)),
        url("../img/tunnelbiz-officex.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    border-bottom: 1px solid rgba(237, 244, 248, 0.92);
    box-shadow: 0 16px 34px rgba(23, 35, 61, 0.08);
    backdrop-filter: blur(12px);
}

#header::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(120deg, rgba(255, 138, 76, 0.2), transparent 28%),
        linear-gradient(300deg, rgba(49, 90, 166, 0.2), transparent 34%);
    pointer-events: none;
}

#header .top-bar,
#header .main-menu,
#header .mobile-nav-container {
    position: relative;
    z-index: 3;
}

/* The account dropdown opens across the main menu. Keep its stacking context
   above later header rows so the menu remains visible and clickable. */
#header .top-bar {
    z-index: 5;
}

#header .tb-hero-motion {
    height: 100%;
}

.main-menu,
.nav-top,
.nav-main .navbar {
    background: transparent;
}

.top-bar {
    background: rgba(255, 255, 255, 0.72);
    border-bottom: 1px solid rgba(237, 244, 248, 0.35);
    backdrop-filter: blur(8px);
}

.top-bar .navbar-nav {
    padding: 7px 0;
}

.top-bar .navbar-nav .nav-item .nav-link,
.top-bar .navbar-nav .nav-item .auth-sep,
.top-bar .btn-modal-location {
    color: var(--tb-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0;
}

.top-bar .navbar-nav .nav-item .nav-link:hover,
.top-bar .btn-modal-location:hover {
    color: var(--tb-logo-blue) !important;
}

.top-bar .mds-svg-icon,
.top-bar .navbar-nav .nav-item .nav-link i {
    color: var(--tb-logo-orange);
    fill: var(--tb-logo-orange);
}

.nav-top {
    padding: 16px 0;
}

.nav-top .nav-top-left .logo {
    margin-right: 26px;
}

.nav-top .nav-top-left .logo a img,
.nav-mobile-header-container .mobile-logo a img,
#footer .footer-logo img {
    object-fit: contain;
    filter: drop-shadow(0 8px 18px rgba(2, 9, 23, 0.24));
}

.top-search-bar {
    overflow: hidden;
    border: 1px solid #dfe9f5 !important;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 30px rgba(49, 90, 166, 0.08);
}

.top-search-bar .input-search {
    height: 48px;
    background: #ffffff;
    color: var(--tb-logo-ink);
    font-size: 14px;
    font-weight: 400;
}

.top-search-bar .input-search::placeholder {
    color: #7d8791;
}

.top-search-bar .btn-search {
    height: 48px;
    padding: 0 18px;
    background: linear-gradient(135deg, var(--tb-logo-orange), var(--tb-logo-orange-dark)) !important;
    color: #ffffff !important;
}

.top-search-bar .btn-search i {
    color: #ffffff !important;
}

.nav-top .nav-top-right .nav > li > a {
    min-height: 44px;
    padding: 8px 10px;
    color: #ffffff;
    font-weight: 700;
    text-shadow: 0 10px 22px rgba(2, 9, 23, 0.28);
}

.li-main-nav-right a i {
    color: #ffffff;
}

.nav-top .nav-top-right .nav > li > a:hover,
.li-main-nav-right a:hover i {
    color: var(--tb-logo-orange) !important;
}

.nav-item-cart a .notification,
.span-message-4652,
.message-notification,
.nav-mobile-header-container .a-mobile-cart .notification {
    background: var(--tb-logo-orange);
    color: #ffffff;
}

.nav-main {
    background: linear-gradient(135deg, var(--tb-logo-ink), var(--tb-logo-blue-dark));
    border: 0;
}

.nav-main .navbar ul .nav-item .nav-link {
    color: rgba(255, 255, 255, 0.9);
    font-size: 13px;
    font-weight: 700;
    padding: 14px 11px;
}

.nav-main .navbar ul .nav-item .nav-link:hover,
.nav-main .navbar ul .nav-item.show .nav-link {
    color: #ffffff !important;
}

.nav-main .navbar > .navbar-nav > .nav-item:hover .nav-link:before {
    background: var(--tb-logo-orange);
    height: 3px;
}

.mega-menu .dropdown .dropdown-menu,
.mega-menu .dropdown-menu-more-items,
.profile-dropdown .dropdown-menu,
.top-menu-dropdown .dropdown-menu,
.search-results-ajax {
    border: 1px solid var(--tb-line);
    border-radius: 8px !important;
    box-shadow: 0 24px 54px rgba(23, 35, 61, 0.12) !important;
}

.section-main-slider {
    background-color: var(--tb-bg-soft);
    background-image: none;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-main-slider .main-slider {
    height: 560px;
}

.section-main-slider .main-slider .item {
    height: 560px;
    background-image: none;
}

.section-main-slider .swiper-slide::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(120deg, rgba(255, 138, 76, 0.24), transparent 30%),
        linear-gradient(300deg, rgba(49, 90, 166, 0.28), transparent 36%),
        linear-gradient(90deg, rgba(23, 35, 61, 0.76), rgba(23, 35, 61, 0.28));
    pointer-events: none;
}

.section-main-slider .main-slider .item .container {
    position: relative;
    z-index: 2;
}

.section-main-slider .main-slider .item .caption {
    width: 660px;
    text-align: left;
}

.section-main-slider .main-slider .item .caption .title {
    color: #ffffff !important;
    font-size: 3rem;
    font-weight: 800;
    line-height: 1.12;
    letter-spacing: 0;
    text-shadow: 0 18px 36px rgba(2, 9, 23, 0.28);
}

.section-main-slider .main-slider .item .caption .description {
    max-width: 620px;
    color: rgba(255, 255, 255, 0.86) !important;
    font-size: 1.125rem;
    line-height: 1.65;
}

.btn-custom,
.btn-slider,
.modal-newsletter .btn,
.form-newsletter-footer .btn-custom,
.mobile-nav-buttons .btn-mobile-nav,
.mobile-nav-buttons .btn-mobile-nav-add {
    border-color: var(--tb-logo-orange) !important;
    background: linear-gradient(135deg, var(--tb-logo-orange), var(--tb-logo-orange-dark)) !important;
    color: #ffffff !important;
    border-radius: 8px;
    box-shadow: 0 14px 30px rgba(255, 138, 76, 0.22);
    font-weight: 700;
}

.btn-custom:hover,
.btn-custom:focus,
.btn-slider:hover,
.btn-slider:focus,
.modal-newsletter .btn:hover,
.form-newsletter-footer .btn-custom:hover {
    border-color: var(--tb-logo-blue) !important;
    background: linear-gradient(135deg, var(--tb-logo-blue), var(--tb-logo-blue-dark)) !important;
    color: #ffffff !important;
}

.btn-default,
.btn-light {
    border-color: var(--tb-line) !important;
    background: var(--tb-bg-soft) !important;
    color: var(--tb-logo-ink) !important;
}

.section {
    margin-bottom: 42px;
}

.section-latest-products {
    position: relative;
    isolation: isolate;
    margin-top: 22px;
    padding: 46px 0 38px;
}

.section-latest-products::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -2;
    width: 100vw;
    transform: translateX(-50%);
    background:
        linear-gradient(180deg, rgba(244, 248, 251, 0.94), rgba(255, 255, 255, 0.8)),
        linear-gradient(90deg, rgba(49, 90, 166, 0.08) 1px, transparent 1px),
        linear-gradient(0deg, rgba(49, 90, 166, 0.06) 1px, transparent 1px),
        linear-gradient(135deg, rgba(255, 138, 76, 0.12), transparent 34%, rgba(49, 90, 166, 0.1));
    background-size: auto, 58px 58px, 58px 58px, auto;
    animation: tbProductGridDrift 20s linear infinite;
}

.section-latest-products::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    z-index: -1;
    width: 100vw;
    transform: translateX(-50%);
    background:
        linear-gradient(112deg, transparent 0 18%, rgba(255, 138, 76, 0.2) 18.25%, transparent 18.9% 64%, rgba(49, 90, 166, 0.16) 64.25%, transparent 65%),
        repeating-linear-gradient(135deg, transparent 0 18px, rgba(49, 90, 166, 0.035) 18px 19px, transparent 19px 42px);
    opacity: 0.9;
    animation: tbProductSweep 12s ease-in-out infinite;
    pointer-events: none;
}

.section .section-header {
    height: auto;
    min-height: 44px;
    margin-bottom: 22px;
    border-bottom: 1px solid var(--tb-line);
}

.section-latest-products .product-showcase-header {
    position: relative;
    z-index: 2;
    min-height: 0;
    margin-bottom: 18px;
    border-bottom: 0;
}

.btn-view-products {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 38px;
    padding: 8px 14px;
    border: 1px solid #dfe9f5;
    border-radius: 8px;
    background: #ffffff;
    color: var(--tb-logo-blue);
    box-shadow: 0 10px 24px rgba(49, 90, 166, 0.08);
}

.btn-view-products:hover {
    border-color: var(--tb-logo-orange);
    background: var(--tb-logo-orange);
    color: #ffffff !important;
}

.btn-view-products svg {
    flex: 0 0 auto;
}

.section .title {
    font-size: 1.55rem;
    font-weight: 800;
    letter-spacing: 0;
}

.section .title::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50%;
    background: var(--tb-logo-orange);
    box-shadow: 0 0 0 6px rgba(255, 138, 76, 0.13);
    vertical-align: 2px;
}

.row-product {
    margin-right: -12px;
    margin-left: -12px;
}

.section-latest-products .row-product {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 26px;
    margin-right: 0;
    margin-left: 0;
    align-items: stretch;
}

.col-product {
    padding-right: 12px;
    padding-left: 12px;
}

.section-latest-products .col-product {
    max-width: none;
    margin-bottom: 0;
    padding-right: 0;
    padding-left: 0;
}

.product-card {
    border: 1px solid var(--tb-line);
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 12px 32px rgba(23, 35, 61, 0.06);
    will-change: transform, box-shadow;
}

.product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 22px 48px rgba(49, 90, 166, 0.16);
}

.product-card .product-image-container {
    border-bottom: 1px solid #eef3f8;
    background:
        linear-gradient(135deg, rgba(49, 90, 166, 0.05), transparent 48%),
        linear-gradient(180deg, #ffffff, var(--tb-bg-soft));
}

.product-card .product-image {
    padding: 14px;
    object-fit: contain;
}

.product-card:hover .product-image {
    transform: scale(1.035);
}

.product-card .product-card-badge {
    border-radius: 8px 0 8px 0;
}

.product-card .product-card-badge-red,
.product-card .product-card-badge-green {
    background: var(--tb-logo-orange);
}

.product-card .action-btn {
    border: 1px solid rgba(49, 90, 166, 0.12);
    color: var(--tb-logo-blue);
    box-shadow: 0 12px 24px rgba(23, 35, 61, 0.12);
}

.product-card .action-btn:hover {
    border-color: var(--tb-logo-orange);
    background: var(--tb-logo-orange);
    color: #ffffff !important;
}

.product-card .action-btn:hover i {
    color: #ffffff !important;
}

.product-card .card-body {
    padding: 1rem 1rem 1.1rem;
}

.product-card .product-title {
    font-size: 0.95rem;
    font-weight: 800;
    min-height: 40px;
    margin-bottom: 0.35rem;
}

.product-card .product-seller a {
    color: var(--tb-muted);
}

.product-card .product-seller {
    margin-bottom: 0.6rem;
    font-size: 0.76rem;
}

.product-card .product-rating {
    min-height: 22px;
    padding-top: 2px;
}

.product-card .product-price,
.product-card .price,
.price-green {
    color: var(--tb-logo-orange) !important;
    font-weight: 800;
}

.product-card .product-footer {
    margin-top: 0.75rem;
    padding-top: 0.75rem;
    border-top: 1px solid #eef3f8;
}

.product-card .product-price {
    justify-content: space-between;
    font-size: 1.08rem;
}

.product-rating .rating i,
.product-card .product-rating .rating i {
    color: #ffb84c;
}

.nav-mobile-header {
    background: #ffffff;
    border-bottom: 1px solid var(--tb-line);
    box-shadow: 0 10px 26px rgba(23, 35, 61, 0.08);
}

.nav-mobile-header-container .item-menu-icon a,
.nav-mobile-header-container .item-menu-icon button,
.nav-mobile-header-container .a-search-icon,
.nav-mobile-header-container .a-mobile-cart {
    color: var(--tb-logo-blue);
}

.nav-mobile {
    background: #ffffff;
}

.nav-mobile .nav-tabs-mobile-menu .active {
    color: #ffffff !important;
    background: linear-gradient(135deg, var(--tb-logo-blue), var(--tb-logo-blue-dark));
}

.nav-mobile .navbar-nav .nav-item .nav-link {
    color: var(--tb-logo-ink);
    font-weight: 700;
}

.modal-content,
.card,
.product-image-box,
.blog-item {
    border-color: var(--tb-line);
    border-radius: 8px;
}

#footer {
    margin-top: 80px;
    color: var(--tb-muted);
    background: #ffffff;
    border-top: 1px solid var(--tb-line);
}

#footer .footer-top {
    padding: 54px 0;
}

#footer .footer-title {
    color: var(--tb-logo-ink);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0;
}

#footer .footer-about,
#footer .nav-footer ul li a,
#footer .nav-footer-bottom li a,
#footer .footer-bottom .copyright,
.newsletter-footer .title-desc {
    color: var(--tb-muted);
}

#footer .nav-footer ul li a:hover,
#footer .nav-footer-bottom li a:hover {
    color: var(--tb-logo-orange) !important;
    border-color: var(--tb-logo-orange);
}

#footer .footer-social-links ul li a {
    border-color: #dbe5f3;
    color: var(--tb-logo-blue);
}

#footer .footer-social-links ul li a:hover {
    border-color: var(--tb-logo-orange) !important;
    color: var(--tb-logo-orange) !important;
}

#footer .footer-bottom {
    border-top: 1px solid var(--tb-line);
}

.form-newsletter-footer input {
    height: 46px;
    border-color: #dfe9f5;
    border-radius: 8px;
}

.form-newsletter-footer input:focus {
    border-color: var(--tb-logo-blue);
    box-shadow: 0 0 0 3px rgba(49, 90, 166, 0.12);
}

.cookies-warning {
    border: 1px solid var(--tb-line);
    border-radius: 8px;
    box-shadow: 0 22px 48px rgba(23, 35, 61, 0.16);
}

@keyframes tbGridShift {
    from {
        background-position: 0 0, 0 0;
    }

    to {
        background-position: 72px 72px, 72px 72px;
    }
}

@keyframes tbLineFlow {
    0%,
    100% {
        opacity: 0.34;
        translate: -30px 0;
    }

    50% {
        opacity: 0.78;
        translate: 90px 0;
    }
}

@keyframes tbPanelFloat {
    0%,
    100% {
        opacity: 0.2;
        translate: 0 12px;
    }

    50% {
        opacity: 0.38;
        translate: 0 -18px;
    }
}

@keyframes tbScan {
    from {
        transform: translateY(-30%);
    }

    to {
        transform: translateY(620%);
    }
}

@keyframes tbRevealUp {
    from {
        opacity: 0;
        transform: translateY(22px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes tbLogoPulse {
    0% {
        transform: scale(1);
        filter: drop-shadow(0 0 0 rgba(255, 138, 76, 0));
    }

    45% {
        transform: scale(1.08);
        filter: drop-shadow(0 0 10px rgba(255, 138, 76, 0.48));
    }

    100% {
        transform: scale(1);
        filter: drop-shadow(0 8px 18px rgba(23, 35, 61, 0.08));
    }
}

@keyframes tbProductGridDrift {
    from {
        background-position: 0 0, 0 0, 0 0, 0 0;
    }

    to {
        background-position: 0 0, 58px 58px, 58px 58px, 0 0;
    }
}

@keyframes tbProductSweep {
    0%,
    100% {
        opacity: 0.52;
        background-position: -120px 0, 0 0;
    }

    50% {
        opacity: 0.95;
        background-position: 140px 0, 42px 42px;
    }
}

@keyframes tbBannerEnter {
    from {
        opacity: 0;
        transform: translateY(24px) scale(0.985);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes tbBannerShine {
    0%,
    34% {
        left: -55%;
        opacity: 0;
    }

    48% {
        opacity: 0.86;
    }

    68%,
    100% {
        left: 118%;
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .tb-motion-grid,
    .tb-motion-line,
    .tb-motion-panel,
    .tb-motion-scan,
    .tb-logo-animated,
    .tb-shop-revealed,
    .bn-container,
    .section-index-bn .col-index-bn,
    .bn-inner::after,
    .section-index-bn .col-index-bn a::after {
        animation: none !important;
        transform: none !important;
        translate: none !important;
    }

    .section-latest-products::before,
    .section-latest-products::after {
        animation: none !important;
    }

    .tb-shop-reveal {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 991px) {
    #header {
        position: sticky;
    }

    .section-latest-products .row-product {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
    }

    .section-main-slider .main-slider,
    .section-main-slider .main-slider .item {
        height: 440px;
    }

    .section-main-slider .main-slider .item .caption .title {
        font-size: 2.25rem;
    }

    .section-main-slider .main-slider .item .caption .description {
        font-size: 1rem;
    }
}

@media (max-width: 767px) {
    .top-bar,
    .main-menu {
        display: none;
    }

    .section-main-slider .main-slider,
    .section-main-slider .main-slider .item {
        height: 380px;
    }

    #wrapper.index-wrapper {
        padding-top: 34px;
    }

    #header .tb-hero-motion {
        height: 100%;
    }

    #wrapper.index-wrapper .h1-title-nvs {
        margin-bottom: 20px !important;
        font-size: 1.9rem;
    }

    .tb-motion-panel {
        width: 160px;
        height: 86px;
    }

    .tb-motion-line-a,
    .tb-motion-line-b {
        width: 86%;
    }

    #wrapper.index-wrapper .bn-container-ds {
        padding: 8px;
        border-radius: 8px;
    }

    .bn-inner::after,
    .section-index-bn .col-index-bn a::after {
        animation-duration: 6s;
    }

    .section-main-slider .main-slider .item .caption {
        padding: 0 12px;
    }

    .section-main-slider .main-slider .item .caption .title {
        font-size: 1.85rem;
    }

    .section .title {
        font-size: 1.25rem;
    }

    .product-card .card-body {
        padding: 0.85rem;
    }

    .section-latest-products .row-product {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 14px;
    }

    .section-latest-products {
        margin-top: 14px;
        padding: 30px 0 26px;
    }

    .section-latest-products .product-showcase-header {
        justify-content: flex-end !important;
        margin-bottom: 14px;
    }

    .btn-view-products {
        min-height: 36px;
        padding: 7px 12px;
        font-size: 0.82rem;
    }

    .product-card .product-title {
        min-height: 38px;
        font-size: 0.86rem;
        line-height: 1.25rem;
    }

    .product-card .product-image {
        padding: 10px;
    }

    .product-card .product-price {
        font-size: 0.96rem;
    }

    #footer {
        margin-top: 50px;
    }
}
