:root {
    --primary-color: #3C0000;
    --primary2-color: #D9AC0B;
    --secondary-color: #D9AC0B;
    --text-color: #292929;
    --text-gray29-color: #3D3D3D;
    --text-gray81-color: #818181;
    --text-gray3d-color: #3D3D3D;
    --background-color: #fff;
    --border-color: #e1e1e1;
    --hover-color: rgba(60, 0, 0, 1);
}
:root {
    --design-width: 1920; 
    --vw-base: calc(100vw / var(--design-width));
}


body {
    font-family: 'Arimo', sans-serif;
}
.om-contact .social-list li a img {
    height: 1.5rem;
}
.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.about-nav {
    display: flex;
    column-gap: 16px;
    flex-direction: column;
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; 
}

.about-nav::-webkit-scrollbar {
    display: none; 
}

footer .footer-top .social-list li a img {
    height: 1.25rem;
}
.modulepager {
    margin-left: auto;
    margin-right: auto;
}
.modulepager .pagination li.active a, .modulepager .pagination li.active span, .modulepager .pagination li:hover a, .modulepager .pagination li:hover span {
    background: var(--primary2-color);
    color: #fff;
}
.modulepager .pagination li a, .modulepager .pagination li span {
    background: var(--background-color);
    color: var(--text-gray29-color);
}
.no-backdrop-banner .banner-child .image:before {
    content: none;
}
.no-backdrop-banner .banner-child .image .title
{
    display: none;
}
header .bottom-wrap {
    background: var(--primary-color);
}
header .bottom-wrap .left-wrap {
    width: 90%;
    margin-left: 0px;
}
header .menu-list {
    justify-content: space-between;
}
header .menu-list>li>a {
    color: #fff;
    background: var(--primary-color);
}
header .main-menu .menu-list>li.active>a,
header .main-menu .menu-list>li:hover>a {
    color: #fff;
    background: var(--primary2-color);
}
footer {
    background: rgba(60, 0, 0, 0.05) !important;
}
footer .footer-top .social-list li a,
footer .footer-bottom {
    background: var(--primary-color);
}

.banner-child .image:before,.banner-child .image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.banner-child.hidden-backdrop .image:before {
    content: none;
}
.banner-child.hidden-backdrop .image img,
.page-product .banner-child .image img {
    opacity: 1;
}
.banner-child.hidden-backdrop h1 {
    display: none;
}
.form-search {
    width: 100%;
}

.no-backdrop-banner .banner-child .image:before {
    content: none !important;
}

.home-slide.main-section.news-speed .container .main-title:first-child {
    margin-top: 0px;
}


.breadcrumb-item:has(a[href*="translation_priority"]),
.breadcrumb-item a[href*="translation_priority"],
.breadcrumb-item a[href*="optional"],
.breadcrumb-item:contains("OPTIONAL"),
.breadcrumb-item:contains("optional"),
.breadcrumb-item:contains("NORMAL"),
.breadcrumb-item:contains("HIGH") {
    display: none !important;
}


.main-breadcrumb .breadcrumb li:contains("optional"),
.main-breadcrumb .breadcrumb li:contains("OPTIONAL"),
.main-breadcrumb .breadcrumb li:contains("normal"),
.main-breadcrumb .breadcrumb li:contains("high"),
.main-breadcrumb .breadcrumb li a[href*="translation_priority"],
.main-breadcrumb .breadcrumb li a[href*="optional"],
.breadcrumb li:nth-child(n) {
    
}

.main-breadcrumb .breadcrumb li a[href*="translation_priority"],
.main-breadcrumb .breadcrumb li a[href*="optional"],
.main-breadcrumb .breadcrumb li a[href*="wpml"] {
    display: none !important;
}


.main-breadcrumb .breadcrumb li:has(a[href*="translation_priority"]),
.main-breadcrumb .breadcrumb li:has(a[href*="optional"]) {
    display: none !important;
}


.wpml-breadcrumb-hidden,
[data-wpml="hidden"] {
    display: none !important;
}



