/* =============================================================================
   Flatsome Child — Main Stylesheet
   Mobile-first. No CSS variables. Static values only.
   ============================================================================= */

/* ── Global ──────────────────────────────────────────────────────────────── */

#main *:not(i),
#main button,
#main input,
#main select,
#main textarea,
#main a,
#main span {
    font-family: 'Reload', sans-serif !important;
}

#main {
    background-color: #080C1A !important;
}

#main .widget-title {
    color: #F0EEE8;
}

#wrapper .product-categories .cat-item a,
#wrapper .product-categories .cat-item i {
    color: rgba(240, 238, 232, 0.7);
}

#wrapper .box-text-products .product-title a {
    color: #F0EEE8;
}

#wrapper .box-text-products .product-cat {
    color: rgba(240, 238, 232, 0.7);
}

#wrapper .shop-page-title {
    background-color: #080C1A;
}

#wrapper .shop-page-title .breadcrumbs,
#wrapper .shop-page-title .breadcrumbs a,
#wrapper .shop-page-title .breadcrumbs span,
#wrapper .shop-page-title .woocommerce-result-count {
    color: rgba(240, 238, 232, 0.7);
}

#wrapper .sec-home-hero {
    position: relative;
    align-items: stretch;
}

#wrapper .sec-home-hero .section-content .row {
    height: 100%;
}

#wrapper .sec-home-hero .home-hero-col-1 {
    display: flex;
    align-items: flex-end;
}

#wrapper .sec-home-hero .home-hero-col-2 {
    display: flex;
    align-items: center;
}

#wrapper .sec-home-hero .section-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 12, 26, 0.85) 0%, rgba(8, 12, 26, 0.25) 35%, rgba(8, 12, 26, 0.05) 70%),
        linear-gradient(to right, rgba(8, 12, 26, 0.45) 0%, transparent 55%)
}

#wrapper .sec-home-hero .banner-bg img {
    filter: brightness(0.85) saturate(1.1);
}

#wrapper .sec-home-hero .banner {
    height: calc(100vh - 62px);
}

#wrapper .sec-home-hero .banner .container {
    max-width: 100%;
}

#wrapper .sec-home-hero .banner .text-box {
    width: max-content;
}

.admin-bar #wrapper .sec-home-hero .banner {
    height: calc(100vh - 100px);
}


#wrapper .sec-home-hero .icon-flex-banner {
    object-fit: contain !important;
    opacity: 0.75;
}

#wrapper .sec-home-hero .icon-flex-banner img {
    object-fit: contain !important;
}

#wrapper .sec-home-hero h1 {
    font-weight: 400;
    font-size: clamp(80px, 11vw, 148px);
    line-height: 0.88;
    letter-spacing: 2px;
    color: #D0D4DC;
    margin-bottom: 0;
    display: block;
    text-align: left;
}

#wrapper .sec-home-hero h1,
#wrapper .sec-home-hero p {
    margin: 0;
}

#wrapper .subheading-banner-top p {
    font-size: 10px;
    letter-spacing: 3px;
    color: rgba(220, 228, 240, 0.55);
    margin-bottom: 4px;
    font-weight: 500;
}

#wrapper .sec-home-hero .is-outline.button.home-banner-button {
    display: inline-flex;
    align-items: center;
    gap: 16px;
    background-color: transparent;
    color: #E8EDF2;
    text-decoration: none;
    font-size: 15px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 18px 44px;
    border: 1px solid rgba(232, 237, 242, 0.7);
    transition: all 0.25s;
}

#wrapper .sec-home-hero .is-outline.button.home-banner-button span {
    color: #E8EDF2;
}

#wrapper .sec-home-hero .is-outline.button.home-banner-button:hover {
    background-color: #E8EDF2 !important;
    color: #080C1A;
    gap: 24px;
}

#wrapper .sec-home-hero .is-outline.button.home-banner-button:hover span {
    color: #080C1A;
}

