:root {
    --brand-green: #1c5836;
    --brand-blue: #1683c8;
    --brand-light: #edf2ee;
    --text-dark: #1a1a1a;
    --text-muted: #666666;
    --danger: #eb1c2e;
    --active_link: #00d708;
}

* {
    box-sizing: border-box;
}

body {
    font-family: "Roboto", sans-serif;
    /* background: var(--brand-light); */
    background: #fff;
    color: var(--text-dark);
}

.container-xxl {
    max-width: 1610px;
}

.hero {
    background: var(--brand-light);
}

.hero-banner {
    position: relative;
    height: 90px;
    overflow: hidden;
    background: #000;
}

.hero-banner__bg {
    position: absolute;
    inset: 0;
    background-image: linear-gradient(
        90deg,
        rgba(0, 0, 0, 0.7),
        rgba(0, 0, 0, 0)
    );
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.hero-banner__text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    margin: 0;
}

.topbar {
    background: var(--brand-light);
    border-bottom: 1px solid #e5e5e5;
}

.topbar__inner {
    padding: 12px 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.topbar__text,
.topbar__link {
    font-size: 14px;
    color: var(--text-muted);
    font-weight: 500;
}

.topbar__link {
    text-decoration: none;
}

.topbar__link span {
    font-weight: 400;
}

.topbar__divider {
    width: 1px;
    height: 15px;
    background: var();
}

.flag {
    width: 41px;
    height: 26px;
    border-radius: 5px;
    object-fit: cover;
}

.header {
    background: #fff;
}

.header__inner {
    height: 93px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo-main {
    width: auto;
    height: 50px;
    object-fit: cover;
}

.search-bar {
    max-width: 907px;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 6px;
    display: flex;
    overflow: hidden;
    background: #fff;
}

.search-bar__field {
    flex: 1;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #808080;
    font-size: 14px;
}

.search-bar__placeholder {
    font-weight: 400;
}
.search-bar__field input {
    width: 100%;
    height: 20px;
    border: none;
    outline: none;
    font-size: 16px;
}
.btn-search {
    background: var(--danger);
    color: #fff;
    border-radius: 500px;
    padding: 14px 24px;
    font-weight: 600;
    font-size: 14px;
}

.cart {
    position: relative;
}

.cart__badge {
    position: absolute;
    right: -2px;
    top: -6px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: var(--brand-green);
    color: #fff;
    border: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    font-family: "Poppins", sans-serif;
}

.nav-links {
    background: var(--brand-green);
}

.nav-links__inner {
    /* padding: 12px 0; */
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.btn-categories {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff !important;
    background: rgba(255, 255, 255, 0.12) !important;
    border-radius: 0;
    padding: 16px 24px;
    border: none;
    font-weight: 500;
    transform: none !important ;
}

.nav-link-custom {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
}
.nav-link-custom.active,
.nav-link-custom:hover {
    color: var(--active_link);
}
.nav-call a {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    font-size: 16px;
}

.hero-main {
    position: relative;
    padding: 40px 0 80px;
    min-height: 564px;
    /* background-image: url('./images/banner-1.png'); */
    background-repeat: no-repeat;
    background: #edf2ee;
}

.hero-main__inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1610px;
    margin: 0 auto;
}
.hero-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
.hero-content {
    max-width: 510px;
}

.hero-subtitle {
    color: var(--brand-green);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.hero-title {
    color: var(--brand-green);
    font-size: 72px;
    font-weight: 600;
    line-height: 1.05;
    margin-bottom: 16px;
}

.hero-title span {
    display: block;
}

.hero-sale {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 8px;
}

.hero-desc {
    color: var(--text-muted);
    font-size: 16px;
    margin-bottom: 24px;
}

.btn-shop {
    background: var(--danger);
    color: #fff;
    border-radius: 53px;
    padding: 12px 24px 12px 32px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 12px;
}

.btn-shop:hover {
    background: #c91627;
    color: #fff;
}

.hero-deco {
    position: absolute;
    top: 0;
    z-index: 1;
}

.hero-deco--left {
    left: 0;
    width: 280px;
}

.hero-deco--right {
    right: 0;
    width: 251px;
}

.hero-arrows {
    position: absolute;
    top: 220px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding: 0 155px;
    z-index: 2;
}

.arrow-btn {
    background: #fff;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.arrow-btn img {
    width: auto;
    height: auto;
}

.hero-tracker {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.icon-7 {
    width: 7px;
    height: 3.5px;
}

.icon-16 {
    width: 15px;
    height: 12px;
}

.icon-18 {
    width: 15px;
    height: 18px;
}

.icon-20 {
    width: 20px;
    height: 20px;
}

.icon-24 {
    width: 24px;
    height: 24px;
}

.icon-28 {
    width: 28px;
    height: 28px;
}

.icon-32 {
    width: 32px;
    height: 32px;
}

.icon-34 {
    width: 34px;
    height: 34px;
}

.popular-products {
    position: relative;
    background: var(--brand-blue);
    padding: 80px 0 64px;
    margin-top: 2%;
}

.popular-deco {
    position: absolute;
    top: 0;
    z-index: 1;
    pointer-events: none;
}

.popular-deco--right {
    right: 0;
    width: auto;
    height: 450px;
}

.popular-deco--left {
    left: 0;
    width: auto;
    height: 300px;
}

.popular-header {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.popular-title {
    color: #fff;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    text-align: center;
    -webkit-text-stroke-width: 15px;
    -webkit-text-stroke-color: var(--brand-blue);
    paint-order: stroke fill;
}

.popular-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.popular-tab {
    border-radius: 30px;
    border: 1px solid rgba(153, 153, 153, 0.7);
    background: rgba(255, 255, 255, 0.24);
    color: #fff;
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-size: 16px;
    padding: 10px 16px;
    line-height: 1.2;
    display: inline-flex;
    flex-direction: column;
    text-align: center;
}

.popular-tab--active {
    background: var(--danger);
    border-color: var(--danger);
}

.popular-grid {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 12px;
}

.product-card {
    position: relative;
    background: #fff;
    border: 1px solid #e6e6e6;
    height: 327px;
    padding: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
}

.product-image {
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translateX(-50%);
    width: 254px;
    height: 230px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-image img {
    width: 98%;
    height: auto;
    object-fit: contain;
}

.product-info {
    position: relative;
    z-index: 2;
}

.product-name {
    margin: 0 0 4px;
    font-size: 16px;
    color: var(--text-dark);
}

.product-price {
    display: flex;
    gap: 4px;
    align-items: center;
}

.price-current {
    font-weight: 500;
    color: var(--text-dark);
}

.price-old {
    color: #999;
    text-decoration: line-through;
    font-size: 14px;
}

.product-rating ul {
    list-style: none;
    display: flex;
    gap: 2px;
    margin-top: 6px;
    margin-bottom: 0;
    padding-left: 0;
}

.product-rating img {
    width: 16px;
    height: 16px;
}

.product-tag {
    position: absolute;
    left: 15px;
    top: 15px;
    background: var(--danger);
    color: #fff;
    font-size: 14px;
    border-radius: 4px;
    padding: 3px 8px;
    display: inline-flex;
    gap: 4px;
    align-items: center;
    z-index: 2;
}

.product-tag strong {
    font-weight: 500;
}

.product-cart {
    position: absolute;
    right: 12px;
    bottom: 12px;
    border: none;
    background: transparent;
    width: 40px;
    height: 40px;
    padding: 0;
    z-index: 2;
}

.product-cart__bg {
    width: 40px;
    height: 40px;
}

.product-cart__icon {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 10px;
    top: 10px;
}

.best-deal {
    position: relative;
    height: 527px;
    background: var(--brand-blue);
    overflow: hidden;
}

.best-deal__bg {
    position: absolute;
    inset: 0;
    background: var(--brand-blue);
}

.best-deal__image {
    position: absolute;
    top: 32px;
    z-index: 1;
}

.best-deal__image--right {
    right: 80px;
    width: 704px;
    height: 495px;
}

.best-deal__image--left {
    left: 146px;
    top: 102px;
    width: 521px;
    height: 308px;
}

.best-deal__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.best-deal__content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 20px;
}

.best-deal__eyebrow {
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.32px;
    margin: 0;
}

.best-deal__title {
    color: #fff;
    font-size: 40px;
    font-weight: 600;
    margin: 0;
}

.best-deal__timer {
    display: flex;
    align-items: center;
    gap: 8px;
}

.timer-box {
    background: #fff;
    border-radius: 6px;
    padding: 20px 8px;
    width: 96px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.timer-value {
    color: var(--danger);
    font-size: 32px;
    line-height: 1.2;
}

.timer-label {
    color: var(--brand-green);
    font-size: 14px;
    letter-spacing: 0.42px;
    text-transform: uppercase;
}

.timer-sep {
    color: #618062;
    font-size: 20px;
}

.promo-categories {
    padding: 60px 0;
    background-color: #fff;
}

.promo-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-bottom: 40px;
}

.promo-card {
    position: relative;
    border-radius: 8px;
    min-height: 302px;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.promo-card--green {
    background: var(--brand-green);
}

.promo-card--red {
    background: var(--danger);
}

.promo-card--image {
    background: #d1d1d1;
}

.promo-image {
    position: absolute;
    right: 0;
    bottom: 0;
    height: auto;
    object-fit: cover;
}

.promo-content {
    position: relative;
    z-index: 2;
    padding: 0 32px;
    color: #fff;
}

.promo-content h3 {
    font-size: 40px;
    font-weight: 700;
    margin: 8px 0;
}

.promo-content--dark,
.promo-content--dark h3 {
    color: #1a1a1a;
}

.promo-eyebrow {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
}

.promo-sale {
    display: flex;
    gap: 12px;
    align-items: center;
    margin: 12px 0;
}

.promo-badge {
    background: var(--danger);
    color: #fff;
    padding: 6px 12px;
    border-radius: 4px;
    font-weight: 600;
}

.promo-badge--dark {
    background: var(--brand-green);
}

.promo-button {
    background: var(--danger) !important;
    color: #fff !important;
    border-radius: 4px;
    padding: 8px 13px;
    font-weight: 700;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.promo-button--dark {
    background: var(--brand-green) !important;
}

.category-block {
    margin-top: 16px;
}

.category-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.category-header h3 {
    color: var(--brand-green);
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.category-controls {
    display: flex;
    gap: 8px;
}

.category-btn {
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #e6e6e6;
    background: #f2f3f4;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-btn img {
    width: 24px;
    height: 24px;
}

.category-swiper {
    margin-top: 16px;
}

.category-card {
    background: #e8f5ee;
    border-radius: 8px;
    height: auto;
    padding: 24px 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    color: var(--text-dark);
}

.category-card img {
    width: 100%;
    height: auto;
    max-height: 120px;
    border-radius: 10px;
    object-fit: cover;
}

.category-card span {
    font-weight: 600;
    font-size: 14px;
    display: block;
    margin: 17px 0 8px;
}

.category-card small {
    color: var(--text-muted);
    display: block;
}

.featured-today {
    padding: 60px 0;
    background: #fff;
}

.featured-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.featured-header h3 {
    color: var(--brand-green);
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
}

.featured-tabs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.featured-tab {
    font-size: 16px;
    color: #253d4e;
    text-decoration: none;
}

.featured-tab.active {
    color: var(--danger);
    font-weight: 500;
}

.featured-grid {
    display: grid;
    grid-template-columns: 1fr 5fr;
    gap: 16px;
    align-items: stretch;
}

.featured-banner {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    min-height: 327px;
}

.featured-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.featured-banner__content {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    max-width: 190px;
}

.featured-banner__content span {
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.42px;
}

.featured-banner__content h4 {
    font-size: 24px;
    font-weight: 700;
    margin: 8px 0 16px;
}

.featured-products {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.hot-deals {
    margin-top: 32px;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}
.deal-column {
    background-color: #ebf8ff;
    border-radius: 8px;
    padding: 10px;
}
.deal-column h4 {
    font-size: 18px;
    margin-bottom: 12px;
    color: var(--brand-blue);
}

.deal-item {
    display: flex;
    gap: 12px;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 8px;
    margin-bottom: 12px;
}

.deal-item img {
    width: 109px;
    height: 109px;
    object-fit: cover;
}

.deal-item span {
    display: block;
    font-weight: 500;
}

.deal-price {
    display: flex;
    gap: 4px;
    align-items: center;
    font-size: 14px;
}

.deal-price small {
    text-decoration: line-through;
    color: #999;
}

.deal-stars img {
    width: 16px;
    height: 16px;
}

.deal-banner {
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.deal-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.deal-banner__content {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    color: #1a1a1a;
    width: 312px;
}

.deal-banner__content h4 {
    font-size: 32px;
    font-weight: 700;
}

.brands-category {
    padding: 60px 0;
    background: #fff;
}

.brands h3,
.category-banner h3 {
    color: var(--brand-green);
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.brands-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.brand-card {
    position: relative;
    height: 182px;
    border-radius: 8px;
    overflow: hidden;
}

.brand-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-content {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.brand-content.center {
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.brand-content.left {
    left: 25%;
}

.brand-sale {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 8px;
}

.category-banner__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8px;
}

.category-large,
.category-small {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.category-large img,
.category-small img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.category-large {
    height: 584px;
}

.category-stack {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 8px;
}

.category-small {
    height: 288px;
}

.category-text {
    position: absolute;
    left: 24px;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
    font-size: 48px;
    font-weight: 700;
    text-transform: uppercase;
}

.news {
    padding: 60px 0;
    background: #fff;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
}

.news-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}

.news-image {
    position: relative;
    height: 324px;
}

.news-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-date {
    position: absolute;
    left: 24px;
    top: 240px;
    background: #fff;
    padding: 8px 16px;
    border-radius: 4px;
    text-align: center;
    text-transform: uppercase;
}

.news-date span {
    font-weight: 500;
    font-size: 20px;
}

.news-date small {
    color: #999;
    font-size: 16px;
}

.news-body {
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-meta {
    display: flex;
    gap: 16px;
    color: #999;
    font-size: 14px;
}

.news-meta img {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.news-title {
    color: var(--brand-green);
    font-weight: 500;
    font-size: 18px;
}

.news-link {
    color: var(--danger);
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    gap: 8px;
    align-items: center;
}

.feature-strip {
    background: #fff;
    padding: 40px 0 70px;
}

.feature-strip__inner {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 40px rgba(0, 38, 3, 0.08);
    padding: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.feature-item {
    display: flex;
    gap: 16px;
    align-items: center;
}

.feature-item img {
    width: 40px;
    height: 40px;
}

.feature-item strong {
    color: var(--brand-green);
    display: block;
    font-size: 16px;
}

.feature-item span {
    color: #999;
    font-size: 14px;
}

.contact-footer {
}
.contact-footer-top {
    background: #ededed;
    padding: 24px 0 56px;
}
.contact-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-bottom: 24px;
}

.contact-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid rgba(28, 88, 54, 0.24);
    padding: 20px;
    display: flex;
    flex-direction: column;
    gap: 16px;
    height: 100%;
}

.contact-card--wide {
    grid-column: span 1;
}

.contact-icon {
    position: relative;
    width: 56px;
    height: 62px;
}

.contact-icon__inner {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 15px;
    top: 17px;
    object-fit: contain;
}

.contact-title {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 14px;
    text-transform: uppercase;
}

.contact-hotline {
    color: #1a1a1a;
    font-size: 24px;
    margin: 0;
}

.newsletter {
    width: 100%;
}

.newsletter-form {
    display: flex;
    gap: 12px;
    margin-top: 10px;
    border-radius: 500px;
    border: 1px solid #e6e6e6;
    max-width: 450px;
}

.newsletter-form input {
    flex: 1;
    border-radius: 500px;
    border: none;
    padding: 10px 20px;
    font-size: 14px;
    outline: unset !important;
}

.footer {
    /* background: #1a1a1a; */
    color: #999;
    /* padding: 70px 0 0; */
}

.footer__main {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.footer__main-wrapper {
    background: #3b3b3b;
    padding: 70px 0 80px;
}

.footer__brand p {
    font-size: 14px;
    color: #999;
}

.footer__brand strong {
    display: block;
}

.footer__columns {
    display: flex;
    gap: 100px;
}

.footer__columns h5 {
    color: #fff;
    font-size: 16px;
    position: relative;
}
.footer-menu h5 {
    position: relative;
}

.footer-line {
    display: block;
    width: 24px;
    height: 2px;
    background-color: #eb1c2e;
    margin: 6px 0 10px;
}

.footer__columns ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 12px;
    font-size: 14px;
}
.footer__columns ul li a {
    color: #999;
    font-size: 14px;
    text-decoration: none;
    font-weight: 400;
    line-height: 150%;
}
.footer__columns ul li a:hover {
    color: #fff;
}
.footer-social img {
    width: 40px;
    height: 40px;
    margin-right: 8px;
}

.footer-apps {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.footer-app {
    background: #333;
    border-radius: 4px;
    padding: 10px;
    display: flex;
    gap: 6px;
    align-items: center;
    color: #fff;
}

.footer-app img {
    width: 24px;
    height: 24px;
}

.footer-app small {
    color: #b3b3b3;
    display: block;
    font-size: 11px;
}

.footer__bottom {
    padding: 24px 0;
    text-align: center;
    color: #808080;
    background: #1a1a1a;
    box-shadow: 0 -1px 0 0 #333;
}

.social-floating {
    position: fixed;
    right: 40px;
    bottom: 40px;
    z-index: 10;
}

.social-floating__inner {
    background: rgba(255, 255, 255, 0.8);
    border-radius: 30px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.social-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
}

.social-circle--whatsapp {
    background: #25d366;
}
.swiper-pagination-bullet {
    width: 12px !important;
    height: 12px !important;
    background-color: #b4ccb4 !important;
    opacity: 1 !important;
}
.swiper-pagination-bullet-active {
    background: var(--brand-green) !important;
}

.footer-social {
    display: flex;
    gap: 12px;
}

.footer-social a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
}
.footer-social a:hover {
    background: var(--danger);
}

.footer-social a svg {
    fill: #b3b3b3 !important;
}
.footer-social a:hover svg {
    fill: #fff !important;
}
.breadcrumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 20px 0;
    margin-bottom: 0;
    height: 100px;
}
.breadcrumb__list {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
    height: 100%;
}
.breadcrumb__link {
    color: var(--active_link);
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}
.breadcrumb__link:hover {
    color: var(--brand-light);
}

.filter_product-btn {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 14px 32px;
    background: var(--brand-green);
    color: var(--brand-light);
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    width: fit-content;
}
.filter_product-sort label {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.filter_product-select {
    position: relative;
}

.filter_product-select select {
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    padding: 10px 40px 10px 20px;
    font-size: 14px;
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
    width: 100%;
}

.filter_product-select::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    border-right: 2px solid #333;
    border-bottom: 2px solid #333;
    pointer-events: none;
    margin-top: -3px; /* Fine-tuning visual center */
}
.filter_product-view {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.filter_product-view strong {
    color: #000;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
}
.product_list-left {
    flex: 0 0 270px;
}

/* Sidebar Styles */
.sidebar-item {
    margin-bottom: 16px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 16px;
}
.product_list-left ul .sidebar-item:last-child {
    border-bottom: none;
}
.sidebar-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
    cursor: pointer;
}
.sidebar-head h3 {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0;
}
.rotate-180 {
    transform: rotate(180deg);
}
.filter-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.filter-list li {
    margin-bottom: 12px;
}
.custom-check {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    user-select: none;
}
.custom-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}
.checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #cccccc;
    border-radius: 50%;
}
.custom-check:hover input ~ .checkmark {
    border-color: var(--brand-green, #00b207);
}
.custom-check input:checked ~ .checkmark {
    border-color: var(--brand-green, #00b207);
}
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
.custom-check input:checked ~ .checkmark:after {
    display: block;
}
.custom-check .checkmark:after {
    top: 4px;
    left: 4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--brand-green, #00b207);
}
.custom-check .text {
    font-size: 16px;
    color: #1a1a1a;
}
.custom-check .count {
    color: #808080;
}
.view-more {
    display: inline-block;
    color: #2d9cdb;
    font-size: 16px;
    font-weight: 500;
}

/* Price Slider Visuals */
.price-slider {
    position: relative;
    height: 6px;
    background: #e6e6e6;
    border-radius: 3px;
    margin: 24px 0 20px;
}
.slider-range {
    position: absolute;
    height: 100%;
    background: var(--active_link, #00b207);
    left: 0%;
    right: 20%;
    border-radius: 3px;
}
.slider-thumb {
    position: absolute;
    width: 16px;
    height: 16px;
    background: #fff;
    border: 2px solid var(--brand-green, #00b207);
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}
.slider-thumb.left {
    left: 0%;
    margin-left: -8px;
}
.slider-thumb.right {
    right: 20%;
    margin-right: -8px;
}

.price-label {
    font-size: 14px;
    color: #1a1a1a;
}
.price-label strong {
    font-weight: 600;
    color: var(--brand-green, #00b207);
}

/* Sidebar Promo */
.sidebar-promo {
    position: relative;
    width: 100%;
    height: auto;
}

.promo-content {
    position: relative;
    z-index: 2;
    padding: 0 20px;
}
.discount-text {
    font-size: 24px;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.2;
}
.discount-text .red {
    color: #ea4b48;
}
.discount-sub {
    color: #666;
    font-size: 14px;
    margin-bottom: 16px;
}
.shop-now-btn {
    background: transparent;
    border: none;
    color: #00b207;
    font-weight: 600;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    padding: 0;
}
.shop-now-btn:hover {
    color: #2f9c35;
}
.promo-image-container {
    margin-top: 20px;
    position: relative;
    z-index: 1;
    text-align: center;
}
.promo-image-container img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}
.arrow-sidebar {
    border: solid #1a1a1a;

    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-bottom: 4px;
}
.product-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 8px;
    display: grid;
}
.product-item {
    border: 1px solid #e6e6e6;
}
.product-thumb {
    position: relative;
    display: block;
    overflow: hidden;
}
.product-thumb img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    display: block;
    transition: all 0.3s ease;
}
.product-thumb:hover img {
    transform: scale(1.1);
}
.product-bage {
    position: absolute;
    top: 10px;
    left: 10px;
    background: var(--danger, #ea4b48);
    color: #fff;
    padding: 5px 10px;
    border-radius: 5px;
    font-size: 12px;
    font-weight: 600;
}
.product-info {
    padding: 12px;
}
.product_list-right {
    flex: auto;
}
.product-title a {
    color: #1a1a1a;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}
.product-title a:hover {
    color: var(--brand-green);
}
.product-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-price {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
}
.product-price .price {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}
.product-price .old-price {
    color: #999999;
    font-size: 16px;

    text-decoration: line-through;
}
.btn-addcart {
    background-color: #f2f2f2 !important;
    border: none;
    padding: 10px;
    border-radius: 50%;
    cursor: pointer;
}
.btn-addcart img {
    width: 20px;
    height: 20px;
}
.page-link {
    color: #666 !important;
    text-align: center;
    font-family: Roboto;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    border: none;
    background-color: transparent !important;
}
.page-current,
.page-link:hover {
    background-color: var(--brand-green) !important;
    color: #fff !important;
}

/* Product Detail Gallery */
.product-gallery {
    display: flex;
    gap: 16px;
    height: 500px;
}

/* Controller Wrapper (Left Column) */
.thumb-controller {
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Arrows at top/bottom edges */
    align-items: center;
    width: 80px;
    height: 100%;
    position: relative;
}

.product-thumb-slider {
    width: 100%;
    height: 370px !important;
    margin-top: 55px;
    margin-bottom: auto;
    overflow: hidden;
}

.product-main-slider {
    flex: 1;
    height: 100%;
    overflow: hidden;
}

.product-thumb-slider .swiper-slide {
    height: auto;
    opacity: 0.6;
    cursor: pointer;
    border: 1px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-bottom: 10px;
}

.product-thumb-slider .swiper-slide img,
.product-main-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Back to cover for main, or logic as needed */
    display: block;
}
.product-thumb-slider .swiper-slide img {
    height: 80px;
    object-fit: contain;
}

.product-thumb-slider .swiper-slide-thumb-active {
    opacity: 1;
    border-color: var(--brand-green, #00b207);
}

/* Custom Navigation Arrows */
.thumb-prev,
.thumb-next {
    width: 100%;
    height: 30px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: transparent;
    color: #333;
}
.thumb-prev {
    top: 0 !important;
    left: 50% !important;
    transform: translateX(-50%);
}
.thumb-next {
    bottom: 0 !important;
    top: unset !important;
    right: 50% !important;
    transform: translateX(50%);
}
.thumb-prev:after {
    content: "prev";
    transform: rotate(90deg);
    font-size: 20px !important;
    font-weight: bold;
    color: #000 !important;
}

.thumb-next:after {
    content: "next";
    transform: rotate(90deg);
    font-size: 20px !important;
    font-weight: bold;
    color: #000 !important;
}
.thumb-prev.swiper-button-disabled,
.thumb-next.swiper-button-disabled {
    opacity: 0.3;
    pointer-events: none;
}

.product-detail-infor__header h2 {
    color: #1a1a1a;
    font-size: 36px;
    font-weight: 600;
    line-height: 120%;
    display: flex;
    gap: 10px;
    align-items: center;
}
.stock-status {
    color: var(--brand-green);
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    border-radius: 4px;
    background: rgba(32, 181, 38, 0.2);
    padding: 4px 8px;
}
.product-detail-rating ul {
    display: flex;
    gap: 4px;
    list-style: none;
    padding: 0;
    margin: 0;
}
.product-detail-rating ul li img {
    width: 20px;
    height: 20px;
}
.product-detail-rating span {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #666;
}
.product-detail-rating {
    display: flex;
    gap: 8px;
    align-items: baseline;
}
.sold-number {
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    color: #666;
    padding-left: 15px;
    position: relative;
    margin-left: 15px;
}
.sold-number strong {
    font-weight: 600;
    color: #1a1a1a;
}
.sold-number::before {
    content: "";
    position: absolute;
    left: -5px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #666;
}
.product-detail-price .price {
    color: var(--brand-green);
    font-size: 24px;
    font-weight: 500;
    line-height: 150%; /* 36px */
}
.product-detail-price .old-price {
    color: #b3b3b3;
    font-size: 20px;
    font-weight: 400;
    line-height: 150%;
    text-decoration-line: line-through;
}
.bage-sale {
    border-radius: 30px;
    background: rgba(234, 75, 72, 0.1);
    padding: 4px 8px;
    color: #eb1c2e;
    font-size: 14px;
}
.product-share .share-label {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
}
.social-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #4d4d4d !important;
    font-size: 18px;
    transition: all 0.3s ease;
    text-decoration: none;
}
.social-link:hover {
    background-color: var(--brand-green);
    color: #fff;
    text-decoration: none;
}
.social-link:hover i {
    color: #fff;
}
/* Facebook specific style from design */
.social-link.facebook {
    background-color: #1a5d1a; /* Dark green as seen in image, or use brand green */
    background-color: var(
        --brand-green
    ); /* Using brand green as safer bet, or darken it */
    color: #fff;
}
.social-link.facebook:hover {
    background-color: #144a14;
}

.product-description p {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0;
}
.social-link svg {
    fill: #4d4d4d;
}
.social-link:hover svg {
    fill: #fff;
}
.social-link.active svg {
    fill: #fff;
}

/* Product Action Buttons */
.product-action {
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.product-quantity {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
    border-radius: 170px;
    padding: 4px; /* padding for the circle buttons inside */
    width: 120px;
    height: 50px;
    background-color: #fff;
}

.product-quantity button {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background-color: #f2f2f2;
    color: #1a1a1a;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
}

.product-quantity button:hover {
    background-color: #e0e0e0;
}

.product-quantity input {
    width: 40px;
    border: none;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    outline: none;
}

.table-product-information {
    max-width: 700px;
    width: 100%;
}
.product-video img:first-child {
    width: 100%;
    height: auto;
}
.table-product-information tr td:first-child {
    min-width: 250px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.table-product-information tr td {
    padding: 10px;
}
.table-product-information tr td:last-child {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.product-tab-description {
    color: #666;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    max-width: 800px;
    width: 100%;
    text-align: justify;
}

.btn-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background-color: #ea4b48; /* Red color from design */
    color: #fff;
    border: none;
    border-radius: 170px;
    height: 50px;
    padding: 0 32px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    flex: 1;
    transition: all 0.3s;
}

.btn-add-to-cart:hover {
    background-color: #d13633;
}

.btn-buy-now {
    background-color: #1a5d1a; /* Dark green from design */
    color: #fff;
    border: none;
    border-radius: 170px;
    height: 50px;
    padding: 0 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-buy-now:hover {
    background-color: #144a14;
}

.btn-like-product {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: none;
    background-color: rgba(32, 181, 38, 0.1); /* Light green bg */
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-like-product:hover {
    background-color: rgba(32, 181, 38, 0.2);
}
.btn-like-product img {
    min-width: 24px;
}

/* Product Meta (Categories & Tags) */
.product-meta .meta-item {
    display: flex;
    align-items: center;
    gap: 4px;
    flex-wrap: wrap;
}

.product-meta .meta-label {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
}

.product-meta .meta-value {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    margin-right: 4px; /* small spacing between tags */
}

.product-meta .meta-value.text-underline {
    text-decoration: underline;
    color: #1a1a1a; /* Making emphasized tag darker */
    font-weight: 500;
    cursor: pointer;
}

.list-style-none {
    list-style: none;
}

.product-tab {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 32px;
}
.product-tab ul li a {
    color: #808080;
    font-size: 16px;
    padding: 16px 24px;
    font-weight: 500;
    line-height: normal;
    text-decoration: none;
    display: block;
    position: relative;
}
.product-tab ul li a:hover,
.product-tab ul li a.active {
    color: #000000;
}
.product-tab ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -0;
    transition: all 0.3s ease;
    width: 0%;
    height: 2px;
    background-color: var(--danger);
}

.product-tab ul li a:hover::after,
.product-tab ul li a.active::after {
    width: 100%;
}

.product-features-title {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    display: block;
}
.product-features-text {
    color: #808080;
    font-size: 13px;
    font-weight: 400;
    line-height: 150%;
    display: block;
}

/* Product Tabs */
.product-tab-content__inner {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.product-tab-content__inner.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: fadeSlideUp 0.4s ease forwards;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Cart Coupon */
.cart-coupon {
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
    margin-top: 24px;
}
.cart-coupon__title {
    font-size: 20px;
    font-weight: 500;
    color: #1a1a1a;
}
.cart-coupon__input {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: flex-end;
    flex: 1;
}
.coupon__input-wrap {
    position: relative;
    flex: 1;
}
.coupon__input-wrap input {
    width: 100%;
    height: 48px;
    border-radius: 48px;
    border: 1px solid #e6e6e6;
    padding-left: 48px;
    outline: none;
    color: #1a1a1a;
}
.coupon__input-wrap input::placeholder {
    color: #999;
}
.coupon__input-icon {
    position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
}
.cart-coupon__input button {
    height: 48px;
    border-radius: 48px;
    background: var(--danger);
    color: #fff;
    font-weight: 600;
    padding: 0 32px;
    border: none;
    transition: all 0.3s ease;
}
.cart-coupon__input button:hover {
    background: #c91627;
}

/* Order Summary */
.cart-summary {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 24px;
}
.cart-summary__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
    color: #1a1a1a;
}
.cart-summary__row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
    font-size: 14px;
    color: #666;
}
.cart-summary__row .value {
    color: #1a1a1a;
}
.cart-summary__total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 32px;
    font-size: 14px;
    color: #4d4d4d;
}
.cart-summary__total .total-value {
    font-size: 18px;
    font-weight: 600;
    color: #1a1a1a;
}
.btn-checkout {
    width: 100%;
    background: var(--brand-green);
    color: #fff;
    padding: 14px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    border: none;
    transition: all 0.3s;
}
.btn-checkout:hover {
    background: #174b2e;
    color: #fff;
}
.product-related-header h2 {
    color: var(--brand-green);
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 16px;
    text-transform: uppercase;
}
.cart_page__title,
.checkout_page__title,
.like_product_page__title {
    color: var(--brand-green);
    font-size: 32px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase;
}
.cart-items table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
}

.cart-items table thead tr {
    height: 50px;
}
.cart-items table thead tr th {
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    color: #808080;
    border-bottom: 1px solid #e6e6e6;
    text-align: center;
    text-transform: uppercase;
}
.cart-items table thead tr th:first-child {
    padding-left: 24px;
    width: 400px;
}
.cart-items table tbody tr {
    height: 100px;
}
.cart-items table tbody tr td {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #e6e6e6;
    line-height: normal;
    text-align: center;
    padding: 10px 0;
}
.cart-items table tbody tr:last-child td {
    border-bottom: none;
}

.cart_product-infor img {
    width: 100px;
    height: 100px;
}
.cart-items .product-quantity {
    margin: 0 auto;
}
.cart-items table tbody tr td:first-child {
    padding-left: 24px;
}
.cart_product-delete {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.checkout_page-left h2 {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 20px;
}
.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-bottom: 16px;
}
.form-group label {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}
.required {
    color: var(--danger);
}
.form-group input,
.form-group select {
    height: 48px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    padding-left: 12px;
    outline: none;
    color: #1a1a1a;
    background: transparent !important;
}
.form-group select option {
    text-transform: capitalize !important;
}
.form-group input::placeholder {
    color: #999;
}
.message_box {
    padding-top: 32px;
    border-top: 1px solid #e6e6e6;
    margin-top: 32px;
}
.message_box textarea {
    width: 100%;
    height: 100px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    padding-left: 12px;
    padding-top: 12px;
    outline: none;
    color: #1a1a1a;
    background: transparent !important;
}
.message_box h3 {
    color: #1a1a1a;
    font-size: 24px;
    font-weight: 500;
    line-height: 150%;
    margin-bottom: 16px;
}
.btn-round-cart {
    color: #4d4d4d;
    font-size: 14px;
    font-weight: 600;
    line-height: 120%;
    padding: 14px 32px;
    border-radius: 43px;
    background: #f2f2f2;
    text-decoration: none;
}
/* Checkout Summary */
.checkout-summary {
    background: #fff;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 24px;
}
.checkout-summary__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #1a1a1a;
}
.checkout-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}
.checkout-item__info {
    display: flex;
    align-items: center;
    gap: 12px;
}
.checkout-item__img {
    width: 48px;
    height: 48px;
    object-fit: cover;
}
.checkout-item__name {
    font-size: 14px;
    color: #1a1a1a;
}
.checkout-item__price {
    font-weight: 5 00;
    font-size: 14px;
    color: #1a1a1a;
}
.payment-methods {
    margin-top: 24px;
    margin-bottom: 24px;
}
.payment-method-item {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}
.payment-method-item label {
    font-size: 14px;
    color: #4d4d4d;
    cursor: pointer;
}
.custom-radio {
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    cursor: pointer;
    display: grid;
    place-content: center;
}

.custom-radio::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: scale(0);
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--active_link);
}

.custom-radio:checked {
    border-color: var(--active_link);
    border-width: 2px;
}

.custom-radio:checked::before {
    transform: scale(1);
}

/* Liked Product Page */
.liked-product-table {
    width: 100%;
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}
.liked-product-table thead tr th {
    padding: 16px 24px;
    text-align: left;
    font-size: 14px;
    font-weight: 500;
    color: #666;
    text-transform: uppercase;
    border-bottom: 1px solid #e6e6e6;
}
.liked-product-table tbody tr td {
    padding: 10px 24px;
    vertical-align: middle;
    border-bottom: 1px solid #e6e6e6;
}
.liked-product-table tbody tr:last-child td {
    border-bottom: none;
}
.liked-product-item {
    display: flex;
    align-items: center;
    gap: 24px;
}
.liked-product-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.liked-product-name {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 500;
}
.liked-product-price {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 16px;
}
.liked-product-old-price {
    font-size: 14px;
    color: #999;
    text-decoration: line-through;
    margin-left: 8px;
    font-weight: 400;
}
/* .btn-add-to-cart {
    background: var(--brand-green);
    color: #fff;
    border: none;
    padding: 10px 24px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 14px;
    transition: 0.3s;
    white-space: nowrap;
}
.btn-add-to-cart:hover {
    background: #0f3520;
} */
.btn-remove-liked {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.btn-remove-liked:hover {
    border-color: #666;
    color: #666;
}

/* Sidebar Widgets */

.sidebar-widget__title {
    font-size: 20px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 16px;
}
/* Search */
.sidebar-search {
    position: relative;
}
.sidebar-search input {
    width: 100%;
    height: 48px;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    padding-left: 48px;
    outline: none;
    color: #1a1a1a;
}
.sidebar-search .search-icon {
    position: absolute;
    left: 16px;
    top: 15px;
    width: 20px;
    height: 20px;
    opacity: 0.5;
}
/* Categories */
.widget-categories ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.widget-categories ul li {
    margin-bottom: 16px;
}
.widget-categories ul li:last-child {
    margin-bottom: 0;
}
.widget-categories ul li a {
    color: #1a1a1a;
    text-decoration: none;
    font-size: 16px;
    transition: 0.3s;
}
.widget-categories ul li a:hover {
    color: var(--brand-green);
}
/* Tags */
.widget-tags .tag-cloud {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.tag-item {
    padding: 8px 16px;
    background: #f2f2f2;
    border-radius: 20px;
    color: #1a1a1a;
    text-decoration: none;
    font-size: 14px;
    transition: 0.3s;
}
.tag-item:hover,
.tag-item.active {
    background: var(--brand-green);
    color: #fff;
}
/* Gallery */
.widget-gallery .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 12px;
}
.gallery-item img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 4px;
}
/* New Products */
.widget-new-products .product-list {
    display: flex;
    flex-direction: column;
    gap: 24px;
}
.widget-product-item {
    display: flex;
    align-items: center;
    gap: 16px;
    border: 1px solid #e6e6e6;
    padding: 16px;
    border-radius: 8px;
}
.widget-product-item img {
    width: 80px;
    height: 80px;
    object-fit: contain;
}
.widget-product-info h4 {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    color: #1a1a1a;
}
.widget-product-price {
    font-weight: 600;
    color: #1a1a1a;
    font-size: 16px;
}
.widget-product-old-price {
    color: #999;
    text-decoration: line-through;
    font-size: 16px;
    margin-left: 8px;
}
.widget-product-rating {
    display: flex;
    gap: 2px;
    margin-top: 4px;
}
.widget-product-rating i {
    font-size: 12px;
    color: #ffc107;
}
.btn-place-order {
    width: 100%;
    background: var(--danger);
    color: #fff;
    padding: 14px;
    border-radius: 48px;
    font-weight: 700;
    font-size: 16px;
    border: none;
    transition: 0.3s;
}
.btn-place-order:hover {
    background: #c91627;
}
.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(250px, 1fr));
    gap: 8px;
}
.blog-thumb {
    position: relative;
    display: block;
    text-decoration: none;
}
.blog-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.blog-date {
    position: absolute;
    bottom: 24px;
    left: 24px;
    padding: 8px 16px;
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 8px;
    background: #fff;
}
.blog-date .date {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.blog-date .month {
    color: #999;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 100%;
}
.blog-info {
    padding: 24px;
    border-radius: 0 0 8px 8px;
    background: var(--Gray-Scale-White, #fff);
}
.blog-item {
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    border-radius: 8px;
}
.blog-tags ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 16px;
}
.blog-tags ul li a {
    text-decoration: none;
    color: #999;
    font-size: 14px;
    font-weight: 400;
}
.blog-title {
    color: var(--brand-green);
    font-size: 18px;
    font-weight: 500;
    margin: 8px 0 20px;
}
.blog-action a {
    text-decoration: none;
    color: var(--danger);
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 12px;
}
.single-blog__header h1 {
    color: var(--brand-green);
    font-size: 32px;
    font-weight: 500;
    line-height: 140%;
}
.single-date span {
    color: #808080;
    font-size: 14px;
    font-weight: 400;
    position: relative;
    line-height: 150%;
}
.single-date {
    display: flex;
    gap: 16px;
}
.single-date span:first-child::after {
    content: "";
    width: 4px;
    height: 4px;
    background: #808080;
    border-radius: 50%;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: -10px;
    transform: translateY(-50%);
}
.single-meta {
    margin: 16px 0;
}
.single-blog__header {
    padding-bottom: 24px;
    margin-bottom: 24px;
    border-bottom: 1px solid #e6e6e6;
}
.single-blog__body {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.single-blog__body p {
    margin-bottom: 16px;
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
#about_page h1 {
    color: #253d4e;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px;
}
/* Contact Page */
.contact-box {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(149, 157, 165, 0.2);
    padding: 30px;
    height: 100%;
}
.contact-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 24px 0;
    border-bottom: 1px solid #e6e6e6;
}
.contact-info-item:last-child {
    border-bottom: none;
    padding-bottom: 0;
}
.contact-info-item:first-child {
    padding-top: 0;
}
.contact-info-item img {
    width: 48px;
    height: 48px;
    margin-bottom: 16px;
}
.contact-info-item span {
    color: #4d4d4d;
    font-size: 14px;
    line-height: 1.5;
}
.contact-form-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 8px;
}
.contact-form-desc {
    color: #999;
    font-size: 14px;
    margin-bottom: 32px;
}
.contact-form .form-control {
    height: 48px;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
    padding: 12px 16px;
    font-size: 14px;
    color: #1a1a1a;
}
.contact-form .form-control:focus {
    border-color: var(--brand-green);
    box-shadow: none;
}
.contact-form textarea.form-control {
    height: 120px;
    resize: none;
}
.btn-submit-contact {
    background: #174b2e;
    color: #fff;
    border: none;
    padding: 12px 48px;
    border-radius: 40px;
    font-weight: 600;
    font-size: 16px;
    transition: 0.3s;
}
/* Login Page */
.login-card {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
    padding: 40px;
    border: 1px solid #f0f0f0;
}
.login-card {
    width: 50%;
}
@media (max-width: 992px) {
    .login-card {
        width: 100%;
    }
}
.login-title {
    color: var(--brand-green);
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 24px;
    text-transform: uppercase;
}
.login-form .form-group {
    margin-bottom: 16px;
    position: relative;
}
.login-form .form-control {
    height: 48px;
    border-radius: 6px;
    border: 1px solid #e6e6e6;
    padding: 10px 16px;
}
.login-form .form-control:focus {
    border-color: var(--brand-green);
    box-shadow: none;
}
.password-toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    color: #1a1a1a;
}
.forgot-password {
    text-align: right;
    margin-bottom: 24px;
}
.forgot-password a {
    color: #007bff;
    text-decoration: none;
    font-size: 14px;
}
.btn-login {
    width: 100%;
    background: #174b2e;
    color: #fff;
    height: 48px;
    border-radius: 24px;
    border: none;
    font-weight: 700;
    font-size: 16px;
    transition: 0.3s;
    margin-bottom: 24px;
}
.btn-login:hover {
    background: #0f3520;
}
.register-link {
    text-align: center;
    font-size: 14px;
    color: #666;
    margin-bottom: 24px;
}
.register-link a {
    color: var(--brand-green);
    text-decoration: none;
    font-weight: 600;
}
.policy-check {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}
.policy-check input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 2px;
}
.policy-text {
    font-size: 13px;
    color: #666;
    line-height: 1.5;
}
.policy-text-highlight {
    color: #d9534f;
}

#policy_page h1 {
    color: var(--brand-green);
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 16px;
}
#policy_page p {
    color: #808080;
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.sidebar-user__header {
    padding: 24px 20px 16px;
}
.sidebar-user__header h3 {
    color: #1a1a1a;
    font-size: 16px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 5px;
}
.account-icon-wrap {
    display: flex;
    align-items: center;
    gap: 8px;
}
.account-icon-wrap img {
    width: 24px;
    height: 24px;
}
.account-icon-wrap span {
    color: var(--brand-green);
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
}
.sidebar-user__body li a {
    text-decoration: none;
    color: #666;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    font-weight: 400;
    line-height: 140%;
    padding: 16px 20px;
    position: relative;
}
.sidebar-user__body li a:hover,
.sidebar-user__body li a.active {
    background: #edf2ee;
    color: var(--brand-green);
}
.sidebar-user__body li a.active::after,
.sidebar-user__body li a:hover::after {
    content: "";
    width: 3px;
    height: 100%;
    background: var(--brand-green);
    position: absolute;
    top: 0;
    left: 0;
}
.content-user__header {
    padding: 16px 24px;
}
.content-user__header h3 {
    color: #1a1a1a;
    font-size: 20px;
    font-weight: 500;
    line-height: 140%;
    margin-bottom: 0;
}

.form-label {
    color: #1a1a1a;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 0px;
}

.btn-user-primary {
    padding: 14px 32px;
    justify-content: center;
    align-items: center;
    gap: 12px;
    border-radius: 43px;
    color: #fff !important;
    background: var(--brand-green) !important;
}
.btn-outline-success {
    border-color: var(--brand-green) !important;
    color: var(--brand-green) !important;
    border-width: 2px !important;
}
.btn-outline-success:hover {
    background-color: var(--brand-green) !important;
    color: #fff !important;
}

/* Product Feedback */

.product-feedback-item {
    border-bottom: 1px solid #e5e5e5;
    padding: 24px 0;
}

.product-feedback-item:last-child {
    border-bottom: none;
}

.feedback-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 12px;
}

.feedback-user-info {
    display: flex;
    align-items: center;
    gap: 12px;
}

.feedback-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden;
    background-color: #f2f2f2;
    flex-shrink: 0;
}

.feedback-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.feedback-user-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.feedback-user-name {
    font-size: 16px;
    font-weight: 500;
    color: var(--text-dark, #1a1a1a);
    margin: 0;
}

.feedback-rating {
    display: flex;
    gap: 2px;
    color: #ffb800;
    font-size: 14px;
}

.feedback-time {
    font-size: 14px;
    color: #999;
}

.feedback-content p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin: 0;
}

/* Feedback Form */
.product-feedback-form-wrapper {
    background: #fff;
    padding: 24px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    margin-top: 20px;
}

.product-feedback-form-wrapper h3 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--text-dark, #1a1a1a);
}

.feedback-form .form-group label {
    font-weight: 500;
    color: var(--text-dark, #1a1a1a);
    display: block;
}

.feedback-form .form-control {
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 10px 15px;
    font-size: 14px;
}

.feedback-form .form-control:focus {
    border-color: var(--brand-green);
    box-shadow: none;
    outline: none;
}

.btn-submit-feedback {
    background: var(--brand-green);
    border-color: var(--brand-green);
    color: #fff;
    padding: 10px 24px;
    font-weight: 600;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.btn-submit-feedback:hover {
    background: #174b2e;
    border-color: #174b2e;
}

/* Star Rating */
.rating-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 5px;
}

.rating-input input {
    display: none;
}

.rating-input label {
    cursor: pointer;
    font-size: 24px;
    color: #ccc;
    transition: color 0.2s;
}

.rating-input label:hover,
.rating-input label:hover ~ label,
.rating-input input:checked ~ label {
    color: #ffb800;
}

.product-tab-content__inner {
    display: none;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.4s ease;
}

.product-tab-content__inner.active {
    display: block;
    opacity: 1;
    transform: translateY(0);
    animation: fadeSlideUp 0.4s ease forwards;
}

@keyframes fadeSlideUp {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Category Slider Grid */
.category-card-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, auto);
    gap: 16px;
}

.category-card {
    border: 1px solid #e6e6e6;
    border-radius: 8px;
    padding: 16px;
    text-align: center;
    transition: all 0.3s ease;
    background: #fff;
    height: 100%;
}

.category-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-color: var(--brand-green);
}

