.archive #main,
.archive #wrapper {
    background-color: #000;
    position: relative;
}

.category-title-section {
    background-image: url(/wp-content/uploads/2026/05/breadcrumb-image.jpg);
    background-attachment: inherit;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 75px 0 !important;
}

.category-bradcrumbs p {
    margin-bottom: 0;
}

.category-title-section:after {
    background-color: rgba(0, 0, 0, 0.8);
    content: "";
    height: 100% !important;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}

.row_cates {
    position: relative;
    z-index: 999;
    color: #fff;
    text-align: center;
}

.row_cates h1 {
    color: #fff;
    font-size: 46px;
}

.custom-result-count {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 0;
}

.custom-result-count span {
    color: #fff;
}

@media(max-width:767px) {
    .custom-result-count {
        font-size: 22px;
    }
}

.hd_cate {
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px;
}

.woocommerce-result-count {
    display: none;
}

.woocommerce-ordering,
.woocommerce-ordering select {
    display: inline-block;
    width: 170px;
    border-radius: 5px;
    margin: 0 !important;
}

.product-small .box-text {
    text-align: center;
}

.number_results {
    display: flex;
    align-items: center;
}

.sidebar-inner {
    padding: 25px;
    background: #23201e;
    box-shadow: 0px 4px 24px 0px rgba(0, 0, 0, 0.08);
    color: #fff;
    border-radius: 5px;
}

.sidebar-inner .widget-title {
    color: #f0f0f0;
    font-size: 26px;
}

.product-categories li a {
    color: #fff;
}

.widget>ul>li+li {
    border-top: 1px solid #3c3c3c80 !important;
}

.product-categories li a {
    color: #f0f0f0;
}

.product-categories li.active a {
    color: #bb9d7b;
    font-weight: normal;
}

.sidebar-inner .is-divider {
    background-color: rgb(255 255 255);
    height: 1px;
    max-width: 100px;
}

.widget>ul>li>a {
    padding: 10px 0 !important;
}

.sidebar-inner .widget>ul>li .count {
    font-size: 16px;
    opacity: 1;
}

.menu-bo-suu-tap-container ul li {
    border: unset !important;
}

.menu-bo-suu-tap-container ul li {
    border: unset !important;
    display: block;
    width: fit-content;
}

.menu-bo-suu-tap-container ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 10px;
}

.menu-bo-suu-tap-container ul li a {
    padding: 5px 20px;
    display: inline-block;
    width: auto;
    background: #515151;
    letter-spacing: 3.5px;
    text-transform: uppercase;
    font-size: 14px;
    color: #fff;
}

.category-bradcrumbs p a {
    color: #fff;
}

.body_ctsp {
    background-color: #0a0a0a;
}

.custom-product-gallery img {
    border-radius: 12px;
    width: 100%;
}

.col_ctsp .product-title-container h1 {
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    position: relative;
    margin-bottom: 35px;
    font-family: 'Cormorant Garamond', serif;
    margin-top: 15px;
}

.col_ctsp .product-title-container h1:after {
    content: "";
    background: linear-gradient(90deg, #fff, rgba(255, 255, 255, 0.001) 80%);
    height: 2px;
    position: absolute;
    width: 150px;
    left: 0;
    bottom: -10px;
}

.product-short-description p:last-child {
    margin-bottom: 0;
}

.product-short-description {
    background-color: #0f0f0f;
    padding: 25px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.03);
    position: relative;
    color: #fff;
    border-radius: 10px;
}

.product-content {
    background-color: #0f0f0f;
    padding: 25px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.03);
    position: relative;
    color: #fff;
}

.custom-product-info {
    margin-top: 0px;
}

.custom-product-info h2,
.custom-product-info h3,
.custom-product-info h4,
.custom-product-info h5 {
    color: #fff;
}

.custom-product-info tbody td strong,
.custom-product-info tbody td,
.custom-product-info blockquote {
    color: #fff;
}

.product-thumbnails img {
    opacity: 1 !important;
}

.col_ctsp nav p a,
.col_ctsp nav p span {
    color: #fff;
}

.col_ctsp nav p {
    margin: 0;
}