#wrapper .home-sec-4 h2 {
    font-weight: 500;
    font-size: clamp(36px, 5vw, 62px);
    letter-spacing: 3px;
    line-height: 1.1;
    color: #F0EEE8;
    margin-bottom: 20px;
}

#wrapper .home-sec-4 p {
    font-size: 10px;
    letter-spacing: 4px;
    color: rgba(200, 184, 154, 0.5);
    text-transform: uppercase;
}

#wrapper .home-sec-5 {
    position: relative;
}

#wrapper .home-sec-5 h2 {
    font-weight: 500;
    font-size: clamp(30px, 5vw, 62px);
    line-height: 1.15;
    letter-spacing: 3px;
    color: #F0EEE8;
    max-width: 860px;
    margin: 0 auto 28px;
    position: relative;
    z-index: 1;
}

#wrapper .home-sec-5 p {
    font-size: 11px;
    letter-spacing: 3px;
    color: rgba(200, 184, 154, 0.45);
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}

#wrapper .home-sec-5::before {
    content: 'CSOP';
    position: absolute;
    font-family: 'Reload', sans-serif;
    font-size: 300px;
    color: rgba(255, 255, 255, 0.11);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    letter-spacing: 20px;
    pointer-events: none;
    white-space: nowrap;
}

#wrapper .subheading-banner p {
    font-size: 15px;
    line-height: 1.9;
    color: rgba(220, 228, 240, 0.75);
    letter-spacing: 1px;
    text-transform: uppercase;
    max-width: 400px;
    /* margin-bottom: 48px; */
    border-left: 2px solid #E8EDF2;
    padding-left: 18px;
    font-weight: 500;
}

#wrapper h1 strong,
#wrapper h2 strong,
#wrapper h3 strong,
#wrapper h4 strong,
#wrapper h5 strong,
#wrapper h6 strong {
    color: #C8B89A;
}

/* Contact Page */
.contact-us-banner h1 {
    margin-bottom: 0;
    font-weight: 500;
    font-size: clamp(48px, 8vw, 100px);
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 0.92;
}

.contact-us-banner-label,
.contact-us-banner-label p {
    font-size: 9px;
    letter-spacing: 4px;
    color: #C8B89A;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 48px;
}

.contact-info-label {
    font-size: 8px;
    letter-spacing: 3px;
    color: rgba(200, 184, 154, 0.4);
    text-transform: uppercase;
    margin-bottom: 12px;
}

.contact-info-value a {
    font-size: 16px;
    letter-spacing: 2px;
    color: #C8B89A !important;
    margin-bottom: 4px;
}

.contact-info-sub {
    font-size: 10px;
    letter-spacing: 1px;
    color: rgba(240, 238, 232, 0.35);
    text-transform: uppercase;
}

.social-row {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.social-link {
    display: flex;
    align-items: center;
    gap: 14px;
    text-decoration: none;
    color: rgba(240, 238, 232, 0.5);
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    padding: 14px 0;
    border-bottom: 1px solid rgba(200, 184, 154, 0.07);
    transition: color 0.2s;
    justify-content: space-between;
}

.response-note {
    background: rgba(200, 184, 154, 0.04);
    border: 1px solid rgba(200, 184, 154, 0.1);
    padding: 24px;
}

.response-note-label {
    font-size: 8px;
    letter-spacing: 2px;
    color: #C8B89A;
    text-transform: uppercase;
    margin-bottom: 8px;
}

.response-note-text {
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 1.9;
    color: rgba(240, 238, 232, 0.35);
}

#wrapper .heading-form-contact p {
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #F0EEE8;
    margin-bottom: 32px;
}

#wrapper .contact-form-wrapper label {
    font-size: 8px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(200, 184, 154, 0.5);
}