.category-card a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.popular-products-wrapper .product-grid {
    grid-template-columns: repeat(6, 1fr);
}
.popular-products-wrapper .product-item {
    border: unset;
}

/* Video Review Section */

.video-review__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    text-transform: uppercase;
    color: var(--brand-green);
    margin-bottom: 16px;
    margin-top: 0;
}

.video-review__container {
    display: grid;
    gap: 8px;
    grid-template-columns: repeat(5, 1fr);
}

.video-review__video {
    position: relative;
}

.video-review__video-bg {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.video-review__play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 56.25px;
    height: 56.25px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.video-review__play-btn img {
    width: 100%;
    height: 100%;
}

.video-review__info {
    background: white;
    border: 1px solid #e6e6e6;
    display: flex;
    gap: 8px;
    flex: 1;
    padding: 8px;
    border-radius: 0 0 8px 8px;
}

.video-review__product-image {
    flex-shrink: 0;
    width: 103px;
    height: auto;
    overflow: hidden;
    border-radius: 4px;
}

.video-review__product-image img {
    width: 100%;
    height: auto;
    display: block;
}

.video-review__details {
    display: flex;
    flex-direction: column;
    gap: 2px;
    flex: 1;
    min-width: 0;
}

.video-review__name {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.5;
}

.video-review__price-container {
    display: flex;
    gap: 2px;
    align-items: center;
    height: 24px;
    flex-wrap: wrap;
}

.video-review__price {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0;
}

.video-review__price-original {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    text-decoration: line-through;
    margin: 0;
}

.video-review__actions {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: flex-end;
    margin-top: auto;
}

.video-review__add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
}

