
@media (min-width: 1536px) {
    .container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
}
@media (min-width: 1280px) {
    .container {
        padding-left: 3rem;
        padding-right: 3rem;
    }
}
.container {
    padding-left: 2rem;
    padding-right: 2rem;
}
.block-content .product-items {
    margin-top: 2rem;
}
.uniform {
    margin-top: 32px;
}
.page-main.home-page img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}

.page-footer {
    background-color: #111;
}

.footer-head {
    background-color: #f9f6f2;
    height: 305px;
}

.footer-head ul {
    display: flex;
}

.footer-head li {
    width: 25%;
    text-align: center;
    padding: 92px 75px 0;
}

.footer-head li h3 {
    text-transform: uppercase;
    padding-top: 21px;
    font-size: 18px;
    margin-bottom: 6px;
}

.footer-head li h3,
.footer-head li p {
    color: #111
}

.footer-head li p {
    font-size: 16px;
}

.header-promotion {
    background-color: #c92c33;
    color: #fff;
}

.product-item .swatch-attribute-options .swatch-option {
    border-radius: unset;
    width: 40px;
    height: auto;
}

.product-item .swatch-attribute-options .swatch-option div {
    width: 100%;
    height: 16px;
    border: 1px solid #ebecf0;
    border-radius: 10px;
}

.product-item .price-box {
    font-size: 16px;
}

.product-item .price-box .old-price .price {
    color: #585858;
}

.product-item .price-box .price {
    padding-right: 10px;
}

.product-item .price-box .old-price {
    order: 0;
}

.combo,
.product-item-label {
    color: #f04903;
    border: 1px solid #f04903;
    padding: 2px 6px;
    font-size: 13px;
    border-radius: 15px;
    display: inline-block;
    margin-bottom: 8px;
}

.page-footer h3 {
    text-transform: uppercase;
    color: #9a9a9c;
    font-size: 13px;
    margin-bottom: 12px;
}

.page-footer a {
    color: #c6c7cb;
}

.footer-top ul li {
    margin-bottom: 12px;
}

.footer-column-sm {
    width: 20%;
}

.footer-column-sm2 {
    width: 30%;
}

.footer-social a img {
    width: auto;
}

.newletter-box {
    margin-top: 20px;
}

.newletter {
    display: flex;
    border-bottom: 1px solid #ccc;
    width: 70%;
}

.newletter input {
    width: 325px;
    background: transparent;
    border: none;
}

.newletter button {
    background: unset;
}

.footer-top {
    padding: 56px 0 36px;
}
.page-footer p {
    color: #c6c7cb;
}
.header-menu-link .submenu {
    left: 50%;
    width: 1760px;
    transform: translateX(-50%);
    border-radius: 0 0 10px 10px;
}

.img img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
}

.product-item .swatch-attribute-options .color-selected {
    border: 1px solid #111;
    border-radius: 10px;
}

.scrollTop {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    position: fixed;
    width: 48px;
    height: 48px;
    bottom: 50px;
    right: 52px;
    text-align: center;
    padding-top: 12px;
    border-radius: 50%;
    opacity: 0;
    transition: all 0.4s ease-in-out 0s;
    background: #fff;
}

.support-bar {
    position: fixed;
    bottom: 110px;
    right: 50px;
    display: none;
}

.sp-item {
    margin-top: 12px;
    cursor: pointer;
}

.sp-item img {
    border-radius: 50%;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    width: 60px;
}

.support-icon {
    position: fixed;
    bottom: 110px;
    right: 50px;
    cursor: pointer;
    z-index: 9999;
}

.support-icon img {
    width: 60px;
    border-radius: 50%;
    width: 60px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    cursor: pointer;
    animation: call 1.5s ease infinite;
}

.img img:nth-child(2) {
    opacity: 0;
    position: absolute;
    top: 0;
}


@keyframes call {
    15% {
        box-shadow: 0 0 0 4px rgba(255, 255, 255, 0.5);
    }

    25% {
        box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.5),
            0 0 0 16px rgba(255, 255, 255, 0.3);
    }

    30% {
        box-shadow: 0 0 0 12px rgba(255, 255, 255, 0.5),
            0 0 0 24px rgba(255, 255, 255, 0.3);
    }
}

#cart-alert {
    background: #FFF;
    width: 418px;
    height: 286px;
    position: fixed;
    border: 1px solid #ccc;
    top: 10px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: none;
    transform: translateX(-50%);
    z-index: 999;
    right: -194px;
}

.cart-alert-head {
    color: #66c61c;
    vertical-align: middle;
    padding-left: 45px;
    position: relative;
    margin-top: 40px;
    font-size: 16px;
}

#cart-alert .cart-alert-content {
    margin-top: 12px;
    padding-left: 15px;
    color: #5d5b5b;
    display: flex;
}

.alert-close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    height: 22px;
    line-height: 15px;
    width: 22px;
    text-align: center;
    cursor: pointer;
    font-size: 32px;
}