#wrapper .contact-form-wrapper input,
#wrapper .contact-form-wrapper textarea,
#wrapper .contact-form-wrapper select {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(200, 184, 154, 0.15);
    color: #F0EEE8;
    padding: 13px 16px;
    font-family: 'Reload', sans-serif;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 1px;
    box-shadow: none;
    outline: none;
    transition: border-color 0.2s, background 0.2s;
    -webkit-appearance: none;
}

#wrapper .contact-form-wrapper input:focus,
#wrapper .contact-form-wrapper textarea:focus,
#wrapper .contact-form-wrapper select:focus {
    border: 1px solid #C8B89A;
}

#wrapper .contact-form-wrapper .cf7-submit {
    margin-top: 0;
}

#wrapper .contact-form-wrapper .wpcf7-submit {
    width: 100%;
    background: #C8B89A;
    color: #080C1A;
    border: none;
    padding: 10px 17px;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 4px;
    text-transform: uppercase;
    cursor: pointer;
    transition: background 0.2s;
    margin: 0;
}

/* About Us Page */
.about-hero-eyebrow p {
    font-size: 9px;
    letter-spacing: 4px;
    color: #C8B89A !important;
    text-transform: uppercase;
    margin-bottom: 16px;
}

.about-hero-title h1 {
    font-size: clamp(64px, 10vw, 120px);
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 0.92;
    color: #F0EEE8;
    margin-bottom: 28px;
}

.about-hero-sub {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 2;
    color: rgba(240, 238, 232, 0.5);
    max-width: 480px;
    margin-left: 0 !important;
}

.manifesto-label p {
    font-size: 9px;
    letter-spacing: 4px;
    color: #C8B89A !important;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.manifesto-headline p {
    font-size: clamp(32px, 5vw, 58px);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.1;
    color: #F0EEE8 !important;
    margin-bottom: 0;
}

.about-us-sec-3 .manifesto-headline p {
    font-size: clamp(22px, 4vw, 42px);
}

.manifesto-headline strong {
    font-weight: 400;
    color: #C8B89A;
}

#wrapper .m-block-num p {
    font-size: 9px;
    letter-spacing: 3px;
    color: rgba(200, 184, 154, 0.3);
    text-transform: uppercase;
    margin-bottom: 20px;
}

#wrapper .m-block-title p {
    font-size: 22px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #F0EEE8;
    margin-bottom: 14px;
}

#wrapper .m-block-text p {
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 2.1;
    color: rgba(240, 238, 232, 0.42);
}

#wrapper .about-us-sec-1 .about-hero-title h1 {
    font-size: clamp(64px, 10vw, 120px);
    letter-spacing: 4px;
    text-transform: uppercase;
    line-height: 0.92;
    color: #F0EEE8;
    margin-bottom: 28px;
    font-weight: 400;
}

#wrapper .about-us-sec-1 .banner-bg::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(8, 12, 26, 1) 0%, rgba(8, 12, 26, 0.3) 60%, transparent 100%);
}

#wrapper .about-us-sec-1 .container {
    max-width: 100%;
    padding-left: 80px;
    padding-right: 80px;
}

#wrapper .our-manifesto-grid {
    padding-bottom: 80px;
}

#wrapper .our-manifesto-grid .col-1 {
    border-right: 1px solid rgba(200, 184, 154, 0.08);
    border-bottom: 1px solid rgba(200, 184, 154, 0.08);
}

#wrapper .our-manifesto-grid .col-2 {
    border-bottom: 1px solid rgba(200, 184, 154, 0.08);
}

#wrapper .our-manifesto-grid .col-3 {
    border-right: 1px solid rgba(200, 184, 154, 0.08);
}

#wrapper .about-us-sec-4 .section-heading p {
    font-size: clamp(28px, 4vw, 48px);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #F0EEE8;
    margin-bottom: 24px;
    line-height: 1.1;
}

#wrapper .about-us-sec-4 .section-content {
    font-size: 11px;
    letter-spacing: 0.5px;
    line-height: 2.1;
    color: rgba(240, 238, 232, 0.42);
    margin-bottom: 16px;
}