.product-thumbnails a {
    border: 1px solid #000000b5 !important;
}

/**/
.row_ctspham .col {
    padding-bottom: 0;
}

.row_camkets {
    padding-left: 0;
    padding-right: 0;
}

.benefits-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
}

.benefit-card {
    background: #0f0f0f;
    border: 0px solid #e0e0e0;
    border-radius: 12px;
    padding: 24px 18px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
    position: relative;
}

.benefit-icon {
    flex-shrink: 0;
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border-radius: 5px;
    border: navajowhite;
    margin: auto;
    margin-bottom: 30px;
}

.benefit-icon svg {
    color: #000;
    stroke: #000;
}

.benefit-title {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.benefit-desc {
    font-size: 13px;
    color: #fff;
}

/* 
.benefit-card:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e8c785, transparent);
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.benefit-card:after {
    content: '';
    position: absolute;
    top: unset;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #e8c785, transparent);
    opacity: 1;
    transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    bottom: 0;
} */

/* ===== contact_thiet_ke ===== */
.contact_thiet_ke {
    position: relative;
    overflow: hidden;
    border: 1px solid rgba(180, 150, 90, 0.25);
    border-radius: 10px;
}

/* Diamond background pattern */
.contact_thiet_ke .diamond-bg {
    position: absolute;
    inset: 0;
    opacity: 0.4;
    background-image:
        repeating-linear-gradient(45deg,
            rgba(180, 150, 90, 0.12) 0px,
            rgba(180, 150, 90, 0.12) 1px,
            transparent 1px,
            transparent 20px),
        repeating-linear-gradient(-45deg,
            rgba(180, 150, 90, 0.12) 0px,
            rgba(180, 150, 90, 0.12) 1px,
            transparent 1px,
            transparent 20px);
}

.contact_thiet_ke {
    margin-top: 25px;
}

/* Content wrapper */
.contact_thiet_ke .content {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem;
    text-align: center;
}

/* Heading */
.contact_thiet_ke h4 {
    margin: 0;
    color: #fff;
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
    font-weight: normal;
    font-size: 28px;
}

.contact_thiet_ke h4 em {
    font-style: italic;
    color: #b5962a;
}

/* Quote paragraph */
.contact_thiet_ke p {
    margin: 1rem auto 0;
    line-height: 1.75;
    color: #fff;
    font-size: 0.95rem;
}

.contact_thiet_ke .btn-group a.btn-primary {
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    display: flex;
    align-items: center;
    justify-content: center;
    color: #000;
    border: navajowhite;
    margin: auto;
    font-weight: bold;
    margin: 0;
}

/* Button group */
.contact_thiet_ke .btn-group {
    margin-top: 1.5rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

@media (min-width: 640px) {
    .contact_thiet_ke .btn-group {
        flex-direction: row;
    }
}

/* Shared button base */
.contact_thiet_ke .btn-group a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1rem 2.5rem;
    font-size: 0.7rem;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    text-decoration: none;
    transition: background-color 0.2s ease, color 0.2s ease;
    white-space: nowrap;
    border-radius: 5px;
}

/* Primary button */
.contact_thiet_ke .btn-primary {
    background-color: #b5962a;
    color: #fff;
}

.contact_thiet_ke .btn-primary:hover {
    background-color: #c9a94a;
}

/* Outline button */
.contact_thiet_ke .btn-outline {
    border: 1px solid rgba(181, 150, 42, 0.6);
    color: #b5962a;
    background-color: transparent;
}

.contact_thiet_ke .btn-outline:hover {
    background-color: #b5962a;
    color: #fff;
}

.tt_tt_spham {
    position: relative;
}

.tt_tt_spham h2:after {
    content: "";
    background: linear-gradient(90deg, #b77611, rgba(255, 255, 255, 0.001) 80%);
    height: 2px;
    position: absolute;
    width: 150px;
    left: 0;
    bottom: -10px;
}

.tt_tt_spham h2 {
    margin-bottom: 35px;
    padding-bottom: 10px;
}

.row_splquan .product-section-title {
    display: none;
}

.product-section {
    border-top: 0px solid #ececec !important;
}

.body_ctsp {
    padding-top: 30px !important;
}