.custom-contact-form {
    max-width: 100%;
}

.custom-contact-form .form-row {
    margin-bottom: 20px;
}

.custom-contact-form .form-group {
    position: relative;
    display: flex;
    flex-direction: column;
}

.custom-contact-form label {
    display: block;
    font-size: 16px;
    font-weight: 400;
    color: var(--text-gray3d-color);
    margin-bottom: 8px;
    line-height: 1.4;
}

.custom-contact-form .wpcf7-form-control.form-control  {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e5e5e5;
    font-size: 14px;
    line-height: 1.5;
    color: var(--text-gray3d-color);
    background-color: #fafafa;
    transition: all 0.3s ease;
    box-sizing: border-box;
    height: 50px;
    color: rgb(102, 102, 102);
    font-size: 16px;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 225, 225);
    border-image: initial;
    background: rgb(250, 250, 250);
    padding: 5px 20px;
}

.custom-contact-form .wpcf7-form-control.wpcf7-select {
    height: 50px;
    color: rgb(102, 102, 102);
    font-size: 16px;
    font-weight: 400;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(225, 225, 225);
    border-image: initial;
    background: rgb(250, 250, 250);
    padding: 5px 20px;
}
.custom-contact-form .wpcf7-form-control[type=text]:focus,
.custom-contact-form .wpcf7-form-control[type=email]:focus,
.custom-contact-form .wpcf7-form-control[type=tel]:focus,
.custom-contact-form .wpcf7-form-control[type=url]:focus,
.custom-contact-form select.wpcf7-form-control:focus,
.custom-contact-form textarea.wpcf7-form-control:focus {
    outline: none;
    border-color: var(--primary-color);
    background-color: #fff;
    box-shadow: 0 0 0 2px rgba(0, 124, 186, 0.1);
}

.custom-contact-form select.wpcf7-form-control {
    height: 45px;
    cursor: pointer;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23666' d='m2 0-2 2h4zm0 5 2-2h-4z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.custom-contact-form textarea.wpcf7-form-control {
    min-height: 120px;
    resize: vertical;
}

.custom-contact-form .btn-submit {
    order: 3;
    border: none;
    background: var(--primary-color);
    padding: 13px 30px;
    width: 100%;
    color: #fff;
    min-width: 145px;
    text-transform: uppercase;
    transition: all .2s ease-in-out;
    &:hover{
        background: #c4000a;
        color: #fff;
    }
}

.wpcf7-form-control-wrap {
    flex-grow: 1;
}

.custom-contact-form .wpcf7-not-valid {
    border-color: #dc3545 !important;
    background-color: #fff5f5 !important;
}

.custom-contact-form .wpcf7-validation-errors {
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    color: #721c24;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 14px;
}

.custom-contact-form .wpcf7-mail-sent-ok {
    background-color: #d4edda;
    border: 1px solid #c3e6cb;
    color: #155724;
    padding: 10px 15px;
    border-radius: 4px;
    margin-top: 15px;
    font-size: 14px;
}

.custom-contact-form .captcha-group {
    align-items: flex-start;
}

.custom-contact-form .captcha-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    width: 100%;
}

.custom-contact-form .wpcf7-captcha {
    display: flex;
    align-items: center;
    gap: 10px;
}

.custom-contact-form .wpcf7-captcha img {
    border: 1px solid #e5e5e5;
    border-radius: 4px;
}

.custom-contact-form .wpcf7-captchac {
    max-width: 120px;
}


.custom-contact-form .g-recaptcha {
    margin: 10px 0;
}


.custom-contact-form .wpcf7-quiz {
    background-color: #f8f9fa;
    padding: 10px 15px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    font-size: 16px;
    color: var(--text-gray3d-color);
}

@media (min-width:576px) {
    .custom-contact-form .form-group {
        display: flex;
        flex-direction: row;
    }
    .custom-contact-form .form-group label{
        margin-top: 5px;
        padding-right: 5px;
        width: 155px;
      
    }
    
    .custom-contact-form .captcha-group label {
        margin-top: 10px;
    }
}