#wrapper .about-us-sec-4 .factory-stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 40px;
}

#wrapper .about-us-sec-4 .stat {
    border-top: 1px solid rgba(200, 184, 154, 0.12);
    padding-top: 20px;
}

#wrapper .about-us-sec-4 .stat-num {
    font-size: 36px;
    letter-spacing: 2px;
    color: #C8B89A;
    line-height: 1;
    margin-bottom: 6px;
}

#wrapper .about-us-sec-4 .stat-label {
    font-size: 8px;
    letter-spacing: 2px;
    color: #6B7280;
    text-transform: uppercase;
}

#wrapper .about-us-sec-5 .values-label p {
    font-size: 9px;
    letter-spacing: 4px;
    color: #C8B89A !important;
    text-transform: uppercase;
    margin-bottom: 20px;
}

#wrapper .about-us-sec-5 .values-title p {
    font-size: clamp(28px, 4vw, 48px);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #F0EEE8 !important;
    margin-bottom: 48px;
}

#wrapper .about-us-sec-5 .values-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2px;
    background: rgba(200, 184, 154, 0.06);
}

#wrapper .about-us-sec-5 .value-card {
    background: #080C1A;
    padding: 40px 32px;
    transition: background 0.3s;
}

#wrapper .about-us-sec-5 .value-icon {
    font-size: 24px;
    margin-bottom: 20px;
    opacity: 0.7;
}

#wrapper .about-us-sec-5 .value-title {
    font-size: 14px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #F0EEE8;
    margin-bottom: 12px;
}

#wrapper .about-us-sec-5 .value-text {
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 2;
    color: rgba(240, 238, 232, 0.38);
}

#wrapper .about-us-sec-6 .values-title p {
    font-size: clamp(32px, 6vw, 72px);
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #F0EEE8;
    margin-bottom: 40px;
    line-height: 1;
}

/* Products Archive Page */
.woocommerce-shop,
.tax-product_cat,
.single-product {
    padding-top: 100px;
    background-color: #080C1A;
}

/* Product Detail Page */
#wrapper .breadcrumbs a {
    font-size: 9px;
    letter-spacing: 2px;
    color: rgba(240, 238, 232, 0.3);
    text-decoration: none;
    text-transform: uppercase;
    transition: color 0.2s;
}

.product-info.summary .product-title {
    font-size: clamp(32px, 4vw, 52px);
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #F0EEE8;
    line-height: 1;
    margin-bottom: 10px;
}

.product-info.summary tr {
    border: 0;
}

.product-info.summary label {
    color: rgba(200, 184, 154, 0.45);
}

.product-info.summary .price .amount,
.product-info.summary .price .amount span {
    font-size: 26px;
    color: #C8B89A;
    letter-spacing: 2px;
}

.product-info.summary .variable-items-wrapper[data-attribute_name="attribute_pa_size"] .variable-item {
    background: transparent !important;
    border: 1px solid rgba(200, 184, 154, 0.18);
    color: rgba(240, 238, 232, 0.4);
    padding: 12px 0;
    font-weight: 500;
    font-size: 10px;
    letter-spacing: 2px;
    cursor: pointer;
    transition: all 0.15s;
    text-transform: uppercase;
    padding: 10px 20px;
    border-radius: 0;
    box-shadow: none;
}

.product-info.summary .variable-items-wrapper[data-attribute_name="attribute_pa_size"] .variable-item:hover,
.product-info.summary .variable-items-wrapper[data-attribute_name="attribute_pa_size"] .variable-item.selected {
    border-color: #C8B89A !important;
    color: #C8B89A !important;
}

.product-info.summary .variable-items-wrapper[data-attribute_name="attribute_pa_color"] .variable-item,
.product-info.summary .variable-items-wrapper[data-attribute_name="attribute_pa_color"] .variable-item-contents {
    box-shadow: none;
    border-radius: 50%;
    overflow: hidden;
}