.alert-icon {
    position: absolute;
    left: 15px;
    top: -5px;
    font-size: 22px;
    color: #66c61c;
}

.alert-product {
    width: 300px;
    color: #111;
    font-size: 16px;
}

.alert-image {
    width: 72px;
    margin-right: 10px;
    border: 1px solid #e5e4e4;
    height: 105px;
}

.alert-image img {
    border-radius: 0;
}

.alert-product-name {
    color: #565555;
    font-size: 15px;
    font-weight: bold;
}

.alert-product-option {
    margin-top: 6px;
    font-size: 16px;
}

.cart-alert-footer {
    text-align: center;
    margin-top: 20px;
}

.btn-view-cart {
    background-color: #111;
    color: #fff;
    text-transform: uppercase;
    width: 93%;
    height: 52px;
    font-weight: 600;
}

.alert-checkout {
    background: #FFF;
    width: 418px;
    height: 196px;
    position: fixed;
    border-radius: 8px;
    border: 1px solid #ccc;
    top: 10px;
    left: 50%;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    display: none;
    transform: translateX(-50%);
    z-index: 999;
}

.discount {
    background-color: #c92c33;
    color: #fff;
    border-radius: 15px;
    font-size: 12px;
    padding: 0 8px;
    height: 22px;
    margin-right: 4px;
}

.header-menu-link .submenu-cat>ul {
    column-count: 4;
}

.header-menu-link .submenu-cat {
    width: 75%;
}

.header-menu-link,
.header-menu-link .submenu-cat ul a {
    text-transform: uppercase;
}

.parent-item ul li a {
    color: #434343;
}

.header-menu-link .submenu-cat ul li:first-child ul li a {
    font-weight: 600;
    color: #8e8e8e;
    font-size: 21px;
}

.header-menu-link .submenu-cat .parent-item:first-child a {
    font-size: 21px;
}

.header-promotion .item:after {
    background-color: #fff;
}

.size-box {
    width: 95.5%;
    display: none;
    position: absolute;
    bottom: 10px;
    left: 10px;
    padding: 10px;
    border-radius: 3px;
    backdrop-filter: blur(80px);
}

.size-options {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.product-item-photo:hover .size-box {
    display: block;
}

.size-title {
    font-weight: bold;
}

.option-size {
    border: 1px solid #ccc;
    border-radius: 1px;
    padding: 3px 12px;
    margin: 3px;
    background: #fff;
    opacity: 1;
    min-width: 50px;
    text-align: center;
    cursor: pointer;
}

.option-size:hover {
    background-color: #00102f;
    color: #fff;
}

.cart-error {
    position: absolute;
    display: none;
    background: #fff;
    color: #f90000;
    width: 100%;
}

@media all and (max-width: 1600px) {
    .container {
        max-width: 1500px;
    }

    .category-view .subcats li {
        margin-right: 20px;
        font-size: 20px;
    }
}

@media all and (max-width: 1536px) {
    .container {
        max-width: 1440px;
    }

    .category-view .subcats li {
        margin-right: 19px;
        font-size: 19px;
    }
}

@media all and (max-width: 1440px) {
    .container {
        max-width: 1360px;
    }

    .category-view .subcats li {
        margin-right: 15px;
        font-size: 17px;
    }
}

@media all and (max-width: 1366px) {
    .container {
        max-width: 1280px;
    }

    .category-view .subcats li {
        margin-right: 15px;
        font-size: 15px;
    }
}

/* Header Search Icon Styles */
.header-search {
    flex: 1;
    max-width: 500px;
    margin: 0 20px;
}

.header-search-container {
    position: relative;
    display: flex;
    align-items: center;
    width: 280px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.header-search-icon-svg {
    position: absolute;
    left: 15px;
    width: 20px;
    height: 20px;
    color: #6b7280;
    pointer-events: none;
    z-index: 1;
}

.header-search-input {
    width: 100%;
    padding: 10px 15px 10px 45px;
    border: 1px solid #e5e7eb;
    background-color: #fff;
    font-size: 14px;
    color: #111;
    cursor: pointer;
    transition: all 0.2s ease;
}

.header-search-input:focus {
    outline: none;
    border-color: #c92c33;
    background-color: #fff;
}

.header-search-input::placeholder {
    color: #9ca3af;
}

.header-search-container:hover .header-search-input {
    border-color: #d1d5db;
    background-color: #fff;
}

.header-search-container:hover .header-search-icon-svg {
    color: #c92c33;
}

/* Responsive - ẩn input trên mobile, chỉ hiện icon */
@media (max-width: 768px) {
    .header-search {
        max-width: 40px;
        margin: 0 10px;
    }

    .header-search-input {
        display: none;
    }

    .header-search-container {
        width: 40px;
        height: 40px;
        justify-content: center;
    }

    .header-search-icon-svg {
        position: static;
        color: #111;
    }
}