/*
Theme Name: pixels-app
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/
body {
    /*     font-family: "Quicksand", sans-serif; */
    font-family: "Cormorant Garamond", serif;

}

.hd_portfolio {
    background-image: url(/wp-content/uploads/2026/06/bg_bst.jpg);
    padding: 60px 0;
    background-size: cover;
    background-attachment: fixed;
}

/* css header */
.logo-left .logo {
    margin-right: 0;
}

.sd_tops li.active a {
    color: #fff;
}

.sd_tops {
    display: flex;
    justify-content: center;
    align-items: center;
}

.sd_tops li {
    margin: 0;
}

.sd_tops li a {
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 14px;
}

.sd_tops {
    gap: 35px;
}

/* ===== SIDEBAR WRAPPER ===== */
#custom-sidebar {
    position: fixed;
    top: 0;
    right: -425px;
    width: 415px;
    height: 100%;
    background: #141414;
    color: #fff;

    padding: 55px 35px 40px;

    display: flex;
    flex-direction: column;

    transition: right 0.35s ease;
    z-index: 999;
}

#openSidebar {
    margin: 0;
    padding: 0;
}

#custom-sidebar.active {
    right: 0;
}

/* ===== HEADER ===== */
.sidebar-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.sidebar-logo {
    max-height: 70px;
}

.sidebar-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 22px;
    cursor: pointer;
    margin: 0;
    padding-right: 0;
}

/* ===== SOCIAL (CENTER) ===== */
.sidebar-social {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.sidebar-social a {
    display: flex;
    align-items: center;
    gap: 15px;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    margin-bottom: 22px;
    transition: opacity 0.2s ease;
}

.sidebar-social a:hover {
    opacity: 0.7;
}

.sidebar-social i {
    font-size: 18px;
}

/* ===== FOOTER ===== */
.sidebar-footer {
    margin-top: auto;
}

.sidebar-footer .divider {
    height: 1px;
    background: rgba(255, 255, 255, 0.25);
    margin-bottom: 20px;
}

.sidebar-footer .phone {
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 8px;
}

.sidebar-footer .email {
    font-size: 16px;
    opacity: 1;
    margin: 0;
    margin-bottom: 8px;
}

.address {
    font-size: 16px;
    opacity: 1;
    margin: 0;
}

/* ===== OVERLAY ===== */
#sidebar-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s ease;
    z-index: 998;
}

#sidebar-overlay.active {
    opacity: 1;
    visibility: visible;
}

#openSidebar img {
    height: 25px;
}

.image-icon img {
    max-width: 100%;
    height: 30px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 480px) {
    #custom-sidebar {
        width: 100%;
        right: -100%;
    }
}

/* end css header */
/* css s2 */
.sec2 {
    position: absolute;
    margin-top: -70px;
    z-index: 999999;
}

.img_scroll {
    text-align: center;
}

.img_scroll img {
    width: 150px;
}

/* css sec 3*/
.sec3 {
    background-image: url(/wp-content/uploads/2026/05/section-bg-1.webp);
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
}

.img_icons {
    text-align: center;
}

.img_icons img {
    width: 26px;
}

.tex_sec3s {
    text-align: center;
}

.tex_sec3s h4 {
    color: #fff;
    font-weight: normal;
    font-size: 14px;
}

.tex_sec3s h2 {
    font-size: 40px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 55px;
}

.icon-box-img img,
.icon-box-img svg {
    padding-top: 0;
}

.icon_gls .icon-box-img svg path {
    fill: #fff;
}

.icon_gls h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 500;
    line-height: 1.2;
}

.icon_gls p {
    color: #fff;
}

.sec3:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000099;
}

.wp_sochay {
    max-width: 550px;
    margin: auto;
    display: flex;
    flex-wrap: wrap;
}

.wp_sochay .wdt-column {
    width: 50%;
    padding: 50px 0;
}

.wp_sochay .wdt-column:last-child,
.wp_sochay .wdt-column:first-child {
    background-color: rgba(0, 0, 0, 0.25);
}

.wp_sochay .wdt-content-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    align-content: center;
}

.wp_sochay .wdt-content-counter-wrapper {
    margin-bottom: 0;
    font-size: 35px;
    color: #bb9d7b;
    margin-bottom: 0 !important;
    font-weight: bold;
    font-family: "Noto Serif", serif;
}

.wdt-content-item .wdt-content-media-group {
    display: flex;
    margin-bottom: 0px !important;
    flex-direction: column;
    text-align: center;
}

.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span i svg path {
    fill: #fff;
}

.wdt-heading-title-wrapper {
    line-height: 1.2;
}

.text_mnsha {
    max-width: 414px;
    margin: auto;
}

.text_mnsha p {
    color: #fff;
}

.rowshpop_cl {
    max-width: 414px !important;
    margin: auto !important;
}

.btn_shopnowws {
    margin: auto;
}

.rowshpop_cl .col {
    padding-bottom: 0;
}

.btn_shopnowws {
    margin: auto;
    background-color: #bb9d7b;
    border-radius: 5px;
}

.omnhas {
    display: flex;
    align-items: flex-end;
}

.rowshpop_cl {
    margin-bottom: 20px !important;
}

.img_tm_us img {
    width: 150px;
}