.product-info.summary .woo-selected-variation-item-name {
    color: rgba(240, 238, 232, 0.6);
    margin-left: 8px;
}

.product-info.summary .ux-quantity__button {
    background: #C8B89A;
    color: #080C1A;
    border: none;
    text-shadow: none;
}

.product-info.summary .single_add_to_cart_button {
    width: 100%;
    background: #C8B89A;
    color: #080C1A;
    border: none;
    padding: 17px;
    font-weight: 500;
    font-size: 17px;
    min-height: unset;
    letter-spacing: 4px;
    text-transform: uppercase;
    box-shadow: none;
    cursor: pointer;
    transition: background 0.2s;
    margin-bottom: 10px;
    opacity: 1;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.product-info.summary .single_add_to_cart_button:hover {
    background: #F0EEE8;
}

.product-info.summary .save-to-wishlist-button {
    width: 100%;
    background: transparent !important;
    border: 1px solid rgba(200, 184, 154, 0.2) !important;
    color: rgba(240, 238, 232, 0.45) !important;
    padding: 14px;
    font-weight: 500;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.2s;
    margin-bottom: 28px;
    margin-top: 0;
}

.product-info.summary .save-to-wishlist-button .stw-icon-wrapper {
    justify-content: center;
    gap: 10px;
}

.product-info.summary .stw-icon path {
    fill: #C8B89A;
}

#wrapper .related-products-wrapper {
    border-top: 0;
}

#wrapper .product-section-title-label {
    font-size: 9px;
    letter-spacing: 4px;
    color: rgba(200, 184, 154, 0.4);
    text-transform: uppercase;
    margin-bottom: 8px;
}

#wrapper .related .product-section-title {
    font-size: 28px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: #F0EEE8;
    margin-bottom: 32px;
}

#wrapper .related .box-text-products {
    background: #111827;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    padding: 14px 16px 18px;
}

#wrapper .related .box-text-products .amount {
    font-size: 12px;
    color: #C8B89A;
}

/* Blogs Page */
#wrapper .blog-wrapper#content {
    padding-top: 100px;
}

.product-quick-view-container .woocommerce-variation-price {
    border: none;
}

.product-quick-view-container .woo-selected-variation-item-name {
    display: inline-block !important;
}

.product-quick-view-container .variations .label label {
    font-size: 9px;
    letter-spacing: 3px;
    color: rgba(200, 184, 154, 0.48);
    text-transform: uppercase;
}

.product-quick-view-container .ux-quantity {
    display: none !important;
}

.product-quick-view-container .product-info .color-variable-items-wrapper .variable-item {
    background-color: transparent !important;
	border: 0;
	overflow: visible !important;
	margin: 0 2px;
}

.product-quick-view-container .product-info .color-variable-items-wrapper .variable-item .variable-item-contents{
	width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, 0.15);
    cursor: pointer;
    transition: transform 0.15s, box-shadow 0.15s;
}

.product-quick-view-container .product-info .color-variable-items-wrapper .variable-item.selected .variable-item-contents:before{
	display: none !important
}

.product-quick-view-container .product-info .color-variable-items-wrapper .variable-item:hover .variable-item-contents{
	transform: scale(1.15);
    border-color: rgba(200, 184, 154, 0.5);
}

.product-quick-view-container .product-info .color-variable-items-wrapper .variable-item.selected .variable-item-contents{
	border-color: #C8B89A;
    box-shadow: 0 0 0 3px rgba(200, 184, 154, 0.25) !important;
}

.product-quick-view-container {
    border: 1px solid rgba(200, 184, 154, 0.15) !important;
}

.lightbox-content:has(.product-quick-view-container) {
    border: 0px;
    background-color: transparent !important;
}


/* ── Single Product Eyebrow & Description ──────────────────────────────────── */

#wrapper .single-product-eyebrow {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgba(200, 184, 154, 0.48);
    text-transform: uppercase;
    margin-bottom: 12px;
    display: block;
    line-height: 1;
}