@media (max-width: 768px) {
    
    .custom-contact-form .wpcf7-form-control {
        padding: 10px 12px;
    }
	.about-nav {
		border-bottom: 1px solid #e1e1e1 !important;
		flex-direction: column !important;
	}
}

.wpcf7-not-valid-tip{
	font-size: 1rem !important;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
	min-width: 48vw;
}
footer .footer-top .main-news-letter .subscribe{
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    
    align-items: flex-start;
    justify-content: center;
    margin-right: auto;
    margin-left: auto;
    max-width: 350px;
}
footer .footer-top .main-news-letter .wpcf7 input {
    border: 1px solid #fff;
    background: #fff;
    padding: 5px 20px;
    
    width: 100%;
    height: 40px;
    color: #999;
    font-size: 14px;
}
footer .footer-top .main-news-letter .wpcf7 .subscribebutton {
        -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-transition: all .2s ease-in-out;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-shrink: 0;
    align-items: center;
    justify-content: center;
    transition: all .2s ease-in-out;
    border: 1px solid var(--primary-color);
    background: var(--primary-color);
    width: 105px;
    height: 40px;
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    text-transform: uppercase;

    &:hover {
        border-color: #c4000a;
        background: #c4000a;
        color: #fff;
    }
}
.wpcf7 form.submitting .subscribebutton,
.wpcf7 form.submitting .btn-submit{
	pointer-events: none;
	opacity: 0.6;
}
.main-form.contact-form-wrapper .form-row.row-recapcha-submit {
    display: flex;
    flex-wrap: wrap;
}
.main-form.contact-form-wrapper .form-row .form-submit-btn {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
@media (max-width: 576px) {
	.main-form.contact-form-wrapper .form-row .form-submit-btn {
    display: inline-flex;
    flex-direction: column-reverse;
	gap: 10px;
    justify-content: center;
    align-items: center;
}
}
header .logo,
footer .logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 15rem;
    margin: 0 auto;
}

/* @media (max-width: 768px) {
    header .logo img,
    footer .logo img {
        max-width: 10rem;
    }
} */

/* ========================================
   PRODUCT PAGE STYLES
======================================== */