.sec150as {
    background-image: url(/wp-content/uploads/2026/05/product-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.sec150as:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000d4;
    position: absolute;
    top: 0;
    left: 0;
}

.wdt-her {
    text-align: center;
}

.wdt-her span {
    color: #fff;
    text-transform: capitalize;
}

.wdt-her .wdt-headpper {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 55px;
}

.product-small.box:before {
    border-bottom: 0px solid #bb9d7b;
    border-left: 0px solid #bb9d7b;
    width: 0%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    position: absolute;
    content: "";
    transition: all 0.3s linear 0s;
    z-index: 0;
    pointer-events: none;
    z-index: 1;
}

.product-small.box:after {
    border-top: 0px solid #bb9d7b;
    border-right: 0px solid #bb9d7b;
    width: 0%;
    height: 0%;
    top: 0px;
    right: 0;
    position: absolute;
    content: "";
    transition: all 0.3s linear 0s;
    z-index: 0;
    pointer-events: none;
}

.product-small.box:hover:before,
.product-small.box:hover:after {
    width: 100%;
    height: 100%;
    border-width: 1px;
}

.product-small.box .box-text p a {
    color: #fff;
    font-size: 20px;
}

.add-to-cart-button a {
    width: fit-content;
    margin: auto !important;
    height: auto;
    min-height: auto !important;
    padding: 15px 35px 13px;
    line-height: 1 !important;
    background: transparent !important;
    border: 1px solid #bb9d7b;
    overflow: hidden;
    letter-spacing: 1px !important;
    z-index: 1;
    position: relative;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: normal;
}

.product-small.box .add-to-cart-button a:before {
    content: '' !important;
    background-color: #ba9159 !important;
    opacity: 1;
    width: 65% !important;
    transition: all 0.3s linear 0s;
    right: unset !important;
    left: 0;
    transform: skewX(-30deg) translateX(-15px) !important;
    height: 100% !important;
    top: unset !important;
    bottom: 0;
    z-index: -1;
    display: block !important;
    position: absolute;
}

.product-small.box .add-to-cart-button a:after {
    content: '' !important;
    background-color: #ba9159 !important;
    opacity: 1;
    width: 65% !important;
    transition: all 0.3s linear 0s;
    left: unset !important;
    right: 0;
    transform: skewX(-30deg) translateX(15px) !important;
    height: 100% !important;
    top: unset !important;
    bottom: 0;
    z-index: -1;
    display: block !important;
    position: absolute;
}

.product-small.box .add-to-cart-button a:hover:before,
.product-small.box .add-to-cart-button a:hover:after {
    width: 0 !important;
}

.product-small.box .box-text {
    padding: 15px;
}

.product-small.box .add-to-cart-button {
    text-align: center;
    margin-top: 16px;
}

.bg_videos:after {
    content: "";
    background-image: url(/wp-content/uploads/2026/05/video-bg-scaled-1.jpg);
    width: 100%;
    height: 100%;
    position: absolute;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
}

.row_vodes .video-button-wrapper {
    text-align: center;
}

.row_vodes .video-button-wrapper a {
    margin: 0;
}

.row-collapse {
    padding-left: 30px;
    padding-right: 30px;
}

.row_conso {
    padding-left: 0;
    padding-right: 0;
}

.secCustom {
    background-image: url(/wp-content/uploads/2026/05/product-bg.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.secCustom:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: #000000d4;
    position: absolute;
    top: 0;
    left: 0;
}

.row_msan .col_custom_vns {
    padding: 50px 60px 0px 60px !important;
}

.wdt-sher span,
.wdter {
    color: #fff;
}

.wdt-har {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 20px;
}

.wdt-htr {
    margin-bottom: 0px;
}

.row_forms_fts {}

.sp_custom {
    margin-top: 55px;
}

.px-icon-wrapper svg {
    height: 30px;
    transform: rotate(-90deg);
}

.px-icon-wrapper {
    position: relative;
}

.px-icon-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    background-image: linear-gradient(to right, #3c3c3c 50%, transparent 0);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    border-bottom-width: 1px;
    border-style: none;
    border-color: #3c3c3c;
    top: 45%;
    transform: translateY(-200%);
    left: 0px;
}

.sp_custom .col {
    padding: 0 5px 0;
}

@keyframes s-move {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-220px);
    }


}

.row_forms_fts {
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #BB9D7B00 0%, #000000 100%);
    opacity: 1;
}

.fielsds p {
    color: #fff;
    font-size: 40px;
    margin-bottom: 20px;
}

.kmhjsa p {
    color: #fff;
}

.form_50 .bnhs {
    margin: 0;
}

.wpcf7-spinner {
    position: absolute;
}

.form_50 input {
    margin: 0;
}

.form_50 p {
    display: flex;
    align-items: center;
}

.form_50 .wpcf7-form-control-wrap {
    max-width: 100%;
    flex-basis: 100%;
}

.form_50 input.wpcf7-email {
    padding: 30px 10em 30px 20px;
    font-size: 14px;
    border-style: solid;
    border-color: #F0F0F0;
    border-width: 1px;
    background-color: transparent;
    max-width: 100%;
    flex-basis: 100%;

}

.form_50 .bnhs {
    margin: 0;
    position: absolute;
    right: 0;
    background-color: #bb9d7b;
    font-weight: normal;
    padding: 8px 32px;
    border: unset;
    margin-right: 4px;
    border-radius: 5px;
}

.row_msan {
    padding-left: 0;
    padding-right: 0;
}

.col-inner>.img:not(:last-child),
.col>.img:not(:last-child) {
    margin-bottom: 0;
}

.icon_vnms svg path {
    fill: #BB9D7B;
}

.icon_vnms .icon-box-text h3 {
    color: #fff;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 14px;
    margin: 0;
}

.icon_vnms .icon-box-text p {
    color: #fff;
    font-size: 20px;
}

.reoww_vmnhsa .col {
    padding-bottom: 0;
}

.icon_vnms {
    display: flex;
    align-items: center;
}

.icon_vnms .icon-box-img svg {
    height: 70px;
}