.video-review__add-to-cart img {
    width: 16px;
    height: 16px;
}

.video-review__buy-btn {
    background: var(--danger);
    color: white;
    border: none;
    border-radius: 53px;
    padding: 8px 32px;
    font-family: "Roboto", sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: normal;
    cursor: pointer;
    transition: background 0.3s ease;
    white-space: nowrap;
}

.video-review__buy-btn:hover {
    background: #d1192a;
}

.feature-strip__inner {
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
    padding: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 40px;
}

.feature-item {
    display: flex;
    gap: 16px;
    align-items: center;
    flex: 0 1 auto;
}

.feature-item img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.feature-item strong {
    color: #1683c8;
    display: block;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
}

.feature-item span {
    color: #1a1a1a;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

/* Category Sidebar Dropdown */
.category-sidebar-dropdown {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    background: white;
    box-shadow: 0 0 24px rgba(28, 88, 54, 0.5);
    border-radius: 8px;
    overflow: hidden;
    width: 253px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-10px);
    max-height: 350px;
    overflow-y: auto;
    transition:
        opacity 0.3s ease,
        visibility 0.3s ease,
        transform 0.3s ease;
}
.category-sidebar-dropdown::-webkit-scrollbar {
    width: 4px;
}
.category-sidebar-dropdown::-webkit-scrollbar-track {
    background: transparent;
}
.category-sidebar-dropdown::-webkit-scrollbar-thumb {
    background: var(--brand-green);
    border-radius: 5px;
}
.category-sidebar-dropdown.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.category-sidebar-item {
    background: white;
    display: flex;
    gap: 10px;
    text-transform: none;
    align-items: center;
    justify-content: flex-start;
    padding: 16px 20px;
    width: 100%;
    border: none;
    cursor: pointer;
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #1a1a1a;
    text-align: left;
    transition: background 0.2s ease;
}

.category-sidebar-item:hover {
    background: var(--active_link);
}
.category-sidebar-item:hover .icon-black {
    display: none;
}
.category-sidebar-item:hover .icon-white {
    display: block !important;
}
.category-sidebar-item:hover span {
    color: white;
}
.category-sidebar-item-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-sidebar-item-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.btn-search-header {
    padding: 14px 24px;
    border-radius: 0 6px 6px 0;
    background: var(--brand-green);
    color: white;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
}
.btn-search-header:hover {
    background: var(--active_link);
}
