.archive .add-to-cart-button a {
    /* display: none; */
    /* position: absolute;
    bottom: 0;
    width: 100%; */

    background: #fff;
    box-shadow: none;
    border: none;
}

.archive .product-small.col {
    border: 1px solid #fff;
}

.archive .product-small.col:hover {
    border: 1px solid var(--border1);
}

.archive .product-small.col:hover .add-to-cart-button a {
    /* display: block; */
    background-color: var(--global-palette1) !important;
    border: 1px solid var(--global-palette1) !important;
}

.archive .product-small.col:hover .add-to-cart-button a:hover {
    background-color: #fff !important;
    color: var(--global-palette1) !important;
    box-shadow: none !important;
}

.archive .row-small>.col {
    padding: 10px 10px 10px;
}

.archive .box-text {
    padding-bottom: 0;
    /* position: relative; */
}

select {
    border: .0625rem solid var(--global-palette1) !important;
    box-shadow: none !important;
    text-align: center;
    text-transform: uppercase !important;
    color: var(--global-palette1) !important;
}

label {
    font-size: inherit !important;
}

button[type=submit] {
    background-color: var(--global-palette1) !important;
    border-color: var(--global-palette1) !important;
    color: #fff !important;
    opacity: 1 !important;
    flex-wrap:wrap !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex !important;
    margin-block-end: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

button[type=submit]:hover {
    background-color: #fff !important;
    color: var(--global-palette1) !important;
    opacity: 1 !important;
    box-shadow: none !important;
}

.product-main {
    padding: 0 !important;
}

h1.product-title {
    font-size: 2rem;
}

.product-title {
    text-transform: uppercase;
    font-weight: 600 !important;
}

.single-product .shop-page-title {
    display: none;
}

.product-3d {
    width: calc(100%);
    height: 400px;
    padding-bottom: 0.625rem;
    position: relative;
}

@media screen and (min-width: 768px) {
    .product-3d {
        height: 769px;
    }
}

.product-3d iframe {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    /* border: 0 solid #e5e7eb; */
    border: none;
}
    
.product-3d__iframe-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10; /* Nằm trên iframe */
    background: rgba(0,0,0,0); /* Trong suốt */
    cursor: grab;
}

.product-3d.is-active .product-3d__iframe-overlay {
  display: none;
  pointer-events: none;
}

.reassurance-list {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .03125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
    font-weight: 600;
    gap: 16px;
    margin-top: 1.5rem !important;
    margin-bottom: 2rem !important;
}

.reassurance-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: inherit;
    gap: 12px !important;
    text-transform: uppercase;
}

.p-item-info-list {
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    letter-spacing: .03125rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1rem;
    gap: 16px;
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
}

.p-item-info a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-family: inherit;
    gap: 12px !important;
    text-transform: uppercase;
}

.p-item-info svg {
    width: 1rem;
    height: 1rem;
}

/* .p-item-info span {
    padding-left: 12px;
} */

.product-common__wishlist {
    /* width: auto !important; */
    flex: 0 1 auto !important;
    border: .0625rem solid var(--global-palette1);
    height: auto;
    /* padding: 0 ; */
    /* -webkit-transition: color .5s cubic-bezier(.4, .9, .3, 1), border-color .5s cubic-bezier(.4, .9, .3, 1);
    transition: color .5s cubic-bezier(.4, .9, .3, 1), border-color .5s cubic-bezier(.4, .9, .3, 1); */
    width: 2.8125rem;
}

.yith-wcwl-add-button {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: flex !important;
    margin-block-end: 0 !important;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 2.8125rem;
}

.product-common__wishlist .yith-wcwl-add-to-wishlist {
    margin: 0 !important;
    padding: 0 !important;
}

#yith-wcwl-popup-message {
    display: none !important;
}

.yith-wcwl-add-to-wishlist svg.yith-wcwl-icon-svg:hover {
    color: var(--global-palette2, #d50032);
}

.yith-wcwl-add-to-wishlist.exists svg.yith-wcwl-icon-svg {
    color: var(--global-palette2, #d50032) !important;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, .yith-wcwl-add-button .add_to_wishlist img {
    margin-right: 0 !important;
}

.custom-short-desc {
    text-align: justify;
}

#woo-read-more-btn {
    text-decoration: underline;
    line-height: 1.5;
}

.product-footer .woocommerce-tabs {
    border-top: 1px solid #e6e6e6 !important;
    padding: 20px 0 !important;
}

@media (min-width: 48rem) {
    .product-info {
        padding-top: 0 !important;
    }
}

@media screen and (min-width: 850px) {
    .product-stacked-info {
        padding: 0vh 5% 2vh !important;
    }
}

.box-image1 {
    height: auto;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
/* .box a {
    display: initial !important;
} */


.nav-outline>li.active>a {
    border-width: 1px;
}

.wpc-filter-title {
    font-weight: bold;
}

.wpc-filter-link {
    margin-right: 0 !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label {
    border-radius: 0 !important;
}

.wpc-filters-main-wrap .wpc-filters-labels li.wpc-term-item label span.wpc-filter-label-wrapper {
    border-radius: 0 !important;
}

.archive .page-title-inner {
    min-height: 0;
    padding-top: 0;
}

.archive .category-page-row {
    padding-top: 0;
}