.product-page {
    padding: 24px 0;
}
.product-page .container {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.product-categories-nav {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.product-categories-nav .categories-list-wrapper {
    /* overflow: hidden; */
    flex: 1;
}

.product-categories-nav .categories-list {
    /* padding: 0 0.25rem; */
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    justify-content: center;
}

/* Navigation Arrows */
.product-categories-nav .cat-nav-arrow {
    display: none;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    border: 1px solid #E1E1E1;
    border-radius: 50%;
    background: #fff;
    color: #929292;
    cursor: pointer;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 2;
}

.product-categories-nav .cat-nav-arrow:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: rgba(60, 0, 0, 0.05);
}

.product-categories-nav .cat-nav-arrow:disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.product-categories-nav .cat-nav-arrow svg {
    width: 8px;
    height: 14px;
}

.product-categories-nav .category-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    border: 1px solid #818181;
    border-radius: 8px;
    text-decoration: none;
    color: var(--text-gray81-color);
    transition: all 0.3s ease;
    min-width: 120px;
    display: flex;
    padding: 8px 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex: 1 0 0 ;
}
.product-categories-nav .category-item .category-icon img {
    filter: grayscale(100%);
    transition: filter 0.3s ease;
    opacity: 0.7;
    width: 100%;
}
.product-categories-nav .category-item:hover,
.product-categories-nav .category-item.active {
    border-color: var(--primary-color);
    color: var(--primary-color);
    border-radius: var(--Spacing-2, 8px);
    border: 1px solid var(--primary-color, #3C0000);
    background: var(--background-color, #FFF);
    box-shadow: 0 4px 8px 0 rgba(31, 34, 39, 0.08);
}
.product-categories-nav .category-item:hover .category-icon img,
.product-categories-nav .category-item.active .category-icon img {
    filter: none;
}

.product-categories-nav .category-icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product-categories-nav .category-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.product-categories-nav .category-name {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
}


.product-filter-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* flex-wrap: wrap; */
    gap: 20px;
}

.product-filter-wrap .filter-left {
    display: flex;
    flex: 1;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    /* flex-wrap: wrap; */
    gap: 8px;
}
.product-filter-wrap .filter-left .wrapper-filter {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 8px;
}
.product-filter-wrap .filter-label,
.product-filter-wrap .sort-label {
    font-weight: 700;
    color: var(--text-gray29-color);
    margin-right: 10px;
    font-size: 14px;
}


.custom-dropdown {
    position: relative;
}

.custom-dropdown .dropdown-toggle {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    border: 1px solid #E1E1E1;
    border-radius: 4px;
    background: #fff;
    cursor: pointer;
    gap: 12px;
    transition: all 0.3s ease;
    min-width: fit-content;
}

.custom-dropdown .dropdown-toggle .selected-text {
    font-size: 14px;
    color: var(--text-gray3d-color);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.custom-dropdown .dropdown-toggle .chevron-icon {
    display: flex;
    align-items: center;
    transition: transform 0.3s ease;
}

.custom-dropdown.active .dropdown-toggle .chevron-icon {
    transform: rotate(180deg);
}


.custom-dropdown .clear-filter-btn {
    display: none;
    position: absolute;
    top: 0%;
    right: -6px;
    transform: translateY(-50%);
    align-items: center;
    justify-content: center;
    width: 18px;
    height: 18px;
    padding: 0;
    border: none;
    background: rgba(60, 0, 0, 0.1);
    border-radius: 50%;
    cursor: pointer;
    color: rgba(60, 0, 0, 1);
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.custom-dropdown .clear-filter-btn:hover {
    background: rgba(60, 0, 0, 0.2);
}

.custom-dropdown.has-value .clear-filter-btn {
    display: flex;
}

.custom-dropdown.has-value .dropdown-toggle {
    border-color: rgba(60, 0, 0, 0.3);
    background: rgba(60, 0, 0, 0.02);
}

.custom-dropdown .dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border: 1px solid #E1E1E1;
    border-top: none;
    border-radius: 0 0 4px 4px;
    z-index: 99;
    max-height: 250px;
    overflow-y: auto;
    
    
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.custom-dropdown.active .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.custom-dropdown .dropdown-item {
    padding: 10px 15px;
    font-size: 14px;
    color: var(--text-gray3d-color);
    cursor: pointer;
    transition: background 0.2s ease;
}

.custom-dropdown .dropdown-item:hover {
    background: #f5f5f5;
    color: rgba(60, 0, 0, 1);
}

.product-filter-wrap .filter-right {
    flex-shrink: 0;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.product-filter-wrap .filter-right .dropdown-toggle {
  min-width: 180px;
}

.product-grid-wrap {
    margin-bottom: 40px;
    position: relative;
}


.loading-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.85);
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
}

.loading-spinner {
    width: 50px;
    height: 50px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid rgba(60, 0, 0, 1);
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.product-grid-wrap.is-loading .product-grid {
    opacity: 0.5;
    pointer-events: none;
}


.no-products-found {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    background: #f9f9f9;
    border-radius: 10px;
}

.no-products-found p {
    margin: 0;
    color: #666;
    font-size: 16px;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px 12px;
}

@media (max-width: 1199px) {
    .product-grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1024px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 575px) {
    .product-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
    .product-grid-wrap {
    margin-bottom: 20px;
    position: relative;
}
}


.product-item {
    position: relative;
    font-family: 'Arimo', sans-serif;
    background: linear-gradient(180deg, #FFFFFF 0%, #F7F7F7 100%);
    border-radius: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    padding: 22px;
}


.product-item .product-badges {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 10;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.product-item .badge {
    padding: 4px 10px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: 3px;
}

.product-item .badge-new {
    background: #28a745;
    color: #fff;
}

.product-item .badge-featured {
    background: #ffc107;
    color: var(--text-gray3d-color);
}

.product-item .product-image {
    position: relative;
    padding-top: 100%;
    overflow: hidden;
    background: transparent;
}

.product-item .product-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.product-item:hover .product-image img {
    transform: scale(1.05);
}

.product-item .product-info {
    padding-top: 22px;
    text-align: center;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.product-item .product-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 2px;
    min-height: auto;
}

.product-item .product-title a {
    color: rgba(41, 41, 41, 1);
    text-decoration: none;
    transition: color 0.3s ease;
}

.product-item .product-title a:hover {
    color: rgba(60, 0, 0, 1);
}

.product-item .product-sku {
    font-size: 14px;
    color: var(--text-gray81-color);
    margin-bottom: 10px;
}

.product-item .product-price-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: auto;
    line-height: 1.4;
}

.product-item .product-price {
    font-size: 18px;
    font-weight: 700;
    color: rgba(60, 0, 0, 1);
}

.product-item .product-old-price {
    font-size: 14px;
    color: var(--text-gray81-color);
    text-decoration: line-through;
}


.product-pagination {
    margin-top: 40px;
    display: flex;
    justify-content: center;
}
.product-pagination .pagination {
    margin-top: 0;
}

.no-products {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

/* ========================================
   PRODUCT DETAIL PAGE STYLES (Dự phòng)
======================================== */

.product-detail-page {
    padding: 40px 0;
}

.product-detail-wrap {
    margin-bottom: 50px;
}

.product-gallery .main-image {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.product-gallery .main-image img {
    width: 100%;
    height: auto;
}

.product-gallery .gallery-thumbs {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.product-gallery .thumb-item {
    width: 80px;
    height: 80px;
    border: 2px solid transparent;
    border-radius: 4px;
    overflow: hidden;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.product-gallery .thumb-item:hover,
.product-gallery .thumb-item.active {
    border-color: var(--primary-color);
}

.product-gallery .thumb-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail-info {
    padding-left: 30px;
}

@media (max-width: 1024px) {
    .product-detail-info {
        padding-left: 0;
        margin-top: 30px;
    }
}

.product-detail-info .product-title {
    font-size: 28px;
    font-weight: 600;
    
    color: var(--text-gray3d-color);
}

.product-detail-info .product-sku {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
}

.product-detail-info .product-price-wrap {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 20px;
}

.product-detail-info .product-price {
    font-size: 28px;
    font-weight: 700;
    color: var(--primary-color);
}

.product-detail-info .product-old-price {
    font-size: 18px;
    color: #999;
    text-decoration: line-through;
}

.product-detail-info .product-discount {
    background: #dc3545;
    color: #fff;
    padding: 3px 8px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 600;
}

.product-detail-info .product-categories {
    margin-bottom: 15px;
    font-size: 14px;
}

.product-detail-info .product-categories a {
    color: var(--primary-color);
}

.product-detail-info .product-excerpt {
    margin-bottom: 20px;
    color: #666;
    line-height: 1.6;
}

.product-detail-info .product-actions {
    margin-bottom: 20px;
}

.product-detail-info .product-actions .btn {
    padding: 12px 30px;
    font-size: 16px;
}

.product-detail-info .product-share {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.product-detail-info .share-buttons {
    display: flex;
    gap: 10px;
}

.product-detail-info .share-buttons a {
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: #f5f5f5;
    color: var(--text-gray3d-color);
    transition: all 0.3s ease;
}

.product-detail-info .share-buttons a:hover {
    background: var(--primary-color);
    color: #fff;
}

.product-description {
    margin-bottom: 50px;
}

.product-description h2 {
    font-size: 22px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid var(--primary-color);
}

.related-products {
    margin-top: 50px;
}

.related-products h2 {
    font-size: 22px;
    margin-bottom: 25px;
    text-align: center;
}


@media (max-width: 1024px) {
    .product-filter-wrap {
        flex-direction: column;
        align-items: flex-start;
        flex-direction: column-reverse;
    }
    
    .product-filter-wrap .filter-left {
        width: 100%;
        /* overflow-x: auto; */
        padding-bottom: 10px;
    }
    
    .product-filter-wrap .filter-right {
        width: 100%;
        justify-content: flex-end;
    }
}

/* Mobile Categories Horizontal Scroll */
@media (max-width: 991px) {
    .product-categories-nav {
        position: relative;
    }
    
    .product-categories-nav .cat-nav-arrow {
        display: flex;
    }
    
    .product-categories-nav .categories-list-wrapper {
        overflow-x: auto;
        overflow-y: hidden;
        scroll-behavior: smooth;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none; /* Firefox */
        -ms-overflow-style: none; /* IE/Edge */
    }
    
    .product-categories-nav .categories-list-wrapper::-webkit-scrollbar {
        display: none; /* Chrome/Safari/Opera */
    }
    
    .product-categories-nav .categories-list {
        display: flex;
        flex-wrap: nowrap;
        gap: 12px;
        justify-content: flex-start;
        transition: transform 0.3s ease;
    }
    
    .product-categories-nav .category-item {
        flex-shrink: 0;
    }
}

@media (max-width: 575px) {
    .product-categories-nav .category-item {
        padding: 10px 15px;
        min-width: 100px;
    }
    
    .product-categories-nav .category-icon {
        width: 40px;
        height: 40px;
    }
    .product-item {
        padding: 12px;
    }
    .product-page .container {
    display: flex;
    flex-direction: column;
    gap: 20px;
}
    
    .product-categories-nav .category-name {
        font-size: 12px;
    }
    
    .product-item .product-title {
        font-size: 13px;
        min-height: 36px;
    }
    
    .product-item .product-price {
        font-size: 14px;
    }
    
    .product-categories-nav .cat-nav-arrow {
        width: 30px;
        height: 30px;
    }
}

.show-nav-ui .nav-btn,
.show-nav-ui .about-nav-gradient {
    display: none;
}
.about-nav-container button.nav-btn {
    display: none;
}
@media (min-width: 1024px) {
    .about-nav-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e1e1e1;
	}
	
	
}

.about-nav {
    display: flex;
    column-gap: 20px;
    overflow-x: auto;
    scrollbar-width: none;
    white-space: nowrap;
    padding: 10px 0;
    flex-direction: row;
}

.about-nav::-webkit-scrollbar {
    display: none;
}

/* Nút prev/next */
.nav-btn {
    background: #fff;
    border: none;
    cursor: pointer;
    font-size: 18px;
    padding: 8px 10px;
    z-index: 10;
    display: none; 
}

.about-nav-gradient {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40px;
    pointer-events: none;
    display: none;
}

.about-nav-gradient.left {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
}

.about-nav-gradient.right {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
}

.show-nav-ui .nav-btn,
.show-nav-ui .about-nav-gradient {
    display: block !important;
}

.om-events-detail .box-great .great-list .great-item .image {
    margin-top: 5px;
}

.wpcf7-form-control-wrap:has(.wpcf7-select)::after {
    content: "";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    width: 14px;
    height: 14px;
    pointer-events: none;

    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;

    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'%3E%3Cpath fill='%23666' d='M297.4 470.6C309.9 483.1 330.2 483.1 342.7 470.6L534.7 278.6C547.2 266.1 547.2 245.8 534.7 233.3C522.2 220.8 501.9 220.8 489.4 233.3L320 402.7L150.6 233.4C138.1 220.9 117.8 220.9 105.3 233.4C92.8 245.9 92.8 266.2 105.3 278.7L297.3 470.7z'/%3E%3C/svg%3E");
}

.wpcf7-form-control-wrap:has(.wpcf7-select)::after {
    transition: transform 0.2s ease;
}

.wpcf7-form-control-wrap:has(.wpcf7-select) select:focus + * {
}

.wpcf7-form-control-wrap:has(.wpcf7-select):focus-within::after {
    transform: translateY(-50%) rotate(180deg);
}
