:root {
    --t3-green: #4a9660;
    --t3-green-dark: #2f7242;
    --t3-green-soft: #edf7ef;
    --t3-gold: #e7c96e;
    --t3-ink: #202227;
    --t3-muted: #7b7f87;
    --t3-line: #eceff1;
    --t3-surface: #ffffff;
}

.shared-theme-header .sth-search-shell {
min-height:unset !important;
}
.theme3-yoresel-body,
.theme3-yoresel-page {
    background: #ffffff;
    color: var(--t3-ink);
    font-family: "Jost", Arial, sans-serif;
}

.t3-container {
    width: min(1280px, calc(100% - 32px));
    margin: 0 auto;
}

.theme-manager-header-theme3 .sth-tophtml {
    display: none !important;
}

.theme-manager-header-theme3 .sth-middle {
    background: #ffffff;
    padding: 26px 0 24px;
}

.theme-manager-header-theme3 .sth-middle .container,
.theme-manager-header-theme3 .sth-nav .container {
    width: min(1280px, calc(100% - 32px));
    max-width: 1280px;
    padding-left: 0;
    padding-right: 0;
}

.theme-manager-header-theme3 .sth-middle-row {
    display: grid;
    grid-template-columns: minmax(235px, 275px) minmax(360px, 520px) minmax(455px, 1fr);
    gap: clamp(20px, 2.1vw, 30px);
    align-items: center;
}

.theme-manager-header-theme3 .sth-logo-link,
.theme-manager-header-theme3 .sth-logo-col {
    display: flex;
    align-items: center;
}

.theme-manager-header-theme3 .sth-logo-col,
.theme-manager-header-theme3 .sth-search-col,
.theme-manager-header-theme3 .sth-actions-col {
    max-width: none !important;
    width: 100%;
    min-width: 0;
    flex: none !important;
}

.theme-manager-header-theme3 .sth-logo {
    max-width: 225px;
    max-height: 86px;
    object-fit: contain;
}

.theme-manager-header-theme3 .sth-search-shell {
    width: 100%;
    max-width: 520px;
    margin: 0 auto;
    height: 42px;
    border: 1px solid var(--t3-green) !important;
    border-radius: 4px !important;
    background: #ffffff !important;
    box-shadow: none !important;
    overflow: hidden;
}

.theme-manager-header-theme3 .sth-search-form,
.theme-manager-header-theme3 .sth-search-input-wrap,
.theme-manager-header-theme3 .sth-search-input {
    height: 100%;
}

.theme-manager-header-theme3 .sth-search-input {
    padding: 0 16px !important;
    font-size: 15px;
}

.theme-manager-header-theme3 .sth-search-category {
    display: none !important;
}

.theme-manager-header-theme3 .sth-search-submit {
    width: 60px;
    height: 100%;
    background: var(--t3-green) !important;
    color: #ffffff !important;
    border-radius: 0 !important;
    font-size: 0;
}

.shared-theme-header.theme-manager-header-theme3 .sth-search-submit {
    background: var(--t3-green) !important;
    color: #ffffff !important;
}

.theme-manager-header-theme3 .sth-search-submit i {
    display: none;
}

.theme-manager-header-theme3 .sth-search-submit::after {
    content: "ARA";
    font-size: 13px;
    font-weight: 700;
}

.theme-manager-header-theme3 .sth-actions {
    width: 100%;
    justify-content: flex-end;
    gap: clamp(14px, 1.6vw, 20px);
}

.theme-manager-header-theme3 .sth-action {
    min-width: 0;
    min-height: 46px;
    justify-content: flex-start;
    color: #000000 !important;
    font-size: 14px;
    flex: 0 0 auto;
}

.theme-manager-header-theme3 .sth-call {
    display: none !important;
}

.theme-manager-header-theme3 .sth-action-icon {
    display: inline-flex !important;
    width: 30px;
    height: 30px;
}

.theme-manager-header-theme3 .sth-action-icon svg,
.theme-manager-header-theme3 .sth-action-chevron svg {
    stroke-width: 1.9;
}

.theme-manager-header-theme3 .sth-action-text {
    line-height: 1;
}

.theme-manager-header-theme3 .sth-action-text small {
    display: none;
}

.theme-manager-header-theme3 .sth-action-chevron {
    width: 14px;
    height: 14px;
    flex-basis: 14px;
}