#wrapper .woocommerce-product-details__short-description,
#wrapper .woocommerce-product-details__short-description p {
    font-size: 11px !important;
    font-weight: 500 !important;
    letter-spacing: 1px !important;
    color: rgba(240, 238, 232, 0.45) !important;
    text-transform: uppercase !important;
    line-height: 1.8 !important;
}

/* ── Woo Swatches customization to match reference modal (Handled by product-summary.css) ────────────────────── */
/*
#wrapper .variations .label label {
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100% !important;
    padding-right: 60px !important;
    margin: 0 !important;
    min-height: 18px !important;
    line-height: 18px !important;
}

#wrapper .variations .reset_variations {
    position: absolute !important;
    top: 2px !important;
    right: 0 !important;
    left: auto !important;
    bottom: auto !important;
    margin: 0 !important;
    font-size: 9px !important;
    letter-spacing: 2px !important;
    color: rgba(200, 184, 154, 0.48) !important;
    text-transform: uppercase !important;
    line-height: 18px !important;
}

#wrapper .woo-selected-variation-item-name {
    display: inline-block !important;
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 2px;
    color: #F0EEE8 !important;
    text-transform: uppercase;
    margin: 0;
    min-height: 18px !important;
    line-height: 18px !important;
}

#wrapper .variable-items-wrapper[data-attribute_name="attribute_pa_color"] .variable-item {
    width: 22px !important;
    height: 22px !important;
    min-width: 22px !important;
    min-height: 22px !important;
    border-radius: 50% !important;
    border: 2px solid rgba(255, 255, 255, 0.15) !important;
    box-shadow: none !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 8px 0 0 !important;
    transition: transform 0.15s, box-shadow 0.15s !important;
}

#wrapper .variable-items-wrapper[data-attribute_name="attribute_pa_color"] .variable-item-contents {
    width: 100% !important;
    height: 100% !important;
    border-radius: 50% !important;
    box-shadow: none !important;
}

#wrapper .variable-items-wrapper[data-attribute_name="attribute_pa_color"] .variable-item:hover {
    transform: scale(1.15);
    border-color: rgba(200, 184, 154, 0.5) !important;
}

#wrapper .variable-items-wrapper[data-attribute_name="attribute_pa_color"] .variable-item.selected {
    box-shadow: 0 0 0 3px rgba(200, 184, 154, 0.6) !important;
    border-color: #C8B89A !important;
}

#wrapper .variable-items-wrapper[data-attribute_name="attribute_pa_color"] .variable-item .wvs-active-icon,
#wrapper .variable-items-wrapper[data-attribute_name="attribute_pa_color"] .variable-item::after {
    display: none !important;
}
*/

/* ── Short Description spacing & divider ───────────────────────────────────── */
#wrapper .woocommerce-product-details__short-description {
    border-bottom: 1px solid rgba(200, 184, 154, 0.15) !important;
    padding-bottom: 24px !important;
    margin-bottom: 24px !important;
    width: 100% !important;
}

#footer .textleft p {
    font-size: 10px;
    letter-spacing: 0.5px;
    line-height: 2;
    color: rgba(240, 238, 232, 0.5);
    margin-top: 14px;
    max-width: 280px;
    font-weight: 500;
}

.footer-logo p {
    font-family: 'Reload', sans-serif;
    font-size: 22px !important;
    letter-spacing: 3px;
    color: rgba(240, 238, 232, 0.6) !important;
}

.titleFooter h4 {
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: rgba(200, 184, 154, 0.5) !important;
    margin-bottom: 15px;
}

#footer .ux-menu-link__text {
    font-size: 11px;
    letter-spacing: 1px;
    color: rgba(240, 238, 232, 0.35);
    text-decoration: none;
    transition: color 0.2s;
    text-transform: uppercase;
    font-weight: 600;
}

#footer .ux-menu-link__link {
    min-height: auto;
}