/* .reoww_vmnhsa .col:first-child .icon_vnms:before {
    content: "";
    height: 1px;
    background-color: #f0f0f0;
    width: 100%;
    position: absolute;
    right: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
}

.reoww_vmnhsa .col:last-child .icon_vnms:after {
    content: "";
    height: 1px;
    background-color: #f0f0f0;
    width: 100%;
    position: absolute;
    left: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    z-index: -1;
}

.icon_vnms {
    width: 255px;
}

.reoww_vmnhsa .col .col-inner {
    display: flex;
    justify-content: center;
} */
.sec-footers {
    /* background-image: url(/wp-content/uploads/2026/05/home-1-footer-bg.jpg); */
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.absolute-footer {
    display: none;
}

.logo_imsa img {
    width: 130px;
}

.row_footer_ab .col {
    padding-bottom: 0;
}

.mnbhga p {
    color: #fff;
    margin: 0;
    font-size: 16px;
    margin-bottom: 0px;
}

.mnbhga h3 {
    color: #fff;
    font-size: 21px;
    text-transform: capitalize;
    font-weight: normal;
    position: relative;
}

.home_blogs .box-text h5 a {
    color: #000000;
}

.elener p {
    color: #fff;
    margin-bottom: 10px;
}

.elemelt a {
    color: #fff;
}

.elext {
    color: #fff;
    font-size: 15px;
}

.elemelt {
    margin-bottom: 10px;
}

.chinhanh {
    /* background-color: #00000080;
    padding: 15px;
    border-radius: 5px; */
}

.mnbhga h3:before {
    content: "";
    background: linear-gradient(90deg, #ffffff, rgba(255, 255, 255, 0.001) 80%);
    height: 2px;
    position: absolute;
    width: 70px;
    left: 0;
    bottom: -10px;
}

.elemelt {
    display: flex;
    gap: 10px;
}

.box_ft1 {
    margin-top: 20px;
}

.chinhanh h3 {
    margin-bottom: 25px;
}

.elconn svg {
    width: 20px;
}

.row_footer_ab .col .col-inner {
    background-color: #00000080;
    padding: 15px;
    border-radius: 5px;
}

.row_footer_ab .col:nth-child(1) p,
.menu_dvs {
    margin-top: 25px;
}

.menu_dvs div a {
    color: #fff;
}

.menu_dvs div a:hover {
    color: #dd3333 !important;
}

.sec-footers:after {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    background-color: transparent;
    background-image: linear-gradient(180deg, #BB9D7B00 0%, #000000 100%);
    opacity: 1;
    height: 100%;
}

.row_nbhgsa p {
    margin: 0;
    color: #fff;
}

.sec-footers {
    padding-bottom: 30px !important;
}

.row_abs_ft {
    padding-left: 0;
    padding-right: 0;
}

.imgg_pay img {
    width: 300px;
}

.imgg_pay .img-inner {
    text-align: right;
}

.row_abs_ft {
    padding: 25px 0px 25px 0px;
    border-top: 1px solid;
}

.smnha a {
    margin: 0;
}

.smnha {
    margin-top: 10px;
    color: #fff;
}

.form-flat input:not([type=submit]),
.form-flat select,
.form-flat textarea {
    background-color: #fff;
    border-radius: 5px;
}

.row_mmhjsa {
    padding-left: 30px;
    padding-right: 30px;
}

.breadcrumb_category p a {
    color: #fff;
}

.box_cats {
    margin-top: 25px;
}

.page-wrapper {
    padding-bottom: 0;
    padding-top: 0;
}

.box_single {
    margin-top: 25px;
}

.sec_mnmsa {
    background-image: url(/wp-content/uploads/2026/05/breadcrumb-image.jpg);
    background-size: cover;
}

.sec_mnmsa: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_jmsan {
    position: relative;
    z-index: 999;
    color: #fff;
}

.section-title b {
    height: 0px;
}

.tt_hd_lh {
    margin: 0;
}

.row_jmsan p {
    margin-bottom: 0;
}

.tt_hd_lh span {
    color: #fff;
    font-size: 46px;
}

.row_jmsan p a {
    color: #fff;
}

.chi_nhanh {
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-bottom: 0px;
    padding: 20px;
    background-color: #23201e;
}

.item_dvc svg {
    height: 20px;
    width: 20px;
    color: #bb9d7b;
}

.chi_nhanh h4 {
    color: #fff;
}

.item_dvc svg {
    fill: #bb9d7b;
}

.item_dvc svg path {
    fill: #bb9d7b;
}

.list_dc span {
    color: #fff;
    font-size: 15px;
}

.row_dc_ch .col {
    padding-bottom: 0;
}

.list_dc {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.chi_nhanh h4 {
    color: #fff;
    font-size: 25px;
    margin-bottom: 25px;
}

.item_dvc {
    display: flex;
    align-items: center;
    gap: 10px;
}

.img_dc img {
    margin-bottom: 20px;
}

.img_dc img {
    margin-bottom: 20px;
    transition: all 0.3s linear 0s;
    filter: invert(1) brightness(1) contrast(0);
}

.row_dc_ch .col .col-inner:hover img {
    transform: translateY(25px);
}

.chi_nhanh {
    position: relative;
}

.row_dc_ch .col .col-inner .chi_nhanh:before {
    border-bottom: 0px solid #bb9d7b;
    border-left: 0px solid #bb9d7b;
    width: 0%;
    height: 0%;
    left: 0px;
    bottom: 0px;
    position: absolute;
    content: "";
    transition: all 0.3s linear 0s;
    z-index: 0;
    pointer-events: none;
}

.row_dc_ch .col .col-inner .chi_nhanh:after {
    border-top: 0px solid #bb9d7b;
    border-right: 0px solid #bb9d7b;
    width: 0%;
    height: 0%;
    top: 0px;
    right: 0;
    position: absolute;
    content: "";
    transition: all 0.3s linear 0s;
    z-index: 0;
    pointer-events: none;
}

.row_dc_ch .col .col-inner:hover .chi_nhanh:before,
.row_dc_ch .col .col-inner:hover .chi_nhanh:after {
    width: 100%;
    height: 100%;
    border-width: 1px;
}

.row_bnsa {
    padding-left: 0;
    padding-right: 0;
}

.col_form_lh .col-inner {
    padding: 100px;
}

.row_bnsa p {
    margin-bottom: 0;
}

.hd_form h3 {
    letter-spacing: 3.5px;
    color: #fff;
    font-size: 14px;
    font-family: 'Quicksand';
}

.hd_form p {
    font-size: 40px;
    color: #fff;
    margin-bottom: 30px;
    line-height: normal;
}

.form_check h4 {
    text-transform: uppercase;
    font-size: 14px;
    opacity: 1;
    margin-bottom: 20px;
    color: #fff;
    font-family: 'Quicksand';
}

.form_check p .wpcf7-form-control-wrap span.bts {
    display: flex;
    flex-direction: column;
}

.form_check {
    background-color: #23201e7a;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.bts span.wpcf7-list-item input {
    margin: 0;
}

.bts span.wpcf7-list-item .wpcf7-list-item-label {
    color: #fff;
    font-weight: normal;
}

.bts span.wpcf7-list-item label {
    margin: 0;
    display: flex;
    gap: 7px;
}

.form_field input {
    background-color: unset;
    box-shadow: unset;
    border-radius: 5px;
    border: 1px solid #23201E;
}

.form_field textarea {
    background-color: unset;
    border-radius: 5px;
    border: 1px solid #23201E;
}

.form_btn input {
    background-color: #bb9d7b;
    border-radius: 5px;
    margin: 0;
}

/* ============================================================
       .hero — Hero Section Styles
    ============================================================ */

.hero_ab_text_ss {
    position: relative;
    z-index: 10;
}

/* --- eyebrow row --- */
.hero__eyebrow {
    display: flex;
    align-items: center;
    gap: 1rem;
    opacity: 0;
    animation: hero-fade-up 0.7s ease forwards;
    justify-content: center;
}

.hero__eyebrow-line {
    height: 1px;
    width: 3rem;
    background-color: rgba(193, 154, 107, 0.6);
    flex-shrink: 0;
}

.hero__eyebrow-text {
    font-size: 15px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #c19a6b;
    margin: 0;
}

/* --- headline --- */
.hero__heading {
    margin: 2rem 0 0;
    font-size: 85px;
    line-height: 0.95;
    font-weight: 500;
    color: #f5f0ea;
    opacity: 0;
    animation: hero-fade-up 0.7s ease 0.1s forwards;
}

.hero__heading-italic {
    background: linear-gradient(135deg,
            #c19a6b 0%,
            #e8d5b7 40%,
            #c19a6b 60%,
            #8b6914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

/* --- body copy --- */
.hero__body {
    margin: 2.5rem auto;
    max-width: 41rem;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.75;
    color: #fff;
    opacity: 0;
    animation: hero-fade-up 0.7s ease 0.2s forwards;
}

/* --- CTA row --- */
.hero__cta-row {
    margin: 3rem 0 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 1.5rem;
    opacity: 0;
    animation: hero-fade-up 0.7s ease 0.3s forwards;
    justify-content: center;
}

.hero__btn-primary {
    position: relative;
    overflow: hidden;
    border: 1px solid #c19a6b;
    background-color: #c19a6b;
    padding: 0.8rem 2rem;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: #0a0a0a;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin: 0;
}

.hero__btn-primary:hover {
    background-color: transparent;
    color: #c19a6b;
}

.hero__link-secondary {
    font-size: 11px;
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.25em;
    color: rgba(245, 240, 234, 0.8);
    text-decoration: none;
    transition: color 0.3s ease;
    cursor: pointer;
}

.hero__link-secondary:hover {
    color: #c19a6b;
}

/* --- keyframes --- */
@keyframes hero-fade-up {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* --- responsive --- */
@media (min-width: 1024px) {
    .hero {
        padding: 8rem 5rem 8rem;
    }
}

.hero_ab_text_ss {
    text-align: center;
}

.page-id-19 .row.row-small {
    max-width: 1290px;
}

.tt_row_ab_1 {
    padding: 60px 32px;
    background: #0d0d0d;
}

/* Label row */
.tt_row_ab_1 .label-row {
    display: flex;
    align-items: center;
    gap: 16px;
}

.tt_row_ab_1 .label-line {
    height: 1px;
    width: 40px;
    background-color: rgba(192, 160, 98, 0.6);
    display: block;
}

.tt_row_ab_1 .label-text {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: #c0a062;
    margin: 0;
}

.tt_row_ab_1 .label-num {
    font-size: 14px;
    color: rgba(192, 160, 98, 0.4);
}

/* Heading */
.tt_row_ab_1 h2 {
    margin-top: 25px;
    font-size: 67px;
    line-height: 1.05;
    color: #f0ebe2;
    font-weight: normal;
    margin-bottom: 0;
    font-style: italic;
    background: linear-gradient(135deg, #c19a6b 0%, #e8d5b7 40%, #c19a6b 60%, #8b6914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Noto Serif", serif;
    text-transform: capitalize;
}

/* Gold divider */
.tt_row_ab_1 .gold-divider {
    margin-top: 16px;
    height: 1px;
    background: linear-gradient(to right, rgba(192, 160, 98, 0.7), transparent);
    width: 20%;
}

/* Body text */
.tt_row_ab_1 .body-text {
    margin-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 16px;
    line-height: 1.85;
    color: rgba(240, 235, 226, 0.55);
}

.tt_row_ab_1 .body-text p {
    margin: 0;
    color: #fff;
}

/* Blockquote */
.tt_row_ab_1 blockquote {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
    border-left: 2px solid #c0a062;
    padding-left: 24px;
    font-size: 19px;
    font-style: italic;
    line-height: 1.4;
    color: rgba(240, 235, 226, 0.9);
}

.label-row p {
    margin: 0;
}

.row_ab1 .col {
    padding-bottom: 0;
}

.img_lomsa {
    border-radius: 20px;
    overflow: hidden;
}

.secab1 {
    background-image: linear-gradient(180deg, #0d0d0d, #111);
}

.box_hd_chn .tex_sec3s h4 {
    font-weight: normal;
    font-size: 11px;
    letter-spacing: 0.2em;
    color: #c0a062;
    text-transform: uppercase;
    margin-top: 25px;
}

.box_hd_chn h2 {
    margin-top: 25px;
    font-size: 67px;
    color: #f0ebe2;
    font-weight: normal;
    margin-bottom: 0;
    font-style: italic;
    background: linear-gradient(135deg, #c19a6b 0%, #e8d5b7 40%, #c19a6b 60%, #8b6914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Noto Serif", serif;
    text-transform: capitalize;
}

.mn_thnsa .body-text {
    border-bottom: 1px solid #332d234d;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

.hd_pmjsa p {
    margin: 0;
    color: #fff;
    font-style: italic;
}

.hd_pmjsa h3 {
    color: #f0ebe2;
    font-weight: normal;
    margin-bottom: 0;
    font-style: italic;
    background: linear-gradient(135deg, #c19a6b 0%, #e8d5b7 40%, #c19a6b 60%, #8b6914 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    font-family: "Noto Serif", serif;
    text-transform: capitalize;
}

.clsd blockquote {
    margin: 0;
}

.sd_tops li a:hover {
    color: #ffffff6b;
}

.nav-dropdown {
    padding: 0;
}

.nav-dropdown li a:hover {
    color: #000;
}

.nav-dropdown li a {
    color: #000;
}

.nav-dropdown {
    margin-left: 15px;
}

.widget_product_categories>ul>li {
    margin-left: 0 !important;
}

.vns_fixed-header p.woocommerce-result-count {
    display: none;
}

.col_form_lh form {
    margin-bottom: 0;
}

.woocommerce-no-products-found {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
}

.nav-dropdown li a {
    color: #000 !important;
}

.wdt-content-item .wdt-content-icon-wrapper .wdt-content-icon span svg path {
    fill: #fff;
}

.address {
    margin-bottom: 8px !important;
}

.has-dropdown .icon-angle-down {
    opacity: 1;
}

.price-wrapper {
    background-color: #cccccc0d;
    padding: 16px;
    border-radius: 5px;
    color: #fff;
    margin-top: 10px;
    font-weight: bold;
}

.category-page-row .product-small.box .box-text p a {
    font-size: 18px;
}

.single-page h1,
.single-page h2,
.single-page h3,
.single-page h4,
.single-page h5,
.single-page h6 {
    font-family: 'Quicksand';
}

.single-page h1 {
    font-size: 25px;
}

.single-page h2 {
    font-size: 22px;
}

.single-page h3 {
    font-size: 18px;
}

.single-page h4 {
    font-size: 16px;
}

.single-page h5 {
    font-size: 14px;
}

.single-page h6 {
    font-size: 12px;
}

.product-small.box .price-wrapper bdi {
    color: #ba915b;
    font-size: 18px;
}

.col_ctsp .product-price-container {
    background-color: #0f0f0f;
    padding: 25px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.03);
    position: relative;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.col_ctsp .product-price-container .price-wrapper {
    padding: 0;
    margin: 0;
}

.col_ctsp .product-price-container .price-wrapper bdi {
    color: #ba915b;
    font-size: 28px;
}

.col_ctsp .product-price-container .price-wrapper p {
    margin-bottom: 0;
}

.add-to-cart-container {
    margin-top: 15px;
}

/*css fix trang chi tiết bộ sưu tập */
.portfolio-top h1 {
    margin: 0;
    color: #fff;
    font-size: 80px;
    font-weight: 500;
    text-transform: capitalize;
}

.portfolio-top p {
    color: #fff;
    margin-bottom: 0;
}

.hd_portfolio {
    background-image: url(/wp-content/uploads/2026/06/bg_bst.jpg);
    padding: 180px 0;
    background-size: cover;
    background-attachment: fixed;
    overflow: hidden;
    z-index: 999;
    position: relative;
}

.portfolio-summary p {
    margin-bottom: 0;
}

.hd_portfolio .container {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0px;
}

.portfolio-summary p a {
    color: #fff;
    font-size: 15px;
}

.hd_portfolio .container::after {
    display: none;
}

.portfolio-single-content {
    margin-top: 15px;
    background-color: #0f0f0f;
    padding: 25px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.03);
    position: relative;
    color: #fff;
    border-radius: 10px;
}

.portfolio-single-content :is(h1, h2, h3, h4, h5, h6, blockquote, ul li, ol li, td, th) {
    color: #fff;
}

.portfolio-single-content p {
    margin-bottom: 10px;
}

.portfolio-single-content hr {
    display: none;
}

.portfolio-content #secondary {
    margin-top: 15px;
}

.bst_widget .portfolio-box .box-image {
    width: 130px;
}

.bst_widget .portfolio-box .box-image .image-cover {
    max-width: 130px;
}

.bst_widget .portfolio-box .box-image .image-cover img {}

.bst_widget .portfolio-box {
    display: flex;
    align-items: top;
}

.bst_widget .col .col-inner {
    padding: 0;
}

.bst_widget .col .col-inner .box-text {
    text-align: left;
    padding-top: 0;
    padding-bottom: 0;
}

.bst_widget .col .col-inner .box-text .portfolio-box-category {}

.bst_widget .col .col-inner .box-text .portfolio-box-category span {
    opacity: 1 !important;
    color: #fff !important;
}

.bst_widget .col .col-inner .box-text h6,
.blog_widgetvses h5 a {
    color: #fff;
    opacity: 1;
    text-transform: capitalize;
    font-size: 17px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
}

.collection-gallery {
    max-width: 1200px;
    margin: 0 auto;
}

/* ẢNH LỚN */

.gallery-main {
    margin-bottom: 20px;
}

.gallery-main .item {
    border-radius: 16px;
    overflow: hidden;
}

.gallery-main img {
    width: 100%;
    height: 700px;
    object-fit: cover;
    display: block;
}

/* THUMBNAIL */

.gallery-thumb .item {
    cursor: pointer;
    border-radius: 5px;
    overflow: hidden;
    opacity: .5;
    transition: .3s;
}

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

.gallery-thumb .owl-item.current .item {
    opacity: 1;
    transform: translateY(0px);
}

.gallery-thumb .owl-item.current .item img {
    border: 1px solid #c9a96e;
}

/* NÚT */

.gallery-main .owl-nav button {
    width: 45px;
    height: 45px;
    border-radius: 50% !important;
    background: #fff !important;
    box-shadow: 0 3px 15px rgba(0, 0, 0, .15);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.gallery-main .owl-nav .owl-prev {
    left: 20px;
}

.gallery-main .owl-nav .owl-next {
    right: 20px;
}

.gallery-main .owl-nav span {
    font-size: 30px;
    line-height: 1;
}

/* MOBILE */

@media(max-width:768px) {

    .gallery-main img {
        height: 400px;
    }

    .gallery-thumb .item img {
        height: 70px;
    }

}

.box_info_bst,
.sidebar-wrapper-bst {
    margin-top: 25px;
}

.collection-info h1 {
    color: #fff;
    position: relative;
    margin-bottom: 30px;
}

.collection-description p {
    margin-bottom: 0;
}

.collection-description {
    background-color: #0f0f0f;
    padding: 20px;
    text-align: left;
    border: 1px solid rgba(255, 255, 255, 0.03);
    position: relative;
    color: #fff;
    border-radius: 10px;
    margin-bottom: 15px;
}

.collection-info span.last {
    color: #fff;
}

.collection-description tr td {
    color: #fff;
    padding: 15px 0;
    font-weight: 600;
}

.collection-description table tr td,
.collection-description table tr th {
    border: unset;
}

.collection-info h1:after {
    content: "";
    background: linear-gradient(90deg, #b9935b, rgba(255, 255, 255, 0.001) 80%);
    height: 2px;
    position: absolute;
    width: 150px;
    left: 0;
    bottom: -10px;
}

.collection-description tbody tr:last-child td {
    padding-bottom: 0;
}

.sidebar-wrapper-bst .block_widget {
    padding: 0;
}

/**/
.splmsa .box-text {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.splmsa .box-text .price-wrapper {
    margin: 0 auto;
}

.splmsa .box-text .add-to-cart-button {
    margin: 0;
    margin-bottom: 15px;
}

.splmsa .box-text {
    margin-top: 10px;
}

.splmsa .box-text {
    margin-top: 10px;
}

.widget-title span,
.div_tnbat {
    position: relative;
}

.box_bvmoi .div_tnbat:after {
    content: "";
    background: linear-gradient(90deg, #b9935b, rgba(255, 255, 255, 0.001) 80%);
    height: 2px;
    position: absolute;
    width: 150px;
    left: 0;
    bottom: -10px;
}

.bst_widget .col .col-inner .box-text .portfolio-box-title {
    margin-bottom: 10px;
}

.bst_widget .col .col-inner .box-text .portfolio-box-category span {
    opacity: 1 !important;
    color: #fff !important;
    text-transform: capitalize;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bst_widget .col .col-inner .box-text .op-6 {
    opacity: 1;
}

.related-collections {
    margin-top: 40px;
}

.related-collections h2 {
    font-size: 32px;
    margin-bottom: 30px;
    text-align: center;
}

.title_bts_lquan {
    margin-top: 25px;
    color: #fff;
    position: relative;
    font-weight: 600;
}

.related-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
}

.related-item {
    overflow: hidden;
    border-radius: 16px;
    background: #fff;
    transition: all .3s ease;
}

.related-item:hover {
    transform: translateY(-5px);
}

.related-item .thumb {
    overflow: hidden;
    aspect-ratio: 4/5;
}

.related-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: .5s;
}

.related-item:hover img {
    transform: scale(1.08);
}

.related-item h3 {
    padding: 15px;
    margin: 0;
    font-size: 18px;
    text-align: center;
    color: #000;
}

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

@media(max-width:480px) {
    .related-grid {
        grid-template-columns: 1fr;
    }
}

.title_bts_lquan::after {
    content: "";
    background: linear-gradient(90deg, #b9935b, rgba(255, 255, 255, 0.001) 80%);
    height: 2px;
    position: absolute;
    width: 150px;
    left: 0;
    bottom: -10px;
}

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

.collection__card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
    border-radius: 1px;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.collection__card:hover {
    transform: translateY(-4px);
}

.collection__card-img {
    position: relative;
    overflow: hidden;
    background: #1c1c1c;
}

.collection__card-img::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, transparent 40%, rgba(0, 0, 0, 0.85) 100%);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.collection__card:hover .collection__card-img::after {
    background: linear-gradient(180deg, transparent 20%, rgba(0, 0, 0, 0.9) 100%);
}

.collection__card-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 64px;
}

.collection__card-body {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 28px 24px;
    z-index: 2;
}

.collection__card-tag {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 8px;
}

.collection__card-name {
    font-family: 'Playfair Display', serif;
    font-size: 22px;
    color: #fff;
    margin-bottom: 8px;
}

.collection__card-desc {
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
    margin-bottom: 16px;
}

.collection__card-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.collection__card-count {
    font-size: 14px;
    color: #a89880;
}

.collection__card-arrow {
    width: 36px;
    height: 36px;
    border: 1px solid rgba(201, 168, 76, 0.4);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c9a84c;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.collection__card:hover .collection__card-arrow {
    background: #c9a84c;
    border-color: #c9a84c;
    color: #0d0d0d;
}

.breadcrumb__inner {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 12px;
    color: #a89880;
}

.breadcrumb__inner svg {
    width: 12px;
    height: 12px;
}

.breadcrumb__inner span {
    color: #c9a84c;
}

.hero {
    position: relative;
    min-height: 540px;
    overflow: hidden;
    background: #141414;
}

.hero__bg {
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, #0d0d0d 0%, #1a1510 40%, #0d0d0d 100%);
}

.hero__bg::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(ellipse 60% 80% at 70% 50%, rgba(201, 168, 76, 0.08) 0%, transparent 70%), radial-gradient(ellipse 40% 60% at 20% 80%, rgba(201, 168, 76, 0.04) 0%, transparent 60%);
}

.hero__bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background-image: repeating-linear-gradient(90deg, transparent, transparent 60px, rgba(201, 168, 76, 0.02) 60px, rgba(201, 168, 76, 0.02) 61px);
}

.hero__inner {
    position: relative;
    z-index: 2;
    margin: 0 auto;
    padding: 80px 32px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 60px;
    min-height: 540px;
}

.hero__content {
    animation: fadeInLeft 0.9s ease both;
}

.hero__label {
    font-size: 11px;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #c9a84c;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.hero__label::before {
    content: '';
    display: inline-block;
    width: 28px;
    height: 1px;
    background: #c9a84c;
}

.hero__title {
    font-family: 'Playfair Display', serif;
    font-size: clamp(42px, 5vw, 68px);
    font-weight: 700;
    line-height: 1.1;
    color: #fff;
    margin-bottom: 24px;
    letter-spacing: -1px;
}

.hero__desc {
    font-family: 'Cormorant Garamond', serif;
    font-size: 17px;
    font-weight: 300;
    color: #a89880;
    line-height: 1.8;
    max-width: 400px;
    margin-bottom: 36px;
}

.hero__cta {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    background: #c9a84c;
    color: #0d0d0d;
    font-size: 11px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 16px 32px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.hero__cta:hover::before {
    transform: translateX(0);
}

.hero__cta::before {
    content: '';
    position: absolute;
    inset: 0;
    background: #e8c97e;
    transform: translateX(-100%);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.hd_portfolio:after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #00000094 40%, rgba(0, 0, 0, 0.85) 100%);
    transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.tax-featured_item_category #header .header-bg-color {
    background-color: transparent;
}

.portfolio-top {
    position: relative;
    z-index: 999;
}

.hd_box_portfolio {
    margin-top: 65px;
    margin-bottom: 65px;
}

.des_archive p {
    color: #d1d5dc;
}

.des_archive {
    max-width: 700px;
    margin-top: 10px;
}

.portfolio-summary p span.separator {
    color: #ba915b;
}

.hero-collection {
    position: relative;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Background */
.hero-bg {
    position: absolute;
    inset: 0;
}

.hero-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

.overlay-gradient {
    position: absolute;
    inset: 0;
    background: linear-gradient(to bottom,
            rgba(17, 17, 17, 0.9),
            rgba(17, 17, 17, 0.6),
            rgba(17, 17, 17, 1));
}

.overlay-dark {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.2);
}

/* Content */
.hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 30px;
    text-align: center;
    margin-top: 60px;
}

.hero-subtitle {
    display: block;
    margin-bottom: 20px;
    color: #c9a96e;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0.4em;
}

.hero-title {
    margin: 0 0 30px;
    color: #fff;
    font-size: 80px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: 2px;
    text-shadow: 0 10px 30px rgba(0, 0, 0, .5);
    text-transform: capitalize;
}

.hero-description {
    max-width: 700px;
    margin: 0 auto 40px;
    color: #d1d5db;
    font-size: 15px;
    line-height: 1.8;
    font-weight: 300;
}

/* Buttons */
.hero-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.hero-buttons a {
    padding: 16px 40px;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .2em;
    font-size: 12px;
    transition: all .3s ease;
}

.btn-primary {
    background: #c9a96e;
    color: #111;
    font-weight: 600;
}

.btn-primary:hover {
    background: #fff;
}

.btn-secondary {
    border: 1px solid rgba(255, 255, 255, .2);
    color: #fff;
}

.btn-secondary:hover {
    border-color: #c9a96e;
    color: #c9a96e;
}

/* Scroll */
.scroll-indicator {
    position: absolute;
    bottom: 50px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;

    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.scroll-indicator span {
    color: #888;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .3em;
}

.scroll-line {
    width: 1px;
    height: 50px;
    background: #333;
    overflow: hidden;
    position: relative;
}

.scroll-dot {
    position: absolute;
    width: 100%;
    height: 20px;
    background: rgba(201, 169, 110, .8);
    animation: scrollMove 1.8s infinite;
}

@keyframes scrollMove {
    0% {
        transform: translateY(-20px);
    }

    100% {
        transform: translateY(50px);
    }
}

/* Responsive */
@media (max-width: 992px) {
    .hero-title {
        font-size: 60px;
    }
}

@media (max-width: 768px) {
    .hero-title {
        font-size: 42px;
    }

    .hero-description {
        font-size: 14px;
    }

    .hero-buttons {
        flex-direction: column;
    }

    .hero-buttons a {
        width: 100%;
    }
}

.tax-featured_item_category #header {
    position: fixed;
}

/**/
.master-tailor-section {
    position: relative;
    z-index: 10;
    padding: 65px 0;
    background: #0f0f0f;
    border-top: 0px solid rgba(255, 255, 255, .08);
    overflow: hidden;
}

.master-tailor-section .bg-glow {
    position: absolute;
    top: 0;
    right: 0;
    width: 500px;
    height: 500px;
    background: rgba(201, 166, 107, .05);
    border-radius: 50%;
    filter: blur(120px);
    transform: translate(50%, -50%);
    pointer-events: none;
}

.master-tailor-section .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 24px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 80px;
    align-items: center;
}

/* IMAGE */
.tailor-image {
    position: relative;
    aspect-ratio: 4 / 5;
    overflow: hidden;
}

.tailor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: grayscale(40%);
    transition: all .7s ease;
}

.tailor-image:hover img {
    filter: grayscale(0);
}

.image-border {
    position: absolute;
    inset: 0;
    border: 1px solid rgba(255, 255, 255, .1);
    pointer-events: none;
}

.master-tailor-section .corner {
    position: absolute;
    width: 32px;
    height: 32px;
    opacity: 0;
    transition: .5s ease;
}

.corner-top {
    top: -16px;
    left: -16px;
    border-top: 1px solid rgba(201, 166, 107, .6);
    border-left: 1px solid rgba(201, 166, 107, .6);
}

.corner-bottom {
    right: -16px;
    bottom: -16px;
    border-right: 1px solid rgba(201, 166, 107, .6);
    border-bottom: 1px solid rgba(201, 166, 107, .6);
}

.tailor-image:hover .corner {
    opacity: 1;
}

/* CONTENT */
.master-tailor-section .sub-title {
    display: block;
    margin-bottom: 16px;
    font-size: 9px;
    letter-spacing: .3em;
    text-transform: uppercase;
    font-weight: 600;
    color: #c9a66b;
}

.tailor-content h2 {
    margin-bottom: 32px;
    color: #ffffff;
    font-size: 52px;
    font-weight: 400;
    line-height: 1.2;
    font-family: "Cormorant Garamond", serif;
}

.master-tailor-section .description {
    margin-bottom: 40px;
}

.master-tailor-section .description p {
    margin-bottom: 24px;
    color: #b8b8b8;
    font-size: 16px;
    line-height: 1.9;
    font-weight: 300;
}

.master-tailor-section blockquote {
    padding: 10px 0 10px 24px;
    border-left: 2px solid #c9a66b;
    margin-bottom: 0;
}

.master-tailor-section blockquote p {
    margin-bottom: 16px;
    color: rgba(255, 255, 255, .9);
    font-size: 24px;
    line-height: 1.7;
    font-style: italic;
    font-family: "Cormorant Garamond", serif;
}

.master-tailor-section blockquote cite {
    display: block;
    font-style: normal;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #c9a66b;
}

/* Responsive */
@media (max-width: 768px) {

    .master-tailor-section {
        padding: 70px 0;
    }

    .master-tailor-section .container {
        grid-template-columns: 1fr;
        column-gap: 50px;
    }

    .tailor-image {
        max-width: 450px;
        margin: 0 auto;
        order: 2;
    }

    .tailor-content {
        order: 1;
    }

    .tailor-content h2 {
        font-size: 38px;
    }

    .master-tailor-section blockquote p {
        font-size: 20px;
    }
}

/**/
.materials-section {
    padding: 65px 0;
    background: rgba(18, 18, 18, 0.5);
    border-top: 0px solid #2a2a2a;
    position: relative;
    z-index: 10;
}

.materials-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 24px;
}

.materials-header {
    text-align: center;
    margin-bottom: 70px;
}

.materials-subtitle {
    display: block;
    font-size: 9px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 600;
    color: #c9a66b;
    margin-bottom: 16px;
}

.materials-title {
    font-size: 52px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 500;
}

.materials-desc {
    max-width: 700px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 1.8;
    color: #9ca3af;
    font-weight: 300;
}

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

.fabric-card {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1;
    border: 1px solid #2a2a2a;
    background: rgba(40, 40, 40, 0.5);
    cursor: pointer;
    transition: .5s;
}

.fabric-card:hover {
    border-color: rgba(201, 166, 107, .4);
}

.fabric-card img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: .7;
    filter: grayscale(30%);
    transition: 2s ease-out;
}

.fabric-card:hover img {
    transform: scale(1.1);
    opacity: .4;
    filter: grayscale(0%);
}

.fabric-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top,
            #0f0f0f,
            rgba(15, 15, 15, .6),
            transparent);
    opacity: .8;
    transition: .5s;
}

.fabric-card:hover .fabric-overlay {
    opacity: .9;
}

.fabric-content {
    position: absolute;
    inset: 0;
    padding: 24px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.fabric-name {
    font-size: 30px;
    color: #fff;
    font-family: serif;
    margin-bottom: 18px;
    transform: translateY(32px);
    transition: .5s ease;
}

.fabric-card:hover .fabric-name {
    transform: translateY(-8px);
}

.fabric-line {
    width: 0;
    height: 1px;
    background: #c9a66b;
    margin-bottom: 24px;
    opacity: 0;
    transition: .7s ease;
}

.fabric-card:hover .fabric-line {
    width: 64px;
    opacity: 1;
}

.fabric-info {
    display: flex;
    flex-direction: column;
    gap: 12px;
    opacity: 0;
    transform: translateY(16px);
    transition: .5s ease .2s;
}

.fabric-card:hover .fabric-info {
    opacity: 1;
    transform: translateY(0);
}

.fabric-label {
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .2em;
    color: #c9a66b;
    font-weight: 500;
}

.fabric-value {
    font-size: 13px;
    color: #d1d5db;
    font-weight: 300;
}

.fabric-origin {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.fabric-origin svg {
    width: 12px;
    height: 12px;
    color: #9ca3af;
}

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

@media (max-width: 768px) {
    .materials-grid {
        grid-template-columns: 1fr;
    }

    .materials-title {
        font-size: 32px;
    }

    .fabric-name {
        font-size: 24px;
    }
}

.faq-section {
    padding: 65px 0;
    background: #0f0f0f;
    position: relative;
    z-index: 10;
    border-top: 0px solid #2a2a2a;
}

.faq-section .faq-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 24px;
}

.faq-section .faq-heading {
    text-align: center;
    margin-bottom: 70px;
}

.faq-section .faq-subtitle {
    display: block;
    margin-bottom: 15px;
    font-size: 9px;
    font-weight: 600;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #c8a96b;
}

.faq-section .faq-heading h2 {
    margin: 0;
    color: #fff;
    font-size: 42px;
    font-weight: 400;
    line-height: 1.3;
}

.faq-section .faq-list {
    display: flex;
    flex-direction: column;
}

.faq-section .faq-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    transition: all .3s ease;
}

.faq-section .faq-item.active {
    border-color: rgba(200, 169, 107, .3);
    padding-bottom: 30px;
}

.faq-section .faq-question {
    width: 100%;
    padding: 24px 0;
    background: none;
    border: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    cursor: pointer;
    margin: 0;
}

.faq-section .faq-question span:first-child {
    color: #fff;
    font-size: 18px;
    line-height: 1.5;
    transition: .3s;
}

.faq-section .faq-item.active .faq-question span:first-child {
    color: #c8a96b;
}

.faq-section .faq-question:hover span:first-child {
    color: #c8a96b;
}

.faq-section .faq-icon {
    margin-left: 24px;
    color: #777;
    font-size: 20px;
    flex-shrink: 0;
    transition: .3s;
}

.faq-section .faq-question:hover .faq-icon {
    color: #c8a96b;
}

.faq-section .faq-answer {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding-right: 40px;
    transition:
        height 0.4s ease,
        opacity 0.3s ease;
}

.faq-section .faq-item.active .faq-answer {
    opacity: 1;
}

.faq-section .faq-answer p {
    margin: 0;
    color: #9ca3af;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
}

@media (max-width: 768px) {

    .faq-section {
        padding: 70px 0;
    }

    .faq-section .faq-heading h2 {
        font-size: 32px;
    }

    .faq-section .faq-question span:first-child {
        font-size: 16px;
    }

    .faq-section .faq-answer p {
        font-size: 13px;
    }

}

.collection__card-desc p,
.collection__card-desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.portfolio-top div h3 {
    color: #fff;
    font-size: 45px;
    margin: 0;
    text-transform: capitalize;
    font-weight: normal;
}

.post-type-archive .collection__grid .collection__card:nth-child(n + 9) {
    display: none;
}

.fabric-catalogue-grid .fabric-card {
    aspect-ratio: unset;
}

.sec-footers {
    border-top: 1px solid #dddddd17;
}

.row_form_fts .col {
    padding-bottom: 0;
}

.subscribe-text p {
    margin: 0;
}

.subscribe-text p {
    color: #79818d;
    font-size: 15px;
    margin: 0;
}

.subscribe-text h3 {
    font-size: 24px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 0;
}

.subscribe-text h3 span.gold-text {
    -webkit-text-fill-color: transparent;
    font-style: italic;
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70)) text;
}

.form_vnsa {
    display: flex;
}

.fls_fiels p input {
    margin-bottom: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 1px solid #333;
    background: #22222259;
}

.fls_nhns p input {
    margin: 0;
    font-size: 13px;
    border-bottom: 1px solid rgba(212, 175, 55, 0.4);
    transition: color 0.3s ease;
    padding: 10px;
    text-decoration: none;
    border: 0px solid rgba(255, 255, 255, 0.3);
    color: #000;
    display: block;
    font-weight: 500;
    background: linear-gradient(135deg, oklch(62% .13 70), oklch(86% .09 85), oklch(62% .13 70));
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 115px;
}

.wpcf7-spinner {
    position: absolute;
}

.row_form_fts form {
    margin: 0;
}

.sec_tt_sp {
    background-color: #0a0a0a;
}

.sec_footers .row_mjsnah {
    margin-top: 0px;
    margin-bottom: 65px;
}

.row_mjsnah {
    border: 0px solid #ffffff3d;
    padding: 30px 40px;
    border-radius: 13px;
    box-shadow: rgb(255 255 255 / 4%) 0px 10px 50px !important;
    position: relative;
    z-index: 999;
}

.row_mjsnah .col:nth-child(1) .col-inner {
    border-left: unset;
}

.row_mjsnah .col .col-inner h3 {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.row_mjsnah .col .col-inner p {
    color: #fff;
    font-size: 13px;
}

.tt_gs h3,
.iocn_tts h3 {
    text-transform: uppercase;
    font-size: 18px;
}

.tt_gs h3,
.iocn_tts h3 {
    color: #fff;
}

.hmn_mnsa ul li:before {
    content: "\f061";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    padding-right: 0.5em;
    color: #fff;
    font-size: 14px;
}

.hmn_mnsa ul li {
    list-style: none;
    margin-left: 0 !important;
    margin-bottom: 10px;
}

.hmn_mnsa ul li a {
    color: #fff;
    font-size: 14px;
}

.lokss p:nth-child(1) {
    margin-bottom: 5px;
}

.lokss p {
    color: #fff;
    margin: 0;
    font-size: 16px;
}

.ldh_footers ul {
    margin-bottom: 0;
}

.ldh_footers ul li {
    list-style: none;
    margin-left: 0;
}

.row_mnsha {
    border-top: 1px solid #ffffff14;
    margin-top: 50px;
    padding-top: 50px;
    padding-bottom: 30px;
}

.dsew p {
    color: #fff;
    margin: 0;
}

.ft_memus {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}

.ft_memus .ux-menu-link__link {
    min-height: unset;
    margin: 0;
    padding: 0;
}

.ft_memus div a {
    color: #fff;
    border-width: 0;
}

.sec_footers {
    padding-bottom: 0px !important;
}

.row_fcnhsa .col {
    padding-bottom: 0;
}

.iocn_tts .icon-box-img {
    display: none;
}

.row_fcnhsa .icon-box-text {
    padding-left: 0 !important;
}

.iocn_tts {
    margin-bottom: 20px;
}

.ldh_footers ul li {
    margin-left: 0 !important;
}

.iocn_tts .icon-box-img {
    display: none;
}

.row_fcnhsa .iocn_tts .icon-box-text {
    padding-left: 0;
}

.row_fcnhsa .iocn_tts .icon-box-text h3 {
    position: relative;
}

.sec_footers:after {
    content: "";
    width: 100%;
    height: 1px;
    background: linear-gradient(to right, transparent, #b9935b, transparent);
    position: absolute;
    top: 0;
}

.row_mjsnah {
    background-color: #0f0f0f;
}

.row_mjsnah .col .col-inner {
    display: flex;
    justify-content: center;
}

.row_mjsnah .col .col-inner .icon-box {
    width: fit-content;
}

.row_mjsnah .col .col-inner .icon-box {
    display: flex;
    align-items: center;
}

.row_mjsnah .col .col-inner {
    border-left: 2px solid #ffffff4a;
}

.tt_gs h3,
.iocn_tts h3 {
    position: relative;
}

.tt_gs h3:before,
.row_fcnhsa .iocn_tts .icon-box-text h3::before {
    background: linear-gradient(90deg, #b9935b, rgba(255, 255, 255, 0.001) 80%);
    height: 2px;
    position: absolute;
    width: 150px;
    left: 0;
    bottom: -10px;
    content: "";
}

.lokss {
    max-width: 360px;
}

.tt_gs {
    padding-bottom: 15px;
}