.theme-manager-header-theme3 .sth-action-cart {
    width: auto;
    height: auto;
    border-radius: 5px;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.theme-manager-header-theme3 .sth-action-cart .sth-action-icon {
    width: 52px;
    height: 46px;
    background: var(--t3-green);
    color: #ffffff;
}

.theme-manager-header-theme3 .sth-action-cart .sth-badge {
    top: 5px;
    right: -7px;
    background: #111111 !important;
    color: #ffffff !important;
    border: 0 !important;
}

@media (max-width: 1199.98px) {
    .theme-manager-header-theme3 .sth-middle-row {
        grid-template-columns: minmax(205px, 235px) minmax(300px, 430px) minmax(405px, 1fr);
        gap: 18px;
    }

    .theme-manager-header-theme3 .sth-logo {
        max-width: 205px;
    }

    .theme-manager-header-theme3 .sth-search-shell {
        max-width: 430px;
    }

    .theme-manager-header-theme3 .sth-actions {
        gap: 12px;
    }

    .theme-manager-header-theme3 .sth-action {
        gap: 7px;
        font-size: 12px;
    }

    .theme-manager-header-theme3 .sth-action-icon {
        width: 27px;
        height: 27px;
    }

    .theme-manager-header-theme3 .sth-action-cart .sth-action-icon {
        width: 46px;
        height: 42px;
    }
}

.theme-manager-header-theme3 .sth-nav {
    background: var(--t3-green);
    min-height: 54px;
    border: 0;
    background-image: none;
    position: relative;
    z-index: 300;
}

.theme-manager-header-theme3 .sth-nav .container {
    max-width: 1280px;
}

.theme-manager-header-theme3 .sth-nav-row {
    min-height: 54px;
    align-items: stretch;
    display: flex;
    gap: 0;
}

.theme-manager-header-theme3 .sth-category-mega {
    flex: 0 0 246px;
    max-width: 246px;
    min-width: 246px;
    height: 54px;
    z-index: 130;
}

.theme-manager-header-theme3 .sth-category-toggle {
    width: 246px;
    min-height: 54px;
    box-sizing: border-box;
    background: #ffffff;
    color: var(--t3-green-dark) !important;
    border-radius: 0;
    padding: 0 18px;
    font-weight: 800;
    text-transform: uppercase;
    gap: 10px;
}

.theme-manager-header-theme3 .sth-category-toggle i,
.theme-manager-header-theme3 .sth-category-toggle span {
    color: var(--t3-green-dark) !important;
}

.theme-manager-header-theme3 .sth-category-panel {
    top: 54px;
    width: 246px;
    border-radius: 0;
    border: 1px solid var(--t3-line) !important;
    box-shadow: none !important;
    overflow: visible;
}

.theme-manager-header-theme3 .sth-category-link {
    min-height: 53px;
    border-bottom: 1px solid #f3f3f3;
    color: #2c2f34 !important;
    font-size: 15px;
    font-weight: 700;
}

.theme-manager-header-theme3 .sth-category-text {
    line-height: 1.25;
    font-size: 14px;
}

.theme-manager-header-theme3 .sth-category-thumb {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f7fbf8;
    flex: 0 0 34px;
}

.theme-manager-header-theme3 .sth-category-thumb img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

.theme-manager-header-theme3 .sth-main-menu {
    flex: 1;
    display: flex;
    align-items: center;
    margin-left: 0 !important;
    padding-left: 24px;
    min-width: 0;
    overflow: visible;
    justify-content: flex-start;
    z-index: 320;
}

.theme-manager-header-theme3 .sth-menu-list {
    height: 54px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    overflow: visible;
    min-width: 0;
}

.theme-manager-header-theme3 .sth-menu-item {
    overflow: visible;
}

.theme-manager-header-theme3 .sth-menu-list > .sth-menu-item > a {
    height: 26px;
    padding: 0 14px;
    border-right: 1px solid rgba(0, 0, 0, .16);
    color: #ffffff !important;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
}

.theme-manager-header-theme3 .sth-menu-list > .sth-menu-item > a:hover {
    color: #f7e49b !important;
}

.theme-manager-header-theme3 .sth-submenu {
    z-index: 9999;
}

.theme-manager-header-theme3 .sth-menu-item:hover > .sth-submenu {
    display: block;
}

.theme-manager-header-theme3 .sth-category-panel {
    z-index: 9800;
}

.theme-manager-header-theme3 + *,
.theme3-yoresel-home {
    position: relative;
    z-index: 1;
}

.theme-manager-header-theme3 .sth-overlay {
    background: rgba(16, 24, 40, .42);
}

.theme-manager-header-theme3 .sth-sidebar {
    border-left: 4px solid var(--t3-green);
}

.theme-manager-header-theme3 .sth-btn-primary,
.theme-manager-header-theme3 .sth-cart-actions .sth-btn-primary {
    background: var(--t3-green) !important;
    border-color: var(--t3-green) !important;
}

.theme3-yoresel-home {
    background: #ffffff;
}

.theme3-yoresel-body .theme-manager-header-theme3 .sth-category-panel {
    display: block;
    height: 460px;
}

.theme3-yoresel-body .theme-manager-header-theme3 .sth-category-backdrop {
    display: none !important;
}

.theme3-yoresel-body .theme-manager-header-theme3 .sth-category-list {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.theme3-yoresel-body .theme-manager-header-theme3 .sth-category-item {
    flex: 1 1 0;
    min-height: 0;
}

.theme3-yoresel-body .theme-manager-header-theme3 .sth-category-link {
    height: 100%;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
}

.t3-hero {
    padding: 36px 0 34px;
}

.t3-hero-grid {
    display: grid;
    grid-template-columns: 246px minmax(0, 1fr);
    gap: 30px;
    align-items: stretch;
}

.theme3-yoresel-body .t3-side-cats {
    display: none;
}

.theme3-yoresel-body .t3-hero-slider {
    grid-column: 2;
}

.t3-side-cats {
    background: #ffffff;
    border: 1px solid var(--t3-line);
    min-height: 424px;
}

.t3-side-cats-title {
    height: 52px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 18px;
    color: var(--t3-green-dark);
    font-size: 15px;
    font-weight: 800;
    text-transform: uppercase;
    border-bottom: 1px solid var(--t3-line);
}

.t3-side-cats nav {
    display: grid;
}

.t3-side-cat-link {
    min-height: 53px;
    display: grid;
    grid-template-columns: 36px 1fr 18px;
    align-items: center;
    gap: 12px;
    padding: 0 16px;
    border-bottom: 1px solid #f4f4f4;
    color: #2b2f34;
    font-size: 15px;
    font-weight: 700;
}

.t3-side-cat-link:hover {
    color: var(--t3-green-dark);
    text-decoration: none;
    background: #fbfdfb;
}

.t3-side-cat-icon {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.t3-side-cat-icon img {
    max-width: 32px;
    max-height: 32px;
    object-fit: contain;
}

.t3-hero-slider {
    width: 100%;
    min-height: 424px;
    overflow: hidden;
    border-radius: 0;
    background: #f5f5f5;
}

.t3-slide {
    min-height: 424px;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
}

.t3-slide-content {
    width: min(520px, 58%);
    margin-left: 92px;
    color: #ffffff;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .24);
}

.t3-slide-content h1 {
    margin: 0 0 14px;
    font-size: clamp(34px, 4vw, 58px);
    line-height: 1.02;
    font-weight: 800;
}

.t3-slide-content p {
    margin: 0 0 28px;
    max-width: 430px;
    font-size: 22px;
    line-height: 1.3;
    font-weight: 500;
}

.t3-slide-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 220px;
    min-height: 58px;
    padding: 0 28px;
    border-radius: 999px;
    background: #ffc927;
    color: #4d3510;
    font-size: 17px;
    font-weight: 800;
    text-shadow: none;
}

.t3-slide-button:hover {
    color: #2b210d;
    text-decoration: none;
    background: var(--t3-gold);
}

.t3-hero-slider .swiper-button-next,
.t3-hero-slider .swiper-button-prev {
    color: #ffffff;
}

.t3-hero-slider .swiper-pagination-bullet {
    background: #ffffff;
    opacity: .9;
}

.t3-hero-slider .swiper-pagination-bullet-active {
    background: var(--t3-green);
}

.t3-circle-cats {
    padding: 34px 0 42px;
}

.t3-category-page-cats {
    padding: 24px 0 28px;
    border-top: 1px solid var(--t3-line);
    border-bottom: 1px solid var(--t3-line);
    background: var(--t3-surface);
}

.t3-circle-carousel {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.t3-circle-row {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    gap: 22px;
    align-items: start;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-behavior: smooth;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 2px 2px 8px;
    cursor: grab;
    touch-action: pan-y;
}

.t3-circle-row.is-dragging {
    cursor: grabbing;
    user-select: none;
}

.t3-circle-row::-webkit-scrollbar {
    display: none;
}

.t3-circle-cat {
    flex: 0 0 118px;
    scroll-snap-align: start;
    display: grid;
    justify-items: center;
    gap: 12px;
    color: #3c4046;
    font-size: 14px;
    text-align: center;
}

.t3-circle-cat:hover {
    color: var(--t3-green-dark);
    text-decoration: none;
}

.t3-circle-cat span {
    width: 96px;
    height: 96px;
    border: 3px solid var(--t3-green);
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    box-shadow: inset 0 0 0 4px #ffffff, 0 6px 18px rgba(74, 150, 96, .12);
    overflow: hidden;
}

.t3-circle-cat img {
    width: 82px;
    height: 82px;
    border-radius: 50%;
    object-fit: cover;
}

.t3-circle-cat strong {
    font-size: 14px;
    line-height: 1.25;
    font-weight: 600;
}

.t3-circle-nav {
    flex: 0 0 36px;
    width: 36px;
    height: 36px;
    border: 1px solid #d6e4d8;
    border-radius: 50%;
    color: var(--t3-green-dark);
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(41, 91, 53, .12);
    cursor: pointer;
    transition: opacity .2s ease, background-color .2s ease;
}

.t3-circle-nav:hover:not(:disabled) {
    background: #f0f8f1;
}

.t3-circle-nav:disabled {
    opacity: 0;
    pointer-events: none;
}

.t3-circle-carousel:not(.is-scrollable) .t3-circle-nav {
    display: none;
}

.t3-product-tabs-section,
.t3-featured-products {
    padding: 34px 0 48px;
}

.t3-section-heading {
    max-width: 660px;
    margin: 0 auto 30px;
    text-align: center;
}

.t3-section-heading h2 {
    position: relative;
    display: inline-flex;
    align-items: center;
    margin: 0 0 12px;
    color: #000000;
    font-size: 32px;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
}

.t3-section-heading h2::before,
.t3-section-heading h2::after {
    content: "";
    width: 132px;
    height: 1px;
    background: var(--t3-line);
    position: absolute;
    top: 50%;
}

.t3-section-heading h2::before {
    right: calc(100% + 22px);
}

.t3-section-heading h2::after {
    left: calc(100% + 22px);
}

.t3-section-heading p {
    margin: 0;
    color: #a0a3aa;
    font-size: 16px;
}

.t3-tabs {
    display: flex;
    justify-content: center;
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 32px;
}

.t3-tab-button {
    min-height: 44px;
    border: 0;
    border-radius: 999px;
    padding: 0 26px;
    background: transparent;
    color: #111111;
    font-size: 14px;
    font-weight: 800;
    text-transform: uppercase;
    cursor: pointer;
    position: relative;
}

.t3-tab-button.active {
    background: var(--t3-green);
    color: #ffffff;
}

.t3-tab-button.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -8px;
    transform: translateX(-50%);
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid var(--t3-green);
}

.t3-tab-panel {
    display: none;
    opacity: 0;
    transform: translateY(8px);
}

.t3-tab-panel.active {
    display: block;
    animation: t3-tab-fade .22s ease both;
}

@keyframes t3-tab-fade {
    from {
        opacity: 0;
        transform: translateY(8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.t3-empty-tab {
    border: 1px solid var(--t3-line);
    background: #ffffff;
    padding: 34px;
    text-align: center;
    color: var(--t3-muted);
    font-size: 15px;
}

.t3-products-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 22px;
}

.t3-product-card {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--t3-line);
    background: #ffffff;
    min-width: 0;
    min-height: 0;
    transition: box-shadow .18s ease, transform .18s ease, border-color .18s ease;
}

.t3-product-card:hover {
    border-color: rgba(74, 150, 96, .35);
    box-shadow: 0 16px 32px rgba(32, 34, 39, .08);
    transform: translateY(-3px);
}

.t3-product-image {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    min-height: 0;
    padding: 18px;
    background: linear-gradient(145deg, #ffffff 0%, #f8fbf8 100%);
    overflow: hidden;
    isolation: isolate;
}

.t3-product-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
    max-width: 100%;
    max-height: 100%;
    image-rendering: auto;
}

.t3-product-badge {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    min-height: 24px;
    display: inline-flex;
    align-items: center;
    padding: 0 10px;
    border-radius: 999px;
    background: #ef4444;
    color: #ffffff;
    font-size: 12px;
    font-weight: 800;
}

.t3-product-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
    padding: 16px 16px 18px;
    border-top: 1px solid #f3f4f6;
}

.t3-product-title {
    display: -webkit-box;
    min-height: 42px;
    color: #2a2e34;
    font-size: 15px;
    font-weight: 800;
    line-height: 1.35;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t3-product-title:hover {
    color: var(--t3-green-dark);
    text-decoration: none;
}

.t3-product-spot {
    display: -webkit-box;
    min-height: 34px;
    margin-top: 6px;
    color: var(--t3-muted);
    font-size: 13px;
    line-height: 1.3;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.t3-product-bottom {
    margin-top: auto;
    padding-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

.t3-product-price {
    display: grid;
    gap: 3px;
    color: var(--t3-green-dark);
    font-size: 18px;
    line-height: 1.15;
    font-weight: 900;
}

.t3-product-old-price {
    color: #a4a7ad;
    font-size: 13px;
    font-weight: 600;
    text-decoration: line-through;
}

.t3-product-action {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: var(--t3-green-soft);
    color: var(--t3-green-dark);
    flex: 0 0 auto;
}

.t3-product-action:hover {
    background: var(--t3-green);
    color: #ffffff;
    text-decoration: none;
}

.t3-services {
    padding: 30px 0;
}

.t3-services-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border: 1px solid var(--t3-line);
    background: #f8f8f8;
}

.t3-service-card {
    min-height: 118px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 7px;
    text-align: center;
    border-right: 1px solid var(--t3-line);
}

.t3-service-card:last-child {
    border-right: 0;
}

.t3-service-card i {
    color: #111111;
    font-size: 38px;
}

.t3-service-card strong {
    font-size: 16px;
    font-weight: 800;
}

.t3-service-card span {
    color: #30343a;
    font-size: 14px;
}

.t3-promo-banners {
    padding: 24px 0 42px;
}

.t3-banner-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.t3-banner {
    display: block;
    aspect-ratio: 2.05 / 1;
    overflow: hidden;
    background: #f5f5f5;
}

.t3-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .22s ease;
}

.t3-banner:hover img {
    transform: scale(1.035);
}

.theme3-yoresel-footer {
    margin-top: 18px;
    background: #ffffff;
}

.t3-footer-service-strip {
    background: #f7f7f7;
    border-top: 1px solid var(--t3-line);
    border-bottom: 1px solid var(--t3-line);
}

.t3-footer-service-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.t3-footer-service-grid > div {
    min-height: 112px;
    display: grid;
    justify-items: center;
    align-content: center;
    gap: 6px;
    text-align: center;
    border-right: 1px solid var(--t3-line);
}

.t3-footer-service-grid > div:last-child {
    border-right: 0;
}

.t3-footer-service-grid i {
    color: #111111;
    font-size: 36px;
}

.t3-footer-service-grid strong {
    color: #202227;
    font-size: 15px;
    font-weight: 800;
}

.t3-footer-service-grid span {
    color: #444951;
    font-size: 13px;
}

.t3-footer-main {
    padding: 46px 0;
    background: #ffffff;
}

.t3-footer-grid {
    display: grid;
    grid-template-columns: minmax(260px, 1.4fr) repeat(3, minmax(150px, .8fr)) minmax(220px, 1fr);
    gap: 30px;
}

.t3-footer-logo img {
    max-width: 220px;
    max-height: 84px;
    object-fit: contain;
}

.t3-footer-brand p {
    max-width: 310px;
    margin: 18px 0 0;
    color: var(--t3-muted);
    font-size: 14px;
    line-height: 1.65;
}

.t3-footer-social {
    display: flex;
    gap: 10px;
    margin-top: 18px;
}

.t3-footer-social a {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--t3-green-soft);
    color: var(--t3-green-dark);
}

.t3-footer-social a:hover {
    background: var(--t3-green);
    color: #ffffff;
    text-decoration: none;
}

.t3-footer-links h4,
.t3-footer-contact h4 {
    margin: 0 0 16px;
    color: #111111;
    font-size: 16px;
    font-weight: 900;
    text-transform: uppercase;
}

.t3-footer-links a,
.t3-footer-contact a,
.t3-footer-contact span {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    margin-bottom: 10px;
    color: #4b5058;
    font-size: 14px;
    line-height: 1.4;
}

.t3-footer-links a:hover,
.t3-footer-contact a:hover {
    color: var(--t3-green-dark);
    text-decoration: none;
}

.t3-footer-contact i {
    margin-top: 2px;
    color: var(--t3-green);
    font-size: 18px;
}

.t3-footer-bottom {
    padding: 14px 0;
    background: var(--t3-green);
    color: #ffffff;
}

.t3-footer-bottom .t3-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.t3-footer-bottom a,
.t3-footer-bottom span {
    color: #ffffff;
    font-size: 13px;
}

@media (max-width: 1199px) {
    .theme-manager-header-theme3 .sth-middle-row {
        grid-template-columns: minmax(205px, 235px) minmax(300px, 430px) minmax(405px, 1fr);
        gap: 18px;
    }

    .t3-products-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

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

@media (max-width: 991px) {
    .theme-manager-header-theme3 .sth-mobile-shell {
        border-bottom: 3px solid var(--t3-green);
    }

    .theme-manager-header-theme3 .sth-mobile-logo {
        max-height: 54px;
    }

    .theme-manager-header-theme3 .sth-mobile-action,
    .theme-manager-header-theme3 .sth-mobile-search-submit {
        color: var(--t3-green-dark) !important;
    }

    .t3-hero {
        padding-top: 18px;
    }

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

    .theme3-yoresel-body .t3-hero-slider {
        grid-column: 1;
    }

    .t3-side-cats {
        min-height: auto;
    }

    .t3-side-cats nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .t3-hero-slider,
    .t3-slide {
        min-height: 360px;
    }

    .t3-slide-content {
        width: min(520px, 78%);
        margin-left: 42px;
    }

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

    .t3-services-grid,
    .t3-footer-service-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .t3-banner-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }
}

@media (max-width: 767px) {
    .t3-container {
        width: min(100% - 20px, 1280px);
    }

    .t3-side-cats nav {
        grid-template-columns: 1fr;
    }

    .t3-hero-slider,
    .t3-slide {
        min-height: 320px;
    }

    .t3-slide-content {
        width: calc(100% - 38px);
        margin-left: 19px;
    }

    .t3-slide-content h1 {
        font-size: 32px;
    }

    .t3-slide-content p {
        font-size: 17px;
    }

    .t3-slide-button {
        min-width: 174px;
        min-height: 48px;
        font-size: 15px;
    }

    .t3-circle-row {
        gap: 16px;
        padding-inline: 0;
    }

    .t3-circle-cat {
        flex-basis: 94px;
    }

    .t3-circle-cat span {
        width: 82px;
        height: 82px;
    }

    .t3-circle-cat img {
        width: 70px;
        height: 70px;
    }

    .t3-circle-nav {
        flex-basis: 30px;
        width: 30px;
        height: 30px;
    }

    .t3-section-heading h2 {
        font-size: 24px;
    }

    .t3-section-heading h2::before,
    .t3-section-heading h2::after {
        display: none;
    }

    .t3-tabs {
        gap: 10px;
    }

    .t3-tab-button {
        min-height: 40px;
        padding: 0 16px;
        font-size: 12px;
    }

    .t3-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .t3-product-body {
        padding: 12px;
    }

    .t3-product-image {
        min-height: 0;
        height: auto;
        aspect-ratio: 1 / 1;
        padding: 10px;
    }

    .t3-product-title {
        font-size: 13px;
    }

    .t3-product-price {
        font-size: 15px;
    }

    .t3-services-grid,
    .t3-footer-service-grid,
    .t3-footer-grid {
        grid-template-columns: 1fr;
    }

    .t3-service-card,
    .t3-footer-service-grid > div {
        border-right: 0;
        border-bottom: 1px solid var(--t3-line);
    }

    .t3-service-card:last-child,
    .t3-footer-service-grid > div:last-child {
        border-bottom: 0;
    }

    .t3-footer-bottom .t3-container {
        flex-direction: column;
        align-items: flex-start;
    }
}