.cpright p {
    font-size: 9px !important;
    letter-spacing: 1px;
    color: rgba(240, 238, 232, 0.2);
    text-transform: uppercase;
    margin-top: 15px;
    margin-bottom: 10px;
}

.breadcrumbs {
    font-weight: 700;
    letter-spacing: 0;
    padding: 0;
    font-size: 10px;
    letter-spacing: 3px;
    color: #C8B89A !important;
    text-transform: uppercase;
    opacity: 0.55;
    margin-top: 4px;
}

.about-us-sec-2 .section-content>.row,
.about-us-sec-4 .section-content>.row,
.about-us-sec-5 .section-content>.row,
.contact-sec-2 .section-content>.row {
    padding-left: 65px !important;
    padding-right: 65px !important;
}

.about-us-value-row>.col {
    border-right: 2px solid rgba(200, 184, 154, 0.06);
    border-bottom: 2px solid rgba(200, 184, 154, 0.06);
}

.about-us-value-row>.col:nth-child(3n) {
    border-right: none;
}

.about-us-value-row>.col:nth-last-child(-n+3) {
    border-bottom: none;
}


@media (max-width: 782px) {
    #wrapper .sec-home-hero {
        align-items: end;
    }

    #wrapper .sec-home-hero .section-content>.row {
        align-items: center !important;
    }

    #wrapper .sec-home-hero h1 {
        font-size: clamp(54px, 16vw, 90px);
    }

    #wrapper .subheading-banner-top p {
        font-size: 9px;
        letter-spacing: 2px;
        text-align: left;
    }

    #wrapper .subheading-banner p {
        font-size: 11px;
        max-width: 100%;
    }

    #wrapper .sec-home-hero .banner {
        height: calc(90vh - 100px) !important;
    }

    #wrapper .sec-home-hero .icon-flex-banner {
        width: 60px;
        height: 60px;
        right: 4%;
        bottom: 7%;
        opacity: 0.5;
        top: auto;
    }

    #wrapper .home-sec-4 h2 {
        font-size: clamp(26px, 7vw, 40px);
    }

    .cpright p {
        text-align: center;
    }

    .woocommerce-shop,
    .tax-product_cat,
    .single-product {
        padding-top: 70px;
    }

    #wrapper .about-us-sec-1 .about-hero-title h1 {
        font-size: clamp(50px, 10vw, 120px);
    }

    .values-grid {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    #wrapper .about-us-sec-5 .values-title p {
        margin-bottom: 20px;
    }

    #wrapper .sec-home-hero .is-outline.button.home-banner-button {
        font-size: 11px;
        padding: 11px 20px;
        letter-spacing: 3px;
    }

    #wrapper .home-sec-5 h2 {
        font-size: clamp(24px, 6vw, 44px);
    }

    #wrapper .home-sec-5::before {
        font-size: 140px;
    }

    .about-us-sec-2 .section-content>.row,
    .about-us-sec-4 .section-content>.row,
    .about-us-sec-5 .section-content>.row,
    .contact-sec-2 .section-content>.row {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 480px) {
    #wrapper .sec-home-hero h1 {
        font-size: clamp(46px, 14vw, 72px);
    }

    #wrapper .subheading-banner p {
        font-size: 10px;
        letter-spacing: 0.5px;
    }

    #wrapper .home-sec-5::before {
        font-size: 130px;
    }

    .about-us-value-row>.col {
        border: none;
        border-bottom: 2px solid rgba(200, 184, 154, 0.06) !important;
    }

    .about-us-value-row>.col:last-child {
        border-bottom: none !important;
    }
}

.text-vi {
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

#main .text-vi *:not(i),
#main .text-vi button,
#main .text-vi input,
#main .text-vi select,
#main .text-vi textarea,
#main .text-vi a,
#main .text-vi span {
    font-family: 'Be Vietnam Pro', sans-serif !important;
}

#main .policy-box p,
#main .policy-box a,
#main .policy-box span {
    color: inherit !important;
}