.sub-category-mega {
    pointer-events: none;
    transform: translateX(12px);
    transition: opacity .25s ease, transform .25s ease, visibility 0s linear .25s;
}

.main-category li:hover .sub-category-mega,
.main-category li.is-open .sub-category-mega {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translateX(0);
    transition-delay: 0s;
}

.product-card-col {
    display: flex;
}

.product-card-col .product-item {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.product-card-col .product-img {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 220px;
}

.product-card-col .product-img > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.product-card-col .product-img img {
    max-height: 220px;
    object-fit: contain;
}

.product-card-col .product-content {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.product-card-col .product-title {
    min-height: 50px;
    margin-bottom: 12px;
}

.product-card-col .product-title a {
    display: -webkit-box;
    overflow: hidden;
    line-height: 1.45;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product-card-col .product-bottom {
    margin-top: auto;
}

.visually-hidden-page-title {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.header-middle-list .list-item-info .list-overline,
.header-middle-list .list-item-info .list-title {
    display: block;
}

.header-middle-list .list-item-info .list-overline {
    font-size: 13px;
    font-weight: 600;
    color: var(--color-dark);
    line-height: 1.2;
}

.header-middle-list .list-item-info .list-title {
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
    line-height: 1.35;
}

.dropdown-cart-item .cart-info .cart-title {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
}

.dropdown-cart-item .cart-info .cart-title a:hover {
    color: var(--theme-color);
}

.dropdown-cart-menu .cart-empty-text {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: var(--color-dark);
}

.feature-content .feature-title {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 600;
    color: var(--color-white);
}

.deal-info .deal-title {
    font-weight: 700;
    margin-top: 5px;
    margin-bottom: 15px;
    color: var(--color-dark);
}

.sub-category-mega .category-img {
    aspect-ratio: 4 / 5;
    overflow: hidden;
    border-radius: 10px;
}

.sub-category-mega .category-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.small-banner .banner-item {
    aspect-ratio: 16 / 11;
    overflow: hidden;
}

.small-banner .banner-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-banner {
    aspect-ratio: 5 / 7;
    overflow: hidden;
    border-radius: 20px;
}

.product-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.brand-item {
    min-height: 96px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-item img {
    max-height: 72px;
    width: auto;
}

.deal-img {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.deal-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.blog-item-img {
    aspect-ratio: 16 / 11;
}

.blog-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.big-banner .banner-wrap {
    min-height: clamp(280px, 34vw, 460px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.home-3 .site-title-tagline {
    color: var(--color-dark);
}

.home-3 .blog-date,
.home-3 .small-banner .banner-item p {
    background: var(--color-dark);
}
